:root {
  --ink: #071418;
  --deep: #0a1b1f;
  --paper: #e8e2d7;
  --paper-soft: #c9c3b8;
  --muted: rgba(232, 226, 215, 0.58);
  --line: rgba(232, 226, 215, 0.13);
  --gold: #c9a372;
  --sea: #5b9698;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: "Avenir Next", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }

.ambient { position: fixed; inset: 0; z-index: -2; overflow: hidden; background: var(--ink); }
.ambient img { width: 100%; height: 100%; object-fit: cover; filter: blur(34px) saturate(.65); transform: scale(1.14); opacity: .16; }
.ambient span { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,20,24,.25), rgba(7,20,24,.88) 55%, #071418 100%); }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; opacity: .84; -webkit-mask-image: linear-gradient(to bottom, #000 64%, transparent 100%); mask-image: linear-gradient(to bottom, #000 64%, transparent 100%); }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 16%, rgba(0,0,0,.38) 100%), linear-gradient(180deg, rgba(0,0,0,.45), rgba(2,12,15,.28) 50%, rgba(7,20,24,.94)); }
.top-nav { position: absolute; top: 0; left: 50%; z-index: 5; transform: translateX(-50%); width: min(1280px, calc(100% - 48px)); padding: 28px 0; display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.7); }
.top-nav div { display: flex; gap: 30px; }
.top-nav a { transition: color .25s ease; }
.top-nav a:hover { color: white; }
.wordmark { letter-spacing: .26em; }
.hero-copy { position: relative; z-index: 2; width: min(92vw, 900px); margin-top: -2vh; text-align: center; text-shadow: 0 2px 24px rgba(0,0,0,.72); }
.eyebrow { margin: 0 0 28px; font-size: 10px; letter-spacing: .42em; color: rgba(255,255,255,.66); }
.title-axis { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 18px; font-family: var(--serif); font-size: clamp(2.5rem, 7.4vw, 6.5rem); line-height: 1; letter-spacing: .08em; color: rgba(255,255,255,.98); }
.title-axis span:first-child { justify-self: end; white-space: nowrap; }
.title-axis span:last-child { justify-self: start; white-space: nowrap; }
.title-axis b { font-size: .5em; font-weight: 400; color: rgba(255,255,255,.4); }
.hero-kicker { margin: 30px 0 0; font-family: var(--serif); font-size: clamp(1.15rem, 2.2vw, 1.55rem); letter-spacing: .44em; color: rgba(255,255,255,.86); }
.hero-meta { margin: 24px 0 0; font-size: 11px; letter-spacing: .22em; color: rgba(255,255,255,.64); }
.scroll-cue { position: absolute; bottom: 32px; left: 50%; z-index: 3; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(255,255,255,.54); font-size: 9px; letter-spacing: .32em; }
.scroll-cue i { display: block; width: 1px; height: 42px; background: linear-gradient(white, transparent); animation: drift 2.4s ease-in-out infinite; }
@keyframes drift { 50% { transform: translateY(8px); opacity: .55; } }

.sound { position: fixed; right: 22px; top: 22px; z-index: 50; display: flex; align-items: center; gap: 10px; border: 0; background: transparent; color: white; cursor: pointer; }
.disc { position: relative; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: repeating-radial-gradient(circle, rgba(255,255,255,.18) 0 1px, #17282c 2px 4px); box-shadow: 0 8px 24px rgba(0,0,0,.34); }
.disc i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); left: 50%; top: 50%; transform: translate(-50%,-50%); }
.sound[aria-pressed="true"] .disc { animation: spin 4s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.sound-copy { display: flex; flex-direction: column; align-items: flex-start; text-shadow: 0 1px 8px #000; }
.sound-copy small { font-size: 7px; letter-spacing: .26em; color: rgba(255,255,255,.45); }
.sound-copy b { margin-top: 3px; font-size: 9px; letter-spacing: .24em; }

main { position: relative; z-index: 2; }
.section-index { margin: 0 0 44px; font-size: 9px; letter-spacing: .4em; color: var(--gold); }
.opening { padding: 150px 0 170px; }
.opening-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 12vw; align-items: start; }
.opening h1, .section-heading h2, .taste h2, .before > h2, .sources > h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: .07em; }
.opening h1 { font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1.25; }
.lead-copy { color: rgba(232,226,215,.68); font-size: 15px; line-height: 2.05; }
.lead-copy p { margin: 0 0 26px; }
.route-ribbon { margin-top: 94px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: rgba(232,226,215,.66); font-size: 11px; letter-spacing: .12em; }
.route-ribbon span { white-space: nowrap; }
.route-ribbon b { display: block; margin-bottom: 8px; color: var(--gold); font-size: 9px; font-weight: 500; }
.route-ribbon i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--gold), rgba(232,226,215,.12)); position: relative; }
.route-ribbon i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.trip-note { margin: 80px 0 0 auto; width: min(580px, 100%); padding: 34px 0 0 40px; border-left: 1px solid rgba(201,163,114,.45); }
.trip-note p { margin: 0 0 12px; color: var(--gold); font-size: 9px; letter-spacing: .32em; }
.trip-note h2 { margin: 0 0 16px; font: 500 1.65rem/1.45 var(--serif); letter-spacing: .08em; }
.trip-note span { color: var(--muted); font-size: 12px; line-height: 1.8; }

.days { overflow: hidden; }
.section-heading { padding: 80px 0 130px; text-align: center; }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 5rem); }
.section-heading > p:last-child { margin: 28px 0 0; color: var(--muted); font-size: 13px; letter-spacing: .08em; }
.day { width: min(1320px, calc(100% - 60px)); margin: 0 auto 180px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr); gap: clamp(48px, 7vw, 110px); align-items: center; }
.day.reverse { grid-template-columns: minmax(380px,.88fr) minmax(0,1.12fr); }
.day.reverse .day-photo { order: 2; }
.day-photo { position: relative; min-height: 720px; overflow: hidden; border-radius: 14px; box-shadow: 0 36px 100px rgba(0,0,0,.38); }
.day-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.22)); }
.day-photo img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; transition: transform 1.4s ease; }
.day-photo:hover img { transform: scale(1.035); }
.day-dark .day-photo img { object-position: 58% center; }
.city-day .day-photo img { object-position: center; }
.island-day .day-photo img { object-position: 50% center; }
.food-photo img { object-position: 58% center; }
.day-story { position: relative; padding: 42px 0; }
.day-number { position: absolute; right: 0; top: -40px; font: 400 clamp(4rem, 8vw, 8.5rem)/1 var(--serif); color: rgba(232,226,215,.035); letter-spacing: .04em; white-space: nowrap; }
.date { margin: 0 0 22px; color: var(--gold); font-size: 9px; letter-spacing: .34em; }
.day-story h3 { margin: 0; font: 500 clamp(2rem, 3.6vw, 3.65rem)/1.3 var(--serif); letter-spacing: .07em; }
.day-story h3 + .timeline { margin-top: 44px; }
.timeline > div { display: grid; grid-template-columns: 72px 16px 1fr; gap: 14px; padding-bottom: 30px; position: relative; }
.timeline > div::before { content: ""; grid-column: 2; position: absolute; left: 7px; top: 17px; bottom: 0; width: 1px; background: linear-gradient(var(--gold), rgba(201,163,114,.1)); }
.timeline > div:last-child::before { display: none; }
.timeline > div::after { content: ""; grid-column: 2; position: absolute; left: 3px; top: 6px; width: 8px; height: 8px; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); }
.timeline time { text-align: right; padding-top: 3px; color: rgba(232,226,215,.42); font-size: 10px; letter-spacing: .1em; white-space: nowrap; }
.timeline p { grid-column: 3; margin: 0; }
.timeline b { display: block; margin-bottom: 8px; color: rgba(255,255,255,.9); font: 500 15px/1.4 var(--serif); letter-spacing: .08em; }
.timeline span { display: block; color: rgba(232,226,215,.5); font-size: 12px; line-height: 1.75; }
.map-link { display: inline-block; margin-top: 16px; padding-bottom: 6px; border-bottom: 1px solid rgba(201,163,114,.4); color: var(--gold); font-size: 10px; letter-spacing: .12em; }
.parent-whisper { margin-top: 26px; padding: 24px 0 0 26px; border-left: 1px solid rgba(91,150,152,.6); display: grid; gap: 9px; }
.parent-whisper b { color: #94bcba; font-size: 9px; letter-spacing: .26em; }
.parent-whisper span { color: rgba(232,226,215,.56); font-size: 12px; line-height: 1.75; }
.transfer-card { margin-top: 24px; padding: 28px; border: 1px solid rgba(201,163,114,.25); background: rgba(1,10,13,.22); }
.transfer-card > p { margin: 0 0 22px; color: var(--gold); font-size: 9px; letter-spacing: .26em; }
.transfer-card > div { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-bottom: 20px; font: 500 15px var(--serif); }
.transfer-card i { padding: 0 5px; color: rgba(232,226,215,.36); font: normal 8px var(--sans); letter-spacing: .08em; }
.transfer-card b { display: block; color: rgba(255,255,255,.86); font-size: 12px; letter-spacing: .08em; }
.transfer-card small { display: block; margin-top: 13px; color: rgba(232,226,215,.46); font-size: 10px; line-height: 1.7; }

.taste { padding: 80px 0 190px; }
.taste-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12vw; align-items: end; }
.taste-heading h2 { font-size: clamp(2.3rem, 5vw, 4.7rem); line-height: 1.3; }
.taste-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.taste-grid { margin-top: 86px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.taste-grid article { padding: 34px 28px 42px; border-right: 1px solid var(--line); }
.taste-grid article:last-child { border: 0; }
.taste-grid span { color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.taste-grid h3 { margin: 42px 0 12px; font: 500 1.5rem var(--serif); letter-spacing: .1em; }
.taste-grid p { margin: 0 0 14px; color: rgba(255,255,255,.78); font-size: 13px; }
.taste-grid small { color: rgba(232,226,215,.42); font-size: 10px; line-height: 1.7; }
.food-safety { margin: 50px 0 0 auto; width: min(640px,100%); display: grid; grid-template-columns: 150px 1fr; gap: 30px; }
.food-safety b { color: var(--gold); font: 500 14px var(--serif); }
.food-safety span { color: var(--muted); font-size: 11px; line-height: 1.9; }

.before { padding: 80px 0 180px; }
.before > h2, .sources > h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.before-grid { margin-top: 80px; display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.before-grid article { padding: 42px; background: rgba(7,20,24,.78); }
.before-grid article > p { margin: 0 0 34px; color: var(--gold); font-size: 9px; letter-spacing: .3em; }
.before-grid ol, .before-grid ul { margin: 0; padding-left: 18px; color: rgba(232,226,215,.62); font-size: 11px; line-height: 2.3; }
.weather-card h3 { margin: 0 0 20px; font: 500 1.6rem var(--serif); letter-spacing: .08em; }
.weather-card span { display: block; color: var(--muted); font-size: 11px; line-height: 1.9; }
.weather-card a { display: inline-block; margin-top: 28px; color: var(--gold); font-size: 9px; letter-spacing: .12em; }

.sources { padding: 80px 0 150px; border-top: 1px solid var(--line); }
.source-intro { max-width: 720px; margin: 30px 0 60px; color: var(--muted); font-size: 13px; line-height: 2; }
.source-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.source-columns h3 { margin: 0 0 22px; font: 500 1rem var(--serif); letter-spacing: .1em; }
.source-columns a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); color: rgba(232,226,215,.57); font-size: 11px; transition: color .2s; }
.source-columns a:hover { color: var(--gold); }
details { margin-top: 54px; border-top: 1px solid var(--line); padding-top: 22px; color: rgba(232,226,215,.48); font-size: 10px; line-height: 1.9; }
summary { cursor: pointer; color: rgba(232,226,215,.68); letter-spacing: .14em; }

footer { min-height: 54vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-top: 1px solid var(--line); }
footer p { margin: 0 0 24px; font: 500 clamp(2rem,4vw,3.7rem) var(--serif); letter-spacing: .14em; }
footer span { color: rgba(232,226,215,.34); font-size: 9px; letter-spacing: .28em; }
footer a { margin-top: 54px; color: var(--gold); font-size: 9px; letter-spacing: .18em; }

.day-dock { position: fixed; z-index: 40; left: 50%; bottom: 18px; transform: translateX(-50%) translateY(100px); opacity: 0; display: flex; border: 1px solid rgba(255,255,255,.1); background: rgba(4,16,19,.72); backdrop-filter: blur(16px); transition: .4s ease; }
.day-dock.visible { transform: translateX(-50%) translateY(0); opacity: 1; }
.day-dock a { min-width: 62px; padding: 10px 12px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); }
.day-dock a:last-child { border: 0; }
.day-dock b, .day-dock span { display: block; }
.day-dock b { font-size: 11px; }
.day-dock span { margin-top: 3px; font-size: 7px; letter-spacing: .12em; }
.day-dock a.active { color: var(--gold); background: rgba(255,255,255,.04); }

@media (max-width: 900px) {
  .wrap { width: min(100% - 36px, 680px); }
  .top-nav { width: calc(100% - 36px); }
  .top-nav div { display: none; }
  .sound { right: 16px; top: 18px; }
  .sound-copy { display: none; }
  .hero-copy { margin-top: -7vh; }
  .title-axis { gap: 9px; font-size: clamp(2.25rem, 10vw, 4.4rem); }
  .hero-kicker { letter-spacing: .32em; }
  .opening { padding: 110px 0 130px; }
  .opening-grid, .taste-heading { grid-template-columns: 1fr; gap: 40px; }
  .route-ribbon { overflow-x: auto; justify-content: flex-start; padding-bottom: 12px; }
  .route-ribbon i { min-width: 36px; }
  .section-heading { padding: 50px 0 100px; }
  .day, .day.reverse { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 40px; margin-bottom: 140px; }
  .day.reverse .day-photo { order: 0; }
  .day-photo, .day-photo img { min-height: 62svh; }
  .day-story { padding: 0 10px; }
  .day-number { top: -24px; }
  .taste-grid { grid-template-columns: 1fr 1fr; }
  .taste-grid article:nth-child(2) { border-right: 0; }
  .taste-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .before-grid { grid-template-columns: 1fr; }
  .source-columns { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; line-height: 1.75; }
  .wrap { width: calc(100% - 32px); }
  .hero-image { object-position: 54% center; }
  .wordmark { font-size: 11px; }
  .eyebrow { font-size: 9px; line-height: 1.7; letter-spacing: .28em; }
  .title-axis { width: 100%; font-size: clamp(1.78rem, 9.3vw, 2.7rem); gap: 6px; letter-spacing: .03em; }
  .title-axis span:first-child { letter-spacing: .02em; }
  .title-axis span:last-child { letter-spacing: .09em; }
  .hero-kicker { margin-top: 25px; font-size: 1.08rem; line-height: 1.65; }
  .hero-meta { font-size: 10px; line-height: 1.9; }
  .scroll-cue { font-size: 10px; }
  .section-index { font-size: 10px; line-height: 1.7; }
  .opening h1 { font-size: 2.25rem; }
  .lead-copy { font-size: 15px; line-height: 2; }
  .route-ribbon { font-size: 12px; line-height: 1.6; }
  .route-ribbon b { font-size: 10px; }
  .trip-note { padding-left: 24px; }
  .trip-note p { font-size: 10px; line-height: 1.7; }
  .trip-note h2 { font-size: 1.6rem; }
  .trip-note span { font-size: 14px; line-height: 1.9; }
  .section-heading > p:last-child { font-size: 14px; line-height: 1.8; }
  .day-photo, .day-photo img { min-height: 56svh; }
  .day-story h3 { font-size: 2rem; }
  .date { font-size: 10px; line-height: 1.7; }
  .timeline > div { grid-template-columns: 64px 14px 1fr; gap: 10px; padding-bottom: 34px; }
  .timeline > div::after { left: 2px; }
  .timeline > div::before { left: 6px; }
  .timeline time { font-size: 11px; line-height: 1.5; }
  .timeline b { margin-bottom: 9px; font-size: 16px; line-height: 1.5; }
  .timeline span { font-size: 14px; line-height: 1.85; }
  .map-link { font-size: 12px; line-height: 1.6; }
  .parent-whisper b { font-size: 10px; line-height: 1.6; }
  .parent-whisper span { font-size: 14px; line-height: 1.85; }
  .transfer-card { padding: 22px 18px; }
  .transfer-card > p { font-size: 10px; line-height: 1.6; }
  .transfer-card > div { font-size: 16px; line-height: 1.6; }
  .transfer-card b { font-size: 14px; line-height: 1.65; }
  .transfer-card small { font-size: 12px; line-height: 1.8; }
  .taste { padding-bottom: 130px; }
  .taste-heading p { font-size: 15px; line-height: 1.95; }
  .taste-grid { grid-template-columns: 1fr; }
  .taste-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .taste-grid article:last-child { border-bottom: 0; }
  .taste-grid span { font-size: 10px; }
  .taste-grid p { font-size: 15px; line-height: 1.7; }
  .taste-grid small { font-size: 13px; line-height: 1.8; }
  .food-safety { grid-template-columns: 1fr; gap: 12px; }
  .food-safety b { font-size: 16px; }
  .food-safety span { font-size: 14px; line-height: 1.9; }
  .before { padding-bottom: 120px; }
  .before-grid article { padding: 32px 26px; }
  .before-grid article > p { font-size: 10px; line-height: 1.7; }
  .before-grid ol, .before-grid ul { font-size: 14px; line-height: 2.05; }
  .weather-card span { font-size: 14px; line-height: 1.9; }
  .weather-card a { font-size: 12px; line-height: 1.6; }
  .sources { padding-bottom: 120px; }
  .source-intro { font-size: 14px; line-height: 1.95; }
  .source-columns h3 { font-size: 1.12rem; }
  .source-columns a { font-size: 13px; line-height: 1.7; }
  details { font-size: 12px; line-height: 1.9; }
  .day-dock { width: calc(100% - 20px); }
  .day-dock a { flex: 1; min-width: 0; padding-inline: 4px; }
  .day-dock b { font-size: 12px; }
  .day-dock span { font-size: 8px; }
  footer { min-height: 48vh; padding: 30px; }
  footer span, footer a { font-size: 11px; line-height: 1.7; }
}

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