.page { --navy:#06142d; --navySoft:#102b58; --ink:#10172a; --gold:#ffbc3d; --orange:#f07d1d; --cream:#f7f3eb; --white:#fff; background:var(--cream); color:var(--ink); font-family:Arial,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif; overflow:hidden; }
.page * { box-sizing:border-box; }
.page a { color:inherit; }
.header { align-items:center; background:var(--navy); color:var(--white); display:flex; justify-content:space-between; min-height:76px; padding:0 clamp(22px,5vw,86px); position:relative; z-index:3; }
.wordmark { font-size:18px; font-style:italic; font-weight:900; letter-spacing:-.05em; text-decoration:none; white-space:nowrap; }
.wordmark strong { color:var(--gold); }
.headerActions { align-items:center; display:flex; gap:18px; }
.audioToggle { align-items:center; background:transparent; border:1px solid rgba(255,255,255,.42); color:var(--white); cursor:pointer; display:inline-flex; font:inherit; font-size:11px; font-weight:900; gap:6px; min-height:32px; padding:0 10px; white-space:nowrap; }
.audioToggle:hover { background:rgba(255,255,255,.12); }
.audioToggle span { color:var(--gold); font-size:14px; line-height:1; }
.officialLink { color:rgba(255,255,255,.84); font-size:13px; font-weight:800; text-decoration:none; white-space:nowrap; }
.officialLink:hover { color:var(--gold); }
.officialLink small { color:var(--gold); font-size:10px; font-weight:800; margin-left:4px; }
.instagramLink, .headerCta { align-items:center; display:inline-flex; font-size:13px; font-weight:800; gap:8px; text-decoration:none; }
.instagramLink { color:rgba(255,255,255,.82); }
.instagramLink svg, .instagramButton svg { fill:none; height:17px; stroke:currentColor; stroke-width:1.8; width:17px; }
.headerCta { background:var(--gold); color:var(--navy); min-height:42px; padding:0 15px; }
.hero { align-items:center; background:var(--navy); color:var(--white); display:flex; min-height:min(780px,calc(100svh - 76px)); position:relative; }
.heroPhoto, .heroShade, .courtLine { inset:0; position:absolute; }
.heroPhoto img { object-fit:cover; object-position:center 38%; }
.heroShade { background:linear-gradient(90deg,rgba(4,13,31,.96) 0%,rgba(4,13,31,.72) 44%,rgba(4,13,31,.12) 100%); }
.courtLine { border:1px solid rgba(255,255,255,.2); border-radius:50%; height:120vw; left:auto; right:-49vw; top:50%; transform:translateY(-50%); width:120vw; }
.courtLine::after { border-left:1px solid rgba(255,255,255,.16); content:""; inset:-5% 50%; position:absolute; }
.heroContent { max-width:920px; padding:110px clamp(24px,11vw,180px); position:relative; z-index:1; }
.eyebrow { color:var(--orange); font-size:11px; font-weight:900; letter-spacing:.18em; margin:0 0 18px; }
.hero .eyebrow, .finalCta .eyebrow { color:var(--gold); }
.hero h1 { font-size:clamp(3.7rem,7.2vw,7.7rem); letter-spacing:-.1em; line-height:.94; margin:0 0 28px; }
.hero h1 em, .statement h2 span, .trial h2 span, .finalCta h2 span { color:var(--gold); font-style:normal; }
.heroLead { color:rgba(255,255,255,.86); font-size:clamp(.96rem,1.25vw,1.16rem); letter-spacing:.04em; line-height:1.95; margin:0 0 36px; }
.heroButtons { display:flex; flex-wrap:wrap; gap:14px; }
.primaryButton, .finalButton { align-items:center; background:var(--gold); color:var(--navy); display:inline-flex; font-size:14px; font-weight:900; gap:28px; justify-content:center; min-height:56px; padding:0 20px; text-decoration:none; transition:transform .2s,background .2s; }
.primaryButton:hover, .finalButton:hover { background:#ffd26f; transform:translateY(-2px); }
.textButton { align-items:center; border-bottom:1px solid rgba(255,255,255,.72); display:inline-flex; font-size:14px; font-weight:800; gap:23px; padding:0 2px; text-decoration:none; }
.heroSide { bottom:30px; color:rgba(255,255,255,.55); font-size:10px; letter-spacing:.22em; margin:0; position:absolute; right:24px; writing-mode:vertical-rl; z-index:1; }
.statement { display:grid; gap:35px; grid-template-columns:1.1fr .9fr; padding:clamp(80px,12vw,185px) clamp(24px,11vw,180px); }
.statement .eyebrow { grid-column:1 / -1; margin-bottom:-12px; }
.statement h2, .trial h2, .events h2, .gallery h2, .finalCta h2, .feature h2 { font-size:clamp(2.7rem,5.5vw,5.7rem); letter-spacing:-.09em; line-height:1.02; margin:0; }
.statement > p:last-child { align-self:end; color:#445067; line-height:2; margin:0; max-width:530px; }
.featureGrid { display:grid; grid-template-columns:repeat(2,1fr); }
.feature, .featureImage { min-height:min(44vw,610px); position:relative; }
.feature { display:flex; flex-direction:column; justify-content:flex-end; padding:clamp(34px,6vw,95px); }
.featureDark { background:var(--navy); color:var(--white); }
.featureGold { background:var(--gold); color:var(--navy); }
.featureImage img, .cardPhoto img, .galleryLarge img, .gallerySmall img { object-fit:cover; }
.featureNumber { font-size:13px; font-weight:900; left:clamp(34px,6vw,95px); letter-spacing:.15em; margin:0; position:absolute; top:clamp(34px,6vw,95px); }
.featureDark .featureNumber { color:var(--gold); }
.feature .eyebrow { margin-bottom:14px; }
.featureDark .eyebrow { color:var(--gold); }
.featureGold .eyebrow { color:#8c4900; }
.feature h2 { font-size:clamp(2.25rem,4.4vw,4.6rem); margin-bottom:22px; }
.feature > p:last-child { line-height:1.9; margin:0; max-width:450px; opacity:.78; }
.trial { background:var(--white); display:grid; gap:clamp(45px,12vw,190px); grid-template-columns:.85fr 1.15fr; padding:clamp(80px,11vw,165px) clamp(24px,11vw,180px); }
.trialCopy { max-width:610px; }
.trialCopy > p { color:#445067; line-height:2; margin:0 0 34px; }
.steps { border-top:1px solid #d7dce4; list-style:none; margin:0 0 34px; padding:0; }
.steps li { align-items:center; border-bottom:1px solid #d7dce4; display:flex; gap:24px; padding:17px 0; }
.steps b { color:var(--orange); font-size:12px; letter-spacing:.12em; }
.steps span { font-size:15px; font-weight:800; }
.events { background:#e9edf3; padding:clamp(80px,11vw,165px) clamp(24px,11vw,180px); }
.eventsHeading { display:grid; gap:28px; grid-template-columns:1fr .75fr; margin-bottom:52px; }
.eventsHeading .eyebrow { grid-column:1 / -1; margin-bottom:-9px; }
.eventsHeading > p:last-child { align-self:end; color:#445067; line-height:1.9; margin:0; max-width:390px; }
.eventCards { display:grid; gap:20px; grid-template-columns:repeat(2,1fr); }
.eventCard { background:var(--white); display:flex; flex-direction:column; min-height:520px; padding:clamp(25px,3.5vw,48px); }
.eventCardDark { background:var(--navy); color:var(--white); }
.cardPhoto { aspect-ratio:16 / 8; margin-bottom:30px; overflow:hidden; position:relative; }
.cardLabel { color:var(--orange); font-size:11px; font-weight:900; letter-spacing:.16em; margin:0 0 11px; }
.eventCardDark .cardLabel { color:var(--gold); }
.eventCard h3 { font-size:clamp(1.65rem,2.5vw,2.55rem); letter-spacing:-.06em; margin:0 0 16px; }
.eventCard > p:not(.cardLabel) { color:#445067; line-height:1.9; margin:0 0 26px; }
.eventCardDark > p:not(.cardLabel) { color:rgba(255,255,255,.72); }
.eventCard a { align-items:center; color:#5e28aa; display:flex; font-size:14px; font-weight:900; gap:18px; margin-top:auto; text-underline-offset:4px; }
.eventCardDark a { color:var(--gold); }
.eventActions { display:flex; flex-wrap:wrap; gap:16px 24px; margin-top:auto; }
.eventCard .eventActions a { margin-top:0; }
.gallery { background:var(--white); display:grid; grid-template-columns:1.25fr 1fr .55fr; min-height:570px; }
.galleryLarge, .gallerySmall { position:relative; }
.galleryCopy { align-self:center; padding:clamp(46px,6vw,95px) clamp(28px,5vw,75px); }
.galleryCopy h2 { font-size:clamp(2.5rem,4.2vw,4.6rem); margin-bottom:26px; }
.galleryCopy > p:not(.eyebrow) { color:#445067; line-height:1.9; margin:0 0 27px; }
.instagramButton { align-items:center; border-bottom:1px solid var(--ink); display:inline-flex; font-size:14px; font-weight:900; gap:9px; padding-bottom:7px; text-decoration:none; }
.instagramButton span { margin-left:12px; }
.finalCta { background:linear-gradient(125deg,#3d1471,#8427bb); color:var(--white); padding:clamp(90px,13vw,200px) 24px; position:relative; text-align:center; }
.finalCta::before { border:1px solid rgba(255,255,255,.13); border-radius:50%; content:""; height:min(83vw,950px); left:50%; position:absolute; top:50%; transform:translate(-50%,-50%); width:min(83vw,950px); }
.finalCta > * { position:relative; }
.finalCta h2 { margin-bottom:27px; }
.finalCta > p:not(.eyebrow) { color:rgba(255,255,255,.8); line-height:1.9; margin:0 auto 33px; }
.finalButton { background:#06c755; color:var(--white); }
.finalButton:hover { background:#08ad4d; }
.lineIcon { color:var(--white); fill:none; flex:0 0 auto; height:25px; stroke:currentColor; stroke-width:1.9; width:25px; }
.footer { align-items:center; background:#030916; color:var(--white); display:flex; gap:25px; justify-content:space-between; padding:42px clamp(24px,7vw,110px); }
.footer p, .footer > a:last-child { color:rgba(255,255,255,.6); font-size:12px; margin:0; }
.mobileCta { display:none; }
@media (max-width:800px) { .header { min-height:64px; padding:0 19px; } .wordmark { font-size:16px; } .headerActions { gap:13px; } .officialLink { font-size:11px; } .officialLink small { display:none; } .instagramLink { font-size:0; gap:0; } .instagramLink svg { height:19px; width:19px; } .headerCta { display:none; } .hero { min-height:700px; } .heroPhoto img { object-position:60% center; } .heroShade { background:linear-gradient(90deg,rgba(4,13,31,.94),rgba(4,13,31,.55) 100%); } .courtLine { height:150vw; right:-79vw; width:150vw; } .heroContent { padding:92px 25px 112px; } .hero h1 { font-size:clamp(3.35rem,15vw,5.2rem); } .heroLead { font-size:15px; } .heroLead br { display:none; } .heroButtons { gap:22px; } .primaryButton { min-height:54px; } .statement, .trial, .eventsHeading { grid-template-columns:1fr; } .statement { gap:25px; padding:82px 24px; } .statement .eyebrow { margin-bottom:0; } .statement h2, .trial h2, .events h2, .gallery h2, .finalCta h2 { font-size:clamp(2.7rem,12vw,4.5rem); } .featureGrid { grid-template-columns:1fr; } .feature, .featureImage { min-height:94vw; } .featureImage { min-height:76vw; } .featureImage:nth-child(3) { order:4; } .featureGold { order:3; } .trial { gap:40px; padding:82px 24px; } .events { padding:82px 24px; } .eventsHeading { gap:20px; margin-bottom:36px; } .eventsHeading .eyebrow { margin-bottom:0; } .eventCards { grid-template-columns:1fr; } .eventCard { min-height:0; padding:26px; } .gallery { grid-template-columns:1fr; } .galleryLarge { min-height:72vw; } .gallerySmall { display:none; } .galleryCopy { padding:72px 24px; } .finalCta { padding:100px 24px 110px; } .finalCta::before { height:126vw; width:126vw; } .footer { align-items:flex-start; flex-direction:column; gap:14px; padding:34px 24px 98px; } .mobileCta { align-items:center; background:var(--gold); bottom:15px; box-shadow:0 10px 28px rgba(0,0,0,.25); color:var(--navy); display:flex; font-size:14px; font-weight:900; gap:28px; justify-content:center; left:16px; min-height:54px; position:fixed; right:16px; text-decoration:none; z-index:5; } }
@media (max-width:800px) { .audioToggle { font-size:10px; min-height:30px; padding:0 8px; } }
@media (prefers-reduced-motion:reduce) { .primaryButton, .finalButton { transition:none; } }
