/* AoC Phase 1 pages — the constant AoC frame + venue "room" skins.
   The venue sets the room (--v-*); AoC is always the host (--aoc-*). */
:root {
  --aoc-onyx: #0a0a0c; --aoc-ink: #f5f0e8; --aoc-ink-dim: #9a938a;
  --aoc-gold: #e8c877; --aoc-gold-dim: #a98d54; --aoc-cream: #f4f1ea; --aoc-charcoal: #1e1e24;
  --aoc-line: rgba(232, 200, 119, .18);
  --font-frame: 'Questrial', 'Century Gothic', sans-serif; --font-body: 'Poppins', system-ui, sans-serif;
  --v-bg: var(--aoc-onyx); --v-surface: #151517; --v-text: var(--aoc-ink); --v-accent: var(--aoc-gold);
  --v-on-accent: #0a0a0c; --v-display: var(--font-frame); --v-tempo: 1;
  --ease: cubic-bezier(.16, 1, .3, 1); --gutter: clamp(16px, 4vw, 48px);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--v-bg); color: var(--v-text); font: 400 16px/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased; transition: background-color .65s cubic-bezier(.25, 1, .5, 1), color .65s; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
body[data-section="dining"] { --v-bg: var(--aoc-cream); --v-text: var(--aoc-charcoal); --v-surface: #ffffff; --v-accent: var(--aoc-charcoal); --v-on-accent: var(--aoc-cream); }
body.shift-from-dark { background-color: var(--aoc-onyx) !important; color: var(--aoc-ink) !important; }
body.shift-from-light { background-color: var(--aoc-cream) !important; color: var(--aoc-charcoal) !important; }

/* ---- the AoC frame (never changes per venue) ---- */
.frame-bar { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 14px var(--gutter); background: rgba(10, 10, 12, .55); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--aoc-line); color: var(--aoc-ink); font-family: var(--font-frame); }
.frame-bar__mark { display: flex; align-items: center; gap: 10px; text-decoration: none; letter-spacing: .18em; font-size: 12px; text-transform: uppercase; flex: 0 0 auto; }
.frame-bar__mark img { width: 34px; height: 34px; object-fit: contain; }
.frame-bar nav { display: flex; align-items: center; gap: clamp(12px, 2.4vw, 28px); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.frame-bar nav a { text-decoration: none; opacity: .82; } .frame-bar nav a:hover, .frame-bar nav a[aria-current] { opacity: 1; color: var(--aoc-gold); }
@media (max-width: 760px) { .frame-bar nav a.hide-sm { display: none; } .frame-bar__mark span { display: none; } }

.btn { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto;
  min-height: 46px; padding: 0 22px; border-radius: 999px; font: 500 13px/1 var(--font-frame); letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: transform .3s var(--ease), box-shadow .3s; will-change: transform; }
.btn--gold { background: var(--aoc-gold); color: #0a0a0c; }
.btn--room { background: var(--v-accent); color: var(--v-on-accent); }
.btn--ghost { background: transparent; color: inherit; border-color: currentColor; }
.btn::after { content: ""; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(105deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.38) 50%, rgba(255,255,255,0) 70%); }
.btn:hover::after, .btn:focus-visible::after { transform: translateX(120%); transition: transform .85s ease-out; }
.btn:hover { box-shadow: 0 16px 36px rgba(0,0,0,.35); }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--aoc-gold); outline-offset: 3px; }

.frame-foot { border-top: 1px solid var(--aoc-line); padding: 40px var(--gutter) 90px; display: flex; flex-wrap: wrap; gap: 18px 32px;
  align-items: center; justify-content: space-between; font: 12px/1.6 var(--font-frame); letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.frame-foot img { width: 28px; height: 28px; object-fit: contain; }
.frame-foot a { text-decoration: none; }
.book-dock { position: fixed; z-index: 60; left: 16px; right: 16px; bottom: 14px; display: none; }
.book-dock .btn { width: 100%; }
@media (max-width: 760px) { .book-dock { display: block; } }

/* ---- venue hero (the room) ---- */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; padding: 120px var(--gutter) clamp(40px, 8vh, 90px); overflow: hidden; isolation: isolate; }
.hero__media, .hero__media img, .hero__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero__media { animation: kenburns calc(14s / var(--v-tempo)) var(--ease) both; }
@keyframes kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.05) 35%, color-mix(in srgb, var(--v-bg) 88%, transparent) 88%, var(--v-bg) 100%); }
.hero--type { background: radial-gradient(1200px 700px at 70% 10%, color-mix(in srgb, var(--v-accent) 28%, transparent), transparent 60%), var(--v-bg); }
.hero__eyebrow { font: 12px/1 var(--font-frame); letter-spacing: .24em; text-transform: uppercase; color: var(--v-accent); margin: 0 0 16px; }
.hero h1 { font-family: var(--v-display); font-weight: 500; font-size: clamp(44px, 9vw, 120px); line-height: .95; margin: 0; letter-spacing: -.01em; overflow-wrap: anywhere; }
.hero__mood { font-size: clamp(17px, 2vw, 22px); max-width: 34ch; margin: 18px 0 28px; opacity: .92; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero--media h1, .hero--media .hero__mood { color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.45); }

/* ---- glass bento ---- */
.section { padding: clamp(56px, 9vw, 110px) var(--gutter); }
.section__label { font: 12px/1 var(--font-frame); letter-spacing: .24em; text-transform: uppercase; color: var(--v-accent); margin: 0 0 14px; }
.section__title { font-family: var(--v-display); font-weight: 500; font-size: clamp(30px, 4.6vw, 56px); line-height: 1.05; margin: 0 0 32px; max-width: 18ch; }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.glass { grid-column: span 4; border-radius: 18px; padding: 24px; min-width: 0;
  background: color-mix(in srgb, var(--v-surface) 55%, transparent); border: 1px solid color-mix(in srgb, var(--v-text) 10%, transparent);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.glass--wide { grid-column: span 8; } .glass--full { grid-column: 1 / -1; }
.glass h3 { font: 500 13px/1.3 var(--font-frame); letter-spacing: .18em; text-transform: uppercase; margin: 0 0 12px; color: var(--v-accent); }
.glass p { margin: 0 0 8px; } .glass a { text-underline-offset: 3px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; counter-reset: s; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.steps li::before { content: counter(s); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--v-accent); color: var(--v-accent); font: 13px/1 var(--font-frame); }
@media (max-width: 900px) { .glass, .glass--wide { grid-column: 1 / -1; } }

.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
.gallery img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 12px; }

/* ---- venue cards (hubs + related) ---- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 16px; }
.card { position: relative; display: block; border-radius: 18px; overflow: hidden; text-decoration: none; aspect-ratio: 4 / 5; isolation: isolate;
  background: var(--c-bg, #151517); color: #fff; transition: transform .3s var(--ease), border-color .3s; border: 1px solid rgba(255,255,255,.08); }
.card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .8s var(--ease); }
.card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.78) 100%); }
.card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; }
.card__name { font: 500 26px/1.1 var(--c-display, var(--font-frame)); margin: 0 0 6px; }
.card__meta { font: 11px/1.4 var(--font-frame); letter-spacing: .2em; text-transform: uppercase; opacity: .85; }
.card__mood { font-size: 14px; margin: 8px 0 0; opacity: .9; }
.card__swatch { position: absolute; top: 14px; right: 14px; width: 12px; height: 12px; border-radius: 50%; background: var(--c-accent); box-shadow: 0 0 0 3px rgba(0,0,0,.35); }
.card:hover { transform: translateY(-4px) scale(1.01); border-color: rgba(232,200,119,.45); } .card:hover img { transform: scale(1.05); }

.hub-hero { padding: 150px var(--gutter) 40px; }
.hub-hero h1 { font: 400 clamp(46px, 9vw, 110px)/.95 var(--font-frame); margin: 0 0 18px; letter-spacing: -.01em; }
.hub-hero p { max-width: 52ch; font-size: 18px; opacity: .85; margin: 0; }
.city-block { margin-top: 56px; } .city-block h2 { font: 400 13px/1 var(--font-frame); letter-spacing: .26em; text-transform: uppercase; margin: 0 0 18px; opacity: .8; }

/* ---- forms (THE DOOR, team, partners) ---- */
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 760px; }
.field { display: grid; gap: 6px; min-width: 0; } .field--full { grid-column: 1 / -1; }
.field label, .field legend { font: 12px/1.3 var(--font-frame); letter-spacing: .16em; text-transform: uppercase; opacity: .85; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border-radius: 12px; font: 16px/1.4 var(--font-body);
  color: inherit; background: color-mix(in srgb, var(--v-surface) 70%, transparent); border: 1px solid color-mix(in srgb, var(--v-text) 22%, transparent); }
.field textarea { min-height: 110px; resize: vertical; }
.field fieldset { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.choice { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 16px; border-radius: 999px; flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--v-text) 25%, transparent); cursor: pointer; }
.choice input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--aoc-gold); }
.field__err { color: #e0a94a; font-size: 13px; min-height: 1em; }
@media (max-width: 640px) { .form { grid-template-columns: 1fr; } }
.modal { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; padding: 16px; background: rgba(5,5,6,.72); backdrop-filter: blur(10px); }
.modal[open], .modal.is-open { display: grid; }
.modal__box { max-width: 460px; width: 100%; border-radius: 20px; padding: 32px; background: #121214; color: var(--aoc-ink); border: 1px solid var(--aoc-line); text-align: center; }
.modal__box img { width: 54px; height: 54px; margin: 0 auto 16px; object-fit: contain; }
.modal__box h2 { font: 400 26px/1.2 var(--font-frame); margin: 0 0 10px; }
.preview-note { font-size: 12px; opacity: .7; margin-top: 14px; }

/* ---- reveal masks ---- */
[data-reveal] { clip-path: inset(0 0 100% 0); transform: translateY(18px); opacity: 0; }
.no-js [data-reveal], .reduced [data-reveal] { clip-path: none; transform: none; opacity: 1; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { clip-path: none !important; transform: none !important; opacity: 1 !important; } .hero__media { animation: none; } }
[data-reveal].is-in { clip-path: inset(0 0 0 0); transform: none; opacity: 1;
  transition: clip-path calc(.9s / var(--v-tempo)) var(--ease), transform calc(.9s / var(--v-tempo)) var(--ease), opacity .6s; }
/* Above-the-fold entrance is pure CSS (never depends on JS): staggered mask-rise that always ends visible. */
.rise { animation: rise calc(.9s / var(--v-tempo)) var(--ease) both; animation-delay: calc(var(--i, 0) * 110ms + 120ms); }
@keyframes rise { from { opacity: 0; transform: translateY(18px); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: none; clip-path: inset(0 0 0 0); } }
@media (prefers-reduced-motion: reduce) { .rise { animation: none; } }
body[data-section="dining"] .frame-bar { background: rgba(244, 241, 234, .78); color: var(--aoc-charcoal); border-bottom-color: rgba(30, 30, 36, .12); }
body[data-section="dining"] .frame-bar nav a:hover, body[data-section="dining"] .frame-bar nav a[aria-current] { color: #8a6a2c; }
body[data-section="dining"] .frame-bar__mark img, body[data-section="dining"] .frame-foot img { filter: invert(1); }
.hero--media .hero__eyebrow { color: rgba(255, 255, 255, .86); text-shadow: 0 1px 12px rgba(0, 0, 0, .5); }

/* [hidden] must win over component display rules (the Door guest-list option stayed visible for tables-only venues) */
[hidden] { display: none !important; }

/* ================= ROUND 2 (Director 25 Sep): venue skin, motion, gallery, reviews, layouts ================= */
body { font-family: var(--v-body, var(--font-body)); }
.hero canvas[data-motion] { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
/* crossfading photo hero (when the venue has no video): 6 slides, 5s each */
.hero__slides { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero__slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: xfade 30s infinite; transform: scale(1.08); }
.hero__slides img:nth-child(1) { animation-delay: 0s; } .hero__slides img:nth-child(2) { animation-delay: 5s; } .hero__slides img:nth-child(3) { animation-delay: 10s; }
.hero__slides img:nth-child(4) { animation-delay: 15s; } .hero__slides img:nth-child(5) { animation-delay: 20s; } .hero__slides img:nth-child(6) { animation-delay: 25s; }
@keyframes xfade { 0% { opacity: 0; transform: scale(1.12); } 4% { opacity: 1; } 18% { opacity: 1; } 22% { opacity: 0; transform: scale(1); } 100% { opacity: 0; } }
.hero__flyer { position: absolute; inset: 0; z-index: -1; opacity: .22; mix-blend-mode: screen; pointer-events: none; }
.hero__flyer video { width: 100%; height: 100%; object-fit: cover; }
@media (prefers-reduced-motion: reduce) { .hero__slides img { animation: none; } .hero__slides img:first-child { opacity: 1; } .hero__flyer { display: none; } }

/* venue story */
.story { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.story__copy p { font-size: clamp(17px, 1.4vw, 19px); line-height: 1.75; margin: 0 0 18px; max-width: 60ch; }
.story__copy .lede { font-family: var(--v-display); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.25; }
.story__media { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 5; }
.story__media img { width: 100%; height: 100%; object-fit: cover; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.chips li { border: 1px solid color-mix(in srgb, var(--v-text) 25%, transparent); border-radius: 999px; padding: 8px 14px; font-size: 13px; letter-spacing: .04em; }
@media (max-width: 860px) { .story { grid-template-columns: 1fr; } }

/* Instagram carousel: scroll-snap, auto-advancing (pages.js), swipeable */
.igc { position: relative; }
.igc__track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(220px, 28vw, 360px); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; }
.igc__item { scroll-snap-align: start; position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 5; margin: 0; }
.igc__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.igc__item:hover img { transform: scale(1.05); }
.igc__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 14px 12px; font-size: 13px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.75)); opacity: 0; transition: opacity .3s; }
.igc__item:hover figcaption { opacity: 1; }

/* what guests say */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 14px; }
.quote { margin: 0; padding: 26px; border-radius: 18px; background: color-mix(in srgb, var(--v-surface) 60%, transparent); border: 1px solid color-mix(in srgb, var(--v-text) 10%, transparent); }
.quote p { font-family: var(--v-display); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.4; margin: 0 0 14px; }
.quote footer { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.stars { color: var(--v-accent); letter-spacing: .1em; }
.signature { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 14px; }
.signature .glass h3 { font-family: var(--v-display); text-transform: none; letter-spacing: 0; font-size: 22px; color: inherit; }

/* layout families */
body.l-centred-luxe .hero { align-items: center; justify-items: center; text-align: center; }
body.l-centred-luxe .hero__actions { justify-content: center; } body.l-centred-luxe .hero__mood { margin-inline: auto; }
body.l-centred-luxe .story { grid-template-columns: 1fr; max-width: 820px; margin: 0 auto; text-align: center; } body.l-centred-luxe .story__copy p { margin-inline: auto; }
body.l-centred-luxe .story__media { aspect-ratio: 16 / 9; } body.l-centred-luxe .chips { justify-content: center; }
body.l-editorial-split .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; }
body.l-editorial-split .story { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); } body.l-editorial-split .story__media { order: -1; }
body.l-cinematic .hero h1 { font-size: clamp(56px, 12vw, 170px); }
body.l-cinematic .story__media { aspect-ratio: 16 / 10; }
body.l-gallery-led .igc__track { grid-auto-flow: row; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); grid-auto-columns: auto; overflow: visible; }
@media (max-width: 860px) { body.l-editorial-split .hero { grid-template-columns: 1fr; } }

/* hover-to-play cards (hubs + landing "Inside the rooms") */
.card video.card__vid, .card .card__fade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: 0; transition: opacity .5s; }
.card:hover video.card__vid, .card:focus-visible video.card__vid, .card.is-playing video.card__vid { opacity: 1; }
.card .card__fade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .9s; }
.card:hover .card__fade, .card.is-playing .card__fade { opacity: 1; } .card .card__fade img.on { opacity: 1; }
.card__rating { position: absolute; top: 12px; left: 14px; font-size: 12px; letter-spacing: .08em; background: rgba(0,0,0,.45); padding: 4px 10px; border-radius: 999px; }
.hub-hero--moving { position: relative; isolation: isolate; min-height: 72svh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hub-hero--moving::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, color-mix(in srgb, var(--v-bg) 30%, transparent), var(--v-bg) 96%); }
.hero__flyer--hub { opacity: .55; mix-blend-mode: normal; z-index: -2; }
body[data-section="dining"] .hub-hero--moving h1, body[data-section="dining"] .hub-hero--moving p { text-shadow: 0 1px 18px rgba(244,241,234,.9); }

/* ===== Round 2b (Director 25 Sep): people-first Team + Concierge, moving heroes everywhere ===== */
.hub-hero--short { min-height: 44svh; }
.hub-hero--people, .hub-hero--wall { min-height: 88svh; }
.hub-hero--people::before, .hub-hero--wall::before { background: linear-gradient(180deg, rgba(10,10,12,.35) 0%, rgba(10,10,12,.55) 55%, var(--v-bg, #0a0a0c) 97%); }
.hub-hero--people h1, .hub-hero--wall h1, .hub-hero--people p, .hub-hero--wall p { color: #f5f0e8; text-shadow: 0 2px 24px rgba(0,0,0,.6); }
.marquee { position: absolute; inset: 0; z-index: -2; display: flex; flex-direction: column; justify-content: center; gap: 14px; transform: rotate(-4deg) scale(1.15); }
.marquee__row { overflow: hidden; }
.marquee__track { display: flex; gap: 14px; width: max-content; animation: marq 70s linear infinite; }
.marquee__row--rev .marquee__track { animation-direction: reverse; animation-duration: 85s; }
.marquee__track img { height: clamp(150px, 24svh, 260px); width: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 14px; filter: saturate(1.05); }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.people-wall { position: absolute; inset: 0; z-index: -2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0 14px; }
.people-wall__col { overflow: hidden; }
.people-wall__track { display: flex; flex-direction: column; gap: 14px; animation: wallup 60s linear infinite; }
.people-wall__col--rev .people-wall__track { animation-direction: reverse; animation-duration: 75s; }
.people-wall__track img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 16px; }
@keyframes wallup { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track, .people-wall__track { animation: none; } }
.award-band { position: relative; isolation: isolate; min-height: 70svh; display: grid; align-items: end; padding: clamp(28px, 6vw, 80px) var(--gutter); overflow: hidden; }
.award-band__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.award-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 20%, rgba(8,8,10,.88)); }
.award-band__copy { max-width: 760px; color: #f5f0e8; }
.award-band__copy h2 { font: 400 clamp(34px, 6vw, 72px)/1 var(--font-frame); margin: 8px 0 14px; }
.deal { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 5vw, 72px); align-items: start; }
.deal__media { position: sticky; top: 90px; border-radius: 20px; overflow: hidden; }
.deal__media img { width: 100%; height: auto; display: block; }
.deal__step { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent); }
.deal__n { font: 400 clamp(34px, 5vw, 56px)/1 var(--font-frame); color: var(--gold, #e8c877); min-width: 2.2ch; }
.deal__step h3 { margin: 4px 0 6px; } .deal__step p { margin: 0; opacity: .85; }
@media (max-width: 860px) { .deal { grid-template-columns: 1fr; } .deal__media { position: relative; top: 0; max-height: 60svh; } .deal__media img { height: 60svh; object-fit: cover; } }
.nights-strip, .svc { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.photo-card { position: relative; margin: 0; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 5; }
.photo-card img, .svc__card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.photo-card:hover img, .svc__card:hover img { transform: scale(1.06); }
.photo-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 18px 16px; color: #f5f0e8; background: linear-gradient(transparent, rgba(0,0,0,.8)); font: 400 22px/1.2 var(--font-frame); }
.photo-card figcaption span { display: block; font: 600 11px/1 var(--font-body); letter-spacing: .18em; text-transform: uppercase; opacity: .75; margin-bottom: 6px; }
.crew { columns: 4 220px; column-gap: 14px; }
.crew figure { margin: 0 0 14px; break-inside: avoid; border-radius: 16px; overflow: hidden; }
.crew img { width: 100%; height: auto; display: block; transition: transform 1s var(--ease); } .crew figure:hover img { transform: scale(1.04); }
.host { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.host__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.host__pair img { width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 18px; }
.host__pair img:nth-child(2) { margin-top: 48px; }
.svc__card { position: relative; isolation: isolate; display: flex; align-items: flex-end; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; text-decoration: none; color: #f5f0e8; }
.svc__card img { z-index: -2; } .svc__card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(transparent 30%, rgba(0,0,0,.85)); }
.svc__body { padding: 22px; } .svc__body h3 { margin: 0 0 6px; font: 400 28px/1.1 var(--font-frame); } .svc__body p { margin: 0 0 10px; opacity: .88; } .svc__link { font-weight: 600; letter-spacing: .04em; }
@media (max-width: 860px) { .nights-strip, .svc, .host { grid-template-columns: 1fr; } .photo-card, .svc__card { aspect-ratio: 4 / 3; } }
.celeb { font: 400 clamp(20px, 2.4vw, 26px)/1.35 var(--v-display, var(--font-frame)); color: var(--v-accent); margin: 6px 0 18px; }
/* dock appears once the hero is passed, so it never covers the hero buttons on phones */
html:not(.no-js) .book-dock { transform: translateY(140%); transition: transform .45s var(--ease); }
html:not(.no-js) body.dock-on .book-dock { transform: none; }

/* ===== 25 Sep call changes ===== */
/* The Door: tap choices + country code */
.pick { display: flex; flex-wrap: wrap; gap: 10px; }
.pick__opt { position: relative; flex: 0 0 auto; }
.pick__opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pick__opt span { display: inline-flex; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid color-mix(in srgb, currentColor 28%, transparent); cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.pick__opt input:checked + span { background: var(--aoc-gold); color: #141416; border-color: var(--aoc-gold); }
.pick__opt input:focus-visible + span { outline: 2px solid var(--aoc-gold); outline-offset: 3px; }
.phone { display: grid; grid-template-columns: minmax(0, 9.5em) minmax(0, 1fr); gap: 8px; }
/* shorter hero fade (Nico: Maddox) */
.hero::before { background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.04) 30%, rgba(0,0,0,.04) 62%, color-mix(in srgb, var(--v-bg) 85%, transparent) 92%, var(--v-bg) 100%); }
/* entrance animation no longer clips the magnetic buttons (Bar des Pres "shape cut") */
@keyframes rise { from { opacity: 0; transform: translateY(18px); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: none; clip-path: inset(-40% -40% -40% -40%); } }
/* light venue pages: dark frame so the AoC mark reads */
body.is-light .frame-bar { background: color-mix(in srgb, var(--v-bg) 82%, transparent); color: #141416; border-bottom-color: rgba(20,20,22,.12); }
body.is-light .frame-bar__mark img, body.is-light .frame-foot img { filter: invert(1); }
body.is-light .frame-bar nav a:hover, body.is-light .frame-bar nav a[aria-current] { color: #8a6a2c; }
.frame-foot .powered { flex-basis: 100%; font-size: 12px; opacity: .7; } .frame-foot .powered a { text-decoration: underline; text-underline-offset: 3px; }
/* calmer Team + Concierge heroes: dimmer photos, clear band behind the headline */
.hub-hero--people .marquee, .hub-hero--wall .people-wall { opacity: .5; }
.hub-hero--people::before, .hub-hero--wall::before { background: linear-gradient(180deg, rgba(10,10,12,.45) 0%, rgba(10,10,12,.6) 45%, rgba(10,10,12,.92) 70%, var(--v-bg, #0a0a0c) 96%); }
/* Dining: city picker */
.city-pick { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; position: sticky; top: 84px; z-index: 5; padding: 10px 0; background: color-mix(in srgb, var(--v-bg) 88%, transparent); backdrop-filter: blur(8px); }
.city-pick button { min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid color-mix(in srgb, currentColor 30%, transparent); background: none; color: inherit; font: 13px var(--font-frame); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.city-pick button[aria-pressed="true"] { background: var(--aoc-charcoal); color: var(--aoc-cream); border-color: var(--aoc-charcoal); }
/* outline button over a photo hero: white, always readable (Maddox, Selene) */
.hero--media .btn--ghost { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(0,0,0,.18); backdrop-filter: blur(4px); }
.hero--media .btn--ghost:hover { background: rgba(0,0,0,.35); }
