* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #f8f8f8;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
.logo,
.nav-item,
.btn-primary,
.btn-outline,
.section-title,
.brand-badge {
    font-family: 'Oswald', sans-serif
}

/* TOP BANNER */
.top-banner {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600
}

/* HEADER */
header {
    display: flex;
    align-items: center;
    width: 100%;  /* ADD THIS */
    position: sticky;
}

/* Prevent the single image from disappearing on hover */
.product-slide.single-img:hover .img-front {
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.nav-item.has-dropdown:hover .dropdown {
    display: flex;
    gap: 40px
}

.dropdown-col h6 {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif
}

.dropdown-col ul li {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #333;
    cursor: pointer;
    transition: color .2s
}

.dropdown-col ul li:hover {
    color: #888888
}

.nav-icons {
    display: flex;
    gap: 18px;
    align-items: center;
    white-space: nowrap
}

.nav-icons span {
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Oswald', sans-serif
}

.nav-icons span:hover {
    color: #888888
}

.cart-count {
    background: #888888;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px
}

.top-banner,
.stats,
footer {
    width: 100%;
}

/* ════════════════════════════════════════════════════════════
   HERO SWIPER STYLES
════════════════════════════════════════════════════════════ */



.hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg,
        rgba(0,0,0,.88) 0%,
        rgba(0,0,0,.55) 50%,
        rgba(0,0,0,.05) 100%);
    z-index: 1;
}

.hero-bg-num {
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 200px;
    line-height: 1;
    color: rgba(255,255,255,.03);
    pointer-events: none;
    z-index: 2;
    bottom: -20px;
    right: -10px;
    transition: color .6s ease, transform .6s ease;
}

.hero-slide:hover .hero-bg-num {
    color: rgba(255,255,255,.065);
    transform: scale(1.03);
}

.hero-strip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 3;
    background: linear-gradient(90deg, rgba(255,255,255,.25), transparent);
}

.hero-hover-label {
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 10px;
    letter-spacing: .3em;
    color: rgba(255,255,255,.18);
    z-index: 3;
    transition: color .4s, letter-spacing .4s;
}

.hero-slide:hover .hero-hover-label {
    color: rgba(255,255,255,.38);
    letter-spacing: .4em;
}

.hero-corner-accent {
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 3;
    opacity: .35;
    transition: opacity .4s;
    bottom: 2.25rem;
    right: 1.5rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.hero-slide:hover .hero-corner-accent {
    opacity: .7;
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 5vw 52px;
    z-index: 4;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    margin-bottom: .75rem;
    width: fit-content;
}

.badge-line {
    display: block;
    width: 20px;
    height: 1px;
    background: rgba(255,255,255,.4);
    flex-shrink: 0;
}

.hero-eyebrow {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255,255,255,.32);
    margin-bottom: .3rem;
}

.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    color: #fff;
    line-height: .95;
    letter-spacing: .02em;
    margin-bottom: 1rem;
}

.hero-bottom-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-sub {
    font-size: 10.5px;
    color: rgba(255,255,255,.35);
    letter-spacing: .05em;
    line-height: 1.5;
}

.btn-ghost,
.btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 2px;
    cursor: pointer;
    transition: background .3s, border-color .3s, gap .3s, transform .2s;
    color: #fff;
    white-space: nowrap;
}

.btn-ghost {
    border: 1px solid rgba(255,255,255,.3);
    background: transparent;
}

.btn-solid {
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.13);
}

.btn-ghost:hover,
.btn-solid:hover {
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.65);
    gap: 12px;
    transform: translateY(-1px);
}

/* ── Entrance animations ── */
.enter {
    opacity: 0;
    transform: translateY(14px);
    animation: fadeUp .7s forwards;
}
.d1 { animation-delay: .08s; }
.d2 { animation-delay: .20s; }
.d3 { animation-delay: .34s; }
.d4 { animation-delay: .48s; }

@keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
}

/* ── Hero Navigation Arrows ── */
.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next {
    display: flex !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255,255,255,0.15) !important;
    border-radius: 50% !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    transition: background 0.3s !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.heroSwiper .swiper-button-prev:hover,
.heroSwiper .swiper-button-next:hover {
    background: rgba(255,255,255,0.3) !important;
}

.heroSwiper .swiper-button-prev::after,
.heroSwiper .swiper-button-next::after {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.heroSwiper .swiper-button-prev { left: 20px !important; }
.heroSwiper .swiper-button-next { right: 20px !important; }

/* ── Hero Pagination ── */
.hero-pagination {
    bottom: 24px !important;
    z-index: 20 !important;
}

.hero-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: rgba(255,255,255,0.4) !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    transition: all .3s !important;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 28px !important;
    border-radius: 4px !important;
}

/* ── Responsive: Tablet ── */
@media (max-width: 768px) {
    .heroSwiper {
        height: 75vh;
        min-height: 420px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-bg-num {
        font-size: 130px;
    }

    .heroSwiper .swiper-button-prev,
    .heroSwiper .swiper-button-next {
        width: 38px !important;
        height: 38px !important;
    }

    .heroSwiper .swiper-button-prev { left: 12px !important; }
    .heroSwiper .swiper-button-next { right: 12px !important; }
}

/* ── Responsive: Mobile ── */
@media (max-width: 480px) {
    .heroSwiper {
        height: 65vh;
        min-height: 380px;
    }

    .hero-content {
        padding: 0 5vw 52px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-bg-num {
        font-size: 90px;
    }

    .hero-sub {
        display: none;
    }

    .btn-ghost,
    .btn-solid {
        padding: 8px 14px;
        font-size: 9px;
    }

    /* Hide arrows on mobile — swipe is enough */
    .heroSwiper .swiper-button-prev,
    .heroSwiper .swiper-button-next {
        display: none !important;
    }

    .hero-pagination {
        bottom: 14px !important;
    }
}

/* STATS */
.stats {
    display: flex;
    justify-content: space-around;
    background: #0a0a0a;
    color: #fff;
    padding: 32px 40px;
    text-align: center;
    flex-wrap: wrap;
    gap: 20px
}

.stat-item {
    flex: 1;
    min-width: 140px
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 900;
    color: #888888;
    margin-bottom: 4px;
    font-family: 'Oswald', sans-serif
}

.stat-item p {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #888;
    font-weight: 700
}

/* SECTION TITLE */
.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 52px 30px 24px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    position: relative
}

.section-subtitle {
    text-align: center;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #999;
    font-weight: 700;
    margin-top: -16px;
    margin-bottom: 24px
}

/* SLIDER SECTION */
.slider-section {
    padding: 10px 40px 40px;
    position: relative
}

.category-slide {
    text-align: center;
    cursor: pointer;
}

#authNav:hover+#authDropdown,
#authDropdown:hover {
    display: block !important;
}

#authDropdown a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #333;
    cursor: pointer;
    transition: color .2s, background .2s;
}

#authDropdown a:hover {
    color: #888888;
    background: #f5f5f5;
}

#authDropdown a.logout-item:hover {
    color: #666666;
}

.auth-dropdown-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 4px 0;
}

.category-img-wrap {
    width: 80%;
    max-width: 160px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .25s, box-shadow .25s
}

/* <a> slides must be block/flex so Swiper can set their width */
.bikeSlider .swiper-slide.category-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

/* Contain slides inside the track — without this they bleed out */
.slider-section .swiper.bikeSlider {
    overflow: hidden;
}

.category-slide:hover .category-img-wrap {
    border-color: #888888;
    box-shadow: 0 6px 20px rgba(136, 136, 136, .2)
}

.category-slide:hover .category-name {
    color: #888888
}

.category-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px
}

.category-name {
    margin-top: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color .2s;
    color: #333
}

.swiper-button-next,
.swiper-button-prev {
    color: #888888 !important;
    width: 34px !important;
    height: 34px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px !important;
    font-weight: 900
}

/* PRODUCT SECTIONS */
.product-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.more-btn {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fffefe;
    background-color: #000000;
    border: 1.5px solid #000000;
    padding: 8px 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s;
    font-family: 'Oswald', sans-serif
}

.more-btn:hover {
    background: #888888;
    border-color: #888888;
    color: #000000;
}

/* Product slider */
.product-slider-wrap {
    padding: 0 30px 50px;
    position: relative
}

.product-category-wrap {
    padding: 0 30px 50px;
    position: relative
}

.product-slide {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .08);
    border: 1px solid #ebebeb;
    transition: all .25s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.product-slide:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .13);
    transform: translateY(-3px);
    border-color: #ddd;
}

.prod-img {
    background: #fff;
    height: 240px;
    display: flex;
    align-items: center;
    object-fit: contain;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.prod-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .4s;
    display: block;
}

.product-slide:hover .prod-img img {
    transform: scale(1.04);
}

.prod-img .img-back {
    position: absolute;
    opacity: 0;
    transition: opacity .35s
}

/* keep single-image cards from going transparent */
.product-slide.single-img:hover .img-front {
    opacity: 1 !important;
}

.product-slide:hover .img-front {
    opacity: 0
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #888888;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .5px;
    z-index: 2;
    font-family: 'Oswald', sans-serif;
}

.trust-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 8px;
    text-align: center;
    z-index: 2;
    letter-spacing: .3px;
}

.prod-info {
    padding: 12px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.prod-info h4 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 32px;
    line-height: 1.55;
    text-transform: uppercase;
    color: #111;
    letter-spacing: .3px;
    flex: 1;
}

.price {
    color: #111;
    font-weight: 800;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
}

.old-price {
    text-decoration: line-through;
    color: #bbb;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 10px;
}

.add-to-cart {
    display: block;
    width: 100%;
    background: #111;
    color: #fff;
    border: none;
    padding: 11px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background .2s;
    font-family: 'Oswald', sans-serif;
    border-radius: 3px;
    margin-top: auto;
}

.add-to-cart:hover {
    background: #5c5c5c;
}

/* CTA BANNER */
.cta-banner {
    position: relative;
    margin: 40px 30px;
    border-radius: 12px;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.cta-banner img.cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 1
}

.cta-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px
}

.cta-content h2 {
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.cta-banner .btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 13px 32px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 30px;
    transition: all .25s;
    font-family: 'Oswald', sans-serif;
}

.cta-banner .btn-outline:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000;
}

/* DUOBOX */
.duo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 30px 50px;
    margin-top: -10px
}

.duo-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 260px;
    cursor: pointer
}

.duo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.duo-card:hover img {
    transform: scale(1.04)
}

.duo-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, transparent 60%);
    z-index: 1
}

.duo-card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #fff
}

.duo-card-content h3 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px
}

.duo-card-content a {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #888888;
    color: #fff;
    padding: 7px 16px;
    border-radius: 20px;
    display: inline-block;
    transition: background .2s
}

.duo-card-content a:hover {
    background: #666666
}

/* EVENTS GRID */
.events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0 30px 50px
}

.events-grid img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform .3s, box-shadow .3s;
    cursor: pointer
}

.events-grid img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15)
}

/* TESTIMONIALS */
.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    padding: 10px 30px 50px
}

.test-card {
    background: #fff;
    padding: 22px;
    border-left: 4px solid #888888;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    border-radius: 0 8px 8px 0
}

.rating {
    color: #f39c12;
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 14px
}

.test-card p {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.75
}

.test-card h5 {
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    color: #111
}

/* ARTICLES */
.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 10px 30px 50px
}

.article-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
    cursor: pointer;
    transition: transform .25s, box-shadow .25s
}

.article-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.article-card img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.article-card h4 {
    font-size: 13px;
    font-weight: 700;
    padding: 16px 16px 20px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .5px
}


/* FOOTER */
footer {
    background: #111;
    color: #fff;
    padding: 50px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-col {
    width: 22%;
    min-width: 180px;
}

.footer-col h4 {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 800;
    color: #fff;
}

.footer-col ul li {
    margin-bottom: 9px;
    font-size: 13px;
    color: #bbb;
    cursor: pointer;
    transition: all 0.2s;
}

.footer-col ul li:hover {
    color: #888888;
    padding-left: 4px;
}

.newsletter input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 10px;
    border: 2px solid #333;
    background: #222;
    color: #fff;
    font-size: 13px;
    outline: none;
    border-radius: 5px;
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
}

.newsletter input:focus {
    border-color: #888888;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.2);
}

.newsletter button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #888888 0%, #666666 100%);
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.3s;
    border-radius: 5px;
}

.newsletter button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(136, 136, 136, 0.3);
}

.social-links {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.social-links a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    transition: all 0.3s;
    border: 1px solid #333;
    border-radius: 50%;
}

.social-links a:hover {
    color: #888888;
    border-color: #888888;
    background: rgba(136, 136, 136, 0.1);
}

.copyright {
    background: #000;
    color: #666;
    text-align: center;
    padding: 16px;
    font-size: 12px;
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .hero-carousel {
        height: 420px
    }

    .hero-slide-content h2 {
        font-size: 36px
    }

    .events-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer-col {
        width: 45%
    }
}

@media(max-width:768px) {
    header {
        padding: 12px 16px
    }

    .logo {
        font-size: 18px;
        letter-spacing: 1.5px
    }

    nav {
        width: 100%;
        order: 3
    }

    nav ul {
        gap: 10px
    }

    .nav-item {
        font-size: 9px
    }

    .stats {
        padding: 24px 16px
    }

    .stat-item h3 {
        font-size: 28px
    }

    .duo-grid {
        grid-template-columns: 1fr
    }

    .events-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-col {
        width: 100%
    }

    .product-section-header {
        padding: 0 16px
    }

    .product-slider-wrap {
        padding: 0 16px 40px
    }

    .product-category-wrap {
        padding: 0 16px 40px
    }

    .slider-section {
        padding: 10px 20px 30px
    }
}

@media(max-width:480px) {
    .events-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .testimonials {
        grid-template-columns: 1fr
    }

    .article-grid {
        grid-template-columns: 1fr
    }
}
/* ============================================================
MOBILE SWIPER - SINGLE CARD VIEW WITH ARROWS
============================================================ */

/* Hide arrows on desktop by default */
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

@media(max-width:768px) {
    /* Product slider - single card on mobile */
    .product-slider-wrap .swiper,
    .product-category-wrap .swiper {
        overflow: visible !important;
    }

    .product-slider-wrap .swiper-slide,
    .product-category-wrap .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Navigation arrows for mobile - SHOW ONLY ON MOBILE */
    .product-slider-wrap .swiper-button-next,
    .product-slider-wrap .swiper-button-prev,
    .product-category-wrap .swiper-button-next,
    .product-category-wrap .swiper-button-prev {
        display: flex !important;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 15 !important;
        width: 40px !important;
        height: 40px !important;
        background: rgba(0, 0, 0, 0.7) !important;
        border-radius: 50%;
        color: #ffffff !important;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
        border: none !important;
        outline: none !important;
        cursor: pointer !important;
    }

    .product-slider-wrap .swiper-button-next:hover,
    .product-slider-wrap .swiper-button-prev:hover,
    .product-category-wrap .swiper-button-next:hover,
    .product-category-wrap .swiper-button-prev:hover {
        background: rgba(0, 0, 0, 0.9) !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

    .product-slider-wrap .swiper-button-next,
    .product-category-wrap .swiper-button-next {
        right: 8px !important;
    }

    .product-slider-wrap .swiper-button-prev,
    .product-category-wrap .swiper-button-prev {
        left: 8px !important;
    }

    .product-slider-wrap .swiper-button-next::after,
    .product-slider-wrap .swiper-button-prev::after,
    .product-category-wrap .swiper-button-next::after,
    .product-category-wrap .swiper-button-prev::after {
        font-size: 16px !important;
        color: #ffffff !important;
        font-weight: bold;
    }

    /* Adjust padding for arrows */
    .product-slider-wrap {
        padding: 0 16px 50px !important;
        margin: 0 !important;
        position: relative !important;
    }

    .product-category-wrap {
        padding: 0 16px 50px !important;
        margin: 0 !important;
        position: relative !important;
    }

    /* Hide swiper pagination if exists */
    .product-slider-wrap .swiper-pagination,
    .product-category-wrap .swiper-pagination {
        display: none !important;
    }
}

@media(max-width:480px) {
    .product-slider-wrap .swiper-button-next,
    .product-slider-wrap .swiper-button-prev,
    .product-category-wrap .swiper-button-next,
    .product-category-wrap .swiper-button-prev {
        width: 36px !important;
        height: 36px !important;
    }

    .product-slider-wrap .swiper-button-next::after,
    .product-slider-wrap .swiper-button-prev::after,
    .product-category-wrap .swiper-button-next::after,
    .product-category-wrap .swiper-button-prev::after {
        font-size: 14px !important;
    }
}

/* ════════════════════════════════════════════════════════════
   HERO SWIPER STYLES
════════════════════════════════════════════════════════════ */

.heroSwiper {
    width: 100%;
    max-width: 95%;
    height: calc(100vh - 90px);
    min-height: 520px;
    max-height: 860px;
    position: relative;
    margin: 16px auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0,0,0,0.18);
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.hero-panel-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    filter: brightness(0.88);
}

.hero-slide:hover .hero-panel-img {
    transform: scale(1.04);
    filter: brightness(0.95);
}

.hero-grad {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to right,
            rgba(0,0,0,0.75) 0%,
            rgba(0,0,0,0.40) 45%,
            rgba(0,0,0,0.05) 100%
        ),
        linear-gradient(
            to top,
            rgba(0,0,0,0.55) 0%,
            transparent 45%
        );
    z-index: 1;
}

.hero-strip {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    z-index: 3;
    background: linear-gradient(90deg, rgba(255,255,255,0.3), transparent 60%);
}

.hero-bg-num {
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(120px, 20vw, 280px);
    line-height: 1;
    color: rgba(255,255,255,0.03);
    pointer-events: none;
    z-index: 2;
    bottom: -30px;
    right: 20px;
    letter-spacing: -0.02em;
    transition: color 0.6s ease, transform 0.6s ease;
}

.hero-slide:hover .hero-bg-num {
    color: rgba(255,255,255,0.07);
    transform: scale(1.02);
}

.hero-corner-accent {
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 3;
    opacity: 0.25;
    transition: opacity 0.4s;
    bottom: 28px;
    right: 28px;
    border-right: 1.5px solid rgba(255,255,255,0.6);
    border-bottom: 1.5px solid rgba(255,255,255,0.6);
}

.hero-slide:hover .hero-corner-accent { opacity: 0.65; }

/* ── Content — bottom left, raised up ── */
.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 5vw 120px;
    z-index: 4;
    max-width: 700px;
}

.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(42px, 6.5vw, 88px);
    color: #fff;
    line-height: 0.93;
    letter-spacing: 0.02em;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
}

.hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.hero-sub {
    font-size: clamp(11px, 1.4vw, 14px);
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.04em;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 460px;
    font-family: 'Roboto', sans-serif;
}

.hero-bottom-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* ── Buttons ── */
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: none;
    padding: 14px 30px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    color: #111;
    background: #fff;
    border: none;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    text-decoration: none;
}

.btn-ghost:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}

.btn-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: none;
    padding: 14px 30px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    color: #fff;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.55);
    white-space: nowrap;
    text-decoration: none;
}

.btn-solid:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    transform: translateY(-2px);
}

/* ── Entrance animations ── */
.enter {
    opacity: 0;
    transform: translateY(18px);
    animation: fadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.d1 { animation-delay: 0.08s; }
.d2 { animation-delay: 0.22s; }
.d3 { animation-delay: 0.36s; }
.d4 { animation-delay: 0.50s; }

@keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
}

/* ── Hide hero arrows ── */
.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next {
    display: none !important;
}

/* ── Pagination — bottom left ── */
.hero-pagination {
    bottom: 24px !important;
    left: 5vw !important;
    right: auto !important;
    width: auto !important;
    text-align: left !important;
    z-index: 20 !important;
}

.hero-pagination .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background: rgba(255,255,255,0.35) !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    transition: all 0.3s !important;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 28px !important;
    border-radius: 4px !important;
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════ */

@media (min-width: 1200px) {
    .heroSwiper {
        max-width: 95%;
        height: calc(100vh - 90px);
        max-height: 900px;
    }
    .hero-content { padding: 0 60px 130px; }
    .hero-pagination { left: 60px !important; }
}

@media (max-width: 1024px) {
    .heroSwiper {
        height: calc(100vh - 90px);
        min-height: 460px;
    }
}

@media (max-width: 768px) {
    .heroSwiper {
        max-width: 94%;
        height: 65vh;
        min-height: 380px;
        margin: 12px auto;
        border-radius: 14px;
    }
    .hero-content {
        padding: 0 24px 90px;
        max-width: 100%;
    }
    .hero-title { font-size: clamp(32px, 7vw, 54px); }
    .hero-pagination { left: 24px !important; bottom: 18px !important; }
}

@media (max-width: 480px) {
    .heroSwiper {
        max-width: 92%;
        height: 58vh;
        min-height: 320px;
        margin: 10px auto;
        border-radius: 12px;
    }
    .hero-content { padding: 0 18px 70px; }
    .hero-title { font-size: clamp(28px, 8vw, 44px); }
    .hero-eyebrow { font-size: 9px; margin-bottom: 10px; }
    .hero-sub { font-size: 11px; margin-bottom: 14px; }
    .btn-ghost, .btn-solid { font-size: 11px; padding: 12px 22px; }
    .hero-pagination { left: 18px !important; bottom: 14px !important; }
    .hero-pagination .swiper-pagination-bullet { width: 6px !important; height: 6px !important; }
    .hero-pagination .swiper-pagination-bullet-active { width: 20px !important; }
}

@media (max-width: 360px) {
    .heroSwiper {
        max-width: 92%;
        height: 52vh;
        min-height: 290px;
        border-radius: 10px;
    }
    .hero-content { padding: 0 14px 60px; }
    .hero-title { font-size: clamp(24px, 7vw, 36px); line-height: 1; }
    .btn-ghost, .btn-solid { font-size: 10px; padding: 10px 18px; }
}