:root {
  --ink: #040817;
  --navy: #071126;
  --panel: #0b1730;
  --panel-2: #112442;
  --ice: #eef7ff;
  --paper: #f8fbff;
  --aqua: #00e6c3;
  --aqua-2: #34f4db;
  --cyan: #1dbbe8;
  --text: #f8fbff;
  --dark-text: #071126;
  --muted: #a9b8cf;
  --line: rgba(255,255,255,.12);
  --dark-line: rgba(7,17,38,.12);
  --glow: rgba(0,230,195,.24);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(3,11,29,.16);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; background: var(--aqua); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 128px 0; position: relative; }
.section--ice { background: var(--ice); color: var(--dark-text); }
.section--paper { background: var(--paper); color: var(--dark-text); }
.section--navy { background: var(--navy); }
.section--tight { padding: 82px 0; }
.eyebrow { margin: 0 0 16px; color: #008f85; font-family: "Bahnschrift", sans-serif; font-size: 12px; line-height: 1.2; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section:not(.section--ice):not(.section--paper) .eyebrow { color: var(--aqua); }
h1, h2, h3, h4 { margin: 0; font-family: "Bahnschrift", "Arial Narrow", sans-serif; line-height: 1.02; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.2vw, 5.3rem); max-width: 920px; }
h2 { font-size: clamp(2.55rem, 4.5vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
p { margin: 0; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.section--ice .lede, .section--paper .lede { color: #52647c; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 60px; }
.section-head > div:first-child { max-width: 770px; }
.section-head .lede { max-width: 470px; }
.accent { color: var(--aqua); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-family: "Bahnschrift", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn::after {
  content:"";
  width:16px;
  height:16px;
  flex:0 0 16px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E") center/contain no-repeat;
  transition:transform .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translate(2px,-2px); }
.btn--primary { color: var(--ink); background: linear-gradient(100deg,var(--aqua),var(--cyan)); box-shadow: 0 12px 30px var(--glow); }
.btn--secondary { border-color: var(--line); background: rgba(255,255,255,.045); }
.section--ice .btn--secondary, .section--paper .btn--secondary { color: var(--dark-text); border-color: var(--dark-line); background: rgba(255,255,255,.55); }
.text-link { color: inherit; border-bottom: 1px solid currentColor; font-weight: 700; }

/* Navigation */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 90; height: 92px; transition: height .25s ease, background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled, .site-header.menu-open { height: 74px; background: rgba(4,8,23,.87); backdrop-filter: blur(18px); border-color: var(--line); }
.site-header.menu-open { border-bottom-color:transparent; }
.nav { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand img { width: 220px; height: 48px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.nav-links a { font-family: "Bahnschrift", sans-serif; font-size: 14px; font-weight: 600; color: #dce7f5; }
.nav-links a.active, .nav-links a:hover { color: var(--aqua); }
.nav .btn { min-height: 44px; padding-inline: 18px; }
.menu-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: white; margin: 5px auto; transition: .2s; }
.site-header.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Hero */
.hero-wrap { padding: 112px 0 28px; background: var(--ink); }
.hero { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: radial-gradient(circle at 72% 14%, rgba(29,187,232,.28), transparent 31%), linear-gradient(124deg,#09112d 0%,#0a3150 55%,#006d73 100%); box-shadow: var(--shadow); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 72%); }
.hero-copy { padding: 74px 28px 74px 72px; position: relative; z-index: 3; }
.hero-copy .lede { margin-top: 26px; }
.trust-line { display: flex; align-items: center; gap: 11px; margin-top: 26px; color: #d9e6f2; font-size: 14px; }
.trust-line::before { content: ""; width: 28px; height: 1px; background: var(--aqua); }
.hero-media { align-self: stretch; position: relative; min-width: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.9) contrast(1.03); }
.hero-media::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg,#0b2444 0%,transparent 35%),linear-gradient(0deg,rgba(4,8,23,.5),transparent 55%); }
.data-badge { position: absolute; z-index: 2; padding: 15px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; background: rgba(4,8,23,.74); backdrop-filter: blur(15px); box-shadow: 0 20px 40px rgba(0,0,0,.26); }
.data-badge strong { display:block; color:var(--aqua); font-family:"Bahnschrift",sans-serif; font-size: 23px; line-height: 1; }
.data-badge span { color:#d4e1ee; font-size:11px; letter-spacing:.1em; text-transform:uppercase; }
.data-badge--one { left: 7%; bottom: 16%; }
.data-badge--two { right: 7%; top: 17%; }
.telemetry { position:absolute; z-index:2; left:4%; right:4%; bottom:7%; height:44px; opacity:.72; }
.telemetry path { fill:none; stroke:var(--aqua); stroke-width:2; stroke-dasharray:500; animation: dash 3.2s ease both; }
@keyframes dash { from { stroke-dashoffset:500; } to { stroke-dashoffset:0; } }

/* Logo rail */
.logo-strip { background: var(--paper); color: var(--dark-text); padding: 36px 0 28px; overflow: hidden; }
.logo-strip-title { text-align:center; font-family:"Bahnschrift",sans-serif; font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.marquee { overflow:hidden; margin-top:24px; mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.marquee-track { width:max-content; display:flex; align-items:center; animation:marquee var(--marquee-duration, 34s) linear infinite; will-change:transform; }
.marquee-group { display:flex; flex:none; align-items:center; gap:66px; padding-right:66px; }
.marquee:hover .marquee-track { animation-play-state:paused; }
.marquee img { width:126px; height:62px; object-fit:contain; filter:grayscale(1) saturate(0) contrast(.72); opacity:.7; transition:.2s; }
.marquee img:hover { filter:none; opacity:1; }
.logo-note { margin-top:16px; text-align:center; color:#6e7d91; font-size:11px; }
@keyframes marquee { to { transform:translateX(-50%); } }

/* Components */
.split { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.split.reverse .split-media { order:2; }
.split-media { position:relative; }
.split-media > img { width:100%; min-height:540px; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow); }
.split-media.landscape > img { min-height:460px; }
.float-card { position:absolute; right:-22px; bottom:30px; max-width:230px; padding:18px; background:var(--paper); color:var(--dark-text); border-radius:15px; box-shadow:var(--shadow); }
.float-card strong { display:block; font-family:"Bahnschrift",sans-serif; font-size:25px; color:#008f85; }
.value-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.value-card { min-height:218px; padding:27px; border:1px solid rgba(7,17,38,.08); border-radius:18px; background:#f8fbff; }
.value-card .index { display:grid; place-items:center; width:34px; height:34px; margin-bottom:36px; border-radius:50%; background:#dffbf7; color:#007f76; font-family:"Bahnschrift",sans-serif; font-size:12px; font-weight:800; }
.value-card p { margin-top:12px; color:#596b82; font-size:15px; }
.stats { display:grid; grid-template-columns:repeat(5,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.stat { padding:36px 24px; border-right:1px solid var(--line); }
.stat:last-child { border-right:0; }
.stat strong { display:block; margin-bottom:10px; color:var(--aqua); font-family:"Bahnschrift",sans-serif; font-size:clamp(1.75rem,3vw,3.3rem); line-height:1; letter-spacing:-.04em; }
.count-up { min-width:4ch; font-variant-numeric:tabular-nums; will-change:contents,filter; }
.count-up.counting { animation:counter-glow 1.4s ease-out both; }
@keyframes counter-glow { 0% { filter:drop-shadow(0 0 0 rgba(0,230,195,0)); } 45% { filter:drop-shadow(0 0 12px rgba(0,230,195,.38)); } 100% { filter:drop-shadow(0 0 0 rgba(0,230,195,0)); } }
.stat span { display:block; color:#d4e0ed; font-size:13px; line-height:1.4; }
.stats--four { grid-template-columns:repeat(4,1fr); }
.feature { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:radial-gradient(circle at 70% 30%,rgba(0,230,195,.16),transparent 40%),#08142a; }
.feature-grid { display:grid; grid-template-columns:1.08fr .92fr; }
.feature-copy { padding:70px; }
.feature-copy .lede { margin-top:24px; }
.achievement-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:34px; }
.achievement { padding:16px 18px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.04); }
.achievement strong { display:block; font-family:"Bahnschrift",sans-serif; line-height:1.3; }
.achievement span { color:var(--muted); font-size:12px; }
.feature-media { min-height:620px; position:relative; }
.feature-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.feature-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#08142a 0%,transparent 30%),linear-gradient(0deg,rgba(8,20,42,.55),transparent 50%); }
.service-mosaic { display:grid; grid-template-columns:1.15fr .85fr .85fr; grid-template-rows:1fr 1fr; gap:16px; }
.service-card { position:relative; min-height:245px; overflow:hidden; padding:28px; border:1px solid var(--dark-line); border-radius:20px; background:white; }
.service-card.featured { grid-row:span 2; min-height:506px; color:white; display:flex; flex-direction:column; justify-content:end; background:#071126; }
.service-card.featured img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.58; }
.service-card.featured::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,#061126 5%,transparent 80%); }
.service-card > * { position:relative; z-index:1; }
.service-card p { margin-top:10px; color:#64758b; font-size:15px; }
.service-card.featured p { color:#c1d0e0; }
.timeline { display:grid; grid-template-columns:repeat(5,1fr); gap:0; margin-top:70px; position:relative; }
.timeline::before { content:""; position:absolute; top:31px; left:10%; right:10%; height:2px; background:linear-gradient(90deg,var(--aqua),var(--cyan)); }
.step { position:relative; padding:0 22px; text-align:center; }
.step-number { position:relative; z-index:1; display:grid; place-items:center; width:64px; height:64px; margin:0 auto 26px; border:8px solid var(--navy); border-radius:50%; background:var(--aqua); color:var(--ink); font-family:"Bahnschrift",sans-serif; font-weight:900; }
.step p { margin-top:12px; color:var(--muted); font-size:14px; }
.audience-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.audience-card { min-height:430px; position:relative; overflow:hidden; display:flex; align-items:end; padding:32px; border-radius:22px; background:#071126; }
.audience-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.62; }
.audience-card::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,#061126 5%,transparent 75%); }
.audience-card > div { position:relative; z-index:1; }
.audience-card h3 { color:#fff; text-shadow:0 2px 18px rgba(0,0,0,.42); }
.audience-card p { margin-top:10px; color:#c3d1df; font-size:15px; }
.coach-filters { display:flex; gap:10px; margin-bottom:30px; flex-wrap:wrap; }
.filter-btn { min-height:42px; padding:0 18px; border:1px solid var(--dark-line); border-radius:999px; background:white; color:var(--dark-text); cursor:pointer; font-size:14px; font-weight:700; }
.filter-btn.active { background:var(--dark-text); color:white; }
.coaches { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.coach-card { overflow:hidden; border:1px solid var(--dark-line); border-radius:22px; background:white; box-shadow:0 18px 50px rgba(7,17,38,.08); }
.coach-photo { height:380px; position:relative; overflow:hidden; background:#dce9f3; }
.coach-photo img { width:100%; height:100%; object-fit:cover; object-position:center top; transition:transform .5s ease; }
.coach-card:hover .coach-photo img { transform:scale(1.025); }
.coach-photo--patrick,
.profile-photo--patrick {
  isolation:isolate;
  background:
    radial-gradient(circle at 74% 18%, rgba(52,244,219,.32), transparent 30%),
    linear-gradient(145deg, #0c2342 0%, #071126 58%, #04384a 100%);
}
.coach-photo--patrick::before,
.profile-photo--patrick::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:42px 42px;
  -webkit-mask-image:linear-gradient(to bottom, #000, transparent 85%);
  mask-image:linear-gradient(to bottom, #000, transparent 85%);
}
.coach-photo--patrick img,
.profile-photo--patrick img { position:relative; z-index:1; }
.coach-photo--patrick img { object-fit:contain; object-position:center bottom; transform:scale(1.02); transform-origin:center bottom; }
.coach-card:hover .coach-photo--patrick img { transform:scale(1.045); }
.coach-badge { position:absolute; z-index:2; top:18px; left:18px; padding:7px 10px; border-radius:999px; color:var(--ink); background:var(--aqua); font-family:"Bahnschrift",sans-serif; font-size:11px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.coach-content { padding:28px; }
.coach-role { margin:7px 0 14px; color:#008f85; font-size:13px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.coach-content p { color:#5d6d82; font-size:15px; }
.mini-list { margin:20px 0 24px; padding:0; list-style:none; }
.mini-list li { position:relative; padding:8px 0 8px 17px; border-bottom:1px solid rgba(7,17,38,.08); color:#33465e; font-size:14px; }
.mini-list li::before { content:""; position:absolute; left:0; top:16px; width:6px; height:6px; border-radius:50%; background:#00a993; }
.card-actions { display:flex; align-items:center; gap:18px; }
.packages { display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:920px; margin:0 auto; }
.package { position:relative; padding:42px; border:1px solid var(--dark-line); border-radius:22px; background:white; }
.package.featured { background:var(--navy); color:white; border-color:rgba(0,230,195,.35); box-shadow:0 25px 70px rgba(0,110,112,.22); }
.package-tag { position:absolute; top:20px; right:20px; padding:6px 10px; border-radius:999px; color:var(--ink); background:var(--aqua); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.price { margin:20px 0 28px; font-family:"Bahnschrift",sans-serif; font-size:4rem; line-height:1; letter-spacing:-.05em; }
.price small { font-family:"Aptos",sans-serif; font-size:14px; letter-spacing:0; }
.package .mini-list li { color:#4f6178; }
.package.featured .mini-list li { color:#d2dfec; border-color:var(--line); }
.testimonial-layout { display:grid; grid-template-columns:1.3fr .7fr; gap:18px; }
.quote-card { position:relative; min-height:330px; display:flex; flex-direction:column; justify-content:space-between; padding:45px; border-radius:22px; background:#9ec4ff; color:var(--dark-text); }
.quote-card::before { content:"“"; position:absolute; right:35px; top:5px; font-family:Georgia,serif; font-size:110px; color:rgba(7,17,38,.1); }
.quote-card blockquote { margin:0; max-width:850px; font-family:"Bahnschrift",sans-serif; font-size:clamp(1.35rem,2.3vw,2rem); line-height:1.35; letter-spacing:-.02em; }
.quote-author { margin-top:28px; font-weight:800; }
.quote-stack { display:grid; gap:18px; }
.quote-stack .quote-card { min-height:156px; padding:28px; background:#dff8f6; }
.quote-stack blockquote { font-family:"Aptos",sans-serif; font-size:15px; line-height:1.55; }
.faq { max-width:900px; margin:0 auto; border-top:1px solid var(--dark-line); }
.faq-item { border-bottom:1px solid var(--dark-line); }
.faq-button { width:100%; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:25px 0; border:0; background:transparent; color:var(--dark-text); text-align:left; font-family:"Bahnschrift",sans-serif; font-size:18px; font-weight:700; cursor:pointer; }
.faq-button span:last-child { display:grid; place-items:center; flex:0 0 30px; height:30px; border-radius:50%; background:#e2edf7; transition:transform .2s; }
.faq-button span:last-child::before {
  content:"";
  width:16px;
  height:16px;
  background:var(--dark-text);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5v14'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5v14'/%3E%3C/svg%3E") center/contain no-repeat;
}
.faq-button[aria-expanded="true"] span:last-child { transform:rotate(45deg); }
.faq-answer { overflow:hidden; max-height:0; color:#53667e; transition:max-height .3s ease; }
.faq-answer p { padding:0 40px 25px 0; }
.cta-panel { position:relative; overflow:hidden; display:grid; grid-template-columns:1fr auto; align-items:center; gap:40px; padding:68px; border-radius:var(--radius); background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.22),transparent 27%),linear-gradient(120deg,#00a994,#0083aa); box-shadow:var(--shadow); }
.cta-panel::after { content:""; position:absolute; width:330px; height:330px; right:-130px; bottom:-210px; border:1px solid rgba(255,255,255,.35); border-radius:50%; box-shadow:0 0 0 55px rgba(255,255,255,.06),0 0 0 110px rgba(255,255,255,.04); }
.cta-panel > * { position:relative; z-index:1; }
.cta-panel h2 { max-width:760px; }
.cta-panel p { max-width:650px; margin-top:18px; color:#dffaf8; }
.cta-panel .btn--primary { background:var(--paper); }

/* Inner pages */
.inner-hero .hero { min-height:540px; grid-template-columns:1.1fr .9fr; }
.inner-hero .hero-copy { padding-block:64px; }
.inner-hero h1 { font-size:clamp(3rem,5.4vw,4.8rem); }
.about-hero .hero { min-height:490px; grid-template-columns:1.18fr .82fr; }
.about-hero .hero-copy { padding-block:46px; }
.about-hero h1 { font-size:clamp(3rem,4.55vw,4.15rem); }
.about-hero .hero-media { min-height:490px; }
.about-hero .hero-media img { position:absolute; inset:0; }
.page-intro { max-width:850px; }
.page-intro .lede { margin-top:24px; }
.alternating { display:grid; gap:110px; }
.detail-list { display:grid; gap:16px; margin-top:30px; }
.detail-item { display:grid; grid-template-columns:36px 1fr; gap:15px; align-items:start; }
.detail-icon { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:#d9f9f4; color:#007d74; }
.detail-icon--check::before {
  content:"";
  width:18px;
  height:18px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.profile { display:grid; grid-template-columns:.72fr 1.28fr; gap:60px; padding:45px 0; border-top:1px solid var(--dark-line); }
.profile-photo { position:relative; overflow:hidden; border-radius:20px; }
.profile-photo img { width:100%; height:500px; object-fit:cover; object-position:top; border-radius:20px; }
.profile-photo--patrick img { object-fit:contain; object-position:center bottom; }

@media (min-width: 1051px) {
  .profile-photo--patrick { height:500px; }
  .profile-photo--patrick img {
    height:620px;
    object-position:center top;
  }
}
.profile-sections { display:grid; grid-template-columns:1fr 1fr; gap:30px; margin-top:35px; }
.profile-sections h4 { margin-bottom:12px; color:#008f85; font-size:12px; letter-spacing:.12em; text-transform:uppercase; }
.profile-sections ul { margin:0; padding-left:18px; color:#52657b; font-size:14px; }
.booking-grid { display:grid; grid-template-columns:minmax(0,1fr); gap:48px; max-width:1040px; margin-inline:auto; }
.booking-form, .contact-form { padding:38px; border:1px solid var(--dark-line); border-radius:22px; background:white; box-shadow:var(--shadow); }
.booking-form-intro { margin-bottom:30px; padding-bottom:26px; border-bottom:1px solid #d7e2ec; }
.booking-form-intro h3 { margin:8px 0 10px; font-size:clamp(1.65rem,3vw,2.25rem); }
.booking-form-intro p:last-child { max-width:700px; color:#53667d; }
.form-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.success-dialog { width:min(620px,calc(100% - 40px)); max-width:none; padding:0; border:0; border-radius:26px; color:var(--dark-text); background:transparent; box-shadow:0 36px 100px rgba(0,8,24,.42); }
.success-dialog::backdrop { background:rgba(2,8,22,.76); -webkit-backdrop-filter:blur(9px); backdrop-filter:blur(9px); }
.success-dialog-card { position:relative; overflow:hidden; padding:54px; border:1px solid rgba(0,230,195,.28); border-radius:26px; text-align:center; background:radial-gradient(circle at 90% 8%,rgba(29,187,232,.18),transparent 34%),#f7fbff; }
.success-dialog-card::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.32; background-image:linear-gradient(rgba(7,17,38,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(7,17,38,.055) 1px,transparent 1px); background-size:42px 42px; -webkit-mask-image:linear-gradient(to bottom,#000,transparent 78%); mask-image:linear-gradient(to bottom,#000,transparent 78%); }
.success-dialog-card > * { position:relative; z-index:1; }
.success-dialog-card h2 { margin-top:12px; font-size:clamp(2rem,5vw,3rem); }
.success-dialog-card p:not(.eyebrow) { max-width:460px; margin:18px auto 28px; color:#52677d; }
.success-mark { display:grid; place-items:center; width:70px; height:70px; margin:0 auto 24px; border-radius:50%; background:linear-gradient(135deg,var(--aqua),var(--cyan)); box-shadow:0 14px 34px rgba(0,190,190,.28); }
.success-mark span { width:27px; height:15px; border-left:4px solid var(--ink); border-bottom:4px solid var(--ink); transform:rotate(-45deg) translate(2px,-2px); }
.success-dialog.is-open { position:fixed; inset:50% auto auto 50%; display:block; z-index:1000; transform:translate(-50%,-50%); }
.contact-form button[type="submit"]:disabled, .booking-form button[type="submit"]:disabled { cursor:wait; opacity:.72; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:8px; }
.field.full { grid-column:1 / -1; }
.field label { font-size:13px; font-weight:800; color:#33465e; }
.field input, .field select, .field textarea { width:100%; min-height:52px; padding:12px 14px; border:1px solid #c9d6e3; border-radius:10px; background:#f9fcff; color:var(--dark-text); }
.field textarea { min-height:130px; resize:vertical; }
.check { display:flex; gap:12px; align-items:flex-start; color:#53667d; font-size:13px; }
.check input { appearance:none; width:18px; height:18px; min-height:18px; flex:0 0 18px; margin:2px 0 0; padding:0; border:1.5px solid #7f93a9; border-radius:4px; background:#fff; cursor:pointer; }
.check input:checked { border-color:#008f85; background-color:#008f85; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 10.5l3.4 3.4L16 5.8' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size:15px; background-position:center; background-repeat:no-repeat; }
.embed-placeholder { min-height:610px; display:grid; place-items:center; padding:50px; border:1px dashed #9bb0c4; border-radius:22px; background:#e8f3fb; text-align:center; }
.embed-placeholder .icon { display:grid; place-items:center; width:70px; height:70px; margin:0 auto 22px; border-radius:50%; background:var(--navy); color:var(--aqua); font-size:30px; }
.embed-placeholder .icon::before {
  content:"";
  width:30px;
  height:30px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E") center/contain no-repeat;
}
.booking-calendar { min-height:780px; padding:28px; }
.booking-calendar-frame { display:block; width:100%; min-height:720px; border:0; border-radius:18px; background:#fff; }
.selection-summary { margin-top:24px; padding:18px; border-radius:14px; color:#d8e5f1; background:var(--panel); }
.selection-summary strong { color:var(--aqua); }
.contact-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:20px; }
.contact-visual { min-height:650px; position:relative; overflow:hidden; padding:44px; display:flex; flex-direction:column; justify-content:end; border-radius:22px; background:var(--navy); }
.contact-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.55; }
.contact-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,#061126 0%,transparent 80%); }
.contact-visual > div { position:relative; z-index:1; }
.contact-visual h2 { color:#fff; }
.contact-links { display:flex; gap:12px; margin-top:24px; }
.contact-links a { padding:10px 14px; border:1px solid var(--line); border-radius:999px; font-size:13px; }

/* Footer */
.footer { padding:80px 0 28px; background:#030611; border-top:1px solid var(--line); }
.footer-grid { display:grid; grid-template-columns:1.4fr .6fr .6fr .8fr; gap:50px; }
.footer-brand img { width:230px; }
.footer-brand p { max-width:380px; margin-top:20px; color:#8698b1; font-size:14px; }
.footer h4 { margin-bottom:18px; color:#d7e4f1; font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.footer-links { display:grid; gap:10px; color:#8fa1b8; font-size:14px; }
.footer-links a { width:fit-content; max-width:100%; overflow-wrap:anywhere; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:28px; margin-top:60px; padding-top:22px; border-top:1px solid var(--line); color:#6f8097; font-size:12px; }
.pivot-credit { display:inline-flex; align-items:center; justify-content:center; gap:12px; color:#9babc0; transition:color .2s ease,opacity .2s ease; }
.pivot-credit img { width:76px; height:31px; object-fit:contain; opacity:.82; transition:opacity .2s ease,transform .2s ease; }
.pivot-credit:hover { color:#fff; }
.pivot-credit:hover img { opacity:1; transform:translateY(-1px); }
.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

/* Privacy and cookie notice */
.legal-hero { padding:170px 0 92px; background:radial-gradient(circle at 82% 10%,rgba(0,230,195,.18),transparent 28%),var(--navy); }
.legal-hero .lede { margin-top:24px; }
.legal-layout { display:grid; grid-template-columns:280px minmax(0,780px); gap:80px; align-items:start; }
.legal-nav { position:sticky; top:110px; display:grid; gap:7px; padding:20px; border:1px solid var(--dark-line); border-radius:16px; background:#fff; }
.legal-nav a { padding:8px 10px; border-radius:8px; color:#4c5e74; font-size:14px; }
.legal-nav a:hover { color:#007f76; background:#e8f8f6; }
.legal-copy { display:grid; min-width:0; gap:54px; overflow-wrap:anywhere; }
.legal-copy section { scroll-margin-top:110px; }
.legal-copy h2 { margin-bottom:20px; font-size:clamp(1.9rem,3vw,2.7rem); }
.legal-copy h3 { margin:24px 0 10px; font-size:1.2rem; letter-spacing:-.015em; }
.legal-copy p, .legal-copy li { color:#52657b; }
.legal-copy p + p { margin-top:14px; }
.legal-copy ul { margin:14px 0 0; padding-left:20px; }
.legal-note { padding:20px; border-left:4px solid #00a994; border-radius:0 12px 12px 0; background:#e8f8f6; }
.legal-table { width:100%; margin-top:18px; border-collapse:collapse; table-layout:fixed; font-size:14px; }
.legal-table th, .legal-table td { padding:14px; border:1px solid #d8e3ec; text-align:left; vertical-align:top; }
.legal-table th { background:#eaf3f9; }
.cookie-notice { position:fixed; z-index:120; left:24px; right:24px; bottom:24px; display:grid; grid-template-columns:1fr auto; gap:28px; align-items:center; width:min(calc(100% - 48px),940px); margin-inline:auto; padding:22px 24px; border:1px solid rgba(255,255,255,.16); border-radius:18px; background:rgba(5,13,31,.96); color:#fff; box-shadow:0 24px 80px rgba(0,0,0,.38); backdrop-filter:blur(18px); }
.cookie-notice[hidden] { display:none; }
.cookie-notice strong { display:block; margin-bottom:5px; font-family:"Bahnschrift",sans-serif; font-size:17px; }
.cookie-notice p { color:#b9c8d8; font-size:13px; line-height:1.5; }
.cookie-actions { display:flex; gap:10px; align-items:center; }
.cookie-actions .btn { white-space:nowrap; min-height:44px; }
.cookie-actions .text-link { white-space:nowrap; font-size:13px; }

@media (max-width: 1050px) {
  .nav-links, .nav > .btn { display:none; }
  .menu-toggle { display:block; }
  body.nav-open { overflow:hidden; }
  .site-header.menu-open .nav-links { position:fixed; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:10px; inset:73px 0 0; min-height:calc(100dvh - 73px); padding:clamp(34px,8vh,80px) max(28px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2)); background:radial-gradient(circle at 86% 15%,rgba(0,230,195,.15),transparent 30%),#040817; border-top:0; overflow-y:auto; }
  .site-header.menu-open .nav-links a { width:100%; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.09); font-size:clamp(1.65rem,5vw,2.35rem); letter-spacing:-.025em; }
  .site-header.menu-open .nav-links a.active::after { content:"Current page"; float:right; margin-top:10px; color:var(--muted); font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
  .hero { min-height:620px; }
  .hero-copy { padding:58px 20px 58px 48px; }
  .stats { grid-template-columns:repeat(3,1fr); }
  .stats--four { grid-template-columns:repeat(2,1fr); }
  .stat:nth-child(3) { border-right:0; }
  .stats--four .stat:nth-child(2) { border-right:0; }
  .stats--four .stat:nth-child(3) { border-right:1px solid var(--line); }
  .stats--four .stat:nth-child(n+3) { border-top:1px solid var(--line); }
  .stat:nth-child(n+4) { border-top:1px solid var(--line); }
  .feature-grid { grid-template-columns:1fr; }
  .feature-media { min-height:500px; }
  .service-mosaic { grid-template-columns:1fr 1fr; }
  .service-card.featured { grid-row:span 2; }
  .timeline { grid-template-columns:1fr; gap:34px; }
  .timeline::before { top:0; bottom:0; left:31px; right:auto; width:2px; height:auto; }
  .step { display:grid; grid-template-columns:64px 1fr; gap:22px; text-align:left; padding:0; }
  .step-number { margin:0; }
  .step p { grid-column:2; margin-top:-40px; }
  .coaches { grid-template-columns:1fr 1fr; }
  .coach-card:last-child { grid-column:1 / -1; max-width:580px; justify-self:center; }
}

@media (max-width: 780px) {
  .container { width:min(calc(100% - 32px),var(--max)); }
  .section { padding:76px 0; }
  .section-head { display:block; margin-bottom:42px; }
  .section-head .lede { margin-top:20px; }
  .site-header { height:76px; }
  .brand img { width:185px; }
  .hero-wrap { padding-top:88px; }
  .hero, .inner-hero .hero { grid-template-columns:1fr; }
  .hero-copy { padding:48px 26px; }
  .hero-media { min-height:390px; }
  .hero-media::after { background:linear-gradient(0deg,rgba(4,8,23,.7),transparent 70%); }
  .data-badge--two { display:none; }
  .booking-hero .data-badge { display:none; }
  .about-hero .hero { min-height:0; }
  .about-hero .hero-copy { padding-block:44px; }
  .about-hero .hero-media { min-height:360px; }
  .split, .profile, .booking-grid, .contact-layout { grid-template-columns:1fr; gap:38px; }
  .split.reverse .split-media { order:0; }
  .split-media > img { min-height:430px; }
  .value-grid { grid-template-columns:1fr; }
  .value-card { min-height:0; }
  .value-card .index { margin-bottom:20px; }
  .stats { grid-template-columns:1fr 1fr; }
  .stats--four { grid-template-columns:1fr 1fr; }
  .stat { border-top:1px solid var(--line); }
  .stat:nth-child(even) { border-right:0; }
  .stat:first-child, .stat:nth-child(2) { border-top:0; }
  .stat:last-child { grid-column:1 / -1; }
  .stats--four .stat:last-child { grid-column:auto; }
  .feature-copy { padding:40px 26px; }
  .feature-media { min-height:420px; }
  .achievement-grid { grid-template-columns:1fr; }
  .service-mosaic { grid-template-columns:1fr; grid-template-rows:auto; }
  .service-card.featured { grid-row:auto; min-height:420px; }
  .audience-grid, .coaches, .packages { grid-template-columns:1fr; }
  .audience-card { min-height:370px; }
  .coach-card:last-child { grid-column:auto; }
  .testimonial-layout { grid-template-columns:1fr; }
  .quote-card { min-height:290px; padding:32px; }
  .cta-panel { grid-template-columns:1fr; padding:42px 28px; }
  .profile-sections, .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .legal-layout { grid-template-columns:1fr; gap:42px; }
  .legal-nav { position:static; grid-template-columns:1fr 1fr; }
  .cookie-notice { grid-template-columns:1fr; gap:16px; left:12px; right:12px; bottom:12px; width:calc(100% - 24px); }
}

@media (max-width: 480px) {
  body { font-size:16px; }
  .container { width:min(calc(100% - 24px),var(--max)); }
  .section { padding:64px 0; }
  h1 { font-size:clamp(2.75rem,13vw,3.6rem); }
  h2 { font-size:clamp(2.2rem,10vw,3rem); }
  .hero { border-radius:22px; }
  .hero-copy { padding:42px 22px; }
  .hero-media { min-height:330px; }
  .button-row { flex-direction:column; align-items:stretch; }
  .btn { width:100%; }
  .stats { grid-template-columns:1fr; }
  .stats--four { grid-template-columns:1fr; }
  .stat { border-right:0; }
  .stat:nth-child(2) { border-top:1px solid var(--line); }
  .stat:last-child { grid-column:auto; }
  .stats--four .stat { border-right:0; border-top:1px solid var(--line); }
  .stats--four .stat:first-child { border-top:0; }
  .float-card { right:10px; bottom:16px; }
  .feature-media { min-height:350px; }
  .coach-photo { height:330px; }
  .package, .booking-form, .contact-form { padding:28px 22px; }
  .booking-calendar { min-height:700px; padding:10px; }
  .booking-calendar-frame { min-height:680px; border-radius:16px; }
  .success-dialog-card { padding:42px 24px; }
  .price { font-size:3.3rem; }
  .contact-visual { min-height:480px; padding:28px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; align-items:flex-start; }
  .pivot-credit { justify-content:flex-start; }
  .legal-hero { padding:130px 0 68px; }
  .legal-nav { grid-template-columns:1fr; }
  .cookie-actions { flex-direction:column; align-items:stretch; }
  .cookie-actions .btn { width:100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .marquee-track { animation:none; transform:none; width:100%; }
  .marquee-group { width:100%; padding-right:0; flex-wrap:wrap; justify-content:center; }
  .marquee-group[aria-hidden="true"] { display:none; }
  .reveal { opacity:1; transform:none; }
}
