/*
Theme Name: H2O 2026
Theme URI: https://h2oteam.ro
Description: Custom marketing theme for H2O Team Mureș — Direction A "Apă & lumină". Plain PHP + CSS, no build step.
Version: 1.0.0
Author: H2O Team
Text Domain: h2o-2026
*/

/* ==========================================================================
   1. RESET
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
img, video { display: block; max-width: 100%; }
a { -webkit-tap-highlight-color: transparent; }
input, select, textarea, button { font-family: inherit; }
ul, ol { list-style: none; }

/* ==========================================================================
   2. DESIGN TOKENS — CSS CUSTOM PROPERTIES
   ========================================================================== */
:root {
  --ink:       #0c1f33;
  --ink-70:    rgba(12,31,51,.70);
  --ink-50:    rgba(12,31,51,.50);
  --ink-20:    rgba(12,31,51,.20);
  --ink-08:    rgba(12,31,51,.08);
  --ink-04:    rgba(12,31,51,.04);
  --paper:     #fbfaf7;
  --paper-warm:#f3ede1;
  --paper-cool:#eef5f8;
  --cyan:      #00b4d8;
  --cyan-deep: #0077b6;
  --navy:      #03045e;
  --sun:       #ffd166;
  --coral:     #ef6c5a;
  --green:     #1aaa72;

  --f-display: 'Fraunces', 'Times New Roman', serif;
  --f-body:    'Inter', system-ui, -apple-system, sans-serif;
  --f-mono:    'DM Mono', ui-monospace, monospace;

  --section-pad: 100px 32px;
  --max-w: 1280px;
  --radius-card: 24px;
  --radius-pill: 999px;
  --radius-chip: 14px;
}

/* ==========================================================================
   3. BASE
   ========================================================================== */
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
a:hover { opacity: .85; }
button:hover { opacity: .92; }

/* ==========================================================================
   4. TYPOGRAPHY ATOMS
   ========================================================================== */
.kicker {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--cyan-deep);
  line-height: 1;
}
.kicker--light  { color: rgba(251,250,247,.85); }
.kicker--muted  { color: var(--ink-70); }
.kicker--cyan   { color: var(--cyan); }
.kicker--50     { color: var(--ink-50); }

.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow__line { height: 1px; width: 40px; background: var(--ink-20); flex-shrink: 0; }
.eyebrow .kicker { color: var(--ink-70); }
.eyebrow--light .eyebrow__line { background: rgba(255,255,255,.5); }
.eyebrow--light .kicker { color: rgba(255,255,255,.85); }

/* ==========================================================================
   5. LAYOUT UTILITIES
   ========================================================================== */
.h2o-section { padding: var(--section-pad); }
.h2o-section--dense { padding: 80px 32px; }
.h2o-section--warm  { background: var(--paper-warm); }
.h2o-section--dark  { background: var(--ink); color: var(--paper); }
.h2o-section--paper { background: var(--paper); }
.h2o-container { max-width: var(--max-w); margin: 0 auto; }

/* ==========================================================================
   6. BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: var(--radius-pill); font-family: var(--f-body); font-weight: 600;
  cursor: pointer; white-space: nowrap; text-decoration: none; border: none;
  transition: opacity .15s;
}
.btn--md  { padding: 12px 20px; font-size: 13px; }
.btn--lg  { padding: 14px 24px; font-size: 14px; }
.btn--sm  { padding: 8px 14px;  font-size: 12px; }
.btn--primary { background: var(--ink);    color: var(--paper); }
.btn--paper   { background: var(--paper);  color: var(--ink);   }
.btn--ghost   { background: transparent;   color: var(--ink);   border: 1.5px solid var(--ink-20); }
.btn--cyan    { background: var(--cyan-deep); color: #fff; }
.btn--outline-white { background: rgba(255,255,255,.06); color: #fff; border: 1.5px solid rgba(255,255,255,.5); backdrop-filter: blur(8px); }

/* ==========================================================================
   7. NAV
   ========================================================================== */
.h2o-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,250,247,.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ink-08);
  transition: box-shadow .2s;
}
.h2o-nav--scrolled { box-shadow: 0 1px 20px rgba(12,31,51,.08); }
.h2o-nav__inner {
  max-width: var(--max-w); margin: 0 auto;
  padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.h2o-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.h2o-logo__mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-deep));
  display: grid; place-items: center; color: #fff;
  font-family: var(--f-display); font-weight: 800; font-size: 18px; font-style: italic; letter-spacing: -1px;
  flex-shrink: 0;
}
.h2o-logo__mark sup { font-size: 10px; margin-left: 1px; position: relative; top: -3px; }
.h2o-logo__text {
  font-family: var(--f-display); font-size: 20px; font-weight: 700; letter-spacing: -.3px; color: var(--ink);
}
.h2o-nav__links { display: flex; gap: 22px; align-items: center; }
.h2o-nav__item { position: relative; }
.h2o-nav__link {
  font-size: 14px; font-weight: 500; letter-spacing: .1px; color: var(--ink);
  position: relative; padding-bottom: 2px;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
  display: inline-flex; align-items: center; gap: 4px;
  text-decoration: none; cursor: pointer;
}
.h2o-nav__link.active,
.h2o-nav__link[aria-current="page"] { color: var(--cyan-deep); border-bottom-color: var(--cyan); }
.h2o-nav__caret { font-size: 10px; opacity: .7; transition: transform .15s; }
.h2o-nav__item--has-dropdown:hover .h2o-nav__caret,
.h2o-nav__item--has-dropdown:focus-within .h2o-nav__caret { transform: rotate(180deg); }

/* Dropdown panel */
.h2o-nav__dropdown {
  position: absolute; top: calc(100% + 8px); left: -8px;
  background: var(--paper);
  border: 1px solid var(--ink-08);
  border-radius: 14px;
  padding: 6px;
  min-width: 200px;
  box-shadow: 0 12px 32px rgba(12,31,51,.10);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .15s, transform .15s, visibility .15s;
  z-index: 10;
}
.h2o-nav__item--has-dropdown:hover .h2o-nav__dropdown,
.h2o-nav__item--has-dropdown:focus-within .h2o-nav__dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.h2o-nav__dropdown a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  transition: background .12s;
  border-bottom: none;
}
.h2o-nav__dropdown a:hover { background: var(--ink-04); }

/* Mobile drawer sub-item indent */
.h2o-nav__drawer-sub {
  padding-left: 16px !important;
  font-size: 14px !important;
  color: var(--ink-70) !important;
}
.h2o-nav__right { display: flex; align-items: center; gap: 12px; }
.h2o-portal-link { font-size: 13px; font-weight: 500; color: var(--cyan-deep); white-space: nowrap; }
.h2o-portal-link--trainer { color: var(--ink-70); }
.h2o-portal-link--trainer:hover { color: var(--cyan-deep); }

/* ==========================================================================
   GENERIC PAGE CONTENT (page.php — for Galerie, Departamente, Polo, etc.)
   Lightly styles WordPress / Elementor output to match the theme.
   ========================================================================== */
.h2o-page-content {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-70);
  max-width: 1280px;
}
.h2o-page-content h1,
.h2o-page-content h2,
.h2o-page-content h3,
.h2o-page-content h4,
.h2o-page-content h5,
.h2o-page-content h6 {
  font-family: var(--f-display);
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 40px 0 16px;
}
.h2o-page-content h1 { font-size: clamp(40px, 5vw, 64px); letter-spacing: -2px; }
.h2o-page-content h2 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -1.5px; }
.h2o-page-content h3 { font-size: clamp(24px, 3vw, 32px); letter-spacing: -1px; }
.h2o-page-content h4 { font-size: 22px; }
.h2o-page-content p { margin: 0 0 18px; }
.h2o-page-content a { color: var(--cyan-deep); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; }
.h2o-page-content a:hover { color: var(--cyan); }
.h2o-page-content ul,
.h2o-page-content ol { margin: 0 0 18px 22px; }
.h2o-page-content ul { list-style: disc; }
.h2o-page-content ol { list-style: decimal; }
.h2o-page-content li { margin-bottom: 6px; }
.h2o-page-content blockquote {
  margin: 24px 0; padding: 18px 24px;
  border-left: 3px solid var(--cyan);
  background: var(--paper-warm);
  border-radius: 0 14px 14px 0;
  font-family: var(--f-display);
  font-size: 18px;
  color: var(--ink);
}
.h2o-page-content img { border-radius: 14px; margin: 20px 0; max-width: 100%; height: auto; }
.h2o-page-content figure { margin: 24px 0; }
.h2o-page-content figure img { margin: 0; }
.h2o-page-content figcaption { font-family: var(--f-mono); font-size: 11px; color: var(--ink-50); text-transform: uppercase; letter-spacing: 1px; margin-top: 8px; }
.h2o-page-content hr { border: none; border-top: 1px solid var(--ink-08); margin: 40px 0; }
.h2o-page-content table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.h2o-page-content th,
.h2o-page-content td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--ink-08); }
.h2o-page-content th { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-50); }
/* WP gallery */
.h2o-page-content .wp-block-gallery,
.h2o-page-content .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.h2o-page-content .wp-block-gallery img,
.h2o-page-content .gallery img { margin: 0; aspect-ratio: 4/3; object-fit: cover; }
/* WP buttons */
.h2o-page-content .wp-block-button__link {
  display: inline-flex; align-items: center; padding: 12px 20px;
  border-radius: 999px; background: var(--ink); color: var(--paper);
  font-weight: 600; font-size: 14px; text-decoration: none;
}

/* Lang switcher */
.lang-switcher {
  display: inline-flex; align-items: center; gap: 2px;
  padding: 3px; border-radius: var(--radius-pill);
  background: var(--ink-04); border: 1px solid var(--ink-08);
}
.lang-switcher button {
  padding: 5px 10px; border-radius: var(--radius-pill); border: none;
  background: transparent; color: var(--ink-70);
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 1px; font-weight: 600;
  text-transform: uppercase; cursor: pointer; transition: background .15s, color .15s;
}
.lang-switcher button.active,
.lang-switcher button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }

/* Hamburger */
.h2o-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 6px; cursor: pointer;
}
.h2o-hamburger span {
  display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.h2o-nav-open .h2o-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.h2o-nav-open .h2o-hamburger span:nth-child(2) { opacity: 0; }
.h2o-nav-open .h2o-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.h2o-nav__drawer {
  display: none; flex-direction: column; gap: 0;
  background: var(--paper); border-top: 1px solid var(--ink-08);
  padding: 16px 32px 24px;
}
.h2o-nav__drawer a {
  display: block; padding: 12px 0; font-size: 16px; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--ink-08);
}
.h2o-nav__drawer .lang-switcher { margin-top: 16px; }
.h2o-nav__drawer .btn { margin-top: 12px; width: 100%; justify-content: center; }

/* ==========================================================================
   8. HERO
   ========================================================================== */
.hero {
  position: relative; height: 92vh; min-height: 640px; max-height: 900px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-deep) 55%, var(--navy) 100%);
}
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.caustics-svg {
  position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none;
}
.hero__overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 32px 56px;
}
.hero__content { max-width: var(--max-w); margin: 0 auto; width: 100%; }
.hero__kicker-row { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.hero__kicker-line { height: 1px; width: 40px; background: rgba(255,255,255,.5); }
.hero__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: end; }
.hero__h1 {
  font-family: var(--f-display);
  font-size: clamp(72px, 8vw, 110px);
  line-height: .95; font-weight: 500;
  letter-spacing: -3.5px; color: #fff;
  text-shadow: 0 2px 30px rgba(0,0,0,.25);
}
.hero__h1 em { font-style: italic; font-weight: 400; color: var(--sun); opacity: .95; }
.hero__sub {
  font-family: var(--f-body); font-size: 16px; line-height: 1.6;
  color: rgba(255,255,255,.92); margin-bottom: 24px; max-width: 380px;
  text-shadow: 0 1px 12px rgba(0,0,0,.2);
}
.hero__ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__capsule {
  position: absolute; bottom: 32px; right: 32px;
  padding: 14px 18px; border-radius: 14px;
  background: rgba(255,255,255,.12); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.18); color: #fff;
  display: flex; align-items: center; gap: 12px;
}
.hero__capsule-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.25); flex-shrink: 0;
}
.hero__capsule-label { font-family: var(--f-mono); font-size: 9px; letter-spacing: 1.2px; opacity: .8; text-transform: uppercase; }
.hero__capsule-caption { font-family: var(--f-display); font-size: 14px; font-weight: 500; margin-top: 2px; }
.hero__play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(255,255,255,.18); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.3);
  display: grid; place-items: center; pointer-events: none;
}

/* ==========================================================================
   9. STATS STRIP
   ========================================================================== */
.stats-strip { padding: 80px 32px 40px; background: var(--paper); }
.stats-strip .h2o-container {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink-08);
}
.stat-cell {
  padding: 32px 24px;
  border-right: 1px solid var(--ink-08);
  display: flex; flex-direction: column; gap: 4px;
}
.stat-cell:last-child { border-right: none; }
.stat-number-row { display: flex; align-items: baseline; gap: 8px; }
.stat-n {
  font-family: var(--f-display); font-size: 72px; line-height: .9; font-weight: 500;
  color: var(--ink); letter-spacing: -2px;
}
.stat-s { font-family: var(--f-display); font-style: italic; font-size: 22px; color: var(--cyan-deep); font-weight: 400; }
.stat-l { font-family: var(--f-mono); font-size: 11px; color: var(--ink-70); letter-spacing: .5px; text-transform: uppercase; }

/* Warm variant (About page) */
.stats-strip--warm .h2o-container {
  background: var(--paper-warm); border-radius: 20px; overflow: hidden; border-top: none;
}
.stats-strip--warm .stat-cell { border-color: var(--ink-08); }
.stats-strip--warm .stat-n { font-size: 64px; }
.stats-strip--warm .stat-s { font-size: 20px; }

/* ==========================================================================
   10. MISSION SECTION
   ========================================================================== */
.mission { padding: 40px 32px 60px; background: var(--paper); }
.mission .h2o-container { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: center; }
.mission__photo-wrap { position: relative; max-width: 480px; }
.photo-slot--mission { aspect-ratio: 4/5; max-height: 560px; border-radius: var(--radius-card); }
.photo-slot--mission img { width: 100%; height: 100%; object-fit: cover; }
.mission__caption-card {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  padding: 16px 18px; border-radius: 14px;
  background: rgba(255,255,255,.95); backdrop-filter: blur(8px);
}
.mission__caption-card .kicker { font-size: 10px; color: var(--ink-70); }
.mission__caption-text { font-family: var(--f-display); font-size: 17px; color: var(--ink); margin-top: 6px; line-height: 1.3; font-weight: 500; }
.mission__copy { padding-top: 20px; }
.mission__h2 {
  font-family: var(--f-display); font-size: 56px; font-weight: 500; line-height: 1.05;
  letter-spacing: -1.5px; color: var(--ink); margin: 0 0 24px;
}
.mission__h2 em { font-style: italic; color: var(--coral); }
.mission__p1 { font-size: 17px; line-height: 1.65; color: var(--ink-70); margin-bottom: 20px; }
.mission__p2 { font-size: 15px; line-height: 1.7; color: var(--ink-70); }
.mission__cta-link { display: inline-block; margin-top: 32px; font-size: 14px; font-weight: 600; color: var(--ink); border-bottom: 2px solid var(--cyan); padding-bottom: 2px; }

/* ==========================================================================
   11. REASONS GRID
   ========================================================================== */
.reasons { padding: var(--section-pad); background: var(--paper-warm); }
.reasons__header { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; margin-bottom: 48px; }
.reasons__h2 {
  font-family: var(--f-display); font-size: 64px; font-weight: 500; line-height: 1; letter-spacing: -2px; color: var(--ink);
}
.reasons__h2 em { font-style: italic; }
.reasons__sub { font-size: 17px; line-height: 1.65; color: var(--ink-70); padding-top: 30px; }
.reasons__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--ink-08); border-radius: 20px; overflow: hidden;
}
.reason-card { background: var(--paper); padding: 32px 24px; display: flex; flex-direction: column; gap: 10px; min-height: 200px; }
.reason-icon { color: var(--cyan-deep); margin-bottom: 2px; }
.reason-card h3 {
  font-family: var(--f-display); font-size: 19px; font-weight: 600; color: var(--ink);
  margin: 10px 0 0; line-height: 1.2;
}
.reason-card p { font-size: 13px; line-height: 1.55; color: var(--ink-70); }

/* ==========================================================================
   12. LOCATIONS PREVIEW (Home)
   ========================================================================== */
.loc-preview { padding: var(--section-pad); background: var(--paper); }
.loc-preview__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.loc-preview__h2 {
  font-family: var(--f-display); font-size: 56px; font-weight: 500; line-height: 1.05; letter-spacing: -1.5px; color: var(--ink);
}
.loc-preview__h2 em { font-style: italic; }
.loc-preview__all-link { font-size: 14px; font-weight: 600; color: var(--ink); border-bottom: 2px solid var(--cyan); padding-bottom: 2px; }
.loc-preview__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.venue-card { border-radius: var(--radius-card); overflow: hidden; background: #fff; border: 1px solid var(--ink-08); }
.venue-card__photo {
  height: 240px; position: relative;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-deep));
}
.venue-card__photo--alt { background: linear-gradient(135deg, var(--navy), var(--cyan-deep)); }
.venue-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.venue-card__tag {
  position: absolute; top: 18px; left: 18px; z-index: 2;
  padding: 6px 12px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,.96); color: var(--ink);
  font-family: var(--f-mono); font-size: 10px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;
}
.venue-card__body { padding: 24px 28px; }
.venue-card__body h3 { font-family: var(--f-display); font-size: 26px; font-weight: 500; color: var(--ink); margin: 4px 0 8px; letter-spacing: -.5px; }
.venue-card__body p { font-size: 14px; color: var(--ink-70); line-height: 1.5; margin-bottom: 18px; }

/* ==========================================================================
   13. COACHES PREVIEW (Home — dark section)
   ========================================================================== */
.coaches-preview { padding: var(--section-pad); background: var(--ink); color: var(--paper); }
.coaches-preview__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.coaches-preview__h2 {
  font-family: var(--f-display); font-size: 64px; font-weight: 500; line-height: 1; letter-spacing: -2px;
}
.coaches-preview__h2 em { font-style: italic; color: var(--cyan); }
.coaches-preview__all-link { font-size: 14px; font-weight: 600; color: var(--paper); border-bottom: 2px solid var(--cyan); padding-bottom: 2px; }
.coaches-preview__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.coach-card-preview {}
.coach-card-preview__photo {
  aspect-ratio: 3/4; border-radius: 18px; overflow: hidden;
  background: linear-gradient(180deg, rgba(0,180,216,.4), rgba(3,4,94,.7));
  position: relative; margin-bottom: 16px;
}
.coach-card-preview__photo img { width: 100%; height: 100%; object-fit: cover; }
.coach-card-preview__years {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  padding: 4px 10px; border-radius: var(--radius-pill); background: rgba(255,255,255,.96); color: var(--ink);
  font-family: var(--f-mono); font-size: 10px; font-weight: 500;
}
.coach-card-preview h3 { font-family: var(--f-display); font-size: 22px; font-weight: 500; letter-spacing: -.3px; }
.coach-card-preview p { font-size: 13px; color: rgba(251,250,247,.65); margin-top: 4px; }

/* ==========================================================================
   14. TESTIMONIALS
   ========================================================================== */
.testimonials { padding: var(--section-pad); background: var(--paper); }
.testimonials__header { text-align: center; margin-bottom: 56px; }
.testimonials__h2 {
  font-family: var(--f-display); font-size: 64px; font-weight: 500; line-height: 1; letter-spacing: -2px; color: var(--ink);
}
.testimonials__h2 em { font-style: italic; }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { margin: 0; padding: 32px; border-radius: 22px; border: 1px solid var(--ink-08); }
.testimonial-card--warm { background: var(--paper-warm); border: none; }
.testimonial-card__quote-icon { margin-bottom: 18px; }
.testimonial-card blockquote { font-family: var(--f-display); font-size: 18px; line-height: 1.5; color: var(--ink); font-weight: 400; }
.testimonial-card figcaption { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.testimonial-card__avatar {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-deep));
  display: grid; place-items: center; color: #fff;
  font-family: var(--f-display); font-size: 15px; font-weight: 600;
}
.testimonial-card__name { font-size: 13px; font-weight: 600; color: var(--ink); }
.testimonial-card__child { font-size: 12px; color: var(--ink-50); }

/* ==========================================================================
   15. SIGNUP CTA (Home)
   ========================================================================== */
.signup-cta { padding: 0 32px 100px; background: var(--paper); }
.signup-cta__inner {
  max-width: var(--max-w); margin: 0 auto;
  border-radius: 32px; overflow: hidden; position: relative;
  background: linear-gradient(135deg, var(--cyan-deep) 0%, var(--navy) 100%);
  padding: 72px 64px;
}
.signup-cta__caustics {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; opacity: .18;
}
.signup-cta__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; position: relative; z-index: 1; }
.signup-cta__h2 {
  font-family: var(--f-display); font-size: 56px; font-weight: 500; line-height: 1.05;
  letter-spacing: -1.5px; color: var(--paper); margin: 0 0 20px;
}
.signup-cta__h2 em { font-style: italic; color: var(--sun); }
.signup-cta__sub { font-size: 16px; line-height: 1.6; color: rgba(251,250,247,.85); max-width: 420px; }

/* ==========================================================================
   16. FORMS (shared: Signup + Contact)
   ========================================================================== */
.h2o-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.h2o-form__field { display: flex; flex-direction: column; gap: 6px; }
.h2o-form__field--full { grid-column: span 2; }
.h2o-form__label { font-family: var(--f-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-70); }
.h2o-form__label--light { color: rgba(251,250,247,.7); }
.h2o-form__input,
.h2o-form__select,
.h2o-form__textarea {
  height: 46px; padding: 0 14px; border-radius: 12px;
  background: #fff; border: 1px solid var(--ink-08);
  color: var(--ink); font-size: 14px; outline: none;
  transition: border-color .15s;
  -webkit-appearance: none;
}
.h2o-form__textarea { height: auto; padding: 12px 14px; resize: vertical; }
.h2o-form__input:focus,
.h2o-form__select:focus,
.h2o-form__textarea:focus { border-color: var(--cyan); }

/* Dark form variant (signup CTA on home) */
.h2o-form--dark .h2o-form__input,
.h2o-form--dark .h2o-form__select {
  background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: #fff;
}
.h2o-form--dark .h2o-form__input::placeholder { color: rgba(255,255,255,.5); }
.h2o-form--dark .h2o-form__label { color: rgba(251,250,247,.7); }

.h2o-form__submit {
  grid-column: span 2; height: 52px; border-radius: 12px; border: none;
  background: var(--ink); color: var(--paper);
  font-size: 14px; font-weight: 700; cursor: pointer;
  margin-top: 4px; display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: opacity .15s;
}
.h2o-form__submit:hover { opacity: .9; }
.h2o-form--dark .h2o-form__submit { background: var(--paper); color: var(--ink); }

/* CF7 overrides — style CF7's output to match design.
   Robust layout: each <p> is a grid cell. Single-input <p>s take 1 col.
   <p>s containing a textarea, submit, OR multiple labels span both cols.
*/
.h2o-cf7-wrap .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.h2o-cf7-wrap .wpcf7-form > p,
.h2o-cf7-wrap .wpcf7-form > div:not(.wpcf7-response-output) {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
/* Wide rows: textarea, submit, or any <p> with multiple labels */
.h2o-cf7-wrap .wpcf7-form > p:has(textarea),
.h2o-cf7-wrap .wpcf7-form > p:has(input[type="submit"]),
.h2o-cf7-wrap .wpcf7-form > p:has(label + label),
.h2o-cf7-wrap .wpcf7-form > p:has(input[type="submit"]),
.h2o-cf7-wrap .wpcf7-form > .wpcf7-response-output {
  grid-column: 1 / -1;
}
/* When a <p> contains multiple labels, lay them side-by-side */
.h2o-cf7-wrap .wpcf7-form > p:has(label + label) {
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
}
.h2o-cf7-wrap .wpcf7-form > p:has(label + label) > label {
  flex: 1 1 calc(50% - 7px);
  min-width: 0;
}
/* Labels (kicker styling) */
.h2o-cf7-wrap .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--f-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink-70);
}
.h2o-cf7-wrap .wpcf7-form .wpcf7-form-control-wrap { display: block; width: 100%; }
.h2o-cf7-wrap .wpcf7-form br { display: none; }

/* Inputs */
.h2o-cf7-wrap input[type="text"],
.h2o-cf7-wrap input[type="email"],
.h2o-cf7-wrap input[type="tel"],
.h2o-cf7-wrap input[type="number"],
.h2o-cf7-wrap input[type="url"],
.h2o-cf7-wrap select,
.h2o-cf7-wrap textarea {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--ink-08);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 14px;
  outline: none;
  transition: border-color .15s;
  -webkit-appearance: none;
  appearance: none;
}
.h2o-cf7-wrap textarea {
  height: auto;
  min-height: 120px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.5;
}
.h2o-cf7-wrap input:focus,
.h2o-cf7-wrap select:focus,
.h2o-cf7-wrap textarea:focus { border-color: var(--cyan); }
.h2o-cf7-wrap input[type="submit"] {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: none;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--f-body);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .15s;
  margin-top: 4px;
}
.h2o-cf7-wrap input[type="submit"]:hover { opacity: .9; }
/* Dark variant of CF7 wrap (home page signup section) */
.h2o-cf7-wrap--dark input[type="text"],
.h2o-cf7-wrap--dark input[type="email"],
.h2o-cf7-wrap--dark input[type="tel"],
.h2o-cf7-wrap--dark select,
.h2o-cf7-wrap--dark textarea {
  background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.20); color: #fff;
}
.h2o-cf7-wrap--dark input[type="text"]::placeholder,
.h2o-cf7-wrap--dark input[type="email"]::placeholder,
.h2o-cf7-wrap--dark input[type="tel"]::placeholder { color: rgba(255,255,255,.5); }
.h2o-cf7-wrap--dark label,
.h2o-cf7-wrap--dark .wpcf7-form p label { color: rgba(251,250,247,.7); }
.h2o-cf7-wrap--dark input[type="submit"] { background: var(--paper); color: var(--ink); }

.h2o-cf7-wrap .wpcf7-not-valid-tip { color: var(--coral); font-size: 12px; margin-top: 4px; }
.h2o-cf7-wrap .wpcf7-response-output { margin-top: 12px; padding: 12px; border-radius: 8px; font-size: 14px; }

/* ==========================================================================
   17. PAGE HEADER (inner pages)
   ========================================================================== */
.page-hdr { padding: 80px 32px 40px; background: var(--paper); }
.page-hdr .h2o-container {}
.page-hdr h1 {
  font-family: var(--f-display); font-size: clamp(56px, 7vw, 92px); line-height: .96;
  font-weight: 500; letter-spacing: -3px; color: var(--ink); margin: 24px 0 16px;
}
.page-hdr__sub { font-size: 18px; line-height: 1.55; color: var(--ink-70); max-width: 720px; }

/* ==========================================================================
   18. ABOUT PAGE
   ========================================================================== */
.about-lead { padding: 0 32px 60px; background: var(--paper); }
.about-lead .h2o-container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.about-lead__p1 { font-family: var(--f-display); font-size: 26px; line-height: 1.4; color: var(--ink); font-weight: 400; letter-spacing: -.4px; margin-bottom: 24px; }
.about-lead__p2 { font-size: 16px; line-height: 1.7; color: var(--ink-70); }

.about-values { padding: 0 32px 100px; background: var(--paper); }
.about-values__header { margin-bottom: 56px; }
.about-values__h2 { font-family: var(--f-display); font-size: 56px; font-weight: 500; line-height: 1.05; letter-spacing: -1.5px; color: var(--ink); margin: 14px 0 0; max-width: 800px; }
.about-values__h2 em { font-style: italic; }
.about-values__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.value-item { padding: 32px 32px 32px 0; display: flex; gap: 24px; border-top: 1px solid var(--ink-08); }
.value-item__num { font-family: var(--f-mono); font-size: 12px; color: var(--cyan-deep); font-weight: 500; letter-spacing: 1px; padding-top: 4px; flex-shrink: 0; }
.value-item h3 { font-family: var(--f-display); font-size: 26px; font-weight: 500; color: var(--ink); margin-bottom: 10px; letter-spacing: -.5px; line-height: 1.2; }
.value-item p { font-size: 15px; line-height: 1.65; color: var(--ink-70); }

.about-timeline { padding: var(--section-pad); background: var(--paper-warm); }
.about-timeline__h2 { font-family: var(--f-display); font-size: 56px; font-weight: 500; line-height: 1.05; letter-spacing: -1.5px; color: var(--ink); margin: 14px 0 56px; }
.about-timeline__h2 em { font-style: italic; }
.about-timeline__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.timeline-item { border-top: 2px solid var(--ink); padding-top: 24px; }
.timeline-item__year { font-family: var(--f-display); font-size: 36px; font-weight: 600; color: var(--ink); margin-bottom: 12px; letter-spacing: -1px; }
.timeline-item h4 { font-family: var(--f-display); font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.timeline-item p { font-size: 13px; line-height: 1.55; color: var(--ink-70); }

/* ==========================================================================
   19. PROGRAMS PAGE
   ========================================================================== */
.programs-list { padding: 40px 32px 100px; background: var(--paper); }
.programs-list__inner { display: flex; flex-direction: column; gap: 24px; }
.program-card {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 0;
  border-radius: 28px; overflow: hidden; background: #fff; border: 1px solid var(--ink-08);
}
.program-card__photo { position: relative; min-height: 420px; }
.program-card__photo-bg { width: 100%; height: 100%; }
.program-card__badge {
  position: absolute; top: 22px; left: 22px; z-index: 2;
  padding: 6px 12px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,.96); color: var(--ink);
  font-family: var(--f-mono); font-size: 10px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;
}
.program-card__body { padding: 40px 44px; display: flex; flex-direction: column; }
.program-card__title-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 14px; }
.program-card__title-row h2 { font-family: var(--f-display); font-size: 42px; font-weight: 500; color: var(--ink); letter-spacing: -1.2px; line-height: 1.1; }
.program-card__age { font-family: var(--f-mono); font-size: 12px; color: var(--ink-50); letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.program-card__desc { font-size: 16px; line-height: 1.6; color: var(--ink-70); margin-bottom: 28px; max-width: 540px; }
.program-card__levels-label { margin-bottom: 12px; }
.program-card__levels { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.level-chip {
  padding: 8px 14px; border-radius: var(--radius-pill);
  background: var(--paper-cool); color: var(--ink);
  font-size: 13px; font-weight: 500; border: 1px solid var(--ink-08);
  display: flex; align-items: center; gap: 6px;
}
.level-chip__num { font-family: var(--f-mono); font-size: 10px; color: var(--cyan-deep); }
.program-card__footer {
  margin-top: auto; display: flex; justify-content: space-between; align-items: flex-end;
  gap: 16px; padding-top: 20px; border-top: 1px solid var(--ink-08);
}
.program-card__price { font-family: var(--f-display); font-size: 36px; font-weight: 600; color: var(--ink); letter-spacing: -1px; margin-top: 4px; }
.program-card__price-unit { font-family: var(--f-body); font-size: 14px; font-weight: 500; color: var(--ink-70); }

/* ==========================================================================
   20. COACHES PAGE
   ========================================================================== */
.coaches-grid-section { padding: 40px 32px 100px; background: var(--paper); }
.coaches-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.coach-card { border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--ink-08); }
.coach-card__photo { aspect-ratio: 4/5; position: relative; }
.coach-card__photo-bg { width: 100%; height: 100%; }
.coach-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.coach-card__years-badge {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  padding: 5px 11px; border-radius: var(--radius-pill); background: rgba(255,255,255,.96); color: var(--ink);
  font-family: var(--f-mono); font-size: 10px; font-weight: 500;
}
.coach-card__body { padding: 24px 26px; }
.coach-card__body h3 { font-family: var(--f-display); font-size: 26px; font-weight: 500; color: var(--ink); letter-spacing: -.5px; }
.coach-card__body p { font-size: 14px; color: var(--ink-70); margin-top: 6px; }

/* ==========================================================================
   21. LOCATIONS PAGE
   ========================================================================== */
.locations-list { padding: 40px 32px 100px; background: var(--paper); }
.locations-list__inner { display: flex; flex-direction: column; gap: 24px; }
.venue-full-card {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 0;
  border-radius: 28px; overflow: hidden; background: #fff; border: 1px solid var(--ink-08);
}
.venue-full-card--flip { grid-template-columns: 1.4fr 1fr; }
.venue-full-card__photo { position: relative; min-height: 360px; }
.venue-full-card--flip .venue-full-card__photo { order: 2; }
.venue-full-card--flip .venue-full-card__body { order: 1; }
.venue-full-card__photo-bg { width: 100%; height: 100%; }
.venue-full-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.venue-full-card__tag {
  position: absolute; top: 22px; left: 22px; z-index: 2;
  padding: 6px 12px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,.96); color: var(--ink);
  font-family: var(--f-mono); font-size: 10px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;
}
.venue-full-card__body { padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; }
.venue-full-card__body h2 { font-family: var(--f-display); font-size: 42px; font-weight: 500; color: var(--ink); margin: 6px 0 14px; letter-spacing: -1.2px; line-height: 1.1; }
.venue-full-card__body p { font-size: 16px; line-height: 1.6; color: var(--ink-70); margin-bottom: 28px; max-width: 480px; }
.venue-full-card__actions { display: flex; gap: 10px; }

/* ==========================================================================
   22. CONTACT PAGE
   ========================================================================== */
.contact-layout { padding: 40px 32px 120px; background: var(--paper); }
.contact-layout .h2o-container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.contact-form-box { padding: 40px 44px; border-radius: 28px; background: var(--paper-warm); }
.contact-form-box__h2 { font-family: var(--f-display); font-size: 36px; font-weight: 500; color: var(--ink); margin: 14px 0 28px; letter-spacing: -1px; line-height: 1.15; }
.contact-form-box__h2 em { font-style: italic; }
.contact-sidebar { padding-top: 8px; }
.contact-info-row { border-top: 1px solid var(--ink-08); padding-top: 18px; margin-top: 18px; }
.contact-info-row:first-child { margin-top: 0; }
.contact-info-row h3 { font-family: var(--f-display); font-size: 22px; font-weight: 500; color: var(--ink); margin-top: 4px; letter-spacing: -.4px; }
.contact-portal-link {
  margin-top: 24px; padding: 14px 22px; border-radius: 14px;
  background: var(--cyan-deep); color: #fff;
  font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%;
}

/* ==========================================================================
   23. PHOTO SLOT PLACEHOLDER
   ========================================================================== */
.photo-slot { position: relative; overflow: hidden; border-radius: var(--radius-card); }
.photo-slot img { width: 100%; height: 100%; object-fit: cover; }
.photo-slot--placeholder {
  background: linear-gradient(135deg, var(--cyan), var(--cyan-deep));
  min-height: 300px;
}
.photo-slot--dark { background: linear-gradient(135deg, var(--navy), var(--cyan-deep)); }
.photo-slot--fill { border-radius: 0; min-height: 100%; }
.photo-slot__caustics {
  position: absolute; inset: 0; opacity: .18; pointer-events: none;
}
.photo-slot__caustics svg { width: 100%; height: 100%; }
.photo-slot__label {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: rgba(255,255,255,.55); font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 1.5px; text-transform: uppercase; text-align: center; padding: 20px;
}
/* Aspect ratio helpers */
.photo-slot--4-5 { aspect-ratio: 4/5; }
.photo-slot--16-9 { aspect-ratio: 16/9; }
/* Full-width fill (used inside a fixed-height parent) */
.photo-slot--fill {
  position: absolute; inset: 0; border-radius: 0; width: 100%; height: 100%; min-height: unset;
}

/* ==========================================================================
   24. FOOTER
   ========================================================================== */
.h2o-footer { padding: 60px 32px 36px; background: var(--paper); border-top: 1px solid var(--ink-08); }
.h2o-footer__grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px;
}
.h2o-footer__tagline { font-size: 13px; color: var(--ink-70); line-height: 1.6; margin: 14px 0 16px; max-width: 320px; }
.h2o-footer__socials { display: flex; gap: 8px; }
.h2o-footer__social {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--ink-20);
  display: grid; place-items: center; text-decoration: none;
  font-family: var(--f-mono); font-size: 10px; font-weight: 700; color: var(--ink); letter-spacing: .5px;
}
.h2o-footer__col-heading { margin-bottom: 14px; }
.h2o-footer__col-links { display: flex; flex-direction: column; gap: 8px; }
.h2o-footer__col-links a { font-size: 13px; color: var(--ink); }
.h2o-footer__bottom {
  max-width: var(--max-w); margin: 0 auto;
  border-top: 1px solid var(--ink-08); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.h2o-footer__copy { font-family: var(--f-mono); font-size: 11px; color: var(--ink-50); }

/* ==========================================================================
   25. RESPONSIVE — 1100px
   ========================================================================== */
@media (max-width: 1100px) {
  .hero__h1 { font-size: clamp(64px, 7vw, 90px); }
  .hero__grid { gap: 40px; }
  .h2o-nav__links { gap: 16px; }
  .h2o-portal-link { display: none; }
  .h2o-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .h2o-footer__grid > *:last-child { grid-column: span 2; }
}

/* ==========================================================================
   26. RESPONSIVE — 768px (hamburger breakpoint)
   ========================================================================== */
@media (max-width: 768px) {
  :root { --section-pad: 80px 24px; }
  .h2o-nav__links { display: none; }
  .h2o-nav__right .lang-switcher { display: none; }
  .h2o-nav__right .h2o-portal-link { display: none; }
  .h2o-nav__right .btn { display: none; }
  .h2o-hamburger { display: flex; }
  .h2o-nav-open .h2o-nav__drawer { display: flex; }

  .hero { height: 85vh; min-height: 560px; }
  .hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .hero__overlay { padding: 0 24px 48px; }
  .hero__capsule { display: none; }
  .hero__play-btn { display: none; }

  .stats-strip .h2o-container { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(2) { border-right: none; }
  .stat-n { font-size: 52px; }

  .mission .h2o-container { grid-template-columns: 1fr; }
  .mission__photo-wrap { order: 2; }
  .mission__copy { order: 1; padding-top: 0; }

  .reasons__header { grid-template-columns: 1fr; gap: 24px; }
  .reasons__grid { grid-template-columns: repeat(2, 1fr); }
  .reasons__h2 { font-size: 48px; }

  .loc-preview__grid { grid-template-columns: 1fr; }
  .loc-preview__header { flex-direction: column; align-items: flex-start; gap: 16px; }

  .coaches-preview__grid { grid-template-columns: repeat(2, 1fr); }
  .coaches-preview__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .coaches-preview__h2 { font-size: 48px; }

  .testimonials__grid { grid-template-columns: 1fr; }
  .testimonials__h2 { font-size: 48px; }

  .signup-cta { padding: 0 24px 80px; }
  .signup-cta__inner { padding: 48px 32px; }
  .signup-cta__grid { grid-template-columns: 1fr; gap: 36px; }
  .signup-cta__h2 { font-size: 40px; }

  .about-lead .h2o-container { grid-template-columns: 1fr; }
  .about-values__grid { grid-template-columns: 1fr; }
  .about-values__h2 { font-size: 40px; }
  .about-timeline__grid { grid-template-columns: repeat(2, 1fr); }
  .about-timeline__h2 { font-size: 40px; }

  .program-card { grid-template-columns: 1fr; }
  .program-card__photo { min-height: 280px; }
  .program-card__body { padding: 28px 28px; }
  .program-card__title-row h2 { font-size: 30px; }

  .coaches-grid { grid-template-columns: repeat(2, 1fr); }

  .venue-full-card { grid-template-columns: 1fr; }
  .venue-full-card--flip { grid-template-columns: 1fr; }
  .venue-full-card--flip .venue-full-card__photo { order: 1; }
  .venue-full-card--flip .venue-full-card__body { order: 2; }
  .venue-full-card__photo { min-height: 260px; }
  .venue-full-card__body { padding: 28px 28px; }

  .contact-layout .h2o-container { grid-template-columns: 1fr; }
  .contact-form-box { padding: 28px 24px; }

  .h2o-footer__grid { grid-template-columns: 1fr 1fr; }
  .h2o-footer__grid > *:first-child { grid-column: span 2; }
  .h2o-footer__bottom { flex-direction: column; gap: 8px; text-align: center; }

  .page-hdr h1 { font-size: clamp(42px, 8vw, 64px); }
  .page-hdr { padding: 60px 24px 32px; }
}

/* ==========================================================================
   27. RESPONSIVE — 480px
   ========================================================================== */
@media (max-width: 480px) {
  :root { --section-pad: 60px 20px; }
  .h2o-nav__inner { padding: 12px 20px; }
  .hero { min-height: 520px; }
  .hero__h1 { font-size: 52px; letter-spacing: -2px; }
  .hero__overlay { padding: 0 20px 40px; }
  .stats-strip .h2o-container { grid-template-columns: 1fr; }
  .stat-cell { border-right: none; border-bottom: 1px solid var(--ink-08); }
  .stat-cell:last-child { border-bottom: none; }
  .reasons__grid { grid-template-columns: 1fr; }
  .coaches-preview__grid { grid-template-columns: 1fr; }
  .about-timeline__grid { grid-template-columns: 1fr; }
  .coaches-grid { grid-template-columns: 1fr; }
  .h2o-form { grid-template-columns: 1fr; }
  .h2o-form__field--full { grid-column: span 1; }
  .h2o-form__submit { grid-column: span 1; }
  .signup-cta__inner { padding: 36px 24px; }
  .signup-cta__h2 { font-size: 32px; }
}

/* ==========================================================================
   28. THIRD-PARTY FLOATING WIDGETS (WhatsApp, reCAPTCHA, PDF/Adobe)
   ========================================================================== */

/* Hide common "Save as PDF" / Adobe / Acrobat floating buttons */
.adobe-pdf-button, .adobe-print-badge, .adobe-sign-button, .acrobat-icon,
.print-pdf-button, #adobe-pdf-button, .pdf-floating-btn,
.wp-print-pdf, .pdf-link-floating, .fluentform-pdf-button,
.wpfm-floating-pdf, .save-as-pdf, .save-pdf-button,
.print-friendly-pdf, .pdf-icon-floating,
img[src*="adobe"], img[alt*="Adobe"],
[class*="adobe-print"], [class*="adobe-sign"],
[class*="pdf-floating"], [class*="floating-pdf"],
[id*="adobe-pdf"], [id*="pdf-floating"],
.printfriendly, .pf-button-img {
  display: none !important;
  visibility: hidden !important;
}

/* WhatsApp floating widgets — push up so they don't overlap reCAPTCHA badge */
.wa-floating-btn, .whatsapp-chat-widget, .wp-whatsapp-chat-floating,
.wpws_button, #whatsapp-chat, .tns_wa_widget, .wpwa-icon,
.ht-ctc-chat, .ht-ctc, .wp-whatsapp-button,
[class*="whatsapp-float"], [class*="whatsapp-chat-float"],
[class*="wp-whatsapp"][class*="float"],
[id*="whatsapp-chat"], [id*="wa-chat"] {
  bottom: 96px !important;
}

/* reCAPTCHA badge — keep at the very bottom right */
.grecaptcha-badge {
  bottom: 14px !important;
  z-index: 5 !important;
}

/* ==========================================================================
   29. REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .caustics-svg circle animate,
  .caustics-svg animate { animation: none !important; }
  html { scroll-behavior: auto; }
}
