@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600&display=swap');

:root {
  --forest: #143a36;
  --forest-2: #0b2825;
  --moss: #6c8569;
  --sand: #e7ad55;
  --sun: #f2c869;
  --paper: #f4f0e7;
  --paper-2: #ebe5d9;
  --ink: #17211f;
  --muted: #64706d;
  --line: rgba(23, 33, 31, .18);
  --white: #fffdf8;
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --sans: "DM Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  --page: min(1180px, calc(100vw - 48px));
}

* { 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; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--sand); color: var(--forest-2); }

.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; left: 16px; top: 12px; z-index: 100; padding: 12px 18px; transform: translateY(-150%); background: var(--white); color: var(--ink); border-radius: 3px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

.container { width: var(--page); margin-inline: auto; }
.section-pad { padding: 130px 0; }
.eyebrow { margin: 0 0 24px; font-size: .7rem; line-height: 1; letter-spacing: .2em; font-weight: 600; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin-right: 12px; background: currentColor; vertical-align: middle; }
.eyebrow.light { color: rgba(255,255,255,.75); }
.eyebrow.sand { color: var(--sand); }
.section-heading { margin-bottom: 72px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.section-heading h2, .stay h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 6.2vw, 5.8rem); line-height: 1.17; font-weight: 500; letter-spacing: -.06em; }
.section-intro { max-width: 510px; margin: 0; color: var(--muted); font-size: .98rem; line-height: 2; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1280px) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); transition: background .3s, color .3s, height .3s, border-color .3s; }
.site-header.is-scrolled { height: 66px; color: var(--ink); background: rgba(244,240,231,.92); backdrop-filter: blur(16px); border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 11px; font-size: .78rem; font-weight: 600; letter-spacing: .1em; }
.brand i { margin: 0 2px; font-family: var(--serif); font-weight: 500; }
.brand-mark { position: relative; width: 27px; height: 20px; display: inline-block; overflow: hidden; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; bottom: 1px; border-style: solid; border-color: transparent transparent currentColor transparent; }
.brand-mark::before { left: -1px; border-width: 0 10px 17px 10px; }
.brand-mark::after { left: 10px; border-width: 0 9px 12px 9px; opacity: .65; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: .76rem; font-weight: 500; letter-spacing: .08em; }
.site-nav a { position: relative; padding: 12px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 13px 9px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s; }

.hero { position: relative; min-height: 100svh; isolation: isolate; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -3; background: url("image/88f767b6405698272c58df8351631997.png") center 56% / cover no-repeat; transform: scale(1.025); animation: hero-in 1.5s cubic-bezier(.22,1,.36,1) both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,24,22,.82) 0%, rgba(7,24,22,.48) 48%, rgba(7,24,22,.08) 80%), linear-gradient(0deg, rgba(5,20,18,.65), transparent 45%); }
.hero-grain { position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-copy { position: absolute; left: max(24px, calc((100vw - 1180px) / 2)); top: 50%; width: min(760px, 74vw); transform: translateY(-47%); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 8.4vw, 8.4rem); line-height: 1.05; font-weight: 500; letter-spacing: -.075em; text-shadow: 0 5px 30px rgba(0,0,0,.12); }
.hero h1 em { color: var(--sun); font-style: normal; }
.hero-lead { max-width: 620px; margin: 35px 0 0; color: rgba(255,255,255,.82); font-size: clamp(.96rem, 1.3vw, 1.08rem); line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 30px; padding: 0 23px; border: 1px solid transparent; font-size: .78rem; font-weight: 600; letter-spacing: .06em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: var(--forest-2); }
.text-link { position: relative; font-size: .76rem; letter-spacing: .08em; }
.text-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 1px; background: currentColor; transform-origin: left; transition: transform .2s; }
.text-link:hover::after { transform: scaleX(.5); }
.hero-facts { position: absolute; left: max(24px, calc((100vw - 1180px) / 2)); bottom: 32px; display: flex; gap: 0; margin: 0; }
.hero-facts div { min-width: 190px; padding: 0 34px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-facts div:first-child { padding-left: 0; border: 0; }
.hero-facts dt { margin-bottom: 8px; color: rgba(255,255,255,.55); font-size: .58rem; letter-spacing: .18em; }
.hero-facts dd { margin: 0; font-size: .78rem; letter-spacing: .05em; }
.hero-index { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 30px; margin: 0; text-align: right; color: rgba(255,255,255,.52); font-size: .58rem; line-height: 1.6; letter-spacing: .15em; }
@keyframes hero-in { from { transform: scale(1.08); filter: brightness(.7); } to { transform: scale(1.025); filter: brightness(1); } }

.intro { overflow: hidden; }
.route-map { position: relative; margin: 10px 0 100px; padding: 40px 0 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-map ol { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.route-map li { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.route-no { position: relative; z-index: 2; display: grid; width: 34px; height: 34px; place-items: center; flex: none; color: var(--white); background: var(--forest); border: 5px solid var(--paper); border-radius: 50%; font-size: .56rem; }
.route-map li > div { position: relative; z-index: 2; padding-right: 12px; background: var(--paper); }
.route-map strong { display: block; font-size: .9rem; font-weight: 600; }
.route-map small { color: var(--muted); font-size: .54rem; letter-spacing: .1em; }
.route-line { position: absolute; z-index: 1; left: 17px; right: 8%; top: 57px; height: 1px; background: var(--moss); }
.route-line span { position: absolute; right: -2px; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--moss); border-right: 1px solid var(--moss); transform: rotate(45deg); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: auto auto; gap: 22px; }
.editorial-image { position: relative; margin: 0; overflow: hidden; background: var(--paper-2); }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.editorial-image:hover img { transform: scale(1.025); }
.editorial-image figcaption { position: absolute; left: 0; bottom: 0; padding: 11px 15px; color: var(--white); background: var(--forest); font-size: .62rem; letter-spacing: .12em; }
.editorial-image figcaption span { color: var(--sun); }
.image-tall { grid-row: 1 / span 2; min-height: 730px; }
.intro-note { position: relative; min-height: 350px; padding: 60px 55px; color: var(--white); background: var(--forest); overflow: hidden; }
.intro-note .large-number { position: absolute; right: -4px; top: -38px; color: rgba(255,255,255,.055); font-size: 13rem; font-weight: 600; line-height: 1; }
.intro-note h3 { position: relative; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(1.55rem, 2.7vw, 2.4rem); line-height: 1.55; font-weight: 500; letter-spacing: -.04em; }
.intro-note p { position: relative; margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 2; }
.tag-list { position: relative; display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.62); font-size: .5rem; letter-spacing: .1em; }
.image-wide { min-height: 355px; }

.schedule { color: var(--white); background: var(--forest-2); }
.schedule-heading { display: flex; justify-content: space-between; align-items: end; }
.schedule-heading h2 { font-size: clamp(3rem, 6vw, 5.4rem); }
.day-tabs { display: flex; gap: 8px; }
.day-tabs button { min-width: 125px; padding: 14px 22px; color: rgba(255,255,255,.45); background: transparent; border: 1px solid rgba(255,255,255,.16); text-align: left; cursor: pointer; transition: .25s; }
.day-tabs button span { display: block; margin-bottom: 7px; font-size: .55rem; letter-spacing: .14em; }
.day-tabs button[aria-selected="true"] { color: var(--forest-2); background: var(--sun); border-color: var(--sun); }
.day-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.day-panel[hidden] { display: none; }
.day-overview { position: sticky; top: 110px; height: fit-content; }
.day-overview > p { margin: 0 0 20px; color: var(--sand); font-size: .66rem; letter-spacing: .16em; }
.day-overview h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.3rem); line-height: 1.45; font-weight: 500; letter-spacing: -.05em; }
.day-weather { margin-top: 80px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.day-weather span { display: block; margin-bottom: 8px; color: var(--sun); font-family: var(--serif); font-size: 1.8rem; }
.day-weather small { color: rgba(255,255,255,.55); }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 105px 1fr; gap: 25px; padding: 31px 0; border-top: 1px solid rgba(255,255,255,.16); }
.timeline li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.timeline time { padding-top: 4px; color: var(--sand); font-size: .82rem; letter-spacing: .05em; }
.timeline span { color: rgba(255,255,255,.38); font-size: .55rem; letter-spacing: .14em; }
.timeline h4 { margin: 8px 0 8px; font-size: 1.12rem; font-weight: 500; }
.timeline p { margin: 0; color: rgba(255,255,255,.56); font-size: .82rem; line-height: 1.7; }

.spots { background: var(--paper); }
.spot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.spot-card { position: relative; min-height: 545px; overflow: hidden; color: var(--white); background: var(--forest); }
.spot-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.7) saturate(.85); transition: transform .7s cubic-bezier(.22,1,.36,1), filter .7s; }
.spot-card:hover img { transform: scale(1.035); filter: brightness(.8) saturate(.95); }
.spot-copy { position: absolute; inset: auto 0 0; padding: 70px 42px 38px; background: linear-gradient(transparent, rgba(5,20,18,.92)); }
.spot-copy > span { color: var(--sun); font-size: .55rem; letter-spacing: .15em; }
.spot-copy h3 { margin: 9px 0 13px; font-family: var(--serif); font-size: 2.15rem; line-height: 1.28; font-weight: 500; }
.spot-copy p { max-width: 480px; margin: 0; color: rgba(255,255,255,.69); font-size: .78rem; line-height: 1.8; }
.spot-feature { grid-row: span 2; min-height: 760px; }
.spot-dark img { object-position: 65% center; }
.spot-sand { grid-column: 2; }
.taste-strip { display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); gap: 1px; margin-top: 90px; background: var(--forest); }
.taste-strip > div { display: flex; flex-direction: column; justify-content: center; min-height: 240px; padding: 32px; color: var(--white); background: var(--forest); }
.taste-strip h3 { margin: 0; font-family: var(--serif); font-size: 2rem; line-height: 1.45; font-weight: 500; }
.taste-strip figure { position: relative; min-width: 0; min-height: 240px; margin: 0; overflow: hidden; }
.taste-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.taste-strip figure:hover img { transform: scale(1.05); }
.taste-strip figcaption { position: absolute; inset: auto 0 0; padding: 24px 14px 12px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.65)); font-size: .7rem; }

.stay { color: var(--white); background: var(--forest); overflow: hidden; }
.stay-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; }
.stay-copy > p:not(.eyebrow):not(.stay-name) { max-width: 470px; margin: 28px 0 42px; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 2; }
.stay-name { margin: 25px 0 0; color: var(--sun); font-family: var(--serif); font-size: 1.1rem; }
.stay-specs { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.stay-specs div { display: grid; grid-template-columns: 105px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.stay-specs dt { color: rgba(255,255,255,.4); font-size: .55rem; letter-spacing: .13em; }
.stay-specs dd { margin: 0; font-size: .78rem; }
.stay-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 290px 290px; gap: 12px; transform: rotate(1deg); }
.stay-gallery figure { margin: 0; overflow: hidden; }
.stay-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.stay-gallery figure:hover img { transform: scale(1.04); }
.stay-gallery .stay-main { grid-row: 1 / span 2; }
.stay-gallery .stay-main img { object-position: center 44%; }
.floorplan { margin-top: 85px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.floorplan summary { display: flex; justify-content: space-between; padding: 24px 0; font-size: .8rem; letter-spacing: .08em; cursor: pointer; list-style: none; }
.floorplan summary::-webkit-details-marker { display: none; }
.floorplan summary span { color: var(--sun); font-size: 1.2rem; transition: transform .3s; }
.floorplan[open] summary span { transform: rotate(45deg); }
.floorplan img { max-width: 900px; width: 100%; margin: 0 auto 35px; }

.prepare { background: var(--paper-2); }
.prepare-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; }
.budget-card, .checklist-card { padding: 48px; background: var(--white); }
.card-kicker { color: var(--moss); font-size: .58rem; letter-spacing: .15em; font-weight: 600; }
.budget-total { display: flex; align-items: baseline; justify-content: space-between; margin: 38px 0 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.budget-total span { color: var(--muted); font-size: .66rem; letter-spacing: .12em; }
.budget-total strong { font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.06em; }
.budget-list { margin: 0; padding: 0; list-style: none; }
.budget-list li { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.budget-list b { font-weight: 500; }
.budget-card > p { margin: 22px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.7; }
.checklist-head { display: flex; align-items: center; justify-content: space-between; }
.checklist-head h3 { margin: 14px 0 0; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.progress-ring { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 50%; background: conic-gradient(var(--sand) var(--progress, 0%), var(--paper-2) 0); }
.progress-ring::before { content: ""; grid-area: 1/1; width: 62px; height: 62px; border-radius: 50%; background: var(--white); }
.progress-ring span { grid-area: 1/1; z-index: 1; font-size: .68rem; font-weight: 600; }
.checklist-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 40px; }
.checklist-groups fieldset { margin: 0; padding: 0; border: 0; }
.checklist-groups legend { width: 100%; margin-bottom: 14px; padding-bottom: 9px; color: var(--moss); border-bottom: 1px solid var(--line); font-size: .56rem; letter-spacing: .15em; }
.checklist-groups label { display: flex; align-items: flex-start; gap: 9px; padding: 8px 0; color: #3e4946; font-size: .72rem; line-height: 1.55; cursor: pointer; }
.checklist-groups input { appearance: none; width: 17px; height: 17px; flex: none; margin: 1px 0 0; border: 1px solid #a9b0ad; border-radius: 50%; cursor: pointer; }
.checklist-groups input:checked { border-color: var(--forest); background: var(--forest); box-shadow: inset 0 0 0 4px var(--white); }
.checklist-groups input:checked + span { color: #969c99; text-decoration: line-through; }
.reset-checklist { margin-top: 30px; padding: 0 0 5px; color: var(--muted); background: none; border: 0; border-bottom: 1px solid currentColor; font-size: .65rem; cursor: pointer; }
.notice { display: grid; grid-template-columns: 90px 1fr; gap: 42px; align-items: start; margin-top: 22px; padding: 44px 50px; color: var(--white); background: #b94832; }
.notice-mark { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: var(--serif); font-size: 2.5rem; }
.notice .eyebrow { margin-bottom: 14px; color: rgba(255,255,255,.6); }
.notice h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.notice p:last-child { max-width: 780px; margin: 0; color: rgba(255,255,255,.75); font-size: .78rem; line-height: 1.8; }

.finale { position: relative; min-height: 80svh; 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(.8); }
.finale-shade { position: absolute; inset: 0; background: rgba(7,25,23,.56); }
.finale-copy { position: relative; z-index: 1; }
.finale .eyebrow::before { display: none; }
.finale h2 { margin: 0 0 44px; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6.4rem); line-height: 1.25; font-weight: 500; letter-spacing: -.07em; }

footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 30px max(24px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.6); background: var(--forest-2); font-size: .56rem; letter-spacing: .14em; }
footer p:last-child { text-align: right; }
.footer-brand { color: var(--white); }

@media (max-width: 900px) {
  :root { --page: min(100% - 36px, 720px); }
  .section-pad { padding: 95px 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; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding: 90px 28px; color: var(--white); background: var(--forest-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.7rem; }
  .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(3.5px) rotate(45deg); }
  .site-header.menu-open .menu-button span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-copy { width: calc(100% - 48px); }
  .hero-facts div { min-width: 0; padding: 0 22px; }
  .hero-index { display: none; }
  .route-map { overflow-x: auto; padding-bottom: 28px; }
  .route-map ol { width: 760px; }
  .route-line { width: 680px; right: auto; }
  .intro-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .image-tall { grid-row: auto; min-height: 520px; }
  .image-wide { min-height: 380px; }
  .schedule-heading { display: block; }
  .day-tabs { margin-top: 45px; }
  .day-panel { grid-template-columns: 1fr; gap: 55px; }
  .day-overview { position: static; }
  .day-weather { margin-top: 30px; }
  .spot-grid { grid-template-columns: 1fr 1fr; }
  .spot-card, .spot-feature { min-height: 590px; grid-row: auto; }
  .spot-sand { grid-column: auto; }
  .taste-strip { grid-template-columns: repeat(2, 1fr); }
  .taste-strip > div { grid-column: 1 / -1; }
  .stay-layout { grid-template-columns: 1fr; gap: 65px; }
  .prepare-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 32px); }
  .section-pad { padding: 78px 0; }
  .site-header { height: 64px; padding-inline: 18px; }
  .brand { font-size: .68rem; }
  .hero { min-height: 760px; }
  .hero-media { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,24,22,.78), rgba(7,24,22,.23)), linear-gradient(0deg, rgba(5,20,18,.75), transparent 50%); }
  .hero-copy { left: 22px; top: 46%; width: calc(100% - 44px); }
  .hero h1 { font-size: clamp(2.75rem, 11.8vw, 4.5rem); line-height: 1.15; }
  .hero-lead { margin-top: 25px; font-size: .86rem; line-height: 1.85; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; margin-top: 27px; }
  .button { min-height: 48px; }
  .hero-facts { left: 22px; right: 22px; bottom: 22px; justify-content: space-between; }
  .hero-facts div { padding: 0 11px; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts dt { font-size: .48rem; }
  .hero-facts dd { font-size: .6rem; }
  .section-heading h2, .stay h2 { font-size: 2.65rem; }
  .route-map { margin-bottom: 65px; }
  .image-tall { min-height: 450px; }
  .intro-note { min-height: 0; padding: 42px 28px; }
  .image-wide { min-height: 260px; }
  .day-tabs button { min-width: 0; flex: 1; padding: 12px 15px; }
  .timeline li { grid-template-columns: 64px 1fr; gap: 12px; }
  .spot-grid { grid-template-columns: 1fr; }
  .spot-card, .spot-feature { min-height: 520px; }
  .spot-copy { padding: 60px 25px 27px; }
  .spot-copy h3 { font-size: 1.8rem; }
  .taste-strip { margin-top: 60px; }
  .taste-strip > div { min-height: 210px; }
  .taste-strip figure { min-height: 190px; }
  .stay-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 200px; }
  .stay-gallery .stay-main { grid-column: 1 / -1; grid-row: auto; }
  .budget-card, .checklist-card { padding: 32px 24px; }
  .checklist-groups { grid-template-columns: 1fr; gap: 28px; }
  .notice { grid-template-columns: 1fr; gap: 20px; padding: 35px 28px; }
  .notice-mark { width: 54px; height: 54px; }
  .finale { min-height: 680px; }
  .finale h2 { font-size: 2.8rem; }
  footer { grid-template-columns: 1fr; justify-items: start; padding-block: 45px; }
  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; }
  .reveal { opacity: 1; transform: none; }
}
