/* ==========================================================================
   ROOM26 — style.css
   Black base · Archivo (display) · Inter (body) · JetBrains Mono (meta)
   ========================================================================== */

:root {
  --black: #000;
  --ink-2: #0a0a0a;
  --ink-3: #141414;
  --line: rgba(255, 255, 255, .14);
  --line-2: rgba(255, 255, 255, .28);
  --white: #fff;
  --paper: #f5f5f3;
  --g30: #b3b3b3;
  --g45: #8a8a8a;
  --g60: #6b6b6b;
  --crown: #ff2a2a;

  --f-display: "Archivo", "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;

  --pad: clamp(20px, 5vw, 96px);
  --gap: clamp(16px, 2.5vw, 40px);
  --max: 1600px;
  --head-h: 72px;
  --sec-pt: clamp(72px, 10vw, 160px);
  --radius: 24px;
  --side: max(var(--pad), (100% - var(--max)) / 2); /* gutter that lines up with .wrap on wide screens */

  --t-card: clamp(3.25rem, 11vw, 12rem);
  --t-title: clamp(2.75rem, 7.5vw, 7rem);
  --t-mani: clamp(2rem, 6vw, 6.5rem);
  --t-h2: clamp(1.75rem, 3.6vw, 3.5rem);
  --t-h3: clamp(1.25rem, 2vw, 1.875rem);
  --t-lead: clamp(1.2rem, 1.8vw, 1.7rem);
  --t-body: clamp(1.0625rem, 1.1vw, 1.2rem);
  --t-meta: .75rem;
  --t-ro: clamp(3.5rem, 8vw, 8rem);

  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-io: cubic-bezier(.7, 0, .2, 1);
  color-scheme: dark;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--black); }
html.no-anim, html.reduced { scroll-behavior: auto; }
body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: var(--f-body);
  font-size: var(--t-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
dialog { border: 0; padding: 0; }
::selection { background: var(--crown); color: var(--black); }
:focus-visible { outline: 2px solid var(--crown); outline-offset: 3px; border-radius: 4px; }
.tile:focus-visible, .strip a:focus-visible { outline-offset: -4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.anchor-alias { display: block; position: relative; top: calc(-1 * var(--head-h)); visibility: hidden; height: 0; }
[hidden] { display: none !important; }

.wrap { width: min(100% - 2 * var(--pad), var(--max)); margin-inline: auto; }
.mono { font-family: var(--f-mono); font-size: var(--t-meta); letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.muted { color: var(--g30); }
.ic { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic-xs { width: 12px; height: 12px; }

/* ---------- typography ---------- */
.title { font-family: var(--f-display); font-weight: 800; font-variation-settings: "wdth" 100; font-size: var(--t-title); line-height: .88; letter-spacing: -.035em; text-transform: uppercase; color: var(--white); text-wrap: balance; }
.title-xl { font-size: clamp(2.5rem, 11vw, 12rem); line-height: .86; font-variation-settings: "wdth" 108; }
.title-lg { font-size: clamp(2.75rem, 9.5vw, 9.5rem); line-height: .86; font-variation-settings: "wdth" 104; }
.h2 { font-family: var(--f-display); font-weight: 800; font-size: var(--t-h2); line-height: .95; letter-spacing: -.02em; text-transform: uppercase; color: var(--white); }
.h3 { font-family: var(--f-display); font-weight: 700; font-size: var(--t-h3); line-height: 1; letter-spacing: -.01em; text-transform: uppercase; color: var(--white); }
.lead { font-size: var(--t-lead); font-weight: 500; line-height: 1.35; color: var(--white); text-wrap: pretty; }
.eyebrow { display: flex; align-items: center; gap: .75em; color: var(--g30); margin-bottom: 1.25rem; }
.eyebrow .num { color: var(--white); }
.eyebrow .num::after { content: ""; display: inline-block; width: 28px; height: 1px; background: var(--line-2); margin-left: .75em; vertical-align: middle; }
.chip { display: inline-flex; align-items: center; gap: .5em; padding: .35em .7em; border: 1px solid var(--line-2); border-radius: 999px; color: var(--white); background: rgba(0, 0, 0, .5); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--crown); box-shadow: 0 0 0 0 rgba(255, 42, 42, .6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 42, 42, .6); } 70% { box-shadow: 0 0 0 8px rgba(255, 42, 42, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 42, 42, 0); } }

/* ---------- wordmark (ROOM + boxed 26) ---------- */
.wm { display: inline-flex; align-items: center; gap: .16em; font-family: var(--f-display); font-weight: 900; font-variation-settings: "wdth" 112; letter-spacing: -.02em; line-height: 1; color: var(--white); text-transform: uppercase; }
.wm-w { display: inline-flex; }
.wm-b { display: inline-flex; align-items: center; justify-content: center; padding: .04em .14em .02em; border: .075em solid currentColor; border-radius: .18em; font-variation-settings: "wdth" 100; }
.wm-s { font-size: 22px; }
.wm-xl { font-size: clamp(3rem, 15.5vw, 15rem); gap: .12em; }
.wm-foot { font-size: clamp(2.6rem, 15vw, 16rem); color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .28); }
.wm-foot .wm-b { border-color: rgba(255, 255, 255, .28); border-width: 1px; }

/* ---------- official logo (vector traced from the club's artwork) ---------- */
.logo-wide { display: block; height: 24px; width: auto; aspect-ratio: 4680 / 1110; color: var(--white); }
.hero-logo { display: block; width: min(100%, clamp(260px, 78vw, 1100px)); height: auto; aspect-ratio: 4680 / 1110; color: var(--white); filter: drop-shadow(0 12px 40px rgba(0, 0, 0, .55)); }
.foot-logo { display: block; width: min(100%, clamp(220px, 70vw, 1000px)); height: auto; aspect-ratio: 4680 / 1110; color: var(--white); opacity: .16; }
.js .hero-logo { opacity: 0; transform: translateY(24px) scale(.96); animation: rise .9s var(--ease-out) .3s forwards; }

/* ---------- skip link ---------- */
.skip { position: fixed; top: 12px; left: 12px; z-index: 200; padding: .7em 1em; background: var(--white); color: var(--black); font-family: var(--f-mono); font-size: var(--t-meta); text-transform: uppercase; letter-spacing: .12em; border-radius: 999px; transform: translateY(-200%); transition: transform .2s; }
.skip:focus { transform: none; }

/* ---------- header ---------- */
.site-head { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--head-h); display: flex; align-items: center; justify-content: space-between; padding-inline: var(--side); transition: background .4s, backdrop-filter .4s; }
.site-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--line); opacity: 0; transition: opacity .4s; }
.site-head.scrolled { background: rgba(0, 0, 0, .72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-head.scrolled::after { opacity: 1; }
.brand { display: inline-flex; }
.nav ul { display: flex; gap: clamp(14px, 2vw, 32px); }
.nav a { position: relative; display: inline-flex; align-items: center; gap: .4em; font-family: var(--f-mono); font-size: var(--t-meta); letter-spacing: .12em; text-transform: uppercase; color: var(--g30); padding: .5em 0; transition: color .25s; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--crown); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease-out); }
.nav a:hover, .nav a:focus-visible, .nav a.active { color: var(--white); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.menu-btn { display: none; font-family: var(--f-mono); font-size: var(--t-meta); letter-spacing: .12em; text-transform: uppercase; padding: .6em 1em; border: 1px solid var(--line-2); border-radius: 999px; }
.menu-btn .menu-btn-x { display: none; }
.menu-btn[aria-expanded="true"] .menu-btn-t { display: none; }
.menu-btn[aria-expanded="true"] .menu-btn-x { display: inline; }
@media (max-width: 1100px) { .nav { display: none; } .menu-btn { display: inline-flex; } }
.no-js .menu-btn { display: none; }
@media (max-width: 1100px) {
  .no-js .nav { display: block; }
  .no-js .nav ul { flex-wrap: wrap; justify-content: flex-end; gap: 4px 16px; }
  .no-js .site-head { position: absolute; height: auto; min-height: var(--head-h); flex-wrap: wrap; gap: 8px 16px; padding-block: 14px; background: rgba(0, 0, 0, .72); }
}

/* ---------- menu overlay ---------- */
.menu-overlay { position: fixed; inset: 0; z-index: 90; background: var(--black); display: flex; flex-direction: column; justify-content: flex-start; padding: calc(var(--head-h) + 24px) var(--side) 32px; overflow: auto; }
.menu-nav { margin-block: auto; }
.menu-nav ol { display: flex; flex-direction: column; gap: .15em; }
.menu-nav a { display: flex; align-items: baseline; gap: .6em; font-family: var(--f-display); font-weight: 800; font-size: clamp(2.2rem, 10.5vw, 5.5rem); line-height: 1; letter-spacing: -.03em; text-transform: uppercase; color: var(--white); padding: .12em 0; opacity: 0; transform: translateY(24px); animation: rise .6s var(--ease-out) forwards; animation-delay: calc(var(--i, 0) * 60ms); }
.menu-nav a .ic { width: .5em; height: .5em; }
.menu-nav li:nth-child(1) a { --i: 1; } .menu-nav li:nth-child(2) a { --i: 2; } .menu-nav li:nth-child(3) a { --i: 3; } .menu-nav li:nth-child(4) a { --i: 4; } .menu-nav li:nth-child(5) a { --i: 5; } .menu-nav li:nth-child(6) a { --i: 6; } .menu-nav li:nth-child(7) a { --i: 7; }
.menu-foot { margin-top: auto; padding-top: 32px; border-top: 1px solid var(--line); color: var(--g30); display: flex; flex-wrap: wrap; gap: 8px 32px; }
.menu-foot a:hover { color: var(--white); }
body.menu-open { overflow: hidden; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: grid; grid-template-rows: 1fr auto; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; filter: brightness(.78) saturate(1); transform: scale(1.14) translateY(2%); animation: kenburns 18s var(--ease-out) forwards, drift 40s ease-in-out 18s infinite alternate; will-change: transform; }
@keyframes kenburns { to { transform: scale(1) translateY(0); } }
@keyframes drift { from { transform: scale(1) translateY(0); } to { transform: scale(1.05) translateY(-1.5%); } }
.hero-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .35) 38%, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, .4) 100%); }
.hero-in { align-self: end; padding: calc(var(--head-h) + 40px) var(--side) 32px; }
.hero-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; color: var(--g30); margin-bottom: clamp(16px, 2.5vw, 32px); }
.hero-wm { line-height: 1; margin-bottom: clamp(12px, 2vw, 24px); }
.hero-sub { color: var(--g30); }
.hero-tiles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-inline: var(--side); }
.tile { position: relative; display: flex; align-items: center; gap: 14px; min-height: 84px; padding: 18px 20px; font-family: var(--f-display); font-weight: 700; font-size: clamp(1rem, 1.4vw, 1.25rem); letter-spacing: -.01em; text-transform: uppercase; color: var(--white); border-right: 1px solid var(--line); transition: background .3s; }
.tile:last-child { border-right: 0; }
.tile:first-child { padding-left: 0; }
.tile span { flex: 1; }
.tile .ic-go { transition: transform .35s var(--ease-out); color: var(--g30); }
.tile:hover { background: rgba(255, 255, 255, .04); }
.tile:hover .ic-go { transform: translateX(6px); color: var(--crown); }
.tile::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: var(--crown); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease-out); }
.tile:hover::after { transform: scaleX(1); }
.scroll-cue { position: absolute; right: var(--side); bottom: 112px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--g30); writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 40px; background: var(--white); transform-origin: top; animation: cue 2s ease-in-out infinite; }
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 900px) {
  .scroll-cue { display: none; }
  .hero-tiles { grid-template-columns: 1fr; }
  .tile { min-height: 60px; border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .tile:last-child { border-bottom: 0; }
}
@media (max-width: 640px) {
  .hero-media img { object-position: 38% 60%; }
  .hero-in { padding-bottom: 24px; }
  .wm-xl { font-size: clamp(3rem, 16vw, 15rem); gap: .08em; }
  .hero-kicker { gap: 10px 14px; }
  .hero-kicker > span:first-child { font-size: .68rem; letter-spacing: .08em; white-space: nowrap; }
}

/* hero load choreography */
.js .hero .wm-l { display: inline-block; clip-path: inset(0 0 100% 0); transform: translateY(.25em); animation: letter .9s var(--ease-out) forwards; }
.js .hero .wm-l:nth-child(1) { animation-delay: .25s; } .js .hero .wm-l:nth-child(2) { animation-delay: .31s; } .js .hero .wm-l:nth-child(3) { animation-delay: .37s; } .js .hero .wm-l:nth-child(4) { animation-delay: .43s; }
@keyframes letter { to { clip-path: inset(-.1em 0 -.1em 0); transform: none; } }
.js .hero .wm-b { opacity: 0; transform: scale(.85); animation: boxin .8s var(--ease-out) .55s forwards; }
@keyframes boxin { to { opacity: 1; transform: none; } }
.js .hero-kicker, .js .hero-sub { opacity: 0; animation: fadein .8s ease .9s forwards; }
.js .hero-tiles .tile { opacity: 0; transform: translateY(24px); animation: rise .7s var(--ease-out) forwards; }
.js .hero-tiles .tile:nth-child(1) { animation-delay: 1s; } .js .hero-tiles .tile:nth-child(2) { animation-delay: 1.08s; } .js .hero-tiles .tile:nth-child(3) { animation-delay: 1.16s; }
.js .hero-media img { opacity: 0; animation: fadein 1.2s ease .1s forwards, kenburns 18s var(--ease-out) forwards, drift 40s ease-in-out 18s infinite alternate; }
@keyframes fadein { to { opacity: 1; } }

/* ---------- ticker ---------- */
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; background: var(--black); }
.ticker-track { display: flex; align-items: center; gap: 28px; width: max-content; color: var(--g30); white-space: nowrap; animation: marquee 48s linear infinite; }
.ticker-track span { flex: none; }
.ticker-track i { flex: none; width: 5px; height: 5px; border-radius: 50%; background: var(--crown); }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.sec { position: relative; padding-block: var(--sec-pt); }
@media (max-width: 640px) { :root { --sec-pt: 96px; } }
.sec-head { margin-bottom: clamp(40px, 6vw, 96px); }
.sec-intro { margin-top: 1.5rem; max-width: 62ch; color: var(--g30); }
.sec-intro a { color: var(--white); border-bottom: 1px solid var(--line-2); }
.sec-intro a:hover { border-color: var(--crown); }
.lead.sec-intro { color: var(--white); max-width: 60ch; }
.tcard { position: relative; min-height: 78vh; min-height: 78svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; margin-top: calc(-1 * var(--sec-pt)); margin-bottom: clamp(48px, 7vw, 112px); }
.tcard-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: brightness(.7) saturate(.92); transition: transform 1.6s var(--ease-out); }
.js .tcard-img { transform: scale(1.06); }
.js .tcard.in .tcard-img { transform: scale(1); }
.sec-club .tcard { min-height: 66vh; min-height: 66svh; }
.sec-corp .tcard-img { object-position: 50% 55%; filter: brightness(.85) saturate(1.05); }
.sec-club .tcard-img { filter: brightness(1.05) contrast(1.08) saturate(1.05); object-position: 50% 30%; }
.tcard-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, .05) 80%); }
.tcard-in { padding-block: clamp(32px, 5vw, 72px); }
.js .tcard .title { clip-path: inset(0 0 100% 0); transform: translateY(.2em); transition: clip-path 1s var(--ease-out), transform 1s var(--ease-out); }
.js .tcard.in .title { clip-path: inset(-.1em 0 -.15em 0); transform: none; }
.js .tcard .eyebrow { opacity: 0; transition: opacity .6s .3s; }
.js .tcard.in .eyebrow { opacity: 1; }

/* reveal on scroll (only when JS is on) */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.js .reveal.in { opacity: 1; transform: none; }
.js.no-anim .reveal, .js.reduced .reveal { opacity: 1; transform: none; transition: none; }
.no-anim .tcard .title, .reduced .tcard .title, .no-anim .tcard .eyebrow, .reduced .tcard .eyebrow { clip-path: none; transform: none; opacity: 1; transition: none; }
.no-anim .tcard-img, .reduced .tcard-img { transform: none; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .6em; padding: .95em 1.4em; border-radius: 999px; font-family: var(--f-mono); font-size: var(--t-meta); font-weight: 500; letter-spacing: .1em; text-transform: uppercase; line-height: 1.2; transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease-out); text-align: left; }
.btn .ic { width: 16px; height: 16px; }
.btn-solid { background: var(--white); color: var(--black); }
.btn-solid:hover { background: var(--crown); color: var(--black); transform: translateY(-2px); }
.btn-line { border: 1px solid var(--line-2); color: var(--white); }
.btn-line:hover { border-color: var(--white); background: rgba(255, 255, 255, .06); transform: translateY(-2px); }
.btn-ghost { color: var(--g30); }
.btn-ghost:hover { color: var(--white); }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: clamp(40px, 5vw, 72px); }

/* ---------- EVENTS ---------- */
.sec-events { padding-top: clamp(96px, 8vw, 128px); }
.res-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 16px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.res-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.res { position: relative; container-type: inline-size; display: flex; flex-direction: column; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .4s, box-shadow .5s, transform .5s var(--ease-out); }
.res:hover { border-color: var(--tint); box-shadow: 0 0 56px -12px color-mix(in srgb, var(--tint) 55%, transparent); transform: translateY(-4px); }
.res-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.res-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out), filter .6s; }
.res:hover .res-media img { transform: scale(1.05); }
.res-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--ink-2) 0%, rgba(10, 10, 10, .45) 28%, transparent 58%); }
.res-body { display: flex; flex-direction: column; gap: 10px; padding: 0 20px 24px; position: relative; z-index: 2; }
.res-spine { margin-top: -.62em; font-family: var(--f-display); font-weight: 900; font-variation-settings: "wdth" 125; font-size: clamp(2.75rem, 19cqw, 5.5rem); line-height: .8; letter-spacing: -.02em; color: var(--tint); text-shadow: 0 2px 24px rgba(0, 0, 0, .6); }
.res-body .eyebrow { margin-bottom: 0; justify-content: space-between; }
.res-chip { border-color: var(--tint); color: var(--tint); }
.res-chip .dot { background: var(--tint); box-shadow: none; animation: none; }
.res-title { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.5rem, 2vw, 2rem); line-height: .95; letter-spacing: -.02em; color: var(--white); }
.res-txt { font-size: .95rem; color: var(--g30); line-height: 1.5; }
.res.today { border-color: var(--tint); }
.res.today .res-chip { display: inline-flex; }
@media (max-width: 1100px) {
  .res-row { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin-inline: calc(-1 * var(--pad)); padding-inline: var(--pad); scroll-padding-inline: var(--pad); scrollbar-width: none; }
  .res-row::-webkit-scrollbar { display: none; }
  .res { flex: 0 0 min(82%, 340px); scroll-snap-align: start; }
}
@media (max-width: 640px) {
  .res-head { flex-wrap: wrap; }
  .res-head .mono { flex-basis: 100%; }
}

.live { margin-top: clamp(48px, 6vw, 88px); }
.live-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ev { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--ink-2); transition: border-color .3s, transform .5s var(--ease-out); }
.ev:hover { border-color: var(--line-2); transform: translateY(-4px); }
.ev-media { aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink-3); }
.ev-skel .ev-media { background: linear-gradient(100deg, var(--ink-2) 30%, var(--ink-3) 50%, var(--ink-2) 70%); background-size: 200% 100%; animation: shimmer 1.6s linear infinite; }
.ev-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.ev:hover .ev-media img { transform: scale(1.04); }
.ev-body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; }
.ev-date { color: var(--g30); }
.ev-title { font-family: var(--f-display); font-weight: 800; font-size: 1.2rem; line-height: 1; letter-spacing: -.01em; color: var(--white); text-transform: uppercase; }
.ev-place { font-size: .85rem; color: var(--g45); }
.ev-tape { position: absolute; top: 14px; left: -4px; padding: .4em .9em; background: var(--crown); color: var(--black); font-family: var(--f-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-4deg); }
.live.past .ev-media img { filter: grayscale(.85) brightness(.75); transition: transform 1.2s var(--ease-out), filter .5s; }
.live.past .ev:hover .ev-media img { filter: none; }
.ev-skel { pointer-events: none; }
.ev-skel .ev-body { gap: 10px; }
.sk { display: block; height: .9em; width: 45%; border-radius: 4px; background: linear-gradient(100deg, var(--ink-3) 30%, #1c1c1c 50%, var(--ink-3) 70%); background-size: 200% 100%; animation: shimmer 1.6s linear infinite; }
.sk-w { width: 72%; height: 1.9em; }
.sk-s { width: 58%; }
.live-empty { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); display: flex; flex-direction: column; gap: 8px; max-width: 62ch; }
.live-empty-t { font-family: var(--f-display); font-weight: 800; font-size: var(--t-h3); text-transform: uppercase; color: var(--white); }
.app { margin-top: clamp(56px, 8vw, 128px); display: grid; grid-template-columns: 5fr 7fr; gap: var(--gap); align-items: center; padding: clamp(28px, 4vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); overflow: hidden; }
.app-txt { display: flex; flex-direction: column; gap: 14px; }
.app-icon { width: clamp(64px, 7vw, 96px); height: auto; border-radius: 22%; border: 1px solid var(--line-2); }
.app-txt .lead { max-width: 24ch; }
.app-txt p:not(.lead):not(.eyebrow) { color: var(--g30); max-width: 46ch; }
.stores { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.store { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px 10px 14px; border-radius: 12px; background: var(--white); color: var(--black); line-height: 1.05; transition: background .3s, transform .3s var(--ease-out); }
.store .ic { width: 24px; height: 24px; }
.store span { display: flex; flex-direction: column; font-family: var(--f-display); font-weight: 800; font-size: 1.05rem; letter-spacing: -.01em; }
.store small { font-family: var(--f-mono); font-size: .58rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--g60); }
.store:hover { background: var(--crown); transform: translateY(-2px); }
.store:hover small { color: rgba(0, 0, 0, .6); }
.app-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; }
.app-shots img { width: 100%; height: auto; border-radius: 22px; border: 1px solid var(--line-2); background: var(--black); }
.app-shots img:nth-child(2) { transform: translateY(-24px); }
.app-shots img:nth-child(3) { transform: translateY(-8px); }
@media (max-width: 900px) { .app { grid-template-columns: 1fr; } .app-shots { max-width: 520px; margin-top: 12px; } .app-shots img:nth-child(2), .app-shots img:nth-child(3) { transform: none; } }
.no-js .live, .no-js .ctl { display: none; }
@keyframes shimmer { to { background-position: -200% 0; } }
@media (max-width: 1100px) { .live-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .live-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .ev-body { padding: 12px; } .ev-skel .ev-body { gap: 6px; } .sk { height: 2.05em; } .sk-w { height: 2em; } .ev-title { font-size: 1rem; } .ev-date { font-size: .72rem; letter-spacing: .08em; } .ev-place { font-size: .75rem; } }

/* ---------- THE CLUB ---------- */
.editorial { display: grid; grid-template-columns: 4fr 8fr; gap: var(--gap); align-items: start; margin-bottom: clamp(56px, 8vw, 128px); }
.rail { position: sticky; top: calc(var(--head-h) + 24px); display: flex; flex-direction: column; }
.ro { display: flex; flex-direction: column; padding: 20px 0; border-top: 1px solid var(--line); }
.ro:last-child { border-bottom: 1px solid var(--line); }
.ro-n { font-family: var(--f-display); font-weight: 800; font-variation-settings: "wdth" 118; font-size: var(--t-ro); line-height: .9; letter-spacing: -.03em; color: var(--white); font-variant-numeric: tabular-nums; }
.ro-n-sm { font-size: calc(var(--t-ro) * .62); white-space: nowrap; }
.ro-l { color: var(--g30); margin-top: 8px; }
.rail-note { color: var(--g30); padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); line-height: 1.8; }
.prose { display: flex; flex-direction: column; gap: 1.6em; max-width: 64ch; }
.prose p { color: var(--paper); }
.prose .lead { margin-bottom: .4em; }
.prose p:nth-of-type(2) { padding-top: 0; }
@media (max-width: 900px) { .editorial { grid-template-columns: 1fr; } .rail { position: static; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .ro { min-width: 0; padding: 14px 0; border-bottom: 1px solid var(--line); } .ro:last-child { border-bottom: 1px solid var(--line); } .ro-n { font-size: clamp(1.9rem, 8vw, 4rem); } .ro-n-sm { font-size: clamp(1.2rem, 5.4vw, 2.6rem); } .rail-note { grid-column: 1 / -1; padding: 14px 0; } }
@media (max-width: 360px) { .ro-n-sm { font-size: clamp(1rem, 5vw, 2.6rem); letter-spacing: -.05em; } .wm-xl { font-size: 15.5vw; } .hero-kicker > span:first-child { white-space: normal; } }

.manifesto { padding-block: clamp(40px, 8vw, 120px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: clamp(56px, 8vw, 128px); }
.mani { font-family: var(--f-display); font-weight: 800; font-size: var(--t-mani); line-height: .95; letter-spacing: -.03em; text-transform: uppercase; color: var(--white); text-wrap: balance; }
.mani-2 { font-weight: 600; font-variation-settings: "wdth" 100; color: var(--paper); margin-top: .35em; max-width: 22ch; }
.mani .w { display: inline-block; opacity: .22; transition: opacity .4s; }
.mani .w.on { opacity: 1; }
.no-anim .mani .w, .reduced .mani .w { opacity: 1; }

.rider { margin-bottom: clamp(56px, 8vw, 128px); }
.rider-head { margin-bottom: 28px; }
.meter { display: grid; grid-template-columns: repeat(26, 1fr); gap: 4px; height: clamp(28px, 4.5vw, 64px); margin-bottom: 28px; }
.meter i { display: block; background: var(--ink-3); border-radius: 2px; transition: background .25s, box-shadow .25s; transition-delay: calc(var(--i, 0) * 45ms); }
.meter.lit i { background: var(--white); background: color-mix(in srgb, var(--white) calc(30% + var(--i, 0) * 2.6%), var(--ink-3)); }
.meter.lit i:nth-child(25), .meter.lit i:nth-child(26) { background: var(--crown); box-shadow: 0 0 18px rgba(255, 42, 42, .6); }
.no-anim .meter i, .reduced .meter i { transition: none; }
.specs { margin: 0; border-top: 1px solid var(--line); }
.spec { display: grid; grid-template-columns: 4fr 8fr; gap: var(--gap); padding: 24px 0; border-bottom: 1px solid var(--line); }
.spec dt { color: var(--white); }
.spec dd { margin: 0; color: var(--paper); max-width: 62ch; }
@media (max-width: 900px) { .spec { grid-template-columns: 1fr; gap: 8px; } }

.rooms { position: relative; }
.room-wrap { height: 150vh; height: 150svh; }
.room-wrap:last-child { height: auto; }
.room { position: sticky; top: var(--head-h); min-height: calc(100vh - var(--head-h)); min-height: calc(100svh - var(--head-h)); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; border-top: 1px solid var(--line); background: var(--black); }
.room-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: brightness(.75); }
.room-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .5) 45%, rgba(0, 0, 0, .1) 100%); }
.room-in { padding-block: clamp(32px, 5vw, 72px); display: grid; grid-template-columns: 4fr 8fr; gap: var(--gap); align-items: end; }
.room-in .eyebrow { grid-column: 1 / -1; }
.room-in .h2 { font-size: clamp(2.5rem, 6vw, 6rem); }
.room-txt { display: flex; flex-direction: column; gap: 1em; max-width: 56ch; }
.room-in .btn { grid-column: 2; justify-self: start; margin-top: 8px; }
@media (max-width: 900px) { .room-in { grid-template-columns: 1fr; } .room-in .btn { grid-column: 1; } }
.reduced .room, .no-anim .room { position: relative; top: auto; }
@media (max-width: 640px), (max-height: 720px) { .room-wrap { height: auto; } .room { position: relative; top: auto; min-height: 0; } .room-in { padding-block: 40px; } }
.reduced .room-wrap, .no-anim .room-wrap { height: auto; }
.rider, .rooms, .guests, .live, .residencies, .venue, .services { scroll-margin-top: calc(var(--head-h) + 16px); }

.guests { padding-top: clamp(48px, 7vw, 112px); }
.names { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; margin-bottom: clamp(32px, 5vw, 64px); }
.names-track { display: flex; align-items: center; gap: 36px; width: max-content; white-space: nowrap; font-family: var(--f-display); font-weight: 800; font-variation-settings: "wdth" 120; font-size: clamp(2rem, 6vw, 5rem); line-height: 1; letter-spacing: -.02em; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .55); animation: marquee 60s linear infinite; }
.names-track span { flex: none; }
.names-track i { flex: none; width: 10px; height: 10px; border-radius: 50%; background: var(--crown); }
.names:hover .names-track { animation-play-state: paused; }
.strip-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 16px; margin-bottom: 12px; }
.strip-head .eyebrow { margin-bottom: 0; }
.strip-ctl { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.strip-ctl .mono { margin-right: 8px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.ctl { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-2); border-radius: 50%; color: var(--white); transition: background .3s, border-color .3s; }
.ctl:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.strip { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-inline: var(--side); scroll-padding-inline: var(--side); padding-top: 8px; padding-bottom: 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.strip::-webkit-scrollbar { display: none; }
.strip li { flex: none; scroll-snap-align: start; }
.strip a { position: relative; display: block; height: clamp(320px, 52vh, 600px); border-radius: 16px; overflow: hidden; background: var(--ink-3); }
.strip img { height: 100%; width: auto; object-fit: cover; transition: transform 1s var(--ease-out), filter .5s; }
.strip a:hover img { transform: scale(1.04); }
.strip .cap { position: absolute; left: 14px; bottom: 12px; color: var(--white); text-shadow: 0 1px 12px rgba(0, 0, 0, .8); opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s var(--ease-out); }
.strip a:hover .cap, .strip a:focus-visible .cap { opacity: 1; transform: none; }
.strip a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .55), transparent 40%); opacity: 0; transition: opacity .35s; }
.strip a:hover::after { opacity: 1; }
.gallery li.wide a img { aspect-ratio: 3 / 2; }
.posters a { height: clamp(300px, 46vh, 520px); background: var(--ink-3); }
@media (max-width: 640px) { .strip a { height: 62vw; } .posters a { height: 70vw; } }

/* ---------- CORPORATE ---------- */
.services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: clamp(56px, 8vw, 128px); }
.svc { position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); isolation: isolate; background: var(--ink-2); min-height: 520px; display: flex; align-items: stretch; }
.svc-bg { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; opacity: .32; filter: grayscale(.35) brightness(.55); transition: transform 1.4s var(--ease-out), opacity .6s; }
.svc:hover .svc-bg { transform: scale(1.04); opacity: .4; }
.svc::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(0, 0, 0, .97) 25%, rgba(0, 0, 0, .8) 65%, rgba(0, 0, 0, .65) 100%); }
.svc-in { padding: clamp(24px, 3vw, 40px); width: 100%; display: flex; flex-direction: column; }
.svc-in .list { margin-top: 4px; }
.svc-in .h2 { margin-bottom: 20px; }
.list { display: flex; flex-direction: column; counter-reset: svc; }
.list li { position: relative; padding: 12px 0 12px 40px; border-top: 1px solid var(--line); color: var(--paper); }
.list li:last-child { border-bottom: 1px solid var(--line); }
.list li::before { counter-increment: svc; content: counter(svc, decimal-leading-zero); position: absolute; left: 0; top: 15px; font-family: var(--f-mono); font-size: var(--t-meta); letter-spacing: .12em; color: var(--g45); transition: color .3s; }
.list li:hover::before { color: var(--crown); }
@media (max-width: 900px) { .services { grid-template-columns: 1fr; } .svc { min-height: 0; } }

.venue { display: grid; grid-template-columns: 4fr 8fr; gap: var(--gap); align-items: start; margin-bottom: clamp(32px, 4vw, 56px); }
.venue-txt { max-width: 60ch; display: flex; flex-direction: column; gap: 1em; }
@media (max-width: 900px) { .venue { grid-template-columns: 1fr; } }
/* brand logos: white monochrome renditions straight on the black (client's choice: no white chips); the original colour artwork appears on hover */
.brands { overflow: hidden; padding: 8px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brands-track { display: flex; width: max-content; gap: clamp(28px, 4vw, 64px); padding: 14px 0; animation: marquee 50s linear infinite; }
.brands:hover .brands-track { animation-play-state: paused; }
.brands-track li { position: relative; flex: none; height: clamp(34px, 3.6vw, 52px); display: flex; align-items: center; justify-content: center; }
.brands-track img { height: 100%; width: auto; max-width: clamp(120px, 13vw, 190px); object-fit: contain; transition: opacity .35s; }
.brands-track .b-mono { opacity: .88; }
.brands-track .b-color { position: absolute; inset: 0; margin: auto; opacity: 0; }
.brands-track li:hover .b-mono { opacity: 0; }
.brands-track li:hover .b-color { opacity: 1; }

/* ---------- MOVIE SET ---------- */
.sec-movie { border-top: 1px solid var(--line); padding-top: clamp(56px, 7vw, 112px); }
.sec-corp .cta-row { margin-top: clamp(24px, 3vw, 40px); }

/* ---------- CONTACT ---------- */
.sec-contact { border-top: 1px solid var(--line); padding-top: clamp(56px, 7vw, 112px); }
.contacts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.ct { display: flex; flex-direction: column; gap: 4px; min-height: 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--ink-2); transition: border-color .3s, background .3s, transform .5s var(--ease-out); }
.ct .ic { width: 22px; height: 22px; stroke-width: 2; margin-bottom: 26px; color: var(--g30); transition: color .3s; }
.ct-l { color: var(--g30); }
.ct-v { font-family: var(--f-display); font-weight: 700; color: var(--white); font-size: 1.125rem; letter-spacing: -.01em; line-height: 1.2; word-break: break-word; }
.ct-v a { display: inline-block; border-bottom: 1px solid var(--line-2); transition: border-color .3s; }
.ct-v a:hover { border-color: var(--crown); }
.ct:hover { border-color: var(--white); background: var(--ink-3); transform: translateY(-4px); }
.ct:hover .ic { color: var(--white); }
@media (max-width: 1100px) { .contacts { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .contacts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .ct { min-height: 130px; padding: 16px; } }
@media (max-width: 400px) { .ct { padding: 12px; } .ct-v { font-size: .8rem; } .ct-l { font-size: .65rem; } }
.reach { margin-top: clamp(40px, 6vw, 80px); padding-top: clamp(32px, 4vw, 48px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 4fr 8fr; gap: var(--gap); align-items: start; }
.reach .eyebrow { margin-bottom: 0; }
.reach-txt { max-width: 56ch; color: var(--paper); }
.reach .btn { grid-column: 2; justify-self: start; }
@media (max-width: 900px) { .reach { grid-template-columns: 1fr; } .reach .btn { grid-column: 1; } }

/* ---------- FOOTER ---------- */
.site-foot { border-top: 1px solid var(--line); padding-top: clamp(32px, 5vw, 64px); overflow: hidden; }
.foot-wm { display: flex; justify-content: center; line-height: 1; padding-inline: var(--side); margin-bottom: clamp(24px, 4vw, 56px); }
.foot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); padding-block: clamp(24px, 3vw, 40px); border-top: 1px solid var(--line); }
.foot-col { display: flex; flex-direction: column; gap: 10px; color: var(--paper); }
.foot-col a { border-bottom: 1px solid var(--line-2); transition: border-color .3s; }
.foot-col a:hover { border-color: var(--crown); }
.foot-links { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.foot-links a { border-bottom: 0; text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 4px; transition: text-decoration-color .3s; }
.foot-links a:hover { text-decoration-color: var(--crown); }

.foot-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 20px 28px; border-top: 1px solid var(--line); }
.foot-bar a { transition: color .3s; }
.foot-bar a:hover { color: var(--white); }
.totop { display: inline-flex; align-items: center; gap: 10px; color: var(--white); }
.totop .ic { transition: transform .35s var(--ease-out); }
.totop:hover .ic { transform: translateY(-4px); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- LIGHTBOX ---------- */
.lb { position: fixed; inset: 0; width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; background: rgba(0, 0, 0, .96); color: var(--white); display: none; align-items: center; justify-content: center; z-index: 300; }
.lb[open] { display: flex; }
.lb::backdrop { background: transparent; }
.lb-fig { margin: 0; max-width: min(92vw, 1400px); max-height: 100vh; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 24px; }
.lb-fig img { max-width: 100%; max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: 8px; }
.lb-fig figcaption { display: flex; gap: 20px; }
.lb-btn { position: absolute; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-2); border-radius: 50%; background: rgba(0, 0, 0, .6); transition: background .3s, color .3s; }
.lb-btn:hover { background: var(--white); color: var(--black); }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px) { .lb-prev { left: 12px; top: auto; bottom: 20px; transform: none; } .lb-next { right: 12px; top: auto; bottom: 20px; transform: none; } .lb-fig { padding: 12px; } .lb-fig img { max-height: 72vh; } }

/* ---------- motion off ---------- */
html.no-anim *, html.no-anim *::before, html.no-anim *::after { animation: none !important; transition: none !important; }
html.no-anim .hero-media img, html.no-anim .hero-logo, html.no-anim .hero .wm-l, html.no-anim .hero .wm-b, html.no-anim .hero-kicker, html.no-anim .hero-sub, html.no-anim .hero-tiles .tile, html.no-anim .menu-nav a,
html.reduced .hero-media img, html.reduced .hero-logo, html.reduced .hero .wm-l, html.reduced .hero .wm-b, html.reduced .hero-kicker, html.reduced .hero-sub, html.reduced .hero-tiles .tile, html.reduced .menu-nav a { opacity: 1; transform: none; clip-path: none; }
/* continuous loops are paused while off-screen (main.js toggles .is-off) */
.is-off .ticker-track, .is-off .names-track, .is-off .brands-track, .hero-media.is-off img { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .hero-media img, .js .hero-logo, .js .hero .wm-l, .js .hero .wm-b, .js .hero-kicker, .js .hero-sub, .js .hero-tiles .tile, .js .menu-nav a { opacity: 1; transform: none; clip-path: none; }
  .js .tcard .title, .js .tcard .eyebrow { clip-path: none; transform: none; opacity: 1; }
  .js .tcard-img { transform: none; }
  .ticker-track, .names-track, .brands-track { animation: none !important; }
}

/* ---------- print ---------- */
@media print { .site-head, .menu-overlay, .ticker, .names, .scroll-cue, .lb, .ctl { display: none !important; } .room { position: static; min-height: 0; } body { color: #000; background: #fff; } }
