/*
 * CharterKind v2
 * Loaded after site.css so existing behavior and data hooks remain intact.
 */

:root {
  --ink: #10130f;
  --ink-2: #1a211a;
  --navy: #10130f;
  --navy-deep: #080b08;
  --paper: #f5f6f1;
  --cream: #ecefe7;
  --sand: #e2e6dc;
  --mist: #e8eee9;
  --sage: #ced9ce;
  --brick: #0a6568;
  --brick-dark: #074b4e;
  --gold: #d9ff58;
  --gold-soft: #efffb5;
  --accent: #d9ff58;
  --accent-strong: #c8f337;
  --teal: #0a6568;
  --teal-dark: #074b4e;
  --focus: #ff6b3d;
  --muted: #5a6459;
  --line: #d7ddd2;
  --line-strong: #b7c0b4;
  --line-light: rgba(255, 255, 255, 0.18);
  --surface: #fff;
  --shadow-sm: 0 10px 30px rgba(16, 19, 15, 0.08);
  --shadow-md: 0 18px 48px rgba(16, 19, 15, 0.12);
  --shadow-lg: 0 28px 72px rgba(16, 19, 15, 0.16);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shell: 1280px;
  --header-height: 72px;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { background: var(--paper); scroll-padding-top: calc(var(--header-height) + 20px); }
body { color: var(--ink); background: radial-gradient(circle at 12% 3%, rgba(217,255,88,.08), transparent 24rem), var(--paper); font-size: 16px; line-height: 1.55; }
main:focus { outline: 0; }
main:focus-visible { outline: 3px solid var(--focus); outline-offset: -3px; box-shadow: inset 0 0 0 2px var(--ink); }
::selection { color: var(--ink); background: var(--accent); }
.shell { width: min(var(--shell), calc(100% - 48px)); }
.narrow { width: min(900px, 100%); }
h1, h2, h3, .footer-phone, .partner-contact a[href^="tel"] { font-family: var(--sans); }
h1, h2 { font-weight: 760; }
h1 { max-width: 980px; font-size: clamp(3.1rem, 6vw, 5.9rem); line-height: .98; letter-spacing: -.058em; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.048em; }
h3 { font-size: 1.24rem; line-height: 1.2; letter-spacing: -.025em; }
.eyebrow { margin-bottom: 13px; color: var(--teal-dark); font-size: .72rem; letter-spacing: .14em; }
.fine-print { color: var(--muted); font-size: .82rem; }
.text-link, .text-link-light { min-height: 44px; display: inline-flex; align-items: center; font-size: .84rem; font-weight: 850; text-decoration: underline; text-underline-offset: .25em; }

/* Header */
.announcement { color: #dce3d8; background: var(--navy-deep); font-size: .7rem; }
.announcement .shell { min-height: 34px; padding-block: 5px; }
.announcement a { color: var(--accent); }
.site-header { border-color: rgba(255,255,255,.12); background: rgba(16,19,15,.97); backdrop-filter: blur(18px) saturate(120%); }
.nav-wrap { min-height: var(--header-height); gap: 24px; }
.brand { color: #fff; font-size: .93rem; letter-spacing: .095em; }
.brand-mark { width: 40px; height: 40px; border-radius: 12px; background: var(--accent); box-shadow: none; }
.brand-mark::before, .brand-mark::after, .brand-mark i::before { background: var(--ink); }
.brand-mark i::after { background: var(--focus); box-shadow: -19px 22px 0 var(--teal); }
.desktop-nav { gap: clamp(15px, 1.55vw, 25px); }
.desktop-nav > a { min-height: 44px; padding: 25px 0 22px; color: #d8ded4; font-size: .76rem; }
.desktop-nav > a::after { bottom: 15px; height: 3px; border-radius: 99px; background: var(--accent); }
.desktop-nav > a:hover, .desktop-nav > a[aria-current="page"] { color: #fff; }
.phone-link { color: #fff; }
.phone-link small { color: #aeb9aa; }
.menu-toggle { width: 48px; height: 48px; border-color: rgba(255,255,255,.32); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { background: #fff; }

/* Controls */
.button { min-height: 48px; padding-inline: 21px; border-color: var(--accent); border-radius: 12px; background: var(--accent); color: var(--ink); font-size: .82rem; box-shadow: none; }
.button:hover { border-color: var(--accent-strong); background: var(--accent-strong); color: var(--ink); box-shadow: none; transform: translateY(-2px); }
.button:active { box-shadow: none; transform: none; }
.button-small { min-height: 44px; }
.button-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-dark:hover { border-color: var(--ink-2); background: var(--ink-2); color: #fff; }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.button-secondary { border-color: var(--line-strong); background: var(--surface); color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-outline { border-color: rgba(255,255,255,.58); background: transparent; color: #fff; }
.button-outline:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
input, select, textarea, .field-control, .trip-starter input { min-height: 48px; border-color: #899386; border-radius: 10px; color: var(--ink); }

/* Map-first homepage: 42% order surface, 58% map */
.order-map-hero { height: auto; min-height: max(750px, calc(100svh - var(--header-height) - 34px)); max-height: none; display: grid; grid-template-columns: minmax(450px, 42%) minmax(0, 58%); overflow: hidden; background: var(--paper); }
.order-map-stage { position: relative; inset: auto; grid-column: 2; grid-row: 1; min-height: 100%; background: #dfe8df; }
.order-map-tiles, .order-google-map, .order-map-shade { position: absolute; inset: 0; }
.order-map-tiles { background-color: #dfe8df; filter: saturate(.72) contrast(.96); }
.order-map-shade { background: linear-gradient(90deg, rgba(16,19,15,.13), transparent 18%), linear-gradient(0deg, rgba(16,19,15,.15), transparent 30%); }
.order-map-layout.shell { position: relative; z-index: 4; grid-column: 1; grid-row: 1; width: 100%; height: auto; display: block; margin: 0; padding: clamp(34px,5vw,72px) clamp(28px,4vw,60px) clamp(34px,5vw,72px) max(28px,calc((100vw - var(--shell))/2)); background: radial-gradient(circle at 9% 8%, rgba(217,255,88,.18), transparent 17rem), var(--paper); pointer-events: auto; }
.map-order-panel.trip-starter { width: min(100%, 560px); max-height: none; gap: 14px; overflow: visible; margin: 0 0 0 auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: var(--ink); }
.map-order-intro { gap: 9px; padding: 0 0 8px; }
.map-order-intro h1 { max-width: 530px; color: var(--ink); font-size: clamp(2.75rem,4.25vw,4.7rem); font-weight: 780; line-height: .98; letter-spacing: -.058em; }
.map-order-intro > p:last-child { max-width: 490px; color: var(--muted); font-size: .87rem; }
.map-route-fields { gap: 4px; padding: 8px 14px; border-color: var(--line-strong); border-radius: 16px; box-shadow: var(--shadow-sm); }
.map-route-fields label { padding-left: 29px; }
.map-route-fields label + label { padding-top: 5px; }
.map-route-fields input { min-height: 48px; border: 0; border-radius: 0; background: transparent; font-size: .93rem; }
.map-route-line { top: 33px; bottom: 31px; left: 25px; background: var(--line-strong); }
.map-route-line i { background: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
.map-route-line i:last-child { background: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.map-location-row { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.map-location-status { min-height: 0; margin: 0; font-size: .74rem; }
.map-link-row { flex: 0 0 auto; margin: 0; }
.map-link-row a { min-height: 44px; color: var(--teal-dark); font-size: .73rem; }
.map-order-details { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.map-order-details label, .trip-starter label { min-width: 0; }
.trip-starter label > span { color: #485246; font-size: .69rem; letter-spacing: .045em; }
.map-order-details input { min-width: 0; border-color: var(--line-strong); background: var(--surface); }
.map-vehicle-details { border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.66); }
.map-vehicle-details summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 14px; color: var(--ink); font-size: .74rem; font-weight: 850; cursor: pointer; }
.map-vehicle-details summary strong { color: var(--teal-dark); font-size: .68rem; }
.map-vehicle-details[open] summary { border-bottom: 1px solid var(--line); }
.map-vehicle-details .ride-class-picker { padding: 14px 12px 5px; }
.ride-choice-deck { grid-auto-columns: 122px; }
.map-order-panel .ride-choice > .ride-choice-body { min-height: 102px; border-color: var(--line-strong); border-radius: 12px; }
.ride-choice input:checked + .ride-choice-body { border-color: var(--teal); background: #eff8f4; box-shadow: inset 0 0 0 1px var(--teal); }
.ride-choice input:checked + .ride-choice-body b { background: var(--teal); }
.map-order-panel.trip-starter > .map-order-submit { min-height: 56px; border-radius: 12px; font-size: .9rem; }
.map-order-panel.trip-starter > p { font-size: .74rem; }
.hero-signal-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 13px 0 0; border-top: 1px solid var(--line); color: #3f493e; font-size: .72rem; font-weight: 800; list-style: none; }
.hero-signal-list li { position: relative; padding-left: 15px; }
.hero-signal-list li::before { content: ""; position: absolute; left: 0; top: .52em; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.map-location-control { right: 24px; top: 24px; min-height: 48px; border-color: rgba(16,19,15,.22); color: var(--ink); }
.map-location-control span { color: var(--teal); }
.map-provider-badge { right: 24px; bottom: 48px; border-radius: 10px; background: rgba(16,19,15,.92); }
.map-attribution { right: 24px; bottom: 18px; color: var(--ink); }
.order-current-pin { background: var(--teal); }

/* Home proof, paths and stories */
.proof-strip { border: 0; background: var(--ink); }
.proof-grid { border-left: 1px solid var(--line-light); }
.proof-grid > div { min-height: 154px; padding: 28px; border-right-color: var(--line-light); }
.proof-grid > div + div { padding-left: 28px; }
.proof-grid span { margin-bottom: 22px; color: var(--accent); }
.proof-grid strong { color: #fff; font-size: 1rem; }
.proof-grid p { color: #bdc7b9; font-size: .8rem; }
.section { padding-block: clamp(72px,8vw,104px); }
.section-sand { background: var(--cream); }
.section-mist { background: var(--mist); }
.section-dark { background: var(--ink); }
.section-dark .eyebrow { color: var(--accent); }
.section-head { gap: 40px; margin-bottom: 40px; }
.section-head > div:first-child { max-width: 850px; }
.section-intro { max-width: 760px; margin-top: 16px; font-size: 1rem; }
.path-grid { gap: 16px; }
.path-card { min-height: 320px; padding: 26px; border-color: var(--line); border-radius: var(--radius); box-shadow: 0 1px 0 rgba(16,19,15,.03); }
.path-card:hover { border-color: var(--teal); box-shadow: var(--shadow-md); }
.path-card > span { color: var(--teal-dark); font-size: .69rem; }
.path-card h3 { padding-top: 58px; font-size: 1.9rem; font-weight: 760; }
.path-card p { font-size: .88rem; }
.path-primary { border-color: var(--ink); background: var(--ink); color: #fff; }
.path-primary > span, .path-primary > strong::after { color: var(--accent); }
.path-primary p { color: #c3cdc0; }
.home-events { background: var(--surface); }
.home-event-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.home-event-card { display: grid; grid-template-columns: minmax(120px,.36fr) minmax(0,1fr); gap: 22px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform 160ms ease,border-color 160ms ease,box-shadow 160ms ease; }
.home-event-card:hover, .home-event-card:focus-within { border-color: var(--teal); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.home-event-date { display: grid; align-content: start; gap: 7px; padding-right: 20px; border-right: 1px solid var(--line); }
.home-event-date time { color: var(--teal-dark); font-size: .86rem; font-weight: 900; }
.home-event-date span { color: var(--muted); font-size: .74rem; }
.home-event-card .card-tag { margin-bottom: 11px; }
.home-event-card h3 { font-size: 1.35rem; }
.home-event-card p:not(.card-tag) { margin: 8px 0 0; color: var(--muted); font-size: .83rem; }
.home-event-actions { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 5px; border-top: 1px solid var(--line); }
.home-event-actions .card-link { margin: 0; padding: 0 13px; border-radius: 10px; background: var(--accent); color: var(--ink); }
.operations-story { color: #fff; background: var(--ink); }
.operations-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); gap: clamp(45px,7vw,92px); align-items: center; }
.operations-media { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink-2); }
.operations-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 65%,rgba(8,11,8,.72)); pointer-events: none; }
.operations-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.operations-media > span { position: absolute; left: 20px; bottom: 20px; z-index: 1; padding: 9px 12px; border-radius: 8px; background: rgba(16,19,15,.88); font-size: .68rem; font-weight: 850; }
.operations-copy .eyebrow { color: var(--accent); }
.operations-copy p:not(.eyebrow) { color: #c3cdc0; }
.operations-checks { margin-top: 28px; border-top: 1px solid var(--line-light); }
.operations-checks > div { display: grid; grid-template-columns: minmax(120px,.38fr) minmax(0,1fr); gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line-light); }
.operations-checks strong { color: var(--accent); font-size: .8rem; }
.operations-checks span { color: #c3cdc0; font-size: .8rem; }
.explore-network { background: var(--cream); }
.network-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.network-heading > div { max-width: 760px; }
.network-heading p:not(.eyebrow) { color: var(--muted); }
.city-grid { gap: 10px; border: 0; }
.city-link, .city-link:nth-child(n) { position: relative; min-height: 74px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 12px 46px 12px 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ink); font-size: .82rem; }
.city-link small { color: var(--muted); }
.city-link::after { position: absolute; top: 50%; right: 17px; transform: translateY(-50%); }
.city-link:hover { border-color: var(--teal); color: var(--teal-dark); }
.network-lower { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: clamp(34px,6vw,78px); align-items: start; margin-top: 72px; }
.network-cta { padding: clamp(28px,4vw,42px); border-radius: var(--radius-lg); background: var(--ink); color: #fff; box-shadow: var(--shadow-md); }
.network-cta .eyebrow { color: var(--accent); }
.network-cta h2 { font-size: clamp(2rem,3.4vw,3.4rem); }
.network-cta p { color: #c3cdc0; }
.network-cta .button { width: 100%; margin-top: 17px; }
.network-phone { min-height: 44px; display: flex; align-items: center; margin-top: 10px; color: #fff; font-size: .82rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }

/* One coherent card language */
:is(.card,.experience-card,.package-card,.blueprint-card,.itinerary-card,.account-paths article,.operator-compare article,.range-explorer,.price-table) { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 1px 0 rgba(16,19,15,.03); }
:is(.card,.experience-card,.package-card,.blueprint-card,.itinerary-card) { padding: 25px; transition: transform 160ms ease,border-color 160ms ease,box-shadow 160ms ease; }
:is(.card,.experience-card,.package-card,.blueprint-card,.itinerary-card):hover,
:is(.card,.experience-card,.package-card,.blueprint-card,.itinerary-card):focus-within { border-color: var(--teal); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
:is(.card,.experience-card,.package-card,.blueprint-card,.itinerary-card) h3 { font-family: var(--sans); font-weight: 750; }
:is(.card,.experience-card,.package-card,.blueprint-card,.itinerary-card) p { color: var(--muted); font-size: .84rem; }
.card-tag, .experience-card .status { padding: 6px 9px; border: 1px solid #b9cbc4; border-radius: 99px; background: #e9f3ef; color: var(--teal-dark); font-size: .64rem; }
.card-link { min-height: 44px; color: var(--ink); font-size: .78rem; }
.card-link::after, .city-link::after, .package-card > a::after { color: var(--teal); }
.venue-product-link { min-height: 46px; border-color: var(--teal-dark); border-radius: 10px; background: var(--teal-dark); font-size: .75rem; }
.venue-product-link::after { color: var(--accent); }
.venue-product-link:hover { border-color: var(--ink); background: var(--ink); }
.venue-disclosure { color: var(--muted) !important; font-size: .72rem !important; }
.notice { padding: 20px 22px; border: 1px solid #d7dfae; border-left: 5px solid var(--accent-strong); border-radius: 12px; background: #fbffe9; color: #485246; font-size: .84rem; }
.notice strong { color: var(--ink); }
.itinerary-grid, .experience-grid, .blueprint-grid { gap: 18px; }
.itinerary-card, .venue-package-card, .live-event-card, .national-product-card, .blueprint-card { min-height: auto; }
.itinerary-stop { margin-top: 21px; padding: 18px; border-color: var(--line); border-radius: 14px; background: var(--paper); }
.itinerary-stop > span, .blueprint-card dt { color: var(--teal-dark); font-size: .66rem; }
.itinerary-stop h4 { font-family: var(--sans); font-size: 1.2rem; font-weight: 750; }
.itinerary-stop a { color: var(--teal-dark); }
.blueprint-card h3 { margin-top: 30px; font-size: 1.65rem; }
.blueprint-number { color: var(--teal-dark); font-family: var(--sans); font-weight: 850; }
.faq-list { border-top-color: var(--line-strong); }
.faq-item { border-bottom-color: var(--line-strong); }
.faq-item summary { min-height: 56px; padding-block: 20px; font-size: .95rem; }
.faq-item summary::after { color: var(--teal); font-family: var(--sans); }
.faq-item p { font-size: .9rem; }

/* Compact public page heroes */
.page-hero, .quote-hero { padding-block: 52px 58px; color: #fff; background: radial-gradient(circle at 89% 8%,rgba(217,255,88,.13),transparent 24rem), var(--ink); }
.page-hero::after, .quote-hero::after { right: -180px; top: -300px; border-color: rgba(217,255,88,.14); box-shadow: 0 0 0 64px rgba(217,255,88,.025); }
.page-hero-grid { grid-template-columns: minmax(0,1fr) minmax(290px,.34fr); gap: clamp(38px,6vw,76px); align-items: center; }
.page-hero h1, .quote-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.9rem,5.6vw,5rem); }
.page-hero .eyebrow, .quote-hero .eyebrow { color: var(--accent); }
.page-hero .lede, .quote-hero .lede { margin-top: 20px; color: #c7d0c3; font-size: 1.04rem; }
.page-hero .breadcrumbs, .quote-hero .breadcrumbs { margin-bottom: 28px; color: #b8c2b4; }
.page-hero .breadcrumbs a, .quote-hero .breadcrumbs a { text-decoration-color: rgba(255,255,255,.5); }
.page-hero .breadcrumbs li + li::before, .quote-hero .breadcrumbs li + li::before { color: #879184; }
.page-aside { padding: 24px; border: 1px solid var(--line-light); border-top: 4px solid var(--accent); border-radius: var(--radius); background: rgba(255,255,255,.07); color: #fff; box-shadow: none; }
.aside-label { margin-bottom: 25px; color: var(--accent); font-size: .66rem; }
.page-aside h2 { color: #fff; font-family: var(--sans); font-size: 1.4rem; font-weight: 740; }
.page-aside p { color: #c7d0c3; font-size: .82rem; }
.final-cta { padding-top: 24px; }
.cta-band { padding: clamp(36px,6vw,68px); border-radius: var(--radius-lg); background: var(--teal-dark); }
.cta-band .eyebrow { color: var(--accent); }
.cta-band p { color: #d1e1dc; }

/* Packages: command center plus four compact horizontal product rails */
.package-command { padding-block: 38px; border-bottom: 1px solid var(--line); background: var(--cream); }
.package-command > .shell { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: clamp(28px,5vw,70px); align-items: end; }
.package-command h2 { max-width: 560px; font-size: clamp(1.85rem,3vw,3rem); }
.package-command-nav { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.package-command-nav a { min-height: 92px; display: grid; align-content: space-between; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.package-command-nav a:hover { border-color: var(--teal); box-shadow: var(--shadow-sm); }
.package-command-nav strong { color: var(--teal-dark); font-size: 1.25rem; }
.package-command-nav span { color: var(--muted); font-size: .7rem; font-weight: 800; line-height: 1.3; }
.package-principles { background: var(--ink); }
.package-principles-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line-light); }
.package-principles-grid > div { padding: 24px; background: var(--ink); }
.package-principles-grid strong { color: var(--accent); }
.package-principles-grid p { color: #c3cdc0; font-size: .82rem; }
.live-event-feature { background: linear-gradient(180deg,rgba(217,255,88,.13),transparent 22rem), var(--cream); }
#live-events .product-grid,
#venue-packages .product-grid,
#provider-directories .product-grid,
#blueprints .product-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(300px,31%); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 4px 3px 20px; scroll-padding-inline: 3px; scroll-snap-type: inline mandatory; scrollbar-color: var(--teal) var(--cream); }
#live-events .product-card,
#venue-packages .product-card,
#provider-directories .product-card,
#blueprints .product-card { min-height: 430px; scroll-snap-align: start; scroll-snap-stop: normal; }
#provider-directories .product-card { min-height: 370px; }
#blueprints .product-card { min-height: 400px; }
.live-event-card .event-date, .live-event-card > strong, .national-product-card > strong, .venue-package-card .venue-name { color: var(--teal-dark); }
.venue-separation { border-left-color: var(--accent-strong); border-radius: 8px; background: var(--cream); font-size: .72rem !important; }
.catalog-section { background: var(--paper); }
.filter-bar { top: var(--header-height); padding-block: 18px; border-color: var(--line); background: rgba(245,246,241,.97); }
.filter-layout { display: grid; grid-template-columns: minmax(250px,.7fr) minmax(300px,.7fr) minmax(0,1.6fr); gap: 18px; align-items: end; }
.filter-layout > div:first-child h2 { font-size: clamp(1.5rem,2.5vw,2.4rem); }
.filter-layout > div:first-child .eyebrow { margin-bottom: 7px; }
.filter-search { min-width: 0; }
.filter-search > span { color: #485246; font-size: .68rem; }
.filter-pills { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.filter-pill { min-height: 44px; padding-inline: 15px; border-color: var(--line-strong); background: var(--surface); color: var(--ink); font-size: .74rem; white-space: nowrap; }
.filter-pill[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: #fff; }
.package-count { font-size: .82rem; }
.package-grid { gap: 15px; }
.package-card { min-height: 260px; }
.package-card h3 { font-size: 1.25rem; }
.package-card p { font-size: .82rem; }
.package-card > a { min-height: 46px; font-size: .77rem; }
.catalog-more { min-width: 220px; display: flex; margin: 28px auto 0; }
.catalog-more[hidden] { display: none; }
.catalog-empty { border-radius: var(--radius); background: var(--surface); }

/* Quote: order form first, compact supporting context second */
.quote-hero-v2 { padding-block: 40px 46px; }
.quote-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: clamp(38px,6vw,80px); align-items: end; }
.quote-hero-signals { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding: 0; border: 1px solid var(--line-light); border-radius: var(--radius); list-style: none; overflow: hidden; }
.quote-hero-signals li { min-height: 130px; display: grid; align-content: end; gap: 5px; padding: 19px; background: rgba(255,255,255,.06); }
.quote-hero-signals li + li { border-left: 1px solid var(--line-light); }
.quote-hero-signals strong { color: var(--accent); font-size: .78rem; }
.quote-hero-signals span { color: #c7d0c3; font-size: .7rem; }
.quote-section { padding-top: 52px; }
.quote-layout-v2 { grid-template-columns: minmax(560px,1.35fr) minmax(300px,.65fr); gap: clamp(32px,5vw,62px); }
.quote-layout-v2 .quote-form { order: 1; }
.quote-layout-v2 .quote-sidebar { order: 2; }
.quote-form { overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--accent-strong); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.quote-sidebar { top: calc(var(--header-height) + 24px); }
.quote-sidebar h2 { font-size: clamp(1.9rem,3vw,3rem); }
.quote-sidebar-compact .order-pipeline { margin-block: 25px; }
.order-pipeline li { grid-template-columns: 48px 1fr; padding-block: 13px; }
.order-pipeline li.current::before { background: var(--teal); }
.order-pipeline li > span { color: var(--teal-dark); }
.quote-sidebar-note { margin-top: 18px; }
.contact-tile { padding: 23px; border: 1px solid var(--line-light); border-top: 4px solid var(--accent); border-radius: var(--radius); background: var(--ink); }
.contact-tile > span { color: var(--accent); }
.contact-tile p { color: #c3cdc0; }
.form-intro { padding: 22px 28px; background: var(--cream); }
.form-intro h2 { color: var(--teal-dark); font-size: .72rem; }
.form-intro > div > span { font-size: .63rem; }
.draft-tools { padding-inline: 28px; background: #f8f9f5; }
.draft-tools p, .field-help, .quote-location-status { font-size: .72rem; }
.form-section { padding: 30px 28px; }
.form-section legend { font-family: var(--sans); font-size: 1.35rem; font-weight: 760; }
.form-section legend > span { color: var(--teal-dark); font-size: .68rem; }
.field > span, .field > label { color: #3f493e; font-size: .74rem; }
.field-control { min-height: 52px; border-color: #899386; border-radius: 10px; }
.quote-location-button { min-height: 52px; border-color: var(--line-strong); border-radius: 10px; background: var(--cream); color: var(--ink); }
.quote-location-button > span:first-child { color: var(--teal); }
.quick-order-options { border-radius: 12px; background: var(--cream); }
.quick-order-disclosure { border-left-color: var(--accent-strong); border-radius: 8px; background: var(--cream); color: #485246; font-size: .76rem; }
.quick-order-actions .button { min-height: 56px; }
.quick-order-actions p, .quick-order .fine-print { font-size: .74rem; }
.selected-itinerary { background: #e9f3ef; }
.selected-itinerary span, .text-button { color: var(--teal-dark); }
.selected-itinerary strong { color: var(--ink); font-family: var(--sans); font-weight: 750; }
.text-button { min-height: 44px; }
.form-actions { padding-inline: 28px; }
.order-truth-compact { background: var(--cream); }

/* City hubs combine a prefilled order path with researched local planning guides. */
.city-order-hero { padding-block: 44px 54px; }
.city-order-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); gap: clamp(38px,6vw,78px); align-items: center; }
.city-order-copy h1 { color: #fff; font-size: clamp(2.8rem,5.3vw,4.8rem); }
.city-order-copy > p:not(.eyebrow) { max-width: 720px; color: #c3cdc0; }
.city-order-card { overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius-lg); background: #fff; color: var(--ink); box-shadow: var(--shadow-lg); }
.city-order-photo { position: relative; min-height: 210px; overflow: hidden; background: var(--ink-2); }
.city-order-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.city-order-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(8,11,8,.72)); }
.city-order-photo > span { position: absolute; left: 18px; bottom: 15px; z-index: 1; color: #fff; font-size: .68rem; font-weight: 850; }
.city-order-card-body { padding: 23px; }
.city-order-card .aside-label { margin-bottom: 8px; color: var(--teal-dark); }
.city-order-card h2 { font-size: 1.7rem; }
.city-intent-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.city-intent-grid a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 99px; background: var(--paper); font-size: .72rem; font-weight: 850; }
.city-intent-grid a:hover { border-color: var(--teal); color: var(--teal-dark); }
.city-order-main { position: relative; min-height: 80px; display: grid; gap: 2px; margin-top: 18px; padding: 14px 48px 14px 16px; border-radius: 12px; background: var(--accent); color: var(--ink); }
.city-order-main::after { content: "→"; position: absolute; align-self: center; justify-self: end; font-size: 1.2rem; }
.city-order-main span { font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.city-order-main strong { font-size: 1rem; }
.city-order-main small { color: #414a36; font-size: .7rem; }
.city-order-card .network-phone { color: var(--teal-dark); }
.city-local-section { padding-top: 0; background: var(--surface); }
.city-page-nav { min-height: 68px; display: flex; align-items: center; gap: 8px 22px; margin-bottom: clamp(55px,7vw,92px); padding: 12px 18px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 14px 14px; background: var(--paper); }
.city-page-nav span { margin-right: auto; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.city-page-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-2); font-size: .74rem; font-weight: 800; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; }
.city-page-nav a:hover { color: var(--teal-dark); text-decoration-color: currentColor; }
.city-local-layout { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); gap: clamp(36px,7vw,110px); align-items: start; }
.city-local-heading { position: sticky; top: calc(var(--header-height) + 28px); }
.city-local-heading h2 { max-width: 680px; }
.city-overview { max-width: 790px; }
.city-overview p { color: var(--ink-2); font-size: clamp(1.03rem,1.4vw,1.22rem); line-height: 1.78; }
.city-overview p + p { margin-top: 24px; }
.city-fact-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin-top: clamp(52px,6vw,78px); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line); }
.city-fact-card { min-width: 0; padding: 28px 24px 30px; border-left: 1px solid var(--line); }
.city-fact-card:first-child { border-left: 0; }
.city-fact-number { display: block; margin-bottom: 23px; color: var(--teal-dark); font-family: var(--display); font-size: 1.25rem; font-weight: 700; }
.city-fact-card h3 { min-height: 2.6em; font-family: var(--sans); font-size: 1.05rem; font-weight: 780; }
.city-fact-card p { color: var(--muted); font-size: .8rem; line-height: 1.68; }
.city-source-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 17px; color: var(--teal-dark); font-size: .71rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.city-source-link::after { content: "↗"; margin-left: 7px; }
.city-research-note { max-width: 920px; margin: 22px 0 0 auto; color: var(--muted); font-size: .72rem; }
.city-route-blueprints { background: var(--cream); }
.city-route-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.city-route-card { min-width: 0; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.city-route-card h3 { font-family: var(--sans); font-size: 1.35rem; font-weight: 780; }
.city-route-card > p { color: var(--muted); font-size: .84rem; line-height: 1.65; }
.city-route-card .card-link { margin-top: auto; padding-top: 21px; }
.city-route-stops { position: relative; display: grid; gap: 0; margin: 24px 0; padding: 0; list-style: none; }
.city-route-stops::before { content: ""; position: absolute; top: 22px; bottom: 22px; left: 17px; width: 1px; background: var(--line-strong); }
.city-route-stops li { position: relative; z-index: 1; min-height: 50px; display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 11px; align-items: center; color: var(--ink-2); font-size: .78rem; font-weight: 760; }
.city-route-stops li > span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--surface); color: var(--teal-dark); font-size: .64rem; }
.city-booking-section { background: var(--ink); color: #fff; }
.city-booking-layout { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); gap: clamp(40px,7vw,105px); align-items: start; }
.city-booking-layout > div:first-child > p:not(.eyebrow) { max-width: 610px; color: #b9c4b6; }
.city-booking-layout .button { margin-top: 23px; }
.city-check-grid { border-top: 1px solid rgba(255,255,255,.26); }
.city-check-card { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.city-check-card > span { color: var(--accent); font-family: var(--display); font-size: 1.4rem; }
.city-check-card h3 { color: #fff; font-family: var(--sans); font-size: 1.06rem; font-weight: 780; }
.city-check-card p { margin: 6px 0 0; color: #b9c4b6; font-size: .82rem; line-height: 1.65; }
.itinerary-order-link { min-height: 48px; margin-bottom: 15px; padding: 0 13px; border-radius: 10px; background: var(--accent); color: var(--ink); }
.itinerary-order-link::after { color: var(--ink); }

/* Supporting pages and footer */
.timeline, .process-grid, .commitment-grid, .vehicle-guide-grid { border-top-color: var(--line-strong); }
.timeline-step::before, .process-stage > span, .commitment-grid article > span, .vehicle-guide-card > span, .partner-package > span { color: var(--teal-dark); }
.vehicle-preview { background: var(--cream); }
.vehicle-grid { overflow: hidden; border-radius: var(--radius); }
.vehicle-grid article { min-height: 290px; }
.vehicle-grid h3, .compact-grid h3, .standard-grid h3, .operator-compare h3, .process-stage h2, .account-paths h2, .partner-package h3 { font-family: var(--sans); font-weight: 750; }
.vehicle-icon { border-color: var(--ink); border-radius: 10px; background: var(--cream); }
.vehicle-icon::before { background-color: var(--ink-2); }
.vehicle-icon-access { border-color: var(--teal); }
.media-frame, .columbus-media { border-radius: var(--radius-lg); }
.account-paths { gap: 18px; }
.account-paths article { min-height: 540px; }
.range-explorer { border-top-color: var(--accent-strong); }
.range-result { border-radius: 12px; background: var(--ink); }
.range-result > span { color: var(--accent); }
.price-table { border-top-color: var(--teal); }
.price-table .aside-label { color: var(--teal-dark); }
.app-hero { color: #fff; background: var(--ink); }
.app-hero .eyebrow { color: var(--accent); }
.app-hero h1 { color: #fff; }
.app-hero-copy > .lede { color: #c3cdc0; }
.app-preview { border-radius: var(--radius-lg); background: linear-gradient(145deg,#e1ebe2,var(--cream) 60%,#dce7b7); }
.app-phone { border-color: var(--navy-deep); border-radius: 42px; color: var(--ink); }
.app-phone-top > span { background: var(--ink); }
.site-footer { padding: 66px 0 38px; color: #bec8ba; background: radial-gradient(circle at 12% 0%,rgba(217,255,88,.08),transparent 22rem), var(--navy-deep); }
.footer-grid { gap: 42px; }
.footer-brand p { font-size: .82rem; }
.footer-phone { color: var(--accent); font-size: 1.55rem; font-weight: 760; }
.footer-nav h2 { color: var(--accent); font-size: .68rem; }
.footer-nav a { min-height: 32px; font-size: .8rem; }
.footer-nav .footer-app-link { color: var(--accent); }
.footer-bottom { color: #8f9b8b; }

@media (max-width: 1220px) and (min-width: 1061px) {
  .order-map-hero { grid-template-columns: minmax(430px,44%) minmax(0,56%); }
  .order-map-layout.shell { padding-inline: 28px; }
  .map-order-intro h1 { font-size: clamp(2.55rem,4vw,3.9rem); }
  #live-events .product-grid,
  #venue-packages .product-grid,
  #provider-directories .product-grid,
  #blueprints .product-grid { grid-auto-columns: minmax(300px,40%); }
}

@media (max-width: 1060px) {
  :root { --header-height: 70px; }
  .shell { width: min(var(--shell),calc(100% - 36px)); }
  .mobile-nav { color: #fff; background: var(--ink); }
  .mobile-nav > a:not(.button) { border-bottom-color: var(--line-light); color: #fff; font-family: var(--sans); font-size: 1.35rem; font-weight: 730; }
  .mobile-nav > a[aria-current="page"], .mobile-nav .mobile-phone { color: var(--accent) !important; }
  .order-map-hero { grid-template-columns: minmax(410px,46%) minmax(0,54%); }
  .order-map-layout.shell { padding-inline: 24px; }
  .map-order-panel.trip-starter { width: 100%; }
  .home-event-grid, .operations-grid, .network-lower, .partner-form-layout { grid-template-columns: 1fr; }
  .operations-media { min-height: 480px; }
  .package-command > .shell { grid-template-columns: 1fr; }
  .package-command-nav { grid-template-columns: repeat(5,minmax(130px,1fr)); overflow-x: auto; padding-bottom: 6px; }
  #live-events .product-grid,
  #venue-packages .product-grid,
  #provider-directories .product-grid,
  #blueprints .product-grid { grid-auto-columns: minmax(290px,46%); }
  .filter-layout { grid-template-columns: minmax(240px,.8fr) minmax(280px,1fr); }
  .filter-pills { grid-column: 1/-1; }
  .package-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .quote-hero-grid { grid-template-columns: 1fr; }
  .quote-hero-signals { max-width: 760px; }
  .quote-layout-v2 { grid-template-columns: 1fr; }
  .quote-layout-v2 .quote-form { order: 1; }
  .quote-layout-v2 .quote-sidebar { position: static; order: 2; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.8fr); gap: 18px 28px; }
  .quote-sidebar-compact > .eyebrow, .quote-sidebar-compact > h2, .quote-sidebar-compact .order-pipeline { grid-column: 1; }
  .quote-sidebar-compact .contact-tile { grid-column: 2; grid-row: 1/4; align-self: start; margin: 0; }
  .quote-sidebar-compact .quote-sidebar-note { grid-column: 2; margin: 0; }
  .city-order-hero-grid { grid-template-columns: 1fr; }
  .city-order-copy { max-width: 800px; }
  .city-order-card { max-width: 720px; display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); }
  .city-order-photo { min-height: 100%; }
  .city-fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .city-fact-card:nth-child(odd) { border-left: 0; }
  .city-fact-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .city-route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .city-route-card:last-child { grid-column: 1/-1; }
  .mobile-action-bar { border-color: rgba(255,255,255,.22); border-radius: 14px; background: rgba(16,19,15,.97); }
  .mobile-action-bar a:last-child { background: var(--accent); color: var(--ink); }
}

/* Map first, order form second. Neither surface nests a vertical scroller. */
@media (max-width: 900px) {
  .order-map-hero { min-height: 0; display: flex; flex-direction: column; overflow: visible; }
  .order-map-stage { order: 1; width: 100%; height: clamp(320px,42svh,430px); min-height: 320px; }
  .order-map-layout.shell { order: 2; width: 100%; padding: 30px max(24px,calc((100vw - 680px)/2)) 44px; }
  .map-order-panel.trip-starter { width: min(100%,680px); max-height: none; overflow: visible; margin-inline: auto; }
  .map-location-control { top: 16px; right: 18px; }
  .map-provider-badge { right: 18px; bottom: 43px; }
  .map-attribution { right: 18px; bottom: 14px; }
  .order-current-pin { top: 53%; }
  .proof-grid, .path-grid, .experience-grid, .blueprint-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .network-heading { align-items: flex-start; flex-direction: column; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-aside { max-width: 650px; }
  .city-local-layout, .city-booking-layout { grid-template-columns: 1fr; }
  .city-local-heading { position: static; }
  .city-local-heading h2 { max-width: 760px; }
  .city-overview { max-width: 760px; }
  #live-events .product-grid,
  #venue-packages .product-grid,
  #provider-directories .product-grid,
  #blueprints .product-grid { grid-auto-columns: minmax(290px,64%); }
}

@media (max-width: 720px) {
  .shell { width: min(var(--shell),calc(100% - 28px)); }
  h1 { font-size: clamp(2.75rem,13vw,4.6rem); }
  h2 { font-size: clamp(2rem,9.5vw,3.25rem); }
  .section { padding-block: 68px; }
  .order-map-stage { height: clamp(300px,40svh,380px); min-height: 300px; }
  .order-map-layout.shell { padding: 26px 18px 38px; }
  .map-order-panel.trip-starter { padding: 0; border: 0; border-radius: 0; }
  .map-order-intro h1 { font-size: clamp(2.45rem,12vw,3.5rem); }
  .map-location-row { align-items: flex-start; flex-direction: column; gap: 0; }
  .hero-signal-list { gap: 8px 14px; }
  .proof-grid, .path-grid, .home-event-grid, .experience-grid, .blueprint-grid, .package-grid, .operations-grid, .network-lower { grid-template-columns: 1fr; }
  .proof-grid { border-left: 0; }
  .proof-grid > div:nth-child(n) { min-height: auto; padding: 24px 0; border-top: 1px solid var(--line-light); }
  .proof-grid > div:first-child { border-top: 0; }
  .path-card { min-height: 265px; }
  .home-event-card { grid-template-columns: minmax(105px,.32fr) minmax(0,1fr); gap: 17px; padding: 20px; }
  .home-event-actions { grid-template-columns: 1fr; }
  .operations-media { min-height: 390px; }
  .operations-checks > div { grid-template-columns: 1fr; gap: 5px; }
  .network-lower { margin-top: 56px; }
  .page-hero, .quote-hero { padding-block: 42px 48px; }
  .page-hero h1, .quote-hero h1, .city-order-copy h1 { font-size: clamp(2.65rem,12.5vw,4rem); }
  .page-hero-grid { gap: 32px; }
  .package-command { padding-block: 30px; }
  .package-command-nav { grid-template-columns: repeat(5,140px); }
  .package-command-nav a { min-height: 84px; }
  .package-principles-grid { grid-template-columns: 1fr; }
  #live-events .product-grid,
  #venue-packages .product-grid,
  #provider-directories .product-grid,
  #blueprints .product-grid { grid-auto-columns: minmax(280px,86%); }
  .filter-bar { position: static; }
  .filter-layout { grid-template-columns: 1fr; }
  .filter-pills { grid-column: auto; }
  .quote-hero-signals { grid-template-columns: 1fr; }
  .quote-hero-signals li { min-height: 86px; }
  .quote-hero-signals li + li { border-top: 1px solid var(--line-light); border-left: 0; }
  .quote-layout-v2 .quote-sidebar { display: block; }
  .quote-sidebar-compact .contact-tile, .quote-sidebar-compact .quote-sidebar-note { margin-top: 18px; }
  .form-intro, .draft-tools, .form-section, .form-actions { padding-inline: 20px; }
  .quick-order-grid, .field-grid, .quick-order-actions, .form-actions { grid-template-columns: 1fr; }
  .quote-location-input { grid-template-columns: 1fr; }
  .quote-location-button, .quick-order-actions .button { width: 100%; }
  .city-order-card { display: block; }
  .city-order-photo { min-height: 220px; }
  .city-page-nav { align-items: flex-start; flex-wrap: wrap; padding: 14px; }
  .city-page-nav span { flex-basis: 100%; margin-right: 0; }
  .city-page-nav a { flex: 1 1 calc(50% - 11px); }
  .city-fact-grid, .city-route-grid { grid-template-columns: 1fr; }
  .city-fact-card:nth-child(n) { border-left: 0; border-top: 1px solid var(--line); }
  .city-fact-card:first-child { border-top: 0; }
  .city-fact-card h3 { min-height: 0; }
  .city-route-card:last-child { grid-column: auto; }
  .city-check-card { grid-template-columns: 46px minmax(0,1fr); }
  .cta-band { border-radius: var(--radius); }
  .footer-nav a { min-height: 44px; }
}

@media (max-width: 430px) {
  :root { --header-height: 66px; }
  .shell { width: min(var(--shell),calc(100% - 24px)); }
  .brand > span:last-child { max-width: 170px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-wrap { min-height: var(--header-height); }
  .order-map-stage { height: 290px; min-height: 290px; }
  .map-location-control { left: 12px; right: auto; top: 12px; min-height: 44px; }
  .map-provider-badge { right: 12px; bottom: 39px; }
  .map-attribution { right: 12px; bottom: 11px; }
  .order-map-layout.shell { padding-inline: 14px; }
  .map-order-details { grid-template-columns: 1fr; }
  .hero-signal-list { display: grid; grid-template-columns: 1fr; }
  .home-event-card { grid-template-columns: 1fr; }
  .home-event-date { padding: 0 0 13px; border-right: 0; border-bottom: 1px solid var(--line); }
  .operations-media { min-height: 320px; }
  .network-cta { padding: 24px; }
  .page-hero h1, .quote-hero h1, .city-order-copy h1 { font-size: clamp(2.45rem,13vw,3.45rem); }
  #live-events .product-grid,
  #venue-packages .product-grid,
  #provider-directories .product-grid,
  #blueprints .product-grid { grid-auto-columns: minmax(272px,92%); }
  .city-intent-grid a { flex: 1 1 calc(50% - 8px); justify-content: center; }
  .site-footer { padding-top: 56px; }
}

/* Short desktops keep the complete order surface visible without inner scroll. */
@media (min-width: 901px) and (max-height: 760px) {
  .order-map-hero { min-height: 690px; }
  .order-map-layout.shell { padding-block: 25px; }
  .map-order-panel.trip-starter { gap: 10px; }
  .map-order-intro h1 { font-size: clamp(2.35rem,3.6vw,3.5rem); }
  .map-order-intro > p:last-child, .hero-signal-list { font-size: .68rem; }
  .map-route-fields input, .map-order-details input { min-height: 44px; }
}

@media (max-width: 1060px) and (max-height: 520px) {
  .order-map-hero { min-height: 620px; }
  .order-map-layout.shell { padding-block: 20px; }
  .mobile-action-bar { display: none; }
}

/* WCAG: a strong orange focus indicator survives every surface. */
:root :is(a,button,input,select,textarea,summary,[tabindex]):focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; box-shadow: 0 0 0 2px var(--ink); }
.site-header :is(a,button):focus-visible,
.site-footer :is(a,button):focus-visible,
.section-dark :is(a,button):focus-visible,
.operations-story :is(a,button):focus-visible,
.network-cta :is(a,button):focus-visible { box-shadow: 0 0 0 2px #fff; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
  :root :is(a,button,input,select,textarea,summary,[tabindex]):focus-visible, main:focus-visible { outline: 3px solid Highlight; outline-offset: 3px; box-shadow: none; }
  .button, .filter-pill, .map-order-panel, .map-vehicle-details, .map-location-control, .field-control, .quote-location-button, .venue-product-link, .path-card, .home-event-card, .network-cta, .city-order-card, .city-page-nav, .city-fact-card, .city-route-card, .city-check-card, .card, .experience-card, .package-card, .blueprint-card, .itinerary-card { border: 1px solid ButtonText; }
  .brand-mark, .order-current-pin { forced-color-adjust: none; }
}
