/* Territory Lawn and Landscape — shared production surface */
*, *::before, *::after { box-sizing: border-box; }

:root {
  --header-h: 92px;
  --shell: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --line: rgba(31, 32, 34, .17);
  --t-olive-ink: #596147;
}

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px;
  background: var(--t-charcoal); color: var(--t-offwhite); transform: translateY(-140%);
}
.skip-link:focus { transform: none; }

.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.shell-inset { padding-left: max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter))); }

.site-header {
  position: sticky; inset: 0 0 auto; z-index: 100; height: var(--header-h);
  background: rgba(245, 243, 238, .98); border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.scrolled { box-shadow: 0 14px 40px rgba(31, 32, 34, .08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex: none; color: inherit; }
.brand img { display: block; height: auto; }
.brand-wide { width: 286px; }
.brand-compact { display: none !important; width: 182px; }

.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.site-nav > a:not(.nav-cta) {
  color: var(--t-charcoal); font-family: var(--t-font-display); font-size: 10.5px;
  font-weight: 500; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap;
}
.site-nav > a:not(.nav-cta):hover { color: var(--t-olive); }
.nav-cta {
  padding: 12px 17px; background: var(--t-charcoal); color: var(--t-offwhite);
  font-family: var(--t-font-display); font-size: 10.5px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; white-space: nowrap;
}
.nav-cta:hover { background: var(--t-olive); color: var(--t-offwhite); }
.menu-toggle { display: none; }

.eyebrow {
  margin: 0; font-family: var(--t-font-display); font-size: var(--t-size-caps); font-weight: 500;
  letter-spacing: var(--t-track-overline); line-height: 1.35; text-transform: uppercase; color: var(--t-olive-ink);
}
.display, h2, h3 { text-wrap: balance; }
.display {
  margin: 24px 0 0; font-family: var(--t-font-display); font-size: clamp(3.2rem, 5.7vw, 6.75rem);
  font-weight: 400; letter-spacing: .015em; line-height: .98; text-transform: uppercase;
}
.display span { color: var(--t-olive); }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 14px 23px;
  border: 1px solid var(--t-charcoal); border-radius: 0; background: var(--t-charcoal); color: var(--t-offwhite);
  font-family: var(--t-font-display); font-size: 11px; font-weight: 500; letter-spacing: .18em;
  line-height: 1.25; text-align: center; text-transform: uppercase; cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.button:hover { background: var(--t-olive); border-color: var(--t-olive); color: var(--t-offwhite); transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .text-link:focus-visible, .menu-toggle:focus-visible {
  outline: 2px solid var(--t-orange); outline-offset: 4px;
}
.button-outline { background: transparent; color: var(--t-charcoal); }
.button-outline:hover { color: var(--t-offwhite); }
.text-link {
  display: inline-flex; align-items: center; gap: 14px; color: var(--t-charcoal);
  font-family: var(--t-font-display); font-size: 11px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase;
}
.text-link span { color: var(--t-orange); font-size: 18px; transition: transform .18s ease; }
.text-link:hover { color: var(--t-olive); }
.text-link:hover span { transform: translate(3px, 3px); }

/* Hero */
.hero { position: relative; background: var(--t-offwhite); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: min(820px, calc(100svh - var(--header-h))); display: grid; grid-template-columns: minmax(520px, .94fr) minmax(500px, 1.06fr); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding-top: 88px; padding-right: clamp(42px, 5vw, 92px); padding-bottom: 100px; }
.hero-lead { max-width: 47ch; margin: 36px 0 0; font-size: clamp(1.12rem, 1.55vw, 1.35rem); line-height: 1.55; color: var(--t-ink-muted); }
.hero-support { max-width: 47ch; margin: 17px 0 0; color: rgba(31,32,34,.7); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 42px; }
.hero-media { position: relative; min-height: 630px; overflow: hidden; background: var(--t-charcoal); isolation: isolate; }
.hero-media video, .hero-media noscript img {
  width: 100%; height: 100%; object-fit: cover; display: block; transform: translate3d(0, var(--hero-y, 0px), 0) scale(var(--hero-scale, 1.025));
  transition: opacity .3s ease; will-change: transform;
}
.hero-media.video-failed { background: url('/img/hero.webp') center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,32,34,.02), rgba(31,32,34,.08) 60%, rgba(31,32,34,.64)); pointer-events: none; }
.hero-caption {
  position: absolute; right: clamp(24px, 4vw, 54px); bottom: 38px; left: clamp(24px, 4vw, 54px);
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; color: var(--t-offwhite);
}
.hero-caption span { font-family: var(--t-font-mono); font-size: 11px; letter-spacing: .12em; color: var(--t-orange); }
.hero-caption p { max-width: 24ch; margin: 0; font-family: var(--t-font-display); font-size: 13px; font-weight: 500; letter-spacing: .17em; line-height: 1.4; text-align: right; text-transform: uppercase; }
.hero-index { position: absolute; left: 0; bottom: 0; display: grid; width: 96px; height: 96px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.hero-index span { border-right: 1px solid var(--line); }
.hero-index span:last-child { border-right: 0; background: var(--t-orange); transform: scaleX(.08); transform-origin: right; }

.signal-bar { border-bottom: 1px solid var(--line); background: #fff; }
.signal-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.signal-grid p { margin: 0; display: flex; align-items: center; gap: 18px; padding: 26px 28px; border-right: 1px solid var(--line); font-family: var(--t-font-display); font-size: 11px; font-weight: 500; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.signal-grid p:first-child { padding-left: 0; }
.signal-grid p:last-child { border-right: 0; }
.signal-grid span { font-family: var(--t-font-mono); color: var(--t-olive-ink); font-size: 10px; }

/* Sections */
.section { position: relative; padding: clamp(92px, 10vw, 144px) 0; }
.section-dark { overflow: hidden; background: var(--t-charcoal); color: var(--t-offwhite); }
.boundary-lines { position: absolute; inset: 0; opacity: .5; pointer-events: none; background-image: linear-gradient(rgba(245,243,238,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(245,243,238,.12) 1px, transparent 1px); background-size: 160px 160px; mask-image: linear-gradient(90deg, transparent 3%, black 30%, black 100%); }
.boundary-lines::before, .boundary-lines::after { content: ""; position: absolute; width: 11px; height: 11px; }
.boundary-lines::before { right: 11%; top: 20%; border-top: 1px solid var(--t-orange); border-left: 1px solid var(--t-orange); }
.boundary-lines::after { left: 16%; bottom: 17%; border-right: 1px solid var(--t-orange); border-bottom: 1px solid var(--t-orange); }
.section-intro { max-width: 760px; }
.section-intro h2, .service-copy h2, .landscape-copy h2, .communication-copy h2, .assessment-copy h2 {
  margin: 22px 0 0; font-family: var(--t-font-display); font-size: clamp(2.55rem, 4.6vw, 5.2rem); font-weight: 400;
  letter-spacing: .025em; line-height: 1.02; text-transform: uppercase;
}
.section-intro > p:last-child { max-width: 54ch; margin: 30px 0 0; font-size: 18px; color: var(--t-ink-muted); }
.section-intro.inverse .eyebrow { color: var(--t-stone); }
.section-intro.inverse > p:last-child { color: rgba(245,243,238,.73); }
.standard-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 86px; border-top: 1px solid rgba(245,243,238,.2); border-bottom: 1px solid rgba(245,243,238,.2); }
.standard-card { min-height: 330px; padding: 32px 30px 40px; border-right: 1px solid rgba(245,243,238,.2); background: rgba(31,32,34,.72); }
.standard-card:last-child { border-right: 0; }
.card-number { font-family: var(--t-font-mono); font-size: 11px; color: var(--t-orange); }
.standard-card h3 { margin: 92px 0 0; font-family: var(--t-font-display); font-size: 16px; font-weight: 500; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.standard-card p { margin: 18px 0 0; color: rgba(245,243,238,.69); font-size: 14.5px; line-height: 1.65; }

.service-section { background: var(--t-offwhite); }
.service-grid { display: grid; grid-template-columns: minmax(420px, 1.05fr) minmax(420px, .95fr); gap: clamp(60px, 8vw, 120px); align-items: center; }
.service-media { position: relative; }
.service-media picture, .landscape-media picture { display: block; overflow: hidden; }
.service-media img { display: block; width: 100%; aspect-ratio: 1 / 1.06; object-fit: cover; }
.media-mark { position: absolute; right: -18px; bottom: 48px; padding: 15px 18px; background: var(--t-charcoal); color: var(--t-offwhite); font-family: var(--t-font-mono); font-size: 11px; letter-spacing: .14em; }
.service-copy h2, .landscape-copy h2 { font-size: clamp(2.6rem, 4vw, 4.65rem); }
.lead-copy { max-width: 49ch; margin: 30px 0 0; font-size: 18px; line-height: 1.65; color: var(--t-ink-muted); }
.scope-list { list-style: none; margin: 42px 0; padding: 0; border-top: 1px solid var(--line); }
.scope-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.scope-list > li > span { font-family: var(--t-font-mono); font-size: 10px; color: var(--t-olive-ink); }
.scope-list div { display: flex; justify-content: space-between; gap: 24px; }
.scope-list strong { font-family: var(--t-font-display); font-size: 12px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.scope-list small { color: var(--t-ink-subtle); font-size: 13px; text-align: right; }

.landscape-section { background: var(--t-stone); overflow: hidden; }
.landscape-grid { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(500px, 1.1fr); gap: clamp(60px, 8vw, 128px); align-items: center; }
.landscape-media { position: relative; }
.landscape-media::before { content: ""; position: absolute; z-index: 2; top: -28px; right: -28px; width: 120px; height: 120px; border-top: 1px solid rgba(31,32,34,.34); border-right: 1px solid rgba(31,32,34,.34); }
.landscape-media img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.image-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(31,32,34,.24); }
.image-note span { font-family: var(--t-font-mono); font-size: 10px; letter-spacing: .12em; color: var(--t-ink-subtle); }
.image-note b { max-width: 24ch; font-family: var(--t-font-display); font-size: 11px; font-weight: 500; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.project-types { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 38px 0 0; padding: 0; }
.project-types li { padding: 10px 13px; border: 1px solid rgba(31,32,34,.28); font-family: var(--t-font-display); font-size: 10.5px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.quiet-copy { max-width: 48ch; margin: 28px 0 34px; color: var(--t-ink-muted); }

.process-section { background: #fff; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { min-height: 280px; padding: 24px 28px 34px; border-right: 1px solid var(--line); }
.process-list li:first-child { padding-left: 0; }
.process-list li:last-child { border-right: 0; }
.process-list span { font-family: var(--t-font-mono); font-size: 10px; color: var(--t-olive-ink); }
.process-list h3 { margin: 72px 0 0; font-family: var(--t-font-display); font-size: 18px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.process-list p { margin: 16px 0 0; color: var(--t-ink-muted); font-size: 14.5px; }

.communication-section { padding: clamp(80px, 9vw, 128px) 0; background: var(--t-offwhite); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.communication-grid { display: grid; grid-template-columns: minmax(440px, 1.05fr) minmax(360px, .95fr); gap: clamp(60px, 9vw, 140px); align-items: center; }
.communication-copy h2 { font-size: clamp(2.4rem, 3.8vw, 4.4rem); }
.communication-copy > p:last-child { max-width: 49ch; margin: 28px 0 0; color: var(--t-ink-muted); font-size: 17px; }
.message-panel { padding: 26px; border: 1px solid var(--line); background: #fff; box-shadow: 24px 24px 0 var(--t-stone); }
.message-top { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.message-mark { width: 26px; height: 26px; background: var(--t-charcoal); clip-path: polygon(17% 0, 46% 0, 46% 16%, 25% 16%, 16% 25%, 16% 46%, 0 46%, 0 17%, 17% 0, 83% 0, 100% 17%, 100% 46%, 84% 46%, 84% 25%, 75% 16%, 54% 16%, 54% 0, 83% 0, 100% 83%, 83% 100%, 54% 100%, 54% 84%, 75% 84%, 84% 75%, 84% 54%, 100% 54%, 100% 83%, 17% 100%, 0 83%, 0 54%, 16% 54%, 16% 75%, 25% 84%, 46% 84%, 46% 100%, 17% 100%); }
.message-top p { margin: 0; font-family: var(--t-font-display); font-size: 11px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.message-top time { font-family: var(--t-font-mono); font-size: 10px; color: var(--t-ink-subtle); }
.message-copy { margin: 28px 0; font-size: 18px; line-height: 1.55; }
.message-status { display: flex; align-items: center; gap: 9px; font-family: var(--t-font-display); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--t-olive-ink); }
.message-status span { width: 7px; height: 7px; background: var(--t-olive); }

/* Forms */
.assessment-section { position: relative; overflow: hidden; padding: clamp(92px, 10vw, 144px) 0; background: var(--t-charcoal); color: var(--t-offwhite); }
.boundary-lines-light { opacity: .3; }
.assessment-grid { position: relative; display: grid; grid-template-columns: minmax(350px, .76fr) minmax(580px, 1.24fr); gap: clamp(60px, 9vw, 130px); align-items: start; }
.assessment-copy .eyebrow { color: var(--t-stone); }
.assessment-copy h2 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.assessment-copy > p:not(.eyebrow) { max-width: 46ch; margin: 28px 0 0; color: rgba(245,243,238,.72); }
.contact-direct a { color: var(--t-offwhite); font-family: var(--t-font-mono); }
.lead-form { padding: clamp(28px, 4vw, 48px); background: var(--t-offwhite); color: var(--t-charcoal); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field > span { display: flex; justify-content: space-between; gap: 12px; font-size: 12.5px; color: var(--t-ink-muted); }
.field b, .check-row b { font-family: var(--t-font-display); font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--t-olive-ink); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid rgba(31,32,34,.32); border-radius: 0;
  background: #fff; color: var(--t-charcoal); outline: none;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--t-olive); box-shadow: 0 0 0 2px rgba(107,115,88,.16); }
.field [aria-invalid="true"] { border-color: #A8321B; }
.check-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; color: var(--t-ink-muted); font-size: 12.5px; line-height: 1.5; }
.check-row input { width: 17px; height: 17px; margin: 2px 0 0; flex: none; accent-color: var(--t-olive); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.form-actions p { max-width: 36ch; margin: 0; font-size: 11.5px; line-height: 1.5; color: rgba(31,32,34,.7); }
.form-status { min-height: 24px; margin: 18px 0 0; font-size: 14px; }
.form-status[data-state="error"] { color: #A8321B; }
.form-status[data-state="success"] { color: var(--t-olive); font-weight: 600; }

.site-footer { padding: 72px 0 28px; background: var(--t-charcoal); color: var(--t-offwhite); border-top: 1px solid rgba(245,243,238,.18); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; padding-bottom: 56px; }
.footer-top img { width: min(390px, 58%); height: auto; }
.footer-top > p { margin: 0; font-family: var(--t-font-display); font-size: clamp(1.2rem, 2vw, 1.8rem); letter-spacing: .09em; line-height: 1.25; text-align: right; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(245,243,238,.18); }
.footer-bottom p { margin: 0; color: rgba(245,243,238,.62); font-size: 12px; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom a { color: var(--t-offwhite); font-family: var(--t-font-mono); font-size: 12px; }

/* Progressive reveal; content remains visible without JS. */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--t-ease), transform .7s var(--t-ease); }
.js .reveal.in { opacity: 1; transform: none; }

/* Campaign */
.campaign-body { background: var(--t-offwhite); }
.campaign-header { background: var(--t-charcoal); border-bottom-color: rgba(245,243,238,.18); }
.campaign-header .campaign-return { color: var(--t-offwhite); font-family: var(--t-font-display); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; }
.campaign-hero { display: grid; min-height: calc(100svh - var(--header-h)); grid-template-columns: minmax(480px, .88fr) minmax(520px, 1.12fr); background: var(--t-charcoal); color: var(--t-offwhite); }
.campaign-copy { display: flex; flex-direction: column; justify-content: center; padding: 88px clamp(46px, 6vw, 100px) 90px max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter))); }
.campaign-copy .eyebrow { color: var(--t-stone); }
.campaign-copy h1 { margin: 24px 0 0; font-family: var(--t-font-display); font-size: clamp(3.5rem, 6.4vw, 7.2rem); font-weight: 400; letter-spacing: .015em; line-height: .94; text-transform: uppercase; }
.campaign-copy h1 span { color: var(--t-orange); }
.campaign-copy > p:not(.eyebrow) { max-width: 43ch; margin: 30px 0 0; color: rgba(245,243,238,.78); font-size: 19px; }
.campaign-copy .button { align-self: flex-start; margin-top: 40px; background: var(--t-offwhite); border-color: var(--t-offwhite); color: var(--t-charcoal); }
.campaign-copy .button:hover { background: var(--t-stone); border-color: var(--t-stone); }
.campaign-media { position: relative; min-height: 600px; overflow: hidden; }
.campaign-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.campaign-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,32,34,.26), transparent 35%, rgba(31,32,34,.07)); }
.campaign-tag { position: absolute; z-index: 2; right: 34px; bottom: 34px; padding: 15px 18px; background: rgba(31,32,34,.92); color: var(--t-offwhite); font-family: var(--t-font-display); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.campaign-offer { padding: 100px 0; background: #fff; }
.campaign-offer-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 160px); }
.campaign-offer h2, .campaign-form-copy h2 { margin: 20px 0 0; font-family: var(--t-font-display); font-size: clamp(2.6rem, 4.5vw, 5rem); font-weight: 400; letter-spacing: .025em; line-height: 1.02; text-transform: uppercase; }
.campaign-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.campaign-step { min-height: 260px; padding: 24px 26px; border-right: 1px solid var(--line); }
.campaign-step:last-child { border-right: 0; }
.campaign-step span { font-family: var(--t-font-mono); font-size: 10px; color: var(--t-olive-ink); }
.campaign-step h3 { margin: 58px 0 0; font-family: var(--t-font-display); font-size: 15px; font-weight: 500; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.campaign-step p { margin: 14px 0 0; font-size: 14px; color: var(--t-ink-muted); }
.campaign-scope { padding: 84px 0; background: var(--t-stone); }
.campaign-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(31,32,34,.18); border: 1px solid rgba(31,32,34,.18); }
.campaign-scope article { min-height: 185px; padding: 28px; background: var(--t-stone); }
.campaign-scope h3 { margin: 0; font-family: var(--t-font-display); font-size: 13px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.campaign-scope p { margin: 18px 0 0; color: var(--t-ink-muted); font-size: 14.5px; }
.campaign-form-section { padding: 110px 0; background: var(--t-charcoal); color: var(--t-offwhite); }
.campaign-form-grid { display: grid; grid-template-columns: minmax(340px, .72fr) minmax(600px, 1.28fr); gap: clamp(60px, 9vw, 130px); }
.campaign-form-copy .eyebrow { color: var(--t-stone); }
.campaign-form-copy p:not(.eyebrow) { max-width: 43ch; margin: 28px 0 0; color: rgba(245,243,238,.72); }
.campaign-form-copy .review-note { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(245,243,238,.2); font-size: 13px; }
.campaign-form .preferred { grid-column: 1 / -1; padding: 18px 0 4px; border-top: 1px solid var(--line); }
.preferred legend { display: block; margin-bottom: 10px; padding: 0; font-size: 12.5px; color: var(--t-ink-muted); }
.preferred legend b { font-family: var(--t-font-display); font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--t-olive-ink); }
.radio-group { display: flex; flex-wrap: wrap; gap: 22px; }
.radio-group label { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.radio-group input { accent-color: var(--t-olive); }
.campaign-thanks { display: none; padding: 54px; background: var(--t-offwhite); color: var(--t-charcoal); }
.campaign-thanks.show { display: block; }
.campaign-thanks h3 { margin: 18px 0; font-family: var(--t-font-display); font-size: 38px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.campaign-thanks p { max-width: 50ch; }

@media (max-width: 1280px) {
  .brand-wide { width: 238px; }
  .site-nav { gap: 15px; }
  .site-nav > a:not(.nav-cta) { font-size: 9px; letter-spacing: .12em; }
  .nav-cta { padding: 11px 13px; font-size: 9px; letter-spacing: .12em; }
}

@media (max-width: 1080px) {
  :root { --header-h: 82px; }
  .brand-wide { width: 224px; }
  .site-nav { gap: 17px; }
  .site-nav > a:not(.nav-cta) { font-size: 9.5px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 38px; }
  .standard-grid { grid-template-columns: repeat(2, 1fr); }
  .standard-card:nth-child(2) { border-right: 0; }
  .standard-card:nth-child(-n+2) { border-bottom: 1px solid rgba(245,243,238,.2); }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .campaign-hero { grid-template-columns: 1fr 1fr; }
  .campaign-form-grid, .assessment-grid { grid-template-columns: .8fr 1.2fr; gap: 56px; }
}

@media (max-width: 860px) {
  :root { --header-h: 76px; --gutter: 24px; }
  .brand-wide { display: none !important; }
  .brand-compact { display: block !important; width: min(182px, 56vw); }
  .menu-toggle { display: flex; align-items: center; gap: 12px; padding: 11px 0; border: 0; background: transparent; color: var(--t-charcoal); font-family: var(--t-font-display); font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
  .menu-toggle i { position: relative; width: 22px; height: 10px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .menu-toggle[aria-expanded="true"] i { height: 22px; border: 0; }
  .menu-toggle[aria-expanded="true"] i::before, .menu-toggle[aria-expanded="true"] i::after { content: ""; position: absolute; top: 10px; left: 0; width: 22px; border-top: 1px solid currentColor; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { transform: rotate(-45deg); }
  .site-nav { position: fixed; z-index: 99; inset: var(--header-h) 0 0; display: none; padding: 42px var(--gutter); background: var(--t-offwhite); align-content: start; align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.nav-cta), .site-nav .nav-cta { padding: 18px 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--t-charcoal); font-size: 13px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding: 86px var(--gutter) 80px; }
  .hero-media { min-height: min(74svh, 660px); }
  .hero-media { background: url('/img/hero.webp') center / cover no-repeat; }
  .hero-video { display: none; }
  .hero-index { display: none; }
  .signal-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .signal-grid p, .signal-grid p:first-child { min-height: 64px; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-grid p:last-child { border-bottom: 0; }
  .service-grid, .landscape-grid, .communication-grid, .assessment-grid, .campaign-offer-grid, .campaign-form-grid { grid-template-columns: 1fr; }
  .landscape-copy { order: 2; }
  .landscape-media { order: 1; }
  .service-media img { aspect-ratio: 4 / 3; }
  .landscape-media img { aspect-ratio: 4 / 3; }
  .process-list { margin-top: 48px; }
  .communication-grid { gap: 52px; }
  .message-panel { box-shadow: 14px 14px 0 var(--t-stone); }
  .assessment-grid, .campaign-form-grid { gap: 50px; }
  .campaign-hero { min-height: auto; grid-template-columns: 1fr; }
  .campaign-copy { min-height: 570px; padding: 78px var(--gutter); }
  .campaign-media { min-height: 62svh; }
  .campaign-offer-grid { gap: 52px; }
  .campaign-steps { grid-template-columns: 1fr; }
  .campaign-step { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }
  .campaign-step h3 { margin-top: 36px; }
  .campaign-scope-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .display { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-copy { min-height: 560px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; min-height: 44px; }
  .hero-media { min-height: 520px; }
  .hero-caption { bottom: 24px; }
  .standard-grid { grid-template-columns: 1fr; margin-top: 56px; }
  .standard-card, .standard-card:nth-child(2) { min-height: 260px; border-right: 0; border-bottom: 1px solid rgba(245,243,238,.2); }
  .standard-card:last-child { border-bottom: 0; }
  .standard-card h3 { margin-top: 54px; }
  .scope-list div { flex-direction: column; gap: 5px; }
  .scope-list small { text-align: left; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:first-child { min-height: 220px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list li:last-child { border-bottom: 0; }
  .process-list h3 { margin-top: 44px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top img { width: min(100%, 340px); }
  .footer-top > p { text-align: left; }
  .footer-bottom div { flex-direction: column; gap: 10px; }
  .campaign-copy h1 { font-size: clamp(3.15rem, 16vw, 5rem); }
  .campaign-scope article { min-height: auto; }
  .campaign-form .preferred { grid-column: auto; }
  .campaign-thanks { padding: 32px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-media video { display: none; }
  .hero-media { background: url('/img/hero.webp') center / cover no-repeat; }
  .js .reveal { opacity: 1; transform: none; }
}
