/* ============================================================
   GUIDE PHYSIO : v2 "Performance Clinic"
   Type: Clash Display (display) / Switzer (body)
   Palette: ink / bone / steel / copper (from brand logo)
   Naming: Client-First inspired ({section}_{role}-{noun})
   Breakpoints: 1920 / 1440 / 1280 / 991 / 767 / 479
   ============================================================ */

/* ---------- Self-hosted fonts (Fontshare files, no CDN dependency) ---------- */
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/clash-display-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/clash-display-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/clash-display-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../assets/fonts/switzer-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../assets/fonts/switzer-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../assets/fonts/switzer-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

:root {
  --ink-950: #070C10;
  --ink-900: #0A1218;
  --ink-800: #0E1A22;
  --ink-700: #16262F;
  --bone-50: #F7F4ED;
  --bone-100: #F1EDE2;
  --bone-200: #E8E2D2;
  --white: #FFFFFF;

  --steel: #5B8FB5;
  --steel-light: #A3C2D8;
  --copper: #C68A5E;
  --copper-light: #E3B58E;
  --copper-deep: #A96F45;
  --signal: #B03A2E;
  --whatsapp: #1FA855;
  --star: #E8A33D;

  --text-dark: #131E26;
  --text-dark-muted: #5A6871;
  --text-light: #EFEBE3;
  --text-light-muted: #93A4AF;

  --line-dark: rgba(239, 235, 227, 0.12);
  --line-light: rgba(19, 30, 38, 0.14);

  --font-display: 'Clash Display', 'Space Grotesk', sans-serif;
  --font-body: 'Switzer', 'Inter', sans-serif;

  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6.5rem;
  --space-3xl: 9rem;

  --radius-sm: 0.625rem;
  --radius-md: 1.125rem;
  --radius-lg: 1.75rem;

  --strip-h: 2.1rem;
  --header-offset: 8rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background-color: var(--bone-50);
  line-height: 1.65;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, video, svg { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a {
  color: inherit;
  text-decoration: none;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out,
              background-color 250ms ease-in-out, opacity 250ms ease-in-out;
}
ul, ol { list-style: none; }
button { font-family: inherit; background: none; border: none; cursor: pointer; color: inherit; }
address { font-style: normal; }
[id] { scroll-margin-top: var(--header-offset); }

::selection { background: var(--copper); color: var(--ink-950); }
:focus-visible { outline: 2px solid var(--steel); outline-offset: 3px; border-radius: 4px; }

/* Film grain over everything (very low, blends both themes) */
body::after {
  content: "";
  position: fixed;
  inset: -50%;
  z-index: 990;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.028;
}

/* ---------- Layout utilities ---------- */
.padding-global { padding-left: 5%; padding-right: 5%; }
.container-large { width: 100%; max-width: 82rem; margin-left: auto; margin-right: auto; }
.container-small { width: 100%; max-width: 50rem; margin-left: auto; margin-right: auto; }

/* ---------- Typography ---------- */
.heading-display {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  max-width: 20ch;
}
.heading-display.is-smaller { font-size: clamp(2rem, 3.6vw, 3.25rem); }
.heading-h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 2.4vw, 2.125rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.index-label {
  display: inline-flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dark-muted);
  margin-bottom: var(--space-md);
}
.index-label span {
  font-family: var(--font-display);
  color: var(--copper);
  letter-spacing: 0.05em;
}
.index-label span::after { content: " /"; color: var(--line-light); }
.index-label.is-on-dark { color: var(--text-light-muted); }
.index-label.is-on-dark span { color: var(--copper-light); }

.section-head { position: relative; max-width: 52rem; margin-bottom: var(--space-xl); }
.section-head_sub {
  margin-top: var(--space-md);
  font-size: 1.125rem;
  color: var(--text-dark-muted);
  max-width: 38rem;
}
.section-head.is-row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-lg);
  flex-wrap: wrap;
}

/* Split-word reveal scaffolding (JS wraps words) */
.split-w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.split-w-inner { display: inline-block; will-change: transform; }
.js .is-split-ready .split-w-inner { transform: translateY(115%); }

/* ---------- Buttons ---------- */
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 1.05rem 1.9rem;
  border-radius: 100rem;
  background: var(--copper);
  color: var(--ink-950);
  overflow: hidden;
  isolation: isolate;
  transition: color 0.35s var(--ease-out);
}
.button::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: var(--bone-50);
  transform: translateY(101%);
  transition: transform 0.45s var(--ease-out);
}
.button:hover::after { transform: translateY(0); }
.button.is-large { padding: 1.25rem 2.4rem; font-size: 1.0625rem; }
.button.is-navbar { padding: 0.8rem 1.5rem; font-size: 0.9375rem; }
.button.is-whatsapp { background: var(--whatsapp); color: var(--white); width: 100%; }
.button.is-whatsapp:hover { color: var(--ink-950); }
.button.is-outline-light {
  background: transparent;
  color: var(--text-light);
  border: 1px solid rgba(239,235,227,0.35);
  width: 100%;
}
.button.is-outline-light::after { background: var(--text-light); }
.button.is-outline-light:hover { color: var(--ink-950); border-color: var(--text-light); }

/* ============================================================
   PRELOADER (animated brand mark)
   ============================================================ */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--bone-50);
  display: none;
  align-items: center;
  justify-content: center;
}
.js .preloader { display: flex; }
.preloader_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}
.preloader_logo { width: 110px; height: 110px; }
.js .preloader_logo { opacity: 0; }
.preloader_name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--text-dark);
  padding-left: 0.42em;
  opacity: 0;
}
.preloader_bar {
  width: 180px;
  height: 1px;
  background: var(--line-light);
  overflow: hidden;
}
.preloader_bar i {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
}

/* ============================================================
   CRISIS STRIP + NAVBAR
   ============================================================ */
.crisis-strip {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 120;
  height: var(--strip-h);
  background: var(--signal);
  display: flex;
  align-items: center;
  justify-content: center;
}
.crisis-strip_link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.crisis-strip_link strong { font-weight: 600; }
.crisis-strip_dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  animation: pulse-dot 1.8s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.7); }
}

.navbar {
  position: fixed;
  top: var(--strip-h);
  left: 0; right: 0;
  z-index: 110;
  padding: 1rem 0;
  transition: background-color 0.4s ease, padding 0.4s ease, transform 0.5s var(--ease-out), box-shadow 0.4s ease;
}
.navbar.is-scrolled {
  background: rgba(7, 12, 16, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0.65rem 0;
  box-shadow: 0 10px 40px -18px rgba(0,0,0,0.6);
}
.navbar.is-hidden { transform: translateY(calc(-100% - var(--strip-h))); }
.navbar_wrapper { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.navbar_brand { display: flex; align-items: center; gap: 0.75rem; }
.navbar_logo {
  width: 46px; height: 46px;
  background: var(--white);
  border-radius: 50%;
  padding: 4px;
}
.navbar_brand-text { display: flex; flex-direction: column; }
.navbar_brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.15;
}
.navbar_brand-tag {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-light-muted);
}
.navbar_menu { display: flex; align-items: center; gap: 2rem; }
.navbar_link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-light);
  position: relative;
  padding: 0.3rem 0;
}
.navbar_link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-out);
}
.navbar_link:hover::after { transform: scaleX(1); transform-origin: left; }
.navbar_right { display: flex; align-items: center; gap: 1rem; }
.navbar_toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px; height: 44px;
  align-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}
.navbar_toggle span {
  width: 18px; height: 2px;
  background: var(--text-light);
  border-radius: 2px;
  transition: transform 0.35s var(--ease-out);
}
.navbar_toggle.is-open span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.navbar_toggle.is-open span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

/* ---------- Full-screen nav overlay (opaque, sibling of header) ---------- */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 105;
  background: var(--ink-950);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
  overflow-y: auto;
}
.nav-overlay.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.nav-overlay_inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: calc(var(--strip-h) + 6.5rem) 7% 3rem;
}
.nav-overlay_menu { display: flex; flex-direction: column; gap: 0.4rem; }
.nav-overlay_link {
  display: flex;
  align-items: baseline;
  gap: 1.1rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 8vw, 3rem);
  color: var(--text-light);
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--line-dark);
  transform: translateY(28px);
  opacity: 0;
  transition: transform 0.6s var(--ease-out), opacity 0.6s ease;
}
.nav-overlay_link span {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: var(--copper);
}
.nav-overlay.is-open .nav-overlay_link { transform: translateY(0); opacity: 1; }
.nav-overlay.is-open .nav-overlay_link:nth-child(1) { transition-delay: 0.10s; }
.nav-overlay.is-open .nav-overlay_link:nth-child(2) { transition-delay: 0.16s; }
.nav-overlay.is-open .nav-overlay_link:nth-child(3) { transition-delay: 0.22s; }
.nav-overlay.is-open .nav-overlay_link:nth-child(4) { transition-delay: 0.28s; }
.nav-overlay.is-open .nav-overlay_link:nth-child(5) { transition-delay: 0.34s; }
.nav-overlay_cta {
  margin-top: 1.6rem;
  align-self: flex-start;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s var(--ease-out) 0.4s, opacity 0.6s ease 0.4s, color 0.35s var(--ease-out);
}
.nav-overlay.is-open .nav-overlay_cta { opacity: 1; transform: translateY(0); }
.nav-overlay_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
  color: var(--text-light-muted);
  font-size: 0.9rem;
  border-top: 1px solid var(--line-dark);
  padding-top: 1.4rem;
}
.nav-overlay_meta a { color: var(--text-light); border-bottom: 1px solid var(--line-dark); padding-bottom: 1px; }
.nav-overlay_meta a:hover { color: var(--copper-light); border-color: var(--copper-light); }

/* ============================================================
   S1. HERO : type-first split, framed media card
   ============================================================ */
.section_hero {
  position: relative;
  min-height: 100svh;
  background: var(--ink-950);
  color: var(--text-light);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: calc(var(--strip-h) + 7rem);
  padding-bottom: 4.5rem;
}
.hero_glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60rem 40rem at 12% 8%, rgba(91,143,181,0.14) 0%, transparent 60%),
    radial-gradient(ellipse 50rem 36rem at 92% 92%, rgba(198,138,94,0.1) 0%, transparent 60%);
}
.section_hero .padding-global { width: 100%; position: relative; }
.hero_layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
}
.hero_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--steel-light);
  margin-bottom: var(--space-lg);
}
.hero_eyebrow-pin {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 5px rgba(198,138,94,0.22);
}
.hero_heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(3.1rem, 6.4vw, 6.5rem);
  line-height: 0.99;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-lg);
}
.hero_line { display: block; overflow: hidden; padding-bottom: 0.07em; margin-bottom: -0.07em; }
.hero_line-inner { display: block; will-change: transform; }
.js .hero_line-inner { transform: translateY(112%); }
.hero_em { font-style: normal; color: var(--copper); }
.hero_subtext {
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  color: var(--text-light);
  max-width: 38rem;
  margin-bottom: 0.9rem;
}
.hero_audience {
  font-size: 0.9375rem;
  color: var(--text-light-muted);
  max-width: 36rem;
  margin-bottom: var(--space-lg);
}
.hero_cta-group {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-bottom: var(--space-md);
}
.hero_cta-channels { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9375rem; color: var(--text-light-muted); }
.hero_channel-link {
  color: var(--text-light);
  font-weight: 500;
  border-bottom: 1px solid rgba(239,235,227,0.3);
  padding-bottom: 2px;
}
.hero_channel-link:hover { color: var(--copper-light); border-color: var(--copper-light); }
.hero_channel-sep { font-size: 0.8rem; }
.hero_promise {
  font-size: 0.875rem;
  font-style: italic;
  color: var(--text-light-muted);
  max-width: 34rem;
  padding-left: 1rem;
  border-left: 2px solid var(--copper);
}

/* Framed media card with styled player (4:5 frame on portrait footage).
   Capped at the video's native pixel width (576px) so it never upscales. */
.hero_side {
  position: relative;
  width: 100%;
  max-width: 36rem;
  justify-self: end;
}
.hero_media-card {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ink-800);
  box-shadow: 0 40px 80px -48px rgba(0,0,0,0.8);
}
.hero_player { position: relative; }
.hero_video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.hero_media-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.85rem 1.2rem;
  border-top: 1px solid var(--line-dark);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light-muted);
}
.hero_media-loc { color: var(--steel-light); }

/* Player controls: hidden until hover/focus, always on for touch */
.player_bar {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.6rem 0.9rem 0.7rem;
  background: linear-gradient(180deg, transparent, rgba(7,12,16,0.9));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.35s var(--ease-out);
}
.hero_player:hover .player_bar,
.hero_player:focus-within .player_bar { opacity: 1; transform: none; }
@media (pointer: coarse) { .player_bar { opacity: 1; transform: none; } }
.player_btn {
  width: 2.1rem; height: 2.1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--text-light);
  background: rgba(239,235,227,0.14);
  flex-shrink: 0;
  transition: background-color 0.25s ease;
}
.player_btn:hover { background: rgba(239,235,227,0.3); }
.player_time {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--text-light-muted);
  min-width: 2.5rem;
  text-align: center;
}
.player_range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 100rem;
  background: linear-gradient(90deg, var(--copper) calc(var(--fill, 0) * 100%), rgba(239,235,227,0.28) 0);
  cursor: pointer;
  outline-offset: 4px;
}
.player_range.is-progress { flex: 1; min-width: 3rem; }
.player_range.is-volume { width: 3.4rem; flex-shrink: 0; }
.player_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: var(--bone-50);
  border: 3.5px solid var(--copper);
  transition: transform 0.2s ease;
}
.player_range::-webkit-slider-thumb:hover { transform: scale(1.15); }
.player_range::-moz-range-thumb {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--bone-50);
  border: 3px solid var(--copper);
}
.player_range::-moz-range-track { background: transparent; }

/* Rotating badge, overlapping the media card corner */
.hero_badge {
  position: absolute;
  top: -3.4rem;
  left: -3.4rem;
  width: 118px; height: 118px;
  display: grid;
  place-items: center;
  z-index: 1;
}
.hero_badge-ring {
  position: absolute;
  inset: 0;
  animation: badge-spin 22s linear infinite;
}
.hero_badge-ring text {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  fill: var(--text-light-muted);
}
@keyframes badge-spin { to { transform: rotate(360deg); } }
.hero_badge-logo {
  width: 54px; height: 54px;
  background: var(--white);
  border-radius: 50%;
  padding: 4px;
}

/* ============================================================
   MARQUEE (Splide auto-scroll)
   ============================================================ */
.marquee {
  background: var(--ink-900);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  padding: 1.05rem 0;
  overflow: hidden;
}
.marquee_item {
  display: inline-flex !important;
  align-items: center;
  gap: 2.6rem;
  padding-right: 2.6rem;
  width: auto;
}
.marquee_item span {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--text-light-muted);
  white-space: nowrap;
}
.marquee_item i {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--copper);
  flex-shrink: 0;
}

/* ============================================================
   S2. PROOF BAND
   ============================================================ */
.section_proof {
  background: var(--ink-900);
  color: var(--text-light);
  padding: var(--space-xl) 0 0;
}
.proof_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  padding-bottom: var(--space-xl);
}
.proof_item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-left: 1.4rem;
  border-left: 1px solid var(--line-dark);
  position: relative;
}
.proof_item::before {
  content: "";
  position: absolute;
  left: -1px; top: 0;
  width: 1px; height: 2.2rem;
  background: var(--copper);
}
.proof_number {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.6rem, 4vw, 3.9rem);
  line-height: 1;
  color: var(--white);
}
.proof_label { font-size: 0.9rem; color: var(--text-light-muted); max-width: 15rem; }

.proof_ecg { opacity: 0.75; }
.proof_ecg svg { width: 100%; height: 44px; }
.ecg_base { stroke: rgba(163,194,216,0.18); stroke-width: 1.5; }
.ecg_beat {
  stroke: var(--copper);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 110 1490;
  stroke-dashoffset: 0;
  animation: ecg-travel 5.5s linear infinite;
}
@keyframes ecg-travel { to { stroke-dashoffset: -1600; } }

/* ============================================================
   SECTION DECOS (spine, knee)
   ============================================================ */
.section-head.has-deco { padding-right: 13rem; }
.deco_spine, .deco_knee {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
}
.deco_spine svg { width: 7.5rem; height: auto; }
.deco_spine-path { stroke: var(--line-light); stroke-width: 1.5; }
.deco_spine-dots circle { fill: var(--steel); opacity: 0.5; animation: vertebra 3.2s ease-in-out infinite; }
.deco_spine-dots circle:nth-child(2) { animation-delay: 0.2s; }
.deco_spine-dots circle:nth-child(3) { animation-delay: 0.4s; }
.deco_spine-dots circle:nth-child(4) { animation-delay: 0.6s; }
.deco_spine-dots circle:nth-child(5) { animation-delay: 0.8s; }
.deco_spine-dots circle:nth-child(6) { animation-delay: 1.0s; }
.deco_spine-dots circle:nth-child(7) { animation-delay: 1.2s; }
.deco_spine-dots circle:nth-child(8) { animation-delay: 1.4s; }
@keyframes vertebra {
  0%, 100% { opacity: 0.35; }
  20% { opacity: 1; }
}
.deco_spine-pulse {
  fill: var(--signal);
  offset-path: path('M60,10 C72,58 48,100 60,152 C72,204 48,246 60,310');
  animation: spine-travel 3.2s ease-in-out infinite;
}
@keyframes spine-travel {
  0% { offset-distance: 0%; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

.deco_knee svg { width: 10.5rem; height: auto; }
.deco_knee-thigh { stroke: var(--text-dark); stroke-width: 3; stroke-linecap: round; }
.deco_knee-shin line { stroke: var(--text-dark); stroke-width: 3; stroke-linecap: round; }
.deco_knee-shin {
  transform-origin: 106px 122px;
  animation: knee-bend 4.2s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}
@keyframes knee-bend {
  0%, 12% { transform: rotate(0deg); }
  48%, 60% { transform: rotate(52deg); }
  96%, 100% { transform: rotate(0deg); }
}
.deco_knee-arc {
  stroke: var(--copper);
  stroke-width: 1.5;
  stroke-dasharray: 3 6;
  opacity: 0.8;
}
.deco_knee-hip { fill: var(--steel); }
.deco_knee-joint { fill: var(--copper); animation: joint-pulse 4.2s ease-in-out infinite; }
@keyframes joint-pulse {
  0%, 12%, 96%, 100% { r: 7; }
  48%, 60% { r: 9; }
}

/* ============================================================
   S3. PROBLEM
   ============================================================ */
.section_problem { background: var(--bone-50); padding: var(--space-3xl) 0; }
.problem_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
}
.problem_card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  padding: var(--space-lg) var(--space-lg) var(--space-lg);
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.problem_card:hover {
  border-color: rgba(198,138,94,0.55);
  box-shadow: 0 18px 44px -30px rgba(10,18,24,0.35);
}
.problem_card-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--copper);
  margin-bottom: 1.1rem;
}
.problem_card p {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.4;
  letter-spacing: -0.005em;
  max-width: 26rem;
}

.problem_fears {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
}
.fear_card {
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fear_card.is-athlete {
  background: var(--ink-900);
  color: var(--text-light);
}
.fear_card.is-desk {
  border: 1px solid var(--line-light);
  background: transparent;
}
.fear_card-lead { font-size: 0.9375rem; color: var(--text-dark-muted); max-width: 30rem; }
.fear_card.is-athlete .fear_card-lead { color: var(--text-light-muted); }
.fear_card-quote {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.3vw, 1.9rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-top: auto;
}
.fear_card.is-athlete .fear_card-quote { color: var(--copper-light); }
.fear_card.is-desk .fear_card-quote { color: var(--text-dark); }

.problem_reframe { margin-bottom: var(--space-2xl); }
.problem_reframe-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  border-top: 1px solid var(--line-light);
  padding-top: var(--space-lg);
}
.problem_reframe-grid .heading-h3 { max-width: 22ch; }
.problem_reframe-grid p { font-size: 1.0625rem; color: var(--text-dark-muted); max-width: 34rem; }
.problem_reframe-grid p em { color: var(--text-dark); font-weight: 600; font-style: normal; }
.problem_reframe .problem_statement {
  margin-top: var(--space-xl);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text-dark);
  max-width: 26ch;
}

.founder-quote {
  display: grid;
  grid-template-columns: minmax(16rem, 23rem) 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  background: var(--ink-900);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.founder-quote_media { min-height: 26rem; }
.founder-quote_media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.founder-quote_body {
  padding: var(--space-xl) var(--space-xl) var(--space-xl) 0;
  position: relative;
  align-self: center;
}
.founder-quote_mark {
  display: block;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.6;
  color: var(--copper);
  margin-bottom: 1.2rem;
}
.founder-quote_body blockquote p {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.3vw, 1.9rem);
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--text-light);
  margin-bottom: var(--space-md);
}
.founder-quote_body figcaption { display: flex; flex-direction: column; gap: 0.15rem; }
.founder-quote_body figcaption strong { color: var(--copper-light); font-size: 1.05rem; }
.founder-quote_body figcaption span { color: var(--text-light-muted); font-size: 0.875rem; }

/* ============================================================
   S4. SOLUTION + SERVICES
   ============================================================ */
.section_solution {
  background: var(--ink-950);
  color: var(--text-light);
  padding: var(--space-3xl) 0;
}
.solution_pillars {
  border-top: 1px solid var(--line-dark);
  margin-bottom: var(--space-2xl);
}
.solution_pillar {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: var(--space-lg);
  align-items: start;
  padding: var(--space-lg) 0;
  border-bottom: 1px solid var(--line-dark);
}
.solution_pillar-letter {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(198,138,94,0.75);
  transition: color 0.4s ease;
}
.solution_pillar:hover .solution_pillar-letter { color: var(--copper); }
.solution_pillar-body { max-width: 40rem; }
.solution_pillar-body h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  margin-bottom: 0.6rem;
}
.solution_pillar-body p { color: var(--text-light-muted); font-size: 1rem; }

.solution_services-head { margin-bottom: var(--space-lg); }
.services_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.service_card {
  display: block;
  position: relative;
  background: var(--ink-950);
  padding: var(--space-lg) var(--space-md) var(--space-lg);
  transition: background-color 0.4s ease;
}
.service_card:hover { background: var(--ink-800); }
.service_card h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
  color: var(--text-light);
}
.service_card p { font-size: 0.9rem; color: var(--text-light-muted); max-width: 24rem; }
.service_card.is-flagship {
  background: linear-gradient(140deg, rgba(198,138,94,0.2), rgba(91,143,181,0.08) 70%);
}
.service_card.is-flagship:hover { background: linear-gradient(140deg, rgba(198,138,94,0.3), rgba(91,143,181,0.12) 70%); }
.service_card-flag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-950);
  background: var(--copper);
  border-radius: 100rem;
  padding: 0.3rem 0.75rem;
  margin-bottom: 1rem;
}
.service_card-arrow {
  position: absolute;
  right: 1.4rem; top: 1.4rem;
  font-size: 1.3rem;
  color: var(--copper);
  transition: transform 0.35s var(--ease-out);
}
.service_card.is-flagship:hover .service_card-arrow { transform: translate(4px, -2px); }

/* ============================================================
   S5. PATHWAY : CSS sticky + scroll-fraction transform (no pin)
   .pathway_scroll gets its height from JS (viewport + track overflow);
   .pathway_sticky stays centered while the track translates.
   ============================================================ */
.section_pathway { background: var(--bone-50); padding: var(--space-3xl) 0 0; }
.section_pathway .section-head { margin-bottom: var(--space-lg); }
.pathway_scroll { position: relative; padding-bottom: var(--space-2xl); }
.pathway_sticky { position: sticky; top: 6rem; }
.pathway_viewport { overflow: clip; }
.pathway_progress { padding-bottom: var(--space-md); }
.pathway_progress-row {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.pathway_progress-count {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--text-dark-muted);
  min-width: 4.5rem;
}
.pathway_progress-bar {
  flex: 1;
  height: 1px;
  background: var(--line-light);
  overflow: hidden;
}
.pathway_progress-bar i {
  display: block;
  height: 100%;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
}
.pathway_track {
  display: flex;
  gap: var(--space-md);
  padding: 0.5rem 5%;
  width: max-content;
  will-change: transform;
}
.pathway_step {
  width: 25rem;
  flex-shrink: 0;
  background: var(--white);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 10px 34px -22px rgba(10,18,24,0.24);
}
.pathway_step-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.25px var(--copper);
  margin-bottom: 0.4rem;
}
.pathway_step h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: -0.005em;
}
.pathway_step p { font-size: 0.9375rem; color: var(--text-dark-muted); }
.pathway_step-why {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px dashed var(--line-light);
  font-style: italic;
  color: var(--steel) !important;
  font-weight: 500;
}
.pathway_outro { padding-bottom: var(--space-3xl); }
.pathway_note { font-size: 1.125rem; margin-bottom: var(--space-sm); }
.pathway_note.is-muted { color: var(--text-dark-muted); font-size: 1rem; }

/* ============================================================
   S6. BENEFITS
   ============================================================ */
.section_benefits { background: var(--bone-100); padding: var(--space-3xl) 0; }
.benefits_compare { display: flex; flex-direction: column; gap: 0.9rem; }
.benefits_compare-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-bottom: 0.3rem;
}
.benefits_col-label {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0 var(--space-md);
}
.benefits_col-label.is-without { color: var(--text-dark-muted); }
.benefits_col-label.is-with { color: var(--copper-deep); }
.benefits_pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.benefits_cell {
  border-radius: var(--radius-sm);
  padding: 1.2rem var(--space-md);
  font-size: 1rem;
}
.benefits_cell.is-without {
  background: transparent;
  border: 1px dashed rgba(19,30,38,0.28);
  color: var(--text-dark-muted);
}
.benefits_cell.is-with {
  background: var(--ink-900);
  color: var(--text-light);
  font-weight: 500;
}
.benefits_closer {
  margin-top: var(--space-xl);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  letter-spacing: -0.005em;
  max-width: 38rem;
}

/* ============================================================
   S7. DIFFERENTIATION
   ============================================================ */
.section_differentiation {
  background: var(--ink-900);
  color: var(--text-light);
  padding: var(--space-3xl) 0;
}
.diff_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--space-xl);
}
.diff_item {
  position: relative;
  background: var(--ink-900);
  padding: var(--space-lg);
  transition: background-color 0.4s ease;
}
.diff_item:hover { background: var(--ink-800); }
.diff_item-index {
  display: block;
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--copper);
  margin-bottom: 1rem;
}
.diff_item h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--text-light);
  margin-bottom: 0.6rem;
}
.diff_item p { font-size: 0.9375rem; color: var(--text-light-muted); max-width: 30rem; }
.diff_closer {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.15rem, 1.9vw, 1.55rem);
  max-width: 36rem;
}

/* ============================================================
   S8. REVIEWS + TEAM
   ============================================================ */
.section_reviews { background: var(--bone-50); padding: var(--space-3xl) 0; }
.section_reviews .section-head { margin-bottom: var(--space-lg); }
.reviews_rating {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1rem;
  color: var(--text-dark-muted);
  padding-bottom: 0.4rem;
}

.reviews_ticker {
  margin-bottom: var(--space-3xl);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.reviews_ticker { overflow: clip; }
.reviews_ticker .splide__track { cursor: grab; padding: 0.75rem 0 1.25rem; }
.reviews_ticker .splide__track:active { cursor: grabbing; }
.review_card {
  width: min(24rem, 84vw);
  background: var(--white);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  display: flex !important;
  flex-direction: column;
  gap: var(--space-md);
  box-shadow: 0 12px 34px -26px rgba(10,18,24,0.35);
}
.review_stars { color: var(--star); font-size: 0.9rem; letter-spacing: 0.2em; }
.review_card blockquote p { font-size: 0.9375rem; line-height: 1.65; color: var(--text-dark); }
.review_meta { display: flex; align-items: center; gap: 0.9rem; margin-top: auto; }
.review_avatar {
  width: 3rem; height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.review_avatar.is-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink-900);
  color: var(--copper-light);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
}
.review_meta div { display: flex; flex-direction: column; }
.review_meta strong { font-size: 0.9375rem; }
.review_meta span { font-size: 0.8125rem; color: var(--text-dark-muted); }

/* Team : intro row + natural-ratio filmstrip (no crops) */
.team_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding-top: var(--space-2xl);
  border-top: 1px solid var(--line-light);
  margin-bottom: var(--space-xl);
}
.team_intro-left .heading-display { margin-bottom: 0.5rem; }
.team_role {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper-deep);
}
.team_bio { color: var(--text-dark-muted); font-size: 1.0625rem; margin-bottom: var(--space-lg); }
.team_others { margin-bottom: var(--space-lg); }
.team_others-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dark-muted);
  margin-bottom: 0.7rem;
}
.team_others ul { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.team_others li {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.9375rem;
  background: var(--white);
  border: 1px solid var(--line-light);
  border-radius: 100rem;
  padding: 0.5rem 1.15rem;
}
.team_insta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-dark);
  border-bottom: 1px solid var(--line-light);
  padding-bottom: 3px;
}
.team_insta:hover { color: var(--copper-deep); border-color: var(--copper-deep); }

.team_strip {
  overflow: clip;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.team_strip .splide__track { cursor: grab; }
.team_strip .splide__track:active { cursor: grabbing; }
.team_strip .splide__slide { width: auto; }
.team_frame img,
.team_frame video {
  height: clamp(20rem, 32vw, 27rem);
  width: auto;
  border-radius: var(--radius-md);
  user-select: none;
  -webkit-user-drag: none;
}
.team_frame video { aspect-ratio: 9 / 16; object-fit: cover; background: var(--ink-800); }
.team_frame figcaption {
  margin-top: 0.65rem;
  font-size: 0.8125rem;
  color: var(--text-dark-muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.team_frame figcaption::before {
  content: "";
  width: 1.1rem;
  height: 1px;
  background: var(--copper);
}

/* ============================================================
   S9. OFFER (#book)
   ============================================================ */
.section_offer {
  background: var(--ink-950);
  color: var(--text-light);
  padding: var(--space-3xl) 0;
  position: relative;
  overflow: hidden;
}
.section_offer::before {
  content: "";
  position: absolute;
  top: -22%; right: -12%;
  width: 46rem; height: 46rem;
  background: radial-gradient(circle, rgba(91,143,181,0.16) 0%, transparent 62%);
  pointer-events: none;
}
.offer_wrapper {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
  position: relative;
}
.offer_intro { font-size: 1.125rem; color: var(--text-light-muted); margin-top: var(--space-sm); margin-bottom: var(--space-lg); }
.offer_agenda { border-top: 1px solid var(--line-dark); margin-bottom: var(--space-xl); }
.offer_agenda li {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 1.4rem;
  align-items: baseline;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line-dark);
}
.offer_agenda-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: var(--copper);
}
.offer_agenda p { font-size: 1.05rem; max-width: 36rem; }
.offer_promise {
  border-left: 2px solid var(--copper);
  padding-left: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 38rem;
}
.offer_promise p { font-size: 1rem; color: var(--text-light-muted); }
.offer_promise p strong { color: var(--text-light); }
.offer_promise p em { color: var(--copper-light); }

.offer_card {
  background: var(--ink-800);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  position: sticky;
  top: 9rem;
}
.offer_card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: var(--space-md);
}
.offer_fit-list { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: var(--space-lg); }
.offer_fit-list li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 0.9375rem;
  color: var(--text-light-muted);
}
.offer_fit-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--copper);
}
.offer_cta-stack { display: flex; flex-direction: column; gap: 0.8rem; }
.offer_card-note {
  margin-top: var(--space-sm);
  text-align: center;
  font-size: 0.8125rem;
  color: var(--text-light-muted);
}

/* ============================================================
   S10. FAQ
   ============================================================ */
.section_faq { background: var(--bone-50); padding: var(--space-3xl) 0; }
.faq_list { display: flex; flex-direction: column; gap: 0.9rem; }
.faq_item {
  background: var(--white);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.faq_item:hover { border-color: rgba(198,138,94,0.55); }
.faq_item.is-open {
  border-color: rgba(198,138,94,0.7);
  box-shadow: 0 14px 34px -26px rgba(10,18,24,0.3);
}
.faq_q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem var(--space-md);
  text-align: left;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
}
.faq_icon {
  position: relative;
  width: 2.4rem; height: 2.4rem;
  flex-shrink: 0;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.faq_icon::before, .faq_icon::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  background: var(--copper-deep);
  border-radius: 2px;
  transition: transform 0.4s var(--ease-out), background-color 0.35s;
}
.faq_icon::before { width: 0.9rem; height: 2px; transform: translate(-50%, -50%); }
.faq_icon::after { width: 2px; height: 0.9rem; transform: translate(-50%, -50%); }
.faq_item.is-open .faq_icon { background: var(--copper); border-color: var(--copper); }
.faq_item.is-open .faq_icon::before { background: var(--ink-950); }
.faq_item.is-open .faq_icon::after { transform: translate(-50%, -50%) scaleY(0); background: var(--ink-950); }
.js .faq_a { height: 0; overflow: hidden; }
.faq_a-inner { padding: 0 var(--space-md) 1.5rem; }
.faq_a-inner p { font-size: 0.9375rem; color: var(--text-dark-muted); max-width: 42rem; }

/* ============================================================
   S11. CLOSE + CONTACT
   ============================================================ */
.section_close { background: var(--bone-100); padding: var(--space-3xl) 0; }
.close_doors {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto var(--space-2xl);
  max-width: 56rem;
}
.close_mark {
  background: var(--white);
  border-radius: 50%;
  padding: 5px;
  margin-bottom: var(--space-md);
  box-shadow: 0 10px 26px -16px rgba(10,18,24,0.4);
}
.close_doors .heading-display { max-width: 16ch; margin: 0 auto var(--space-sm); }
.close_sub {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--text-dark-muted);
  margin-bottom: var(--space-lg);
}
.close_cta { margin-bottom: var(--space-2xl); }
.close_notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  text-align: left;
  border-top: 1px solid var(--line-light);
  padding-top: var(--space-lg);
}
.close_notes p { font-size: 0.9375rem; color: var(--text-dark-muted); }

.close_booking {
  background: var(--ink-950);
  color: var(--text-light);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4.5vw, 4rem);
}
.close_booking .heading-h3 { margin-bottom: var(--space-lg); }
.close_booking-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
  margin-bottom: var(--space-lg);
}
.contact_card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: var(--ink-800);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  transition: border-color 0.35s ease, transform 0.35s var(--ease-out);
}
.contact_card:hover { border-color: rgba(198,138,94,0.55); transform: translateY(-4px); }
.contact_card-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper-light);
}
.contact_card-value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  word-break: break-word;
}
.contact_card-hint { font-size: 0.8125rem; color: var(--text-light-muted); }
.close_meta {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2xl);
  flex-wrap: wrap;
}
.close_meta-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-light-muted);
  margin-bottom: 0.6rem;
}
.close_branches ul { display: flex; gap: 0.55rem; flex-wrap: wrap; }
.close_branches li {
  border: 1px solid var(--line-dark);
  border-radius: 100rem;
  padding: 0.4rem 1.05rem;
  font-size: 0.875rem;
}
.close_email a {
  font-family: var(--font-display);
  font-weight: 500;
  border-bottom: 1px solid var(--line-dark);
  padding-bottom: 2px;
}
.close_email a:hover { color: var(--copper-light); border-color: var(--copper-light); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink-950);
  color: var(--text-light-muted);
  padding: var(--space-2xl) 0 var(--space-lg);
  border-top: 1px solid var(--line-dark);
}
.footer_top {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1.2fr;
  gap: var(--space-xl);
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid var(--line-dark);
}
.footer_brand img {
  background: var(--white);
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 0.9rem;
}
.footer_brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--text-light);
}
.footer_brand-tag {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer_col-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper-light);
  margin-bottom: 1.1rem;
}
.footer_nav, .footer_contact { display: flex; flex-direction: column; gap: 0.6rem; }
.footer_nav a, .footer_contact a {
  font-size: 0.9375rem;
  color: var(--text-light-muted);
  width: fit-content;
  transition: color 0.25s;
}
.footer_nav a:hover, .footer_contact a:hover { color: var(--copper-light); }
.footer_info { font-size: 0.9375rem; display: flex; flex-direction: column; gap: 0.6rem; }
.footer_bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: var(--space-md);
  font-size: 0.8125rem;
}
.footer_line { font-family: var(--font-display); font-weight: 500; color: var(--copper-light); }

/* ============================================================
   MOBILE DOCK + WHATSAPP FLOAT + CURSOR
   ============================================================ */
.mobile-dock {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(7,12,16,0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line-dark);
  padding: 0.6rem 5% calc(0.6rem + env(safe-area-inset-bottom));
  gap: 0.6rem;
}
.mobile-dock_button {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.9rem 1rem;
  border-radius: 100rem;
}
.mobile-dock_button.is-call { background: var(--copper); color: var(--ink-950); }
.mobile-dock_button.is-whatsapp { background: var(--whatsapp); color: var(--white); }

.whatsapp-float {
  position: fixed;
  right: 1.5rem; bottom: 1.5rem;
  z-index: 100;
  width: 3.5rem; height: 3.5rem;
  border-radius: 50%;
  background: var(--whatsapp);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px -10px rgba(31,168,85,0.55);
  transition: transform 0.35s var(--ease-out);
}
.whatsapp-float:hover { transform: scale(1.08) translateY(-2px); }

/* ============================================================
   REVEAL BASE STATES (JS animates; safe without JS)
   ============================================================ */
.js [data-reveal] { opacity: 0; transform: translateY(34px); }
.js [data-group] > * { opacity: 0; transform: translateY(30px); }
.js [data-hero-fade] { opacity: 0; transform: translateY(24px); }
.js [data-img-reveal] { clip-path: inset(0 0 100% 0); }
.js [data-img-reveal] img { transform: scale(1.22); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal], .js [data-group] > *, .js [data-hero-fade] { opacity: 1; transform: none; }
  .js [data-img-reveal] { clip-path: none; }
  .js [data-img-reveal] img { transform: none; }
  .js .hero_line-inner, .js .is-split-ready .split-w-inner { transform: none; }
  .js .preloader_logo { opacity: 1; }
  .js .preloader { display: none; }
  .hero_badge-ring, .crisis-strip_dot, .ecg_beat, .deco_spine-dots circle,
  .deco_spine-pulse, .deco_knee-shin, .deco_knee-joint { animation: none !important; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ============================================================
   DESKTOP BASE DENSITY : visually equivalent to 80% browser zoom.
   Uses root font-size (layout-level, all rem-based sizing shrinks
   uniformly) rather than the non-standard CSS `zoom` property.
   `zoom` was tried first and reverted: it makes getBoundingClientRect
   disagree with scrollWidth, which broke Splide's AutoScroll math.
   font-size scaling keeps every measurement API consistent because
   the layout itself is genuinely smaller, not visually rescaled
   after the fact. Scoped to desktop; does not touch the browser's
   own zoom control (no web API can do that) or tablet/mobile.
   ============================================================ */
@media (min-width: 992px) {
  html { font-size: 80%; }
}

/* ============================================================
   BREAKPOINTS (handbook ladder)
   ============================================================ */

/* 1920+ */
@media (min-width: 1920px) {
  .container-large { max-width: 96rem; }
  body { font-size: 1.0625rem; }
}

/* 1440 */
@media (max-width: 1440px) {
  .hero_layout { grid-template-columns: 1.08fr 0.92fr; }
}

/* 1280 */
@media (max-width: 1280px) {
  .team_intro { gap: var(--space-lg); }
  .offer_wrapper { gap: var(--space-xl); }
  .section-head.has-deco { padding-right: 11rem; }
  .hero_badge { top: -2.6rem; left: -2.6rem; width: 104px; height: 104px; }
}

/* 991 : tablet */
@media (max-width: 991px) {
  :root { --header-offset: 7rem; --space-3xl: 6.5rem; --space-2xl: 4.5rem; }

  .navbar_menu { display: none; }
  .navbar_right .button.is-navbar { display: none; }
  .navbar_toggle { display: flex; }

  .section_hero { min-height: auto; padding-top: calc(var(--strip-h) + 7rem); padding-bottom: 3.5rem; }
  .hero_layout { grid-template-columns: 1fr; gap: var(--space-xl); align-items: start; }
  .hero_side { max-width: 30rem; justify-self: start; }
  .hero_badge { display: none; }

  .proof_grid { grid-template-columns: 1fr 1fr; gap: var(--space-md); }

  .section-head.has-deco { padding-right: 0; }
  .deco_spine, .deco_knee { display: none; }

  .problem_reframe-grid { grid-template-columns: 1fr; gap: var(--space-md); }
  .problem_reframe .problem_statement { margin-top: var(--space-lg); }

  .founder-quote { grid-template-columns: 1fr; }
  .founder-quote_media { min-height: 20rem; max-height: 26rem; }
  .founder-quote_body { padding: var(--space-lg); }

  .solution_pillar { grid-template-columns: 4.5rem 1fr; gap: var(--space-md); }
  .services_grid { grid-template-columns: 1fr 1fr; }

  /* Pathway: vertical timeline (scroll-fraction module inactive below 992) */
  .pathway_progress { display: none; }
  .pathway_scroll { height: auto !important; }
  .pathway_sticky { position: static; }
  .pathway_viewport { overflow: visible; }
  .pathway_track { transform: none !important; }
  .team_intro { grid-template-columns: 1fr; gap: var(--space-lg); margin-bottom: var(--space-lg); }
  .pathway_track {
    flex-direction: column;
    width: 100%;
    padding: 0 5% 0 calc(5% + 1.6rem);
    gap: var(--space-lg);
    position: relative;
  }
  .pathway_track::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 0.5rem; bottom: 0.5rem;
    width: 1px;
    background: var(--line-light);
  }
  .pathway_step { width: 100%; max-width: 36rem; position: relative; }
  .pathway_step::before {
    content: "";
    position: absolute;
    left: -1.65rem;
    top: 2.2rem;
    width: 9px; height: 9px;
    border-radius: 50%;
    background: var(--copper);
  }

  .diff_list { grid-template-columns: 1fr; }

  .offer_wrapper { grid-template-columns: 1fr; }
  .offer_card { position: static; }

  .close_booking-grid { grid-template-columns: 1fr 1fr; }
  .footer_top { grid-template-columns: 1fr 1fr; gap: var(--space-lg); }
}

/* 767 : mobile landscape */
@media (max-width: 767px) {
  :root { --space-3xl: 5.5rem; }

  .navbar_brand-tag { display: none; }

  .hero_heading { font-size: clamp(2.7rem, 11vw, 4.4rem); }
  .hero_cta-group { flex-direction: column; align-items: flex-start; gap: 1.1rem; }
  .hero_side { max-width: none; }

  .close_notes { grid-template-columns: 1fr; gap: var(--space-md); }

  .services_grid { grid-template-columns: 1fr; }

  .problem_grid { grid-template-columns: 1fr; gap: var(--space-sm); }
  .problem_fears { grid-template-columns: 1fr; gap: var(--space-sm); }

  /* Benefits: stacked labeled pairs (tables never survive to mobile) */
  .benefits_compare-head { display: none; }
  .benefits_pair {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: var(--radius-sm);
    overflow: hidden;
    margin-bottom: 0.9rem;
  }
  .benefits_cell { border-radius: 0; }
  .benefits_cell.is-without { border: 1px dashed rgba(19,30,38,0.28); border-bottom: none; }
  .benefits_cell.is-without p::before {
    content: "The relief route";
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted);
    margin-bottom: 0.35rem;
  }
  .benefits_cell.is-with p::before {
    content: "Root-cause rehabilitation";
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--copper-light);
    margin-bottom: 0.35rem;
  }

  .close_booking-grid { grid-template-columns: 1fr; }

  .mobile-dock { display: flex; }
  .whatsapp-float { display: none; }
  body { padding-bottom: 4.6rem; }
  .footer { padding-bottom: var(--space-xl); }
}

/* 479 : mobile portrait (fluid down to 330px) */
@media (max-width: 479px) {
  :root { --strip-h: 1.9rem; --space-3xl: 5rem; --space-2xl: 3.75rem; --space-xl: 3rem; }

  /* Fluid root: everything rem-based scales smoothly from 375px down to 330px */
  html { font-size: clamp(13px, 4.3vw, 16px); }

  .hero_media-loc { display: none; }
  .player_range.is-volume { display: none; }

  .crisis-strip_link { font-size: 0.71rem; padding: 0 0.75rem; }
  .navbar_brand-name { font-size: 1rem; }
  .navbar_logo { width: 40px; height: 40px; padding: 3px; }

  .hero_heading { font-size: clamp(2.4rem, 12.5vw, 3.2rem); }
  .hero_subtext { font-size: 1rem; }
  .team_frame img, .team_frame video { height: 18rem; }
  .marquee_item span { font-size: 0.78rem; }
  .marquee_item { gap: 1.8rem; padding-right: 1.8rem; }

  .proof_grid { grid-template-columns: 1fr; }

  .problem_card { padding: var(--space-md); }
  .problem_card p { font-size: 1.05rem; }
  .problem_card-num { font-size: 2.1rem; margin-bottom: 0.8rem; }
  .fear_card { padding: var(--space-md); }
  .founder-quote_body { padding: var(--space-md); }
  .founder-quote_mark { font-size: 3.5rem; }

  .solution_pillar { grid-template-columns: 1fr; gap: 0.8rem; }
  .solution_pillar-letter { font-size: 2.6rem; }

  .pathway_step { padding: var(--space-md); }
  .review_card { padding: var(--space-md); }

  .offer_agenda li { grid-template-columns: 2.4rem 1fr; gap: 0.9rem; }
  .offer_card { padding: var(--space-md); }

  .faq_q { font-size: 0.9375rem; padding: 1.15rem 1.1rem; }
  .faq_a-inner { padding: 0 1.1rem 1.25rem; }
  .faq_icon { width: 2rem; height: 2rem; }

  .footer_top { grid-template-columns: 1fr; }
  .nav-overlay_inner { padding: calc(var(--strip-h) + 5.5rem) 6% 2.5rem; }
}
