@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-v25-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-v25-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-v25-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-v25-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-v25-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #d60012;
  --red-soft: #fde7e9;
  --focus: #111114;
  --ink: #111114;
  --text: #3f3f46;
  --line: #e7e5e4;
  --paper: #ffffff;
  --wash: #fafaf9;
  --footer: #f4f4f2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 24px clamp(20px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #f0efed;
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  display: block;
  width: 224px;
  max-width: min(224px, 80vw);
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  text-align: right;
}

.header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.header-contact a:hover,
.header-contact a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.header-contact svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  min-height: 520px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 8vw, 86px) clamp(20px, 5vw, 56px);
}

.eyebrow {
  align-self: flex-start;
  margin: 0 0 24px;
  padding: 7px 14px;
  border-radius: 3px;
  background: var(--red-soft);
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

h1,
h2,
h3 {
  font-family: "Archivo", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 800;
  line-height: 1;
}

.hero-copy p {
  max-width: 470px;
  margin: 0;
  color: #52525b;
  font-size: 18px;
  line-height: 1.6;
}

.hero-image,
.card-image {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 17, 20, 0.08), rgba(214, 0, 18, 0.08)),
    #e7e5e4;
}

.hero-image {
  min-height: 360px;
}

.hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.areas {
  padding: 64px clamp(20px, 5vw, 56px);
  background: var(--wash);
}

.areas-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.section-label {
  margin: 0 0 32px;
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.area-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #eceae7;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.area-card:hover,
.area-card:focus-visible {
  border-color: rgba(214, 0, 18, 0.4);
  box-shadow: 0 18px 45px rgba(17, 17, 20, 0.08);
  transform: translateY(-4px);
}

.card-image {
  aspect-ratio: 16 / 9;
  height: auto;
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 28px 30px;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.kicker {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-logo {
  display: block;
  width: auto;
  max-width: 120px;
  height: 34px;
  object-fit: contain;
  object-position: right center;
}

.card-logo-mitsubishi {
  max-width: 104px;
}

.card-logo-gwm {
  max-width: 112px;
  height: 28px;
}

.card-logo-square {
  width: 44px;
  height: 44px;
}

.card-logo-gp {
  width: 118px;
  max-width: 118px;
  height: 32px;
}

.logo-word {
  max-width: 112px;
  color: #18181b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  text-align: right;
  text-transform: uppercase;
}

.area-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.08;
}

.area-card p {
  flex: 1;
  margin: 0 0 22px;
  color: #52525b;
  font-size: 16px;
  line-height: 1.55;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-size: 16px;
  font-weight: 800;
}

.area-card:hover .cta span {
  transform: translateX(5px);
}

.cta span {
  transition: transform 0.2s ease;
}

.vehicle-teaser {
  padding: 64px clamp(20px, 5vw, 56px);
  border-top: 1px solid var(--line);
  background: #fff;
}

.vehicle-teaser-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.vehicle-teaser-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.vehicle-teaser-head .section-label {
  margin-bottom: 8px;
}

.vehicle-teaser-head p {
  margin: 0;
  color: #52525b;
  font-size: 17px;
}

.teaser-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 0, 18, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--red);
  cursor: pointer;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 35px rgba(17, 17, 20, 0.12);
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.teaser-nav:hover,
.teaser-nav:focus-visible {
  border-color: rgba(214, 0, 18, 0.4);
  background: var(--red-soft);
}

.teaser-nav:disabled {
  border-color: #eceae7;
  background: #f7f7f5;
  color: #b8b6b2;
  cursor: default;
}

.teaser-nav-prev {
  left: -24px;
}

.teaser-nav-next {
  right: -24px;
}

.teaser-slider {
  --teaser-per-page: 4;
  position: relative;
}

.teaser-viewport {
  margin: -8px;
  padding: 8px;
  overflow: hidden;
}

.teaser-track {
  display: flex;
  gap: 22px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.teaser-card {
  display: flex;
  flex: 0 0 var(--teaser-card-width, calc((100% - 66px) / 4));
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #eceae7;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.teaser-card:hover,
.teaser-card:focus-visible {
  border-color: rgba(214, 0, 18, 0.4);
  box-shadow: 0 18px 45px rgba(17, 17, 20, 0.08);
  transform: translateY(-4px);
}

.teaser-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  flex: none;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 17, 20, 0.08), rgba(214, 0, 18, 0.08)),
    #e7e5e4;
}

.teaser-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.teaser-title {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
}

.teaser-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  min-height: 44px;
  margin-bottom: 16px;
  color: #52525b;
  font-size: 13px;
  font-weight: 500;
}

.teaser-envkv {
  display: grid;
  gap: 4px;
  margin: 0 0 16px;
  padding-top: 12px;
  border-top: 1px solid #eceae7;
  color: #52525b;
  font-size: 12px;
  line-height: 1.35;
}

.teaser-envkv strong {
  color: var(--ink);
  font-weight: 700;
}

.teaser-price {
  display: block;
  margin-top: auto;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.teaser-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.teaser-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

.teaser-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c7c4bf;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.teaser-dot.is-active {
  width: 28px;
  background: var(--red);
}

.teaser-status {
  color: #71717a;
  font-size: 13px;
  font-weight: 700;
}

.inventory-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 30px;
  padding: 13px 22px;
  border: 2px solid var(--red);
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.inventory-link:hover,
.inventory-link:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.site-footer {
  padding: 60px clamp(20px, 5vw, 56px) 40px;
  border-top: 3px solid var(--red);
  background: var(--footer);
  color: #52525b;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
  gap: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid #e2e0dc;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-footer p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}

.site-footer p + p {
  margin-top: 16px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.socials a,
.legal-links a {
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.socials a:hover,
.socials a:focus-visible,
.legal-links a:hover,
.legal-links a:focus-visible,
.back-link:hover,
.back-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.funding-layout {
  display: grid;
  grid-template-columns: minmax(150px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}

.sab-box {
  display: flex;
  aspect-ratio: 16 / 9;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #e2e0dc;
  border-radius: 6px;
  background: #fff;
  color: #71717a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.sab-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.funding-copy {
  margin-top: 0;
}

.funding-copy h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.site-footer .funding-copy p {
  margin: 0;
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.55;
}

.site-footer .funding-copy p + p {
  margin-top: 10px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 26px;
  flex-wrap: wrap;
}

.copyright {
  color: #52525b;
  font-size: 13px;
}

.legal-links {
  display: flex;
  gap: 24px;
}

.legal-page {
  background: #fff;
}

.legal-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 76px clamp(20px, 5vw, 56px);
  background: #fff;
}

.legal-section + .legal-section {
  border-top: 1px solid var(--line);
}

.back-link {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.legal-section h1 {
  margin: 0 0 8px;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.02;
}

.accent-bar {
  width: 64px;
  height: 6px;
  margin: 0 0 40px;
  background: var(--red);
}

.legal-section h2 {
  margin: 34px 0 12px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.legal-section h3 {
  margin: 26px 0 10px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.legal-section p {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

.placeholder-note {
  margin-top: 40px;
  padding: 18px 22px;
  border-left: 4px solid var(--red);
  border-radius: 4px;
  background: #f4f4f5;
  color: #52525b;
  font-size: 14px;
  line-height: 1.55;
}

.inventory-page {
  background: var(--wash);
}

.inventory-hero {
  padding: 76px clamp(20px, 5vw, 56px) 64px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.inventory-hero-inner {
  width: 100%;
  max-width: 980px;
}

.inventory-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 68px);
}

.inventory-hero p {
  max-width: 560px;
  margin: 0;
  color: #52525b;
  font-size: 18px;
  line-height: 1.6;
}

.inventory-section {
  padding: 64px clamp(20px, 5vw, 56px);
}

.inventory-toolbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto 32px;
}

.inventory-toolbar .section-label {
  margin: 0;
}

.inventory-count {
  color: #52525b;
  font-size: 15px;
  font-weight: 700;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
  max-width: 1400px;
  margin: 0 auto;
}

.vehicle-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #eceae7;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vehicle-card:hover,
.vehicle-card:focus-visible {
  border-color: rgba(214, 0, 18, 0.4);
  box-shadow: 0 18px 45px rgba(17, 17, 20, 0.08);
  transform: translateY(-4px);
}

.vehicle-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  flex: none;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 17, 20, 0.08), rgba(214, 0, 18, 0.08)),
    #e7e5e4;
}

.vehicle-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.vehicle-card:hover .vehicle-image img,
.vehicle-card:focus-visible .vehicle-image img {
  transform: scale(1.03);
}

.vehicle-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.vehicle-title {
  display: block;
  margin: 8px 0 14px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.vehicle-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  min-height: 24px;
  margin-bottom: 16px;
  color: #52525b;
  font-size: 14px;
  font-weight: 500;
}

.vehicle-envkv {
  display: grid;
  gap: 5px;
  margin: 0 0 18px;
  padding-top: 14px;
  border-top: 1px solid #eceae7;
  color: #52525b;
  font-size: 13px;
  line-height: 1.4;
}

.vehicle-envkv strong {
  color: var(--ink);
  font-weight: 700;
}

.vehicle-price {
  display: block;
  margin-top: auto;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.vehicle-card:hover .cta span,
.vehicle-card:focus-visible .cta span {
  transform: translateX(5px);
}

.inventory-state {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 20px;
  border: 1px solid #eceae7;
  border-radius: 8px;
  background: #fff;
  color: #52525b;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 820px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .header-contact {
    justify-content: flex-start;
    text-align: left;
  }

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

  .hero-image {
    min-height: 320px;
    order: -1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .funding-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand {
    white-space: normal;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .card-body {
    padding: 24px;
  }

  .vehicle-teaser {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .vehicle-teaser-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .teaser-nav {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .teaser-nav-prev {
    left: -10px;
  }

  .teaser-nav-next {
    right: -10px;
  }

  .legal-links {
    width: 100%;
    justify-content: space-between;
  }

  .inventory-hero,
  .inventory-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .inventory-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

  .vehicle-body {
    padding: 22px;
  }
}

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

  .area-card:hover,
  .area-card:focus-visible,
  .area-card:hover .cta span,
  .teaser-card:hover,
  .teaser-card:focus-visible,
  .vehicle-card:hover,
  .vehicle-card:focus-visible,
  .vehicle-card:hover .vehicle-image img,
  .vehicle-card:focus-visible .vehicle-image img,
  .vehicle-card:hover .cta span,
  .vehicle-card:focus-visible .cta span {
    transform: none;
  }
}
