@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/jakarta-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/jakarta-latinext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans Fallback";
  src: local("Arial");
  ascent-override: 82.38%;
  descent-override: 17.62%;
  line-gap-override: 0%;
  size-adjust: 132.53%;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("/assets/fonts/fraunces-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("/assets/fonts/fraunces-latinext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  color-scheme: light;
--paper: #fdf8f1; 
  --paper-2: #ffffff; 
  --sand: #f4ecdc; 
  --tint: #eaf5f2; 
--ink: #0a3c47; 
  --ink-strong: #06272f; 
  --muted: #4c6670; 
--sea: #a8461f; 
  --sea-strong: #8c3a18; 
  --red: #a8461f;
  --red-strong: #8c3a18;
  --orange: #b45a30; 
  --orange-strong: #a8461f; 
  --orange-deep: #8c3a18;
  --clay-text: #984018; 
  --poppy: #7f3414; 
  --gold: #b45309; 
  --sun: #e9a23b; 
  --gold-strong: #92400e; 
--deep: #0a3c47; 
  --navy: #0a3c47;
  --hero-bg-1: #0e4451; 
  --hero-bg-2: #072d35; 
  --hero-ink: #f4efe6; 
  --hero-muted: #c7d4d6; 
  --bone-muted: #c7d4d6;
  --hero-accent: #6fd0c2; 
--jade: #2a9d8f; 
  --jade-strong: #17726a; 
  --jade-bright: #6fd0c2; 
  --jade-tint: #e6f4f1; 
--ok: #15803d; 
  --warn: #b42318; 
  --warn-text: #b42318; 
--border: #ece2d1; 
  --border-2: #ddd0ba; 
--border-input: #7a8a8e; 
  --focus: #a8461f; 
--shadow-1: 0 1px 2px rgb(10 40 48 / 0.05);
  --shadow: 0 2px 6px rgb(10 40 48 / 0.05), 0 10px 24px rgb(10 40 48 / 0.07);
  --shadow-2: 0 4px 10px rgb(10 40 48 / 0.07), 0 16px 32px rgb(10 40 48 / 0.09);
  --shadow-3: 0 8px 18px rgb(10 40 48 / 0.09), 0 28px 56px rgb(10 40 48 / 0.12);
  --shadow-4: 0 12px 28px rgb(7 45 53 / 0.16), 0 40px 80px rgb(7 45 53 / 0.22);
--shadow-hover: 0 12px 26px rgb(10 40 48 / 0.1), 0 30px 60px rgb(7 45 53 / 0.16);
  --shadow-red: 0 14px 30px rgb(168 70 31 / 0.22); 
--ease-out: cubic-bezier(0.16, 1, 0.3, 1); 
  --ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
  --dur-fast: 150ms;
  --dur: 220ms;
  --dur-slow: 340ms;
--chip-red: #fbeee6; 
  --chip-red-line: #f0d3c2; 
  --chip-slate: #e9f3f0; 
  --chip-slate-line: #d3e7e2; 
--radius: 14px;
  --radius-lg: 20px;
  --radius-tight: 10px;
  --radius-pill: 999px;
  --target: 44px;
  --tracking-caps: 0.14em; 
  --shell-max: 1280px; 
  --shell-gutter: 1.25rem;
--sans:
    "Plus Jakarta Sans", "Plus Jakarta Sans Fallback", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
--step-2xs: 0.74rem;
  --step-xs: 0.82rem;
  --step-sm: 0.86rem;
  --step-md: 0.88rem;
  --step-lg: 0.92rem;
  --step-base: 1rem;
  --step-lead: 1.1rem;
  --step-h4: 1.25rem;
  --step-h3: 1.3rem;
  font-family: var(--sans);
}
* {
  box-sizing: border-box;
}
html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
scroll-padding-top: 5rem;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1rem, 0.97rem + 0.15vw, 1.06rem);
  line-height: 1.6;
  letter-spacing: 0.004em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
[hidden] {
  display: none !important;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--sea-strong);
  text-underline-offset: 0.18em;
}
a:hover {
  color: var(--poppy);
}
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}
.mono {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
.button,
.ghost-button,
.text-link {
  min-height: var(--target);
}
button,
.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-tight);
border: 1px solid var(--red);
  padding: 0.78rem 1.4rem;
  background: var(--red);
  color: #ffffff;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--shadow-1);
  transition:
    transform 0.16s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
button:hover,
.button:hover {
  background: var(--red-strong);
  border-color: var(--red-strong);
  color: #ffffff;
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}
button:active,
.button:active {
  transform: translateY(1px);
  box-shadow: var(--shadow-1);
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.ghost-button,
.button-compact {
  background: var(--paper-2);
  color: var(--ink);
border-color: var(--border-input);
  box-shadow: none;
}
.ghost-button:hover,
.button-compact:hover {
  background: var(--paper-2);
  border-color: var(--ink);
  color: var(--ink);
}
.text-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: var(--sea-strong);
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--deep);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-tight);
}
.skip-link:focus {
  transform: translateY(0);
}
.shell {
  width: min(var(--shell-max), calc(100% - 2 * var(--shell-gutter)));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--paper-2);
  border-bottom: 1px solid var(--border);
}
.nav-shell,
.nav-actions,
.brand,
.market-chip,
.hero-actions {
  display: flex;
  align-items: center;
}
.nav-shell {
  min-height: 76px;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  gap: 0.6rem;
  min-height: 44px;
  color: var(--ink-strong);
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -0.015em;
  text-decoration: none;
}
.brand small,
.brand strong {
  display: block;
  line-height: 1.05;
}
.brand strong {
  font-weight: 600;
}
.brand small {
  color: var(--muted);
  font-size: var(--step-2xs);
  letter-spacing: 0.05em;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--deep);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.05rem;
}
.nav-actions {
  gap: 0.35rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-actions a,
.market-chip {
  min-height: var(--target);
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
transition:
    background var(--dur-fast) var(--ease-out),
    color var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out);
}
.nav-actions a:hover {
  background: var(--sand);
  color: var(--sea-strong);
}
.nav-actions a[aria-current="page"] {
  color: var(--sea-strong);
  box-shadow: inset 0 -2px 0 var(--sea);
}
.nav-cta {
  background: var(--orange-strong);
  color: #ffffff !important;
}
.nav-cta:hover {
  background: var(--orange-deep);
  color: #ffffff !important;
}
.market-chip {
order: 3;
  gap: 0.4rem;
border: 1px solid var(--border-input);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}
.nav-toggle {
  display: none;
}
.nav-toggle::marker,
.nav-toggle::-webkit-details-marker {
  display: none;
  content: "";
}
.nav-toggle-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
transition: background 0.2s var(--ease-out);
}
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
transition: transform 0.2s var(--ease-out);
}
.nav-toggle-icon::before {
  transform: translateY(-6px);
}
.nav-toggle-icon::after {
  transform: translateY(6px);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nav-disclosure {
  display: none;
}
.breadcrumb {
  margin: 0 0 0.9rem;
}
.breadcrumb-trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: var(--step-xs);
  letter-spacing: 0.01em;
}
.breadcrumb-trail li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 1.5rem;
}
.breadcrumb-trail li + li::before {
  content: "\203A";
  color: var(--border-2);
  font-weight: 600;
}
.breadcrumb-trail a {
display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: var(--muted);
  text-decoration: none;
}
.breadcrumb-trail a:hover {
  color: var(--sea-strong);
  text-decoration: underline;
}
.breadcrumb-trail [aria-current="page"] {
  color: var(--ink-strong);
  font-weight: 600;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(86vh, 720px);
  display: flex;
  align-items: flex-end;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2.4rem, 4.5vw, 3.6rem);
  background: linear-gradient(155deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);
  color: var(--hero-ink);
}
.hero > * {
  position: relative;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-media .hero-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 0;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgb(6 39 47 / 0.55) 0%,
      rgb(6 39 47 / 0.16) 32%,
      rgb(6 39 47 / 0.34) 64%,
      rgb(6 39 47 / 0.8) 100%
    ),
    linear-gradient(96deg, rgb(6 39 47 / 0.64) 0%, rgb(6 39 47 / 0.14) 58%, rgb(6 39 47 / 0) 100%);
}
.hero-media .photo-credit {
  position: absolute;
  right: 0.95rem;
  bottom: 0.6rem;
  margin: 0;
  color: rgb(244 239 230 / 0.78);
  font-size: 0.72rem;
}
.hero-media .photo-credit a {
  color: rgb(244 239 230 / 0.92);
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: clamp(1.6rem, 3.2vw, 2.6rem);
  width: 100%;
}
.hero-copy {
  max-width: 46ch;
}
.hero .eyebrow {
  color: var(--hero-accent);
}
.hero .eyebrow::before {
  background: var(--jade-bright);
}
.hero .display {
  color: var(--hero-ink);
  max-width: 15ch;
  font-size: clamp(2.9rem, 1.3rem + 6.2vw, 5.6rem);
  line-height: 1.02;
  text-shadow: 0 2px 24px rgb(6 39 47 / 0.38);
}
.display-price {
  color: var(--hero-accent);
}
.hero .lede {
  color: var(--hero-muted);
}
.hero .notice {
  border-color: rgb(255 255 255 / 0.18);
  background: rgb(255 255 255 / 0.08);
  color: var(--hero-ink);
}
.hero .notice strong {
  color: var(--hero-ink);
}
.hero .button {
  background: var(--hero-accent);
  border-color: var(--hero-accent);
  color: var(--ink-strong);
}
.hero .button:hover {
  background: #fecaca;
  border-color: #fecaca;
  color: var(--ink-strong);
}
.hero .ghost-button {
  background: rgb(255 255 255 / 0.08);
  color: var(--hero-ink);
  border-color: rgb(255 255 255 / 0.32);
}
.hero .ghost-button:hover {
  background: rgb(255 255 255 / 0.16);
  border-color: rgb(255 255 255 / 0.55);
  color: var(--hero-ink);
}
.trust-line {
  padding: 0.85rem 0;
  background: var(--orange-strong);
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: var(--step-md);
  font-weight: 600;
  text-align: center;
}
.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.hero-trust li + li::before {
  content: "\00B7";
  color: rgb(255 255 255 / 0.6);
  font-weight: 600;
}
.trust-icon {
  display: inline-flex;
  flex: none;
  color: #ffffff;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.hero-stats li {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: var(--radius-pill);
  padding: 0.4rem 0.85rem;
  background: rgb(255 255 255 / 0.08);
  color: var(--hero-ink);
  font-size: var(--step-sm);
}
.hero-stats strong {
  font-family: var(--display);
  font-weight: 600;
  font-size: var(--step-lead);
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
.display,
.editorial-title {
  margin: 0;
  color: var(--ink-strong);
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.015em;
}
.display {
  max-width: 18ch;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: clamp(2.5rem, 1.5rem + 4.2vw, 4.5rem);
}
.editorial-title {
  max-width: 900px;
  font-size: clamp(2.1rem, 1.4rem + 3.4vw, 4.1rem);
}
h1,
h2,
h3,
legend {
  font-weight: 600;
  letter-spacing: -0.015em;
}
.lede {
  max-width: 640px;
  margin-top: 1.15rem;
  color: var(--muted);
  font-size: clamp(1.08rem, 1rem + 0.45vw, 1.32rem);
  line-height: 1.55;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.85rem;
  color: var(--sea);
  font-family: var(--mono);
  font-size: var(--step-2xs);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: var(--sun);
}
.hero-actions {
  gap: 0.7rem;
  flex-wrap: wrap;
  margin: 1.4rem 0 1.1rem;
}
.notice,
.status-banner,
.alert {
  border: 1px solid var(--border);
  border-left: 3px solid var(--warn);
  border-radius: var(--radius-tight);
  padding: 0.95rem 1.1rem;
  background: var(--paper-2);
  color: var(--ink);
}
.status-banner {
  border-left-color: var(--border-2);
}
.status-banner.is-warning {
  border-left-color: var(--warn);
}
.status-banner.is-success {
  border-left-color: var(--ok);
}
.card-photo img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-1);
}
.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 320px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.photo-credit,
figcaption {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.offer-card,
.form-card,
.summary-card,
.process-card,
.value-card,
.showcase-card,
.service-card,
.location-card,
.editorial-card,
.empty-state,
.source-box {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--paper-2);
}
.search-panel {
  position: relative;
  color: var(--ink);
}
fieldset {
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  margin-bottom: 1rem;
  padding-top: 0.35rem;
  color: var(--ink-strong);
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.1rem + 0.6vw, 1.6rem);
  line-height: 1.1;
}
.search-grid,
.form-grid,
.filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.reservation-card .search-grid {
  align-items: end;
}
.location-field {
  grid-column: 1 / -1;
}
.driver-details {
  margin-top: 0.9rem;
}
.driver-summary {
  margin: 0 0 0.2rem;
  color: var(--sea-strong);
  font-weight: 600;
  font-size: var(--step-lg);
}
.driver-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.75rem;
}
.field {
  margin: 0;
}
label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-size: var(--step-md);
font-weight: 500;
  letter-spacing: 0.01em;
}
input,
select,
textarea {
  min-height: var(--target);
  width: 100%;
  border: 1px solid var(--border-input);
  border-radius: var(--radius-tight);
  padding: 0.68rem 0.8rem;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--sans);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--sea);
  outline-offset: 2px;
  border-color: var(--sea);
  box-shadow: 0 0 0 3px var(--tint);
}
input:disabled,
select:disabled {
  background: var(--paper-2);
  color: var(--muted);
  cursor: not-allowed;
}
small,
.muted,
.search-footnote {
  color: var(--muted);
}
.search-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 1.15rem;
  background: var(--red);
  border-color: var(--red);
  color: #ffffff;
  font-size: 1.05rem;
}
.search-submit:hover {
  background: var(--red-strong);
  border-color: var(--red-strong);
  color: #ffffff;
}
.reservation-band {
  padding: clamp(2.4rem, 5vw, 4.2rem) 0;
  background: var(--deep);
  color: #ffffff;
}
.hero-search {
  width: 100%;
  max-width: 720px;
  margin-top: clamp(0.4rem, 1.6vw, 1rem);
}
.search-hero-card {
  margin-inline: 0;
  border: 1px solid rgb(255 255 255 / 0.65);
  box-shadow: var(--shadow-4);
}
.process-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem 1.6rem;
}
.reservation-card {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: var(--radius-lg);
  border-top: 3px solid var(--sea);
  background: #ffffff;
  color: var(--ink);
  box-shadow: var(--shadow-3);
  transition: box-shadow 0.25s ease;
}
.reservation-card legend {
  color: var(--ink-strong);
}
.reservation-band .eyebrow {
  color: var(--hero-accent);
}
.reservation-band .eyebrow::before {
  background: var(--hero-accent);
}
.reservation-heading {
  margin: 0 0 1.4rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.7rem, 1.3rem + 1.8vw, 2.5rem);
  line-height: 1.12;
  color: #ffffff;
}
.reservation-heading em {
  font-style: italic;
  color: var(--hero-accent);
}
.reservation-steps {
  display: grid;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.reservation-steps li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}
.reservation-steps .step-index {
  flex: none;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.35);
  color: var(--hero-accent);
  font-family: var(--mono);
  font-weight: 600;
  font-size: var(--step-lg);
}
.reservation-steps h3 {
  margin: 0 0 0.2rem;
  color: #ffffff;
  font-size: var(--step-base);
  font-weight: 600;
}
.reservation-steps p {
  margin: 0;
  color: var(--hero-muted);
  font-size: var(--step-lg);
  line-height: 1.5;
}
@media (max-width: 860px) {
  .process-steps {
    grid-template-columns: minmax(0, 1fr);
  }
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.why-card {
  padding: 1.3rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--paper-2);
}
.why-card .value-icon {
  margin-bottom: 0.7rem;
}
.why-card:nth-of-type(even) .value-icon {
  background: var(--chip-slate);
  border-color: var(--chip-slate-line);
  color: var(--deep);
}
.why-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1.14rem;
  letter-spacing: -0.01em;
}
.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--step-lg);
  line-height: 1.5;
}
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section {
  padding: clamp(2.4rem, 6vw, 7rem) 0;
}
.error-shell {
  display: grid;
  align-content: center;
  min-height: 46vh;
}
.section-tint {
  background: var(--sand);
  border-block: 1px solid var(--border);
}
.section-head,
.compact-head {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1.5rem;
}
.section-head h2 {
  margin: 0;
  max-width: 780px;
  color: var(--ink-strong);
  font-family: var(--display);
  font-size: clamp(1.8rem, 1.3rem + 2.2vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.section-head p {
  max-width: 460px;
  color: var(--muted);
}
.trust-grid,
.process-grid,
.value-grid,
.showcase-grid,
.service-grid,
.location-grid,
.editorial-grid,
.offer-list {
  display: grid;
  gap: 1rem;
}
.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.trust-grid article {
  border-left: 3px solid var(--sea);
  padding: 0.2rem 0 0.2rem 1rem;
}
.trust-grid strong,
.trust-grid span {
  display: block;
}
.trust-grid strong {
  color: var(--ink-strong);
  font-weight: 600;
}
.trust-grid span {
  color: var(--muted);
}
.process-grid,
.value-grid,
.showcase-grid,
.service-grid,
.location-grid,
.editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.process-card,
.value-card,
.showcase-card,
.service-card,
.location-card,
.editorial-card,
.empty-state,
.source-box {
  padding: 1.3rem;
  box-shadow: var(--shadow-1);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.process-card:hover,
.value-card:hover,
.showcase-card:hover,
.service-card:hover,
.location-card:hover,
.editorial-card:hover {
transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--border-2);
}
.value-card:hover .value-icon,
.why-card:hover .value-icon {
  transform: translateY(-2px) scale(1.06);
}
.value-icon {
  transition:
    transform var(--dur) var(--ease-spring),
    background var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out);
}
.value-card:nth-of-type(2) .value-icon {
  background: var(--chip-slate);
  border-color: var(--chip-slate-line);
  color: var(--deep);
}
.process-card span,
.value-index,
.location-type,
.editorial-card span {
  color: var(--sea);
  font-size: var(--step-2xs);
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}
.value-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0.9rem;
  border-radius: 14px;
  background: var(--chip-red);
  border: 1px solid var(--chip-red-line);
  color: var(--sea);
  font-weight: 600;
  font-size: var(--step-lead);
}
.showcase-card {
  display: grid;
  gap: 0.85rem;
}
.card-photo {
  margin: 0;
}
.showcase-card ul,
.market-section ul,
.site-footer ul {
  padding-left: 1.15rem;
}
.results-panel {
  display: grid;
  gap: 1rem;
}
.offer-filters {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--paper-2);
}
.filter-check {
  align-self: end;
}
.filter-check label {
  display: flex;
  min-height: var(--target);
  align-items: center;
  gap: 0.55rem;
  text-transform: none;
  font-family: var(--sans);
  font-size: var(--step-base);
}
.filter-check input {
  width: auto;
  min-height: auto;
}
.offer-list {
  grid-template-columns: 1fr;
}
.offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: 1rem;
  padding: 1.15rem;
  box-shadow: var(--shadow-1);
}
.quick-terms {
  display: grid;
}
.offer-details summary {
  font-size: var(--step-md);
  letter-spacing: 0.01em;
}
.catalogue-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}
.empty-state {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  text-align: center;
}
.empty-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 0.4rem;
  border-radius: var(--radius-pill);
  background: var(--chip-red);
  border: 1px solid var(--chip-red-line);
  color: var(--sea);
}
.empty-state .button {
  margin-top: 0.5rem;
}
.inventory-section.inventory-empty {
  padding-block: clamp(1.8rem, 4vw, 3rem);
}
.stats-strip {
  padding-top: clamp(2.6rem, 5vw, 4.2rem);
  padding-bottom: clamp(2.6rem, 5vw, 4.2rem);
  background:
    radial-gradient(120% 140% at 90% -20%, rgb(248 113 113 / 0.14) 0%, rgb(248 113 113 / 0) 46%),
    linear-gradient(155deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);
  color: var(--hero-ink);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.stat {
  display: grid;
  gap: 0.3rem;
  padding: 1.6rem 1rem;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.05);
  transition:
    transform var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    background var(--dur) var(--ease-out);
}
.stat:hover {
  transform: translateY(-3px);
  border-color: rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.08);
}
.stat-number {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.1rem, 1.5rem + 2.2vw, 3rem);
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.stat-label {
  color: var(--hero-muted);
  font-size: 0.9rem;
  font-weight: 500;
}
.catalogue-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1rem;
}
.catalogue-sidebar {
  position: sticky;
top: 116px;
}
.catalogue-filter-sheet,
.catalogue-status {
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  background: var(--paper-2);
}
.catalogue-filter-sheet {
  padding: 0.95rem;
  box-shadow: var(--shadow-1);
}
.catalogue-filter-sheet summary {
  display: flex;
  min-height: var(--target);
  align-items: center;
  color: var(--sea-strong);
  font-weight: 600;
}
.catalogue-filters {
  display: grid;
  gap: 1rem;
  margin-top: 0.85rem;
}
.catalogue-filters fieldset {
  display: grid;
  gap: 0.85rem;
}
.filter-actions,
.empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.filter-actions > *,
.empty-actions > * {
  min-width: var(--target);
}
.catalogue-status {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
  padding: 1rem;
  box-shadow: var(--shadow-1);
}
.catalogue-status p {
  margin: 0;
}
.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.active-filters li {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: var(--paper-2);
  color: var(--ink-strong);
  font-size: var(--step-xs);
  font-weight: 600;
}
.catalogue-results {
  min-width: 0;
}
.catalogue-results h2 {
  margin-top: 0;
  font-family: var(--display);
}
.listing-card {
  display: grid;
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) minmax(230px, 250px);
  gap: 1.15rem;
  padding: 1.15rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--paper-2);
  box-shadow: var(--shadow-1);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.listing-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: var(--border-2);
}
.listing-media {
  margin: 0;
}
.listing-media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: var(--radius-tight);
  border: 1px solid var(--border-2);
}
.listing-media-empty {
  display: grid;
  gap: 0.6rem;
  min-height: 180px;
  place-items: center;
  padding: 1rem;
  border: 1px dashed var(--border-2);
  border-radius: var(--radius-tight);
  background: var(--sand);
  color: var(--muted);
  text-align: center;
}
.listing-media-empty .media-placeholder-icon {
  width: 40px;
  height: 40px;
  color: var(--border-2);
}
.listing-media-empty span {
  font-size: var(--step-xs);
  font-weight: 500;
}
.listing-media-representative {
align-self: start;
  position: relative;
  margin: 0;
}
.listing-media-representative img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: var(--radius-tight);
  border: 1px solid var(--border-2);
}
.listing-media-representative .representative-badge {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  padding: 0.32rem 0.7rem;
  border-radius: var(--radius-pill);
  background: var(--ink-strong);
  color: #ffffff;
  font-size: var(--step-2xs);
  font-weight: 600;
  letter-spacing: 0.01em;
}
.listing-card h3 {
  font-family: var(--display);
  font-size: var(--step-h4);
}
.listing-price {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  border-left: 1px solid var(--border);
  padding-left: 1.15rem;
}
.price-breakdown {
  display: grid;
  gap: 0.5rem;
  margin: 0;
}
.price-breakdown div {
  display: grid;
  gap: 0.15rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--border);
}
.price-breakdown dd {
  text-align: left;
  font-family: var(--mono);
}
.listing-quote-form {
  display: grid;
  gap: 0.65rem;
}
.listing-quote-form button {
  width: 100%;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.3rem;
}
.pagination a {
  display: inline-flex;
  align-items: center;
  min-height: var(--target);
  padding: 0 0.85rem;
  border-radius: 999px;
}
.offer-card h3,
.showcase-card h3,
.process-card h3,
.value-card h3,
.service-card h3,
.location-card h3,
.editorial-card h3 {
  margin: 0.35rem 0;
  color: var(--ink-strong);
  font-family: var(--display);
}
.vehicle-specs,
.quick-terms,
.terms-grid,
.price-panel dl,
.summary-card dl,
.form-card dl {
  display: grid;
  gap: 0.55rem;
}
.vehicle-specs,
.quick-terms {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0;
}
.rental-terms {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0 0;
}
.listing-card .vehicle-specs {
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
}
.rental-terms-compact {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
.listing-card .vehicle-specs dd,
.rental-terms-compact dd {
  font-size: var(--step-sm);
}
.listing-card .vehicle-specs div,
.rental-terms-compact div {
  padding: 0.6rem 0.65rem;
}
.terms-detail-link {
  margin-top: 0.6rem;
}
.terms-groups {
  display: grid;
  gap: 1.1rem;
  margin-top: 1rem;
}
.terms-group h3 {
  margin: 0 0 0.55rem;
  color: var(--sea-strong);
  font-size: var(--step-lg);
  letter-spacing: 0.01em;
}
.terms-group dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}
.catalogue-summary-bar {
  position: sticky;
top: 60px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-tight);
  background: var(--paper-2);
  box-shadow: var(--shadow-1);
  font-size: 0.9rem;
}
.catalogue-summary-bar strong {
  color: var(--ink-strong);
}
.vehicle-specs div,
.quick-terms div,
.terms-grid div {
  padding: 0.8rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-tight);
  background: var(--paper);
}
.terms-grid:has(> dt) {
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.4rem 1rem;
}
.terms-grid:has(> dt) > dd {
  text-align: right;
}
[data-quote-conditions-summary] .terms-grid > dd {
  text-align: left;
}
dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: var(--step-2xs);
  font-weight: 600;
  letter-spacing: 0.02em;
}
dd {
  margin: 0;
  color: var(--ink-strong);
  font-weight: 600;
font-variant-numeric: tabular-nums;
  overflow-wrap: break-word;
}
details {
  margin-top: 1rem;
}
summary {
  min-height: var(--target);
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--sea-strong);
  font-weight: 600;
}
.price-panel {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  border-left: 1px solid var(--border);
  padding-left: 1.15rem;
}
.price-total {
  margin: 0;
}
.price-total span,
.price-daily,
.pay-split {
  color: var(--muted);
  font-size: var(--step-sm);
  font-variant-numeric: tabular-nums;
}
.price-total strong {
  display: block;
  color: var(--ink-strong);
  font-family: var(--mono);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 1rem;
}
.form-card,
.summary-card {
  padding: 1.3rem;
}
.form-card h2,
.summary-card h2 {
  font-family: var(--display);
}
.summary-card {
  position: sticky;
  top: 72px;
  align-self: start;
  border: 1px solid var(--border-2);
  box-shadow: var(--shadow);
}
.process-mini {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  counter-reset: process-step;
}
.process-mini li {
  counter-increment: process-step;
}
.process-mini li::before {
  content: counter(process-step) ". ";
  font-weight: 600;
}
.blog-article {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
}
.blog-article p {
  max-width: 68ch;
}
.blog-article h1 {
  font-family: var(--display);
}
.source-box {
  margin: 1.5rem 0;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--border);
  background: var(--paper-2);
}
.source-box a {
  overflow-wrap: anywhere;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.9rem;
  margin: 0.4rem 0 1rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.78rem;
}
.article-meta > * {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.article-meta > * + *::before {
  content: "\00B7";
  margin-right: 0.55rem;
  color: var(--border-2);
  font-weight: 600;
}
summary:not(.nav-toggle)::before {
  content: "+";
  margin-right: 0.55rem;
  color: var(--sea);
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1;
}
details[open] > summary:not(.nav-toggle)::before {
  content: "\2212";
}
.faq-list {
  display: grid;
  gap: 0.15rem;
  max-width: 780px;
}
.faq-list details {
  margin-top: 0;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
}
.faq-list details p {
  margin: 0.6rem 0 0.15rem 1.55rem;
  color: var(--muted);
}
.site-footer {
  position: relative;
  padding: clamp(2.6rem, 5vw, 3.6rem) 0 1.6rem;
  background: var(--deep);
  color: var(--bone-muted);
  font-size: var(--step-lg);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sea) 0%, var(--hero-accent) 35%, var(--jade-bright) 70%, var(--sun) 100%);
}
.footer-grid nav:nth-of-type(2) h2 {
  color: var(--jade-bright);
}
.footer-grid nav:nth-of-type(3) h2 {
  color: var(--hero-accent);
}
.site-footer a {
  color: var(--bone-muted);
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .brand,
.site-footer h2 {
  color: #ffffff;
}
.site-footer p {
  color: var(--bone-muted);
}
.site-footer h2 {
  font-family: var(--display);
}
.market-section li a,
.site-footer li a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-block: 0.25rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1180px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.footer-grid h3,
.footer-grid h4 {
  font-size: 0.72rem;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--sun);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgb(255 255 255 / 0.16);
  color: var(--bone-muted);
  font-size: 0.8rem;
}
.value-grid-premium .value-index {
  color: var(--sea);
}
.text-link::after,
.location-card a::after {
  content: "→";
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}
.text-link:hover::after,
.location-card a:hover::after,
.location-card:hover a::after,
.location-card a:focus-visible::after {
  transform: translateX(4px);
}
.location-card a {
  display: inline-flex;
  align-items: center;
  min-height: var(--target);
  font-weight: 600;
  color: var(--sea-strong);
  text-decoration: none;
}
.location-card:hover {
  border-color: var(--sea);
}
.editorial-masonry .editorial-card:first-child {
  grid-column: span 2;
}
.editorial-card {
  position: relative;
  overflow: hidden;
}
.editorial-card::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 3px;
  background: var(--sea);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}
.editorial-card:hover::after,
.editorial-card:focus-within::after {
  transform: scaleX(1);
}
@media (max-width: 1180px) {
  .listing-card,
  .catalogue-layout {
    grid-template-columns: 1fr;
  }
.listing-price {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding-left: 0;
    padding-top: 1rem;
  }
.catalogue-sidebar {
    position: static;
  }
}
@media (max-width: 900px) {
  .hero-grid,
  .offer-card,
  .listing-card,
  .catalogue-layout,
  .checkout-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }
.hero-grid {
    padding-left: var(--shell-gutter);
    padding-right: var(--shell-gutter);
  }
.hero-copy {
    padding-right: 0;
  }
.hero-photo {
    aspect-ratio: 16 / 10;
    min-height: 0;
    border-radius: var(--radius-lg);
  }
.price-panel,
  .listing-price {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding-left: 0;
    padding-top: 1rem;
  }
.catalogue-sidebar,
  .summary-card {
    position: static;
  }
.trust-grid,
  .process-grid,
  .value-grid,
  .showcase-grid,
  .service-grid,
  .location-grid,
  .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.section-head {
    display: block;
  }
}
@media (max-width: 1080px) {
  .nav-toggle {
    display: inline-flex;
    min-width: var(--target);
    min-height: var(--target);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 999px;
    color: var(--ink);
  }
.nav-toggle:hover,
  .nav-disclosure[open] .nav-toggle {
    background: var(--sand);
  }
.nav-disclosure[open] .nav-toggle-icon {
    background: transparent;
  }
.nav-disclosure[open] .nav-toggle-icon::before {
    transform: rotate(45deg);
  }
.nav-disclosure[open] .nav-toggle-icon::after {
    transform: rotate(-45deg);
  }
.nav-shell {
    flex-wrap: wrap;
  }
.nav-disclosure {
    display: block;
  }
.nav-actions {
    order: 4;
    width: 100%;
  }
.nav-disclosure:not([open]) ~ .nav-actions {
    display: none;
  }
.nav-disclosure[open] ~ .nav-actions {
    display: grid;
    width: 100%;
    align-items: stretch;
justify-content: stretch;
  }
.nav-actions a {
    width: 100%;
  }
.market-chip {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 0.35rem;
    padding-top: 0.7rem;
    border: 0;
    border-top: 1px solid var(--border);
    border-radius: 0;
    background: transparent;
    color: var(--muted);
  }
}
@media (max-width: 640px) {
  .shell {
width: min(100% - 1.5rem, var(--shell-max));
  }
.search-grid,
  .form-grid,
  .filter-grid,
  .trust-grid,
  .process-grid,
  .value-grid,
  .showcase-grid,
  .service-grid,
  .location-grid,
  .editorial-grid,
  .vehicle-specs,
  .quick-terms,
  .rental-terms,
  .listing-card .vehicle-specs,
  .rental-terms-compact {
    grid-template-columns: 1fr;
  }
.footer-bottom,
  .hero-actions {
    display: grid;
  }
}
.reveal {
  opacity: 1;
  transform: none;
}
html.reveal-armed .reveal {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s var(--ease-out),
    transform 0.6s var(--ease-out);
}
html.reveal-armed .reveal.is-visible {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.site-header {
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  box-shadow: var(--shadow-1);
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero .eyebrow {
  animation: fade-up 0.6s 0.04s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero .display {
  animation: fade-up 0.6s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero .lede {
  animation: fade-up 0.6s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero .notice {
  animation: fade-up 0.6s 0.27s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-actions {
  animation: fade-up 0.6s 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-stats {
  animation: fade-up 0.6s 0.41s cubic-bezier(0.16, 1, 0.3, 1) both;
}
html.reveal-armed .reveal :is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid) > * {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s var(--ease-out),
    transform 0.5s var(--ease-out);
}
html.reveal-armed .reveal.is-visible :is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid) > * {
  opacity: 1;
  transform: none;
}
html.reveal-armed
  .reveal.is-visible
  :is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid)
  > *:nth-child(2) {
  transition-delay: 0.07s;
}
html.reveal-armed
  .reveal.is-visible
  :is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid)
  > *:nth-child(3) {
  transition-delay: 0.14s;
}
html.reveal-armed
  .reveal.is-visible
  :is(.why-grid, .value-grid, .location-grid, .editorial-grid, .catalogue-grid)
  > *:nth-child(n + 4) {
  transition-delay: 0.21s;
}
.reservation-card:focus-within {
  box-shadow: var(--shadow-4);
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
.process-card:hover,
  .value-card:hover,
  .showcase-card:hover,
  .service-card:hover,
  .location-card:hover,
  .editorial-card:hover,
  .listing-card:hover {
    transform: none;
  }
.reveal,
  html.reveal-armed .reveal {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }
.hero .eyebrow,
  .hero .display,
  .hero .lede,
  .hero .notice,
  .hero-actions,
  .hero-stats,
  .hero-visual-bleed {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
button[aria-busy="true"] {
  cursor: progress;
}
@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: no-preference) {
  button[aria-busy="true"]::after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.55em;
    vertical-align: -0.12em;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: btn-spin 0.6s linear infinite;
  }
}
.console-main {
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}
.console-head {
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
  max-width: 820px;
}
.console-title {
  margin: 0.35rem 0 0.55rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.9rem, 1.3rem + 2.2vw, 3rem);
  line-height: 1.06;
  color: var(--ink-strong);
}
.console-title .display-price {
  color: var(--clay-text);
  white-space: nowrap;
}
.console-lede {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: var(--step-lead);
}
.console-shell {
  display: grid;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: start;
  margin-top: clamp(1.2rem, 3vw, 2rem);
}
.console-rail {
  position: sticky;
  top: 92px;
  align-self: start;
}
.console-rail-inner {
  display: grid;
  gap: 1rem;
}
.console-rail .search-panel,
.console-filters {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--paper-2);
  box-shadow: var(--shadow-1);
}
.console-rail .search-panel {
  border-top: 3px solid var(--sea);
}
.console-filters legend {
  margin-bottom: 0.3rem;
  padding-top: 0;
  font-family: var(--sans);
  font-size: var(--step-lead);
  color: var(--ink-strong);
}
.console-filter-help {
  margin: 0 0 0.85rem;
  font-size: var(--step-sm);
}
.console-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}
.console-notice {
  font-size: var(--step-md);
}
.results-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.results-head-main {
  display: grid;
  gap: 0.2rem;
}
.results-count {
  margin: 0;
  color: var(--muted);
  font-size: var(--step-md);
  font-variant-numeric: tabular-nums;
}
.results-sort {
  min-width: 190px;
  margin: 0;
}
.results-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.results-chips:empty {
  display: none;
}
.results-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.3rem 0.75rem;
  border: 1px solid var(--border-input);
  border-radius: var(--radius-pill);
  background: var(--paper-2);
  color: var(--ink);
  font-size: var(--step-sm);
  cursor: pointer;
}
.results-chip:hover {
  background: var(--sand);
}
.results-chip-x {
  font-size: 1.15em;
  line-height: 1;
  color: var(--muted);
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 1rem;
  align-items: start;
}
.results-grid [hidden] {
  display: none;
}
.results-grid .listing-card {
  grid-template-columns: 1fr;
}
.results-grid .listing-price {
  border-left: 0;
  border-top: 1px solid var(--border);
  padding-left: 0;
  padding-top: 1rem;
}
.results-interstitial {
  grid-column: 1 / -1;
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--chip-slate-line);
  border-radius: var(--radius);
  background: var(--jade-tint);
}
.results-interstitial ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.results-interstitial li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-strong);
  font-weight: 500;
  font-size: var(--step-md);
}
.results-interstitial .trust-icon {
  color: var(--jade-strong);
}
.belt-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem 1.6rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
.belt-steps li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}
.belt-step-index {
  flex: none;
  font-family: var(--display);
  font-weight: 600;
  font-size: var(--step-h3);
  line-height: 1;
  color: var(--clay-text);
}
.belt-steps h3 {
  margin: 0 0 0.25rem;
  font-size: var(--step-h4);
}
.belt-steps p {
  margin: 0;
  color: var(--muted);
}
@media (max-width: 900px) {
  .console-shell {
    grid-template-columns: 1fr;
  }
.console-rail {
    position: static;
  }
.belt-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .console-filter-grid {
    grid-template-columns: 1fr;
  }
}
@keyframes hero-photo-parallax {
  from {
    transform: translateY(0) scale(1.08);
  }
  to {
    transform: translateY(-5%) scale(1.08);
  }
}
@keyframes scroll-progress-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
.hero-photo {
      animation: hero-photo-parallax linear both;
      animation-timeline: scroll(root block);
      animation-range: 0 90vh;
      will-change: transform;
    }
  }
.site-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--sea);
    transform-origin: 0 50%;
    transform: scaleX(0);
    animation: scroll-progress-grow linear both;
    animation-timeline: scroll(root block);
  }
}
