/* Hero — California coastal */
.hero-ca {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-ca > .container {
    position: relative;
    z-index: 1;
    width: 100%;
}
.hero-ca__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.82) 18%, rgba(255,255,255,0.45) 36%, rgba(255,255,255,0.05) 52%, transparent 62%),
        url('/assets/images/hero-california.jpg') center/cover no-repeat;
}
.hero-ca__content {
    max-width: 580px;
    padding: 4rem 0 4rem clamp(1.25rem, 3vw, 2.5rem);
    text-align: left;
}
.hero-ca__eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--red);
}
.hero-ca__content h1 {
    margin: 0 0 1rem;
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.hero-ca__content p {
    margin: 0 0 1.75rem;
    color: var(--text-muted);
    font-size: 1.02rem;
    max-width: 48ch;
}
.hero-ca__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.75rem;
}

/* Sections */
.section-ca { padding: 4rem 0; background: var(--white); }
.section-head-ca {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}
.section-head-ca h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.section-head-ca__line {
    display: block;
    width: 48px;
    height: 3px;
    background: var(--red);
    margin-top: 0.5rem;
}

/* Vehicle cards — California style */
.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}
.vehicle-grid--ca {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem;
}
.vehicle-grid--inventory {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 380px));
    justify-content: center;
    gap: 1.75rem;
}

.vehicle-card--ca {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.vehicle-card--ca:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.vehicle-card__media {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #eee;
}
.vehicle-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.vehicle-card--ca:hover .vehicle-card__media img { transform: scale(1.04); }
.vehicle-card__body {
    padding: 1.25rem 1.35rem 1.4rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.vehicle-card__body h3 {
    margin: 0 0 0.4rem;
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
.vehicle-card__body h3 a:hover { color: var(--red); }
.vehicle-card__meta {
    margin: 0 0 0.75rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.vehicle-card__price {
    margin: 0 0 1rem;
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1;
}
.vehicle-card__cta {
    display: block;
    margin-top: auto;
    padding: 0.8rem 1rem;
    border: 2px solid var(--black);
    border-radius: var(--radius);
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.vehicle-card__cta:hover {
    background: var(--red);
    border-color: var(--red);
    color: var(--white);
}

/* Inventory page */
.inventory-hero {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.inventory-hero__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.52) 32%, rgba(255,255,255,0.18) 55%, rgba(255,255,255,0.04) 75%),
        url('/assets/images/inventory-hero.jpg') 70% center/cover no-repeat;
}
.inventory-hero__wrap {
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}
.inventory-hero__content { max-width: 520px; }
.inventory-hero__content h1 {
    margin: 0 0 0.5rem;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.25rem);
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.95), 0 2px 8px rgba(255, 255, 255, 0.7);
}
.inventory-hero__content > p {
    margin: 0;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.55;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9), 0 1px 4px rgba(255, 255, 255, 0.65);
}

.inventory-page {
    padding: 2rem 0 3.5rem;
    background: var(--bg-soft);
}
.inventory-page__layout {
    display: block;
}

.inventory-filters {
    position: sticky;
    top: 88px;
    padding: 1.25rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.inventory-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}
.inventory-filters__head h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.inventory-filters__reset {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    background: none;
    padding: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
    cursor: pointer;
}
.inventory-filters__reset:hover { color: var(--red); }
.inventory-filters__field {
    display: block;
    margin-bottom: 0.85rem;
}
.inventory-filters__field > span {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
}
.inventory-filters__field select {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--white);
    font-size: 0.88rem;
}
.inventory-filters__field select:focus {
    outline: none;
    border-color: var(--red);
}
.inventory-filters__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}
.inventory-filters .btn { margin-top: 0.35rem; }

.inventory-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}
.inventory-toolbar__count {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.inventory-toolbar__count strong { color: var(--black); }
.inventory-toolbar__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.inventory-toolbar__sort {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.inventory-toolbar__sort select {
    padding: 0.45rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--white);
    font-size: 0.82rem;
    font-weight: 600;
}
.inventory-view-toggle {
    display: inline-flex;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}
.inventory-view-toggle button {
    width: 36px;
    height: 34px;
    border: 0;
    background: var(--white);
    color: var(--text-muted);
    cursor: pointer;
    display: grid;
    place-items: center;
}
.inventory-view-toggle button.is-active {
    background: var(--black);
    color: var(--white);
}

.inventory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
}
.inventory-grid--list {
    grid-template-columns: 1fr;
}
.inventory-grid--list .inv-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
}
.inventory-grid--list .inv-card__media { aspect-ratio: auto; min-height: 180px; }
.inventory-grid--list .inv-card__body {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto;
    align-content: center;
    column-gap: 1rem;
}
.inventory-grid--list .inv-card__price { grid-column: 2; grid-row: 1; text-align: right; align-self: start; }
.inventory-grid--list .inv-card__stats { grid-column: 1; grid-row: 3; }
.inventory-grid--list .inv-card__cta { grid-column: 1 / -1; max-width: 220px; }

.inv-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
}
.inv-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.inv-card__media {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #eee;
}
.inv-card__media a { display: block; height: 100%; }
.inv-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.inv-card:hover .inv-card__media img { transform: scale(1.03); }
.inv-card__fav {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.inv-card__fav.is-active { color: var(--red); }
.inv-card__body {
    padding: 1rem 1.05rem 1.1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.inv-card__body h3 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
}
.inv-card__body h3 a:hover { color: var(--red); }
.inv-card__meta {
    margin: 0 0 0.65rem;
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.4;
}
.inv-card__price {
    margin: 0 0 0.75rem;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1;
}
.inv-card__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    margin-bottom: 0.85rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-muted);
}
.inv-card__stats span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}
.inv-card__cta {
    display: block;
    margin-top: auto;
    padding: 0.7rem 0.85rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.inv-card__cta:hover {
    border-color: var(--red);
    color: var(--red);
}

.inventory-empty,
.inventory-no-results {
    padding: 3rem 2rem;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.inventory-empty h2,
.inventory-no-results h2 {
    margin: 0 0 0.65rem;
    font-family: var(--font-display);
    font-size: 1.35rem;
    text-transform: uppercase;
}
.inventory-empty p,
.inventory-no-results p {
    margin: 0 0 1.25rem;
    color: var(--text-muted);
}

/* Features */
.features-ca {
    padding: 4rem 0;
    background: var(--bg-soft);
}
.features-ca__title {
    margin: 0 0 2rem;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 1.85rem);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.features-ca__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.feature-ca {
    text-align: center;
    padding: 1rem;
}
.feature-ca__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    display: grid;
    place-items: center;
    font-size: 1.75rem;
    border: 2px solid var(--red);
    border-radius: 50%;
    color: var(--red);
}
.feature-ca h3 {
    margin: 0 0 0.5rem;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.feature-ca p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.55;
}

/* Contact block */
.contact-ca {
    padding: 4rem 0;
    background: var(--white);
}
.contact-ca__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.8fr;
    gap: 2rem;
    align-items: start;
}
.contact-ca__photo {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.contact-ca__photo picture,
.contact-ca__photo img {
    width: 100%;
    height: 100%;
    display: block;
}
.contact-ca__photo img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}
.contact-ca__form-wrap h2,
.contact-ca__info h3 {
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.contact-ca__form-wrap h2 { margin: 0 0 1rem; font-size: 1.5rem; }
.contact-ca__info h3 { margin: 0 0 1rem; font-size: 1.1rem; }
.contact-ca__info ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}
.contact-ca__info li {
    margin-bottom: 0.85rem;
}
.contact-ca__info strong {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.15rem;
}
.contact-ca__info a { color: var(--red); font-weight: 600; }

/* Lead form */
.lead-form-section { padding: 0; }
.lead-form-section--compact { padding: 2rem 0 4rem; }
.lead-form-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.lead-form-card h2 {
    font-family: var(--font-display);
    text-transform: uppercase;
    color: var(--black);
}
.lead-form-card__subtitle {
    margin: 0 0 1rem;
    color: var(--text-muted);
    font-size: 0.92rem;
}
.lead-form__fields {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}
.field input,
.field textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--white);
}
.field input:focus,
.field textarea:focus {
    outline: none;
    border-color: var(--red);
}
.lead-form__status { margin-top: 0.65rem; font-weight: 600; font-size: 0.9rem; }
.lead-form__status.is-success { color: #0f7a45; }
.lead-form__status.is-error { color: var(--red); }

/* Inner pages */
.page-banner {
    position: relative;
    min-height: 240px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.page-banner__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.15) 55%, rgba(255,255,255,0.02) 75%),
        url('/assets/images/banner-palms.jpg') center/cover no-repeat;
}
.page-banner > .container {
    position: relative;
    z-index: 1;
    padding: 3.5rem 0;
}
.page-banner h1 {
    margin: 0 0 0.5rem;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.95), 0 2px 8px rgba(255, 255, 255, 0.7);
}
.page-banner p {
    margin: 0;
    color: var(--text-muted);
    max-width: 50ch;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9), 0 1px 4px rgba(255, 255, 255, 0.65);
}
.page-banner--financing .page-banner__bg {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.15) 55%, rgba(255,255,255,0.02) 75%),
        url('/assets/images/banner-financing.jpg') center/cover no-repeat;
}
.page-banner--shipping .page-banner__bg {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.15) 55%, rgba(255,255,255,0.02) 75%),
        url('/assets/images/banner-shipping.jpg') center/cover no-repeat;
}
.page-banner--about .page-banner__bg {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.15) 55%, rgba(255,255,255,0.02) 75%),
        url('/assets/images/banner-about.jpg') center/cover no-repeat;
}
.page-banner--contact .page-banner__bg {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.15) 55%, rgba(255,255,255,0.02) 75%),
        url('/assets/images/contact-sunset.jpg') center/cover no-repeat;
}

.inner-intro {
    padding: 2.5rem 0 0;
    background: var(--white);
}
.inner-intro__content {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}
.inner-intro__content h2 {
    margin: 0 0 0.65rem;
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 700;
    text-transform: uppercase;
}
.inner-intro__content p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.65;
    font-size: 1rem;
}

.inner-section { padding: 3.5rem 0; background: var(--white); }
.inner-section--muted { background: var(--bg-soft); }
.inner-section__title {
    margin: 0 0 1.75rem;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}
.process-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.35rem 1.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.inner-section--muted .process-card { background: var(--white); }
.process-card__num {
    display: block;
    margin-bottom: 0.65rem;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1;
}
.process-card h3 {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.process-card p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}
.info-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-left: 4px solid var(--red);
    border-radius: var(--radius);
    padding: 1.35rem 1.25rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.inner-section--muted .info-card { background: var(--white); }
.info-card h3 {
    margin: 0 0 0.5rem;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.info-card p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.about-split {
    padding: 3rem 0;
    background: var(--white);
}
.about-split__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}
.about-split__photo {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.about-split__photo picture,
.about-split__photo img {
    width: 100%;
    display: block;
}
.about-split__photo img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.about-split__text h2 {
    margin: 0 0 1rem;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
}
.about-split__text p {
    margin: 0 0 1rem;
    color: var(--text-muted);
    line-height: 1.65;
}
.about-list {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}
.about-list li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.55rem;
    font-weight: 600;
    font-size: 0.92rem;
}
.about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 8px;
    height: 8px;
    background: var(--red);
    border-radius: 50%;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}
.about-stats__item {
    padding: 1.5rem 1rem;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}
.about-stats__item strong {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--red);
}
.about-stats__item span {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.inner-cta {
    padding: 2.5rem 0;
    background: var(--black);
    color: var(--white);
}
.inner-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.inner-cta h2 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 700;
    text-transform: uppercase;
}
.inner-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    max-width: 42ch;
}
.inner-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-ca__hours {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    font-size: 0.85rem;
    color: var(--text-muted);
}
.contact-ca__hours strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--black);
}
.contact-map--page { margin: 0; }

.section { padding: 3rem 0; }
.section--muted { background: var(--bg-soft); }
.narrow-content { max-width: 720px; }
.empty-state {
    text-align: center;
    padding: 3rem;
    border: 1px dashed var(--border);
    border-radius: var(--radius);
}
.split-grid,
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.info-panel {
    background: var(--bg-soft);
    border-radius: var(--radius);
    padding: 1.25rem;
}
.check-list { padding-left: 1.2rem; }
.steps-list { padding-left: 1.2rem; }
.stack-buttons { display: grid; gap: 0.65rem; margin-top: 1rem; }
.content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.content-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
}

/* Vehicle detail */
.vehicle-detail { padding: 1.25rem 0 3rem; background: var(--white); }
.vehicle-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.vehicle-breadcrumb a { color: var(--text-muted); }
.vehicle-breadcrumb a:hover { color: var(--red); }
.vehicle-breadcrumb span:last-child {
    color: var(--black);
    font-weight: 600;
}

.vehicle-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 2rem 2.5rem;
    align-items: start;
    margin-bottom: 2.5rem;
}

.vehicle-detail__gallery-wrap { margin-bottom: 1.25rem; }
.vehicle-detail__gallery { margin-bottom: 0; }

.vehicle-gallery__dots { display: none; }

.vehicle-detail__meta,
.vehicle-detail__cta-grid,
.vehicle-detail__trust,
.vehicle-detail__specs-list,
.vehicle-detail__vin { display: none; }

.vehicle-detail__price--desktop { display: block; }

.vehicle-highlights--desktop { display: grid; }

.vehicle-description__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: default;
    text-align: left;
}

.vehicle-description__chevron { display: none; }

.vehicle-specs-panel--desktop { display: block; }

.vehicle-detail__head .vehicle-detail__price {
    margin: 0 0 1.25rem;
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: var(--red);
    line-height: 1;
}

.vehicle-detail__meta {
    align-items: center;
    gap: 0.75rem 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.vehicle-detail__location {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
}

.vehicle-detail__location svg { color: var(--red); flex-shrink: 0; }

.vehicle-detail__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

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

.vehicle-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 52px;
    padding: 0.75rem 0.65rem;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1.2;
    border: 0;
}

.vehicle-cta__icon { font-size: 1rem; line-height: 1; }

.vehicle-cta--call,
.vehicle-cta--whatsapp {
    background: #1a2b4a;
    color: var(--white);
}

.vehicle-cta--report,
.vehicle-cta--price {
    background: #f5c518;
    color: #1a1a1a;
}

.vehicle-detail__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.85rem 0.65rem;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.vehicle-trust {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.2rem;
}

.vehicle-trust__icon { font-size: 1.1rem; line-height: 1; }

.vehicle-trust strong {
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--black);
}

.vehicle-trust span:last-child {
    font-size: 0.58rem;
    color: var(--text-muted);
    line-height: 1.25;
}

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

.vehicle-spec-row {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
    border-bottom: 1px solid var(--border);
    font-size: 0.84rem;
}

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

.vehicle-spec-row__icon {
    width: 22px;
    height: 22px;
    background: center/contain no-repeat;
    opacity: 0.8;
}

.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='%23333' stroke-width='1.8'%3E%3Cpath d='M12 6v6l3 2'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E"); }
.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='%23333' stroke-width='1.8'%3E%3Cpath d='M8 10h8v8H8z'/%3E%3Cpath d='M10 6h4v4h-4zM6 10V8M18 10V8'/%3E%3C/svg%3E"); }
.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='%23333' stroke-width='1.8'%3E%3Cpath d='M13 2L4 14h7l-1 8 9-12h-7l1-8z'/%3E%3C/svg%3E"); }
.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='%23333' 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"); }
.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='%23333' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E"); }
.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='%23333' 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"); }
.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='%23333' stroke-width='1.8'%3E%3Cpath d='M12 2a10 10 0 0 0 0 20c4 0 5-3 5-6H9'/%3E%3C/svg%3E"); }

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

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

.vehicle-detail__vin {
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
    padding: 0.85rem 0.9rem;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.82rem;
}

.vehicle-detail__vin-label { font-weight: 700; color: var(--black); flex-shrink: 0; }

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

.vehicle-detail__vin-copy {
    flex-shrink: 0;
    padding: 0.4rem 0.85rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--black);
    cursor: pointer;
}

.vehicle-detail__gallery { margin-bottom: 1.25rem; }
.vehicle-gallery__main {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 16/10;
    background: #e8e8e8;
    border: 1px solid var(--border);
}
.vehicle-gallery__main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vehicle-gallery__main--placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 320px;
    color: var(--text-muted);
}
.vehicle-gallery__main--placeholder img { width: min(280px, 70%); height: auto; object-fit: contain; }
.vehicle-gallery__counter {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    padding: 0.35rem 0.65rem;
    background: rgba(0, 0, 0, 0.6);
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 700;
    border-radius: 2px;
}
.vehicle-gallery__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--black);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.vehicle-gallery__nav:hover { background: var(--white); }
.vehicle-gallery__nav--prev { left: 0.85rem; }
.vehicle-gallery__nav--next { right: 0.85rem; }

.vehicle-gallery__thumbs {
    display: flex;
    gap: 0.55rem;
    margin-top: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}
.vehicle-gallery__thumb {
    border: 2px solid transparent;
    border-radius: var(--radius);
    padding: 0;
    background: none;
    cursor: pointer;
    flex: 0 0 96px;
}
.vehicle-gallery__thumb.is-active { border-color: var(--red); }
.vehicle-gallery__thumb img {
    width: 96px;
    height: 68px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.vehicle-detail__main h1 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.12;
}
.vehicle-detail__subtitle {
    margin: 0 0 0.5rem;
    color: var(--text-muted);
    font-size: 0.92rem;
}
.vehicle-detail__price {
    margin: 0 0 1.25rem;
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: var(--red);
    line-height: 1;
}

.vehicle-highlights {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 1rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.vehicle-highlights__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
}
.vehicle-highlights__icon {
    width: 26px;
    height: 26px;
    background: center/contain no-repeat;
    opacity: 0.75;
}
.vehicle-highlights__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='%23666' stroke-width='1.8'%3E%3Cpath d='M12 6v6l3 2'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E"); }
.vehicle-highlights__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='%23666' 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"); }
.vehicle-highlights__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='%23666' 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"); }
.vehicle-highlights__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='%23666' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E"); }
.vehicle-highlights__icon--title { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666' stroke-width='1.8'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3C/svg%3E"); }
.vehicle-highlights__icon--stock { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666' stroke-width='1.8'%3E%3Cpath d='M7 7h10v10H7z'/%3E%3Cpath d='M7 11h10M11 7v10'/%3E%3C/svg%3E"); }
.vehicle-highlights__value {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--black);
    line-height: 1.25;
}

.vehicle-description { margin-bottom: 2rem; }
.vehicle-description h2,
.vehicle-features h2 {
    margin: 0 0 1rem;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.vehicle-description__text {
    color: var(--text-muted);
    line-height: 1.75;
    font-size: 0.92rem;
}

.vehicle-features { margin-bottom: 1rem; }
.vehicle-features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.vehicle-features__grid li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.35;
}
.vehicle-features__icon {
    flex-shrink: 0;
    color: var(--red);
    font-weight: 700;
    font-size: 0.75rem;
    margin-top: 0.1rem;
}

.vehicle-detail__sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    position: sticky;
    top: 88px;
}
.vehicle-detail__btn {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.78rem;
}
.lead-form-section--sidebar { padding: 0; }
.lead-form-card--sidebar {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.35rem;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
.lead-form-card--sidebar h2 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
}
.lead-form-card--sidebar .lead-form-card__subtitle {
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}
.lead-form-card--sidebar [data-lead-submit-btn] {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vehicle-specs-panel {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.vehicle-specs-panel h3 {
    margin: 0;
    padding: 0.85rem 1rem;
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: var(--bg-soft);
    border-bottom: 1px solid var(--border);
}
.vehicle-specs-panel__list { margin: 0; }
.vehicle-specs-panel__row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid var(--border);
    font-size: 0.82rem;
}
.vehicle-specs-panel__row:last-child { border-bottom: 0; }
.vehicle-specs-panel__row dt {
    margin: 0;
    color: var(--text-muted);
    font-weight: 600;
}
.vehicle-specs-panel__row dd {
    margin: 0;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.vehicle-detail__map { margin: 0 0 1.5rem; }
.contact-map {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.contact-map__iframe,
.contact-map img {
    width: 100%;
    aspect-ratio: 16/7;
    display: block;
    border: 0;
}
.contact-map img { object-fit: cover; }
.contact-map__caption {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.25rem;
    padding: 1rem 1.15rem;
    background: var(--bg-soft);
    font-size: 0.9rem;
}
.contact-map__caption strong {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.contact-map__caption a { color: var(--red); font-weight: 700; }

@media (max-width: 1200px) {
    .inventory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .vehicle-grid--ca { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
    .vehicle-grid:not(.vehicle-grid--ca),
    .features-ca__grid,
    .contact-ca__grid,
    .vehicle-detail__layout,
    .split-grid,
    .contact-grid,
    .content-grid { grid-template-columns: 1fr; }
    .vehicle-detail__sidebar { position: static; }
    .vehicle-highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .vehicle-features__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-ca__photo { order: -1; }
    .inventory-page__layout { grid-template-columns: 1fr; }
    .inventory-filters { position: static; }
    .inventory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vehicle-grid--ca { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .info-cards,
    .info-cards--3 { grid-template-columns: 1fr; }
    .about-split__grid { grid-template-columns: 1fr; }
    .about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .inner-cta__inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
    .hero-ca__actions { flex-direction: column; }
    .hero-ca__actions .btn { width: 100%; }
    .section-head-ca { flex-direction: column; align-items: flex-start; }
    .vehicle-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vehicle-features__grid { grid-template-columns: 1fr; }
    .inventory-hero__wrap { padding: 2rem 0; }
    .inventory-toolbar { flex-direction: column; align-items: stretch; }
    .inventory-toolbar__actions { justify-content: space-between; }
    .inventory-grid--list .inv-card { grid-template-columns: 1fr; }
    .inventory-grid { grid-template-columns: 1fr; }
    .vehicle-grid--ca { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .about-stats { grid-template-columns: 1fr; }
}
