/* ==========================================================================
   Physio Planet — Design B "Kinetic"
   Sharp sports-editorial system.

   ORIGINALITY RULE: containers, cards, buttons and inputs are square
   (0–8px). Exactly ONE large-radius photo mask is permitted per page
   (.frame-hero) as a deliberate accent. Energy comes from diagonals,
   bold type scale, full-bleed blue bands, offset yellow rules and
   photography — never from rounded boxes.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  --bg: #F7FAFD;
  --surface: #FFFFFF;
  --primary: #1D6FE0;
  --primary-deep: #0E3D8A;
  --primary-darker: #082448;
  --primary-tint: #E8F1FD;
  --primary-tint-2: #D3E4FA;
  --accent: #FFC845;
  --accent-deep: #E9AF23;
  --ink: #0B1B33;
  --muted-ink: #4A5B74;
  --line: #DCE7F4;
  --line-strong: #B9CFE8;

  /* squared geometry */
  --r-sm: 2px;
  --r-md: 4px;
  --r-lg: 8px;
  /* the single permitted large mask, one per page */
  --r-hero: 34px;

  --shadow-sm: 0 1px 3px rgba(11, 27, 51, .06);
  --shadow-md: 0 10px 26px rgba(11, 27, 51, .10);
  --shadow-lg: 0 22px 52px rgba(11, 27, 51, .16);

  --font-head: "Figtree", "Segoe UI", system-ui, sans-serif;
  --font-body: "Noto Sans", "Segoe UI", system-ui, sans-serif;

  --wrap: 1380px;
  --wrap-narrow: 900px;
  --gutter: 24px;
  --section-y: clamp(64px, 8vw, 120px);

  --ease-out: cubic-bezier(.22, .61, .36, 1);
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
svg { flex-shrink: 0; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 0 0 .5em;
  color: var(--ink);
}

h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
h2 { font-size: clamp(1.95rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.18rem, 1.9vw, 1.4rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; }
h4 { font-size: 1.05rem; font-weight: 800; letter-spacing: -0.015em; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-deep); }

ul { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .45em; }

:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

.skip-link {
  position: absolute; left: 0; top: 0; z-index: 999;
  transform: translateY(-120%);
  background: var(--primary-deep); color: #fff;
  padding: 12px 20px; font-weight: 700;
}
.skip-link:focus { transform: none; color: #fff; }

.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;
}

/* --------------------------------------------------------------------------
   3. Layout
   -------------------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: var(--wrap-narrow); }

/* roomier side padding once the container is wide */
@media (min-width: 1100px) { :root { --gutter: 34px; } }

/* Readable measure inside the wider container: long-form prose is capped
   even though its column may be much wider. */
.svc-copy p,
.split p,
.statement-side p,
.section-head p,
.check-list span,
.lede { max-width: 72ch; }

.section { padding-block: var(--section-y); position: relative; overflow-x: clip; }
.section--tight { padding-block: clamp(48px, 5vw, 76px); }
.cta-band, .page-hero { overflow-x: clip; }

.section--blue { background: var(--primary-deep); color: #fff; }
.section--blue h1, .section--blue h2, .section--blue h3, .section--blue h4 { color: #fff; }
.section--blue .section-head p, .section--blue .lede { color: #C9DCF5; }

.section--dark { background: var(--primary-darker); color: #fff; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark .section-head p, .section--dark .lede { color: #C9DCF5; }

.section--tintbg { background: var(--primary-tint); }

/* athletic angled top edge — used sparingly on full-bleed blue bands */
.is-angled {
  clip-path: polygon(0 2.4vw, 100% 0, 100% 100%, 0 100%);
  padding-top: calc(var(--section-y) + 2.4vw);
}

.section-head { max-width: 760px; margin-bottom: clamp(36px, 4vw, 58px); }
.section-head.is-center { margin-inline: auto; text-align: center; }
.section-head.is-center .kicker { justify-content: center; }
.section-head p { color: var(--muted-ink); font-size: 1.05rem; margin-bottom: 0; }

.lede { font-size: 1.14rem; color: var(--muted-ink); }

/* editorial label with an offset yellow rule — replaces the old pill kicker */
.kicker {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-head); font-weight: 900;
  font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
}
.kicker::before {
  content: ""; width: 30px; height: 4px; background: var(--accent); flex: none;
}
.section--blue .kicker, .section--dark .kicker, .page-hero .kicker { color: #fff; }

.tone { color: var(--primary); }
.section--blue .tone, .section--dark .tone, .page-hero .tone { color: #7FB2F2; }
.tone-yellow { color: var(--accent); }

/* yellow highlight rule under a phrase */
.mark { box-shadow: inset 0 -.16em 0 var(--accent); }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
/* pin the column counts so the wider container never reflows a 6- or
   9-item grid into a ragged 4-across */
@media (min-width: 1000px) {
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   4. Buttons — squared, weighty
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 900; font-size: .93rem;
  letter-spacing: .02em;
  padding: 16px 28px; min-height: 54px;
  border-radius: var(--r-sm); border: 2px solid transparent;
  cursor: pointer; text-align: center;
  transition: transform .18s var(--ease-out), background-color .18s var(--ease-out),
              color .18s var(--ease-out), border-color .18s var(--ease-out),
              box-shadow .18s var(--ease-out);
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }

.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: var(--primary-deep); color: #fff; box-shadow: inset 0 -4px 0 var(--accent); }

.btn--accent { background: var(--accent); color: #24190A; }
.btn--accent:hover { background: var(--accent-deep); color: #24190A; }

.btn--ghost { background: transparent; color: var(--primary-deep); border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--surface); border-color: var(--primary); color: var(--primary-deep); }

.btn--white { background: #fff; color: var(--primary-deep); }
.btn--white:hover { background: var(--accent); color: #24190A; }

.btn--outline-white { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn--outline-white:hover { background: #fff; color: var(--primary-deep); border-color: #fff; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 900; font-size: .84rem;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--primary);
  padding-bottom: 5px;
  border-bottom: 2px solid var(--accent);
}
.textlink svg { width: 16px; height: 16px; transition: transform .2s var(--ease-out); }
.textlink:hover svg { transform: translateX(5px); }
.section--blue .textlink, .section--dark .textlink { color: #fff; }

/* --------------------------------------------------------------------------
   5. Header / nav
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s var(--ease-out);
}
.site-header.is-stuck { box-shadow: 0 4px 20px rgba(11, 27, 51, .08); }

.header-inner { display: flex; align-items: center; gap: 20px; min-height: 78px; }

.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { height: 44px; width: auto; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  position: relative;
  font-family: var(--font-head); font-weight: 800; font-size: .92rem;
  color: var(--ink); padding: 12px 13px;
  transition: color .18s var(--ease-out);
}
.nav a::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 6px;
  height: 3px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s var(--ease-out);
}
.nav a:hover { color: var(--primary-deep); }
.nav a:hover::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--primary-deep); }
.nav a[aria-current="page"]::after { transform: scaleX(1); background: var(--primary); }
.nav > .btn { display: none; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-weight: 900; font-size: .92rem;
  color: var(--primary-deep); white-space: nowrap;
  padding: 10px 12px;
}
.header-phone:hover { color: var(--primary); }
.header-phone svg { width: 18px; height: 18px; color: var(--primary); }

.nav-toggle {
  display: none; width: 48px; height: 48px; align-items: center; justify-content: center;
  background: var(--ink); border: none; border-radius: var(--r-sm);
  color: #fff; cursor: pointer;
}
.nav-toggle svg { width: 24px; height: 24px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }

@media (max-width: 1240px) and (min-width: 941px) {
  .nav a { padding: 11px 9px; font-size: .85rem; }
  .nav a::after { left: 9px; right: 9px; }
  .header-actions .btn { display: none; }
  .brand img { height: 38px; }
}
@media (max-width: 1070px) and (min-width: 941px) {
  .header-phone span { display: none; }
}

@media (max-width: 940px) {
  .nav-toggle { display: inline-flex; }
  .header-actions .btn { display: none; }
  .header-phone span { display: inline; }
  .nav {
    position: fixed; inset: 78px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--surface); padding: 8px var(--gutter) 24px;
    border-bottom: 4px solid var(--accent);
    box-shadow: var(--shadow-lg);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .22s var(--ease-out), transform .22s var(--ease-out);
    max-height: calc(100vh - 78px); overflow-y: auto;
  }
  .nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav a {
    padding: 16px 4px; font-size: 1.02rem;
    border-bottom: 1px solid var(--line);
  }
  .nav a::after { display: none; }
  .nav a[aria-current="page"] {
    color: var(--primary-deep);
    box-shadow: inset 4px 0 0 var(--accent);
    padding-left: 16px;
  }
  .nav .btn { display: inline-flex; margin-top: 18px; }
}

/* --------------------------------------------------------------------------
   6. Photo frames — squared by default
   -------------------------------------------------------------------------- */
.frame-rounded {
  position: relative;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--primary-tint);
}
.frame-rounded img { width: 100%; height: 100%; object-fit: cover; }

/* the ONE permitted large mask per page */
.frame-hero { border-radius: var(--r-hero); }

/* offset yellow rule behind a squared photo */
.frame-offset { position: relative; }
.frame-offset::before {
  content: ""; position: absolute; inset: 20px -20px -20px 20px;
  border: 4px solid var(--accent);
  z-index: 0;
}
.frame-offset > * { position: relative; z-index: 1; }
/* mirrored variant — yellow rule offset to the bottom-left */
.frame-offset--l::before { inset: 20px 20px -20px -20px; }

.frame-sm { max-width: 430px; margin-inline: auto; }

.ar-portrait { aspect-ratio: 3 / 4; }
.ar-tall { aspect-ratio: 4 / 5; }
.ar-square { aspect-ratio: 1 / 1; }
.ar-wide { aspect-ratio: 16 / 9; }
.ar-landscape { aspect-ratio: 5 / 4; }
.ar-3-2 { aspect-ratio: 3 / 2; }
.ar-banner { aspect-ratio: 21 / 9; }
.ar-ultra { aspect-ratio: 3 / 1; }
.ar-strip { aspect-ratio: 4 / 1; }

.img-slot {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; text-align: center; padding: 24px;
  background: repeating-linear-gradient(
    -45deg, var(--primary-tint) 0 14px, var(--primary-tint-2) 14px 28px);
  color: var(--primary-deep);
  width: 100%; height: 100%;
}
.img-slot svg { width: 42px; height: 42px; opacity: .55; }
.img-slot span {
  font-family: var(--font-head); font-weight: 900; font-size: .68rem;
  letter-spacing: .16em; text-transform: uppercase; opacity: .78;
}

.frame-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: var(--ink);
  border-left: 5px solid var(--accent);
  padding: 14px 18px;
  color: #fff;
}
.frame-caption strong {
  display: block; font-family: var(--font-head); font-weight: 900;
  font-size: 1rem; color: #fff;
}
.frame-caption span { font-size: .8rem; color: #B9C7DA; }

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  padding-block: clamp(48px, 6vw, 88px) clamp(56px, 6vw, 92px);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; z-index: 0;
  width: 720px; height: 720px;
  right: -300px; top: -340px;
  background: radial-gradient(circle, rgba(29, 111, 224, .14) 0%, rgba(29, 111, 224, 0) 68%);
  pointer-events: none;
}
.hero > .wrap { position: relative; z-index: 1; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.hero h1 { margin-bottom: .3em; }
.hero .lede { max-width: 34em; }

.hero-media { position: relative; }
/* the page's single large mask */
.hero-frame {
  border-radius: var(--r-hero);
  overflow: hidden;
  background: var(--primary-tint);
  aspect-ratio: 4 / 3.4;
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }

/* squared fact plates with a yellow spine */
.hero-badge {
  position: absolute; z-index: 2;
  background: var(--surface);
  border-left: 5px solid var(--accent);
  padding: 15px 20px;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 13px;
  max-width: 252px;
}
.hero-badge--laser { left: -16px; bottom: 40px; }
.hero-badge--rating { right: -12px; top: -18px; }
.hero-badge strong {
  display: block; font-family: var(--font-head); font-weight: 900;
  font-size: 1.02rem; line-height: 1.15;
}
.hero-badge span { font-size: .79rem; color: var(--muted-ink); line-height: 1.35; display: block; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-badge--laser { left: 0; }
  .hero-badge--rating { right: 0; top: -14px; }
}

/* page hero (inner pages) */
.page-hero {
  background: var(--primary-deep);
  color: #fff;
  padding-block: clamp(60px, 6.5vw, 104px);
  position: relative; overflow: hidden;
  border-bottom: 6px solid var(--accent);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(720px 400px at 90% -10%, rgba(29, 111, 224, .8) 0%, rgba(14, 61, 138, 0) 70%);
  pointer-events: none;
}
/* diagonal energy stripe */
.page-hero::after {
  content: ""; position: absolute; z-index: 0;
  right: -70px; top: -60px; width: 250px; height: 160%;
  background: rgba(255, 255, 255, .045);
  transform: skewX(-14deg);
  pointer-events: none;
}
.page-hero > .wrap { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; margin-bottom: .28em; max-width: 17ch; }
.page-hero p { color: #C9DCF5; font-size: 1.1rem; max-width: 60ch; margin-bottom: 0; }

.crumbs {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  font-size: .78rem; color: #A9C6EC; margin-top: 26px;
  letter-spacing: .12em; text-transform: uppercase;
  font-family: var(--font-head); font-weight: 800;
}
.crumbs a { color: #A9C6EC; }
.crumbs a:hover { color: #fff; }
.crumbs span[aria-current] { color: var(--accent); }

/* --------------------------------------------------------------------------
   8. Stats — full-bleed photo band, hairline-divided (no cards)
   -------------------------------------------------------------------------- */
.stat-band {
  position: relative;
  background: var(--primary-darker);
  overflow: hidden;
}
.stat-band-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: .3;
}
.stat-band::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(8, 36, 72, .96) 18%, rgba(8, 36, 72, .6) 100%);
}
.stat-band > .wrap { position: relative; z-index: 1; }

.stat-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.stat {
  padding: 30px 26px 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.stat b {
  display: block;
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(2.1rem, 3.6vw, 3rem);
  line-height: 1; color: var(--accent);
  letter-spacing: -0.045em;
}
.stat small {
  display: block; margin-top: 10px;
  font-size: .86rem; color: #C9DCF5; line-height: 1.45;
  max-width: 22ch;
}
@media (min-width: 760px) {
  .stat { border-left: 1px solid rgba(255, 255, 255, .22); padding-left: 26px; }
  .stat:first-child { border-left: 0; padding-left: 0; }
}

/* light-background variant */
.stat-row--light { border-top-color: var(--ink); border-top-width: 2px; }
.stat-row--light .stat { border-bottom-color: var(--line); }
.stat-row--light .stat b { color: var(--primary-deep); }
.stat-row--light .stat small { color: var(--muted-ink); }
@media (min-width: 760px) {
  .stat-row--light .stat { border-left-color: var(--line); }
}

/* --------------------------------------------------------------------------
   9. Cards — squared, border-led, no default shadow
   -------------------------------------------------------------------------- */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 3px solid var(--line-strong);
  border-radius: 0;
  padding: 30px 26px;
  transition: transform .22s var(--ease-out), border-top-color .22s var(--ease-out),
              box-shadow .22s var(--ease-out);
}
.card:hover {
  transform: translateY(-4px);
  border-top-color: var(--primary);
  box-shadow: var(--shadow-md);
}
.card h3 { margin-bottom: .45em; }
.card p { color: var(--muted-ink); font-size: .97rem; margin-bottom: 0; }
.card > .textlink { margin-top: 18px; }

.section--blue .card, .section--dark .card { border-color: transparent; border-top-color: var(--accent); }
.section--blue .card h1, .section--blue .card h2, .section--blue .card h3, .section--blue .card h4,
.section--dark .card h1, .section--dark .card h2, .section--dark .card h3, .section--dark .card h4,
.section--blue .team-card h3, .section--blue .info-card h3,
.section--blue .form-card h2, .section--blue .form-card h3 { color: var(--ink); }

/* icon chip — square, 4px radius */
.chip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: var(--r-md);
  background: var(--primary); color: #fff;
  margin-bottom: 20px; flex: none;
  transition: background-color .22s var(--ease-out);
}
.chip svg { width: 25px; height: 25px; }
.card:hover .chip { background: var(--primary-deep); }
.chip--accent { background: var(--accent); color: #24190A; }
.card:hover .chip--accent { background: var(--accent-deep); }
.chip--sm { width: 42px; height: 42px; margin-bottom: 0; }
.chip--sm svg { width: 20px; height: 20px; }
.chip--soft { background: var(--primary-tint); color: var(--primary-deep); }

.card-num {
  font-family: var(--font-head); font-weight: 900; font-size: .74rem;
  letter-spacing: .18em; color: var(--primary);
  display: block; margin-bottom: 14px;
}
.section--blue .card-num, .section--dark .card-num { color: var(--accent-deep); }

/* --------------------------------------------------------------------------
   10. Numbered hairline rule list — editorial alternative to card grids
   -------------------------------------------------------------------------- */
.rule-list { border-top: 2px solid var(--ink); }

.rule-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) minmax(0, 1.45fr);
  gap: 8px 30px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
  transition: padding-left .25s var(--ease-out), background-color .25s var(--ease-out);
}
.rule-row:hover { padding-left: 14px; background: var(--primary-tint); }
.rule-num {
  font-family: var(--font-head); font-weight: 900; font-size: 1.05rem;
  color: var(--primary); letter-spacing: .04em;
  padding-top: .25em;
}
.rule-row h3 { margin: 0; }
.rule-row p { margin: 0; color: var(--muted-ink); font-size: .98rem; }

@media (max-width: 860px) {
  .rule-row { grid-template-columns: 46px minmax(0, 1fr); gap: 4px 16px; }
  .rule-row p { grid-column: 2; margin-top: 8px; }
}

.section--blue .rule-list, .section--dark .rule-list { border-top-color: var(--accent); }
.section--blue .rule-row, .section--dark .rule-row { border-bottom-color: rgba(255, 255, 255, .2); }
.section--blue .rule-row:hover, .section--dark .rule-row:hover { background: rgba(255, 255, 255, .06); }
.section--blue .rule-num, .section--dark .rule-num { color: var(--accent); }
.section--blue .rule-row p, .section--dark .rule-row p { color: #C9DCF5; }
.section--blue .rule-row h3, .section--dark .rule-row h3 { color: #fff; }

/* --------------------------------------------------------------------------
   10b. Hairline column strip — card-free alternative for short feature sets
   -------------------------------------------------------------------------- */
.col-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  border-top: 2px solid var(--ink);
}
.col-strip > * {
  padding: 30px 24px 30px 0;
  border-bottom: 1px solid var(--line);
}
.col-strip h3 { margin-bottom: .5em; }
.col-strip p { color: var(--muted-ink); font-size: .95rem; margin: 0; }
.col-strip .chip { margin-bottom: 18px; }
.col-strip .card-num { margin-bottom: 12px; }
@media (min-width: 820px) {
  .col-strip > * { border-left: 1px solid var(--line); padding-left: 24px; }
  .col-strip > *:first-child { border-left: 0; padding-left: 0; }
}
.section--blue .col-strip, .section--dark .col-strip { border-top-color: var(--accent); }
.section--blue .col-strip > *, .section--dark .col-strip > * { border-bottom-color: rgba(255, 255, 255, .2); }
.section--blue .col-strip p, .section--dark .col-strip p { color: #C9DCF5; }
@media (min-width: 820px) {
  .section--blue .col-strip > *, .section--dark .col-strip > * { border-left-color: rgba(255, 255, 255, .2); }
  .section--blue .col-strip > *:first-child, .section--dark .col-strip > *:first-child { border-left: 0; }
}

/* --------------------------------------------------------------------------
   10c. Bold type band with an inline call to action
   -------------------------------------------------------------------------- */
.link-band {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px; align-items: center;
  border-top: 4px solid var(--accent);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  padding: clamp(30px, 4vw, 54px) 0;
}
.link-band h2 { margin: 0 0 .3em; }
.link-band p { margin: 0; color: #C9DCF5; max-width: 54ch; }
@media (max-width: 820px) { .link-band { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   11. Type-led statement band
   -------------------------------------------------------------------------- */
.statement {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}
@media (max-width: 860px) { .statement { grid-template-columns: 1fr; align-items: start; } }
.statement h2 { font-size: clamp(2.1rem, 5vw, 3.7rem); margin-bottom: 0; }
.statement-side { border-left: 4px solid var(--accent); padding-left: 24px; }
.statement-side p { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   12. Tags (small keyword pills — permitted) & check lists
   -------------------------------------------------------------------------- */
.pill-list { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 0; }
.pill-list li {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  padding: 8px 15px; margin: 0;
  font-size: .88rem; font-weight: 600; color: var(--ink);
  transition: border-color .18s var(--ease-out), color .18s var(--ease-out);
}
.pill-list li:hover { border-color: var(--primary); color: var(--primary-deep); }
.section--blue .pill-list li, .section--dark .pill-list li {
  background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .28); color: #fff;
}
.section--blue .pill-list li:hover, .section--dark .pill-list li:hover { border-color: var(--accent); color: var(--accent); }

.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; margin: 0; }
.check-list li svg { width: 21px; height: 21px; color: var(--primary); margin-top: 3px; flex: none; }
.section--blue .check-list li svg, .section--dark .check-list li svg { color: var(--accent); }
.check-list strong { font-family: var(--font-head); font-weight: 800; }

/* --------------------------------------------------------------------------
   13. Splits
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
}
.split--media-first .split-media { order: -1; }

@media (min-width: 900px) {
  .split--asym { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
  .split--asym-r { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
  .split--top { align-items: start; }
}

@media (max-width: 760px) { .split .split-media { order: -1; } }

/* --------------------------------------------------------------------------
   13b. Service quick-nav — sticky, squared, horizontally scrollable
   -------------------------------------------------------------------------- */
.svc-nav {
  position: sticky; top: 78px; z-index: 150;
  background: var(--surface);
  border-top: 3px solid var(--accent);
  border-bottom: 1px solid var(--line);
}
.svc-nav .wrap { padding-inline: 0; }
.svc-nav-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--line-strong) transparent;
  -webkit-overflow-scrolling: touch;
}
.svc-nav-track::-webkit-scrollbar { height: 6px; }
.svc-nav-track::-webkit-scrollbar-thumb { background: var(--line-strong); }
.svc-nav-track::-webkit-scrollbar-track { background: var(--bg); }
.svc-nav a {
  flex: none; scroll-snap-align: start;
  display: flex; align-items: baseline; gap: 9px;
  padding: 15px 18px;
  border-right: 1px solid var(--line);
  font-family: var(--font-head); font-weight: 800; font-size: .85rem;
  white-space: nowrap; color: var(--ink);
  transition: background-color .18s var(--ease-out), color .18s var(--ease-out);
}
.svc-nav a b { font-size: .68rem; letter-spacing: .1em; color: var(--primary); font-weight: 900; }
.svc-nav a:hover { background: var(--primary-tint); color: var(--primary-deep); }
.svc-nav a:hover b { color: var(--primary-deep); }
.svc-nav a:first-child { padding-left: var(--gutter); }
.svc-nav a:last-child { border-right: 0; padding-right: calc(var(--gutter) + 40px); }
/* right-edge fade so the scroll affordance is visible */
.svc-nav::after {
  content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 52px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--surface) 74%);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   13c. Service bands — one full editorial band per treatment
   -------------------------------------------------------------------------- */
.svc {
  position: relative;
  padding-block: clamp(46px, 5.4vw, 78px);
  overflow-x: clip;
  scroll-margin-top: 140px;
  border-top: 1px solid var(--line);
}
.svc.section--blue, .svc.section--dark, .svc.section--tintbg { border-top-color: transparent; }

.svc-inner {
  position: relative;
  display: grid;
  /* image column takes the larger share so the frame dominates */
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  gap: clamp(32px, 3.6vw, 60px);
  align-items: center;
}
/* reversed bands put the media in column 1, so the wide track flips */
.svc--rev .svc-inner { grid-template-columns: minmax(0, 54fr) minmax(0, 46fr); }
.svc-body { position: relative; }
.svc-copy { position: relative; z-index: 1; }
/* The frame fills its (wider) column; band height is kept in check by wider
   crops rather than by shrinking the image.
   NOTE: no `margin-inline: auto` here — auto margins cancel stretch alignment
   on a grid item, which would shrink-wrap the frame to its content width. */
.svc-media { position: relative; z-index: 1; }
/* explicit width (not max-width) so the auto margins still centre it */
.svc-media--inset { width: 92%; margin-inline: auto; }

/* oversized ghosted index numeral */
.svc-num {
  position: absolute; top: -.3em; left: -.04em; z-index: 0;
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(5.5rem, 13vw, 11.5rem); line-height: .78;
  letter-spacing: -.06em;
  color: var(--primary-tint-2);
  pointer-events: none; user-select: none;
}
.section--tintbg .svc-num { color: #CBDFF8; }
.section--blue .svc-num, .section--dark .svc-num { color: rgba(255, 255, 255, .12); }

/* reversed — media on the left, numeral flipped to the right */
.svc--rev .svc-media { order: -1; }
.svc--rev .svc-num { left: auto; right: -.04em; }

/* numeral leads the composition */
.svc--numlead .svc-num {
  position: static; display: block;
  font-size: clamp(5rem, 13vw, 10rem);
  color: var(--primary); opacity: .17;
  margin: 0 0 -.2em -.055em;
}
.section--tintbg .svc--numlead .svc-num { opacity: .22; }

/* full-bleed image band — image over a two-column text row.
   Tighter block padding because the image now spans the whole container. */
.svc--bleed { padding-block: clamp(40px, 4.2vw, 62px); }
.svc--bleed .svc-inner { grid-template-columns: 1fr; gap: clamp(26px, 3vw, 42px); }
.svc--bleed .svc-media { order: -1; }
.svc--bleed .svc-copy {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(26px, 4vw, 60px); align-items: start;
}
/* on bleed bands the numeral sits in normal flow above the headline */
.svc-num--inline {
  position: static; display: block;
  font-size: clamp(4.5rem, 10vw, 8rem);
  margin: 0 0 -.06em -.045em;
}

/* band-scoped type: slightly tighter than the global scale so a whole
   service stays close to one screenful despite the long-form copy */
.svc h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); margin-bottom: .4em; }
.svc .lede { font-size: 1.06rem; }
.svc .svc-copy p { margin-bottom: .9em; }

.svc-helps { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; }
.svc-helps h3 {
  font-family: var(--font-head); font-weight: 900; font-size: .7rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--muted-ink);
  margin: 0 0 14px; line-height: 1.4;
}
.section--blue .svc-helps, .section--dark .svc-helps { border-top-color: rgba(255, 255, 255, .24); }
.section--blue .svc-helps h3, .section--dark .svc-helps h3 { color: #A9C6EC; }

.svc-cta { margin-top: 22px; }

@media (max-width: 900px) {
  .svc-inner { grid-template-columns: 1fr; gap: 34px; }
  .svc-media { order: -1; }
  .svc-media--inset { width: 100%; }
  .svc--bleed .svc-copy { grid-template-columns: 1fr; }
  .svc-num { font-size: clamp(4.5rem, 19vw, 7rem); top: -.26em; }
  .svc--rev .svc-num { right: auto; left: -.04em; }
  .svc--numlead .svc-num { font-size: clamp(5.5rem, 25vw, 9rem); }
}

/* --------------------------------------------------------------------------
   14. Champions strip — squared magazine tiles
   -------------------------------------------------------------------------- */
/* The site's showpiece: editorial mosaic on a deep-blue field with ghost type.
   The ONLY section carrying celebrity photography. */
.section--champs {
  position: relative;
  overflow: clip;
  padding-block: clamp(96px, 12vw, 168px);
}
.champ-ghost {
  position: absolute;
  top: clamp(8px, 2vw, 36px); left: -2%;
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(110px, 21vw, 300px);
  line-height: 1; letter-spacing: .01em; white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .08);
  pointer-events: none; user-select: none;
}
.section-head--champs { position: relative; z-index: 1; max-width: 720px; }
.section-head--champs h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.champ-rule {
  height: 4px; width: min(420px, 60%);
  background: var(--accent);
  margin-top: 30px;
  transform-origin: left center;
}

.champ-stage {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(10px, 1.6vw, 24px);
  align-items: start;
  margin-top: clamp(34px, 4vw, 56px);
}
.champ-stage > .champ--a { grid-column: 1 / span 5;  grid-row: 1 / span 2; aspect-ratio: 3 / 4; }
.champ-stage > .champ--b { grid-column: 6 / span 4;  grid-row: 1; aspect-ratio: 1 / 1;  margin-top: 42px; }
.champ-stage > .champ--c { grid-column: 10 / span 3; grid-row: 1; aspect-ratio: 3 / 4; }
.champ-stage > .champ--d { grid-column: 6 / span 3;  grid-row: 2; aspect-ratio: 1 / 1;  margin-top: -24px; }
.champ-stage > .champ--e { grid-column: 9 / span 3;  grid-row: 2; aspect-ratio: 1 / 1;  margin-top: 28px; }

.champ {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--primary-darker);
  border: 1px solid rgba(255, 255, 255, .12);
  /* transform intentionally NOT transitioned — GSAP scrub drives it inline */
  transition: border-color .28s var(--ease-out);
}
.champ::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0;
  background: var(--accent);
  transition: height .22s var(--ease-out);
}
.champ:hover { border-color: rgba(255, 255, 255, .34); }
.champ:hover::after { height: 5px; }
.champ img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  transition: transform .55s var(--ease-out);
}
.champ:hover img { transform: scale(1.045); }
.champ-info {
  position: absolute; inset: auto 0 0 0;
  padding: 52px 20px 20px;
  background: linear-gradient(to top, rgba(6, 24, 54, .96) 14%, rgba(6, 24, 54, 0) 100%);
  color: #fff;
}
.champ-info strong {
  display: block; font-family: var(--font-head); font-weight: 900; font-size: 1.04rem;
  letter-spacing: -0.02em;
}
.champ--a .champ-info { padding: 80px 24px 24px; }
.champ--a .champ-info strong { font-size: clamp(1.3rem, 1.8vw, 1.7rem); }
.champ-info span {
  display: inline-block;
  font-size: .72rem; color: var(--accent);
  text-transform: uppercase; letter-spacing: .1em; font-weight: 800;
  padding-bottom: 3px;
  background: linear-gradient(var(--accent), var(--accent)) left bottom / 0 2px no-repeat;
  transition: background-size .3s var(--ease-out);
}
.champ:hover .champ-info span { background-size: 100% 2px; }

.champ-foot {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
  margin-top: clamp(38px, 5vw, 60px);
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.champ-foot-note {
  margin: 0;
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(1.15rem, 1.9vw, 1.55rem);
  color: #fff; letter-spacing: -0.02em;
}

@media (max-width: 940px) {
  .champ-stage { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .champ-stage > .champ--a { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 4 / 3; }
  .champ-stage > .champ--b, .champ-stage > .champ--c,
  .champ-stage > .champ--d, .champ-stage > .champ--e {
    grid-column: auto; grid-row: auto; margin-top: 0; aspect-ratio: 1 / 1;
  }
  .champ-ghost { font-size: 26vw; opacity: .8; }
}

@media (prefers-reduced-motion: reduce) {
  .champ, .champ img, .champ-info span { transition: none; }
  .champ:hover img { transform: none; }
  .champ-rule { transform: none !important; }
}

/* --------------------------------------------------------------------------
   15. Testimonials — hairline quote grid, no floating cards
   -------------------------------------------------------------------------- */
.quote-lead {
  border-left: 5px solid var(--accent);
  padding-left: clamp(20px, 3vw, 34px);
  margin: 0 0 clamp(40px, 5vw, 60px);
}
.quote-lead p {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.22rem, 2.4vw, 1.85rem);
  line-height: 1.34; letter-spacing: -0.022em;
  color: var(--ink); margin: 0 0 22px;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-strong);
}
.quote {
  padding: 30px 30px 30px 0;
  border-bottom: 1px solid var(--line);
  margin: 0;
}
.quote p { font-size: .96rem; color: var(--muted-ink); margin: 0 0 20px; }
@media (min-width: 900px) {
  /* pinned to 3 so the :nth-child(3n+1) border reset stays correct
     however wide the container gets */
  .quote-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quote { border-left: 1px solid var(--line); padding-left: 30px; }
  .quote:nth-child(3n+1) { border-left: 0; padding-left: 0; }
}

.quote-who {
  display: block;
  font-family: var(--font-head); font-weight: 900;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink);
  padding-top: 14px; border-top: 3px solid var(--accent);
  max-width: max-content;
}
.quote-who span {
  display: block; font-size: .7rem; letter-spacing: .1em;
  color: var(--muted-ink); font-weight: 700; margin-top: 4px;
}

/* single featured quote block */
.quote-feature {
  border-top: 3px solid var(--accent);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
  margin: 0;
}
.quote-feature p {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.12rem, 2vw, 1.55rem); line-height: 1.4;
  letter-spacing: -0.018em; color: var(--ink); margin: 0 0 24px;
}

.rating-line {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  border-left: 5px solid var(--accent); padding-left: 18px;
}
.rating-line b {
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1;
  letter-spacing: -0.04em; color: var(--primary-deep);
}
.rating-line small {
  font-family: var(--font-head); font-weight: 800; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted-ink);
}

/* --------------------------------------------------------------------------
   16. Team — squared portraits
   -------------------------------------------------------------------------- */
.team-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 3px solid var(--line-strong);
  padding: 0 0 28px;
  transition: transform .22s var(--ease-out), border-top-color .22s var(--ease-out), box-shadow .22s var(--ease-out);
}
.team-card:hover { transform: translateY(-4px); border-top-color: var(--primary); box-shadow: var(--shadow-md); }
.team-portrait {
  width: 100%; aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--primary-tint);
  position: relative;
  margin-bottom: 24px;
}
.team-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.team-card > *:not(.team-portrait) { padding-inline: 26px; }
.team-card h3 { margin-bottom: 4px; }
.team-role {
  font-family: var(--font-head); font-weight: 900; font-size: .72rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--primary);
  display: block; margin-bottom: 14px;
}
.team-card p { color: var(--muted-ink); font-size: .95rem; }
.team-skills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.team-skills span {
  font-size: .77rem; font-weight: 700; color: var(--primary-deep);
  border: 1px solid var(--line-strong); border-radius: var(--r-lg); padding: 5px 12px;
}

.profile {
  display: grid; grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(26px, 4vw, 48px); align-items: start;
  border-top: 3px solid var(--ink);
  padding-top: clamp(26px, 3vw, 38px);
}
@media (max-width: 780px) { .profile { grid-template-columns: 1fr; } }
.profile-photo { overflow: hidden; background: var(--primary-tint); aspect-ratio: 3 / 4; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.profile h3 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); }

/* --------------------------------------------------------------------------
   17. Forms — squared
   -------------------------------------------------------------------------- */
.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 5px solid var(--primary);
  padding: clamp(26px, 3.2vw, 40px);
}
.field { margin-bottom: 18px; }
.field label {
  display: block; font-family: var(--font-head); font-weight: 800;
  font-size: .76rem; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 8px; color: var(--ink);
}
.field .req { color: #B03A2E; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem;
  color: var(--ink); background: var(--bg);
  border: 1.5px solid var(--line-strong); border-radius: var(--r-sm);
  padding: 14px 16px; min-height: 52px;
  transition: border-color .18s var(--ease-out), box-shadow .18s var(--ease-out);
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary);
  box-shadow: inset 0 -3px 0 var(--accent);
}
.field-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 0 18px; }
.form-note { font-size: .83rem; color: var(--muted-ink); margin-top: 14px; }
.form-status {
  display: none; margin-top: 16px; padding: 14px 18px;
  background: var(--primary-tint); border-left: 4px solid var(--primary);
  color: var(--primary-deep); font-weight: 600; font-size: .93rem;
}
.form-status.is-visible { display: block; }

/* --------------------------------------------------------------------------
   18. Contact info / map
   -------------------------------------------------------------------------- */
.info-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line);
  border-top: 3px solid var(--line-strong);
  padding: 24px;
  transition: transform .22s var(--ease-out), border-top-color .22s var(--ease-out);
}
.info-card:hover { transform: translateY(-3px); border-top-color: var(--primary); }
.info-card h3 { font-size: 1rem; margin-bottom: 6px; }
.info-card p, .info-card a { font-size: .95rem; color: var(--muted-ink); margin: 0; }
.info-card a:hover { color: var(--primary); }

.map-frame {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-top: 5px solid var(--primary);
  background: var(--primary-tint);
  line-height: 0;
}
.map-frame iframe { width: 100%; height: 450px; border: 0; display: block; }

.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th, .hours-table td {
  text-align: left; padding: 13px 0; font-size: .95rem;
  border-bottom: 1px solid var(--line);
}
.hours-table th { font-family: var(--font-head); font-weight: 800; }
.hours-table td { color: var(--muted-ink); text-align: right; }
.hours-table tr:first-child th, .hours-table tr:first-child td { border-top: 2px solid var(--ink); }
.hours-table .is-closed td { color: #B03A2E; font-weight: 700; }

/* --------------------------------------------------------------------------
   19. CTA band — squared, diagonal energy
   -------------------------------------------------------------------------- */
.cta-band { padding-block: clamp(56px, 6vw, 92px); }
.cta-box {
  position: relative; overflow: hidden;
  background: var(--primary-deep);
  border-left: 8px solid var(--accent);
  padding: clamp(34px, 4.6vw, 62px);
  color: #fff;
  display: grid; grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 32px; align-items: center;
}
.cta-box::after {
  content: ""; position: absolute; right: -60px; top: -40px;
  width: 240px; height: 180%;
  background: rgba(255, 255, 255, .05);
  transform: skewX(-14deg);
}
.cta-box > * { position: relative; z-index: 1; }
.cta-box h2 { color: #fff; margin-bottom: .3em; }
.cta-box p { color: #D6E6FA; margin-bottom: 0; max-width: 52ch; }
@media (max-width: 820px) { .cta-box { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   20. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: #B9C7DA;
  padding-block: clamp(48px, 5vw, 76px) 0;
  border-top: 6px solid var(--accent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 36px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }
.site-footer h4 {
  color: #fff; font-family: var(--font-head); font-weight: 900;
  font-size: .74rem; letter-spacing: .18em; text-transform: uppercase;
  margin-bottom: 20px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.site-footer p { font-size: .92rem; margin-bottom: .8em; }
.site-footer a { color: #B9C7DA; }
.site-footer a:hover { color: var(--accent); }
.footer-brand img { height: 46px; width: auto; margin-bottom: 20px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: .92rem; }
.footer-hours { width: 100%; border-collapse: collapse; font-size: .88rem; }
.footer-hours th, .footer-hours td { padding: 7px 0; text-align: left; font-weight: 400; color: #B9C7DA; }
.footer-hours td { text-align: right; }
.footer-hours .is-closed td { color: var(--accent); }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social a {
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .09);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; transition: background-color .18s var(--ease-out);
}
.footer-social a:hover { background: var(--primary); color: #fff; }
.footer-social svg { width: 19px; height: 19px; }
.footer-bottom {
  margin-top: 44px; border-top: 1px solid rgba(255, 255, 255, .12);
  padding-block: 22px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: .84rem;
}

/* --------------------------------------------------------------------------
   21. Floating WhatsApp — squared
   -------------------------------------------------------------------------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 300;
  width: 58px; height: 58px; border-radius: var(--r-md);
  background: #128C46; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(9, 70, 35, .42);
  transition: transform .2s var(--ease-out), background-color .2s var(--ease-out);
}
.wa-float:hover { transform: translateY(-3px); background: #0E7539; color: #fff; }
.wa-float svg { width: 30px; height: 30px; fill: currentColor; }
@media (max-width: 520px) { .wa-float { right: 16px; bottom: 16px; width: 54px; height: 54px; } }

/* --------------------------------------------------------------------------
   22. Motion
   -------------------------------------------------------------------------- */
[data-anim] { will-change: transform, opacity; }

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

/* --------------------------------------------------------------------------
   23. Utilities
   -------------------------------------------------------------------------- */
.mt-0 { margin-top: 0; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }
.mb-0 { margin-bottom: 0; }
.text-center { text-align: center; }
.stack-lg > * + * { margin-top: clamp(36px, 4vw, 56px); }
