/* ============================================================
   Index Page — Extracted Styles
   Matches five-gloves.com aesthetic: Brockmann headings,
   Barlow body, uppercase with tight tracking, clean sections.
   ============================================================ */

/* ── Slider Fixed Heights (video + banner) ───────────────── */

.slider-two .swiper-slide {
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.slider-two .auto-container {
    width: 100%;
}

@media (max-width: 1200px) {
    .slider-two .swiper-slide {
        height: 580px;
    }
}

@media (max-width: 991px) {
    .slider-two .swiper-slide {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .slider-two .swiper-slide {
        height: 380px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .slider-two .swiper-slide {
        height: 300px;
    }
}

/* ── Video Slide ─────────────────────────────────────────── */

.video-slide {
    position: relative;
    overflow: hidden;
}

.video-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.video-slide .auto-container {
    position: relative;
    z-index: 2;
}

/* ── Products Section ────────────────────────────────────── */

.shop-one.style-two .sec-title.centered {
    display: block;
}

.product-sku {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.shop-one.vlog-two .shop-block_one h4 {
    color: #fff;
    font-family: "Brockmann", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.18s;
}

.vlog-two--white {
    background-color: #fff !important;
}
.vlog-two--white .shop-block_one h4,
.vlog-two--white .shop-block_one h4 a {
    color: #1a1a1a !important;
    font-family: "Brockmann", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.18s;
}
.vlog-two--white .shop-block_one h4 a:hover {
    color: #e8232a !important;
}
.vlog-two--white .swiper-pagination-bullet {
    background-color: #ccc;
}
.vlog-two--white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e8232a;
}

/* ── Compliance / Material Guide ─────────────────────────── */

.compliance-section {
    padding: 0 0 40px;
    background: #f8f8f8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.material-guide-header {
    position: relative;
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
}

.material-guide-text {
    display: block;
    font-family: "Brockmann", sans-serif;
    font-size: clamp(52px, 9vw, 110px);
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
}

/* ── Shared Swiper Nav Button ────────────────────────────── */

.swiper-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s;
}

.swiper-nav-btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.swiper-nav-btn i {
    color: #555;
    font-size: 14px;
}

/* ── Compliance Swiper ───────────────────────────────────── */

.compliance-swiper {
    position: relative;
}

.compliance-swiper .swiper-wrapper {
    align-items: center;
}

.compliance-logo-img {
    height: 360px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .compliance-logo-img {
        height: 260px;
        object-fit: cover;
    }
    .material-guide-text {
        font-size: clamp(28px, 7vw, 48px);
    }
}

.compliance-title {
    color: #111;
    font-weight: 600;
    margin-top: 8px;
}

.compliance-logo-text {
    font-family: "Barlow", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
}

.compliance-prev {
    left: -10px;
}
.compliance-next {
    right: -10px;
}

/* ── Exhibitions ─────────────────────────────────────────── */

.exhibitions-section {
    padding: 80px 0;
    background: #fff;
}

.exhibitions-header {
    text-align: center;
    margin-bottom: 50px;
}

.exhibitions-title {
    font-family: "Brockmann", sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.exhibitions-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 20px;
}

.exhibitions-divider-bar {
    height: 3px;
    border-radius: 2px;
}

.exhibitions-divider-bar.primary {
    width: 40px;
    background: var(--main-color);
}

.exhibitions-divider-bar.secondary {
    width: 14px;
    background: #ddd;
}

.exhibitions-desc {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    color: #666;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.8;
}

.exhibitions-grid {
    margin: 0 -8px;
}

.exhibitions-col {
    padding: 0 8px;
    margin-bottom: 16px;
}

.exhibition-photo {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
}

.exhibition-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.exhibition-photo img:hover {
    transform: scale(1.06);
}

/* ── Certificates ────────────────────────────────────────── */

.certs-section {
    padding: 35px 0;
}

.certs-swiper {
    position: relative;
}

.certs-swiper .swiper-wrapper {
    align-items: center;
}

.certs-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.certs-swiper .swiper-slide figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.certs-swiper .swiper-slide img {
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.certs-logo-img {
    max-width: 300px;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.certs-logo-text {
    font-family: "Barlow", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
}
