@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;
}

.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;
}

@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;
  }

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

@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 {
    transform: none;
  }
}
