:root {
  --ink: #17202a;
  --navy: #0b1f3a;
  --blue: #164a7a;
  --orange: #f47b20;
  --yellow: #f7c948;
  --paper: #ffffff;
  --stone: #f4f1eb;
  --muted: #667085;
  --line: #d9dee7;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(11, 31, 58, .14);
  --wrap: min(1160px, calc(100vw - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 1000;
  background: var(--orange);
  color: #111;
  padding: 10px 14px;
}
.skip-link:focus { top: 12px; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}
.button,
.tfb-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button--primary,
.tfb-form__submit {
  background: var(--orange);
  color: #16120f;
}
.button--light {
  background: #fff;
  color: var(--navy);
  border-color: rgba(255,255,255,.65);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 82px;
}
.site-brand img { width: min(260px, 52vw); }
.site-nav__list {
  display: flex;
  justify-content: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  text-decoration: none;
  font-weight: 750;
  color: var(--navy);
}
.site-header__cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.phone-link { font-weight: 900; color: var(--blue); text-decoration: none; }
.nav-toggle { display: none; }
.breadcrumbs {
  width: var(--wrap);
  margin: 14px auto;
  color: var(--muted);
  font-size: 14px;
}
.breadcrumbs a { color: var(--blue); text-decoration: none; }
.breadcrumbs span { margin-left: 8px; }
.hero {
  background: var(--navy);
  color: #fff;
  padding: 74px 0;
}
.hero--compact { padding: 58px 0; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 42px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: .95;
  margin: 0 0 22px;
  letter-spacing: 0;
}
.hero--compact h1 { font-size: clamp(36px, 5vw, 58px); }
.hero p {
  font-size: 19px;
  color: rgba(255,255,255,.84);
  max-width: 680px;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .08em;
  font-weight: 900;
}
.hero__actions,
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.trust-list {
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.78);
}
.trust-list li {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: 8px 10px;
}
.hero__media { position: relative; }
.hero__media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.quote-card,
.panel {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}
.quote-card--overlay {
  position: relative;
  margin: -70px 28px 0;
}
.trust-strip {
  background: var(--orange);
  color: #1b130c;
  font-weight: 900;
}
.trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
.trust-strip span {
  padding: 16px 12px;
  text-align: center;
}
.section { padding: 72px 0; }
.section--light { background: var(--stone); }
.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}
.section h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 14px;
}
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
  gap: 42px;
  align-items: start;
}
.steps {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.steps li,
.check-list li {
  border-left: 4px solid var(--orange);
  padding: 12px 0 12px 16px;
}
.steps span {
  display: block;
  color: var(--muted);
}
.check-list {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}
.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.vehicle-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}
.vehicle-card img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin-bottom: 12px;
}
.vehicle-card h3 { margin: 0 0 6px; }
.vehicle-card p { margin: 0; color: var(--muted); }
.media-band {
  display: grid;
  grid-template-columns: minmax(300px, 520px) 1fr;
  gap: 42px;
  align-items: center;
}
.faq-list { display: grid; gap: 10px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 850;
}
.location-filter {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin-bottom: 22px;
  font-weight: 850;
}
.location-filter input,
.tfb-form input,
.tfb-form select,
.tfb-form textarea {
  width: 100%;
  border: 1px solid #cfd6e2;
  border-radius: var(--radius);
  padding: 12px;
  font: inherit;
  background: #fff;
}
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.location-state {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}
.location-state h3 {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.city-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--blue);
  text-decoration: none;
  font-size: 14px;
}
.tfb-form {
  display: grid;
  gap: 14px;
}
.tfb-form__hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
.tfb-form input[name="company_website"] {
  display: none !important;
}
.tfb-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.tfb-form label { display: grid; gap: 6px; font-weight: 780; }
.tfb-form__full { grid-column: 1 / -1; }
.tfb-form__note { color: var(--muted); font-size: 13px; margin: 0; }
.tfb-form__error {
  background: #fff2f0;
  color: #9b1c13;
  border: 1px solid #ffccc7;
  border-radius: var(--radius);
  padding: 10px 12px;
}
.tfb-form__success {
  background: #edf9f1;
  color: #155724;
  border: 1px solid #bde5c8;
  border-radius: var(--radius);
  padding: 10px 12px;
}
.site-footer {
  background: #0a1424;
  color: #d9e3f0;
  padding: 56px 0 100px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 34px;
}
.footer-logo { width: 250px; margin-bottom: 14px; }
.site-footer h2 { color: #fff; font-size: 18px; }
.site-footer a { color: #fff; display: block; margin: 8px 0; text-decoration: none; }
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.mobile-cta { display: none; }

@media (max-width: 940px) {
  .site-header__inner { grid-template-columns: auto auto; }
  .site-header__cta { display: none; }
  .nav-toggle {
    display: inline-grid;
    gap: 4px;
    justify-self: end;
    background: var(--navy);
    border: 0;
    border-radius: var(--radius);
    padding: 12px;
  }
  .nav-toggle span:not(.screen-reader-text) {
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .site-nav {
    display: none;
    grid-column: 1 / -1;
  }
  .site-nav.is-open { display: block; }
  .site-nav__list {
    display: grid;
    gap: 0;
  }
  .site-nav a {
    display: block;
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }
  .hero__grid,
  .two-col,
  .media-band,
  .site-footer__grid { grid-template-columns: 1fr; }
  .trust-strip .wrap,
  .vehicle-grid,
  .location-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hero { padding: 44px 0; }
  .hero h1 { font-size: 42px; }
  .quote-card--overlay { margin: 16px 0 0; }
  .trust-strip .wrap,
  .vehicle-grid,
  .location-grid,
  .tfb-form__grid { grid-template-columns: 1fr; }
  .section { padding: 48px 0; }
  .mobile-cta {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--navy);
  }
  .mobile-cta a {
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-weight: 900;
    text-decoration: none;
  }
  .mobile-cta a:last-child { background: var(--orange); color: #111; }
}

/* Second-pass premium industrial design system */
:root {
  --ink: #101820;
  --navy: #071522;
  --charcoal: #141b22;
  --steel: #4d5b66;
  --blue: #17395f;
  --orange: #d86f18;
  --amber: #f2a33a;
  --green: #2f6f55;
  --paper: #fffdf8;
  --stone: #f3efe6;
  --muted: #5c6670;
  --line: #d7d0c2;
  --radius: 7px;
  --shadow: 0 24px 70px rgba(7, 21, 34, .18);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.button,
.tfb-form__submit {
  border-radius: 7px;
  min-height: 50px;
  padding: 13px 18px;
  font-size: 15px;
  letter-spacing: 0;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

.button:hover,
.tfb-form__submit:hover {
  transform: translateY(-1px);
}

.button--primary,
.tfb-form__submit {
  background: var(--orange);
  color: #120b05;
  border-color: #b85d12;
}

.button--secondary {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
}

.button--on-light {
  color: var(--navy);
  border-color: var(--line);
}

.site-header {
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid rgba(20, 27, 34, .13);
}

.site-header__inner {
  min-height: 76px;
  gap: 18px;
}

.site-brand img {
  width: min(236px, 54vw);
}

.site-nav__list {
  gap: 14px;
}

.site-nav a {
  color: #142337;
  font-size: 14px;
  white-space: nowrap;
}

.phone-link {
  color: #102f52;
}

.breadcrumbs--v2 {
  margin: 0 auto;
  padding: 13px 0;
}

.breadcrumbs--v2 ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs--v2 li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #89919a;
}

.breadcrumbs--v2 a {
  color: #17395f;
  font-weight: 750;
}

.eyebrow {
  color: var(--amber);
  letter-spacing: .08em;
}

/* WCAG AA: amber eyebrow fails contrast on light/cream backgrounds; use a darker
   on-brand burnt orange there. Dark sections keep --amber (good contrast on dark). */
.section:not(.section--dark) .eyebrow,
.v3-page-hero--light .eyebrow,
.legal-hero .eyebrow {
  color: #c2410c;
}

.v2-lead {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}

.v2-home-hero {
  background:
    linear-gradient(90deg, rgba(7, 21, 34, .98) 0%, rgba(7, 21, 34, .88) 44%, rgba(7, 21, 34, .36) 100%),
    #071522;
  color: #fff;
  overflow: hidden;
}

.v2-home-hero__grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: stretch;
  gap: 36px;
}

.v2-home-hero__copy {
  align-self: center;
  padding: 76px 0;
}

.v2-home-hero h1,
.v2-hero h1 {
  max-width: 860px;
  margin: 0 0 22px;
  font-size: clamp(40px, 6vw, 74px);
  line-height: .98;
  letter-spacing: 0;
}

.v2-home-hero p,
.v2-hero p {
  color: rgba(255, 255, 255, .84);
}

.v2-home-hero__media {
  min-height: 100%;
  position: relative;
}

.v2-home-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.v2-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.v2-trust li {
  border-left: 3px solid var(--amber);
  background: rgba(255, 255, 255, .075);
  padding: 12px 14px;
  color: rgba(255, 255, 255, .9);
  font-weight: 750;
}

.v2-hero {
  color: #fff;
  padding: 72px 0;
}

.v2-hero--dark {
  background: radial-gradient(circle at 82% 10%, rgba(216, 111, 24, .18), transparent 34%), var(--navy);
}

.v2-hero--steel {
  background: linear-gradient(135deg, #111b25 0%, #24323d 100%);
}

.v2-hero__grid,
.v2-split,
.v2-quick-quote__grid,
.v2-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: 44px;
  align-items: start;
}

.v2-hero__panel,
.v2-form-card {
  background: #fffdf8;
  color: var(--ink);
  border: 1px solid rgba(16, 24, 32, .12);
  border-radius: 7px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.v2-hero__panel p {
  color: var(--ink);
  margin-top: 0;
  font-weight: 900;
}

.v2-quick-quote {
  margin-top: -46px;
  position: relative;
  z-index: 2;
}

.v2-quick-quote__grid {
  background: #fffdf8;
  border: 1px solid rgba(16, 24, 32, .14);
  border-radius: 7px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.section--dark {
  background: #111b25;
  color: #fff;
}

.section--dark p,
.section--dark .section-heading p {
  color: rgba(255, 255, 255, .78);
}

.section--stone {
  background: var(--stone);
}

.v2-vehicle-grid,
.v2-step-grid,
.v2-factor-grid,
.v2-info-grid,
.v2-location-grid {
  display: grid;
  gap: 18px;
}

.v2-vehicle-grid {
  grid-template-columns: repeat(4, 1fr);
}

.v2-vehicle-card,
.v2-step-card,
.v2-info-grid article,
.v2-location-state {
  background: #fffdf8;
  border: 1px solid rgba(16, 24, 32, .13);
  border-radius: 7px;
  padding: 20px;
}

.v2-vehicle-card {
  min-height: 190px;
  background: linear-gradient(180deg, #fffdf8 0%, #f8f4eb 100%);
}

.v2-vehicle-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  margin-bottom: 14px;
  filter: saturate(.88) contrast(1.05);
}

.v2-vehicle-card .tfb-icon {
  width: 40px;
  height: 40px;
  color: var(--orange);
  background: #151f29;
  border-radius: 7px;
  padding: 8px;
}

.v2-vehicle-card h3,
.v2-step-card h3,
.v2-info-grid h3 {
  margin: 0 0 8px;
}

.v2-vehicle-card p,
.v2-step-card p,
.v2-info-grid p {
  margin: 0;
  color: var(--muted);
}

.section--dark .v2-step-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .14);
}

.section--dark .v2-step-card p {
  color: rgba(255, 255, 255, .78);
}

.v2-step-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tfb-icon {
  width: 34px;
  height: 34px;
  color: var(--amber);
  margin-bottom: 18px;
}

.v2-feature-band {
  align-items: center;
}

.v2-feature-band img {
  border-radius: 7px;
  border: 1px solid rgba(16, 24, 32, .12);
}

.v2-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-list li {
  position: relative;
  padding-left: 24px;
}

.v2-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.v2-factor-grid {
  grid-template-columns: repeat(2, 1fr);
}

.v2-factor {
  background: #fffdf8;
  border-left: 4px solid var(--orange);
  padding: 16px;
  font-weight: 850;
}

.panel--dark {
  background: #111b25;
  color: #fff;
}

.panel--dark p,
.panel--dark span {
  color: rgba(255, 255, 255, .76);
}

.small-note {
  color: var(--muted);
  font-size: 14px;
}

.legal-hero {
  background: #111b25;
  color: #fff;
  padding: 56px 0;
}

.legal-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 58px);
}

.legal-hero p {
  color: rgba(255, 255, 255, .78);
}

.legal-content {
  max-width: 860px;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 26px;
}

.legal-content p {
  color: #2f3942;
}

.legal-cta {
  background: var(--stone);
  padding: 28px 0;
}

.legal-cta .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.location-filter input,
.tfb-form input,
.tfb-form select,
.tfb-form textarea {
  min-height: 48px;
  border: 1px solid #bfc6ce;
  border-radius: 7px;
  color: var(--ink);
}

.tfb-form label {
  color: #17212b;
  font-weight: 820;
}

.tfb-form__grid {
  gap: 14px;
}

.tfb-form__full {
  grid-column: 1 / -1;
}

.tfb-form__note {
  color: #515b65;
  font-size: 13px;
}

.tfb-form__hp,
.tfb-form__hp[hidden] {
  display: none !important;
}

.tfb-form__success,
.tfb-form__error {
  font-weight: 760;
}

.v2-location-grid {
  grid-template-columns: repeat(3, 1fr);
}

.v2-location-state h2 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 6px;
  font-size: 22px;
}

.v2-location-state h2 span {
  color: var(--muted);
  font-size: 16px;
}

.city-links--large {
  margin-bottom: 22px;
}

.v2-final-cta {
  background: #071522;
  color: #fff;
  padding: 58px 0;
}

.v2-final-cta h2 {
  max-width: 780px;
  margin: 0 0 12px;
  font-size: clamp(32px, 4.5vw, 54px);
}

.v2-final-cta p {
  color: rgba(255, 255, 255, .78);
}

.site-footer {
  background: #071522;
}

.site-footer__grid {
  grid-template-columns: 1.25fr .8fr .8fr .9fr;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button,
  .tfb-form__submit { transition: none; }
  .button:hover,
  .tfb-form__submit:hover { transform: none; }
}

@media (max-width: 1120px) {
  .site-header__inner {
    grid-template-columns: auto auto;
  }
  .site-header__cta {
    display: none;
  }
  .nav-toggle {
    display: inline-grid;
    gap: 4px;
    justify-self: end;
    background: var(--navy);
    border: 0;
    border-radius: 7px;
    padding: 12px;
  }
  .nav-toggle span:not(.screen-reader-text) {
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .site-nav {
    display: none;
    grid-column: 1 / -1;
  }
  .site-nav.is-open {
    display: block;
  }
  .site-nav__list {
    display: grid;
    gap: 0;
  }
}

/* Fourth-pass polish: header resilience, tactile buttons, off-canvas menu, rich content cards */
:root {
  --v4-copper: #b93a10;
  --v4-copper-dark: #7c250c;
  --v4-copper-hot: #d95116;
  --v4-cream: #fff7e8;
}

.button,
.tfb-form__submit {
  white-space: nowrap;
  border-radius: 6px;
  background: linear-gradient(180deg, #d95116 0%, #a9320d 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow:
    0 3px 0 var(--v4-copper-dark),
    0 14px 28px rgba(185, 58, 16, .32),
    inset 0 1px 0 rgba(255, 255, 255, .25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .28);
}

.button:hover,
.tfb-form__submit:hover {
  background: linear-gradient(180deg, #ef641d 0%, #b93a10 100%);
  transform: translateY(-2px);
}

.button:active,
.tfb-form__submit:active {
  transform: translateY(1px);
  box-shadow:
    0 1px 0 var(--v4-copper-dark),
    0 8px 18px rgba(185, 58, 16, .24),
    inset 0 1px 0 rgba(255, 255, 255, .2);
}

.button--secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06));
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 10px 22px rgba(0, 0, 0, .18);
}

.button--on-light {
  background: #fff;
  color: var(--v3-navy);
  text-shadow: none;
  box-shadow: 0 2px 0 rgba(18, 26, 32, .22), 0 10px 22px rgba(18, 26, 32, .12);
}

.button--full {
  width: 100%;
}

.site-header--v4 .site-header__inner {
  grid-template-columns: minmax(240px, auto) minmax(0, 1fr) auto;
  gap: clamp(14px, 2vw, 26px);
  min-height: 82px;
}

.site-header--v4 .site-brand img {
  width: clamp(245px, 18vw, 330px);
  max-width: 34vw;
}

.site-header--v4 .site-nav__list {
  justify-content: flex-end;
  gap: clamp(8px, 1vw, 15px);
}

.site-header--v4 .site-nav a {
  font-size: clamp(12px, .84vw, 14px);
  line-height: 1.1;
  white-space: nowrap;
}

.site-header--v4 .site-header__cta .button {
  min-width: 136px;
}

@media (min-width: 1121px) {
  .site-header--v4 .site-nav__list li:nth-child(n+8) {
    display: none;
  }
}

.site-topbar__inner,
.site-topbar__inner a,
.phone-link {
  white-space: nowrap;
}

.site-nav__panel-head,
.site-nav__mobile-cta,
.nav-overlay,
.nav-close {
  display: none;
}

.v3-vehicle-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 0;
}

.v3-vehicle-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 16px;
  background: linear-gradient(180deg, #141c23 0%, #25313b 100%);
  border-bottom: 1px solid rgba(18, 26, 32, .15);
}

.v3-vehicle-card span,
.v3-vehicle-card h3,
.v3-vehicle-card p,
.v3-vehicle-card .v3-card-link {
  margin-left: 18px;
  margin-right: 18px;
}

.v3-vehicle-card .v3-card-link {
  margin-bottom: 18px;
  color: var(--v4-copper);
  font-weight: 900;
  text-decoration: none;
}

.v3-vehicle-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(8, 13, 17, .14);
}

.v3-city-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 44px;
  align-items: start;
}

.v3-city-truck {
  margin-top: 22px;
  border-radius: 7px;
  box-shadow: var(--v3-shadow);
  background: #111820;
}

.v3-location-card {
  background: var(--v4-cream);
  border: 1px solid var(--v3-line);
  border-radius: 7px;
  padding: 24px;
  box-shadow: var(--v3-shadow);
}

.v3-location-card h2 {
  margin-top: 0;
}

.v3-location-card ul {
  margin: 10px 0 18px;
  padding-left: 20px;
}

.v3-inline-phone {
  color: var(--v4-copper);
  font-weight: 950;
  text-decoration: none;
}

.v3-map-embed {
  display: block;
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 7px;
  margin: 18px 0;
  background: #111820;
}

.site-footer--v4 {
  padding-top: 64px;
}

.site-footer--v4 .site-footer__grid {
  grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(140px, .8fr));
  align-items: start;
}

.site-footer--v4 h2 {
  color: #fff;
  margin-top: 0;
}

.site-footer--v4 a {
  line-height: 1.35;
}

.site-footer__brand p {
  max-width: 300px;
}

@media (max-width: 1320px) {
  .site-header--v4 .site-header__cta {
    display: none;
  }

  .site-header--v4 .site-header__inner {
    grid-template-columns: auto 1fr;
  }

  .site-header--v4 .site-nav__list {
    justify-content: flex-end;
  }
}

@media (max-width: 1120px) {
  .site-header--v4 .site-brand img {
    width: min(275px, 58vw);
    max-width: 58vw;
  }

  .site-header--v4 .nav-toggle {
    width: 44px;
    height: 42px;
    align-content: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--v3-black);
  }

  .site-header--v4 .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 80;
    display: none;
    width: min(390px, 88vw);
    padding: 22px;
    background: #0b1218;
    color: #fff;
    transform: none;
    overflow-y: auto;
    box-shadow: -26px 0 60px rgba(0, 0, 0, .34);
  }

  .site-header--v4 .site-nav.is-open {
    display: block;
  }

  body.nav-open .site-header--v4 .site-nav.is-open {
    position: fixed !important;
    inset: 0 0 0 auto !important;
    z-index: 10020 !important;
    display: block !important;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
  }

  .site-header--v4 .nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: block;
    background: rgba(0, 0, 0, .48);
  }

  .site-header--v4 .nav-overlay[hidden] {
    display: none;
  }

  .site-nav__panel-head,
  .site-nav__mobile-cta {
    display: grid;
    gap: 12px;
  }

  .site-nav__panel-head {
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 18px;
  }

  .site-nav__panel-head img {
    width: 220px;
  }

  .nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-weight: 900;
  }

  .site-nav__mobile-cta {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    background: rgba(255, 255, 255, .06);
    margin-bottom: 18px;
  }

  .site-nav__mobile-cta span {
    color: var(--v3-amber);
    font-weight: 950;
    text-transform: uppercase;
    font-size: 12px;
  }

  .site-header--v4 .site-nav__list {
    display: grid;
    gap: 0;
    justify-content: stretch;
  }

  .site-header--v4 .site-nav a {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-topbar__inner {
    justify-content: center;
  }
}

@media (max-width: 940px) {
  .v3-city-grid,
  .site-footer--v4 .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-topbar__inner span:last-child {
    display: none;
  }

  .site-topbar__inner span:first-child::after {
    content: " •";
  }

  .v3-vehicle-card img {
    aspect-ratio: 4 / 3;
  }
}

/* Third-pass premium redesign: urgent commercial truck buyer system */
:root {
  --v3-black: #080d11;
  --v3-charcoal: #121a20;
  --v3-navy: #071421;
  --v3-steel: #5b6670;
  --v3-concrete: #eee9dd;
  --v3-paper: #fffaf0;
  --v3-amber: #f0a22e;
  --v3-orange: #df6f16;
  --v3-green: #2f6a4f;
  --v3-line: rgba(18, 26, 32, .18);
  --v3-shadow: 0 28px 80px rgba(8, 13, 17, .24);
}

body {
  background: var(--v3-paper);
  color: #111820;
}

.site-header--v3 {
  background: rgba(255, 250, 240, .97);
  box-shadow: 0 12px 28px rgba(8, 13, 17, .08);
}

.site-topbar {
  background: var(--v3-black);
  color: #fff;
  font-weight: 900;
}

.site-topbar__inner {
  min-height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  text-transform: uppercase;
}

.site-topbar a {
  color: var(--v3-amber);
  text-decoration: none;
  font-size: 17px;
}

.site-header--v3 .site-nav a {
  color: #121a20;
}

.site-header--v3 .site-nav a:hover,
.site-header--v3 .phone-link:hover {
  color: #9f4809;
}

.site-header--v3 .phone-link {
  color: var(--v3-black);
  font-size: 17px;
}

.button--primary,
.tfb-form__submit {
  background: linear-gradient(180deg, #f4af3d 0%, #df6f16 100%);
  border-color: #b9580e;
  color: #120b05;
  box-shadow: 0 12px 24px rgba(223, 111, 22, .28);
}

.button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
}

.button--on-light {
  background: #fff;
  color: var(--v3-navy);
  border-color: rgba(18, 26, 32, .25);
}

.v3-home-hero {
  position: relative;
  isolation: isolate;
  min-height: 740px;
  color: #fff;
  overflow: hidden;
  background: var(--v3-black);
}

.v3-home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(8, 13, 17, .98) 0%, rgba(8, 13, 17, .86) 38%, rgba(8, 13, 17, .44) 68%, rgba(8, 13, 17, .62) 100%),
    linear-gradient(0deg, rgba(8, 13, 17, .94), rgba(8, 13, 17, .1) 46%, rgba(8, 13, 17, .72)),
    url("../images/hero-fleet-premium-v3.webp");
  background-position: center;
  background-size: cover;
}

.v3-home-hero__grid {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 460px);
  gap: 44px;
  align-items: center;
  padding: 64px 0;
}

.v3-home-hero h1,
.v3-page-hero h1 {
  margin: 0 0 20px;
  max-width: 880px;
  font-size: clamp(44px, 7vw, 84px);
  line-height: .9;
  letter-spacing: 0;
  text-wrap: balance;
}

.v3-page-hero h1 {
  font-size: clamp(40px, 5vw, 68px);
}

.v3-home-hero .v2-lead,
.v3-page-hero .v2-lead {
  max-width: 750px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(18px, 2vw, 23px);
}

.v3-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.v3-badges li,
.v3-check-grid li {
  border-left: 4px solid var(--v3-amber);
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .95);
  padding: 12px 14px;
  font-weight: 900;
}

.v3-quote-panel,
.v3-proof-card {
  background: linear-gradient(180deg, #fffaf0 0%, #eee9dd 100%);
  color: #111820;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 7px;
  padding: 24px;
  box-shadow: var(--v3-shadow);
}

.v3-quote-panel h2,
.v3-proof-card strong {
  display: block;
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.v3-proof-card span {
  display: block;
  color: #9f4809;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  margin: 6px 0 16px;
}

.v3-page-hero {
  background:
    linear-gradient(90deg, rgba(8, 13, 17, .96), rgba(8, 13, 17, .84)),
    url("../images/hero-fleet-premium-v3.webp") center / cover;
  color: #fff;
  padding: 78px 0;
}

.v3-page-hero--steel {
  background: linear-gradient(135deg, var(--v3-black), #2d3740);
}

.v3-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 44px;
  align-items: center;
}

.v3-section {
  background-image: linear-gradient(90deg, rgba(18, 26, 32, .05) 0 1px, transparent 1px);
  background-size: 84px 100%;
}

.section--dark.v3-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px),
    var(--v3-charcoal);
  background-size: 84px 100%;
}

.v3-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.v3-vehicle-card {
  min-height: 190px;
  position: relative;
  overflow: hidden;
  background: #fffaf0;
  border: 1px solid var(--v3-line);
  border-radius: 7px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(8, 13, 17, .08);
}

.v3-vehicle-card span {
  display: block;
  width: 48px;
  height: 4px;
  margin-bottom: 24px;
  background: var(--v3-orange);
}

.v3-vehicle-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.1;
}

.v3-vehicle-card p {
  margin: 0;
  color: #46515a;
}

.v3-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v3-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v3-step-card {
  background: #fffaf0;
  border: 1px solid var(--v3-line);
  border-radius: 7px;
  padding: 24px;
}

.v3-step-card b {
  display: block;
  color: var(--v3-orange);
  font-size: 38px;
  line-height: 1;
  margin-bottom: 18px;
}

.v3-step-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.v3-industrial-band,
.v3-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: 44px;
  align-items: center;
}

.v3-map-grid img {
  background: #111820;
  border: 1px solid rgba(18, 26, 32, .18);
  border-radius: 7px;
  box-shadow: var(--v3-shadow);
}

.v3-map-card {
  min-height: 320px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(240, 162, 46, .2), transparent 44%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 34px),
    #111820;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  box-shadow: var(--v3-shadow);
}

.v3-map-card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.v3-map-card span {
  color: var(--v3-amber);
  font-weight: 950;
  letter-spacing: .08em;
}

.v3-map-card strong {
  font-size: clamp(72px, 9vw, 126px);
  line-height: .8;
}

.v3-map-card em,
.v3-map-card b,
.v3-map-card i {
  max-width: 280px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 900;
}

.v3-map-card b,
.v3-map-card i {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
}

.tfb-form {
  gap: 16px;
}

.tfb-form input,
.tfb-form select,
.tfb-form textarea {
  min-height: 52px;
  border-color: rgba(18, 26, 32, .28);
  background: #fff;
}

.tfb-form label {
  color: #111820;
  font-weight: 900;
}

.tfb-form__submit {
  width: 100%;
  min-height: 56px;
  font-size: 17px;
}

.site-footer {
  background: var(--v3-black);
}

.footer-phone {
  color: var(--v3-amber) !important;
  font-size: 26px;
  font-weight: 950;
}

@media (max-width: 1120px) {
  .site-topbar__inner {
    justify-content: center;
  }

  .site-topbar__inner span:last-child {
    display: none;
  }
}

@media (max-width: 940px) {
  .v3-home-hero,
  .v3-home-hero__grid {
    min-height: 0;
  }

  .v3-home-hero__grid,
  .v3-page-hero__grid,
  .v3-industrial-band,
  .v3-map-grid {
    grid-template-columns: 1fr;
  }

  .v3-home-hero__grid {
    padding: 48px 0;
  }

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

  .v3-badges,
  .v3-check-grid,
  .v3-step-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-topbar__inner {
    min-height: 34px;
    gap: 10px;
    font-size: 11px;
  }

  .site-topbar a {
    font-size: 14px;
  }

  .v3-home-hero h1,
  .v3-page-hero h1 {
    font-size: 42px;
  }

  .v3-home-hero__grid {
    padding: 36px 0;
  }

  .v3-home-hero__bg {
    background-position: 58% center;
  }

  .v3-vehicle-grid,
  .tfb-form__grid,
  .v2-factor-grid,
  .v2-location-grid {
    grid-template-columns: 1fr;
  }

  .v3-quote-panel,
  .v3-proof-card,
  .v3-step-card,
  .v3-vehicle-card {
    padding: 18px;
  }

  .mobile-cta {
    position: sticky;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -12px 28px rgba(8, 13, 17, .18);
  }
}

@media (max-width: 940px) {
  .v2-home-hero__grid,
  .v2-hero__grid,
  .v2-split,
  .v2-quick-quote__grid,
  .v2-feature-band,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .v2-home-hero__grid {
    min-height: 0;
  }
  .v2-home-hero__media {
    order: -1;
    margin-inline: calc((100vw - var(--wrap)) / -2);
  }
  .v2-home-hero__media img {
    min-height: 330px;
    max-height: 420px;
  }
  .v2-vehicle-grid,
  .v2-step-grid,
  .v2-location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .v2-home-hero__copy,
  .v2-hero {
    padding: 42px 0;
  }
  .v2-home-hero h1,
  .v2-hero h1 {
    font-size: 40px;
  }
  .v2-trust,
  .v2-vehicle-grid,
  .v2-step-grid,
  .v2-factor-grid,
  .v2-location-grid,
  .tfb-form__grid {
    grid-template-columns: 1fr;
  }
  .v2-quick-quote {
    margin-top: 0;
  }
  .v2-quick-quote__grid,
  .v2-form-card,
  .v2-hero__panel {
    padding: 18px;
  }
  .legal-cta .wrap {
    display: grid;
  }
}

@media (max-width: 640px) {
  .mobile-cta {
    position: static;
    bottom: auto;
    z-index: auto;
  }
}

/* Final V6 navigation, CTA, modal, service-area, and app-install polish */
:root {
  --tfb-ink: #121820;
  --tfb-navy: #071522;
  --tfb-charcoal: #101820;
  --tfb-copper: #b53b0e;
  --tfb-copper-hi: #d65a16;
  --tfb-copper-low: #8f2d0b;
  --tfb-cream: #f7f2e8;
}

.button,
.tfb-form__submit,
.mobile-cta a {
  white-space: nowrap;
}

.button--primary,
.tfb-form__submit,
.mobile-cta a:last-child {
  background: linear-gradient(180deg, #d65a16 0%, #b53b0e 55%, #8f2d0b 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow:
    0 3px 0 #6e2108,
    0 14px 28px rgba(181, 59, 14, .30),
    inset 0 1px 0 rgba(255, 255, 255, .28);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
}

.button--primary:hover,
.tfb-form__submit:hover,
.mobile-cta a:last-child:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.button--primary:active,
.tfb-form__submit:active,
.mobile-cta a:last-child:active {
  transform: translateY(2px);
  box-shadow:
    0 1px 0 #6e2108,
    0 8px 18px rgba(181, 59, 14, .24),
    inset 0 1px 0 rgba(255, 255, 255, .2);
}

.button--secondary,
.button--phone {
  background: #152331;
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
}

.button:focus-visible,
.tfb-form__submit:focus-visible,
.site-nav a:focus-visible,
.site-nav button:focus-visible,
.cash-offer-modal__close:focus-visible {
  outline: 3px solid #f7c948;
  outline-offset: 3px;
}

.site-header--v4 .site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 82px;
}

.site-header--v4 .site-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.site-header--v4 .site-brand img {
  width: clamp(220px, 18vw, 300px);
  max-width: 100%;
  height: auto;
}

.site-header--v4 .site-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.site-header--v4 .site-nav__list {
  justify-content: flex-end;
  align-items: center;
  gap: clamp(6px, .75vw, 13px);
}

.site-header--v4 .site-nav__list li:nth-child(n+8) {
  display: list-item;
}

.site-header--v4 .site-nav a,
.site-header--v4 .site-nav__dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  color: var(--tfb-navy);
  font: inherit;
  font-size: clamp(12px, .78vw, 14px);
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.site-header--v4 .site-nav a::after,
.site-header--v4 .site-nav__dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 4px;
  height: 3px;
  background: var(--tfb-copper-hi);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .16s ease;
}

.site-header--v4 .site-nav a:hover::after,
.site-header--v4 .site-nav a:focus-visible::after,
.site-header--v4 .site-nav__dropdown-toggle:hover::after,
.site-header--v4 .site-nav__dropdown-toggle:focus-visible::after,
.site-header--v4 .site-nav__item--dropdown.is-open .site-nav__dropdown-toggle::after {
  transform: scaleX(1);
}

.site-nav__item--dropdown {
  position: relative;
}

.site-nav__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 90;
  display: none;
  min-width: 270px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .14);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(8, 13, 17, .20);
}

.site-nav__item--dropdown.is-open .site-nav__dropdown {
  display: grid;
}

.site-header--v4 .site-nav__dropdown a {
  display: flex;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--tfb-ink);
}

.site-header--v4 .site-nav__dropdown a:hover {
  background: var(--tfb-cream);
}

.site-header--v4 .site-nav__dropdown a::after {
  display: none;
}

.site-header--v4 .site-header__cta {
  flex: 0 0 auto;
}

.cash-offer-modal {
  width: min(760px, calc(100vw - 28px));
  max-height: min(92vh, 940px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--tfb-ink);
}

.cash-offer-modal::backdrop {
  background: rgba(4, 9, 14, .66);
}

.cash-offer-modal__panel {
  position: relative;
  max-height: min(92vh, 940px);
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

.cash-offer-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(16, 24, 32, .16);
  border-radius: 6px;
  background: #fff;
  color: var(--tfb-ink);
  font-weight: 900;
}

body.modal-open {
  overflow: hidden;
}

.service-directory-preview .section-heading p {
  color: #2f3b46;
}

.service-state-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
}

.service-state-card {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .14);
  border-radius: 8px;
  color: var(--tfb-ink);
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(16, 24, 32, .08);
}

.service-state-card strong {
  font-size: 18px;
}

.service-state-card span {
  color: #4b5966;
  font-weight: 800;
}

.v3-vehicle-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  padding: 0;
  background: #16212c;
}

.about-stack {
  display: grid;
  gap: 18px;
  max-width: 960px;
}

.about-stack article {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .12);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(16, 24, 32, .06);
}

.install-app-page .v3-page-hero--light {
  background: var(--tfb-cream);
  color: var(--tfb-ink);
}

.install-intro {
  max-width: 820px;
  font-size: 19px;
  color: #2d3843;
}

.install-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.install-card {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .14);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(16, 24, 32, .10);
}

.install-card ol {
  padding-left: 22px;
}

.install-card li + li {
  margin-top: 8px;
}

.install-card a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.install-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 58px;
  padding: 10px;
  border-radius: 50%;
  background: var(--tfb-navy);
  color: #fff;
  font-weight: 950;
}

.site-footer--v4 .site-footer__grid {
  grid-template-columns: minmax(220px, 1.15fr) repeat(4, minmax(150px, .85fr));
}

.site-footer--v4 .site-footer__bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.site-footer--v4 .site-footer__bottom span {
  margin-right: auto;
}

@media (max-width: 1280px) {
  .site-header--v4 .site-header__inner {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .site-header--v4 .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 80;
    display: none;
    width: min(410px, 88vw);
    padding: 22px;
    background: #0b1218;
    color: #fff;
    overflow-y: auto;
    box-shadow: -26px 0 60px rgba(0, 0, 0, .34);
  }

  .site-header--v4 .site-nav.is-open {
    display: block;
  }

  .site-header--v4 .site-nav a,
  .site-header--v4 .site-nav__dropdown-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    font-size: 17px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .site-nav__item--dropdown {
    display: block;
  }

  .site-nav__dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 10px 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-header--v4 .site-nav__dropdown a {
    color: #fff;
    padding: 11px 0;
  }

  .site-header--v4 .site-header__cta {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
  }
}

@media (max-width: 940px) {
  .service-state-grid,
  .install-grid,
  .site-footer--v4 .site-footer__grid {
    grid-template-columns: 1fr;
  }

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

  .site-footer--v4 .site-footer__bottom span {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 58px;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 65;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -12px 28px rgba(8, 13, 17, .18);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 12px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 950;
  }

  .cash-offer-modal {
    width: calc(100vw - 18px);
  }

  .cash-offer-modal__panel {
    padding: 20px 14px;
  }
}

/* V6.0.2 user visual correction pass */
.site-header--v4 .site-header__inner {
  gap: 16px;
}

.site-header--v4 {
  position: relative;
  z-index: 2000;
}

.site-header--v4 .site-header__inner.wrap {
  width: 100%;
  max-width: none;
  padding-left: clamp(24px, 3.2vw, 70px);
  padding-right: clamp(24px, 3.2vw, 70px);
}

.site-header--v4 .site-brand img {
  width: clamp(205px, 14vw, 255px);
}

.site-header--v4 .site-nav__list {
  gap: clamp(8px, .8vw, 16px);
}

.site-header--v4 .site-nav a,
.site-header--v4 .site-nav__dropdown-toggle {
  padding-left: 7px;
  padding-right: 7px;
  font-size: clamp(16px, .9vw, 18px);
  letter-spacing: 0;
}

.site-nav__dropdown {
  top: 100%;
  min-width: 300px;
  padding: 12px;
}

.site-nav__dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.v3-vehicle-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--tfb-ink);
  text-decoration: none;
  cursor: pointer;
}

.v3-vehicle-card p {
  flex: 1 1 auto;
}

.v3-vehicle-card .v3-card-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 12px;
  color: #a64219;
  font-weight: 950;
  text-decoration: none;
  transition: color .16s ease, transform .16s ease;
}

.v3-vehicle-card .v3-card-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tfb-copper-hi), #f2b24d);
  transform: scaleX(.42);
  transform-origin: left center;
  transition: transform .16s ease;
}

.v3-vehicle-card:hover .v3-card-link,
.v3-vehicle-card:focus-visible .v3-card-link {
  color: #7f2d11;
  transform: translateX(2px);
}

.v3-vehicle-card:hover .v3-card-link::after,
.v3-vehicle-card:focus-visible .v3-card-link::after {
  transform: scaleX(1);
}

.about-stack .v3-check-grid li {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-left-color: var(--v3-orange);
  background: #fff7e8;
  color: var(--tfb-ink);
  box-shadow: inset 0 0 0 1px rgba(16, 24, 32, .08);
}

.site-footer--v4 {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px),
    #070c10;
  background-size: 86px 100%;
}

.site-footer--v4 .site-footer__grid {
  align-items: stretch;
  gap: 18px;
}

.site-footer--v4 .site-footer__brand,
.site-footer--v4 nav {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.site-footer--v4 .site-footer__brand {
  background:
    linear-gradient(135deg, rgba(196, 82, 28, .22), transparent 54%),
    rgba(255, 255, 255, .055);
}

.site-footer--v4 h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #fff;
}

.site-footer--v4 h2::before {
  content: "";
  width: 9px;
  height: 28px;
  border-radius: 999px;
  background: var(--tfb-copper-hi);
}

.site-footer--v4 a:not(.button):not(.footer-phone) {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  margin: 3px 0;
  padding: 7px 9px;
  border-radius: 6px;
  color: rgba(255, 255, 255, .84);
}

.site-footer--v4 a:not(.button):not(.footer-phone)::before {
  content: ">";
  color: var(--tfb-copper-hi);
  font-weight: 950;
}

.site-footer--v4 a:not(.button):not(.footer-phone):hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.site-footer--v4 .footer-phone {
  display: inline-flex;
  margin: 8px 0 14px;
  color: #fff;
  font-weight: 950;
}

@media (max-width: 1450px) {
  .site-header--v4 .site-header__inner {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .site-header--v4 .site-brand img {
    width: min(360px, 66vw);
  }

  .site-header--v4 .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 10020;
    display: none;
    width: min(500px, 92vw);
    padding: 22px;
    background: #0b1218;
    color: #fff;
    overflow-y: auto;
    box-shadow: -26px 0 60px rgba(0, 0, 0, .34);
  }

  .site-header--v4 .site-nav.is-open {
    display: block;
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-header--v4 .site-nav a,
  .site-header--v4 .site-nav__dropdown-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    font-size: 17px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .site-header--v4 .site-nav__dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 10px 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-nav__dropdown::before {
    display: none;
  }

  .site-header--v4 .site-nav__dropdown a {
    color: #fff;
    padding: 11px 0;
  }

  .site-header--v4 .site-header__cta {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 10021;
    display: inline-grid;
  }
}

body.nav-open .site-header--v4 .nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: block;
  background: rgba(5, 8, 11, .62);
}

.breadcrumbs,
.breadcrumbs--v2 {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .site-header--v4 .site-nav {
    inset: 0;
    width: 100vw;
    max-width: none;
  }

  body.nav-open .site-header--v4 .site-nav.is-open {
    inset: 0 !important;
    width: 100vw !important;
    max-width: none !important;
  }

  .site-header--v4 .site-header__inner.wrap {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* V6.0.5 hamburger rebuild and desktop header spacing */
.site-header--v4 .site-header__inner.wrap {
  padding-left: clamp(36px, 4.6vw, 110px);
  padding-right: clamp(36px, 4.6vw, 110px);
}

@media (max-width: 1450px) {
  body.nav-open .site-header--v4 .nav-overlay {
    background: rgba(13, 16, 19, .44);
    backdrop-filter: blur(3px);
  }

  .site-header--v4 .site-nav {
    width: min(520px, 94vw);
    padding: 24px;
    background: linear-gradient(180deg, #fffdf8 0%, #f5efe4 100%);
    color: var(--tfb-ink);
    border-left: 1px solid rgba(16, 24, 32, .12);
    box-shadow: -26px 0 70px rgba(8, 13, 17, .22);
  }

  body.nav-open .site-header--v4 .site-nav.is-open {
    background: linear-gradient(180deg, #fffdf8 0%, #f5efe4 100%) !important;
    color: var(--tfb-ink);
  }

  .site-nav__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(16, 24, 32, .12);
  }

  .site-nav__panel-head img {
    width: min(285px, 62vw);
    height: auto;
  }

  .nav-close {
    min-height: 44px;
    padding: 9px 14px;
    border: 1px solid rgba(16, 24, 32, .16);
    border-radius: 8px;
    background: #fff;
    color: var(--tfb-ink);
    box-shadow: 0 8px 18px rgba(16, 24, 32, .08);
  }

  .nav-close:hover,
  .nav-close:focus-visible {
    border-color: var(--tfb-copper-hi);
  }

  .site-nav__mobile-cta {
    display: grid;
    gap: 10px;
    padding: 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(196, 82, 28, .24);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(196, 82, 28, .12), transparent 58%),
      #fff;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .08);
  }

  .site-nav__mobile-cta span {
    color: #a64219;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .site-nav__mobile-cta .phone-link {
    color: var(--tfb-ink);
    font-size: 22px;
    font-weight: 950;
    text-decoration: none;
  }

  .site-header--v4 .site-nav__list {
    display: grid;
    gap: 10px;
    align-items: stretch;
    justify-content: stretch;
    margin: 0;
    padding: 0;
  }

  .site-header--v4 .site-nav__list > li {
    display: block;
  }

  .site-header--v4 .site-nav a,
  .site-header--v4 .site-nav__dropdown-toggle {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border: 1px solid rgba(16, 24, 32, .12);
    border-radius: 8px;
    background: #fff;
    color: var(--tfb-ink);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(16, 24, 32, .06);
  }

  .site-header--v4 .site-nav a::after,
  .site-header--v4 .site-nav__dropdown-toggle::after {
    display: none;
  }

  .site-header--v4 .site-nav a:hover,
  .site-header--v4 .site-nav__dropdown-toggle:hover {
    border-color: rgba(196, 82, 28, .38);
    background: #fff7e8;
  }

  .site-header--v4 .site-nav__dropdown {
    display: none;
    margin-top: 8px;
    padding: 8px 0 0 14px;
  }

  .site-nav__item--dropdown.is-open .site-nav__dropdown {
    display: grid;
    gap: 8px;
  }

  .site-header--v4 .site-nav__dropdown a {
    min-height: 44px;
    padding: 11px 14px;
    color: var(--tfb-ink);
    font-size: 15px;
    background: #fffaf0;
  }
}

@media (max-width: 640px) {
  .site-header--v4 .site-header__inner.wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header--v4 .site-nav {
    padding: 20px;
  }

  .site-nav__panel-head img {
    width: min(260px, 58vw);
  }

  .site-nav__mobile-cta .phone-link {
    font-size: 20px;
  }
}

/* V6.0.6 header/menu polish */
.site-header--v4 .site-header__inner.wrap {
  padding-left: clamp(58px, 6vw, 136px);
  padding-right: clamp(58px, 6vw, 136px);
}

body.nav-open .site-header--v4 .nav-toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 1450px) {
  .site-header--v4 .site-nav {
    padding: 24px 22px 28px;
    background:
      radial-gradient(circle at 12% 0%, rgba(196, 82, 28, .10), transparent 34%),
      linear-gradient(180deg, #fffdf8 0%, #f3eddf 100%);
  }

  body.nav-open .site-header--v4 .site-nav.is-open {
    background:
      radial-gradient(circle at 12% 0%, rgba(196, 82, 28, .10), transparent 34%),
      linear-gradient(180deg, #fffdf8 0%, #f3eddf 100%) !important;
  }

  .site-nav__panel-head {
    padding: 10px 0 22px;
    margin-bottom: 18px;
  }

  .site-nav__panel-head img {
    width: min(300px, 64vw);
  }

  .nav-close {
    position: relative;
    flex: 0 0 auto;
    min-width: 46px;
    width: 46px;
    min-height: 46px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    border-color: rgba(16, 24, 32, .18);
    background: #fff;
    color: transparent;
    box-shadow: 0 10px 22px rgba(16, 24, 32, .12);
  }

  .nav-close::before,
  .nav-close::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    top: 22px;
    height: 3px;
    border-radius: 999px;
    background: var(--tfb-ink);
  }

  .nav-close::before {
    transform: rotate(45deg);
  }

  .nav-close::after {
    transform: rotate(-45deg);
  }

  .nav-close:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(16, 24, 32, .16);
  }

  .site-nav__mobile-cta {
    gap: 12px;
    padding: 20px;
    background:
      linear-gradient(135deg, rgba(196, 82, 28, .14), rgba(242, 178, 77, .10)),
      #fffaf3;
  }

  .site-nav__mobile-cta .button {
    justify-content: center;
    min-height: 48px;
  }
}

@media (max-width: 640px) {
  .site-header--v4 .site-header__inner.wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .site-nav__panel-head img {
    width: min(275px, 62vw);
  }
}

/* V6.0.7 centered desktop header and compact mobile drawer */
.site-header--v4 .site-header__inner.wrap {
  width: min(1440px, calc(100vw - 48px));
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1451px) {
  .site-header--v4 .site-nav__list {
    gap: clamp(10px, .7vw, 16px);
  }
}

@media (max-width: 1450px) {
  .site-header--v4 .site-header__inner.wrap {
    width: min(1160px, calc(100vw - 40px));
    max-width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header--v4 .site-nav {
    inset: 16px 16px auto auto;
    width: min(440px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    height: auto;
    min-height: auto;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    border-radius: 14px;
    border: 1px solid rgba(16, 24, 32, .12);
    overflow-y: auto;
    box-shadow: 0 24px 70px rgba(8, 13, 17, .28);
  }

  body.nav-open .site-header--v4 .site-nav.is-open {
    inset: 16px 16px auto auto !important;
    width: min(440px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    height: auto !important;
    min-height: auto !important;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    border-radius: 14px;
  }

  .site-nav__panel-head {
    padding-top: 2px;
  }

  .site-nav__mobile-cta {
    padding: 16px;
  }

  .site-header--v4 .site-nav a,
  .site-header--v4 .site-nav__dropdown-toggle {
    min-height: 46px;
    padding: 12px 14px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .site-header--v4 .site-header__inner.wrap {
    width: calc(100vw - 40px);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header--v4 .site-nav {
    inset: 14px 14px auto auto;
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    height: auto;
    padding: 18px;
    border-radius: 14px;
  }

  body.nav-open .site-header--v4 .site-nav.is-open {
    inset: 14px 14px auto auto !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    height: auto !important;
    min-height: auto !important;
    max-height: calc(100vh - 28px);
    max-height: calc(100dvh - 28px);
    border-radius: 14px;
  }
}

/* V6.0.8 logo placement, quote anchors, and tighter mobile drawer */
#quote-form {
  scroll-margin-top: 132px;
}

/* Sticky-header offset for in-page anchors (employment apply/responsibilities,
   service-area state jumps) so the fixed/sticky header does not cover the target. */
#employment-application,
#employment-responsibilities,
#popular-truck-buyer-locations,
.v2-location-state[id],
.location-state[id] {
  scroll-margin-top: 132px;
}

.site-header--v4 .site-header__inner.wrap {
  width: min(1628px, calc(100vw - 48px));
  max-width: 1628px;
}

@media (max-width: 1450px) {
  .site-header--v4 .site-header__inner.wrap {
    width: min(1160px, calc(100vw - 40px));
    max-width: 1160px;
  }

  .site-header--v4 .site-nav {
    width: min(420px, calc(100vw - 32px));
    padding: 20px;
  }

  body.nav-open .site-header--v4 .site-nav.is-open {
    width: min(420px, calc(100vw - 32px)) !important;
  }

  .site-nav__panel-head {
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 14px;
  }

  .site-nav__panel-head img {
    width: min(250px, 60vw);
  }

  .site-nav__mobile-cta {
    gap: 9px;
    padding: 14px;
    margin-bottom: 14px;
  }

  .site-nav__mobile-cta .phone-link {
    font-size: 19px;
  }

  .site-nav__mobile-cta .button {
    min-height: 44px;
  }

  .site-header--v4 .site-nav__list {
    gap: 7px;
  }

  .site-header--v4 .site-nav a,
  .site-header--v4 .site-nav__dropdown-toggle {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 15px;
  }

  .site-header--v4 .site-nav__dropdown {
    margin-top: 6px;
    padding-top: 6px;
  }

  .site-nav__item--dropdown.is-open .site-nav__dropdown {
    gap: 6px;
  }

  .site-header--v4 .site-nav__dropdown a {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .site-header--v4 .site-nav {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 56px);
    max-height: calc(100dvh - 56px);
    padding: 14px;
  }

  body.nav-open .site-header--v4 .site-nav.is-open {
    width: calc(100vw - 28px) !important;
    max-height: calc(100vh - 56px);
    max-height: calc(100dvh - 56px);
  }

  .site-nav__panel-head img {
    width: min(235px, 58vw);
  }
}

/* V6.0.9 explicit desktop logo lane and restored modal CTAs */
@media (min-width: 1451px) {
  .site-header--v4 .site-header__inner.wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding-left: clamp(150px, 10.25vw, 210px);
    padding-right: clamp(44px, 4vw, 82px);
  }
}

/* V6.0.10 desktop logo position hard lock */
@media (min-width: 1451px) {
  body .site-header--v4 .site-header__inner.wrap {
    padding-left: clamp(198px, 10.25vw, 212px) !important;
  }

  body .site-header--v4 .site-brand {
    margin-left: 0 !important;
    transform: none !important;
  }
}

/* V6.0.12 align desktop logo to hero start while preserving nav width */
@media (min-width: 1451px) {
  body .site-header--v4 .site-header__inner.wrap {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-left: calc((100vw - min(1160px, calc(100vw - 32px))) / 2) !important;
    padding-right: clamp(44px, 4vw, 82px) !important;
  }
}

/* V6.0.13 final shared-grid desktop header contract */
@media (min-width: 1400px) {
  body .site-header--v4 .site-header__inner.wrap {
    box-sizing: border-box;
    width: var(--wrap) !important;
    max-width: var(--wrap) !important;
    min-height: 82px;
    margin-inline: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: grid !important;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    column-gap: clamp(14px, 1.1vw, 22px);
    align-items: center;
  }

  body .site-header--v4 .site-brand {
    min-width: 0;
    margin: 0 !important;
    transform: none !important;
  }

  body .site-header--v4 .site-brand img {
    width: clamp(240px, 14vw, 300px);
    max-width: 100%;
  }

  body .site-header--v4 .site-nav {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--tfb-navy) !important;
  }

  body .site-header--v4 .site-nav__list {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: clamp(4px, .42vw, 8px);
  }

  body .site-header--v4 .site-nav__list > li {
    min-width: 0;
  }

  body .site-header--v4 .site-nav a,
  body .site-header--v4 .site-nav__dropdown-toggle {
    width: auto !important;
    min-height: 42px;
    padding: 10px clamp(3px, .28vw, 6px);
    border-top: 0;
    color: var(--tfb-navy) !important;
    font-size: clamp(14px, .82vw, 16px);
    line-height: 1.05;
    white-space: nowrap;
  }

  body .site-header--v4 .site-nav__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(16, 24, 32, .14);
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(8, 13, 17, .20);
  }

  body .site-header--v4 .site-nav__dropdown::before {
    display: block;
  }

  body .site-header--v4 .site-nav__dropdown a {
    display: flex;
    width: 100% !important;
    min-height: 40px;
    padding: 10px 12px;
    color: var(--tfb-ink) !important;
  }

  body .site-header--v4 .site-nav__panel-head,
  body .site-header--v4 .site-nav__mobile-cta,
  body .site-header--v4 .nav-overlay,
  body .site-header--v4 .nav-toggle {
    display: none !important;
  }

  body .site-header--v4 .site-header__cta {
    display: flex !important;
    justify-content: flex-end;
  }

  body .site-header--v4 .site-header__cta .button {
    min-height: 46px;
    padding-inline: clamp(14px, 1.1vw, 20px);
    white-space: nowrap;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  body .site-header--v4 .site-brand img {
    width: 232px;
  }

  body .site-header--v4 .site-nav__list {
    gap: 3px;
  }

  body .site-header--v4 .site-nav a,
  body .site-header--v4 .site-nav__dropdown-toggle {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
  }

  body .site-header--v4 .site-header__cta .button {
    padding-inline: 14px;
  }
}

@media (max-width: 1399px) {
  body .site-header--v4 .site-header__inner.wrap {
    width: min(1160px, calc(100vw - 40px));
    max-width: 1160px;
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
