@font-face {
  font-family: "Instrument Sans";
  src: url("fonts/InstrumentSans-latin-ext.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("fonts/InstrumentSans-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Mono";
  src: url("fonts/DMMono-latin-ext.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Mono";
  src: url("fonts/DMMono-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --page: #edf2ef;
  --surface: #e2e9e5;
  --surface-strong: #d4ded9;
  --text: #0b1b17;
  --muted: #4a5d56;
  --line: #bdcbc5;
  --accent: #e15b37;
  --accent-text: #a43820;
  --accent-ink: #08110f;
  --hero-text: #f2f6f3;
  --hero-muted: #d6dfda;
  --panel-radius: 18px;
  --control-radius: 999px;
  --shell: min(1280px, calc(100% - 48px));
  --section-space: clamp(6rem, 9vw, 10rem);
  --shadow: 0 24px 70px rgba(25, 52, 44, 0.13);
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --page: #0b1714;
    --surface: #12211c;
    --surface-strong: #1a2c26;
    --text: #ebf1ed;
    --muted: #aab8b1;
    --line: #30443c;
    --accent: #e66743;
    --accent-text: #f38664;
    --accent-ink: #07110e;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background: var(--page);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: var(--accent-ink);
  background: var(--accent);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(225, 91, 55, 0.14);
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

[id] {
  scroll-margin-top: 88px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: var(--section-space);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  border-radius: var(--control-radius);
  color: var(--page);
  background: var(--text);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--page) 88%, transparent);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.nav-shell {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 150px;
  align-items: center;
  min-height: 72px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  line-height: 1;
}

.wordmark img {
  width: 126px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.1rem, 2.5vw, 2.4rem);
  min-width: 0;
  font-size: 0.88rem;
}

.main-nav a,
.site-footer nav a {
  position: relative;
  white-space: nowrap;
}

.main-nav a::after,
.site-footer nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 2px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.site-footer nav a:hover::after,
.site-footer nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-action {
  justify-self: end;
  padding: 0.72rem 1rem;
  border-radius: var(--control-radius);
  color: var(--accent-ink);
  background: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease;
}

.nav-action:hover {
  transform: translateY(-2px);
}

.nav-action:active {
  transform: translateY(1px);
}

.menu-button {
  display: none;
  justify-self: end;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--control-radius);
  background: var(--surface);
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.menu-button:hover {
  color: var(--accent-text);
  background: var(--surface-strong);
}

.menu-button:active {
  transform: scale(0.98);
}

.hero {
  position: relative;
  min-height: calc(100dvh - 72px);
  overflow: hidden;
  color: var(--hero-text);
  background: #13211d;
}

.hero__media,
.hero__media img,
.hero__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
  object-position: 50% 48%;
}

.hero__scrim {
  background:
    linear-gradient(90deg, rgba(4, 14, 11, 0.86) 0%, rgba(4, 14, 11, 0.56) 48%, rgba(4, 14, 11, 0.18) 76%),
    linear-gradient(0deg, rgba(4, 14, 11, 0.72) 0%, transparent 54%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  min-height: calc(100dvh - 72px);
  padding-block: clamp(4rem, 9vh, 6rem);
}

.hero__copy {
  max-width: 820px;
}

.hero h1 {
  max-width: 8ch;
  margin-bottom: 1.5rem;
  font-size: clamp(4.5rem, 8.6vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.hero h1 span {
  display: block;
}

.hero h1 .hero__kicker {
  margin-bottom: 1.2rem;
  color: var(--hero-muted);
  font-family: "DM Mono", monospace;
  font-size: 0.13em;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.hero__copy > p {
  max-width: 560px;
  margin-bottom: 1.8rem;
  color: var(--hero-muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.3rem;
  border: 1px solid transparent;
  border-radius: var(--control-radius);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(1px) scale(0.98);
}

.button--accent {
  color: var(--accent-ink);
  background: var(--accent);
}

.button--glass {
  border-color: rgba(242, 246, 243, 0.54);
  color: var(--hero-text);
  background: rgba(4, 14, 11, 0.3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button--ink {
  color: var(--page);
  background: var(--text);
}

.hero__window {
  align-self: center;
  width: 100%;
  height: min(36vh, 340px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 246, 243, 0.48);
  border-radius: var(--panel-radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.hero__window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.visit-note {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.visit-note__grid {
  display: grid;
  grid-template-columns: 1.25fr 1.1fr 1.5fr auto;
  gap: 2rem;
  align-items: center;
  min-height: 150px;
  padding-block: 2rem;
}

.visit-note h2 {
  margin-bottom: 0.28rem;
  font-size: 1.12rem;
}

.visit-note p,
.visit-note dl {
  margin-bottom: 0;
}

.visit-note__intro p,
.visit-note__notice,
.visit-note dt {
  color: var(--muted);
}

.visit-note__intro p,
.visit-note__notice {
  font-size: 0.9rem;
}

.visit-note__time {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.visit-note dt {
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
}

.visit-note dd {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.section-heading .section-kicker {
  margin-bottom: 1rem;
  color: var(--accent-text);
  font-family: "DM Mono", monospace;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-hub {
  overflow: hidden;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(248px, auto);
  gap: 1rem;
}

.guide-card {
  position: relative;
  display: flex;
  grid-column: span 3;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.5rem, 2.8vw, 2.25rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--panel-radius);
  background: var(--surface);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.guide-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}

.guide-card:hover {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.guide-card:hover::before,
.guide-card:focus-visible::before {
  transform: scaleX(1);
}

.guide-card--feature {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 512px;
  color: #edf2ef;
  background:
    radial-gradient(circle at 85% 15%, rgba(225, 91, 55, 0.34), transparent 32%),
    #0b1b17;
}

.guide-card__meta {
  margin-bottom: auto;
  color: var(--accent-text);
  font-family: "DM Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.guide-card--feature .guide-card__meta {
  color: #f38664;
}

.guide-card h3 {
  max-width: 16ch;
  margin: 3rem 0 0.85rem;
  font-size: clamp(1.65rem, 2.8vw, 2.8rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.guide-card--feature h3 {
  max-width: 9ch;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.guide-card p {
  max-width: 42ch;
  margin-bottom: 1.8rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.guide-card--feature p {
  max-width: 46ch;
  color: #aab8b1;
  font-size: 1rem;
}

.guide-card strong {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: auto;
  font-size: 0.86rem;
}

.guide-card strong span {
  color: var(--accent-text);
  transition: transform 180ms ease;
}

.guide-card:hover strong span {
  transform: translate(3px, 3px);
}

.text-action,
.source-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.text-action span,
.source-link span {
  transition: transform 180ms ease;
}

.text-action:hover span,
.source-link:hover span {
  transform: translate(3px, 3px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: clamp(2.8rem, 5vw, 4.8rem);
}

.section-heading h2,
.verification-intro h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.7rem, 5.8vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.section-heading p,
.verification-intro > p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.place-stage {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1rem;
}

.place-option {
  position: relative;
  min-width: 0;
  height: clamp(400px, 48vw, 620px);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--panel-radius);
  background: var(--surface);
  cursor: pointer;
  opacity: 0.68;
  transition: opacity 260ms ease, transform 260ms ease;
}

.place-option.is-active {
  opacity: 1;
  box-shadow: inset 0 0 0 2px var(--accent), var(--shadow);
}

.place-option:hover {
  opacity: 1;
  transform: translateY(-4px);
}

.place-option:active {
  transform: translateY(1px) scale(0.99);
}

.place-option img,
.place-option__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.place-option img {
  object-fit: cover;
}

.place-option__scrim {
  background: linear-gradient(0deg, rgba(3, 12, 9, 0.78) 0%, rgba(3, 12, 9, 0.08) 58%);
}

.place-option__copy {
  position: absolute;
  right: clamp(1.4rem, 3vw, 2.5rem);
  bottom: clamp(1.4rem, 3vw, 2.5rem);
  left: clamp(1.4rem, 3vw, 2.5rem);
  display: grid;
  color: var(--hero-text);
  text-align: left;
}

.place-option__copy strong {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.place-option__copy small {
  margin-top: 0.45rem;
  color: var(--hero-muted);
  font-size: 1rem;
}

.place-detail {
  display: grid;
  grid-template-columns: 1.25fr 1.7fr auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.place-detail__lead h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.035em;
}

.place-detail__lead p {
  max-width: 48ch;
  margin-bottom: 0;
  color: var(--muted);
}

.place-detail__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0;
}

.place-detail__facts dt {
  margin-bottom: 0.4rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.place-detail__facts dd {
  margin: 0;
  font-size: 0.93rem;
  font-weight: 700;
}

.place-detail__actions {
  display: grid;
  gap: 0.75rem;
  min-width: 220px;
}

.place-guide-link {
  display: inline-flex;
  min-height: 46px;
  padding: 0.7rem 0.1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-strong);
  color: var(--text);
  font-size: 0.83rem;
  font-weight: 700;
}

.place-guide-link:hover {
  color: var(--accent-text);
  border-color: var(--accent-text);
}

.flow {
  background: var(--surface);
}

.section-heading--compact {
  max-width: 680px;
}

.flow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  padding: 3rem 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.flow-track::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 25%;
  height: 3px;
  background: var(--accent);
  content: "";
}

.flow-track li {
  position: relative;
  min-width: 0;
}

.flow-track li::before {
  position: absolute;
  top: -3.42rem;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--accent);
  content: "";
}

.flow-track strong {
  display: block;
  margin-bottom: clamp(2.6rem, 6vw, 5rem);
  color: var(--accent);
  font-family: "DM Mono", monospace;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.055em;
  line-height: 1;
}

.flow-track strong span {
  display: block;
  margin-bottom: 0.55rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.24em;
  font-weight: 700;
  letter-spacing: 0;
}

.flow-track h3 {
  margin-bottom: 0.65rem;
  font-size: 1.28rem;
}

.flow-track p {
  max-width: 26ch;
  margin-bottom: 0;
  color: var(--muted);
}

.source-link {
  margin-top: 3.5rem;
  font-size: 0.9rem;
}

.route-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.route-tabs {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--line);
}

.route-tabs button {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: 1.5rem 1.2rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  color: var(--muted);
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.route-tabs button:hover,
.route-tabs button[aria-selected="true"] {
  color: var(--text);
}

.route-tabs button[aria-selected="true"] {
  color: var(--accent-text);
  transform: translateX(8px);
}

.route-tabs button:active {
  transform: translateX(8px) scale(0.98);
}

.route-tabs strong {
  font-size: 1.12rem;
}

.route-tabs span {
  color: var(--muted);
  font-size: 0.88rem;
}

.route-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--panel-radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.route-panel__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.route-time {
  margin-bottom: auto;
  color: var(--accent-text);
  font-family: "DM Mono", monospace;
  font-size: 0.88rem;
}

.route-panel h3 {
  max-width: 13ch;
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.route-panel__copy > p:not(.route-time) {
  max-width: 52ch;
  margin-bottom: 1.4rem;
  color: var(--muted);
}

.route-panel ol {
  display: grid;
  gap: 0.55rem;
  max-width: 50ch;
  padding-left: 1.25rem;
  margin: 0 0 1.8rem;
}

.route-panel__media {
  min-width: 0;
  margin: 0;
}

.route-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal {
  background: var(--surface);
}

.journal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.journal-lead {
  min-width: 0;
}

.journal-lead > a {
  position: relative;
  display: block;
  min-height: 690px;
  overflow: hidden;
  border-radius: var(--panel-radius);
  color: var(--hero-text);
}

.journal-lead img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.journal-lead a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 12, 9, 0.88) 0%, rgba(3, 12, 9, 0.08) 65%);
  content: "";
}

.journal-lead a:hover img {
  transform: scale(1.025);
}

.journal-lead div {
  position: absolute;
  z-index: 1;
  right: clamp(1.5rem, 4vw, 3.5rem);
  bottom: clamp(1.5rem, 4vw, 3.5rem);
  left: clamp(1.5rem, 4vw, 3.5rem);
}

.journal-lead p {
  margin-bottom: 0.8rem;
  color: var(--hero-muted);
  font-family: "DM Mono", monospace;
  font-size: 0.78rem;
}

.journal-lead h3 {
  max-width: 12ch;
  margin-bottom: 1.3rem;
  font-size: clamp(2.4rem, 5vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.journal-lead span,
.journal-index a {
  font-weight: 700;
}

.journal-lead i {
  margin-left: 0.55rem;
  font-style: normal;
}

.journal-index {
  display: grid;
  border-top: 1px solid var(--line);
}

.journal-index article {
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.journal-index article > p:first-child {
  margin-bottom: 1rem;
  color: var(--accent-text);
  font-family: "DM Mono", monospace;
  font-size: 0.76rem;
}

.journal-index h3 {
  max-width: 20ch;
  margin-bottom: 0.7rem;
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.journal-index article > p:not(:first-child) {
  max-width: 46ch;
  margin-bottom: 1.2rem;
  color: var(--muted);
}

.journal-index a {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  border-bottom: 1px solid currentColor;
}

.verification-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: start;
}

.verification-intro {
  position: sticky;
  top: 118px;
}

.verification-intro h2 {
  max-width: 10ch;
}

.verification-intro > p {
  margin-bottom: 2rem;
}

.verification-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.verification-list > article {
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.6fr) auto;
  gap: 1.5rem;
  align-items: start;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}

.verification-list h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.verification-value {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  margin: 0;
}

.verification-value strong {
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.verification-value span {
  color: var(--muted);
  font-size: 0.84rem;
}

.verification-list a {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
}

.faq {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.faq-note {
  position: sticky;
  top: 112px;
  display: grid;
  padding: clamp(1.7rem, 3vw, 2.5rem);
  border-radius: var(--panel-radius);
  color: #edf2ef;
  background: #0b1b17;
  box-shadow: var(--shadow);
}

.faq-note > span {
  margin-bottom: 3.5rem;
  color: #f38664;
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.faq-note > strong {
  max-width: 15ch;
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.faq-note > p {
  margin-bottom: 1.7rem;
  color: #aab8b1;
  font-size: 0.9rem;
}

.faq-note .text-action {
  color: #edf2ef;
  font-size: 0.85rem;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 1.5rem;
  align-items: center;
  padding: 1.8rem 0;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 22px;
  height: 22px;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 18px;
  height: 2px;
  background: var(--accent);
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary span::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: rotate(0deg);
}

.faq-list details > div {
  max-width: 66ch;
  padding: 0 3rem 1.9rem 0;
}

.faq-list details p {
  margin-bottom: 0.9rem;
  color: var(--muted);
}

.faq-list details a {
  border-bottom: 1px solid currentColor;
  font-size: 0.86rem;
  font-weight: 700;
}

.document-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.document-back {
  padding: 0.68rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--control-radius);
  font-size: 0.84rem;
  font-weight: 700;
}

.document-hero {
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 28%),
    var(--surface);
}

.document-hero__crumb {
  margin-bottom: clamp(4rem, 8vw, 7rem);
  color: var(--accent-text);
  font-family: "DM Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.document-hero h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.7rem, 8vw, 7.5rem);
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.document-hero__lead {
  max-width: 68ch;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.document-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.5rem;
  margin: 0;
  font-family: "DM Mono", monospace;
  font-size: 0.75rem;
}

.document-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  justify-content: center;
  padding-block: var(--section-space);
}

.document-toc {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 0.75rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
}

.document-toc strong {
  margin-bottom: 0.5rem;
  color: var(--text);
}

.document-toc a:hover {
  color: var(--accent-text);
}

.document-content {
  min-width: 0;
}

.document-section {
  padding: 0 0 clamp(4rem, 7vw, 6rem);
  margin: 0 0 clamp(4rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.document-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.document-section h2 {
  max-width: 14ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.3rem, 4.7vw, 4.3rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.document-section h3 {
  margin: 2.5rem 0 0.8rem;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  letter-spacing: -0.03em;
}

.document-section p,
.document-section li {
  color: var(--muted);
}

.document-section ul,
.document-section ol {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.3rem;
}

.document-section a {
  color: var(--text);
  border-bottom: 1px solid var(--accent);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.fact-stack {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.fact-stack article {
  padding: 1.5rem;
  border-left: 3px solid var(--accent);
  background: var(--surface);
}

.fact-stack h3 {
  margin-top: 0;
}

.fact-stack p:last-child {
  margin-bottom: 0;
}

.source-register {
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  counter-reset: sources;
}

.source-register li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
  counter-increment: sources;
}

.source-register li::before {
  color: var(--accent-text);
  font-family: "DM Mono", monospace;
  font-size: 0.75rem;
  content: counter(sources, decimal-leading-zero);
}

.site-footer {
  padding-block: 4.5rem;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  align-items: end;
}

.wordmark--footer {
  margin-bottom: 1rem;
}

.footer-grid p {
  max-width: 38ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-license {
  justify-self: end;
  text-align: right;
}

.footer-license a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.footer-signature {
  display: flex;
  grid-column: 1 / -1;
  gap: 1.5rem;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.footer-signature p {
  max-width: none;
}

.footer-signature__credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: baseline;
}

.footer-signature__brand {
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.footer-signature__legal {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  white-space: nowrap;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  font-size: 0.88rem;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .hero__copy {
    animation: hero-enter 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero__window {
    animation: hero-enter 820ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  @keyframes hero-enter {
    from {
      opacity: 0;
      transform: translateY(26px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 1080px) {
  .visit-note__grid {
    grid-template-columns: 1fr 1fr;
  }

  .visit-note__notice {
    max-width: 48ch;
  }

  .place-detail {
    grid-template-columns: 1fr auto;
  }

  .place-detail__facts {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .route-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .route-panel {
    grid-template-columns: 1fr;
  }

  .route-panel__media {
    height: 320px;
  }

  .route-time {
    margin-bottom: 3rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-license {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 32px, 720px);
  }

  html {
    scroll-padding-top: 76px;
  }

  [id] {
    scroll-margin-top: 76px;
  }

  .site-header,
  .nav-shell {
    min-height: 64px;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 0.75rem 1rem 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--page);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav a::after {
    display: none;
  }

  .nav-action {
    display: none;
  }

  .hero {
    min-height: calc(100dvh - 64px);
  }

  .hero__inner {
    grid-template-columns: 1fr;
    min-height: calc(100dvh - 64px);
    padding-block: clamp(3rem, 10vh, 5rem);
  }

  .hero__window {
    display: none;
  }

  .hero h1 {
    font-size: clamp(4rem, 15vw, 6.5rem);
  }

  .visit-note__grid,
  .place-stage,
  .place-detail,
  .journal-layout,
  .verification-layout,
  .faq-layout,
  .document-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .guide-card,
  .guide-card--feature {
    grid-column: span 1;
    grid-row: auto;
    min-height: 300px;
  }

  .guide-card--feature {
    grid-column: 1 / -1;
    min-height: 480px;
  }

  .place-detail__facts {
    grid-column: auto;
    grid-row: auto;
  }

  .place-detail .button {
    justify-self: start;
  }

  .flow-track {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 0 0 2rem;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .flow-track::before {
    top: 0;
    bottom: auto;
    left: -2px;
    width: 3px;
    height: 25%;
  }

  .flow-track li::before {
    top: 0.5rem;
    left: -2.42rem;
  }

  .flow-track strong {
    margin-bottom: 1.5rem;
  }

  .flow-track p {
    max-width: 48ch;
  }

  .route-layout {
    grid-template-columns: 1fr;
  }

  .route-tabs {
    display: flex;
    gap: 0.75rem;
    padding-bottom: 0.65rem;
    overflow-x: auto;
    border-top: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .route-tabs button {
    flex: 0 0 250px;
    border: 1px solid var(--line);
    border-radius: var(--panel-radius);
    background: var(--surface);
    scroll-snap-align: start;
  }

  .route-tabs button[aria-selected="true"],
  .route-tabs button:active {
    transform: none;
  }

  .journal-lead > a {
    min-height: 560px;
  }

  .verification-intro {
    position: static;
  }

  .faq-note {
    position: static;
  }

  .document-toc {
    position: static;
  }

  .verification-intro h2 {
    max-width: 12ch;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .footer-license {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  :root {
    --section-space: 5.5rem;
  }

  .footer-signature {
    flex-direction: column;
    gap: 0.7rem;
    align-items: flex-start;
  }

  .hero__scrim {
    background:
      linear-gradient(90deg, rgba(4, 14, 11, 0.82), rgba(4, 14, 11, 0.2)),
      linear-gradient(0deg, rgba(4, 14, 11, 0.86) 0%, rgba(4, 14, 11, 0.14) 70%);
  }

  .hero__media img {
    object-position: 55% center;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 18.5vw, 5rem);
    letter-spacing: -0.065em;
  }

  .hero__copy > p {
    max-width: 32ch;
  }

  .hero h1 .hero__kicker {
    margin-bottom: 0.9rem;
    font-size: 0.16em;
  }

  .hero__actions {
    flex-wrap: nowrap;
  }

  .button {
    padding-inline: 1.05rem;
    font-size: 0.84rem;
  }

  .visit-note__grid {
    gap: 1.5rem;
    padding-block: 2rem;
  }

  .visit-note__time {
    grid-template-columns: 1fr 1fr;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-card,
  .guide-card--feature {
    grid-column: auto;
    min-height: 310px;
  }

  .guide-card--feature {
    min-height: 440px;
  }

  .section-heading h2,
  .verification-intro h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .place-stage {
    gap: 0.8rem;
  }

  .place-option {
    height: 290px;
  }

  .place-option__copy strong {
    font-size: 2.3rem;
  }

  .place-detail__facts {
    grid-template-columns: 1fr 1fr;
  }

  .place-detail__facts div:first-child {
    grid-column: 1 / -1;
  }

  .route-panel {
    min-height: 0;
  }

  .route-panel__copy {
    padding: 1.7rem;
  }

  .route-time {
    margin-bottom: 2.5rem;
  }

  .route-panel h3 {
    font-size: 2.65rem;
  }

  .route-panel__media {
    height: 290px;
  }

  .journal-lead > a {
    min-height: 500px;
  }

  .journal-lead h3 {
    font-size: 2.7rem;
  }

  .verification-list > article {
    grid-template-columns: 1fr auto;
    gap: 0.55rem 1rem;
  }

  .verification-value {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .verification-list a {
    grid-column: 2;
    grid-row: 1;
  }
}

@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;
  }

  .reveal-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .button--glass {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header {
    background: var(--page);
  }

  .button--glass {
    background: #15241f;
  }
}
