.amcars-hero.homepage-v2-split {
    min-height: auto;
    height: auto;
    padding: clamp(132px, 16vh, 152px) 0 clamp(16px, 1.5vw, 22px);
    align-items: flex-start;
    isolation: isolate;
}

/* Final homepage decision gateway */
.home-final {
    position: relative;
    z-index: 1;
    padding: 142px 0 42px;
    min-height: 100vh;
    color: #fff;
}

.home-final-shell {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
}

.home-final-intro {
    max-width: 980px;
    margin: 0 auto 18px;
    text-align: center;
}

.home-final-intro h1 {
    margin: 0;
    font-size: clamp(34px, 3.2vw, 38px);
    line-height: .98;
    letter-spacing: -.052em;
    color: #fff;
}

.home-final-intro h1 span {
    color: #75baff;
}

.home-final-intro p {
    margin: 25px 0 0;
    color: rgba(255,255,255,.74);
    font-size: clamp(18px, 1.45vw, 24px);
    font-weight: 650;
}

.home-final-gateway {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 22px;
}

.home-choice-card,
.home-adam-focus {
    min-width: 0;
    border-radius: 30px;
}

.home-choice-column {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.home-choice-heading {
    flex: 0 0 auto;
    margin: 0 0 10px;
    color: #75baff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .18em;
    font-weight: 850;
    text-align: center;
}

.home-choice-column-new .home-choice-heading { color: #1268ff; }
.home-choice-column-preowned .home-choice-heading { color: #75baff; }

.home-choice-card {
    min-height: 450px;
    padding: 30px 30px 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 28px 65px rgba(0,0,0,.28);
}

.home-choice-new {
    color: #071429;
    background: linear-gradient(145deg, #fff 0%, #edf4fc 100%);
}

.home-choice-preowned {
    color: #fff;
    background: linear-gradient(145deg, #17243b 0%, #070d18 72%);
    border: 1px solid rgba(255,255,255,.10);
}

.home-choice-kicker,
.home-adam-eyebrow {
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .18em;
    font-weight: 850;
}

.home-choice-new .home-choice-kicker { color: #1268ff; }
.home-choice-preowned .home-choice-kicker { color: #75baff; }

.home-choice-copy h2 {
    max-width: 390px;
    margin: 0;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.home-new-vehicle-frame,
.home-preowned-vehicle-frame {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 235px;
    margin: 4px 0 2px;
}

.home-new-vehicle-frame img,
.home-preowned-vehicle-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 22px 18px rgba(0,0,0,.27));
}

.home-new-vehicle-frame img {
    opacity: 1;
    transition: opacity .42s ease;
}

.home-new-vehicle-frame img.is-fading { opacity: 0; }

.home-choice-cta,
.home-adam-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 20px;
    border-radius: 16px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.home-choice-cta:hover,
.home-adam-cta:hover { transform: translateY(-2px); }

.home-choice-cta-dark {
    color: #fff;
    background: #0b1a30;
    box-shadow: 0 12px 25px rgba(4,16,35,.20);
}

.home-choice-cta-light {
    color: #071429;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0,0,0,.24);
}

.home-choice-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 7px;
    padding: 15px 0 0;
    margin: 0;
    list-style: none;
    font-size: 11px;
    font-weight: 750;
    text-align: center;
}

.home-choice-benefits li {
    padding-top: 11px;
    border-top: 1px solid currentColor;
    opacity: .68;
}

.home-adam-focus {
    padding: 28px 22px 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at 50% 42%, rgba(18,104,255,.24), rgba(8,15,32,.12) 54%, rgba(8,15,32,.02) 76%);
}

.home-adam-eyebrow {
    color: #75baff;
    margin-bottom: 22px;
}

.home-adam-focus .adam-orb {
    width: 190px;
    height: 190px;
    margin: 0 auto 26px;
}

.home-adam-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.home-adam-copy p {
    max-width: 330px;
    margin: 13px auto 21px;
    color: rgba(255,255,255,.70);
    font-size: 15px;
    line-height: 1.55;
}

.home-adam-cta {
    min-width: 190px;
    color: #fff;
    background: #1268ff;
    box-shadow: 0 16px 32px rgba(18,104,255,.35);
}

.home-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 0;
    margin-top: 22px;
    padding: 20px 10px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    background: rgba(8,15,32,.66);
    backdrop-filter: blur(16px);
}

.home-trust-strip div {
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.10);
}

.home-trust-strip div:last-child { border-right: 0; }

.home-trust-strip strong,
.home-trust-strip span { display: block; }

.home-trust-strip strong {
    color: #fff;
    font-size: 14px;
}

.home-trust-strip span {
    margin-top: 5px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
}

@media (max-width: 1080px) {
    .home-final-gateway {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .home-adam-focus {
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 390px;
    }
    .home-choice-column-new { grid-column: 1; }
    .home-choice-column-preowned { grid-column: 2; }
}

@media (min-width: 701px) {
    .home-new-vehicle-frame img {
        transform: none;
    }

    .home-preowned-vehicle-frame img {
        transform: scale(1.08);
    }

    .home-choice-heading {
        margin-left: 0;
    }

    .home-adam-eyebrow {
        margin-bottom: 12px;
    }

    .home-adam-focus {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .home-adam-focus .adam-orb {
        width: 213px;
        height: 213px;
        margin-bottom: 18px;
    }

    .home-trust-strip strong {
        font-size: 15px;
    }

    .home-trust-strip span {
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    .home-final { padding: 120px 0 30px; }
    .home-final-shell { width: calc(100% - 28px); }
    .home-final-intro { margin-bottom: 24px; }
    .home-final-intro h1 { font-size: clamp(38px, 11.2vw, 54px); }
    .home-final-intro h1 br { display: none; }
    .home-final-intro p { margin-top: 18px; font-size: 19px; }
    .home-final-gateway { grid-template-columns: 1fr; gap: 16px; }
    .home-adam-focus,
    .home-choice-column-new,
    .home-choice-column-preowned { grid-column: 1; }
    .home-adam-focus { grid-row: 1; min-height: 390px; padding: 26px 20px; }
    .home-choice-column-new { grid-row: 2; }
    .home-choice-column-preowned { grid-row: 3; }
    .home-choice-card { min-height: 465px; padding: 26px 22px 21px; border-radius: 25px; }
    .home-choice-copy h2 { font-size: 28px; }
    .home-new-vehicle-frame,
    .home-preowned-vehicle-frame { min-height: 230px; }
    .home-trust-strip { grid-template-columns: repeat(2, minmax(0,1fr)); padding: 8px; }
    .home-trust-strip div { padding: 15px 8px; }
    .home-trust-strip div:nth-child(2) { border-right: 0; }
    .home-trust-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.10); }
}

/* Compact mobile gateway; desktop rules remain unchanged. */
@media (max-width: 700px) {
    .am-app-header {
        padding: 10px 0 0 !important;
    }

    .am-app-header-inner {
        width: calc(100% - 28px) !important;
        gap: 16px;
    }

    .am-app-logo img {
        width: min(220px, 70vw) !important;
        height: auto !important;
    }

    .am-menu-trigger {
        width: 44px !important;
        height: 38px !important;
        gap: 5px !important;
    }

    .am-menu-trigger span {
        width: 26px !important;
    }

    .home-final {
        min-height: auto;
        padding: 94px 0 24px;
    }

    .home-final-intro {
        margin-bottom: 14px;
    }

    .home-final-intro h1 {
        font-size: clamp(30px, 8vw, 36px);
        line-height: 1.02;
    }

    .home-final-intro p {
        margin-top: 10px;
        font-size: 18px;
    }

    .home-adam-focus {
        min-height: 300px;
        padding: 16px 14px !important;
    }

    .home-adam-eyebrow {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .home-adam-focus .adam-orb {
        width: 160px;
        height: 160px;
        margin-bottom: 12px;
    }

    .home-adam-copy h2 {
        font-size: 29px;
    }

    .home-adam-copy p {
        margin: 8px auto 14px;
        font-size: 16px;
        line-height: 1.4;
    }

    .home-adam-cta,
    .home-choice-cta {
        min-height: 54px;
    }

    .home-choice-heading {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .home-choice-card {
        min-height: 360px;
        padding: 18px 18px 16px;
    }

    .home-choice-copy h2 {
        font-size: 23px;
        line-height: 1.08;
    }

    .home-new-vehicle-frame,
    .home-preowned-vehicle-frame {
        min-height: 170px;
    }

    .home-choice-benefits {
        padding-top: 10px;
        font-size: 10px;
    }

    .home-choice-benefits li {
        padding-top: 8px;
    }

    .home-trust-strip {
        padding: 6px;
    }

    .home-trust-strip div {
        padding: 10px 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-new-vehicle-frame img { transition: none; }
}

.amcars-hero.homepage-v2-split::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 50% 48%, rgba(5, 9, 24, .05) 0 34%, rgba(5, 9, 24, .48) 88%),
        linear-gradient(90deg, rgba(5, 9, 24, .36), rgba(5, 9, 24, .04) 25% 75%, rgba(5, 9, 24, .36));
}

body.home-amcars .homepage-v2-split > .container {
    position: relative;
    z-index: 1;
    width: 94vw;
    max-width: 1580px;
    margin-inline: auto;
    padding-inline: clamp(12px, 1.4vw, 24px);
}

.homepage-v2-intro {
    width: 100%;
    max-width: none;
    margin: 0 auto clamp(24px, 2.2vw, 34px);
    text-align: center;
}

.homepage-v2-intro h1 {
    max-width: 980px;
    margin: 0 auto 8px;
    color: #fff;
    font-size: clamp(27px, 2.5vw, 36px);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -.052em;
    text-shadow: 0 14px 44px rgba(0, 0, 0, .48);
}

.homepage-v2-intro h1 span { color: #8cc8ff; }

.homepage-v2-intro p {
    margin: 0;
    color: #dbe8ff;
    font-size: clamp(15px, 1.2vw, 18px);
    font-weight: 700;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .5);
}

.homepage-v2-journeys {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 49fr) minmax(0, 51fr);
    gap: clamp(48px, 5vw, 82px);
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.homepage-v2-adam {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.homepage-v2-adam .adam-orb {
    width: clamp(330px, 26vw, 430px);
    height: clamp(330px, 26vw, 430px);
    margin: 0 auto -4px;
    filter: drop-shadow(0 0 31px rgba(18, 104, 255, .53));
    transform: translateY(-10px);
}

.homepage-v2-adam .adam-orb::before {
    inset: -20px;
    background: radial-gradient(circle, rgba(18, 104, 255, .31), rgba(18, 104, 255, .09) 45%, rgba(18, 104, 255, 0) 71%);
}

.homepage-v2-adam .adam-orb::after {
    box-shadow: 0 0 33px rgba(18, 104, 255, .49), inset 0 0 22px rgba(255, 255, 255, .09);
}

.homepage-v2-adam-copy {
    width: 100%;
    min-width: 0;
}

.homepage-v2-adam .adam-micro-label {
    margin: 0 0 7px;
    color: #fff;
    font-size: clamp(17px, 1.35vw, 21px);
    letter-spacing: .3em;
}

.homepage-v2-adam .amcars-label {
    margin: 0 0 10px;
    color: #8cc8ff;
    font-size: clamp(28px, 2.7vw, 41px);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-transform: none;
}

.homepage-v2-adam-copy > p:last-of-type {
    max-width: 520px;
    margin: 0 auto 15px;
    color: #dbe8ff;
    font-size: clamp(17px, 1.28vw, 20px);
    font-weight: 600;
    line-height: 1.46;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .55);
}

.homepage-v2-adam-cta {
    display: flex;
    width: min(100%, 280px);
    min-width: 0;
    min-height: 59px;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    padding: 0 34px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 19px;
    background: linear-gradient(135deg, #1028ff, #1682ff);
    box-shadow: 0 18px 42px rgba(18, 104, 255, .34);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 230ms ease, box-shadow 230ms ease, filter 230ms ease;
}

.homepage-v2-adam-cta:hover,
.homepage-v2-adam-cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(18, 104, 255, .45);
    filter: brightness(1.08);
}

.homepage-v2-journeys::after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 49%;
    width: 1px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(140, 200, 255, .22) 24% 76%, transparent);
    box-shadow: 0 0 16px rgba(18, 104, 255, .18);
}

.homepage-v2-browse {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    text-align: center;
}

.homepage-v2-browse::before,
.homepage-v2-browse::after { content: none; }

.homepage-v2-browse-heading {
    max-width: none;
    margin: 0 auto 14px;
    padding: 0;
}

.homepage-v2-browse-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 1.9vw, 29px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: .075em;
}

.homepage-v2-browse-copy {
    margin: 7px auto 0;
    color: #8cc8ff;
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 600;
}

.homepage-v2-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px clamp(18px, 1.8vw, 28px);
    align-items: end;
    width: 100%;
    overflow: visible;
}

.homepage-v2-category {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    grid-column: span 2;
    min-width: 0;
    height: 100%;
    color: #dce9ff;
    text-align: center;
    text-decoration: none;
    transform-origin: center bottom;
    transition: transform 240ms ease-out;
}

.homepage-v2-artwork {
    position: relative;
    isolation: isolate;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 6px 0 12px;
    overflow: visible;
}

.homepage-v2-artwork img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    image-rendering: auto;
    mix-blend-mode: screen;
    filter: brightness(.88) saturate(.92);
    transition: filter 240ms ease-out;
}

.homepage-v2-artwork::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 2% -5% -14%;
    opacity: .58;
    background: radial-gradient(ellipse at center, rgba(18, 104, 255, .18), transparent 68%);
    filter: blur(13px);
    transition: opacity 240ms ease-out, filter 240ms ease-out;
}

.homepage-v2-artwork::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 7%;
    bottom: 0;
    left: 7%;
    height: 26%;
    opacity: .58;
    background: radial-gradient(ellipse at center, rgba(95, 157, 255, .22), transparent 70%);
    filter: blur(6px);
    transform: scaleX(.88);
    transition: opacity 240ms ease-out, transform 240ms ease-out, filter 240ms ease-out;
}

.homepage-v2-category-label {
    display: block;
    color: #dce9ff;
    font-size: clamp(14px, 1.15vw, 18px);
    font-weight: 800;
    line-height: 1.25;
    opacity: .58;
    transition: color 240ms ease-out, opacity 240ms ease-out, text-shadow 240ms ease-out;
}

.homepage-v2-category-count {
    display: block;
    margin-top: 4px;
    color: rgba(220, 233, 255, .58);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.homepage-v2-category:hover,
.homepage-v2-category:focus-visible { transform: translateY(-6px); }

.homepage-v2-category:hover .homepage-v2-artwork img,
.homepage-v2-category:focus-visible .homepage-v2-artwork img {
    filter: brightness(1.08) saturate(1.08);
}

.homepage-v2-category:hover .homepage-v2-artwork::before,
.homepage-v2-category:focus-visible .homepage-v2-artwork::before {
    opacity: 1;
    filter: blur(16px) brightness(1.25);
}

.homepage-v2-category:hover .homepage-v2-artwork::after,
.homepage-v2-category:focus-visible .homepage-v2-artwork::after {
    opacity: .9;
    filter: blur(8px);
    transform: scaleX(1.12) scaleY(1.08);
}

.homepage-v2-category:hover .homepage-v2-category-label,
.homepage-v2-category:focus-visible .homepage-v2-category-label {
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 20px rgba(140, 200, 255, .5);
}

.homepage-v2-browse-all {
    position: relative;
    width: max-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 17px auto 0;
    padding: 8px 2px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: color 240ms ease-out;
}

.homepage-v2-browse-all::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8cc8ff 20% 80%, transparent);
    opacity: .5;
    transform: scaleX(.42);
    transform-origin: center;
    transition: opacity 240ms ease-out, transform 240ms ease-out;
}

.homepage-v2-browse-all:hover,
.homepage-v2-browse-all:focus-visible {
    color: #fff;
}

.homepage-v2-browse-all:hover::after,
.homepage-v2-browse-all:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.homepage-v2-adam-cta:focus-visible,
.homepage-v2-category:focus-visible,
.homepage-v2-browse-all:focus-visible {
    outline: 2px solid #8cc8ff;
    outline-offset: 5px;
}

.homepage-v2-reveal-ready .homepage-v2-reveal-item {
    opacity: 0;
    transform: translateY(14px);
}

.homepage-v2-reveal-ready .homepage-v2-reveal-item.is-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 520ms ease, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

body.home-amcars .info-accordion-section {
    padding: clamp(12px, 1.4vw, 20px) 0 clamp(14px, 1.3vw, 20px);
    background: linear-gradient(180deg, rgba(5, 9, 24, .2), rgba(5, 9, 24, .76));
}

body.home-amcars .info-accordion-section .container {
    width: 94vw;
    max-width: 1580px;
    margin-inline: auto;
    padding-inline: clamp(12px, 1.4vw, 24px);
}

html body.home-amcars .info-accordion-section > .container {
    width: 94vw !important;
    max-width: 1580px !important;
}

.homepage-v2-control-heading {
    margin: 0 auto 10px;
    color: rgba(219, 232, 255, .68);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .22em;
    text-align: center;
    text-transform: uppercase;
}

body.home-amcars .info-accordion-section .info-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(94, 157, 255, .22);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(8, 17, 38, .58), rgba(4, 10, 25, .42));
    backdrop-filter: blur(6px);
    box-shadow: inset 0 1px 0 rgba(140, 200, 255, .11);
}

.info-card {
    position: relative;
    min-width: 0;
}

.info-card:not(:first-child)::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 18%;
    bottom: 18%;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(140, 200, 255, .2), transparent);
    pointer-events: none;
}

.info-card .info-toggle {
    position: relative;
    display: flex;
    width: 100%;
    padding: 30px 10px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 0;
    background: transparent;
    color: rgba(220, 233, 255, .78);
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    transition: color 240ms ease-out;
}

.info-toggle .info-shortcut-copy {
    position: relative;
    display: flex;
    min-width: 0;
    flex: 0 1 auto;
    align-items: center;
    flex-direction: column;
    gap: 0;
    text-align: center;
}

.info-toggle .info-shortcut-copy::after {
    content: "";
    position: absolute;
    right: 15%;
    bottom: -4px;
    left: 15%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8cc8ff 25% 75%, transparent);
    opacity: 0;
    transform: scaleX(.35);
    transform-origin: center;
    transition: opacity 240ms ease-out, transform 240ms ease-out;
}

.info-toggle .info-shortcut-copy strong {
    max-width: 190px;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.25;
    letter-spacing: -.025em;
}

.info-card-direct .info-shortcut-copy strong {
    max-width: 150px;
}

.info-toggle .info-shortcut-icon {
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #32a8ff;
    filter: drop-shadow(0 0 3px rgba(0, 178, 255, .22));
    opacity: .84;
    transition: color 240ms ease-out, filter 240ms ease-out, opacity 240ms ease-out;
}

.info-toggle .info-shortcut-icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.info-toggle .info-shortcut-icon svg {
    display: block;
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.info-toggle .info-shortcut-icon .icon-ring {
    opacity: .88;
    stroke-width: 1.45;
}

.info-toggle .info-expand-icon {
    display: inline-flex;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    color: rgba(140, 200, 255, .55);
    font-size: 16px;
    line-height: 1;
    transition: color 240ms ease-out, transform 240ms ease-out;
}

.info-toggle .info-expand-icon svg {
    display: block;
    width: 10px;
    height: 7px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.home-amcars .info-card:hover .info-toggle,
body.home-amcars .info-card:focus-within .info-toggle,
body.home-amcars .info-card.is-open .info-toggle {
    color: #fff;
}

body.home-amcars .info-card:hover .info-shortcut-copy::after,
body.home-amcars .info-card:focus-within .info-shortcut-copy::after,
body.home-amcars .info-card.is-open .info-shortcut-copy::after {
    opacity: .8;
    transform: scaleX(1);
}

body.home-amcars .info-card:hover .info-shortcut-icon,
body.home-amcars .info-card:focus-within .info-shortcut-icon,
body.home-amcars .info-card.is-open .info-shortcut-icon {
    color: #c9ecff;
    filter: drop-shadow(0 0 5px rgba(0, 178, 255, .42));
    opacity: 1;
}

body.home-amcars .info-card:hover .info-expand-icon,
body.home-amcars .info-card:focus-within .info-expand-icon,
body.home-amcars .info-card.is-open .info-expand-icon {
    color: #8cc8ff;
}

body.home-amcars .info-card.is-open .info-expand-icon {
    transform: rotate(180deg);
}

.info-direct-indicator {
    transform: none;
}

.info-toggle:focus-visible {
    outline: 0;
}

.info-body {
    display: block;
    padding: 0 14px 16px;
    color: #dbe8ff;
    font-size: 14px;
    line-height: 1.6;
}

.homepage-v2-info-enhanced .info-body { display: none; }

.homepage-v2-info-panel {
    margin-top: 14px;
    padding: 20px 4px 4px;
    border: 0;
    border-top: 1px solid rgba(140, 200, 255, .24);
    border-radius: 0;
    background: transparent;
    color: #dbe8ff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.homepage-v2-info-panel[hidden] { display: none; }

.homepage-v2-info-panel ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.homepage-v2-info-panel a {
    display: inline-flex;
    margin-top: 12px;
    border-bottom: 1px solid rgba(140, 200, 255, .65);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.homepage-v2-footer-bar {
    display: none;
    width: 94vw;
    max-width: 1580px;
    min-height: 72px;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    margin: 0 auto;
    padding: 10px clamp(12px, 1.4vw, 24px);
    color: rgba(255, 255, 255, .76);
}

.homepage-v2-footer-brand {
    display: inline-flex;
    align-items: center;
}

.homepage-v2-footer-brand img {
    display: block;
    width: 142px;
    height: auto;
}

.homepage-v2-footer-copyright {
    margin-right: auto;
    font-size: 13px;
    font-weight: 700;
}

.homepage-v2-footer-quick-links {
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.8vw, 24px);
}

.homepage-v2-footer-quick-links a {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.homepage-v2-footer-toggle {
    min-width: 84px;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
}

.homepage-v2-footer-chevron {
    display: inline-block;
    margin-left: 6px;
    font-size: 17px;
    transition: transform 240ms ease;
}

.homepage-v2-footer-shell.is-expanded .homepage-v2-footer-chevron {
    transform: rotate(180deg);
}

.homepage-v2-footer-quick-links a:focus-visible,
.homepage-v2-footer-brand:focus-visible,
.homepage-v2-footer-toggle:focus-visible {
    outline: 2px solid #8cc8ff;
    outline-offset: 4px;
}

body.home-amcars.homepage-v2-footer-enhanced .homepage-v2-footer-shell {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, #071022, #040814);
}

body.home-amcars.homepage-v2-footer-enhanced .homepage-v2-footer-bar {
    display: flex;
}

body.home-amcars.homepage-v2-footer-enhanced .homepage-v2-full-footer {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 520ms cubic-bezier(.22, 1, .36, 1), opacity 280ms ease, visibility 0s linear 520ms;
}

body.home-amcars.homepage-v2-footer-enhanced .homepage-v2-footer-shell.is-expanded .homepage-v2-full-footer {
    max-height: 1200px;
    visibility: visible;
    opacity: 1;
    transition: max-height 620ms cubic-bezier(.22, 1, .36, 1), opacity 320ms ease 80ms, visibility 0s;
}

@media (max-width: 1100px) {
    body.home-amcars .info-accordion-section .info-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 92%;
    }
    .info-card:not(:first-child)::before { content: none; }
    .info-card:nth-child(3n+2)::before,
    .info-card:nth-child(3n+3)::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 18%;
        bottom: 18%;
        left: 0;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(140, 200, 255, .2), transparent);
        pointer-events: none;
    }
    .info-card:nth-child(n+4)::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 12%;
        left: 12%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(140, 200, 255, .16), transparent);
        pointer-events: none;
    }
}

@media (max-width: 700px) {
    body.home-amcars .info-accordion-section .info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
    }
    .info-card:nth-child(3n+2)::before,
    .info-card:nth-child(3n+3)::before { content: none; }
    .info-card:nth-child(even)::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 18%;
        bottom: 18%;
        left: 0;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(140, 200, 255, .2), transparent);
        pointer-events: none;
    }
    .info-card:nth-child(n+4)::after { content: none; }
    .info-card:nth-child(n+3)::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 12%;
        left: 12%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(140, 200, 255, .16), transparent);
        pointer-events: none;
    }
    .homepage-v2-footer-bar { flex-wrap: wrap; gap: 8px 14px; padding-top: 14px; padding-bottom: 14px; }
    .homepage-v2-footer-brand img { width: 128px; }
    .homepage-v2-footer-copyright { margin-right: 0; }
    .homepage-v2-footer-quick-links { order: 3; width: calc(100% - 98px); justify-content: space-between; }
    .homepage-v2-footer-toggle { order: 4; margin-left: auto; }
}

@media (max-width: 480px) {
    body.home-amcars .info-accordion-section .info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .info-card .info-toggle { padding: 14px 4px; }
    .info-toggle .info-shortcut-icon { width: 40px; height: 40px; flex-basis: 40px; }
    .info-toggle .info-shortcut-icon svg { width: 38px; height: 38px; }
    .info-toggle strong { font-size: 14px; }
    .homepage-v2-footer-bar { width: calc(100% - 20px); }
    .homepage-v2-footer-copyright { font-size: 12px; }
}

@media (max-height: 720px) and (min-width: 901px) {
    .amcars-hero.homepage-v2-split { min-height: auto; height: auto; padding: 122px 0 16px; }
    .homepage-v2-intro { margin-bottom: 24px; }
    .homepage-v2-intro h1 { font-size: clamp(27px, 2.5vw, 36px); }
    .homepage-v2-adam .adam-orb { width: 270px; height: 270px; margin-bottom: 4px; }
    .homepage-v2-adam-copy > p:last-of-type { margin-bottom: 13px; }
    .homepage-v2-artwork { aspect-ratio: 16 / 7; }
    .homepage-v2-browse-all { margin-top: 14px; }
}

@media (max-width: 900px) {
    .amcars-hero.homepage-v2-split { min-height: auto; height: auto; padding: 152px 0 24px; }
    body.home-amcars .homepage-v2-split > .container {
        width: 100%;
        max-width: none;
        padding-right: 18px;
        padding-left: 18px;
    }
    body.home-amcars .info-accordion-section .container {
        width: 100%;
        max-width: none;
        padding-right: 18px;
        padding-left: 18px;
    }
    html body.home-amcars .info-accordion-section > .container {
        width: 100% !important;
        max-width: none !important;
    }
    .homepage-v2-intro { margin-bottom: 46px; }
    .homepage-v2-journeys { grid-template-columns: minmax(0, 1fr); gap: 62px; }
    .homepage-v2-journeys::after {
        top: auto;
        right: 15%;
        bottom: auto;
        left: 15%;
        width: auto;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(140, 200, 255, .22) 25% 75%, transparent);
    }
    .homepage-v2-adam { max-width: 680px; margin: 0 auto; }
    .homepage-v2-browse { width: 100%; max-width: 720px; margin: 0 auto; }
}

@media (max-width: 640px) {
    .amcars-hero.homepage-v2-split { min-height: auto; height: auto; padding: 144px 0 24px; }
    .homepage-v2-intro { margin-bottom: 38px; }
    .homepage-v2-intro h1 { font-size: clamp(30px, 8.5vw, 36px); }
    .homepage-v2-intro p { font-size: 16px; line-height: 1.45; }
    .homepage-v2-journeys { gap: 56px; }
    .homepage-v2-adam .adam-orb { width: 224px; height: 224px; margin-bottom: 12px; }
    .homepage-v2-adam .amcars-label { font-size: 27px; }
    .homepage-v2-adam-copy > p:last-of-type { margin: 0 auto 20px; font-size: 16px; }
    .homepage-v2-adam-cta { width: min(100%, 320px); min-height: 54px; }
    .homepage-v2-browse-heading { margin-bottom: 25px; }
    .homepage-v2-browse-heading h2 { font-size: 22px; }
    .homepage-v2-category-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-left: 0;
        padding: 5px 0 18px;
        overflow-x: visible;
    }
    .homepage-v2-category { grid-column: auto; min-width: 0; }
    .homepage-v2-artwork { aspect-ratio: 16 / 8; font-size: 10px; }
    .homepage-v2-category-label { font-size: 19px; opacity: 1; }
    .homepage-v2-browse-all { margin-top: 28px; font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .homepage-v2-category,
    .homepage-v2-artwork::before,
    .homepage-v2-artwork::after,
    .homepage-v2-artwork img,
    .homepage-v2-category-label,
    .homepage-v2-adam-cta,
    .homepage-v2-browse-all,
    .homepage-v2-browse-all::after,
    .info-card .info-toggle,
    .info-toggle .info-shortcut-copy::after,
    .info-toggle .info-shortcut-icon,
    .info-toggle .info-expand-icon,
    .homepage-v2-footer-chevron,
    body.home-amcars.homepage-v2-footer-enhanced .homepage-v2-full-footer { transition: none; }
    .homepage-v2-category:hover,
    .homepage-v2-category:focus-visible { transform: none; }
    .homepage-v2-reveal-ready .homepage-v2-reveal-item,
    .homepage-v2-reveal-ready .homepage-v2-reveal-item.is-revealed {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ==========================================================================
   AutoMatchSA Homepage V2 — production desktop recovery overrides
   Restores the approved wide composition while preserving existing mobile CSS.
   ========================================================================== */

@media (min-width: 901px) {
    body.home-amcars .homepage-v2-split > .container,
    body.home-amcars .info-accordion-section > .container,
    body.home-amcars .homepage-v2-footer-bar {
        width: min(94vw, 1580px) !important;
        max-width: 1580px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: clamp(12px, 1.4vw, 24px) !important;
        padding-left: clamp(12px, 1.4vw, 24px) !important;
        box-sizing: border-box;
    }

    .homepage-v2-intro {
        width: 100% !important;
        max-width: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }

    .homepage-v2-intro h1 {
        width: 100% !important;
        max-width: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }

    .homepage-v2-journeys {
        display: grid !important;
        grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
        gap: clamp(28px, 3.2vw, 56px) !important;
        width: 100% !important;
        max-width: none !important;
        align-items: center !important;
    }

    .homepage-v2-journeys::after {
        left: 42% !important;
    }

    .homepage-v2-browse {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    .homepage-v2-category-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-auto-flow: row !important;
        grid-auto-rows: 1fr !important;
        gap: clamp(18px, 1.8vw, 28px) clamp(18px, 2vw, 32px) !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .homepage-v2-category,
    .homepage-v2-category:nth-child(n) {
        grid-column: auto !important;
        grid-row: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        height: clamp(176px, 14vw, 218px) !important;
        display: grid !important;
        grid-template-rows: minmax(0, 1fr) auto auto !important;
        align-items: end !important;
    }

    .homepage-v2-artwork {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        margin: 0 0 10px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .homepage-v2-artwork img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 116% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }

    .homepage-v2-category-label,
    .homepage-v2-category-count {
        width: 100%;
        text-align: center;
    }

    .homepage-v2-category-label {
        opacity: .82;
    }

    body.home-amcars .info-accordion-section .info-grid {
        width: 100% !important;
        max-width: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .homepage-v2-journeys {
        grid-template-columns: minmax(0, 40fr) minmax(0, 60fr) !important;
        gap: 24px !important;
    }

    .homepage-v2-journeys::after {
        left: 40% !important;
    }

    .homepage-v2-category,
    .homepage-v2-category:nth-child(n) {
        height: 170px !important;
    }

    .homepage-v2-artwork img {
        max-width: 112% !important;
    }

    body.home-amcars .info-accordion-section .info-grid {
        width: 100% !important;
    }
}


/* Mobile body-shape tap refinement */
@media (hover: none) and (pointer: coarse) {
    .homepage-v2-category {
        -webkit-tap-highlight-color: transparent;
        background: transparent !important;
        box-shadow: none !important;
        outline: none;
    }

    .homepage-v2-category:active,
    .homepage-v2-category:focus,
    .homepage-v2-category:focus-visible {
        background: transparent !important;
        box-shadow: none !important;
        outline: none !important;
        transform: none !important;
    }

    .homepage-v2-category:active .homepage-v2-artwork img {
        transform: translateY(-2px) scale(1.015);
    }

    .homepage-v2-category:active .homepage-v2-category-label,
    .homepage-v2-category:active .homepage-v2-category-count {
        opacity: 1;
        filter: none;
    }
}
