/* AOC LANDING V2 — "The sign is the site"
   Questrial display / Poppins body. Deep black, brass gold. */

:root {
  --bg: #050505;
  --bg-raise: #0d0c0a;
  --gold: #e8c877;
  --gold-dim: #a98d54;
  --ink: #f5f0e8;
  --ink-dim: #9a938a;
  --line: rgba(232, 200, 119, 0.16);
  --font-display: 'Questrial', 'Century Gothic', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}
img, video { max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.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; }

/* ---------- nav: visible and usable from frame one ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 28px;
  background: linear-gradient(rgba(5,5,5,0.82), rgba(5,5,5,0));
}
.nav__logo img { height: 26px; width: auto; display: block; }
.nav__menu {
  display: flex; gap: 30px; list-style: none; align-items: center;
}
.nav__menu a {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); opacity: 0.85; transition: opacity .2s, color .2s;
  display: inline-block; padding: 13px 2px;
}
.nav__menu a:hover { opacity: 1; color: var(--gold); }
.nav__cta {
  border: 1px solid var(--gold); color: var(--gold) !important;
  padding: 9px 20px; border-radius: 999px; opacity: 1 !important;
  transition: background .2s, color .2s;
}
.nav__cta:hover { background: var(--gold); color: #141005 !important; }
.nav__toggle { display: none; }

/* ---------- the stage ---------- */
.stage {
  position: relative; height: 100vh; min-height: 620px;
  overflow: hidden;
}
/* the memory field runs behind the ENTIRE page */
.stage__backdrop {
  position: fixed; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -1; opacity: 0.85;
}
.stage__intro {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 3; opacity: 1; transition: opacity .5s ease;
}
.intro-done .stage__intro { opacity: 0; pointer-events: none; }

/* the glass sign — arrives intact, stays intact */
.hero-sign {
  position: absolute; left: 50%; top: 47%;
  transform: translate(-50%, -50%) scale(0.94);
  height: min(118vh, 132vw); aspect-ratio: 1;
  opacity: 0; transition: opacity .5s ease, transform .9s cubic-bezier(.2, .9, .3, 1);
  will-change: transform, opacity;
}
.phase-rest .hero-sign { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.hero-sign__glass {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: contain;
  mix-blend-mode: screen; display: block;
}
.hero-sign__glass--live { transform: scale(1.16); opacity: 0.86; }
.hero-sign__glass--still { display: none; opacity: 0.86; }

/* lobe click: the whole glass flares for a beat (cracks are baked in the glass) */
.hero-sign.burst .hero-sign__glass { filter: brightness(1.55); transition: filter .25s ease; }

/* the three circles of the club ARE the navigation */
.lobe {
  position: absolute; width: 17%; aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center; text-decoration: none;
  opacity: 0; transition: opacity .5s ease, background .25s ease;
}
.phase-rest .lobe { opacity: 1; }
.lobe--nights { left: 41.5%; top: 24%; transition-delay: .15s; }
.lobe--team   { left: 20%; top: 41%; transition-delay: .3s; }
.lobe--door   { left: 63%; top: 41%; transition-delay: .45s; }
.lobe:hover, .lobe:focus-visible {
  background: radial-gradient(circle, rgba(232, 200, 119, 0.13), transparent 68%);
  outline: none;
}
.lobe__label {
  font-family: var(--font-display); font-size: clamp(11px, 1.35vw, 17px);
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.9); white-space: nowrap;
  transition: color .2s;
}
.lobe:hover .lobe__label, .lobe:focus-visible .lobe__label { color: var(--gold); }

/* the written identity floats in beneath the arrived sign */
.hero-wordmark {
  position: absolute; left: 50%; top: calc(47% + min(26vh, 29vw));
  transform: translate(-50%, 14px);
  width: min(40vw, 480px); height: auto;
  opacity: 0; transition: opacity .8s ease .35s, transform .8s ease .35s;
}
.phase-rest .hero-wordmark { opacity: 1; transform: translate(-50%, 0); }

.stage__tagline {
  position: absolute; left: 50%; bottom: 116px; transform: translateX(-50%);
  font-family: var(--font-display); font-size: 13px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--gold-dim); opacity: 0;
  transition: opacity .7s ease .5s; white-space: nowrap;
}
.phase-rest .stage__tagline { opacity: 0.9; }

.lobe-row { display: none; }

/* skip + scroll */
.stage__skip {
  position: absolute; right: 26px; bottom: 26px; z-index: 5;
  background: none; border: 1px solid rgba(245, 240, 232, 0.25);
  color: var(--ink-dim); font-family: var(--font-body); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 8px 16px; border-radius: 999px; cursor: pointer;
  transition: color .2s, border-color .2s, opacity .3s;
}
.stage__skip:hover { color: var(--gold); border-color: var(--gold); }
.phase-rest .stage__skip { opacity: 0; pointer-events: none; }
.stage__scroll {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ink-dim); text-align: center; opacity: 0;
  transition: opacity .6s ease .4s;
}
.phase-rest .stage__scroll { opacity: 0.7; }
.stage__scroll-line {
  width: 1px; height: 34px; margin: 8px auto 0;
  background: linear-gradient(var(--gold), transparent);
}

/* ---------- sections ---------- */
section { padding: 110px 0; background: rgba(5, 5, 5, 0.9); }
.stage { background: none; padding: 0; }
.section-header { margin-bottom: 54px; }
.section-header__label {
  color: var(--gold-dim); font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase; margin-bottom: 12px;
}
.section-header__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(30px, 4.6vw, 52px); line-height: 1.12;
  letter-spacing: 0.01em;
}

/* venues */
.venues__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
}
.venue-card {
  position: relative; border: 1px solid var(--line); border-radius: 10px;
  overflow: hidden; background: var(--bg-raise);
  transition: border-color .25s;
}
.venue-card:hover { border-color: rgba(232, 200, 119, 0.45); }
.venue-card__photo {
  width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block;
  filter: saturate(0.92); transition: transform .5s ease;
}
.venue-card:hover .venue-card__photo { transform: scale(1.04); }
.venue-card__body { padding: 20px 22px 24px; }
.venue-card__tag {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-dim);
}
.venue-card__name {
  font-family: var(--font-display); font-size: 24px; font-weight: 400;
  margin: 6px 0 8px;
}
.venue-card__desc { font-size: 13px; color: var(--ink-dim); }

/* reel */
.reel__carousel {
  display: flex; gap: 20px; overflow-x: auto; padding: 0 24px 12px;
  scroll-snap-type: x mandatory;
}
.reel__clip {
  flex: 0 0 min(74vw, 460px); scroll-snap-align: center;
  border-radius: 10px; overflow: hidden; position: relative;
  border: 1px solid var(--line);
}
.reel__clip video { width: 100%; aspect-ratio: 9/14; object-fit: cover; display: block; }
.reel__meta {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px;
  background: linear-gradient(transparent, rgba(5,5,5,0.88));
}
.reel__venue { font-family: var(--font-display); font-size: 19px; }
.reel__tag { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dim); }

/* events (honest strip) */
.events__honest { max-width: 620px; }
.events__honest p { color: var(--ink-dim); font-size: 16px; margin-bottom: 26px; }
.events__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* booking */
.booking { background: rgba(13, 12, 10, 0.93); border-block: 1px solid var(--line); }
.booking__inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }
.booking__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); margin: 10px 0 16px; }
.booking__body { color: var(--ink-dim); }
.booking__form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row--full { grid-column: 1 / -1; }
.form-row label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-dim); }
.form-row input, .form-row select {
  background: #121110; color: var(--ink); border: 1px solid rgba(245,240,232,0.14);
  border-radius: 7px; padding: 12px 14px; font-family: var(--font-body);
  font-size: 13px; transition: border-color .2s;
  color-scheme: dark;
}
.form-row input:focus, .form-row select:focus { outline: none; border-color: var(--gold); }

/* brands */
.brands__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; }
.brands__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); margin: 10px 0 16px; }
.brands__body { color: var(--ink-dim); margin-bottom: 20px; }
.brands__list { list-style: none; margin-bottom: 30px; }
.brands__list li { padding: 9px 0 9px 26px; position: relative; font-size: 16px; }
.brands__list li::before {
  content: ''; position: absolute; left: 0; top: 17px;
  width: 10px; height: 1px; background: var(--gold);
}
.brands__visual { display: grid; gap: 18px; }
.brands__card {
  border: 1px solid var(--line); border-radius: 10px; padding: 26px 28px;
  display: flex; flex-direction: column; gap: 2px; background: var(--bg-raise);
}
.brands__card-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-dim); }
.brands__card-stat { font-family: var(--font-display); font-size: 44px; color: var(--gold); line-height: 1.15; }
.brands__card-unit { font-size: 13px; color: var(--ink-dim); }

/* team */
.team__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.team__copy p { margin-bottom: 18px; font-size: 16px; color: var(--ink-dim); }
.team__award { color: var(--gold); letter-spacing: 0.06em; }
.team__actions { display: flex; gap: 14px; margin-top: 8px; }
.team__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.team__photos img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 10px;
  border: 1px solid var(--line); filter: saturate(0.9);
}

.team__recruitment { grid-column: 1 / -1; margin-top: 34px; }
.team__slides { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; }
.team__slides img { height: 240px; width: auto; border-radius: 8px; border: 1px solid var(--line); }

/* buttons */
.btn {
  display: inline-block; padding: 13px 26px; border-radius: 999px;
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  transition: background .2s, color .2s, border-color .2s;
  border: 1px solid transparent; cursor: pointer; font-family: var(--font-body);
}
.btn--primary { background: var(--gold); color: #141005; }
.btn--primary:hover { background: #f3d78f; }
.btn--ghost { border-color: rgba(245,240,232,0.3); color: var(--ink); background: none; }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--full { width: 100%; }

/* footer */
.footer { border-top: 1px solid var(--line); padding: 60px 0 36px; background: rgba(5, 5, 5, 0.92); }
.footer__top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
.footer__logo-img { height: 24px; width: auto; display: block; }
.footer__tagline { color: var(--ink-dim); font-size: 13px; margin-top: 6px; }
.footer__nav ul { list-style: none; display: flex; gap: 26px; flex-wrap: wrap; }
.footer__nav a { font-size: 13px; color: var(--ink-dim); display: inline-block; padding: 13px 2px; }
.footer__nav a:hover { color: var(--gold); }
.footer__social { display: flex; gap: 14px; }
.footer__social a {
  width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; font-size: 11px; letter-spacing: 0.08em;
  color: var(--ink-dim);
}
.footer__social a:hover { color: var(--gold); border-color: var(--gold); }
.footer__bottom { color: var(--ink-dim); font-size: 11px; border-top: 1px solid rgba(245,240,232,0.06); padding-top: 24px; }

/* ---------- responsive ---------- */
@media (max-width: 880px) {
  .booking__inner, .brands__inner, .team__inner { grid-template-columns: 1fr; gap: 36px; }
  .booking__form { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .nav { padding: 14px 18px; }
  .nav__toggle {
    display: flex; flex-direction: column; gap: 5px; background: none;
    border: none; cursor: pointer; z-index: 45; padding: 6px;
  }
  .nav__toggle span { width: 22px; height: 1.5px; background: var(--ink); transition: transform .25s, opacity .25s; }
  .nav__menu {
    position: fixed; inset: 0; background: rgba(5,5,5,0.96);
    flex-direction: column; justify-content: center; gap: 34px;
    transform: translateY(-100%); transition: transform .35s ease;
  }
  .nav--open .nav__menu { transform: translateY(0); }
  .nav--open .nav__toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav--open .nav__toggle span:nth-child(2) { opacity: 0; }
  .nav--open .nav__toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .nav__menu a { font-size: 16px; }
  .hero-sign { height: min(96vw, 78vh); top: 40%; }
  .hero-wordmark { top: calc(40% + min(22vh, 40vw)); width: 72vw; }
  .lobe__label { display: none; }
  .lobe-row {
    display: flex; gap: 26px; justify-content: center;
    position: absolute; left: 50%; transform: translateX(-50%);
    top: calc(40% + min(22vh, 40vw) + 44px); white-space: nowrap;
    opacity: 0; transition: opacity .6s ease .5s;
  }
  .phase-rest .lobe-row { opacity: 1; }
  .lobe-row a {
    font-family: var(--font-display); font-size: 11px; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--ink); padding: 10px 2px;
  }
  .lobe-row a:active, .lobe-row a:hover { color: var(--gold); }
  .stage__tagline { font-size: 11px; letter-spacing: 0.18em; bottom: 96px; }
  .stage__backdrop { opacity: 0.55; }
  section { padding: 80px 0; }
}

/* ---------- reduced motion: static arrived state ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .stage__backdrop, .stage__intro, .stage__skip, .hero-sign__glass--live { display: none; }
  .hero-sign__glass--still { display: block; }
  .hero-sign, .hero-wordmark, .lobe { opacity: 1 !important; transform: translate(-50%, -50%) !important; transition: none !important; }
  .lobe { transform: none !important; }
  .hero-wordmark { transform: translate(-50%, 0) !important; }
  .crack { animation: none !important; }
  .stage__tagline { opacity: 0.9; transition: none; }
  .stage__scroll { opacity: 0.7; transition: none; }
}

/* venue cards are links to each venue page (Director 25 Sep: 'I click and it does nothing') */
a.venue-card { display: block; color: inherit; text-decoration: none; cursor: pointer; }
a.venue-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

/* Inside the rooms: link tiles, hover-play, photo crossfade fallback (Director 25 Sep) */
a.reel__clip { display: block; color: inherit; text-decoration: none; position: relative; }
.reel__fade { position: relative; width: 100%; aspect-ratio: 9 / 14; overflow: hidden; }
.reel__fade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s; }
.reel__fade img.on { opacity: 1; }

/* ===== 25 Sep call ===== */
.stage__line { position: absolute; left: 50%; bottom: 108px; transform: translateX(-50%); width: min(92vw, 780px); margin: 0; text-align: center;
  font-size: 16px; line-height: 1.5; color: var(--ink); opacity: 0; transition: opacity .7s ease .45s; text-shadow: 0 1px 14px rgba(0,0,0,.9); }
.phase-rest .stage__line { opacity: .92; }
@media (max-width: 899px) { .stage__line { bottom: 128px; font-size: 13px; width: 86vw; } }
@media (min-width: 900px) { .stage__tagline { bottom: 78px; } }
.footer__powered { margin-top: 8px; opacity: .75; } .footer__powered a { text-decoration: underline; text-underline-offset: 3px; }
/* Every room: drifting strip, drag or scroll; hover flips to the description */
.vstrip { overflow-x: auto; overflow-y: hidden; scrollbar-width: none; cursor: grab; padding: 6px 0 18px; -webkit-overflow-scrolling: touch; }
.vstrip::-webkit-scrollbar { display: none; }
.vstrip:active { cursor: grabbing; }
.vstrip__track { display: flex; gap: 18px; width: max-content; padding: 0 max(16px, calc((100vw - 1180px) / 2)); }
.vcard { display: block; flex: 0 0 auto; width: clamp(230px, 24vw, 300px); aspect-ratio: 4 / 5; perspective: 1200px; color: inherit; text-decoration: none; user-select: none; }
.vcard__inner { position: relative; display: block; width: 100%; height: 100%; transition: transform .7s cubic-bezier(.2, .8, .2, 1); transform-style: preserve-3d; }
.vcard__face { position: absolute; inset: 0; border-radius: 14px; overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; border: 1px solid var(--line); }
.vcard__front img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.vcard__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 18px 16px; background: linear-gradient(transparent, rgba(0,0,0,.82)); display: grid; gap: 4px; }
.vcard__back { transform: rotateY(180deg); background: var(--bg-raise); display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; padding: 22px; }
.vcard__tag { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-dim); }
.vcard__name { font-family: var(--font-display); font-size: 24px; line-height: 1.1; }
.vcard__desc { font-size: 13px; color: var(--ink-dim); }
.vcard__go { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }
@media (hover: hover) { .vcard:hover .vcard__inner, .vcard:focus-visible .vcard__inner { transform: rotateY(180deg); } }
.vcard:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 14px; }
@media (prefers-reduced-motion: reduce) { .vcard__inner { transition: none; } }

/* no flash: the memory field waits for real playback, then fades in behind the sign */
.stage__backdrop { opacity: 0; transition: opacity 1.4s ease; }
.backdrop-on .stage__backdrop { opacity: .85; }
@media (prefers-reduced-motion: reduce) { .stage__backdrop { opacity: 0; } }
