/* =========================================================
   Easton Pool & Spa — site styles
   Stack: vanilla CSS, GSAP 3.13 (ScrollTrigger + SplitText), Lenis
   ========================================================= */

/* ---------- Fonts (self-hosted, SIL OFL) ---------- */
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-garamond-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-garamond-latin-500-italic.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/manrope-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/manrope-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/manrope-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/manrope-latin-800-normal.woff2") format("woff2"); }

/* ---------- Tokens ---------- */
:root {
  --ink: #0a1c2e;
  --ink-2: #10283f;
  --ink-3: #1b3a56;
  --pool: #2ca8c9;
  --pool-light: #8fddf0;
  --pool-deep: #074c8d;   /* logo deep blue */
  --brand-blue: #0089be;  /* logo bright blue */
  --sand: #f4efe7;
  --sand-2: #eae2d6;
  --stone: #d9cfc0;
  --brass: #c4a265;
  --brass-2: #dfc38c;
  --white: #ffffff;
  --text: #15212e;
  --muted: #5d6b7a;
  --line: rgba(10, 28, 46, 0.12);

  --font-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --container: 1320px;
  --gutter: clamp(20px, 5vw, 64px);
  --section: clamp(84px, 11vw, 168px);
  --radius: 22px;
  --radius-sm: 12px;

  --shadow-float: 0 30px 60px -20px rgba(10, 28, 46, 0.25), 0 10px 24px -12px rgba(10, 28, 46, 0.12);
  --shadow-soft: 0 20px 40px rgba(10, 28, 46, 0.06);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 88px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
::selection { background: var(--pool-light); color: var(--ink); }
[id] { scroll-margin-top: calc(var(--header-h) + 16px); }
:focus-visible { outline: 2px solid var(--pool); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Typography ---------- */
.h-display, .h1, .h2, .h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.h-display { font-size: clamp(3rem, 8.2vw, 7.4rem); line-height: 0.96; }
.h1 { font-size: clamp(2.6rem, 6vw, 5.4rem); }
.h2 { font-size: clamp(2.2rem, 4.4vw, 3.9rem); }
.h3 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.1; }
.h-display em, .h1 em, .h2 em, .h3 em, .lead em {
  font-style: italic;
  font-weight: 400;
  color: var(--pool-deep);
}
.on-dark .h-display, .on-dark .h1, .on-dark .h2, .on-dark .h3 { color: var(--white); }
.on-dark .h-display em, .on-dark .h1 em, .on-dark .h2 em { color: var(--pool-light); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pool-deep);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--brass);
}
.on-dark .eyebrow { color: var(--pool-light); }

.lead { font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.55; color: var(--muted); max-width: 60ch; }
.on-dark .lead { color: rgba(255, 255, 255, 0.78); }
.copy p + p { margin-top: 1.1em; }
.copy { max-width: 62ch; }
.copy strong { color: var(--ink); font-weight: 700; }

.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ---------- Layout ---------- */
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.container--narrow { width: min(100% - 2 * var(--gutter), 900px); margin-inline: auto; }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: calc(var(--section) * 0.6); }
.section--dark { background: var(--ink); color: rgba(255, 255, 255, 0.82); }
.section--sand2 { background: var(--sand-2); }
.section--white { background: var(--white); }
.section-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; margin-bottom: clamp(44px, 6vw, 80px); }
.section-head .lead { margin-top: 0; }
@media (max-width: 900px) { .section-head { grid-template-columns: 1fr; gap: 18px; } }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--ink);
  --btn-fg: var(--white);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--btn-fg);
  background: var(--btn-bg);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.4s var(--ease-out), background-color 0.4s var(--ease-out), color 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
  white-space: nowrap;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--pool);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease-out);
  border-radius: inherit;
}
.btn:hover::after, .btn:focus-visible::after { transform: translateY(0); }
.btn:hover { color: var(--ink); box-shadow: 0 16px 30px -12px rgba(44, 168, 201, 0.55); }
.btn--primary { --btn-bg: var(--pool); --btn-fg: var(--ink); }
.btn--primary::after { background: var(--white); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn--ghost::after { background: var(--ink); }
.btn--ghost:hover { color: var(--white); }
.on-dark .btn--ghost, .btn--ghost.on-dark { --btn-fg: var(--white); box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.6); }
.on-dark .btn--ghost::after { background: var(--white); }
.on-dark .btn--ghost:hover { color: var(--ink); }
.btn--sm { padding: 13px 22px; font-size: 0.85rem; }
.btn--lg { padding: 22px 38px; font-size: 1.02rem; }
.btn .arrow { width: 18px; height: 18px; transition: transform 0.4s var(--ease-out); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 0.95rem; color: var(--ink);
}
.link-arrow svg { width: 18px; height: 18px; transition: transform 0.4s var(--ease-out); }
.link-arrow:hover svg { transform: translateX(5px); }
.on-dark .link-arrow { color: var(--white); }

/* ---------- Page wipe transition ---------- */
.wipe {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--ink);
  transform-origin: top center;
  transform: scaleY(1);
  pointer-events: none;
  will-change: transform;
}
.wipe::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 12vh;
  background: linear-gradient(to bottom, var(--ink), var(--pool-deep));
  opacity: 0.6;
}
.wipe.is-leaving { pointer-events: all; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: var(--header-h);
  display: flex;
  align-items: center;
  color: var(--ink);
  transition: background-color 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out), color 0.4s var(--ease-out), height 0.5s var(--ease-out), backdrop-filter 0.5s;
}
.site-header--on-dark { color: var(--white); }
.site-header.is-scrolled {
  height: 72px;
  color: var(--ink);
  background: rgba(244, 239, 231, 0.82);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 1px 0 rgba(10, 28, 46, 0.08), 0 20px 40px -30px rgba(10, 28, 46, 0.3);
}
.site-header.is-menu-open { z-index: 970; color: var(--white); background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.brand { display: block; line-height: 0; flex: none; }
.brand__logo { height: 50px; width: auto; transition: height 0.5s var(--ease-out); }
.brand__logo--white { display: none; }
.site-header--on-dark:not(.is-scrolled) .brand__logo--color,
.site-header.is-menu-open .brand__logo--color { display: none; }
.site-header--on-dark:not(.is-scrolled) .brand__logo--white,
.site-header.is-menu-open .brand__logo--white { display: block; }
.site-header.is-scrolled .brand__logo { height: 42px; }
.footer .brand__logo { height: 60px; }
@media (max-width: 900px) {
  .brand__logo, .site-header.is-scrolled .brand__logo { height: 40px; }
  .footer .brand__logo { height: 52px; }
}

.nav { display: flex; gap: clamp(18px, 2vw, 30px); }
.nav__link {
  position: relative;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 0;
  opacity: 0.85;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.nav__link::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1.5px; background: currentColor;
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.45s var(--ease-out);
}
.nav__link:hover, .nav__link.is-active { opacity: 1; }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }

.header__cta { display: flex; align-items: center; gap: 22px; }
.header__phone { font-weight: 700; font-size: 0.93rem; opacity: 0.9; letter-spacing: 0.01em; }
.header__phone:hover { opacity: 1; }
.site-header--on-dark:not(.is-scrolled) .btn--primary { --btn-bg: rgba(255, 255, 255, 0.14); --btn-fg: var(--white); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35); }
.site-header--on-dark:not(.is-scrolled) .btn--primary::after { background: var(--pool); }
.site-header--on-dark:not(.is-scrolled) .btn--primary:hover { color: var(--ink); }

.burger {
  display: none;
  width: 48px; height: 48px;
  border-radius: 50%;
  position: relative;
  z-index: 960;
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 6px;
  box-shadow: inset 0 0 0 1px currentColor;
}
.burger span { display: block; width: 20px; height: 2px; background: currentColor; transition: transform 0.4s var(--ease-out), opacity 0.3s; }
.burger[aria-expanded="true"] { color: var(--white); }
.burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 950;
  background: var(--ink);
  color: var(--white);
  display: flex; flex-direction: column; justify-content: center;
  padding: 100px var(--gutter) 36px;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu.is-open { visibility: visible; pointer-events: all; }
.mobile-menu__link {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 6.5vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu__meta { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; font-size: 0.95rem; color: rgba(255, 255, 255, 0.7); }
.mobile-menu__meta a { color: var(--white); font-weight: 700; }
.mobile-menu__bg {
  position: absolute; right: -20%; bottom: -30%;
  width: 70vw; height: 70vw; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(44, 168, 201, 0.5), transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}

@media (max-width: 1320px) {
  .header__phone { display: none; }
}
@media (max-width: 1040px) {
  :root { --header-h: 76px; }
  .nav, .header__cta { display: none; }
  .burger { display: flex; }
}

/* ---------- Media block (image with graceful fallback) ---------- */
.media {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 20% 10%, rgba(143, 221, 240, 0.55), transparent 55%),
    radial-gradient(90% 80% at 85% 90%, rgba(196, 162, 101, 0.35), transparent 55%),
    linear-gradient(160deg, var(--ink-2), var(--pool-deep));
  border-radius: var(--radius);
  isolation: isolate;
}
.media img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.9s ease;
  will-change: transform;
}
.media img.is-loaded { opacity: 1; }
.media--square { aspect-ratio: 1; }
.media--portrait { aspect-ratio: 4 / 5; }
.media--wide { aspect-ratio: 16 / 10; }
.media--tall { aspect-ratio: 3 / 4; }
.media__label {
  position: absolute; left: 18px; bottom: 16px; z-index: 2;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700;
  color: var(--white);
  padding: 8px 12px; border-radius: 999px;
  background: rgba(10, 28, 46, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

/* ---------- Glass ---------- */
.glass {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}
.hero--short { min-height: min(78svh, 820px); }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg .media { position: absolute; inset: -6% 0 0 0; border-radius: 0; height: 112%; }
.hero__bg .media img { transform: scale(1.06); }
.hero__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to top, rgba(10, 28, 46, 0.92) 0%, rgba(10, 28, 46, 0.45) 40%, rgba(10, 28, 46, 0.15) 70%, rgba(10, 28, 46, 0.35) 100%);
}
.hero__glow {
  position: absolute; z-index: -1;
  width: 60vw; height: 60vw; max-width: 900px; max-height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 221, 240, 0.35), transparent 60%);
  filter: blur(30px);
  right: -15vw; top: -10vw;
  pointer-events: none;
  will-change: transform;
}
.hero__inner {
  position: relative;
  padding-top: calc(var(--header-h) + 60px);
  padding-bottom: clamp(48px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
}
.hero__title { max-width: 12ch; }
.hero__title .line { display: block; }
.hero__lead { margin-top: 28px; max-width: 52ch; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: rgba(255, 255, 255, 0.82); }
.hero__actions { margin-top: 36px; }
.hero__meta {
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex; flex-wrap: wrap; gap: 14px 40px;
  font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
.hero__meta span::before { content: "•"; color: var(--brass); margin-right: 10px; }

.hero-card {
  position: relative;
  padding: 28px;
  color: var(--white);
  will-change: transform;
  --beam-angle: 0deg;
}
/* Border glare: a conic highlight masked to the 1.5px border ring, plus a blurred bloom layer */
.hero-card .beam,
.hero-card .beam::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  padding: 1.5px;
  background: conic-gradient(from var(--beam-angle),
    transparent 0deg,
    transparent 205deg,
    rgba(143, 221, 240, 0.3) 262deg,
    rgba(255, 255, 255, 1) 320deg,
    rgba(143, 221, 240, 0.3) 352deg,
    transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.hero-card .beam { z-index: 2; }
.hero-card .beam::after {
  inset: -4px;
  padding: 5px;
  filter: blur(8px);
  opacity: 0.85;
}
.hero-card > :not(.beam) { position: relative; z-index: 1; }
.hero-card__title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; margin-bottom: 18px; }
.hero-card__list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, 0.14); font-weight: 600; font-size: 0.95rem; }
.hero-card__list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.hero-card__list a { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 12px; transition: color 0.3s; }
.hero-card__list a:hover { color: var(--pool-light); }
.hero-card__list svg { width: 18px; height: 18px; flex: none; opacity: 0.7; transition: transform 0.4s var(--ease-out); }
.hero-card__list a:hover svg { transform: translateX(4px); opacity: 1; }
.hero-card__foot { margin-top: 18px; font-size: 0.85rem; color: rgba(255, 255, 255, 0.7); }
.hero-card__foot a { color: var(--white); font-weight: 700; }

.scroll-cue {
  position: absolute; left: var(--gutter); bottom: 28px;
  display: flex; align-items: center; gap: 12px;
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.scroll-cue i { display: block; width: 1px; height: 46px; background: rgba(255, 255, 255, 0.35); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: var(--pool-light); animation: cue 2s var(--ease-out) infinite; }
@keyframes cue { 0% { top: -100%; } 60% { top: 100%; } 100% { top: 100%; } }

@media (max-width: 1000px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .scroll-cue { display: none; }
}

/* ---------- Statement ---------- */
.statement { font-family: var(--font-display); font-size: clamp(1.8rem, 3.6vw, 3.3rem); line-height: 1.18; color: var(--ink); font-weight: 500; max-width: 24ch; }
.statement em { font-style: italic; color: var(--pool-deep); font-weight: 400; }
.statement .word { display: inline-block; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: clamp(40px, 6vw, 70px); }
.stat { padding: 30px 28px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); border: 1px solid rgba(10, 28, 46, 0.05); }
.stat__num { font-family: var(--font-display); font-size: clamp(2.6rem, 4.5vw, 4rem); line-height: 1; color: var(--ink); font-weight: 500; }
.stat__num small { font-size: 0.5em; color: var(--pool-deep); margin-left: 4px; font-style: italic; }
.stat__label { margin-top: 10px; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
@media (max-width: 760px) { .stats { grid-template-columns: 1fr; } }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; perspective: 1400px; }
.card {
  position: relative;
  display: flex; flex-direction: column; gap: 18px;
  padding: 34px 30px 30px;
  min-height: 330px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(10, 28, 46, 0.06);
  box-shadow: var(--shadow-soft);
  transform-style: preserve-3d;
  will-change: transform;
  transition: box-shadow 0.5s var(--ease-out);
  overflow: hidden;
}
.card:hover { box-shadow: var(--shadow-float); }
.card__glare {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 50%), rgba(143, 221, 240, 0.25), transparent 45%);
  opacity: 0; transition: opacity 0.4s;
}
.card:hover .card__glare { opacity: 1; }
.card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(140deg, rgba(143, 221, 240, 0.35), rgba(44, 168, 201, 0.15)); color: var(--pool-deep); transform: translateZ(30px); }
.card__icon svg { width: 26px; height: 26px; }
.card__title { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; color: var(--ink); line-height: 1.1; transform: translateZ(24px); }
.card__text { color: var(--muted); font-size: 0.98rem; transform: translateZ(18px); }
.card__link { margin-top: auto; transform: translateZ(20px); }
.card--dark { background: var(--ink); color: rgba(255, 255, 255, 0.8); border-color: transparent; }
.card--dark .card__title { color: var(--white); }
.card--dark .card__text { color: rgba(255, 255, 255, 0.72); }
.card--dark .card__icon { background: rgba(255, 255, 255, 0.1); color: var(--pool-light); }
.card--dark .link-arrow { color: var(--white); }
.card--pool { background: linear-gradient(150deg, var(--pool-deep), var(--pool)); color: var(--white); border-color: transparent; }
.card--pool .card__title { color: var(--white); }
.card--pool .card__text { color: rgba(255, 255, 255, 0.85); }
.card--pool .card__icon { background: rgba(255, 255, 255, 0.18); color: var(--white); }
.card--pool .link-arrow { color: var(--white); }
@media (max-width: 1000px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cards { grid-template-columns: 1fr; } .card { min-height: 0; } }

/* ---------- Horizontal scroll (pools we build) ---------- */
.hscroll { background: var(--ink); color: var(--white); overflow: hidden; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; }
.hscroll__head { padding: clamp(70px, 9vh, 120px) 0 clamp(22px, 3vh, 44px); }
.hscroll__head .section-head { margin-bottom: 0; }
.hscroll__track { display: flex; gap: clamp(20px, 3vw, 40px); padding: 0 var(--gutter) 26px; will-change: transform; }
.hscroll__progress { margin-bottom: clamp(40px, 7vh, 90px); }
.panel {
  flex: none;
  width: min(78vw, 980px);
  height: clamp(380px, 54vh, 560px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.panel .media { border-radius: 0; min-height: 320px; height: 100%; }
.panel__body { padding: clamp(28px, 3.4vw, 52px); display: flex; flex-direction: column; justify-content: flex-end; position: relative; }
.panel__num { position: absolute; top: 28px; right: 32px; font-family: var(--font-display); font-size: 5rem; line-height: 1; color: rgba(255, 255, 255, 0.08); font-weight: 600; }
.panel__title { font-family: var(--font-display); font-size: clamp(1.9rem, 2.8vw, 2.7rem); font-weight: 500; line-height: 1.05; }
.panel__title em { font-style: italic; color: var(--pool-light); font-weight: 400; }
.panel__text { margin-top: 16px; color: rgba(255, 255, 255, 0.72); max-width: 42ch; }
.panel__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.panel__tags span { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.8); }
.panel__link { margin-top: 28px; }
.hscroll__progress { height: 2px; background: rgba(255, 255, 255, 0.12); margin: 0 var(--gutter); position: relative; overflow: hidden; border-radius: 2px; }
.hscroll__progress i { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: var(--pool-light); transform: scaleX(0); transform-origin: left; }
@media (max-width: 900px) {
  .hscroll { min-height: 0; display: block; }
  .hscroll__head { padding-top: var(--section); }
  .hscroll__track { flex-direction: column; padding-bottom: var(--section); }
  .panel { width: 100%; height: auto; grid-template-columns: 1fr; }
  .panel .media { aspect-ratio: 16 / 10; min-height: 0; height: auto; }
  .panel__num { position: static; font-size: 2.2rem; margin-bottom: 6px; color: rgba(255, 255, 255, 0.22); }
  .hscroll__progress { display: none; }
}

/* ---------- Split band (image + copy) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.split--rev > :first-child { order: 2; }
.split__media { position: relative; }
.split__media .media { aspect-ratio: 4 / 5; }
.split__media .media--wide { aspect-ratio: 16 / 11; }
.float-tag {
  position: absolute; z-index: 3;
  padding: 18px 22px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-float);
  border: 1px solid rgba(10, 28, 46, 0.06);
  will-change: transform;
}
.float-tag--br { right: -18px; bottom: 36px; }
.float-tag--tl { left: -18px; top: 36px; }
.float-tag__big { font-family: var(--font-display); font-size: 2.2rem; line-height: 1; color: var(--ink); }
.float-tag__small { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--muted); margin-top: 4px; }
.split__body .h2 { margin-bottom: 22px; }
.split__body .btn-row { margin-top: 32px; }
.checks { display: grid; gap: 12px; margin-top: 26px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink); font-size: 0.98rem; }
.checks li::before {
  content: ""; flex: none; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%;
  background: var(--pool-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a1c2e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.on-dark .checks li { color: var(--white); }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split--rev > :first-child { order: 0; }
  .float-tag--br { right: 12px; bottom: 12px; }
  .float-tag--tl { left: 12px; top: 12px; }
}

/* ---------- Values strip ---------- */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--radius); overflow: hidden; }
.value { padding: 36px 30px; background: var(--ink); }
.value__num { font-family: var(--font-display); font-size: 1rem; color: var(--brass-2); letter-spacing: 0.1em; }
.value__title { margin-top: 12px; font-family: var(--font-display); font-size: 1.7rem; color: var(--white); font-weight: 500; line-height: 1.1; }
.value__text { margin-top: 12px; color: rgba(255, 255, 255, 0.68); font-size: 0.95rem; }
@media (max-width: 1000px) { .values { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .values { grid-template-columns: 1fr; } }

/* ---------- Service area ---------- */
.area { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.radar { position: relative; aspect-ratio: 1; max-width: 560px; margin-inline: auto; width: 100%; }
.radar svg { width: 100%; height: 100%; overflow: visible; }
.radar .ring { fill: none; stroke: rgba(10, 28, 46, 0.14); stroke-width: 1; }
.radar .ring--dash { stroke-dasharray: 3 6; }
.radar .ring--pool { stroke: var(--pool); stroke-width: 1.5; fill: rgba(44, 168, 201, 0.06); }
.radar .spoke { stroke: rgba(10, 28, 46, 0.08); stroke-width: 1; }
.radar .center { fill: var(--pool); }
.radar .center-halo { fill: none; stroke: var(--pool); stroke-width: 2; opacity: 0.5; transform-origin: 250px 250px; animation: halo 3s ease-out infinite; }
@keyframes halo { 0% { transform: scale(0.4); opacity: 0.7; } 100% { transform: scale(2.4); opacity: 0; } }
.radar .dot { fill: var(--ink); }
.radar .lbl { font-family: var(--font-body); font-size: 11px; font-weight: 700; fill: var(--ink); letter-spacing: 0.06em; text-transform: uppercase; }
.radar .lbl--muted { fill: var(--muted); font-weight: 600; }
.radar .lbl--mi { fill: var(--pool-deep); font-size: 10px; letter-spacing: 0.14em; }
.radar .center-lbl { font-family: var(--font-display); font-size: 22px; fill: var(--ink); font-weight: 600; }
.area__body .h2 { margin-bottom: 22px; }
.towns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.towns span { font-size: 0.78rem; font-weight: 700; padding: 9px 14px; border-radius: 999px; background: var(--white); border: 1px solid rgba(10, 28, 46, 0.08); color: var(--ink); }
.towns span.is-more { background: transparent; border-style: dashed; color: var(--muted); }
.towns--dark span { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.14); color: var(--white); }
@media (max-width: 900px) { .area { grid-template-columns: 1fr; } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; padding: 22px 0; border-block: 1px solid var(--line); background: var(--sand-2); }
.marquee__track { display: flex; gap: 0; width: max-content; animation: marquee 40s linear infinite; will-change: transform; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 22px; padding: 0 22px; font-family: var(--font-display); font-size: clamp(1.3rem, 2.2vw, 1.8rem); color: var(--ink); white-space: nowrap; }
.marquee__item::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brass); }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee--dark { background: var(--ink-2); border-color: rgba(255, 255, 255, 0.08); }
.marquee--dark .marquee__item { color: rgba(255, 255, 255, 0.85); }

/* ---------- Awards / trust strip ---------- */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust__item { display: flex; gap: 18px; align-items: center; padding: 26px 28px; border-radius: var(--radius); background: var(--white); border: 1px solid rgba(10, 28, 46, 0.06); box-shadow: var(--shadow-soft); }
.trust__badge { flex: none; width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(140deg, var(--sand-2), var(--stone)); color: var(--ink); }
.trust__badge svg { width: 30px; height: 30px; }
.trust__badge img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.trust__title { font-weight: 800; color: var(--ink); font-size: 1rem; }
.trust__text { font-size: 0.88rem; color: var(--muted); margin-top: 2px; }
@media (max-width: 900px) { .trust { grid-template-columns: 1fr; } }

/* ---------- CTA banner ---------- */
.cta {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  padding: clamp(50px, 7vw, 100px) clamp(28px, 6vw, 90px);
  display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 40px; align-items: center;
  isolation: isolate;
}
.cta::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 80% at 100% 0%, rgba(44, 168, 201, 0.55), transparent 60%),
    radial-gradient(50% 70% at 0% 100%, rgba(196, 162, 101, 0.3), transparent 60%);
}
.cta__orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(30px); opacity: 0.7; will-change: transform; }
.cta__orb--a { width: 380px; height: 380px; right: -80px; top: -120px; background: radial-gradient(circle, rgba(143, 221, 240, 0.7), transparent 65%); }
.cta__orb--b { width: 260px; height: 260px; left: 10%; bottom: -120px; background: radial-gradient(circle, rgba(196, 162, 101, 0.5), transparent 65%); }
.cta .h2 { color: var(--white); max-width: 14ch; }
.cta .h2 em { color: var(--pool-light); }
.cta__lead { margin-top: 18px; color: rgba(255, 255, 255, 0.78); max-width: 48ch; }
.cta__side { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.cta__phone { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--white); }
.cta__note { font-size: 0.85rem; color: rgba(255, 255, 255, 0.65); }
@media (max-width: 900px) { .cta { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255, 255, 255, 0.72); padding: clamp(60px, 8vw, 110px) 0 36px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer .brand { color: var(--white); }
.footer__tag { margin-top: 18px; font-family: var(--font-display); font-size: 1.4rem; color: var(--white); font-style: italic; }
.footer__col h4 { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-2); margin-bottom: 18px; font-weight: 700; }
.footer__col li { margin-bottom: 10px; font-size: 0.95rem; }
.footer__col a { transition: color 0.3s; }
.footer__col a:hover { color: var(--white); }
.footer__col address { font-style: normal; font-size: 0.95rem; line-height: 1.6; }
.footer__col address strong { color: var(--white); display: block; }
.footer__col address + address { margin-top: 16px; }
.social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.social a { padding: 9px 14px; border-radius: 999px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid rgba(255, 255, 255, 0.16); color: var(--white); transition: background-color 0.3s, transform 0.4s var(--ease-out); }
.social a:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-3px); }
.social svg { width: 18px; height: 18px; }
.footer__bottom { margin-top: clamp(40px, 6vw, 70px); padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: space-between; font-size: 0.82rem; color: rgba(255, 255, 255, 0.5); }
.footer__bottom a:hover { color: var(--white); }
.footer__legal { display: flex; gap: 22px; flex-wrap: wrap; }
@media (max-width: 1000px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + clamp(60px, 9vw, 120px)) 0 clamp(60px, 8vw, 110px);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}
.page-hero__bg { position: absolute; inset: 0; z-index: -2; }
.page-hero__bg .media { position: absolute; inset: -8% 0 0 0; height: 116%; border-radius: 0; }
.page-hero__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to right, rgba(10, 28, 46, 0.95) 20%, rgba(10, 28, 46, 0.55) 70%, rgba(10, 28, 46, 0.35)); }
.page-hero__inner > * { max-width: 820px; }
.page-hero .h1 { color: var(--white); }
.page-hero .h1 em { color: var(--pool-light); }
.page-hero .lead { margin-top: 26px; color: rgba(255, 255, 255, 0.8); }
.crumbs { display: flex; gap: 10px; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: rgba(255, 255, 255, 0.55); margin-bottom: 26px; }
.crumbs a:hover { color: var(--white); }
.crumbs span::before { content: "/"; margin-right: 10px; opacity: 0.5; }

/* ---------- Timeline (About) ---------- */
.timeline { position: relative; display: grid; grid-template-columns: 1fr; gap: 0; max-width: 980px; margin-inline: auto; }
.timeline__rail { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); background: rgba(10, 28, 46, 0.1); }
.timeline__rail i { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, var(--pool), var(--pool-deep)); transform: scaleY(0); transform-origin: top; }
.tl-item { position: relative; display: grid; grid-template-columns: 1fr 80px 1fr; align-items: center; padding: 26px 0; }
.tl-item__year { grid-column: 1; grid-row: 1; font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 4.4rem); line-height: 1; color: var(--ink); font-weight: 500; text-align: right; padding-right: 20px; transition: color 0.5s; }
.tl-item__node { grid-column: 2; grid-row: 1; width: 18px; height: 18px; border-radius: 50%; background: var(--sand); border: 2px solid rgba(10, 28, 46, 0.2); margin-inline: auto; position: relative; z-index: 2; transition: background-color 0.5s, border-color 0.5s, transform 0.5s var(--ease-out); }
.tl-item__body { grid-column: 3; grid-row: 1; padding-left: 20px; }
.tl-item__title { font-weight: 800; color: var(--ink); font-size: 1.05rem; }
.tl-item__text { color: var(--muted); font-size: 0.95rem; margin-top: 6px; max-width: 40ch; }
.tl-item:nth-child(even) .tl-item__year { grid-column: 3; text-align: left; padding-left: 20px; padding-right: 0; }
.tl-item:nth-child(even) .tl-item__body { grid-column: 1; text-align: right; padding-right: 20px; padding-left: 0; }
.tl-item:nth-child(even) .tl-item__text { margin-left: auto; }
.tl-item.is-active .tl-item__node { background: var(--pool); border-color: var(--pool); transform: scale(1.35); box-shadow: 0 0 0 8px rgba(44, 168, 201, 0.15); }
.tl-item.is-active .tl-item__year { color: var(--pool-deep); }
@media (max-width: 700px) {
  .timeline__rail { left: 9px; }
  .tl-item { grid-template-columns: 20px 1fr; gap: 0 20px; padding: 18px 0; }
  .tl-item__year, .tl-item:nth-child(even) .tl-item__year { grid-column: 2; grid-row: 1; text-align: left; padding: 0; font-size: 2.2rem; }
  .tl-item__node { grid-column: 1; grid-row: 1 / span 2; margin: 8px 0 0; }
  .tl-item__body, .tl-item:nth-child(even) .tl-item__body { grid-column: 2; grid-row: 2; text-align: left; padding: 6px 0 0; }
  .tl-item:nth-child(even) .tl-item__text { margin-left: 0; }
}

/* ---------- Feature list (About: full-service) ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { padding: 30px 28px; border-radius: var(--radius); background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); }
.feature__title { font-family: var(--font-display); font-size: 1.5rem; color: var(--white); font-weight: 500; }
.feature__text { margin-top: 10px; color: rgba(255, 255, 255, 0.68); font-size: 0.95rem; }
@media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .feature-grid { grid-template-columns: 1fr; } }

/* ---------- Pool types (New Pools) ---------- */
.pooltype { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.pooltype:first-of-type { border-top: 0; }
.pooltype--rev .pooltype__media { order: 2; }
.pooltype__media { position: relative; }
.pooltype__media .media { aspect-ratio: 5 / 4; }
.pooltype__media .media--secondary { position: absolute; width: 42%; aspect-ratio: 1; right: -8%; bottom: -10%; border: 6px solid var(--sand); box-shadow: var(--shadow-float); }
.pooltype--rev .pooltype__media .media--secondary { right: auto; left: -8%; }
.pooltype__num { font-family: var(--font-display); font-size: 1rem; color: var(--brass); letter-spacing: 0.16em; margin-bottom: 14px; }
.pooltype .h2 { margin-bottom: 18px; }
.spec { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; margin-top: 26px; }
.spec div { padding: 14px 0; border-top: 1px solid var(--line); }
.spec dt { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.spec dd { margin: 4px 0 0; font-weight: 600; color: var(--ink); font-size: 0.95rem; }
@media (max-width: 900px) {
  .pooltype { grid-template-columns: 1fr; }
  .pooltype--rev .pooltype__media { order: 0; }
  .pooltype__media .media--secondary { right: 4%; bottom: -8%; }
  .pooltype--rev .pooltype__media .media--secondary { left: 4%; }
  .pooltype__body { padding-top: 24px; }
}

/* ---------- Process (pinned) ---------- */
.process { background: var(--ink); color: var(--white); }
.process__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 6vw, 100px); align-items: start; }
.process__sticky { position: sticky; top: calc(var(--header-h) + 20px); }
.process__count { display: flex; align-items: baseline; gap: 8px; margin-top: 34px; font-family: var(--font-display); }
.process__count b { font-size: clamp(5rem, 10vw, 9rem); line-height: 0.85; font-weight: 500; color: var(--white); display: inline-block; min-width: 1.2em; }
.process__count span { font-size: 1.4rem; color: rgba(255, 255, 255, 0.5); }
.process__bar { margin-top: 24px; height: 2px; width: 100%; max-width: 300px; background: rgba(255, 255, 255, 0.12); border-radius: 2px; overflow: hidden; }
.process__bar i { display: block; height: 100%; width: 100%; background: var(--pool-light); transform: scaleX(0); transform-origin: left; }
.process__steps { display: grid; gap: 18px; }
.step {
  padding: 34px 32px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background-color 0.5s, border-color 0.5s;
}
.step.is-active { background: rgba(44, 168, 201, 0.1); border-color: rgba(143, 221, 240, 0.35); }
.step__head { display: flex; align-items: baseline; gap: 16px; }
.step__num { font-family: var(--font-display); font-size: 1rem; color: var(--brass-2); letter-spacing: 0.1em; }
.step__title { font-family: var(--font-display); font-size: clamp(1.5rem, 2.3vw, 2rem); font-weight: 500; color: var(--white); line-height: 1.1; }
.step__text { margin-top: 12px; color: rgba(255, 255, 255, 0.7); max-width: 52ch; }
.step__tags { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.step__tags span { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; padding: 7px 11px; border-radius: 999px; background: rgba(255, 255, 255, 0.07); color: rgba(255, 255, 255, 0.8); }
@media (max-width: 900px) {
  .process__grid { grid-template-columns: 1fr; }
  .process__sticky { position: relative; top: 0; }
  .process__count { display: none; }
  .process__bar { display: none; }
}

/* ---------- Compare (Why PermaCrete) ---------- */
.compare { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.compare__col { padding: 34px 30px; border-radius: var(--radius); background: var(--white); border: 1px solid rgba(10, 28, 46, 0.06); box-shadow: var(--shadow-soft); }
.compare__col--hi { background: var(--ink); color: rgba(255, 255, 255, 0.78); }
.compare__title { font-family: var(--font-display); font-size: 1.8rem; color: var(--ink); font-weight: 500; }
.compare__col--hi .compare__title { color: var(--white); }
.compare__col .checks { margin-top: 20px; }
.compare__col--hi .checks li { color: var(--white); }
@media (max-width: 900px) { .compare { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 26px 0; text-align: left;
  font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.6rem); color: var(--ink); font-weight: 500;
}
.faq__q .plus { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(10, 28, 46, 0.2); position: relative; transition: background-color 0.4s, border-color 0.4s; }
.faq__q .plus::before, .faq__q .plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; background: var(--ink); transform: translate(-50%, -50%); transition: transform 0.4s var(--ease-out), background-color 0.4s; }
.faq__q .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item.is-open .plus { background: var(--ink); border-color: var(--ink); }
.faq__item.is-open .plus::before, .faq__item.is-open .plus::after { background: var(--white); }
.faq__item.is-open .plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__a { height: 0; overflow: hidden; }
.faq__a p { padding: 0 0 26px; color: var(--muted); max-width: 64ch; }

/* ---------- Contact ---------- */
.contact { padding-top: calc(var(--header-h) + clamp(50px, 8vw, 100px)); }
.contact__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.contact__intro .h1 { margin-bottom: 20px; }
.choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 34px 0 30px; border: 0; padding: 0; min-width: 0; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; pointer-events: none; }
.choice label {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; border-radius: 16px; cursor: pointer;
  background: var(--white); border: 1.5px solid rgba(10, 28, 46, 0.1);
  font-weight: 700; color: var(--ink); font-size: 0.95rem;
  transition: border-color 0.4s, background-color 0.4s, transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.choice label svg { width: 24px; height: 24px; color: var(--pool-deep); flex: none; }
.choice label:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.choice input:checked + label { border-color: var(--pool); background: rgba(44, 168, 201, 0.08); box-shadow: 0 0 0 4px rgba(44, 168, 201, 0.12); }
.choice input:focus-visible + label { outline: 2px solid var(--pool); outline-offset: 3px; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.field input, .field textarea, .field select {
  font: inherit; color: var(--ink);
  padding: 16px 18px; border-radius: 14px;
  border: 1.5px solid rgba(10, 28, 46, 0.12); background: var(--white);
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--pool); box-shadow: 0 0 0 4px rgba(44, 168, 201, 0.15); }
.field.is-invalid input, .field.is-invalid textarea { border-color: #c0392b; }
.field__error { font-size: 0.8rem; color: #c0392b; display: none; }
.field.is-invalid .field__error { display: block; }
.form__foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; margin-top: 8px; }
.form__consent { font-size: 0.8rem; color: var(--muted); max-width: 46ch; }
.form__consent a { text-decoration: underline; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.form__status { grid-column: 1 / -1; display: none; padding: 18px 22px; border-radius: 14px; font-weight: 600; }
.form__status.is-ok { display: block; background: rgba(44, 168, 201, 0.12); color: var(--pool-deep); }
.form__status.is-err { display: block; background: rgba(192, 57, 43, 0.1); color: #a93226; }
.form-success { display: none; padding: 44px 40px; border-radius: var(--radius); background: var(--ink); color: var(--white); text-align: center; }
.form-success.is-shown { display: block; }
.form-success .h2 { color: var(--white); margin-bottom: 14px; }
.form-success .h2 em { color: var(--pool-light); }
.form-success p { color: rgba(255, 255, 255, 0.75); }
.form-success__check { width: 72px; height: 72px; border-radius: 50%; background: var(--pool); display: grid; place-items: center; margin: 0 auto 22px; color: var(--ink); }
.form-success__check svg { width: 34px; height: 34px; }

.locations { display: grid; gap: 16px; }
.loc { padding: 28px 28px; border-radius: var(--radius); background: var(--white); border: 1px solid rgba(10, 28, 46, 0.06); box-shadow: var(--shadow-soft); }
.loc--hq { background: var(--ink); color: rgba(255, 255, 255, 0.78); border-color: transparent; }
.loc__kicker { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--pool-deep); }
.loc--hq .loc__kicker { color: var(--pool-light); }
.loc__title { font-family: var(--font-display); font-size: 1.7rem; color: var(--ink); font-weight: 500; margin-top: 8px; }
.loc--hq .loc__title { color: var(--white); }
.loc address { font-style: normal; margin-top: 10px; line-height: 1.55; font-size: 0.97rem; }
.loc__row { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 14px; font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.loc--hq .loc__row { color: var(--white); }
.loc__row a:hover { color: var(--pool-deep); }
.loc--hq .loc__row a:hover { color: var(--pool-light); }
.hours { margin-top: 16px; display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; font-size: 0.88rem; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; font-weight: 600; color: var(--ink); }
.loc--hq .hours dt { color: rgba(255, 255, 255, 0.55); }
.loc--hq .hours dd { color: var(--white); }
.map { margin-top: 16px; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 10; background: var(--sand-2); border: 1px solid rgba(10, 28, 46, 0.08); }
.map iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.85) contrast(1.05); }
@media (max-width: 1000px) { .contact__grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .form { grid-template-columns: 1fr; } .choices { grid-template-columns: 1fr; } }

/* ---------- Reveal defaults (JS animates; keep visible if JS fails) ---------- */
.no-js [data-reveal], .no-js [data-split] { opacity: 1 !important; transform: none !important; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .wipe { display: none; }
  .marquee__track { animation: none; }
  .scroll-cue i::after { animation: none; }
}
