/* ==========================================================================
   Full House Pressure Washing — design system
   One stylesheet for the whole site. Tokens in OKLCH, light is the default,
   dark via [data-theme="dark"]. Brand blues sampled from the logo.
   ========================================================================== */

/* ---- fonts (self-hosted, no render-blocking third party) ---- */
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/fonts/archivo.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/fonts/hankengrotesk.woff2") format("woff2"); }
/* metric-matched fallbacks so the swap doesn't shift layout (CLS ~0) */
@font-face { font-family: "Archivo Fallback"; src: local("Arial"); size-adjust: 100%; ascent-override: 92%; descent-override: 24%; line-gap-override: 0%; }
@font-face { font-family: "Hanken Fallback"; src: local("Arial"); size-adjust: 99%; ascent-override: 95%; descent-override: 28%; line-gap-override: 0%; }

/* ---- reset ---- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }
:where(h1, h2, h3, h4) { text-wrap: balance; }
:where(p, li) { text-wrap: pretty; }

/* ==========================================================================
   Tokens
   ========================================================================== */
:root {
  --hue: 248;

  /* surfaces + ink (light) */
  --bg:        oklch(0.985 0.006 var(--hue));
  --bg-2:      oklch(0.963 0.010 var(--hue));
  --surface:   oklch(0.998 0.003 var(--hue));
  --surface-2: oklch(0.972 0.007 var(--hue));
  --ink:       oklch(0.27 0.045 var(--hue));
  --ink-2:     oklch(0.45 0.035 var(--hue));
  --ink-3:     oklch(0.515 0.03 var(--hue));
  --line:      oklch(0.90 0.013 var(--hue));
  --line-2:    oklch(0.83 0.018 var(--hue));

  /* brand */
  --brand:     oklch(0.535 0.155 250);
  --brand-2:   oklch(0.47 0.16 252);
  --brand-soft:oklch(0.93 0.04 248);
  --brand-ink: oklch(0.99 0.012 250);
  --navy:      oklch(0.30 0.06 250);
  --navy-2:    oklch(0.235 0.05 252);
  --navy-ink:  oklch(0.96 0.012 245);
  --water:     oklch(0.70 0.13 235);
  --gold:      oklch(0.66 0.145 65);

  --ring: oklch(0.55 0.16 250 / 0.55);
  --sh: 240 45% 22%;
  --shadow-sm: 0 1px 2px hsl(var(--sh) / 0.08), 0 1px 3px hsl(var(--sh) / 0.06);
  --shadow:    0 8px 24px -10px hsl(var(--sh) / 0.20), 0 2px 6px -3px hsl(var(--sh) / 0.12);
  --shadow-lg: 0 30px 60px -22px hsl(var(--sh) / 0.30), 0 8px 20px -10px hsl(var(--sh) / 0.16);
  --shadow-brand: 0 14px 30px -10px oklch(0.535 0.155 250 / 0.45);

  /* type */
  --font-display: "Archivo", "Archivo Fallback", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", "Hanken Fallback", system-ui, sans-serif;
  --step--1: clamp(0.82rem, 0.79rem + 0.14vw, 0.9rem);
  --step-0:  clamp(1rem, 0.965rem + 0.18vw, 1.09rem);
  --step-1:  clamp(1.18rem, 1.11rem + 0.34vw, 1.4rem);
  --step-2:  clamp(1.4rem, 1.28rem + 0.6vw, 1.8rem);
  --step-3:  clamp(1.72rem, 1.5rem + 1.05vw, 2.4rem);
  --step-4:  clamp(2.05rem, 1.7rem + 1.7vw, 3.1rem);
  --step-5:  clamp(2.5rem, 1.95rem + 2.7vw, 4.25rem);

  /* space + shape */
  --container: 1160px;
  --container-narrow: 880px;
  --gutter: clamp(1.1rem, 5vw, 2.25rem);
  --section-y: clamp(3.75rem, 7.5vw, 7rem);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 26px;
  --r-pill: 999px;

  --header-h: 70px;

  color-scheme: light;
}

html[data-theme="dark"] {
  --bg:        oklch(0.185 0.024 var(--hue));
  --bg-2:      oklch(0.215 0.028 var(--hue));
  --surface:   oklch(0.235 0.030 var(--hue));
  --surface-2: oklch(0.275 0.034 var(--hue));
  --ink:       oklch(0.955 0.012 245);
  --ink-2:     oklch(0.80 0.022 245);
  --ink-3:     oklch(0.66 0.022 245);
  --line:      oklch(0.345 0.030 var(--hue));
  --line-2:    oklch(0.42 0.034 var(--hue));

  --brand:     oklch(0.70 0.145 248);
  --brand-2:   oklch(0.77 0.14 246);
  --brand-soft:oklch(0.34 0.06 250);
  --brand-ink: oklch(0.16 0.035 250);
  --navy:      oklch(0.225 0.032 252);
  --navy-2:    oklch(0.17 0.028 252);
  --navy-ink:  oklch(0.95 0.012 245);
  --water:     oklch(0.74 0.13 235);
  --gold:      oklch(0.82 0.13 80);

  --ring: oklch(0.78 0.14 246 / 0.6);
  --sh: 245 60% 4%;
  --shadow-sm: 0 1px 2px hsl(var(--sh) / 0.4), 0 1px 3px hsl(var(--sh) / 0.34);
  --shadow:    0 10px 26px -10px hsl(var(--sh) / 0.6), 0 3px 8px -4px hsl(var(--sh) / 0.5);
  --shadow-lg: 0 34px 66px -22px hsl(var(--sh) / 0.7), 0 10px 24px -12px hsl(var(--sh) / 0.55);
  --shadow-brand: 0 16px 34px -12px oklch(0.70 0.145 248 / 0.5);

  color-scheme: dark;
}

/* ==========================================================================
   Base
   ========================================================================== */
body {
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

h1, h2, h3, h4, .display {
  font-family: var(--font-display);
  line-height: 1.04;
  letter-spacing: -0.018em;
  font-weight: 800;
  color: var(--ink);
}
h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); letter-spacing: -0.01em; }
h4 { font-size: var(--step-1); letter-spacing: -0.01em; font-weight: 700; }

a { text-decoration: none; }
strong { font-weight: 700; color: var(--ink); }

::selection { background: var(--brand); color: var(--brand-ink); }

:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
  border-radius: 4px;
}

.skip-link {
  position: fixed; top: 0; left: 50%; transform: translate(-50%, -120%);
  z-index: 200; background: var(--brand); color: var(--brand-ink);
  padding: 0.7rem 1.2rem; border-radius: 0 0 var(--r-sm) var(--r-sm);
  font-weight: 700; transition: transform 0.18s ease;
}
.skip-link:focus { transform: translate(-50%, 0); }

/* ==========================================================================
   Layout helpers
   ========================================================================== */
.wrap { width: min(var(--container), 100% - var(--gutter) * 2); margin-inline: auto; }
.wrap--narrow { width: min(var(--container-narrow), 100% - var(--gutter) * 2); }
.section { padding-block: var(--section-y); }
.section--tint { background: var(--bg-2); }
.section--navy { background: var(--navy); color: var(--navy-ink); }
.section--navy h2, .section--navy h3 { color: var(--navy-ink); }

[id] { scroll-margin-top: calc(var(--header-h) + 18px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-family: var(--font-display);
  font-weight: 700; font-size: var(--step--1);
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand);
}
.eyebrow::before {
  content: ""; width: 1.6em; height: 2px; border-radius: 2px;
  background: currentColor; opacity: 0.6;
}
.section--navy .eyebrow { color: var(--water); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .lede { margin-top: 0.9rem; color: var(--ink-2); font-size: var(--step-1); }
.section--navy .section-head .lede { color: oklch(0.86 0.02 245); }

.muted { color: var(--ink-2); }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  --_bg: var(--brand); --_fg: var(--brand-ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  padding: 0.85rem 1.5rem; min-height: 48px;
  font-family: var(--font-display); font-weight: 700; font-size: var(--step-0);
  letter-spacing: -0.01em; line-height: 1;
  background: var(--_bg); color: var(--_fg);
  border: 1px solid transparent; border-radius: var(--r-pill);
  cursor: pointer; text-align: center;
  transition: transform 0.18s cubic-bezier(0.2,0.7,0.2,1), box-shadow 0.22s ease, background 0.2s ease, color 0.2s ease;
  box-shadow: var(--shadow-brand);
}
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px oklch(0.535 0.155 250 / 0.5); background: var(--brand-2); }
.btn:active { transform: translateY(0); }

.btn--ghost {
  --_bg: transparent; --_fg: var(--ink);
  border-color: var(--line-2); box-shadow: none; background: var(--surface);
}
.btn--ghost:hover { background: var(--surface); border-color: var(--brand); color: var(--brand); transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.btn--lg { padding: 1.05rem 1.9rem; min-height: 56px; font-size: var(--step-1); }
.btn--block { display: flex; width: 100%; }

.btn--on-navy { --_bg: #fff; --_fg: var(--navy-2); box-shadow: 0 16px 30px -12px rgb(0 0 0 / 0.45); }
.btn--on-navy:hover { --_bg: #fff; color: var(--brand-2); background: #fff; }
.btn--ghost-navy {
  --_bg: transparent; --_fg: var(--navy-ink);
  border-color: oklch(1 0 0 / 0.35); box-shadow: none; background: oklch(1 0 0 / 0.06);
}
.btn--ghost-navy:hover { background: oklch(1 0 0 / 0.14); border-color: oklch(1 0 0 / 0.6); color: #fff; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.4em;
  font-family: var(--font-display); font-weight: 700; color: var(--brand);
  letter-spacing: -0.01em;
}
.link-arrow svg { width: 1em; height: 1em; transition: transform 0.2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ==========================================================================
   Header / nav
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: oklch(0.998 0.003 var(--hue) / 0.82);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
html[data-theme="dark"] .site-header { background: oklch(0.185 0.024 var(--hue) / 0.82); }
.site-header.is-stuck { box-shadow: var(--shadow-sm); border-bottom-color: var(--line); }

.nav { display: flex; align-items: center; gap: 1.25rem; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; margin-right: auto; flex: none; }
.brand img { height: 40px; width: auto; display: block; }
/* real full-color logo stays; on the dark header it sits on a clean light plate */
html[data-theme="dark"] .brand { background: oklch(0.99 0.004 240); border-radius: 12px; padding: 5px 12px; }
.brand .brand-name { display: none; }

.nav-links { display: flex; align-items: center; gap: 0.35rem; list-style: none; }
.nav-links a {
  position: relative; display: inline-block; padding: 0.5rem 0.7rem; border-radius: var(--r-sm);
  font-weight: 600; font-size: 0.97rem; color: var(--ink-2);
  transition: color 0.18s ease, background 0.18s ease;
}
.nav-links a:hover { color: var(--ink); background: var(--surface-2); }
.nav-links a.current,
body[data-page="services"] .nav-links a[data-nav="services"],
body[data-page="gallery"] .nav-links a[data-nav="gallery"],
body[data-page="about"] .nav-links a[data-nav="about"],
body[data-page="contact"] .nav-links a[data-nav="contact"] { color: var(--brand); }

.nav-actions { display: flex; align-items: center; gap: 0.6rem; flex: none; }

.theme-toggle {
  display: inline-grid; place-items: center; width: 44px; height: 44px;
  border-radius: var(--r-pill); border: 1px solid var(--line);
  background: var(--surface); color: var(--ink-2); cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.4s cubic-bezier(0.2,0.7,0.2,1);
}
.theme-toggle:hover { color: var(--brand); border-color: var(--brand); }
.theme-toggle svg { width: 19px; height: 19px; }
.theme-toggle .icon-sun { display: none; }
html[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
html[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

.nav-phone {
  display: inline-flex; align-items: center; gap: 0.45em;
  font-family: var(--font-display); font-weight: 700; color: var(--ink);
  padding: 0.5rem 0.4rem;
}
.nav-phone svg { width: 1.05em; height: 1.05em; color: var(--brand); }
.nav-phone span { font-variant-numeric: tabular-nums; }

.nav-cta { display: inline-flex; }

.hamburger {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  background: var(--surface); border-radius: var(--r-sm); cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.hamburger span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease; }
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.mobile-nav {
  position: fixed; inset: 0; z-index: 99; display: none;
  flex-direction: column; padding: calc(var(--header-h) + 1.5rem) var(--gutter) 2rem;
  background: var(--bg); overflow-y: auto;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a { padding: 1rem 0.25rem; font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; border-bottom: 1px solid var(--line); color: var(--ink); }
.mobile-nav a:last-of-type { border-bottom: 0; }
.mobile-nav .btn { margin-top: 1.5rem; }

/* ==========================================================================
   Promo banner
   ========================================================================== */
.promo {
  position: relative; z-index: 101;
  background: linear-gradient(100deg, var(--navy-2), var(--brand-2));
  color: #fff; text-align: center;
}
.promo[hidden] { display: none; }
.promo__inner { display: flex; align-items: center; justify-content: center; gap: 0.9rem; flex-wrap: wrap; padding: 0.6rem var(--gutter); font-size: 0.95rem; font-weight: 500; }
.promo__inner a.promo__cta { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.promo__close { position: absolute; right: 0.4rem; top: 50%; transform: translateY(-50%); background: transparent; border: 0; color: oklch(1 0 0 / 0.8); cursor: pointer; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; }
.promo__close:hover { background: oklch(1 0 0 / 0.18); color: #fff; }

/* ==========================================================================
   Mobile call bar
   ========================================================================== */
.callbar { display: none; }
@media (max-width: 760px) {
  .callbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    display: grid; grid-template-columns: 1fr 1fr;
    background: var(--surface); border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px -12px hsl(var(--sh) / 0.3);
    padding: 0.5rem 0.6rem calc(0.5rem + env(safe-area-inset-bottom)); gap: 0.5rem;
  }
  .callbar .btn { min-height: 50px; }
  body { padding-bottom: 72px; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; isolation: isolate; color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, oklch(0.2 0.05 252 / 0.55) 0%, oklch(0.2 0.05 252 / 0.2) 40%, oklch(0.18 0.05 252 / 0.78) 100%),
    linear-gradient(95deg, oklch(0.18 0.05 252 / 0.82) 0%, oklch(0.2 0.05 252 / 0.32) 62%, transparent 100%);
}
.hero__inner { padding-block: clamp(3.5rem, 9vw, 7.5rem); max-width: 42rem; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 0.55em;
  background: oklch(1 0 0 / 0.12); border: 1px solid oklch(1 0 0 / 0.25);
  backdrop-filter: blur(6px); border-radius: var(--r-pill);
  padding: 0.4rem 0.9rem; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.01em;
}
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: oklch(0.82 0.16 145); box-shadow: 0 0 0 4px oklch(0.82 0.16 145 / 0.25); }
.hero h1 { color: #fff; margin-top: 1.1rem; }
.hero h1 .hl { color: var(--water); }
.hero__sub { margin-top: 1.2rem; font-size: var(--step-1); color: oklch(0.96 0.01 245 / 0.92); max-width: 34rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.hero__trust { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1.4rem; margin-top: 1.8rem; font-size: 0.92rem; font-weight: 500; color: oklch(0.96 0.01 245 / 0.92); }
.hero__trust span { display: inline-flex; align-items: center; gap: 0.45em; }
.hero__trust .stars { color: var(--gold); letter-spacing: 1px; }
.hero__trust svg { width: 1.05em; height: 1.05em; color: var(--water); }

/* ==========================================================================
   Trust strip
   ========================================================================== */
.trustbar { border-bottom: 1px solid var(--line); background: var(--surface); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trustbar__item { display: flex; align-items: center; gap: 0.7rem; padding: 1.1rem clamp(0.6rem, 2vw, 1.4rem); }
.trustbar__item + .trustbar__item { border-left: 1px solid var(--line); }
.trustbar__item svg { width: 26px; height: 26px; color: var(--brand); flex: none; }
.trustbar__item .stars { color: var(--gold); font-size: 1rem; letter-spacing: 1px; }
.trustbar__item b { font-family: var(--font-display); font-size: 1.02rem; display: block; line-height: 1.1; }
.trustbar__item small { color: var(--ink-2); font-size: 0.82rem; }
@media (max-width: 760px) {
  .trustbar__grid { grid-template-columns: 1fr 1fr; }
  .trustbar__item:nth-child(odd) { border-left: 0; }
  .trustbar__item:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* ==========================================================================
   Services
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.4rem); }
@media (max-width: 880px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

.crew-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2vw, 1.4rem); }
@media (max-width: 880px) { .crew-grid { grid-template-columns: repeat(2, 1fr); } }
.crew-card { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--surface); }
.crew-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%; display: block; }
.svc-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.4rem, 2.5vw, 1.9rem); overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.2,0.7,0.2,1), box-shadow 0.25s ease, border-color 0.25s ease;
}
.svc-card::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); margin-bottom: 1.1rem; }
.svc-card__icon svg { width: 27px; height: 27px; }
.svc-card h3 { font-size: var(--step-1); }
.svc-card p { margin-top: 0.5rem; color: var(--ink-2); font-size: 0.97rem; }
.svc-card__foot { margin-top: auto; padding-top: 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; }
.svc-card__price { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.svc-card__price small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 0.74rem; color: var(--ink-3); letter-spacing: 0.04em; text-transform: uppercase; }
.svc-card .link-arrow { font-size: 0.95rem; }
.svc-card.is-cta { background: var(--navy); color: var(--navy-ink); border-color: transparent; justify-content: center; }
.svc-card.is-cta h3 { color: #fff; }
.svc-card.is-cta p { color: oklch(0.86 0.02 245); }

/* ==========================================================================
   Before / after slider
   ========================================================================== */
.ba-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(1rem, 2.4vw, 1.6rem); }
.ba {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--surface-2);
  user-select: none; touch-action: pan-y;
}
.ba__pane { position: relative; aspect-ratio: 4 / 3; }
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba__tag { position: absolute; bottom: 10px; z-index: 2; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.28rem 0.6rem; border-radius: var(--r-pill); background: oklch(0.2 0.04 252 / 0.72); color: #fff; backdrop-filter: blur(4px); }
.ba__tag--before { left: 10px; }
.ba__tag--after { right: 10px; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px; background: #fff; transform: translateX(-50%); z-index: 3; box-shadow: 0 0 12px oklch(0.2 0.05 252 / 0.5); pointer-events: none; }
.ba__knob { position: absolute; top: 50%; left: var(--pos, 50%); transform: translate(-50%, -50%); z-index: 4; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--brand); display: grid; place-items: center; box-shadow: var(--shadow); cursor: ew-resize; }
.ba__knob svg { width: 22px; height: 22px; }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 5; }
.ba__range:focus-visible + .ba__handle,
.ba:focus-within .ba__knob { outline: 3px solid var(--ring); outline-offset: 2px; }
.ba__cap { padding: 0.8rem 1rem; font-size: 0.9rem; color: var(--ink-2); background: var(--surface); border-top: 1px solid var(--line); }
.ba__cap b { color: var(--ink); font-family: var(--font-display); }

/* ==========================================================================
   Steps / how it works
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(1rem, 2.5vw, 2rem); counter-reset: step; }
.step { position: relative; padding-top: 0.5rem; }
.step__n { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--brand); line-height: 1; opacity: 0.9; }
.section--navy .step__n { color: var(--water); }
.step h3 { font-size: var(--step-1); margin-top: 0.5rem; }
.step p { margin-top: 0.4rem; color: var(--ink-2); font-size: 0.97rem; }
.section--navy .step p { color: oklch(0.86 0.02 245); }

/* ==========================================================================
   Reviews
   ========================================================================== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.review {
  display: flex; flex-direction: column; gap: 0.9rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.4rem, 2.5vw, 1.9rem); break-inside: avoid;
}
.review .stars { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; }
.review__body { color: var(--ink); font-size: 1.02rem; }
.review__by { display: flex; align-items: center; gap: 0.75rem; margin-top: auto; }
.review__avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); flex: none; }
.review__name { display: block; font-family: var(--font-display); font-weight: 700; line-height: 1.2; }
.review__by > span:last-child { display: flex; flex-direction: column; gap: 1px; }
.review__src { font-size: 0.8rem; color: var(--ink-3); display: inline-flex; align-items: center; gap: 0.3em; }
.review.is-feature { grid-column: span 2; background: var(--navy); color: var(--navy-ink); border-color: transparent; }
.review.is-feature .review__body { color: #fff; font-size: var(--step-1); }
.review.is-feature .review__name { color: #fff; }
.review.is-feature .review__src { color: oklch(0.82 0.02 245); }
@media (max-width: 680px) { .review.is-feature { grid-column: span 1; } }

/* ==========================================================================
   Split feature (image + text)
   ========================================================================== */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.6rem, 4vw, 4rem); align-items: center; }
.split.flip .split__media { order: 2; }
.split__media { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 5 / 4; }
.split__media .badge-stat {
  position: absolute; left: 1rem; bottom: 1rem; background: var(--surface); color: var(--ink);
  border-radius: var(--r); padding: 0.7rem 1rem; box-shadow: var(--shadow); display: flex; gap: 0.7rem; align-items: center;
}
.split__media .badge-stat .stars { color: var(--gold); }
.split__media .badge-stat b { font-family: var(--font-display); display: block; line-height: 1; }
.split__media .badge-stat small { color: var(--ink-2); font-size: 0.8rem; }
.split__body p { margin-top: 1rem; color: var(--ink-2); }
.split__body p:first-of-type { margin-top: 1.2rem; }
.checklist { list-style: none; display: grid; gap: 0.7rem; margin-top: 1.4rem; }
.checklist li { display: flex; gap: 0.7rem; align-items: flex-start; }
.checklist svg { width: 22px; height: 22px; color: var(--brand); flex: none; margin-top: 1px; }
@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; }
  .split.flip .split__media { order: 0; }
}

/* ==========================================================================
   Stats row
   ========================================================================== */
.stats { display: flex; flex-wrap: wrap; gap: clamp(1rem, 4vw, 3rem); margin-top: 1.8rem; }
.stat b { font-family: var(--font-display); font-size: var(--step-3); color: var(--brand); line-height: 1; display: block; }
.section--navy .stat b { color: var(--water); }
.stat span { color: var(--ink-2); font-size: 0.9rem; }
.section--navy .stat span { color: oklch(0.82 0.02 245); }

/* ==========================================================================
   Hours + map
   ========================================================================== */
.info-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(1.4rem, 3vw, 2.5rem); align-items: start; }
@media (max-width: 820px) { .info-grid { grid-template-columns: 1fr; } }
.hours { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.2rem, 2.4vw, 1.8rem); }
.hours h3 { font-size: var(--step-1); margin-bottom: 0.4rem; }
.hours__row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0.2rem; border-bottom: 1px solid var(--line); font-size: 0.98rem; }
.hours__row:last-child { border-bottom: 0; }
.hours__row.is-today { font-weight: 700; color: var(--brand); }
.hours__row.is-today .hours__day::after { content: " · Today"; font-weight: 600; color: var(--ink-3); }
.hours__day { color: var(--ink); }
.hours__row.is-today .hours__day { color: var(--brand); }
.map-frame { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); aspect-ratio: 16 / 10; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: var(--container-narrow); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 0.2rem; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-weight: 700; font-size: var(--step-1); color: var(--ink);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .chev { width: 24px; height: 24px; color: var(--brand); flex: none; transition: transform 0.25s ease; }
.faq__item[open] summary .chev { transform: rotate(45deg); }
.faq__item .faq__a { padding: 0 0.2rem 1.25rem; color: var(--ink-2); max-width: 60ch; }

/* ==========================================================================
   Contact form
   ========================================================================== */
.quote-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 540px) { .field-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.field label { font-weight: 600; font-size: 0.92rem; color: var(--ink); }
.field label .req { color: var(--brand); }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.8rem 0.95rem; background: var(--bg); color: var(--ink);
  border: 1px solid var(--line-2); border-radius: var(--r-sm); font-size: 1rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--ring); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field.has-error input, .field.has-error select { border-color: oklch(0.6 0.2 25); box-shadow: 0 0 0 3px oklch(0.6 0.2 25 / 0.18); }
.field__err { color: oklch(0.55 0.2 25); font-size: 0.82rem; min-height: 1em; }
html[data-theme="dark"] .field__err { color: oklch(0.74 0.16 28); }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 0.5rem; }
.form-note { color: var(--ink-3); font-size: 0.85rem; display: inline-flex; align-items: center; gap: 0.4em; }
.form-note svg { width: 1em; height: 1em; color: var(--brand); }
.form-msg { margin-top: 1rem; padding: 0.9rem 1.1rem; border-radius: var(--r-sm); font-weight: 600; display: none; }
.form-msg.is-ok { display: block; background: oklch(0.95 0.06 150); color: oklch(0.4 0.12 150); border: 1px solid oklch(0.8 0.1 150); }
.form-msg.is-err { display: block; background: oklch(0.96 0.05 25); color: oklch(0.5 0.18 25); border: 1px solid oklch(0.85 0.1 25); }
html[data-theme="dark"] .form-msg.is-ok { background: oklch(0.3 0.07 150); color: oklch(0.9 0.08 150); border-color: oklch(0.45 0.1 150); }
html[data-theme="dark"] .form-msg.is-err { background: oklch(0.32 0.08 25); color: oklch(0.92 0.06 25); border-color: oklch(0.5 0.12 25); }

.contact-aside { display: grid; gap: 1rem; align-content: start; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1.2rem 1.4rem; display: flex; gap: 0.9rem; align-items: flex-start; }
.contact-card svg { width: 24px; height: 24px; color: var(--brand); flex: none; margin-top: 2px; }
.contact-card h4 { font-size: 1rem; margin-bottom: 0.15rem; }
.contact-card a, .contact-card p { color: var(--ink-2); }
.contact-card a:hover { color: var(--brand); }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band { position: relative; isolation: isolate; background: var(--navy); color: var(--navy-ink); overflow: hidden; text-align: center; }
.cta-band__tex { position: absolute; inset: 0; z-index: -1; opacity: 0.10; background-size: cover; background-position: center; mix-blend-mode: luminosity; }
.cta-band__glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 80% at 50% 0%, oklch(0.5 0.16 250 / 0.5), transparent 70%); }
.cta-band h2 { color: #fff; }
.cta-band p { color: oklch(0.88 0.02 245); margin: 0.9rem auto 0; max-width: 40rem; font-size: var(--step-1); }
.cta-band .hero__cta, .cta-band__actions { justify-content: center; display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }

/* ==========================================================================
   Page hero (inner pages)
   ========================================================================== */
.pagehero { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.pagehero__inner { padding-block: clamp(2.2rem, 5vw, 3.6rem); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 0.4rem; font-size: 0.86rem; color: var(--ink-3); margin-bottom: 1rem; }
.breadcrumb a { color: var(--ink-2); }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb li { display: inline-flex; align-items: center; gap: 0.4rem; list-style: none; }
.breadcrumb li:not(:last-child)::after { content: "/"; color: var(--line-2); }
.breadcrumb { padding: 0; }
.pagehero h1 { font-size: var(--step-4); }
.pagehero p { margin-top: 0.8rem; color: var(--ink-2); font-size: var(--step-1); max-width: 44rem; }

/* article-ish prose for service pages */
.prose > * + * { margin-top: 1.1rem; }
.prose h2 { font-size: var(--step-3); margin-top: 2.2rem; }
.prose h3 { font-size: var(--step-1); margin-top: 1.6rem; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul { padding-left: 0; list-style: none; display: grid; gap: 0.6rem; }
.prose ul li { display: flex; gap: 0.6rem; }
.prose ul li::before { content: ""; width: 9px; height: 9px; margin-top: 0.5em; border-radius: 50%; background: var(--brand); flex: none; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy-2); color: oklch(0.84 0.02 245); padding-block: clamp(2.6rem, 5vw, 4rem) 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(1.6rem, 3vw, 2.5rem); }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
/* real full-color logo on a clean light plate against the dark footer */
.footer-brand img { display: block; width: auto; height: 36px; box-sizing: content-box; margin-bottom: 1.1rem; background: #fff; border-radius: 12px; padding: 8px 12px; box-shadow: var(--shadow-sm); }
.footer-brand p { color: oklch(0.78 0.02 245); font-size: 0.95rem; max-width: 30ch; }
.footer-col h4 { color: #fff; font-size: 0.95rem; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col a, .footer-col p { display: block; color: oklch(0.8 0.02 245); padding: 0.3rem 0; font-size: 0.95rem; }
.footer-col a:hover { color: var(--water); }
.footer-contact a { display: inline-flex; align-items: center; gap: 0.5em; }
.footer-contact svg { width: 1.05em; height: 1.05em; color: var(--water); }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid oklch(1 0 0 / 0.12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem; font-size: 0.85rem; color: oklch(0.7 0.02 245); }
.footer-bottom a { color: oklch(0.8 0.02 245); }
.footer-bottom a:hover { color: var(--water); }

/* ==========================================================================
   Scroll reveal
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.2,0.7,0.2,1), transform 0.7s cubic-bezier(0.2,0.7,0.2,1); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: 0.06s; }
.reveal:nth-child(3) { transition-delay: 0.12s; }
.reveal:nth-child(4) { transition-delay: 0.18s; }

/* ==========================================================================
   Responsive nav switch
   ========================================================================== */
@media (max-width: 940px) {
  .nav-links, .nav-phone { display: none; }
  .hamburger { display: flex; }
}
@media (min-width: 941px) { .mobile-nav { display: none !important; } }

/* ==========================================================================
   Motion / reduced
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.nowrap { white-space: nowrap; }
.tnum { font-variant-numeric: tabular-nums; }
