:root {
  --limestone: #f5f0e6;
  --shell: #fbf8f2;
  --sand: #e9dfcc;
  --gulf: #0e3d3f;
  --gulf-2: #15514f;
  --gulf-ink: #0a2b2d;
  --seaglass: #a8dccf;
  --seaglass-soft: #d9efe8;
  --citrus: #ff6a3d;
  --citrus-deep: #e5532a;
  --sun: #ffc857;
  --muted: #5d6d6a;
  --line: rgba(14, 61, 63, .14);
  --line-light: rgba(245, 240, 230, .18);

  --f-display: "Bricolage Grotesque", "Arial", sans-serif;
  --f-body: "Instrument Sans", system-ui, sans-serif;
  --f-serif: "Newsreader", Georgia, serif;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.76, 0, .24, 1);
  --gutter: clamp(16px, 4vw, 48px);
  --sec: clamp(80px, 11vw, 160px);
  --r: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { overflow-x: clip; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--limestone); color: var(--gulf-ink); font: 400 clamp(16px, 1.05vw, 17.5px)/1.6 var(--f-body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--f-display); margin: 0; letter-spacing: -.025em; }
em { font-family: var(--f-serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; }
::selection { background: var(--citrus); color: var(--shell); }
:focus-visible { outline: 2px solid var(--citrus); outline-offset: 3px; }
.skip { position: fixed; top: -60px; left: 12px; z-index: 100; padding: 10px 16px; border-radius: 99px; background: var(--gulf); color: var(--shell); }
.skip:focus { top: 12px; }
.wrap { width: min(1280px, 100%); margin-inline: auto; padding-inline: var(--gutter); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: 1em 1.5em; border-radius: 14px; border: 1.5px solid transparent; font-weight: 600; font-size: .98rem; text-decoration: none; cursor: pointer; white-space: nowrap; transition: transform .35s var(--ease), background .3s, color .3s, box-shadow .35s var(--ease), border-color .3s; }
.btn:active { transform: scale(.97); }
.btn .arr { transition: transform .4s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn-sm { padding: .7em 1.1em; font-size: .9rem; border-radius: 12px; }
.btn-block { width: 100%; }
.btn-citrus { background: var(--citrus); color: #fff8f1; box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 10px 24px -10px rgba(229, 83, 42, .7); }
.btn-citrus:hover { background: var(--citrus-deep); transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.3) inset, 0 16px 30px -12px rgba(229, 83, 42, .8); }
.btn-line { border-color: var(--line); color: var(--gulf); background: rgba(255,255,255,.4); }
.btn-line:hover { border-color: var(--gulf); }
.btn-line-light { border-color: var(--line-light); color: var(--shell); }
.btn-line-light:hover { border-color: var(--shell); }

/* topbar + nav */
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 8px var(--gutter); background: var(--gulf); color: var(--seaglass-soft); font-size: .82rem; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.topbar a { text-decoration: none; font-weight: 600; color: var(--shell); }
.live { width: 7px; height: 7px; border-radius: 50%; background: #5fe3a1; box-shadow: 0 0 0 0 rgba(95,227,161,.7); animation: ping 2s infinite; }
@keyframes ping { 70%, 100% { box-shadow: 0 0 0 8px rgba(95,227,161,0); } }

.nav { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 28px; padding: 14px var(--gutter); background: rgba(245, 240, 230, .86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.nav.is-stuck { border-color: var(--line); box-shadow: 0 10px 30px -24px rgba(14,61,63,.5); }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; color: var(--gulf); --mark-bg: var(--limestone); }
.logo-mark { width: 38px; height: 38px; color: var(--citrus); flex: none; }
.logo-word { display: flex; flex-direction: column; font: 800 1.45rem/.9 var(--f-display); letter-spacing: -.04em; }
.logo-word small { font: 600 .62rem/1 var(--f-body); letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.logo-light { color: var(--shell); --mark-bg: var(--gulf-ink); }
.logo-light small { color: var(--seaglass); }
.nav-links { display: flex; gap: 26px; }
.nav-links a { text-decoration: none; font-weight: 500; font-size: .94rem; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; border-radius: 2px; background: var(--citrus); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-phone { display: flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 600; font-size: .94rem; }
.nav-phone svg { width: 18px; height: 18px; fill: none; stroke: var(--citrus); stroke-width: 2; stroke-linejoin: round; }
.burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid var(--line); background: none; position: relative; cursor: pointer; }
.burger span { position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 2px; background: var(--gulf); transition: transform .45s var(--ease); }
.burger span:first-child { top: 16px; } .burger span:last-child { top: 24px; }
.burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.drawer { position: fixed; inset: 0; z-index: 35; padding: 130px var(--gutter) 40px; background: var(--limestone); display: flex; flex-direction: column; gap: 16px; opacity: 0; transform: translateY(-12px); transition: opacity .4s var(--ease), transform .5s var(--ease); }
.drawer.is-open { opacity: 1; transform: none; }
.drawer nav { display: flex; flex-direction: column; margin-bottom: auto; }
.drawer nav a { padding: 10px 0; border-bottom: 1px solid var(--line); font: 700 2rem/1.1 var(--f-display); letter-spacing: -.03em; text-decoration: none; }
.drawer-phone { text-align: center; font-weight: 600; }

/* hero */
.hero { width: min(1400px, 100%); margin-inline: auto; padding: clamp(36px, 6vw, 80px) var(--gutter) clamp(50px, 7vw, 90px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.rise { opacity: 0; transform: translateY(26px); animation: rise 1.1s var(--ease) var(--d, 0s) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
.pill { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 22px; padding: 7px 14px 7px 10px; border-radius: 99px; background: var(--shell); border: 1px solid var(--line); font-size: .86rem; }
.stars { width: 88px; height: 16px; fill: var(--sun); flex: none; }
.stars use { width: 16px; height: 16px; }
.hero-title { font-size: clamp(3rem, 6.6vw, 6.4rem); line-height: .92; font-weight: 800; letter-spacing: -.045em; color: var(--gulf); }
.hero-title > span { display: block; }
.hero-accent { position: relative; width: fit-content; }
.hero-accent em { color: var(--citrus); font-weight: 500; letter-spacing: -.035em; padding-right: .06em; }
.squiggle { position: absolute; left: 0; right: 0; bottom: -.12em; width: 100%; height: .22em; overflow: visible; }
.squiggle path { fill: none; stroke: var(--seaglass); stroke-width: 7; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.2s var(--ease-io) 1.1s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.hero-lede { max-width: 32em; margin: 30px 0 30px; font-size: clamp(1.05rem, 1.3vw, 1.2rem); color: var(--muted); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.assure { list-style: none; margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.assure li { display: flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; color: var(--gulf); }
.assure svg { width: 20px; height: 20px; fill: none; stroke: var(--gulf-2); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* before / after */
.ba { --pos: 50%; position: relative; aspect-ratio: 5 / 4.2; border-radius: 28px; overflow: hidden; background: var(--sand); box-shadow: 0 40px 80px -40px rgba(14, 61, 63, .55); isolation: isolate; user-select: none; }
.ba-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.ba-before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.dirty { filter: sepia(.32) saturate(.72) brightness(.84) contrast(.94) hue-rotate(18deg); }
.ba-grime, .ba-speckle { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba-grime { mix-blend-mode: multiply; opacity: .42; }
.ba-speckle { mix-blend-mode: multiply; opacity: .5; -webkit-mask-image: linear-gradient(180deg, #000, transparent 45%, transparent 70%, #000); mask-image: linear-gradient(180deg, #000, transparent 45%, transparent 70%, #000); }
.ba-streaks { position: absolute; inset: 0; mix-blend-mode: multiply; opacity: .55;
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(40, 48, 28, .28) 24px 26px, transparent 28px 61px),
    linear-gradient(180deg, rgba(58, 66, 38, .35), transparent 30%, transparent 70%, rgba(40, 46, 30, .45));
  -webkit-mask-image: linear-gradient(180deg, #000 10%, transparent 55%); mask-image: linear-gradient(180deg, #000 10%, transparent 55%); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; margin-left: -1.5px; background: var(--shell); pointer-events: none; z-index: 3; }
.ba-handle span { position: absolute; top: 50%; left: 50%; width: 56px; height: 56px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; background: var(--shell); color: var(--gulf); font: 700 1.1rem/1 var(--f-display); letter-spacing: .1em; box-shadow: 0 10px 30px rgba(0,0,0,.25); transition: transform .3s var(--ease); }
.ba:active .ba-handle span { transform: translate(-50%, -50%) scale(1.1); }
.ba-range { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none; }
.ba-range:focus-visible + .ba-caption { outline: 2px solid var(--citrus); }
.ba-tag { position: absolute; top: 18px; z-index: 2; padding: 6px 12px; border-radius: 99px; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; background: rgba(10, 43, 45, .7); color: var(--shell); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.ba-tag-l { left: 18px; }
.ba-tag-r { right: 18px; background: var(--shell); color: var(--gulf); }
.ba-caption { position: absolute; left: 18px; bottom: 16px; z-index: 2; margin: 0; padding: 6px 12px; border-radius: 10px; background: rgba(251, 248, 242, .9); font-size: .8rem; font-weight: 600; }

/* ticker */
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--shell); }
.ticker-track { display: flex; width: max-content; animation: tick 50s linear infinite; }
.ticker span { padding: 16px 26px; font: 600 1.05rem/1 var(--f-display); letter-spacing: -.01em; color: var(--gulf-2); white-space: nowrap; display: flex; align-items: center; gap: 52px; }
.ticker span::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--citrus); margin-right: -26px; }
@keyframes tick { to { transform: translateX(-50%); } }

/* reveal */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform 1.1s var(--ease); transition-delay: var(--rd, 0s); }
[data-reveal].in { opacity: 1; transform: none; }

/* numbers */
.numbers { padding-block: clamp(60px, 8vw, 110px); }
.numbers-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 40px; align-items: end; }
.numbers-lead { margin: 0; font: 600 clamp(1.5rem, 2.4vw, 2.1rem)/1.15 var(--f-display); letter-spacing: -.03em; color: var(--gulf); }
.numbers-lead em { color: var(--muted); font-weight: 400; }
.counters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; }
.counters > div { padding: 0 0 0 22px; border-left: 2px solid var(--seaglass); }
.counters dt { font-size: .82rem; font-weight: 600; color: var(--muted); letter-spacing: .02em; }
.counters dd { margin: 4px 0 0; font: 800 clamp(2.6rem, 5vw, 4.4rem)/1 var(--f-display); letter-spacing: -.05em; color: var(--gulf); font-variant-numeric: tabular-nums; }
.counters small { font-size: .4em; letter-spacing: 0; color: var(--muted); margin-left: 4px; }

/* heads */
.head { max-width: 820px; margin-bottom: clamp(40px, 5vw, 64px); }
.head-center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--citrus-deep); }
.eyebrow::before { content: ""; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.2rem); line-height: .98; font-weight: 800; color: var(--gulf); }
h2 em { color: var(--gulf-2); font-weight: 400; }
.lede { max-width: 34em; margin: 22px 0 0; color: var(--muted); font-size: clamp(1rem, 1.2vw, 1.12rem); }

/* services bento */
.services { padding-bottom: var(--sec); }
.bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(250px, auto); gap: 14px; }
.tile { position: relative; overflow: hidden; border-radius: var(--r); background: var(--gulf); color: var(--shell); display: flex; flex-direction: column; justify-content: flex-end; min-height: 320px; isolation: isolate; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s var(--ease); }
.tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,43,45,0) 20%, rgba(10,43,45,.55) 55%, rgba(10,43,45,.92)); }
.tile:hover img { transform: scale(1.06); }
.tile-xl { grid-column: span 2; grid-row: span 2; }
.tile:nth-child(2), .tile:nth-child(3) { grid-column: span 2; }
.tile:nth-child(5) { grid-column: span 2; }
.tile-body, .tile-text { padding: clamp(20px, 2.4vw, 32px); }
.tile h3 { font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-weight: 700; line-height: 1; margin-bottom: 10px; }
.tile-xl h3 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.tile p { margin: 0 0 14px; max-width: 30em; color: rgba(251, 248, 242, .82); font-size: .96rem; }
.tile-price { display: inline-block; width: fit-content; margin: 0 0 12px !important; padding: 4px 10px; border-radius: 8px; background: var(--sun); color: var(--gulf-ink) !important; font-weight: 700; font-size: .8rem !important; }
.tile-link { font-weight: 600; text-decoration: none; font-size: .94rem; border-bottom: 1.5px solid currentColor; width: fit-content; padding-bottom: 2px; transition: color .3s; }
.tile-link:hover { color: var(--sun); }
.tile-text { justify-content: space-between; min-height: 250px; }
.tile-text::before { display: none; }
.tile-dark { background: var(--gulf-2) radial-gradient(circle at 100% 0, rgba(168,220,207,.25), transparent 60%); }
.tile-citrus { background: var(--citrus); }
.tile-citrus p { color: rgba(255, 248, 241, .9); }
.tile-citrus .tile-price { background: var(--shell); }
.tile-citrus .tile-link:hover { color: var(--gulf); }

/* method */
.method { background: var(--gulf); color: var(--shell); padding-block: var(--sec); position: relative; overflow: hidden; }
.method::before { content: ""; position: absolute; right: -10%; top: -20%; width: 60vw; height: 60vw; border-radius: 50%; background: radial-gradient(circle, rgba(168,220,207,.14), transparent 65%); pointer-events: none; }
.method h2 { color: var(--shell); }
.method h2 em { color: var(--seaglass); }
.method .lede { color: rgba(245, 240, 230, .7); }
.method .eyebrow { color: var(--sun); }
.method-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 6vw, 90px); align-items: center; }
.surfaces { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.surfaces button { padding: .7em 1.1em; border-radius: 12px; border: 1.5px solid var(--line-light); background: transparent; cursor: pointer; font-weight: 500; transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease); }
.surfaces button:hover { border-color: var(--seaglass); transform: translateY(-2px); }
.surfaces button[aria-selected="true"] { background: var(--shell); color: var(--gulf); border-color: var(--shell); font-weight: 600; }
.gauge-card { background: var(--gulf-ink); border: 1px solid var(--line-light); border-radius: 28px; padding: clamp(24px, 3vw, 40px); }
.gauge-method { margin: 0; font: 800 clamp(2rem, 3.2vw, 2.8rem)/1 var(--f-display); letter-spacing: -.04em; color: var(--seaglass); transition: color .4s; }
.gauge-card.is-pressure .gauge-method { color: var(--sun); }
.gauge { width: 100%; max-width: 340px; display: block; margin: 20px auto 0; overflow: visible; }
.gauge-track, .gauge-fill { fill: none; stroke-width: 14; stroke-linecap: round; }
.gauge-track { stroke: rgba(245,240,230,.1); }
.gauge-fill { stroke: var(--seaglass); stroke-dasharray: 100; stroke-dashoffset: 90; transition: stroke-dashoffset 1s var(--ease), stroke .4s; }
.is-pressure .gauge-fill { stroke: var(--sun); }
.gauge-needle { transform-origin: 110px 115px; transform: rotate(-72deg); transition: transform 1.1s var(--ease); }
.gauge-needle line { stroke: var(--shell); stroke-width: 3; stroke-linecap: round; }
.gauge-needle circle { fill: var(--shell); }
.gauge-psi { margin: 4px 0 22px; text-align: center; font: 700 1.2rem/1 var(--f-display); color: rgba(245,240,230,.75); }
.gauge-psi span { color: var(--shell); font-size: 1.6rem; }
.gauge-facts { margin: 0; display: grid; gap: 14px; border-top: 1px solid var(--line-light); padding-top: 20px; }
.gauge-facts div { display: grid; grid-template-columns: 70px 1fr; gap: 12px; }
.gauge-facts dt { font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--seaglass); padding-top: 3px; }
.gauge-facts dd { margin: 0; color: rgba(245,240,230,.85); font-size: .95rem; }
.gauge-facts dd.swap { animation: swap .6s var(--ease); }
@keyframes swap { from { opacity: 0; transform: translateY(8px); } }

.steps { list-style: none; margin-top: clamp(70px, 9vw, 120px); padding-top: 40px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; position: relative; }
.steps::before { content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: var(--line-light); }
.step-n { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--citrus); color: #fff8f1; font: 700 .9rem/1 var(--f-display); margin-bottom: 18px; }
.steps h3 { font-size: 1.45rem; font-weight: 700; margin-bottom: 8px; }
.steps p { margin: 0; color: rgba(245,240,230,.7); font-size: .95rem; }

/* pricing estimator */
.pricing { padding-block: var(--sec); background: linear-gradient(var(--limestone), var(--sand) 140%); }
.estimator { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.est-form { background: var(--shell); border: 1px solid var(--line); border-radius: 28px; padding: clamp(22px, 3.4vw, 44px); display: grid; gap: 34px; }
.est-form fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.est-form legend { padding: 0; margin-bottom: 16px; font: 700 1.35rem/1 var(--f-display); letter-spacing: -.03em; color: var(--gulf); }
.seg { display: inline-grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 14px; background: var(--limestone); margin-bottom: 24px; }
.seg input, .check input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: block; padding: .6em 1.4em; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: .94rem; text-align: center; transition: background .3s, color .3s, box-shadow .3s; }
.seg input:checked + span { background: var(--gulf); color: var(--shell); box-shadow: 0 6px 14px -8px rgba(14,61,63,.8); }
.seg input:focus-visible + span, .check input:focus-visible ~ .check-box { outline: 2px solid var(--citrus); outline-offset: 2px; }
.size-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; font-weight: 600; color: var(--muted); font-size: .92rem; }
.size-label output { font: 700 1.5rem/1 var(--f-display); letter-spacing: -.03em; color: var(--gulf); }
input[type="range"][data-sqft] { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 99px; background: linear-gradient(90deg, var(--citrus) var(--fill, 30%), var(--sand) var(--fill, 30%)); cursor: pointer; }
input[data-sqft]::-webkit-slider-thumb { -webkit-appearance: none; width: 28px; height: 28px; border-radius: 50%; background: var(--shell); border: 3px solid var(--citrus); box-shadow: 0 6px 16px rgba(229,83,42,.35); transition: transform .25s var(--ease); }
input[data-sqft]:active::-webkit-slider-thumb { transform: scale(1.15); }
input[data-sqft]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--shell); border: 3px solid var(--citrus); }
.size-scale { display: flex; justify-content: space-between; margin-top: 8px; font-size: .78rem; color: var(--muted); }
.svc-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check { position: relative; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); cursor: pointer; transition: border-color .3s, background .3s; }
.check:hover { border-color: var(--gulf-2); }
.check-box { width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid var(--line); flex: none; display: grid; place-items: center; transition: background .3s, border-color .3s; }
.check-box::after { content: ""; width: 10px; height: 5px; border-left: 2px solid var(--shell); border-bottom: 2px solid var(--shell); transform: rotate(-45deg) scale(0); margin-top: -2px; transition: transform .3s var(--ease); }
.check-name { font-weight: 600; font-size: .95rem; }
.check:has(input:checked) { border-color: var(--gulf); background: var(--seaglass-soft); }
.check input:checked ~ .check-box { background: var(--gulf); border-color: var(--gulf); }
.check input:checked ~ .check-box::after { transform: rotate(-45deg) scale(1); }
.bundle-hint { margin: 16px 0 0; font-size: .9rem; color: var(--muted); }
.bundle-hint.on { color: var(--gulf-2); font-weight: 600; }

.receipt { position: sticky; top: 100px; filter: drop-shadow(0 30px 40px rgba(14,61,63,.18)); }
.receipt-inner { background: var(--shell); border-radius: 28px 28px 0 0; padding: clamp(22px, 3vw, 36px); }
.receipt-tear { height: 16px; background: radial-gradient(circle at 10px -2px, transparent 10px, var(--shell) 10.5px) 0 0 / 20px 16px repeat-x; }
.receipt-top { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; padding-bottom: 18px; border-bottom: 1.5px dashed var(--line); font: 700 1.1rem/1 var(--f-display); color: var(--gulf); --mark-bg: var(--shell); }
.receipt-top .logo-mark { width: 26px; height: 26px; }
.receipt-top span { margin-left: auto; font: 500 .8rem/1 var(--f-body); color: var(--muted); }
.receipt-lines { list-style: none; margin: 0; padding: 0; min-height: 60px; }
.receipt-lines li { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: .95rem; animation: swap .5s var(--ease); }
.receipt-lines li span:last-child { font-variant-numeric: tabular-nums; color: var(--muted); }
.receipt-lines .empty { color: var(--muted); }
.receipt-save { display: flex; justify-content: space-between; margin: 6px 0 0; padding: 8px 12px; border-radius: 10px; background: var(--seaglass-soft); color: var(--gulf-2); font-weight: 600; font-size: .92rem; }
.receipt-total { display: flex; flex-direction: column; margin: 18px 0 6px; padding-top: 18px; border-top: 1.5px dashed var(--line); }
.receipt-total > span { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.receipt-total strong { font: 800 clamp(2.4rem, 4vw, 3.4rem)/1.05 var(--f-display); letter-spacing: -.05em; color: var(--gulf); font-variant-numeric: tabular-nums; }
.receipt-note { margin: 0 0 20px; font-size: .82rem; color: var(--muted); }
.lock { display: grid; gap: 8px; }
.lock-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lock input { width: 100%; padding: 13px 14px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--limestone); font: 500 .95rem var(--f-body); color: var(--gulf-ink); transition: border-color .3s, background .3s; }
.lock input:focus { outline: none; border-color: var(--gulf-2); background: #fff; }
.lock input.bad { border-color: var(--citrus); }
.lock .btn { margin-top: 4px; }
.lock-err { margin: 4px 0 0; color: var(--citrus-deep); font-size: .85rem; font-weight: 600; }
.lock-done { display: flex; gap: 14px; align-items: center; padding: 16px; border-radius: 16px; background: var(--seaglass-soft); animation: swap .6s var(--ease); }
.lock-done p { margin: 0; font-size: .95rem; color: var(--gulf); }
.lock-done svg { width: 46px; height: 46px; flex: none; fill: none; stroke: var(--gulf-2); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.lock-done path, .lock-done circle { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw .8s var(--ease-io) forwards; }
.lock-done path { animation-delay: .5s; }

/* guarantee */
.guarantee { padding-block: var(--sec); }
.guarantee-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 90px); align-items: center; }
.crew { margin: 0; border-radius: 200px 200px 28px 28px; overflow: hidden; aspect-ratio: 3 / 4; }
.crew img { width: 100%; height: 100%; object-fit: cover; }
.promise { display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.promise:last-child { border: 0; }
.stamp { position: relative; width: 110px; height: 110px; display: grid; place-items: center; }
.stamp svg { position: absolute; inset: 0; animation: spin 22s linear infinite; }
.stamp text { font: 700 11.5px var(--f-body); letter-spacing: .12em; fill: var(--gulf-2); }
.stamp b { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--citrus); color: #fff8f1; font: 800 1.35rem/1 var(--f-display); letter-spacing: -.04em; }
@keyframes spin { to { transform: rotate(360deg); } }
.promise h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 700; line-height: 1.05; color: var(--gulf); margin-bottom: 8px; }
.promise p { margin: 0; color: var(--muted); }

/* reviews */
.reviews { padding-block: var(--sec) calc(var(--sec) * .7); background: var(--shell); border-block: 1px solid var(--line); overflow: hidden; }
.reviews-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.g-score { display: flex; align-items: center; gap: 14px; font-size: .9rem; color: var(--muted); line-height: 1.5; }
.g-num { font: 800 4rem/1 var(--f-display); letter-spacing: -.05em; color: var(--gulf); }
.rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px max(var(--gutter), calc((100vw - 1280px) / 2 + var(--gutter))) 20px; scrollbar-width: none; cursor: grab; }
.rail::-webkit-scrollbar { display: none; }
.rail.dragging { cursor: grabbing; scroll-snap-type: none; }
.review { flex: 0 0 min(380px, 84vw); scroll-snap-align: start; margin: 0; padding: 28px; border-radius: var(--r); background: var(--limestone); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.review:hover { transform: translateY(-6px) rotate(-.4deg); box-shadow: 0 24px 40px -28px rgba(14,61,63,.5); }
.review blockquote { margin: 0; font: 400 1.22rem/1.4 var(--f-serif); font-style: italic; color: var(--gulf-ink); flex: 1; }
.review figcaption { display: flex; align-items: center; gap: 12px; font-size: .88rem; color: var(--muted); line-height: 1.3; }
.review figcaption b { color: var(--gulf); }
.av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: hsl(var(--h) 45% 82%); color: hsl(var(--h) 45% 25%); font-weight: 700; font-size: .82rem; }
.rail-ctrl { display: flex; gap: 8px; justify-content: flex-end; }
.rail-btn { width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid var(--line); background: none; cursor: pointer; font-size: 1.1rem; transition: background .3s, color .3s, border-color .3s; }
.rail-btn:hover { background: var(--gulf); color: var(--shell); border-color: var(--gulf); }

/* areas */
.areas { isolation: isolate; position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; padding-block: 80px; }
.areas-img { position: absolute; inset: -10% 0; z-index: -1; }
.areas-img img { width: 100%; height: 100%; object-fit: cover; }
.areas-card { max-width: 620px; padding: clamp(26px, 4vw, 50px); border-radius: 28px; background: rgba(251, 248, 242, .94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.counties { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.counties h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; color: var(--citrus-deep); }
.counties p { margin: 0; font-size: .93rem; color: var(--gulf); line-height: 1.8; }
.areas-note { margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); }

/* faq */
.faq { padding-block: var(--sec); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 90px); align-items: start; }
.faq-grid header { position: sticky; top: 110px; }
.faq .lede a { color: var(--gulf); font-weight: 600; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; cursor: pointer; font: 700 clamp(1.15rem, 1.6vw, 1.4rem)/1.2 var(--f-display); letter-spacing: -.02em; color: var(--gulf); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: none; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--shell); border: 1px solid var(--line); font: 400 1.4rem/1 var(--f-body); transition: transform .45s var(--ease), background .3s, color .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); background: var(--citrus); color: #fff; border-color: var(--citrus); }
.faq-list details > div { padding: 0 60px 24px 0; color: var(--muted); }
.faq-list details > div p { margin: 0; }
.faq-list details[open] > div { animation: swap .5s var(--ease); }

/* final */
.final { padding: 0 var(--gutter) var(--sec); }
.final-inner { position: relative; overflow: hidden; background: var(--citrus); color: #fff8f1; border-radius: 36px; padding: clamp(50px, 8vw, 110px) clamp(24px, 6vw, 80px); text-align: center; isolation: isolate; }
.final h2 { color: #fff8f1; font-size: clamp(2.4rem, 6vw, 5.4rem); max-width: 14ch; margin-inline: auto; }
.final h2 em { color: var(--gulf-ink); }
.final-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.final .btn-citrus { background: var(--gulf); box-shadow: none; }
.final .btn-citrus:hover { background: var(--gulf-ink); }
.final .btn-line-light { border-color: rgba(255,248,241,.5); color: #fff8f1; }
.final-sun { position: absolute; z-index: -1; width: min(620px, 90vw); height: min(620px, 90vw); right: -12%; bottom: -30%; color: rgba(255, 200, 87, .35); --mark-bg: var(--citrus); animation: spin 90s linear infinite; }

/* footer */
.footer { background: var(--gulf-ink); color: rgba(245,240,230,.75); padding-top: clamp(56px, 7vw, 90px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 50px; }
.footer-grid a:not(.logo), .footer-grid p { display: block; margin: 0 0 8px; text-decoration: none; font-size: .94rem; }
.footer-grid a:not(.logo):hover { color: var(--sun); }
.footer-blurb { margin-top: 18px !important; max-width: 24em; }
.f-h { font-size: .74rem !important; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--seaglass); margin-bottom: 14px !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 22px 30px; border-top: 1px solid var(--line-light); font-size: .82rem; }
.footer-bottom p { margin: 0; }

.mobile-cta { display: none; }

/* responsive */
@media (max-width: 1080px) {
  .nav-links, .nav-phone { display: none; }
  .burger { display: block; }
  .hero, .method-grid, .estimator, .guarantee-grid, .faq-grid, .numbers-grid { grid-template-columns: minmax(0, 1fr); }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile-xl { grid-row: span 1; min-height: 420px; }
  .tile:nth-child(n) { grid-column: span 1; }
  .tile-xl { grid-column: span 2; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .receipt, .faq-grid header { position: static; }
  .crew { max-width: 420px; aspect-ratio: 4 / 4.4; }
}
@media (max-width: 640px) {
  .topbar p { font-size: .75rem; }
  .topbar a { display: none; }
  .nav-cta { display: none; }
  .hero-title { font-size: clamp(2.9rem, 14vw, 4rem); }
  .hero-cta .btn { flex: 1 1 100%; }
  .ba { aspect-ratio: 4 / 4.4; border-radius: 22px; }
  .counters > div { padding-left: 12px; }
  .bento { grid-template-columns: minmax(0, 1fr); }
  .tile-xl { grid-column: span 1; min-height: 380px; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .svc-checks, .lock-fields, .counties { grid-template-columns: minmax(0, 1fr); }
  .promise { grid-template-columns: 76px 1fr; gap: 16px; }
  .stamp { width: 76px; height: 76px; }
  .stamp text { font-size: 15px; }
  .stamp b { width: 46px; height: 46px; font-size: 1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .faq-list details > div { padding-right: 0; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; display: flex; justify-content: center; gap: 8px; padding: 16px; border-radius: 16px; background: var(--citrus); color: #fff8f1; font-weight: 700; text-decoration: none; box-shadow: 0 14px 30px -10px rgba(229,83,42,.7); transform: translateY(140%); transition: transform .5s var(--ease); }
  .mobile-cta.show { transform: none; }
  .footer { padding-bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], .rise { opacity: 1; transform: none; }
}
