:root {
  --ink: #0a0b0a;
  --ink-soft: #141614;
  --paper: #efeee8;
  --paper-soft: #deddd5;
  --gold: #e4c15f;
  --gold-soft: #f5df95;
  --green: #789b62;
  --red: #cf4a36;
  --line: rgba(239, 238, 232, .18);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Manrope', Arial, sans-serif;
  --font-mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }

.site-header { min-height: 82px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(10,11,10,.92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--paper); font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .15em; line-height: 1.1; }
.brand em { color: var(--gold); font-style: normal; font-size: 8px; letter-spacing: .24em; }
.brand-mark { width: 28px; height: 30px; position: relative; display: inline-flex; gap: 3px; align-items: flex-end; }
.brand-mark span { width: 7px; background: var(--gold); display: block; }
.brand-mark span:nth-child(1) { height: 15px; transform: skewY(38deg); }
.brand-mark span:nth-child(2) { height: 29px; transform: skewY(-28deg); }
.brand-mark span:nth-child(3) { height: 15px; transform: skewY(38deg); }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 36px); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.main-nav > a, .text-button { opacity: .76; transition: color .2s, opacity .2s; }
.main-nav > a:hover, .text-button:hover { color: var(--gold); opacity: 1; }
.text-button { background: transparent; border: 0; color: var(--paper); padding: 0; }
.nav-cta { background: var(--gold); color: var(--ink); border: 0; padding: 12px 16px; font-weight: 800; font-size: 11px; letter-spacing: .04em; }
.nav-cta span { margin-left: 10px; font-size: 14px; }
.nav-toggle { display: none; }

.hero { min-height: min(760px, calc(100vh - 82px)); position: relative; display: grid; align-items: center; padding: 9vw 5vw 7vw; background: radial-gradient(circle at 75% 43%, rgba(120,155,98,.38), transparent 22%), radial-gradient(circle at 55% 90%, rgba(207,74,54,.17), transparent 23%), linear-gradient(113deg, #090a09 0%, #161a15 48%, #0b0c0b 100%); isolation: isolate; }
.hero:before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .26; background-image: linear-gradient(rgba(239,238,232,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(239,238,232,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, #000 10%, transparent 86%); }
.field-lines { position: absolute; height: 140%; width: 57%; right: -10%; top: -19%; border: 2px solid rgba(228,193,95,.3); border-radius: 50%; transform: rotate(-17deg); z-index: -1; }
.field-lines:before, .field-lines:after { content:''; position: absolute; border: 1px solid rgba(228,193,95,.22); border-radius: 50%; inset: 8%; }
.field-lines:after { inset: 27%; }
.hero-copy { max-width: 735px; position: relative; z-index: 1; }
.eyebrow, .section-kicker { color: var(--gold); font-family: var(--font-mono); font-size: 10px; letter-spacing: .17em; font-weight: 500; }
.eyebrow span { width: 29px; height: 1px; display: inline-block; background: currentColor; margin: 0 10px 3px 0; }
.hero h1 { margin: 20px 0 16px; font-family: var(--font-display); font-size: clamp(72px, 11vw, 156px); line-height: .78; letter-spacing: -.07em; font-weight: 800; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-intro { max-width: 390px; color: rgba(239,238,232,.78); line-height: 1.7; font-size: 14px; margin: 34px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.primary-button { border: 0; background: var(--gold); color: var(--ink); padding: 16px 21px; min-height: 51px; font-size: 12px; font-weight: 800; letter-spacing: .03em; transition: transform .2s, background .2s; }
.primary-button:hover { background: var(--gold-soft); transform: translateY(-2px); }
.primary-button span { font-size: 17px; margin-left: 23px; }
.inline-link { border-bottom: 1px solid rgba(239,238,232,.4); padding-bottom: 5px; font-size: 12px; font-weight: 800; }
.inline-link span { margin-left: 9px; color: var(--gold); }
.gold { color: var(--gold); border-color: rgba(228,193,95,.6); }
.hero-stat-panel { border-left: 1px solid var(--line); padding-left: 28px; position: absolute; right: 5vw; bottom: 8vw; width: 275px; }
.hero-stat-panel > p { font-family: var(--font-mono); font-size: 10px; color: var(--gold); letter-spacing: .15em; line-height: 1.5; }
.stat-grid { display: flex; gap: 22px; margin-top: 20px; }
.stat-grid div { display: flex; flex-direction: column; }
.stat-grid strong { font-family: var(--font-display); font-size: 37px; line-height: 1; }
.stat-grid span { color: rgba(239,238,232,.55); font-family: var(--font-mono); font-size: 7px; letter-spacing: .08em; margin-top: 6px; }
.hero-number { position: absolute; right: 4vw; top: 9%; font-family: var(--font-display); font-size: 14vw; font-style: italic; color: transparent; -webkit-text-stroke: 1px rgba(239,238,232,.11); z-index: -1; }
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: #101210; color: var(--paper); font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .16em; white-space: nowrap; padding: 18px 0; }
.ticker div { display: inline-block; animation: marquee 26s linear infinite; }
.ticker span { color: var(--gold); padding: 0 20px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.intro-section { padding: clamp(90px, 13vw, 190px) 5vw; background: var(--paper); color: var(--ink); }
.section-kicker { color: var(--green); margin-bottom: 33px; }
.section-kicker span { color: var(--red); margin-right: 16px; }
.intro-content { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12vw; align-items: end; max-width: 1200px; margin: auto; }
h2 { margin: 0; font-family: var(--font-display); font-size: clamp(43px, 6vw, 86px); letter-spacing: -.06em; line-height: .92; }
.intro-content h2 em { color: var(--red); }
.intro-content p { color: #4f504d; font-size: 15px; line-height: 1.75; }
.intro-content .inline-link { color: var(--ink); display: inline-block; margin-top: 16px; border-color: rgba(10,11,10,.35); }

.programmes-section { padding: clamp(90px, 12vw, 165px) 5vw; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; max-width: 1200px; margin: 0 auto 54px; }
.section-heading .section-kicker { color: var(--gold); }
.section-heading .section-kicker span { color: var(--red); }
.section-heading h2 { font-size: clamp(48px, 6vw, 80px); }
.section-heading p { max-width: 390px; font-size: 14px; line-height: 1.7; color: rgba(239,238,232,.62); margin: 25px 0 0; }
.filters { display: flex; max-width: 1200px; margin: 0 auto 30px; border-bottom: 1px solid var(--line); gap: 28px; }
.filter { color: rgba(239,238,232,.5); background: transparent; border: 0; border-bottom: 2px solid transparent; padding: 12px 0 16px; font-size: 12px; font-weight: 700; }
.filter span { padding-left: 5px; font-family: var(--font-mono); color: var(--gold); font-size: 10px; }
.filter.active { color: var(--paper); border-color: var(--gold); }
.programme-grid { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.programme-card { min-height: 274px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; background: #101210; transition: background .24s, transform .24s; }
.programme-card:hover { background: #1a1e19; transform: translateY(-3px); }
.card-top { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; color: var(--gold); }
.card-category { color: rgba(239,238,232,.4); }
.card-watermark { position: absolute; top: -32px; right: -5px; color: rgba(228,193,95,.08); font-family: var(--font-display); font-size: 130px; line-height: 1; font-style: italic; }
.card-content { position: relative; z-index: 1; margin-top: 59px; }
.player-name { font-family: var(--font-mono); font-size: 10px; color: var(--gold); letter-spacing: .11em; margin: 0 0 7px; }
.programme-card h3 { margin: 0; max-width: 265px; font-family: var(--font-display); font-size: 28px; line-height: .96; letter-spacing: -.04em; }
.programme-summary { color: rgba(239,238,232,.55); font-size: 11px; line-height: 1.5; margin: 12px 0 14px; max-width: 265px; }
.card-button { border: 0; background: none; padding: 0; color: var(--paper); font-size: 11px; font-weight: 800; opacity: 0; transition: opacity .2s; }
.programme-card:hover .card-button, .programme-card:focus-within .card-button { opacity: 1; }
.card-button span { color: var(--gold); margin-left: 8px; }

.performance-pillars { background: #131613; display: grid; grid-template-columns: 1fr 1fr; }
.pillar-image { min-height: 720px; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 70% 35%, rgba(207,74,54,.68), transparent 18%), radial-gradient(circle at 20% 70%, rgba(228,193,95,.22), transparent 30%), linear-gradient(135deg, #1e291e, #101410 55%, #12120d); }
.pillar-image:before { content:''; position: absolute; inset: 8%; border: 1px solid rgba(239,238,232,.15); transform: rotate(-20deg) scale(1.24); }
.orb { position: absolute; width: 290px; height: 290px; border: 1px solid rgba(228,193,95,.5); border-radius: 50%; }
.line { position: absolute; width: 142%; height: 1px; background: rgba(239,238,232,.16); transform: rotate(-32deg); }
.line.two { transform: rotate(34deg); } .line.three { transform: rotate(90deg); }
.pillar-image strong { position: relative; font-family: var(--font-display); color: var(--paper); font-size: clamp(49px, 7vw, 90px); line-height: .76; letter-spacing: -.07em; z-index: 1; }
.pillar-content { padding: clamp(74px, 10vw, 150px) 8vw; }
.pillar-content .section-kicker { color: var(--gold); }.pillar-content .section-kicker span { color: var(--red); }
.pillar-content h2 { margin-bottom: 45px; }
.pillar-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.pillar-list article > span { font-family: var(--font-mono); font-size: 10px; color: var(--gold); margin-top: 4px; }
.pillar-list h3 { margin: 0 0 7px; font-size: 15px; }.pillar-list p { color: rgba(239,238,232,.58); font-size: 12px; line-height: 1.55; margin: 0; }

.membership-section { padding: clamp(80px, 11vw, 150px) 5vw; background: var(--paper); color: var(--ink); }
.membership-card { max-width: 1200px; margin: auto; background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1.2fr .8fr; min-height: 525px; }
.membership-copy { padding: clamp(42px, 7vw, 94px); }.membership-copy h2 { margin: 16px 0 22px; }.membership-copy h2 em { color: var(--gold); }.membership-copy > p:not(.eyebrow):not(.microcopy) { max-width: 405px; color: rgba(239,238,232,.66); line-height: 1.7; font-size: 14px; margin-bottom: 29px; }.microcopy { color: rgba(239,238,232,.4); font-family: var(--font-mono); font-size: 9px; max-width: 350px; line-height: 1.6; }
.price-panel { padding: clamp(42px, 7vw, 94px) 52px; background: var(--gold); color: var(--ink); display: flex; flex-direction: column; justify-content: center; }.price-panel > p { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; font-weight: 500; }.price { font-family: var(--font-display); font-size: 82px; letter-spacing: -.06em; line-height: 1; margin: 19px 0 29px; }.price > span { font-size: 25px; vertical-align: super; margin-right: 4px; }.price small { font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; }.price-panel ul { padding: 19px 0 0; margin: 0; border-top: 1px solid rgba(10,11,10,.2); list-style:none; }.price-panel li { font-size: 12px; margin-bottom: 12px; font-weight: 600; }.price-panel li span { color: var(--red); margin-right: 9px; }
.safety-note { padding: 22px 5vw; background: var(--paper-soft); color: #51524e; }.safety-note p { max-width: 1200px; margin: 0 auto; font-size: 11px; line-height: 1.6; }.safety-note strong { color: var(--ink); }
.site-footer { display: grid; grid-template-columns: 1fr 1.3fr 1fr; padding: 56px 5vw 28px; gap: 40px; background: #080908; }.site-footer > p { color: rgba(239,238,232,.55); font-size: 12px; max-width: 240px; line-height: 1.6; margin:0; }.site-footer > div { display: flex; gap: 17px; align-items: flex-start; font-size: 11px; font-weight: 700; }.site-footer small { grid-column: 1 / -1; color: rgba(239,238,232,.35); font-family:var(--font-mono); font-size:9px; letter-spacing: .08em; padding-top: 35px; border-top: 1px solid var(--line); }

.modal { width: min(620px, calc(100% - 32px)); color: var(--paper); background: #151714; border: 1px solid rgba(228,193,95,.46); padding: clamp(28px, 5vw, 54px); box-shadow: 0 30px 90px rgba(0,0,0,.7); }.modal::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }.modal-close { border: 0; position:absolute; right: 17px; top: 13px; color: var(--paper); background:transparent; font-size: 31px; font-weight: 300; }.modal-header h2 { margin: 13px 0; font-size: clamp(50px, 8vw, 72px); }.modal-header h2 em { color: var(--gold); }.modal-header > p:last-child, .modal > p { color: rgba(239,238,232,.62); font-size: 13px; line-height: 1.7; }.auth-form { display: grid; gap: 16px; margin: 28px 0 18px; }.auth-form label { font-family:var(--font-mono); font-size: 10px; letter-spacing:.1em; color: var(--gold); }.auth-form input { width:100%; margin-top: 7px; background: #090a09; border: 1px solid rgba(239,238,232,.28); color: var(--paper); padding: 14px; outline-color: var(--gold); }.form-note { font-family:var(--font-mono); font-size: 9px!important; line-height:1.7!important; color:rgba(239,238,232,.45)!important; }.form-note code { color:var(--gold); }.form-feedback { min-height:18px; font-size: 12px!important; color:var(--gold)!important; }.checkout-summary { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding:16px 0; margin:25px 0; display:flex; justify-content:space-between; align-items:center; font-family:var(--font-mono); font-size:10px; letter-spacing:.08em; }.checkout-summary strong { font-family:var(--font-display); font-size:33px; letter-spacing: -.04em; }.checkout-summary small { font-family:var(--font-mono); font-size:9px; letter-spacing:0; }
.programme-modal { width:min(960px, calc(100% - 32px)); max-height: min(860px, calc(100vh - 34px)); overflow: auto; }.detail-overline { font-family:var(--font-mono); font-size:10px; letter-spacing:.12em; color:var(--gold); }.detail-header { padding-right: 35px; }.detail-header h2 { font-size:clamp(38px, 5vw, 66px); margin:13px 0; }.detail-intro { max-width:650px; color:rgba(239,238,232,.68); line-height:1.7; font-size:13px; }.access-note { border-left:2px solid var(--gold); padding:11px 14px; background:rgba(228,193,95,.08); font-size:11px; line-height:1.6; color:rgba(239,238,232,.73); margin:25px 0 30px; }.workout-day { margin:16px 0; border:1px solid var(--line); padding:16px; }.workout-day h3 { margin:0 0 15px; font-size:15px; color:var(--gold); }.exercise-table { border-collapse:collapse; width:100%; font-size:11px; }.exercise-table th { text-align:left; font-family:var(--font-mono); font-size:9px; letter-spacing:.08em; color:rgba(239,238,232,.48); padding:8px; border-bottom:1px solid var(--line); }.exercise-table td { padding:10px 8px; border-bottom:1px solid rgba(239,238,232,.07); color:rgba(239,238,232,.78); }.exercise-table td:first-child { color:var(--paper); font-weight:700; }.locked-workout { padding:22px; border:1px dashed rgba(228,193,95,.48); text-align:center; color:rgba(239,238,232,.65); font-size:12px; line-height:1.7; }.detail-actions { margin-top:22px; }

@media (max-width: 820px) { .site-header { min-height:72px; }.nav-toggle { display:block; border:0; background:transparent; color:var(--gold); font-family:var(--font-mono); font-size:10px; letter-spacing:.12em; }.main-nav { display:none; position:absolute; top:72px; left:0; right:0; padding:24px 5vw; background:var(--ink); border-bottom:1px solid var(--line); flex-direction:column; align-items:flex-start; }.main-nav.open { display:flex; }.hero { min-height:640px; padding-top:110px; }.hero h1 { font-size:clamp(70px, 18vw, 118px); }.hero-stat-panel { position:relative; right:auto; bottom:auto; margin-top:55px; width:auto; padding-left:16px; }.field-lines { width:90%; right:-37%; }.intro-content, .section-heading, .performance-pillars, .membership-card { grid-template-columns:1fr; }.intro-content { gap:26px; }.section-heading { gap:22px; }.programme-grid { grid-template-columns: repeat(2, 1fr); }.pillar-image { min-height:440px; }.pillar-content { padding:74px 8vw; }.site-footer { grid-template-columns:1fr; }.site-footer small { grid-column:auto; }.membership-card { min-height:0; }.price-panel { padding:50px 10vw; }.card-button { opacity:1; }.programme-card { min-height:250px; } }
@media (max-width: 500px) { .site-header, .hero, .intro-section, .programmes-section, .membership-section, .safety-note, .site-footer { padding-left: 22px; padding-right:22px; }.brand { font-size:9px; }.hero { min-height:620px; padding-top:100px; }.hero-number { font-size:33vw; right:1vw; }.programme-grid { grid-template-columns:1fr; }.filters { gap:19px; }.filters .filter { font-size:10px; }.pillar-image strong { font-size:60px; }.exercise-table { min-width:590px; }.workout-day { overflow-x:auto; }.modal { padding:31px 22px; }.detail-header h2 { line-height:.95; }.hero-actions { gap:20px; } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { animation-duration:.01ms!important; scroll-behavior:auto!important; } }

.modal-switch { background: transparent; border: 0; color: var(--gold); font-size: 11px; font-weight: 800; padding: 3px 0; border-bottom: 1px solid rgba(228,193,95,.5); }
.modal-switch:hover { color: var(--gold-soft); }
