@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

/* ============================================
   Legacy Landscape Construction — Design System
   Canberra & Queanbeyan structural landscaping

   Built on the ClickSmith builder system (as MV Built):
   monochrome palette, Outfit typeface, zero
   border-radius, hairline rules, wide-tracked
   micro-caps, logo watermark.
   ============================================ */

:root {
  /* --- Core monochrome palette (exact from mvbuilt.au) --- */
  --black:      #111111;
  --charcoal:   #2a2a2a;
  --ink:        #1c1c1c;
  --grey:       #6a6a6a;
  --mid:        #8d8d8d;
  --line:       #e2e2df;
  --paper:      #f4f4f1;
  --white:      #ffffff;

  /* Surface steps for dark sections */
  --navy:       #111111;   /* deepest — header, footer, mobile bar */
  --navy-mid:   #2a2a2a;   /* charcoal — CTA bands, secondary dark */
  --navy-light: #3a3a3a;   /* hover on dark */

  /* Accent = black on light, near-white on dark. Monochrome only. */
  --teal:       #111111;
  --teal-dark:  #000000;
  --on-dark:    #f3f3f1;
  --on-dark-dim:#bdbdb8;
  --btn-hover:  #d8d8d4;

  --muted:      #6a6a6a;
  --faint:      #8d8d8d;
  --border:     #e2e2df;
  --orange:     #111111; /* legacy alias */

  --font-head: 'Outfit', system-ui, sans-serif;
  --font-body: 'Outfit', system-ui, sans-serif;

  --radius: 0px;
  --shadow: none;
  --shadow-lg: none;

  --container: 1080px;
  --section-gap: 96px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;          /* 17px — matches mvbuilt.au */
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

/* Signature: fixed logo watermark behind all content */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("/assets/img/legacy-landscape-construction-logo.webp") 50% 38% / min(78vw, 720px) auto no-repeat;
  opacity: .038;
  pointer-events: none;
  z-index: 0;
}
.site-header, main, .site-footer, .hero, .section, .cta-band, .page-hero { position: relative; z-index: 1; }

/* ---- Typography ---- */
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-head);
  line-height: 1.2;
  font-weight: 500;
}
h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.18;
}
h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.25;
}
h3 { font-size: 1.05rem; font-weight: 600; letter-spacing: .01em; }
h4 { font-size: .95rem; font-weight: 600; letter-spacing: .01em; }
p  { max-width: 68ch; }
a  { color: inherit; text-decoration: none; }
a:hover { color: var(--black); }
b,strong { font-weight: 600; }
em { font-style: normal; font-weight: 700; }

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 3px;
}

.lead { font-size: 1.0625rem; color: var(--charcoal); max-width: 62ch; }

/* Micro-caps label — the brand's signature device */
.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--mid);
}
.eyebrow.center, .center .eyebrow { display: block; text-align: center; }
.center { text-align: center; }
.center p, .center .lead { margin-left: auto; margin-right: auto; }

/* ---- Layout ---- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.narrow    { max-width: 720px; margin: 0 auto; }

.section { padding: var(--section-gap) 0; }
.section.tight { padding: 56px 0; }
.bg-paper { background: var(--paper); }

.bg-navy  { background: var(--black); color: var(--on-dark); }
.bg-navy  h1,.bg-navy h2,.bg-navy h3,.bg-navy h4 { color: #fff; }
.bg-navy  .lead, .bg-navy p { color: var(--on-dark-dim); }
.bg-navy  .eyebrow { color: var(--on-dark-dim); }

.bg-ink   { background: var(--charcoal); color: var(--on-dark); }
.bg-ink   h1,.bg-ink h2,.bg-ink h3,.bg-ink h4 { color: #fff; }
.bg-ink   p,.bg-ink .lead { color: var(--on-dark-dim); }
.bg-ink   .eyebrow { color: var(--on-dark-dim); }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }

.grid { display: grid; }
.section-head { margin-bottom: 48px; }
.section-head h2 { margin-top: 12px; }
.section-head p  { margin-top: 16px; }

/* ---- Header ---- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: 70px;
  display: flex;
  align-items: center;
  transition: background .25s, border-color .25s;
  border-bottom: 1px solid transparent;
}
.site-header .container {
  display: flex;
  align-items: center;
  gap: 32px;
}
/* Scrolled / inner-page header: white + blur + hairline, exactly as mvbuilt.au */
.site-header.scrolled, .solid-header {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}
.has-solid-header { padding-top: 70px; }

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-img { height: 36px; width: auto; display: block; transition: filter .25s; }
.logo-word {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  transition: color .25s;
}
.logo-word b { font-weight: 600; color: inherit; }

/* Over the dark hero the logo PNG is black — invert it until the header turns white */
.site-header:not(.scrolled):not(.solid-header) .logo-img { filter: invert(1) brightness(2); }
.site-header.scrolled .logo-word, .solid-header .logo-word { color: var(--black); }

/* Nav */
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-link {
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
  padding: 8px 12px;
  border-radius: 0;
  white-space: nowrap;
  transition: color .15s, background .15s;
  display: flex; align-items: center; gap: 4px;
}
.nav-link:hover { color: #fff; background: rgba(255,255,255,.08); text-decoration: none; }
.site-header.scrolled .nav-link, .solid-header .nav-link { color: var(--grey); }
.site-header.scrolled .nav-link:hover, .solid-header .nav-link:hover { color: var(--black); background: transparent; }

.nav-item { position: relative; }
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--black);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 0;
  min-width: 240px;
  padding: 8px;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
}
.dropdown.wide { min-width: 480px; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown {
  opacity: 1; pointer-events: all;
}
.dd-grid { display: grid; grid-template-columns: 1fr; gap: 2px; }
.dropdown.wide .dd-grid { grid-template-columns: 1fr 1fr; gap: 0 24px; }
.dd-col-label {
  font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--mid); padding: 10px 12px 6px;
}
.dd-link {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 0; color: #fff;
  text-decoration: none; transition: background .15s;
}
.dd-link:hover { background: rgba(255,255,255,.07); color: #fff; }
.dd-ic {
  width: 32px; height: 32px; display: grid; place-items: center;
  background: rgba(255,255,255,.08); border-radius: 0; flex-shrink: 0;
  color: var(--on-dark);
}
.dd-ic svg { width: 16px; height: 16px; }
.dd-tx { display: flex; flex-direction: column; }
.dd-tx b { font-size: .85rem; font-weight: 600; line-height: 1.3; }
.dd-tx span { font-size: .75rem; color: var(--on-dark-dim); }

.header-actions { display: flex; align-items: center; gap: 12px; margin-left: 16px; flex-shrink: 0; }
.header-phone {
  display: flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 500; letter-spacing: .04em;
  color: rgba(255,255,255,.82);
  white-space: nowrap;
}
.header-phone svg { width: 14px; height: 14px; }
.header-phone:hover { color: #fff; text-decoration: none; }
.site-header.scrolled .header-phone, .solid-header .header-phone { color: var(--grey); }
.site-header.scrolled .header-phone:hover, .solid-header .header-phone:hover { color: var(--black); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 6px; margin-left: auto;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: #fff; border-radius: 0;
  transition: transform .25s, opacity .25s, background .25s;
}
.site-header.scrolled .nav-toggle span, .solid-header .nav-toggle span { background: var(--black); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed; top: 70px; left: 0; right: 0; bottom: 0;
  background: var(--black); z-index: 899; overflow-y: auto;
  padding: 16px 20px 40px;
}
.mobile-menu.open { display: block; }
.mm-group { border-bottom: 1px solid rgba(255,255,255,.08); }
.mm-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; font-weight: 500; font-size: .78rem; color: #fff;
  cursor: pointer; font-family: var(--font-head);
  letter-spacing: .18em; text-transform: uppercase;
}
.mm-top svg { width: 14px; height: 14px; color: var(--mid); transition: transform .2s; }
.mm-group.open .mm-top svg { transform: rotate(180deg); }
.mm-sub { display: none; padding: 0 0 12px 12px; }
.mm-group.open .mm-sub { display: block; }
.mm-sub a { display: block; padding: 9px 0; color: var(--on-dark-dim); font-size: .88rem; }
.mm-sub a:hover { color: #fff; text-decoration: none; }
.mm-actions { padding: 24px 0; display: flex; flex-direction: column; gap: 10px; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  border-radius: 0;
  min-height: 52px;
  padding: 0 30px;
  border: 1px solid transparent;
  cursor: pointer; transition: background .2s, color .2s, border-color .2s;
  white-space: nowrap;
  text-decoration: none;
}
.btn:hover { text-decoration: none; }
.btn svg { width: 14px; height: 14px; flex-shrink: 0; }
.btn-arrow { transition: transform .18s; }
.btn:hover .btn-arrow { transform: translateX(3px); }

.btn-primary { background: var(--black); color: #fff; border-color: var(--black); }
.btn-primary:hover { background: var(--btn-hover); border-color: var(--btn-hover); color: var(--black); }

.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }

.btn-dark { background: var(--black); color: #fff; border-color: var(--black); }
.btn-dark:hover { background: var(--btn-hover); color: var(--black); border-color: var(--btn-hover); }

.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.08); color: #fff; }

.btn-lg { min-height: 56px; padding: 0 36px; font-size: .75rem; }
.btn-block { width: 100%; justify-content: center; }
.btn svg[aria-hidden] { pointer-events: none; }

/* On dark surfaces the primary button inverts so it still reads */
.hero .btn-primary,
.cta-band .btn-primary,
.bg-navy .btn-primary,
.bg-ink .btn-primary,
.site-footer .btn-primary,
.mobile-menu .btn-primary {
  background: #fff; color: var(--black); border-color: #fff;
}
.hero .btn-primary:hover,
.cta-band .btn-primary:hover,
.bg-navy .btn-primary:hover,
.bg-ink .btn-primary:hover,
.site-footer .btn-primary:hover,
.mobile-menu .btn-primary:hover {
  background: var(--btn-hover); border-color: var(--btn-hover); color: var(--black);
}

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center;
  overflow: hidden; color: #fff;
}
.hero-media {
  position: absolute; inset: 0;
  background: var(--black);
}
.hero-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(17,17,17,.9) 40%, rgba(17,17,17,.55) 100%);
}
.hero-media img, .hero-media video {
  width: 100%; height: 100%; object-fit: cover; opacity: .5;
  filter: grayscale(100%) contrast(1.05);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 60px 0 80px;
  max-width: 700px;
}
.hero-inner h1 { color: #fff; margin: 20px 0 24px; }
.hero-inner h1 em { color: #fff; font-style: normal; font-weight: 700; }
.hero-inner .lead { color: rgba(255,255,255,.8); max-width: 56ch; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.hero-eyebrow { color: var(--on-dark-dim); }

.scroll-cue {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  font-size: .68rem; letter-spacing: .28em; text-transform: uppercase;
  color: rgba(255,255,255,.5); gap: 8px;
}
.scroll-cue span {
  display: block; width: 1px; height: 32px;
  background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent);
  animation: scrl 2s ease-in-out infinite;
}
@keyframes scrl { 0%,100%{opacity:.3} 50%{opacity:1} }

/* ---- Page Hero ---- */
.page-hero {
  position: relative;
  padding: 80px 0 72px;
  color: #fff;
  overflow: hidden;
  min-height: 340px;
  display: flex; align-items: flex-end;
}
.page-hero .bg-img { position: absolute; inset: 0; }
.page-hero .bg-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(17,17,17,.9), rgba(17,17,17,.6));
}
.page-hero .bg-img img {
  width: 100%; height: 100%; object-fit: cover; opacity: .5;
  filter: grayscale(100%) contrast(1.05);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin: 16px 0 18px; }
.page-hero .lead { color: rgba(255,255,255,.8); }
.page-hero .eyebrow { color: var(--on-dark-dim); }

/* ---- Trust Strip ---- */
.trust-strip {
  background: var(--black);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
}
.trust-strip .container {
  display: flex; align-items: center;
  gap: 0; flex-wrap: wrap;
}
.trust-strip .trust-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 24px; flex: 1; min-width: 180px;
}
.trust-strip .trust-item svg { width: 20px; height: 20px; color: var(--on-dark); flex-shrink: 0; }
.trust-strip .trust-item div { display: flex; flex-direction: column; }
.trust-strip .trust-item b {
  font-size: .72rem; color: #fff; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
}
.trust-strip .trust-item small { font-size: .74rem; color: var(--on-dark-dim); letter-spacing: .02em; }
.trust-divider { width: 1px; height: 36px; background: rgba(255,255,255,.12); flex-shrink: 0; }

/* Trust Bar (inner pages) */
.trust-bar { background: var(--black); padding: 16px 0; }
.trust-bar .container { display: flex; }
.trust-items { display: flex; flex-wrap: wrap; gap: 0; width: 100%; }
.trust-item {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 20px; flex: 1; min-width: 160px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.trust-item:last-child { border-right: none; }
.trust-item svg { width: 16px; height: 16px; color: var(--on-dark); flex-shrink: 0; }
.trust-item span { font-size: .78rem; color: rgba(255,255,255,.75); }
.trust-item b {
  color: #fff; display: block; font-size: .7rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
}

/* ---- Services grid ---- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.svc-card {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 32px 28px;
  text-decoration: none; color: inherit;
  transition: background .18s;
  display: flex; flex-direction: column;
}
.svc-card:hover {
  background: var(--paper);
  transform: none;
  text-decoration: none;
}
.svc-card .svc-ic {
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  display: grid; place-items: center;
  margin-bottom: 18px;
  color: var(--black);
}
.svc-card .svc-ic svg { width: 20px; height: 20px; }
.svc-card h3 { font-size: 1rem; margin-bottom: 10px; font-weight: 600; }
.svc-card p { font-size: .9rem; color: var(--grey); flex: 1; }
.svc-ic { color: var(--black); }
.svc-ic svg { width: 20px; height: 20px; }
a.svc-card .textlink { margin-top: 18px; }

/* ---- Info cards ---- */
.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 26px 24px;
}
.bg-paper .info-card { background: #fff; }

/* ---- Feature list ---- */
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 14px; max-width: none; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.fi {
  width: 20px; height: 20px; display: grid; place-items: center;
  background: transparent; border: 1px solid var(--line);
  border-radius: 0; color: var(--black); flex-shrink: 0; margin-top: 3px;
}
.fi svg { width: 11px; height: 11px; }
.feature-list span:last-child { font-size: .92rem; line-height: 1.6; }
.feature-list b {
  display: block; font-weight: 600; margin-bottom: 3px;
  letter-spacing: .01em;
}
.bg-navy .fi, .bg-ink .fi { border-color: rgba(255,255,255,.25); color: #fff; }

/* ---- Media frame ---- */
.media-frame {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid var(--line);
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-badge {
  position: absolute; bottom: 0; left: 0;
  background: var(--black);
  border-radius: 0;
  padding: 16px 20px;
  display: flex; align-items: center; gap: 14px;
  color: #fff;
}
.mb-num { font-family: var(--font-head); font-size: 2rem; font-weight: 500; color: #fff; line-height: 1; }
.mb-tx { font-size: .72rem; color: var(--on-dark-dim); max-width: 150px; line-height: 1.45; letter-spacing: .04em; }

/* ---- Process ---- */
.process {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; margin-top: 48px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
}
.proc-card {
  background: var(--charcoal);
  border: none;
  border-radius: 0; padding: 28px 24px;
}
.bg-navy .proc-card { background: var(--black); }
.proc-num {
  font-family: var(--font-head); font-size: .8rem; font-weight: 500;
  letter-spacing: .2em; color: var(--mid); line-height: 1; margin-bottom: 18px;
}
.proc-card h4 { color: #fff; font-size: .95rem; margin-bottom: 10px; font-weight: 600; }
.proc-card p { font-size: .86rem; color: var(--on-dark-dim); }

/* Process steps (inner pages) */
.process-steps { display: flex; flex-direction: column; gap: 0; margin-top: 36px; border-top: 1px solid var(--line); }
.process-step {
  display: grid; grid-template-columns: 48px 1fr; gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.process-step:last-child { border-bottom: 1px solid var(--line); }
.step-num {
  font-family: var(--font-head); font-size: .78rem; font-weight: 500;
  letter-spacing: .16em; color: var(--mid); line-height: 1; padding-top: 6px;
}
.step-body h4 { margin-bottom: 8px; }
.step-body p { font-size: .9rem; color: var(--grey); }

/* ---- FAQ ---- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 20px 0; background: none; border: none; cursor: pointer;
  font-family: var(--font-head); font-size: .95rem; font-weight: 600;
  text-align: left; color: var(--ink); line-height: 1.5;
}
.faq-q:hover { color: var(--black); }
.fq-ic {
  width: 24px; height: 24px; background: transparent;
  border: 1px solid var(--line);
  border-radius: 0; display: grid; place-items: center;
  flex-shrink: 0; color: var(--black); transition: transform .2s, background .2s, color .2s;
}
.fq-ic svg { width: 12px; height: 12px; }
.faq-q[aria-expanded="true"] .fq-ic { transform: rotate(45deg); background: var(--black); color: #fff; border-color: var(--black); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 0 20px; font-size: .92rem; color: var(--grey); line-height: 1.7; }

/* ---- Testimonials ---- */
.testi-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px;
}
.testi {
  background: #fff; border: 1px solid var(--line);
  border-radius: 0; padding: 30px 26px;
}
.bg-paper .testi { background: #fff; }
.stars { display: flex; gap: 3px; margin-bottom: 18px; }
.stars svg { width: 15px; height: 15px; color: var(--black); fill: var(--black); }
.testi blockquote {
  font-size: .95rem; line-height: 1.7; color: var(--charcoal);
  font-style: normal; margin-bottom: 22px; max-width: none;
}
.testi-by { display: flex; align-items: center; gap: 12px; }
.testi-avatar, .testi-av {
  width: 36px; height: 36px; border-radius: 0;
  background: transparent; border: 1px solid var(--line);
  display: grid; place-items: center;
  font-family: var(--font-head); font-size: .72rem; font-weight: 600;
  letter-spacing: .08em; color: var(--black);
  flex-shrink: 0;
}
.testi-by b, .testi-by span b { font-size: .88rem; display: block; font-weight: 600; }
.testi-by span span { font-size: .74rem; color: var(--mid); display: block; letter-spacing: .04em; }
.testi-meta { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testi-meta .testi-av { font-family: var(--font-head); font-weight: 600; }
.testimonial-block {
  background: var(--paper); border-radius: 0; padding: 40px 36px;
  border: 1px solid var(--line);
}
.testimonial-block blockquote {
  font-size: 1.05rem; font-style: normal; line-height: 1.7;
  color: var(--charcoal); max-width: none;
}

/* ---- Areas ---- */
.area-map { position: relative; border-radius: 0; overflow: hidden; border: 1px solid var(--line); }
.area-map img { width: 100%; height: 340px; object-fit: cover; display: block; filter: grayscale(100%); }
.map-tag {
  position: absolute; bottom: 0; left: 0;
  background: var(--black); color: #fff;
  font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  padding: 10px 16px; border-radius: 0;
  display: flex; align-items: center; gap: 7px;
}
.map-tag svg { width: 12px; height: 12px; color: #fff; }
.areas-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.area-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: var(--charcoal);
  border: 1px solid var(--line);
  border-radius: 0; padding: 7px 14px;
  font-size: .72rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  text-decoration: none;
  transition: background .15s, border-color .15s, color .15s;
}
.area-chip svg { width: 11px; height: 11px; }
.area-chip:hover { background: var(--black); border-color: var(--black); color: #fff; text-decoration: none; }
.pill-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: var(--charcoal);
  border: 1px solid var(--line);
  border-radius: 0; padding: 7px 14px;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
}
.pill-badge svg { width: 11px; height: 11px; }
.bg-navy .pill-badge, .bg-ink .pill-badge,
.page-hero .pill-badge, .hero .pill-badge {
  color: var(--on-dark); border-color: rgba(255,255,255,.28);
}

/* ---- CTA Band ---- */
.cta-band {
  position: relative; overflow: hidden;
  padding: 96px 0; text-align: center; color: #fff;
  background: var(--charcoal);
}
.cta-band .bg-img { position: absolute; inset: 0; }
.cta-band .bg-img::after { content: ''; position: absolute; inset: 0; background: rgba(42,42,42,.9); }
.cta-band .bg-img img { width: 100%; height: 100%; object-fit: cover; opacity: .35; filter: grayscale(100%); }
.cta-band .container { position: relative; z-index: 2; }
.cta-band .eyebrow { color: var(--on-dark-dim); }
.cta-band h2 { color: #fff; margin: 14px auto 18px; max-width: 640px; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 52ch; margin: 0 auto; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 34px; }

/* ---- Breadcrumb ---- */
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-bottom: 14px;
}
.breadcrumb a { color: rgba(255,255,255,.6); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb svg { width: 10px; height: 10px; }
.breadcrumb .current { color: #fff; }

/* ---- Textlink ---- */
.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .72rem; font-weight: 600; color: var(--black);
  font-family: var(--font-head);
  letter-spacing: .18em; text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  padding-bottom: 3px;
  transition: border-color .15s;
}
.textlink svg { width: 12px; height: 12px; transition: transform .15s; }
.textlink:hover svg { transform: translateX(3px); }
.textlink:hover { text-decoration: none; border-bottom-color: var(--black); }
.bg-navy .textlink, .bg-ink .textlink, .cta-band .textlink {
  color: #fff; border-bottom-color: rgba(255,255,255,.3);
}
.bg-navy .textlink:hover, .bg-ink .textlink:hover { border-bottom-color: #fff; }

/* ---- Projects ---- */
.project-card {
  background: #fff; border-radius: 0; overflow: hidden;
  box-shadow: none; border: 1px solid var(--line);
}
.project-img { aspect-ratio: 16/10; overflow: hidden; background: var(--paper); }
.project-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .55s;
}
.project-card:hover .project-img img { transform: scale(1.045); }
.project-info { padding: 22px 20px; }
.project-tag {
  font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--mid); display: block; margin-bottom: 8px;
}
.project-info h3 { font-size: 1rem; margin-bottom: 10px; font-weight: 600; }
.project-info p { font-size: .88rem; color: var(--grey); }

/* ---- Signature ---- */
.signature {
  font-family: var(--font-head);
  font-size: 1.05rem; font-style: normal; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--grey);
}

/* ---- Footer ---- */
.site-footer {
  background: var(--black);
  color: rgba(255,255,255,.75);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 40px; padding-bottom: 48px;
}
.footer-brand .logo-img { filter: invert(1) brightness(2); }
.footer-brand .logo-word {
  font-size: 1.05rem; display: block; margin-bottom: 14px; color: #fff;
  letter-spacing: .22em;
}
.footer-brand p { font-size: .86rem; color: var(--on-dark-dim); max-width: 32ch; margin-top: 10px; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 0;
  background: transparent; border: 1px solid rgba(255,255,255,.2);
  display: grid; place-items: center; color: var(--on-dark-dim);
  transition: background .15s, color .15s, border-color .15s;
}
.footer-social a svg { width: 16px; height: 16px; }
.footer-social a:hover { background: #fff; color: var(--black); border-color: #fff; }
.footer-col h4 {
  font-family: var(--font-head); font-size: .68rem; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--mid); margin-bottom: 18px;
}
.footer-col a {
  display: block; font-size: .86rem; color: var(--on-dark-dim);
  padding: 5px 0; transition: color .15s;
}
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-contact { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-contact li { display: flex; align-items: center; gap: 10px; font-size: .86rem; color: var(--on-dark-dim); }
.footer-contact li svg { width: 14px; height: 14px; color: var(--on-dark); flex-shrink: 0; }
.footer-contact a { color: var(--on-dark-dim); padding: 0; display: inline; }
.footer-contact a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-bottom span { font-size: .76rem; color: var(--mid); letter-spacing: .04em; }
.badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.badges span {
  font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  background: transparent; border: 1px solid rgba(255,255,255,.18);
  border-radius: 0; padding: 5px 10px; color: var(--on-dark-dim);
}
.badges a { font-size: .7rem; color: var(--mid); letter-spacing: .04em; }
.badges a:hover { color: #fff; }

/* ---- Mobile bar ---- */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 899;
  background: var(--black);
  border-top: 1px solid rgba(255,255,255,.12);
  padding: env(safe-area-inset-bottom, 0) 0 0;
  grid-template-columns: 1fr 1fr 1fr;
}
.mobile-bar a {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: 11px 0 13px;
  font-family: var(--font-head); font-size: .6rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.65);
  text-decoration: none; transition: color .15s;
}
.mobile-bar a svg { width: 18px; height: 18px; }
.mobile-bar a:hover, .mobile-bar a:active { color: #fff; }
.mobile-bar .mb-primary {
  background: #fff; color: var(--black);
  border-radius: 0;
}
.mobile-bar .mb-primary:hover { background: var(--btn-hover); color: var(--black); }

/* ---- Icons (inline SVG sprite) ---- */
.icon-sprite { display: none; }
svg use { pointer-events: none; }

/* ---- Reveal animations ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }

/* ---- Form card ---- */
.form-card {
  background: #fff; border-radius: 0; padding: 36px 32px;
  box-shadow: none; border: 1px solid var(--line);
}
.bg-paper .form-card { background: #fff; }
.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: .68rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--grey);
  margin-bottom: 7px; font-family: var(--font-head);
}
.input {
  width: 100%; padding: 12px;
  border: 1px solid #d6d6d2; border-radius: 0;
  font-size: 1rem; font-family: var(--font-body); color: var(--black);
  transition: border-color .15s;
  background: #fff;
}
.input:focus { outline: 2px solid var(--black); outline-offset: 1px; border-color: var(--black); }
.req { color: var(--black); }
.field-error { font-size: .75rem; color: #8a2020; margin-top: 5px; display: none; letter-spacing: .02em; }
.field-error.show { display: block; }
select.input { appearance: none; background-image: none; }
textarea.input { min-height: 120px; resize: vertical; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .split { gap: 36px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  :root { --section-gap: 64px; }
  .nav, .header-actions { display: none; }
  .nav-toggle { display: flex; }
  .mobile-bar { display: grid; }
  body { padding-bottom: 58px; }
  .split, .split.reverse { grid-template-columns: 1fr; direction: ltr; gap: 28px; }
  .split .reveal.reveal-d1 { order: -1; }
  .svc-grid { grid-template-columns: 1fr; }
  .grid[style*="repeat(3"] { grid-template-columns: repeat(2, 1fr) !important; }
  .grid[style*="repeat(2"] { grid-template-columns: 1fr !important; }
  .testi-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .trust-items { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .areas-wrap { grid-template-columns: 1fr; }
  .cta-band { padding: 64px 0; }
  .hero { min-height: 80vh; }
  .hero-inner { max-width: 100%; }
  body::before { background-size: min(110vw, 520px) auto; }
}
@media (max-width: 480px) {
  .grid[style*="repeat(3"] { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr; }
  .trust-strip .container { flex-direction: column; align-items: flex-start; }
  .trust-divider { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .project-img img, .scroll-cue span { transition: none; animation: none; }
}


/* ============================================
   Legacy additions (same system, no new styles of their own)
   ============================================ */
.logo-img { height: 40px; }
.site-header:not(.scrolled):not(.solid-header) .logo-img { filter: none; }
.logo-word small { display:block; font-size:.56rem; letter-spacing:.3em; font-weight:500; opacity:.75; margin-top:3px; }
.page-hero { padding: 150px 0 72px; min-height: 420px; }
.page-hero .lead { max-width: 62ch; }
.page-hero .hero-cta { margin-top: 28px; }
.skip { position:absolute; left:-9999px; }
.skip:focus { left:12px; top:12px; z-index:1000; background:var(--black); color:#fff; padding:10px 14px; }

/* Content layout (inner pages) */
.content-wrap { display:grid; grid-template-columns: minmax(0,1fr) 340px; gap:56px; align-items:start; }
.prose h2 { font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin: 48px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--charcoal); margin-bottom: 1.1em; }
.prose .feature-list { margin: 8px 0 8px; }
.sidebar { position: sticky; top: 96px; display:flex; flex-direction:column; gap:20px; }
.sidebar .form-card { padding: 30px 26px; }
.sidebar h3 { font-size:1rem; margin-bottom:6px; }
.sidebar .side-note { font-size:.86rem; color:var(--grey); margin-bottom:18px; }
.side-links a { display:flex; justify-content:space-between; align-items:center; padding:11px 0; border-bottom:1px solid var(--line); font-size:.9rem; color:var(--charcoal); }
.side-links a:last-child { border-bottom:0; }
.side-links a:hover { color:var(--black); }
.side-links svg { width:12px; height:12px; color:var(--mid); }

/* FAQ using <details> (same look as .faq-item) */
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 0; cursor:pointer;
  font-family: var(--font-head); font-size:.95rem; font-weight:600; color:var(--ink); line-height:1.5; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary .fq-ic { width:24px; height:24px; border:1px solid var(--line); display:grid; place-items:center; flex-shrink:0; transition: transform .2s, background .2s, color .2s; }
.faq summary .fq-ic svg { width:12px; height:12px; }
.faq details[open] summary .fq-ic { transform: rotate(45deg); background: var(--black); color:#fff; border-color: var(--black); }
.faq details p { padding: 0 0 20px; font-size:.92rem; color: var(--grey); }

/* Area cards (areas hub) */
.area-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }

/* Contact */
.contact-list { list-style:none; display:flex; flex-direction:column; gap:14px; }
.contact-list li { display:flex; gap:12px; align-items:flex-start; font-size:.92rem; }
.contact-list svg { width:16px; height:16px; margin-top:4px; flex-shrink:0; }
.contact-list b { display:block; font-size:.68rem; letter-spacing:.16em; text-transform:uppercase; color:var(--mid); font-weight:500; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }

@media (max-width: 1024px) {
  .content-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 768px) {
  .area-cards, .gallery-grid, .field-row { grid-template-columns: 1fr; }
  .page-hero { padding: 120px 0 56px; min-height: 0; }
}
.footer-col a.btn { display:flex; padding:0 30px; color:var(--black); }
.footer-col a.btn:hover { color:var(--black); }
.no-js .reveal { opacity:1; transform:none; }
.container.hero-inner { padding: 60px 20px 80px; }
