:root {
    --black: #111111;
    --red: #c1121f;
    --red-dark: #7f0d15;
    --white: #ffffff;
    --soft: #f6f7f9;
    --line: #e6e8ec;
    --text: #25272d;
    --muted: #6f7785;
    --gold: #d8b25c;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

img,
iframe,
video {
    max-width: 100%;
}

img {
    height: auto;
}

body {
    overflow-x: hidden;
}

body.public-body {
    margin: 0;
    color: var(--text);
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 46%, #ffffff 100%);
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.public-body.theme-christmas {
    --red: #b31322;
    --red-dark: #146b3a;
    --gold: #f5d36b;
}

.public-body.theme-halloween {
    --red: #f97316;
    --red-dark: #33120b;
    --gold: #ffd166;
}

.public-body.theme-hearts {
    --red: #e11d48;
    --red-dark: #9f1239;
    --gold: #f9a8d4;
}

.public-body.theme-newyear {
    --red: #d8b25c;
    --red-dark: #111827;
    --gold: #facc15;
}

a {
    color: inherit;
}

.public-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.public-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 72px;
    padding: 0 32px;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 30px rgba(17, 17, 17, .04);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.public-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    text-decoration: none;
}

.public-brand img {
    display: block;
    width: 190px;
    height: 52px;
    object-fit: contain;
    background: #000;
}

.public-brand span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--white);
    background: linear-gradient(135deg, var(--red), #8f1019);
}

.public-nav nav {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.public-nav nav a {
    text-decoration: none;
    font-weight: 600;
}

.public-menu-toggle {
    display: none;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--white);
    background: var(--red);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 4px;
}

.nav-login {
    padding: 10px 14px;
    color: var(--white) !important;
    background: var(--black);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.nav-login:hover,
.primary-link:hover,
.hero-search button:hover,
.filter-panel button:hover,
.public-form button:hover {
    filter: brightness(.94);
}

.public-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.62) 48%, rgba(0,0,0,.36)),
        var(--hero-bg, url('../uploads/vehicles/1783848428_6a535dec1e839.jpg')) center / cover;
}

.public-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(193,18,31,.24), transparent 42%),
        radial-gradient(circle at 82% 20%, rgba(216,178,92,.22), transparent 24rem),
        repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0, rgba(255,255,255,.045) 1px, transparent 1px, transparent 92px);
    pointer-events: none;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .58;
}

.seasonal-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.seasonal-layer span {
    position: absolute;
    display: block;
}

.theme-christmas .seasonal-layer span {
    top: -30px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 0 14px rgba(255,255,255,.75);
    animation: snowFall linear infinite;
}

.theme-christmas .seasonal-layer span:nth-child(1) { left: 6%; animation-duration: 9s; animation-delay: -1s; }
.theme-christmas .seasonal-layer span:nth-child(2) { left: 14%; animation-duration: 12s; animation-delay: -5s; width: 5px; height: 5px; }
.theme-christmas .seasonal-layer span:nth-child(3) { left: 22%; animation-duration: 10s; animation-delay: -3s; }
.theme-christmas .seasonal-layer span:nth-child(4) { left: 31%; animation-duration: 13s; animation-delay: -7s; width: 6px; height: 6px; }
.theme-christmas .seasonal-layer span:nth-child(5) { left: 39%; animation-duration: 8s; animation-delay: -2s; }
.theme-christmas .seasonal-layer span:nth-child(6) { left: 47%; animation-duration: 14s; animation-delay: -9s; width: 5px; height: 5px; }
.theme-christmas .seasonal-layer span:nth-child(7) { left: 55%; animation-duration: 10s; animation-delay: -4s; }
.theme-christmas .seasonal-layer span:nth-child(8) { left: 63%; animation-duration: 12s; animation-delay: -6s; width: 6px; height: 6px; }
.theme-christmas .seasonal-layer span:nth-child(9) { left: 72%; animation-duration: 9s; animation-delay: -2s; }
.theme-christmas .seasonal-layer span:nth-child(10) { left: 81%; animation-duration: 13s; animation-delay: -8s; width: 5px; height: 5px; }
.theme-christmas .seasonal-layer span:nth-child(11) { left: 88%; animation-duration: 11s; animation-delay: -3s; }
.theme-christmas .seasonal-layer span:nth-child(12) { left: 94%; animation-duration: 15s; animation-delay: -9s; width: 6px; height: 6px; }

.theme-christmas .primary-link,
.theme-christmas .hero-search button {
    position: relative;
    overflow: hidden;
}

.theme-christmas .primary-link::after,
.theme-christmas .hero-search button::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background:
        radial-gradient(circle at 12px 2px, rgba(255,255,255,.96) 0 5px, transparent 6px),
        radial-gradient(circle at 34px 1px, rgba(255,255,255,.9) 0 4px, transparent 5px),
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.18));
    opacity: .9;
}

.theme-halloween .public-hero {
    background-blend-mode: normal;
}

.theme-halloween .seasonal-layer::before {
    content: "";
    position: absolute;
    right: 10%;
    top: 13%;
    width: 116px;
    height: 116px;
    border-radius: 999px;
    background: radial-gradient(circle at 34% 34%, #fff2c2, #f97316 64%, rgba(249,115,22,.1));
    box-shadow: 0 0 70px rgba(249,115,22,.55);
}

.theme-halloween .seasonal-layer span {
    width: 34px;
    height: 13px;
    background: #070707;
    clip-path: polygon(0 55%, 22% 16%, 43% 50%, 50% 0, 57% 50%, 78% 16%, 100% 55%, 78% 72%, 58% 58%, 50% 100%, 42% 58%, 22% 72%);
    opacity: .78;
    animation: batFly 9s ease-in-out infinite;
}

.theme-halloween .seasonal-layer span:nth-child(1) { left: 14%; top: 18%; animation-delay: -1s; transform: scale(.8); }
.theme-halloween .seasonal-layer span:nth-child(2) { left: 32%; top: 24%; animation-delay: -4s; transform: scale(1.1); }
.theme-halloween .seasonal-layer span:nth-child(3) { left: 58%; top: 16%; animation-delay: -2s; transform: scale(.7); }
.theme-halloween .seasonal-layer span:nth-child(4) { left: 72%; top: 31%; animation-delay: -6s; }
.theme-halloween .seasonal-layer span:nth-child(n+5) { display: none; }

.theme-hearts .seasonal-layer span {
    bottom: -40px;
    width: 18px;
    height: 18px;
    background: rgba(255,115,164,.85);
    transform: rotate(45deg);
    animation: heartRise 8s ease-in infinite;
}

.theme-hearts .seasonal-layer span::before,
.theme-hearts .seasonal-layer span::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: inherit;
}

.theme-hearts .seasonal-layer span::before { left: -9px; top: 0; }
.theme-hearts .seasonal-layer span::after { left: 0; top: -9px; }
.theme-hearts .seasonal-layer span:nth-child(1) { left: 8%; animation-delay: -1s; }
.theme-hearts .seasonal-layer span:nth-child(2) { left: 18%; animation-delay: -5s; transform: rotate(45deg) scale(.7); }
.theme-hearts .seasonal-layer span:nth-child(3) { left: 34%; animation-delay: -3s; }
.theme-hearts .seasonal-layer span:nth-child(4) { left: 52%; animation-delay: -6s; transform: rotate(45deg) scale(.8); }
.theme-hearts .seasonal-layer span:nth-child(5) { left: 70%; animation-delay: -2s; }
.theme-hearts .seasonal-layer span:nth-child(6) { left: 88%; animation-delay: -4s; transform: rotate(45deg) scale(.65); }
.theme-hearts .seasonal-layer span:nth-child(n+7) { display: none; }

.theme-newyear .seasonal-layer span {
    width: 7px;
    height: 24px;
    background: var(--gold);
    animation: confettiDrop 5.5s linear infinite;
}

.theme-newyear .seasonal-layer span:nth-child(odd) {
    background: #60a5fa;
}

.theme-newyear .seasonal-layer span:nth-child(3n) {
    background: #f43f5e;
}

.theme-newyear .seasonal-layer span:nth-child(1) { left: 8%; top: -40px; animation-delay: -1s; }
.theme-newyear .seasonal-layer span:nth-child(2) { left: 16%; top: -40px; animation-delay: -3s; }
.theme-newyear .seasonal-layer span:nth-child(3) { left: 24%; top: -40px; animation-delay: -2s; }
.theme-newyear .seasonal-layer span:nth-child(4) { left: 35%; top: -40px; animation-delay: -4s; }
.theme-newyear .seasonal-layer span:nth-child(5) { left: 47%; top: -40px; animation-delay: -1.5s; }
.theme-newyear .seasonal-layer span:nth-child(6) { left: 56%; top: -40px; animation-delay: -5s; }
.theme-newyear .seasonal-layer span:nth-child(7) { left: 67%; top: -40px; animation-delay: -2.5s; }
.theme-newyear .seasonal-layer span:nth-child(8) { left: 76%; top: -40px; animation-delay: -4.5s; }
.theme-newyear .seasonal-layer span:nth-child(9) { left: 88%; top: -40px; animation-delay: -3.5s; }
.theme-newyear .seasonal-layer span:nth-child(n+10) { display: none; }

.theme-newyear .seasonal-layer::before,
.theme-newyear .seasonal-layer::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    border: 2px dotted rgba(250,204,21,.8);
    animation: fireworkPulse 2.2s ease-out infinite;
}

.theme-newyear .seasonal-layer::before { right: 14%; top: 16%; }
.theme-newyear .seasonal-layer::after { right: 28%; top: 31%; animation-delay: .8s; border-color: rgba(96,165,250,.8); }

.public-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 140px;
    background: linear-gradient(180deg, transparent, #fff);
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(4px);
    opacity: .58;
    pointer-events: none;
    animation: floatGlow 7s ease-in-out infinite;
}

.hero-glow-one {
    width: 280px;
    height: 280px;
    right: 9%;
    top: 11%;
    background: rgba(193,18,31,.34);
}

.hero-glow-two {
    width: 180px;
    height: 180px;
    right: 31%;
    bottom: 18%;
    background: rgba(216,178,92,.22);
    animation-delay: -2s;
}

.video-float {
    position: absolute;
    right: 32px;
    top: 94px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 14px;
    color: #fff;
    background: rgba(0,0,0,.42);
    border: 1px solid rgba(255,255,255,.18);
    text-decoration: none;
    font-weight: 800;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.seasonal-notice {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 9px 12px;
    color: #fff;
    background: rgba(193,18,31,.76);
    border: 1px solid rgba(255,255,255,.16);
    font-size: 13px;
    font-weight: 850;
}

.theme-christmas .public-hero::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(20,107,58,.32), transparent 24rem),
        radial-gradient(circle at 82% 20%, rgba(245,211,107,.24), transparent 24rem),
        repeating-linear-gradient(135deg, rgba(255,255,255,.07) 0, rgba(255,255,255,.07) 2px, transparent 2px, transparent 26px);
}

.theme-halloween .public-hero::before {
    background:
        radial-gradient(circle at 18% 18%, rgba(249,115,22,.34), transparent 22rem),
        radial-gradient(circle at 84% 18%, rgba(88,28,135,.22), transparent 22rem),
        repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0, rgba(255,255,255,.04) 1px, transparent 1px, transparent 90px);
}

.theme-hearts .public-hero::before {
    background:
        radial-gradient(circle at 16% 20%, rgba(225,29,72,.34), transparent 22rem),
        radial-gradient(circle at 86% 18%, rgba(249,168,212,.22), transparent 24rem),
        repeating-linear-gradient(45deg, rgba(255,255,255,.045) 0, rgba(255,255,255,.045) 1px, transparent 1px, transparent 70px);
}

.theme-newyear .public-hero::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(250,204,21,.28), transparent 22rem),
        radial-gradient(circle at 82% 20%, rgba(59,130,246,.20), transparent 24rem),
        repeating-linear-gradient(90deg, rgba(255,255,255,.055) 0, rgba(255,255,255,.055) 1px, transparent 1px, transparent 52px);
}

.public-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 54px;
    align-items: center;
    padding: 76px 0 120px;
}

.public-hero__content {
    padding: 0;
    color: var(--white);
}

.hero-logo {
    display: block;
    width: min(430px, 100%);
    height: 120px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 28px;
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.public-hero .eyebrow {
    color: #ff6b76;
}

.public-hero h1,
.page-intro h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(40px, 6vw, 76px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.public-hero h1 {
    text-wrap: balance;
    text-shadow: 0 14px 45px rgba(0,0,0,.45);
}

.public-hero p,
.page-intro p {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.7;
}

.hero-search {
    display: flex;
    align-items: center;
    width: min(720px, 100%);
    margin-top: 24px;
    background: rgba(255,255,255,.96);
    padding: 8px 8px 8px 16px;
    box-shadow: 0 22px 70px rgba(0,0,0,.24);
}

.hero-search > i {
    color: var(--red);
    margin-right: 8px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.secondary-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.36);
    background: rgba(255,255,255,.08);
    text-decoration: none;
    font-weight: 800;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
    font-weight: 800;
}

.hero-trust i {
    color: #ff6772;
}

.hero-showcase {
    transform: translateY(16px);
}

.showcase-slider {
    position: relative;
    min-height: 560px;
}

.showcase-card {
    position: relative;
    padding: 16px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 28px 90px rgba(0,0,0,.36);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    animation: showroomFloat 5.8s ease-in-out infinite;
}

.showcase-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(24px, 10px, 0) scale(.97);
    transition: opacity .75s ease, transform .75s ease;
}

.showcase-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.showcase-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255,255,255,.13);
    pointer-events: none;
}

.showcase-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3.15;
    object-fit: cover;
}

.live-pill {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    color: #fff;
    background: var(--red);
    font-size: 12px;
    font-weight: 900;
}

.showcase-info {
    display: grid;
    gap: 14px;
    padding: 18px 4px 12px;
    color: #fff;
}

.showcase-info p {
    margin: 0 0 5px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 800;
}

.showcase-info h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 900;
}

.showcase-info strong {
    color: #ff7b83;
    font-size: 20px;
}

.showcase-card > a {
    display: flex;
    justify-content: center;
    min-height: 46px;
    align-items: center;
    color: var(--black);
    background: #fff;
    text-decoration: none;
    font-weight: 900;
}

.showcase-controls {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.showcase-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.showcase-dot {
    width: 34px;
    height: 7px;
    border: 0;
    padding: 0;
    background: rgba(255,255,255,.28);
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}

.showcase-dot.is-active {
    background: #fff;
    transform: scaleX(1.18);
}

.dealer-proofbar {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 1.1fr 1fr auto;
    gap: 1px;
    margin-top: -34px;
    background: rgba(17,17,17,.86);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 30px 90px rgba(17,17,17,.20);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.dealer-proofbar article,
.dealer-proofbar a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    padding: 20px 22px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    text-decoration: none;
}

.dealer-proofbar i {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: var(--gold);
    background: rgba(255,255,255,.10);
}

.dealer-proofbar strong,
.dealer-proofbar span {
    display: block;
}

.dealer-proofbar strong {
    font-size: 15px;
    font-weight: 900;
}

.dealer-proofbar span {
    margin-top: 4px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 700;
}

.dealer-proofbar a {
    background: linear-gradient(135deg, var(--red), #7f0d15);
    font-weight: 900;
    white-space: nowrap;
}

.stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 24px;
    position: relative;
    z-index: 3;
    background: var(--line);
    box-shadow: 0 28px 80px rgba(17, 17, 17, .16);
}

.homepage-media-strip {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.2fr .9fr .9fr;
    gap: 14px;
    margin-top: -34px;
}

.homepage-media-strip img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    box-shadow: 0 22px 60px rgba(17,17,17,.14);
}

.homepage-media-strip img:first-child {
    aspect-ratio: 16 / 10;
}

.stat-strip article {
    position: relative;
    padding: 26px;
    background: #fff;
    overflow: hidden;
}

.stat-strip article::after {
    content: "";
    position: absolute;
    inset: auto -30px -58px auto;
    width: 110px;
    height: 110px;
    background: rgba(193,18,31,.08);
    border-radius: 999px;
}

.stat-strip i {
    color: var(--red);
    font-size: 22px;
    margin-bottom: 12px;
}

.stat-strip strong,
.stat-strip span {
    display: block;
}

.stat-strip strong {
    font-size: 26px;
    font-weight: 800;
}

.stat-strip span {
    margin-top: 4px;
    color: var(--muted);
    font-weight: 700;
}

.hero-search input,
.filter-panel input,
.filter-panel select,
.public-form input,
.public-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    padding: 13px 14px;
    font: inherit;
}

.hero-search input {
    border: 0;
}

.hero-search button,
.filter-panel button,
.public-form button,
.primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    border: 0;
    padding: 0 20px;
    color: var(--white);
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.showroom-intro {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 40px;
    align-items: end;
    padding-bottom: 28px;
}

.showroom-intro h2 {
    max-width: 740px;
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    font-weight: 900;
    text-wrap: balance;
}

.intro-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}

.feature-ribbon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.feature-ribbon article {
    display: grid;
    gap: 9px;
    padding: 24px;
    background: #111;
    color: #fff;
    box-shadow: 0 18px 45px rgba(17,17,17,.12);
}

.feature-ribbon i {
    color: #ff6b76;
    font-size: 25px;
}

.feature-ribbon strong {
    font-size: 18px;
}

.feature-ribbon span {
    color: rgba(255,255,255,.68);
    line-height: 1.5;
}

.featured-section {
    padding-top: 56px;
}

.secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 13px 18px;
    border: 1px solid var(--line);
    text-decoration: none;
    font-weight: 700;
}

.public-section {
    padding: 80px 0;
}

.public-page {
    padding-bottom: 80px;
}

.page-intro {
    padding: 74px 0 36px;
}

.page-intro h1,
.page-intro p {
    color: var(--text);
}

.section-heading,
.contact-strip,
.inventory-layout,
.detail-layout,
.specs-section,
.inquiry-section,
.footer-grid,
.value-grid {
    display: grid;
    gap: 32px;
}

.section-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-bottom: 28px;
}

.section-heading h2,
.contact-strip h2,
.specs-section h2,
.inquiry-section h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
}

.text-link {
    color: var(--red);
    font-weight: 800;
    text-decoration: none;
}

.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.vehicle-card {
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 16px 38px rgba(17, 17, 17, .06);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vehicle-card:hover {
    transform: translateY(-8px);
    border-color: rgba(193,18,31,.22);
    box-shadow: 0 28px 70px rgba(17, 17, 17, .14);
}

.vehicle-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    text-decoration: none;
}

.vehicle-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.vehicle-card:hover img {
    transform: scale(1.08);
}

.vehicle-card__media span,
.status-pill {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 10px;
    color: var(--white);
    background: var(--red);
    font-size: 12px;
    font-weight: 800;
}

.vehicle-card__media .inventory-badge {
    z-index: 2;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 0 0 4px rgba(223,15,24,.13), 0 12px 30px rgba(223,15,24,.34);
}

.vehicle-card__media .inventory-badge--available {
    background: linear-gradient(135deg, #18c56e, #047a3d);
    box-shadow: 0 0 0 4px rgba(24,197,110,.14), 0 12px 30px rgba(24,197,110,.38);
    animation: availablePulse 2.1s ease-in-out infinite;
}

.vehicle-card__media .inventory-badge--new-arrival {
    top: 14px;
    background: linear-gradient(135deg, #ff1a24, #98040a);
    text-transform: uppercase;
    letter-spacing: .4px;
    animation: arrivalPulse 1.9s ease-in-out infinite;
}

.vehicle-card__body {
    padding: 20px;
}

.stock-no {
    margin: 0 0 6px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.vehicle-card h3 {
    min-height: 58px;
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.vehicle-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
}

.vehicle-specs span {
    padding: 6px 9px;
    background: var(--soft);
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.vehicle-card strong {
    display: block;
    margin-bottom: 14px;
    color: var(--red);
    font-size: 19px;
}

.vehicle-card__body a {
    font-weight: 800;
    text-decoration: none;
}

.vehicle-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 220px;
    color: #bdc2cc;
    background: var(--soft);
    font-size: 54px;
}

.public-band {
    padding: 76px 0;
    background: var(--soft);
}

.premium-band {
    position: relative;
    overflow: hidden;
}

.premium-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(193,18,31,.08), transparent 24rem),
        radial-gradient(circle at 92% 82%, rgba(17,17,17,.08), transparent 22rem);
    pointer-events: none;
}

.premium-band > * {
    position: relative;
}

.value-grid {
    grid-template-columns: .9fr 1.2fr;
    align-items: start;
}

.value-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.value-list article,
.empty-panel {
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
}

.value-list article {
    transition: transform .22s ease, box-shadow .22s ease;
}

.value-list article:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(17,17,17,.1);
}

.premium-section {
    display: grid;
    grid-template-columns: .9fr 1.25fr;
    gap: 42px;
    align-items: start;
}

.premium-section h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
}

.premium-section p {
    color: var(--muted);
    line-height: 1.75;
}

.process-list {
    display: grid;
    gap: 14px;
}

.process-list article {
    display: grid;
    grid-template-columns: 58px 120px 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--line);
    background: #fff;
    transition: transform .22s ease, border-color .22s ease;
}

.process-list article:hover {
    transform: translateX(6px);
    border-color: rgba(193,18,31,.28);
}

.process-list span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--white);
    background: var(--black);
    font-weight: 800;
}

.process-list h3,
.process-list p {
    margin: 0;
}

.value-list i {
    color: var(--red);
    font-size: 28px;
    margin-bottom: 14px;
}

.contact-strip {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 44px 0 72px;
}

.financing-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 36px;
    align-items: center;
    padding: 48px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(17,17,17,.98), rgba(68,9,14,.94)),
        url('../uploads/vehicles/1783848428_6a535dec1fdcc.jpg') center / cover;
    box-shadow: 0 28px 80px rgba(17,17,17,.18);
}

.financing-cta .eyebrow {
    color: #ff7b83;
}

.financing-cta h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    text-wrap: balance;
}

.financing-cta p {
    max-width: 680px;
    color: rgba(255,255,255,.74);
    font-size: 17px;
    line-height: 1.75;
}

.cta-panel {
    display: grid;
    gap: 15px;
    padding: 26px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.cta-panel strong {
    font-size: 23px;
}

.cta-panel span {
    color: rgba(255,255,255,.72);
    line-height: 1.6;
}

.inventory-layout {
    grid-template-columns: 280px 1fr;
    align-items: start;
}

.filter-panel {
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--line);
    background: var(--soft);
}

.filter-panel label,
.public-form label {
    display: grid;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
}

.filter-panel a {
    text-align: center;
    color: var(--red);
    font-weight: 800;
    text-decoration: none;
}

.inventory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-layout {
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: start;
    padding-top: 44px;
}

.detail-gallery {
    display: grid;
    gap: 12px;
}

.zoom-stage {
    position: relative;
    overflow: hidden;
    background: var(--soft);
    cursor: default;
}

.zoom-stage img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: none;
}

.zoom-stage span {
    display: none;
}

.gallery-viewer {
    isolation: isolate;
}

.gallery-viewer .gallery-counter {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    background: rgba(0,0,0,.68);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0,0,0,.68);
    border: 1px solid rgba(255,255,255,.18);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
    background: var(--red);
    border-color: var(--red);
    transform: translateY(-50%) scale(1.04);
}

.gallery-arrow--prev {
    left: 16px;
}

.gallery-arrow--next {
    right: 16px;
}

.thumb-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.thumb-strip button {
    position: relative;
    border: 2px solid transparent;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.thumb-strip button.active {
    border-color: var(--red);
}

.thumb-strip img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.thumbnail-more {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    background: rgba(0,0,0,.66);
}

.site-intro {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .26s ease;
}

.site-intro.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.site-intro__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(223,15,24,.22), transparent 35%),
        rgba(0,0,0,.94);
}

.site-intro__stage {
    position: relative;
    width: min(920px, 100%);
    overflow: hidden;
    background: #050505;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 28px 90px rgba(0,0,0,.62);
}

.site-intro__stage video {
    display: block;
    width: 100%;
    max-height: min(72vh, 620px);
    object-fit: contain;
    background: #000;
}

.site-intro__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.82));
}

.site-intro__controls span {
    font-weight: 900;
    color: var(--red);
    text-transform: uppercase;
}

.site-intro__controls button {
    min-height: 42px;
    padding: 0 18px;
    color: #fff;
    font-weight: 900;
    background: var(--red);
    border: 1px solid var(--red);
    cursor: pointer;
}

.site-intro__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-intro__sound {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.32) !important;
}

.site-intro__sound[aria-pressed="true"] {
    background: rgba(223,15,24,.18) !important;
    border-color: var(--red) !important;
}

.site-intro-open {
    overflow: hidden;
}

.detail-summary {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
    padding: 26px;
    border: 1px solid var(--line);
    background: var(--white);
}

.detail-summary .status-pill {
    position: static;
    width: max-content;
}

.detail-summary h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
}

.detail-price {
    color: var(--red);
    font-size: 26px;
}

.estimate {
    margin: 0;
    color: var(--muted);
}

.specs-section,
.inquiry-section {
    grid-template-columns: 1fr 1fr;
    padding-top: 70px;
}

.spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0 0;
}

.spec-list div {
    padding: 16px;
    background: var(--soft);
}

.spec-list dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.spec-list dd {
    margin: 4px 0 0;
    font-weight: 800;
}

.public-form {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.contact-details,
.map-placeholder {
    min-width: 0;
}

.contact-details h2 {
    overflow-wrap: anywhere;
}

.map-placeholder {
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 260px;
    margin-top: 24px;
    background: var(--soft);
    border: 1px solid var(--line);
    color: var(--muted);
    font-weight: 800;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.map-placeholder iframe {
    display: block;
    width: 100%;
    min-height: 320px;
    border: 0;
    filter: grayscale(.18) contrast(1.08);
}

.public-footer {
    padding: 42px 0;
    color: var(--white);
    background: var(--black);
}

.footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
}

.public-footer a {
    color: var(--white);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 13px;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.social-links a:hover {
    transform: translateY(-2px);
    background: var(--red);
    border-color: var(--red);
}

.contact-social-links {
    margin: 18px 0 22px;
}

.contact-social-links a {
    color: var(--black);
    background: #fff;
    border-color: var(--line);
    box-shadow: 0 12px 30px rgba(17,17,17,.06);
}

.contact-social-links a:hover {
    color: #fff;
}

.login-body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--white);
    background: #020202;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.login-slideshow,
.login-slideshow span {
    position: fixed;
    inset: 0;
}

.login-slideshow {
    z-index: 0;
    overflow: hidden;
    background: #020202;
}

.login-slideshow span {
    opacity: 0;
    transform: scale(1.04);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .78) 38%, rgba(0, 0, 0, .42) 68%, rgba(0, 0, 0, .82) 100%),
        radial-gradient(circle at 82% 20%, rgba(225, 8, 20, .28), transparent 34%),
        var(--slide-image) center / cover no-repeat;
    animation: loginSlideFade 15s infinite;
}

.login-slideshow span:first-child {
    opacity: 1;
}

.login-slideshow span:nth-child(2) {
    animation-delay: var(--slide-delay);
}

.login-slideshow span:nth-child(3) {
    animation-delay: var(--slide-delay);
}

.login-body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .84)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 58px);
}

.login-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 480px);
    gap: 36px;
    align-items: stretch;
    min-height: 100vh;
    padding: clamp(22px, 4vw, 54px);
}

.login-showcase {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - clamp(44px, 8vw, 108px));
    padding: 0;
    color: var(--white);
}

.login-showcase .public-brand {
    width: fit-content;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    color: var(--white);
}

.login-showcase .public-brand img {
    width: min(310px, 52vw);
    max-height: 86px;
    object-fit: contain;
    background: rgba(0, 0, 0, .42);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.login-showcase h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 7vw, 104px);
    line-height: .9;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 22px 60px rgba(0, 0, 0, .72);
}

.login-showcase p {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.8vw, 21px);
    line-height: 1.6;
}

.login-panel {
    display: grid;
    place-items: center;
    min-height: calc(100vh - clamp(44px, 8vw, 108px));
    padding: 0;
    background: transparent;
    backdrop-filter: none;
}

.login-form {
    display: grid;
    gap: 20px;
    width: 100%;
    padding: clamp(26px, 4vw, 44px);
    color: #fff;
    background:
        linear-gradient(145deg, rgba(28, 28, 28, .92), rgba(10, 10, 10, .9)),
        radial-gradient(circle at top right, rgba(225, 8, 20, .2), transparent 34%);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 32px 90px rgba(0, 0, 0, .56), 0 0 70px rgba(225, 8, 20, .12);
}

.login-form h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.login-form p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .68);
}

.login-form label {
    display: grid;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
}

.login-form input {
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 0 16px;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    font: inherit;
}

.login-form input:focus {
    outline: 2px solid rgba(225, 8, 20, .54);
    border-color: rgba(225, 8, 20, .85);
    background: rgba(255, 255, 255, .1);
}

.login-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    border: 0;
    color: var(--white);
    background: linear-gradient(135deg, #e10814, #a8060e);
    box-shadow: 0 16px 44px rgba(225, 8, 20, .34);
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.login-form button:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.login-error {
    padding: 12px 14px;
    color: #fff;
    background: rgba(225, 8, 20, .18);
    border: 1px solid rgba(225, 8, 20, .5);
    font-weight: 700;
}

@keyframes loginSlideFade {
    0%,
    28% {
        opacity: 1;
        transform: scale(1.04);
    }
    34%,
    94% {
        opacity: 0;
        transform: scale(1.09);
    }
    100% {
        opacity: 1;
        transform: scale(1.04);
    }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .public-nav,
    .public-nav--home,
    .login-panel,
    .login-form,
    .hero-trust span,
    .rad-search,
    .statement-card,
    .transaction-video-card {
        background-color: rgba(10, 10, 10, .96);
    }
}

@media (max-width: 900px) {
    .public-nav {
        position: sticky;
        align-items: center;
        flex-direction: row;
        min-height: 76px;
        padding: 12px 18px;
    }

    .public-nav nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 10px 18px 18px;
        background: rgba(2,2,2,.98);
        border-bottom: 1px solid rgba(255,255,255,.10);
        box-shadow: 0 22px 40px rgba(0,0,0,.34);
    }

    .public-nav.is-open nav {
        display: grid;
    }

    .public-nav nav a {
        padding: 14px 4px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .public-menu-toggle {
        display: grid;
    }

    .public-brand img {
        width: 180px;
        height: 50px;
    }

    .hero-search,
    .section-heading,
    .contact-strip,
    .financing-cta,
    .inventory-layout,
    .detail-layout,
    .specs-section,
    .inquiry-section,
    .footer-grid,
    .value-grid,
    .public-hero__grid,
    .showroom-intro {
        grid-template-columns: 1fr;
    }

    .hero-search {
        display: grid;
    }

    .vehicle-grid,
    .inventory-grid,
    .value-list,
    .feature-ribbon,
    .homepage-media-strip,
    .dealer-proofbar,
    .detail-gallery,
    .spec-list,
    .stat-strip,
    .premium-section,
    .process-list article {
        grid-template-columns: 1fr;
    }

    .detail-summary {
        position: static;
    }

    .thumb-strip {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
    }

    .gallery-arrow {
        width: 38px;
        height: 38px;
    }

    .gallery-arrow--prev {
        left: 10px;
    }

    .gallery-arrow--next {
        right: 10px;
    }

    .gallery-viewer .gallery-counter {
        right: 10px;
        bottom: 10px;
        min-height: 30px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .site-intro {
        padding: 12px;
    }

    .site-intro__stage video {
        max-height: 78vh;
    }

    .site-intro__controls {
        padding: 10px;
    }

    .site-intro__controls span {
        font-size: 12px;
    }

    .site-intro__controls button {
        min-height: 38px;
        padding: 0 14px;
        font-size: 12px;
    }

    .site-intro__actions {
        gap: 8px;
    }

    .site-intro__sound span {
        display: none;
    }

    .login-shell {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 100svh;
        padding: 22px;
    }

    .login-showcase {
        min-height: auto;
        gap: 80px;
    }

    .login-showcase .public-brand img {
        width: min(250px, 68vw);
        height: auto;
    }

    .login-showcase h1 {
        max-width: 620px;
        font-size: clamp(42px, 11vw, 76px);
    }

    .login-panel {
        min-height: auto;
        place-items: stretch;
    }

    .public-hero {
        min-height: auto;
    }

    .public-hero__grid {
        padding: 48px 0 110px;
    }

    .hero-showcase {
        transform: none;
    }

    .showcase-slider {
        min-height: 0;
    }

    .showcase-card {
        animation: none;
    }

    .dealer-proofbar {
        margin-top: -54px;
    }

    .dealer-proofbar article,
    .dealer-proofbar a {
        min-height: 74px;
    }

    .financing-cta {
        padding: 30px;
    }
}

/* Final homepage alignment fixes */
.rad-homepage .rad-why {
    margin-bottom: 0;
}

.rad-homepage .rad-showroom {
    margin-top: 30px;
    margin-bottom: 42px;
}

.rad-homepage + .public-footer {
    padding-top: 24px;
    padding-bottom: 30px;
    background: #020202;
}



/* Final mobile marketing layout: keep the phone view readable, premium, and unclipped. */
@media (max-width: 640px) {
    .public-nav,
    .public-nav--home {
        min-height: 74px;
        padding: 10px 14px;
        background: rgba(2,2,2,.98);
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .public-nav .public-brand img,
    .public-nav--home .public-brand img {
        width: 178px;
        height: 54px;
    }

    .public-container,
    .public-nav--home,
    .rad-homepage,
    .public-footer {
        --rad-container: min(100% - 28px, 430px);
    }

    .rad-hero {
        min-height: auto;
        padding-bottom: 30px;
        overflow: visible;
    }

    .rad-hero-slideshow {
        position: relative;
        display: block;
        height: 260px;
        overflow: hidden;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .rad-hero-slideshow span {
        background:
            linear-gradient(180deg, rgba(2,2,2,.08) 0%, rgba(2,2,2,.18) 45%, #020202 100%),
            var(--slide-image) center center / cover no-repeat;
    }

    .rad-hero::before,
    .rad-hero::after {
        display: none;
    }

    .rad-hero__content {
        width: min(100% - 28px, 430px);
        padding: 28px 0 0;
        margin: 0 auto;
    }

    .rad-hero .eyebrow {
        margin-bottom: 12px;
        font-size: 12px;
        letter-spacing: .04em;
    }

    .rad-hero h1 {
        max-width: 100%;
        font-size: clamp(42px, 15vw, 62px);
        line-height: .96;
        overflow-wrap: anywhere;
    }

    .rad-hero p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.6;
    }

    .rad-hero .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }

    .rad-hero .primary-link,
    .rad-hero .secondary-hero-link {
        width: 100%;
        min-width: 0;
        justify-content: center;
        min-height: 52px;
    }

    .rad-promise-row {
        width: min(100% - 28px, 430px);
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 10px;
        border: 0;
    }

    .rad-promise-row article {
        min-height: 118px;
        padding: 16px;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
        border: 1px solid rgba(255,255,255,.10);
    }

    .rad-search {
        grid-template-columns: 1fr;
        padding: 8px;
        gap: 8px;
        border-radius: 10px;
    }

    .rad-search label {
        min-height: 52px;
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }

    .rad-search button {
        min-height: 52px;
        border-radius: 6px;
    }

    .rad-section-heading {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
        margin-bottom: 18px;
    }

    .rad-section-heading h2 {
        font-size: 28px;
    }

    .rad-vehicle-card {
        flex: 0 0 min(82vw, 320px);
    }

    .rad-vehicle-card__media {
        height: 190px;
    }

    .rad-why {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .rad-why__copy,
    .rad-why article {
        min-height: auto;
        padding: 24px;
        border-right: 0;
    }

    .rad-why__copy h2 {
        font-size: 30px;
    }

    .rad-showroom,
    .rad-homepage .rad-showroom {
        width: min(100% - 28px, 430px);
        min-height: auto;
        margin: 28px auto 34px;
        align-items: stretch;
        background:
            linear-gradient(180deg, rgba(2,2,2,.05) 0%, rgba(2,2,2,.12) 45%, #020202 100%),
            var(--showroom-bg) center top / cover no-repeat;
    }

    .rad-showroom::before,
    .rad-homepage .rad-showroom::before {
        content: "";
        display: block;
        height: 245px;
    }

    .rad-showroom::after,
    .rad-homepage .rad-showroom::after {
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.34) 45%, #020202 100%);
    }

    .rad-showroom__copy,
    .rad-homepage .rad-showroom__copy {
        align-self: auto;
        max-width: none;
        padding: 0 22px 26px;
    }

    .rad-showroom h2,
    .rad-homepage .rad-showroom h2 {
        font-size: 38px;
    }

    .rad-showroom .primary-link {
        width: 100%;
        justify-content: center;
    }

    .public-footer {
        padding: 30px 0 36px;
    }

    .public-footer .footer-grid {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 22px;
        text-align: left;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 12px 18px;
    }

    .public-footer .social-links {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .public-footer .social-links a {
        width: 42px;
        min-height: 42px;
        font-size: 20px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.10);
    }

    .footer-copy {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .public-nav,
    .public-nav--home {
        min-height: 74px;
        padding: 10px 14px;
        background: rgba(2,2,2,.98);
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .public-nav .public-brand img,
    .public-nav--home .public-brand img {
        width: 178px;
        height: 54px;
    }

    .public-menu-toggle {
        width: 48px;
        height: 48px;
        font-size: 20px;
        box-shadow: 0 12px 28px rgba(223,15,24,.30);
    }

    .public-nav nav {
        padding: 8px 18px 16px;
    }

    .public-container,
    .public-nav--home,
    .rad-homepage,
    .public-footer {
        --rad-container: min(100% - 28px, 430px);
    }

    .rad-hero {
        min-height: auto;
        padding-bottom: 30px;
        background: #020202;
        overflow: visible;
    }

    .rad-hero-slideshow {
        position: relative;
        display: block;
        width: 100%;
        height: 260px;
        overflow: hidden;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .rad-hero-slideshow span {
        background:
            linear-gradient(180deg, rgba(2,2,2,.08) 0%, rgba(2,2,2,.18) 45%, #020202 100%),
            var(--slide-image) center center / cover no-repeat;
    }

    .rad-hero::before,
    .rad-hero::after {
        display: none;
    }

    .rad-hero__content {
        width: min(100% - 28px, 430px);
        padding: 28px 0 0;
        margin: 0 auto;
    }

    .rad-hero .eyebrow {
        margin-bottom: 12px;
        font-size: 12px;
        letter-spacing: .04em;
    }

    .rad-hero h1 {
        max-width: 100%;
        font-size: clamp(42px, 15vw, 62px);
        line-height: .96;
        overflow-wrap: anywhere;
    }

    .rad-hero p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.6;
    }

    .rad-hero .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }

    .rad-hero .primary-link,
    .rad-hero .secondary-hero-link {
        width: 100%;
        min-width: 0;
        justify-content: center;
        min-height: 52px;
    }

    .rad-promise-row {
        width: min(100% - 28px, 430px);
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 10px;
        border: 0;
    }

    .rad-promise-row article {
        min-height: 118px;
        padding: 16px;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
        border: 1px solid rgba(255,255,255,.10);
    }

    .rad-promise-row i {
        font-size: 24px;
    }

    .rad-search-wrap {
        margin-top: 18px;
    }

    .rad-search {
        grid-template-columns: 1fr;
        padding: 8px;
        gap: 8px;
        background: rgba(255,255,255,.96);
        border-radius: 10px;
    }

    .rad-search label {
        min-height: 52px;
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }

    .rad-search button {
        min-height: 52px;
        border-radius: 6px;
    }

    .rad-section-heading {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
        margin-bottom: 18px;
    }

    .rad-section-heading h2 {
        font-size: 28px;
    }

    .rad-vehicle-slider {
        overflow: hidden;
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
    }

    .rad-vehicle-card {
        flex: 0 0 min(82vw, 320px);
    }

    .rad-vehicle-card__media {
        height: 190px;
    }

    .rad-why {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .rad-why__copy,
    .rad-why article {
        min-height: auto;
        padding: 24px;
        border-right: 0;
    }

    .rad-why__copy h2 {
        font-size: 30px;
    }

    .rad-showroom,
    .rad-homepage .rad-showroom {
        width: min(100% - 28px, 430px);
        min-height: auto;
        margin: 28px auto 34px;
        align-items: stretch;
        background:
            linear-gradient(180deg, rgba(2,2,2,.05) 0%, rgba(2,2,2,.12) 45%, #020202 100%),
            var(--showroom-bg) center top / cover no-repeat;
        border-radius: 0;
    }

    .rad-showroom::before {
        content: "";
        display: block;
        height: 245px;
    }

    .rad-showroom::after,
    .rad-homepage .rad-showroom::after {
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.34) 45%, #020202 100%);
    }

    .rad-showroom__copy,
    .rad-homepage .rad-showroom__copy {
        align-self: auto;
        max-width: none;
        padding: 0 22px 26px;
    }

    .rad-showroom h2,
    .rad-homepage .rad-showroom h2 {
        font-size: 38px;
    }

    .rad-showroom .primary-link {
        width: 100%;
        justify-content: center;
    }

    .rad-showroom ul {
        gap: 14px;
        font-size: 14px;
    }

    .public-footer {
        padding: 30px 0 36px;
    }

    .public-footer .footer-grid {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 22px;
        text-align: left;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 12px 18px;
    }

    .footer-nav a {
        font-size: 13px;
    }

    .public-footer .social-links {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .public-footer .social-links a {
        width: 42px;
        min-height: 42px;
        font-size: 20px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.10);
    }

    .footer-copy {
        white-space: normal;
    }
}

.finance-calculator {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
    gap: 28px;
    align-items: start;
    padding-top: 28px;
    padding-bottom: 38px;
}

.finance-calculator h2 {
    margin: 8px 0 12px;
    color: #fff;
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 950;
    line-height: .96;
}

.finance-calculator p {
    max-width: 620px;
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.finance-calc-panel {
    padding: 24px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(223,15,24,.16), transparent 55%),
        rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0,0,0,.34);
}

.finance-calc-panel label {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.finance-calc-panel select {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    color: #111;
    background: #fff;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 4px;
    font-weight: 850;
}

.finance-calc-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.finance-calc-results article {
    padding: 16px;
    background: rgba(0,0,0,.30);
    border: 1px solid rgba(255,255,255,.10);
}

.finance-calc-results span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.finance-calc-results strong {
    color: #fff;
    font-size: 20px;
}

.detail-finance-card {
    display: grid;
    gap: 9px;
    margin: 16px 0;
    padding: 16px;
    color: #fff;
    background: rgba(223,15,24,.10);
    border: 1px solid rgba(223,15,24,.32);
    border-radius: 6px;
}

.detail-finance-card span,
.detail-finance-card label {
    color: rgba(255,255,255,.66);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.detail-finance-card strong {
    color: #fff;
    font-size: 22px;
}

.detail-finance-card small {
    color: rgba(255,255,255,.66);
}

.detail-finance-card select {
    width: 100%;
    min-height: 42px;
    margin-top: 6px;
    padding: 0 10px;
    color: #111;
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-weight: 850;
}

.detail-finance-card p {
    margin: 0;
    color: rgba(255,255,255,.78);
}

@media (max-width: 980px) {
    .finance-calculator,
    .finance-calc-results {
        grid-template-columns: 1fr;
    }
}

select,
select option,
select optgroup {
    color-scheme: dark;
}

select option,
select optgroup {
    color: #ffffff;
    background: #151515;
}

select option:checked {
    color: #ffffff;
    background: #df0f18;
}

/* Exact reference-style homepage rebuild */
.public-nav--home {
    position: relative;
    z-index: 30;
    width: 100%;
    min-height: 118px;
    margin: 0;
    padding: 28px 46px 0;
    background: #020202;
    border-bottom: 0;
    box-shadow: none;
}

.public-nav--home,
.rad-homepage,
.public-footer {
    --rad-container: min(1680px, calc(100% - 120px));
}

.public-nav--home {
    padding-left: max(46px, calc((100% - var(--rad-container)) / 2));
    padding-right: max(46px, calc((100% - var(--rad-container)) / 2));
}

.rad-homepage .public-container,
.public-footer .public-container {
    width: var(--rad-container);
}

.public-nav--home .public-brand img {
    width: 252px;
    height: 82px;
    object-position: left center;
}

.public-nav--home nav {
    align-self: flex-start;
    gap: 45px;
    padding-top: 22px;
}

.public-nav--home nav a {
    font-size: 12px;
    line-height: 1;
}

.public-nav--home nav a:first-child {
    color: var(--red);
}

.public-nav--home nav a:first-child::after {
    transform: scaleX(1);
}

.public-nav--home .nav-login {
    margin-left: 16px;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 4px;
}

.rad-homepage {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #020202;
    overflow: hidden;
}

.rad-hero {
    position: relative;
    min-height: 650px;
    margin-top: -1px;
    overflow: hidden;
    background:
        #020202;
}

.rad-hero-slideshow,
.rad-hero-slideshow span {
    position: absolute;
    inset: 0;
}

.rad-hero-slideshow span {
    background:
        linear-gradient(90deg, #020202 0%, rgba(2,2,2,.98) 28%, rgba(2,2,2,.72) 48%, rgba(2,2,2,.26) 78%, rgba(2,2,2,.12) 100%),
        var(--slide-image) right center / cover no-repeat;
    opacity: 0;
    transform: scale(1.025);
    animation: radHeroFade 15s ease-in-out infinite;
    animation-delay: var(--slide-delay);
}

.rad-hero-slideshow span:first-child {
    opacity: 1;
}

@keyframes radHeroFade {
    0% {
        opacity: 0;
        transform: scale(1.035);
    }

    8%, 30% {
        opacity: 1;
        transform: scale(1);
    }

    38%, 100% {
        opacity: 0;
        transform: scale(1.025);
    }
}

.rad-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2,2,2,.22) 0%, transparent 42%),
        linear-gradient(180deg, transparent 76%, #020202 100%);
    pointer-events: none;
}

.rad-hero::after {
    content: "";
    position: absolute;
    right: 45px;
    bottom: 10px;
    width: 800px;
    height: 130px;
    background: radial-gradient(ellipse, rgba(0,0,0,.78), transparent 68%);
    pointer-events: none;
}

.rad-hero__content {
    position: relative;
    z-index: 2;
    padding: 86px 0 96px;
}

.rad-hero .eyebrow {
    margin-bottom: 10px;
    color: #ff101b;
    font-size: 15px;
}

.rad-hero h1 {
    display: grid;
    gap: 0;
    max-width: 640px;
    margin: 0;
    font-size: clamp(72px, 6.2vw, 112px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rad-hero h1 .accent-line {
    color: var(--red);
}

.rad-hero p {
    max-width: 590px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.84);
    font-size: 18px;
    line-height: 1.65;
}

.rad-hero .hero-actions {
    margin-top: 22px;
}

.rad-hero .primary-link,
.rad-hero .secondary-hero-link,
.rad-showroom .primary-link,
.rad-why .primary-link {
    min-height: 50px;
    border-radius: 4px;
    font-size: 13px;
}

.rad-hero .secondary-hero-link {
    min-width: 182px;
}

.rad-promise-row {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: -4px;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.rad-promise-row article {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 86px;
    padding: 0 34px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.rad-promise-row article:last-child {
    border-right: 0;
}

.rad-promise-row i {
    color: var(--red);
    font-size: 30px;
}

.rad-promise-row strong,
.rad-promise-row span {
    display: block;
}

.rad-promise-row strong {
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.rad-promise-row span {
    margin-top: 4px;
    color: rgba(255,255,255,.74);
    font-size: 13px;
}

.rad-search-wrap {
    padding: 34px 0 0;
}

.rad-search {
    display: grid;
    grid-template-columns: 310px minmax(360px, 1fr) 310px 310px;
    gap: 0;
    padding: 8px;
    background: #f7f7f7;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(0,0,0,.35);
}

.rad-search label {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 18px;
    color: #080808;
    background: #fff;
    border-right: 1px solid #e9e9e9;
}

.rad-search label:first-child {
    border-radius: 4px 0 0 4px;
}

.rad-search input,
.rad-search select {
    width: 100%;
    border: 0;
    outline: 0;
    color: #111;
    background: transparent;
    font: inherit;
    font-weight: 750;
}

.rad-search button {
    min-height: 54px;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--red), #8f070d);
    border-radius: 4px;
    font-weight: 950;
    text-transform: uppercase;
}

.rad-featured {
    padding-top: 38px;
}

.rad-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}

.rad-section-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.rad-section-heading a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.rad-section-heading a i {
    margin-left: 12px;
    color: var(--red);
}

.rad-vehicle-slider {
    overflow: hidden;
    cursor: grab;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.rad-vehicle-slider:hover {
    cursor: default;
}

.rad-vehicle-grid {
    display: flex;
    gap: 28px;
    flex-wrap: nowrap;
    transition: none;
    will-change: transform;
}

.rad-vehicle-card {
    position: relative;
    flex: 0 0 calc((100% - 84px) / 4);
    overflow: hidden;
    min-height: 318px;
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 8px;
    box-shadow: 0 22px 46px rgba(0,0,0,.32);
}

.rad-vehicle-card__media {
    position: relative;
    display: block;
    height: 178px;
    overflow: hidden;
}

.rad-vehicle-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.88));
}

.rad-vehicle-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.9) contrast(1.08) brightness(.72);
    transition: transform .35s ease;
}

.rad-vehicle-card:hover img {
    transform: scale(1.08);
}

.rad-vehicle-card__media span {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 6px 9px;
    color: #fff;
    background: var(--red);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.rad-vehicle-card__media .inventory-badge {
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 0 0 4px rgba(223,15,24,.14), 0 14px 34px rgba(223,15,24,.38);
}

.rad-vehicle-card__media .inventory-badge--new-arrival {
    top: 12px;
    animation: arrivalPulse 1.9s ease-in-out infinite;
}

.rad-vehicle-card__body {
    position: relative;
    padding: 20px 24px 22px;
}

.rad-vehicle-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 850;
}

.rad-vehicle-card p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
    color: rgba(255,255,255,.74);
    font-size: 13px;
}

.rad-vehicle-card p span::before {
    content: "\2022";
}

.rad-vehicle-card strong {
    display: block;
    color: #ff1f29;
    font-size: 19px;
    font-weight: 950;
}

.rad-vehicle-card__body > a {
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: #fff;
    font-size: 22px;
}

.rad-why {
    display: grid;
    grid-template-columns: 1.14fr repeat(4, minmax(0, 1fr));
    margin-top: 28px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    overflow: hidden;
}

.rad-why > * {
    min-height: 190px;
    padding: 26px 30px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.rad-why > *:last-child {
    border-right: 0;
}

.rad-why__copy h2 {
    margin: 0;
    color: #fff;
    font-size: 31px;
    line-height: 1.05;
    font-weight: 950;
    text-transform: uppercase;
}

.rad-why__copy p {
    max-width: 260px;
    color: rgba(255,255,255,.78);
    line-height: 1.55;
}

.rad-why article {
    text-align: center;
}

.rad-why article i {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid var(--red);
    border-radius: 50%;
    font-size: 24px;
}

.rad-why article h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.rad-why article p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.6;
}

.rad-showroom {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 500px;
    margin-top: 30px;
    margin-bottom: 42px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.82) 30%, rgba(0,0,0,.35) 66%, rgba(0,0,0,.12) 100%),
        var(--showroom-bg) center 58% / cover;
    border: 1px solid rgba(255,255,255,.10);
}

.rad-showroom::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.22));
    pointer-events: none;
}

.rad-showroom__copy {
    position: relative;
    z-index: 2;
    max-width: 560px;
    padding: 54px 44px;
}

.rad-showroom h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(42px, 4vw, 64px);
    line-height: 1.02;
    font-weight: 950;
}

.rad-showroom h2 span {
    color: var(--red);
}

.rad-showroom ul {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,.84);
    font-size: 14px;
    line-height: 1.45;
}

.rad-showroom li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 8px;
}

.rad-showroom li i {
    color: var(--red);
    margin-top: 3px;
}

.public-footer {
    width: 100%;
    margin: 0;
    padding: 24px 0 30px;
    background: #020202;
    border-top: 1px solid rgba(255,255,255,.10);
}

.public-footer .footer-grid {
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
    gap: 32px;
    min-height: 58px;
}

.public-footer h3 {
    margin: 0;
    color: var(--red);
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
}

.public-footer p {
    margin: 3px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.public-footer strong,
.public-footer .social-links span {
    display: none;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

.footer-nav a {
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 11px;
    font-weight: 850;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-copy {
    white-space: nowrap;
}

.public-footer .social-links {
    margin: 0;
}

.public-footer .social-links a {
    width: 30px;
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 17px;
}

@media (max-width: 1180px) {
    .public-nav--home nav {
        gap: 22px;
    }

    .rad-search,
    .rad-vehicle-grid,
    .rad-promise-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rad-why {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rad-why > * {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .rad-vehicle-card {
        flex-basis: calc((100% - 28px) / 2);
    }
}

@media (max-width: 820px) {
    .public-nav--home {
        padding: 12px 18px;
    }

    .public-nav--home nav {
        gap: 0;
        padding-top: 0;
    }

    .public-nav--home .public-brand img {
        width: 190px;
        height: 60px;
    }

    .rad-hero__content {
        padding-top: 300px;
    }

    .rad-hero-slideshow span {
        background:
            linear-gradient(180deg, rgba(2,2,2,.22) 0%, rgba(2,2,2,.50) 42%, #020202 82%),
            var(--slide-image) center top / 145% auto no-repeat;
    }

    .rad-hero__bars {
        right: 10px;
        opacity: .42;
    }

    .rad-promise-row,
    .rad-search,
    .rad-vehicle-grid,
    .rad-why,
    .public-footer .footer-grid {
        grid-template-columns: 1fr;
    }

    .rad-search label {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .rad-vehicle-card {
        flex-basis: 100%;
    }

    .rad-showroom {
        background:
            linear-gradient(180deg, rgba(0,0,0,.90), rgba(0,0,0,.45)),
            var(--showroom-bg) center / cover;
    }
}

@keyframes showroomFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes floatGlow {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(18px, -14px, 0) scale(1.08);
    }
}

@keyframes snowFall {
    0% {
        transform: translate3d(0, -40px, 0);
        opacity: 0;
    }
    12% {
        opacity: .95;
    }
    100% {
        transform: translate3d(34px, 820px, 0);
        opacity: 0;
    }
}

@keyframes batFly {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(.9);
    }
    50% {
        transform: translate3d(46px, -18px, 0) scale(1.08);
    }
}

@keyframes heartRise {
    0% {
        transform: translate3d(0, 0, 0) rotate(45deg) scale(.7);
        opacity: 0;
    }
    12% {
        opacity: .72;
    }
    100% {
        transform: translate3d(28px, -760px, 0) rotate(45deg) scale(1.15);
        opacity: 0;
    }
}

@keyframes confettiDrop {
    0% {
        transform: translate3d(0, -60px, 0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: .95;
    }
    100% {
        transform: translate3d(24px, 760px, 0) rotate(360deg);
        opacity: 0;
    }
}

@keyframes fireworkPulse {
    0% {
        transform: scale(.2);
        opacity: 0;
    }
    35% {
        opacity: .85;
    }
    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

/* Premium black/red public website theme */
body.public-body {
    --black: #050505;
    --red: #df0f18;
    --red-dark: #8f070d;
    --soft: #111111;
    --line: rgba(255,255,255,.12);
    --text: #f6f6f6;
    --muted: #a6a6a6;
    color: var(--text);
    background:
        radial-gradient(circle at 18% 0, rgba(223,15,24,.14), transparent 34rem),
        radial-gradient(circle at 85% 16%, rgba(223,15,24,.10), transparent 28rem),
        #050505;
}

.public-nav {
    min-height: 86px;
    color: #fff;
    background: rgba(5,5,5,.9);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 42px rgba(0,0,0,.35);
}

.public-nav nav a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.public-nav nav a:not(.nav-login)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 2px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .22s ease;
}

.public-nav nav a:hover::after {
    transform: scaleX(1);
}

.nav-login {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    box-shadow: 0 12px 30px rgba(223,15,24,.24);
}

.nav-login::before {
    content: "\f2bd";
    margin-right: 8px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.public-hero {
    min-height: 760px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 34%, rgba(0,0,0,.52) 68%, rgba(0,0,0,.70) 100%),
        radial-gradient(circle at 76% 33%, rgba(223,15,24,.22), transparent 26rem),
        var(--hero-bg, url('../uploads/vehicles/1783848428_6a535dec1e839.jpg')) center / cover;
}

.public-hero::before {
    background:
        linear-gradient(100deg, rgba(223,15,24,.22), transparent 35%),
        repeating-linear-gradient(90deg, transparent 0, transparent 86px, rgba(223,15,24,.17) 87px, transparent 89px),
        linear-gradient(180deg, transparent 0%, rgba(0,0,0,.94) 100%);
}

.public-hero::after {
    height: 180px;
    background: linear-gradient(180deg, transparent, #050505 78%);
}

.hero-logo {
    width: min(330px, 100%);
    height: 92px;
    margin-bottom: 30px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.public-hero .eyebrow,
.eyebrow {
    color: var(--red);
    font-weight: 950;
}

.public-hero h1,
.page-intro h1 {
    text-transform: uppercase;
}

.hero-headline {
    display: grid;
}

.hero-headline span {
    display: block;
}

.hero-headline .accent-line {
    color: var(--red);
}

.public-hero p,
.page-intro p {
    color: rgba(255,255,255,.78);
}

.primary-link,
.hero-search button,
.filter-panel button,
.public-form button {
    text-transform: uppercase;
    box-shadow: 0 16px 34px rgba(223,15,24,.22);
}

.secondary-hero-link {
    text-transform: uppercase;
}

.premium-inventory-search {
    display: grid;
    grid-template-columns: 210px minmax(220px, 1fr) 210px 220px;
    gap: 0;
    width: min(1040px, 100%);
    margin-top: 34px;
    padding: 8px;
    background: #f8f8f8;
    border: 1px solid rgba(255,255,255,.38);
    box-shadow: 0 20px 60px rgba(0,0,0,.38);
}

.premium-inventory-search label {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 15px;
    color: #111;
    background: #fff;
    border-right: 1px solid #e7e7e7;
}

.premium-inventory-search label i {
    margin-right: 10px;
    color: #111;
}

.premium-inventory-search input,
.premium-inventory-search select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #111;
    background: transparent;
    font: inherit;
    font-weight: 750;
}

.premium-inventory-search button {
    min-height: 52px;
}

.hero-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero-trust span {
    min-height: 72px;
    padding: 0 18px;
    background: rgba(255,255,255,.02);
    border: 0;
    border-right: 1px solid rgba(255,255,255,.12);
    text-transform: uppercase;
}

.hero-trust span:last-child {
    border-right: 0;
}

.showcase-card,
.dealer-proofbar,
.feature-ribbon article,
.vehicle-card,
.value-list article,
.empty-panel,
.process-list article,
.detail-summary,
.filter-panel,
.spec-list div,
.map-placeholder {
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
    border-color: rgba(255,255,255,.11);
    color: #fff;
}

.showcase-card {
    box-shadow: 0 28px 90px rgba(0,0,0,.62);
}

.showcase-card > a {
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    text-transform: uppercase;
}

.showcase-dot {
    height: 5px;
    background: rgba(255,255,255,.22);
}

.showcase-dot.is-active {
    background: var(--red);
}

.dealer-proofbar {
    background: rgba(8,8,8,.92);
}

.stat-strip {
    background: rgba(255,255,255,.10);
    box-shadow: 0 28px 70px rgba(0,0,0,.34);
}

.stat-strip article {
    color: #fff;
    background: #080808;
}

.stat-strip article::after {
    background: rgba(223,15,24,.16);
}

.public-section,
.public-page,
.featured-section,
.inventory-layout,
.detail-layout,
.specs-section,
.inquiry-section {
    color: #fff;
}

.showroom-intro h2,
.section-heading h2,
.premium-section h2,
.contact-strip h2 {
    color: #fff;
}

.intro-copy p,
.premium-section p,
.stock-no,
.estimate,
.spec-list dt,
.map-placeholder,
.filter-panel a {
    color: var(--muted);
}

.feature-ribbon {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
}

.feature-ribbon article {
    box-shadow: none;
}

.feature-ribbon i,
.value-list i,
.hero-trust i {
    color: var(--red);
}

.vehicle-card {
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0,0,0,.35);
}

.vehicle-card:hover {
    border-color: rgba(223,15,24,.55);
    box-shadow: 0 30px 75px rgba(0,0,0,.56);
}

.vehicle-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 44%, rgba(0,0,0,.54));
    pointer-events: none;
}

.vehicle-card h3,
.vehicle-card__body a {
    color: #fff;
}

.vehicle-specs span {
    color: var(--muted);
    background: transparent;
    padding: 0;
}

.vehicle-specs span + span::before {
    content: "\2022";
    margin-right: 8px;
    color: rgba(255,255,255,.38);
}

.vehicle-card strong,
.detail-price,
.text-link {
    color: #ff2530;
}

.premium-band,
.public-band {
    background: #080808;
}

.premium-band::before {
    background:
        radial-gradient(circle at 10% 12%, rgba(223,15,24,.16), transparent 26rem),
        radial-gradient(circle at 88% 80%, rgba(223,15,24,.10), transparent 24rem);
}

.value-list article {
    text-align: center;
}

.value-list i {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border: 1px solid var(--red);
    border-radius: 999px;
}

.process-list span {
    background: var(--red);
}

.financing-cta {
    background:
        linear-gradient(135deg, rgba(5,5,5,.96), rgba(95,8,13,.88)),
        url('../images/showroom-night.webp') center / cover;
}

.showroom-visit {
    position: relative;
    min-height: 390px;
    margin-bottom: 54px;
    padding: 44px 48px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.60) 38%, rgba(0,0,0,.18)),
        var(--showroom-bg) center / cover;
}

.showroom-visit::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(223,15,24,.16), transparent 42%);
    pointer-events: none;
}

.showroom-visit > * {
    position: relative;
    z-index: 1;
}

.showroom-visit h2 {
    max-width: 420px;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
}

.showroom-visit p {
    max-width: 380px;
    color: rgba(255,255,255,.82);
}

.showroom-list {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,.82);
}

.showroom-list i {
    width: 22px;
    color: var(--red);
}

.page-intro {
    padding-top: 90px;
}

.filter-panel,
.detail-summary {
    box-shadow: 0 24px 58px rgba(0,0,0,.32);
}

.hero-search input,
.filter-panel input,
.filter-panel select,
.public-form input,
.public-form textarea {
    color: #fff;
    background: rgba(255,255,255,.05);
}

.premium-inventory-search input,
.premium-inventory-search select {
    color: #111;
    background: transparent;
}

.contact-social-links a {
    color: #fff;
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.12);
}

.public-footer {
    border-top: 1px solid rgba(255,255,255,.10);
    background: #030303;
}

.homepage-featured {
    padding-top: 76px;
}

.homepage-featured .section-heading {
    border-bottom: 1px solid rgba(255,255,255,.10);
    padding-bottom: 18px;
}

.homepage-featured .section-heading h2 {
    font-size: clamp(30px, 3.2vw, 46px);
}

.why-buy-panel {
    display: grid;
    grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 22px;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.12);
    box-shadow: 0 24px 70px rgba(0,0,0,.36);
}

.why-buy-panel > * {
    min-height: 220px;
    padding: 30px 26px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
        #080808;
}

.why-buy-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 950;
    text-transform: uppercase;
}

.why-buy-copy p,
.why-buy-panel article p {
    color: rgba(255,255,255,.72);
    line-height: 1.65;
}

.why-buy-panel article {
    text-align: center;
}

.why-buy-panel article i {
    display: inline-grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid var(--red);
    border-radius: 999px;
    box-shadow: 0 0 28px rgba(223,15,24,.18);
}

.why-buy-panel article h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.why-buy-panel .primary-link {
    margin-top: 10px;
}

.premium-band {
    margin-top: 52px;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.premium-band .value-grid h2 {
    color: #fff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.03;
    font-weight: 950;
}

.premium-band .value-grid > div > p {
    max-width: 560px;
    color: rgba(255,255,255,.72);
    line-height: 1.75;
}

.public-info-page {
    background:
        radial-gradient(circle at 8% 0, rgba(223,15,24,.18), transparent 28rem),
        #050505;
}

.info-hero {
    padding: 96px 0 46px;
}

.info-hero h1 {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.02;
    font-weight: 950;
    text-transform: uppercase;
}

.info-hero p {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.75;
}

.trust-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.trust-pill-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 14px;
    color: #fff;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.trust-pill-row i {
    color: var(--red);
}

.split-info-section,
.requirement-grid,
.transaction-grid,
.video-feature,
.protection-grid {
    display: grid;
    gap: 22px;
}

.split-info-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 48px;
}

.statement-card,
.protection-cards article {
    padding: 30px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
        #101010;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0,0,0,.32);
}

.statement-card h2,
.protection-grid h2,
.video-feature h2,
.financing-note h2 {
    margin: 8px 0 12px;
    color: #fff;
    font-size: clamp(25px, 3vw, 40px);
    line-height: 1.08;
    font-weight: 930;
}

.statement-card p,
.protection-grid p,
.video-feature p,
.financing-note p {
    color: rgba(255,255,255,.72);
    line-height: 1.72;
}

.requirements-footnote {
    grid-column: 1 / -1;
    margin: 0;
    padding: 18px 22px;
    color: rgba(255,255,255,.76);
    line-height: 1.65;
    background: linear-gradient(135deg, rgba(223,15,24,.16), rgba(255,255,255,.045));
    border: 1px solid rgba(223,15,24,.28);
    border-radius: 8px;
}

.protection-band {
    padding: 68px 0;
}

.protection-grid {
    grid-template-columns: .78fr 1.22fr;
    align-items: start;
}

.protection-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.protection-cards i,
.transaction-card > i {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    color: #fff;
    background: rgba(223,15,24,.16);
    border: 1px solid rgba(223,15,24,.45);
    border-radius: 999px;
    font-size: 20px;
}

.video-feature {
    grid-template-columns: .72fr 1fr;
    align-items: center;
    padding: 72px 0;
}

.video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #111;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0,0,0,.40);
}

.video-frame iframe {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-fallback-link {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 13px;
    color: #fff;
    background: rgba(223,15,24,.94);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(0,0,0,.34);
}

.requirement-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 34px;
}

.clean-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.clean-list li {
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.78);
    line-height: 1.45;
}

.clean-list i {
    margin-top: 3px;
    color: var(--red);
}

.financing-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin-bottom: 72px;
    padding: 34px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(223,15,24,.22), rgba(255,255,255,.04)),
        #111;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
}

.transaction-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 34px;
}

.transaction-card a {
    color: #fff;
    font-weight: 850;
}

.guarantee-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-bottom: 78px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    overflow: hidden;
}

.guarantee-strip span {
    flex: 1 1 220px;
    padding: 18px 16px;
    color: #fff;
    background: rgba(255,255,255,.06);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.sold-showcase {
    padding-bottom: 86px;
}

.sold-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sold-story-card {
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
        #101010;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0,0,0,.34);
}

.sold-story-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10.5;
    background: #111;
}

.sold-story-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.95) contrast(1.08) brightness(.86);
    transition: transform .38s ease, filter .38s ease;
}

.sold-story-card:hover img {
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.1) brightness(.95);
}

.sold-story-card__media span {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 12px 20px;
    color: #fff;
    background: linear-gradient(135deg, #ff1a24, #98040a);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 0 0 4px rgba(223,15,24,.16), 0 16px 40px rgba(223,15,24,.42);
    animation: soldPulse 1.9s ease-in-out infinite;
}

@keyframes soldPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 4px rgba(223,15,24,.16), 0 16px 40px rgba(223,15,24,.42);
    }

    50% {
        transform: translateY(-2px) scale(1.035);
        box-shadow: 0 0 0 8px rgba(223,15,24,.10), 0 20px 54px rgba(223,15,24,.62);
    }
}

.sold-story-card > div {
    padding: 22px;
}

.sold-story-card p:first-child {
    margin: 0 0 10px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.sold-story-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 930;
}

.sold-story-card small {
    display: block;
    color: rgba(255,255,255,.62);
    font-weight: 750;
}

.sold-story-card p:last-child {
    margin: 14px 0 0;
    color: rgba(255,255,255,.72);
    line-height: 1.6;
}

.sold-empty-panel {
    padding: 42px;
    color: #fff;
    background: rgba(255,255,255,.05);
    border: 1px dashed rgba(255,255,255,.18);
    border-radius: 8px;
}

.sold-empty-panel h2 {
    margin: 8px 0 10px;
    color: #fff;
}

.transaction-video-showcase {
    padding-bottom: 92px;
}

.transaction-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 360px));
    justify-content: center;
    gap: 22px;
}

.transaction-video-card {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
        #101010;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0,0,0,.30);
}

.transaction-video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    height: 560px;
    height: min(620px, 72vh);
    background:
        radial-gradient(circle at 50% 45%, rgba(223,15,24,.22), transparent 42%),
        #060606;
}

.transaction-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.transaction-video-caption {
    min-height: 70px;
    margin: 0;
    padding: 18px 18px 0;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.55;
}

.transaction-video-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,.10);
}

.transaction-video-card a:hover {
    color: var(--red);
}

@media (max-width: 980px) {
    .split-info-section,
    .protection-grid,
    .video-feature,
    .requirement-grid,
    .transaction-grid {
        grid-template-columns: 1fr;
    }

    .sold-story-grid,
    .transaction-video-grid {
        grid-template-columns: 1fr;
    }

    .transaction-video-card {
        width: min(420px, 100%);
        margin: 0 auto;
    }

    .transaction-video-frame {
        height: 620px;
        height: min(680px, 76vh);
    }

    .protection-cards {
        grid-template-columns: 1fr;
    }

    .financing-note {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .info-hero {
        padding-top: 58px;
    }

    .info-hero h1 {
        font-size: 36px;
    }

    .statement-card,
    .protection-cards article,
    .financing-note {
        padding: 24px;
    }
}

.showcase-slider {
    filter: drop-shadow(0 0 28px rgba(223,15,24,.12));
}

.vehicle-card__body {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
}

.vehicle-card__body a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.vehicle-card__body a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

@media (max-width: 1200px) {
    .why-buy-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .premium-inventory-search {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .premium-inventory-search,
    .hero-trust {
        grid-template-columns: 1fr;
    }

    .premium-inventory-search label {
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .hero-trust span {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .showroom-visit {
        padding: 30px;
        background:
            linear-gradient(180deg, rgba(0,0,0,.88), rgba(0,0,0,.48)),
            var(--showroom-bg) center / cover;
    }

    .why-buy-panel {
        grid-template-columns: 1fr;
    }
}

/* Final homepage alignment fixes */
.rad-homepage .rad-why {
    margin-bottom: 0;
}

.rad-homepage .rad-showroom {
    display: grid;
    align-items: center;
    min-height: 520px;
    margin-top: 30px;
    margin-bottom: 42px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.56) 28%, rgba(0,0,0,.10) 58%, rgba(0,0,0,0) 100%),
        var(--showroom-bg) center 68% / 118% auto no-repeat;
}

.rad-homepage .rad-showroom::after {
    background:
        linear-gradient(90deg, rgba(0,0,0,.20), transparent 44%),
        linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.06));
}

.rad-homepage .rad-showroom__copy {
    max-width: 560px;
    padding: 54px 44px;
}

.rad-homepage .rad-showroom h2 {
    font-size: clamp(42px, 4vw, 64px);
}

@media (max-width: 900px) {
    .rad-homepage .rad-showroom {
        min-height: 650px;
        background:
            linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.50) 38%, #020202 88%),
            var(--showroom-bg) center 26% / auto 62% no-repeat,
            #020202;
    }

    .rad-homepage .rad-showroom::after {
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.12) 46%, rgba(0,0,0,.24) 100%);
    }

    .rad-homepage .rad-showroom__copy {
        align-self: end;
        padding: 300px 28px 34px;
    }
}

.rad-homepage + .public-footer {
    padding-top: 24px;
    padding-bottom: 30px;
    background: #020202;
}
/* Phone-first homepage polish. Keep this near the final mobile overrides. */
@media (max-width: 640px) {
    .public-nav,
    .public-nav--home {
        min-height: 74px;
        padding: 10px 14px;
        background: rgba(2,2,2,.98);
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .public-nav .public-brand img,
    .public-nav--home .public-brand img {
        width: 178px;
        height: 54px;
    }

    .public-container,
    .public-nav--home,
    .rad-homepage,
    .public-footer {
        --rad-container: min(100% - 28px, 430px);
    }

    .rad-hero {
        min-height: auto;
        padding-bottom: 30px;
        overflow: visible;
    }

    .rad-hero-slideshow {
        position: relative;
        display: block;
        height: 260px;
        overflow: hidden;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .rad-hero-slideshow span {
        background:
            linear-gradient(180deg, rgba(2,2,2,.08) 0%, rgba(2,2,2,.18) 45%, #020202 100%),
            var(--slide-image) center center / cover no-repeat;
    }

    .rad-hero::before,
    .rad-hero::after {
        display: none;
    }

    .rad-hero__content {
        width: min(100% - 28px, 430px);
        padding: 28px 0 0;
        margin: 0 auto;
    }

    .rad-hero h1 {
        max-width: 100%;
        font-size: clamp(42px, 15vw, 62px);
        line-height: .96;
        overflow-wrap: anywhere;
    }

    .rad-hero p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.6;
    }

    .rad-hero .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }

    .rad-hero .primary-link,
    .rad-hero .secondary-hero-link {
        width: 100%;
        min-width: 0;
        justify-content: center;
        min-height: 52px;
    }

    .rad-promise-row {
        width: min(100% - 28px, 430px);
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 10px;
        border: 0;
    }

    .rad-promise-row article {
        min-height: 118px;
        padding: 16px;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
        border: 1px solid rgba(255,255,255,.10);
    }

    .rad-search {
        grid-template-columns: 1fr;
        padding: 8px;
        gap: 8px;
        border-radius: 10px;
    }

    .rad-search label {
        min-height: 52px;
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }

    .rad-search button {
        min-height: 52px;
        border-radius: 6px;
    }

    .rad-section-heading {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
        margin-bottom: 18px;
    }

    .rad-section-heading h2 {
        font-size: 28px;
    }

    .rad-vehicle-card {
        flex: 0 0 min(82vw, 320px);
    }

    .rad-vehicle-card__media {
        height: 190px;
    }

    .rad-why {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .rad-why__copy,
    .rad-why article {
        min-height: auto;
        padding: 24px;
        border-right: 0;
    }

    .rad-why__copy h2 {
        font-size: 30px;
    }

    .rad-showroom,
    .rad-homepage .rad-showroom {
        width: min(100% - 28px, 430px);
        min-height: auto;
        margin: 28px auto 34px;
        align-items: stretch;
        background:
            linear-gradient(180deg, rgba(2,2,2,.05) 0%, rgba(2,2,2,.12) 45%, #020202 100%),
            var(--showroom-bg) center top / cover no-repeat;
    }

    .rad-showroom::before,
    .rad-homepage .rad-showroom::before {
        content: "";
        display: block;
        height: 245px;
    }

    .rad-showroom::after,
    .rad-homepage .rad-showroom::after {
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.34) 45%, #020202 100%);
    }

    .rad-showroom__copy,
    .rad-homepage .rad-showroom__copy {
        align-self: auto;
        max-width: none;
        padding: 0 22px 26px;
    }

    .rad-showroom h2,
    .rad-homepage .rad-showroom h2 {
        font-size: 38px;
    }

    .rad-showroom .primary-link {
        width: 100%;
        justify-content: center;
    }

    .public-footer {
        padding: 30px 0 36px;
    }

    .public-footer .footer-grid {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 22px;
        text-align: left;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 12px 18px;
    }

    .public-footer .social-links {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .public-footer .social-links a {
        width: 42px;
        min-height: 42px;
        font-size: 20px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.10);
    }

    .footer-copy {
        white-space: normal;
    }
}

/* Compact phone card grids: keeps browsing fast without making pages feel cramped. */
@media (max-width: 640px) {
    .inventory-layout {
        gap: 22px;
    }

    .vehicle-grid.inventory-grid,
    .sold-story-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .vehicle-grid.inventory-grid .empty-panel,
    .sold-empty-panel {
        grid-column: 1 / -1;
    }

    .vehicle-card,
    .sold-story-card {
        min-width: 0;
        border-radius: 8px;
        overflow: hidden;
    }

    .vehicle-card__media,
    .sold-story-card__media {
        height: 126px;
        min-height: 126px;
    }

    .vehicle-card__media span,
    .sold-story-card__media span {
        top: 10px;
        left: 10px;
        padding: 7px 10px;
        font-size: 10px;
        border-radius: 3px;
    }

    .vehicle-card__media .inventory-badge--new-arrival {
        top: 40px;
    }

    .vehicle-card__body,
    .sold-story-card > div {
        padding: 14px 12px;
    }

    .vehicle-card .stock-no,
    .sold-story-card p:first-child {
        font-size: 11px;
        line-height: 1.25;
    }

    .vehicle-card h3,
    .sold-story-card h3 {
        min-height: 38px;
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .vehicle-specs {
        gap: 4px 7px;
        font-size: 10px;
        line-height: 1.3;
    }

    .vehicle-card strong {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.15;
    }

    .vehicle-card__body > a,
    .sold-story-card small,
    .sold-story-card p:last-child {
        font-size: 11px;
        line-height: 1.35;
    }

    .sold-story-card p:last-child {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 340px) {
    .vehicle-grid.inventory-grid,
    .sold-story-grid {
        grid-template-columns: 1fr;
    }
}

@keyframes availablePulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 4px rgba(24,197,110,.14), 0 12px 30px rgba(24,197,110,.38);
    }

    50% {
        transform: translateY(-1px) scale(1.035);
        box-shadow: 0 0 0 8px rgba(24,197,110,.09), 0 18px 42px rgba(24,197,110,.58);
    }
}

@keyframes arrivalPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 4px rgba(223,15,24,.14), 0 14px 34px rgba(223,15,24,.42);
    }

    50% {
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 0 0 8px rgba(223,15,24,.09), 0 20px 52px rgba(223,15,24,.66);
    }
}

/* Narrow phone visual fit: prevent oversized hero type and tall showroom cropping. */
@media (max-width: 640px) {
    .rad-hero__content {
        padding-top: 24px;
    }

    .rad-hero h1 {
        font-size: clamp(36px, 12.2vw, 50px);
        line-height: .98;
        word-break: normal;
        overflow-wrap: normal;
    }

    .rad-hero p {
        max-width: 34ch;
        font-size: 14px;
    }

    .rad-showroom,
    .rad-homepage .rad-showroom {
        margin-top: 24px;
        overflow: hidden;
        background:
            linear-gradient(180deg, rgba(2,2,2,.04) 0%, rgba(2,2,2,.18) 18%, rgba(2,2,2,.70) 64%, #020202 100%),
            var(--showroom-bg) center bottom / auto 178% no-repeat,
            #020202;
    }

    .rad-showroom::before,
    .rad-homepage .rad-showroom::before {
        height: 34px;
    }

    .rad-showroom::after,
    .rad-homepage .rad-showroom::after {
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.22) 34%, rgba(0,0,0,.78) 76%, #020202 100%);
    }

    .rad-showroom__copy,
    .rad-homepage .rad-showroom__copy {
        padding: 0 18px 22px;
    }

    .rad-showroom h2,
    .rad-homepage .rad-showroom h2 {
        font-size: clamp(30px, 10.8vw, 40px);
        line-height: 1;
    }

    .rad-showroom li,
    .rad-homepage .rad-showroom li {
        align-items: flex-start;
        gap: 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .rad-showroom .primary-link,
    .rad-homepage .rad-showroom .primary-link {
        min-height: 52px;
        padding: 14px 16px;
        font-size: 13px;
    }
}

@media (max-width: 380px) {
    .rad-hero h1 {
        font-size: clamp(34px, 11.6vw, 44px);
        line-height: 1;
    }

    .rad-showroom::before,
    .rad-homepage .rad-showroom::before {
        height: 26px;
    }
}
