:root {
  --ink: #0c0812;
  --ink-soft: #18111f;
  --paper: #faf3e9;
  --paper-muted: #cdbfca;
  --line: rgba(250, 243, 233, 0.16);
  --violet: #b7a1e9;
  --cyan: #9fe1db;
  --orange: #e8a16d;
  --rose: #d98a9e;
  --serif: "STSong", "Songti SC", "Noto Serif SC", "Source Han Serif SC", serif;
  /* Desktop follows the supplied portrait masters too: art fills the page
     horizontally, then continues downward with the document. */
  --scent-key-visual: url("assets/scentheon-key-visual-mobile.jpg");
  --scent-phoenix-mobile: url("assets/scentheon-phoenix-mobile.png");
  --dionysus-story-mobile: url("assets/scentheon-dionysus-mobile.jpg");
  --dionysus-mobile-hero: url("assets/scentheon-dionysus-mobile-hero.jpg");
  --max-width: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: radial-gradient(circle at 72% -10%, rgba(183,161,233,.13), transparent 33%), var(--ink);
  color: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", Inter, system-ui, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
button, a { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.noscript-notice { position: relative; z-index: 20; margin: 0; padding: 10px var(--gutter); background: #f6cf72; color: #17110a; font-size: 13px; font-weight: 700; text-align: center; }

.site-shell { min-height: 100vh; overflow-x: clip; }
.site-header {
  position: absolute; inset: 0 0 auto; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  width: min(var(--max-width), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: 26px 0;
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 0; font-size: 13px; letter-spacing: .12em; font-weight: 800; }
.brand { min-width: 0; line-height: 0; }
.brand-logo-frame, .footer-logo-frame { display: block; aspect-ratio: 1896 / 740; overflow: hidden; line-height: 0; }
.brand-logo-frame { width: clamp(108px, 12vw, 154px); }
.footer-logo-frame { width: 126px; }
.brand-logo { display: block; width: 100%; max-width: none; height: auto; transform: translateY(-15.74%); filter: drop-shadow(0 2px 10px rgba(0,0,0,.35)); }
.site-nav { display: flex; gap: clamp(16px, 2.4vw, 38px); margin-left: auto; color: rgba(243,242,235,.76); font-size: 13px; }
.site-nav a, .footer-links a { transition: color .2s ease; }
.site-nav a:hover, .footer-links a:hover { color: var(--cyan); }
.menu-toggle { display: none; }
.site-scroll-rail { display: none; }
.button { border: 1px solid var(--paper); border-radius: 999px; padding: 12px 21px; background: var(--paper); color: var(--ink); font-weight: 800; font-size: 13px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:not(:disabled):hover { transform: translateY(-2px); background: transparent; color: var(--paper); }
.button-small { padding: 9px 15px; font-size: 12px; }

.section { position: relative; padding: clamp(82px, 11vw, 160px) var(--gutter); }
.section > * { width: min(var(--max-width), 100%); margin-left: auto; margin-right: auto; }
.hero { display: block; min-height: 0; padding: 0; aspect-ratio: 1080 / 2340; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 18% 72%, rgba(217,138,158,.18), transparent 22%); pointer-events: none; }
.hero::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 46%; background: linear-gradient(transparent, rgba(12,8,18,.98)); pointer-events: none; }
.hero-art {
  position: absolute;
  inset: 0;
  width: auto;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 10, 31, .82) 0%, rgba(18, 10, 31, .46) 31%, rgba(18, 10, 31, 0) 64%),
    linear-gradient(0deg, rgba(12, 8, 18, .74) 0%, rgba(12, 8, 18, .05) 48%, rgba(24, 11, 42, .14) 100%),
    var(--scent-key-visual) center top / 100% auto no-repeat;
}
/* The supplied desktop key visual already contains a dark logo at its upper
   left. Mask that baked-in mark so the live site logo remains the only mark. */
@media (min-width: 601px) {
  .hero-art::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: min(52vw, 560px);
    height: 240px;
    pointer-events: none;
    background: radial-gradient(ellipse 92% 120% at 0% 0%, rgba(13, 8, 24, .98) 0%, rgba(13, 8, 24, .94) 32%, rgba(13, 8, 24, .78) 48%, rgba(13, 8, 24, 0) 76%);
  }
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 100%;
  /* Keep the copy visible in the first desktop view; the portrait artwork
     itself continues below it instead of being cut to that view. */
  padding: clamp(520px, 43vw, 760px) 0 clamp(72px, 8vw, 118px);
}
.hero-content { max-width: 590px; }
.hero-kicker:empty, .hero-copy-compact:empty { display: none; }
.eyebrow { margin: 0 0 18px; color: var(--cyan); letter-spacing: .17em; font-size: 11px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(58px, 10.5vw, 152px); letter-spacing: -.08em; line-height: .82; font-weight: 900; }
h2 { margin-bottom: 16px; font-family: var(--serif); font-size: clamp(38px, 5.2vw, 76px); font-weight: 600; letter-spacing: -.045em; line-height: 1.06; }
h3 { font-size: 24px; line-height: 1.15; letter-spacing: -.04em; }
.hero-verse, .section-lyric, .activity-verse, .channel-lyric { font-family: var(--serif); font-weight: 500; letter-spacing: .04em; line-height: 1.6; text-wrap: balance; }
.hero-verse { max-width: 12em; margin: 0; color: rgba(250,243,233,.98); font-size: clamp(32px, 4.2vw, 60px); }
.hero-signature { margin: 20px 0 0; color: rgba(250,243,233,.67); font-size: 13px; letter-spacing: .14em; }
.hero-copy { max-width: 435px; color: rgba(250,243,233,.77); font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--paper); border-bottom: 1px solid rgba(243,242,235,.35); padding-bottom: 4px; font-size: 13px; font-weight: 700; transition: border-color .2s ease, color .2s ease; }
.text-link:hover { border-color: var(--cyan); color: var(--cyan); }
.hero-status { max-width: 360px; margin-top: clamp(28px, 4vw, 52px); padding: 26px; border: 1px solid rgba(159,225,219,.38); border-radius: 2px 24px 2px 24px; background: rgba(15,9,21,.72); box-shadow: 12px 16px 0 rgba(217,138,158,.10); backdrop-filter: blur(12px); }
.hero-status .status-label { margin-bottom: 12px; }
.hero-status h2 { margin: 0 0 12px; font-family: inherit; font-size: clamp(24px, 2.4vw, 34px); font-weight: 800; letter-spacing: -.04em; line-height: 1.15; }
.hero-status > p:not(.status-label) { margin-bottom: 22px; color: var(--paper-muted); font-size: 14px; line-height: 1.75; }

.about-section {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(183,161,233,.16), transparent 26%),
    radial-gradient(circle at 10% 84%, rgba(217,138,158,.10), transparent 29%),
    linear-gradient(136deg, #110a1a 0%, #1d1127 51%, #110c19 100%);
}
.about-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 49.94%, rgba(250,243,233,.08) 50%, transparent 50.06%),
    linear-gradient(180deg, transparent 0 31%, rgba(250,243,233,.06) 31.08%, transparent 31.16%);
  pointer-events: none;
}
.about-section > * { position: relative; z-index: 1; }
.about-intro {
  display: grid;
  width: min(var(--max-width), 100%);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  align-items: end;
  gap: clamp(28px, 8vw, 118px);
  margin: 0 auto;
}
.about-heading { margin: 0; }
.about-copy-card {
  max-width: 460px;
  justify-self: end;
  padding: clamp(25px, 3.6vw, 38px);
  border-top: 1px solid rgba(159,225,219,.66);
  border-bottom: 1px solid rgba(250,243,233,.18);
  background: rgba(9,7,15,.38);
}
.about-copy-label, .about-media-label { margin: 0; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.about-intro-copy { margin: 18px 0 0; color: rgba(250,243,233,.94); font-family: var(--serif); font-size: clamp(18px, 1.75vw, 24px); line-height: 1.7; }
.about-update-note { margin: 18px 0 0; color: var(--paper-muted); font-size: 13px; line-height: 1.75; }
.about-gallery {
  display: grid;
  width: min(var(--max-width), 100%);
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  align-items: start;
  gap: clamp(14px, 2vw, 26px);
  margin: clamp(42px, 6vw, 78px) auto 0;
}
.about-media {
  display: grid;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(250,243,233,.22);
  background: rgba(9,7,15,.76);
  box-shadow: 14px 16px 0 rgba(183,161,233,.08);
}
.about-media--feature { grid-row: span 2; }
.about-media-visual { overflow: hidden; background: #130c1b; }
.about-media--feature .about-media-visual { aspect-ratio: 1080 / 2340; }
.about-media--portrait .about-media-visual { aspect-ratio: 9 / 16; }
.about-media--landscape .about-media-visual { aspect-ratio: 1080 / 1600; }
.about-media picture, .about-media img { display: block; width: 100%; height: 100%; }
.about-media img { object-fit: cover; object-position: center; transition: transform .5s ease; }
.about-media:hover img { transform: scale(1.018); }
.about-media figcaption { padding: 18px 20px 20px; border-top: 1px solid rgba(250,243,233,.13); }
.about-media h3 { margin: 10px 0 7px; font-size: clamp(18px, 2vw, 25px); line-height: 1.2; letter-spacing: -.035em; }
.about-media-caption { margin: 0; color: var(--paper-muted); font-size: 12px; line-height: 1.6; }

.reservation-section {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: max(100svh, calc(100vw * 2560 / 1440));
  padding: clamp(440px, 42vw, 720px) var(--gutter) clamp(72px, 8vw, 112px);
  overflow: visible;
  /* The portrait art is attached only when the section nears the viewport.
     Until then, keep the matching ground colour without starting an image fetch. */
  background: #160912;
}
.reservation-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13,7,14,.12) 0%, rgba(13,7,14,.26) 38%, rgba(11,6,12,.92) 74%, #160912 100%);
  pointer-events: none;
}
.reservation-section > * { position: relative; z-index: 2; }
.reservation-layout { display: grid; width: min(680px, 100%); grid-template-columns: minmax(0, 1fr); align-items: start; gap: clamp(28px, 5vw, 52px); margin: 0 auto; }
.reservation-story { max-width: 620px; }
.reservation-story h2 { margin-bottom: 20px; font-size: clamp(48px, 6.3vw, 92px); }
.section-lyric { max-width: 18em; margin: 22px 0 0; color: rgba(250,243,233,.93); font-size: clamp(20px, 2.2vw, 30px); }
.section-guide, .guide-copy { margin: 0; color: var(--paper-muted); font-size: 15px; line-height: 1.75; }
.button-accent { border-color: var(--cyan); background: var(--cyan); }
.button-accent:not(:disabled):hover { color: var(--cyan); background: transparent; }
.activity-status-panel { align-self: center; padding: clamp(26px, 4vw, 42px); border: 1px solid rgba(159,225,219,.42); border-radius: 2px 24px 2px 24px; background: rgba(12,8,18,.66); box-shadow: 16px 16px 0 rgba(183,161,233,.11); }
.status-label { margin: 0 0 14px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.activity-status-panel h3, .reservation-panel h3 { margin: 0 0 12px; font-size: clamp(25px, 3vw, 36px); }
.activity-status-panel .guide-copy { max-width: 30em; }
.activity-status-panel .text-link { width: fit-content; margin-top: 28px; }
.activity-flow-list { display: grid; gap: 0; margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.activity-flow-list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); color: rgba(243,242,235,.84); font-size: 13px; }
.activity-flow-list span { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; }
.activity-panel-note { margin: 0; color: rgba(243,242,235,.55); font-size: 12px; }
.section-footnote { margin-top: 28px; color: rgba(243,242,235,.52); font-size: 12px; }

.section-heading { max-width: 610px; margin-bottom: clamp(44px, 6vw, 80px); }
.section-heading > .section-guide { max-width: 500px; }
.section-heading-row { display: flex; max-width: none; justify-content: space-between; align-items: flex-end; gap: 20px; }

.news-section {
  isolation: isolate;
  min-height: max(100svh, calc(100vw * 2560 / 1440));
  padding-top: clamp(440px, 42vw, 720px);
  overflow: visible;
  /* See .reservation-section: this section is intentionally art-free until
     app.js marks it ready near the viewport. */
  background: #160912;
}
.news-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13,7,14,.10) 0%, rgba(13,7,14,.26) 34%, rgba(11,6,12,.83) 70%, #160912 100%);
  pointer-events: none;
}
.news-section > * { position: relative; z-index: 1; }
.news-xhs-link {
  position: absolute;
  z-index: 2;
  top: clamp(26px, 3vw, 52px);
  right: var(--gutter);
  display: inline-flex;
  width: auto;
  margin: 0;
  align-items: center;
  gap: 10px;
  padding: 9px 13px 9px 9px;
  border: 1px solid rgba(250,243,233,.28);
  border-radius: 999px;
  background: rgba(12,7,13,.68);
  color: var(--paper);
  box-shadow: 0 10px 28px rgba(0,0,0,.20);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.news-xhs-link:hover { transform: translateY(-2px); border-color: rgba(255,112,124,.88); background: rgba(36,12,22,.84); }
.news-xhs-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #ff6570, #cd2744); color: #fff7f3; font-size: 8px; font-weight: 900; letter-spacing: -.04em; }
.news-xhs-copy { display: grid; gap: 1px; text-align: left; line-height: 1.2; }
.news-xhs-label { color: rgba(250,243,233,.68); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.news-xhs-account { font-size: 13px; font-weight: 800; }
.news-heading { margin-bottom: clamp(38px, 5vw, 66px); }
.news-empty { display: flex; min-height: 332px; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(250,243,233,.25); border-radius: 2px 28px 2px 28px; background: linear-gradient(120deg, rgba(34,23,46,.76), rgba(13,10,19,.60)); box-shadow: 18px 20px 0 rgba(183,161,233,.09); }
.news-empty .status-label { margin-bottom: auto; }
.news-empty h3 { max-width: 620px; margin: 0 0 12px; font-family: var(--serif); font-size: clamp(30px, 3.4vw, 46px); font-weight: 600; letter-spacing: -.035em; }
.news-empty > p:not(.status-label) { max-width: 440px; margin-bottom: 24px; color: var(--paper-muted); font-size: 15px; }
.news-empty .text-link { width: fit-content; }
.news-overview { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 16px; align-items: stretch; }
.news-featured {
  position: relative;
  display: flex;
  min-height: 0;
  aspect-ratio: 1080 / 2340;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(243,242,235,.28);
  background:
    linear-gradient(0deg, rgba(7,7,11,.97) 4%, rgba(7,7,11,.68) 49%, rgba(13,10,24,.26) 100%),
    linear-gradient(90deg, rgba(12,9,22,.40), transparent 62%),
    var(--scent-key-visual) center top / 100% auto no-repeat;
  box-shadow: 16px 16px 0 rgba(78,231,231,.06);
}
.news-featured::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(243,242,235,.20); pointer-events: none; }
.news-featured > * { position: relative; z-index: 1; }
.news-featured-label { margin: 0 auto auto 0; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.news-featured-copy { max-width: 450px; }
.news-item-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; color: rgba(243,242,235,.72); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.news-item-meta span:first-child { color: var(--cyan); }
.news-featured h3 { max-width: 500px; margin: 0 0 12px; font-size: clamp(30px, 3.2vw, 46px); }
.news-featured-copy > p:last-child { margin-bottom: 0; color: var(--paper-muted); font-size: 14px; }
.news-featured-link { width: fit-content; margin-top: 26px; }
.news-archive { min-height: 510px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); background: rgba(8,8,14,.80); box-shadow: 16px 16px 0 rgba(155,119,255,.06); backdrop-filter: blur(10px); }
.news-archive-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.news-archive-heading .status-label { margin-bottom: 9px; }
.news-archive-heading h3 { margin: 0; font-size: clamp(28px, 3vw, 38px); }
.news-result-count { margin: 0; color: rgba(243,242,235,.58); font-size: 12px; white-space: nowrap; }
.news-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 16px; }
.news-filter { min-height: 36px; padding: 0 12px; border: 1px solid rgba(243,242,235,.24); border-radius: 999px; background: transparent; color: rgba(243,242,235,.72); font-size: 12px; font-weight: 800; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.news-filter:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-1px); }
.news-filter.is-active, .news-filter[aria-pressed="true"] { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.news-card { display: flex; min-height: 210px; flex-direction: column; padding: 20px; background: rgba(13,13,21,.96); transition: background .2s ease, transform .2s ease; }
.news-card:hover { background: #1c1629; transform: translateY(-2px); }
.news-card h3 { margin: 0 0 9px; font-size: 20px; }
.news-card > p:not(.news-item-meta) { margin: 0; color: var(--paper-muted); font-size: 13px; }
.news-card-date { margin-top: auto; padding-top: 20px; color: rgba(243,242,235,.44); font-size: 11px; }
.news-archive-note { max-width: 660px; margin: 22px 0 0; color: rgba(243,242,235,.52); font-size: 12px; }

.channel-rail {
  display: grid;
  grid-template-columns: minmax(230px, .78fr) minmax(0, 2.22fr);
  overflow: hidden;
  margin-top: clamp(42px, 7vw, 88px);
  border: 1px solid rgba(250,243,233,.24);
  border-radius: 2px 28px 2px 28px;
  background:
    radial-gradient(circle at 88% 16%, rgba(159,225,219,.15), transparent 26%),
    linear-gradient(100deg, rgba(30,19,43,.96), rgba(23,16,33,.92));
  box-shadow: 16px 16px 0 rgba(217,138,158,.08);
}
.channel-rail[hidden], .channel-status[hidden] { display: none; }
.channel-intro { display: flex; min-height: 300px; flex-direction: column; justify-content: space-between; padding: clamp(24px, 3vw, 38px); background: rgba(12,8,18,.34); }
.channel-intro .status-label { color: var(--cyan); }
.channel-intro h3 { max-width: 255px; margin: 0 0 14px; font-family: var(--serif); font-size: clamp(25px, 2.7vw, 37px); font-weight: 600; }
.channel-lyric { max-width: 16em; margin: 0; color: rgba(250,243,233,.86); font-size: 18px; }
.channel-proof { max-width: 240px; margin: 25px 0 0; color: rgba(243,242,235,.48); font-size: 12px; }
.channel-empty { display: flex; min-height: 300px; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 54px); border-left: 1px solid rgba(250,243,233,.16); }
.channel-empty .status-label { margin-bottom: 12px; }
.channel-empty h4 { margin: 0 0 12px; font-size: clamp(24px, 2.8vw, 36px); line-height: 1.18; letter-spacing: -.04em; }
.channel-empty > p:not(.status-label) { max-width: 430px; margin: 0; color: var(--paper-muted); font-size: 14px; line-height: 1.8; }
.channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.channel-card { display: flex; min-width: 0; flex-direction: column; padding: clamp(21px, 2.6vw, 32px) clamp(18px, 2.2vw, 28px) 23px; border-left: 1px solid rgba(243,242,235,.16); }
.channel-card:nth-child(2) { background: rgba(243,242,235,.035); }
.channel-mark { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 18px; border-radius: 12px; color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 900; letter-spacing: -.04em; }
.channel-mark-weibo { background: linear-gradient(135deg, #ff846c, #ca3d50); }
.channel-mark-douyin { background: linear-gradient(135deg, #21ded5, #1c1b2b 52%, #ec5879); }
.channel-mark-xiaohongshu { background: linear-gradient(135deg, #fe5967, #bd2547); }
.channel-copy { min-width: 0; }
.channel-copy h4 { margin: 0 0 8px; font-size: 20px; line-height: 1.15; letter-spacing: -.03em; }
.channel-copy p { min-height: 66px; margin: 0; color: rgba(243,242,235,.74); font-size: 13px; }
.channel-account { display: block; min-height: 20px; margin-top: 8px; overflow: hidden; color: rgba(243,242,235,.47); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.channel-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 23px; }
.channel-action {
  min-height: 31px;
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid rgba(243,242,235,.35);
  background: transparent;
  color: rgba(243,242,235,.82);
  font-size: 12px;
  font-weight: 800;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.channel-action:not(:disabled):hover { border-color: var(--cyan); color: var(--cyan); }
.channel-action:disabled { border-color: rgba(243,242,235,.12); color: rgba(243,242,235,.33); }
.channel-action-primary { display: inline-grid; place-items: center; padding: 6px 10px; border: 1px solid rgba(78,231,231,.58); border-radius: 999px; color: var(--cyan); }
.channel-action-primary:hover { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.channel-pending { margin: auto 0 0; padding-top: 24px; color: rgba(243,242,235,.45); font-size: 12px; }
.channel-status { min-height: 18px; margin-top: 12px; color: var(--cyan); font-size: 12px; }

.channel-qr-dialog {
  width: min(420px, calc(100% - 32px));
  padding: 0;
  border: 1px solid rgba(243,242,235,.32);
  background: #17111f;
  color: var(--paper);
  box-shadow: 0 28px 82px rgba(0,0,0,.62);
}
.channel-qr-dialog::backdrop { background: rgba(7,7,11,.76); backdrop-filter: blur(5px); }
.channel-qr-dialog-inner { position: relative; padding: 34px; text-align: center; }
.channel-qr-dialog .status-label { margin-bottom: 9px; }
.channel-qr-dialog h2 { margin-bottom: 20px; font-size: 31px; }
.channel-dialog-close { position: absolute; top: 10px; right: 13px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: transparent; color: rgba(243,242,235,.68); font-size: 25px; line-height: 1; }
.channel-dialog-close:hover { background: rgba(243,242,235,.1); color: var(--paper); }
.channel-qr-image { display: block; width: min(230px, 100%); aspect-ratio: 1; margin: 0 auto 18px; object-fit: contain; background: var(--paper); }
.channel-qr-message { max-width: 300px; margin: 0 auto; color: var(--paper-muted); font-size: 13px; }

.booking-dialog {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(159,225,219,.52);
  border-radius: 2px 28px 2px 28px;
  background: #160d1e;
  color: var(--paper);
  box-shadow: 20px 24px 0 rgba(183,161,233,.12), 0 30px 90px rgba(0,0,0,.68);
}
.booking-dialog::backdrop { background: rgba(6,4,10,.78); backdrop-filter: blur(7px); }
.booking-dialog-inner {
  position: relative;
  min-height: 100%;
  padding: clamp(28px, 5vw, 44px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 3%, rgba(159,225,219,.15), transparent 34%),
    radial-gradient(circle at 7% 92%, rgba(217,138,158,.12), transparent 36%),
    linear-gradient(145deg, rgba(39,23,50,.98), rgba(15,9,22,.99));
}
.booking-dialog-inner::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(250,243,233,.11);
  pointer-events: none;
}
.booking-dialog-inner > * { position: relative; z-index: 1; }
.booking-dialog-close {
  position: absolute;
  top: 15px;
  right: 17px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(250,243,233,.72);
  font-size: 30px;
  line-height: 1;
  transition: color .2s ease, background .2s ease;
}
.booking-dialog-close:hover { background: rgba(250,243,233,.1); color: var(--paper); }
.booking-dialog-header {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 68px;
  margin: -4px 44px 26px 0;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(250,243,233,.18);
}
.booking-dialog-mark { display: block; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(159,225,219,.10); }
.booking-dialog-label { grid-column: 2; margin: 0 0 2px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.booking-dialog-header h2 { grid-column: 2; margin: 0; font-family: inherit; font-size: clamp(30px, 6vw, 42px); font-weight: 850; letter-spacing: -.04em; line-height: 1.05; }
.booking-preview-note {
  margin: 0 0 24px;
  padding: 12px 14px;
  border: 1px solid rgba(232,161,109,.35);
  background: rgba(232,161,109,.09);
  color: rgba(250,243,233,.86);
  font-size: 13px;
  line-height: 1.65;
}
.booking-preview-note[hidden] { display: none; }
.booking-form { display: grid; gap: 21px; }
.booking-form[hidden] { display: none; }
.booking-field { display: grid; gap: 9px; }
.booking-field > label, .booking-field-label { color: rgba(250,243,233,.93); font-size: 14px; font-weight: 800; }
.booking-field > input, .booking-code-digit {
  min-width: 0;
  min-height: 52px;
  border: 1px solid rgba(250,243,233,.24);
  border-radius: 2px;
  background: rgba(8,6,13,.62);
  color: var(--paper);
  font-size: 18px;
  line-height: 1;
  transition: border-color .2s ease, background .2s ease;
}
.booking-field > input { width: 100%; padding: 0 15px; }
.booking-field > input::placeholder { color: rgba(250,243,233,.38); }
.booking-field > input[readonly] { border-color: rgba(159,225,219,.42); color: var(--paper); cursor: default; }
.booking-field > input:focus, .booking-code-digit:focus { border-color: var(--cyan); background: rgba(8,6,13,.88); outline: none; }
.booking-field > input:disabled, .booking-code-digit:disabled { border-color: rgba(250,243,233,.13); background: rgba(8,6,13,.34); color: rgba(250,243,233,.36); }
.booking-code-controls { display: flex; align-items: stretch; gap: 11px; }
.booking-code-row { display: grid; flex: 1; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; }
.booking-code-digit { width: 100%; padding: 0; text-align: center; font-weight: 800; }
.booking-send-code {
  flex: 0 0 auto;
  min-width: 116px;
  min-height: 52px;
  padding: 0 13px;
  border: 1px solid var(--cyan);
  border-radius: 2px;
  background: var(--cyan);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.booking-send-code:not(:disabled):hover { background: transparent; color: var(--cyan); }
.booking-send-code:disabled, .booking-submit:disabled { border-color: rgba(250,243,233,.18); background: rgba(250,243,233,.12); color: rgba(250,243,233,.43); }
.booking-field-hint { margin: 0; color: rgba(250,243,233,.57); font-size: 12px; line-height: 1.6; }
/* Captcha 2.0's documented shared-instance trigger stays in the DOM, but it
   is not an extra visible control. app.js clicks it only after the visitor has
   completed this form's phone-number and consent checks. */
.booking-captcha-element,
.booking-captcha-trigger {
  position: fixed;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}
.booking-consent-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  color: rgba(250,243,233,.76);
  font-size: 13px;
  line-height: 1.65;
}
.booking-consent-row input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--cyan); }
.booking-consent-row a { margin: 0 2px; color: var(--cyan); text-decoration: underline; text-decoration-color: rgba(159,225,219,.54); text-underline-offset: 3px; }
.booking-consent-row a.is-unavailable { color: rgba(250,243,233,.48); cursor: not-allowed; text-decoration-color: rgba(250,243,233,.26); }
.booking-form-status { min-height: 21px; margin: -5px 0 0; color: var(--cyan); font-size: 13px; line-height: 1.6; }
.booking-submit {
  min-height: 56px;
  border: 1px solid var(--paper);
  border-radius: 2px 18px 2px 18px;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .02em;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.booking-submit:not(:disabled):hover { border-color: var(--cyan); background: var(--cyan); }
.booking-success { display: grid; min-height: 314px; place-items: center; align-content: center; padding: 26px 4px 14px; text-align: center; }
.booking-success[hidden] { display: none; }
.booking-success-mark { display: grid; width: 60px; height: 60px; place-items: center; margin-bottom: 21px; border-radius: 50%; background: var(--cyan); color: var(--ink); font-size: 30px; box-shadow: 0 0 0 9px rgba(159,225,219,.11); }
.booking-success h2 { margin: 0 0 16px; font-family: inherit; font-size: clamp(30px, 6vw, 42px); font-weight: 900; }
.booking-success p { max-width: 26em; margin: 0 0 31px; color: var(--paper-muted); font-size: 15px; line-height: 1.75; }
.booking-success-close { min-width: 146px; }
.booking-success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

.reservation-layout .section-heading { margin: 0; }
.reservation-panel { display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; gap: 28px; padding: clamp(26px, 5vw, 52px); border: 1px solid rgba(159,225,219,.42); border-radius: 2px 24px 2px 24px; background: rgba(12,8,18,.82); box-shadow: 16px 18px 0 rgba(217,138,158,.12); backdrop-filter: blur(12px); }
.reservation-panel > div { max-width: 600px; }
.reservation-panel > div > p:last-child { margin-bottom: 0; color: var(--paper-muted); }
.reservation-panel .text-link { width: fit-content; }
.reservation-role { max-width: 36em; margin: 16px 0 0; color: rgba(250,243,233,.74); font-size: 14px; line-height: 1.75; }
.reservation-steps { display: grid; gap: 0; max-width: 630px; margin: clamp(34px, 5vw, 58px) 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(250,243,233,.24); }
.reservation-steps li { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(250,243,233,.18); }
.reservation-steps li > span { padding-top: 2px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.reservation-steps h3 { margin: 0 0 6px; font-size: 18px; }
.reservation-steps p { max-width: 36em; margin: 0; color: rgba(250,243,233,.75); font-size: 14px; line-height: 1.75; }
.reservation-facts { display: grid; width: 100%; gap: 0; margin: 0; border-top: 1px solid rgba(250,243,233,.17); }
.reservation-facts > div { display: grid; grid-template-columns: minmax(74px, .55fr) minmax(0, 1.45fr); gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(250,243,233,.15); }
.reservation-facts dt { color: var(--cyan); font-size: 12px; font-weight: 800; }
.reservation-facts dd { margin: 0; color: rgba(250,243,233,.78); font-size: 13px; line-height: 1.65; }
.reservation-entry { display: flex; align-items: flex-start; gap: 18px; }
.reservation-entry[hidden] { display: none; }
.reservation-qr { display: grid; gap: 11px; width: min(220px, 100%); padding: 14px; border: 1px solid rgba(159,225,219,.42); background: rgba(8,6,12,.65); text-align: center; }
.reservation-qr img { display: block; width: 158px; height: 158px; margin: 0 auto; object-fit: contain; background: var(--paper); }
.reservation-qr p { margin: 0; color: var(--paper-muted); font-size: 12px; line-height: 1.55; }
.reservation-copy-link { width: fit-content; margin: 0 auto; padding: 0; border: 0; border-bottom: 1px solid rgba(250,243,233,.48); background: transparent; color: var(--paper); font-size: 12px; font-weight: 700; }
.reservation-copy-link:hover { border-bottom-color: var(--cyan); color: var(--cyan); }
.reservation-entry-status { margin: 0; color: var(--cyan) !important; font-size: 11px !important; }
.reservation-link[hidden] { display: none; }
.reservation-steps[hidden], .reservation-facts[hidden], .reservation-qr[hidden], .reservation-copy-link[hidden], .reservation-entry-status[hidden] { display: none; }
.button-disabled { border-color: rgba(243,242,235,.25); background: rgba(243,242,235,.15); color: rgba(243,242,235,.55); }

/* 调香小铺 remains inside the homepage.  Both desktop and phone keep the
   supplied portrait art at its natural ratio, so the section grows downward
   with the page instead of putting a phone-shaped panel on a wide background. */
.scent-shop-section {
  min-height: 0;
  padding: 0;
  isolation: isolate;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 36%, rgba(108, 52, 89, .38), transparent 37%),
    linear-gradient(180deg, #1b0a19 0%, #0d0712 100%);
}
.scent-shop-section > .scent-shop-stage { display: block; width: 100%; min-height: 0; margin: 0; padding: 0; }
.scent-shop-portrait-canvas {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1080 / 2340;
  overflow: visible;
  border: 0;
  background: #160912;
  box-shadow: none;
}
.scent-shop-portrait-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,5,13,.44) 0%, rgba(10,5,13,.18) 36%, rgba(10,5,13,.68) 76%, rgba(10,5,13,.94) 100%);
  pointer-events: none;
}
.scent-shop-portal { position: relative; z-index: 1; min-height: inherit; }
.scent-shop-portal[hidden] { display: none; }
.scent-shop-portal { display: block; min-height: 100%; padding: clamp(440px, 42vw, 720px) max(var(--gutter), calc((100% - 680px) / 2)) clamp(72px, 8vw, 112px); background: linear-gradient(180deg, rgba(10,5,13,.10) 0%, rgba(10,5,13,.22) 36%, rgba(10,5,13,.88) 74%, #160912 100%); }
.scent-shop-portal-inner { width: min(560px, 100%); }
.scent-shop-portal .status-label { margin: 0 0 12px; }
.scent-shop-card {
  width: 100%;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(159,225,219,.48);
  border-radius: 2px 26px 2px 26px;
  background: linear-gradient(145deg, rgba(27,17,38,.90), rgba(10,8,17,.90));
  box-shadow: 18px 20px 0 rgba(217,138,158,.12), 0 22px 58px rgba(0,0,0,.28);
  backdrop-filter: blur(11px);
}
.scent-shop-kv {
  display: grid;
  aspect-ratio: 16 / 9;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 20px;
  border: 1px dashed rgba(250,243,233,.35);
  border-radius: 2px 14px 2px 14px;
  background: linear-gradient(135deg, rgba(183,161,233,.16), rgba(159,225,219,.10));
  text-align: center;
}
.scent-shop-kv-label { color: rgba(250,243,233,.72); font-size: 12px; font-weight: 800; letter-spacing: .10em; }
.scent-shop-kv strong { color: var(--paper); font-size: 15px; }
.scent-shop-work { margin: 22px 0 7px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.scent-shop-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.7vw, 35px); font-weight: 600; line-height: 1.2; }
.scent-shop-actions { display: grid; gap: 10px; margin-top: 24px; }
.scent-shop-action { width: 100%; min-height: 49px; }
.scent-shop-entry { border-color: rgba(250,243,233,.62); background: rgba(10,8,17,.10); color: var(--paper); }
.scent-shop-entry:not(:disabled):hover { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.scent-shop-entry:disabled { border-color: rgba(250,243,233,.18); background: rgba(250,243,233,.10); color: rgba(250,243,233,.43); }
.scent-shop-access-note { min-height: 1.7em; margin: 15px 0 0; color: rgba(250,243,233,.62); font-size: 12px; line-height: 1.7; }

@media (min-width: 961px) and (max-width: 1100px) {
  .reservation-layout { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); gap: clamp(28px, 4vw, 48px); }
  .reservation-panel { padding: 32px; }
  .reservation-panel h3 { font-size: 30px; }
}

.site-footer { display: grid; grid-template-columns: .75fr 1.2fr 1fr; gap: 35px; padding: 40px max(var(--gutter), calc((100% - var(--max-width)) / 2)); border-top: 1px solid var(--line); color: rgba(243,242,235,.63); font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; text-align: right; }

.activity-shell { position: relative; isolation: isolate; background: #0b0910; }
.activity-shell::before { content: none; }
.activity-shell > * { position: relative; z-index: 1; }
.subpage-header { display: flex; align-items: center; justify-content: space-between; width: min(var(--max-width), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: 26px 0; }
.compact-link { font-size: 13px; }
.activity-page { width: 100%; margin: 0; padding: 0 0 clamp(72px, 10vw, 130px); overflow-x: clip; }
.activity-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(680px, calc(100svh - 96px), 960px);
  align-items: flex-end;
  overflow: hidden;
  background: #1b0a13;
}
.activity-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: auto;
  overflow: hidden;
  background: #32111d;
}
.activity-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14,7,14,.94) 0%, rgba(14,7,14,.72) 31%, rgba(14,7,14,.20) 62%, rgba(14,7,14,.04) 100%),
    linear-gradient(0deg, rgba(10,6,12,.88) 0%, rgba(10,6,12,.18) 43%, rgba(10,6,12,.12) 100%);
  pointer-events: none;
}
.activity-visual::after { content: ""; position: absolute; z-index: 3; inset: 18px; border: 1px solid rgba(250,243,233,.15); pointer-events: none; }
.activity-visual picture,
.activity-visual img { position: absolute; z-index: 1; inset: 0; display: block; width: 100%; height: 100%; }
.activity-visual img { object-fit: contain; object-position: center top; filter: saturate(1.03) contrast(1.02); }
.activity-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(306px, 370px);
  width: min(var(--max-width), calc(100% - var(--gutter) * 2));
  align-items: end;
  gap: clamp(32px, 8vw, 144px);
  margin: 0 auto;
  padding: clamp(66px, 10vw, 136px) 0 clamp(56px, 7vw, 92px);
}
.activity-mobile-entry { display: none; }
.activity-booking-trigger { width: fit-content; margin: 28px 0 16px; }
.activity-secondary-trigger {
  margin-top: 22px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid rgba(243,242,235,.35);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}
.activity-secondary-trigger:hover { border-bottom-color: var(--cyan); color: var(--cyan); }
.activity-note-copy { max-width: 42rem; }
.activity-note-copy p { margin: 0; color: rgba(243,242,235,.78); font-size: 15px; line-height: 1.75; }
.activity-prologue { max-width: 720px; }
.activity-hero h1 { max-width: none; margin-bottom: 24px; font-size: clamp(56px, 6.2vw, 88px); }
.activity-verse { max-width: 15em; margin: 0; color: rgba(250,243,233,.96); font-size: clamp(22px, 2.35vw, 32px); }
.activity-status-card { padding: 28px; border: 1px solid rgba(250,243,233,.26); border-radius: 2px 26px 2px 26px; background: rgba(17,8,19,.78); box-shadow: 14px 16px 0 rgba(217,138,158,.12); backdrop-filter: blur(16px); }
.activity-status-card h2 { margin: 0 0 12px; font-family: inherit; font-size: clamp(25px, 3vw, 36px); font-weight: 800; letter-spacing: -.04em; line-height: 1.15; }
.activity-status-card .guide-copy { margin-bottom: 24px; }
.activity-page-section,
.activity-boundary { width: min(var(--max-width), calc(100% - var(--gutter) * 2)); margin-right: auto; margin-left: auto; }
.activity-page-section { margin-top: clamp(78px, 11vw, 156px); padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.activity-page-section .section-heading { max-width: 710px; margin-bottom: clamp(38px, 5vw, 64px); }
.activity-information-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(250,243,233,.25); background: transparent; }
.activity-information-grid article { display: flex; min-height: 230px; flex-direction: column; padding: clamp(22px, 3vw, 34px) clamp(18px, 2.4vw, 30px) 24px; border-right: 1px solid rgba(250,243,233,.18); background: transparent; }
.activity-information-grid article:first-child { padding-left: 0; }
.activity-information-grid article:last-child { padding-right: 0; border-right: 0; }
.activity-information-grid .status-label { margin-bottom: auto; }
.activity-information-grid h3 { margin: 38px 0 10px; font-size: clamp(22px, 2.4vw, 30px); }
.activity-information-grid article > p:not(.status-label) { margin: 0; color: var(--paper-muted); font-size: 14px; line-height: 1.75; }
.activity-information-grid .text-link { width: fit-content; margin-top: auto; }
.activity-stage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 1px; list-style: none; background: var(--line); }
.activity-stage-grid li { min-height: 230px; padding: 24px; background: #0c0e15; }
.activity-stage-grid li > span { display: block; margin-bottom: 44px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; }
.activity-stage-grid h3 { margin-bottom: 11px; font-size: 21px; }
.activity-stage-grid p { margin: 0; color: var(--paper-muted); font-size: 13px; }
.activity-boundary { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 8vw, 120px); margin-top: clamp(72px, 10vw, 132px); padding: clamp(32px, 5vw, 60px); border: 1px solid rgba(250,243,233,.18); border-left: 2px solid var(--rose); background: linear-gradient(112deg, rgba(117,36,64,.22), rgba(31,14,31,.24) 48%, rgba(22,13,30,.58)); }
.activity-boundary h2 { margin-bottom: 0; font-size: clamp(32px, 4.5vw, 60px); }
.activity-boundary ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.activity-boundary li { padding: 13px 0; border-bottom: 1px solid var(--line); color: rgba(243,242,235,.8); font-size: 14px; }

.error-page {
  display: grid;
  min-height: max(100svh, calc(100vw * 2340 / 1080));
  place-content: center;
  gap: 12px;
  padding: var(--gutter);
  background:
    linear-gradient(90deg, rgba(7,7,11,.93) 0%, rgba(7,7,11,.63) 48%, rgba(7,7,11,.34) 100%),
    linear-gradient(0deg, rgba(7,7,11,.70), rgba(7,7,11,.05)),
    var(--scent-key-visual) center top / 100% auto no-repeat;
}
.error-page h1 { font-size: clamp(54px, 9vw, 130px); }
.error-page p:not(.eyebrow) { max-width: 420px; color: var(--paper-muted); }
.error-page .button { width: fit-content; margin-top: 16px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .site-header { padding: 18px 0; }
  .site-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; margin: 0; border: 1px solid var(--line); background: rgba(10,10,16,.96); backdrop-filter: blur(14px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 18px; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: grid; gap: 5px; width: 40px; height: 36px; place-content: center; margin-left: auto; margin-right: 8px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--paper); }
  .menu-toggle span:not(.sr-only) { display: block; width: 14px; height: 1px; background: currentColor; }
  .hero { min-height: 760px; }
  .hero-art { background-position: 57% 42%; }
  .hero-inner, .activity-boundary, .reservation-layout, .activity-hero { grid-template-columns: 1fr; }
  .about-intro { grid-template-columns: 1fr; gap: 30px; }
  .about-copy-card { max-width: 600px; justify-self: start; }
  .hero-status, .activity-status-card { max-width: 520px; }
  .news-overview { grid-template-columns: 1fr; }
  .news-featured { min-height: 400px; }
  .channel-rail { grid-template-columns: 1fr; }
  .channel-intro { min-height: 0; }
  .channel-empty { min-height: 0; border-top: 1px solid rgba(250,243,233,.16); border-left: 0; }
  .channel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .reservation-panel { align-items: flex-start; flex-direction: column; }
  .reservation-steps { max-width: 680px; }
  .activity-information-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .activity-stage-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; gap: 20px; }
  .footer-meta { justify-content: flex-start; text-align: left; }
}

@media (max-width: 480px) {
  .brand-logo-frame { width: 112px; }
  .footer-logo-frame { width: 116px; }
  h1 { font-size: clamp(56px, 18vw, 82px); }
  .hero { min-height: 720px; padding-top: 102px; padding-bottom: 34px; }
  .hero-art { background-position: 66% 38%; }
  .hero-inner { gap: 28px; }
  .hero-content { width: 100%; margin-left: 0; text-align: left; }
  .hero-verse { max-width: 11em; font-size: clamp(30px, 10vw, 48px); }
  .hero-status, .activity-status-card { padding: 24px; }
  .activity-shell::before { background-position: center, center, 64% 35%; }
  .error-page { background-position: center, center, 64% 38%; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .news-featured, .news-archive { padding: 22px; }
  .news-featured::before { inset: 12px; }
  .news-archive-heading { align-items: flex-start; flex-direction: column; }
  .news-result-count { white-space: normal; }
  .news-grid { grid-template-columns: 1fr; }
  .activity-page { padding-top: 42px; }
  .subpage-header { padding: 18px 0; }
  .activity-page-section, .activity-boundary { padding: 24px; }
  .activity-information-grid { grid-template-columns: 1fr; }
  .activity-stage-grid li { min-height: 0; }
  .activity-stage-grid li > span { margin-bottom: 26px; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card { min-height: 0; border-top: 1px solid rgba(243,242,235,.16); border-left: 0; }
  .channel-card:first-child { border-top: 0; }
  .channel-copy p { min-height: 0; }
  .channel-actions { padding-top: 18px; }
  .channel-qr-dialog-inner { padding: 30px 22px 25px; }
}

@media (max-width: 720px) {
  .about-gallery { grid-template-columns: 1fr; }
  .about-media--feature { grid-row: auto; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-empty { min-height: 0; border-top: 1px solid rgba(250,243,233,.16); border-left: 0; }
  .activity-information-grid { grid-template-columns: 1fr; }
  .activity-information-grid article { min-height: 0; }
  .channel-card { min-height: 0; border-top: 1px solid rgba(243,242,235,.16); border-left: 0; }
  .channel-card:first-child { border-top: 0; }
  .channel-copy p { min-height: 0; }
}

@media (max-width: 820px), (prefers-reduced-motion: reduce) {
  .site-nav { backdrop-filter: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Phone is a separate composition, not a narrow crop of the desktop hero. */
@media (max-width: 600px) {
  .hero {
    min-height: 0;
    aspect-ratio: auto;
    display: block;
    padding-top: 96px;
    padding-bottom: 34px;
  }
  .hero-art {
    inset: 0 0 auto;
    width: 100%;
    height: min(690px, 84svh);
    margin: 0;
    background:
      linear-gradient(180deg, rgba(13,9,20,.42) 0%, rgba(13,9,20,.08) 30%, rgba(12,8,18,.98) 100%),
      radial-gradient(circle at 70% 19%, rgba(164,222,211,.33), transparent 27%),
      var(--scent-phoenix-mobile) 52% 18px / auto 100% no-repeat,
      radial-gradient(circle at 48% 4%, #31525a 0%, #1d2430 37%, #1a1021 70%, #100b16 100%);
  }
  .hero::before { background: radial-gradient(circle at 50% 64%, rgba(217,138,158,.16), transparent 30%); }
  .hero::after { height: 70%; }
  .hero-inner {
    display: block;
    padding-top: clamp(390px, 107vw, 510px);
  }
  .hero-content { max-width: 29rem; }
  .hero-status {
    max-width: none;
    margin-top: 28px;
    background: rgba(15,9,21,.88);
  }
  .about-intro { gap: 24px; }
  .about-copy-card { padding: 23px; }
  .about-gallery { margin-top: 36px; }
  .about-media--feature .about-media-visual { aspect-ratio: 1080 / 2340; }
  .about-media--portrait .about-media-visual { aspect-ratio: 1080 / 1600; }
  .about-media--landscape .about-media-visual { aspect-ratio: 1080 / 1600; }
  .about-media figcaption { padding: 16px 18px 18px; }
  .about-media:hover img { transform: none; }
  .activity-shell::before {
    height: min(920px, 100svh);
    background:
      linear-gradient(180deg, rgba(12,7,14,.91) 0%, rgba(12,7,14,.49) 31%, rgba(12,7,14,.75) 69%, rgba(12,7,14,.98) 100%),
      var(--dionysus-story-mobile) center top / 100% auto no-repeat,
      #150a13;
  }

  /*
   * Phone layouts use the uncropped portrait master once, from top to bottom.
   * These two sections can become much taller when content is added.  A `cover`
   * background would keep enlarging the art to fill that growing height and cut
   * the character off at both sides.  Showing the complete image at its natural
   * mobile ratio, then continuing with the matching deep-red ground, keeps the
   * composition intact without leaving a black edge.
   */
  .news-section {
    min-height: min(216.667vw, 960px);
    background-color: #160912;
  }
  .news-section[data-deferred-art].is-art-ready {
    background-image: var(--dionysus-story-mobile);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .news-section::before {
    background: linear-gradient(180deg, rgba(12,7,13,.42) 0%, rgba(12,7,13,.44) 28%, rgba(12,7,13,.74) 69%, #160912 100%) center top / 100% min(216.667vw, 960px) no-repeat;
  }
  .news-xhs-link { top: 16px; right: var(--gutter); gap: 8px; padding: 7px 10px 7px 7px; }
  .news-xhs-mark { width: 30px; height: 30px; border-radius: 8px; font-size: 7px; }
  .news-xhs-label { font-size: 8px; }
  .news-xhs-account { font-size: 12px; }
  .reservation-section {
    display: block;
    min-height: 0;
    padding: clamp(426px, 112vw, 548px) var(--gutter) 58px;
    background-color: #160912;
  }
  .reservation-section[data-deferred-art].is-art-ready {
    background-image: var(--dionysus-story-mobile);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .reservation-section::before {
    background: linear-gradient(180deg, rgba(12,7,13,.10) 0%, rgba(12,7,13,.12) 33%, rgba(12,7,13,.68) 67%, #160912 100%) center top / 100% min(216.667vw, 960px) no-repeat;
  }
  .reservation-layout { display: block; width: 100%; }
  .reservation-story { max-width: 31rem; }
  .reservation-story h2 { margin-bottom: 16px; font-size: clamp(43px, 12.6vw, 62px); }
  .reservation-panel { max-width: none; margin-top: 28px; padding: 24px; background: rgba(12,8,18,.88); }
  .reservation-steps { margin-top: 30px; }
  .reservation-steps li { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; }
  .reservation-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .reservation-entry { width: 100%; }
  .reservation-entry .reservation-link { justify-content: center; width: 100%; }
  .reservation-qr { display: none !important; }
  .scent-shop-stage { display: block; min-height: 0; padding: 0; }
  .scent-shop-portrait-canvas {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1080 / 2340;
    border: 0;
  }
  .scent-shop-section[data-deferred-art].is-art-ready .scent-shop-portrait-canvas {
    background-image: var(--dionysus-story-mobile);
    background-position: center top;
    background-size: 100% auto;
  }
  .scent-shop-portal { min-height: 100%; padding: clamp(426px, 112vw, 548px) var(--gutter) calc(58px + env(safe-area-inset-bottom)); }
  .scent-shop-card { padding: 24px; background: linear-gradient(145deg, rgba(27,17,38,.93), rgba(10,8,17,.94)); }
}

@media (hover: hover) and (pointer: fine) {
  .reservation-entry.has-desktop-qr .reservation-link { display: none; }
}

@media (hover: none), (pointer: coarse) {
  .reservation-entry { width: 100%; }
  .reservation-entry.has-desktop-qr .reservation-link { display: inline-flex; justify-content: center; width: 100%; }
  .reservation-qr { display: none !important; }
}

@media (max-width: 600px) {
  .reservation-entry.has-desktop-qr .reservation-link { display: inline-flex; }
}

@media (max-width: 600px) and (max-height: 720px) {
  .reservation-section { padding-top: 400px; }
}

/* Activity art is composed independently at each size: no desktop background is
   simply cropped down onto a phone. */
@media (max-width: 1099px) {
  .activity-page { padding-top: 0; }
  .activity-hero {
    display: block;
    min-height: 0;
    padding: 0;
  }
  .activity-visual {
    position: relative;
    inset: auto;
    z-index: 0;
    width: 100%;
    height: clamp(430px, 58vw, 650px);
    margin: 0;
  }
  .activity-visual::before {
    background: linear-gradient(0deg, rgba(10,6,12,.82), rgba(10,6,12,.08) 46%, rgba(10,6,12,.12));
  }
  .activity-visual::after {
    inset: 14px;
  }
  .activity-hero-inner { grid-template-columns: 1fr; width: min(var(--max-width), calc(100% - var(--gutter) * 2)); gap: 28px; padding: clamp(42px, 7vw, 72px) 0 clamp(58px, 8vw, 90px); }
  .activity-prologue { max-width: min(680px, 100%); }
  .activity-status-card { width: min(520px, 100%); }
}

/* A short, landscape tablet keeps the art wide and the information below it. */
@media (min-width: 768px) and (max-width: 1099px) and (min-aspect-ratio: 5 / 4) {
  .activity-hero { display: flex; min-height: calc(100svh - 96px); align-items: flex-end; }
  .activity-visual { position: absolute; inset: 0; z-index: -2; width: auto; height: auto; }
  .activity-visual::before {
    background:
      linear-gradient(90deg, rgba(14,7,14,.92) 0%, rgba(14,7,14,.66) 35%, rgba(14,7,14,.16) 67%, rgba(14,7,14,.04) 100%),
      linear-gradient(0deg, rgba(10,6,12,.88) 0%, rgba(10,6,12,.12) 48%, rgba(10,6,12,.10) 100%);
  }
  .activity-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(260px, 320px); gap: clamp(28px, 5vw, 52px); padding: 48px 0 40px; }
  .activity-status-card { padding: 22px; }
  .activity-hero h1 { font-size: clamp(52px, 6vw, 66px); }
  .activity-visual img { object-fit: contain; object-position: center top; }
}

@media (max-width: 767px) {
  .activity-hero { padding-bottom: 0; }
  .activity-visual {
    height: clamp(470px, 72svh, 640px);
    margin-bottom: 0;
  }
  .activity-visual::before { background: linear-gradient(0deg, rgba(10,6,12,.88), rgba(10,6,12,.03) 44%, rgba(10,6,12,.08)); }
  .activity-visual img { object-fit: contain; object-position: center top; }
  .activity-mobile-entry {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 116px;
    gap: 18px;
    margin: -42px var(--gutter) 0 auto;
    padding: 10px 13px;
    border: 1px solid rgba(250,243,233,.3);
    background: rgba(17,8,19,.8);
    color: var(--paper);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    backdrop-filter: blur(10px);
  }
  .activity-mobile-entry:hover { color: var(--cyan); border-color: var(--cyan); }
  .activity-hero-inner { width: calc(100% - var(--gutter) * 2); gap: 26px; padding: 36px 0 58px; }
  .activity-prologue { max-width: none; }
  .activity-hero h1 { margin-bottom: 18px; font-size: clamp(54px, 16vw, 82px); }
  .activity-verse { font-size: clamp(20px, 6.4vw, 28px); }
  .activity-status-card { width: 100%; max-width: none; margin-top: 0; padding: 24px; }
  .activity-page-section { margin-top: 64px; }
  .activity-information-grid article { padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(250,243,233,.18); }
  .activity-information-grid article:last-child { border-bottom: 0; }
  .activity-information-grid h3 { margin-top: 26px; }
  .activity-boundary { padding: 28px 24px; }
}

@media (max-width: 767px) and (max-height: 720px) {
  .activity-visual { height: 440px; }
}

@media (min-width: 1100px) and (max-height: 800px) {
  .activity-hero { min-height: 680px; }
  .activity-hero-inner { padding-top: 58px; padding-bottom: 58px; }
  .activity-hero h1 { font-size: clamp(62px, 7.5vw, 112px); }
}

@media (max-width: 420px) {
  .booking-dialog { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .booking-dialog-inner { padding: 26px 18px 22px; }
  .booking-dialog-inner::before { inset: 10px; }
  .booking-dialog-header { margin-right: 38px; margin-bottom: 20px; padding-bottom: 17px; }
  .booking-dialog-close { top: 8px; right: 8px; width: 38px; height: 38px; }
  .booking-code-controls { display: grid; grid-template-columns: 1fr; }
  .booking-send-code { width: 100%; min-width: 0; }
  .booking-success { min-height: 278px; }
}

@media (max-height: 640px) {
  .booking-dialog-inner { padding-top: 24px; padding-bottom: 22px; }
  .booking-dialog-header { min-height: 54px; margin-bottom: 18px; padding-bottom: 15px; }
  .booking-preview-note { margin-bottom: 18px; padding: 9px 11px; }
  .booking-form { gap: 15px; }
  .booking-field > input, .booking-code-digit, .booking-send-code { min-height: 46px; }
  .booking-submit { min-height: 50px; }
}

/* --------------------------------------------------------------------------
   Site-wide entry landing
   -------------------------------------------------------------------------- */
.site-entry-landing[hidden] { display: none; }
.site-entry-landing:not([hidden]) + .site-shell { display: none; }
.site-entry-landing {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(183,161,233,.22), transparent 31%),
    radial-gradient(circle at 86% 76%, rgba(217,138,158,.19), transparent 34%),
    linear-gradient(118deg, #180c20 0%, #2c1530 49%, #100914 100%);
  isolation: isolate;
}
.site-entry-landing::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12%;
  opacity: .28;
  filter: blur(28px) saturate(.76);
}
.site-entry-portrait-canvas {
  position: relative;
  display: flex;
  width: min(100vw, 56.25svh, 560px);
  min-height: 100svh;
  overflow: hidden;
  border-inline: 1px solid rgba(250,243,233,.18);
  background:
    linear-gradient(180deg, rgba(14,8,18,.04) 0%, rgba(14,8,18,.08) 30%, rgba(10,6,13,.94) 100%);
  box-shadow: 0 0 0 1px rgba(159,225,219,.08), 0 18px 76px rgba(0,0,0,.44);
}
.site-entry-portrait-canvas::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(250,243,233,.16);
  pointer-events: none;
}
.site-entry-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: clamp(30px, 5.2vh, 56px) clamp(24px, 3.1vw, 38px);
}
.site-entry-copy .status-label { margin: 0; }
.site-entry-copy h1 { max-width: 8em; margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.8vw, 62px); font-weight: 600; letter-spacing: -.05em; line-height: 1.05; }
.site-entry-text-frame { width: 100%; padding: 17px 18px; border: 1px solid rgba(250,243,233,.46); background: rgba(19,9,24,.61); box-shadow: 9px 10px 0 rgba(217,138,158,.12); backdrop-filter: blur(8px); }
.site-entry-text-frame p { margin: 0; color: rgba(250,243,233,.94); font-size: clamp(16px, 1.65vw, 21px); line-height: 1.75; }
.site-entry-continue { width: 100%; min-height: 52px; border: 1px solid rgba(159,225,219,.72); border-radius: 999px; background: rgba(12,8,18,.70); color: var(--paper); font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .10em; transition: background .2s ease, color .2s ease, transform .2s ease; }
.site-entry-continue:hover, .site-entry-continue:focus-visible { background: var(--cyan); color: var(--ink); transform: translateY(-2px); outline: none; }
body.site-entry-is-open { overflow-x: hidden; }

/* The scent-shop block is now an ordinary content section.  It deliberately
   keeps the same portrait art treatment as the entry landing, but no longer
   contains a second “press any key to enter” screen. */
.scent-shop-title { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(31px, 3.6vw, 43px); font-weight: 600; letter-spacing: -.05em; line-height: 1.08; }
.scent-shop-description { margin: 0 0 20px; color: rgba(250,243,233,.82); font-family: var(--serif); font-size: 16px; line-height: 1.7; }
.booking-success p { white-space: pre-line; }

/* --------------------------------------------------------------------------
   Desktop portrait-art mode

   A desktop window is wider, but it is not a reason to crop a portrait
   illustration into a one-screen banner. The art expands across the width,
   keeps its full portrait height, and the entry may scroll down naturally.
   -------------------------------------------------------------------------- */
@media (min-width: 601px) {
  /* Desktop-only artwork must live inside this media query.  A phone will
     therefore never start fetching the desktop portrait before its mobile
     composition wins the cascade. */
  .news-section[data-deferred-art].is-art-ready,
  .reservation-section[data-deferred-art].is-art-ready {
    background-image: url("assets/scentheon-dionysus-desktop.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .scent-shop-section[data-deferred-art].is-art-ready .scent-shop-portrait-canvas {
    background-image: url("assets/scentheon-dionysus-desktop.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .site-entry-landing {
    display: block;
    overflow-y: auto;
    background: #160912;
  }
  .site-entry-landing::before {
    display: none;
  }
  .site-entry-portrait-canvas {
    width: 100%;
    max-width: none;
    min-height: max(100svh, calc(100vw * 2560 / 1440));
    aspect-ratio: 1440 / 2560;
    overflow: visible;
    border: 0;
    background:
      linear-gradient(180deg, rgba(12,7,13,.08) 0%, rgba(12,7,13,.18) 38%, rgba(10,6,13,.91) 76%, #160912 100%),
      url("assets/scentheon-dionysus-desktop.jpg") center top / 100% auto no-repeat;
    box-shadow: none;
  }
  .site-entry-portrait-canvas::after { inset: clamp(16px, 2vw, 32px); }
  .site-entry-copy {
    width: min(680px, calc(100% - var(--gutter) * 2));
    min-height: 100%;
    margin: 0 auto;
    padding: clamp(360px, 36vw, 560px) 0 clamp(54px, 7vw, 100px);
  }
  .site-entry-copy h1 { max-width: 10em; font-size: clamp(52px, 5.2vw, 76px); }
  .site-entry-text-frame, .site-entry-continue { width: min(500px, 100%); }

  /* Desktop information follows the same vertical reading order as the art:
     the page may grow downward; only the text line length is constrained. */
  .about-intro, .about-gallery {
    width: min(760px, calc(100% - var(--gutter) * 2));
    grid-template-columns: 1fr;
  }
  .about-copy-card { justify-self: start; }
  .news-overview, .news-grid { grid-template-columns: 1fr; }
  .scent-shop-portrait-canvas { aspect-ratio: 1440 / 2560; }

}

@media (max-width: 600px) {
  .site-entry-portrait-canvas {
    width: 100%;
    min-height: max(100svh, calc(100vw * 2340 / 1080));
    aspect-ratio: 1080 / 2340;
    overflow: visible;
    border: 0;
    background:
      linear-gradient(180deg, rgba(14,8,18,.05) 0%, rgba(14,8,18,.10) 31%, rgba(10,6,13,.95) 100%),
      var(--dionysus-story-mobile) center top / 100% auto no-repeat;
    box-shadow: none;
  }
  .site-entry-portrait-canvas::after { inset: 12px; }
  .site-entry-copy { min-height: 100%; padding: clamp(430px, 112vw, 560px) var(--gutter) calc(36px + env(safe-area-inset-bottom)); }
  .site-entry-copy h1 { font-size: clamp(43px, 12.6vw, 62px); }
  .site-entry-text-frame p { font-size: clamp(16px, 4.7vw, 21px); }
  .scent-shop-title { font-size: clamp(32px, 9vw, 44px); }
}

/* On wide screens the official site becomes a reading column plus a quiet
   right-hand navigation rail.  The rail is a continuation of the palette,
   not an empty black margin; portrait artwork still fills the entire content
   column and keeps its natural vertical reading order. */
@media (min-width: 1180px) {
  :root { --site-rail-width: clamp(208px, 17vw, 276px); }

  .site-header {
    inset: 0 var(--site-rail-width) auto 0;
    width: auto;
    margin: 0 var(--gutter);
  }

  #main-content,
  .site-footer { margin-right: var(--site-rail-width); }

  .site-scroll-rail {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: var(--site-rail-width);
    flex-direction: column;
    padding: clamp(118px, 13vw, 184px) clamp(18px, 2vw, 30px) 26px;
    overflow-y: auto;
    border-left: 1px solid rgba(250,243,233,.14);
    background:
      radial-gradient(circle at 100% 8%, rgba(183,161,233,.24), transparent 38%),
      radial-gradient(circle at 12% 67%, rgba(217,138,158,.16), transparent 30%),
      linear-gradient(180deg, rgba(41,26,60,.96) 0%, rgba(26,15,40,.98) 56%, rgba(14,9,22,.99) 100%);
    box-shadow: -20px 0 48px rgba(8,4,15,.15);
  }

  .site-scroll-rail-title {
    margin: 0 0 18px;
    color: rgba(250,243,233,.58);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
  }

  .site-scroll-rail-nav {
    display: grid;
    gap: 3px;
    padding-left: 14px;
    border-left: 1px solid rgba(250,243,233,.18);
  }

  .site-scroll-rail-link {
    position: relative;
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 8px;
    align-items: baseline;
    min-height: 42px;
    padding: 10px 8px 10px 0;
    color: rgba(250,243,233,.58);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    transition: color .2s ease, transform .2s ease;
  }

  .site-scroll-rail-link::before {
    position: absolute;
    top: 50%;
    left: -18px;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(250,243,233,.42);
    border-radius: 999px;
    background: #21162f;
    content: "";
    transform: translateY(-50%);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
  }

  .site-scroll-rail-index {
    color: rgba(159,225,219,.72);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
  }

  .site-scroll-rail-link:hover,
  .site-scroll-rail-link:focus-visible,
  .site-scroll-rail-link.is-active { color: var(--paper); transform: translateX(3px); }

  .site-scroll-rail-link:focus-visible { outline-offset: 3px; }
  .site-scroll-rail-link.is-active::before { border-color: var(--cyan); background: var(--cyan); transform: translateY(-50%) scale(1.22); }
  .site-scroll-rail-link.is-active .site-scroll-rail-index { color: var(--cyan); }

  .site-scroll-rail-footer {
    margin: auto 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(250,243,233,.13);
    color: rgba(250,243,233,.34);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.7;
  }

  /* The parent column is now narrower than the viewport.  Let these two
     portrait sections derive their height from that real column rather than
     from the full browser width, which prevents an accidental blank tail. */
  .reservation-section,
  .news-section {
    min-height: 0;
    aspect-ratio: 1440 / 2560;
  }
}
