/* ============================================================
   Lway — design system
   Identity: the Australian L-plate (amber on ink) + a dashed
   road-lane motif that threads the whole experience.
   ============================================================ */

:root {
  /* palette */
  --ink:        #14182B;   /* deep navy — base dark surface + headings */
  --ink-2:      #20263F;   /* raised dark surface */
  --paper:      #FAFAF7;   /* warm off-white page */
  --surface:    #FFFFFF;   /* cards */
  --amber:      #FFC92E;   /* L-plate yellow — the one signature accent */
  --amber-ink:  #8A6400;   /* amber-derived text that passes on light */
  --line:       #E8E7DF;   /* hairlines */
  --slate:      #5A6176;   /* secondary text */
  --slate-2:    #878D9E;   /* tertiary text */
  --go:         #15A06A;   /* confirm / success */
  --go-soft:    #E6F6EE;
  --warn:       #C2410C;
  --road:       #232842;

  /* type */
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;
  --mono: "Space Mono", ui-monospace, monospace;

  /* scale */
  --r: 14px;            /* card radius */
  --r-sm: 10px;
  --shadow: 0 1px 2px rgba(20,24,43,.04), 0 12px 32px -12px rgba(20,24,43,.16);
  --shadow-sm: 0 1px 2px rgba(20,24,43,.05), 0 4px 14px -8px rgba(20,24,43,.18);
  --container: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--body);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.05; margin: 0; letter-spacing: -0.02em; }

a { color: inherit; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }

/* ---- the lane-line motif: a dashed amber road line ---- */
.lane {
  height: 3px;
  background-image: repeating-linear-gradient(
    90deg, var(--amber) 0 22px, transparent 22px 40px);
  border-radius: 2px;
  opacity: .9;
}

/* eyebrow with an L-plate chip */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--slate);
}
.eyebrow .lchip {
  display: inline-grid; place-items: center;
  width: 20px; height: 20px; border-radius: 5px;
  background: var(--amber); color: var(--ink);
  font-family: var(--display); font-weight: 700; font-size: 13px;
  transform: rotate(-4deg);
}

/* ---------------------------- buttons ---------------------------- */
.btn {
  appearance: none; border: 0; cursor: pointer;
  font-family: var(--body); font-weight: 600; font-size: 15px;
  padding: 13px 22px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 9px;
  transition: transform .12s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--amber); color: var(--ink); box-shadow: 0 6px 18px -8px rgba(255,201,46,.9); }
.btn-primary:hover { background: #FFD24E; box-shadow: 0 10px 24px -8px rgba(255,201,46,.9); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-quiet { background: transparent; color: var(--slate); padding: 10px 14px; }
.btn-quiet:hover { color: var(--ink); }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }

/* ----------------------------- nav ----------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -.03em; text-decoration: none; }
.brand .plate {
  display: inline-grid; place-items: center; width: 30px; height: 30px;
  background: var(--amber); color: var(--ink); border-radius: 7px;
  font-size: 19px; transform: rotate(-5deg);
  box-shadow: 0 2px 0 rgba(20,24,43,.12);
}
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 500; font-size: 15px; padding: 8px 12px; border-radius: 8px; }
.nav-links a:hover { color: var(--ink); background: rgba(20,24,43,.04); }

/* ----------------------------- hero ---------------------------- */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 84px 0 96px; }
.hero h1 { font-size: clamp(40px, 6vw, 68px); color: #fff; }
.hero h1 .hl { color: var(--amber); }
.hero p.lede { color: #C7CAD6; font-size: 19px; max-width: 30ch; margin: 22px 0 30px; }
.hero .eyebrow { color: #9aa0b4; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-facts { display: flex; gap: 28px; margin-top: 40px; }
.fact .n { font-family: var(--mono); font-size: 15px; color: var(--amber); }
.fact .l { font-size: 13px; color: #9aa0b4; }

/* the receding road graphic — the hero's thesis */
.road-stage { position: relative; height: 380px; border-radius: 18px; overflow: hidden; background: radial-gradient(120% 80% at 50% 0%, #2A3354 0%, #141A2E 62%); border: 1px solid rgba(255,255,255,.06); }
.road {
  position: absolute; inset: 0;
  clip-path: polygon(50% 6%, 50% 6%, 100% 100%, 0% 100%);
  background: linear-gradient(180deg, #20264180 0%, #1A1F38 100%);
}
.road::before {
  content: ""; position: absolute; left: 50%; top: 8%; bottom: 0;
  width: 8px; transform: translateX(-50%);
  background: repeating-linear-gradient(180deg, var(--amber) 0 28px, transparent 28px 64px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%);
  animation: roadrun 1.1s linear infinite;
}
.road-edges::before, .road-edges::after {
  content: ""; position: absolute; top: 8%; bottom: 0; width: 3px; background: rgba(255,255,255,.18);
}
.road-edges::before { left: 50%; transform-origin: top; transform: translateX(-50%) rotate(0); }
@keyframes roadrun { to { background-position-y: 64px; } }

.l-plate-badge {
  position: absolute; right: 22px; top: 22px;
  background: var(--amber); color: var(--ink);
  font-family: var(--display); font-weight: 700;
  width: 64px; height: 64px; border-radius: 12px;
  display: grid; place-items: center; font-size: 40px;
  transform: rotate(-6deg); box-shadow: 0 10px 30px -8px rgba(0,0,0,.5);
}

/* ---------------------------- sections ------------------------- */
section { padding: 88px 0; }
.section-head { max-width: 56ch; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); margin-top: 14px; }
.section-head p { color: var(--slate); font-size: 17px; margin-top: 14px; }

/* ------------------------- booking widget ---------------------- */
.book { background: var(--ink); color: #fff; }
.book .section-head h2 { color: #fff; }
.book .section-head p { color: #C7CAD6; }
.book .eyebrow { color: #9aa0b4; }

.book-card { background: var(--surface); color: var(--ink); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }

/* journey progress along a road */
.journey { display: flex; align-items: center; gap: 0; margin-bottom: 30px; }
.stop { display: flex; align-items: center; gap: 12px; }
.stop .dot {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--mono); font-size: 13px; font-weight: 700;
  background: var(--paper); color: var(--slate-2); border: 2px solid var(--line);
}
.stop .name { font-size: 14px; font-weight: 600; color: var(--slate-2); }
.stop.active .dot { background: var(--amber); border-color: var(--amber); color: var(--ink); }
.stop.active .name { color: var(--ink); }
.stop.done .dot { background: var(--ink); border-color: var(--ink); color: #fff; }
.stop.done .name { color: var(--ink); }
.journey .seg { flex: 1; height: 3px; margin: 0 12px; background-image: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px); }
.journey .seg.lit { background-image: repeating-linear-gradient(90deg, var(--amber) 0 8px, transparent 8px 16px); }

.step { display: none; }
.step.show { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.field-label { display: block; font-size: 13px; font-weight: 600; color: var(--slate); margin: 0 0 7px; }
.input, .textarea, select.input {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  font-family: var(--body); font-size: 15px; color: var(--ink); background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.input:focus, .textarea:focus, select.input:focus {
  outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(255,201,46,.25);
}
.textarea { resize: vertical; min-height: 80px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* lesson type cards */
.type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 22px; }
.type {
  text-align: left; cursor: pointer; padding: 16px; border-radius: var(--r-sm);
  border: 1.5px solid var(--line); background: #fff; transition: border-color .15s, background .15s;
}
.type:hover { border-color: var(--slate-2); }
.type.sel { border-color: var(--amber); background: #FFFCF2; box-shadow: 0 0 0 3px rgba(255,201,46,.18); }
.type .t-top { display: flex; align-items: baseline; justify-content: space-between; }
.type .t-name { font-weight: 700; font-family: var(--display); font-size: 17px; }
.type .t-price { font-family: var(--mono); font-size: 14px; color: var(--amber-ink); }
.type .t-dur { font-size: 13px; color: var(--slate); margin-top: 2px; }

/* time slot chips */
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 10px; }
.slot {
  font-family: var(--mono); font-size: 14px; padding: 11px 8px; text-align: center;
  border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff; cursor: pointer;
  transition: border-color .12s, background .12s, color .12s;
}
.slot:hover { border-color: var(--ink); }
.slot.sel { background: var(--ink); color: #fff; border-color: var(--ink); }
.slots-empty { color: var(--slate); font-size: 15px; padding: 18px 0; }

.row-between { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 24px; }

/* confirmation */
.confirm { text-align: center; padding: 14px 0; }
.confirm .tick { width: 60px; height: 60px; border-radius: 50%; background: var(--go-soft); color: var(--go); display: grid; place-items: center; margin: 0 auto 18px; font-size: 30px; }
.confirm .ref { font-family: var(--mono); font-size: 22px; background: var(--paper); border: 1px dashed var(--line); border-radius: 10px; padding: 10px 16px; display: inline-block; margin: 12px 0; }
.confirm .summary { color: var(--slate); }

/* ------------------------ how it works ------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.steps .road-rule { position: absolute; left: 6%; right: 6%; top: 38px; height: 3px; background-image: repeating-linear-gradient(90deg, var(--amber) 0 14px, transparent 14px 26px); opacity: .5; }
.howstep { padding: 0 22px; position: relative; }
.howstep .pin { width: 54px; height: 54px; border-radius: 50%; background: var(--surface); border: 3px solid var(--amber); display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 20px; position: relative; z-index: 1; box-shadow: var(--shadow-sm); }
.howstep h3 { font-size: 20px; margin: 20px 0 8px; }
.howstep p { color: var(--slate); margin: 0; }

/* --------------------------- about ----------------------------- */
.about { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 56px; align-items: center; }

/* portrait frame — layered amber block + L-plate badge + caption */
.portrait { position: relative; }
.portrait::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; background: var(--amber); border-radius: 22px; z-index: 0; }
.portrait img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); background: var(--paper); }
.portrait .badge-l { position: absolute; z-index: 2; left: -16px; top: -16px; width: 56px; height: 56px; border-radius: 13px; background: var(--amber); color: var(--ink); display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 34px; transform: rotate(-6deg); box-shadow: 0 8px 20px -6px rgba(0,0,0,.3); }
.portrait .cap { position: absolute; z-index: 2; left: 16px; bottom: 16px; display: flex; flex-direction: column; background: rgba(20,24,43,.78); backdrop-filter: blur(6px); color: #fff; padding: 9px 15px; border-radius: 11px; }
.portrait .cap .cap-name { font-family: var(--display); font-weight: 700; font-size: 17px; line-height: 1.1; }
.portrait .cap .cap-role { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--amber); }
.about p.bio { font-size: 18px; line-height: 1.7; color: var(--ink); }
.spec-list { margin-top: 22px; }
.spec { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.spec:last-child { border-bottom: 1px solid var(--line); }
.spec .k { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--slate-2); width: 120px; flex: none; padding-top: 2px; }
.spec .v { font-weight: 500; }
.suburb-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.suburb-tags span { font-size: 13px; background: var(--paper); border: 1px solid var(--line); padding: 5px 11px; border-radius: 999px; color: var(--slate); }

/* --------------------------- footer ---------------------------- */
.footer { background: var(--ink); color: #C7CAD6; padding: 56px 0 40px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: flex-start; }
.footer .brand { color: #fff; }
.footer a { color: #C7CAD6; text-decoration: none; }
.footer a:hover { color: var(--amber); }
.footer .cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer h4 { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #9aa0b4; font-weight: 400; margin-bottom: 12px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 14px; }
.footer .fine { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: #818798; }

/* --------------------------- toast ----------------------------- */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 13px 20px; border-radius: 999px; font-size: 14px; font-weight: 500; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: all .25s ease; z-index: 100; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.err { background: var(--warn); }

/* =====================  DASHBOARD  ===================== */
.dash-body { background: var(--paper); }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card { background: var(--surface); border-radius: 20px; padding: 38px; width: min(100%, 400px); box-shadow: var(--shadow); text-align: center; }
.login-card .plate { display: inline-grid; place-items: center; width: 48px; height: 48px; background: var(--amber); color: var(--ink); border-radius: 11px; font-family: var(--display); font-weight: 700; font-size: 28px; transform: rotate(-5deg); margin-bottom: 18px; }
.login-card h1 { font-size: 24px; margin-bottom: 6px; }
.login-card p { color: var(--slate); font-size: 14px; margin: 0 0 22px; }

.dash-top { background: var(--ink); color: #fff; }
.dash-top-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.dash-top .who { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 700; font-size: 18px; }
.dash-top .who .plate { width: 28px; height: 28px; background: var(--amber); color: var(--ink); border-radius: 7px; display: grid; place-items: center; transform: rotate(-5deg); font-size: 17px; }

.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin: 28px 0 30px; }
.tab { appearance: none; background: none; border: 0; cursor: pointer; font-family: var(--body); font-weight: 600; font-size: 15px; color: var(--slate); padding: 12px 16px; border-bottom: 2.5px solid transparent; margin-bottom: -1px; }
.tab:hover { color: var(--ink); }
.tab.active { color: var(--ink); border-bottom-color: var(--amber); }

.panel { display: none; padding-bottom: 80px; }
.panel.show { display: block; }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; box-shadow: var(--shadow-sm); }
.card + .card { margin-top: 16px; }

.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 26px; }
.kpi { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.kpi .n { font-family: var(--display); font-size: 30px; font-weight: 700; }
.kpi .l { font-size: 13px; color: var(--slate); font-family: var(--mono); letter-spacing: .04em; }

.subhead { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--slate-2); margin: 30px 0 14px; }

.booking-row { display: grid; grid-template-columns: 88px 1fr auto; gap: 18px; align-items: center; padding: 16px 0; border-top: 1px solid var(--line); }
.booking-row:first-of-type { border-top: 0; }
.when { text-align: center; }
.when .d { font-family: var(--display); font-weight: 700; font-size: 20px; }
.when .t { font-family: var(--mono); font-size: 13px; color: var(--slate); }
.who-block .nm { font-weight: 600; }
.who-block .meta { font-size: 13px; color: var(--slate); margin-top: 2px; }
.who-block .meta span { margin-right: 12px; }

.badge { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; font-weight: 700; }
.badge.pending { background: #FFF6DC; color: #8A6400; }
.badge.confirmed { background: #E3F0FF; color: #1D4ED8; }
.badge.completed { background: var(--go-soft); color: var(--go); }
.badge.cancelled { background: #F3F0F0; color: #9b9b9b; text-decoration: line-through; }

.mini { font-size: 13px; padding: 7px 12px; border-radius: 8px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-weight: 600; color: var(--ink); transition: border-color .12s, background .12s; }
.mini:hover { border-color: var(--ink); }
.mini.go { background: var(--ink); color: #fff; border-color: var(--ink); }
.row-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }

.note { background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--amber); border-radius: 8px; padding: 12px 14px; margin-top: 10px; font-size: 14px; }
.note .nf { color: var(--slate); margin-top: 6px; }
.note .stars { color: var(--amber-ink); font-family: var(--mono); font-size: 12px; }

.day-row { display: grid; grid-template-columns: 130px auto 1fr; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.day-row:first-child { border-top: 0; }
.day-row .day-name { font-weight: 600; }
.switch { position: relative; width: 44px; height: 26px; flex: none; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .track { position: absolute; inset: 0; background: var(--line); border-radius: 999px; transition: background .15s; cursor: pointer; }
.switch .track::before { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform .15s; box-shadow: 0 1px 2px rgba(0,0,0,.2); }
.switch input:checked + .track { background: var(--amber); }
.switch input:checked + .track::before { transform: translateX(18px); }
.time-pair { display: flex; align-items: center; gap: 8px; }
.time-pair input { width: 110px; }
.time-pair.off { opacity: .4; pointer-events: none; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chip-x { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); padding: 6px 12px; border-radius: 999px; font-family: var(--mono); font-size: 13px; }
.chip-x button { border: 0; background: none; cursor: pointer; color: var(--slate-2); font-size: 16px; line-height: 1; }
.chip-x button:hover { color: var(--warn); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }

.empty { text-align: center; padding: 50px 20px; color: var(--slate); }
.empty .big { font-family: var(--display); font-size: 20px; color: var(--ink); margin-bottom: 6px; }

/* modal */
.modal-back { position: fixed; inset: 0; background: rgba(20,24,43,.5); display: none; place-items: center; padding: 20px; z-index: 90; }
.modal-back.show { display: grid; }
.modal { background: var(--surface); border-radius: 18px; padding: 28px; width: min(100%, 460px); box-shadow: var(--shadow); }
.modal h3 { font-size: 22px; margin-bottom: 4px; }
.modal .sub { color: var(--slate); font-size: 14px; margin-bottom: 20px; }
.rating-row { display: flex; gap: 8px; margin: 8px 0 4px; }
.rating-row button { width: 40px; height: 40px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; cursor: pointer; font-family: var(--mono); font-weight: 700; color: var(--slate); }
.rating-row button.on { background: var(--amber); border-color: var(--amber); color: var(--ink); }

/* --------------------------- responsive ------------------------ */
@media (max-width: 880px) {
  .hero-inner { grid-template-columns: 1fr; gap: 28px; padding: 60px 0 70px; }
  .road-stage { height: 280px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .portrait { max-width: 360px; margin: 0 auto; }
  .portrait::before { inset: 14px -14px -14px 14px; }
  .spec .k { width: 100px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .steps .road-rule { display: none; }
  .howstep { padding: 0; }
  .type-grid { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .nav-links a:not(.btn) { display: none; }
  section { padding: 60px 0; }
  .booking-row { grid-template-columns: 64px 1fr; }
  .row-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .kpis { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
  .journey .stop .name { display: none; }
}

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

/* visible keyboard focus everywhere */
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }
