:root {
  --bg: #000000;
  --bg-soft: #000000;
  --panel: rgba(10, 10, 10, 0.94);
  --panel-strong: rgba(12, 12, 12, 0.98);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 208, 0, 0.34);
  --text: #f5f1e6;
  --muted: #b6ad95;
  --accent: #ffd000;
  --accent-deep: #f1b300;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100vw - 32px));
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: #000000;
  overflow-x: hidden;
  padding-left: var(--safe-left);
  padding-right: var(--safe-right);
}

body.modal-open {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.site-bg {
  display: none;
}

.section-shell,
.footer,
.topbar {
  width: var(--shell);
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: max(14px, var(--safe-top));
  z-index: 40;
  margin-top: max(18px, var(--safe-top));
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #111;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.8rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 4px;
  color: var(--muted);
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--text);
}

.main-nav a[aria-current="page"] {
  font-weight: 700;
}

.cta,
.mini-cta,
.slider-button {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #131313;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 30px rgba(255, 208, 0, 0.2);
  cursor: pointer;
  touch-action: manipulation;
}

.cta:hover,
.cta:focus-visible,
.mini-cta:hover,
.mini-cta:focus-visible,
.slider-button:hover,
.slider-button:focus-visible {
  transform: translateY(-2px);
}

.cta.ghost,
.ghost-mini {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line-strong);
  box-shadow: none;
}

.ghost-mini {
  min-height: 46px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0;
  cursor: pointer;
  touch-action: manipulation;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.company-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 32px;
  align-items: stretch;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 84px 0 34px;
}

.hero-intro h1,
.section-heading h2,
.page-hero h1,
.cta-band h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.98;
}

.hero-intro h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  max-width: none;
  white-space: nowrap;
  letter-spacing: -0.04em;
}

.hero-intro h1 span,
.page-hero span {
  color: var(--accent);
}

.hero-intro {
  display: grid;
  gap: 8px;
}

.hero-intro .eyebrow {
  margin-bottom: 6px;
  color: #d7bf63;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: none;
}

.hero-text,
.section-heading p,
.story-copy p,
.page-hero p,
.benefit-card p,
.fleet-copy p,
.terms-card p,
.terms-card li,
.contact-card p,
.request-form p,
.footer p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 1.08rem;
}

.inline-accent {
  color: var(--accent);
  font-weight: 800;
}

.hero-actions,
.vehicle-actions,
.vehicle-modal-actions,
.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 24px;
}

.hero-copy,
.story-copy,
.contact-intro {
  display: grid;
  gap: 16px;
}

.hero-copy {
  width: 100%;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero-points,
.quick-stats,
.benefit-grid,
.terms-grid,
.contact-detail-grid {
  display: grid;
  gap: 16px;
}

.hero-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.hero-points div,
.stat-card,
.image-panel,
.benefit-card,
.fleet-card,
.terms-card,
.contact-card,
.request-form,
.cta-band,
.page-hero,
.vehicle-modal-box {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-points div {
  padding: 18px;
  border-radius: var(--radius-md);
}

.hero-points strong,
.contact-card strong,
.terms-card h3,
.benefit-card h3,
.fleet-copy h3 {
  display: block;
  margin-bottom: 8px;
}

.hero-points span,
.stat-card span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.hero-media {
  display: grid;
  width: 100%;
  margin-inline: 0;
}

.image-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  isolation: isolate;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 208, 0, 0.18), transparent 34%),
    #151515;
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.02), rgba(8, 8, 8, 0.14)),
    radial-gradient(circle at 75% 20%, rgba(255, 208, 0, 0.06), transparent 28%);
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.02) brightness(1.03);
}

.image-panel-hero {
  width: 100%;
  height: clamp(520px, 54vw, 760px);
  min-height: 0;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 208, 0, 0.12), transparent 34%),
    #0b0b0b;
}

.image-panel-hero img {
  object-fit: cover;
  object-position: center 24%;
}

.image-panel-story {
  min-height: 0;
  height: 100%;
  padding: 10px;
  background: #050505;
  display: flex;
  align-items: center;
}

.quick-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 30px 0 60px;
}

.stat-card {
  padding: 22px;
  border-radius: var(--radius-lg);
}

.quick-stats .stat-card {
  background: #000000;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px;
}

.stat-card strong {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  height: auto;
  margin-bottom: 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
}

.stat-card-link {
  display: block;
  min-height: 100%;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.stat-card-link:hover,
.stat-card-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 208, 0, 0.26);
}

.company-story,
.fleet-slider-section,
.home-benefits,
.page-hero,
.fleet-page-section,
.terms-page-section,
.contact-page-section {
  padding: 26px 0 0;
}

.story-copy p {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.68;
}

.company-story-heading {
  grid-column: 1 / -1;
  margin-bottom: 0;
  justify-self: start;
}

.company-story-heading.section-heading h2 {
  display: inline-block;
  width: auto;
  max-width: none;
  font-size: 22px;
  line-height: 1.18;
  white-space: nowrap;
}

.story-media {
  width: 100%;
  max-width: 700px;
  height: 100%;
  display: flex;
  align-self: stretch;
}

.image-panel-story img {
  object-fit: contain;
  object-position: center center;
}

.story-copy {
  max-width: 54ch;
  display: grid;
  align-content: start;
}

.story-copy p:last-child,
.page-hero p:last-child,
.contact-card p:last-child,
.terms-card ul:last-child {
  margin-bottom: 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 72ch;
  margin-bottom: 30px;
}

.section-heading.compact {
  margin-bottom: 22px;
}

.section-heading h2,
.page-hero h1,
.cta-band h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.fleet-slider {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.fleet-slider-viewport {
  overflow: hidden;
}

.fleet-slider-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.fleet-slider-track::-webkit-scrollbar {
  display: none;
}

.slider-button {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-size: 1.8rem;
  cursor: pointer;
}

.fleet-preview-card {
  min-width: 260px;
  max-width: 260px;
  display: grid;
  gap: 0;
  scroll-snap-align: start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.fleet-slider-section .slider-button,
.fleet-slider-section .fleet-preview-card {
  background: #000000;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.fleet-preview-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 40% 24%, rgba(255, 208, 0, 0.12), transparent 30%),
    linear-gradient(180deg, #1d1d1d 0%, #141414 100%);
}

.fleet-slider-section .fleet-preview-media {
  background: #000000;
}

.fleet-preview-media img,
.fleet-media img,
.vehicle-thumb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.03) brightness(1.06);
}

.vehicle-primary-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: saturate(1.03) contrast(1.03) brightness(1.06);
}

.fleet-preview-copy {
  padding: 16px;
}

.fleet-preview-copy span,
.fleet-badge,
.vehicle-modal-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 208, 0, 0.12);
  border: 1px solid rgba(255, 208, 0, 0.22);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.fleet-slider-section .fleet-preview-copy span {
  background: #000000;
  border: 1px solid rgba(255, 208, 0, 0.24);
}

.fleet-preview-copy strong {
  display: block;
  margin-top: 12px;
  line-height: 1.4;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  min-height: 100%;
}

.benefit-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
}

.cta-band {
  margin-top: 78px;
  margin-bottom: 80px;
  padding: 26px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(7, 7, 7, 0.98);
}

.cta-band-home h2 {
  font-size: clamp(1.72rem, 3.2vw, 2.7rem);
  line-height: 1.1;
}

.cta-band-terms h2 {
  font-size: clamp(1.6rem, 2.9vw, 2.4rem);
  line-height: 1.12;
}

.cta-band-terms .eyebrow {
  font-size: 0.72rem;
}

.page-hero {
  margin-top: 84px;
  padding: 30px;
  border-radius: 32px;
  background: rgba(7, 7, 7, 0.98);
}

.page-hero h1 {
  max-width: 16ch;
}

.page-hero.page-hero-wide h1 {
  max-width: none;
  font-size: clamp(1.9rem, 4.2vw, 3.2rem);
}

.page-hero.page-hero-wide p {
  max-width: none;
}

.page-hero.hero-label-only {
  padding: 22px 28px;
}

.page-hero.hero-label-only .eyebrow {
  margin: 0;
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 0.92rem;
}

.page-hero p {
  margin: 18px 0 0;
  max-width: 72ch;
}

.fleet-grid,
.terms-grid {
  display: grid;
  gap: 18px;
}

.fleet-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 80px;
}

.fleet-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(8, 8, 8, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.fleet-card.is-selected {
  border-color: rgba(255, 208, 0, 0.44);
}

.fleet-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(180deg, #1a1a1a 0%, #101010 100%);
}

.fleet-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
}

.fleet-media-link {
  display: block;
  color: inherit;
}

.fleet-copy {
  padding: 22px;
}

.fleet-copy h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
}

.fleet-title-link {
  color: inherit;
  transition: color 180ms ease;
}

.fleet-title-link:hover,
.fleet-title-link:focus-visible,
.fleet-media-link:hover + .fleet-copy .fleet-title-link,
.fleet-media-link:focus-visible + .fleet-copy .fleet-title-link {
  color: var(--accent);
}

.vehicle-note {
  margin: 0 0 16px;
}

.vehicle-meta,
.vehicle-modal-specs,
.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vehicle-meta span,
.vehicle-modal-specs span,
.contact-card small {
  display: block;
  color: var(--muted);
}

.vehicle-meta strong,
.vehicle-modal-specs strong {
  display: block;
  margin-top: 4px;
}

.vehicle-actions {
  margin-top: 20px;
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 208, 0, 0.45);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #111111;
  font-weight: 700;
  cursor: pointer;
}

.ghost-mini {
  background: transparent;
  color: var(--accent);
  border-color: rgba(255, 208, 0, 0.4);
}

.vehicle-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
}

.vehicle-modal[hidden] {
  display: none;
}

.vehicle-modal-box {
  position: relative;
  width: min(1020px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 30px;
  background: rgba(8, 8, 8, 0.99);
}

.vehicle-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.vehicle-modal-content {
  padding: 22px;
}

.vehicle-page-card {
  width: 100%;
  max-height: none;
  overflow: visible;
}

.vehicle-modal-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}

.vehicle-gallery {
  display: grid;
  gap: 14px;
  align-self: start;
}

.vehicle-modal-media {
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #111111;
}

.vehicle-primary-media {
  aspect-ratio: 4 / 3;
  padding: 10px;
  background: #0b0b0b;
}

.vehicle-thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vehicle-thumb-card {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.vehicle-thumb-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.vehicle-thumb-card figcaption {
  padding: 10px 12px 12px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.vehicle-modal-copy h3 {
  margin: 14px 0 14px;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-family: "Space Grotesk", sans-serif;
}

.vehicle-modal-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.vehicle-modal-section-title {
  margin: 22px 0 12px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vehicle-modal-note {
  margin-top: 16px;
}

.vehicle-highlight-list {
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.vehicle-modal-actions {
  margin-top: 24px;
}

.vehicle-page-hero h1 {
  max-width: none;
  white-space: nowrap;
}

.fleet-page-section {
  padding-top: 24px;
}

.terms-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 80px;
}

.terms-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.terms-card h3 {
  margin: 0 0 12px;
}

.terms-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.contact-layout {
  padding-bottom: 80px;
}

.contact-intro {
  display: grid;
  gap: 22px;
}

.contact-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-card {
  padding: 20px;
  border-radius: var(--radius-lg);
}

.contact-card strong {
  margin-top: 8px;
  margin-bottom: 0;
}

.request-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 208, 0, 0.16);
  background: #000000;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.request-form h2 {
  margin: 0 0 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.request-form p {
  color: #d7cfbb;
}

.request-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #f6f1df;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(20, 20, 20, 0.96);
  color: var(--text);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.request-form input::placeholder,
.request-form textarea::placeholder {
  color: #948b74;
}

.request-form select {
  appearance: none;
  padding-right: 46px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--accent) 50%),
    linear-gradient(135deg, var(--accent) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 17px) calc(50% - 3px);
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.request-form select option {
  background: #101010;
  color: #f5f1e6;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: rgba(255, 208, 0, 0.5);
  background-color: rgba(26, 26, 26, 0.98);
  box-shadow:
    0 0 0 3px rgba(255, 208, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.request-form textarea {
  resize: vertical;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px;
  padding: 8px 0 4px;
  font-weight: 500 !important;
  color: var(--muted) !important;
}

.consent-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--accent);
}

.consent-check a,
.cookie-banner a,
.terms-card a {
  color: var(--accent);
}

.form-note {
  margin: 0;
  font-size: 0.92rem;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: min(520px, calc(100vw - 24px));
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 208, 0, 0.2);
  border-radius: 22px;
  background: rgba(7, 7, 7, 0.97);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 8px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer {
  padding: 0 0 max(28px, var(--safe-bottom));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer a {
  color: var(--accent);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  :root {
    --shell: min(1180px, calc(100vw - 40px));
  }

  .topbar {
    gap: 16px;
    padding: 13px 16px;
  }

  .main-nav {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .company-story,
  .contact-layout,
  .vehicle-modal-layout,
  .quick-stats,
  .benefit-grid,
  .fleet-grid,
  .terms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 72px 0 28px;
  }

  .image-panel-hero {
    height: clamp(500px, 58vw, 700px);
  }

  .company-story {
    gap: 28px;
  }

  .image-panel-story {
    min-height: 0;
  }

  .company-story-heading.section-heading h2 {
    max-width: 28ch;
    white-space: normal;
  }

  .fleet-preview-card {
    min-width: 240px;
    max-width: 240px;
  }

  .fleet-copy,
  .benefit-card,
  .terms-card,
  .contact-card {
    padding: 20px;
  }

  .request-form {
    padding: 22px;
  }

  .vehicle-modal-box {
    width: min(940px, 100%);
  }

  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-band-actions {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .company-story,
  .contact-layout,
  .vehicle-modal-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .quick-stats,
  .benefit-grid,
  .fleet-grid,
  .terms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .quick-stats {
    padding-bottom: 50px;
  }

  .story-media {
    justify-self: center;
    width: min(100%, 720px);
    height: auto;
  }

  .image-panel-story {
    min-height: 420px;
  }

  .vehicle-modal-media {
    min-height: 340px;
  }

  .vehicle-thumb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(1180px, calc(100vw - 24px));
  }

  .topbar {
    flex-wrap: wrap;
    border-radius: 26px;
    padding: 14px;
    top: 10px;
    margin-top: 12px;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .cta-header {
    display: none;
  }

  .main-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    gap: 14px;
  }

  .topbar.nav-open .main-nav {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
  }

  .hero,
  .company-story,
  .contact-layout,
  .quick-stats,
  .benefit-grid,
  .fleet-grid,
  .terms-grid,
  .vehicle-modal-layout,
  .contact-detail-grid,
  .vehicle-meta,
  .vehicle-modal-specs {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 18px;
    padding-top: 52px;
  }

  .hero-intro h1 {
    white-space: normal;
  }

  .hero-text {
    max-width: none;
  }

  .hero-actions,
  .cta-band-actions,
  .vehicle-actions,
  .vehicle-modal-actions {
    width: 100%;
  }

  .hero-actions .cta,
  .cta-band-actions .cta,
  .vehicle-actions .mini-cta,
  .vehicle-modal-actions .mini-cta {
    width: 100%;
  }

  .image-panel-hero {
    height: 520px;
  }

  .image-panel-story,
  .vehicle-modal-media {
    min-height: 320px;
  }

  .vehicle-thumb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-media,
  .story-copy {
    width: 100%;
    max-width: none;
  }

  .company-story-heading.section-heading h2 {
    white-space: normal;
  }

  .fleet-slider {
    grid-template-columns: 1fr;
  }

  .slider-button {
    display: none;
  }

  .quick-stats {
    gap: 14px;
    padding-bottom: 38px;
  }

  .hero-points {
    margin-top: 24px;
  }

  .page-hero {
    margin-top: 58px;
  }

  .page-hero.hero-label-only {
    padding: 18px 22px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-banner-actions .mini-cta {
    flex: 1 1 100%;
  }

  .footer-links {
    width: 100%;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(1180px, calc(100vw - 20px));
  }

  .topbar {
    border-radius: 22px;
    padding: 12px;
    gap: 12px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small {
    font-size: 0.74rem;
  }

  .hero {
    gap: 20px;
    padding-top: 44px;
  }

  .hero-intro h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 1.02;
  }

  .hero-intro .eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.04em;
  }

  .hero-text,
  .page-hero p,
  .story-copy p,
  .fleet-copy p,
  .benefit-card p,
  .terms-card p,
  .terms-card li,
  .contact-card p,
  .request-form p,
  .footer p {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .image-panel-hero {
    height: 420px;
  }

  .image-panel-story,
  .vehicle-modal-media {
    min-height: 270px;
  }

  .vehicle-thumb-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-thumb-card figcaption {
    font-size: 0.8rem;
  }

  .quick-stats {
    padding-bottom: 42px;
  }

  .stat-card strong {
    display: flex;
    width: fit-content;
  }

  .stat-card span {
    display: block;
  }

  .stat-card,
  .benefit-card,
  .terms-card,
  .contact-card,
  .request-form,
  .fleet-copy {
    padding: 18px;
  }

  .company-story-heading.section-heading h2,
  .page-hero h1 {
    max-width: none;
  }

  .fleet-slider {
    gap: 12px;
  }

  .fleet-preview-card {
    min-width: 78vw;
    max-width: 78vw;
  }

  .page-hero {
    margin-top: 42px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .page-hero.hero-label-only {
    padding: 16px 18px;
  }

  .page-hero h1,
  .cta-band h2,
  .section-heading h2 {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .cta-band {
    margin-top: 52px;
    margin-bottom: 52px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .cta-band h2 {
    line-height: 1.08;
  }

  .vehicle-modal {
    padding: 10px;
  }

  .vehicle-modal-box {
    max-height: calc(100vh - 20px);
    border-radius: 22px;
  }

  .vehicle-modal-content {
    padding: 16px;
  }

  .vehicle-modal-layout {
    gap: 16px;
  }

  .vehicle-modal-copy h3 {
    font-size: clamp(1.5rem, 7vw, 2rem);
    margin-top: 10px;
  }

  .vehicle-modal-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .contact-card strong {
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .request-form h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .request-form label {
    font-size: 0.95rem;
  }

  .footer {
    padding-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .topbar {
    top: 8px;
  }

  .brand-copy small {
    display: none;
  }

  .hero-intro .eyebrow {
    font-size: 0.72rem;
  }

  .hero-text {
    font-size: 0.93rem;
  }

  .hero-points div {
    padding: 16px;
  }

  .stat-card strong {
    min-width: 50px;
    height: 50px;
    margin-bottom: 14px;
    font-size: 1.05rem;
  }

  .cta,
  .mini-cta {
    min-height: 48px;
  }

  .request-form .cta {
    width: 100%;
  }

  .fleet-preview-card {
    min-width: 82vw;
    max-width: 82vw;
  }

  .fleet-badge,
  .vehicle-modal-badge,
  .fleet-preview-copy span {
    font-size: 0.72rem;
    min-height: 30px;
    padding: 0 10px;
  }

  .vehicle-modal-specs,
  .vehicle-meta,
  .contact-detail-grid {
    gap: 10px;
  }

  .page-hero,
  .request-form,
  .fleet-copy,
  .terms-card,
  .contact-card {
    border-radius: 20px;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .cta,
  .mini-cta,
  .slider-button {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
