/* Presentation rules for the rebuilt vector identity. */
:root {
  --serif: "Manrope", "DM Sans", Arial, sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
}

body { font-weight: 400; }

h1, h2, h3, h4, .car-buy b, .stat b, .delivery-points b,
.review-track blockquote p, .about > div:nth-child(2) {
  font-family: "Manrope", "DM Sans", Arial, sans-serif !important;
  letter-spacing: -0.035em;
}

.announcement { position: relative; z-index: 31; }

.site-header {
  position: absolute;
  top: 34px;
  height: 104px;
  grid-template-columns: 230px 1fr;
  grid-template-rows: 42px 54px;
  padding: 4px 4.5vw;
  color: #141714;
  background: #fff;
  box-shadow: 0 10px 34px rgba(0,0,0,.08);
}

.brand {
  width: 205px;
  height: 86px;
  margin-top: 3px;
  overflow: visible;
}

.header-tools a, .primary-nav a, .bag-link { color: #141714; }
.divider { border-color: #14171430; }
.bag-link b { background: #141714; color: #fff; }
.primary-nav { border-color: #1417141f; gap: clamp(16px,2.2vw,38px); }
.primary-nav a { font: 600 11px var(--sans); letter-spacing: .08em; }
.primary-nav a:hover { color: #4f7358; }
.primary-nav .nav-feature { color: #315e3d; font-weight: 800; position: relative; }
.primary-nav .nav-feature:after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 3px; background: #8eae92; }
.header-tools { font-family: var(--sans); font-weight: 500; }

.hero { height: calc(100vh - 34px); padding-top: 104px; }
.hero-content { top: 55%; }
.hero h1 { font-weight: 700; letter-spacing: -.055em; }
.hero h1 em, h2 em { font-style: normal; font-weight: 500; }
.button { border-radius: 3px; font-weight: 700; }

.featured-paths { display: grid; grid-template-columns: 1fr 1fr; background: #fff; padding: 20px 4.5vw; gap: 16px; }
.featured-path { min-height: 158px; border: 0; padding: 28px 32px; display: flex; align-items: flex-start; gap: 24px; text-align: left; text-decoration: none; cursor: pointer; font-family: var(--sans); transition: transform .2s ease, box-shadow .2s ease; }
.featured-path:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16,28,19,.12); }
.featured-path-first { background: #dce9dd; color: #132017; }
.featured-path-selector { background: #162019; color: #fff; }
.feature-number { font: 700 11px var(--sans); letter-spacing: .12em; opacity: .6; padding-top: 5px; }
.feature-text { display: flex; flex-direction: column; }
.feature-text small { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; opacity: .7; }
.feature-text strong { font: 700 clamp(24px,2.2vw,36px)/1.1 var(--serif); letter-spacing: -.04em; margin: 9px 0 12px; }
.feature-text em { font-style: normal; font-size: 12px; font-weight: 600; opacity: .78; }

.finder-banner { box-shadow: inset 0 6px 0 #a9c4ad; }
.first-car { box-shadow: inset 0 6px 0 #315e3d; }
.finder-copy h2, .first-car-copy h2 { font-weight: 700; }
.finder-copy .eyebrow, .first-car-copy .eyebrow { font-weight: 800; font-size: 11px; }

.brand img,
.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* The supplied mark is white for dark backgrounds; invert it in the white header. */
.site-header .brand img { filter: invert(1) brightness(.26) saturate(.65); }

.footer-brand img {
  width: 220px;
  height: auto;
}

@media (max-width: 900px) {
  .site-header { height: 90px; grid-template-columns: 1fr auto; padding: 8px 20px; }
  .brand { width: 170px; height: 72px; margin: 0; }
  .menu-button span { border-color: #141714; }
  .site-header.menu-open .primary-nav { top: 90px; background: #fff; box-shadow: 0 18px 28px #0002; z-index: 2; }
  .site-header.menu-open .primary-nav a { color: #141714; }
  .featured-paths { grid-template-columns: 1fr; padding: 14px 4vw; }
  .featured-path { min-height: 140px; }
}

@media (max-width: 600px) {
  .featured-path { padding: 24px 20px; gap: 16px; }
  .feature-text strong { font-size: 25px; }
}
