:root {
  --ink: #171c19;
  --ink-soft: #283029;
  --paper: #eee9df;
  --paper-light: #f7f4ed;
  --stone: #bbb5aa;
  --moss: #586454;
  --clay: #9b6f53;
  --line: rgba(23, 28, 25, 0.2);
  --serif: "Songti SC", "Noto Serif CJK SC", STSong, SimSun, serif;
  --sans: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--paper-light);
  transform: translateY(-160%);
  clip-path: inset(100%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); clip-path: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: calc(18px + env(safe-area-inset-top)) 20px 16px;
  color: #f5f1e8;
  mix-blend-mode: difference;
  transition: padding 260ms ease;
}
.wordmark { display: flex; align-items: baseline; gap: 10px; }
.wordmark-cn { font-family: var(--serif); font-size: 17px; letter-spacing: 0.18em; }
.wordmark-en { font-size: 8px; letter-spacing: 0.16em; opacity: 0.72; }
.header-action {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  letter-spacing: 0.22em;
}
.site-header.is-scrolled { padding-top: calc(12px + env(safe-area-inset-top)); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #f6f2e9;
  background: #111613;
}
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; height: 100%; }
.hero-media img { object-fit: cover; object-position: 50% 48%; transform: scale(1.025); animation: hero-settle 2.2s cubic-bezier(.2,.72,.24,1) forwards; }
.hero-shade {
  background:
    linear-gradient(180deg, rgba(8,12,10,.34) 0%, transparent 30%, transparent 55%, rgba(8,12,10,.72) 100%),
    linear-gradient(90deg, rgba(8,12,10,.56) 0%, transparent 48%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 18px 18px 18px 58px;
  border: 1px solid rgba(246,242,233,.22);
  pointer-events: none;
}
.hero-index {
  position: absolute;
  top: 24%;
  left: 18px;
  z-index: 2;
  font-size: 8px;
  line-height: 1.55;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
  opacity: .7;
}
.hero-title-wrap {
  position: absolute;
  left: 0;
  bottom: 21%;
  z-index: 2;
  width: min(86%, 340px);
  padding: 18px 24px 20px 58px;
  background: rgba(22,28,24,.68);
  backdrop-filter: blur(5px);
  animation: copy-rise 1.15s .18s cubic-bezier(.2,.72,.24,1) both;
}
.hero-kicker { margin-bottom: 16px; font-size: 10px; letter-spacing: .2em; }
.hero h1 {
  display: flex;
  align-items: baseline;
  gap: .16em;
  font-family: var(--serif);
  font-size: clamp(62px, 20vw, 82px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.1em;
}
.hero h1 span:last-child { transform: translateY(21px); }
.hero-note {
  position: absolute;
  right: 22px;
  bottom: 10%;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding-left: 16px;
  border-left: 1px solid rgba(246,242,233,.55);
  font-family: var(--serif);
  font-size: 10px;
  letter-spacing: .12em;
}
.scroll-cue {
  position: absolute;
  left: 18px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}
.scroll-cue i { display: block; width: 1px; height: 42px; background: currentColor; opacity: .7; }

.section { position: relative; padding: 110px 24px; }
.section-mark {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
  color: var(--moss);
  font-size: 9px;
  letter-spacing: .18em;
}
.section-mark--light { color: rgba(247,244,237,.74); border-color: rgba(247,244,237,.2); }
.eyebrow { color: var(--moss); font-size: 8px; letter-spacing: .17em; line-height: 1.5; }

.prologue { min-height: 760px; background: var(--paper-light); }
.prologue .section-mark { width: 44%; }
.prologue-copy { margin-top: 104px; }
.prologue-copy h2,
.threshold-copy h2,
.material-head h2,
.stay-intro h2,
.arrival-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
}
.prologue-copy h2 { margin: 18px 0 32px; font-size: clamp(38px, 11.6vw, 52px); line-height: 1.38; }
.prologue-copy > p:last-child { width: 77%; margin-left: 18%; color: #4f554f; font-family: var(--serif); font-size: 15px; line-height: 2.05; }
.vertical-note {
  position: absolute;
  right: 17px;
  bottom: 82px;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 10px;
  letter-spacing: .28em;
  writing-mode: vertical-rl;
}

.threshold { padding: 0 0 120px; background: var(--paper); }
.threshold-media { position: relative; width: 82%; height: 520px; }
.threshold-media img { height: 100%; object-fit: cover; object-position: 50% 58%; filter: saturate(.84) contrast(1.03); }
.image-caption {
  position: absolute;
  right: -44px;
  bottom: 22px;
  padding: 8px 12px;
  background: var(--paper);
  font-family: var(--serif);
  font-size: 10px;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}
.threshold-copy { padding: 82px 24px 0 58px; }
.threshold-copy h2 { margin: 58px 0 28px; font-size: 37px; line-height: 1.45; }
.threshold-copy p { width: 88%; color: #555b55; font-family: var(--serif); line-height: 2.05; }

.material { overflow: hidden; padding-bottom: 140px; background: #d9d5cb; }
.material::before {
  content: "";
  position: absolute;
  top: 0;
  right: 42px;
  width: 1px;
  height: 82px;
  background: var(--ink);
  opacity: .32;
}
.material-head .eyebrow { margin-top: 54px; }
.material-head h2 { margin: 22px 0 62px; font-size: 36px; line-height: 1.48; }
.material-grid { position: relative; margin: 0 -24px; padding-bottom: 240px; }
.material-wide { width: 90%; margin-left: auto; }
.material-wide img { aspect-ratio: 1.28; object-fit: cover; object-position: 48% 52%; }
.material-detail { position: absolute; left: 24px; top: 68%; z-index: 2; width: 44%; }
.material-detail img { aspect-ratio: .78; object-fit: cover; object-position: 54% 92%; }
.material-wide figcaption,
.material-detail figcaption { margin-top: 9px; color: #535851; font-family: var(--serif); font-size: 10px; letter-spacing: .08em; }
.material-wide figcaption { padding-right: 24px; text-align: right; }
.material-aside { position: absolute; right: 24px; bottom: 28px; width: 42%; color: #424842; font-family: var(--serif); font-size: 12px; line-height: 2; }

.life-context {
  overflow: hidden;
  padding: 118px 0 126px;
  color: var(--paper-light);
  background: #151a17;
}
.life-head { padding: 0 24px; }
.life-head .eyebrow { margin-top: 54px; color: #95a08f; }
.life-head h2 {
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -.035em;
}
.life-frame { position: relative; width: 92%; margin: 70px 0 0 auto; }
.life-frame img {
  height: 560px;
  object-fit: cover;
  object-position: 53% 50%;
  filter: saturate(.78) contrast(1.05);
}
.life-frame figcaption {
  position: absolute;
  left: -24px;
  bottom: 22px;
  max-width: 210px;
  padding: 13px 16px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .08em;
}
.life-notes { display: grid; gap: 28px; padding: 64px 24px 0; }
.life-notes p {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(247,244,237,.18);
  color: rgba(247,244,237,.68);
  font-family: var(--serif);
  font-size: 12px;
  line-height: 2;
}
.life-notes span { color: #aeb8aa; font-size: 10px; letter-spacing: .18em; }
html[data-context="baseline"] .life-context { display: none; }
.stay { padding-top: 112px; color: var(--paper-light); background: var(--ink-soft); }
.stay-intro h2 { margin: 62px 0 30px; font-size: 38px; line-height: 1.46; }
.stay-intro > p { width: 82%; color: rgba(247,244,237,.68); font-family: var(--serif); line-height: 2; }
.stay-list { margin-top: 84px; border-top: 1px solid rgba(247,244,237,.2); }
.stay-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 25px 0 26px;
  border-bottom: 1px solid rgba(247,244,237,.2);
}
.stay-no { align-self: start; color: #a9b4a4; font-family: var(--serif); font-size: 11px; }
.stay-row h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: .15em; }
.stay-row p, .stay-meta { color: rgba(247,244,237,.54); font-size: 9px; line-height: 1.65; letter-spacing: .08em; }
.stay-meta { text-align: right; }

.arrival { padding-bottom: 96px; background: var(--paper-light); }
.arrival-head h2 { margin: 58px 0 72px; font-size: 38px; line-height: 1.46; }
.arrival-grid { border-top: 1px solid var(--line); }
.arrival-grid > div { display: grid; grid-template-columns: 74px 1fr; padding: 24px 0; border-bottom: 1px solid var(--line); }
.arrival-grid dt { color: var(--moss); font-family: var(--serif); font-size: 12px; letter-spacing: .18em; }
.arrival-grid dd { color: #4c524d; font-size: 12px; line-height: 1.85; }
.arrival-grid a { border-bottom: 1px solid var(--line); }
.arrival-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
  padding: 17px 18px;
  color: var(--paper-light);
  background: var(--ink);
  font-family: var(--serif);
  letter-spacing: .12em;
}

.site-footer { padding: 80px 24px 28px; color: var(--paper-light); background: #101411; text-align: center; }
.footer-title { margin-bottom: 10px; font-family: var(--serif); font-size: 32px; letter-spacing: .28em; text-indent: .28em; }
.site-footer > p:nth-child(2) { color: rgba(247,244,237,.58); font-family: var(--serif); font-size: 12px; letter-spacing: .18em; }
.footer-meta { margin-top: 72px; color: rgba(247,244,237,.34); font-size: 7px; letter-spacing: .16em; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.72,.24,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes hero-settle { from { transform: scale(1.075); } to { transform: scale(1.025); } }
@keyframes copy-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 760px) {
  .site-header { padding-inline: 40px; }
  .hero::after { inset: 28px 28px 28px 90px; }
  .hero-title-wrap { left: 7vw; bottom: 14%; width: 46%; max-width: 680px; padding: 32px 40px; }
  .hero h1 { font-size: clamp(78px, 8vw, 132px); }
  .hero-index, .scroll-cue { left: 36px; }
  .hero-note { right: 4vw; bottom: 9%; }
  .section { padding: 150px 8vw; }
  .prologue { display: grid; grid-template-columns: 20% 1fr 10%; min-height: 780px; }
  .prologue .section-mark { width: 100%; align-self: start; }
  .prologue-copy { max-width: 820px; margin: 100px auto 0; }
  .prologue-copy h2 { font-size: 64px; }
  .vertical-note { right: 8vw; }
  .threshold { display: grid; grid-template-columns: 58% 42%; padding: 0; }
  .threshold-media { width: 100%; height: 850px; }
  .threshold-copy { align-self: center; padding: 80px 8vw 80px 7vw; }
  .threshold-copy h2, .material-head h2, .stay-intro h2, .arrival-head h2 { font-size: 52px; }
  .material { padding-bottom: 180px; }
  .material-head { max-width: 880px; }
  .material-grid { margin: 0; padding-bottom: 160px; }
  .material-wide { width: 68%; }
  .material-detail { left: 4%; top: 58%; width: 26%; }
  .material-aside { right: 0; bottom: 20px; width: 24%; }
  .life-context { padding: 160px 0 170px; }
  .life-head { max-width: 920px; padding: 0 8vw; }
  .life-head h2 { font-size: 52px; }
  .life-frame { width: 72%; margin-top: 92px; }
  .life-frame img { height: min(76vw, 860px); }
  .life-frame figcaption { left: -5vw; bottom: 48px; max-width: 280px; padding: 18px 22px; }
  .life-notes { grid-template-columns: repeat(3, 1fr); gap: 4vw; padding: 82px 8vw 0; }
  .life-notes p { display: block; }
  .life-notes span { display: block; margin-bottom: 16px; }  .stay { display: grid; grid-template-columns: 42% 1fr; gap: 9vw; }
  .stay-list { margin-top: 0; }
  .arrival-head { max-width: 720px; }
  .arrival-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
  .arrival-grid > div { display: block; min-height: 180px; padding: 24px; border-right: 1px solid var(--line); }
  .arrival-grid dt { margin-bottom: 34px; }
  .arrival-action { width: 320px; margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* C04-C1-V: complete visual POC pages */
.site-nav { display: flex; align-items: center; gap: 17px; font-size: 10px; letter-spacing: .18em; }
.site-nav a { position: relative; padding-bottom: 4px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: .18em; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.depth-nav { color: var(--paper-light); background: #121713; }
.depth-intro .eyebrow { margin-top: 52px; color: #8f9c8b; }
.depth-intro h2 { margin: 20px 0 72px; font-family: var(--serif); font-size: 37px; font-weight: 400; line-height: 1.48; letter-spacing: -.035em; }
.depth-links { border-top: 1px solid rgba(247,244,237,.2); }
.depth-link { display: grid; grid-template-columns: 34px 1fr auto; gap: 18px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(247,244,237,.2); }
.depth-link .depth-no { align-self: start; color: #9eaa9a; font-family: var(--serif); font-size: 10px; }
.depth-link strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: .12em; }
.depth-link small { color: rgba(247,244,237,.5); font-size: 8px; letter-spacing: .13em; }
.depth-link i { font-style: normal; transition: transform .35s ease; }
.depth-link:hover i, .depth-link:focus-visible i { transform: translate(4px,-4px); }
html[data-context="baseline"] .depth-nav { display: none; }

.footer-nav { display: flex; justify-content: center; gap: 26px; margin-top: 30px; color: rgba(247,244,237,.55); font-family: var(--serif); font-size: 10px; letter-spacing: .12em; }

.inner-page { background: var(--paper); }
.js .inner-page .page-shell { opacity: 0; transition: opacity .58s ease; }
.js .inner-page.is-ready .page-shell { opacity: 1; }
.sub-hero { position: relative; min-height: 100svh; overflow: hidden; }
.sub-hero::after { content: ""; position: absolute; inset: 18px 18px 18px 58px; border: 1px solid rgba(246,242,233,.22); pointer-events: none; }
.sub-hero-media, .sub-hero-shade { position: absolute; inset: 0; }
.sub-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 50%; transform: scale(1.025); animation: hero-settle 2.2s cubic-bezier(.2,.72,.24,1) forwards; }
.sub-hero-shade { background: linear-gradient(180deg, rgba(8,12,10,.2), rgba(8,12,10,.12) 36%, rgba(8,12,10,.76)); }
.sub-index { position: absolute; top: 24%; left: 18px; z-index: 2; color: rgba(247,244,237,.72); font-size: 8px; line-height: 1.55; letter-spacing: .08em; writing-mode: vertical-rl; }
.sub-title { position: absolute; left: 0; bottom: 16%; z-index: 2; width: 86%; padding: 24px 24px 27px 58px; color: var(--paper-light); background: rgba(20,26,22,.72); backdrop-filter: blur(5px); animation: copy-rise 1.05s .12s cubic-bezier(.2,.72,.24,1) both; }
.sub-title .eyebrow { margin-bottom: 17px; color: rgba(247,244,237,.66); }
.sub-title h1 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(64px,21vw,88px); font-weight: 400; line-height: .96; letter-spacing: -.08em; }
.sub-title > p:last-child { color: rgba(247,244,237,.72); font-family: var(--serif); font-size: 12px; line-height: 1.9; }
.inner-section { position: relative; padding: 112px 24px; }
.inner-mark { display: flex; justify-content: space-between; padding-bottom: 9px; border-bottom: 1px solid var(--line); color: var(--moss); font-size: 9px; letter-spacing: .18em; }
.inner-mark--light { color: rgba(247,244,237,.7); border-color: rgba(247,244,237,.2); }
.inner-section h2, .contact-panel h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }

.day-opening { min-height: 1080px; background: var(--paper-light); }
.day-opening-copy { margin-top: 78px; }
.day-opening-copy h2 { margin: 20px 0 30px; font-size: 38px; line-height: 1.45; }
.day-opening-copy > p:last-child { width: 84%; margin-left: 14%; color: #505750; font-family: var(--serif); line-height: 2.05; }
.day-opening-image { position: absolute; right: 0; bottom: 0; width: 82%; }
.day-opening-image img { height: 480px; object-fit: cover; object-position: 52% 54%; filter: saturate(.86); }
.day-opening-image figcaption { position: absolute; left: -38px; top: 28px; padding: 9px 11px; color: var(--ink); background: var(--paper-light); font-family: var(--serif); font-size: 9px; letter-spacing: .12em; writing-mode: vertical-rl; }

.day-court { overflow: hidden; padding-bottom: 170px; color: var(--paper-light); background: #29302a; }
.day-court-head h2 { margin: 64px 0 74px; font-size: 39px; line-height: 1.45; }
.day-court-grid { position: relative; margin: 0 -24px; padding-bottom: 260px; }
.day-court-main { width: 90%; margin-left: auto; }
.day-court-main img { aspect-ratio: .88; object-fit: cover; object-position: 47% 52%; }
.day-court-detail { position: absolute; left: 24px; top: 68%; z-index: 2; width: 46%; }
.day-court-detail img { aspect-ratio: .76; object-fit: cover; object-position: 52% 78%; }
.day-court figcaption { margin-top: 10px; color: rgba(247,244,237,.54); font-family: var(--serif); font-size: 9px; line-height: 1.7; letter-spacing: .08em; }
.day-court-main figcaption { padding-right: 24px; text-align: right; }
.day-court-note { position: absolute; right: 24px; bottom: 24px; width: 39%; color: rgba(247,244,237,.67); font-family: var(--serif); font-size: 11px; line-height: 2; }

.day-night { padding: 0 0 128px; color: var(--paper-light); background: #111512; }
.day-night-copy { padding: 110px 24px 76px; }
.day-night-copy h2 { margin: 58px 0 28px; font-size: 38px; line-height: 1.46; }
.day-night-copy > p { width: 82%; color: rgba(247,244,237,.62); font-family: var(--serif); line-height: 2.05; }
.day-night-image { position: relative; width: 92%; margin-left: auto; }
.day-night-image img { height: 580px; object-fit: cover; object-position: 50% 50%; filter: saturate(.78) contrast(1.06); }
.day-night-image figcaption { position: absolute; left: -24px; bottom: 24px; padding: 12px 15px; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 9px; letter-spacing: .12em; }

.page-next { display: grid; color: var(--ink); background: var(--paper-light); }
.page-next a { position: relative; display: grid; grid-template-columns: 64px 1fr; padding: 36px 24px; border-bottom: 1px solid var(--line); }
.page-next span, .page-next small { color: var(--moss); font-size: 8px; letter-spacing: .15em; }
.page-next strong { font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: .12em; }
.page-next small { grid-column: 2; margin-top: 7px; }
.page-next i { position: absolute; right: 24px; top: 40px; font-style: normal; }
.site-footer--inner { border-top: 1px solid rgba(247,244,237,.1); }

.sub-hero--info { color: var(--ink); background: var(--paper-light); }
.sub-hero--info::after { border-color: rgba(23,28,25,.18); }
.sub-hero--info .sub-index { color: rgba(23,28,25,.52); }
.sub-hero--info .sub-title { bottom: 28%; color: var(--ink); background: rgba(247,244,237,.82); }
.sub-hero--info .sub-title .eyebrow { color: var(--moss); }
.sub-hero--info .sub-title > p:last-child { color: #555b55; }
.sub-hero--info .scroll-cue { color: var(--ink); }
.info-hero-line { position: absolute; left: 58px; top: 16%; bottom: 12%; width: 1px; background: var(--line); }
.info-hero-image { position: absolute; right: 0; bottom: 0; width: 58%; height: 35%; }
.info-hero-image img { height: 100%; object-fit: cover; object-position: 47% 50%; filter: saturate(.72) contrast(1.05); }
.quick-facts { display: grid; color: var(--paper-light); background: var(--ink); }
.quick-facts > div { display: grid; grid-template-columns: 58px 1fr; padding: 27px 24px; border-bottom: 1px solid rgba(247,244,237,.17); }
.quick-facts span { color: #9da898; font-family: var(--serif); font-size: 10px; letter-spacing: .16em; }
.quick-facts strong { font-family: var(--serif); font-size: 17px; font-weight: 400; letter-spacing: .08em; }
.quick-facts small { grid-column: 2; color: rgba(247,244,237,.48); font-size: 9px; letter-spacing: .08em; }
.info-block { background: var(--paper-light); }
.info-block-head h2 { margin: 58px 0 70px; font-size: 38px; line-height: 1.46; }
.route-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.route-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 25px 0 28px; border-bottom: 1px solid var(--line); }
.route-steps li > span { color: var(--moss); font-size: 9px; }
.route-steps strong { display: block; margin-bottom: 9px; font-family: var(--serif); font-size: 16px; font-weight: 400; }
.route-steps p, .checkin-sequence p { color: #596059; font-size: 11px; line-height: 1.9; }
.route-note { margin: 54px 0 0 22%; padding: 28px; color: var(--paper-light); background: var(--ink-soft); }
.route-note span { color: #a7b1a3; font-size: 9px; letter-spacing: .16em; }
.route-note strong { display: block; margin: 12px 0 5px; font-family: var(--serif); font-size: 62px; font-weight: 400; line-height: 1; }
.route-note p { color: rgba(247,244,237,.55); font-size: 10px; line-height: 1.75; }
.route-note a { display: block; margin-top: 30px; padding-top: 15px; border-top: 1px solid rgba(247,244,237,.18); font-family: var(--serif); font-size: 11px; }
.info-block--dark { color: var(--paper-light); background: #171c19; }
.checkin-grid { border-top: 1px solid rgba(247,244,237,.18); }
.checkin-sequence { padding: 28px 0; border-bottom: 1px solid rgba(247,244,237,.18); }
.checkin-sequence span { color: #9ca898; font-size: 9px; letter-spacing: .14em; }
.checkin-sequence strong { display: block; margin: 9px 0; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.checkin-sequence p { color: rgba(247,244,237,.53); }
.facility-list { border-top: 1px solid var(--line); }
.facility-list > div { display: grid; grid-template-columns: 82px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.facility-list dt { color: var(--moss); font-family: var(--serif); font-size: 12px; letter-spacing: .12em; }
.facility-list dd { color: #515851; font-size: 11px; line-height: 1.9; }
.rules-block { background: #d9d5cb; }
.rules-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.rules-list li { display: grid; grid-template-columns: 42px 1fr; padding: 24px 0; border-bottom: 1px solid var(--line); }
.rules-list span { color: var(--clay); font-family: var(--serif); font-size: 11px; }
.rules-list p { color: #454c46; font-family: var(--serif); font-size: 13px; line-height: 1.9; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-family: var(--serif); font-size: 15px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--moss); font-family: var(--sans); transition: transform .3s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; padding: 0 26px 26px 0; color: #565d57; font-size: 11px; line-height: 1.9; }
.contact-panel { padding: 104px 24px; color: var(--paper-light); background: #111512; }
.contact-panel .eyebrow { color: #98a394; }
.contact-panel h2 { margin: 22px 0 62px; font-size: 38px; line-height: 1.46; }
.contact-actions { border-top: 1px solid rgba(247,244,237,.18); }
.contact-actions a { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; border-bottom: 1px solid rgba(247,244,237,.18); font-family: var(--serif); }
.contact-actions a span { color: rgba(247,244,237,.5); font-size: 10px; }

@media (min-width: 760px) {
  .site-nav { gap: 30px; font-size: 11px; }
  .depth-nav { display: grid; grid-template-columns: 42% 1fr; gap: 9vw; }
  .depth-intro h2 { font-size: 52px; }
  .depth-links { margin-top: 0; }
  .depth-link { min-height: 150px; }
  .sub-hero::after { inset: 28px 28px 28px 90px; }
  .sub-index { left: 36px; }
  .sub-hero--visual .sub-hero-media { left: 38%; }
  .sub-hero--visual .sub-hero-shade { background: linear-gradient(90deg, #121713 0%, rgba(18,23,19,.92) 32%, rgba(18,23,19,.08) 72%), linear-gradient(180deg, transparent 55%, rgba(8,12,10,.48)); }
  .sub-title { left: 7vw; bottom: 13%; width: 44%; max-width: 650px; padding: 36px 42px; }
  .sub-title h1 { font-size: clamp(92px,8.2vw,126px); }
  .inner-section { padding: 160px 8vw; }
  .day-opening { display: grid; grid-template-columns: 38% 1fr; grid-template-rows: auto 1fr; gap: 0 8vw; min-height: 920px; }
  .day-opening .inner-mark { grid-column: 1; }
  .day-opening-copy { grid-column: 1; margin-top: 120px; }
  .day-opening-copy h2, .day-court-head h2, .day-night-copy h2, .info-block-head h2, .contact-panel h2 { font-size: 52px; }
  .day-opening-copy > p:last-child { width: 88%; margin-left: 10%; }
  .day-opening-image { position: absolute; right: 0; top: 0; bottom: 0; width: 52%; }
  .day-opening-image img { height: 100%; }
  .day-court { padding-bottom: 220px; }
  .day-court-head { max-width: 820px; }
  .day-court-grid { margin: 0; padding-bottom: 170px; }
  .day-court-main { width: 66%; }
  .day-court-main img { aspect-ratio: 1.24; }
  .day-court-detail { left: 3%; top: 60%; width: 27%; }
  .day-court-note { right: 0; bottom: 10px; width: 25%; }
  .day-night { display: grid; grid-template-columns: 42% 58%; min-height: 900px; padding: 0; }
  .day-night-copy { align-self: center; padding: 140px 7vw 120px 8vw; }
  .day-night-copy > p { width: 90%; }
  .day-night-image { width: 100%; height: 900px; }
  .day-night-image img { height: 100%; }
  .day-night-image figcaption { left: -36px; }
  .page-next { grid-template-columns: 1fr 1fr; }
  .page-next a { min-height: 180px; padding: 54px 8vw; }
  .page-next strong { font-size: 31px; }
  .page-next i { right: 8vw; top: 58px; }
  .sub-hero--info .sub-title { left: 8vw; bottom: 18%; width: 48%; max-width: 680px; padding: 42px 48px; background: rgba(247,244,237,.88); }
  .sub-hero--info .sub-title h1 { font-size: clamp(94px,8.5vw,132px); }
  .info-hero-line { left: 90px; top: 13%; bottom: 10%; }
  .info-hero-image { width: 42%; height: 72%; }
  .quick-facts { grid-template-columns: repeat(3,1fr); padding: 0 8vw; }
  .quick-facts > div { display: block; min-height: 160px; padding: 34px 3vw; border-right: 1px solid rgba(247,244,237,.17); border-bottom: 0; }
  .quick-facts strong, .quick-facts small { display: block; margin-top: 10px; }
  .info-block-head { max-width: 840px; }
  .route-layout { display: grid; grid-template-columns: 1fr 280px; gap: 8vw; align-items: start; }
  .route-note { position: sticky; top: 100px; margin: 0; }
  .checkin-grid { display: grid; grid-template-columns: repeat(2,1fr); }
  .checkin-sequence { min-height: 220px; padding: 34px 4vw 34px 0; }
  .checkin-sequence:nth-child(odd) { border-right: 1px solid rgba(247,244,237,.18); }
  .checkin-sequence:nth-child(even) { padding-left: 4vw; }
  .facility-list > div { grid-template-columns: 160px 1fr; min-height: 100px; align-items: start; padding: 30px 0; }
  .facility-list dd { max-width: 820px; }
  .rules-list { display: grid; grid-template-columns: repeat(2,1fr); }
  .rules-list li { min-height: 150px; padding: 32px 4vw 32px 0; }
  .rules-list li:nth-child(odd) { border-right: 1px solid var(--line); }
  .rules-list li:nth-child(even) { padding-left: 4vw; }
  .faq-list summary { font-size: 18px; }
  .contact-panel { display: grid; grid-template-columns: 48% 1fr; gap: 9vw; padding: 140px 8vw; }
  .contact-panel h2 { margin-bottom: 0; }
  .contact-actions { align-self: end; }
}

@media (max-width: 350px) {
  .wordmark-en { display: none; }
  .site-nav { gap: 12px; font-size: 9px; }
  .sub-title h1 { font-size: 62px; }
  .depth-link strong { font-size: 22px; }
  .info-block-head h2, .day-opening-copy h2, .day-court-head h2, .day-night-copy h2 { font-size: 34px; }
}
/* C04-E1-H: compatibility, focus visibility, and coarse-pointer hit areas. */
.hero,
.sub-hero {
  min-height: 100vh;
  min-height: 100svh;
}

:where(a, summary):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (any-pointer: coarse) {
  .wordmark,
  .site-nav a,
  .footer-nav a {
    position: relative;
  }

  .wordmark::before,
  .site-nav a::before,
  .footer-nav a::before {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: 50%;
    min-height: 44px;
    transform: translateY(-50%);
  }
}
