/* Fleet hub + vehicle detail pages — lean brand overrides */

.fleet-banner.breadcumb-wrapper {
    background-image: var(--fleet-banner);
    background-size: cover;
    background-position: center;
}

.fleet-hub {
    background: #f6f5f3;
}

.fleet-hub__intro {
    margin-bottom: 2.5rem;
}

.fleet-hub__group {
    margin-bottom: 2.75rem;
}

.fleet-hub__group-title {
    margin: 0 0 1.15rem;
    font-family: Newsreader, Georgia, serif;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    color: #141416;
}

.fleet-hub__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fleet-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    color: inherit;
    box-shadow: 0 8px 24px rgba(20, 20, 22, 0.05);
}

.fleet-card__media-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.fleet-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 180px;
    padding: 1.25rem 1.5rem 0.5rem;
    background: linear-gradient(180deg, #f0eeea 0%, #fff 100%);
}

.fleet-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1;
    padding: 0.3rem 0.55rem;
    border-radius: 4px;
    background: #141416;
    color: #e8b46f;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}

.fleet-card__media img {
    max-width: 100%;
    height: auto;
    max-height: 160px;
    object-fit: contain;
}

.fleet-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.25rem 1.35rem;
    flex: 1;
}

.fleet-card__category {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--theme-color, #e8b46f);
}

.fleet-card__title {
    margin: 0;
    font-family: Newsreader, Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #141416;
}

.fleet-card__title a {
    color: inherit;
    text-decoration: none;
}

.fleet-card__title a:hover {
    color: var(--theme-color, #e8b46f);
}

.fleet-card__meta {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(20, 20, 22, 0.72);
    line-height: 1.4;
}

.fleet-card__best {
    margin: 0.15rem 0 0;
    font-size: 0.88rem;
    color: rgba(20, 20, 22, 0.62);
    line-height: 1.4;
}

.fleet-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.95rem;
}

.fleet-card__actions .vs-btn2 {
    flex: 1 1 auto;
    min-height: 42px;
    justify-content: center;
    text-align: center;
    font-size: 0.82rem;
    padding: 0.65rem 0.85rem;
}

.fleet-hub__note {
    margin: 0.5rem 0 0;
    text-align: center;
    color: rgba(20, 20, 22, 0.72);
    line-height: 1.55;
}

.fleet-hub__note a {
    font-weight: 600;
    color: var(--theme-color, #e8b46f);
    text-decoration: none;
}

.fleet-hub__note a:hover {
    color: #141416;
}

/* Detail page */

.fleet-detail__eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-color, #e8b46f);
}

.fleet-detail__intro {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(20, 20, 22, 0.82);
}

.fleet-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
}

.fleet-detail__actions .vs-btn2 {
    min-height: 44px;
}

.fleet-detail__gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.fleet-detail__gallery--interiors {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.fleet-detail__gallery-heading {
    margin: 1.5rem 0 0.5rem;
    font-family: Newsreader, Georgia, serif;
    font-size: 1.35rem;
    color: #141416;
}

.fleet-detail__figure {
    margin: 0;
    background: #f6f5f3;
    border-radius: 16px;
    overflow: hidden;
}

.fleet-detail__zoom {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.fleet-detail__figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    padding: 1rem;
    background: linear-gradient(180deg, #f0eeea 0%, #faf9f7 100%);
}

.fleet-detail__figure figcaption {
    padding: 0.65rem 1rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(20, 20, 22, 0.55);
}

.fleet-lightbox {
    padding: 0;
    border: 0;
    border-radius: 12px;
    max-width: min(96vw, 1100px);
    max-height: 92vh;
    background: #141416;
    color: #fff;
}

.fleet-lightbox::backdrop {
    background: rgba(20, 20, 22, 0.78);
}

.fleet-lightbox__close-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0.65rem 0.75rem 0;
}

.fleet-lightbox__close {
    min-height: 40px;
    padding: 0.35rem 0.75rem;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.fleet-lightbox__img {
    display: block;
    width: 100%;
    max-height: calc(92vh - 3.5rem);
    height: auto;
    object-fit: contain;
    padding: 0.5rem 0.75rem 0.9rem;
}

.fleet-detail__disclaimer {
    margin: 0 0 2rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(20, 20, 22, 0.58);
}

.fleet-detail__panel {
    padding: 1.5rem;
    background: #141416;
    border-radius: 18px;
    color: #fff;
    margin-bottom: 2rem;
}

.fleet-detail__panel-title {
    margin: 0 0 1.1rem;
    font-family: Newsreader, Georgia, serif;
    font-size: 1.45rem;
    color: #fff;
}

.fleet-detail__specs {
    margin: 0 0 1.35rem;
}

.fleet-detail__specs > div {
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fleet-detail__specs > div:last-child {
    border-bottom: 0;
}

.fleet-detail__specs dt {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.fleet-detail__specs dd {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.4;
    color: #fff;
}

.fleet-detail__features-title {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-color, #e8b46f);
}

.fleet-detail__features {
    margin: 0 0 1.35rem;
    padding: 0;
    list-style: none;
}

.fleet-detail__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

.fleet-detail__features i {
    margin-top: 0.2rem;
    color: var(--theme-color, #e8b46f);
    flex-shrink: 0;
}

.fleet-detail__panel-actions .vs-btn2 {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.fleet-detail__faqs {
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(20, 20, 22, 0.08);
}

.fleet-others {
    padding: 2.5rem 0;
    background: #141416;
}

.fleet-others__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.fleet-others__label {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fleet-others__all {
    color: var(--theme-color, #e8b46f);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
}

.fleet-others__all:hover {
    color: #fff;
}

.fleet-others__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fleet-others__list a {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
    min-height: 44px;
    transition: background 0.2s ease;
}

.fleet-others__list a:hover {
    background: var(--theme-color, #e8b46f);
    color: #141416;
}

.fleet-others__name {
    font-weight: 700;
    font-size: 0.95rem;
}

.fleet-others__meta {
    font-size: 0.78rem;
    opacity: 0.7;
}

.fleet-others__list a:hover .fleet-others__meta {
    opacity: 0.9;
}

@media (min-width: 576px) {
    .fleet-hub__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fleet-detail__gallery--interiors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fleet-others__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .fleet-hub__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fleet-others__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fleet-detail__panel {
        position: sticky;
        top: 100px;
    }
}

@media (max-width: 575px) {
    .fleet-detail__actions {
        flex-direction: column;
    }

    .fleet-detail__actions .vs-btn2 {
        width: 100%;
        text-align: center;
    }
}
