@charset "UTF-8";

:root {
  --navy: #101c4f;
  --navy-2: #081237;
  --ink: #171b27;
  --paper: #f5f0e6;
  --paper-2: #ebe4d5;
  --white: #fffdf8;
  --coral: #ef5a3f;
  --coral-ink: #b83725;
  --sky: #67c7cf;
  --sand: #e9c77c;
  --muted: #676a70;
  --line: rgba(16, 28, 79, .18);
  --page: min(1180px, calc(100% - 56px));
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", serif;
  --sans: "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--coral); }

.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: 1000; top: 12px; left: 12px; padding: 12px 18px; color: var(--white); background: var(--navy); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }
.container { width: var(--page); margin-inline: auto; }
.section-pad { padding: 132px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--navy); font-size: .65rem; font-weight: 700; letter-spacing: .22em; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--coral); }
.eyebrow.light { color: rgba(255,255,255,.78); }
.eyebrow.light::before { background: var(--sky); }
.eyebrow.sand { color: var(--sand); }
.eyebrow.sand::before { background: var(--sand); }
.eyebrow.coral { color: #ff8b74; }
.eyebrow.coral::before { background: var(--coral); }
.section-heading { margin-bottom: 72px; }
.split-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 11vw; align-items: end; }
.section-heading h2, .itinerary h2, .packing h2, .safety h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.8rem); line-height: 1.08; font-weight: 500; letter-spacing: -.075em; }
.section-intro { color: #555b66; font-size: .94rem; line-height: 2; }
.section-intro p { margin: 0; }
.reveal { opacity: 1; transform: none; }
.has-reveal .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 34px; color: var(--white); transition: color .3s, background .3s, height .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 64px; color: var(--navy); background: rgba(245,240,230,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-monogram { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.08rem; }
.brand b, .brand small { display: block; }
.brand b { font-size: .68rem; letter-spacing: .16em; }
.brand small { margin-top: 3px; opacity: .58; font-size: .43rem; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; padding: 10px 0; font-size: .66rem; font-weight: 600; letter-spacing: .08em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--coral); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; width: 48px; height: 48px; padding: 15px 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .3s; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 980px; overflow: hidden; color: var(--white); background: var(--navy-2); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); filter: saturate(.65) contrast(1.03); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,11,38,.92) 0%, rgba(4,11,38,.66) 42%, rgba(4,11,38,.18) 75%), linear-gradient(0deg, rgba(4,11,38,.72), transparent 50%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(90deg,#000,transparent 76%); }
.hero-copy { position: absolute; z-index: 2; left: max(32px, calc((100vw - 1180px) / 2)); top: 48%; width: min(680px, calc(100% - 64px)); transform: translateY(-50%); }
.hero h1 { margin: 0; font-family: var(--serif); line-height: .88; font-weight: 500; letter-spacing: -.08em; }
.hero h1 > span { display: block; margin-bottom: 16px; font-size: clamp(2rem, 4.5vw, 4.8rem); letter-spacing: -.07em; }
.hero h1 strong { display: block; font-size: clamp(5rem, 11vw, 9.6rem); font-weight: 500; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-subtitle { margin: 12px 0 0; color: var(--sky); font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.7rem); letter-spacing: .24em; }
.hero-lead { margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: .93rem; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 38px; padding: 0 22px; border: 1px solid transparent; font-size: .72rem; font-weight: 700; letter-spacing: .08em; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: #c44732; }
.button-primary:hover { background: #a93624; }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.38); font-size: .7rem; letter-spacing: .08em; }
.hero-facts { position: absolute; z-index: 2; left: max(32px, calc((100vw - 1180px) / 2)); right: max(32px, calc((100vw - 1180px) / 2)); bottom: 33px; display: flex; margin: 0; }
.hero-facts div { min-width: 190px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.25); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { margin-bottom: 7px; color: var(--sky); font-size: .52rem; font-weight: 700; letter-spacing: .19em; }
.hero-facts dd { margin: 0; font-size: .7rem; letter-spacing: .05em; }
.platform-sign { position: absolute; z-index: 2; right: max(32px, calc((100vw - 1180px) / 2)); top: 42%; display: grid; grid-template-columns: 60px auto; column-gap: 14px; align-items: center; padding: 14px 18px; border: 1px solid rgba(255,255,255,.35); transform: rotate(90deg) translateX(50%); transform-origin: right top; }
.platform-sign span { grid-row: 1 / span 2; color: var(--coral); font-size: 2.7rem; font-weight: 300; }
.platform-sign b { font-size: .62rem; letter-spacing: .2em; }
.platform-sign small { opacity: .55; font-size: .44rem; letter-spacing: .17em; }

.route { background: var(--paper); }
.theme-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.theme-tags li { padding: 7px 10px; color: var(--navy); border: 1px solid var(--line); border-radius: 999px; font-size: .62rem; }
.rail-line { position: relative; margin-bottom: 84px; padding: 42px 18px 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow-x: auto; }
.rail-line::before { content: ""; position: absolute; left: 7%; right: 7%; top: 61px; height: 4px; background: var(--sky); }
.rail-line ol { position: relative; display: grid; grid-template-columns: repeat(5, minmax(130px, 1fr)); min-width: 760px; margin: 0; padding: 0; list-style: none; }
.rail-line li { display: grid; justify-items: center; text-align: center; }
.station-dot { z-index: 1; width: 18px; height: 18px; margin: 11px 0 22px; border: 4px solid var(--paper); border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 3px var(--sky); }
.rail-line small { order: -1; color: var(--coral-ink); font-size: .48rem; font-weight: 700; letter-spacing: .16em; }
.rail-line strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.rail-line time { margin-top: 8px; color: var(--muted); font-size: .6rem; letter-spacing: .06em; }
.route-collage { display: grid; grid-template-columns: 1.23fr .77fr; }
.route-photo { position: relative; min-height: 540px; margin: 0; overflow: hidden; }
.route-photo img { width: 100%; height: 100%; object-fit: cover; }
.route-photo figcaption { position: absolute; left: 0; bottom: 0; padding: 13px 18px; color: var(--white); background: var(--navy); font-size: .6rem; letter-spacing: .12em; }
.route-photo figcaption span { color: var(--coral); margin-right: 10px; }
.route-note { position: relative; display: flex; min-height: 540px; flex-direction: column; justify-content: center; padding: 58px 52px; color: var(--white); background: var(--navy); overflow: hidden; }
.route-note .big-number { position: absolute; right: -15px; top: -60px; color: rgba(255,255,255,.055); font-size: 15rem; font-weight: 600; line-height: 1; }
.route-note h3 { position: relative; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.1rem); line-height: 1.42; font-weight: 500; letter-spacing: -.05em; }
.route-note > p:last-child { position: relative; margin: 0; color: rgba(255,255,255,.66); font-size: .85rem; line-height: 2; }
.map-drawer { margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.map-drawer summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 2px; cursor: pointer; list-style: none; }
.map-drawer summary::-webkit-details-marker { display: none; }
.map-drawer summary span { font-family: var(--serif); font-size: 1.08rem; }
.map-drawer summary small { display: block; margin-bottom: 7px; color: var(--coral-ink); font-family: var(--sans); font-size: .5rem; letter-spacing: .18em; }
.map-drawer summary i { color: var(--coral); font-size: 1.6rem; font-style: normal; transition: transform .25s; }
.map-drawer[open] summary i { transform: rotate(45deg); }
.map-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 12px 0 46px; }
.map-grid figure { margin: 0; padding: 15px; background: var(--white); }
.map-grid img { width: 100%; aspect-ratio: 4/3; object-fit: contain; }
.map-grid figcaption { padding: 13px 4px 2px; color: var(--muted); font-size: .65rem; }

.itinerary { color: var(--white); background: var(--navy-2); }
.itinerary-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 75px; }
.day-tabs { display: flex; gap: 8px; }
.day-tabs button { min-width: 152px; padding: 15px 20px; color: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.19); background: transparent; text-align: left; cursor: pointer; transition: .25s; }
.day-tabs button span { display: block; margin-bottom: 6px; font-size: .54rem; font-weight: 700; letter-spacing: .17em; }
.day-tabs button[aria-selected="true"] { color: var(--navy-2); border-color: var(--coral); background: var(--coral); }
.day-panel { display: grid; grid-template-columns: .74fr 1.26fr; gap: 9vw; }
.day-panel[hidden] { display: none; }
.day-summary { position: sticky; top: 110px; height: fit-content; }
.day-index { margin: 0 0 27px; color: var(--sky); font-size: .6rem; font-weight: 700; letter-spacing: .19em; }
.day-summary h3 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.38; font-weight: 500; letter-spacing: -.05em; }
.day-summary > p:not(.day-index) { margin: 0; color: rgba(255,255,255,.6); font-size: .83rem; line-height: 1.95; }
.day-summary strong { color: var(--sand); }
.day-stats { display: grid; gap: 9px; margin-top: 48px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.55); font-size: .58rem; letter-spacing: .1em; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 92px 1fr; gap: 26px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.15); }
.timeline li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.timeline time { padding-top: 3px; color: var(--sand); font-size: .83rem; }
.timeline small { color: var(--sky); font-size: .48rem; font-weight: 700; letter-spacing: .16em; }
.timeline h4 { margin: 7px 0 8px; font-size: 1.08rem; font-weight: 500; }
.timeline p { margin: 0; color: rgba(255,255,255,.55); font-size: .77rem; line-height: 1.72; }

.guide { background: var(--paper-2); }
.guide-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.ticket-card, .budget-card, .food-card { padding: 46px; background: var(--white); }
.ticket-card { position: relative; color: var(--white); background: var(--navy); overflow: hidden; }
.ticket-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -95px; top: 55px; border: 34px solid rgba(103,199,207,.15); border-radius: 50%; }
.card-kicker { color: var(--coral-ink); font-size: .55rem; font-weight: 700; letter-spacing: .19em; }
.ticket-card .card-kicker { color: #ff8b74; }
.ticket-route { display: flex; align-items: center; gap: 12px; margin: 36px 0 25px; color: var(--sky); font-size: .65rem; letter-spacing: .12em; }
.ticket-route i { position: relative; width: 80px; height: 3px; background: var(--sky); }
.ticket-route i::before, .ticket-route i::after { content: ""; position: absolute; top: 50%; width: 9px; height: 9px; border: 2px solid var(--navy); border-radius: 50%; background: var(--sky); transform: translateY(-50%); }
.ticket-route i::before { left: 0; } .ticket-route i::after { right: 0; }
.ticket-card h3 { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: 2.2rem; line-height: 1.4; font-weight: 500; }
.ticket-price { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 34px 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.ticket-price small { color: rgba(255,255,255,.45); font-size: .5rem; letter-spacing: .15em; }
.ticket-price strong { color: var(--sand); font-family: var(--serif); font-size: 2.7rem; font-weight: 500; }
.ticket-card ul { margin: 0; padding-left: 1.2em; }
.ticket-card li { margin: 10px 0; color: rgba(255,255,255,.68); font-size: .75rem; line-height: 1.7; }
.ticket-note { margin: 24px 0 0; padding: 15px; color: rgba(255,255,255,.65); border-left: 3px solid var(--coral); background: rgba(255,255,255,.06); font-size: .68rem; line-height: 1.7; }
.budget-card h3 { margin: 35px 0 29px; padding-bottom: 25px; color: var(--navy); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.06em; }
.budget-card h3 span { font-size: .9rem; letter-spacing: 0; }
.budget-list { margin: 0; padding: 0; list-style: none; }
.budget-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .76rem; }
.budget-list b { color: var(--navy); font-weight: 600; }
.budget-card > p { margin: 22px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.75; }
.food-card { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 9vw; }
.food-card .card-kicker { grid-column: 1; }
.food-card h3 { grid-column: 1; margin: 24px 0 30px; font-family: var(--serif); font-size: 2.45rem; line-height: 1.45; font-weight: 500; letter-spacing: -.05em; }
.food-card ol { grid-column: 2; grid-row: 1 / span 4; margin: 0; padding: 0; list-style: none; }
.food-card li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.food-card li > span { color: var(--coral-ink); font-size: .55rem; font-weight: 700; }
.food-card b, .food-card small { display: block; }
.food-card b { margin-bottom: 4px; font-family: var(--serif); font-size: 1.02rem; }
.food-card small { color: var(--muted); font-size: .67rem; }
.inline-link { grid-column: 1; align-self: end; width: fit-content; padding-bottom: 6px; color: var(--navy); border-bottom: 1px solid var(--navy); font-size: .68rem; font-weight: 600; }
.stay-band { display: grid; grid-template-columns: .9fr 1.1fr; margin-top: 76px; color: var(--white); background: var(--navy-2); }
.stay-copy { padding: 66px 58px; }
.stay-copy h3 { margin: 0 0 26px; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.35; font-weight: 500; letter-spacing: -.06em; }
.stay-copy > p:not(.eyebrow):not(.privacy-note) { margin: 0 0 35px; color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.9; }
.stay-copy dl { margin: 0; border-top: 1px solid rgba(255,255,255,.17); }
.stay-copy dl div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.stay-copy dt { color: var(--sky); font-size: .5rem; letter-spacing: .12em; }
.stay-copy dd { margin: 0; font-size: .7rem; }
.privacy-note { margin: 24px 0 0; color: var(--sand); font-size: .65rem; line-height: 1.65; }
.night-card { position: relative; min-height: 590px; margin: 0; overflow: hidden; }
.night-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) brightness(.72); }
.night-card figcaption { position: absolute; inset: auto 0 0; display: grid; padding: 80px 42px 36px; background: linear-gradient(transparent, rgba(8,18,55,.94)); }
.night-card small { color: var(--sky); font-size: .51rem; letter-spacing: .17em; }
.night-card strong { margin: 8px 0 18px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.night-card a { width: fit-content; padding-bottom: 5px; color: var(--sand); border-bottom: 1px solid currentColor; font-size: .63rem; }
.crew-strip { display: grid; grid-template-columns: 230px 1fr; margin-top: 18px; color: var(--white); background: #c44732; }
.crew-strip > div { display: grid; grid-template-columns: auto auto; align-items: end; gap: 0 8px; padding: 28px 35px; border-right: 1px solid rgba(255,255,255,.28); }
.crew-strip small { grid-column: 1/-1; font-size: .47rem; letter-spacing: .18em; }
.crew-strip strong { font-family: var(--serif); font-size: 3.4rem; line-height: 1; font-weight: 500; }
.crew-strip span { padding-bottom: 7px; font-size: .55rem; letter-spacing: .1em; }
.crew-strip ul { display: flex; flex-wrap: wrap; align-content: center; gap: 13px 25px; margin: 0; padding: 25px 34px; list-style: none; }
.crew-strip li { font-size: .72rem; }

.packing { color: var(--white); background: var(--navy); }
.packing-head { display: grid; grid-template-columns: 1fr .7fr; gap: 8vw; align-items: end; margin-bottom: 64px; }
.packing-head > div:first-child > p:last-child { margin: 24px 0 0; color: rgba(255,255,255,.5); font-size: .72rem; }
.progress-wrap { display: grid; grid-template-columns: auto 1fr; gap: 0 24px; align-items: center; }
.progress-number { display: flex; align-items: baseline; }
.progress-number strong { color: var(--sand); font-family: var(--serif); font-size: 4.8rem; line-height: 1; font-weight: 500; }
.progress-number span { color: rgba(255,255,255,.5); font-size: .7rem; }
.progress-track { height: 3px; background: rgba(255,255,255,.18); }
.progress-track span { display: block; width: 0; height: 100%; background: var(--coral); transition: width .35s; }
.packing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.packing-grid fieldset { margin: 0; padding: 34px; border: 1px solid rgba(255,255,255,.17); }
.packing-grid legend { width: 100%; margin-bottom: 18px; padding: 0 0 17px; color: var(--sky); border-bottom: 1px solid rgba(255,255,255,.16); font-size: .56rem; font-weight: 700; letter-spacing: .16em; }
.packing-grid legend span { margin-right: 12px; color: var(--coral); }
.packing-grid label { display: flex; align-items: flex-start; gap: 11px; padding: 10px 0; color: rgba(255,255,255,.72); font-size: .72rem; line-height: 1.55; cursor: pointer; }
.packing-grid input { appearance: none; width: 18px; height: 18px; flex: none; margin: 1px 0 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; cursor: pointer; }
.packing-grid input:checked { border-color: var(--coral); background: var(--coral); box-shadow: inset 0 0 0 4px var(--navy); }
.packing-grid input:checked + span { opacity: .38; text-decoration: line-through; }
.reset-button { margin-top: 32px; padding: 6px 0; color: rgba(255,255,255,.55); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .62rem; cursor: pointer; }

.safety { color: var(--white); background: #c44732; }
.safety-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.safety-lead > p:last-child { margin: 34px 0 0; color: rgba(255,255,255,.75); font-size: .82rem; line-height: 2; }
.list-label { margin: 0 0 12px; color: var(--sand); font-size: .53rem; font-weight: 700; letter-spacing: .18em; }
.evacuation-list ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.3); }
.evacuation-list li { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.evacuation-list li > span { color: var(--sand); font-size: .55rem; font-weight: 700; }
.evacuation-list strong, .evacuation-list small { display: block; }
.evacuation-list strong { margin-bottom: 6px; font-family: var(--serif); font-size: 1rem; font-weight: 600; }
.evacuation-list small { color: rgba(255,255,255,.58); font-size: .62rem; }
.safety-meta { margin: 20px 0 0; color: rgba(255,255,255,.62); font-size: .64rem; line-height: 1.7; }
.warning { display: grid; grid-template-columns: 58px 1fr; gap: 25px; align-items: start; margin-top: 78px; padding: 34px; color: var(--navy-2); background: var(--sand); }
.warning > span { display: grid; width: 48px; height: 48px; place-items: center; border: 2px solid var(--navy-2); border-radius: 50%; font-family: var(--serif); font-size: 1.8rem; }
.warning strong { font-family: var(--serif); font-size: 1.12rem; }
.warning p { margin: 8px 0 0; font-size: .72rem; line-height: 1.7; }

.finale { position: relative; min-height: 78svh; display: grid; place-items: center; color: var(--white); overflow: hidden; text-align: center; }
.finale > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55); }
.finale > div:not(.finale-copy) { position: absolute; inset: 0; background: rgba(6,14,45,.66); }
.finale-copy { position: relative; z-index: 1; }
.finale-copy .eyebrow { justify-content: center; }
.finale h2 { margin: 0 0 43px; font-family: var(--serif); font-size: clamp(3.5rem, 7.5vw, 7.2rem); line-height: 1.15; font-weight: 500; letter-spacing: -.08em; }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { color: var(--white); border-color: var(--white); background: transparent; }
footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; padding: 30px max(28px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.52); background: var(--navy-2); font-size: .52rem; letter-spacing: .12em; }
footer p:last-child { text-align: right; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.footer-brand span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: var(--serif); font-size: 1rem; }
.footer-brand b { font-size: .55rem; letter-spacing: .16em; }

@media (max-width: 900px) {
  :root { --page: min(720px, calc(100% - 36px)); }
  .section-pad { padding: 96px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 52px; }
  .menu-button { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 88px 28px; color: var(--white); background: var(--navy-2); transform: translateX(100%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
  .site-nav a { width: 100%; padding: 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
  .site-header.menu-open { color: var(--white); }
  .site-header.menu-open .site-nav { transform: none; }
  .site-header.menu-open .menu-button > span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
  .site-header.menu-open .menu-button > span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .platform-sign { display: none; }
  .route-collage { grid-template-columns: 1fr; }
  .route-photo { min-height: 440px; }
  .route-note { min-height: 430px; }
  .itinerary-head { display: block; }
  .day-tabs { margin-top: 38px; }
  .day-panel { grid-template-columns: 1fr; gap: 50px; }
  .day-summary { position: static; }
  .day-stats { margin-top: 28px; }
  .guide-grid { grid-template-columns: 1fr; }
  .food-card { grid-column: auto; }
  .food-card { grid-template-columns: 1fr; }
  .food-card .card-kicker, .food-card h3, .food-card ol, .inline-link { grid-column: 1; grid-row: auto; }
  .food-card ol { margin-bottom: 30px; }
  .stay-band { grid-template-columns: 1fr; }
  .night-card { min-height: 480px; }
  .crew-strip { grid-template-columns: 190px 1fr; }
  .packing-head { grid-template-columns: 1fr; gap: 42px; }
  .packing-grid { grid-template-columns: 1fr; }
  .safety-layout { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 30px); }
  .section-pad { padding: 76px 0; }
  .site-header { height: 66px; padding: 0 17px; }
  .site-header.is-scrolled { height: 58px; }
  .brand-monogram { width: 31px; height: 31px; }
  .hero { min-height: 740px; height: 100svh; }
  .hero-image { object-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,11,38,.91), rgba(4,11,38,.37)), linear-gradient(0deg, rgba(4,11,38,.82), transparent 55%); }
  .hero-grid { background-size: 58px 58px; }
  .hero-copy { left: 22px; top: 45%; width: calc(100% - 44px); }
  .hero h1 > span { font-size: 2.15rem; }
  .hero h1 strong { font-size: clamp(4.7rem, 23vw, 6.7rem); }
  .hero-subtitle { font-size: 1.45rem; }
  .hero-lead { margin-top: 24px; font-size: .81rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 26px; }
  .button { min-height: 48px; }
  .hero-facts { left: 22px; right: 22px; bottom: 20px; display: grid; grid-template-columns: 1fr 1fr; row-gap: 13px; }
  .hero-facts div { min-width: 0; padding: 0 12px; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts div:nth-child(3) { grid-column: 1 / -1; padding: 12px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .section-heading h2, .itinerary h2, .packing h2, .safety h2 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .rail-line { margin-bottom: 58px; }
  .route-photo { min-height: 300px; }
  .route-note { min-height: 0; padding: 46px 28px; }
  .route-note .big-number { font-size: 10rem; }
  .map-drawer { margin-top: 45px; }
  .map-grid { grid-template-columns: 1fr; }
  .day-tabs button { min-width: 0; flex: 1; padding: 13px 15px; }
  .timeline li { grid-template-columns: 65px 1fr; gap: 13px; }
  .ticket-card, .budget-card, .food-card { padding: 34px 24px; }
  .ticket-card h3 { font-size: 1.85rem; }
  .ticket-price strong { font-size: 2.2rem; }
  .food-card h3 { font-size: 2.05rem; }
  .stay-band { margin-top: 52px; }
  .stay-copy { padding: 44px 26px; }
  .night-card { min-height: 390px; }
  .night-card figcaption { padding: 70px 25px 27px; }
  .crew-strip { grid-template-columns: 1fr; }
  .crew-strip > div { grid-template-columns: auto 1fr; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .crew-strip ul { gap: 12px 20px; padding: 23px 28px; }
  .progress-wrap { grid-template-columns: auto 1fr; }
  .progress-number strong { font-size: 4rem; }
  .packing-grid fieldset { padding: 28px 23px; }
  .warning { grid-template-columns: 1fr; gap: 18px; margin-top: 52px; padding: 28px 24px; }
  .warning > span { width: 43px; height: 43px; }
  .finale { min-height: 650px; }
  .finale h2 { font-size: 3.4rem; }
  footer { grid-template-columns: 1fr; justify-items: start; padding-block: 44px; }
  footer p { margin: 0; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .has-reveal .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-actions, .reset-button, .finale { display: none; }
  .hero { min-height: 480px; height: auto; break-after: page; }
  .section-pad { padding: 50px 0; }
  .day-panel[hidden] { display: grid; margin-top: 45px; }
  .reveal { opacity: 1; transform: none; }
}
