:root {
  --ink: #0f1b2b;
  --ink-soft: #5f6871;
  --navy: #07111d;
  --navy-2: #172a42;
  --paper: #f6f2ea;
  --white: #fffefa;
  --line: #e0d9ce;
  --copper: #b88935;
  --copper-dark: #806027;
  --gold: #dec98f;
  --green: #2e6657;
  --shadow: 0 24px 70px rgba(17, 27, 36, .13);
  --radius: 24px;
  --font-display: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
  --font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; background: #fff; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  width: min(1260px, calc(100% - 48px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--font-display); font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50% 50% 50% 12px; color: var(--gold); background: linear-gradient(145deg, #263a54, #0b1523); font-family: var(--font-body); font-size: 20px; box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-header nav a { text-decoration: none; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; }

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: 7vw;
  padding: 80px max(32px, calc((100vw - 1260px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 78% 22%, rgba(212, 108, 56, .2), transparent 26%),
    linear-gradient(125deg, #101923 0%, #172b3b 62%, #0e1921 100%);
}
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg, var(--copper), var(--gold), transparent 80%); }
.hero-copy, .hero-instrument { position: relative; z-index: 1; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--copper); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.eyebrow { color: #f0bb84; }
.eyebrow span, .live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 5px rgba(212,108,56,.15); }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 740px; margin: 0; font-size: clamp(46px, 6vw, 88px); }
h1 em, .result-copy h2 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 660px; margin: 27px 0 35px; color: #cfdae2; font-size: clamp(17px, 1.6vw, 21px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 24px; color: #d7e0e5; font-size: 13px; font-weight: 600; }
.hero-trust b { color: var(--gold); margin-right: 6px; font-size: 11px; }

.hero-instrument { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(8,17,24,.52); backdrop-filter: blur(15px); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.instrument-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.instrument-top span { font-weight: 800; letter-spacing: .08em; }
.instrument-top small { color: #9eb0bc; }
.instrument-score { display: flex; align-items: center; gap: 18px; margin: 26px 0; }
.instrument-score strong { font-family: var(--font-display); font-size: 66px; line-height: .9; }
.instrument-score small, .instrument-score b { display: block; }
.instrument-score small { color: #a8b6bf; }
.instrument-score b { margin-top: 4px; color: var(--gold); font-size: 19px; }
.instrument-road { height: 65px; display: flex; align-items: center; justify-content: space-around; overflow: hidden; }
.instrument-road i { display: block; width: 60px; height: 30px; border-top: 2px solid #e5aa70; transform: rotate(-12deg) skewX(-25deg); }
.instrument-road i:nth-child(2n) { transform: rotate(12deg) skewX(25deg); }
.instrument-road i::after { content: ""; display: block; margin-top: 7px; border-top: 1px dashed rgba(255,255,255,.35); }
.hero-instrument dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0 0; }
.hero-instrument dl div { padding: 12px; border-radius: 12px; background: rgba(255,255,255,.06); }
.hero-instrument dt { color: #93a5b1; font-size: 11px; text-transform: uppercase; }
.hero-instrument dd { margin: 3px 0 0; font-weight: 700; }

.planner-shell, .analysis-section, .profile-section, .result-section, .measure-section, .method-strip { width: min(1260px, calc(100% - 48px)); margin-inline: auto; }
.planner-shell { position: relative; z-index: 2; margin-top: -45px; padding-bottom: 100px; }
.progress-rail { width: min(570px, 90%); margin: 0 auto 28px; padding: 14px 20px; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--white); box-shadow: 0 12px 40px rgba(17,27,36,.12); }
.progress-rail > i { flex: 1; height: 1px; margin: 0 10px; background: #d7dbd7; }
.progress-step { display: flex; align-items: center; gap: 8px; color: #89928f; white-space: nowrap; font-size: 12px; }
.progress-step span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #cad0cc; border-radius: 50%; font-weight: 800; }
.progress-step.is-active { color: var(--ink); }
.progress-step.is-active span { color: #fff; border-color: var(--copper); background: var(--copper); }
.progress-step.is-complete span { color: #fff; background: var(--green); border-color: var(--green); }
.planner-card { min-height: 670px; display: grid; grid-template-columns: minmax(420px, .85fr) minmax(480px, 1.15fr); overflow: hidden; border: 1px solid #d8dcda; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.route-panel { padding: clamp(28px, 4vw, 54px); }
.route-panel h2, .section-heading h2 { margin: 0; font-size: clamp(30px, 3.3vw, 48px); }
.section-intro { color: var(--ink-soft); margin: 12px 0 28px; }

.place-field { position: relative; padding: 17px 0; border-bottom: 1px solid #e5e7e5; }
.place-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.place-heading label { font-size: 13px; font-weight: 800; }
.place-dot { flex: 0 0 auto; width: 12px; height: 12px; border: 3px solid var(--copper); border-radius: 50%; }
.destination-dot { border-radius: 2px; background: var(--navy); border-color: var(--navy); }
.stop-dot { border-color: var(--gold); }
.place-search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
input, select { width: 100%; min-height: 48px; padding: 10px 13px; color: var(--ink); border: 1px solid #cbd1ce; border-radius: 11px; background: #fff; outline: none; }
input:focus, select:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(212,108,56,.14); }
.search-place { min-width: 84px; padding: 0 14px; color: #fff; border: 0; border-radius: 11px; background: var(--navy); font-weight: 700; }
.search-place:hover { background: var(--copper-dark); }
.search-place[disabled] { opacity: .6; cursor: wait; }
.place-status { margin-top: 7px; color: #7a8581; font-size: 12px; }
.place-status.is-confirmed { color: var(--green); font-weight: 700; }
.place-results { position: absolute; z-index: 600; left: 0; right: 0; top: calc(100% - 8px); padding: 6px; border: 1px solid #d4d8d5; border-radius: 12px; background: #fff; box-shadow: 0 17px 40px rgba(13,25,33,.18); }
.place-result { width: 100%; padding: 11px; display: flex; align-items: flex-start; gap: 9px; text-align: left; border: 0; border-bottom: 1px solid #eceeec; background: #fff; }
.place-result:last-child { border-bottom: 0; }
.place-result:hover, .place-result:focus { background: #f6f1ea; }
.place-result span { color: var(--copper); }
.place-result b { font-size: 13px; font-weight: 600; line-height: 1.35; }
.remove-stop { margin-left: auto; padding: 2px 0; color: #8c4d32; border: 0; background: transparent; font-size: 12px; font-weight: 700; }
.add-stop { width: 100%; margin: 14px 0 2px; padding: 13px 15px; display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; text-align: left; border: 1px dashed #b5bebb; border-radius: 12px; background: #faf9f6; }
.add-stop span { grid-row: 1 / 3; align-self: center; font-size: 25px; color: var(--copper); }
.add-stop b { font-size: 13px; }
.add-stop small { color: #7a8581; }
.journey-context { margin: 27px 0 0; padding: 0; border: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.journey-context legend { grid-column: 1 / -1; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
.journey-context label { color: #68736f; font-size: 12px; font-weight: 600; }
.journey-context select { margin-top: 5px; font-size: 14px; }
.form-message { min-height: 23px; margin: 12px 0 0; color: #a33f22; font-size: 13px; font-weight: 600; }
.route-actions, .analysis-actions, .profile-actions, .result-actions { display: flex; gap: 10px; margin-top: 8px; }
.primary-button, .secondary-button { min-height: 50px; padding: 0 19px; border-radius: 12px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.primary-button { flex: 1; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #fff; border: 1px solid var(--copper); background: var(--copper); box-shadow: 0 10px 24px rgba(173,78,37,.22); }
.primary-button:hover { transform: translateY(-1px); background: var(--copper-dark); box-shadow: 0 13px 28px rgba(173,78,37,.28); }
.primary-button[disabled] { opacity: .65; cursor: wait; transform: none; }
.secondary-button { border: 1px solid #c9cfcc; background: #fff; }
.secondary-button:hover { border-color: #83908a; background: #f8f6f1; }
.privacy-note { margin: 14px 0 0; text-align: center; color: #75817c; font-size: 11px; }
.privacy-note span { color: var(--green); }

.map-panel { position: relative; min-height: 670px; background: #dfe5e2; }
.map-toolbar, .provider-strip { position: absolute; z-index: 500; left: 18px; right: 18px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 11px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(20,30,35,.1); }
.map-toolbar { top: 18px; padding: 11px 13px; font-size: 12px; }
.map-toolbar-actions { display: flex; align-items: center; gap: 5px; }
.map-toolbar button { min-height: 34px; padding: 0 9px; border: 0; border-radius: 8px; background: transparent; color: var(--copper-dark); font-weight: 700; }
.map-toolbar button:hover { background: #f5ece5; }
.map-interaction-button { display: none; }
.provider-strip { bottom: 15px; padding: 9px 12px; color: #56625e; font-size: 10px; }
#route-map { position: absolute; inset: 0; z-index: 1; }
.map-empty { position: absolute; z-index: 401; left: 50%; top: 50%; width: min(310px, calc(100% - 50px)); transform: translate(-50%, -50%); padding: 24px; text-align: center; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: 0 20px 45px rgba(20,30,35,.14); }
.map-empty p { margin: 7px 0 0; color: #61706a; font-size: 13px; }
.road-icon { width: 48px; height: 48px; display: inline-flex; justify-content: center; gap: 8px; margin-bottom: 9px; overflow: hidden; border-radius: 50%; background: var(--navy); }
.road-icon i { width: 3px; height: 65px; background: #fff; transform: rotate(20deg); }
.road-icon i:last-child { height: 20px; margin-top: 28px; }
.leaflet-control-zoom { margin-top: 78px !important; }
.route-marker { display: grid; place-items: center; width: 28px !important; height: 28px !important; margin: -14px !important; color: #fff; border: 3px solid #fff; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); background: var(--copper); box-shadow: 0 3px 9px rgba(0,0,0,.3); font-weight: 800; }
.route-marker span { transform: rotate(45deg); font-size: 10px; }

.analysis-section, .profile-section, .result-section { padding: 95px 0; }
.section-heading { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--ink-soft); }
.route-stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--white); box-shadow: 0 12px 35px rgba(17,27,36,.06); }
.route-stat { min-height: 118px; padding: 22px; border-right: 1px solid var(--line); }
.route-stat:last-child { border-right: 0; }
.route-stat span { color: #78827e; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.route-stat strong { display: block; margin-top: 8px; font-family: var(--font-display); font-size: 27px; }
.route-stat small { color: #69736f; }
.analysis-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; margin-top: 20px; }
.road-mix-card, .focus-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.card-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 25px; }
.card-heading span { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.card-heading h3 { margin: 5px 0 0; font-size: 24px; }
.card-heading > b { padding: 6px 10px; border-radius: 999px; color: var(--copper-dark); background: #f7e9df; font-size: 11px; }
.profile-row { display: grid; grid-template-columns: 125px 1fr 42px; align-items: center; gap: 12px; margin: 13px 0; font-size: 13px; }
.profile-row b:last-child { text-align: right; }
.profile-track, .factor-track { height: 8px; overflow: hidden; border-radius: 99px; background: #e9ece9; }
.profile-track i, .factor-track i { display: block; width: var(--value); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--copper)); }
.data-note { margin: 22px 0 0; color: #7a8581; font-size: 12px; }
.focus-list, .why-list, .tip-list { margin: 0; padding: 0; list-style: none; }
.focus-list li { display: grid; grid-template-columns: 34px 1fr; gap: 11px; padding: 13px 0; border-bottom: 1px solid #e8eae8; }
.focus-list li:last-child { border-bottom: 0; }
.focus-list span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--copper-dark); background: #f7e9df; font-weight: 800; }
.focus-list b, .focus-list small { display: block; }
.focus-list small { margin-top: 2px; color: #6d7873; }
.analysis-actions { justify-content: flex-end; }
.analysis-actions .primary-button { max-width: 320px; }

.profile-section { width: min(970px, calc(100% - 48px)); }
.profile-card, .result-card { padding: clamp(28px, 5vw, 60px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.section-heading.compact { align-items: center; }
.question-block { margin: 0; padding: 25px 0; border: 0; border-top: 1px solid #e4e7e4; }
.question-block legend { width: 100%; margin-bottom: 14px; font-family: var(--font-display); font-size: 17px; font-weight: 800; }
.question-block legend span { color: var(--copper); margin-right: 9px; font-size: 11px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-card { position: relative; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card > span { min-height: 83px; padding: 14px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #d7dcd8; border-radius: 12px; background: #fff; }
.choice-card b, .choice-card small { display: block; }
.choice-card b { font-size: 13px; }
.choice-card small { margin-top: 3px; color: #74807b; font-size: 11px; }
.choice-card input:checked + span { border-color: var(--copper); background: #fff6ef; box-shadow: inset 0 0 0 1px var(--copper); }
.choice-card input:focus-visible + span { outline: 3px solid rgba(212,108,56,.25); }
.compact-choices .choice-card > span { min-height: 60px; }
.profile-actions { justify-content: space-between; margin-top: 25px; }
.profile-actions .primary-button { max-width: 330px; }

.result-section { width: min(1080px, calc(100% - 48px)); }
.result-hero { display: grid; grid-template-columns: 215px 1fr; gap: 45px; align-items: center; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.score-dial { --score: 0; width: 195px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--copper) calc(var(--score) * 1%), #e7eae7 0); }
.score-dial::before { content: ""; grid-area: 1 / 1; width: 158px; aspect-ratio: 1; border-radius: 50%; background: var(--white); }
.score-dial div { z-index: 1; grid-area: 1 / 1; text-align: center; }
.score-dial strong { display: block; font-family: var(--font-display); font-size: 59px; line-height: .95; }
.score-dial span { color: #74807b; font-size: 12px; }
.result-copy h2 { margin: 0 0 13px; font-size: clamp(34px, 4.5vw, 58px); }
.result-copy p:not(.section-kicker) { max-width: 650px; color: var(--ink-soft); }
.result-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.result-chips span { padding: 7px 11px; border-radius: 999px; color: #4c5a54; background: #eef0ed; font-size: 11px; font-weight: 700; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding-top: 39px; }
.result-grid h3 { margin: 0 0 20px; font-size: 21px; }
.factor-row { display: grid; grid-template-columns: 130px 1fr 35px; gap: 10px; align-items: center; margin: 16px 0; font-size: 12px; }
.factor-row b:last-child { text-align: right; }
.why-list li, .tip-list li { position: relative; margin: 12px 0; padding-left: 25px; color: #435049; font-size: 14px; }
.why-list li::before { content: "+"; position: absolute; left: 0; top: -2px; color: var(--copper); font-weight: 900; font-size: 19px; }
.tips-heading { margin-top: 32px !important; }
.tip-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.result-caveat { margin: 35px 0 0; padding: 14px; color: #67716d; border-radius: 10px; background: #f2f3f0; font-size: 11px; }
.result-actions { justify-content: flex-end; }
.result-actions .primary-button { flex: 0 1 255px; }

.measure-section { width: 100%; padding: 100px max(24px, calc((100% - 1260px) / 2)); color: #fff; background: var(--navy); }
.section-heading.light .section-kicker { color: var(--gold); }
.section-heading.light > p { color: #b9c5cd; }
.measure-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; overflow: hidden; }
.measure-grid article { min-height: 220px; padding: 32px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.measure-grid article:nth-child(3n) { border-right: 0; }
.measure-grid article:nth-child(n+4) { border-bottom: 0; }
.measure-grid span { color: #e8a767; font-size: 11px; font-weight: 800; }
.measure-grid h3 { margin: 38px 0 9px; font-size: 21px; }
.measure-grid p { margin: 0; color: #b5c1c8; font-size: 13px; }
.method-strip { padding: 80px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.method-strip h2 { max-width: 570px; margin: 0; font-size: clamp(29px, 3.5vw, 46px); }
.method-facts p { display: grid; grid-template-columns: 140px 1fr; gap: 20px; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.method-facts span { color: #69746f; }
footer { padding: 50px max(24px, calc((100% - 1260px) / 2)); text-align: center; color: #b8c2c7; background: #0b141b; }
.footer-brand { color: #fff; }
footer > p { margin: 18px 0 0; }
.footer-small { color: #77858d; font-size: 11px; }

.loading-shimmer { animation: shimmer 1.2s ease-in-out infinite; }
@keyframes shimmer { 50% { opacity: .45; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }

@media (max-width: 980px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 68px; padding-bottom: 100px; }
  .hero-instrument { width: min(620px, 100%); }
  .planner-card { grid-template-columns: 1fr; }
  .map-panel { min-height: 520px; }
  .route-stat-grid { grid-template-columns: repeat(3, 1fr); }
  .route-stat { border-bottom: 1px solid var(--line); }
  .route-stat:nth-child(3) { border-right: 0; }
  .route-stat:nth-last-child(-n+2) { border-bottom: 0; }
  .analysis-grid { grid-template-columns: 1fr; }
  .result-grid { gap: 28px; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 32px); height: 70px; }
  .site-header nav { gap: 8px; }
  .nav-cta { padding: 9px 12px; font-size: 12px; }
  .hero { padding: 56px 20px 87px; gap: 40px; }
  h1 { font-size: clamp(43px, 13vw, 66px); }
  .hero-trust { gap: 11px 18px; }
  .hero-instrument { padding: 20px; }
  .instrument-score strong { font-size: 54px; }
  .hero-instrument dl { grid-template-columns: 1fr; }
  .planner-shell, .analysis-section, .profile-section, .result-section { width: calc(100% - 24px); }
  .planner-shell { margin-top: -34px; padding-bottom: 60px; }
  .progress-rail { width: 100%; padding: 11px; }
  .progress-step b { display: none; }
  .planner-card { border-radius: 18px; }
  .route-panel { padding: 27px 18px; }
  .place-search-row { grid-template-columns: 1fr; }
  input, select { min-height: 50px; font-size: 16px; }
  .search-place { min-height: 46px; }
  .journey-context { grid-template-columns: 1fr; }
  .route-actions, .analysis-actions, .profile-actions, .result-actions { flex-direction: column-reverse; }
  .route-actions .primary-button, .analysis-actions .primary-button, .profile-actions .primary-button, .result-actions .primary-button { width: 100%; max-width: none; flex-basis: auto; }
  .map-panel { min-height: 470px; }
  .map-interaction-button { display: inline-block; }
  .map-panel.is-map-locked #route-map { cursor: default; }
  .provider-strip { flex-wrap: wrap; gap: 2px 8px; }
  .section-heading, .section-heading.compact { align-items: flex-start; flex-direction: column; gap: 12px; }
  .analysis-section, .profile-section, .result-section { padding: 65px 0; }
  .route-stat-grid { grid-template-columns: 1fr 1fr; }
  .route-stat:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .route-stat:nth-child(2n) { border-right: 0; }
  .route-stat:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .road-mix-card, .focus-card { padding: 23px 18px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card > span { min-height: 62px; }
  .result-hero { grid-template-columns: 1fr; gap: 30px; }
  .score-dial { width: 170px; }
  .score-dial::before { width: 137px; }
  .result-grid { grid-template-columns: 1fr; }
  .factor-row { grid-template-columns: 112px 1fr 30px; }
  .measure-section { padding-top: 72px; padding-bottom: 72px; }
  .measure-grid { grid-template-columns: 1fr; }
  .measure-grid article:nth-child(n) { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .measure-grid article:last-child { border-bottom: 0; }
  .measure-grid h3 { margin-top: 25px; }
  .method-strip { width: calc(100% - 40px); padding: 65px 0; grid-template-columns: 1fr; gap: 35px; }
  .method-facts p { grid-template-columns: 1fr; gap: 3px; }
}

@media print {
  .site-header, .hero, .planner-shell, .analysis-section, .profile-section, .measure-section, .method-strip, footer, .result-actions { display: none !important; }
  body { background: #fff; }
  .result-section { width: 100%; padding: 0; }
  .result-card { border: 0; box-shadow: none; }
}
