:root {
  --ink: #090b0f;
  --soft-ink: #191d24;
  --paper: #f4f5f6;
  --line: #d8dadd;
  --muted: #666d78;
  --blue: #7d9fd1;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; width: 100%; color: white; background: #000; border-bottom: 1px solid rgba(255,255,255,.16); }
.nav-wrap { display: grid; grid-template-columns: 1fr; gap: 20px; padding-block: 24px 18px; }
.brand { display: block; width: 222px; height: 122px; flex-shrink: 0; }
.brand img { width: 100%; height: 100%; object-fit: fill; }
.brand-wordmark { display: flex; align-items: center; gap: 26px; width: fit-content; max-width: 100%; height: auto; text-decoration: none; }
.brand-symbol { position: relative; display: block; width: 96px; height: 78px; flex: 0 0 96px; overflow: hidden; }
.brand-symbol img { position: absolute; width: 200px; height: auto; max-width: none; left: -46px; top: -12px; }
.brand-name { font: 600 clamp(3.5rem, 7.2vw, 6.5rem)/1.05 "Manrope", sans-serif; letter-spacing: -.045em; white-space: nowrap; }
nav { display: flex; align-items: center; justify-content: flex-end; gap: 25px; padding-top: 14px; border-top: 1px solid #272727; }
nav a { font-size: .9rem; text-decoration: none; opacity: .86; transition: opacity .2s; }
nav a:hover, nav a:focus-visible { opacity: 1; }
.nav-call { padding: 11px 17px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.menu-toggle { display: none; }

.hero { min-height: 850px; height: 100svh; max-height: 980px; position: relative; display: flex; align-items: center; color: white; background: var(--ink); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,6,10,.9) 0%, rgba(4,6,10,.57) 46%, rgba(4,6,10,.12) 75%), linear-gradient(0deg, rgba(4,6,10,.55), transparent 50%); }
.hero-content { position: relative; padding-top: 170px; }
.eyebrow { margin: 0 0 25px; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #59616d; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; letter-spacing: -.04em; }
h1 { max-width: 810px; margin-bottom: 26px; font-size: clamp(3.6rem, 7.7vw, 7.1rem); line-height: .96; font-weight: 600; }
h1 span { color: #acb8ca; }
.hero-copy { max-width: 600px; margin: 0 0 36px; color: rgba(255,255,255,.78); font-size: 1.15rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; font-weight: 600; text-decoration: none; }
.button-light { color: var(--ink); background: white; }
.text-link { display: inline-flex; align-items: center; gap: 9px; text-underline-offset: 5px; }
.arrow-icon { width: 18px; height: 18px; display: block; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.arrow-down { width: 17px; height: 17px; }
.hero-index { position: absolute; right: 48px; bottom: 32px; color: rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .14em; }

.proof-strip { color: white; background: var(--ink); border-top: 1px solid rgba(255,255,255,.09); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div, .proof-grid > a { min-height: 145px; padding: 34px 7%; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.proof-grid > :first-child { padding-left: 0; }
.proof-grid > :last-child { border-right: 0; }
.proof-grid strong { font-family: "Manrope", sans-serif; font-size: 1.65rem; font-weight: 600; }
.proof-grid span { color: #9299a4; font-size: .84rem; }
.omvic-proof { text-decoration: none; transition: background-color .2s; }
.omvic-proof:hover, .omvic-proof:focus-visible { background: rgba(255,255,255,.045); }
.omvic-proof strong { display: flex; align-items: center; gap: 9px; }
.omvic-proof .omvic-check { width: 23px; height: 23px; display: inline-grid; place-items: center; flex: 0 0 23px; color: var(--ink); background: white; border-radius: 50%; font: 700 .75rem/1 "DM Sans", sans-serif; }

.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12%; align-items: start; }
h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.5vw, 4.8rem); line-height: 1.06; font-weight: 600; }
.intro-copy { padding-top: 38px; color: #434a54; font-size: 1.12rem; }
.intro-copy p { margin: 0 0 22px; }

.approach { padding-top: 34px; }
.section-topline { padding-bottom: 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.section-topline p { margin: 0; }
.section-topline .eyebrow { margin: 0; }
.section-topline > p:last-child { color: var(--muted); }
.approach-layout { margin-top: 48px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 8%; align-items: center; }
.inspection-frame { position: relative; overflow: hidden; background: #ddd; }
.inspection-frame img { width: 100%; aspect-ratio: 4/3.2; object-fit: cover; }
.image-note { position: absolute; right: 18px; bottom: 18px; padding: 8px 12px; color: white; background: rgba(8,10,14,.72); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(12px); }
.steps article { padding: 25px 0; display: grid; grid-template-columns: 55px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.steps article:first-child { padding-top: 0; }
.steps article > span { color: #8c939c; font-size: .8rem; }
.steps h3 { margin-bottom: 8px; font-size: 1.38rem; }
.steps p { margin: 0; color: var(--muted); }

.vehicle-types { position: relative; color: white; background: var(--soft-ink); overflow: hidden; }
.vehicle-types::after { content: "HL"; position: absolute; right: -2vw; bottom: -11vw; color: rgba(255,255,255,.025); font: 700 32vw/1 "Manrope", sans-serif; letter-spacing: -.12em; }
.types-inner { position: relative; z-index: 1; }
.types-inner h2 { max-width: 940px; font-size: clamp(2.3rem, 4.7vw, 4.7rem); }
.type-list { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.type-list span { padding: 23px 22px; border-right: 1px solid rgba(255,255,255,.15); color: #b9bfc8; font-size: .9rem; }
.type-list span:first-child { padding-left: 0; }
.type-list span:last-child { border-right: 0; }

.brand-network { padding: 80px 0; background: #f5f5f3; text-align: center; }
.brand-network h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.network-copy { max-width: 650px; margin: 22px auto 36px; color: var(--muted); }
.marque-grid { list-style: none; padding: 26px 0; margin: 0; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); align-items: center; gap: 20px; border-block: 1px solid var(--line); }
.marque-grid li { display: grid; place-items: center; min-width: 0; }
.marque-grid img { width: 100%; max-width: 160px; height: 90px; object-fit: contain; }
.network-note { max-width: 760px; margin: 22px auto 0; font-size: .72rem; line-height: 1.7; color: var(--muted); }
.retail-referral { max-width: 740px; margin: 48px auto 0; scroll-margin-top: 220px; }
.retail-referral h3 { font-family: "Manrope", sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.04em; margin: 12px 0 20px; }
.retail-referral > p:not(.eyebrow) { color: var(--muted); font-size: .95rem; }
.dealership-directory { margin-top: 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.dealership-directory summary { padding: 24px 0; font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 600; cursor: pointer; }
.dealership-directory summary:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.directory-intro { max-width: 760px; margin: 0 0 24px; color: var(--muted); font-size: .9rem; }
.dealership-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dealership-grid li { background: #fff; padding: 24px; border: 1px solid var(--line); border-radius: 8px; min-width: 0; }
.dealership-grid h4 { margin: 0 0 12px; font-family: "Manrope", sans-serif; font-size: .95rem; }
.dealership-grid address { font-style: normal; font-size: .85rem; line-height: 1.7; color: var(--muted); }
.dealership-links { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 20px; font-size: .8rem; }
.directory-source { margin: 24px 0; font-size: .75rem; color: var(--muted); }
@media (min-width: 701px) and (max-width: 1000px) {
  .marque-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .brand-network { padding: 56px 0; }
  .marque-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .marque-grid img { height: 70px; }
  .dealership-grid { grid-template-columns: 1fr; }
}
.direct-contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; margin: 28px 0; }
.direct-email { overflow-wrap: anywhere; font-weight: 600; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; }
.contact-grid > div:first-child > p:last-child { color: var(--muted); }
.contact-details { border-top: 1px solid var(--line); }
.contact-details a, .contact-details > div { min-height: 112px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-details small { color: var(--muted); font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.contact-details strong { font-family: "Manrope", sans-serif; font-size: 1.15rem; line-height: 1.5; }
.contact-arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #c9ccd1; border-radius: 50%; transition: transform .2s, border-color .2s; }
.contact-arrow .arrow-icon { width: 16px; height: 16px; }
.contact-details a:hover .contact-arrow { border-color: #9298a1; transform: translate(2px, -2px); }

.sell { background: #e9ecef; }
.sell-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: center; }
.sell-intro > p:not(.eyebrow) { color: #555e69; max-width: 380px; margin-top: 26px; }
.sell-note { margin-top: 40px; padding-top: 24px; border-top: 1px solid #c8cdd3; }
.sell-note > span { color: #656f7d; font-size: .72rem; letter-spacing: .16em; }
.sell-note p { font: 500 1.35rem/1.65 "Manrope", sans-serif; }
.sell-disclaimer { font-size: .84rem; }
.vehicle-form { padding: 32px; background: #fff; border: 1px solid #d8dce1; border-radius: 12px; min-width: 0; box-shadow: 0 14px 40px rgba(9,11,15,.035); }
.form-heading { margin: 0 0 8px; font: 600 1.5rem/1.3 "Manrope", sans-serif; letter-spacing: -.03em; }
.form-hint { color: #616a76; font-size: .8rem; margin: 8px 0 24px; }
.vehicle-form fieldset { min-width: 0; margin: 28px 0; padding: 0; border: 0; }
.vehicle-form legend { width: 100%; padding: 0 0 12px; margin-bottom: 18px; border-bottom: 1px solid #e1e4e8; color: #5e6672; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid label { display: grid; gap: 7px; min-width: 0; font-size: .84rem; font-weight: 500; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; min-height: 48px; padding: 12px; color: var(--ink); background: #fafbfc; border: 1px solid #ccd1d8; border-radius: 3px; font: 400 16px/1.4 "DM Sans", sans-serif; }
.form-grid textarea { resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #747d89; }
.vehicle-form :focus-visible { outline: 2px solid #416798; outline-offset: 3px; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; font-size: .84rem; }
.form-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 3px 0 0; accent-color: #191d24; }
.form-privacy { font-size: .75rem; color: #616a76; margin: 14px 0 24px; }
.button-dark { gap: 18px; color: white; background: var(--ink); border: 1px solid var(--ink); font-family: inherit; font-size: .94rem; cursor: pointer; }
.button-dark:hover { background: #2e3540; }
.button-dark:disabled { cursor: wait; opacity: .6; }
.vehicle-form .button { width: 100%; }
.form-status { font-size: .9rem; }
.form-status:empty { display: none; }
.vehicle-form > .form-hint:last-child { margin: 18px 0 0; text-align: center; }
.thank-you-header { padding: 20px 6%; background: black; }
.thank-you-content { max-width: 780px; padding: 80px 24px; margin: auto; }
.thank-you-content h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.thank-you-content .button { margin: 24px 0; }

footer { padding: 45px 0; color: #969da7; background: #000; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 45px; font-size: .78rem; }
.footer-inner img { width: 205px; height: 115px; object-fit: fill; }
.mobile-call { display: none; }

/* Netlify Drop may inject a promotional badge over the page. */
#nl-badge-frame { display: none !important; }

@media (max-width: 850px) {
  body { overflow-x: hidden; }
  .shell { width: min(calc(100% - 36px), 680px); }
  .section { padding: 80px 0; }
  .site-header { position: absolute; }
  .nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 106px; padding-block: 18px; }
  .brand { width: 175px; height: 96px; }
  .brand-wordmark { width: auto; height: auto; min-width: 0; flex-shrink: 1; gap: 10px; }
  .brand-symbol { width: 42px; height: 34px; flex-basis: 42px; }
  .brand-symbol img { width: 87.5px; left: -20px; top: -5.3px; }
  .brand-name { font-size: clamp(1.4rem, 6.6vw, 2.8rem); }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; color: white; background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; display: block; background: currentColor; }
  nav { position: absolute; top: 106px; left: 18px; right: 18px; padding: 25px; display: none; align-items: stretch; flex-direction: column; gap: 18px; color: white; background: rgba(9,11,15,.97); border: 1px solid rgba(255,255,255,.14); }
  nav.open { display: flex; }
  .nav-call { text-align: center; }
  .hero { min-height: 760px; height: 92svh; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,6,10,.9), rgba(4,6,10,.42)), linear-gradient(0deg, rgba(4,6,10,.72), transparent 55%); }
  .hero-content { padding-top: 100px; min-width: 0; }
  h1 { max-width: 100%; font-size: clamp(2.15rem, 10.8vw, 4.2rem); }
  .hero-copy { max-width: 100%; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-index { right: 18px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > a { min-height: 105px; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .proof-grid > :last-child { border-bottom: 0; }
  .omvic-proof:hover, .omvic-proof:focus-visible { background: transparent; }
  .split-heading, .approach-layout, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { padding-top: 0; }
  .section-topline { align-items: flex-start; flex-direction: column; gap: 10px; }
  .type-list { grid-template-columns: 1fr 1fr; }
  .type-list span:nth-child(2) { border-right: 0; }
  .type-list span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .type-list span:nth-child(3) { padding-left: 0; }
  .contact-details a, .contact-details > div { min-height: 98px; grid-template-columns: 70px 1fr auto; gap: 10px; }
  .contact-details strong { font-size: .98rem; overflow-wrap: anywhere; }
  .contact-arrow { width: 32px; height: 32px; }
  .footer-inner { grid-template-columns: 1fr; gap: 12px; }
  .footer-inner p { margin: 0; }
  .sell-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .sell-intro > p:not(.eyebrow) { max-width: 100%; }
  .sell-note { display: none; }
  .vehicle-form { padding: 24px 18px; }
  .contact-details a, .contact-details > div { grid-template-columns: 60px minmax(0, 1fr) auto; }
  .mobile-call { position: fixed; z-index: 20; right: 14px; bottom: 14px; left: 14px; min-height: 52px; display: flex; align-items: center; justify-content: center; color: var(--ink); background: white; border: 1px solid #d6d8dc; border-radius: 999px; box-shadow: 0 8px 30px rgba(0,0,0,.2); font-weight: 600; text-decoration: none; }
  footer { padding-bottom: 110px; }
}

@media (max-width: 480px) {
  .form-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
