:root {
  --ink: #0a0a08;
  --ink-soft: #11110e;
  --ink-card: #171712;
  --paper: #f1efe8;
  --muted: #9a998f;
  --line: rgba(241,239,232,.16);
  --green: #a8b87a;
  --green-deep: #69744b;
  --sand: #d9d0bd;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --shell: min(1280px, calc(100% - 80px));
  --ease: cubic-bezier(.22, .72, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }

.site-noise { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(96px, 12vw, 190px) 0; position: relative; }
.section-dark { background: var(--ink-soft); }
.section-sand { color: var(--ink); background: var(--sand); }
.section-green { color: var(--paper); background: var(--green-deep); }
.eyebrow, .footer-label, .booking-label, .price-tag { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.section-sand .eyebrow, .section-sand .heading-note { color: #716d62; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; letter-spacing: -.055em; }
h1 em, h2 em, h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.08em; }
h2 { font-size: clamp(48px, 6vw, 96px); line-height: .94; }
h3 { font-size: clamp(32px, 3vw, 52px); line-height: .96; }
.lead { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-sand .lead { color: #625f56; }
.heading-note { max-width: 240px; align-self: end; color: var(--muted); font-size: 14px; line-height: 1.55; }
.section-heading { margin-bottom: 72px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading h2 { margin-top: 28px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--paper); cursor: pointer; font-size: 13px; letter-spacing: .04em; transition: gap .35s var(--ease), color .25s ease; }
.text-link:hover { gap: 21px; color: var(--green); }
.text-link.light { color: var(--paper); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; border: 1px solid var(--green); border-radius: 0; background: var(--green); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .04em; transition: background .3s ease, color .3s ease, transform .3s var(--ease); }
.button:hover { background: var(--paper); border-color: var(--paper); transform: translateY(-3px); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 11px; }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; padding: 18px 40px; transition: background .4s ease, min-height .4s ease, border-color .4s ease; }
.site-header.is-scrolled { min-height: 68px; background: rgba(10,10,8,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: baseline; gap: 9px; flex-shrink: 0; }
.brand-name { font-size: 22px; font-weight: 800; letter-spacing: .19em; line-height: 1; }
.brand-sub { color: var(--green); font-size: 8px; letter-spacing: .19em; }
.desktop-nav { display: flex; gap: clamp(15px, 2.1vw, 32px); margin-left: auto; }
.desktop-nav a { color: rgba(241,239,232,.67); font-size: 11px; transition: color .25s ease; }
.desktop-nav a:hover { color: var(--paper); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 6px auto; background: var(--paper); transition: transform .3s ease; }
.mobile-menu { position: fixed; inset: 0; z-index: 15; display: none; background: var(--ink); opacity: 0; pointer-events: none; transition: opacity .4s ease; }
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu-inner { width: min(100% - 48px, 560px); height: 100%; display: flex; flex-direction: column; justify-content: center; margin: auto; }
.mobile-menu nav { display: grid; margin: 30px 0 44px; border-top: 1px solid var(--line); }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 28px; letter-spacing: -.04em; }
.mobile-menu nav span { color: var(--green); font-size: 10px; letter-spacing: .12em; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; background: #10100d; }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.4s var(--ease) both; }
.hero-scrim { background: linear-gradient(90deg, rgba(10,10,8,.93) 0%, rgba(10,10,8,.66) 40%, rgba(10,10,8,.04) 78%), linear-gradient(0deg, rgba(10,10,8,.8), transparent 45%); }
.hero-grid { position: relative; z-index: 1; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: 112px; padding-bottom: 70px; }
.hero-eyebrow { position: absolute; top: 130px; left: 0; }
.hero-copy { width: min(720px, 75%); }
.display-kicker { margin-bottom: 28px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.hero h1 { font-size: clamp(72px, 11.5vw, 186px); line-height: .81; letter-spacing: -.085em; }
.hero h1 em { color: var(--paper); }
.hero-lead { max-width: 440px; margin-top: 42px; color: rgba(241,239,232,.72); font-size: 16px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.hero-meta { display: flex; gap: 27px; margin-top: auto; padding-top: 56px; color: rgba(241,239,232,.58); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero-index { position: absolute; right: 0; bottom: 64px; color: var(--green); font-size: 12px; letter-spacing: .2em; }
.hero-trajectory { position: absolute; right: -6%; top: 33%; width: 55vw; height: 36vw; border: 1px solid rgba(168,184,122,.24); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-24deg); pointer-events: none; }
.hero-trajectory span { position: absolute; top: -4px; right: 18%; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(168,184,122,.12); }

.intro-grid { display: grid; grid-template-columns: 1fr 1.65fr 1fr; align-items: start; gap: 60px; }
.section-mark { display: flex; align-items: center; gap: 14px; color: var(--green); writing-mode: vertical-rl; }
.section-mark span { font-size: 14px; letter-spacing: .16em; }
.section-mark i { width: 1px; height: 55px; background: currentColor; }
.section-mark small { font-size: 9px; letter-spacing: .18em; }
.intro-copy { padding-top: 78px; }
.intro-copy h2 { margin: 28px 0 40px; }
.intro-copy .text-link { margin-top: 46px; }
.media-frame { position: relative; overflow: hidden; background: var(--ink-card); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.media-frame:hover img { transform: scale(1.045); }
.media-frame figcaption, .image-caption { position: absolute; right: 18px; bottom: 16px; left: 18px; display: flex; justify-content: space-between; gap: 12px; color: rgba(241,239,232,.72); font-size: 9px; letter-spacing: .15em; }
.intro-image { height: 620px; margin-top: 40px; }

.tech-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(44px, 9vw, 150px); align-items: center; }
.tech-visual { position: relative; }
.screen-art { position: relative; min-height: 420px; overflow: hidden; background: radial-gradient(ellipse at 64% 44%, rgba(168,184,122,.34), transparent 10%), radial-gradient(ellipse at 62% 46%, rgba(168,184,122,.12), transparent 30%), #0b0d0c; border: 1px solid rgba(168,184,122,.22); }
.screen-grid { position: absolute; inset: 8% 8%; opacity: .55; background-image: linear-gradient(rgba(168,184,122,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(168,184,122,.12) 1px, transparent 1px); background-size: 12% 12%; transform: perspective(550px) rotateX(59deg) translateY(36%); transform-origin: 50% 50%; }
.screen-art::before { content: ''; position: absolute; width: 55%; aspect-ratio: 1; top: 19%; left: 34%; border: 1px solid rgba(168,184,122,.65); border-radius: 50%; box-shadow: 0 0 70px rgba(168,184,122,.12); }
.screen-label { position: absolute; top: 24px; left: 25px; color: var(--green); font-size: 9px; letter-spacing: .15em; }
.screen-stat { position: absolute; right: 24px; bottom: 28px; color: var(--paper); font-size: clamp(34px, 4vw, 66px); letter-spacing: -.07em; }
.screen-stat small { color: var(--green); font-size: 10px; letter-spacing: .12em; }
.screen-line { position: absolute; top: 52%; left: 38%; width: 36%; height: 1px; background: var(--green); transform: rotate(-21deg); transform-origin: left; box-shadow: 0 0 8px var(--green); }
.screen-line::after { content: ''; position: absolute; right: -4px; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.tech-caption { display: flex; justify-content: space-between; margin-top: 16px; color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.tech-list { border-top: 1px solid var(--line); }
.tech-list article { display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 25px 0 27px; border-bottom: 1px solid var(--line); }
.tech-list article > span { color: var(--green); font-size: 11px; }
.tech-list h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.03em; }
.tech-list p { max-width: 390px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.suites { background: var(--paper); color: var(--ink); }
.suites .eyebrow, .suites .heading-note { color: #76736a; }
.suite-picker { border-top: 1px solid rgba(10,10,8,.28); }
.suite-tabs { display: flex; gap: 12px; border-bottom: 1px solid rgba(10,10,8,.18); }
.suite-tab { display: flex; align-items: baseline; gap: 12px; padding: 20px 3px; border: 0; border-bottom: 2px solid transparent; background: none; color: #7e7b71; cursor: pointer; font-size: 14px; transition: color .3s ease, border-color .3s ease; }
.suite-tab + .suite-tab { margin-left: 33px; }
.suite-tab span { font-size: 9px; letter-spacing: .1em; }
.suite-tab.is-active { color: var(--ink); border-color: var(--ink); }
.suite-content { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .7fr); gap: clamp(40px, 7vw, 110px); padding-top: 52px; }
.suite-image { height: 560px; }
.suite-details { align-self: center; max-width: 440px; }
.suite-details h3 { margin: 24px 0 28px; font-size: clamp(40px, 4.5vw, 72px); }
.suite-details > p:not(.eyebrow) { color: #68655c; line-height: 1.7; }
.detail-list, .feature-list { display: grid; gap: 0; margin: 30px 0 38px; padding: 0; list-style: none; }
.detail-list li, .feature-list li { padding: 13px 0; border-bottom: 1px solid rgba(10,10,8,.18); color: #49473f; font-size: 13px; }

.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(10,10,8,.25); }
.format-card { min-height: 445px; display: flex; flex-direction: column; padding: 29px 28px 30px; background: var(--sand); }
.format-card-featured { background: #c8c0ad; }
.format-number { align-self: end; color: #6e6a61; font-size: 11px; letter-spacing: .16em; }
.format-card .eyebrow { margin-top: 74px; color: #6e6a61; }
.format-card h3 { margin: 24px 0 25px; }
.format-card p:not(.eyebrow) { max-width: 275px; color: #625f56; font-size: 14px; line-height: 1.65; }
.format-card .text-link { margin-top: auto; align-self: flex-start; color: var(--ink); }

.booking-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 10vw, 160px); align-items: start; }
.booking-shell .section-heading { margin: 0; }
.booking-shell h2 { margin: 25px 0 35px; }
.booking-panel { border-top: 1px solid var(--line); }
.booking-column { padding: 24px 0 26px; border-bottom: 1px solid var(--line); }
.booking-label { display: block; margin-bottom: 18px; }
.date-options, .time-options, .select-row, .player-options { display: flex; flex-wrap: wrap; gap: 8px; }
.date-option, .time-option, .select-option, .player-option { border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; transition: border-color .25s ease, background .25s ease, color .25s ease; }
.date-option:hover, .time-option:hover, .select-option:hover, .player-option:hover, .is-selected { border-color: var(--green); color: var(--paper); background: rgba(168,184,122,.13); }
.date-option { min-width: 76px; padding: 12px 9px; font-size: 20px; line-height: 1; }
.date-option small, .select-option small { display: block; margin-top: 8px; color: var(--green); font-size: 9px; letter-spacing: .1em; }
.time-option { min-width: 74px; padding: 12px 13px; font-size: 12px; }
.select-option { flex: 1; min-width: 160px; padding: 15px; text-align: left; font-size: 13px; }
.player-option { width: 45px; height: 45px; font-size: 13px; }
.booking-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 30px; }
.booking-footer p { display: grid; gap: 4px; }
.booking-footer p span { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.booking-footer strong { color: var(--paper); font-size: 13px; font-weight: 400; }

.pricing { background: var(--paper); color: var(--ink); }
.pricing .eyebrow, .pricing .heading-note { color: #76736a; }
.price-table { border-top: 1px solid rgba(10,10,8,.28); }
.price-table article { display: grid; grid-template-columns: 1.1fr 1fr 145px; align-items: center; gap: 30px; min-height: 165px; padding: 22px 0; border-bottom: 1px solid rgba(10,10,8,.18); }
.price-table .price-tag { color: #77736a; }
.price-table h3 { margin-top: 14px; font-size: clamp(30px, 3vw, 48px); }
.price-table article > div:nth-child(2) { display: flex; align-items: baseline; gap: 8px; }
.price-table strong { font-size: clamp(30px, 3.5vw, 56px); font-weight: 400; letter-spacing: -.08em; }
.price-table article > div:nth-child(2) span { color: #77736a; font-size: 12px; }
.price-table .text-link { justify-self: end; color: var(--ink); }
.price-featured { background: rgba(168,184,122,.2); padding-inline: 20px !important; }

.membership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.membership-copy h2 { margin: 25px 0 37px; }
.membership-copy .button { margin-top: 40px; }
.membership-card { aspect-ratio: 1.6; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(241,239,232,.42); background: linear-gradient(135deg, rgba(10,10,8,.28), rgba(203,213,153,.27)), radial-gradient(circle at 76% 20%, rgba(241,239,232,.16), transparent 21%); box-shadow: 21px 21px 0 rgba(10,10,8,.15); transform: rotate(-3deg); }
.membership-card .card-top, .membership-card .card-bottom { display: flex; align-items: start; justify-content: space-between; gap: 12px; font-size: 9px; letter-spacing: .16em; }
.membership-card .card-top span:first-child { font-size: 23px; font-weight: 800; letter-spacing: .15em; }
.membership-card .card-word { font-family: var(--serif); font-size: clamp(100px, 17vw, 250px); font-style: italic; line-height: .5; opacity: .34; }
.membership-card .card-bottom { align-items: end; line-height: 1.5; }

.events-grid { display: grid; grid-template-columns: 1.1fr .75fr; gap: clamp(50px, 10vw, 160px); align-items: center; }
.events-image { height: 660px; }
.events-copy h2 { margin: 25px 0 34px; }
.events-copy .feature-list { max-width: 330px; }
.events-copy .feature-list li { border-color: var(--line); color: var(--paper); }

.coach-grid { display: grid; grid-template-columns: .86fr 1fr; gap: clamp(55px, 11vw, 180px); align-items: center; }
.coach-copy h2 { margin: 25px 0 35px; }
.coach-name { display: grid; gap: 3px; margin-top: 42px; }
.coach-name strong { font-size: 18px; font-weight: 400; }
.coach-name span { color: var(--green); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.coach-copy .feature-list { max-width: 400px; margin-bottom: 0; }
.coach-copy .feature-list li { border-color: var(--line); color: var(--paper); }
.coach-image { height: 720px; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stats-grid > div { min-height: 120px; display: grid; align-content: start; gap: 12px; border-top: 1px solid rgba(10,10,8,.28); padding-top: 18px; }
.stats-grid strong { font-size: clamp(46px, 6vw, 94px); font-weight: 400; letter-spacing: -.1em; line-height: .8; }
.stats-grid sup { color: var(--green-deep); font-size: .4em; vertical-align: top; }
.stats-grid small { margin-inline: 5px; font-size: .45em; }
.stats-grid span { color: #666158; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .65fr .65fr; grid-template-rows: 330px 260px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; background: var(--ink-card); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-small { background: #171b14; }
.gallery-event { grid-column: span 2; }
.gallery-item figcaption { position: absolute; right: 15px; bottom: 14px; left: 15px; color: rgba(241,239,232,.72); font-size: 9px; letter-spacing: .16em; }
.golf-ball-art { position: absolute; width: 150px; height: 150px; top: 50%; left: 50%; border-radius: 50%; background: radial-gradient(circle at 34% 28%, #f1efe8, #bdb9ab 65%, #716e62); box-shadow: 30px 32px 40px rgba(0,0,0,.35), inset -13px -18px 30px rgba(0,0,0,.17); transform: translate(-50%, -50%); }
.golf-ball-art::before { content: ''; position: absolute; inset: 17px; border-radius: 50%; opacity: .6; background-image: radial-gradient(circle, rgba(82,83,70,.5) 0 2px, transparent 2.5px); background-size: 17px 17px; }

.testimonials-grid { display: grid; grid-template-columns: 1fr 2.5fr; gap: 90px; }
.quotes { display: grid; gap: 36px; }
blockquote { margin: 0; padding-bottom: 35px; border-bottom: 1px solid var(--line); color: var(--paper); font-family: var(--serif); font-size: clamp(22px, 2.5vw, 36px); font-style: italic; line-height: 1.17; letter-spacing: -.04em; }
blockquote cite { display: block; margin-top: 20px; color: var(--green); font-family: var(--sans); font-size: 10px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.concept-note { color: var(--muted); font-size: 11px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 10vw, 160px); }
.faq-list { border-top: 1px solid rgba(10,10,8,.28); }
details { border-bottom: 1px solid rgba(10,10,8,.28); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; cursor: pointer; font-size: 18px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--green-deep); font-size: 22px; font-weight: 200; transition: transform .3s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 580px; padding: 0 40px 26px 0; color: #656158; font-size: 14px; line-height: 1.65; }

.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.location h2 { margin: 25px 0 35px; }
.demo-label { display: inline-block; margin-top: 35px; padding: 8px 11px; border: 1px solid var(--green); color: var(--green); font-size: 9px; letter-spacing: .14em; }
.location-card { border: 1px solid var(--line); }
.map-art { position: relative; min-height: 300px; overflow: hidden; background-color: #11130f; background-image: linear-gradient(rgba(168,184,122,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(168,184,122,.08) 1px, transparent 1px), radial-gradient(circle at 45% 50%, rgba(168,184,122,.13), transparent 25%); background-size: 42px 42px, 42px 42px, auto; }
.map-route { position: absolute; width: 78%; height: 50%; top: 28%; left: 9%; border: 1px solid var(--green); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(15deg); opacity: .7; }
.map-route::after { content: ''; position: absolute; width: 1px; height: 130%; top: -14%; right: 28%; background: var(--green); transform: rotate(45deg); }
.map-point { position: absolute; top: 43%; left: 46%; width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 9px rgba(168,184,122,.15); }
.map-label { position: absolute; right: 20px; bottom: 17px; color: var(--green); font-size: 9px; letter-spacing: .15em; }
.location-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px; border-top: 1px solid var(--line); }
.location-meta div { display: grid; gap: 9px; }
.location-meta span { color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.location-meta strong { font-size: 13px; font-weight: 400; line-height: 1.6; }

.final-cta { min-height: 70vh; display: grid; place-items: center; text-align: center; background: var(--paper); color: var(--ink); }
.final-cta .eyebrow { color: #77736a; }
.final-cta h2 { margin-top: 28px; font-size: clamp(62px, 9vw, 145px); }
.final-cta .hero-actions { justify-content: center; }
.final-cta .text-link { color: var(--ink); }
.site-footer { background: var(--ink); padding: 88px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; padding-bottom: 80px; }
.footer-brand { margin-bottom: 28px; }
.footer-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 12px; }
.footer-label { margin-bottom: 8px; }
.footer-grid > div:not(:first-child) a { color: var(--muted); font-size: 13px; transition: color .25s ease; }
.footer-grid > div:not(:first-child) a:hover { color: var(--paper); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.5; }
.footer-bottom a { color: var(--paper); }
.footer-bottom span:last-child { text-align: right; }

.demo-dialog { width: min(520px, calc(100% - 32px)); padding: 0; border: 1px solid rgba(241,239,232,.22); background: var(--ink-card); color: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.demo-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.dialog-inner { padding: 44px; }
.dialog-close { position: absolute; top: 15px; right: 17px; width: 32px; height: 32px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 25px; font-weight: 200; }
.dialog-inner h2 { margin: 24px 0 17px; font-size: 56px; }
.dialog-inner p:not(.eyebrow) { max-width: 360px; margin-bottom: 30px; color: var(--muted); line-height: 1.6; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 860px); }
  .site-header { padding-inline: 24px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: 10px; }
  .header-book { display: none; }
  .intro-grid { grid-template-columns: 70px 1fr 280px; gap: 34px; }
  .tech-layout, .booking-shell, .events-grid, .coach-grid, .faq-grid, .location-grid { gap: 50px; }
  .suite-content { gap: 45px; }
  .suite-image { height: 480px; }
  .events-image, .coach-image { height: 580px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding: 92px 0; }
  .split-heading { display: block; }
  .heading-note { margin-top: 30px; }
  .section-heading { margin-bottom: 48px; }
  .site-header { min-height: 70px; padding: 15px 18px; }
  .site-header.is-scrolled { min-height: 61px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: block; }
  .hero-grid { padding-top: 90px; padding-bottom: 36px; }
  .hero-eyebrow { top: 90px; }
  .hero-copy { width: 100%; padding-top: 95px; }
  .hero h1 { font-size: clamp(63px, 18vw, 110px); }
  .hero-lead { margin-top: 33px; font-size: 15px; }
  .hero-meta { display: grid; gap: 10px; padding-top: 45px; font-size: 9px; }
  .hero-index { right: 0; bottom: 34px; }
  .hero-scrim { background: linear-gradient(90deg, rgba(10,10,8,.92), rgba(10,10,8,.32)), linear-gradient(0deg, rgba(10,10,8,.9), transparent 55%); }
  .hero-trajectory { right: -28%; top: 39%; width: 120vw; height: 75vw; opacity: .7; }
  h2 { font-size: clamp(45px, 13vw, 74px); }
  .lead { font-size: 15px; }
  .intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .section-mark { writing-mode: horizontal-tb; }
  .section-mark i { width: 46px; height: 1px; }
  .intro-copy { padding-top: 25px; }
  .intro-image { height: 470px; margin-top: 25px; }
  .tech-layout, .booking-shell, .events-grid, .coach-grid, .faq-grid, .location-grid, .membership-grid { grid-template-columns: 1fr; }
  .screen-art { min-height: 310px; }
  .suite-tabs { overflow-x: auto; scrollbar-width: none; }
  .suite-tabs::-webkit-scrollbar { display: none; }
  .suite-tab { white-space: nowrap; }
  .suite-tab + .suite-tab { margin-left: 13px; }
  .suite-content { grid-template-columns: 1fr; padding-top: 30px; }
  .suite-image { height: 315px; }
  .suite-details { padding-bottom: 10px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 330px; }
  .format-card .eyebrow { margin-top: 40px; }
  .booking-footer { align-items: flex-start; flex-direction: column; }
  .price-table article { grid-template-columns: 1fr 1fr; gap: 15px; min-height: 150px; }
  .price-table article > div:nth-child(2) { justify-self: end; }
  .price-table .text-link { grid-column: 1 / -1; justify-self: start; }
  .price-featured { margin-inline: -12px; padding-inline: 12px !important; }
  .membership-grid { gap: 55px; }
  .membership-card { width: 92%; margin-inline: auto; }
  .events-image, .coach-image { height: 490px; }
  .coach-copy { order: 1; }
  .coach-image { order: 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px 17px; }
  .stats-grid > div { min-height: 100px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 210px 260px 200px; }
  .gallery-wide { grid-column: 1 / -1; }
  .gallery-tall { grid-row: span 2; }
  .gallery-event { grid-column: 1 / -1; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-mark { gap: 10px; }
  .section-mark i { display: block; }
  summary { font-size: 16px; }
  details p { padding-right: 20px; }
  .location-card { margin-top: 10px; }
  .map-art { min-height: 245px; }
  .location-meta { grid-template-columns: 1fr; }
  .final-cta { min-height: 590px; }
  .final-cta h2 { font-size: clamp(54px, 14vw, 82px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding-bottom: 60px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom span:last-child { text-align: left; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 59px; }
  .button { padding-inline: 18px; }
  .hero-actions { gap: 20px; }
  .date-option { min-width: 69px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
