:root {
      --ink: #151b1c;
      --ink-soft: #2b3334;
      --paper: #f5f3ed;
      --white: #fff;
      --teal: #175f5d;
      --teal-light: #dfe9e6;
      --gold: #c79635;
      --line: rgba(21, 27, 28, .16);
      --radius: 4px;
      --shadow: 0 18px 50px rgba(16, 28, 29, .14);
      --wrap: min(1180px, calc(100% - 40px));
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.55;
    }
    img { display: block; }
    .feature-image, .progress-note img, .project-card img, .team-photo { width: 100%; }
    a { color: inherit; }
    .wrap { width: var(--wrap); margin-inline: auto; }
    .eyebrow {
      margin: 0 0 18px;
      color: var(--gold);
      font-size: .77rem;
      font-weight: 800;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { line-height: 1.05; }
    h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3.2rem, 8vw, 7.3rem); letter-spacing: -.055em; }
    h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 4.5vw, 4.5rem); letter-spacing: -.045em; }
    h3 { margin-bottom: 13px; font-size: 1.35rem; }
    .lead { max-width: 670px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.35rem); }
    .button {
      display: inline-flex;
      align-items: center;
      min-height: 52px;
      padding: 0 23px;
      border: 1px solid transparent;
      border-radius: var(--radius);
      background: var(--gold);
      color: var(--ink);
      font-weight: 800;
      text-decoration: none;
      transition: transform .2s ease, background .2s ease;
    }
    .button:hover { transform: translateY(-2px); background: #d8a94e; }
    .button--ghost { margin-left: 12px; border-color: rgba(255,255,255,.6); background: transparent; color: var(--white); }
    .button--ghost:hover { background: rgba(255,255,255,.1); }

    header {
      position: absolute;
      z-index: 5;
      top: 0;
      width: 100%;
      color: var(--white);
    }
    nav { display: flex; align-items: center; justify-content: space-between; min-height: 96px; }
    .logo { width: 190px; height: 76px; object-fit: contain; object-position: left center; }
    .nav-links { display: flex; align-items: center; gap: 30px; }
    .nav-links a { font-size: .95rem; font-weight: 700; text-decoration: none; }
    .nav-phone { padding: 12px 16px; border: 1px solid rgba(255,255,255,.48); }

    .hero {
      position: relative;
      display: grid;
      min-height: 880px;
      align-items: end;
      overflow: hidden;
      padding: 190px 0 110px;
      background: var(--ink);
      color: var(--white);
    }
    .hero::before {
      position: absolute;
      inset: 0;
      content: "";
      background:
        linear-gradient(90deg, rgba(10,18,18,.94) 0%, rgba(10,18,18,.68) 46%, rgba(10,18,18,.15) 100%),
        linear-gradient(0deg, rgba(10,18,18,.68), transparent 50%),
        url("assets/project-2026.jpeg") center/cover no-repeat;
    }
    .hero .wrap { position: relative; }
    .hero-actions { margin-top: 38px; }
    .hero-note { margin-top: 64px; color: rgba(255,255,255,.68); font-size: .88rem; }

    .proof { border-bottom: 1px solid var(--line); background: var(--white); }
    .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
    .proof-item { padding: 32px 26px; border-right: 1px solid var(--line); }
    .proof-item:first-child { padding-left: 0; }
    .proof-item:last-child { border-right: 0; }
    .proof-item strong { display: block; margin-bottom: 4px; font-size: 1.04rem; }
    .proof-item span { color: #66706f; font-size: .9rem; }

    section { padding: 120px 0; }
    .intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
    .intro-copy { max-width: 620px; color: #475150; font-size: 1.12rem; }
    .intro-copy p { margin-bottom: 22px; }

    .feature {
      display: grid;
      grid-template-columns: 1.25fr .75fr;
      min-height: 620px;
      margin-top: 75px;
      overflow: hidden;
      background: var(--ink-soft);
      color: var(--white);
      box-shadow: var(--shadow);
    }
    .feature-image { min-height: 540px; object-fit: cover; }
    .feature-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 60px; }
    .feature-copy p { color: rgba(255,255,255,.72); }
    .feature-copy h3 { max-width: 420px; font-size: clamp(2rem, 3.2vw, 3.25rem); }
    .project-facts { display: grid; gap: 0; margin: 26px 0 6px; border-top: 1px solid rgba(255,255,255,.2); }
    .project-facts span { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); font-size: .88rem; }
    .feature-link { margin-top: 20px; color: var(--gold); font-weight: 800; text-decoration: none; }
    .progress-note {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      align-items: stretch;
      margin-top: 22px;
      border: 1px solid var(--line);
      background: var(--white);
    }
    .progress-note img { min-height: 260px; height: 100%; object-fit: cover; }
    .progress-note-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 54px; }
    .progress-note-copy p:last-child { max-width: 610px; margin-bottom: 0; color: #596260; }

    .projects { background: var(--white); }
    .section-head { display: flex; justify-content: space-between; gap: 35px; align-items: end; margin-bottom: 48px; }
    .section-head h2 { max-width: 700px; margin-bottom: 0; }
    .section-head p { max-width: 390px; margin-bottom: 4px; color: #596260; }
    .project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
    .project-card { position: relative; min-height: 410px; overflow: hidden; color: var(--white); }
    .project-card:nth-child(1) { grid-column: span 7; }
    .project-card:nth-child(2) { grid-column: span 5; }
    .project-card:nth-child(3), .project-card:nth-child(4) { grid-column: span 6; }
    .project-card img { height: 100%; min-height: 410px; object-fit: cover; transition: transform .55s ease; }
    .project-card:hover img { transform: scale(1.025); }
    .project-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(8,16,16,.9), transparent 58%); }
    .project-caption { position: absolute; z-index: 1; right: 30px; bottom: 27px; left: 30px; }
    .project-caption span { color: rgba(255,255,255,.7); font-size: .85rem; }
    .project-caption h3 { margin: 6px 0 0; font-size: 1.7rem; }

    .services { background: var(--teal); color: var(--white); }
    .services .eyebrow { color: #efc36c; }
    .service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.25); }
    .service { padding: 38px 40px 38px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
    .service:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.25); }
    .service:nth-child(even) { padding-left: 40px; }
    .service-number { display: block; margin-bottom: 42px; color: #efc36c; font-weight: 800; }
    .service p { max-width: 470px; color: rgba(255,255,255,.75); }

    .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 60px; background: var(--line); }
    .step { min-height: 270px; padding: 34px; background: var(--paper); }
    .step span { display: block; margin-bottom: 62px; color: var(--gold); font-weight: 800; }
    .step p { color: #5b6462; font-size: .95rem; }

    .team { background: var(--ink); color: var(--white); }
    .team-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; }
    .team-photo { max-height: 680px; object-fit: cover; }
    .team-copy p { max-width: 560px; color: rgba(255,255,255,.74); font-size: 1.08rem; }
    .quote { margin-top: 45px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.22); font-size: 1.28rem; }
    .quote cite { display: block; margin-top: 14px; color: var(--gold); font-size: .82rem; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
    .review-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 24px;
      padding-bottom: 5px;
      border-bottom: 1px solid var(--gold);
      color: var(--white);
      font-weight: 800;
      text-decoration: none;
    }
    .review-link::after { content: "↗"; color: var(--gold); }

    .reviews { background: var(--paper); }
    .reviews-intro { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; }
    .reviews-intro h2 { margin-bottom: 0; }
    .reviews-intro p:last-child { margin-bottom: 7px; color: #596260; }
    .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
    .review-card { display: flex; flex-direction: column; min-height: 310px; padding: 34px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 35px rgba(16,28,29,.07); }
    .review-stars { margin-bottom: 24px; color: var(--gold); font-size: 1.05rem; letter-spacing: .13em; }
    .review-card blockquote { flex: 1; margin: 0 0 28px; color: #37403f; font-size: 1.02rem; }
    .review-card cite { color: var(--ink); font-size: .83rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .reviews-actions { margin-top: 34px; }
    .reviews-actions .button { background: var(--teal); color: var(--white); }
    .reviews-actions .button:hover { background: #1c706d; }
    .nr-google-feed { margin-top: 48px; }
    .nr-google-feed img { width: auto !important; }

    .contact-band { padding: 95px 0; background: var(--gold); }
    .contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
    .contact-band h2 { max-width: 800px; margin-bottom: 0; }
    .contact-band .button { flex: 0 0 auto; background: var(--ink); color: var(--white); }

    footer { padding: 68px 0 35px; background: #0e1415; color: var(--white); }
    .footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
    .footer-logo { width: 180px; margin-bottom: 22px; }
    footer p, footer a { color: rgba(255,255,255,.67); }
    footer a { display: block; margin-bottom: 8px; text-decoration: none; }
    .footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.48); font-size: .8rem; }

    @media (max-width: 900px) {
      .nav-links a:not(.nav-phone) { display: none; }
      .hero { min-height: 760px; }
      .proof-grid { grid-template-columns: repeat(2, 1fr); }
      .proof-item:nth-child(2) { border-right: 0; }
      .intro-grid, .team-grid { grid-template-columns: 1fr; gap: 45px; }
      .reviews-intro { grid-template-columns: 1fr; gap: 24px; }
      .review-grid { grid-template-columns: 1fr; }
      .feature { grid-template-columns: 1fr; }
      .feature-copy { padding: 42px; }
      .progress-note { grid-template-columns: 1fr; }
      .progress-note-copy { padding: 36px 40px; }
      .project-card:nth-child(n) { grid-column: span 12; }
      .process-grid { grid-template-columns: repeat(2, 1fr); }
      .contact-inner { display: block; }
      .contact-inner .button { margin-top: 28px; }
    }
    @media (max-width: 620px) {
      :root { --wrap: min(100% - 28px, 1180px); }
      section { padding: 82px 0; }
      nav { min-height: 78px; }
      .logo { width: 145px; }
      .nav-phone { font-size: .78rem !important; }
      .hero { min-height: 700px; padding-bottom: 70px; }
      .hero::before { background-position: 58% center; }
      .button { width: 100%; justify-content: center; }
      .button--ghost { margin: 10px 0 0; }
      .hero-note { margin-top: 42px; }
      .proof-grid { grid-template-columns: 1fr; }
      .proof-item, .proof-item:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
      .section-head { display: block; }
      .section-head p { margin-top: 24px; }
      .project-card, .project-card img { min-height: 360px; }
      .progress-note-copy { padding: 30px 26px; }
      .service-grid { grid-template-columns: 1fr; }
      .service, .service:nth-child(even) { padding: 28px 0; border-right: 0; }
      .service-number { margin-bottom: 28px; }
      .process-grid { grid-template-columns: 1fr; }
      .step { min-height: auto; }
      .step span { margin-bottom: 34px; }
      .review-card { min-height: 0; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }
      .footer-bottom { display: block; }
    }

/* WordPress/Astra page-shell reset: only applies to pages using the redesign shortcode. */
body.newlands-redesign-active .site-header,
body.newlands-redesign-active .site-footer,
body.newlands-redesign-active .ast-primary-header-bar,
body.newlands-redesign-active .entry-header,
body.newlands-redesign-active .comments-area {
  display: none !important;
}
body.newlands-redesign-active .site-content .ast-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
body.newlands-redesign-active .content-area,
body.newlands-redesign-active .site-main,
body.newlands-redesign-active article,
body.newlands-redesign-active .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.newlands-redesign-active .nr-site > header,
body.newlands-redesign-active .nr-site > footer {
  display: block !important;
}
body.newlands-redesign-active .entry-content > .nr-site,
body.newlands-redesign-active .nr-site {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  overflow: hidden;
}
body.newlands-redesign-active #wpadminbar { z-index: 99999; }
body.newlands-redesign-active.admin-bar .nr-site > header { top: 32px; }
.nr-site .hero h1,
.nr-site .feature h3,
.nr-site .project-caption h3,
.nr-site .services h2,
.nr-site .services h3,
.nr-site .team h2,
.nr-site .team .quote,
.nr-site footer h3 {
  color: var(--white) !important;
}
@media (max-width: 782px) {
  body.newlands-redesign-active.admin-bar .nr-site > header { top: 46px; }
}
