/* Mobile — clean dealer layout */

@media (max-width: 960px) {
    .vehicle-card__cta-label--desktop { display: none; }
    .vehicle-card__cta-label--mobile { display: inline; }

    /* Text Us — solid gold button, white label/icon */
    .btn--sms {
        background: var(--gold) !important;
        border-color: var(--gold) !important;
        color: #fff !important;
    }
    .btn--sms:hover,
    .btn--sms:focus-visible {
        background: var(--gold-dark) !important;
        border-color: var(--gold-dark) !important;
        color: #fff !important;
        opacity: 1;
    }
    .btn--sms .btn__icon,
    .btn--sms svg {
        color: #fff !important;
        stroke: currentColor;
    }

    html,
    body,
    .site-shell {
        overflow-x: clip;
        max-width: 100%;
    }

    body {
        overscroll-behavior-x: none;
    }

    body.nav-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }

    body.nav-open::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(17, 17, 17, 0.42);
        z-index: 120;
    }

    body.nav-open .site-main {
        pointer-events: none;
    }

    body.nav-open .site-header__mobile-bar {
        opacity: 0.35;
    }

    .nav-toggle {
        position: relative;
        z-index: 201;
    }

    html,
    body,
    .site-shell,
    .site-main {
        background: #ffffff;
    }

    .container { width: calc(100% - 2rem); }

    /* Header */
    .site-header__inner {
        gap: 0.65rem;
    }

    .site-header__mobile-bar {
        display: flex;
        flex: 1;
        min-width: 0;
        justify-content: flex-end;
        align-items: center;
        padding-right: 0.15rem;
        transition: opacity 0.2s ease;
    }

    .nav-toggle {
        display: block;
        flex-shrink: 0;
    }

    .site-nav {
        order: 10;
    }

    .site-header__mobile-address {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.08rem;
        max-width: 9.75rem;
    }

    .site-header__mobile-address-line {
        display: block;
        font-size: 0.6rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: var(--text-muted);
        text-align: right;
    }

    .site-nav .site-header__contact {
        display: none;
    }

    .site-header__address--full { display: none; }
    .site-header__address--short { display: none; }
    .site-header__address { white-space: normal; line-height: 1.4; font-size: 0.75rem; }

    /* —— Hero: text on image (desktop-style overlay) —— */
    .hero-ca {
        position: relative;
        display: flex;
        align-items: flex-start;
        min-height: 0;
        padding: 0;
        background: #ffffff;
        overflow: hidden;
        border-bottom: 1px solid var(--border);
    }

    .hero-ca__bg {
        position: absolute;
        inset: 0;
        order: unset;
        width: auto;
        height: auto;
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.99) 0%,
                rgba(255, 255, 255, 0.94) 16%,
                rgba(255, 255, 255, 0.55) 30%,
                rgba(255, 255, 255, 0.12) 44%,
                rgba(255, 255, 255, 0) 56%,
                rgba(255, 255, 255, 0.35) 82%,
                rgba(255, 255, 255, 0.88) 100%
            ),
            url('/assets/images/hero-cinematic.jpg') 55% 30% / cover no-repeat;
    }

    .hero-ca > .container {
        order: unset;
        position: relative;
        z-index: 1;
        width: calc(100% - 2rem);
        max-width: 100%;
        margin-inline: auto;
        padding: 1.35rem 0 1.35rem;
        background: transparent;
    }

    .hero-ca__content {
        max-width: 100%;
        padding: 0 0.15rem;
        margin: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .hero-ca__eyebrow {
        margin: 0 0 0.5rem;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--red);
    }

    .hero-ca__content h1 {
        margin: 0;
        font-size: clamp(1.75rem, 7.5vw, 2.2rem);
        line-height: 1.06;
        letter-spacing: 0.01em;
        max-width: 12ch;
        color: var(--black);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    .hero-ca__lead {
        display: none;
    }

    .hero-ca__content p:not(.hero-ca__lead) {
        margin: 0 0 1.25rem;
        font-size: 0.92rem;
        line-height: 1.55;
        color: var(--black);
        max-width: 34ch;
    }

    .hero-ca__actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        width: 100%;
        max-width: 100%;
        margin-top: clamp(5.5rem, 38vw, 8.75rem);
    }

    .hero-ca__actions .btn {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 0.9rem 1.5rem;
        font-size: 0.76rem;
        flex: none;
    }

    .empty-state {
        padding: 2.25rem 1.25rem;
    }

    .empty-state p {
        color: var(--black);
        line-height: 1.5;
    }

    .section-head-ca .link-red {
        color: var(--red);
    }

    /* Inventory hero — title + copy on photo */
    .inventory-hero {
        position: relative;
        display: flex;
        align-items: flex-end;
        min-height: clamp(15rem, 56vw, 19.5rem);
        overflow: hidden;
        border-bottom: 1px solid var(--border);
        background: #ffffff;
    }

    .inventory-hero__bg {
        position: absolute;
        inset: 0;
        width: auto;
        min-height: 0;
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.45) 0%,
                rgba(255, 255, 255, 0.72) 50%,
                rgba(255, 255, 255, 0.92) 100%
            ),
            url('/assets/images/inventory-hero-cinematic.jpg') 55% 30% / cover no-repeat;
    }

    .inventory-hero__content {
        position: relative;
        z-index: 1;
        width: calc(100% - 2rem);
        margin-inline: auto;
        padding: 0 0 1.35rem;
    }

    .inventory-hero__content h1 {
        margin: 0 0 0.55rem;
        font-size: clamp(1.85rem, 8vw, 2.4rem);
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0.14em;
        line-height: 1.1;
        max-width: none;
        color: #111111;
        text-shadow: none;
        text-transform: uppercase;
        text-align: center;
    }

    .inventory-hero__content p {
        margin: 0 auto;
        font-size: 0.88rem;
        line-height: 1.5;
        color: var(--text-muted);
        max-width: 34ch;
        text-shadow: none;
        text-align: center;
    }

    /* Inner banners — title on photo, copy below */
    .page-banner {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(clamp(11.5rem, 48vw, 15rem), auto) auto;
        min-height: 0;
        overflow: hidden;
        border-bottom: 1px solid var(--border);
        background: #ffffff;
    }

    .page-banner__bg {
        position: relative;
        grid-column: 1;
        grid-row: 1;
        inset: auto;
        width: 100%;
        min-height: clamp(11.5rem, 48vw, 15rem);
        background:
            linear-gradient(to top, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.12) 42%, transparent 72%),
            url('/assets/images/banner-cinematic-mobile.jpg') center center / cover no-repeat;
    }

    .page-banner__head {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        z-index: 1;
        width: calc(100% - 2rem);
        margin-inline: auto;
        padding: 0 0 1rem;
    }

    .page-banner__head h1 {
        margin: 0;
        padding: 0;
        font-size: clamp(1.5rem, 6.8vw, 1.95rem);
        line-height: 1.08;
        max-width: none;
        color: #ffffff;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
        text-transform: uppercase;
    }

    .page-banner__body {
        grid-column: 1;
        grid-row: 2;
        z-index: 1;
        width: calc(100% - 2rem);
        margin-inline: auto;
        padding: 1rem 0 1.2rem;
    }

    .page-banner__body p {
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.55;
        color: #111111;
        font-weight: 600;
        max-width: none;
        text-shadow: none;
    }

    .page-banner--financing .page-banner__bg {
        background:
            linear-gradient(to top, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.12) 42%, transparent 72%),
            url('/assets/images/banner-cinematic-mobile.jpg') center center / cover no-repeat;
    }

    .page-banner--shipping .page-banner__bg {
        background:
            linear-gradient(to top, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.12) 42%, transparent 72%),
            url('/assets/images/banner-cinematic-mobile.jpg') center center / cover no-repeat;
    }

    .page-banner--about .page-banner__bg {
        background:
            linear-gradient(to top, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.12) 42%, transparent 72%),
            url('/assets/images/banner-cinematic-mobile.jpg') center center / cover no-repeat;
    }

    .page-banner--contact .page-banner__bg {
        background:
            linear-gradient(to top, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.12) 42%, transparent 72%),
            url('/assets/images/contact-cinematic-mobile.jpg') center center / cover no-repeat;
    }

    /* Inner page content */
    .inner-intro {
        padding: 2rem 0 0;
        background: #ffffff;
    }

    .inner-intro__content {
        text-align: left;
        max-width: none;
    }

    .inner-intro__content h2 {
        font-size: 1.35rem;
        margin-bottom: 0.5rem;
    }

    .inner-intro__content p {
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .inner-section {
        padding: 2.5rem 0;
        background: #ffffff;
    }

    .inner-section--muted { background: var(--bg-soft); }

    .inner-section__title {
        margin-bottom: 1.25rem;
        font-size: 1.3rem;
        text-align: left;
    }

    .process-grid { grid-template-columns: 1fr; gap: 0.85rem; }

    .process-card { padding: 1.15rem 1.1rem; }

    .info-cards,
    .info-cards--3 {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .info-card { padding: 1.15rem 1.1rem; }

    .about-split {
        padding: 1.75rem 0 2.25rem;
        background: #ffffff;
    }

    .page-about .about-split {
        padding-top: 1.25rem;
    }

    .about-split__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Banner already has hero imagery — skip duplicate photo on About mobile */
    .page-about .about-split__photo {
        display: none;
    }

    .about-split__photo {
        border-radius: var(--radius);
        overflow: hidden;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }

    .about-split__photo img { aspect-ratio: 16/10; }

    .about-split__text h2 {
        font-size: 1.35rem;
        margin-bottom: 0.75rem;
    }

    .about-split__text p {
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .page-about .about-list {
        margin-top: 1rem;
    }

    .page-about .about-stats {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .page-about .about-stats__item {
        padding: 1rem 1rem;
        text-align: left;
    }

    .page-about .about-stats__item strong {
        font-size: 1.1rem;
    }

    .about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
    .about-stats__item { padding: 1.15rem 0.85rem; }

    .features-ca__title {
        font-size: 1.35rem;
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .feature-ca {
        padding: 1.15rem 0;
        border-bottom: 1px solid var(--border);
        text-align: left;
        display: grid;
        grid-template-columns: 52px 1fr;
        column-gap: 0.85rem;
        align-items: start;
    }

    .feature-ca:last-child { border-bottom: 0; }

    .feature-ca__icon {
        width: 48px;
        height: 48px;
        margin: 0;
        grid-row: 1 / span 2;
    }

    .feature-ca__icon svg {
        width: 22px;
        height: 22px;
    }

    .feature-ca h3 {
        margin: 0.15rem 0 0.35rem;
        font-size: 0.9rem;
    }

    .feature-ca p {
        grid-column: 2;
        font-size: 0.86rem;
    }
    .inventory-page {
        padding: 1.75rem 0 2.75rem;
        background: var(--bg-soft);
    }

    .inventory-empty {
        padding: 2rem 1.25rem;
        text-align: center;
    }

    .inner-cta {
        padding: 2rem 0;
        background: var(--black);
    }

    .inner-cta__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 1.15rem;
    }

    .inner-cta h2 { font-size: 1.25rem; }

    .inner-cta p { font-size: 0.88rem; }

    .inner-cta__actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }

    .inner-cta__actions .btn {
        width: 100%;
        padding-inline: 0.65rem;
        font-size: 0.72rem;
    }

    .page-contact .contact-ca__photo { display: none; }

    .contact-ca__form-wrap h2 { font-size: 1.3rem; }

    .page-home .contact-ca__map {
        order: 3;
    }

    .page-home .contact-map--home .contact-map__embed {
        --map-h: clamp(200px, 50vw, 240px);
    }

    /* Vehicle detail — mobile */
    .page-vehicle .site-main {
        padding-top: 1rem;
    }

    .page-vehicle .vehicle-detail {
        padding: 0 0 2.5rem;
        background: #ffffff;
    }

    .page-vehicle .vehicle-breadcrumb {
        display: none;
    }

    .page-vehicle .vehicle-detail__layout,
    .page-vehicle .vehicle-detail__main--top,
    .page-vehicle .vehicle-detail__main--specs,
    .page-vehicle .vehicle-detail__main--bottom,
    .page-vehicle .vehicle-detail__side,
    .page-vehicle .vehicle-detail__heading,
    .page-vehicle .vehicle-detail__sidebar,
    .page-vehicle .vehicle-trust {
        min-width: 0;
    }

    .page-vehicle .vehicle-detail__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "main-top"
            "heading"
            "trust"
            "sidebar"
            "main-specs"
            "main-bottom";
        gap: 0;
        margin-bottom: 1.5rem;
    }

    .page-vehicle .vehicle-detail__side {
        display: contents;
        position: static;
    }

    .page-vehicle .vehicle-detail__heading {
        grid-area: heading;
    }

    .page-vehicle .vehicle-detail__sidebar {
        grid-area: sidebar;
    }

    .page-vehicle .vehicle-trust {
        grid-area: trust;
        margin: 0 0 0.85rem;
    }

    .page-vehicle .vehicle-detail__gallery {
        width: 100%;
        max-width: 100%;
        margin: 0.35rem 0 0.35rem;
    }

    .page-vehicle .vehicle-gallery__main {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 10;
        border-radius: var(--radius);
        border: 1px solid var(--border);
        margin-bottom: 0;
        touch-action: pan-y pinch-zoom;
    }

    .page-vehicle .vehicle-gallery__nav {
        display: none;
    }

    .page-vehicle .vehicle-gallery__thumbs--desktop {
        display: none !important;
    }

    .page-vehicle .vehicle-gallery__thumbs--mobile {
        display: flex;
        gap: 0.4rem;
        margin: 0;
        padding: 0.5rem 0;
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        touch-action: pan-x;
        background: #ffffff;
        border-bottom: 1px solid var(--border);
    }

    .page-vehicle .vehicle-gallery__thumbs--mobile .vehicle-gallery__thumb {
        flex: 0 0 64px;
        scroll-snap-align: start;
        border-radius: 4px;
        border-width: 2px;
    }

    .page-vehicle .vehicle-gallery__thumbs--mobile .vehicle-gallery__thumb img {
        width: 64px;
        height: 48px;
        border-radius: 2px;
    }

    .page-vehicle .vehicle-gallery__dots {
        display: none;
    }

    .page-vehicle .vehicle-gallery__expand {
        width: 32px;
        height: 32px;
        right: 0.65rem;
        bottom: 0.65rem;
    }

    .page-vehicle .vehicle-gallery__counter {
        display: block;
        top: 0.65rem;
        left: 0.65rem;
        font-size: 0.72rem;
    }

    .page-vehicle .vehicle-lightbox__nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .page-vehicle .vehicle-lightbox__nav--prev { left: 0.5rem; }
    .page-vehicle .vehicle-lightbox__nav--next { right: 0.5rem; }

    .page-vehicle .vehicle-lightbox__close {
        top: 0.65rem;
        right: 0.65rem;
    }

    .page-vehicle .vehicle-lightbox__counter {
        bottom: calc(4.75rem + env(safe-area-inset-bottom, 0));
    }

    .page-vehicle .vehicle-lightbox__img {
        max-height: calc(100dvh - 5.5rem - env(safe-area-inset-bottom, 0));
    }

    .page-vehicle .vehicle-detail__heading h1 {
        font-size: clamp(1.2rem, 5.5vw, 1.5rem);
        line-height: 1.2;
        text-transform: none;
        text-align: center;
        margin: 0.35rem 0 0.75rem;
    }

    .page-vehicle .vehicle-detail__subtitle {
        display: none;
    }

    .page-vehicle .vehicle-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        margin-bottom: 0.85rem;
    }

    .page-vehicle .vehicle-trust__item {
        padding: 0.75rem 0.35rem;
        gap: 0.35rem;
    }

    .page-vehicle .vehicle-trust__icon {
        width: 26px;
        height: 26px;
    }

    .page-vehicle .vehicle-trust__copy strong {
        font-size: 0.68rem;
        letter-spacing: 0.05em;
    }

    .page-vehicle .vehicle-trust__copy span {
        font-size: 0.64rem;
    }

    .page-vehicle .vehicle-detail__form-inline {
        display: block;
        margin: 0 0 0.85rem;
    }

    .page-vehicle .vehicle-detail__form-inline .lead-form-section {
        display: block;
        padding: 0;
    }

    .page-vehicle .vehicle-detail__form-inline .lead-form-card--sidebar {
        padding: 1.15rem;
        border: 1px solid var(--border);
        border-radius: var(--radius);
        background: #ffffff;
    }

    .page-vehicle .vehicle-detail__form-inline .lead-form-card--sidebar h2 {
        font-size: 1.05rem;
        text-align: center;
        margin-bottom: 0.65rem;
    }

    .page-vehicle .vehicle-detail__sidebar .lead-form-section {
        display: none;
    }

    .page-vehicle .vehicle-detail__sidebar .lead-form-card {
        display: block;
    }

    .page-vehicle .vehicle-detail__price-label {
        font-family: var(--font-body);
        font-size: 1.05rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: var(--black);
    }

    .page-vehicle .vehicle-detail__price {
        font-family: var(--font-body);
        font-size: 1.75rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        margin: 0;
    }

    .page-vehicle .vehicle-detail__price-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: center;
        gap: 0.35rem 0.5rem;
        margin: 0 0 1rem;
        text-align: center;
    }

    .page-vehicle .vehicle-detail__down {
        font-size: 0.88rem;
        width: 100%;
        text-align: center;
    }

    .page-vehicle .vehicle-detail__specs-list {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.85rem;
        border: 1px solid var(--border);
        border-radius: var(--radius);
        overflow: hidden;
        background: #ffffff;
    }

    .page-vehicle .vehicle-spec-row {
        display: grid;
        grid-template-columns: 24px 1fr auto;
        align-items: center;
        gap: 0.6rem;
        padding: 0.75rem 0.85rem;
        border-bottom: 1px solid var(--border);
        font-size: 0.82rem;
    }

    .page-vehicle .vehicle-spec-row:last-child {
        border-bottom: 0;
    }

    .page-vehicle .vehicle-spec-row__icon {
        width: 20px;
        height: 20px;
        background: center/contain no-repeat;
        opacity: 0.75;
    }

    .page-vehicle .vehicle-spec-row__icon--mileage { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C19A6B' stroke-width='1.8'%3E%3Cpath d='M12 6v6l3 2'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E"); }
    .page-vehicle .vehicle-spec-row__icon--engine { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C19A6B' stroke-width='1.8'%3E%3Cpath d='M8 10h8v8H8z'/%3E%3Cpath d='M10 6h4v4h-4z'/%3E%3C/svg%3E"); }
    .page-vehicle .vehicle-spec-row__icon--horsepower { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C19A6B' stroke-width='1.8'%3E%3Cpath d='M13 2L4 14h7l-1 8 9-12h-7l1-8z'/%3E%3C/svg%3E"); }
    .page-vehicle .vehicle-spec-row__icon--transmission { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C19A6B' stroke-width='1.8'%3E%3Ccircle cx='7' cy='7' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3Cpath d='M9 7h6M7 9v6M15 15V9'/%3E%3C/svg%3E"); }
    .page-vehicle .vehicle-spec-row__icon--drivetrain { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C19A6B' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E"); }
    .page-vehicle .vehicle-spec-row__icon--fuel { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C19A6B' stroke-width='1.8'%3E%3Cpath d='M6 20V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14'/%3E%3Cpath d='M14 8h2a2 2 0 0 1 2 2v4l2 2v4'/%3E%3C/svg%3E"); }
    .page-vehicle .vehicle-spec-row__icon--color { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C19A6B' stroke-width='1.8'%3E%3Cpath d='M12 2a10 10 0 0 0 0 20c4 0 5-3 5-6H9'/%3E%3C/svg%3E"); }

    .page-vehicle .vehicle-spec-row__label {
        font-weight: 600;
        color: var(--text-muted);
    }

    .page-vehicle .vehicle-spec-row__value {
        font-weight: 700;
        color: var(--black);
        text-align: right;
    }

    .page-vehicle .vehicle-detail__vin {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin-bottom: 1rem;
        padding: 0.8rem 0.85rem;
        background: var(--bg-soft);
        border: 1px solid var(--border);
        border-radius: var(--radius);
        font-size: 0.78rem;
    }

    .page-vehicle .vehicle-detail__vin-label {
        font-weight: 700;
        flex-shrink: 0;
    }

    .page-vehicle .vehicle-detail__vin-value {
        flex: 1;
        min-width: 0;
        font-weight: 600;
        word-break: break-all;
    }

    .page-vehicle .vehicle-detail__vin-copy {
        flex-shrink: 0;
        padding: 0.35rem 0.75rem;
        border: 1px solid var(--border);
        border-radius: 4px;
        background: #ffffff;
        font-size: 0.72rem;
        font-weight: 700;
        cursor: pointer;
    }

    .page-vehicle .vehicle-highlights {
        display: none;
    }

    .page-vehicle .vehicle-specs-panel {
        display: none;
    }

    .page-vehicle .vehicle-detail__sidebar {
        position: static;
        margin-bottom: 1.25rem;
    }

    .page-vehicle .vehicle-detail__sidebar .vehicle-detail__btn {
        display: none;
    }

    .page-vehicle .vehicle-detail__sidebar .carfax-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        margin: 0.35rem 0 0;
        padding: 0.72rem 0.85rem;
        border-width: 2px;
        border-radius: var(--radius);
        min-height: 2.85rem;
        background: var(--gold) !important;
        color: #ffffff;
    }

    .page-vehicle .carfax-btn__mark {
        grid-auto-columns: 1.05rem;
    }

    .page-vehicle .carfax-btn__mark > span {
        height: 1.05rem;
        font-size: 0.58rem;
    }

    .page-vehicle .carfax-btn__text {
        display: inline-block;
        font-size: 0.72rem;
        letter-spacing: 0.05em;
        color: #ffffff;
    }

    .page-vehicle .lead-form-card--sidebar {
        padding: 1.15rem;
    }

    .page-vehicle .lead-form-card--sidebar h2 {
        font-size: 1.05rem;
    }

    .page-vehicle .vehicle-description {
        margin-bottom: 1.25rem;
    }

    .page-vehicle .vehicle-description h2 {
        font-size: 0.95rem;
        margin-bottom: 0.65rem;
    }

    .page-vehicle .vehicle-description__text {
        font-size: 0.86rem;
        line-height: 1.6;
    }

    .page-vehicle .vehicle-detail__map {
        margin-top: 0.5rem;
    }

    .page-vehicle .contact-map__embed {
        --map-h: clamp(190px, 48vw, 240px);
    }

    .page-vehicle .vehicle-mobile-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 90;
        padding: 0.55rem 1rem calc(0.55rem + env(safe-area-inset-bottom, 0));
        background: rgba(255, 255, 255, 0.97);
        border-top: 1px solid var(--border);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    }

    .page-vehicle .vehicle-mobile-bar__whatsapp {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 2.85rem;
        padding: 0.9rem 1rem;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        text-transform: none;
        text-align: center;
    }

    .page-vehicle .site-main {
        padding-bottom: calc(8.75rem + env(safe-area-inset-bottom, 0));
    }

    .page-vehicle .vehicle-mobile-bar .btn {
        padding: 0.85rem 0.5rem;
        font-size: 0.74rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        gap: 0.35rem;
    }

    .page-vehicle .vehicle-mobile-bar .btn__icon {
        width: 15px;
        height: 15px;
    }

    /* Sections */
    .section-ca,
    .features-ca,
    .contact-ca { padding: 2.75rem 0; }

    .section-head-ca {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
        margin-bottom: 1.35rem;
    }

    .section-head-ca h2 { font-size: 1.45rem; }

    .vehicle-grid--ca {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .vehicle-card--ca {
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    .vehicle-card__body h3 { font-size: 0.88rem; line-height: 1.25; }
    .vehicle-card__meta { font-size: 0.74rem; }
    .vehicle-card__price { font-size: 1.2rem; }

    .inventory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .features-ca__grid { grid-template-columns: 1fr; gap: 1.5rem; }

    .contact-ca__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-ca__photo {
        order: -1;
        border-radius: var(--radius);
        overflow: hidden;
        max-height: none;
    }

    .contact-ca__photo img {
        min-height: 0;
        max-height: none;
        aspect-ratio: 16/10;
        object-fit: cover;
    }

    .contact-map__embed {
        --map-h: clamp(200px, 50vw, 240px);
    }

    .contact-map__pin {
        width: 34px;
        height: 45px;
    }

    .contact-map__card {
        top: 8px;
        left: 8px;
        padding: 8px 10px 7px;
        max-width: calc(100% - 16px);
    }

    .contact-map__card-line,
    .contact-map__card-cta {
        font-size: 0.74rem;
    }

    .contact-map__caption {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__col:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .container { width: calc(100% - 2rem); }

    .site-header { padding-top: env(safe-area-inset-top, 0); }
    .site-header__inner { min-height: 60px; }

    .brand__speed { font-size: 1.05rem; }
    .brand__sub { font-size: 0.58rem; }

    .vehicle-grid--ca,
    .inventory-grid { grid-template-columns: 1fr; gap: 1.1rem; }

    .vehicle-card__body { padding: 1rem 1.1rem 1.15rem; }

    .site-footer__grid { grid-template-columns: 1fr; }
}
