:root {
  color-scheme: light;
  --navy: #13243a;
  --navy-deep: #0a1727;
  --navy-soft: #263a50;
  --paper: #f5f0e6;
  --paper-bright: #fffdf8;
  --paper-dark: #e8dfd0;
  --ink: #161a1d;
  --muted: #62645f;
  --gold: #ba8b36;
  --gold-light: #d3ad64;
  --line: #d2c6b4;
  --line-dark: rgba(255, 255, 255, 0.19);
  --success: #2f6e52;
  --danger: #9c332d;
  --warning: #8b6427;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --site-pad: clamp(1.25rem, 4vw, 4.5rem);
  --content: 86rem;
  --reading: 46rem;
  --header-height: 5.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  min-width: 20rem;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 0.18em; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--gold-light); color: var(--navy-deep); }

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  transform: translateY(-180%);
  background: var(--paper-bright);
  border: 1px solid var(--navy);
  padding: 0.7rem 1rem;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 50;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.8rem var(--site-pad);
  background: rgba(245, 240, 230, 0.97);
  border-bottom: 1px solid var(--line);
}
.site-header.is-stuck {
  position: sticky;
  top: 0;
  box-shadow: 0 1rem 2.5rem rgba(10, 23, 39, 0.08);
}
.brand { display: inline-flex; align-items: center; gap: 0.9rem; color: var(--navy); text-decoration: none; }
.brand-mark {
  width: 2.75rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid var(--navy);
  font-family: var(--serif);
  font-size: 0.96rem;
  letter-spacing: -0.08em;
  object-fit: contain;
}
.brand-mark-inverse { color: var(--paper); border-color: var(--gold-light); }
.brand-copy { display: grid; line-height: 1.08; }
.brand-name { font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.brand-place, .eyebrow, .kicker, .footer-label, .field-label, .table-label, .status-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.brand-place { margin-top: 0.28rem; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.25rem); }
.site-nav > a { position: relative; color: var(--navy); font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.site-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.35rem;
  height: 1px;
  background: var(--gold);
  transition: right 180ms ease;
}
.site-nav > a:hover::after { right: 0; }
.nav-toggle { display: none; }

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid var(--navy);
  border-radius: 0;
  padding: 0.76rem 1.2rem;
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.button:hover { background: var(--navy); color: var(--paper-bright); }
.button:active { transform: translateY(1px); }
.button-small { min-height: 2.65rem; padding: 0.65rem 1rem; font-size: 0.88rem; }
.button-gold { border-color: var(--gold); background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { border-color: var(--navy); background: var(--navy); color: var(--paper-bright); }
.button-light { border-color: var(--paper); color: var(--paper); }
.button-light:hover { background: var(--paper); color: var(--navy); }
.button-full { width: 100%; }
.button[aria-busy="true"] { cursor: wait; opacity: 0.75; }
.text-link { color: var(--navy); font-weight: 700; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--gold); }

.hero {
  min-height: min(50rem, calc(100svh - var(--header-height)));
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(22rem, 0.94fr);
  background: var(--navy);
  color: var(--paper);
}
.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 8vw, 8rem) var(--site-pad);
  overflow: hidden;
}
.hero-copy::before {
  content: "";
  position: absolute;
  width: 31rem;
  height: 31rem;
  left: -19rem;
  bottom: -17rem;
  border: 1px solid rgba(211, 173, 100, 0.24);
  border-radius: 50%;
}
.eyebrow, .kicker { color: var(--gold); }
.hero h1, .display-title {
  max-width: 11ch;
  margin: 1.25rem 0 1.4rem;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 7.3vw, 7.6rem);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.045em;
}
.hero-lead {
  max-width: 38rem;
  margin: 0;
  color: rgba(245, 240, 230, 0.78);
  font-family: var(--serif);
  font-size: clamp(1.22rem, 2.2vw, 1.75rem);
  line-height: 1.35;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.1rem; }
.hero-note { max-width: 34rem; margin: 1.25rem 0 0; color: rgba(245, 240, 230, 0.62); font-size: 0.88rem; }
.hero-media { position: relative; min-height: 31rem; overflow: hidden; background: var(--navy-soft); }
.hero-media picture, .split-feature-media picture { display: block; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82) contrast(1.03); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 36, 58, 0.38), transparent 45%); pointer-events: none; }
.hero-caption {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.25rem;
  max-width: 18rem;
  padding: 0.65rem 0.8rem;
  background: rgba(10, 23, 39, 0.86);
  color: rgba(255, 253, 248, 0.86);
  font-size: 0.76rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--content);
  margin: 0 auto;
  border-left: 1px solid var(--line);
}
.trust-item { min-width: 0; padding: 1.25rem var(--site-pad); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.trust-item span { color: var(--muted); font-size: 0.88rem; }

.section { max-width: var(--content); margin: 0 auto; padding: clamp(4.5rem, 8vw, 8.5rem) var(--site-pad); }
.section-compact { padding-top: clamp(3rem, 5vw, 5rem); padding-bottom: clamp(3rem, 5vw, 5rem); }
.section-header { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(20rem, 1.3fr); gap: clamp(2rem, 7vw, 8rem); align-items: end; margin-bottom: clamp(2rem, 5vw, 4.5rem); }
.section-header h2, .editorial-title {
  margin: 0.75rem 0 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5.2vw, 5.4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}
.section-intro { max-width: 42rem; margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.45; }

.experience-list { border-top: 1px solid var(--navy); }
.experience-card {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) minmax(17rem, 0.78fr) auto;
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.75rem) 0;
  border-bottom: 1px solid var(--line);
}
.experience-index { align-self: start; color: var(--gold); font-family: var(--serif); font-size: 2rem; }
.experience-card h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.55rem); font-weight: 400; line-height: 1; }
.experience-route { margin: 0.65rem 0 0; color: var(--muted); }
.experience-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 0; }
.experience-facts div { min-width: 0; }
.experience-facts dt { color: var(--muted); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.experience-facts dd { margin: 0.3rem 0 0; color: var(--navy); font-family: var(--serif); font-size: 1.4rem; }
.experience-action { display: grid; gap: 0.65rem; min-width: 11.5rem; }
.request-note { color: var(--muted); font-size: 0.76rem; text-align: center; }

.how-panel { max-width: none; background: var(--navy); color: var(--paper); }
.how-inner { max-width: var(--content); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--site-pad); }
.how-inner .section-header h2 { color: var(--paper); }
.how-inner .section-intro { color: rgba(245, 240, 230, 0.68); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.step { min-height: 15rem; padding: clamp(1.4rem, 3vw, 2.5rem); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.step-number { color: var(--gold-light); font-family: var(--serif); font-size: 2.5rem; }
.step h3 { margin: 2rem 0 0.65rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.step p { margin: 0; color: rgba(245, 240, 230, 0.65); }

.split-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr); min-height: 40rem; background: var(--paper-bright); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-feature-media { min-height: 29rem; overflow: hidden; }
.split-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.private-groups-art {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.8rem;
  padding: clamp(2rem, 6vw, 5rem);
  background: var(--navy);
  color: var(--paper);
}
.private-groups-art::before, .private-groups-art::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(211, 173, 100, 0.33); border-radius: 50%; }
.private-groups-art::before { width: min(42rem, 86vw); height: min(42rem, 86vw); top: -48%; right: -22%; }
.private-groups-art::after { width: 16rem; height: 16rem; left: -7rem; bottom: -6rem; }
.private-groups-art > img { width: 7.25rem; height: 7.25rem; margin-bottom: auto; object-fit: contain; }
.private-groups-index, .private-groups-place { color: var(--gold-light); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.private-groups-art strong { font-family: var(--serif); font-size: clamp(3rem, 6.2vw, 6.5rem); font-weight: 400; line-height: 0.9; letter-spacing: -0.04em; }
.private-groups-place { color: rgba(245, 240, 230, 0.62); }
.split-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.split-feature-copy h2 { margin: 0.8rem 0 1.25rem; color: var(--navy); font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: 0.98; }
.split-feature-copy p { max-width: 34rem; color: var(--muted); }
.split-feature-copy .button { align-self: flex-start; margin-top: 1rem; }

.venue-ledger { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--navy); border-left: 1px solid var(--line); }
.venue-entry { padding: clamp(1.4rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.venue-entry h3 { margin: 0 0 0.35rem; color: var(--navy); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.venue-entry address { color: var(--muted); font-style: normal; }

.guide-callout { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); background: var(--gold); color: var(--navy-deep); }
.guide-callout h2 { max-width: 18ch; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); font-weight: 400; line-height: 1.05; }
.guide-callout p { max-width: 42rem; margin: 0.85rem 0 0; }

.page-hero { max-width: var(--content); margin: 0 auto; padding: clamp(4rem, 9vw, 9rem) var(--site-pad) clamp(3rem, 6vw, 6rem); }
.page-hero .display-title { color: var(--navy); }
.page-hero .section-intro { margin-top: 1.5rem; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.page-rule { border-top: 1px solid var(--navy); }

.guide-grid { display: grid; grid-template-columns: minmax(12rem, 0.36fr) minmax(0, 1fr); gap: clamp(2rem, 8vw, 9rem); }
.guide-toc { align-self: start; position: sticky; top: calc(var(--header-height) + 2rem); }
.guide-toc strong { display: block; margin-bottom: 0.8rem; color: var(--navy); }
.guide-toc a { display: block; padding: 0.55rem 0; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; }
.guide-toc a:hover { color: var(--navy); }
.guide-article { min-width: 0; }
.guide-section { padding: 0 0 clamp(3.5rem, 7vw, 7rem); scroll-margin-top: calc(var(--header-height) + 2rem); }
.guide-section + .guide-section { padding-top: clamp(3.5rem, 7vw, 7rem); border-top: 1px solid var(--line); }
.guide-section h2 { margin: 0 0 1.25rem; color: var(--navy); font-family: var(--serif); font-size: clamp(2.25rem, 4.2vw, 4.25rem); font-weight: 400; line-height: 1; }
.guide-section h3 { margin: 2rem 0 0.6rem; color: var(--navy); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.guide-section p, .guide-section li { max-width: var(--reading); color: #454946; }
.guide-section ul { margin: 1rem 0; padding-left: 1.2rem; }
.route-note { display: grid; grid-template-columns: 6rem 1fr; gap: 1.25rem; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.route-note:last-child { border-bottom: 1px solid var(--line); }
.route-time { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.route-note h3 { margin: 0; }
.route-note p { margin: 0.35rem 0 0; }

.legal-shell { max-width: 58rem; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--site-pad); }
.legal-shell h1 { margin: 0.8rem 0 1.5rem; color: var(--navy); font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.75rem); font-weight: 400; line-height: 0.95; }
.legal-updated { color: var(--muted); }
.legal-content { margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--navy); }
.legal-content h2 { margin: 2.6rem 0 0.8rem; color: var(--navy); font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.legal-content p, .legal-content li { color: #454946; }

.contact-shell {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
  background: var(--paper-bright);
}
.contact-intro { padding: clamp(2.75rem, 5vw, 5rem) var(--site-pad); background: var(--navy); color: var(--paper); }
.contact-intro h1 { max-width: 10ch; margin: 0.85rem 0 1.2rem; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; line-height: 0.93; letter-spacing: -0.035em; }
.contact-intro > p { max-width: 37rem; color: rgba(245, 240, 230, 0.72); font-family: var(--serif); font-size: clamp(1.12rem, 2vw, 1.45rem); }
.contact-ledger { margin-top: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid var(--line-dark); }
.contact-ledger > div { padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.contact-ledger span { display: block; color: var(--gold-light); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-ledger a, .contact-ledger p { display: inline-block; margin: 0.35rem 0 0; color: var(--paper); }
.contact-panel { min-width: 0; padding: clamp(2.75rem, 5vw, 5rem) var(--site-pad); }
.contact-panel > h2 { margin: 0.55rem 0 0.7rem; color: var(--navy); font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; line-height: 1; }
.contact-panel-lead { max-width: 43rem; margin: 0 0 1.35rem; color: var(--muted); }
.contact-form { max-width: 51rem; }
.contact-form .form-grid { gap: 0.7rem 1rem; }
.contact-form textarea { min-height: 7rem; }
.contact-form .field-error { min-height: 0.8rem; margin-top: 0.15rem; }
.no-script-note.contact-no-script { margin: 0 0 1rem; padding: 0; }
.optional-label { color: var(--muted); font-size: 0.66rem; letter-spacing: 0.08em; }

@media (min-width: 52.01rem) {
  .contact-intro, .contact-panel { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .contact-panel > h2 { margin-top: 0.35rem; font-size: clamp(2.3rem, 3.5vw, 3.5rem); }
  .contact-panel-lead { margin-bottom: 0.8rem; }
  .contact-form .form-grid { gap: 0.45rem 1rem; }
  .contact-form textarea { min-height: 5.5rem; }
  .contact-form .field-error { min-height: 0.45rem; line-height: 1.1; }
  .contact-form .form-actions { margin-top: 0.7rem; padding-top: 0.7rem; }
}

/* Homepage: a single River Walk ledger that opens its supporting detail on demand. */
.page-home.js-enhanced {
  height: 100svh;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
}
@supports (height: 100dvh) {
  .page-home.js-enhanced { height: 100dvh; }
}
.page-home.js-enhanced > main { min-height: 0; overflow: hidden; }
.page-home .site-header { min-height: 4.5rem; padding-top: 0.55rem; padding-bottom: 0.55rem; }
.page-home .site-header.is-stuck { position: relative; top: auto; box-shadow: none; }
.page-home .brand { min-height: 44px; }
.page-home .nav-toggle { min-width: 44px; justify-content: center; }
.page-home .site-nav > a { min-height: 44px; display: inline-flex; align-items: center; }
.page-home .eyebrow,
.home-panel-dialog .kicker {
  color: var(--warning);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.home-shell {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(22rem, 0.94fr);
  overflow: hidden;
  background: var(--paper-bright);
  border-bottom: 1px solid var(--line);
}
.home-stage {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: clamp(1.5rem, 4.5vh, 3.5rem) var(--site-pad) 0;
  background:
    linear-gradient(115deg, rgba(186, 139, 54, 0.07), transparent 46%),
    var(--paper-bright);
}
.home-story { align-self: center; min-height: 0; }
.home-story h1 {
  max-width: 10.5ch;
  margin: clamp(0.55rem, 1.5vh, 1rem) 0 clamp(0.65rem, 1.8vh, 1.2rem);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(3rem, 4.75vw, 5.75rem);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.045em;
}
.home-lead {
  max-width: 37rem;
  margin: 0;
  color: #454946;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  line-height: 1.38;
}
.home-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: clamp(0.8rem, 2.2vh, 1.5rem); }
.home-confirmation { max-width: 36rem; margin: clamp(0.65rem, 1.7vh, 1.15rem) 0 0; color: var(--muted); font-size: 0.875rem; line-height: 1.4; }
.home-support-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(0.8rem, 2vh, 1.5rem);
  border-top: 1px solid var(--line);
}
.home-support-nav button {
  min-width: 0;
  min-height: 3.5rem;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0.7rem clamp(0.45rem, 1.2vw, 1rem);
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.home-support-nav button:last-child { border-right: 0; }
.home-support-nav button:hover { background: var(--paper); }
.home-support-nav span { display: block; color: var(--warning); font-family: var(--serif); font-size: 0.875rem; font-weight: 400; }
.home-visual { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--navy); }
.home-visual picture { display: block; width: 100%; height: 100%; }
.home-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82) contrast(1.04); }
.home-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 23, 39, 0.04) 32%, rgba(10, 23, 39, 0.76) 100%); pointer-events: none; }
.home-visual figcaption { position: absolute; z-index: 2; top: 1rem; right: 1rem; max-width: 17rem; padding: 0.55rem 0.7rem; background: rgba(10, 23, 39, 0.82); color: var(--paper); font-size: 0.8125rem; }
.home-route-dock {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(10, 23, 39, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.home-route-dock button {
  min-width: 0;
  min-height: 5.25rem;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem;
  background: transparent;
  color: var(--paper);
  font-size: 0.875rem;
  text-align: left;
  cursor: pointer;
}
.home-route-dock button:last-child { border-right: 0; }
.home-route-dock button:hover,
.home-route-dock button:focus-visible { background: var(--paper); color: var(--navy); }
.home-route-dock strong { color: var(--gold-light); font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.home-route-dock button:hover strong,
.home-route-dock button:focus-visible strong { color: var(--warning); }
.home-legal {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 var(--site-pad);
  background: var(--navy-deep);
  color: rgba(245, 240, 230, 0.68);
  font-size: 0.8125rem;
}
.home-legal nav { display: flex; align-items: stretch; gap: clamp(0.75rem, 2vw, 1.5rem); }
.home-legal a { min-width: 44px; min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; color: var(--paper); text-decoration: none; }
.home-legal a:hover { text-decoration: underline; }

[data-panel-trigger],
[data-route-tab],
[data-panel-close] { min-height: 44px; }
[data-panel-close] { min-width: 44px; }
.home-panel-dialog {
  width: min(74rem, calc(100% - 2rem));
  height: min(48rem, calc(100svh - 2rem));
  max-height: min(48rem, calc(100svh - 2rem));
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--gold);
  border-radius: 0;
  background: var(--paper-bright);
  color: var(--ink);
  box-shadow: 0 2rem 6rem rgba(10, 23, 39, 0.38);
}
@supports (height: 100dvh) {
  .home-panel-dialog { height: min(48rem, calc(100dvh - 2rem)); max-height: min(48rem, calc(100dvh - 2rem)); }
}
.home-panel-dialog::backdrop { background: rgba(5, 14, 25, 0.78); }
.home-panel-frame { min-height: 0; height: 100%; display: grid; grid-template-rows: auto auto minmax(0, 1fr); }
.home-panel-header {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
}
.home-panel-header h2 { margin: 0.25rem 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.7rem); font-weight: 400; line-height: 1; }
.home-panel-header [data-panel-close] { flex: none; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; color: var(--navy); font-size: 1.5rem; cursor: pointer; }
.home-panel-header [data-panel-close]:hover { background: var(--navy); color: var(--paper); }
.home-panel-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.home-panel-tabs button {
  min-width: 0;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}
.home-panel-tabs button:last-child { border-right: 0; }
.home-panel-tabs button[aria-selected="true"] { background: var(--navy); color: var(--paper); }
.home-panel-scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: clamp(1.25rem, 3.5vw, 3rem); }
.home-panel-scroll [data-route-panel][hidden] { display: none; }
.panel-intro { display: grid; grid-template-columns: minmax(15rem, 0.7fr) minmax(18rem, 1fr); column-gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-bottom: 1.5rem; }
.panel-intro .kicker { grid-column: 1; }
.panel-intro h3,
.panel-feature-story h3 { margin: 0.45rem 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2.25rem, 4.2vw, 4rem); font-weight: 400; line-height: 0.96; letter-spacing: -0.035em; }
.panel-intro p { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.2rem; }
.panel-experience-list { border-top: 1px solid var(--navy); }
.panel-experience { display: grid; grid-template-columns: 2.75rem minmax(12rem, 1fr) minmax(17rem, 0.85fr) auto; gap: 1.25rem; align-items: center; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.panel-index { align-self: start; color: var(--warning); font-family: var(--serif); font-size: 1.25rem; }
.panel-experience h4 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.15rem); font-weight: 400; line-height: 1; }
.panel-experience-copy p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.875rem; }
.panel-experience dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 0; }
.panel-experience dt { color: var(--muted); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.panel-experience dd { margin: 0.2rem 0 0; color: var(--navy); font-family: var(--serif); font-size: 1rem; }
.panel-experience .button { min-height: 44px; white-space: nowrap; }
.panel-footnote { max-width: 55rem; margin: 1rem 0 0; color: var(--muted); font-size: 0.875rem; }
.panel-feature-grid { min-height: 100%; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.panel-feature-story p { max-width: 42rem; margin: 1rem 0 1.25rem; color: var(--muted); font-family: var(--serif); font-size: 1.15rem; }
.panel-venue-ledger { border-top: 1px solid var(--navy); }
.panel-venue-ledger > p { color: var(--muted); }
.panel-venue-ledger address { display: flex; justify-content: space-between; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line); font-style: normal; }
.panel-venue-ledger address strong { color: var(--navy); font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.panel-venue-ledger address span { color: var(--muted); text-align: right; }
.panel-process { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.panel-process li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.panel-process li > span { color: var(--warning); font-family: var(--serif); font-size: 1.15rem; }
.panel-process strong { color: var(--navy); font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.panel-process p { margin: 0.2rem 0 0; color: var(--muted); }

.booking-dialog {
  width: min(64rem, calc(100% - 2rem));
  height: min(53rem, calc(100svh - 2rem));
  max-height: min(53rem, calc(100svh - 2rem));
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--gold);
  border-radius: 0;
  background: var(--paper-bright);
  color: var(--ink);
  box-shadow: 0 2rem 6rem rgba(10, 23, 39, 0.38);
}
.booking-dialog::backdrop { background: rgba(5, 14, 25, 0.78); }
.no-script-note { max-width: 64rem; margin: 2rem auto -1rem; padding: 0 1rem; color: var(--navy); font-weight: 700; }
.dialog-layout { display: grid; grid-template-columns: minmax(17rem, 0.38fr) minmax(0, 0.62fr); height: 100%; min-height: 0; }
.dialog-aside { min-height: 0; overflow-y: auto; padding: clamp(1.6rem, 4vw, 3.25rem); background: var(--navy); color: var(--paper); }
.dialog-aside h2 { max-width: 100%; margin: 0.8rem 0 1rem; font-family: var(--serif); font-size: clamp(2.2rem, 4.2vw, 3.25rem); font-weight: 400; line-height: 0.98; }
.dialog-aside p { color: rgba(245, 240, 230, 0.68); }
.dialog-steps { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.dialog-steps li { display: flex; gap: 0.8rem; padding: 0.85rem 0; border-top: 1px solid var(--line-dark); color: rgba(245, 240, 230, 0.76); font-size: 0.9rem; }
.dialog-steps b { color: var(--gold-light); }
.dialog-main { position: relative; min-width: 0; min-height: 0; height: 100%; overflow-y: auto; padding: clamp(1.5rem, 4vw, 3rem); overscroll-behavior: contain; }
.dialog-close { position: sticky; top: 0; z-index: 2; float: right; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid var(--line); background: var(--paper-bright); color: var(--navy); cursor: pointer; }
.dialog-form-header { padding-right: 3.5rem; }
.dialog-form-header .kicker { color: var(--warning); font-size: 0.875rem; }
.dialog-form-header h3 { margin: 0.45rem 0 0.5rem; color: var(--navy); font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.7rem); font-weight: 400; }
.dialog-form-header p { margin: 0 0 1.5rem; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label, .field-label { display: block; margin-bottom: 0.35rem; color: var(--navy); }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #aea593;
  border-radius: 0;
  background: #fffdfa;
  color: var(--ink);
  padding: 0.72rem 0.8rem;
}
.field textarea { min-height: 6rem; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--navy); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--danger); }
.field-hint, .field-error { margin: 0.3rem 0 0; font-size: 0.78rem; }
.field-hint { color: var(--muted); }
.field-error { min-height: 1.2em; color: var(--danger); }
.check-field { display: grid; grid-template-columns: 1.25rem 1fr; gap: 0.7rem; align-items: start; margin-top: 0.5rem; }
.check-field input { width: 1.1rem; height: 1.1rem; margin: 0.2rem 0 0; accent-color: var(--navy); }
.check-field label { color: #454946; font-size: 0.9rem; }
.check-field .field-error { grid-column: 2; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap !important; }
.form-actions { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.form-disclaimer { margin: 0; color: var(--muted); font-size: 0.78rem; }
.form-banner { margin: 0 0 1rem; padding: 0.8rem 1rem; border-left: 3px solid var(--danger); background: #f7e9e5; color: #722720; }

.receipt-shell { min-height: calc(100svh - var(--header-height)); display: grid; place-items: center; padding: 3rem var(--site-pad); background: var(--navy); color: var(--paper); }
.receipt-card { width: min(47rem, 100%); border-top: 1px solid var(--gold); border-bottom: 1px solid var(--line-dark); padding: clamp(2rem, 6vw, 5rem) 0; }
.receipt-card h1 { margin: 1rem 0; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); font-weight: 400; line-height: 0.95; }
.receipt-card > p { max-width: 38rem; color: rgba(245, 240, 230, 0.72); font-size: 1.1rem; }
.receipt-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 2rem 0; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.receipt-item { padding: 1.15rem; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.receipt-item span { display: block; color: var(--gold-light); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.receipt-item strong { display: block; margin-top: 0.35rem; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }

.operations-page { min-height: 100svh; background: #f1ece3; }
.operations-header { min-height: 4.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.65rem var(--site-pad); background: var(--navy); color: var(--paper); border-bottom: 1px solid var(--gold); }
.operations-header .brand { color: var(--paper); }
.operations-header .brand-mark { border-color: var(--gold-light); }
.operations-header .brand-place { color: rgba(245, 240, 230, 0.62); }
.operations-nav { display: flex; align-items: center; gap: 1rem; }
.operations-nav a, .operations-nav button { border: 0; background: transparent; color: rgba(245, 240, 230, 0.75); font-weight: 600; cursor: pointer; }
.operations-nav a:hover, .operations-nav button:hover { color: var(--paper); }
.operations-main { max-width: 92rem; margin: 0 auto; padding: clamp(2rem, 5vw, 4.5rem) var(--site-pad); }
.operations-notices { max-width: 92rem; margin: 1rem auto 0; padding: 0 var(--site-pad); }
.notice { padding: 0.8rem 1rem; border-left: 3px solid var(--navy); background: var(--paper-bright); color: var(--navy); }
.notice-success, .form-banner-success { border-left-color: var(--success); background: #e5f0e9; color: #25543f; }
.operations-titlebar { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.operations-titlebar .kicker { display: block; margin-top: 0.7rem; }
.operations-titlebar h1 { margin: 0.5rem 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 400; line-height: 0.95; }
.updated-at { color: var(--muted); font-size: 0.84rem; }
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--navy); border-left: 1px solid var(--line); }
.metric { min-height: 7.5rem; padding: 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric span { display: block; color: var(--muted); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.metric strong { display: block; margin-top: 0.45rem; color: var(--navy); font-family: var(--serif); font-size: 2.3rem; font-weight: 400; }
.queue-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.7rem; margin: 1.5rem 0; }
.queue-search-form { display: grid; grid-template-columns: minmax(15rem, 1fr) minmax(11rem, 0.38fr) auto; gap: 0.7rem; }
.queue-toolbar input, .queue-toolbar select { min-height: 3rem; width: 100%; border: 1px solid #aea593; border-radius: 0; background: var(--paper-bright); padding: 0.7rem 0.8rem; }
.queue-search-hint { grid-column: 1 / -1; color: var(--muted); font-size: 0.76rem; }
.data-panel { border-top: 1px solid var(--navy); }
.queue-table { width: 100%; border-collapse: collapse; }
.table-scroll { max-width: 100%; overflow-x: auto; }
.queue-table th { padding: 0.8rem; color: var(--muted); font-size: 0.69rem; font-weight: 700; letter-spacing: 0.11em; text-align: left; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.queue-table td { padding: 1rem 0.8rem; vertical-align: top; border-bottom: 1px solid var(--line); }
.queue-table tr:hover td { background: rgba(255, 253, 248, 0.55); }
.queue-name { color: var(--navy); font-family: var(--serif); font-size: 1.2rem; }
.queue-contact, .queue-meta { display: block; margin-top: 0.2rem; color: var(--muted); font-size: 0.82rem; }
.status-chip { display: inline-flex; align-items: center; gap: 0.4rem; border: 1px solid currentColor; padding: 0.22rem 0.5rem; color: var(--navy-soft); font-size: 0.69rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.status-chip::before { content: ""; width: 0.38rem; height: 0.38rem; border-radius: 50%; background: currentColor; }
.status-confirmed { color: var(--success); }
.status-resolved { color: var(--success); }
.status-closed { color: var(--muted); }
.status-declined, .status-cancelled { color: var(--danger); }
.status-pending, .status-new { color: var(--warning); }
.pagination { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1.5rem; }
.pagination-links { display: flex; gap: 0.5rem; }
.pagination .button[aria-disabled="true"] { pointer-events: none; opacity: 0.4; }

.data-state { min-height: 18rem; display: grid; place-items: center; padding: 3rem; text-align: center; border-bottom: 1px solid var(--line); }
.data-state-inner { max-width: 31rem; }
.data-state h2 { margin: 0 0 0.7rem; color: var(--navy); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.data-state p { margin: 0 0 1rem; color: var(--muted); }
.skeleton-list { width: 100%; display: grid; gap: 0.85rem; }
.skeleton-row { height: 4.4rem; background: linear-gradient(90deg, #e4ddcf 20%, #f5f0e6 38%, #e4ddcf 56%); background-size: 220% 100%; animation: skeleton 1.4s ease infinite; }
@keyframes skeleton { to { background-position-x: -220%; } }

.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.34fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.record-stack { border-top: 1px solid var(--navy); }
.record-section { padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.record-section h2 { margin: 0 0 1rem; color: var(--navy); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.definition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem 2rem; margin: 0; }
.definition-grid dt { color: var(--muted); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.definition-grid dd { margin: 0.2rem 0 0; overflow-wrap: anywhere; }
.preserve-lines { white-space: pre-wrap; overflow-wrap: anywhere; }
.record-note { white-space: pre-wrap; overflow-wrap: anywhere; }
.event-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.event-list li { display: grid; grid-template-columns: minmax(10rem, 1fr) minmax(11rem, auto) minmax(8rem, auto); gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.event-list li span { color: var(--muted); font-size: 0.86rem; }
.detail-rail { position: sticky; top: 1.5rem; padding: 1.4rem; border: 1px solid var(--line); background: var(--paper-bright); }
.detail-rail h2 { margin: 0 0 1rem; color: var(--navy); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.detail-rail .field { margin-bottom: 1rem; }

.login-shell { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr); background: var(--navy); }
.login-story { display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; padding: clamp(2rem, 6vw, 6rem); color: var(--paper); background: linear-gradient(rgba(10, 23, 39, 0.62), rgba(10, 23, 39, 0.9)), url('/static/img/riverwalk-night.webp') center / cover; }
.login-story .brand { color: var(--paper); }
.login-story .brand-place { color: rgba(245, 240, 230, 0.64); }
.login-story .brand-mark { border-color: var(--gold-light); background: var(--paper-bright); }
.login-story h1 { max-width: 10ch; margin: auto 0 1rem; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 400; line-height: 0.91; }
.login-story p { max-width: 32rem; color: rgba(245, 240, 230, 0.7); }
.login-panel { display: grid; place-items: center; padding: var(--site-pad); background: var(--paper); }
.login-card { width: min(28rem, 100%); }
.login-card h2 { margin: 0.8rem 0 0.5rem; color: var(--navy); font-family: var(--serif); font-size: 2.6rem; font-weight: 400; }
.login-card > p { color: var(--muted); }
.login-card form { margin-top: 2rem; }
.login-card .field { margin-bottom: 1rem; }

.error-shell { min-height: calc(100svh - var(--header-height)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr); background: var(--paper); }
.error-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 8rem) var(--site-pad); }
.error-code { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.error-copy h1 { max-width: 12ch; margin: 0.8rem 0 1rem; color: var(--navy); font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 400; line-height: 0.93; }
.error-copy p { max-width: 38rem; color: var(--muted); font-size: 1.1rem; }
.error-copy .hero-actions { margin-top: 1.5rem; }
.error-art { position: relative; min-height: 25rem; overflow: hidden; background: var(--navy); }
.error-art::before, .error-art::after { content: ""; position: absolute; border: 1px solid rgba(211, 173, 100, 0.5); border-radius: 50%; }
.error-art::before { width: 32rem; height: 32rem; left: -7rem; top: 12%; }
.error-art::after { width: 19rem; height: 19rem; right: -8rem; bottom: -5rem; }

.site-footer { padding: clamp(3rem, 6vw, 6rem) var(--site-pad) 1.5rem; background: var(--navy-deep); color: var(--paper); }
.footer-brand { display: flex; align-items: center; gap: 1rem; max-width: 31rem; }
.footer-brand strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.footer-brand p { margin: 0.35rem 0 0; color: rgba(245, 240, 230, 0.6); }
.footer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; width: min(43rem, 100%); margin: clamp(3rem, 6vw, 6rem) 0 0 auto; }
.footer-columns > div { display: grid; align-content: start; gap: 0.55rem; }
.footer-label { color: var(--gold-light); margin-bottom: 0.4rem; }
.footer-columns a, .footer-action { width: fit-content; border: 0; padding: 0; background: transparent; color: rgba(245, 240, 230, 0.72); font: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.footer-columns a:hover, .footer-action:hover { color: var(--paper); text-decoration: underline; }
.footer-base { display: flex; justify-content: space-between; gap: 1rem; margin-top: clamp(3rem, 7vw, 7rem); padding-top: 1.2rem; border-top: 1px solid var(--line-dark); color: rgba(245, 240, 230, 0.45); font-size: 0.78rem; }

.toast-region { position: fixed; z-index: 1000; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); width: min(24rem, calc(100% - 2rem)); pointer-events: none; }
.toast { margin-top: 0.6rem; padding: 0.9rem 1rem; background: var(--navy); color: var(--paper); border-left: 3px solid var(--gold); box-shadow: 0 1rem 3rem rgba(10, 23, 39, 0.2); }

@media (max-width: 68rem) {
  .experience-card { grid-template-columns: 4rem minmax(0, 1fr) minmax(14rem, 0.65fr); }
  .experience-action { grid-column: 2 / -1; grid-template-columns: auto 1fr; align-items: center; }
  .request-note { text-align: left; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-rail { position: static; }
}

@media (max-width: 52rem) {
  :root { --header-height: 4.65rem; }
  .site-header { padding-top: max(0.65rem, env(safe-area-inset-top)); }
  .brand-place { display: none; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.75rem;
    border: 0;
    background: transparent;
    color: var(--navy);
    font-weight: 700;
    cursor: pointer;
  }
  .nav-toggle-lines { width: 1.4rem; display: grid; gap: 0.35rem; }
  .nav-toggle-lines i { display: block; height: 1px; background: currentColor; transition: transform 160ms ease; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:first-child { transform: translateY(0.18rem) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:last-child { transform: translateY(-0.18rem) rotate(-45deg); }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 0 var(--site-pad) max(1.2rem, env(safe-area-inset-bottom));
    background: var(--paper);
    border-bottom: 1px solid var(--navy);
    box-shadow: 0 1.5rem 2rem rgba(10, 23, 39, 0.12);
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .site-nav .button { margin-top: 1rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: min(40rem, calc(100svh - var(--header-height))); }
  .hero-media { min-height: min(66vw, 30rem); }
  .trust-strip { grid-template-columns: 1fr; }
  .section-header { grid-template-columns: 1fr; gap: 1.2rem; }
  .experience-card { grid-template-columns: 3rem 1fr; }
  .experience-facts { grid-column: 2; }
  .experience-action { grid-column: 2; grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature-media { min-height: min(86vw, 34rem); }
  .venue-ledger { grid-template-columns: 1fr; }
  .guide-callout { grid-template-columns: 1fr; }
  .guide-callout .button { justify-self: start; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-toc { position: static; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-intro { min-height: auto; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-aside { display: none; }
  .booking-dialog { width: calc(100% - 1rem); height: calc(100svh - 1rem); max-height: calc(100svh - 1rem); }
  .operations-titlebar { grid-template-columns: 1fr; gap: 0.4rem; }
  .metric-row { grid-template-columns: repeat(2, 1fr); }
  .queue-toolbar, .queue-search-form { grid-template-columns: 1fr; }
  .queue-table, .queue-table tbody, .queue-table tr, .queue-table td { display: block; width: 100%; }
  .queue-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .queue-table tr { padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .queue-table td { display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: 1rem; padding: 0.42rem 0; border: 0; }
  .queue-table td::before { content: attr(data-label); color: var(--muted); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
  .queue-table tr:hover td { background: transparent; }
  .login-shell { grid-template-columns: 1fr; }
  .login-story { min-height: 22rem; }
  .login-story h1 { margin-top: 4rem; }
  .login-panel { padding-top: 3rem; padding-bottom: 3rem; }
  .error-shell { grid-template-columns: 1fr; }
  .error-art { min-height: 16rem; }
  .footer-columns { width: 100%; margin-left: 0; }
}

@media (max-width: 36rem) {
  .brand-name { font-size: 1rem; }
  .brand-mark { width: 2.35rem; }
  .nav-toggle-label { display: none; }
  .hero h1, .display-title { font-size: clamp(3.1rem, 16vw, 5rem); }
  .hero-copy { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .hero-actions, .page-hero-actions { display: grid; }
  .hero-actions .button, .page-hero-actions .button { width: 100%; }
  .trust-item { padding-left: var(--site-pad); padding-right: var(--site-pad); }
  .experience-card { grid-template-columns: 1fr; }
  .experience-index, .experience-facts, .experience-action { grid-column: 1; }
  .experience-facts { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-actions { grid-template-columns: 1fr; }
  .form-actions .button { width: 100%; }
  .receipt-grid { grid-template-columns: 1fr; }
  .operations-header { align-items: flex-start; }
  .operations-header .brand-copy { display: none; }
  .operations-nav { flex-wrap: wrap; justify-content: flex-end; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 6.25rem; padding: 0.85rem; }
  .definition-grid { grid-template-columns: 1fr; }
  .event-list li { grid-template-columns: 1fr; gap: 0.2rem; }
  .route-note { grid-template-columns: 1fr; gap: 0.25rem; }
  .pagination { align-items: flex-start; flex-direction: column; }
  .footer-columns { grid-template-columns: 1fr; }
  .footer-base { flex-direction: column; }
}

@media (max-width: 52rem) {
  .page-home .site-header { min-height: 4rem; padding-top: max(0.45rem, env(safe-area-inset-top)); padding-bottom: 0.45rem; }
  .home-shell { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) minmax(9rem, 36%); }
  .home-stage { padding: clamp(0.9rem, 2.6vh, 1.5rem) var(--site-pad) 0; }
  .home-story h1 { max-width: 10ch; font-size: clamp(2.35rem, 10.8vw, 3.7rem); }
  .home-lead { max-width: 32rem; font-size: clamp(1rem, 4vw, 1.2rem); line-height: 1.3; }
  .home-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-actions .button { width: 100%; min-height: 44px; padding-left: 0.65rem; padding-right: 0.65rem; }
  .home-confirmation { margin-top: 0.65rem; line-height: 1.3; }
  .home-support-nav { margin-top: 0.7rem; }
  .home-support-nav button { min-height: 3rem; font-size: 0.875rem; }
  .home-visual figcaption { display: none; }
  .home-route-dock button { min-height: 4.75rem; padding: 0.55rem; font-size: 0.875rem; line-height: 1.12; }
  .home-route-dock strong { font-size: 0.9375rem; }
  .home-legal > span { display: none; }
  .home-legal { min-height: 2.75rem; justify-content: center; padding: 0 max(0.5rem, env(safe-area-inset-right)) 0 max(0.5rem, env(safe-area-inset-left)); }
  .home-legal nav { width: 100%; justify-content: space-evenly; gap: 0; }
  .home-legal a { min-height: 44px; padding: 0 0.35rem; font-size: 0.8125rem; }

  .home-panel-dialog { width: calc(100% - 0.75rem); height: calc(100svh - 0.75rem); max-height: calc(100svh - 0.75rem); }
  @supports (height: 100dvh) {
    .home-panel-dialog { height: calc(100dvh - 0.75rem); max-height: calc(100dvh - 0.75rem); }
  }
  .home-panel-header { padding: 0.75rem 1rem; }
  .home-panel-header h2 { font-size: clamp(1.5rem, 6.5vw, 2rem); }
  .home-panel-dialog .kicker { font-size: 0.8125rem; }
  .home-panel-tabs button { padding: 0.55rem 0.4rem; font-size: 0.8125rem; line-height: 1.15; }
  .home-panel-scroll { padding: 1rem; }
  .panel-intro { grid-template-columns: 1fr; gap: 0.35rem; margin-bottom: 1rem; }
  .panel-intro .kicker, .panel-intro p { grid-column: auto; grid-row: auto; }
  .panel-intro h3, .panel-feature-story h3 { font-size: clamp(2rem, 9vw, 3rem); }
  .panel-intro p { font-size: 1rem; }
  .panel-experience { grid-template-columns: 2rem minmax(0, 1fr); gap: 0.75rem; }
  .panel-experience dl, .panel-experience .button { grid-column: 2; }
  .panel-experience dl { gap: 0.65rem; }
  .panel-experience .button { justify-self: stretch; white-space: normal; }
  .panel-feature-grid { grid-template-columns: 1fr; gap: 2rem; align-items: start; }
  .panel-feature-story p { font-size: 1rem; }
}

@media (max-width: 36rem) {
  .page-home .brand-name { font-size: 0.9375rem; }
  .page-home .brand-mark { width: 2.2rem; }
  .page-home .site-header { min-height: 3.75rem; padding-left: max(0.9rem, env(safe-area-inset-left)); padding-right: max(0.9rem, env(safe-area-inset-right)); }
  .home-stage { padding-left: 1rem; padding-right: 1rem; }
  .page-home .eyebrow { font-size: 0.8125rem; }
  .home-story h1 { margin-top: 0.4rem; margin-bottom: 0.45rem; font-size: clamp(2.2rem, 10.6vw, 3.25rem); line-height: 0.9; }
  .home-lead { font-size: 0.9375rem; }
  .home-actions { gap: 0.45rem; margin-top: 0.65rem; }
  .home-actions .button { font-size: 0.875rem; }
  .home-confirmation { font-size: 0.8125rem; }
  .home-support-nav { display: none; }
  .home-route-dock button { min-height: 4.5rem; padding: 0.45rem 0.35rem; font-size: 0.875rem; text-align: center; }
  .home-route-dock strong { font-size: 0.875rem; }
  .home-legal a { padding: 0 0.25rem; font-size: 0.8125rem; }
}

@media (max-width: 52rem) and (max-height: 42rem) {
  .home-shell { grid-template-rows: minmax(0, 1fr) 7.5rem; }
  .home-stage { padding-top: 0.65rem; }
  .home-story { align-self: start; }
  .page-home .eyebrow { font-size: 0.8125rem; letter-spacing: 0.05em; white-space: nowrap; }
  .home-story h1 { margin-top: 0.3rem; margin-bottom: 0.4rem; font-size: clamp(2rem, 9.9vw, 2.9rem); }
  .home-lead { font-size: 0.875rem; }
  .home-actions { margin-top: 0.55rem; }
  .home-actions .button { min-height: 44px; padding-top: 0.55rem; padding-bottom: 0.55rem; }
  .home-confirmation { margin-top: 0.4rem; font-size: 0.8125rem; }
  .home-support-nav { margin-top: 0.45rem; }
  .home-route-dock button { min-height: 4.5rem; }
}

@media (max-width: 52rem) {
  .home-legal {
    min-height: calc(2.75rem + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media (max-height: 31rem) {
  .page-home.js-enhanced {
    height: auto;
    min-height: 100svh;
    display: block;
    overflow: auto;
  }
  .page-home.js-enhanced > main { min-height: 0; overflow: visible; }
  .home-shell { height: auto; min-height: 36rem; overflow: visible; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

@media (forced-colors: active) {
  .button, .brand-mark, .status-chip, .booking-dialog { border: 1px solid ButtonText; }
}

@media print {
  .site-header, .site-footer, .hero-actions, .page-hero-actions, .dialog-close, .queue-toolbar, .operations-nav { display: none !important; }
  body, .operations-page { background: white; color: black; }
  main { padding: 0; }
}
