:root {
  --ink: #172f25;
  --paper: #f4f1e7;
  --cream: #fcfaf3;
  --fern: #255f46;
  --moss: #91a681;
  --orange: #e4683b;
  --sun: #f4ad69;
  --line: rgba(23, 47, 37, 0.18);
  --rose: #255f46;
  --shadow: 0 18px 50px rgba(23, 36, 29, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
[hidden] { display: none !important; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  min-height: 88px; padding: 0 5vw;
  background: rgba(244, 241, 231, 0.96); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.wordmark { width: fit-content; font-size: 18px; font-weight: 900; letter-spacing: -.05em; text-decoration: none; }
.wordmark span { color: var(--orange); }
.couple-mark { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.fern-mark { width: 33px; height: 58px; flex-shrink: 0; }
.mark-lockup { display: flex; flex-direction: column; gap: 3px; align-items: center; }
.couple-mark .monogram { display: inline-flex; align-items: baseline; justify-content: center; color: var(--fern); font: 32px Georgia, serif; letter-spacing: -.04em; }
.monogram i { margin: 0 3px; font-size: 23px; font-weight: 400; color: #ac8958; }
.couple-mark .mark-caption { color: var(--fern); font-size: 9px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.couple-title { font-size: clamp(64px, 6.8vw, 104px); line-height: .98; letter-spacing: -.055em; color: var(--rose); }
.couple-title em { font-weight: 400; color: #ac8958; }
.honeymoon-line { margin: 24px 0 0; color: var(--rose); font: italic 23px/1.4 Georgia, serif; }
.hero .eyebrow { color: var(--rose); }
.hero .hero-intro { margin-top: 20px; font-size: 18px; line-height: 1.65; }
.hero .primary-button { background: var(--rose); border-radius: 999px; padding: 16px 24px; }
.hero .primary-button:hover { background: #173f30; }
.hero .hero-copy { padding-top: 6vw; padding-bottom: 6vw; }
nav { display: flex; gap: 30px; }
nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--orange); }
.draft-pill {
  justify-self: end; max-width: 310px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  padding: 8px 13px; border: 1px solid var(--ink); border-radius: 999px;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
}

.hero {
  min-height: calc(88vh - 72px); display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  align-items: stretch; border-bottom: 1px solid var(--line);
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 9vw 6vw 9vw 8vw; }
.eyebrow {
  margin: 0 0 18px; color: var(--fern); font-size: 11px; font-weight: 900;
  letter-spacing: .15em; text-transform: uppercase;
}
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; }
h1 {
  max-width: 760px; margin: 0; font-size: clamp(66px, 8.2vw, 126px); font-weight: 500;
  line-height: .82; letter-spacing: -.07em;
}
.hero-intro { max-width: 620px; margin: 36px 0 0; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.primary-button {
  display: inline-flex; padding: 15px 20px; background: var(--ink); color: white; border-radius: 5px;
  font-size: 13px; font-weight: 800; text-decoration: none;
}
.primary-button:hover, .primary-button:focus-visible { background: var(--fern); }
.text-link { font-size: 13px; font-weight: 800; text-underline-offset: 4px; }

.hero-art { position: relative; min-height: 560px; overflow: hidden; background: linear-gradient(165deg, #173f30, #477962 65%, #91a681); border-radius: 48% 48% 0 0; margin: 28px 28px 0 0; }
.sun {
  position: absolute; top: 12%; right: 10%; width: clamp(110px, 14vw, 220px); aspect-ratio: 1;
  border-radius: 50%; background: #f4d0a9; box-shadow: 0 0 80px #f4d0a950;
}
.mountain { position: absolute; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.mountain-back { width: 78%; height: 64%; right: -11%; bottom: 20%; background: #91a681; }
.mountain-front { width: 100%; height: 72%; left: -24%; bottom: 9%; background: #d9dfc9; }
.lake {
  position: absolute; inset: auto 0 0; height: 28%;
  background: linear-gradient(165deg, #88ada0 0 34%, #d5e1db 34% 43%, #6e9789 43% 53%, #c9d9d3 53% 62%, #315f4d 62%);
}
.hero-note { position: absolute; right: 8%; bottom: 7%; margin: 0; color: #fff9f4; font-family: Georgia, serif; font-size: 20px; line-height: 1.4; text-align: right; }
.passport-stamp {
  position: absolute; top: 22%; left: 9%; display: flex; flex-direction: column; gap: 8px;
  width: 150px; aspect-ratio: 1; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,.75); border-radius: 50%; color: white;
  transform: rotate(-9deg); text-align: center;
}
.passport-stamp::after { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.65); border-radius: 50%; }
.passport-stamp span, .passport-stamp small { font-size: 8px; letter-spacing: .15em; }
.passport-stamp strong { font-family: Georgia, serif; font-size: 23px; font-style: italic; font-weight: 400; }

.planner {
  display: grid; grid-template-columns: .72fr 1.4fr; gap: 6vw;
  padding: 100px 7vw; background: #dfe8db; border-bottom: 1px solid var(--ink);
}
.planner-intro h2, .section-heading h2, .timeline-section h2, .summer-strip h2, .booking-section h2, .practical-section h2 {
  margin: 0; font-size: clamp(42px, 5vw, 74px); font-weight: 500; line-height: .98; letter-spacing: -.045em;
}
.planner-intro > p:last-child { max-width: 470px; margin: 24px 0 0; font-size: 16px; line-height: 1.6; }
.control-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.control-grid label, .food-tools label {
  display: flex; flex-direction: column; gap: 8px; color: #526058;
  font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase;
}
.control-grid input, .control-grid select, .food-tools select {
  width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid var(--ink); border-radius: 4px;
  background: var(--cream); color: var(--ink); font-size: 14px; font-weight: 700; text-transform: none; letter-spacing: 0; outline: none;
}
.control-grid input:focus, .control-grid select:focus, .food-tools select:focus { box-shadow: 0 0 0 3px var(--orange); }
.planner-result {
  grid-column: 2; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px;
  padding: 20px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.planner-result > span { color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.planner-result p { margin: 0; font-family: Georgia, serif; font-size: 19px; }
.planner-result button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 11px; font-weight: 800; }

.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: white; padding: 30px 7vw; }
.quick-facts div { display: flex; flex-direction: column; gap: 3px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.18); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts strong { font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.quick-facts span { color: #cfdbd3; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.timeline-section { padding: 110px 7vw; border-bottom: 1px solid var(--line); }
.trip-timeline {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0; padding: 0; list-style: none;
}
.trip-timeline li { position: relative; min-height: 205px; padding: 38px 24px 26px 0; border-top: 1px solid var(--ink); }
.trip-timeline li:not(:last-child)::after {
  content: ""; position: absolute; top: -1px; right: 0; width: 46%; height: 1px; background: var(--orange);
}
.timeline-marker {
  position: absolute; top: -17px; left: 0; display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%; background: var(--orange); color: var(--ink);
  font-size: 10px; font-weight: 900;
}
.trip-timeline small { display: block; margin: 10px 0 14px; color: var(--fern); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.trip-timeline strong { display: block; max-width: 220px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; line-height: 1.15; }
.trip-timeline p { max-width: 215px; margin: 12px 0 0; color: #4e5b53; font-size: 12px; line-height: 1.5; }
.timeline-notes { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 20px; border-top: 1px solid var(--line); }
.timeline-notes span { padding: 8px 11px; border: 1px solid var(--fern); border-radius: 999px; color: var(--fern); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.route-section, .itinerary-section, .food-section { padding: 110px 7vw; }
.section-heading { max-width: 900px; margin-bottom: 56px; }
.section-heading > p:last-child, .split-heading > p { max-width: 580px; margin: 22px 0 0; font-size: 17px; line-height: 1.55; }
.route-line { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.route-line li { position: relative; display: flex; min-height: 145px; gap: 18px; padding: 24px 18px 24px 0; border-bottom: 1px solid var(--line); }
.route-line li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); }
.route-line li > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.route-line strong { display: block; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.route-line small { display: block; margin-top: 8px; color: #4f5c55; font-size: 12px; line-height: 1.4; }
.summer-strip { display: grid; grid-template-columns: .55fr 1.2fr 1fr; gap: 6vw; align-items: start; padding: 72px 7vw; background: var(--orange); }
.summer-strip .eyebrow { color: inherit; }
.summer-strip h2 { font-size: clamp(36px, 4vw, 60px); }
.summer-strip > p:last-child { margin: 2px 0 0; font-size: 16px; line-height: 1.6; }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 40px; }

.day-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.day-card {
  min-height: 465px; padding: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: 5px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.day-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.day-card.feature-card { background: var(--fern); color: white; }
.day-card.feature-card .place, .day-card.feature-card .day-number { color: var(--ink); background: var(--orange); }
.day-card.feature-card > p { color: #e3ece6; }
.day-card.feature-card .choice { border-color: rgba(255,255,255,.35); }
.day-card.travel-card { background: #e6e9dc; }
.day-card.bonus-card { background: #f3d6c8; border-color: var(--orange); }
.day-number { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 50%; background: var(--fern); color: white; font-family: Georgia, serif; }
.place { margin: 38px 0 8px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.day-card h3 { margin: 0 0 18px; font-size: 31px; font-weight: 500; line-height: 1.05; }
.day-card > p:not(.place):not(.choice) { margin: 0; color: #435047; font-size: 15px; line-height: 1.58; }
.choice { display: grid !important; grid-template-columns: auto 1fr; gap: 9px; margin: 25px 0 0 !important; padding-top: 16px; border-top: 1px solid var(--line); color: inherit !important; font-size: 12px !important; line-height: 1.4 !important; }
.choice strong { color: var(--orange); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.choice span:not(.active-mode) { display: none; }
.choice .active-mode { display: inline; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.tags li { padding: 7px 10px; background: #e7eadd; border-radius: 999px; font-size: 10px; font-weight: 800; }
.feature-card .tags li { background: rgba(255,255,255,.13); }
.empty-state { padding: 30px; background: var(--cream); border: 1px dashed var(--orange); font-family: Georgia, serif; font-size: 20px; }

.food-section { background: var(--cream); }
.food-tools { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: -16px 0 28px; padding: 22px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.food-tools label { width: min(360px, 100%); }
.food-tools p { margin: 0; color: var(--orange); font-family: Georgia, serif; font-size: 22px; }
.food-cities { display: grid; gap: 18px; }
.food-city { display: grid; grid-template-columns: .7fr 1.3fr; border: 1px solid var(--line); background: var(--paper); border-radius: 5px; overflow: hidden; }
.food-city header { padding: 34px; border-right: 1px solid var(--line); }
.food-city header > span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.food-city h3 { margin: 25px 0 12px; font-size: 36px; font-weight: 500; }
.food-city header p { margin: 0; color: #46544b; font-size: 14px; line-height: 1.55; }
.restaurant-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.restaurant { display: flex; min-height: 190px; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); text-decoration: none; }
.restaurant:last-child { border-right: 0; }
.restaurant:hover, .restaurant:focus-visible { background: #e3eadf; outline: none; }
.restaurant strong { font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.restaurant span { margin-top: 9px; color: #48564d; font-size: 12px; line-height: 1.4; }
.restaurant small { margin-top: auto; padding-top: 24px; color: var(--orange); font-size: 10px; font-weight: 800; line-height: 1.35; }
.diet-note { max-width: 900px; margin: 34px 0 0; font-size: 15px; line-height: 1.65; }

/* The nested journey explorer replaces the earlier linear draft sections. */
.route-section, .summer-strip, .itinerary-section, .food-section { display: none; }
.journey-explorer { padding: 110px 7vw; background: var(--cream); }
.journey-explorer .section-heading { max-width: none; }
.recommendation-legend {
  display: flex; flex-wrap: wrap; gap: 12px 22px;
  margin: -18px 0 30px; padding: 18px 0;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.recommendation-legend span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.legend-dot { width: 11px; height: 11px; border-radius: 50%; }
.legend-dot.bini { background: #7953a6; }
.legend-dot.honeymoon { background: #aa4f63; }
.legend-dot.must { background: var(--orange); }
.legend-dot.book { background: var(--fern); }
.legend-dot.weather { background: #4280a0; }
.island-accordions { display: grid; gap: 18px; }
.island-panel { border: 1px solid var(--ink); border-radius: 7px; background: var(--paper); overflow: hidden; }
.island-panel > summary, .stop-panel > summary {
  list-style: none; cursor: pointer; user-select: none;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.island-panel summary::-webkit-details-marker, .stop-panel summary::-webkit-details-marker { display: none; }
.island-panel > summary { min-height: 126px; padding: 28px 34px; background: var(--ink); color: white; }
.island-panel > summary span, .stop-panel > summary span { display: grid; gap: 7px; }
.island-panel > summary small { color: #bad0c2; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.island-panel > summary strong { font-family: Georgia, serif; font-size: clamp(34px, 4vw, 56px); font-weight: 500; }
.island-panel > summary b, .stop-panel > summary b { font-size: 13px; font-weight: 800; }
.island-panel > summary::after, .stop-panel > summary::after {
  content: "+"; display: grid; place-items: center; flex: 0 0 auto;
  width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%;
  font-family: Arial, sans-serif; font-size: 24px; font-weight: 400;
}
.island-panel[open] > summary::after, .stop-panel[open] > summary::after { content: "−"; }
.island-content { display: grid; gap: 12px; padding: 18px; }
.stop-panel { border: 1px solid var(--line); border-radius: 5px; background: var(--cream); overflow: hidden; }
.stop-panel > summary { min-height: 88px; padding: 20px 24px; }
.stop-panel > summary:hover { background: #e5eadf; }
.stop-panel > summary small { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.stop-panel > summary strong { font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.stop-pick {
  width: fit-content; padding: 5px 8px; border-radius: 999px; background: #7953a6; color: white;
  font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .04em; text-transform: none;
}
.stop-panel > summary b { margin-left: auto; color: #536158; }
.stop-content { display: grid; grid-template-columns: 1.12fr .88fr; border-top: 1px solid var(--line); }
.stop-activities, .stop-food { display: grid; align-content: start; gap: 10px; padding: 28px; }
.stop-activities { border-right: 1px solid var(--line); }
.column-label { margin: 0 0 6px; color: var(--fern); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.activity-card {
  display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  padding: 18px; border: 1px solid var(--line); border-left: 4px solid transparent; border-radius: 4px; background: var(--paper);
}
.activity-card.mode-match { border-left-color: var(--orange); box-shadow: 0 8px 24px rgba(23,36,29,.08); }
.activity-card:has(.rec-tag.must) { border-left-color: var(--orange); box-shadow: 0 8px 24px rgba(23,36,29,.08); }
.activity-card:has(.rec-tag.bini) { border-left-color: #7953a6; box-shadow: 0 8px 24px rgba(67,39,96,.12); }
.activity-card > div { flex: 1 1 260px; }
.activity-card h4 { margin: 0; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.activity-card p { margin: 7px 0 0; color: #4a584f; font-size: 14px; line-height: 1.5; }
.activity-link { display: inline-block; margin-top: 10px; color: var(--fern); font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.rec-tag {
  display: inline-flex; align-items: center; min-height: 27px; padding: 5px 9px;
  border-radius: 999px; color: white; font-size: 11px; font-weight: 900; letter-spacing: .03em;
}
.rec-tag.bini { background: #7953a6; }
.rec-tag.honeymoon { background: #aa4f63; }
.rec-tag.must { background: var(--orange); color: var(--ink); }
.rec-tag.book { background: var(--fern); }
.rec-tag.weather { background: #4280a0; }
.restaurant.compact {
  min-height: 0; display: grid; gap: 4px; padding: 16px 18px;
  border: 1px solid var(--line); border-radius: 4px; background: var(--paper);
}
.restaurant.compact strong { font-size: 20px; }
.restaurant.compact span { margin: 0; font-size: 13px; }
.no-food { margin: 0; padding: 18px; border: 1px dashed var(--orange); color: #536158; font-size: 14px; line-height: 1.5; }
.optional-stop > summary::before {
  content: "Optional"; padding: 5px 8px; border-radius: 999px;
  background: #f3d6c8; color: var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase;
}

.booking-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 110px 7vw; background: var(--ink); color: white; }
.booking-section .eyebrow { color: #b6cdbf; }
.booking-note { max-width: 430px; color: #b7c9be; line-height: 1.6; }
.booking-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.booking-list li { display: grid; grid-template-columns: 50px 1fr; align-items: start; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.booking-list span { color: #f08b64; font-size: 11px; font-weight: 900; }
.booking-list p { margin: 0; font-size: 16px; line-height: 1.5; }
.practical-section { display: grid; grid-template-columns: 1fr 1fr; }
.practical-section article { min-height: 460px; padding: 90px 7vw; border-right: 1px solid var(--line); }
.practical-section article:last-child { background: #dfe7dc; border-right: 0; }
.practical-section h2 { font-size: clamp(38px, 4vw, 58px); }
.practical-section p:not(.eyebrow) { max-width: 560px; margin: 26px 0; font-size: 16px; line-height: 1.65; }
.practical-section a { font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; padding: 34px 5vw; background: #0d1712; color: white; }
footer p { margin: 0; color: #cedbd0; font-size: 13px; }
footer { background: #132d23; }
footer .couple-mark .monogram, footer .couple-mark .mark-caption { color: #f2eddb; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 7vw 72px; }
  .hero-art { min-height: 520px; }
  .hero-art { margin: 0 7vw; }
  .hero .hero-copy { padding: 70px 7vw; }
  .planner { grid-template-columns: 1fr; }
  .planner-result { grid-column: 1; }
  .route-line { grid-template-columns: repeat(2, 1fr); }
  .trip-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 0; }
  .summer-strip { grid-template-columns: 1fr; gap: 16px; }
  .day-grid { grid-template-columns: repeat(2, 1fr); }
  .stop-content { grid-template-columns: 1fr; }
  .stop-activities { border-right: 0; border-bottom: 1px solid var(--line); }
  .food-city { grid-template-columns: 1fr; }
  .food-city header { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-section { grid-template-columns: 1fr; }
  .practical-section { grid-template-columns: 1fr; }
  .practical-section article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 650px) {
  .draft-pill { max-width: 190px; font-size: 8px; }
  .couple-mark .mark-caption { display: block; }
  .couple-title { font-size: clamp(58px, 12vw, 78px); }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .hero-copy { padding: 72px 7vw; }
  h1 { font-size: 64px; }
  .hero-art { min-height: 430px; }
  .planner { padding: 78px 7vw; }
  .control-grid { grid-template-columns: 1fr; }
  .planner-result { grid-template-columns: 1fr; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .quick-facts div:nth-child(2) { border-right: 0; }
  .route-section, .itinerary-section, .food-section, .timeline-section, .journey-explorer { padding: 82px 7vw; }
  .trip-timeline { grid-template-columns: 1fr; gap: 0; margin-left: 16px; border-left: 1px solid var(--ink); }
  .trip-timeline li { min-height: 0; padding: 0 0 34px 34px; border-top: 0; }
  .trip-timeline li:not(:last-child)::after { display: none; }
  .timeline-marker { top: 0; left: -17px; }
  .trip-timeline small { margin-top: 0; }
  .trip-timeline strong, .trip-timeline p { max-width: none; }
  .route-line, .day-grid { grid-template-columns: 1fr; }
  .split-heading { display: block; }
  .food-tools { align-items: stretch; flex-direction: column; }
  .restaurant-list { grid-template-columns: 1fr; }
  .restaurant { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
  .restaurant:last-child { border-bottom: 0; }
  .island-panel > summary { min-height: 108px; padding: 22px; }
  .island-panel > summary b, .stop-panel > summary b { display: none; }
  .island-content { padding: 10px; }
  .stop-panel > summary { padding: 18px; }
  .stop-panel > summary strong { font-size: 23px; }
  .stop-activities, .stop-food { padding: 18px; }
  footer { grid-template-columns: 1fr; gap: 12px; }
}

.restaurant.researched { display: grid; gap: 8px; }
.restaurant.researched p { margin: 0; font-size: 13px; line-height: 1.65; color: var(--ink); }
.restaurant.researched .restaurant-cuisine { font-size: 12px; color: var(--fern); }
.review-score { font-size: 11px; line-height: 1.6; color: var(--fern); text-decoration: none; }
.restaurant-links { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; }
.restaurant-links a, .season-note a { color: var(--fern); text-underline-offset: 3px; }
.season-note { padding: 20px; margin-bottom: 18px; background: #e8eee3; border-left: 3px solid var(--fern); border-radius: 0 12px 12px 0; }
.season-note strong { font-family: Georgia, serif; font-size: 21px; }
.season-note p, .route-note { font-size: 13px; line-height: 1.75; }
.season-note a { font-size: 12px; }
.route-note { padding: 16px 0 0; color: var(--ink); }

@media print {
  .site-header, .hero-actions, .planner, .food-tools { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding: 40px; }
  .hero-art { min-height: 360px; }
  .day-card, .food-city { break-inside: avoid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .day-card { transition: none; }
}
