/* Mass Auto — dealership theme */

.auto-site {
    --auto-black: #0b0b0d;
    --auto-ink: #121210;
    --auto-panel: #1a1a16;
    --auto-gold: #c6b44e;
    --auto-gold-2: #e8df9c;
    --auto-paper: #f3efe3;
    --auto-card: #ffffff;
    --auto-line: rgba(198, 180, 78, 0.32);
    --auto-muted: #8a8476;
    --auto-text: #2a2720;
    --auto-silver: #cfc8bb;
    font-family: 'Outfit', 'Open Sans', sans-serif;
    color: var(--auto-text);
    background: var(--auto-paper);
}

.auto-site h1,
.auto-site h2,
.auto-site h3,
.auto-site .auto-menu,
.auto-site .auto-hero h1,
.auto-site .auto-section-head h2 {
    font-family: 'Barlow Condensed', 'Saira Condensed', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.auto-site a {
    color: var(--auto-ink);
}

.auto-site a:hover {
    color: var(--auto-gold);
    text-decoration: none;
}

.auto-site #page {
    overflow: visible;
    background: var(--auto-paper);
}

/* Header */
.auto-site header.auto-header {
    width: 100%;
    background: var(--auto-black);
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(198, 180, 78, 0.35);
}

.auto-site .auto-header .logo:before,
.auto-site .auto-header .logo {
    display: none;
}

.auto-topbar {
    background: #070708;
    border-bottom: 1px solid rgba(198, 180, 78, 0.18);
    color: #cfc8bb;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.auto-topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 54px;
}

.auto-topbar__hours,
.auto-topbar__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
}

.auto-topbar__hours {
    gap: 14px 18px;
}

.auto-topbar a {
    color: #cfc8bb;
}

.auto-topbar a:hover,
.auto-topbar i,
.auto-topbar__place {
    color: var(--auto-gold);
}

.auto-topbar__call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    border: 0;
    border-left: 1px solid rgba(198, 180, 78, 0.22);
    background: transparent;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
}

.auto-topbar__call:first-child {
    border-left: 0;
    padding-left: 0;
}

.auto-topbar__call i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(198, 180, 78, 0.45);
    background: rgba(198, 180, 78, 0.08);
    color: var(--auto-gold);
    font-size: 14px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.auto-topbar__call-meta {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.1;
}

.auto-topbar__call-meta em {
    color: rgba(207, 200, 187, 0.72);
    font-family: 'Outfit', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.auto-topbar__call-meta strong {
    color: var(--auto-gold-2);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.auto-topbar__call:hover {
    background: rgba(198, 180, 78, 0.06);
}

.auto-topbar__call:hover i {
    background: var(--auto-gold);
    border-color: var(--auto-gold);
    color: #111;
}

.auto-topbar__call:hover .auto-topbar__call-meta strong {
    color: #fff;
}

.auto-topbar__call--wa i {
    border-color: rgba(37, 211, 102, 0.45);
    background: rgba(37, 211, 102, 0.1);
    color: #25d366;
}

.auto-topbar__call--wa:hover i {
    background: #25d366;
    border-color: #25d366;
    color: #07140c;
}

.auto-header__bar > .container {
    display: flex;
    align-items: center;
    gap: 22px;
    height: 92px;
    min-height: 92px;
    overflow: hidden;
}

.auto-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    align-self: stretch;
    background: transparent;
    line-height: 0;
    padding: 0 20px 0 0;
    margin-right: 6px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.auto-logo img {
    display: block;
    height: 92px;
    width: auto;
    max-width: 360px;
    object-fit: contain;
}

.auto-nav {
    flex: 1 1 auto;
}

.auto-site .auto-header .mm-toggle-wrap {
    display: none;
}

.auto-site .auto-header .mm-toggle {
    background: transparent;
    color: var(--auto-gold);
    padding: 0;
    height: auto;
    line-height: 1;
}

.auto-site .auto-menu,
.auto-site #nav.auto-menu {
    display: flex;
    align-items: center;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.auto-site #nav.auto-menu > li {
    float: none;
}

.auto-site #nav.auto-menu > li > a,
.auto-site #nav.auto-menu > li > a > span {
    color: #f3eee4;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 84px;
    padding: 0 12px;
    white-space: nowrap;
}

.auto-site #nav.auto-menu > li:hover > a:after,
.auto-site #nav.auto-menu > li.active > a:after {
    display: none;
}

.auto-site #nav.auto-menu > li > a:hover > span,
.auto-site #nav.auto-menu > li.active > a > span {
    color: var(--auto-gold);
}

.auto-header-search {
    display: flex;
    align-items: center;
    width: 260px;
    height: 42px;
    border: 1px solid rgba(198, 180, 78, 0.35);
    background: #141410;
}

.auto-header-search input {
    flex: 1;
    height: 40px;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0 12px;
    font-size: 13px;
}

.auto-header-search input:focus {
    outline: none;
}

.auto-header-search button {
    width: 42px;
    height: 40px;
    border: 0;
    background: transparent;
    color: var(--auto-gold);
}

.auto-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 16px;
    background: var(--auto-gold);
    color: #111 !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.auto-header-cta:hover {
    background: var(--auto-gold-2);
    color: #111 !important;
}

/* Hero */
.auto-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: #0b0b0d;
    color: #fff;
}

.auto-hero__slides {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.auto-hero__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0b0b0d center 42% / cover no-repeat;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 1.05s ease;
}

.auto-hero__slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    animation: auto-hero-kenburns 8s ease-out forwards;
}

@keyframes auto-hero-kenburns {
    from { transform: scale(1.08); }
    to { transform: scale(1); }
}

.auto-hero__overlay {
    position: relative;
    z-index: 2;
    min-height: 620px;
    padding: 72px 0 56px;
    background:
        linear-gradient(90deg, rgba(8, 8, 10, 0.88) 0%, rgba(8, 8, 10, 0.48) 48%, rgba(8, 8, 10, 0.14) 100%),
        linear-gradient(180deg, rgba(8, 8, 10, 0.12) 0%, rgba(8, 8, 10, 0.46) 100%);
}

.auto-hero__mark {
    position: absolute;
    right: 40px;
    top: 36px;
    z-index: 3;
    height: 78px;
    width: auto;
    opacity: 0.28;
    pointer-events: none;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.auto-hero__nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.auto-hero__arrow {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid var(--auto-line);
    background: rgba(12, 12, 14, 0.55);
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.auto-hero__arrow:hover {
    background: var(--auto-gold);
    border-color: var(--auto-gold);
    color: #111;
}

.auto-hero__dots {
    display: flex;
    gap: 8px;
}

.auto-hero__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

.auto-hero__dot.is-active,
.auto-hero__dot:hover {
    background: var(--auto-gold);
}

.auto-hero__caption {
    position: absolute;
    right: 40px;
    bottom: 28px;
    display: inline-block;
    color: #e8e0d2 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.auto-hero__caption:hover {
    color: var(--auto-gold) !important;
}

@media (prefers-reduced-motion: reduce) {
    .auto-hero__slide,
    .auto-hero__slide.is-active {
        animation: none;
        transform: none;
        transition: opacity 0.4s ease;
    }
}

.auto-hero__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--auto-gold);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.auto-hero h1 {
    max-width: 720px;
    margin: 0 0 12px;
    color: #111;
    font-size: 64px;
    font-weight: 800;
    line-height: 0.95;
}

.auto-hero h1 span {
    background: #fbe122;
    padding: 0.08em 0.2em;
    margin: 0 -0.2em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.auto-hero__lead {
    max-width: 540px;
    margin: 0 0 28px;
    color: #d7d1c6;
    font-size: 18px;
    line-height: 1.55;
}

.auto-hero-search {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 10px;
    max-width: 1120px;
    padding: 14px;
    background: rgba(12, 12, 14, 0.82);
    border: 1px solid var(--auto-line);
    backdrop-filter: blur(8px);
}

.auto-hero-search__field label {
    display: block;
    margin-bottom: 6px;
    color: var(--auto-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.auto-hero-search__field select {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #141410;
    color: #fff;
    font-size: 14px;
}

.auto-hero-search__submit {
    align-self: end;
    height: 46px;
    padding: 0 22px;
    border: 0;
    background: var(--auto-gold);
    color: #111;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.auto-hero-search__submit:hover {
    background: var(--auto-gold-2);
}

.auto-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    margin-top: 36px;
}

.auto-stats div {
    min-width: 110px;
}

.auto-stats strong {
    display: block;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.auto-stats span {
    color: #b7b0a4;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Makes strip */
.auto-makes {
    padding: 36px 0;
    background: var(--auto-ink);
    border-top: 1px solid var(--auto-line);
    border-bottom: 1px solid var(--auto-line);
}

.auto-makes .auto-section-head h2 {
    color: #fff;
    margin: 0 0 16px;
    font-size: 28px;
}

.auto-makes__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.auto-makes form {
    margin: 0;
    flex: 1 1 104px;
    min-width: 96px;
    max-width: 148px;
}

.auto-makes button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 112px;
    height: auto;
    padding: 14px 10px 12px;
    border: 1px solid rgba(198, 180, 78, 0.28);
    background: transparent;
    color: #f3eee4;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.auto-makes button:hover {
    background: var(--auto-gold);
    color: #111;
    border-color: var(--auto-gold);
}

.auto-makes__logo {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 0 8px;
    object-fit: contain;
    pointer-events: none;
    filter: brightness(0) invert(1);
}

.auto-makes button:hover .auto-makes__logo {
    filter: brightness(0);
}

.auto-makes__name {
    display: block;
    line-height: 1.15;
    text-align: center;
}

.auto-makes button small {
    display: block;
    margin-top: 3px;
    color: inherit;
    opacity: 0.72;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Section headings */
.auto-section-head {
    margin: 0 0 22px;
}

.auto-section-head span {
    display: block;
    margin-bottom: 4px;
    color: var(--auto-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.auto-section-head h2 {
    margin: 0;
    color: var(--auto-ink);
    font-size: 38px;
    font-weight: 700;
}

.auto-section-head--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px 28px;
    margin-bottom: 26px;
}

.auto-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px 18px;
    padding-bottom: 4px;
}

.auto-toolbar__views {
    display: inline-flex;
    border: 1px solid var(--auto-line);
    background: #fff;
}

.auto-toolbar__views a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--auto-muted);
    font-size: 15px;
}

.auto-toolbar__views a + a {
    border-left: 1px solid var(--auto-line);
}

.auto-toolbar__views a:hover {
    color: var(--auto-ink);
}

.auto-toolbar__views a.is-active {
    background: var(--auto-ink);
    color: var(--auto-gold);
}

.auto-toolbar__meta {
    margin: 0;
    color: var(--auto-muted);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.auto-toolbar__pager {
    display: inline-flex;
    gap: 6px;
}

.auto-toolbar__pager a,
.auto-toolbar__pager span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--auto-line);
    background: #fff;
    color: var(--auto-ink);
    font-size: 18px;
}

.auto-toolbar__pager a:hover {
    background: var(--auto-ink);
    border-color: var(--auto-ink);
    color: var(--auto-gold);
}

.auto-toolbar__pager span.is-disabled {
    opacity: 0.32;
    cursor: default;
}

.auto-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 4px;
}

.auto-pager a,
.auto-pager__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--auto-line);
    background: #fff;
    color: var(--auto-ink);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auto-pager a:hover {
    background: var(--auto-ink);
    border-color: var(--auto-ink);
    color: var(--auto-gold);
}

.auto-pager__status {
    border-color: transparent;
    background: transparent;
    color: var(--auto-muted);
    letter-spacing: 0.1em;
}

/* Inventory on dealer pages */
.auto-site .inventory-layout {
    padding: 48px 0 24px;
    background:
        radial-gradient(circle at top left, rgba(198, 180, 78, 0.12), transparent 30%),
        var(--auto-paper);
}

.auto-site .inventory-layout .pro-coloumn {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.auto-site .inventory-layout .toolbar {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 18px;
    margin: 0 0 8px;
}

.auto-site .inventory-layout .pagination > li > a:hover,
.auto-site .inventory-layout .toolbar span.button-active.button-grid,
.auto-site .inventory-layout .toolbar span.button-active.button-list {
    background: var(--auto-ink);
    color: var(--auto-gold);
}

.auto-site .inventory-layout .products-grid .item {
    display: flex;
}

.auto-site .inventory-layout .products-grid .item .item-inner,
.auto-site .inventory-layout .vehicle-card,
.auto-site .inventory-layout .products-list .item,
.auto-site .inventory-layout .products-list .item.first {
    position: relative;
    overflow: hidden;
    background: var(--auto-card);
    border: 1px solid rgba(198, 180, 78, 0.22);
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.auto-site .inventory-layout .products-grid .item .item-inner,
.auto-site .inventory-layout .products-grid .vehicle-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.auto-site .inventory-layout .products-grid .item .item-inner:hover,
.auto-site .inventory-layout .vehicle-card:hover,
.auto-site .inventory-layout .products-list .item:hover {
    transform: none;
    border-color: var(--auto-gold);
    box-shadow: none;
    background: #f8f1e4;
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-img .item-img-info {
    aspect-ratio: 4 / 3;
    background: #e6dcc8;
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-img img {
    object-fit: cover;
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-img img.is-placeholder,
.auto-site .inventory-layout .products-list .product-image img.is-placeholder {
    object-fit: cover;
    background: #141410;
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-info {
    position: static;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: left;
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-info .info-inner,
.auto-site .inventory-layout .products-grid .item:hover .item-inner .item-info .info-inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px 16px 18px;
    background: transparent;
    opacity: 1;
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-info .info-inner .item-title,
.auto-site .inventory-layout .products-list .product-name {
    margin: 0 0 4px;
    padding: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.15;
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-info .info-inner .item-title a,
.auto-site .inventory-layout .products-list .product-name a,
.auto-site .inventory-layout .products-grid .item:hover .item-inner .item-info .info-inner .item-title a {
    color: var(--auto-ink);
}

.auto-site .inventory-layout .products-grid .item .item-inner .item-info .info-inner .item-title a:hover,
.auto-site .inventory-layout .products-list .product-name a:hover {
    color: var(--auto-gold);
}

.auto-site .inventory-layout .vehicle-stock {
    display: block;
    margin: 0 0 12px;
    color: var(--auto-gold);
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.auto-site .inventory-layout .other-info,
.auto-site .inventory-layout .products-list .actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    margin: 0;
    padding: 10px 0 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(198, 180, 78, 0.32);
}

.auto-site .inventory-layout .col-km,
.auto-site .inventory-layout .col-engine,
.auto-site .inventory-layout .col-date,
.auto-site .inventory-layout .products-list .actions .col-km,
.auto-site .inventory-layout .products-list .actions .col-engine,
.auto-site .inventory-layout .products-list .actions .col-date {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 1 auto;
    min-width: 0;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--auto-muted);
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: nowrap;
}

.auto-site .inventory-layout .other-info i,
.auto-site .inventory-layout .col-km i,
.auto-site .inventory-layout .col-engine i,
.auto-site .inventory-layout .col-date i {
    display: inline-block;
    flex-shrink: 0;
    margin: 0 5px 0 0;
    color: var(--auto-gold);
}

.auto-site .inventory-layout .products-grid .auto-card-link {
    margin-top: auto;
    padding-top: 12px;
}

.auto-site .inventory-layout .auto-card-link:hover {
    color: var(--auto-ink) !important;
}

.auto-site .inventory-layout .new-label,
.auto-site .inventory-layout .sale-label {
    top: 0;
    height: auto;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.auto-site .inventory-layout .new-label {
    left: 0;
    background: #9b1c1c;
    color: #fff;
}

.auto-site .inventory-layout .sale-label {
    right: 0;
    background: var(--auto-gold);
    color: #111;
    border: 0;
}

.auto-site .inventory-layout .sold_out {
    background: #9b1c1c;
    border-top: 1px solid rgba(232, 223, 156, 0.45);
    border-bottom: 1px solid rgba(232, 223, 156, 0.45);
    color: #fff !important;
}

.auto-site .inventory-layout .empty-state {
    border: 1px solid rgba(198, 180, 78, 0.38);
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.auto-site .inventory-layout .empty-state h2 {
    color: var(--auto-ink);
}

.auto-site .inventory-layout .products-list .product-image {
    background: #e6dcc8;
}

.auto-site .inventory-layout .products-list .product-shop {
    padding: 22px 24px;
}

.auto-site .inventory-layout .products-list .product-name a {
    font-size: 28px;
}

.auto-inventory-full .col-main,
.auto-inventory-full .col-sm-9,
.auto-inventory-full .col-sm-push-3 {
    width: 100%;
    left: auto;
    right: auto;
    float: none;
    padding: 0;
}

.auto-site .inventory-layout .products-grid {
    display: flex;
    flex-wrap: wrap;
}

.auto-site .inventory-layout.auto-inventory-full .products-grid .item {
    width: 25%;
    float: none;
    box-sizing: border-box;
}

.auto-card-link {
    display: inline-block;
    margin-top: 14px;
    color: var(--auto-gold) !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.auto-card-link:after {
    content: " \2192";
}

.auto-card-link:hover {
    color: var(--auto-ink) !important;
}

/* Why us + visit */
.auto-why {
    padding: 64px 0;
    background: var(--auto-ink);
    color: #d7d1c6;
}

.auto-why .auto-section-head h2 {
    color: #fff;
}

.auto-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.auto-why__card {
    padding: 28px 24px;
    border: 1px solid rgba(198, 180, 78, 0.2);
    background: rgba(255, 255, 255, 0.02);
}

.auto-why__card i {
    margin-bottom: 16px;
    color: var(--auto-gold);
    font-size: 28px;
}

.auto-why__card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
}

.auto-visit {
    padding: 56px 0;
    background: var(--auto-black);
    color: #d7d1c6;
}

.auto-visit .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.auto-visit h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 36px;
}

.auto-visit a.auto-header-cta {
    flex: 0 0 auto;
}

/* Search results banner */
.auto-page-banner {
    position: relative;
    overflow: hidden;
    padding: 42px 0 28px;
    background: #0b0b0d;
    color: #fff;
}

.auto-page-banner__photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0b0b0d center 40% / cover no-repeat;
}

.auto-page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(11, 11, 13, 0.84), rgba(11, 11, 13, 0.42));
    pointer-events: none;
}

.auto-page-banner .container {
    position: relative;
    z-index: 1;
}

.auto-page-banner h1 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 42px;
}

.auto-page-banner p {
    margin: 0;
    color: #d7d1c6;
}

.auto-site .inventory-layout.auto-search-results {
    padding-top: 28px;
}

.auto-search-layout {
    display: grid;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.auto-search-sidebar,
.auto-search-results__main {
    min-width: 0;
}

.auto-search-results__main .auto-section-head--row {
    margin-bottom: 18px;
}

.auto-site .inventory-layout.auto-search-results .products-grid .item {
    width: 33.333%;
    float: none;
    box-sizing: border-box;
}

.auto-site .inventory-layout.auto-search-results .empty-state {
    padding: 56px 28px;
}

.auto-site .inventory-layout.auto-search-results .empty-state .auto-card-link {
    margin-top: 18px;
}

/* Filter retint */
.auto-site .vehicle-filter__panel,
.auto-site .sidebar .section-filter.vehicle-filter .b-filter__inner {
    background: var(--auto-ink);
    border-radius: 0;
}

.auto-site .vehicle-filter__eyebrow,
.auto-site .vehicle-field__control i {
    color: var(--auto-gold);
}

.auto-site .vehicle-filter .btn,
.auto-site .sidebar .section-filter.vehicle-filter .b-filter__btns .btn {
    background: var(--auto-gold);
    border-radius: 0;
    color: #111;
    font-family: 'Barlow Condensed', sans-serif;
}

.auto-site .vehicle-filter select {
    border-radius: 0;
}

/* Vehicle details */
.auto-details-banner {
    padding-bottom: 36px;
}

.auto-details-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #b7b0a4;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.auto-details-crumbs a,
.auto-details-crumbs strong {
    color: #f3eee4;
}

.auto-details-crumbs a:hover {
    color: var(--auto-gold);
}

.auto-details-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.auto-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    background: rgba(198, 180, 78, 0.16);
    color: var(--auto-gold-2);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auto-badge--sold {
    background: #9b1c1c;
    color: #fff;
}

.auto-badge--special {
    background: var(--auto-gold);
    color: #111;
}

.auto-badge--transit {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.auto-details {
    padding: 36px 0 48px;
}

.auto-details__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 28px;
}

.auto-gallery {
    min-width: 0;
}

.auto-gallery__frame {
    position: relative;
    background: #0b0b0d;
}

.auto-gallery__stage {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #0b0b0d;
    cursor: zoom-in;
    overflow: hidden;
}

.auto-gallery__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    padding: 0;
    border: 0;
    background: rgba(11, 11, 13, 0.78);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.auto-gallery__nav:hover {
    background: var(--auto-gold);
    color: #111;
}

.auto-gallery__nav--prev {
    left: 12px;
}

.auto-gallery__nav--next {
    right: 12px;
}

.auto-gallery__stage .sold_out {
    position: absolute;
    top: 22px;
    left: -42px;
    z-index: 4;
    width: 170px;
    padding: 8px 0 7px;
    background: #7a1515;
    border-top: 1px solid rgba(232, 223, 156, 0.45);
    border-bottom: 1px solid rgba(232, 223, 156, 0.45);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-45deg);
    pointer-events: none;
}

.auto-gallery__stage img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #0b0b0d;
}

.auto-gallery__stage.is-placeholder {
    cursor: default;
    background: #141410;
}

.auto-gallery__stage img.is-placeholder {
    object-fit: cover;
}

.auto-gallery__soon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 12px;
    background: rgba(11, 11, 13, 0.82);
    color: var(--auto-gold-2);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    pointer-events: none;
}

.auto-gallery__count {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 12px;
    border: 0;
    background: rgba(11, 11, 13, 0.82);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: zoom-in;
}

.auto-gallery__count em {
    font-style: normal;
}

.auto-gallery__thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-top: 8px;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.auto-gallery__thumbs button {
    flex: 0 0 96px;
    display: block;
    width: 96px;
    padding: 0;
    border: 2px solid transparent;
    background: #111;
    scroll-snap-align: start;
}

.auto-gallery__thumbs button.is-active,
.auto-gallery__thumbs button:hover {
    border-color: var(--auto-gold);
}

.auto-gallery__thumbs img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.auto-gallery__popup {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

body.auto-lightbox-open {
    overflow: hidden;
}

.auto-lightbox {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: none;
    flex-direction: column;
    background: rgba(7, 7, 8, 0.97);
    color: #fff;
}

.auto-lightbox.is-open {
    display: flex;
}

.auto-lightbox[hidden] {
    display: none !important;
}

.auto-lightbox__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 64px;
    padding: 10px 22px;
    border-bottom: 1px solid rgba(198, 180, 78, 0.18);
}

.auto-lightbox__top span {
    display: block;
    color: var(--auto-gold);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.auto-lightbox__top strong {
    display: block;
    margin-top: 2px;
    color: #cfc8bb;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auto-lightbox__tools {
    display: flex;
    gap: 8px;
}

.auto-lightbox__zoom,
.auto-lightbox__close,
.auto-lightbox__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(198, 180, 78, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
}

.auto-lightbox__zoom,
.auto-lightbox__close {
    width: 42px;
    height: 42px;
    font-size: 16px;
}

.auto-lightbox__zoom:hover,
.auto-lightbox__close:hover,
.auto-lightbox__nav:hover {
    background: var(--auto-gold);
    border-color: var(--auto-gold);
    color: #111;
}

.auto-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 52px;
    height: 72px;
    margin-top: -56px;
    font-size: 22px;
}

.auto-lightbox__nav--prev {
    left: 16px;
}

.auto-lightbox__nav--next {
    right: 16px;
}

.auto-lightbox__canvas {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 0;
    padding: 12px 80px;
    cursor: zoom-in;
}

.auto-lightbox.is-zoomed .auto-lightbox__canvas {
    display: block;
    overflow: auto;
    cursor: zoom-out;
}

.auto-lightbox__canvas img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 180px);
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.auto-lightbox.is-zoomed .auto-lightbox__canvas img {
    max-width: none;
    max-height: none;
    width: 160%;
    margin: 24px auto;
}

.auto-lightbox__thumbs {
    display: flex;
    justify-content: center;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 20px 16px;
    border-top: 1px solid rgba(198, 180, 78, 0.14);
    background: #070708;
}

.auto-lightbox__thumbs button {
    flex: 0 0 78px;
    width: 78px;
    padding: 0;
    border: 2px solid transparent;
    background: #111;
}

.auto-lightbox__thumbs button.is-active,
.auto-lightbox__thumbs button:hover {
    border-color: var(--auto-gold);
}

.auto-lightbox__thumbs img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media (max-width: 767px) {
    .auto-lightbox__canvas {
        padding: 10px 12px 72px;
    }

    .auto-lightbox__nav {
        top: auto;
        bottom: 92px;
        margin-top: 0;
        width: 44px;
        height: 44px;
    }

    .auto-lightbox.is-zoomed .auto-lightbox__canvas img {
        width: 220%;
    }
}

.auto-details__aside {
    position: sticky;
    top: 112px;
}

.auto-enquire {
    background: #fff;
    border-top: 3px solid var(--auto-gold);
    box-shadow: 0 12px 30px rgba(20, 20, 22, 0.06);
    padding: 24px 22px 22px;
}

.auto-enquire__head span {
    display: block;
    margin-bottom: 6px;
    color: var(--auto-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.auto-enquire__head h2 {
    margin: 0 0 6px;
    color: var(--auto-ink);
    font-size: 32px;
    line-height: 0.95;
}

.auto-enquire__head p {
    margin: 0 0 18px;
    color: var(--auto-muted);
    font-size: 14px;
}

.auto-key-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0 0 20px;
}

.auto-key-specs--stack {
    grid-template-columns: 1fr 1fr;
}

.auto-key-specs div {
    padding: 12px 10px;
    background: var(--auto-paper);
    border: 1px solid rgba(20, 20, 22, 0.06);
    text-align: center;
}

.auto-key-specs span {
    display: block;
    margin-bottom: 4px;
    color: var(--auto-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auto-key-specs strong {
    color: var(--auto-ink);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.auto-enquire__actions {
    display: grid;
    gap: 10px;
}

.auto-enquire__whatsapp,
.auto-enquire__call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auto-enquire__whatsapp {
    background: #128c7e;
    color: #fff !important;
}

.auto-enquire__whatsapp:hover {
    background: #0e7368;
    color: #fff !important;
}

.auto-enquire__call {
    border: 1px solid var(--auto-ink);
    background: var(--auto-ink);
    color: #fff !important;
}

.auto-enquire__call:hover {
    background: #000;
    color: var(--auto-gold) !important;
}

.auto-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #eeeae3;
}

.auto-share span {
    color: var(--auto-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auto-share__links {
    display: flex;
    gap: 8px;
}

.auto-share__links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(198, 180, 78, 0.3);
    color: var(--auto-ink);
}

.auto-share__links a:hover {
    background: var(--auto-ink);
    border-color: var(--auto-ink);
    color: var(--auto-gold);
}

.auto-details__panel {
    margin-bottom: 22px;
    padding: 28px 26px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 20, 22, 0.05);
}

.auto-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #eeeae3;
    border: 1px solid #eeeae3;
}

.auto-spec-grid__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    background: #fff;
}

.auto-spec-grid__item span {
    color: var(--auto-muted);
    font-size: 13px;
    font-weight: 600;
}

.auto-spec-grid__item strong {
    color: var(--auto-ink);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.auto-feature-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.auto-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 14px;
    background: var(--auto-paper);
}

.auto-feature i {
    width: 22px;
    color: var(--auto-gold);
    text-align: center;
}

.auto-feature.is-off i {
    color: #b7b0a4;
}

.auto-feature span {
    flex: 1;
    color: var(--auto-ink);
    font-weight: 600;
}

.auto-feature strong {
    color: var(--auto-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auto-details__overview {
    max-width: 760px;
    color: var(--auto-text);
    font-size: 16px;
    line-height: 1.7;
}

.auto-details-related {
    padding-top: 8px;
    padding-bottom: 56px;
}

.auto-site .inventory-layout.auto-details-related .products-grid .item {
    width: 25%;
    float: none;
    box-sizing: border-box;
}

/* About */
.auto-about-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 88px;
    background:
        linear-gradient(180deg, rgba(198, 180, 78, 0.08), transparent 42%),
        #0b0b0d;
    color: #fff;
}

.auto-about-hero:before {
    content: "";
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: 320px;
    height: 110px;
    background: url('../images/logo-clear.png') no-repeat right center;
    background-size: contain;
    opacity: 0.16;
    pointer-events: none;
}

.auto-about-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 40px 72px;
    align-items: end;
}

.auto-about-hero h1 {
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: 84px;
    line-height: 0.92;
}

.auto-about-hero p {
    max-width: 420px;
    margin: 0;
    padding-bottom: 10px;
    border-left: 2px solid var(--auto-gold);
    padding-left: 22px;
    color: #d7d1c6;
    font-size: 18px;
    line-height: 1.7;
}

.auto-about {
    padding: 72px 0;
}

.auto-about__story {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 28px;
    border-left: 3px solid var(--auto-gold);
    font-size: 20px;
    line-height: 1.8;
}

.auto-about__story p {
    margin: 0;
}

.auto-about-pillars {
    padding: 72px 0;
    background: var(--auto-ink);
    color: #d7d1c6;
}

.auto-about__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.auto-about__card {
    padding: 8px 48px 8px 0;
}

.auto-about__card + .auto-about__card {
    padding: 8px 0 8px 48px;
    border-left: 1px solid rgba(198, 180, 78, 0.22);
}

.auto-about__card span {
    display: block;
    margin-bottom: 18px;
    color: var(--auto-gold);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.22em;
}

.auto-about__card h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 40px;
}

.auto-about__card p {
    margin: 0;
    max-width: 460px;
    font-size: 16px;
    line-height: 1.75;
}

.auto-about-find {
    position: relative;
    min-height: 560px;
    background: #141410;
}

.auto-about-find__map,
.auto-about-find__map #googleMap {
    min-height: 560px;
    height: 560px;
    width: 100%;
    border: 0;
    background: #141410;
}

.auto-about-find__panel {
    position: absolute;
    top: 48px;
    left: max(24px, calc((100% - 1170px) / 2));
    width: min(360px, calc(100% - 48px));
    background: #fff;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.auto-about__contact {
    padding: 28px 32px;
}

.auto-about__contact + .auto-about__contact {
    border-top: 1px solid rgba(20, 20, 22, 0.08);
}

.auto-about__contact h2 {
    margin: 0 0 12px;
    font-size: 28px;
}

.auto-about__contact p {
    margin: 0;
    line-height: 1.8;
}

.auto-about__contact a {
    color: var(--auto-text);
}

.auto-about__contact a:hover,
.auto-about__contact i {
    color: var(--auto-gold);
}

/* Footer */
.auto-footer {
    background: #070708;
    color: #b7b0a4;
}

.auto-footer__main {
    padding: 48px 0 36px;
}

.auto-footer__logo {
    display: inline-block;
    line-height: 0;
    margin-bottom: 18px;
}

.auto-footer__logo:hover {
    opacity: 0.88;
}

.auto-footer__brand img {
    display: block;
    height: 64px;
    width: auto;
}

.auto-footer h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 20px;
}

.auto-footer p,
.auto-footer li,
.auto-footer a {
    color: #b7b0a4;
}

.auto-footer a:hover {
    color: var(--auto-gold);
}

.auto-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.auto-footer li {
    margin-bottom: 8px;
}

.auto-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.auto-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(198, 180, 78, 0.3);
    color: var(--auto-gold);
}

.auto-footer__bottom {
    border-top: 1px solid rgba(198, 180, 78, 0.16);
    padding: 16px 0;
    font-size: 13px;
}

.auto-footer__bottom .container {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.auto-footer__bottom a {
    color: var(--auto-gold);
}

/* Mobile menu tint */
.auto-site #mobile-menu {
    background: #0b0b0d;
}

.auto-site .mobile-menu .mm-search {
    background: var(--auto-gold);
}

@media (max-width: 1199px) {
    .auto-site .inventory-layout.auto-inventory-full .products-grid .item,
    .auto-site .inventory-layout.auto-details-related .products-grid .item {
        width: 33.333%;
    }

    .auto-site .inventory-layout.auto-search-results .products-grid .item {
        width: 50%;
    }

    .auto-hero h1 {
        font-size: 52px;
    }

    .auto-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .auto-topbar {
        display: none;
    }

    .auto-header-search {
        display: none;
    }

    .auto-header-cta {
        display: none;
    }

    .auto-site .auto-header .mm-toggle-wrap {
        display: block;
        float: none;
        margin: 0;
    }

    .auto-site .auto-header .mm-toggle {
        background: transparent;
        color: var(--auto-gold);
        padding: 0;
    }

    .auto-header__bar > .container {
        height: 72px;
        min-height: 72px;
    }

    .auto-hero-search {
        grid-template-columns: 1fr 1fr;
    }

    .auto-hero-search__submit {
        grid-column: 1 / -1;
    }

    .auto-why__grid,
    .auto-about__cards,
    .auto-about-hero__grid {
        grid-template-columns: 1fr;
    }

    .auto-about-hero {
        padding: 64px 0 56px;
    }

    .auto-about-hero:before {
        width: 200px;
        height: 70px;
        right: 16px;
        bottom: 16px;
        opacity: 0.12;
    }

    .auto-about-hero p {
        max-width: none;
        padding-bottom: 0;
    }

    .auto-about__card,
    .auto-about__card + .auto-about__card {
        padding: 0 0 28px;
        border-left: 0;
    }

    .auto-about__card + .auto-about__card {
        padding-top: 28px;
        border-top: 1px solid rgba(198, 180, 78, 0.22);
    }

    .auto-about-find {
        min-height: 0;
    }

    .auto-about-find__map,
    .auto-about-find__map #googleMap {
        min-height: 320px;
        height: 320px;
    }

    .auto-about-find__panel {
        position: static;
        width: 100%;
        left: auto;
        top: auto;
    }

    .auto-visit .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .auto-site .inventory-layout.auto-inventory-full .products-grid .item {
        width: 50%;
    }

    .auto-search-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .auto-details__layout {
        grid-template-columns: 1fr;
    }

    .auto-details__aside {
        position: static;
    }

    .auto-site .inventory-layout.auto-details-related .products-grid .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .auto-makes form {
        flex: 1 1 calc(33.333% - 8px);
        min-width: 88px;
        max-width: none;
    }

    .auto-makes button {
        min-height: 100px;
        padding: 12px 6px 10px;
        font-size: 13px;
    }

    .auto-makes__logo {
        width: 30px;
        height: 30px;
        margin-bottom: 6px;
    }

    .auto-section-head--row {
        flex-direction: column;
        align-items: flex-start;
    }

    .auto-toolbar {
        width: 100%;
        justify-content: space-between;
    }

    .auto-toolbar__meta {
        width: 100%;
        order: -1;
    }

    .auto-key-specs,
    .auto-key-specs--stack,
    .auto-spec-grid,
    .auto-feature-list {
        grid-template-columns: 1fr 1fr;
    }

    .auto-details__panel {
        padding: 22px 16px;
    }

    .auto-site .inventory-layout.auto-inventory-full .products-grid .item,
    .auto-site .inventory-layout .products-grid .item,
    .auto-site .inventory-layout.auto-search-results .products-grid .item,
    .auto-site .inventory-layout.auto-details-related .products-grid .item {
        width: 100%;
    }

    .auto-hero,
    .auto-hero__overlay {
        min-height: 0;
    }

    .auto-hero__slide.is-active {
        animation: none;
        transform: scale(1);
    }

    .auto-hero__caption {
        position: static;
        display: block;
        margin-top: 18px;
        right: auto;
        bottom: auto;
    }

    .auto-hero__overlay {
        padding: 40px 0 32px;
    }

    .auto-hero h1 {
        font-size: 38px;
    }

    .auto-about-hero h1 {
        font-size: 48px;
    }

    .auto-about__story {
        font-size: 17px;
        padding-left: 18px;
    }

    .auto-about__card h2 {
        font-size: 32px;
    }

    .auto-hero-search {
        grid-template-columns: 1fr;
    }

    .auto-logo {
        padding-right: 12px;
        margin-right: 0;
        border-right: 0;
    }

    .auto-logo img {
        height: 72px;
        max-width: 240px;
    }

    .auto-hero__mark {
        height: 44px;
        right: 16px;
        top: 16px;
        opacity: 0.2;
    }

    .auto-footer__bottom .container {
        flex-direction: column;
    }
}
