:root {
  --obsidian:  #0A0807;
  --vault:    #14110F;
  --ivory:    #ECECEF;
  --ivory-70: rgba(236,236,239,0.72);
  --ivory-50: rgba(236,236,239,0.52);
  --ivory-30: rgba(236,236,239,0.30);
  --ivory-15: rgba(236,236,239,0.15);
  --stone:    #8F8A82;
  --hairline: rgba(236,236,239,0.13);
  --ink:      #1B2A3A;
  --ink-lift: #4F7A92;
  --serif:    "Cormorant Garamond", "Times New Roman", serif;
  --sans:     "Inter Tight", "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--obsidian); color: var(--ivory); font-family: var(--sans); font-weight: 300; -webkit-font-smoothing: antialiased; }
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--ink-lift); color: var(--obsidian); }

/* nav */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 22px 48px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background .4s, border-color .4s, backdrop-filter .4s, transform .65s cubic-bezier(0.16, 1, 0.3, 1), opacity .4s;
}
.nav.scrolled { background: rgba(10,8,7,0.78); backdrop-filter: blur(14px); border-bottom: 1px solid var(--hairline); }
.nav.hidden { transform: translateY(-100%); opacity: 0; pointer-events: none; }
.mono {
  font-family: var(--serif); font-size: 19px; letter-spacing: .20em; font-weight: 400;
  transition: letter-spacing .55s cubic-bezier(0.16, 1, 0.3, 1), color .4s;
}
.mono:hover { letter-spacing: .26em; color: var(--ivory); }
.nav-links { display: flex; gap: 30px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--ivory-70); font-weight: 400; }
.nav-links a:hover { color: var(--ivory); }
.nav-right { display: flex; gap: 24px; align-items: center; }
.lang { font-size: 11px; letter-spacing: .24em; color: var(--ivory-50); text-transform: uppercase; }
.lang .on { color: var(--ivory); }
.cta { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; padding: 11px 20px; border: 1px solid var(--hairline); transition: border-color .4s, color .4s; }
.cta:hover { border-color: var(--ivory); }

/* layout */
section { padding: 160px 48px; max-width: 1440px; margin: 0 auto; position: relative; }
.caps { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--ivory-70); font-weight: 400; }
.rule { height: 1px; background: var(--hairline); width: 100%; }
.rule.center { width: 64px; margin: 0 auto; background: var(--ivory-30); }

/* hero */
.hero {
  height: 100vh; min-height: 780px; padding: 0;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; max-width: none;
  background:
    radial-gradient(ellipse at 50% 110%, rgba(79,122,146,0.10), transparent 55%),
    radial-gradient(ellipse at 20% 30%, rgba(150,120,90,0.06), transparent 50%),
    linear-gradient(180deg, #14110F 0%, #0A0807 60%, #050403 100%);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.93  0 0 0 0 0.92  0 0 0 0 0.88  0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .35; mix-blend-mode: overlay;
}
.hero-inner {
  padding: 160px 48px 80px;
  max-width: 1440px; width: 100%; margin: 0 auto;
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  position: relative; z-index: 2;
}
.hero-mark { margin-bottom: 48px; opacity: .82; }
.hero h1 {
  font-family: var(--serif); font-weight: 300; font-size: clamp(54px, 8.4vw, 128px);
  line-height: 1.02; letter-spacing: -0.012em;
  max-width: 18ch;
}
.hero h1 em { font-style: italic; font-weight: 400; white-space: nowrap; }
.hero-eyebrow { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ivory-70); margin-bottom: 36px; letter-spacing: .01em; }
.hero-meta { display: flex; flex-direction: column; gap: 28px; margin-top: 60px; align-items: center; }
.hero-meta .caps { line-height: 1.8; }
.hero-meta .rule.center { margin-top: 12px; }
.scroll-cue { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 2; }
.scroll-cue .tick { width: 1px; height: 44px; background: linear-gradient(180deg, transparent, var(--ivory-50)); animation: tick 3.6s ease-in-out infinite; }
@keyframes tick { 0%, 100% { opacity: .15; transform: scaleY(.55); } 50% { opacity: 1; transform: scaleY(1); } }

/* section anchor — centered */
.anchor {
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  margin-bottom: 80px;
}
.anchor .seal {
  font-family: var(--serif); font-weight: 300;
  font-size: 130px; line-height: 0.9; color: var(--ivory);
  letter-spacing: -0.02em;
}
.anchor .seal small {
  display: block;
  font-family: var(--sans); font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--ivory-50); margin-top: 22px; font-weight: 400;
}
.anchor .head { margin-top: 56px; max-width: 760px; }
.anchor .head h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(40px, 5vw, 76px); line-height: 1.04; letter-spacing: -0.012em;
}
.anchor .head h2 em { font-style: italic; font-weight: 400; }
.anchor .head p {
  color: var(--ivory-70); margin: 26px auto 0;
  max-width: 58ch; font-size: 17px; line-height: 1.78; font-weight: 300;
}

/* district */
.district-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  margin-top: 64px;
}
.map {
  aspect-ratio: 5/4; background: var(--vault); border: 1px solid var(--hairline);
  position: relative; overflow: hidden;
}
.map svg { display: block; width: 100%; height: 100%; }
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
  margin-top: 84px;
}
.stat {
  padding-top: 22px; border-top: 1px solid var(--hairline);
  text-align: left;
}
.stat .v { font-family: var(--serif); font-style: italic; font-size: 44px; font-weight: 300; line-height: 1; }
.stat .l { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--ivory-50); margin-top: 12px; font-weight: 400; }

/* building elevation diagram (Rooms section) */
.elevation {
  display: flex; justify-content: center;
  margin: 60px auto 0;
  width: 100%;
}
.elevation svg { display: block; max-width: 100%; height: auto; }

/* rooms */
.rooms-rail {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px;
  margin-top: 80px;
}
/* premium intermediate tier — no 130 prefix, ink-blue accent rule */
.room.premium { border-top: 1px solid var(--ink-lift); opacity: 1; }
.room.premium .tag { color: var(--ink-lift); }
.room {
  border-top: 1px solid var(--hairline); padding-top: 30px;
  cursor: pointer; transition: border-color .5s;
  text-align: center;
}
.room:hover { border-color: var(--ivory); }
.room.elevated { border-top: 1px solid var(--ink-lift); }
.room .num-row {
  display: flex; align-items: baseline; justify-content: center; gap: 12px;
  min-height: 64px;
}
.room .num-row .n { font-family: var(--serif); font-weight: 300; font-size: 60px; line-height: 1; }
.room .num-row .t { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--ivory); font-weight: 500; }
.room .tier-only {
  font-family: var(--serif); font-weight: 300; font-size: 54px; line-height: 1;
  letter-spacing: -0.012em; min-height: 64px;
  display: flex; align-items: baseline; justify-content: center;
}
.room .tier-only small {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 16px; letter-spacing: 0.04em;
  color: var(--ivory-70); margin-left: 5px;
  align-self: baseline;
}

/* Elevated tier hover — 130 Executive + 130 Pavilion */
.room.elevated {
  transition: transform .6s cubic-bezier(0.2, 0.7, 0.2, 1), border-top-color .4s;
}
.room.elevated:hover {
  transform: translateY(-6px);
  border-top-color: var(--ivory);
}
.room.elevated .room-plan {
  transition: border-color .5s, box-shadow .5s;
}
.room.elevated:hover .room-plan {
  border-color: var(--ink-lift);
  box-shadow: 0 0 36px -4px rgba(79, 122, 146, 0.28);
}
.room.elevated .num-row .n {
  transition: color .4s;
}
.room.elevated:hover .num-row .n {
  color: var(--ink-lift);
}
.room .tag { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--ivory-50); margin-top: 18px; min-height: 18px; }
.room .copy {
  font-family: var(--serif); font-style: italic; font-size: 16px;
  color: var(--ivory-70); margin-top: 22px; line-height: 1.55;
  padding: 0 6px;
}

/* 130 club */
.club {
  margin-top: 60px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center;
  padding: 110px 64px;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(79,122,146,0.10), transparent 50%),
    radial-gradient(ellipse at 90% 50%, rgba(150,120,90,0.06), transparent 50%),
    linear-gradient(180deg, #14110F 0%, #050403 100%);
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  position: relative; overflow: hidden;
}
.club .spine {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(140px, 22vw, 320px); line-height: 0.85; letter-spacing: -0.04em;
  position: relative; text-align: center;
}
.club .spine .word {
  display: block;
  font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.2vw, 36px); letter-spacing: .04em; color: var(--ivory-70);
  margin-top: 14px; font-weight: 400;
}
.club .body h3 { font-family: var(--serif); font-weight: 300; font-size: 52px; line-height: 1.08; }
.club .body h3 em { font-style: italic; }
.club .body p { color: var(--ivory-70); margin-top: 22px; max-width: 40ch; line-height: 1.75; font-weight: 300; font-size: 17px; }
.club .body .quiet-link {
  display: inline-block; margin-top: 36px;
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
  padding-bottom: 8px; border-bottom: 1px solid var(--ivory-50); color: var(--ivory);
  transition: border-color .4s;
}
.club .body .quiet-link:hover { border-color: var(--ivory); }
.club .footnote {
  margin-top: 32px; font-family: var(--serif); font-style: italic;
  font-size: 13px; color: var(--ivory-50); max-width: 50ch; line-height: 1.7;
}

/* room floorplan wireframe (replaces photo placeholder) */
.room-plan {
  margin-top: 24px; aspect-ratio: 4/5; border: 1px solid var(--hairline);
  background: var(--vault);
  display: flex; align-items: center; justify-content: center;
  padding: 14px; overflow: hidden;
}
.room.elevated .room-plan { border-color: var(--ink-lift); }
.room-plan svg { display: block; width: 100%; height: 100%; }
.room-plan .area {
  position: absolute; left: 0; right: 0; bottom: 6px;
  text-align: center; font-family: var(--serif); font-style: italic;
  font-size: 11px; color: var(--ivory-50);
}

/* 130 Club — loyalty program */
.club-card {
  margin: 60px auto 0; display: flex; justify-content: center;
  max-width: 460px;
}
.club-card svg { display: block; width: 100%; height: auto; }
.club-benefits {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px;
  margin: 84px auto 0; max-width: 1040px;
}
.benefit {
  text-align: center;
  border-top: 1px solid var(--hairline);
  padding-top: 28px;
}
.benefit .num {
  font-family: var(--serif); font-style: italic; font-size: 30px;
  color: var(--ink-lift); font-weight: 300; line-height: 1;
}
.benefit .copy {
  font-family: var(--serif); font-style: italic; font-size: 17px;
  color: var(--ivory-70); margin-top: 18px; line-height: 1.6;
}
.club-cta {
  display: block; margin: 64px auto 0; width: fit-content;
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
  padding-bottom: 8px; border-bottom: 1px solid var(--ivory-50); color: var(--ivory);
  transition: border-color .4s;
}
.club-cta:hover { border-color: var(--ivory); }

/* The Stay — tech section */
.stay-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px;
  margin: 80px auto 0; max-width: 1120px;
}
.stay-item {
  text-align: center;
  border-top: 1px solid var(--hairline);
  padding-top: 32px;
}
.stay-icon {
  display: flex; justify-content: center; align-items: center;
  height: 72px; margin-bottom: 22px;
}
.stay-icon svg { width: 64px; height: 64px; }
.stay-item .label {
  font-family: var(--serif); font-style: italic; font-size: 18px;
  color: var(--ivory); margin-bottom: 14px;
}
.stay-item .copy {
  font-size: 13px; color: var(--ivory-70); line-height: 1.65;
  max-width: 26ch; margin: 0 auto;
}

/* Venue sections — casino, restaurant, rooftop */
.le13-diagram, .le21-diagram, .belvedere-diagram {
  display: flex; justify-content: center; margin: 56px auto 0;
}
.le13-diagram svg, .le21-diagram svg, .belvedere-diagram svg {
  display: block; max-width: 100%; height: auto;
}
.le13-footnote, .le21-footnote, .belvedere-footnote {
  text-align: center; margin: 56px auto 0; max-width: 56ch;
  font-family: var(--serif); font-style: italic; font-size: 13px;
  color: var(--ivory-50); line-height: 1.7;
}

/* Minimalist venue glyphs */
.glyph {
  display: flex; justify-content: center;
  margin: 0 auto 20px;
  opacity: 0.9;
}
.glyph svg { display: block; width: 44px; height: 44px; }
.venue-glyph {
  display: flex; justify-content: center;
  margin: 0 auto 40px;
  opacity: 0.9;
}
.venue-glyph svg { display: block; width: 60px; height: 60px; }

/* Chef bio + Cellar bio blocks (Le 21) — shared treatment */
.chef-bio, .cellar-bio {
  margin: 72px auto 0; max-width: 680px;
  text-align: center;
  border-top: 1px solid var(--hairline);
  padding-top: 44px;
}
.chef-bio .eyebrow, .cellar-bio .eyebrow {
  font-size: 11px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--ink-lift);
  margin-bottom: 18px; font-weight: 400;
}
.chef-bio .name, .cellar-bio .name {
  font-family: var(--serif); font-weight: 300;
  font-size: 44px; line-height: 1.05;
  letter-spacing: -0.012em; margin-bottom: 28px;
}
.chef-bio .story, .cellar-bio .story {
  font-family: var(--serif); font-style: italic;
  font-size: 17px; color: var(--ivory-70);
  line-height: 1.78; max-width: 56ch; margin: 0 auto;
}
.chef-bio .origin, .cellar-bio .origin {
  font-size: 11px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--ivory-50);
  margin-top: 22px;
}

/* footer currencies line */
.foot-currencies {
  margin-top: 44px; text-align: center;
  font-family: var(--serif); font-style: italic;
  font-size: 13px; color: var(--ivory-50); letter-spacing: .01em;
}
.foot-currencies .sep { color: var(--ivory-30); margin: 0 8px; }
.foot-currencies .zec { color: var(--ivory-70); }

@media (max-width: 1024px) {
  .stay-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

/* palette */
.palette-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; margin-top: 56px; }
.sw { aspect-ratio: 1; border: 1px solid var(--hairline); display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; }
.sw .nm { font-family: var(--serif); font-style: italic; font-size: 16px; font-weight: 400; }
.sw .hex { font-size: 10px; letter-spacing: .14em; margin-top: 4px; opacity: .65; font-weight: 400; }

/* type spec */
.type-spec { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 56px; }
.ts-card { border-top: 1px solid var(--hairline); padding-top: 28px; text-align: center; }
.ts-card .label { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--ivory-50); font-weight: 400; }
.ts-card .name { font-family: var(--serif); font-style: italic; font-size: 16px; margin-top: 10px; color: var(--ivory-70); }
.ts-card .sample { margin-top: 36px; }
.ts-card.serif .sample { font-family: var(--serif); font-weight: 300; font-size: 84px; line-height: 1; letter-spacing: -0.012em; }
.ts-card.sans .sample { font-family: var(--sans); font-size: 20px; font-weight: 300; line-height: 1.55; max-width: 42ch; margin-left: auto; margin-right: auto; }

/* footer */
footer {
  padding: 100px 48px 50px;
  border-top: 1px solid var(--hairline);
  margin-top: 80px;
  max-width: 1440px; margin-left:auto; margin-right:auto;
  text-align: center;
}
.foot-mark { font-family: var(--serif); font-size: 30px; letter-spacing: .20em; font-weight: 400; }
.foot-tag { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--ivory-70); margin-top: 16px; max-width: 38ch; margin-left: auto; margin-right: auto; line-height: 1.6; }
.foot-cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px;
  margin-top: 64px; text-align: center;
}
.foot-cols h4 { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--ivory-50); margin-bottom: 18px; font-weight: 500; }
.foot-cols a { display: block; font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--ivory-70); margin-bottom: 8px; }
.foot-cols a:hover { color: var(--ivory); }
.foot-base {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px;
  padding-top: 36px; margin-top: 68px; border-top: 1px solid var(--hairline);
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--ivory-50);
}
.foot-base .trancent {
  display: inline-flex; align-items: center; gap: 14px;
  text-transform: none; letter-spacing: .01em;
  color: var(--ivory-70); transition: color .4s;
}
.foot-base .trancent .label {
  font-family: var(--serif); font-style: italic; font-size: 15px;
}
.foot-base .trancent img {
  height: 14px; width: auto; opacity: .85; transition: opacity .4s;
}
.foot-base .trancent:hover { color: var(--ivory); }
.foot-base .trancent:hover img {
  opacity: 1;
  animation: trancent-glitch 0.6s ease-out;
}
@keyframes trancent-glitch {
  0%, 100% { transform: translate(0); filter: none; }
  10% { transform: translate(-1px, 1px); filter: drop-shadow(2px 0 0 rgba(91,196,208,0.7)) drop-shadow(-2px 0 0 rgba(255,46,136,0.7)); }
  25% { transform: translate(2px, -1px); filter: drop-shadow(-2px 0 0 rgba(91,196,208,0.6)) drop-shadow(2px 0 0 rgba(255,46,136,0.6)); }
  40% { transform: translate(-2px, 0); filter: drop-shadow(3px 0 0 rgba(91,196,208,0.5)); }
  55% { transform: translate(1px, 1px); filter: drop-shadow(-2px 0 0 rgba(255,46,136,0.5)); }
  70% { transform: translate(-1px, -1px); filter: hue-rotate(20deg) saturate(1.4); }
  85% { transform: translate(1px, 0); filter: none; }
}

/* preview banner */
.preview-banner {
  position: fixed; bottom: 20px; left: 20px; z-index: 100;
  background: var(--vault); border: 1px solid var(--hairline); padding: 10px 18px;
  font-family: var(--serif); font-style: italic; font-size: 12px; color: var(--ivory-70);
}
.preview-banner b { color: var(--ivory); font-style: normal; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; font-size: 10px; padding-left: 8px; }

@media (max-width: 1024px) {
  .district-grid { grid-template-columns: 1fr; }
  .rooms-rail { grid-template-columns: repeat(3, 1fr); }
  .club { grid-template-columns: 1fr; padding: 70px 32px; }
  .palette-grid { grid-template-columns: repeat(3,1fr); }
  .type-spec { grid-template-columns: 1fr; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}

/* ─── iPad / tablet — subpage compaction ─── */
@media (max-width: 1024px) and (min-width: 769px) {
  section { padding: 100px 40px; }
  .anchor { margin-bottom: 56px; }
  .anchor .seal { font-size: 96px; }
  .anchor .seal small { font-size: 10px; margin-top: 18px; }
  .anchor .head { margin-top: 40px; max-width: 620px; }
  .anchor .head h2 { font-size: clamp(36px, 5vw, 60px); }
  .anchor .head p { font-size: 16px; line-height: 1.7; }
  .venue-glyph { margin-bottom: 32px; }
  .venue-glyph svg { width: 52px; height: 52px; }
  .le13-diagram, .le21-diagram, .belvedere-diagram { margin-top: 40px; }
  .le13-diagram svg, .le21-diagram svg, .belvedere-diagram svg { max-width: 540px; }
  .le13-footnote, .le21-footnote, .belvedere-footnote { margin-top: 40px; font-size: 12px; }
  .chef-bio, .cellar-bio { margin-top: 56px; padding-top: 36px; max-width: 580px; }
  .chef-bio .glyph svg, .cellar-bio .glyph svg { width: 38px; height: 38px; }
  .chef-bio .name, .cellar-bio .name { font-size: 36px; margin-bottom: 22px; }
  .chef-bio .story, .cellar-bio .story { font-size: 15px; line-height: 1.7; }
  .chef-bio .eyebrow, .cellar-bio .eyebrow { font-size: 10px; margin-bottom: 14px; }
  .chef-bio .origin, .cellar-bio .origin { font-size: 10px; }
}

/* ─── mobile ─── */
.nav-toggle {
  display: none;
  width: 30px; height: 22px;
  position: relative; cursor: pointer;
  background: none; border: none; padding: 0;
}
.nav-toggle span {
  display: block; position: absolute; left: 0; right: 0;
  height: 1px; background: var(--ivory);
  transition: transform .4s ease, opacity .3s ease, top .4s ease;
}
.nav-toggle span:nth-child(1) { top: 4px; }
.nav-toggle span:nth-child(2) { top: 11px; }
.nav-toggle span:nth-child(3) { top: 18px; }
.nav-toggle.open span:nth-child(1) { top: 11px; transform: rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { top: 11px; transform: rotate(-45deg); }

.nav-mobile {
  position: fixed; inset: 0; z-index: 40;
  background: rgba(10,8,7,0.97); backdrop-filter: blur(14px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 28px;
  opacity: 0; pointer-events: none;
  transition: opacity .5s ease;
}
.nav-mobile.open { opacity: 1; pointer-events: auto; }
.nav-mobile a {
  font-family: var(--serif); font-style: italic; font-size: 28px;
  color: var(--ivory-70); transition: color .3s;
}
.nav-mobile a:hover { color: var(--ivory); }
.nav-mobile .lang {
  margin-top: 32px; font-size: 12px; letter-spacing: .3em;
}

@media (max-width: 768px) {
  .nav {
    padding: 16px 24px;
    justify-content: center;
    position: relative;
  }
  .nav-links, .nav-right .lang, .nav-right .cta { display: none; }
  .nav-right {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-toggle { display: block; }
  .mono { font-size: 16px; letter-spacing: .22em; }

  section { padding: 90px 22px; }

  .hero-inner { padding: 120px 22px 80px; }
  .hero-mark { margin-bottom: 36px; transform: scale(0.85); }
  .hero h1 {
    font-size: clamp(44px, 13vw, 78px);
    line-height: 1.05; max-width: none;
  }
  .hero-eyebrow { font-size: 15px; margin-bottom: 28px; }
  .hero-meta { gap: 22px; margin-top: 48px; }
  .hero-meta .caps { font-size: 10px; letter-spacing: .22em; }

  .anchor { margin-bottom: 56px; }
  .anchor .seal { font-size: 88px; }
  .anchor .seal small { font-size: 10px; margin-top: 18px; }
  .anchor .head { margin-top: 40px; }
  .anchor .head h2 { font-size: clamp(30px, 8vw, 52px); }
  .anchor .head p { font-size: 15px; line-height: 1.7; }

  .stats { grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 56px; }
  .stat .v { font-size: 32px; }
  .stat .l { font-size: 9px; }

  .elevation { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .elevation svg { min-width: 560px; }

  /* rooms — horizontal swipe carousel on mobile */
  .rooms-rail {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 8px 22px 12px;
    margin: 56px -22px 0;
    scrollbar-width: none;
  }
  .rooms-rail::-webkit-scrollbar { display: none; }
  .rooms-rail::after { content: ''; flex: 0 0 6px; }
  .room {
    flex: 0 0 80%;
    min-width: 80%;
    scroll-snap-align: center;
    padding-top: 24px;
  }
  .room .tier-only { font-size: 42px; min-height: 50px; }
  .room .tier-only small { font-size: 12px; }
  .room .num-row { min-height: 50px; gap: 10px; }
  .room .num-row .n { font-size: 46px; }
  .room .num-row .t { font-size: 11px; }
  .room .room-plan { max-width: 100%; }
  .rooms-hint {
    display: block; text-align: center;
    font-family: var(--serif); font-style: italic;
    font-size: 13px; color: var(--ivory-50);
    margin-top: 22px; letter-spacing: 0.04em;
  }

  .club { padding: 60px 24px; gap: 36px; }
  .club .spine { font-size: clamp(110px, 32vw, 200px); }
  .club .body h3 { font-size: 36px; }
  .club .body p { font-size: 15px; }

  /* stay — 2x2 compact grid on mobile */
  .stay-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 14px;
    margin-top: 48px;
    max-width: none;
  }
  .stay-item { padding-top: 22px; }
  .stay-icon { height: 52px; margin-bottom: 14px; }
  .stay-icon svg { width: 46px; height: 46px; }
  .stay-item .label { font-size: 14px; margin-bottom: 8px; }
  .stay-item .copy { font-size: 12px; line-height: 1.55; max-width: 100%; }

  .club-card { max-width: 360px; }
  .club-benefits { grid-template-columns: 1fr; gap: 28px; margin-top: 56px; }
  .benefit .copy { font-size: 16px; }

  .le13-diagram, .le21-diagram, .belvedere-diagram { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .le13-diagram svg, .le21-diagram svg, .belvedere-diagram svg { min-width: 420px; }

  .chef-bio, .cellar-bio { margin-top: 56px; padding-top: 32px; }
  .chef-bio .name, .cellar-bio .name { font-size: 32px; margin-bottom: 22px; }
  .chef-bio .story, .cellar-bio .story { font-size: 16px; line-height: 1.7; }
  .chef-bio .origin, .cellar-bio .origin { font-size: 10px; letter-spacing: .22em; }

  .palette-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 36px; }
  .sw { padding: 8px; }
  .sw .nm { font-size: 11px; }
  .sw .hex { font-size: 8px; letter-spacing: .08em; margin-top: 2px; }

  .type-spec { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .ts-card { padding-top: 22px; }
  .ts-card .label { font-size: 9px; }
  .ts-card .name { font-size: 13px; margin-top: 6px; }
  .ts-card .sample { margin-top: 22px !important; }
  .ts-card.serif .sample { font-size: 42px !important; line-height: 1; }
  .ts-card.serif .sample + .sample { font-size: 32px !important; margin-top: 10px !important; }
  .ts-card.sans .sample { font-size: 14px !important; line-height: 1.55; }
  .ts-card.sans .sample + .sample { font-size: 9px !important; margin-top: 18px !important; }

  footer { padding: 48px 20px 24px; margin-top: 56px; }
  .foot-mark { font-size: 20px; letter-spacing: .18em; }
  .foot-tag { font-size: 12px; line-height: 1.55; margin-top: 12px; max-width: 32ch; }
  .foot-cols {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin-top: 32px;
    text-align: center;
  }
  .foot-cols h4 { font-size: 9px; margin-bottom: 10px; letter-spacing: .22em; }
  .foot-cols a { font-size: 12px; margin-bottom: 4px; line-height: 1.4; }
  .foot-currencies { font-size: 10px; margin-top: 24px; line-height: 1.5; }
  .foot-currencies .sep { margin: 0 4px; }
  .foot-base {
    flex-direction: column; align-items: center; gap: 12px;
    padding-top: 20px; margin-top: 28px;
    font-size: 9px; letter-spacing: .18em;
    text-align: center;
  }
  .foot-base .trancent { gap: 10px; }
  .foot-base .trancent .label { font-size: 12px; }
  .foot-base .trancent img { height: 12px; }

  .map { aspect-ratio: 4/3; }

  .map svg, .le13-diagram svg, .le21-diagram svg, .belvedere-diagram svg, .elevation svg {
    max-width: none;
  }
}

@media (max-width: 420px) {
  .hero h1 { font-size: clamp(38px, 12vw, 64px); }
  .anchor .seal { font-size: 72px; }
  .anchor .head h2 { font-size: clamp(26px, 7vw, 42px); }
  .club .spine { font-size: clamp(96px, 30vw, 170px); }
}

/* swipe hint — mobile only */
.rooms-hint { display: none; }

/* ─── i18n ─── */
[data-i18n], [data-i18n-html] { transition: opacity .3s; }
.lang-toggle { display: inline-flex; gap: 0; align-items: center; }
.lang-toggle .opt {
  cursor: pointer; padding: 0 4px;
  color: var(--ivory-50);
  transition: color .3s;
  background: none; border: none;
  font: inherit;
  letter-spacing: inherit;
}
.lang-toggle .opt.on { color: var(--ivory); }
.lang-toggle .opt:hover { color: var(--ivory); }
.lang-toggle .div { color: var(--ivory-30); padding: 0 2px; }

/* ─── story section ─── */
.story-prose {
  max-width: 720px;
  margin: 56px auto 0;
}
.story-prose p {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.85;
  font-weight: 300;
  color: var(--ivory);
  margin-bottom: 32px;
  text-align: center;
}
.story-prose p:last-child {
  margin-top: 48px;
  margin-bottom: 0;
  font-style: italic;
  color: var(--ink-lift);
  font-size: 22px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .story-prose { margin-top: 40px; }
  .story-prose p { font-size: 17px; line-height: 1.75; margin-bottom: 24px; text-align: left; }
  .story-prose p:last-child { font-size: 19px; margin-top: 36px; text-align: center; }
}

/* ─── info blocks (subpage content sections) ─── */
.info-block {
  margin: 64px auto 0; max-width: 680px;
  text-align: center;
  border-top: 1px solid var(--hairline);
  padding-top: 40px;
}
.info-block .eyebrow {
  font-size: 11px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--ink-lift);
  margin-bottom: 16px;
}
.info-block h3 {
  font-family: var(--serif); font-weight: 300;
  font-size: 38px; line-height: 1.1; letter-spacing: -0.01em;
  margin-bottom: 22px;
}
.info-block h3 em { font-style: italic; font-weight: 400; }
.info-block p {
  font-family: var(--serif); font-style: italic;
  font-size: 17px; color: var(--ivory-70);
  line-height: 1.78;
  max-width: 56ch; margin: 0 auto;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .info-block { margin-top: 48px; padding-top: 32px; max-width: 580px; }
  .info-block h3 { font-size: 32px; }
  .info-block p { font-size: 15px; line-height: 1.7; }
}
@media (max-width: 768px) {
  .info-block { margin-top: 48px; padding-top: 32px; }
  .info-block .eyebrow { font-size: 10px; margin-bottom: 12px; }
  .info-block h3 { font-size: 26px; margin-bottom: 18px; }
  .info-block p { font-size: 15px; line-height: 1.7; }
}
