:root {
  color-scheme: light;
  --ink: #202A32;
  --slate: #34434A;
  --graphite: #4C5A5F;
  --stone: #D5D2C8;
  --sand: #E8DDC9;
  --paper: #F4EFE5;
  --white: #FAF9F5;
  --mint: #9FB9AC;
  --sage: #789B88;
  --teal: #5F8F91;
  --blue: #557A91;
  --terra: #B96F5B;
  --clay: #D29A78;
  --mustard: #C6A653;
  --berry: #8D5965;
  --line: rgba(32, 42, 50, .14);
  --shadow: 0 12px 34px rgba(32, 42, 50, .08);
  --radius: 20px;
  --content: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: var(--slate); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--terra); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--terra); outline-offset: 3px; }
[hidden] { display: none !important; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.page-wrap { width: min(var(--content), calc(100% - 48px)); margin-inline: auto; min-width: 0; }
.site-header { min-height: 62px; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1320px, calc(100% - 48px)); min-height: 62px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: var(--ink); text-decoration: none; }
.brand-mark { width: 38px; height: 38px; flex: 0 0 auto; }
.brand-name { font-size: 14px; font-weight: 760; letter-spacing: -.025em; overflow-wrap: anywhere; line-height: 1.2; }
.site-nav { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 24px); }
.site-nav a { font-size: 13px; font-weight: 650; text-decoration: none; color: var(--slate); white-space: nowrap; }
.site-nav a[aria-current="page"] { color: var(--terra); }
.site-nav .nav-contact { padding: 8px 14px; border-radius: 9px; color: var(--white); background: var(--ink); }
.site-nav .nav-contact:hover { color: white; background: var(--terra); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); align-items: center; gap: 48px; padding-block: 56px 72px; }
.hero-copy { min-width: 0; padding-block: 14px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--graphite); font-size: 11px; font-weight: 760; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { width: 24px; height: 2px; flex: 0 0 auto; background: var(--terra); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; color: var(--ink); line-height: 1.12; letter-spacing: -.045em; }
.hero h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(42px, 6.1vw, 78px); font-weight: 790; }
.hero-intro { max-width: 510px; margin: 0; color: var(--graphite); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 12px 18px; border: 1px solid transparent; border-radius: 10px; font-weight: 720; text-decoration: none; cursor: pointer; transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--terra); box-shadow: 0 6px 16px rgba(185, 111, 91, .18); }
.button-primary:hover { color: white; background: #9F5948; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { color: white; background: var(--slate); }
.button-outline { color: var(--ink); background: var(--white); border-color: var(--line); }
.button-outline:hover { background: var(--paper); }
.text-link { color: var(--slate); font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--terra); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts strong { font-size: 17px; line-height: 1.2; }
.hero-facts span { color: var(--graphite); font-size: 12px; }
.hero-visual { position: relative; min-width: 0; padding: 0 0 34px 34px; }
.hero-visual::before { position: absolute; top: -14px; left: 4px; width: 42%; height: 80%; border: 1px solid var(--sage); border-radius: 28px; content: ""; }
.hero-visual > img { position: relative; width: 100%; aspect-ratio: 1.18 / 1; border-radius: 24px; object-fit: cover; box-shadow: var(--shadow); }
.route-note { position: relative; width: min(88%, 450px); margin: 22px auto 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 0 8px 22px rgba(32,42,50,.05); }
.route-note-title { display: block; margin-bottom: 12px; font-size: 12px; font-weight: 760; }
.route-track { display: flex; justify-content: space-between; gap: 7px; border-top: 2px solid var(--teal); }
.route-stop { position: relative; display: flex; flex-direction: column; gap: 8px; padding-top: 9px; color: var(--graphite); font-size: 10px; font-weight: 700; }
.route-stop i { position: absolute; top: -6px; left: 0; width: 10px; height: 10px; border: 2px solid var(--white); border-radius: 50%; background: var(--terra); box-shadow: 0 0 0 1px var(--terra); }
.route-stop:first-child i, .route-stop:last-child i { background: var(--sage); box-shadow: 0 0 0 1px var(--sage); }
.route-note-small { display: block; margin-top: 8px; color: var(--graphite); font-size: 11px; }
.visual-index { position: absolute; top: 16px; right: -10px; writing-mode: vertical-rl; color: var(--graphite); font-size: 10px; letter-spacing: .16em; }
.section { padding-block: 22px 76px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading h2 { max-width: 650px; margin: 0; font-size: clamp(30px, 4vw, 46px); }
.section-heading > p { max-width: 380px; margin: 0; color: var(--graphite); font-size: 14px; }
.guide-list { display: grid; gap: 20px; }
.guide-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; gap: 30px; padding: 15px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 18px rgba(32,42,50,.035); transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.guide-card > img { width: 100%; height: 100%; min-height: 250px; max-height: 330px; border-radius: 13px; object-fit: cover; }
.card-content { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: 14px 14px 12px 0; }
.card-kicker { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; gap: 8px; color: var(--graphite); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.card-kicker span:last-child { color: var(--teal); }
.card-content h3 { max-width: 520px; margin: 15px 0 10px; font-size: clamp(23px, 2.4vw, 31px); }
.card-content p { max-width: 560px; margin: 0; color: var(--graphite); font-size: 14px; }
.meta-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 14px 0 18px; padding: 0; list-style: none; color: var(--slate); font-size: 12px; }
.meta-list li::before { margin-right: 7px; color: var(--terra); content: "•"; }
.card-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; color: var(--ink); font-weight: 760; text-decoration: none; }
.card-link span { color: var(--terra); transition: transform .18s ease; }
.card-link:hover span { transform: translateX(4px); }
.workflow-section { padding-block: 68px 76px; background: var(--paper); }
.workflow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.workflow li { position: relative; min-width: 0; padding: 23px 20px 20px; border: 1px solid rgba(32,42,50,.13); border-radius: 16px; background: var(--white); }
.workflow li:not(:last-child)::after { position: absolute; top: 42px; right: -24px; z-index: 1; width: 24px; border-top: 2px dashed var(--teal); content: ""; }
.workflow-number { display: inline-block; margin-bottom: 28px; color: var(--terra); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.workflow h3 { margin-bottom: 9px; font-size: 23px; }
.workflow p { min-height: 68px; margin: 0; color: var(--graphite); font-size: 13px; }
.workflow-tag { display: inline-block; margin-top: 16px; color: var(--blue); font-size: 10px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.closing-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 70px; }
.closing-cta h2 { margin-bottom: 10px; font-size: clamp(28px, 4vw, 42px); }
.closing-cta p:last-child { margin: 0; color: var(--graphite); }
.article-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: 44px; padding-block: 54px 58px; }
.article-heading { min-width: 0; }
.article-heading h1, .legal-heading h1, .contact-heading h1 { margin: 0 0 17px; font-size: clamp(40px, 6vw, 66px); }
.article-deck { max-width: 610px; margin: 0; color: var(--graphite); font-size: 18px; line-height: 1.55; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.article-tags span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 7px; color: var(--slate); background: var(--paper); font-size: 11px; font-weight: 700; }
.article-image { min-width: 0; padding-left: 20px; }
.article-image img { width: 100%; aspect-ratio: 1.22 / 1; border-radius: 20px; object-fit: cover; box-shadow: var(--shadow); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: start; gap: 54px; padding-block: 12px 70px; }
.prose { min-width: 0; color: var(--slate); font-size: 16px; line-height: 1.75; }
.prose p { margin: 0 0 18px; }
.prose .lead { color: var(--ink); font-size: 19px; line-height: 1.62; }
.prose h2 { margin: 34px 0 12px; font-size: 27px; }
.prose h2:first-of-type { margin-top: 28px; }
.prose ul { padding-left: 23px; }
.prose li { margin-bottom: 7px; }
.prose a { color: #365E6A; font-weight: 700; }
.prose a:hover { color: var(--terra); }
.article-aside { position: sticky; top: 22px; }
.aside-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.aside-card .eyebrow { margin-bottom: 12px; }
.aside-card h2 { margin-bottom: 15px; font-size: 22px; }
.aside-card ol { display: grid; gap: 9px; margin: 0 0 20px; padding-left: 22px; color: var(--slate); font-size: 13px; }
.aside-card .card-link { font-size: 13px; }
.aside-note { display: flex; gap: 12px; margin-top: 18px; padding: 15px; border-left: 3px solid var(--mustard); background: #F9F4E7; }
.aside-note p { margin: 0; color: var(--graphite); font-size: 12px; line-height: 1.55; }
.note-mark { color: var(--terra); font-weight: 800; }
.related-section { padding-block: 25px 72px; border-top: 1px solid var(--line); }
.related-section .section-heading { margin-bottom: 20px; }
.related-section .section-heading h2 { font-size: 32px; }
.related-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.related-links a { display: grid; grid-template-columns: 1fr auto; gap: 6px 16px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: white; text-decoration: none; }
.related-links a span { grid-column: 1 / -1; color: var(--teal); font-size: 10px; font-weight: 760; letter-spacing: .09em; }
.related-links a strong { color: var(--ink); font-size: 16px; }
.related-links a b { color: var(--terra); }
.related-links a:hover { border-color: var(--sage); box-shadow: 0 7px 20px rgba(32,42,50,.06); }
.contact-line { margin: 22px 0 0; color: var(--graphite); }
.legal-main { padding-block: 62px 76px; }
.legal-heading { max-width: 760px; margin-bottom: 32px; }
.legal-heading h1 { font-size: clamp(40px, 5vw, 58px); }
.legal-heading > p:last-child { color: var(--graphite); font-size: 13px; }
.legal-prose { max-width: 850px; }
.legal-prose h2 { margin-top: 30px; font-size: 24px; }
.table-wrap { width: 100%; margin: 22px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
table { width: 100%; border-collapse: collapse; background: white; font-size: 13px; }
th, td { padding: 12px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--ink); background: var(--paper); }
tr:last-child td { border-bottom: 0; }
.contact-main { padding-block: 54px 76px; }
.contact-heading { max-width: 720px; margin-bottom: 32px; }
.contact-heading h1 { font-size: clamp(42px, 5vw, 60px); }
.contact-heading > p:last-child { max-width: 650px; color: var(--graphite); font-size: 17px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); align-items: start; gap: 34px; }
.form-panel, .contact-info { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(32,42,50,.04); }
.form-panel h2, .contact-info h2 { margin-bottom: 20px; font-size: 25px; }
.form-row { display: grid; gap: 7px; margin-bottom: 17px; }
.form-row label { color: var(--ink); font-size: 13px; font-weight: 740; }
.form-row input, .form-row select, .form-row textarea { width: 100%; min-width: 0; padding: 12px 13px; border: 1px solid #AEB5B4; border-radius: 8px; background: var(--white); color: var(--ink); }
.form-row textarea { resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 3px solid rgba(85,122,145,.27); border-color: var(--blue); }
.form-row .is-invalid { border-color: #9B3F37; background: #FFF8F6; }
.field-error { min-height: 0; color: #8D3029; font-size: 12px; }
.field-error:not(:empty) { min-height: 18px; }
.form-status { margin: 0 0 12px; color: var(--slate); font-weight: 680; }
.form-status.is-error { padding: 10px 12px; border-left: 3px solid #9B3F37; background: #FFF3F0; color: #762820; }
.form-status.is-success { padding: 10px 12px; border-left: 3px solid var(--sage); background: #EFF6F1; color: #2E5B43; }
.form-note { margin: 13px 0 0; color: var(--graphite); font-size: 12px; }
.contact-details { display: grid; gap: 18px; }
.contact-info .eyebrow { margin-bottom: 11px; }
.contact-info h2 { font-size: 22px; }
.contact-info > p:not(.eyebrow) { color: var(--graphite); font-size: 13px; }
.contact-info dl { display: grid; grid-template-columns: 1fr; gap: 4px; margin: 20px 0 0; }
.contact-info dt { margin-top: 9px; color: var(--graphite); font-size: 11px; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.contact-info dd { margin: 0; color: var(--ink); overflow-wrap: anywhere; }
.location-block { min-height: 220px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background-color: #E8E6DB; }
.map-grid { position: relative; min-height: 220px; overflow: hidden; background-image: linear-gradient(rgba(85,122,145,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(85,122,145,.12) 1px, transparent 1px); background-size: 28px 28px; }
.map-road { position: absolute; display: block; height: 8px; border: 2px solid var(--white); border-radius: 8px; background: #D3C5A9; }
.road-one { top: 53px; left: -20px; width: 120%; transform: rotate(-13deg); }
.road-two { top: 112px; left: -12%; width: 124%; transform: rotate(16deg); }
.road-three { top: 80px; left: 45%; width: 85%; transform: rotate(72deg); }
.map-route { position: absolute; top: 25px; left: 52%; width: 2px; height: 165px; background: repeating-linear-gradient(to bottom, var(--teal) 0 7px, transparent 7px 13px); transform: rotate(36deg); }
.map-pin { position: absolute; top: 83px; left: 49%; display: grid; width: 34px; height: 34px; place-items: center; border: 5px solid var(--white); border-radius: 50% 50% 50% 0; color: white; background: var(--terra); box-shadow: 0 4px 10px rgba(32,42,50,.18); font-size: 10px; transform: rotate(-45deg); }
.map-label { position: absolute; right: 16px; bottom: 15px; color: var(--slate); font-size: 10px; font-weight: 800; letter-spacing: .1em; line-height: 1.5; }
.map-coordinate { position: absolute; top: 15px; left: 15px; color: var(--graphite); font-size: 10px; letter-spacing: .08em; }
.site-footer { padding-block: 44px 38px; color: #E8E7E1; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(190px, .8fr) minmax(160px, .7fr); gap: 44px; }
.footer-about { min-width: 0; }
.footer-domain { display: inline-block; max-width: 100%; color: white; font-size: 18px; font-weight: 780; overflow-wrap: anywhere; text-decoration: none; }
.footer-domain:hover { color: #F0B89A; }
.footer-about > p { max-width: 400px; color: #CFD2CE; font-size: 13px; }
.footer-about .footer-legal { margin-top: 20px; line-height: 1.8; }
.footer-legal a { color: #F0C0A7; overflow-wrap: anywhere; }
.footer-about small { display: block; margin-top: 18px; color: #C2C8C5; font-size: 11px; }
.footer-title { margin: 0 0 13px; color: #F7F5EF; font-size: 13px; letter-spacing: .04em; }
.footer-links { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #D4D9D5; font-size: 12px; overflow-wrap: anywhere; text-decoration: none; }
.footer-links a:hover { color: #F0B89A; text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 20; right: 20px; bottom: 18px; left: 20px; display: flex; max-width: 1060px; align-items: center; justify-content: space-between; gap: 18px; margin-inline: auto; padding: 14px 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 12px 40px rgba(32,42,50,.18); }
.cookie-copy { min-width: 0; }
.cookie-copy strong { display: block; font-size: 13px; }
.cookie-copy p { margin: 2px 0 0; color: var(--graphite); font-size: 11px; }
.cookie-actions { display: flex; flex: 0 0 auto; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.button-small { min-height: 38px; padding: 8px 11px; font-size: 11px; }
.cookie-preferences { padding: 8px; border: 0; color: var(--slate); background: transparent; font-size: 11px; font-weight: 700; text-decoration: underline; cursor: pointer; }
@media (max-width: 1050px) {
  .site-nav { gap: 12px; }
  .site-nav a { font-size: 12px; }
  .hero { gap: 30px; }
  .workflow { gap: 14px; }
  .workflow li { padding-inline: 15px; }
}
@media (max-width: 767px) {
  .page-wrap, .header-inner { width: min(100% - 36px, var(--content)); }
  .header-inner { min-height: 62px; }
  .brand-name { font-size: 13px; }
  .menu-toggle { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--white); font-size: 12px; font-weight: 730; cursor: pointer; }
  .menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 17px; height: 2px; border-radius: 2px; background: currentColor; }
  .menu-icon { position: relative; }
  .menu-icon::before, .menu-icon::after { position: absolute; left: 0; content: ""; }
  .menu-icon::before { top: -5px; }
  .menu-icon::after { top: 5px; }
  .site-nav { position: absolute; z-index: 15; top: 62px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 8px 18px 16px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 18px rgba(32,42,50,.08); }
  .site-nav.is-visible { display: flex; flex-direction: column; }
  .site-nav a { padding: 12px 10px; border-bottom: 1px solid rgba(32,42,50,.08); font-size: 14px; white-space: normal; }
  .site-nav .nav-contact { margin-top: 9px; border: 0; text-align: center; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-block: 42px 55px; }
  .hero h1 { font-size: clamp(40px, 11vw, 62px); }
  .hero-intro { font-size: 16px; }
  .hero-facts { gap: 20px; margin-top: 30px; }
  .hero-visual { padding: 0 0 0 0; }
  .hero-visual::before { top: -9px; left: -8px; width: 42%; height: 65%; border-radius: 20px; }
  .hero-visual > img { aspect-ratio: 1.22 / 1; border-radius: 18px; }
  .visual-index { right: 0; }
  .section { padding-block: 15px 58px; }
  .section-heading { display: block; margin-bottom: 22px; }
  .section-heading > p { margin-top: 14px; }
  .guide-card { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 12px; }
  .guide-card > img { min-height: 0; max-height: none; aspect-ratio: 1.55 / 1; }
  .card-content { min-height: 220px; padding: 0 7px 8px; }
  .card-content h3 { font-size: 26px; }
  .workflow-section { padding-block: 50px 55px; }
  .workflow { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .workflow li { padding: 17px; }
  .workflow li:not(:last-child)::after { top: auto; right: auto; bottom: -15px; left: 32px; width: 2px; height: 15px; border-top: 0; border-left: 2px dashed var(--teal); }
  .workflow-number { margin-bottom: 10px; }
  .workflow p { min-height: 0; }
  .closing-cta { align-items: flex-start; flex-direction: column; padding-block: 50px; }
  .article-hero { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 40px 36px; }
  .article-heading h1 { font-size: clamp(38px, 10vw, 56px); }
  .article-deck { font-size: 16px; }
  .article-image { padding-left: 0; }
  .article-image img { aspect-ratio: 1.4 / 1; }
  .article-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-bottom: 48px; }
  .article-aside { position: static; }
  .related-links { grid-template-columns: minmax(0, 1fr); }
  .related-section { padding-bottom: 50px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px 20px; }
  .footer-about { grid-column: 1 / -1; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; display: grid; gap: 10px; padding: 12px; }
  .cookie-actions { justify-content: flex-start; }
  .button-small { min-height: 40px; }
  .legal-main, .contact-main { padding-block: 42px 55px; }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 399px) {
  .page-wrap, .header-inner { width: calc(100% - 32px); }
  .brand { gap: 7px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand-name { max-width: 188px; font-size: 11px; }
  .menu-toggle { min-height: 40px; padding: 7px; }
  .menu-label { font-size: 11px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .button { max-width: 100%; }
  .hero-facts { gap: 13px; }
  .hero-facts div { min-width: 73px; }
  .route-note { width: 100%; padding: 13px; }
  .route-stop { font-size: 9px; }
  .card-kicker { font-size: 9px; }
  .card-content h3 { font-size: 23px; }
  .form-panel, .contact-info { padding: 19px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-about { grid-column: auto; }
  .cookie-actions { gap: 5px; }
  .cookie-actions .button-small { flex: 1 1 130px; }
  .cookie-preferences { padding: 8px 3px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}