@font-face {
  font-family: 'Familjen Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/familjen-grotesk-600.woff2') format('woff2');  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Familjen Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/familjen-grotesk-700.woff2') format('woff2');  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/geist-400.woff2') format('woff2');  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/geist-500.woff2') format('woff2');  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/geist-600.woff2') format('woff2');  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/geist-mono-400.woff2') format('woff2');  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/geist-mono-500.woff2') format('woff2');  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Pressure Wash 901 */

:root {
  --navy: #16223f;
  --navy-deep: #0e1730;
  --cyan: #19a7da;
  --cyan-deep: #0b6c90;
  --cyan-wash: #e6f5fb;
  --ink: #0f1626;
  --body: #3b4657;
  --muted: #5c6673;
  --line: #e2e7ee;
  --line-strong: #cbd3dd;
  --bg: #f5f7fa;
  --card: #ffffff;
  --moss: #6f7d3d;   /* the "before" */
  --brick: #c8674a;  /* the "after" */

  --font-display: "Familjen Grotesk", "Geist", system-ui, sans-serif;
  --font-body: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(15, 22, 38, 0.06), 0 1px 1px rgba(15, 22, 38, 0.04);
  --shadow-md: 0 8px 24px -8px rgba(15, 22, 38, 0.18), 0 2px 6px rgba(15, 22, 38, 0.06);
  --shadow-lg: 0 30px 60px -20px rgba(15, 22, 38, 0.35), 0 10px 20px -10px rgba(15, 22, 38, 0.15);
  --wrap: 1180px;
  --gutter: clamp(20px, 5vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.05; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--cyan); border-radius: 2px; }

.h-xl { font-size: clamp(40px, 6.2vw, 76px); font-weight: 700; letter-spacing: -0.035em; line-height: 0.98; }
.h-l  { font-size: clamp(30px, 3.8vw, 46px); font-weight: 700; letter-spacing: -0.03em; }
.h-m  { font-size: clamp(20px, 2vw, 24px); font-weight: 600; letter-spacing: -0.015em; }
.lede { font-size: clamp(17px, 1.4vw, 20px); color: var(--body); max-width: 56ch; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; font-size: 15.5px; line-height: 1; cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 6px 18px -8px rgba(22, 34, 63, .6); }
.btn-primary:hover { background: var(--navy-deep); box-shadow: 0 10px 22px -8px rgba(22, 34, 63, .6); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); background: #fff; }
.btn-cyan { background: var(--cyan-deep); color: #fff; }
.btn-cyan:hover { background: #095875; }
.btn-lg { padding: 18px 28px; font-size: 17px; }
.btn svg { width: 18px; height: 18px; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 247, 250, .82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.header.is-scrolled { border-bottom-color: var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 18px; letter-spacing: -0.02em; }
.brand img { height: 64px; width: auto; }
.brand span { white-space: nowrap; }
.brand span b { color: var(--cyan-deep); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 15px; font-weight: 500; color: var(--body); }
.nav-links a:hover { color: var(--ink); }
.nav-item.has-menu { position: relative; display: flex; align-items: center; }
.nav-menu-toggle {
  display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; background: none;
  font: inherit; color: inherit; cursor: pointer;
}
.nav-menu-toggle:hover, .has-menu:focus-within .nav-menu-toggle { color: var(--ink); }
.nav-caret { width: 15px; height: 15px; transition: transform .18s ease; }
.has-menu:hover .nav-caret, .has-menu[data-open="true"] .nav-caret { transform: rotate(180deg); }
.nav-menu {
  display: none; position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
  min-width: 250px; padding: 8px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 18px 40px rgba(16, 32, 64, .13); z-index: 60;
}
/* A padded bridge keeps the panel reachable across the gap on the way down. */
.nav-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav-menu a { display: block; padding: 9px 12px; border-radius: 9px; white-space: nowrap; }
.nav-menu a:hover { background: var(--bg); color: var(--ink); }
.nav-menu-all { margin-top: 4px; border-top: 1px solid var(--line); border-radius: 0 0 9px 9px; font-weight: 600; color: var(--cyan-deep); }
.has-menu:hover .nav-menu, .has-menu:focus-within .nav-menu, .has-menu[data-open="true"] .nav-menu { display: block; }
/* Explicit dismissal has to outrank :hover/:focus-within, or returning
   focus to the trigger after Escape immediately reopens the panel. */
.has-menu[data-open="false"] .nav-menu { display: none; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-family: var(--font-mono); font-size: 14px; color: var(--ink); font-weight: 500; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 880px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.is-open .nav-links {
    display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
    position: absolute; left: 0; right: 0; top: 76px; padding: 12px var(--gutter) 24px;
    background: var(--bg); border-bottom: 1px solid var(--line);
  }
  .nav.is-open .nav-links a { padding: 12px 0; font-size: 18px; width: 100%; border-bottom: 1px solid var(--line); }
  .nav.is-open .nav-links > a:last-child { border-bottom: 0; }
  .nav.is-open .nav-item.has-menu { display: block; width: 100%; }
  .nav.is-open .nav-menu-toggle {
    width: 100%; justify-content: space-between; padding: 12px 0; font-size: 18px;
    border-bottom: 1px solid var(--line);
  }
  /* Hover must not open the panel on touch, where hover state sticks. */
  .nav.is-open .has-menu:hover .nav-menu, .nav.is-open .has-menu:focus-within .nav-menu { display: none; }
  .nav.is-open .has-menu[data-open="true"] .nav-menu { display: block; }
  .nav.is-open .nav-menu {
    position: static; transform: none; min-width: 0; width: 100%; margin: 0 0 4px;
    border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
    box-shadow: none; background: none; padding: 4px 0 8px 14px;
  }
  .nav.is-open .nav-menu a { font-size: 16px; padding: 9px 0; border-bottom: 0; }
}

/* Hero */
.hero { padding: clamp(36px, 6vw, 84px) 0 clamp(48px, 7vw, 96px); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.hero-copy .h-xl { max-width: 12ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-note { font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.hero-note .dot { width: 8px; height: 8px; border-radius: 50%; background: #2fbf71; box-shadow: 0 0 0 4px rgba(47, 191, 113, .18); }


/* Hero proof */
.hero-proof {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  padding: 8px 14px 8px 12px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; box-shadow: 0 2px 10px rgba(16, 32, 64, .05);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.hero-proof:hover { border-color: var(--line-strong); box-shadow: 0 4px 16px rgba(16, 32, 64, .09); }
.hero-proof .stars { color: #f5a623; display: flex; gap: 1px; }
.hero-proof .stars svg { width: 16px; height: 16px; }
.hero-proof-text { font-size: 14.5px; color: var(--body); white-space: nowrap; }
.hero-proof-text b { color: var(--ink); font-weight: 650; }
.g-mark { width: 17px; height: 17px; flex: 0 0 auto; }

/* Hero quote form */
.hero-form-wrap { position: relative; }
.hero-form, .hf-success {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(20px, 2.4vw, 28px); box-shadow: 0 18px 50px rgba(16, 32, 64, .10);
}
.hf-title { font-size: clamp(20px, 2vw, 24px); }
.hf-sub { margin: 8px 0 18px; font-size: 14.5px; color: var(--muted); }
.hf-gotcha { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.hf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hf-field { display: block; margin-bottom: 12px; }
.hf-field > span { display: block; font-size: 13.5px; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.hf-field input {
  width: 100%; padding: 12px 14px; font: inherit; font-size: 16px; color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: 10px; background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.hf-field input::placeholder { color: #a0a9b6; }
.hf-field input:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(25,167,218,.18); }
.hf-field input[aria-invalid="true"] { border-color: #d64545; box-shadow: 0 0 0 4px rgba(214,69,69,.14); }
.hf-zip { max-width: 190px; }
.hf-services { border: 0; padding: 0; margin: 4px 0 16px; }
.hf-services legend { padding: 0; font-size: 13.5px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.hf-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hf-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.hf-chip span {
  display: inline-block; padding: 8px 13px; font-size: 14px; color: var(--body);
  border: 1px solid var(--line-strong); border-radius: 999px; cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.hf-chip span:hover { border-color: var(--cyan); color: var(--ink); }
.hf-chip input:checked + span { background: var(--cyan-wash); border-color: var(--cyan); color: var(--cyan-deep); font-weight: 550; }
.hf-chip input:focus-visible + span { outline: 2px solid var(--cyan); outline-offset: 2px; }
.hf-submit { width: 100%; justify-content: center; }
.hf-submit[aria-busy="true"] { opacity: .72; pointer-events: none; }
.hf-error { margin: 0 0 12px; font-size: 13.5px; color: #c23b3b; }
.hf-fine { margin: 12px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--muted); }
.hf-fine a { color: var(--cyan-deep); text-decoration: underline; }
.hf-success { text-align: center; }
.hf-success svg { width: 40px; height: 40px; color: #2fbf71; margin-bottom: 10px; }
.hf-success h2 { font-size: 22px; margin-bottom: 8px; }
.hf-success p { font-size: 15px; color: var(--body); }
.hf-success a { color: var(--cyan-deep); font-weight: 550; }

/* Seasonal offer popup */
.offer-pop { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.offer-pop[hidden] { display: none; }
.offer-pop-backdrop { position: absolute; inset: 0; background: rgba(14, 23, 48, .55); backdrop-filter: blur(2px); }
.offer-pop-card {
  position: relative; width: 100%; max-width: 460px; max-height: calc(100vh - 40px); overflow-y: auto;
  background: #fff; border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 30px 80px rgba(9, 18, 40, .35);
}
.offer-pop-x {
  position: absolute; top: 12px; right: 12px; display: inline-flex; padding: 8px;
  border: 0; border-radius: 50%; background: none; color: var(--muted); cursor: pointer;
}
.offer-pop-x:hover { background: var(--bg); color: var(--ink); }
.offer-pop-x svg { width: 19px; height: 19px; }
.offer-pop-tag {
  display: inline-block; margin-bottom: 10px; padding: 4px 11px; border-radius: 999px;
  background: var(--cyan-wash); color: var(--cyan-deep);
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase;
}
.offer-pop-form, .offer-pop-success { border: 0; padding: 0; box-shadow: none; }
.offer-pop-form { margin-top: 16px; }
body.has-modal { overflow: hidden; }

/* Before / after band, moved out of the hero so the form can sit there */
.ba-band { padding: 0 0 clamp(28px, 4vw, 52px); }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy .h-xl { max-width: 14ch; }

  /* On phones the form moves up to sit right under the headline and stars.
     Ad traffic is 98% mobile and every lead the site has ever produced came
     through a form, yet at 375px wide the first field sat below the fold and
     the only thing in view was the call button, which the pixel has never
     once seen a customer tap. `display: contents` lets the copy's children
     take part in the grid so the form can be ordered between them without
     touching the markup. */
  .hero-copy { display: contents; }
  .hero-copy > .hero-offer--pill { order: 0; }
  .hero-copy > .eyebrow        { order: 1; }
  .hero-copy > .h-xl           { order: 2; margin-top: -6px; }
  .hero-copy > .hero-proof     { order: 3; }
  .hero-form-wrap              { order: 4; margin: 6px 0 10px; }
  .hero-copy > .lede           { order: 5; }
  .hero-copy > .hero-actions   { order: 6; }
  .hero-copy > .hero-note      { order: 7; }
  .hero-copy > .hero-offer:not(.hero-offer--pill) { order: 8; }
}

/* Before / after slider: the signature */
.ba {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 1080 / 674; background: var(--navy);
  box-shadow: var(--shadow-lg);
  user-select: none; -webkit-user-select: none; touch-action: pan-y;
  isolation: isolate;
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba .ba-after { clip-path: inset(0 0 0 var(--split, 50%)); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: var(--split, 50%);
  width: 0; z-index: 3; pointer-events: none;
}
.ba-handle::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: -1px; width: 2px;
  background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.12);
}
.ba-knob {
  position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: 50%; background: #fff; color: var(--navy);
  display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0,0,0,.28);
  transition: transform .15s ease;
}
.ba.is-dragging .ba-knob { transform: translate(-50%, -50%) scale(.94); }
.ba-knob svg { width: 26px; height: 26px; }
.ba-range {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; z-index: 4;
  opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none;
}
.ba-range::-webkit-slider-thumb { -webkit-appearance: none; width: 60px; height: 100%; }
.ba-range::-moz-range-thumb { width: 60px; height: 100%; border: 0; }
.ba-label {
  position: absolute; top: 14px; z-index: 2;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 11px; border-radius: 999px; backdrop-filter: blur(6px);
  transition: opacity .2s ease;
}
.ba-label.before { left: 14px; background: rgba(15,22,38,.62); color: #fff; }
.ba-label.after  { right: 14px; background: rgba(255,255,255,.88); color: var(--navy); }
.ba-caption { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 12px; font-size: 13.5px; color: var(--muted); }
.ba-caption .hint { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.ba-caption .hint svg { width: 14px; height: 14px; }

/* Trust strip */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 22px 20px 22px 0; display: flex; gap: 14px; align-items: flex-start; border-right: 1px solid var(--line); margin-right: 20px; }
.trust-item:last-child { border-right: 0; margin-right: 0; }
.trust-item svg { width: 22px; height: 22px; color: var(--cyan-deep); flex: none; margin-top: 2px; }
.trust-item b { display: block; color: var(--ink); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; }
.trust-item span { font-size: 13.5px; color: var(--muted); }
@media (max-width: 880px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; margin-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 520px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; margin-right: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .trust-item:last-child { border-bottom: 0; }
}

/* Sections */
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-head { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: clamp(32px, 4vw, 52px); max-width: 720px; }
.section-head .lede { color: var(--body); }
.section-head.split { max-width: none; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
@media (max-width: 880px) { .section-head.split { grid-template-columns: 1fr; } }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
}
.service:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.service-icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--cyan-wash); color: var(--cyan-deep);
  display: grid; place-items: center;
}
.service-icon svg { width: 24px; height: 24px; }
.service h3 { font-size: 19px; letter-spacing: -0.02em; }
.service p { font-size: 14.5px; color: var(--body); }
.service .method {
  margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line);
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--muted);
  display: flex; gap: 8px; align-items: center;
}
.service .method i { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.service .method i.soft { background: var(--cyan); }
.service .method i.pressure { background: var(--navy); }
@media (max-width: 1060px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* How it works */
.how { background: var(--navy); color: #d9e1ee; }
.how .eyebrow { color: #7fd0f0; }
.how .eyebrow::before { background: #7fd0f0; }
.how h2 { color: #fff; }
.how .lede { color: #b8c4d6; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(32px, 4vw, 52px); border-top: 1px solid rgba(255,255,255,.14); }
.step { padding: 32px 28px 8px 0; border-right: 1px solid rgba(255,255,255,.14); margin-right: 28px; display: flex; flex-direction: column; gap: 14px; }
.step:last-child { border-right: 0; margin-right: 0; }
.step-num { font-family: var(--font-mono); font-size: 13px; color: #7fd0f0; letter-spacing: .08em; }
.step h3 { color: #fff; font-size: 22px; }
.step p { color: #b8c4d6; font-size: 15.5px; }
.step .when { font-family: var(--font-mono); font-size: 12px; color: #8ea1bd; letter-spacing: .04em; margin-top: 4px; }
@media (max-width: 800px) {
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; margin-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 26px 0; }
  .step:last-child { border-bottom: 0; }
}

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.about-copy { display: flex; flex-direction: column; gap: 20px; }
.about-copy p { max-width: 54ch; }
.owners { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
.owner { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 18px 16px; }
.owner b { display: block; color: var(--ink); font-weight: 600; letter-spacing: -0.01em; }
.owner span { font-size: 13.5px; color: var(--muted); }
.about-figure { position: relative; }
.about-figure img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.about-figure figcaption {
  position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  padding: 10px 14px; border-radius: 10px; font-size: 13px; color: var(--ink); font-weight: 500;
}
@media (max-width: 880px) { .about-grid { grid-template-columns: 1fr; } .about-figure { order: -1; } }

/* Service area */
.area { border-top: 1px solid var(--line); background: #fff; }
.area-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; }
.area-list li {
  padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line-strong); font-weight: 500; font-size: 15px; color: var(--ink); background: #fff;
}
.area-note { margin-top: 18px; font-size: 14.5px; color: var(--muted); }
.area-mark {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(120px, 18vw, 240px); line-height: .85; letter-spacing: -0.06em;
  color: var(--ink); position: relative; display: inline-block;
}
.area-mark::after {
  content: ""; position: absolute; left: 4%; right: 4%; bottom: -6px; height: 10px; border-radius: 6px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}
.area-mark-wrap { display: flex; flex-direction: column; gap: 22px; justify-content: center; }
.area-mark-wrap p { font-size: 15px; color: var(--muted); max-width: 34ch; }
@media (max-width: 880px) { .area-grid { grid-template-columns: 1fr; } }

/* CTA band */
.cta {
  border-radius: var(--radius-lg); background: var(--navy);
  padding: clamp(36px, 5vw, 64px); color: #fff; position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center;
}
.cta::before {
  content: ""; position: absolute; inset: auto -10% -60% auto; width: 60%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(25,167,218,.45), transparent 70%); pointer-events: none;
}
.cta h2 { color: #fff; }
.cta p { color: #b8c4d6; margin-top: 12px; max-width: 46ch; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; position: relative; }
.cta-actions .btn { justify-content: center; }
.cta-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.cta-actions .btn-ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; }
@media (max-width: 800px) { .cta { grid-template-columns: 1fr; } }

/* Footer */
.footer { padding: 48px 0 40px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer h4, .footer .foot-h { font-family: var(--font-body); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); margin-bottom: 14px; }
.footer li { margin-bottom: 8px; }
.footer a:hover { color: var(--ink); }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand img { height: 48px; width: auto; align-self: flex-start; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.social { display: flex; gap: 10px; }
.social a { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--ink); }
.social a:hover { background: #fff; border-color: var(--ink); }
.social svg { width: 18px; height: 18px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* Mobile sticky call bar */
.mobile-bar {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: none;
  gap: 8px; padding: 8px; border-radius: 999px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px);
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
}
.mobile-bar .btn { flex: 1; padding: 14px 12px; }
@media (max-width: 720px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 84px; }
  .nav-cta .btn { display: none; }
  .nav { height: 64px; }
  .nav.is-open .nav-links { top: 64px; }
  .eyebrow { max-width: 100%; }
}

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Quote page ---------- */
.quote-hero { padding: clamp(32px, 5vw, 64px) 0 clamp(24px, 3vw, 40px); }
.quote-hero .h-xl { max-width: 14ch; }
.quote-layout { display: grid; grid-template-columns: 0.85fr 1.35fr; gap: clamp(28px, 4vw, 56px); align-items: start; padding-bottom: clamp(64px, 8vw, 110px); }
@media (max-width: 900px) { .quote-layout { grid-template-columns: 1fr; } }

.quote-aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 16px; }
@media (max-width: 900px) { .quote-aside { position: static; order: 2; } }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.aside-card h3 { font-size: 17px; margin-bottom: 14px; letter-spacing: -0.01em; }
.aside-steps li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.aside-steps li:last-child { border-bottom: 0; }
.aside-steps .n { font-family: var(--font-mono); font-size: 12px; color: var(--cyan-deep); flex: none; width: 22px; padding-top: 2px; }
.aside-steps b { color: var(--ink); font-weight: 600; display: block; }
.aside-steps span { color: var(--muted); font-size: 13.5px; }
.aside-contact a { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 500; }
.aside-contact a:last-child { border-bottom: 0; }
.aside-contact svg { width: 18px; height: 18px; color: var(--cyan-deep); flex: none; }
.aside-contact small { display: block; font-size: 12.5px; color: var(--muted); font-weight: 400; }

/* Form */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.form-section { padding: 28px clamp(20px, 3vw, 36px); border-bottom: 1px solid var(--line); }
.form-section:last-of-type { border-bottom: 0; }
.form-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.form-section-head h2 { font-size: 20px; letter-spacing: -0.02em; font-weight: 600; }
.form-section-head .step-tag { font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: .06em; }
.form-section-head p { font-size: 14px; color: var(--muted); margin-top: 4px; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.field-grid .span-2 { grid-column: span 2; }
@media (max-width: 560px) { .field-grid { grid-template-columns: 1fr; } .field-grid .span-2 { grid-column: span 1; } }

.field label { display: block; font-size: 13.5px; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.field label small { color: var(--muted); font-weight: 400; margin-left: 4px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 14px; font: inherit; font-size: 16px; color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: 10px; background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #a0a9b6; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(25,167,218,.18); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #d64545; box-shadow: 0 0 0 4px rgba(214,69,69,.14); }
.field textarea { min-height: 110px; resize: vertical; }
.field .error { display: none; font-size: 12.5px; color: #c23b3b; margin-top: 6px; }
.field.has-error .error { display: block; }
.address-row { display: grid; grid-template-columns: 1.6fr 1fr .8fr; gap: 14px 16px; }
@media (max-width: 560px) { .address-row { grid-template-columns: 1fr; } }

/* Segmented control */
.segmented { display: inline-grid; grid-auto-flow: column; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 4px; gap: 4px; }
.segmented label { position: relative; cursor: pointer; }
.segmented input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.segmented span {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 9px; font-size: 14.5px; font-weight: 500; color: var(--body);
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}
.segmented input:checked + span { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.segmented input:focus-visible + span { outline: 3px solid var(--cyan); outline-offset: 2px; }
.segmented svg { width: 16px; height: 16px; color: var(--cyan-deep); }
@media (max-width: 560px) { .segmented { display: grid; grid-auto-flow: row; width: 100%; } }

/* Service chips */
.chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip > span {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line-strong); background: #fff;
  font-size: 14.5px; font-weight: 500; color: var(--ink); transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.chip > span::before {
  content: ""; width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid var(--line-strong); background: #fff; flex: none;
  transition: background .15s ease, border-color .15s ease;
  background-repeat: no-repeat; background-position: center; background-size: 12px;
}
.chip input:checked + span { border-color: var(--navy); background: #f2f8fc; box-shadow: inset 0 0 0 1px var(--navy); }
.chip input:checked + span::before {
  background-color: var(--navy); border-color: var(--navy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.chip input:focus-visible + span { outline: 3px solid var(--cyan); outline-offset: 2px; }
.chip > span > span { display: block; line-height: 1.25; }
.chip small { display: block; font-size: 12px; color: var(--muted); font-weight: 400; margin-top: 1px; }
.chips-error { display: none; font-size: 12.5px; color: #c23b3b; margin-top: 10px; }
.chips.has-error + .chips-error { display: block; }

/* Upload */
.dropzone {
  border: 1.5px dashed var(--line-strong); border-radius: 14px; padding: 28px 20px; text-align: center; background: var(--bg);
  transition: border-color .15s ease, background .15s ease; cursor: pointer; position: relative;
}
.dropzone:hover, .dropzone.is-over { border-color: var(--cyan); background: var(--cyan-wash); }
.dropzone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.dropzone .dz-icon { width: 44px; height: 44px; border-radius: 12px; background: #fff; border: 1px solid var(--line); margin: 0 auto 12px; display: grid; place-items: center; color: var(--cyan-deep); }
.dropzone .dz-icon svg { width: 22px; height: 22px; }
.dropzone b { display: block; color: var(--ink); font-weight: 600; font-size: 15px; }
.dropzone b u { text-decoration: underline; text-decoration-color: var(--cyan); text-underline-offset: 3px; }
.dropzone span { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; }
.previews { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 10px; margin-top: 14px; }
.previews:empty { display: none; }
.preview { position: relative; aspect-ratio: 1; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: var(--bg); }
.preview img { width: 100%; height: 100%; object-fit: cover; }
.preview .file-chip { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-mono); font-size: 11px; color: var(--muted); padding: 6px; text-align: center; word-break: break-all; }
.preview button {
  position: absolute; top: 5px; right: 5px; width: 24px; height: 24px; border-radius: 50%; border: 0; background: rgba(15,22,38,.75); color: #fff; cursor: pointer;
  display: grid; place-items: center; line-height: 1;
}
.preview button svg { width: 12px; height: 12px; }
.upload-hint { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; font-size: 13.5px; color: var(--muted); }
.upload-hint svg { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--cyan-deep); }

/* Submit */
.form-submit { padding: 24px clamp(20px, 3vw, 36px) 28px; background: var(--bg); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.form-submit small { font-size: 13px; color: var(--muted); max-width: 40ch; }
.form-submit .btn { min-width: 220px; }
.btn[aria-busy="true"] { opacity: .8; pointer-events: none; }
.btn .spinner { width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; animation: spin .8s linear infinite; display: none; }
.btn[aria-busy="true"] .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-alert { display: none; margin: 0 clamp(20px, 3vw, 36px) 20px; padding: 14px 16px; border-radius: 12px; font-size: 14.5px; }
.form-alert.show { display: block; }
.form-alert.error { background: #fdecec; color: #8f2727; border: 1px solid #f3c2c2; }

.form-success { display: none; padding: clamp(40px, 6vw, 72px) clamp(20px, 3vw, 36px); text-align: center; }
.form-success.show { display: block; }
.form-success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--cyan-wash); color: var(--cyan-deep); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success .check svg { width: 30px; height: 30px; }
.form-success h2 { font-size: 30px; margin-bottom: 10px; }
.form-success p { color: var(--body); max-width: 44ch; margin: 0 auto; }
.form-success .btn { margin-top: 24px; }

/* Terms */
.terms { margin-top: 28px; }
.terms details { border: 1px solid var(--line); border-radius: 12px; background: #fff; margin-bottom: 8px; }
.terms summary { cursor: pointer; padding: 14px 18px; font-weight: 500; color: var(--ink); font-size: 14.5px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.terms summary::-webkit-details-marker { display: none; }
.terms summary::after { content: "+"; font-family: var(--font-mono); color: var(--muted); }
.terms details[open] summary::after { content: "×"; }
.terms .terms-body { padding: 0 18px 16px; font-size: 14px; color: var(--body); }
.terms .terms-body p { margin-bottom: 8px; }
.terms .terms-body b { color: var(--ink); font-weight: 600; }

/* ---------- Work gallery ---------- */
.work { background: #fff; border-top: 1px solid var(--line); }
.work-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 150px; grid-auto-flow: dense; gap: 10px;
}
.work-grid a {
  position: relative; display: block; overflow: hidden; border-radius: 14px; background: var(--bg);
  grid-column: span 2; grid-row: span 2;
}
.work-grid a.tall { grid-row: span 3; }
.work-grid a.wide { grid-column: span 3; }
.work-grid a.big { grid-column: span 4; grid-row: span 3; }
.work-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-grid a:hover img { transform: scale(1.03); }
.work-grid figcaption, .work-grid .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 14px 12px; font-size: 13px; color: #fff; font-weight: 500;
  background: linear-gradient(to top, rgba(15,22,38,.7), transparent); opacity: 0; transition: opacity .25s ease; pointer-events: none;
}
.work-grid a:hover .cap, .work-grid a:focus-visible .cap { opacity: 1; }
@media (max-width: 960px) {
  .work-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 130px; }
  .work-grid a.big { grid-column: span 4; }
  .work-grid a.wide { grid-column: span 2; }
}
@media (max-width: 560px) {
  .work-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; gap: 8px; }
  .work-grid a, .work-grid a.tall, .work-grid a.sq { grid-column: span 1; grid-row: span 2; }
  .work-grid a.wide, .work-grid a.big { grid-column: span 2; grid-row: span 2; }
  .work-grid .cap { opacity: 1; padding: 20px 10px 8px; font-size: 12px; }
}
.work-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 22px; font-size: 14.5px; color: var(--muted); }
.work-foot .socials { display: flex; gap: 10px; }
.btn-social { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line-strong); font-size: 14px; font-weight: 500; color: var(--ink); background: #fff; }
.btn-social:hover { border-color: var(--ink); }
.btn-social svg { width: 16px; height: 16px; }

/* Lightbox */
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(96vw, 1200px); max-height: 94vh; }
.lightbox::backdrop { background: rgba(10, 16, 30, .86); backdrop-filter: blur(6px); }
.lightbox figure { margin: 0; position: relative; }
.lightbox img { max-width: min(96vw, 1200px); max-height: 86vh; width: auto; height: auto; border-radius: 12px; display: block; margin: 0 auto; }
.lightbox figcaption { color: #cdd6e3; text-align: center; font-size: 14px; margin-top: 12px; }
.lightbox .lb-close, .lightbox .lb-prev, .lightbox .lb-next {
  position: absolute; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; display: grid; place-items: center;
}
.lightbox .lb-close:hover, .lightbox .lb-prev:hover, .lightbox .lb-next:hover { background: rgba(255,255,255,.24); }
.lightbox .lb-close { top: -54px; right: 0; }
.lightbox .lb-prev { left: -56px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: -56px; top: 50%; transform: translateY(-50%); }
.lightbox svg { width: 20px; height: 20px; }
@media (max-width: 1320px) { .lightbox .lb-prev { left: 8px; } .lightbox .lb-next { right: 8px; } .lightbox .lb-close { top: 8px; right: 8px; background: rgba(15,22,38,.6); } }

/* ---------- Reviews ---------- */
.reviews-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: clamp(28px, 4vw, 44px); }
.gcard {
  display: flex; align-items: center; gap: 18px; padding: 16px 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm);
}
.gcard .g { width: 40px; height: 40px; flex: none; }
.gcard .score { font-family: var(--font-display); font-size: 34px; font-weight: 700; color: var(--ink); letter-spacing: -0.03em; line-height: 1; }
.gcard .stars { color: #f5a623; display: flex; gap: 2px; margin: 4px 0 2px; }
.gcard .stars svg { width: 16px; height: 16px; }
.gcard small { font-size: 13px; color: var(--muted); }
.gcard a { color: var(--cyan-deep); font-weight: 500; }
@media (max-width: 800px) { .reviews-head { grid-template-columns: 1fr; } }
.reviews-grid { columns: 3; column-gap: 14px; }
.review { break-inside: avoid; margin-bottom: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 22px 18px; }
.review .stars { color: #f5a623; display: flex; gap: 2px; margin-bottom: 12px; }
.review .stars svg { width: 15px; height: 15px; }
.review p { font-size: 15px; color: var(--ink); line-height: 1.55; }
.review .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.review .who .avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 12px; color: #fff; flex: none; }
.review .who b { display: block; font-size: 14px; color: var(--ink); font-weight: 600; letter-spacing: -0.01em; }
.review .who span { font-size: 12.5px; color: var(--muted); }
.review .who svg.gmini { width: 16px; height: 16px; margin-left: auto; flex: none; opacity: .9; }
@media (max-width: 960px) { .reviews-grid { columns: 2; } }
@media (max-width: 600px) { .reviews-grid { columns: 1; } }
.reviews-more { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* ---------- Reels ---------- */
.reels { background: var(--navy); color: #d9e1ee; }
.reels .eyebrow { color: #7fd0f0; } .reels .eyebrow::before { background: #7fd0f0; }
.reels h2 { color: #fff; }
.reels .lede { color: #b8c4d6; }
.reels-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-bottom: clamp(24px, 3vw, 40px); }
@media (max-width: 800px) { .reels-head { grid-template-columns: 1fr; } }
.reels .btn-social { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.reels .btn-social:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.reels-row {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr); gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.25) transparent;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1100px) { .reels-row { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); overflow: visible; } }
.reel {
  scroll-snap-align: start; border-radius: 16px; overflow: hidden; background: #0e1730; border: 1px solid rgba(255,255,255,.1);
  aspect-ratio: 9 / 16.6; position: relative;
}
.reel iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #0e1730; }
.reel .reel-ph { position: absolute; inset: 0; display: grid; place-items: center; color: #7fd0f0; font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; }
.reel .reel-ph svg { width: 40px; height: 40px; margin-bottom: 10px; opacity: .8; }
.reels-note { margin-top: 14px; font-size: 13px; color: #8ea1bd; }
.reels-note a { color: #7fd0f0; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); background: #fff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; align-items: start; }
@media (max-width: 860px) { .faq-grid { grid-template-columns: 1fr; } }
.faq details {
  border-bottom: 1px solid var(--line); padding: 4px 0;
}
.faq summary {
  cursor: pointer; padding: 18px 30px 18px 0; font-weight: 600; color: var(--ink); font-size: 16.5px;
  list-style: none; position: relative; letter-spacing: -0.01em; line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px;
  border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq summary:hover { color: var(--cyan-deep); }
.faq .answer { padding: 0 40px 20px 0; font-size: 15.5px; color: var(--body); }
.faq .answer p + p { margin-top: 10px; }
.faq .answer a { color: var(--cyan-deep); font-weight: 500; }

/* ---------- Landing pages (services + cities) ---------- */
.crumbs { padding: 20px 0 4px; font-size: 13.5px; color: var(--muted); display: flex; gap: 8px; }
.crumbs a { color: var(--cyan-deep); }
.crumbs a:hover { text-decoration: underline; }

.lp-hero {
  padding: clamp(24px, 4vw, 48px) 0 clamp(24px, 3vw, 40px);
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 60px); align-items: center;
}
.lp-hero-copy { display: flex; flex-direction: column; gap: 22px; max-width: 780px; }
.lp-hero-copy .hero-proof { gap: 10px; }
.lp-hero-shot { border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 18px 50px rgba(16, 32, 64, .13); }
.lp-hero-shot img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 900px) {
  .lp-hero { grid-template-columns: 1fr; }
  .lp-hero-shot { order: -1; }
}
.lp-hero-copy .h-xl { font-size: clamp(34px, 5vw, 60px); max-width: 18ch; }

.lp-body { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .lp-body { grid-template-columns: 1fr; } }
.lp-aside { position: sticky; top: 96px; }
@media (max-width: 900px) { .lp-aside { position: static; } }

.prose { display: flex; flex-direction: column; gap: 28px; }
.prose-block h2 { margin-bottom: 10px; }
.prose-block p { font-size: 16.5px; color: var(--body); max-width: 68ch; }
.prose-block p + p { margin-top: 12px; }
.prose-block a { color: var(--cyan-deep); font-weight: 500; }
.prose-block a:hover { text-decoration: underline; }

.lp-photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.work-shot { margin: 0; }
.work-shot img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; border: 1px solid var(--line); }
.work-shot figcaption { margin-top: 10px; font-size: 13.5px; color: var(--muted); }

.lp-links { display: flex; flex-direction: column; gap: 2px; }
.lp-links li a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--ink); font-weight: 500; }
.lp-links li:last-child a { border-bottom: 0; }
.lp-links li a:hover { color: var(--cyan-deep); }
.service h3 a { color: inherit; }
.service h3 a:hover { color: var(--cyan-deep); }
.area-list li a { display: block; margin: -10px -16px; padding: 10px 16px; }

/* ---------- Pricing ---------- */
.pricing { border-top: 1px solid var(--line); background: #fff; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 940px) { .price-grid { grid-template-columns: 1fr; } }
.price-card {
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 26px 24px;
  display: flex; flex-direction: column; gap: 12px; background: var(--bg);
}
.price-card.minimum { background: var(--navy); border-color: var(--navy); }
.price-card.minimum .price-label { color: #7fd0f0; }
.price-card.minimum .price b, .price-card.minimum p { color: #fff; }
.price-card.minimum p { color: #b8c4d6; }
.price-label { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--cyan-deep); }
.price { display: flex; align-items: baseline; gap: 8px; }
.price b { font-family: var(--font-display); font-size: 52px; font-weight: 700; color: var(--ink); letter-spacing: -0.04em; line-height: 1; }
.price span { font-size: 14px; color: var(--muted); }
.price-card p { font-size: 14.5px; color: var(--body); }
.price-eg { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line-strong); display: flex; flex-direction: column; gap: 8px; }
.price-eg li { display: flex; justify-content: space-between; font-size: 14.5px; color: var(--body); }
.price-eg li b { color: var(--ink); font-family: var(--font-mono); font-weight: 500; }
.price-note { margin-top: 20px; font-size: 14px; color: var(--muted); max-width: 80ch; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; }
.post-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 12px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.post-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.post-cat { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--cyan-deep); }
.post-card h2 { font-size: 21px; letter-spacing: -0.02em; line-height: 1.2; }
.post-card h2 a { color: var(--ink); }
.post-card h2 a:hover { color: var(--cyan-deep); }
.post-card p { font-size: 14.5px; color: var(--body); }
.post-more { margin-top: auto; padding-top: 12px; font-size: 14.5px; font-weight: 600; color: var(--cyan-deep); }
.post-more:hover { text-decoration: underline; }

.post-head { padding: clamp(20px, 3vw, 34px) 0 clamp(20px, 3vw, 30px); max-width: 820px; }
.post-head .h-xl { font-size: clamp(32px, 4.4vw, 54px); margin: 16px 0 18px; }
.post-meta { margin-top: 16px; font-size: 13.5px; color: var(--muted); font-family: var(--font-mono); }

.post-body { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .post-body { grid-template-columns: 1fr; } }
.post .prose-block h2 { margin: 30px 0 10px; }
.post .prose-block h2:first-child { margin-top: 0; }
.post .prose-block p, .post .prose-block li { font-size: 16.5px; color: var(--body); max-width: 70ch; }
.post .prose-block p + p { margin-top: 12px; }
.post .prose-block ul, .post .prose-block ol { margin: 12px 0; padding-left: 22px; }
.post .prose-block ul li { list-style: disc; margin-bottom: 8px; }
.post .prose-block ol li { list-style: decimal; margin-bottom: 8px; }
.post .prose-block b { color: var(--ink); }
.post .prose-block a { color: var(--cyan-deep); font-weight: 500; }
.post .prose-block a:hover { text-decoration: underline; }

.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: clamp(36px,5vw,56px) auto 0; }
@media (max-width: 700px) { .post-nav { grid-template-columns: 1fr; } }
.post-nav .pn {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; background: #fff;
  display: flex; flex-direction: column; gap: 6px;
}
.post-nav .pn:hover { border-color: var(--ink); }
.post-nav .pn span { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
.post-nav .pn b { color: var(--ink); font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; }
.post-nav .pn.next { text-align: right; }

/* ---------- Cost calculator ---------- */
.calc-wrap { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: clamp(24px,3vw,44px); align-items: start; }
@media (max-width: 900px) { .calc-wrap { grid-template-columns: 1fr; } }
.calc { display: flex; flex-direction: column; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px,3vw,32px); }
.calc-row { display: flex; flex-direction: column; gap: 6px; }
.calc-row label { font-size: 15px; font-weight: 600; color: var(--ink); }
.calc-row label small { font-weight: 400; color: var(--muted); margin-left: 6px; }
.calc-row input { padding: 14px 16px; font: inherit; font-size: 17px; border: 1px solid var(--line-strong); border-radius: 10px; width: 100%; }
.calc-row input:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(25,167,218,.18); }
.calc-hint { font-size: 13px; color: var(--muted); }
.calc-out { position: sticky; top: 96px; background: var(--navy); border-radius: var(--radius-lg); padding: 26px; color: #fff; }
@media (max-width: 900px) { .calc-out { position: static; } }
.calc-out .price-label { color: #7fd0f0; }
.calc-total b { font-family: var(--font-display); font-size: 54px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.1; display: block; margin: 6px 0 14px; }
.calc-lines { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.calc-lines:empty { display: none; }
.calc-lines li { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; color: #b8c4d6; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.12); }
.calc-lines li b { color: #fff; font-family: var(--font-mono); font-weight: 500; }
.calc-note { font-size: 13.5px; color: #b8c4d6; line-height: 1.5; }
.calc-note b { color: #fff; }
.calc-out .btn-ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.calc-out .btn-ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; }

/* A navy button on a navy panel is invisible; promote it to cyan. */
.calc-out .btn-primary, .price-card.minimum .btn-primary, .aside-card.navy .btn-primary {
  background: var(--cyan-deep); color: #fff;
}
.calc-out .btn-primary:hover, .price-card.minimum .btn-primary:hover { background: #095875; }

/* Seasonal offer line in the hero; text comes from the OFFERS calendar in script.js */
.hero-offer { margin: 10px 0 0; font-size: 15px; color: var(--ink); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hero-offer-tag { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan-deep); }
.hf-opt { font-weight: 400; font-size: 12px; color: #6b7280; margin-left: 4px; }

/* Paid arrivals see the offer first, above the headline */
.hero-offer--pill { margin: 0 0 14px; padding: 8px 14px; border-radius: 999px; background: rgba(41,171,226,.12); border: 1px solid rgba(41,171,226,.35); width: fit-content; }
/* The sticky bar stands down while the hero form is on screen */
.hero-form-visible .mobile-bar { display: none !important; }

/* Optional follow-up on the short forms' thank-you screen: address and a
   photo, offered only after the lead is saved. Adds quote speed, never gates
   the sign-up. */
.hf-more { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); text-align: left; }
.hf-more-title { margin: 0 0 4px; font-size: 15.5px; font-weight: 650; color: var(--ink); }
.hf-more-sub { margin: 0 0 12px; font-size: 14px; color: var(--muted); }
.hf-more .hf-field input[type="file"] { padding: 9px 10px; font-size: 14px; }
.hf-more-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hf-more-status { font-size: 14px; color: var(--muted); }
.hf-more-done { margin-top: 14px; font-size: 14.5px; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.hf-more-done svg { width: 18px; height: 18px; color: #2fbf71; flex: none; }
