/* ═══════════════════════════════════════════════
   MULTEA CHOICE — v4 Final
   Cormorant Garamond + Inter · Cream/Ink/Gold
   Based on ChatGPT's layout discipline +
   our cinematic photos and sections
   ═══════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --cream : #F7F4EF;
  --cream2: #EDE8DF;
  --ink   : #151515;
  --gold  : #B8935F;
  --gold2 : #96753F;
  --muted : #6F6A63;
  --white : #FFFFFF;
  --line  : rgba(21,21,21,.10);
  --line-w: rgba(255,255,255,.10);
  --serif : 'Cormorant Garamond', Georgia, serif;
  --sans  : 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --max   : 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── CONTAINER ─────────────────────── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ── NAV ────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  background: rgba(247,244,239,.82); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(21,21,21,.08);
  transition: background .4s;
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; height: 76px;
  padding: 0 28px; display: flex; align-items: center;
  justify-content: space-between;
}
/* On dark hero pages, nav starts transparent */
body.hero-page .nav {
  background: transparent;
  border-bottom-color: transparent;
}
body.hero-page .nav.on {
  background: rgba(247,244,239,.96);
  border-bottom-color: rgba(21,21,21,.08);
}
body.hero-page .brand { color: var(--white); }
body.hero-page .nav.on .brand { color: var(--ink); }
body.hero-page .nav-links a { color: rgba(255,255,255,.75); }
body.hero-page .nav.on .nav-links a { color: var(--muted); }
body.hero-page .nav-links a:hover { color: var(--white); }
body.hero-page .nav.on .nav-links a:hover { color: var(--ink); }
body.hero-page .nav-pill { border-color: rgba(255,255,255,.5); color: var(--white) !important; }
body.hero-page .nav.on .nav-pill { border-color: var(--ink); color: var(--ink) !important; }
body.hero-page .nav-burger span { background: var(--white); }
body.hero-page .nav.on .nav-burger span { background: var(--ink); }

.brand {
  font-family: var(--serif); font-size: 27px; font-weight: 600;
  letter-spacing: .02em; color: var(--ink); transition: color .4s;
}
.nav-links {
  display: flex; align-items: center; gap: 30px;
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500;
}
.nav-links a { color: var(--muted); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }

.nav-pill {
  border: 1px solid var(--ink); border-radius: 999px;
  padding: 10px 20px; color: var(--ink) !important; transition: all .2s !important;
}
.nav-pill:hover { background: var(--ink) !important; color: var(--white) !important; }

.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); border-radius: 1px; }
.nav-drawer {
  display: none; position: fixed; top: 76px; left: 0; right: 0; bottom: 0;
  background: var(--cream); z-index: 19; padding: 40px 28px; flex-direction: column;
}
.nav-drawer.open { display: flex; }
.nav-drawer a { font-family: var(--serif); font-size: 32px; font-weight: 400; color: var(--ink); padding: 16px 0; border-bottom: 1px solid var(--line); }
.nav-drawer a:last-child { border: none; }

/* ── TYPE ───────────────────────────── */
/* Single scale — no exceptions */
h1 { font-family: var(--serif); font-size: clamp(58px,8vw,118px); line-height: .88; font-weight: 500; letter-spacing: -.04em; }
h2 { font-family: var(--serif); font-size: clamp(42px,5vw,76px);  line-height: .95; font-weight: 500; letter-spacing: -.03em; margin-bottom: 0; }
h3 { font-family: var(--serif); font-size: 30px; font-weight: 500; margin: 22px 0 10px; }
em { font-style: italic; }

.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: block; }

/* ── BUTTONS ─────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 24px; border-radius: 999px;
  border: 1px solid; font-family: var(--sans); font-size: 13px;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; transition: all .22s; white-space: nowrap;
}
.btn-dark  { background: var(--ink);  border-color: var(--ink);  color: var(--white); }
.btn-dark:hover  { background: #2c2c2c; border-color: #2c2c2c; }
.btn-gold  { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn-gold:hover  { background: var(--gold2); border-color: var(--gold2); }
.btn-out   { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-out:hover   { background: var(--ink); color: var(--white); }
.btn-out-w { background: transparent; border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-out-w:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.85); }
.btn-out-g { background: transparent; border-color: rgba(184,147,95,.4); color: var(--gold); }
.btn-out-g:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }

.actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── SECTION ─────────────────────────── */
.section     { padding: 118px 0; }
.section-tight { padding: 76px 0; }
.bg-cream { background: var(--cream); }
.bg-white { background: var(--white); }
.bg-ink   { background: var(--ink); color: var(--white); }
.bg-ink .eyebrow { color: var(--gold); }
.bg-ink p, .bg-ink .muted { color: rgba(255,255,255,.58); }
.bg-ink h2 { color: var(--white); }

/* SECTION HEADER — two-col editorial layout */
.sec-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 40px; margin-bottom: 52px;
}
.sec-head h2 { flex-shrink: 0; }
.sec-head p  { max-width: 440px; color: var(--muted); line-height: 1.7; font-size: 16px; font-weight: 300; margin: 0; }
.bg-ink .sec-head p { color: rgba(255,255,255,.58); }

/* ── HERO ────────────────────────────── */
.hero {
  min-height: 100svh; position: relative;
  display: flex; align-items: flex-end; overflow: hidden; background: #111;
}
.hero-media { position: absolute; inset: 0; }
.hero-media video, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.58)); }
.hero-content {
  position: relative; z-index: 1; color: var(--white);
  max-width: var(--max); width: 100%; margin: 0 auto;
  padding: 0 28px 86px;
}
.hero h1 { color: var(--white); margin: 18px 0; }
.hero h1 em { color: var(--gold); }
.hero p { font-size: clamp(18px,2vw,24px); max-width: 520px; line-height: 1.45; color: rgba(255,255,255,.8); margin-bottom: 28px; font-weight: 300; }

/* ── MARQUEE ─────────────────────────── */
.mq { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px 0; background: var(--cream); }
.mq-track { display: flex; width: max-content; animation: mq 35s linear infinite; }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mq-item { padding: 0 28px; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(21,21,21,.35); white-space: nowrap; border-right: 1px solid var(--line); }
.mq-dot { color: var(--gold); }

/* ── GRIDS ───────────────────────────── */
.grid { display: grid; gap: 28px; }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-2 { grid-template-columns: 1.05fr .95fr; }

/* ── PRODUCT CARD ─────────────────────── */
.product-card { background: var(--white); border: 1px solid rgba(21,21,21,.08); }
.product-card h3 { font-family: var(--serif); font-size: 30px; font-weight: 500; margin: 22px 22px 10px; }
.product-card p { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.65; margin: 0 22px 22px; }

/* Image ratio */
.ratio { position: relative; overflow: hidden; background: var(--cream2); }
.ratio::before { content: ''; display: block; }
.r-4-5::before { padding-top: 125%; }
.r-3-2::before { padding-top: 66.666%; }
.r-16-9::before { padding-top: 56.25%; }
.ratio img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .ratio img { transform: scale(1.03); }
.placeholder {
  position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; text-align: center; padding: 24px;
  background: linear-gradient(135deg, var(--cream2), #faf8f4);
  color: rgba(21,21,21,.42); font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; line-height: 1.7;
}
.placeholder span { display: block; font-size: 10px; margin-top: 6px; opacity: .55; letter-spacing: .06em; }

/* ── SIMPLE CARDS (no image) ──────────── */
.card { border: 1px solid var(--line); background: rgba(255,255,255,.55); padding: 22px; }
.bg-ink .card { background: rgba(255,255,255,.06); border-color: var(--line-w); }
.card h3 { font-family: var(--serif); font-size: 28px; font-weight: 500; margin: 0 0 10px; }
.bg-ink .card h3 { color: var(--white); }
.card p { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.65; margin: 0; }
.bg-ink .card p { color: rgba(255,255,255,.55); }

/* ── SPLIT LAYOUT ─────────────────────── */
.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.split-rev { grid-template-columns: .95fr 1.05fr; }
.split-img { position: relative; overflow: hidden; }
.split-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.split-copy {
  padding: 118px clamp(36px,5vw,72px);
  display: flex; flex-direction: column; justify-content: center;
}
.split-copy h2 { margin-bottom: 24px; }
.split-copy p { font-size: 16px; font-weight: 300; color: var(--muted); line-height: 1.72; max-width: 420px; margin-bottom: 14px; }
.split-copy .btn { margin-top: 14px; align-self: flex-start; }

/* ── INLINE STATS (typographic, no boxes) ── */
.stat-row { display: flex; gap: 36px; margin-top: 44px; padding-top: 36px; border-top: 1px solid var(--line); }
.stat-item strong {
  font-family: var(--serif); font-size: 45px; font-weight: 500;
  display: block; line-height: 1; letter-spacing: -.03em; color: var(--ink);
}
.stat-item strong em { font-style: normal; color: var(--gold); }
.stat-item span { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-top: 6px; display: block; line-height: 1.4; }

/* ── FRANCHISE METRICS — editorial, no boxes ── */
.metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 44px; }
.metric { border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; }
.metric strong { font-family: var(--serif); font-size: clamp(38px,5vw,58px); font-weight: 500; display: block; line-height: 1; letter-spacing: -.03em; color: var(--white); }
.metric strong em { font-style: italic; color: var(--gold); }
.metric span { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-top: 8px; display: block; }

/* ── LOCATION SCROLL ──────────────────── */
.locs-wrap { position: relative; margin-top: 28px; margin-bottom: 28px; }
.locs-wrap::after {
  content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 48px;
  background: linear-gradient(to right, transparent, var(--cream));
  pointer-events: none; z-index: 1;
}
.locs { display: flex; overflow-x: auto; overflow-y: hidden; border: 1px solid var(--line-w); scrollbar-width: none; cursor: grab; }
.locs:active { cursor: grabbing; }
.locs::-webkit-scrollbar { display: none; }
.locs-light { border-color: var(--line); }
.locs-light + .locs-wrap::after,
.locs-wrap.light::after { background: linear-gradient(to right, transparent, var(--white)); }
.loc { flex-shrink: 0; padding: 16px 22px; border-right: 1px solid var(--line-w); }
.locs-light .loc { border-right-color: var(--line); }
.loc:last-child { border-right: none; }
.loc-n { font-family: var(--serif); font-size: 15px; color: var(--white); margin-bottom: 3px; white-space: nowrap; }
.loc-n.ink { color: var(--ink); }
.loc-s { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.loc-s.soon { color: var(--muted); }

/* ── FOOTER ──────────────────────────── */
.footer { background: #111; color: var(--white); padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 32px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 28px; }
.footer-brand { color: var(--white); font-size: 22px; margin-bottom: 14px; display: block; }
.footer p { font-size: 14px; font-weight: 300; color: rgba(255,255,255,.45); line-height: 1.8; }
.footer h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .15em; color: var(--gold); margin-bottom: 14px; }
.footer a { display: block; font-size: 14px; font-weight: 300; color: rgba(255,255,255,.5); line-height: 1.9; transition: color .15s; }
.footer a:hover { color: var(--white); }
.footer-note { font-size: 12px; color: rgba(255,255,255,.22); letter-spacing: .04em; }

/* ── REVEAL ──────────────────────────── */
.r { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.r.in { opacity: 1; transform: none; }
.d1 { transition-delay: .12s; } .d2 { transition-delay: .26s; }
.d3 { transition-delay: .42s; } .d4 { transition-delay: .56s; }

/* ── RESPONSIVE ──────────────────────── */
@media (max-width: 860px) {
  /* Nav */
  .nav-links { display: none; }
  .nav-burger { display: flex; }

  /* Containers */
  .container { padding: 0 20px; }
  .hero-content { padding: 0 20px 64px; }
  .section { padding: 76px 0; }

  /* Section headers */
  .sec-head { display: block; }
  .sec-head p { margin-top: 18px; }

  /* Splits — stack vertically, text ALWAYS before image */
  .split, .split-rev { display: flex; flex-direction: column; }
  .split-copy, .split-text { order: 1; padding: 52px 20px; }
  .split-img { order: 2; min-height: 56vw !important; position: relative; }
  .split-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

  /* Grids */
  .grid-4, .grid-3 { grid-template-columns: 1fr 1fr; }
  .metrics { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stat-row { gap: 20px; }
  .loc-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .grid-4, .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .stat-row { gap: 16px; }
  .stat-item strong { font-size: 34px; }
}

/* ── HERO SCROLL INDICATOR ──────────── */
.hero-scroll {
  position: absolute; bottom: 28px; right: 28px; z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; font-size: 10px; font-weight: 500; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.3);
}
.hero-scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,.3), transparent);
  animation: sp 2.4s ease-in-out infinite;
}
@keyframes sp { 0%,100%{opacity:.25} 55%{opacity:.9} }

/* Hero: fallback image ALWAYS visible beneath video */
.hero-media video { display: block; position: absolute; inset: 0; z-index: 2; }
.hero-fallback { 
  display: block; position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 65%;
}
/* Overlay above both */
.hero-overlay { z-index: 3; }
.hero-content { z-index: 4; }
.hero-scroll { z-index: 4; }

/* ── PAGE HERO (inner pages — dark bg) ── */
.page-hero { background: var(--ink); padding: 168px 0 80px; }
.page-hero h1 { color: var(--white); margin: 16px 0 18px; }
.page-hero h1 em { color: var(--gold); }
.page-hero p { max-width: 640px; font-size: clamp(17px,1.6vw,21px); line-height: 1.55; color: rgba(255,255,255,.5); font-weight: 300; margin-bottom: 28px; }
body.page .nav { background: rgba(247,244,239,.96); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); }
body.page .brand { color: var(--ink); }
body.page .nav-links a { color: var(--muted); }
body.page .nav-links a:hover, body.page .nav-links a.active { color: var(--ink); }
body.page .nav-pill { border-color: var(--ink); color: var(--ink) !important; }
body.page .nav-pill:hover { background: var(--ink); color: var(--white) !important; }
body.page .nav-burger span { background: var(--ink); }

/* ── LIST ITEMS (journey steps) ── */
.list-items { border-top: 1px solid var(--line); }
.list-item { display: flex; align-items: flex-start; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.list-item .num { font-family: var(--serif); font-size: 16px; color: var(--muted); flex-shrink: 0; padding-top: 6px; min-width: 48px; }
.list-item h3 { font-family: var(--serif); font-size: 26px; font-weight: 400; margin-bottom: 8px; color: var(--ink); }
.list-item p  { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.7; margin: 0; max-width: 560px; }

/* ── LOC GRID ── */
.loc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 44px; }
.loc-card { background: var(--white); padding: 32px 28px; }
.loc-card.dim { opacity: .52; }
.loc-open { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.loc-open.soon { color: var(--muted); }
.loc-name { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.loc-addr { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.55; }

/* ── FAQ ── */
.faq { border-top: 1px solid var(--line); margin-top: 44px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 22px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: var(--serif); font-size: clamp(18px,2vw,22px); font-weight: 400; color: var(--ink); }
.faq-arr { color: var(--gold); font-size: 20px; transition: transform .22s; flex-shrink: 0; }
.faq-item.open .faq-arr { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--muted); max-width: 660px; font-weight: 300; }
.faq-item.open .faq-a { display: block; }

/* ── FORM ON DARK ── */
.on-dark .field label { color: var(--gold); }
.on-dark .field input, .on-dark .field select, .on-dark .field textarea { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.05); color: var(--white); }
.on-dark .field input::placeholder, .on-dark .field textarea::placeholder { color: rgba(255,255,255,.25); }
.on-dark .field input:focus, .on-dark .field select:focus, .on-dark .field textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.08); }
.on-dark .field select option { background: var(--ink); }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font: 300 15px/1.5 var(--sans); outline: none; transition: border-color .2s; -webkit-appearance: none; border-radius: 2px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field textarea { min-height: 120px; resize: vertical; line-height: 1.6; }
.field label { display: block; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.field input::placeholder { color: rgba(21,21,21,.3); }

/* ── FOOTER EXTRA ── */
.footer-brand { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: .02em; }
.footer-note { font-size: 12px; color: rgba(255,255,255,.22); letter-spacing: .04em; padding-top: 6px; }

/* ── SPLIT GRID FIX ── */
@media(max-width:860px){
  .loc-grid { grid-template-columns: 1fr 1fr; }
  .list-item { flex-direction: column; gap: 8px; }
  .list-item .num { min-width: auto; }
  .grid-2 { grid-template-columns: 1fr !important; }
}
@media(max-width:540px){
  .loc-grid { grid-template-columns: 1fr; }
}

@media (max-height: 500px) and (orientation: landscape) {
  .hero { min-height: 100svh; }
  .hero-content { padding: 0 20px 40px; }
  h1 { font-size: clamp(32px, 6vh, 72px) !important; }
}
