:root {
  --ink: #1a1c18;
  --ink-soft: #3d423a;
  --paper: #f4efe4;
  --paper-2: #ebe2d2;
  --white: #fffdf7;
  --amber: #f4ad21;
  --amber-bright: #ffc84a;
  --rust: #c95c38;
  --green: #355640;
  --green-dark: #20382b;
  --sage: #9dad91;
  --line: rgba(26, 28, 24, .16);
  --shadow: 0 24px 60px rgba(23, 26, 20, .13);
  --radius: 24px;
  --radius-small: 14px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body::selection { background: var(--amber-bright); color: var(--ink); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(244, 239, 228, .92);
  box-shadow: 0 10px 30px rgba(20, 23, 18, .08);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: .15em;
}
.brand-mark {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50% 50% 46% 46%;
  color: var(--ink);
  background: var(--amber);
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.09);
}
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a {
  text-decoration: none;
  font-size: .9rem;
  font-weight: 750;
  opacity: .83;
}
.nav a:hover { opacity: 1; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 21px;
  text-decoration: none;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, button:focus-visible {
  outline: 3px solid var(--amber-bright);
  outline-offset: 3px;
}
.button-primary { color: var(--ink); background: var(--amber); box-shadow: 0 12px 26px rgba(244, 173, 33, .23); }
.button-primary:hover { background: var(--amber-bright); }
.button-secondary { border-color: rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.08); }
.button-secondary:hover { background: rgba(255,255,255,.14); }
.button-dark { color: var(--white); background: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.35); background: transparent; }
.scrolled .button-ghost { border-color: var(--line); }
.button-small { min-height: 39px; padding: 10px 16px; font-size: .82rem; }
.button-large { min-height: 57px; padding: 16px 28px; }
.button-full { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 835px;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 18%, rgba(244,173,33,.16), transparent 25%),
    linear-gradient(135deg, #1d251e 0%, #182019 48%, #101511 100%);
}
.hero::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -150px;
  width: 116%;
  height: 245px;
  background: var(--paper);
  transform: rotate(-3.4deg);
  transform-origin: center;
}
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  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='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 55px;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 84px;
}
.hero-copy { position: relative; z-index: 3; padding-bottom: 26px; }
.eyebrow, .section-kicker {
  margin: 0 0 18px;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #e6e9df; }
.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 7px rgba(244,173,33,.12);
}
.hero h1 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(4rem, 7.2vw, 7.4rem);
  line-height: .84;
  letter-spacing: -.065em;
  font-weight: 950;
}
.hero h1 em {
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
.lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #d6dbd1;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 30px; color: #bfc8bd; font-size: .86rem; font-weight: 700; }
.hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 510px);
  height: 610px;
  border-radius: 250px 250px 26px 26px;
  background: #2e3e31;
  box-shadow: 0 45px 90px rgba(0,0,0,.33);
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -18px 20px 30px -18px;
  border: 1px solid rgba(244,173,33,.4);
  border-radius: 260px 260px 30px 30px;
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.floating-card {
  position: absolute;
  min-width: 170px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 15px;
  background: rgba(19,26,20,.84);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 35px rgba(0,0,0,.28);
}
.floating-card strong { display: block; font-size: 1.55rem; line-height: 1.1; }
.floating-card > span:last-child { display: block; margin-top: 2px; color: #d1d8cf; font-size: .76rem; }
.floating-label { color: var(--amber); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.card-top { top: 76px; left: -54px; }
.card-bottom { right: -30px; bottom: 66px; }
.distance-stamp {
  position: absolute;
  right: 14px;
  top: 28px;
  width: 92px;
  height: 92px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--amber);
  transform: rotate(8deg);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.distance-stamp strong { font-size: 1.75rem; line-height: .9; }
.distance-stamp span { font-size: .62rem; font-weight: 950; letter-spacing: .18em; }
.stat-ribbon {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
  border-radius: 20px;
  transform: translateY(-8px);
}
.stat-ribbon div { min-height: 100px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid var(--line); }
.stat-ribbon div:last-child { border-right: 0; }
.stat-ribbon strong { font-size: 1.75rem; line-height: 1; }
.stat-ribbon span { margin-top: 7px; color: var(--ink-soft); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 108px 0; }
.section-kicker { color: var(--rust); }
.section-kicker.light { color: var(--amber); }
.split-heading, .section-head, .planner-intro {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 80px;
  align-items: end;
}
.split-heading h2, .section-head h2, .planner-intro h2, .practical h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.055em;
}
.split-heading > p, .planner-intro > p { margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.benefit-card {
  min-height: 290px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,247,.48);
}
.benefit-card.feature { color: var(--white); background: var(--green); border-color: transparent; transform: translateY(-18px) rotate(-1deg); box-shadow: 0 24px 50px rgba(38,67,48,.17); }
.benefit-number { color: var(--rust); font-weight: 950; font-size: .8rem; letter-spacing: .12em; }
.feature .benefit-number { color: var(--amber); }
.benefit-card h3 { margin: 62px 0 10px; font-size: 1.55rem; }
.benefit-card p { margin: 0; color: var(--ink-soft); }
.benefit-card.feature p { color: #d8e1d8; }

.route-section { color: var(--white); background: var(--green-dark); }
.route-section .section-kicker { color: var(--amber); }
.section-head { align-items: end; }
.section-head.compact { display: block; }
.legend { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; color: #c7d1c7; font-size: .76rem; }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; }
.legend-dot.hard { background: var(--amber); }
.legend-dot.soft { border: 2px solid var(--sage); }
.legend-dot.meet { background: var(--green); box-shadow: 0 0 0 2px var(--amber); }
.route-layout { display: grid; grid-template-columns: 1.15fr .72fr; gap: 74px; align-items: start; margin-top: 68px; }
.route-line { position: relative; }
.route-line::before { content: ""; position: absolute; left: 27px; top: 30px; bottom: 32px; width: 2px; background: linear-gradient(var(--amber), rgba(157,173,145,.45)); }
.route-stop { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 23px; padding-bottom: 39px; }
.stop-marker {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
  border: 6px solid var(--green-dark);
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
  font-weight: 950;
}
.stop-hard .stop-marker { background: var(--amber); }
.stop-decision .stop-marker { color: var(--white); background: var(--rust); }
.stop-meeting .stop-marker { box-shadow: 0 0 0 3px var(--green), 0 0 0 5px rgba(255,255,255,.18); }
.stop-content { padding-top: 3px; }
.stop-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.stop-meta time { color: #aebcaf; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.tag { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 9px; border-radius: 999px; font-size: .62rem; font-weight: 950; letter-spacing: .11em; white-space: nowrap; }
.tag-hard { color: var(--ink); background: var(--amber); }
.tag-soft { color: #dbe5db; border: 1px solid rgba(157,173,145,.55); background: rgba(157,173,145,.08); }
.tag-choice { color: var(--white); background: var(--rust); }
.tag-meet { color: var(--white); background: var(--green); }
.stop-content h3 { margin: 0; font-size: 1.45rem; }
.stop-content p { max-width: 570px; margin: 8px 0 7px; color: #bdc9be; }
.stop-content a, .text-button { color: var(--amber); font-size: .82rem; font-weight: 850; text-underline-offset: 4px; }
.text-button { padding: 0; border: 0; background: none; cursor: pointer; text-decoration: underline; }
.stop-detail { color: #849785; font-size: .76rem; font-weight: 700; }
.stop-hint { max-width: 570px; margin: 10px 0 4px; padding: 9px 13px; border-left: 3px solid var(--amber); border-radius: 0 10px 10px 0; background: rgba(244,173,33,.1); color: #e6ddcb; font-size: .82rem; }
.stop-hint strong { color: var(--amber-bright); }
.route-aside { position: sticky; top: 105px; }
.map-card { overflow: hidden; border-radius: var(--radius); color: var(--ink); background: var(--paper); box-shadow: 0 30px 70px rgba(0,0,0,.23); }
.map-illustration { height: 270px; overflow: hidden; background: #d8dfcf; }
.map-illustration img { width: 100%; height: 100%; object-fit: cover; }
.map-card-body { padding: 28px; }
.card-kicker { color: var(--rust); font-size: .65rem; font-weight: 950; letter-spacing: .15em; }
.map-card h3 { margin: 7px 0 7px; font-size: 1.65rem; }
.map-card p { margin: 0 0 20px; color: var(--ink-soft); }
.map-links { display: flex; justify-content: space-between; gap: 14px; margin-top: 17px; font-size: .78rem; font-weight: 800; }
.map-links a { text-underline-offset: 4px; }
.aside-note { margin-top: 18px; padding: 22px 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.04); }
.aside-note strong { color: var(--amber); }
.aside-note p { margin: 7px 0 0; color: #bdc9be; font-size: .9rem; }

.eat-section { background: var(--paper-2); }
.eat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.eat-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 36px rgba(23,26,20,.06); }
.eat-head { margin-bottom: 14px; }
.eat-stop { color: var(--rust); font-size: .64rem; font-weight: 950; letter-spacing: .14em; }
.eat-card h3 { margin: 7px 0 0; font-size: 1.4rem; }
.eat-card h3 a { text-decoration: none; }
.eat-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.eat-about { margin: 0 0 16px; color: var(--ink-soft); font-size: .92rem; }
.eat-tips { margin: auto 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.eat-tips li { color: var(--ink); font-size: .86rem; line-height: 1.5; padding-top: 11px; border-top: 1px solid var(--line); }
.eat-tips li:first-child { border-top: 0; padding-top: 0; }
.eat-extra { display: flex; flex-wrap: wrap; align-items: start; gap: 18px; margin-top: 22px; padding: 26px 30px; border: 1px dashed rgba(53,86,64,.4); border-radius: var(--radius); background: rgba(53,86,64,.05); }
.eat-extra .tag { flex: 0 0 auto; margin-top: 4px; }
.eat-extra-body { flex: 1 1 320px; }
.eat-extra-body h3 { margin: 0 0 8px; font-size: 1.25rem; }
.eat-extra-body h3 a { text-decoration: none; }
.eat-extra-body h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.eat-extra-body p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.planner-section { color: var(--white); background: #171b17; }
.planner-intro > p { color: #bfc7bd; }
.planner-shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; margin-top: 54px; }
.planner-form, .itinerary-result { border-radius: var(--radius); }
.planner-form { padding: 34px; color: var(--ink); background: var(--paper); }
.planner-form fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.planner-form legend { margin-bottom: 15px; font-weight: 900; font-size: 1.02rem; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-grid.window-grid { grid-template-columns: repeat(2, 1fr); }
.choice-card { position: relative; min-height: 132px; display: flex; flex-direction: column; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card:has(input:checked) { border-color: var(--green); box-shadow: inset 0 0 0 2px var(--green); background: #edf2e9; }
.choice-check { width: 18px; height: 18px; margin-bottom: 20px; border: 1px solid #8a9187; border-radius: 50%; }
.choice-card:has(input:checked) .choice-check { border: 5px solid var(--green); }
.choice-card strong { font-size: .93rem; }
.choice-card small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .72rem; line-height: 1.4; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 28px; }
.form-grid label > span { display: block; margin-bottom: 8px; font-size: .79rem; font-weight: 850; }
select { width: 100%; min-height: 49px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 40px 10px 12px; color: var(--ink); background: var(--white); }
.toggle-grid { display: grid; gap: 9px; }
.toggle-row { display: flex; align-items: center; gap: 13px; padding: 11px 13px; border-radius: 12px; background: rgba(255,255,255,.52); cursor: pointer; }
.toggle-row input { position: absolute; opacity: 0; }
.toggle-ui { position: relative; flex: 0 0 auto; width: 42px; height: 24px; border-radius: 99px; background: #c7c8c2; transition: background .2s; }
.toggle-ui::after { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 50%; background: var(--white); box-shadow: 0 2px 7px rgba(0,0,0,.18); transition: transform .2s; }
.toggle-row:has(input:checked) .toggle-ui { background: var(--green); }
.toggle-row:has(input:checked) .toggle-ui::after { transform: translateX(18px); }
.toggle-row strong { display: block; font-size: .83rem; }
.toggle-row small { display: block; color: var(--ink-soft); font-size: .7rem; }
.form-disclaimer { margin: 13px 0 0; color: var(--ink-soft); font-size: .7rem; text-align: center; }
.itinerary-result { min-height: 640px; padding: 34px; color: var(--ink); background: var(--amber); }
.result-empty { height: 100%; min-height: 570px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.result-icon { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(26,28,24,.25); border-radius: 50%; font-size: 2rem; }
.result-empty h3 { margin: 25px 0 7px; font-size: 2rem; }
.result-empty p { max-width: 390px; margin: 0; color: rgba(26,28,24,.72); }
.result-head { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(26,28,24,.18); padding-bottom: 22px; }
.result-head h3 { margin: 7px 0 5px; font-size: 1.8rem; }
.result-head p { margin: 0; color: rgba(26,28,24,.7); font-size: .86rem; }
.result-distance { align-self: start; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.45); font-size: .75rem; font-weight: 950; white-space: nowrap; }
.mini-timeline { position: relative; list-style: none; margin: 23px 0; padding: 0; }
.mini-timeline::before { content: ""; position: absolute; left: 48px; top: 14px; bottom: 14px; width: 1px; background: rgba(26,28,24,.22); }
.mini-timeline li { position: relative; display: grid; grid-template-columns: 40px 1fr auto; gap: 20px; align-items: start; padding: 9px 0; }
.mini-timeline time { font-weight: 950; font-size: .78rem; font-variant-numeric: tabular-nums; }
.mini-timeline .mini-event { position: relative; font-size: .84rem; font-weight: 800; }
.mini-timeline .mini-event::before { content: ""; position: absolute; left: -26px; top: 7px; width: 9px; height: 9px; border: 2px solid var(--amber); border-radius: 50%; background: var(--ink); }
.mini-timeline small { color: rgba(26,28,24,.64); font-size: .65rem; text-transform: uppercase; font-weight: 900; }
.result-alert { min-height: 58px; padding: 14px 16px; border-radius: 13px; background: rgba(255,255,255,.42); font-size: .78rem; }
.result-alert strong { display: block; margin-bottom: 2px; }
.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 17px; }
.action { position: relative; }
.action-wide { grid-column: 1 / -1; }

.hint { position: absolute; top: 6px; right: 8px; z-index: 5; line-height: 0; }
.hint-trigger {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,255,255,.6);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: .8rem;
  font-weight: 700;
  cursor: help;
}
.button-primary + .hint .hint-trigger { background: rgba(26,28,24,.16); }
.hint-bubble {
  position: absolute;
  bottom: calc(100% + 8px);
  right: -4px;
  width: max-content;
  max-width: 270px;
  padding: 11px 13px;
  border-radius: 12px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 14px 32px rgba(0,0,0,.28);
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
}
.hint-bubble::after { content: ""; position: absolute; top: 100%; right: 10px; border: 6px solid transparent; border-top-color: var(--ink); }
.hint-bubble strong { color: var(--amber-bright); }
.hint-bubble code { padding: 1px 4px; border-radius: 4px; background: rgba(255,255,255,.14); font-size: .72rem; }
.hint:hover .hint-bubble, .hint:focus-within .hint-bubble { opacity: 1; visibility: visible; transform: translateY(0); }
.itinerary-result .button-secondary { color: var(--ink); border-color: rgba(26,28,24,.28); background: transparent; }
.result-links { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; font-size: .75rem; font-weight: 850; }
.result-links a, .link-button { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.link-button { padding: 0; border: 0; background: none; cursor: pointer; font-weight: 850; }

.practical-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.practical-lead { max-width: 480px; color: var(--ink-soft); font-size: 1.05rem; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 850; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 18px; font-size: 1.5rem; transition: transform .2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { max-width: 680px; margin: -5px 0 22px; color: var(--ink-soft); }
.final-cta { padding: 90px 0; color: var(--white); background: var(--green); }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 760px; }
.site-footer { padding: 43px 0; color: #b9c3b8; background: #111511; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 38px; align-items: center; }
.footer-brand { color: var(--white); }
.footer-grid p { margin: 10px 0 0; font-size: .74rem; }
.footer-links { display: flex; gap: 19px; font-size: .78rem; font-weight: 800; }
.responsibility { max-width: 330px; justify-self: end; text-align: right; }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: min(390px, calc(100% - 40px)); padding: 13px 17px; border-radius: 12px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav { display: none; }
  .nav-wrap .button-small { margin-left: auto; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 140px; padding-bottom: 140px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-self: center; width: min(82vw, 520px); }
  .stat-ribbon { grid-template-columns: repeat(2, 1fr); }
  .stat-ribbon div:nth-child(2) { border-right: 0; }
  .stat-ribbon div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading, .section-head, .planner-intro { grid-template-columns: 1fr; gap: 25px; }
  .legend { justify-content: flex-start; }
  .route-layout { grid-template-columns: 1fr; }
  .route-aside { position: static; max-width: 640px; margin-left: 78px; }
  .planner-shell { grid-template-columns: 1fr; }
  .itinerary-result { min-height: auto; }
  .result-empty { min-height: 380px; }
  .practical-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid > * { justify-self: center; }
  .responsibility { justify-self: center; text-align: center; }
}

@media (max-width: 720px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .site-header .button-small { display: none; }
  .nav-wrap { min-height: 66px; }
  .hero-grid { padding-top: 112px; gap: 40px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { width: 100%; height: 510px; }
  .card-top { left: 10px; top: 56px; }
  .card-bottom { right: 10px; bottom: 35px; }
  .distance-stamp { width: 78px; height: 78px; }
  .stat-ribbon div { padding: 18px; min-height: 88px; }
  .stat-ribbon strong { font-size: 1.45rem; }
  .stat-ribbon span { font-size: .64rem; }
  .section { padding: 76px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .eat-grid { grid-template-columns: 1fr; }
  .benefit-card.feature { transform: none; }
  .benefit-card { min-height: 240px; }
  .benefit-card h3 { margin-top: 42px; }
  .route-layout { gap: 35px; }
  .route-line::before { left: 22px; }
  .route-stop { grid-template-columns: 46px 1fr; gap: 16px; }
  .stop-marker { width: 46px; height: 46px; border-width: 5px; }
  .route-aside { margin-left: 0; }
  .choice-grid, .form-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 104px; }
  .choice-card .choice-check { margin-bottom: 11px; }
  .planner-form, .itinerary-result { padding: 23px; }
  .result-head { flex-direction: column; }
  .result-distance { align-self: flex-start; }
  .mini-timeline li { grid-template-columns: 38px 1fr; gap: 18px; }
  .mini-timeline small { grid-column: 2; }
  .mini-timeline::before { left: 46px; }
  .result-actions { grid-template-columns: 1fr; }
  .action-wide { grid-column: auto; }
  .hint-bubble { max-width: min(260px, 72vw); }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  @page { margin: 16mm; }
  body { background: white; color: black; }
  .site-header, .hero, .intro, .route-section, .eat-section, .practical, .final-cta, .site-footer, .planner-intro, .planner-form, .toast { display: none !important; }
  .planner-section { padding: 0; background: white; color: black; }
  .planner-shell { display: block; margin: 0; }
  .itinerary-result { min-height: 0; padding: 0; background: white; }
  .result-empty, .result-actions, .result-links { display: none !important; }
  .result-content[hidden] { display: block !important; }
  .result-alert { border: 1px solid #999; background: white; }
  .mini-timeline .mini-event::before { border-color: white; background: black; }
}
