.vehicles-brands{min-width:0;overflow-x:clip}.vehicles-brands__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;min-width:0}.vehicles-brands__card{display:flex;min-width:0;flex-direction:column;border:1px solid var(--color-border,rgba(17,24,39,.08));border-radius:1.15rem;background:#fff;box-shadow:0 10px 24px rgba(17,24,39,.04);transition:border-color .16s ease,box-shadow .16s ease}.vehicles-brands__card.is-active{border-color:rgba(200,16,46,.45);box-shadow:0 0 0 1px rgba(200,16,46,.12)}.vehicles-brands__main{display:flex;min-width:0;flex:1;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .7rem .55rem;text-align:center;border-radius:1.15rem}.vehicles-brands__explore:focus-visible,.vehicles-brands__main:focus-visible{outline:2px solid rgba(200,16,46,.45);outline-offset:2px}.vehicles-brands__mark{display:grid;place-items:center;width:6.75rem;height:6.75rem;max-width:100%;aspect-ratio:1/1;padding:.75rem;overflow:hidden;border-radius:1.05rem;background:#f7f7f8}.vehicles-brands__mark .brand-logo{width:100%!important;height:100%!important;border:0;background:transparent;border-radius:0}.vehicles-brands__mark .brand-logo__media{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.vehicles-brands__mark .brand-logo span{font-size:1.7rem!important;font-weight:800;letter-spacing:-.05em;line-height:1;color:#111113}.vehicles-brands__name{max-width:100%;font-size:.92rem;font-weight:800;line-height:1.25;color:var(--color-text)}.vehicles-brands__count{font-size:.72rem;font-weight:600;color:#6b7280}.vehicles-brands__explore{margin:0 .7rem .7rem;border:1px solid var(--color-border,rgba(17,24,39,.1));border-radius:.7rem;background:#f7f7f8;padding:.45rem .6rem;font-size:.68rem;font-weight:700;letter-spacing:.01em;color:#c8102e}.vehicles-brands__card.is-active .vehicles-brands__explore{border-color:rgba(200,16,46,.35);background:rgba(200,16,46,.05)}@media (min-width:768px){.vehicles-brands__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.vehicles-brands__mark{width:7.25rem;height:7.25rem}}@media (min-width:1280px){.vehicles-brands__grid{grid-template-columns:repeat(6,minmax(0,1fr))}.vehicles-brands__mark{width:7.75rem;height:7.75rem}}@media (prefers-reduced-motion:reduce){.vehicles-brands__card{transition:none}}.vehicles-hero{--vh-brand:var(--color-brand,#c8102e);--vh-ink:var(--color-ink,#111318);--vh-muted:var(--color-ink-secondary,#5c6370);--vh-border:color-mix(in srgb,var(--color-border,#d8d7dc) 85%,#0000);--vh-surface:var(--color-surface,#ffffff);width:100%}.vehicles-hero__layout{display:grid;gap:1.5rem;align-items:stretch}@media (min-width:1024px){.vehicles-hero__layout{grid-template-columns:minmax(0,.45fr) minmax(0,.55fr);gap:1.75rem 2rem;min-height:20rem}}@media (min-width:1280px){.vehicles-hero__layout{min-height:22rem}}.vehicles-hero__copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.vehicles-hero__eyebrow{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vh-brand)}.vehicles-hero__title{margin:.45rem 0 0;font-size:clamp(1.85rem,3.4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--vh-ink)}.vehicles-hero__desc{margin:.65rem 0 0;max-width:32rem;font-size:.9rem;line-height:1.45;color:var(--vh-muted)}.vehicles-hero__dock{margin-top:1.15rem;border-radius:.65rem;border:1px solid var(--vh-border);background:var(--vh-surface);box-shadow:0 8px 24px rgba(17,19,24,.05);overflow:hidden}.vehicles-hero__dock-main{display:flex;align-items:stretch;gap:.4rem;padding:.4rem;border-bottom:1px solid var(--vh-border)}.vehicles-hero__input{flex:1 1 auto;min-width:0;height:2.55rem;border:0;border-radius:.4rem;background:color-mix(in srgb,var(--vh-ink) 3%,#0000);padding-inline:.8rem;color:var(--vh-ink);font-size:.875rem;outline:none}.vehicles-hero__input:focus-visible{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--vh-brand) 45%,#0000)}.vehicles-hero__submit{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;height:2.55rem;padding-inline:.9rem;border:0;border-radius:.4rem;background:var(--vh-brand);color:#fff;font-size:.8125rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:background-color .15s ease}.vehicles-hero__submit:hover{background:color-mix(in srgb,var(--vh-brand) 88%,black)}.vehicles-hero__submit:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px color-mix(in srgb,var(--vh-brand) 55%,#0000)}.vehicles-hero__arrow{display:inline-block;transition:transform .15s ease}.vehicles-hero__sell:hover .vehicles-hero__arrow,.vehicles-hero__submit:hover .vehicles-hero__arrow{transform:translateX(2px)}[dir=rtl] .vehicles-hero__sell:hover .vehicles-hero__arrow,[dir=rtl] .vehicles-hero__submit:hover .vehicles-hero__arrow{transform:translateX(-2px)}.vehicles-hero__filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;padding:.5rem .55rem .55rem}.vehicles-hero__filter-label{display:block;margin-bottom:.18rem;font-size:.5625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vh-muted)}.vehicles-hero__select{width:100%;height:2rem;border-radius:.35rem;border:1px solid var(--vh-border);background:color-mix(in srgb,var(--vh-ink) 2%,#0000);color:var(--vh-ink);font-size:.75rem;padding-inline:.4rem;outline:none}.vehicles-hero__select:focus-visible{border-color:color-mix(in srgb,var(--vh-brand) 55%,var(--vh-border));box-shadow:0 0 0 2px color-mix(in srgb,var(--vh-brand) 20%,#0000)}.vehicles-hero__actions{margin-top:.85rem}.vehicles-hero__sell{display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;color:var(--vh-muted);text-decoration:none}.vehicles-hero__sell:hover{color:var(--vh-brand)}.vehicles-hero__sell:focus-visible{outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--vh-brand) 45%,#0000);border-radius:.2rem}.vehicles-hero__visual{min-width:0}.vehicles-hero__media{position:relative;isolation:isolate;overflow:hidden;width:100%;height:100%;min-height:14rem;border-radius:.85rem;border:1px solid var(--vh-border);background:#12141a;box-shadow:0 12px 32px rgba(17,19,24,.08)}@media (min-width:1024px){.vehicles-hero__media{min-height:100%}}.vehicles-hero__photo{object-fit:cover;object-position:62% center;transform:none!important}.vehicles-hero__scrim{background:linear-gradient(0deg,rgba(12,12,15,.35) 0,transparent 45%),radial-gradient(ellipse at 78% 30%,rgba(200,16,46,.12) 0,transparent 50%)}.vehicles-hero__grid,.vehicles-hero__scrim{position:absolute;inset:0;z-index:1;pointer-events:none}.vehicles-hero__grid{opacity:.04;background-image:linear-gradient(90deg,rgba(255,255,255,.7) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.5) 1px,transparent 0);background-size:28px 28px;mask-image:linear-gradient(90deg,transparent 0,black 40%,black)}[dir=rtl] .vehicles-hero__grid{mask-image:linear-gradient(270deg,transparent 0,black 40%,black)}.vehicles-hero__accent{position:absolute;z-index:1;inset-inline-start:0;top:18%;width:3px;height:28%;background:var(--vh-brand);opacity:.85;pointer-events:none}@media (max-width:1023px){.vehicles-hero__filters{grid-template-columns:repeat(2,minmax(0,1fr))}.vehicles-hero__media{min-height:12.5rem;order:-1}}@media (max-width:767px){.vehicles-hero__dock-main{flex-direction:column}.vehicles-hero__input,.vehicles-hero__submit{width:100%;height:2.65rem}.vehicles-hero__filters{display:flex;overflow-x:auto;scrollbar-width:thin;grid-template-columns:none}.vehicles-hero__filter{flex:0 0 auto;min-width:8.25rem}.vehicles-hero__media{min-height:11.5rem}.vehicles-hero__title{font-size:clamp(1.75rem,7vw,2.15rem)}}@media (prefers-reduced-motion:reduce){.vehicles-hero__arrow{transition:none!important}.vehicles-hero__sell:hover .vehicles-hero__arrow,.vehicles-hero__submit:hover .vehicles-hero__arrow{transform:none}}.vehicles-hero .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}