:root {
  --ink: #102326;
  --deep: #0b2023;
  --deep-2: #071719;
  --paper: #f4f1e9;
  --paper-2: #e8e3d8;
  --white: #fffdf7;
  --lime: #d8ff59;
  --hot: #ff5e3a;
  --mist: #b8d3d1;
  --muted: #647274;
  --line: rgba(16, 35, 38, .16);
  --wrap: min(1180px, calc(100% - 48px));
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

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

.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; left: 16px; top: 12px; padding: 11px 16px; color: var(--deep); background: var(--lime); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 130px 0; }
.section-label { margin: 0 0 25px; font-family: var(--display); font-size: .68rem; font-weight: 800; letter-spacing: .2em; }
.section-label::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 12px 3px 0; background: var(--hot); }
.section-label.light { color: rgba(255,255,255,.65); }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .packing h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 7rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.section-heading > p { margin: 0 0 4px; font-size: .82rem; line-height: 1.9; }
.reveal { transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.has-reveal .reveal { opacity: 0; transform: translateY(26px); }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 34px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: height .3s, background .3s, color .3s, border-color .3s; }
.site-header.is-scrolled { height: 66px; color: var(--ink); border-color: var(--line); background: rgba(244,241,233,.93); backdrop-filter: blur(15px); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .9rem; }
.brand > span:last-child { display: grid; gap: 2px; }
.brand b { font-family: var(--display); font-size: .65rem; letter-spacing: .14em; }
.brand small { font-family: var(--display); font-size: .46rem; letter-spacing: .17em; opacity: .66; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; padding: 10px 0; font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 45px; height: 45px; padding: 13px 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s; }

.hero { position: relative; min-height: 760px; height: 100svh; color: var(--white); overflow: hidden; background: var(--deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; filter: saturate(.83) contrast(1.05); transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(5,18,20,.92) 0%, rgba(5,18,20,.48) 46%, rgba(5,18,20,.1) 78%), linear-gradient(0deg, rgba(5,18,20,.82), transparent 52%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-copy { position: absolute; z-index: 2; left: max(34px, calc((100vw - 1180px) / 2)); top: 51%; width: min(760px, calc(100% - 68px)); transform: translateY(-50%); }
.eyebrow { margin: 0 0 29px; font-family: var(--display); font-size: .6rem; font-weight: 700; letter-spacing: .19em; }
.eyebrow span { display: inline-block; margin-right: 15px; padding: 6px 9px; color: var(--deep); background: var(--lime); }
.hero h1 { margin: 0; font-weight: 600; }
.hero h1 span { display: block; margin-left: 5px; font-size: clamp(1.2rem, 2.4vw, 2.2rem); line-height: 1.2; letter-spacing: .05em; }
.hero h1 strong { display: block; margin: 1px 0 2px; font-family: var(--display); font-size: clamp(5.8rem, 13.3vw, 11.8rem); line-height: .79; letter-spacing: -.08em; }
.hero-lead { margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: .87rem; letter-spacing: .06em; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 30px; padding: 0 21px; border: 1px solid transparent; font-size: .7rem; font-weight: 800; letter-spacing: .07em; transition: color .2s, background .2s, transform .2s; }
.button span { font-size: 1rem; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--deep); background: var(--lime); }
.button-accent:hover { color: var(--white); border-color: rgba(255,255,255,.55); background: transparent; }
.text-link { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .7rem; }
.hero-facts { position: absolute; z-index: 2; right: max(34px, calc((100vw - 1180px) / 2)); bottom: 34px; display: flex; margin: 0; border-top: 1px solid rgba(255,255,255,.25); }
.hero-facts div { min-width: 150px; padding: 17px 22px 0; border-left: 1px solid rgba(255,255,255,.25); }
.hero-facts dt { margin-bottom: 5px; color: var(--lime); font-family: var(--display); font-size: .48rem; letter-spacing: .17em; }
.hero-facts dd { margin: 0; font-family: var(--display); font-size: .65rem; letter-spacing: .09em; }
.hero-index { position: absolute; z-index: 2; right: 31px; top: 42%; font-family: var(--display); font-size: .48rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; z-index: 2; left: 34px; bottom: 33px; display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: .46rem; letter-spacing: .18em; }
.scroll-cue span { width: 34px; height: 1px; background: currentColor; animation: scroll-pulse 1.8s infinite; transform-origin: left; }
@keyframes scroll-pulse { 0%,100% { transform: scaleX(.35); opacity: .4; } 50% { transform: scaleX(1); opacity: 1; } }
.steam { position: absolute; z-index: 1; width: 420px; height: 420px; border-radius: 50%; background: rgba(235,255,252,.17); filter: blur(70px); animation: steam 10s ease-in-out infinite alternate; }
.steam-a { right: 12%; bottom: -140px; }
.steam-b { right: 34%; bottom: -240px; animation-delay: -4s; }
@keyframes steam { to { transform: translate3d(25px,-70px,0) scale(1.18); opacity: .4; } }

.route-strip { display: flex; min-height: 86px; align-items: center; justify-content: center; gap: 18px; padding: 20px 28px; color: var(--ink); background: var(--lime); font-family: var(--display); font-size: .62rem; font-weight: 800; letter-spacing: .14em; overflow: hidden; }
.route-strip i { width: clamp(28px, 5vw, 82px); height: 1px; background: var(--ink); }
.route-strip i::after { content: ""; display: block; width: 5px; height: 5px; margin-top: -2px; margin-left: 50%; border-radius: 50%; background: var(--ink); }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 7vw; align-items: start; }
.intro-copy h2 { margin: 0 0 36px; font-size: clamp(2.8rem, 6vw, 6rem); line-height: 1.08; letter-spacing: -.065em; font-weight: 700; }
.body-copy { max-width: 520px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 2.1; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); }
.mini-stats div { padding-right: 14px; }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { font-family: var(--display); font-size: clamp(1.8rem, 3.3vw, 3.4rem); letter-spacing: -.05em; }
.mini-stats span { margin-top: 7px; color: var(--muted); font-family: var(--display); font-size: .48rem; letter-spacing: .13em; }
.intro-photo { position: relative; margin: 0; min-height: 610px; overflow: hidden; }
.intro-photo img { width: 100%; height: 610px; object-fit: cover; }
.intro-photo figcaption { position: absolute; left: 0; bottom: 0; display: flex; align-items: center; gap: 15px; padding: 15px 20px; color: var(--white); background: var(--deep); font-family: var(--display); font-size: .55rem; letter-spacing: .13em; }
.intro-photo figcaption span { color: var(--lime); }
.temperature { grid-column: 1 / -1; display: grid; grid-template-columns: 180px 1fr auto; align-items: end; margin-top: -47px; padding: 28px 38px 30px; color: var(--deep); background: var(--lime); }
.temperature small { align-self: start; font-family: var(--display); font-size: .55rem; font-weight: 800; letter-spacing: .16em; }
.temperature strong { font-family: var(--display); font-size: clamp(5rem, 12vw, 10rem); line-height: .72; letter-spacing: -.09em; }
.temperature sup { font-size: .18em; vertical-align: top; }
.temperature > span { padding-bottom: 4px; font-family: var(--display); font-size: 1rem; font-weight: 800; letter-spacing: .1em; }
.temperature p { grid-column: 2 / -1; margin: 20px 0 0; padding-top: 16px; border-top: 1px solid rgba(11,32,35,.25); font-size: .7rem; }

.itinerary { color: var(--white); background: var(--deep); }
.section-heading.light h2 { color: var(--white); }
.itinerary .section-heading > p { color: rgba(255,255,255,.56); }
.day-tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,.2); }
.day-tabs button { min-width: 190px; padding: 19px 24px; color: rgba(255,255,255,.45); border: 0; border-right: 1px solid rgba(255,255,255,.16); background: transparent; text-align: left; cursor: pointer; transition: color .2s, background .2s; }
.day-tabs button span { display: block; margin-bottom: 4px; font-family: var(--display); font-size: .56rem; letter-spacing: .16em; }
.day-tabs button[aria-selected="true"] { color: var(--deep); background: var(--lime); }
.day-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; padding-top: 72px; }
.day-panel[hidden] { display: none; }
.day-lead { position: relative; }
.day-number { position: absolute; z-index: 0; right: 0; top: -88px; margin: 0; color: rgba(255,255,255,.055); font-family: var(--display); font-size: 15rem; line-height: 1; letter-spacing: -.1em; }
.day-kicker { position: relative; margin: 0 0 20px; color: var(--lime); font-family: var(--display); font-size: .58rem; font-weight: 700; letter-spacing: .16em; }
.day-lead h3 { position: relative; margin: 0 0 27px; font-size: clamp(2rem, 4.6vw, 4.7rem); line-height: 1.13; letter-spacing: -.06em; }
.day-lead > p:not(.day-number):not(.day-kicker) { position: relative; margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.95; }
.route-button { position: relative; margin-top: 35px; padding: 10px 0; color: var(--white); border: 0; border-bottom: 1px solid var(--lime); background: transparent; font-size: .69rem; font-weight: 700; cursor: pointer; }
.route-button span { margin-left: 24px; color: var(--lime); }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.timeline li { position: relative; display: grid; grid-template-columns: 94px 1fr; gap: 26px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.timeline li::before { content: ""; position: absolute; left: 88px; top: 32px; width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: var(--deep); }
.timeline li::after { content: ""; position: absolute; left: 91px; top: 40px; bottom: -33px; width: 1px; background: rgba(255,255,255,.2); }
.timeline li:last-child::after { display: none; }
.timeline time { color: var(--lime); font-family: var(--display); font-size: .72rem; font-weight: 800; letter-spacing: .05em; }
.timeline b, .timeline span { display: block; }
.timeline b { margin-bottom: 8px; font-size: .9rem; }
.timeline span { color: rgba(255,255,255,.5); font-size: .69rem; }
.timeline .accent { padding-inline: 20px; background: var(--lime); }
.timeline .accent time, .timeline .accent b, .timeline .accent span { color: var(--deep); }
.timeline .accent::before { left: 108px; border-color: var(--deep); background: var(--hot); }
.timeline .accent::after { left: 111px; }

.stay { background: var(--paper); }
.stay-grid { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 650px; }
.stay-photo { position: relative; overflow: hidden; }
.stay-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.06); }
.stay-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,18,20,.65), transparent 55%); }
.stay-photo > span { position: absolute; z-index: 1; left: 28px; bottom: 25px; color: var(--lime); font-family: var(--display); font-size: .58rem; font-weight: 800; letter-spacing: .17em; }
.stay-card { position: relative; padding: 64px 52px; color: var(--white); background: var(--deep); overflow: hidden; }
.stay-script { position: absolute; right: -20px; top: 34px; margin: 0; color: rgba(255,255,255,.045); font-family: Georgia, serif; font-size: 6rem; font-style: italic; transform: rotate(-7deg); }
.stay-card h2 { position: relative; margin: 0 0 25px; font-size: clamp(2.5rem, 4vw, 4.2rem); line-height: 1.15; letter-spacing: -.06em; }
.stay-card > p:not(.section-label):not(.stay-script) { margin: 0 0 38px; color: rgba(255,255,255,.6); font-size: .76rem; line-height: 1.9; }
.stay-card dl { margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.stay-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.stay-card dt { color: var(--lime); font-family: var(--display); font-size: .52rem; letter-spacing: .14em; }
.stay-card dd { margin: 0; font-size: .67rem; text-align: right; }
.room-band { display: grid; grid-template-columns: 1.1fr .9fr; margin: 18px 0 0; color: var(--deep); background: var(--lime); }
.room-band img { width: 100%; height: 320px; object-fit: cover; }
.room-band figcaption { display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; }
.room-band small, .room-band span { font-family: var(--display); font-size: .53rem; font-weight: 800; letter-spacing: .16em; }
.room-band strong { margin: 14px 0 7px; font-family: var(--display); font-size: clamp(2.3rem, 4.7vw, 4.6rem); line-height: .9; letter-spacing: -.06em; }

.essentials { background: var(--paper-2); }
.section-heading.dark > p { color: var(--muted); }
.note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.note-card { position: relative; min-height: 360px; padding: 36px; overflow: hidden; }
.note-index { position: absolute; right: 28px; top: 25px; font-family: var(--display); font-size: .58rem; font-weight: 800; }
.note-icon { margin: 56px 0 55px; font-family: var(--display); font-size: clamp(3.6rem, 7vw, 7rem); line-height: .8; letter-spacing: -.07em; }
.note-card h3 { margin: 0 0 13px; font-size: 1.35rem; letter-spacing: -.03em; }
.note-card > p:last-child { margin: 0; font-size: .74rem; line-height: 1.8; }
.note-card.lime { background: var(--lime); }
.note-card.dark-card { color: var(--white); background: var(--deep); }
.dark-card > p:last-child { color: rgba(255,255,255,.58); }
.white-card { background: var(--white); }
.photo-card { display: grid; grid-template-columns: 1fr .66fr; gap: 26px; padding: 0; color: var(--white); background: var(--deep); }
.photo-card > img { width: 100%; height: 360px; object-fit: cover; background: white; }
.photo-card > div { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px 26px; }
.photo-card .note-index { right: 26px; }
.photo-card h3 { margin-bottom: 18px; }
.photo-card button { align-self: flex-start; padding: 8px 0; color: var(--lime); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .66rem; cursor: pointer; }
.warning { display: grid; grid-template-columns: 300px 1fr; gap: 50px; align-items: center; margin-top: 16px; padding: 30px 36px; color: var(--white); background: var(--hot); }
.warning strong { font-size: 1rem; }
.warning p { margin: 0; font-size: .71rem; line-height: 1.8; }

.packing { color: var(--white); background: var(--deep-2); }
.packing-head { display: grid; grid-template-columns: 1fr 430px; gap: 80px; align-items: end; margin-bottom: 65px; }
.packing-progress > div:first-child { display: flex; align-items: baseline; gap: 10px; }
.packing-progress strong { color: var(--lime); font-family: var(--display); font-size: 6rem; line-height: .8; letter-spacing: -.08em; }
.packing-progress span { font-family: var(--display); font-size: .58rem; letter-spacing: .15em; }
.progress-track { height: 3px; margin-top: 25px; background: rgba(255,255,255,.18); }
.progress-track span { display: block; width: 0; height: 100%; background: var(--hot); transition: width .3s; }
.packing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.packing-grid fieldset { margin: 0; padding: 32px; border: 1px solid rgba(255,255,255,.18); }
.packing-grid legend { width: 100%; padding: 0 0 18px; color: rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--display); font-size: .57rem; font-weight: 800; letter-spacing: .16em; }
.packing-grid legend span { margin-right: 12px; color: var(--hot); }
.packing-grid label { display: flex; align-items: center; gap: 14px; min-height: 48px; color: rgba(255,255,255,.72); font-size: .73rem; cursor: pointer; }
.packing-grid input { appearance: none; width: 21px; height: 21px; flex: none; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; cursor: pointer; }
.packing-grid input:checked { border-color: var(--lime); background: var(--lime); box-shadow: inset 0 0 0 5px var(--deep-2); }
.packing-grid input:checked + span { opacity: .42; text-decoration: line-through; }
.packing-grid input:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.reset-button { margin-top: 28px; padding: 9px 0; color: rgba(255,255,255,.55); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .65rem; cursor: pointer; }

.crew { position: relative; min-height: 720px; display: grid; place-items: center; color: var(--white); overflow: hidden; }
.crew-image, .crew-shade { position: absolute; inset: 0; }
.crew-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68); }
.crew-shade { background: rgba(5,18,20,.75); }
.crew-copy { position: relative; z-index: 1; width: var(--wrap); text-align: center; }
.crew-copy .section-label::before { display: none; }
.crew-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 9vw, 9rem); line-height: .83; letter-spacing: -.075em; }
.crew-copy ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin: 45px 0; padding: 0; list-style: none; }
.crew-copy li { font-size: .72rem; letter-spacing: .06em; }
.button-light { color: var(--deep); 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: 24px; padding: 30px max(28px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.5); background: var(--deep-2); font-family: var(--display); font-size: .48rem; letter-spacing: .14em; }
footer p:last-child { text-align: right; }
.footer-brand { color: var(--white); }

.image-dialog { width: min(1000px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 0; color: var(--ink); border: 0; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.image-dialog::backdrop { background: rgba(3,13,15,.88); backdrop-filter: blur(6px); }
.dialog-bar { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 10px 14px 10px 24px; color: var(--white); background: var(--deep); }
.dialog-bar h2 { margin: 0; font-size: .82rem; }
.dialog-bar button { width: 44px; height: 44px; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; font-size: 1.5rem; cursor: pointer; }
.dialog-media { padding: 20px; overflow: auto; }
.dialog-media img { width: auto; min-width: min(700px, 100%); max-width: none; margin: auto; background: white; }

@media (max-width: 900px) {
  :root { --wrap: min(720px, calc(100% - 34px)); }
  .section { padding: 95px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .menu-button { position: relative; z-index: 2; display: block; }
  .site-nav { position: fixed; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 90px 30px; color: var(--white); background: var(--deep-2); transform: translateX(100%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
  .site-nav a { width: 100%; padding: 12px; font-family: var(--display); font-size: 1.5rem; }
  .site-header.menu-open { color: var(--white); background: transparent; border-color: transparent; }
  .site-header.menu-open .site-nav { transform: none; }
  .site-header.menu-open .menu-button > span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .site-header.menu-open .menu-button > span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-index { display: none; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-photo { min-height: 520px; }
  .intro-photo img { height: 520px; }
  .temperature { grid-column: 1; margin-top: 0; }
  .day-panel { grid-template-columns: 1fr; gap: 60px; }
  .day-number { right: 10%; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-photo { min-height: 490px; }
  .room-band { grid-template-columns: 1fr; }
  .room-band img { height: 390px; }
  .packing-head { grid-template-columns: 1fr; gap: 46px; }
  footer { grid-template-columns: 1fr; justify-items: start; padding-block: 48px; }
  footer p { margin: 0; }
  footer p:last-child { text-align: left; }
}

@media (max-width: 640px) {
  :root { --wrap: calc(100% - 30px); }
  .section { padding: 78px 0; }
  .site-header { height: 67px; padding: 0 16px; }
  .site-header.is-scrolled { height: 59px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,18,20,.89), rgba(5,18,20,.28)), linear-gradient(0deg, rgba(5,18,20,.87), transparent 58%); }
  .hero-copy { left: 22px; top: 45%; width: calc(100% - 44px); }
  .hero h1 span { font-size: 1.25rem; }
  .hero h1 strong { font-size: clamp(3.9rem, 18.8vw, 5.4rem); }
  .hero-lead { font-size: .77rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 27px; }
  .hero-facts { left: 22px; right: 22px; bottom: 21px; display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts div { min-width: 0; padding: 13px 11px 0; }
  .hero-facts div:first-child { padding-left: 0; border-left: 0; }
  .hero-facts div:nth-child(3) { grid-column: 1 / -1; margin-top: 13px; padding: 13px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .scroll-cue { display: none; }
  .route-strip { justify-content: flex-start; font-size: .52rem; overflow-x: auto; }
  .route-strip span { flex: none; }
  .route-strip i { width: 32px; flex: none; }
  .intro-copy h2 { font-size: 3.3rem; }
  .mini-stats { gap: 8px; }
  .mini-stats strong { font-size: 1.85rem; }
  .intro-photo { min-height: 430px; }
  .intro-photo img { height: 430px; }
  .temperature { grid-template-columns: 1fr auto; padding: 25px 22px; }
  .temperature small { grid-column: 1 / -1; margin-bottom: 35px; }
  .temperature strong { font-size: 6.5rem; }
  .temperature p { grid-column: 1 / -1; }
  .section-heading h2, .packing h2 { font-size: 3.55rem; }
  .day-tabs button { min-width: 0; flex: 1; padding: 15px 12px; font-size: .65rem; }
  .day-tabs button span { font-size: .47rem; }
  .day-panel { padding-top: 55px; gap: 48px; }
  .day-number { top: -45px; font-size: 10rem; }
  .day-lead h3 { font-size: 2.4rem; }
  .timeline li { grid-template-columns: 70px 1fr; gap: 16px; }
  .timeline li::before { left: 67px; }
  .timeline li::after { left: 70px; }
  .timeline .accent { padding-inline: 12px; }
  .timeline .accent::before { left: 79px; }
  .timeline .accent::after { left: 82px; }
  .stay-photo { min-height: 380px; }
  .stay-card { padding: 44px 26px; }
  .room-band img { height: 280px; }
  .room-band figcaption { padding: 29px 24px; }
  .note-grid { grid-template-columns: 1fr; }
  .note-card { min-height: 320px; padding: 28px; }
  .note-icon { margin: 52px 0; }
  .photo-card { grid-template-columns: 1fr; padding: 0; }
  .photo-card > img { height: 280px; object-fit: contain; }
  .photo-card > div { min-height: 180px; }
  .warning { grid-template-columns: 1fr; gap: 13px; padding: 27px 25px; }
  .packing-grid { grid-template-columns: 1fr; }
  .packing-grid fieldset { padding: 28px 23px; }
  .packing-progress strong { font-size: 5rem; }
  .crew { min-height: 650px; }
  .crew-copy h2 { font-size: 3.65rem; }
  .crew-copy ul { margin: 36px 0; }
  .dialog-media { padding: 10px; }
  .dialog-media img { min-width: 680px; }
}

@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, .scroll-cue, .route-button, .reset-button, .crew, .image-dialog { display: none !important; }
  .hero { min-height: 520px; height: auto; break-after: page; }
  .section { padding: 50px 0; }
  .day-panel[hidden] { display: grid; margin-top: 50px; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
