:root {
  --cream: #f5ead2;
  --cream-light: #fff7e8;
  --green: #1f4a2a;
  --green-dark: #102b1c;
  --green-mid: #3f6b32;
  --orange: #f2680a;
  --orange-dark: #c94c05;
  --orange-text: #b33a00;
  --charcoal: #18201e;
  --roof: #343a38;
  --line: rgba(16, 43, 28, 0.24);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Instrument Sans", sans-serif;
  --shell: min(1240px, calc(100vw - 64px));
  --soft-shadow: 0 14px 34px rgba(16, 43, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], #quote { scroll-margin-top: 96px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--green-dark);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }

/* ---- intro splash: dark curtain with lockup + tagline, orange progress line, curtain lifts to reveal the hero ---- */
html.splash-active { overflow: hidden; }
html.splash-active .hero .reveal { opacity: 0; transform: translateY(26px); }
html.splash-active .hero-video { transform: scale(1.08); }
.splash { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; overflow: hidden; background: var(--cream-light); color: var(--green-dark); }
.splash-inner { display: grid; place-items: center; padding: 0 24px; text-align: center; }
.splash-inner > * { grid-area: 1 / 1; }
/* act 1: lockup rises in, holds, then lifts away */
.splash .splash-brand { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.splash .splash-brand img { width: min(640px, 82vw); height: auto; }
.splash .splash-brand .brand-name { font-size: 64px; }
.splash .splash-brand .brand-name small { margin-top: 14px; font-size: 20px; }
.splash.is-in .splash-brand { opacity: 1; transform: none; }
.splash.is-brand-out .splash-brand { opacity: 0; transform: translateY(-20px); transition: opacity .32s ease, transform .45s cubic-bezier(.6,0,.4,1); }
/* act 2: tagline types itself. The ghost copy reserves the final box; the live copy types into it from the left with a caret riding the last letter. */
.splash-tag { position: relative; margin: 0; font-family: var(--display); font-size: clamp(26px, 3.2vw, 44px); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: 0; visibility: hidden; }
.splash-tag em { color: var(--orange); font-style: normal; }
.splash-ghost { visibility: hidden; }
.splash-live { position: absolute; inset: 0 -1.2em 0 0; text-align: left; }
.splash-caret { display: inline-block; width: .08em; height: .9em; margin-left: .1em; background: var(--orange); vertical-align: -.08em; animation: splash-caret .7s steps(1) infinite; }
.splash.is-writing .splash-tag { opacity: 1; visibility: visible; }
@keyframes splash-caret { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }
/* progress line runs across the whole intro */
.splash-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: rgba(16,43,28,.12); }
.splash-bar b { display: block; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; }
.splash.is-in .splash-bar b { transform: scaleX(1); transition: transform 3.3s cubic-bezier(.45,0,.2,1) .1s; }
/* act 3: curtain lifts, hero cascades in underneath */
.splash.is-lifting { transform: translateY(-100%); transition: transform .9s cubic-bezier(.76,0,.24,1); }
.splash.is-lifting .splash-inner { transform: translateY(38vh); opacity: 0; transition: transform .9s cubic-bezier(.76,0,.24,1), opacity .45s ease .15s; }
.splash.is-lifting .splash-caret { animation: none; opacity: 0; }
.splash.is-lifting .splash-bar { opacity: 0; transition: opacity .2s; }
.splash.is-done { display: none; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--cream-light);
  border: 2px solid var(--green-dark);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }

.utility-bar { background: var(--green-dark); color: var(--cream-light); font-size: 12px; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; text-transform: uppercase; letter-spacing: .11em; font-weight: 650; }
.utility-inner a { display: flex; gap: 12px; align-items: center; }
.utility-inner a:hover strong { color: var(--orange); }
.utility-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: var(--orange); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 234, 210, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  transition: box-shadow .25s ease;
}
.site-header { transition: background-color .3s ease, border-color .3s ease, padding .3s ease; }
.nav-wrap { transition: min-height .3s ease, width .3s ease, padding .3s ease, background-color .3s ease, border-radius .3s ease, box-shadow .3s ease; }
.brand img { transition: width .3s ease, height .3s ease; }
/* scrolled: the bar detaches into a floating pill */
.site-header.is-scrolled { padding: 10px 0; background: transparent; border-bottom-color: transparent; backdrop-filter: none; pointer-events: none; }
.site-header.is-scrolled .nav-wrap { width: min(1240px, calc(100vw - 32px)); min-height: 78px; padding: 0 8px 0 14px; background: rgba(245, 234, 210, .94); border: 1px solid var(--green-dark); border-radius: 999px; box-shadow: 0 14px 34px rgba(16, 43, 28, .18); backdrop-filter: blur(14px); pointer-events: auto; }
.site-header.is-scrolled .brand img { width: 64px; height: 64px; }
.site-header.is-scrolled .nav-cta, .site-header.is-scrolled .menu-toggle { border-radius: 999px; box-shadow: none; }
.site-header.is-scrolled .nav-cta:hover { transform: none; box-shadow: none; background: #ff7820; }
.nav-wrap { min-height: 104px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 90px; height: 90px; object-fit: contain; }
.brand-name { display: grid; grid-template-columns: auto auto; column-gap: 2px; align-items: end; font-family: var(--display); font-style: italic; line-height: .82; letter-spacing: -.035em; font-size: 27px; }
.brand-name b:first-child { color: var(--green); }
.brand-name b:nth-child(2) { color: var(--orange); }
.brand-name small { grid-column: 1 / -1; margin-top: 7px; font-style: normal; color: var(--green-dark); font-size: 10px; letter-spacing: .34em; text-align: center; }
.site-nav { display: flex; justify-content: center; gap: clamp(20px, 2.5vw, 40px); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.site-nav a { position: relative; padding-block: 8px; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }
.mobile-nav-cta { display: none; }

.button {
  --btn-border: var(--green-dark);
  --btn-shadow: var(--green-dark);
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid var(--btn-border);
  border-radius: 2px;
  padding: 0 24px;
  background: var(--orange);
  box-shadow: 3px 3px 0 var(--btn-shadow);
  color: var(--green-dark);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.button:hover { background: #ff7820; transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--btn-shadow); }
.button:active { transform: translate(1px, 1px); box-shadow: 1px 1px 0 var(--btn-shadow); }
.button:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
/* arrow drawn as a masked SVG so it matches the type weight instead of falling back to a system glyph */
.button-arrow { flex-shrink: 0; width: 13px; height: 13px; background: currentColor; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='square'><path d='M3.5 12.5 12.5 3.5M5.5 3.5h7v7'/></svg>") center / contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='square'><path d='M3.5 12.5 12.5 3.5M5.5 3.5h7v7'/></svg>") center / contain no-repeat; transition: transform .2s ease; }
.button:hover .button-arrow { transform: translate(2px, -2px); }
.button-sm { min-height: 44px; padding-inline: 18px; font-size: 11px; gap: 10px; }
.button-sm .button-arrow, .footer-contact .button-arrow { width: 11px; height: 11px; }
.button-cream { --btn-border: var(--cream-light); --btn-shadow: var(--orange); background: var(--cream-light); color: var(--green-dark); }
.button-cream:hover { background: #fff; }
.button-ghost { background: var(--cream-light); }
.button-ghost:hover { background: #fff; }
.button-outline { --btn-border: var(--cream-light); --btn-shadow: var(--orange); background: transparent; color: var(--cream-light); }
.button-outline:hover { background: rgba(255, 247, 232, .08); }
.button-ink { --btn-shadow: var(--cream-light); background: var(--green-dark); color: var(--cream-light); }
.button-ink:hover { background: var(--green); }
.section-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 56px; }
.process-intro .section-actions { margin-top: 0; }
.review .section-actions { margin-top: 28px; }
.faq-intro .section-actions { flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 32px; }
.faq-intro .section-actions .button { min-width: 248px; }

@media (min-width: 821px) {
  .site-nav .mobile-nav-cta { display: none; }
}

.hero { min-height: min(700px, calc(100svh - 122px)); display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); background: var(--cream); border-bottom: 1px solid var(--green-dark); }
.hero-copy { position: relative; z-index: 2; display: flex; justify-content: flex-end; align-items: center; padding: 60px 8px 60px max(32px, calc((100vw - 1240px) / 2)); }
.hero-copy-inner { max-width: 500px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--orange-text); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 16px; height: 2px; background: currentColor; }
/* veteran line: three short stripes stand in for a flag without turning into another round badge */
.eyebrow-tail { display: contents; font-size: inherit; }
.stripes { flex: 0 0 auto; width: 20px; height: 11px; background: linear-gradient(var(--orange) 0 3px, transparent 3px 4px, var(--green-dark) 4px 7px, transparent 7px 8px, var(--orange) 8px 11px); }
.eyebrow.dark { color: var(--orange-text); }
.eyebrow.light { color: #ff8a3d; }
.review .eyebrow { color: var(--green-dark); }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; margin: 0; line-height: .9; }
h1 { max-width: 760px; font-size: clamp(66px, 6.4vw, 100px); font-weight: 800; letter-spacing: -.04em; }
h1 em, h2 em { color: var(--orange-text); font-style: normal; }
h1 em { white-space: nowrap; }
.way h2 em, .process h2 em, .final-cta h2 em { color: var(--orange); }
.hero-intro { max-width: 470px; margin: 26px 0 0; color: #34463e; font-size: clamp(17px, 1.3vw, 19px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 34px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 13px; font-weight: 650; line-height: 1.25; }
.hero-proof li { display: flex; align-items: center; gap: 11px; }
.hero-proof svg { flex-shrink: 0; width: 36px; height: 36px; padding: 8px; background: var(--cream-light); border: 1px solid rgba(16,43,28,.34); color: var(--green); border-radius: 2px; }
.hero-proof span { color: #2b3d33; }
/* --slope: horizontal run per 1px of height for the roof-pitch cut; --bar-h: fixed ledger height so the bar can be cut on the same line */
.hero-media { --slope: .17; --bar-h: 84px; --stroke: 9px; position: relative; min-height: 600px; overflow: hidden; background: var(--cream); container-type: size; }
/* footage dissolves into the cream page through a real alpha mask instead of a tinted wash painted on top of it */
/* roof-pitch edge: footage is cut on a diagonal that leans like a gable, with an orange fascia stroke along the cut */
.hero-frame { position: absolute; inset: 0; clip-path: polygon(calc(100cqh * var(--slope)) 0, 100% 0, 100% 100%, 0 100%); }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 3; background: var(--orange); clip-path: polygon(calc(100cqh * var(--slope)) 0, calc(100cqh * var(--slope) + var(--stroke)) 0, var(--stroke) 100%, 0 100%); pointer-events: none; }
.hero-video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; background: var(--roof); transition: transform 1.7s cubic-bezier(.2,.7,.2,1); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,43,28,0) 62%, rgba(16,43,28,.32) 100%); pointer-events: none; }
/* ledger bar: the numbers sit under the footage like a caption strip instead of floating over it */
.hero-facts { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); height: var(--bar-h); margin: 0; padding-left: calc(var(--bar-h) * var(--slope) + var(--stroke)); background: var(--cream-light); border-top: 1px solid var(--green-dark); clip-path: polygon(calc(var(--bar-h) * var(--slope) + var(--stroke)) 0, 100% 0, 100% 100%, var(--stroke) 100%); }
.hero-facts > div { display: flex; flex-direction: column-reverse; justify-content: center; gap: 3px; padding: 0 clamp(18px, 2vw, 28px); border-left: 1px solid var(--line); }
.hero-facts > div:first-child { border-left: 0; }
.hero-facts dd { margin: 0; font-family: var(--display); font-size: 36px; font-weight: 800; line-height: .9; letter-spacing: -.02em; }
.hero-facts dd span { color: var(--orange-text); font-size: 22px; margin-left: 2px; }
.hero-facts dt { font-size: 11px; font-weight: 650; letter-spacing: .02em; color: #3a4a42; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.strip { background: var(--orange); border-bottom: 1px solid var(--green-dark); padding: 15px 0; overflow: clip; }
.strip-track { display: flex; align-items: center; gap: 36px; width: max-content; color: var(--green-dark); animation: marquee 44s linear infinite; }
.strip-track span { font-size: 14px; font-weight: 800; letter-spacing: .12em; line-height: 20px; text-transform: uppercase; white-space: nowrap; }
.strip-track svg { flex-shrink: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (hover: hover) { .strip:hover .strip-track { animation-play-state: paused; } }

.proof-bar { background: var(--green-dark); color: var(--cream-light); }
/* certifications strip (hidden until badge files arrive): label left, manufacturer badges right */
.certs { background: var(--cream-light); border-bottom: 1px solid var(--line); }
.certs-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 40px; padding: 20px 0; }
.certs-inner p { margin: 0; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.certs-list { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 36px; margin: 0; padding: 0; list-style: none; }
.certs-list img { display: block; width: auto; height: 64px; }
.proof-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 16px; padding: 22px 28px; border-right: 1px solid rgba(245,234,210,.18); }
.proof-grid > div:last-child { border-right: 0; }
.proof-icon { font-family: var(--display); font-size: 24px; font-weight: 800; color: var(--orange); }
.proof-grid p { display: flex; flex-direction: column; margin: 0; }
.proof-grid b { font-family: var(--display); font-size: 19px; text-transform: uppercase; letter-spacing: .02em; }
.proof-grid small { color: #c9d5cb; font-size: 12px; }

.section { padding-block: clamp(92px, 8vw, 128px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 64px; }
.section-heading h2, .way h2, .process h2, .faq h2, .final-cta h2 { font-size: clamp(58px, 6.4vw, 94px); font-weight: 800; letter-spacing: -.035em; }
.section-heading > p { max-width: 510px; margin: 0 0 8px; color: #44544d; font-size: 18px; line-height: 1.65; }

.services { background: var(--cream-light); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.service-card { display: flex; flex-direction: column; border: 1px solid var(--green-dark); background: var(--cream); box-shadow: 4px 4px 0 var(--green-dark); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--orange); }
.service-image { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-bottom: 1px solid var(--green-dark); background: var(--roof); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.3,1); }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-image span { position: absolute; left: 12px; top: 12px; padding: 7px 9px; background: var(--cream-light); border: 1px solid var(--green-dark); color: var(--green-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-copy { flex: 1; display: flex; flex-direction: column; padding: 26px 24px 22px; }
.service-copy h3 { font-size: clamp(30px, 2.6vw, 38px); letter-spacing: -.02em; }
.service-copy p { flex: 1; margin: 14px 0 22px; color: #3a4a42; font-size: 15px; line-height: 1.55; }
.service-copy a { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0 8px; border-top: 1px solid var(--line); color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-copy a:hover { color: var(--orange-dark); }

.way { display: grid; grid-template-columns: 50% 50%; min-height: 860px; background: var(--green-dark); color: var(--cream-light); }
.way-media { position: relative; min-height: 620px; overflow: hidden; }
.way-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-note { position: absolute; right: 0; bottom: 48px; display: flex; flex-direction: column; padding: 18px 24px; background: var(--orange); color: var(--green-dark); border: 1px solid var(--green-dark); }
.image-note span { font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.image-note b { font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.way-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(56px, calc((100vw - 1240px) / 2)) 90px clamp(48px, 5vw, 72px); border-left: 1px solid rgba(245,234,210,.2); }
.way-copy h2 { max-width: none; font-size: clamp(54px, 5.4vw, 80px); }
.way-intro { max-width: 480px; margin: 24px 0 34px; color: #c8d2ca; font-size: 17px; line-height: 1.6; }
.promise-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(245,234,210,.18); }
.promise-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(245,234,210,.18); }
.promise-list > li > span { font-family: var(--display); font-size: 20px; color: var(--orange); }
.promise-list h3 { font-size: 25px; letter-spacing: .01em; }
.promise-list p { margin: 5px 0 0; color: #bccabf; font-size: 14px; }

.projects { background: var(--cream); }
.project-heading { margin-bottom: 54px; }
.project-stage { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 18px; }
.project-feature { position: relative; min-height: 680px; margin: 0; overflow: hidden; border: 1px solid var(--green-dark); background: var(--roof); }
.project-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .5s ease, transform 1.2s cubic-bezier(.2,.7,.2,1); }
.project-feature > img.is-entering { opacity: 0; transform: scale(1.03); }
.project-feature > img.is-leaving { opacity: 0; transition: opacity .5s ease .1s; }
.project-feature figcaption { transition: opacity .16s ease, transform .16s ease; }
.project-feature figcaption.is-changing { opacity: 0; transform: translateY(6px); }
.project-feature figcaption { position: absolute; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 28px; padding: 22px 24px; background: var(--cream-light); border: 1px solid var(--green-dark); border-left: 6px solid var(--orange); box-shadow: 4px 4px 0 var(--green-dark); }
.project-feature figcaption > span { grid-column: 1 / -1; color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-feature figcaption strong { font-family: var(--display); font-size: clamp(34px, 4vw, 50px); line-height: 1; text-transform: uppercase; }
.project-feature figcaption small { margin-bottom: 5px; color: #4b5b53; font-size: 12px; }
.project-feature figcaption { right: calc(24px + 272px + 14px); grid-template-columns: 1fr; }
.project-feature figcaption small { margin: 4px 0 0; }
.project-note { position: absolute; right: 24px; bottom: 24px; z-index: 3; width: 272px; padding: 20px 22px; background: var(--green-dark); color: var(--cream-light); border: 1px solid var(--green-dark); box-shadow: 4px 4px 0 var(--orange); transition: opacity .16s ease, transform .16s ease; }
.project-note.is-changing { opacity: 0; transform: translateY(6px); }
.project-note span { display: block; margin-bottom: 10px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-note p { margin: 0; font-size: 14px; line-height: 1.55; }
.project-cta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(16, 43, 28, .14); }
.project-selector { display: grid; grid-template-rows: repeat(3, 1fr); gap: 18px; }
.project-option { position: relative; min-height: 0; padding: 0; overflow: hidden; border: 1px solid var(--green-dark); background: var(--roof); cursor: pointer; text-align: left; }
.project-option::after { content: ""; position: absolute; inset: 0; border: 0 solid var(--orange); transition: border-width .18s ease; }
.project-option.is-active::after { border-width: 6px; }
.project-option img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: opacity .25s ease, transform .4s ease; }
.project-option:hover img, .project-option.is-active img { opacity: 1; transform: scale(1.025); }
.project-option > span { position: absolute; left: 12px; bottom: 12px; display: grid; padding: 8px 10px; background: var(--green-dark); color: var(--cream-light); }
.project-option small { color: var(--orange); font-size: 10px; }
.project-option b { font-family: var(--display); font-size: 18px; text-transform: uppercase; }

.process { padding-block: clamp(92px, 8vw, 128px); background: var(--charcoal); color: var(--cream-light); }
.process-inner { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.process-intro { position: sticky; top: 150px; }
.process-intro > p:not(.eyebrow) { max-width: 450px; margin: 28px 0 34px; color: #b6c3b9; font-size: 17px; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(245,234,210,.2); }
.process-steps li { display: grid; grid-template-columns: 64px 1fr auto; gap: 24px; align-items: start; min-height: 190px; padding: 36px 0; border-bottom: 1px solid rgba(245,234,210,.2); }
.process-steps > li > span { font-family: var(--display); font-size: 30px; color: var(--orange); }
.process-steps h3 { font-size: clamp(34px, 4vw, 50px); }
.process-steps p { max-width: 490px; margin: 12px 0 0; color: #bfcbc1; }
.process-steps > li > b { align-self: end; color: var(--orange); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.review { display: grid; grid-template-columns: 56% 44%; min-height: 680px; background: var(--orange); color: var(--green-dark); }
.review-copy { display: flex; align-items: center; justify-content: flex-end; padding: 64px max(60px, 5vw) 64px max(32px, calc((100vw - 1240px) / 2)); }
.review-copy-inner { max-width: 720px; }
.review blockquote { font-size: clamp(42px, 4.6vw, 64px); }
.review .stars { margin-bottom: 20px; }
.review .review-byline { margin-top: 28px; }
.stars { margin-bottom: 25px; font-size: 21px; letter-spacing: .18em; }
blockquote { margin: 0; font-family: var(--display); font-size: clamp(47px, 5.4vw, 78px); font-weight: 700; line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.review-byline { display: flex; align-items: center; gap: 16px; margin: 38px 0 0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.review-byline span::before { content: ""; display: inline-block; width: 36px; height: 1px; margin-right: 16px; vertical-align: middle; background: var(--green-dark); }
.review-sources { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 30px 0 0; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-sources span { display: inline-flex; align-items: center; gap: 8px; }
.review-sources i { width: 8px; height: 8px; background: var(--green-dark); }
.review-note { max-width: 520px; margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(16,43,28,.28); font-size: 12px; }
.review-media { position: relative; min-height: 680px; overflow: hidden; border-left: 1px solid var(--green-dark); }
.review-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center var(--fy-lg, 30%); }
.review-media img[data-review-photo] { opacity: 0; transform: scale(1.04); transition: opacity .7s ease, transform 1.2s cubic-bezier(.2, .7, .2, 1); }
.review-media img.is-active { opacity: 1; transform: none; }
.review-quotes { display: grid; align-items: start; }
.review-item { grid-area: 1 / 1; margin: 0; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .55s ease, transform .55s cubic-bezier(.2, .7, .2, 1), visibility 0s linear .55s; }
.review-item.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.review-nav { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px 32px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(16,43,28,.28); }
.review-tabs { display: flex; flex-wrap: wrap; gap: 6px; }
.review-tabs button { display: inline-flex; align-items: center; gap: 0; height: 38px; padding: 0 13px; border: 2px solid rgba(16,43,28,.55); border-radius: 999px; overflow: hidden; background: transparent; color: var(--green-dark); font: 700 10px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; opacity: .8; transition: opacity .2s ease, background .2s ease, border-color .2s ease; }
.review-tabs button:hover { border-color: var(--green-dark); background: rgba(16,43,28,.08); }
.review-tabs button span { white-space: nowrap; }
.review-tabs button[aria-selected="true"] { border-color: var(--green-dark); background: var(--green-dark); color: var(--cream-light); }
.review-tabs button:focus-visible, .review-arrow:focus-visible { outline: 2px solid var(--green-dark); outline-offset: 3px; }
.review-controls { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.review-count { margin-right: 10px; font-size: 12px; font-weight: 800; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
.review-count i { padding: 0 5px; font-style: normal; opacity: .5; }
.review-arrow { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid var(--green-dark); background: transparent; color: var(--green-dark); cursor: pointer; transition: background .2s ease, color .2s ease, transform .15s ease; }
.review-arrow:hover { background: var(--green-dark); color: var(--cream-light); }
.review-arrow:active { transform: translate(1px, 1px); }

.faq { background: var(--cream-light); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 10vw, 150px); }
.faq-intro { position: sticky; top: 150px; align-self: start; }
.faq-intro p:last-child { max-width: 340px; margin-top: 27px; color: #44544d; font-size: 18px; }
.faq-list { border-top: 2px solid var(--green-dark); }
details { border-bottom: 1px solid var(--green-dark); }
summary { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--display); font-size: clamp(27px, 3vw, 38px); font-weight: 700; line-height: 1; text-transform: uppercase; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--green-dark); font-family: var(--body); font-size: 21px; transition: transform .2s ease, background .2s ease; }
details[open] summary span { transform: rotate(45deg); background: var(--orange); }
details p { max-width: 600px; margin: -7px 70px 30px 0; color: #44544d; line-height: 1.7; }

.final-cta { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; min-height: 720px; background: var(--green-dark); color: var(--cream-light); }
.cta-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 880px; padding: 120px clamp(24px, 4vw, 72px); text-align: center; }
.cta-copy > p:not(.eyebrow) { max-width: 540px; margin: 26px auto 34px; color: #dfe6e0; font-size: 17px; }
.cta-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; }
.cta-actions .button { min-width: 220px; }
.cta-copy > small { margin-top: 28px; color: #b7c4bb; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.cta-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.cta-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }

.site-footer { background: #0b2116; color: var(--cream-light); }
.footer-main { display: grid; grid-template-columns: 1.6fr .6fr .8fr 1.15fr; gap: 58px; padding-block: 75px; }
.brand-light .brand-name b:first-child, .brand-light .brand-name small { color: var(--cream-light); }
/* client logo is dark-on-light, so it sits on a cream plate with the site's hard offset */
/* client logo is dark-on-light, so it sits on a cream plate with the site's hard offset */
.footer-plate { width: min(100%, 380px); padding: 22px 26px; background: var(--cream-light); border: 2px solid var(--cream-light); border-radius: 2px; box-shadow: 4px 4px 0 var(--orange); }
.footer-logo { display: block; }
.footer-logo img { width: 100%; height: auto; }
.footer-brand p { margin: 44px 0 0; color: #9caea1; font-family: var(--display); font-size: 28px; line-height: 1.05; text-transform: uppercase; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 0; font-size: 13px; color: #aebcaf; }
.footer-links a, .footer-links span, .footer-contact a { padding-block: 8px; }
.footer-links > b, .footer-contact > b { margin-bottom: 6px; color: var(--orange); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a:hover, .footer-contact a:hover { color: var(--cream-light); }
.footer-contact button { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; padding: 8px 0 5px; border: 0; border-bottom: 1px solid var(--orange); background: none; color: var(--cream-light); font-size: 11px; font-weight: 750; text-transform: uppercase; cursor: pointer; }
.footer-creds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 28px; padding: 24px 0; border-top: 1px solid rgba(245,234,210,.13); color: #c4d0c7; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-creds span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 10px; background: var(--orange); vertical-align: middle; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(245,234,210,.13); color: #93a397; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom a:hover { color: var(--orange); }

.quote-dialog { width: min(760px, calc(100vw - 32px)); max-height: calc(100svh - 32px); padding: 44px; overflow-y: auto; border: 2px solid var(--green-dark); border-radius: 2px; background: var(--cream-light); color: var(--green-dark); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.quote-dialog::backdrop { background: rgba(8, 25, 16, .82); }
.dialog-close { position: absolute; right: 16px; top: 13px; width: 40px; height: 40px; border: 1px solid var(--green-dark); background: var(--cream); font-size: 27px; line-height: 1; cursor: pointer; }
.dialog-close:hover { background: var(--orange); }
.dialog-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.dialog-brand img { width: auto; height: 60px; }
.quote-dialog h2 { font-family: var(--display); font-size: clamp(52px, 7vw, 75px); text-transform: uppercase; line-height: .9; letter-spacing: -.03em; }
.quote-dialog #form-content > p:not(.eyebrow), .form-success > p:not(.eyebrow) { max-width: 560px; color: #4d5b54; }
#quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
#quote-form > label, fieldset { display: grid; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
input[type="text"], input[type="tel"] { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--green-dark); border-radius: 0; background: var(--cream); color: var(--green-dark); font-size: 15px; }
input:focus { outline: 3px solid rgba(242,104,10,.34); outline-offset: 1px; }
.form-wide { grid-column: 1 / -1; }
fieldset { margin: 0; padding: 0; border: 0; }
fieldset legend { margin-bottom: 8px; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 45px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--green-dark); background: var(--cream); text-align: center; }
.choice-grid input:checked + span { background: var(--green); color: var(--cream-light); box-shadow: inset 0 -4px 0 var(--orange); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(242,104,10,.4); }
.form-disclaimer { display: block; margin-top: 14px; color: #66736c; }
.form-success { min-height: 480px; display: grid; place-content: center; justify-items: start; }
.form-success[hidden] { display: none; }
.form-success > span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 26px; background: var(--green); color: var(--cream-light); font-size: 25px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (min-width: 1400px) {
  .section-heading { grid-template-columns: 1.1fr .9fr; gap: 64px; }
  .process-inner { grid-template-columns: 520px minmax(0, 1fr); gap: 80px; }
  .faq-grid { grid-template-columns: 520px minmax(0, 1fr); gap: 80px; }
}

@media (min-width: 1500px) {
  .hero { grid-template-columns: minmax(0, 46%) minmax(0, 54%); }
  .hero-copy-inner { max-width: 560px; }
  .hero-copy { padding-right: 28px; }
  .hero-facts dd { font-size: 42px; }
  .hero-facts dd span { font-size: 25px; }
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 960px); }
  .nav-wrap { gap: 24px; }
  .site-nav { gap: 17px; }
  .site-nav a { font-size: 12px; padding-block: 14px; }
  .site-nav a::after { bottom: 9px; }
  .hero { grid-template-columns: 50% 50%; }
  .hero-copy { padding-right: 24px; }
  .hero-media { --slope: .12; --bar-h: 78px; }
  .hero-facts dt { white-space: normal; }
  .hero-facts > div { padding: 12px 14px 10px; }
  .hero-facts dd { font-size: 30px; }
  .hero-facts dd span { font-size: 20px; }
  .hero-facts dt { font-size: 10px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { border-bottom: 1px solid rgba(245,234,210,.18); }
  .way { grid-template-columns: 50% 50%; min-height: 0; }
  .way-media { min-height: 620px; }
  .way-media img { object-position: 38% center; }
  .way-copy { padding: 70px 50px; }
  .project-feature { min-height: 580px; }
  .process-inner { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; }
  .process h2, .faq h2 { font-size: clamp(50px, 6vw, 94px); }
  .process-steps li { grid-template-columns: 52px 1fr auto; gap: 18px; }
  .faq-grid { gap: 56px; }
  .footer-main { grid-template-columns: 1.2fr .7fr .8fr; }
  .footer-creds { grid-template-columns: repeat(2, 1fr); }
  .footer-contact { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px 32px; padding-top: 32px; border-top: 1px solid rgba(245,234,210,.13); }
  .footer-contact > b { flex-basis: 100%; margin-bottom: 0; }
}

@media (min-width: 821px) and (max-width: 960px) {
  .nav-wrap { gap: 18px; }
  .site-nav { gap: 13px; }
  .site-nav a { font-size: 11px; letter-spacing: .05em; }
  .nav-cta { padding-inline: 12px; gap: 10px; font-size: 10px; }
  .brand-name small { display: none; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof svg { width: 32px; height: 32px; padding: 7px; }
  .hero-media { --bar-h: 88px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 36px); }
  .utility-inner p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .utility-inner a { font-size: 0; }
  .utility-inner a strong { font-size: 11px; }
  .nav-wrap { min-height: 88px; grid-template-columns: 1fr auto; }
  .brand img { width: 74px; height: 74px; }
  .site-header.is-scrolled .brand img { width: 58px; height: 58px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 12px; min-width: 88px; height: 44px; padding: 0 12px; border: 1px solid var(--green-dark); background: transparent; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
  .menu-lines { display: grid; gap: 5px; width: 19px; }
  .menu-lines i { height: 2px; background: var(--green-dark); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; inset: 100% 0 auto; max-height: calc(100svh - 110px); display: grid; justify-content: stretch; gap: 0; padding: 14px 18px 24px; overflow-y: auto; background: var(--cream-light); border-bottom: 2px solid var(--green-dark); transform: translateY(-130%); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .3s ease, opacity .2s ease, visibility .2s ease; }
  .site-nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 28px; }
  .site-nav a::after { display: none; }
  .site-nav .mobile-nav-cta { display: inline-flex; width: 100%; margin-top: 18px; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { justify-content: flex-start; padding: 52px 18px 44px; }
  .hero-copy-inner, .review-copy-inner { width: 100%; max-width: none; margin-inline: 0; }
  h1 { font-size: clamp(64px, 12vw, 92px); }
  .hero-media { order: 0; display: flex; flex-direction: column; min-height: 0; border-top: 1px solid var(--green-dark); container-type: normal; }
  .hero-media { --slope: 0; --stroke: 0px; }
  .hero-frame { position: relative; height: min(58vw, 440px); clip-path: none; }
  .hero-facts { position: static; height: auto; padding: 0; clip-path: none; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-facts > div { padding: 16px 18px; }
  .hero-facts dt { white-space: normal; overflow: visible; text-overflow: clip; line-height: 1.25; }
  .hero-media::before { display: none; }
  .hero-facts { clip-path: none; }
  .hero-video { object-position: 55% 45%; }
  .hero-intro { max-width: 560px; font-size: 18px; }
  .hero-proof { grid-template-columns: repeat(2, minmax(0, max-content)); column-gap: 44px; justify-content: start; }
  .proof-grid { width: 100%; }
  .proof-grid > div { padding-inline: 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3):last-child { grid-column: 1 / -1; flex-direction: row; }
  .service-card:nth-child(3):last-child .service-image { flex: 0 0 46%; aspect-ratio: auto; border-bottom: 0; border-right: 1px solid var(--green-dark); }
  .way { grid-template-columns: minmax(0, 1fr); overflow: hidden; }
  .way > * { min-width: 0; width: 100%; }
  .way-media { min-height: 540px; }
  .way-copy { padding: 64px max(18px, calc((100vw - var(--shell)) / 2)); border-top: 1px solid rgba(245,234,210,.2); border-left: 0; }
  .way-copy h2, .way-intro { max-width: 100%; }
  .project-stage { grid-template-columns: 1fr; }
  .project-feature { min-height: 580px; }
  .project-selector { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
  .project-option { aspect-ratio: 4 / 3; }
  .project-feature figcaption strong { font-size: 40px; }
  .process-inner { grid-template-columns: 1fr; }
  .process-steps li { grid-template-columns: 56px 1fr; min-height: 0; padding: 28px 0; }
  .process-steps > li > b { grid-column: 2; justify-self: start; margin-top: 10px; }
  .process-intro, .faq-intro { position: static; }
  .review { grid-template-columns: 1fr; min-height: 0; }
  .review-copy { padding: 44px 18px 56px; justify-content: flex-start; }
  .review-media { order: -1; height: min(62vw, 460px); min-height: 0; border-top: 0; border-bottom: 1px solid var(--green-dark); border-left: 0; }
  .review-media img { object-position: center var(--fy-sm, 20%); }
  .review blockquote { font-size: clamp(30px, 8.2vw, 46px); line-height: 1; }
  .review .stars { margin-bottom: 16px; font-size: 18px; }
  .review .review-byline { margin-top: 20px; }
  .review-nav { flex-wrap: nowrap; align-items: center; gap: 12px; margin-top: 26px; padding-top: 18px; }
  .review-tabs { flex: 1 1 auto; flex-wrap: nowrap; gap: 6px; }
  .review-tabs button { width: 12px; height: 12px; padding: 0; border-width: 2px; opacity: .7; }
  .review-tabs button span { display: none; }
  .review-tabs button[aria-selected="true"] { opacity: 1; border-color: var(--green-dark); background: var(--green-dark); }
  .review-count { display: none; }
  .review-controls { flex: 0 0 auto; margin-left: auto; gap: 6px; }
  .review-arrow { width: 40px; height: 40px; }
  .review .section-actions { margin-top: 26px; }
  .review-note { margin-top: 18px; }
  .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .final-cta { min-height: 600px; overflow: hidden; }
  .cta-copy { padding: 96px max(18px, calc((100vw - var(--shell)) / 2)); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 32px; padding-block: 56px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 420px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .brand-name { font-size: 21px; }
  .splash .splash-brand img { width: min(420px, 84vw); }
  .splash .splash-brand .brand-name { font-size: 42px; }
  .splash .splash-brand .brand-name small { margin-top: 10px; font-size: 14px; }
  .brand-name small { font-size: 8px; }
  .hero-copy { min-height: 0; padding-block: 40px 36px; }
  .eyebrow { margin-bottom: 20px; font-size: 10px; letter-spacing: .16em; }
  .service-image span, .image-note span, .project-feature figcaption > span { font-size: 10px; }
  h1 { font-size: clamp(57px, 17vw, 76px); }
  .hero-intro { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 31px; }
  .hero-actions .button, .section-actions .button { width: 100%; }
  .section-actions { align-items: stretch; flex-direction: column; gap: 14px; margin-top: 40px; }
  .faq-intro .section-actions .button { min-width: 0; }
  .hero-proof { margin-top: 27px; padding-top: 20px; }
  .hero-frame { height: 64vw; }
  .hero-video { object-position: 50% 45%; }
  .hero-facts > div { padding: 14px 10px 12px; gap: 3px; }
  .hero-facts dd { font-size: 26px; }
  .hero-facts dd span { font-size: 16px; }
  .hero-facts dt { font-size: 10px; }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 12px 14px; font-size: 12px; }
  .hero-proof svg { width: 32px; height: 32px; padding: 7px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 0; align-items: flex-start; padding: 18px 14px 16px; gap: 10px; border: 0 !important; border-bottom: 1px solid rgba(245,234,210,.18) !important; }
  .proof-grid > div:nth-child(odd) { border-right: 1px solid rgba(245,234,210,.18) !important; }
  .proof-grid > div:nth-last-child(-n+2) { border-bottom: 0 !important; }
  .proof-icon { font-size: 18px; line-height: 1.15; }
  .proof-grid p { gap: 3px; }
  .proof-grid b { font-size: 16px; line-height: 1.1; }
  .proof-grid small { font-size: 11px; line-height: 1.3; }
  .section, .process { padding-block: 72px; }
  .way-copy, .review-copy, .cta-copy { padding-block: 64px; }
  .section-heading h2, .way h2, .process h2, .faq h2, .final-cta h2 { font-size: clamp(52px, 15vw, 70px); }
  .section-heading { margin-bottom: 44px; }
  .section-heading > p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card:nth-child(3):last-child { grid-column: auto; flex-direction: column; }
  .service-card:nth-child(3):last-child .service-image { flex: none; aspect-ratio: 3 / 2; border-right: 0; border-bottom: 1px solid var(--green-dark); }
  .service-copy { padding: 25px 22px 27px; }
  .service-image { aspect-ratio: 3 / 2; }
  .service-copy p { margin: 12px 0 18px; font-size: 15px; }
  .way-media { min-height: 400px; }
  .way-media img { object-position: 45% 30%; }
  .image-note { right: 0; bottom: 12px; padding: 12px 16px; }
  .image-note b { font-size: 22px; }
  .project-feature { display: flex; flex-direction: column; min-height: 0; --stage: 66vw; }
  .project-feature > img { top: 0; bottom: auto; height: var(--stage); }
  .project-feature figcaption { position: relative; order: 1; left: auto; right: auto; bottom: auto; margin-top: var(--stage); grid-template-columns: 1fr; padding: 18px 16px 16px; border: 0; border-top: 1px solid var(--green-dark); border-left: 6px solid var(--orange); box-shadow: none; }
  .project-note { position: static; order: 2; width: auto; padding: 16px 16px 18px; border: 0; border-top: 1px solid rgba(16, 43, 28, .14); box-shadow: none; }
  .project-feature figcaption.is-changing, .project-note.is-changing { transform: none; }
  .project-feature figcaption strong { font-size: 30px; }
  .project-feature figcaption small { margin: 2px 0 0; }
  .project-cta { flex-direction: column; gap: 10px; margin-top: 12px; padding-top: 12px; }
  .project-cta .button { width: 100%; }
  .project-selector { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -14px; padding: 0 14px 5px; scroll-padding-inline: 14px; scrollbar-width: none; }
  .project-selector::-webkit-scrollbar { display: none; }
  .project-option { min-width: 42%; aspect-ratio: 3 / 2; scroll-snap-align: start; }
  .project-option small { font-size: 9px; }
  .project-option b { font-size: 16px; }
  .process-steps li { grid-template-columns: 48px 1fr; min-height: 0; padding: 26px 0; gap: 16px 18px; }
  .process-steps h3 { font-size: 30px; }
  .process-steps > li > b { grid-column: 2; justify-self: start; margin-top: 10px; font-size: 11px; }
  .process-intro .button { width: 100%; }
  blockquote { font-size: clamp(36px, 10.5vw, 62px); line-height: 1; }
  .review-byline { flex-wrap: wrap; gap: 8px 16px; }
  .review-byline b { white-space: nowrap; }
  .review-byline span::before { width: 24px; margin-right: 10px; }
  .review-media { height: 64vw; }
  summary { min-height: 76px; gap: 16px; padding-right: 2px; font-size: 24px; }
  summary span { width: 40px; height: 40px; }
  details p { margin: -4px 10px 26px 0; font-size: 15px; }
  .cta-actions { align-items: stretch; flex-direction: column; width: 100%; max-width: 360px; }
  .cta-actions .button { min-width: 0; width: 100%; white-space: normal; text-align: center; }
  .footer-links a, .footer-contact a { padding-block: 11px; }
  .final-cta { min-height: 520px; }
  .cta-media img { object-position: 60% center; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 20px; padding-block: 52px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-contact { padding-top: 28px; border-top: 1px solid rgba(245,234,210,.13); }
  .footer-brand p { font-size: 24px; }
  .footer-plate { padding: 16px 18px; }
  .footer-creds { grid-template-columns: 1fr; gap: 12px; }
  .eyebrow-tail { display: none; }
  .certs-inner { gap: 12px 24px; padding: 16px 0; }
  .certs-list { gap: 14px 22px; }
  .certs-list img { height: 48px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-block: 24px; gap: 8px; }
  .quote-dialog { padding: 34px 20px 24px; }
  #quote-form { grid-template-columns: 1fr; }
  #quote-form > label, .form-wide { grid-column: 1; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .review-item, .review-tabs button span, .review-media img[data-review-photo] { transition: none; transform: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .strip-track { animation: none; }
}

/* Brand grade — section-matched tints. Each media block gets a single-colour gradient that matches the panel
   next to it (orange sections -> orange, green sections -> green), fading to transparent away from the panel.
   Tune the edge alpha (.6/.55/.45) and the fade stop (%) per block. */
.review-media { position: relative; }
.hero-frame,
.service-image,
.way-media,
.project-feature,
.project-option,
.review-media,
.cta-media { isolation: isolate; }
.hero-video,
.service-image img,
.way-media img,
.project-feature > img,
.project-option img,
.review-media img,
.cta-media img {
  filter: saturate(.85) contrast(1.08) sepia(.1);
}
.hero-frame::before,
.service-image::after,
.way-media::after,
.project-feature::after,
.review-media::after,
.cta-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
/* cream sections: orange rises from the bottom */
.hero-frame::before { z-index: 2; background: linear-gradient(100deg, rgba(242, 104, 10, .62) 0%, rgba(242, 104, 10, 0) 58%); } /* 100deg = perpendicular to the slanted orange edge */
.service-image::after,
.project-feature::after { background: linear-gradient(0deg, rgba(242, 104, 10, .5) 0%, rgba(242, 104, 10, 0) 65%); }
/* green section, panel on the right: green fades in from the right */
.way-media::after { background: linear-gradient(270deg, rgba(16, 43, 28, .6) 0%, rgba(16, 43, 28, 0) 70%); }
/* orange section, panel on the left: orange fades in from the left */
.review-media::after { background: linear-gradient(90deg, rgba(242, 104, 10, .6) 0%, rgba(242, 104, 10, 0) 70%); }
/* green section, panel on the left: green fades in from the left */
.cta-media::after { background: linear-gradient(180deg, rgba(16, 43, 28, .78) 0%, rgba(16, 43, 28, .55) 50%, rgba(16, 43, 28, .8) 100%); }
.hero-frame::after { z-index: 2; background: none; } /* original green bottom fade off — orange tint carries the hero now */
.service-image span,
.image-note,
.project-feature figcaption { z-index: 3; }
.project-option img { opacity: .82; }
@media (max-width: 900px) {
  /* stacked layouts: panel sits above the media, so fade from the top */
  .way-media::after,
  .review-media::after { background-image: linear-gradient(180deg, var(--tint, rgba(16, 43, 28, .55)) 0%, transparent 65%); }
  .review-media::after { --tint: rgba(242, 104, 10, .55); background-image: linear-gradient(0deg, var(--tint) 0%, transparent 60%); }
}
