@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #0b0b0d;
  --ink-soft: #151519;
  --ink-2: #1c1c21;
  --paper: #f2eee5;
  --paper-2: #e7e0d4;
  --white: #fffaf2;
  --muted: #aaa49c;
  --line: rgba(255, 255, 255, .12);
  --line-dark: rgba(11, 11, 13, .14);
  --orange: #ff7a18;
  --orange-2: #ff9b35;
  --red: #b71920;
  --red-dark: #731016;
  --shadow: 0 24px 80px rgba(0, 0, 0, .22);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--orange); color: #111; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-paper { background: var(--paper); color: var(--ink); }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-family: var(--display); font-size: .86rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .95; text-transform: uppercase; }
h2 { margin-bottom: 20px; font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: -.03em; }
h3 { font-size: 1.65rem; letter-spacing: .01em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 4px; font-family: var(--display); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--orange), var(--red)); color: white; box-shadow: 0 10px 35px rgba(183, 25, 32, .24); }
.button-primary:hover { background: linear-gradient(135deg, var(--orange-2), #d12028); }
.button-ghost { border-color: rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: var(--orange); color: var(--orange); }
.button-dark { background: var(--ink); color: white; width: 100%; }
.button-dark:hover { background: var(--red); }
.button-ghost-dark { border-color: var(--line-dark); color: var(--ink); background: transparent; }
.button-ghost-dark:hover { border-color: var(--red); color: var(--red); }
.button-small { min-height: 42px; padding: 0 18px; background: transparent; color: white; border-color: rgba(255,255,255,.25); }
.button-small:hover { border-color: var(--orange); color: var(--orange); }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--red); font-weight: 800; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(5px); }
.prototype-ribbon { background: linear-gradient(90deg, var(--red-dark), var(--red), var(--orange)); color: white; padding: 6px 20px; text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(10,10,12,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 236px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; background: white; border-radius: 3px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; max-width: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: var(--display); font-size: 1.5rem; letter-spacing: .04em; text-transform: uppercase; }
.brand-copy small { color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav > a { color: #d8d4ce; font-family: var(--display); font-size: .95rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.primary-nav > a:hover { color: var(--orange); }
.nav-account, .cart-button { border: 0; color: #efebe5; background: transparent; font-family: var(--display); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.nav-account { display: flex; gap: 8px; align-items: center; }
.icon-user { width: 18px; height: 18px; position: relative; border: 1.5px solid currentColor; border-radius: 50%; }
.icon-user::after { content: ""; position: absolute; left: 3px; right: 3px; bottom: 2px; height: 5px; border: 1.5px solid currentColor; border-radius: 50% 50% 30% 30%; }
.icon-user::before { content: ""; position: absolute; left: 6px; top: 3px; width: 4px; height: 4px; background: currentColor; border-radius: 50%; }
.cart-button { display: inline-flex; gap: 9px; align-items: center; min-height: 40px; padding: 0 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; }
.cart-button span { display: grid; place-items: center; min-width: 22px; height: 22px; background: var(--orange); color: #111; border-radius: 50%; font-family: var(--body); font-size: .72rem; font-weight: 800; }
.menu-toggle { display: none; width: 44px; height: 42px; background: transparent; border: 1px solid var(--line); border-radius: 3px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: white; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: radial-gradient(circle at 75% 40%, rgba(183,25,32,.2), transparent 29%), linear-gradient(135deg, #09090b 0%, #101014 53%, #070708 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 50px; position: relative; z-index: 1; }
.hero-copy { padding: 86px 0 100px; }
.hero h1 { margin-bottom: 26px; font-size: clamp(4rem, 8vw, 7.6rem); letter-spacing: -.045em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--orange); text-shadow: 0 0 50px rgba(255,122,24,.2); }
.hero-lede { max-width: 640px; margin-bottom: 32px; color: #c7c2bb; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats { display: flex; gap: 44px; margin: 48px 0 0; }
.hero-stats div { padding-left: 14px; border-left: 2px solid var(--red); }
.hero-stats dt { font-family: var(--display); font-size: 2rem; font-weight: 800; line-height: 1; }
.hero-stats dd { margin: 6px 0 0; color: var(--muted); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.hero-art { min-height: 560px; position: relative; display: grid; place-items: center; }
.hero-emblem { width: min(470px, 90%); aspect-ratio: 1; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.07), rgba(255,255,255,.01) 60%, transparent 61%); }
.hero-emblem::before, .hero-emblem::after { content: ""; position: absolute; inset: 7%; border: 1px dashed rgba(255,122,24,.28); border-radius: 50%; animation: rotate 28s linear infinite; }
.hero-emblem::after { inset: 17%; border-style: solid; border-color: rgba(255,255,255,.08); animation-direction: reverse; animation-duration: 18s; }
.hero-emblem img { width: 66%; position: relative; z-index: 2; filter: invert(1); opacity: .94; }
.emblem-glow { position: absolute; width: 45%; aspect-ratio: 1; border-radius: 50%; background: var(--red); filter: blur(90px); opacity: .3; }
.floating-card { position: absolute; z-index: 4; min-width: 170px; padding: 16px 18px; background: rgba(20,20,24,.92); border: 1px solid rgba(255,255,255,.14); border-left: 3px solid var(--orange); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card span, .floating-card small { display: block; }.floating-card strong { color: var(--orange); font-family: var(--display); letter-spacing: .12em; text-transform: uppercase; }.floating-card span { font-weight: 700; }.floating-card small { margin-top: 4px; color: var(--muted); }
.floating-card-one { left: 0; top: 17%; }.floating-card-two { right: -2%; bottom: 17%; }
.hero-stripe { position: absolute; left: -3%; right: -3%; bottom: -32px; height: 70px; background: linear-gradient(90deg, var(--red), var(--orange)); transform: rotate(-1.8deg); }
@keyframes rotate { to { transform: rotate(360deg); } }

.ticker { overflow: hidden; background: var(--orange); color: #141414; border-block: 1px solid rgba(0,0,0,.16); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 15px 0; animation: ticker 35s linear infinite; }
.ticker-track span { font-family: var(--display); font-size: 1.05rem; font-weight: 800; letter-spacing: .12em; }.ticker-track i { width: 7px; height: 7px; background: currentColor; transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-25%); } }

.section-heading { max-width: 760px; margin-bottom: 52px; }.section-heading > p:not(.eyebrow) { color: #b6b0a7; font-size: 1.05rem; }.section-paper .section-heading > p:not(.eyebrow) { color: #67625b; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }.split-heading > p { padding-bottom: 8px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-dark); }
.feature-card { min-height: 300px; padding: 38px 34px; position: relative; border-right: 1px solid var(--line-dark); }.feature-card:last-child { border-right: 0; }.feature-card h3 { margin: 28px 0 14px; }.feature-card p { margin: 0; color: #6a655d; }.feature-number { position: absolute; right: 22px; top: 18px; color: rgba(11,11,13,.14); font-family: var(--display); font-size: 3.4rem; font-weight: 800; }.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--orange), var(--red)); font-size: 1.5rem; clip-path: polygon(25% 0,75% 0,100% 25%,100% 75%,75% 100%,25% 100%,0 75%,0 25%); }
.club-panel { margin-top: 80px; min-height: 440px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: var(--ink); color: white; box-shadow: var(--shadow); }
.club-panel-copy { padding: clamp(42px, 7vw, 80px); align-self: center; }.club-panel-copy h3 { max-width: 520px; margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 4.5rem); }.club-panel-copy p:not(.eyebrow) { color: #bbb5ad; max-width: 560px; }.club-panel-copy .text-link { margin-top: 12px; color: var(--orange); }
.club-panel-visual { position: relative; overflow: hidden; background: linear-gradient(140deg,#2a1713,#0d0d0f 72%); perspective: 800px; }
.battle-grid { position: absolute; inset: -20%; background-image: linear-gradient(rgba(255,255,255,.09) 2px,transparent 2px),linear-gradient(90deg,rgba(255,255,255,.09) 2px,transparent 2px); background-size: 58px 58px; transform: rotateX(58deg) rotateZ(-18deg) scale(1.3); }
.terrain { position: absolute; background: #3a3936; border: 2px solid #57534d; box-shadow: 0 20px 30px rgba(0,0,0,.45); }.terrain-a { width: 120px; height: 90px; left: 18%; top: 27%; transform: rotate(-12deg); }.terrain-b { width: 84px; height: 120px; right: 20%; top: 20%; transform: rotate(18deg); }.terrain-c { width: 150px; height: 55px; right: 18%; bottom: 22%; transform: rotate(-7deg); }
.mini { position: absolute; width: 18px; height: 32px; border-radius: 50% 50% 20% 20%; background: var(--orange); box-shadow: 0 11px 0 -4px #2b2b2b,0 10px 16px #000; }.mini::after { content:""; position:absolute; left:-6px; bottom:-6px; width:30px; height:8px; border-radius:50%; background:#171719; }.mini-a{left:32%;top:48%}.mini-b{left:45%;bottom:24%;background:#d5d2ca}.mini-c{right:35%;top:46%;background:var(--red)}.mini-d{right:25%;bottom:31%;background:#d5d2ca}

.events-section { background: radial-gradient(circle at 10% 0, rgba(183,25,32,.18), transparent 28%), #0d0d0f; }
.event-list { border-top: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: 120px 1fr auto; gap: 30px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }.event-card:hover { padding-inline: 18px; background: rgba(255,255,255,.025); }
.event-date { width: 92px; height: 92px; display: grid; place-content: center; text-align: center; background: linear-gradient(145deg, var(--red), #511014); border: 1px solid rgba(255,255,255,.15); }.event-date strong { font-family: var(--display); font-size: 2.5rem; line-height: .8; }.event-date span { margin-top: 8px; color: #f6c6aa; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.event-details h3 { margin: 8px 0 10px; font-size: 2rem; }.event-details p { margin: 0; color: #a8a39d; }.tag { display:inline-block; color:var(--orange); font-size:.68rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }.event-meta { min-width: 150px; display: grid; justify-items: end; gap: 5px; }.event-meta span { color:#aaa49d;font-size:.82rem}.event-meta strong{margin-bottom:10px;color:var(--orange)}

.booking-section { background: linear-gradient(135deg,#ece6db,#faf6ef); color: var(--ink); position: relative; overflow: hidden; }.booking-section::after { content:""; position:absolute; width:500px; height:500px; right:-220px; bottom:-220px; border:90px solid rgba(183,25,32,.06); border-radius:50%; }
.booking-layout { position:relative;z-index:1;display:grid;grid-template-columns:.76fr 1.24fr;gap:80px;align-items:start}.booking-intro{position:sticky;top:130px}.booking-intro>p:not(.eyebrow){color:#68625b;font-size:1.04rem}.check-list{list-style:none;padding:0;margin:30px 0}.check-list li{position:relative;padding:12px 0 12px 33px;border-bottom:1px solid var(--line-dark);font-weight:700}.check-list li::before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}.booking-note{display:flex;flex-direction:column;gap:3px;padding:18px;border-left:3px solid var(--orange);background:rgba(255,255,255,.55)}.booking-note span{color:#716b63;font-size:.84rem}
.booking-card{padding:34px;background:white;border:1px solid rgba(11,11,13,.12);box-shadow:0 28px 70px rgba(77,49,31,.14)}.booking-card-head{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:25px;border-bottom:1px solid var(--line-dark)}.booking-card-head span:first-child{color:var(--red);font-size:.68rem;font-weight:800;letter-spacing:.16em}.booking-card-head h3{margin:5px 0 0;font-size:2.4rem}.status-dot{display:flex;align-items:center;gap:8px;color:#4f654d;font-size:.72rem;font-weight:700}.status-dot::before{content:"";width:8px;height:8px;background:#75a96b;border-radius:50%;box-shadow:0 0 0 5px rgba(117,169,107,.15)}
.form-step{padding:27px 0;border-bottom:1px solid var(--line-dark)}.step-label{display:flex;align-items:center;gap:10px;margin-bottom:16px}.step-label>span{width:25px;height:25px;display:grid;place-items:center;background:var(--ink);color:white;border-radius:50%;font-size:.72rem}.step-label strong{font-family:var(--display);font-size:1.1rem;letter-spacing:.04em;text-transform:uppercase}.table-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.choice-card{position:relative;padding:13px;border:1px solid var(--line-dark);border-radius:4px;cursor:pointer;transition:.2s}.choice-card input{position:absolute;opacity:0}.choice-card:has(input:checked){border-color:var(--red);box-shadow:0 0 0 2px rgba(183,25,32,.12)}.choice-card>strong,.choice-card>small{display:block}.choice-card>strong{font-family:var(--display);text-transform:uppercase}.choice-card>small{color:#777169;font-size:.7rem}.choice-visual{height:62px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:6px;background:#e5dfd5;border:2px solid #b9b1a6;transform:perspective(100px) rotateX(8deg)}.choice-visual i{width:20px;height:18px;background:#777268;border-radius:2px}.campaign-table i{background:#765542}.grand-table{background:#dbd3c7}.grand-table i{width:28px;background:#544d45}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label,.account-modal label{display:flex;flex-direction:column;gap:7px}.form-grid label>span,.account-modal label>span{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.form-grid input,.form-grid select,.account-modal input,.newsletter input{width:100%;min-height:48px;padding:0 13px;border:1px solid #cbc4ba;background:#faf8f4;color:var(--ink);border-radius:3px;outline:none}.form-grid input:focus,.form-grid select:focus,.account-modal input:focus,.newsletter input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,122,24,.14)}
.addon-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;cursor:pointer}.addon-row>span{display:flex;align-items:center;gap:12px}.addon-row input{position:absolute;opacity:0}.addon-row i{width:22px;height:22px;display:grid;place-items:center;border:1px solid #aaa39a;border-radius:2px}.addon-row input:checked+i{background:var(--red);border-color:var(--red)}.addon-row input:checked+i::after{content:"✓";color:white;font-size:.8rem;font-weight:900}.addon-row span span{display:flex;flex-direction:column}.addon-row small{color:#777169}.addon-row b{color:var(--red)}
.booking-summary{display:flex;justify-content:space-between;align-items:center;padding:24px 0}.booking-summary>div:first-child{display:flex;flex-direction:column}.booking-summary span{font-weight:800}.booking-summary small{color:#777169}.booking-total{text-align:right}.booking-total strong{display:block;font-family:var(--display);font-size:2.4rem;line-height:1}.form-disclaimer{text-align:center;margin:13px 0 0;color:#89837b;font-size:.72rem}

.membership-section{background:#111114}.centered{margin-inline:auto;text-align:center}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.price-card{position:relative;padding:34px;background:#18181d;border:1px solid var(--line)}.price-card.featured{transform:translateY(-12px);border-color:var(--orange);background:linear-gradient(160deg,#251512,#17171b 55%);box-shadow:0 22px 70px rgba(0,0,0,.35)}.price-kicker{color:var(--orange);font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.price-card h3{margin:10px 0 25px}.price{display:flex;align-items:end;gap:7px;padding-bottom:24px;border-bottom:1px solid var(--line)}.price strong{font-family:var(--display);font-size:3.2rem;line-height:1}.price span{color:var(--muted)}.price-card ul{min-height:145px;list-style:none;padding:20px 0;margin:0}.price-card li{padding:6px 0;color:#cbc6bf}.price-card li::before{content:"✓";margin-right:9px;color:var(--orange);font-weight:900}.price-card .button{width:100%}.popular{position:absolute;right:16px;top:16px;padding:5px 8px;background:var(--orange);color:#171717;font-size:.58rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}

.shop-heading{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{padding:12px 12px 18px;background:#fff;border:1px solid rgba(11,11,13,.12);box-shadow:0 12px 30px rgba(60,46,33,.08)}.product-image{overflow:hidden;aspect-ratio:1.12;background:#161619}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.035)}.product-copy{display:flex;justify-content:space-between;gap:12px;align-items:end;padding:18px 7px 8px}.product-copy span{color:var(--red);font-size:.62rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.product-copy h3{margin:3px 0 0;font-size:1.35rem}.product-copy>strong{white-space:nowrap}.product-card>p{min-height:68px;padding:0 7px;color:#716b64;font-size:.84rem}

.visit-section{background:#0c0c0e}.visit-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.visit-copy>p:not(.eyebrow){color:#b1aba4}.visit-details{display:grid;grid-template-columns:1fr 1fr;margin:32px 0}.visit-details div{padding:18px 18px 18px 0;border-top:1px solid var(--line)}.visit-details span,.visit-details strong{display:block}.visit-details span{color:var(--orange);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.visit-details strong{margin-top:8px}.map-card{min-height:480px;position:relative;overflow:hidden;background:#e5ddcf;border:10px solid #18181b;box-shadow:var(--shadow)}.map-card::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(71,62,52,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(71,62,52,.09) 1px,transparent 1px);background-size:35px 35px}.map-road{position:absolute;background:#fffaf0;border:1px solid #cac1b5}.road-a{width:120%;height:48px;left:-10%;top:44%;transform:rotate(-16deg)}.road-b{width:80%;height:34px;right:-15%;top:24%;transform:rotate(38deg)}.road-c{width:80%;height:30px;left:-18%;bottom:20%;transform:rotate(22deg)}.map-river{position:absolute;width:90%;height:75px;left:-4%;top:40%;border:17px solid #9bb9bd;border-left-color:transparent;border-right-color:transparent;border-radius:50%;transform:rotate(11deg);opacity:.9}.map-pin{position:absolute;left:58%;top:42%;width:58px;height:58px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--red));border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 12px 25px rgba(115,16,22,.32)}.map-pin span{width:20px;height:20px;background:white;border-radius:50%}.map-label{position:absolute;left:38px;bottom:32px;padding:15px 20px;background:#111114;color:white;box-shadow:0 12px 26px rgba(0,0,0,.25)}.map-label strong,.map-label small{display:block}.map-label strong{font-family:var(--display);font-size:1.3rem;letter-spacing:.08em}.map-label small{color:#c1bbb3}

.newsletter{padding:65px 0;background:linear-gradient(110deg,#111114,#25100e)}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.newsletter h2{margin:0;font-size:clamp(2.4rem,4vw,4rem)}.newsletter form{display:grid;grid-template-columns:1fr auto}.newsletter input{min-height:54px;background:white;border:0;border-radius:4px 0 0 4px}.newsletter form .button{border-radius:0 4px 4px 0}
.site-footer{padding:70px 0 24px;background:#080809;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:60px}.footer-brand img{width:155px;padding:10px;background:white}.footer-brand p{color:var(--muted);font-size:.83rem}.footer-grid h3{font-size:1rem;color:var(--orange);letter-spacing:.1em}.footer-grid a,.footer-grid button{display:block;margin:8px 0;color:#aaa59f;background:0;border:0;padding:0;text-align:left;font-size:.82rem}.footer-grid a:hover,.footer-grid button:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:20px;border-top:1px solid var(--line);color:#6f6b66;font-size:.72rem}

.cart-drawer{position:fixed;z-index:80;right:0;top:0;width:min(430px,100%);height:100dvh;display:flex;flex-direction:column;padding:28px;background:#f6f1e8;color:var(--ink);transform:translateX(105%);transition:transform .3s ease;box-shadow:-20px 0 70px rgba(0,0,0,.38)}.cart-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:start;padding-bottom:20px;border-bottom:1px solid var(--line-dark)}.drawer-head span{color:var(--red);font-size:.65rem;font-weight:800;letter-spacing:.15em}.drawer-head h2{font-size:2.5rem;margin:4px 0 0}.icon-button,.modal-close{width:38px;height:38px;border:1px solid var(--line-dark);background:transparent;color:inherit;font-size:1.6rem;line-height:1}.cart-items{overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px;padding:18px 0;border-bottom:1px solid var(--line-dark)}.cart-line h3{margin:0 0 5px;font-size:1.2rem}.cart-line p{margin:0;color:#77716a;font-size:.8rem}.cart-line-actions{display:flex;gap:6px;align-items:center;margin-top:8px}.cart-line-actions button{width:28px;height:28px;border:1px solid var(--line-dark);background:white}.cart-line-actions .remove-item{width:auto;padding:0 7px;color:var(--red)}.cart-line>strong{white-space:nowrap}.cart-empty{margin:auto;text-align:center;color:#77716a}.cart-empty span{font-size:3rem;color:var(--red)}.cart-empty h3{color:var(--ink)}.drawer-footer{padding-top:18px;border-top:1px solid var(--line-dark)}.drawer-footer>div{display:flex;justify-content:space-between;margin-bottom:14px}.drawer-footer strong{font-family:var(--display);font-size:1.7rem}.drawer-footer small{display:block;margin-top:10px;text-align:center;color:#827b73}.page-overlay{position:fixed;z-index:70;inset:0;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;transition:.25s}.page-overlay.show{opacity:1;visibility:visible}

.account-modal,.confirmation-modal{width:min(520px,calc(100% - 28px));padding:42px;border:0;background:#f6f1e8;color:var(--ink);box-shadow:0 30px 110px rgba(0,0,0,.55)}dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}.modal-close{position:absolute;right:16px;top:16px}.account-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.account-brand img{width:62px;height:62px;object-fit:cover;background:white}.account-brand span{color:var(--red);font-family:var(--display);font-weight:800;letter-spacing:.14em}.account-modal h2,.confirmation-modal h2{font-size:3rem;margin-bottom:14px}.account-modal>div>p{color:#68625b}.account-modal form{display:grid;gap:15px;margin-top:25px}.modal-divider{display:flex;align-items:center;gap:10px;margin:22px 0;color:#8b857d;font-size:.75rem}.modal-divider::before,.modal-divider::after{content:"";height:1px;flex:1;background:var(--line-dark)}.modal-note{display:block;margin-top:15px;text-align:center;color:#89837b}.account-avatar{width:74px;height:74px;display:grid;place-items:center;margin-bottom:22px;background:linear-gradient(135deg,var(--orange),var(--red));color:white;border-radius:50%;font-family:var(--display);font-size:2rem;font-weight:800}.member-status{color:var(--red)!important;font-weight:800}.account-dashboard{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.account-dashboard div{padding:18px;background:white;border:1px solid var(--line-dark)}.account-dashboard span,.account-dashboard strong{display:block}.account-dashboard span{color:#77716a;font-size:.7rem;text-transform:uppercase}.account-dashboard strong{font-family:var(--display);font-size:2rem}.account-bookings{margin-bottom:18px}.account-booking{padding:12px 0;border-top:1px solid var(--line-dark);font-size:.82rem}.account-booking strong,.account-booking span{display:block}.account-booking span{color:#77716a}.confirmation-modal{text-align:center}.confirmation-icon{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 22px;background:#5f8d59;color:white;border-radius:50%;font-size:2rem}.confirmation-modal>p:not(.eyebrow){color:#6f6961}.confirmation-code{margin:25px 0;padding:18px;background:white;border:1px dashed #b8b0a7}.confirmation-code span,.confirmation-code strong{display:block}.confirmation-code span{color:#8a837b;font-size:.7rem;text-transform:uppercase}.confirmation-code strong{font-family:var(--display);font-size:1.6rem;letter-spacing:.08em}.toast{position:fixed;z-index:120;left:50%;bottom:24px;transform:translate(-50%,25px);padding:12px 18px;background:#19191d;color:white;border-left:3px solid var(--orange);box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.25s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}

@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
@media (max-width:1000px){.menu-toggle{display:block}.primary-nav{position:absolute;left:20px;right:20px;top:90px;display:none;flex-direction:column;align-items:stretch;padding:22px;background:#151519;border:1px solid var(--line);box-shadow:var(--shadow)}.primary-nav.open{display:flex}.primary-nav>a,.nav-account{text-align:left;padding:7px 0}.cart-button{justify-content:center}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:10px}.hero-art{min-height:500px}.hero{min-height:auto}.split-heading,.booking-layout,.visit-grid{grid-template-columns:1fr}.booking-intro{position:static}.feature-grid{grid-template-columns:1fr}.feature-card{border-right:0;border-bottom:1px solid var(--line-dark)}.club-panel{grid-template-columns:1fr}.club-panel-visual{min-height:360px}.product-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.shop-heading,.newsletter-inner{grid-template-columns:1fr;gap:25px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){.container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.brand-copy small{display:none}.brand{min-width:0}.hero-grid{min-height:auto}.hero-copy{padding-top:70px}.hero h1{font-size:clamp(3.6rem,18vw,5.4rem)}.hero-stats{gap:22px}.hero-art{min-height:380px}.floating-card{display:none}.hero-emblem{width:320px}.event-card{grid-template-columns:80px 1fr;gap:17px}.event-date{width:72px;height:72px}.event-meta{grid-column:2;justify-items:start}.table-options{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.booking-card{padding:22px}.product-grid{grid-template-columns:1fr}.visit-details{grid-template-columns:1fr}.map-card{min-height:360px}.newsletter form{grid-template-columns:1fr}.newsletter input,.newsletter form .button{border-radius:3px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.account-modal,.confirmation-modal{padding:34px 22px}.account-modal h2,.confirmation-modal h2{font-size:2.5rem}.ticker-track{animation-duration:24s}}
