@font-face { font-family: "Jost"; src: url("assets/fonts/jost-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Jost"; src: url("assets/fonts/jost-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Jost"; src: url("assets/fonts/jost-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-300.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }

:root {
  --navy: #16305A;
  --terracotta: #C25B37;
  --cream: #F7F4EF;
  --navy-04: rgba(22, 48, 90, .04);
  --navy-08: rgba(22, 48, 90, .08);
  --navy-12: rgba(22, 48, 90, .12);
  --navy-16: rgba(22, 48, 90, .16);
  --navy-22: rgba(22, 48, 90, .22);
  --navy-42: rgba(22, 48, 90, .42);
  --navy-58: rgba(22, 48, 90, .58);
  --cream-12: rgba(247, 244, 239, .12);
  --cream-22: rgba(247, 244, 239, .22);
  --cream-48: rgba(247, 244, 239, .48);
  --cream-68: rgba(247, 244, 239, .68);
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; overflow-x: hidden; color: var(--navy); background: var(--cream); font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 300; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { position: relative; padding: clamp(110px, 11vw, 180px) 0; }
.section--sand, .section--navy, .booking, .location, .faq { color: var(--navy); background: var(--cream); }
.section--copper { color: var(--cream); background: var(--navy); }
.hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 16px; left: 16px; padding: 11px 15px; color: var(--cream); background: var(--navy); transform: translateY(-160%); transition: transform .25s; }
.skip-link:focus { transform: translateY(0); }

.topline { position: fixed; z-index: 60; inset: 0 0 auto; height: 32px; color: var(--navy-58); border-bottom: 1px solid var(--navy-16); background: var(--cream); font-size: 8px; font-weight: 400; letter-spacing: .3em; }
.topline__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topline span { display: inline-flex; align-items: center; gap: 9px; }
.topline i { width: 4px; height: 4px; border-radius: 50%; background: var(--terracotta); }
.topline a { padding-bottom: 1px; border-bottom: 1px solid var(--terracotta); }

.header { position: fixed; z-index: 50; top: 32px; right: 0; left: 0; color: var(--navy); transition: background .4s, border-color .4s; }
.header.is-scrolled { border-bottom: 1px solid var(--navy-12); background: rgba(247, 244, 239, .96); backdrop-filter: blur(14px); }
.header__inner { height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 16px; white-space: nowrap; }
.brand img { width: 44px; height: 44px; }
.brand__wordmark { display: grid; gap: 5px; color: currentColor; font-family: "Jost", sans-serif; font-size: 18px; font-weight: 500; line-height: .9; letter-spacing: .19em; text-transform: uppercase; }
.brand__wordmark small { font-family: "Manrope", sans-serif; font-size: 7px; font-weight: 400; letter-spacing: .46em; }
.nav { display: flex; align-items: center; gap: 38px; font-size: 9px; font-weight: 400; letter-spacing: .19em; text-transform: uppercase; }
.nav > a:not(.nav__cta) { color: var(--navy-58); transition: color .25s; }
.nav > a:hover { color: var(--navy); }
.nav__cta { padding: 13px 18px; border: 1px solid var(--navy-22); }
.menu-button { display: none; position: relative; width: 42px; height: 42px; border: 0; color: var(--navy); background: transparent; }
.menu-button span { position: absolute; left: 9px; width: 24px; height: 1px; background: currentColor; transition: transform .25s, top .25s; }
.menu-button span:first-child { top: 16px; }
.menu-button span:last-child { top: 25px; }
.menu-button[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.hero { position: relative; min-height: 155svh; padding: 0; color: var(--navy); background: var(--cream); }
.hero__ambient, .hero__gridlines { display: none; }
.hero__inner { position: sticky; top: 32px; min-height: calc(100svh - 32px); display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: center; gap: clamp(58px, 7vw, 118px); padding-top: 126px; padding-bottom: 54px; }
.hero__copy { align-self: center; }
.kicker { display: flex; align-items: center; gap: 18px; margin: 0 0 46px; color: var(--navy-42); font-size: 9px; font-weight: 400; letter-spacing: .31em; text-transform: uppercase; }
.kicker span { color: var(--navy); }
.kicker::after { content: ""; order: 1; width: 46px; height: 1px; background: var(--terracotta); }
.kicker b { order: 2; font-weight: 300; }
.hero h1, .intro-copy h2, .booking h2, .location h2, .faq h2, .opening h2, .experience-card__body h3, .legal-main h1, .thanks__card h1 { margin: 0; color: var(--navy); font-family: "Jost", sans-serif; font-weight: 500; text-transform: uppercase; }
.hero h1 { max-width: 680px; font-size: clamp(76px, 8vw, 130px); line-height: .8; letter-spacing: .055em; }
.hero h1 em { color: var(--terracotta); font: inherit; }
.hero h1 em::after { content: ""; display: inline-block; width: .17em; height: .17em; margin-left: .07em; border-radius: 50%; background: var(--terracotta); }
.hero__lead { max-width: 510px; margin: 52px 0 0; color: var(--navy-58); font-size: 15px; line-height: 1.9; }
.hero__lead strong { display: block; margin-bottom: 17px; color: var(--navy); font-size: 10px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; }
.hero__lead span { display: block; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 23px; border: 1px solid transparent; color: var(--navy); background: transparent; font-size: 10px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; transition: border-color .25s, color .25s, background .25s; }
.button--accent, .button--navy { color: var(--cream); background: var(--navy); }
.button--line { border-color: var(--navy-22); }
.button--line:hover { border-color: var(--navy); }
.hero__facts { max-width: 560px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--navy-16); }
.hero__facts div { display: grid; grid-template-columns: auto 1fr; column-gap: 11px; padding: 18px 16px 0 0; }
.hero__facts div + div { padding-left: 18px; border-left: 1px solid var(--navy-12); }
.hero__facts small { grid-row: span 2; padding-top: 1px; color: var(--terracotta); font-size: 7px; }
.hero__facts strong { font-size: 10px; font-weight: 400; letter-spacing: .17em; text-transform: uppercase; }
.hero__facts span { margin-top: 3px; color: var(--navy-58); font-size: 11px; }

.hero__visual { position: relative; height: min(680px, 60vw); min-height: 570px; max-height: 720px; }
.court-study { position: relative; height: 100%; overflow: hidden; border: 1px solid var(--navy-22); background: var(--cream); }
.court-study::after { content: ""; position: absolute; inset: 24px; border: 1px solid var(--navy-08); pointer-events: none; }
.visual-label { position: absolute; z-index: 8; right: 46px; left: 46px; display: flex; align-items: center; justify-content: space-between; color: var(--navy-42); font-size: 7px; font-weight: 400; letter-spacing: .28em; text-transform: uppercase; }
.visual-label b { color: var(--navy); font-weight: 400; }
.visual-label--top { top: 42px; }
.visual-label--bottom { bottom: 42px; }
.hero__monogram { position: absolute; z-index: 7; top: 78px; left: 44px; width: 72px; height: 72px; display: grid; place-items: center; }
.hero__monogram img { width: 62px; height: 62px; }

.court-frame { position: absolute; z-index: 2; inset: 21% 7% 17% 24%; perspective: 900px; }
.court-frame::before { content: ""; position: absolute; inset: 0; border: 1px solid var(--navy-22); }
.court-frame__glow { display: none; }
.court-frame__roof { position: absolute; top: 0; right: 0; left: 0; height: 26%; border-bottom: 1px solid var(--navy-22); background: repeating-linear-gradient(90deg, transparent 0 16%, var(--navy-12) 16.2% 16.5%); transform: rotateX(-7deg); transform-origin: top; }
.court-frame__back { position: absolute; z-index: 2; top: 13%; right: 13%; left: 13%; height: 36%; border: 1px solid var(--navy-22); background: repeating-linear-gradient(90deg, transparent 0 19%, var(--navy-12) 19.2% 19.5%), repeating-linear-gradient(0deg, transparent 0 31%, var(--navy-08) 31.2% 31.5%); }
.court-frame__side { position: absolute; top: 15%; bottom: 18%; width: 21%; border: 1px solid var(--navy-22); background: repeating-linear-gradient(90deg, transparent 0 31%, var(--navy-12) 32% 33%); }
.court-frame__side--left { left: 0; transform: skewY(-15deg); transform-origin: right; }
.court-frame__side--right { right: 0; transform: skewY(15deg); transform-origin: left; }
.court-frame__floor { position: absolute; z-index: 3; top: 42%; right: 13%; bottom: 1%; left: 13%; overflow: hidden; border: 1px solid var(--cream-68); background: var(--navy); transform: perspective(760px) rotateX(57deg); transform-origin: top; }
.court-line { position: absolute; background: var(--cream-68); }
.court-line--center { top: 0; bottom: 0; left: 50%; width: 1px; }
.court-line--service { top: 48%; right: 0; left: 0; height: 1px; }
.court-line--left { top: 0; bottom: 0; left: 17%; width: 1px; }
.court-line--right { top: 0; right: 17%; bottom: 0; width: 1px; }
.court-net { position: absolute; z-index: 3; top: 49%; right: 0; left: 0; height: 9px; background: repeating-linear-gradient(0deg, var(--cream) 0 1px, transparent 1px 4px); transform: translateY(-50%); }
.court-ball { display: none; }

.serve-trail { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.serve-trail path { fill: none; stroke: var(--terracotta); stroke-width: 1.3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--serve-trail, 0)); opacity: calc(var(--serve-trail, 0) * .62); }
.hero__serve-ball { position: absolute; z-index: 6; left: calc(var(--serve-x, 21) * 1%); top: calc(var(--serve-y, 75) * 1%); width: 15px; height: 15px; border: 1.5px solid var(--navy); border-radius: 50%; background: var(--cream); transform: translate(-50%, -50%); will-change: left, top; }
.hero__serve-ball::before, .hero__serve-ball::after { content: ""; position: absolute; border: 1px solid var(--navy); border-top-color: transparent; border-bottom-color: transparent; border-radius: 50%; }
.hero__serve-ball::before { inset: 2px 4px; }
.hero__serve-ball::after { inset: 4px 2px; transform: rotate(90deg); }
.serve-impact { position: absolute; z-index: 5; left: 75.6%; top: 29.5%; width: 28px; height: 28px; border: 1px solid var(--terracotta); border-radius: 50%; opacity: var(--serve-impact, 0); transform: translate(-50%, -50%) scale(calc(.35 + var(--serve-impact, 0) * .65)); }
.serve-impact::before, .serve-impact::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 40px; height: 1px; background: var(--terracotta); transform: translate(-50%, -50%); }
.serve-impact::after { transform: translate(-50%, -50%) rotate(90deg); }
.serve-floor-impact { position: absolute; z-index: 5; left: 46%; top: 68%; width: 20px; height: 6px; border: 1px solid var(--navy-22); border-radius: 50%; opacity: var(--serve-floor-impact, 0); transform: translate(-50%, -50%) scale(calc(.4 + var(--serve-floor-impact, 0) * .6)); }
.scroll-cue { position: absolute; right: 26px; bottom: 48px; display: flex; align-items: center; gap: 12px; color: var(--navy-42); font-size: 7px; letter-spacing: .24em; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 52px; background: linear-gradient(to bottom, var(--terracotta), transparent); }

.marquee { min-height: 52px; overflow: hidden; display: flex; align-items: center; color: var(--navy); border-block: 1px solid var(--navy-16); background: var(--cream); }
.marquee__track { width: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); font-size: 8px; font-weight: 400; letter-spacing: .25em; white-space: normal; }
.marquee__track i { color: var(--terracotta); font-style: normal; }
.marquee__track span:nth-of-type(n+6), .marquee__track i:nth-of-type(n+6) { display: none; }

.section-tag { display: flex; align-items: center; gap: 14px; color: var(--navy-42); font-size: 9px; font-weight: 400; letter-spacing: .29em; text-transform: uppercase; }
.section-tag span { width: 30px; height: 30px; display: inline-grid; place-items: center; border: 1px solid var(--navy-16); border-radius: 50%; color: var(--terracotta); letter-spacing: 0; }
.intro-grid { display: grid; grid-template-columns: .28fr 1fr; align-items: start; gap: clamp(60px, 9vw, 140px); }
.intro-copy h2, .booking h2, .location h2, .faq h2 { margin: -8px 0 32px; font-size: clamp(48px, 5.3vw, 82px); line-height: 1; letter-spacing: .065em; }
.intro-copy h2 em, .booking h2 em, .location h2 em, .faq h2 em { color: var(--terracotta); font: inherit; }
.intro-copy > p, .booking__copy > p, .location__copy > p { max-width: 750px; margin: 0; color: var(--navy-58); font-size: 13px; line-height: 2; }

.cards-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; margin-top: 108px; border: 1px solid var(--navy-16); }
.experience-card { min-height: 560px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; color: var(--navy); border-right: 1px solid var(--navy-16); background: var(--cream); }
.experience-card:last-child { border-right: 0; }
.experience-card__top { display: flex; justify-content: space-between; color: var(--navy-42); font-size: 7px; font-weight: 400; letter-spacing: .18em; }
.experience-card__art { position: relative; flex: 1; min-height: 270px; margin: 25px 0; overflow: hidden; border: 1px solid var(--navy-16); }
.experience-card__art--court { border-color: var(--navy); background: var(--navy); }
.experience-card__art--court img { width: 100%; height: 100%; object-fit: cover; }
.experience-card__art--community { background: #fff; }
.experience-card__art--community img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.experience-card__art--racket { display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 24px; }
.experience-card__art--racket img { width: 145px; margin: auto; color: var(--navy); transform: rotate(-14deg); }
.experience-card__art--racket span { font-family: "Jost", sans-serif; font-size: 30px; line-height: 1.05; letter-spacing: .06em; }
.experience-card__body h3 { margin-bottom: 14px; font-size: 28px; letter-spacing: .08em; }
.experience-card__body p { margin: 0; color: rgba(22, 48, 90, .74); font-size: 14px; font-weight: 400; line-height: 1.7; }

.manifesto { min-height: 760px; display: flex; align-items: center; overflow: hidden; border-block: 1px solid var(--navy-16); }
.manifesto__lines { display: none; }
.manifesto__inner { position: relative; }
.manifesto__label { color: var(--navy-42); font-size: 8px; font-weight: 400; letter-spacing: .26em; }
.manifesto blockquote { margin: 68px 0 52px; font-family: "Jost", sans-serif; font-size: clamp(72px, 9vw, 140px); font-weight: 500; line-height: .82; letter-spacing: .08em; }
.manifesto blockquote span { display: block; }
.manifesto blockquote .is-accent { color: var(--terracotta); }
.manifesto__footer { padding-top: 28px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--navy-16); }
.manifesto__footer p { margin: 0; color: var(--navy-58); font-size: 12px; }

.booking__grid, .location__grid, .opening__grid, .faq__grid { display: grid; align-items: center; gap: clamp(70px, 9vw, 140px); }
.booking__grid { grid-template-columns: .85fr 1.15fr; }
.booking__copy .section-tag, .location__copy .section-tag { margin-bottom: 45px; }
.steps { margin-top: 38px; border-top: 1px solid var(--navy-16); }
.steps > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--navy-12); }
.steps > div > span { color: var(--terracotta); font-size: 10px; }
.steps p { margin: 0; display: grid; gap: 4px; }
.steps strong { font-size: 14px; font-weight: 400; }
.steps small { color: var(--navy-58); font-size: 12px; }
.text-link { display: inline-flex; gap: 30px; margin-top: 33px; padding-bottom: 7px; border-bottom: 1px solid var(--navy-16); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.text-link span { color: var(--terracotta); }
.phone-stage { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--navy-16); background: var(--cream); }
.phone-stage::before, .phone-stage::after { content: ""; position: absolute; border: 1px solid var(--navy-08); border-radius: 50%; }
.phone-stage::before { width: 500px; height: 500px; }
.phone-stage::after { width: 660px; height: 660px; }
.phone-stage__ring { display: none; }
.phone { position: relative; z-index: 3; width: 300px; height: 610px; padding: 10px; border: 1px solid var(--navy); border-radius: 46px; background: var(--navy); box-shadow: 0 30px 70px var(--navy-16); transform: rotate(3deg); }
.phone__island { position: absolute; z-index: 5; top: 17px; left: 50%; width: 92px; height: 23px; border-radius: 999px; background: var(--navy); transform: translateX(-50%); }
.phone__screen { position: relative; height: 100%; overflow: hidden; padding: 42px 18px 16px; border-radius: 37px; color: var(--navy); background: var(--cream); }
.app-top { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; font-size: 8px; letter-spacing: .1em; }
.app-top img { width: 28px; }
.app-top b { font-weight: 400; }
.app-hello { margin: 28px 0 20px; color: var(--navy-58); font-family: "Jost", sans-serif; font-size: 24px; line-height: 1.08; }
.app-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.app-days span { display: grid; place-items: center; gap: 4px; padding: 8px 3px; font-size: 7px; }
.app-days small { font-size: 11px; }
.app-days .active { color: var(--cream); background: var(--navy); }
.app-card { margin-top: 20px; overflow: hidden; border: 1px solid var(--navy-12); }
.app-card__visual { position: relative; height: 170px; padding: 14px; color: var(--cream); background: var(--navy); }
.app-card__visual span { font-size: 7px; letter-spacing: .15em; }
.app-card__visual i { position: absolute; background: var(--cream-48); }
.app-card__visual i:nth-of-type(1) { top: 50%; right: 12%; left: 12%; height: 1px; }
.app-card__visual i:nth-of-type(2) { top: 20%; bottom: 12%; left: 50%; width: 1px; }
.app-card__visual i:nth-of-type(3) { right: 20%; bottom: 16%; left: 20%; height: 4px; background: repeating-linear-gradient(90deg, var(--cream-48) 0 2px, transparent 2px 6px); }
.app-card__content { padding: 16px; }
.app-card__content small { color: var(--navy-42); font-size: 7px; letter-spacing: .13em; }
.app-card__content h3 { margin: 7px 0 14px; font-size: 16px; font-weight: 400; }
.app-card__content > div { display: flex; align-items: center; justify-content: space-between; }
.app-card__content strong { font-size: 12px; font-weight: 400; }
.app-card__content button { padding: 9px 10px; border: 0; color: var(--cream); background: var(--navy); font-size: 7px; }
.app-nav { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 12px; border-top: 1px solid var(--navy-12); }
.app-nav span { display: grid; place-items: center; gap: 3px; color: var(--navy-42); font-size: 13px; }
.app-nav small { font-size: 6px; }
.phone-badge { position: absolute; z-index: 4; padding: 15px 18px; border: 1px solid var(--navy-16); color: var(--navy); background: var(--cream); }
.phone-badge--top { top: 14%; right: 8%; }
.phone-badge--top small { display: block; margin-bottom: 4px; color: var(--navy-42); font-size: 7px; letter-spacing: .15em; }
.phone-badge--top strong { font-size: 10px; font-weight: 400; letter-spacing: .08em; }
.phone-badge--bottom { bottom: 17%; left: 7%; display: flex; align-items: center; gap: 11px; }
.phone-badge--bottom > span { width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); }
.phone-badge p { margin: 0; display: grid; gap: 2px; }
.phone-badge p strong { font-size: 8px; font-weight: 400; letter-spacing: .1em; }
.phone-badge p small { color: var(--navy-42); font-size: 7px; }

.location { border-top: 1px solid var(--navy-16); }
.location__grid { grid-template-columns: 1.05fr .95fr; }
.location__map { position: relative; min-height: 610px; overflow: hidden; background: var(--navy); }
.map-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(var(--cream-12) 1px, transparent 1px), linear-gradient(90deg, var(--cream-12) 1px, transparent 1px); background-size: 54px 54px; }
.map-road { position: absolute; height: 2px; background: var(--cream-22); transform-origin: left; }
.map-road--one { top: 27%; left: -10%; width: 120%; transform: rotate(21deg); }
.map-road--two { top: 72%; left: -5%; width: 110%; transform: rotate(-15deg); }
.map-road--three { top: 5%; left: 54%; width: 90%; transform: rotate(83deg); }
.map-pin { position: absolute; top: 45%; left: 48%; display: flex; align-items: center; gap: 13px; }
.map-pin span { width: 14px; height: 14px; border: 4px solid var(--navy); border-radius: 50%; background: var(--terracotta); outline: 1px solid var(--cream); }
.map-pin b { color: var(--cream); font-size: 9px; font-weight: 400; letter-spacing: .16em; }
.location__map > p { position: absolute; bottom: 28px; left: 30px; margin: 0; color: var(--cream); font-family: "Jost", sans-serif; font-size: 29px; letter-spacing: .1em; }
.location__map > p small { color: var(--cream-48); font-family: "Manrope", sans-serif; font-size: 7px; letter-spacing: .2em; }
.location dl { margin: 38px 0 0; border-top: 1px solid var(--navy-16); }
.location dl div { display: grid; grid-template-columns: 1fr 1.2fr; padding: 18px 0; border-bottom: 1px solid var(--navy-16); }
.location dt { color: var(--navy-42); font-size: 11px; letter-spacing: .08em; }
.location dd { margin: 0; font-weight: 400; }

.opening { overflow: hidden; }
.opening__ball { position: absolute; top: -70px; right: -90px; width: 430px; color: var(--cream); opacity: .07; transform: rotate(14deg); }
.opening__grid { position: relative; grid-template-columns: 1fr .82fr; }
.opening__eyebrow { margin: 0 0 34px; color: var(--cream-48); font-size: 9px; font-weight: 400; letter-spacing: .24em; }
.opening h2 { color: var(--cream); font-size: clamp(62px, 7vw, 108px); line-height: .83; letter-spacing: .06em; }
.opening h2 em { color: var(--terracotta); font: inherit; }
.opening__copy > p:last-child { max-width: 600px; margin-top: 35px; color: var(--cream-68); font-size: 15px; line-height: 1.9; }
.signup { padding: 38px; color: var(--navy); border: 1px solid var(--cream-22); background: var(--cream); }
.signup label:not(.check) { display: grid; gap: 8px; margin-bottom: 20px; }
.signup label > span:first-child { color: var(--navy-42); font-size: 10px; font-weight: 400; letter-spacing: .15em; text-transform: uppercase; }
.signup input[type="text"], .signup input[type="email"] { width: 100%; height: 56px; padding: 0; border: 0; border-bottom: 1px solid var(--navy-22); color: var(--navy); background: transparent; outline: none; }
.signup input:focus { border-color: var(--terracotta); }
.check { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; margin: 24px 0; color: var(--navy-58); font-size: 11px; line-height: 1.6; }
.check input { margin-top: 3px; accent-color: var(--terracotta); }
.check a { border-bottom: 1px solid var(--navy-22); }
.signup > small { display: block; margin-top: 12px; color: var(--navy-42); font-size: 10px; text-align: center; }

.faq { border-top: 1px solid var(--navy-16); }
.faq__grid { grid-template-columns: .7fr 1fr; align-items: start; }
.faq__heading .section-tag { margin-bottom: 44px; }
.accordions { border-top: 1px solid var(--navy-16); }
details { border-bottom: 1px solid var(--navy-16); }
summary { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-family: "Jost", sans-serif; font-size: 23px; font-weight: 500; letter-spacing: .04em; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--terracotta); font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 300; transition: transform .25s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -8px 50px 28px 0; color: var(--navy-58); font-size: 14px; line-height: 1.8; }

.footer { padding: 88px 0 24px; color: var(--cream); background: var(--navy); }
.footer__top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 90px; padding-bottom: 64px; }
.footer__brand p { margin: 24px 0 0 60px; color: var(--cream-48); font-size: 13px; }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer__links div { display: grid; align-content: start; gap: 14px; }
.footer__links span { margin-bottom: 7px; color: var(--terracotta); font-size: 7px; letter-spacing: .2em; }
.footer__links a { color: var(--cream-48); font-size: 13px; }
.footer__links a:hover { color: var(--cream); }
.footer__bottom { min-height: 54px; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--cream-12); color: var(--cream-48); font-size: 7px; letter-spacing: .16em; }

.reveal { opacity: 1; transform: none; transition: opacity 1.15s cubic-bezier(.2,.65,.25,1), transform 1.15s cubic-bezier(.2,.65,.25,1); }
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .14s; }
.reveal--delay-1 { transition-delay: .1s; }
.reveal--delay-2 { transition-delay: .2s; }

.legal-page, .thanks { min-height: 100vh; color: var(--navy); background: var(--cream); }
.legal-header { padding: 25px 0; border-bottom: 1px solid var(--navy-16); }
.legal-header .shell { display: flex; align-items: center; justify-content: space-between; }
.legal-header a:last-child { color: var(--navy-58); font-size: 12px; }
.legal-main { max-width: 860px; margin: 0 auto; padding: 100px 24px 130px; }
.legal-main h1 { margin-bottom: 48px; font-size: clamp(46px, 7vw, 78px); letter-spacing: .06em; }
.legal-main h2 { margin-top: 42px; font-family: "Jost", sans-serif; font-size: 25px; font-weight: 500; }
.legal-main p, .legal-main li { color: var(--navy-58); line-height: 1.8; }
.legal-note { padding: 18px 22px; border: 1px solid var(--navy-16); border-left: 3px solid var(--terracotta); }
.thanks { display: grid; place-items: center; padding: 30px; text-align: center; }
.thanks__card { max-width: 660px; padding: 55px; border: 1px solid var(--navy-16); }
.thanks__card img { width: 82px; margin: 0 auto 26px; }
.thanks__card h1 { font-size: clamp(48px, 8vw, 82px); letter-spacing: .05em; }
.thanks__card p { color: var(--navy-58); line-height: 1.8; }
.thanks__card .button { margin-top: 18px; }

@media (max-width: 1100px) {
  .hero__inner { grid-template-columns: .9fr 1.1fr; gap: 48px; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .experience-card { border-bottom: 1px solid var(--navy-16); }
  .experience-card:nth-child(2) { border-right: 0; }
  .experience-card:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .booking__grid, .location__grid { gap: 60px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .section { padding: 100px 0; }
  .header__inner { height: 76px; }
  .menu-button { display: block; z-index: 4; }
  .nav { position: fixed; z-index: 3; inset: 32px 0 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 40px; color: var(--navy); background: var(--cream); transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.65,.25,1); }
  .nav.is-open { transform: translateX(0); }
  .nav > a:not(.nav__cta) { color: var(--navy); }
  .hero { min-height: auto; padding: 138px 0 82px; }
  .hero__inner { position: relative; top: auto; min-height: auto; grid-template-columns: 1fr; gap: 66px; padding: 0; }
  .hero h1 { font-size: clamp(70px, 18vw, 112px); }
  .hero__visual { height: 620px; min-height: 0; }
  .scroll-cue { display: none; }
  .intro-grid, .booking__grid, .location__grid, .opening__grid, .faq__grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card:nth-child(2), .experience-card:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--navy-16); }
  .experience-card:last-child { border-bottom: 0; }
  .manifesto blockquote { letter-spacing: .04em; }
  .phone-stage { min-height: 680px; }
  .location__map { min-height: 500px; order: 2; }
  .footer__top { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .section { padding: 88px 0; }
  .topline a { display: none; }
  .brand img { width: 38px; height: 38px; }
  .brand__wordmark { font-size: 15px; }
  .hero { padding-top: 126px; }
  .kicker b, .kicker::after { display: none; }
  .hero h1 { font-size: clamp(58px, 19vw, 86px); letter-spacing: .035em; }
  .hero__lead { margin-top: 42px; }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .hero__facts { grid-template-columns: 1fr; }
  .hero__facts div, .hero__facts div + div { padding: 14px 0; border-left: 0; border-bottom: 1px solid var(--navy-12); }
  .hero__visual { height: 500px; }
  .court-study::after { inset: 14px; }
  .visual-label { right: 25px; left: 25px; font-size: 6px; letter-spacing: .18em; }
  .visual-label--top { top: 26px; }
  .visual-label--bottom { bottom: 26px; }
  .hero__monogram { top: 52px; left: 22px; width: 58px; height: 58px; }
  .hero__monogram img { width: 48px; height: 48px; }
  .court-frame { inset: 24% 4% 18% 16%; }
  .hero__serve-ball { width: 12px; height: 12px; }
  .marquee__track { justify-content: flex-start; overflow: hidden; padding-inline: 16px; }
  .marquee__track span:nth-of-type(n+4), .marquee__track i:nth-of-type(n+4) { display: none; }
  .intro-copy h2, .booking h2, .location h2, .faq h2 { font-size: 43px; letter-spacing: .04em; }
  .cards-grid { margin-top: 68px; }
  .experience-card { min-height: 500px; padding: 22px; }
  .manifesto { min-height: 540px; }
  .manifesto blockquote { font-size: 15vw; }
  .phone-stage { min-height: 610px; }
  .phone { width: 270px; height: 550px; }
  .phone-badge--top { top: 8%; right: 3%; }
  .phone-badge--bottom { bottom: 8%; left: 3%; }
  .location__map { min-height: 410px; }
  .opening h2 { font-size: 52px; }
  .signup { padding: 25px; }
  summary { min-height: 82px; font-size: 19px; }
  .footer__links { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal, .js .reveal { opacity: 1; transform: none; }
}
