/*
 * Airek Sports homepage stylesheet bundle
 * Built from live stylesheets on 2026-09-15; source order preserved.
 */

/* ===== BEGIN home.css ===== */
/*
 * Airek Sports home page — exactly four live sections:
 * branded hero, categories, featured products, and core services.
 */

.home .home-hero-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: var(--header-height, 82px);
    background: #07183f;
}

.home .hero-slider-stage {
    position: relative;
    width: 100%;
    min-height: clamp(540px, 42vw, 760px);
    height: clamp(540px, 42vw, 760px);
    overflow: hidden;
    isolation: isolate;
    background: #07183f;
    touch-action: pan-y;
}

.home .hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.72s var(--ease);
}

.home .hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.home .hero-slide picture,
.home .hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.home .hero-slide img {
    object-fit: cover;
    object-position: center;
    background: #07183f;
}

.home .hero-slide::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(4, 16, 44, 0.96) 0%, rgba(7, 24, 63, 0.76) 38%, rgba(7, 24, 63, 0.08) 67%);
    content: "";
}

.home .home-hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    align-items: center;
    pointer-events: none;
}

.home .home-hero-copy {
    width: min(650px, 48vw);
    padding-top: 15px;
    pointer-events: auto;
}

.home .home-hero-copy h1 {
    margin: 14px 0 18px;
    font-size: clamp(3.1rem, 5.3vw, 6.2rem);
    line-height: 0.93;
}

.home .home-hero-copy p {
    max-width: 540px;
    color: #d5deec;
    font-size: clamp(0.98rem, 1.2vw, 1.16rem);
    line-height: 1.7;
}

.home .home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.home .home-categories,
.home .featured-products-section,
.home .home-resources-section,
.home .home-services-section {
    border-top: 1px solid rgba(247, 243, 236, 0.075);
}

.home .home-categories {
    background: linear-gradient(180deg, rgba(16, 42, 114, 0.38), rgba(7, 24, 63, 0.3));
}

/* When every hero slide is intentionally inactive, content still clears the fixed header. */
.home .home-categories--first {
    padding-top: calc(var(--header-height) + clamp(68px, 7.5vw, 112px));
}

.home .featured-products-section {
    background: linear-gradient(180deg, rgba(7, 24, 63, 0), rgba(16, 42, 114, 0.2));
}

.home .home-services-section {
    background: linear-gradient(180deg, rgba(16, 42, 114, 0.48), rgba(7, 24, 63, 0));
}

.home .home-resources-section { background: linear-gradient(180deg, rgba(7,24,63,0), rgba(16,42,114,.26)); }

.home-proof-bar { border-block: 1px solid var(--line); background: #061536; }
.home-metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-metric-grid article { padding: 24px clamp(14px,2.2vw,34px); border-right: 1px solid var(--line); }
.home-metric-grid article:last-child { border-right: 0; }
.home-metric-grid span,.home-metric-grid small { display: block; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; }
.home-metric-grid strong { display: block; margin: 5px 0; color: var(--gold-soft); font-family: var(--heading-font); font-size: clamp(1.65rem,2.3vw,2.35rem); font-weight: 400; }
.home-ticker { overflow: hidden; padding: 12px 0; border-bottom: 1px solid var(--line); background: #102a72; color: #dbe4f2; white-space: nowrap; }
.home-ticker div { width: max-content; min-width: 100%; text-align: center; font-size: .67rem; font-weight: 800; letter-spacing: .13em; }
.home-ticker b { margin: 0 15px; color: var(--gold-soft); }
.home-start-section { background: #081d4c; }
.home-path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-path-grid>a { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: rgba(16,42,114,.5); transition: .25s var(--ease); }
.home-path-grid>a:hover { border-color: var(--line-gold); transform: translateY(-5px); }
.home-path-grid>a>span { position: absolute; top: 20px; right: 22px; color: var(--gold-soft); font-size: .72rem; }
.home-path-grid>a>i { color: var(--gold-soft); font-size: 1.4rem; }
.home-path-grid h3 { margin: 24px 0 9px; }
.home-path-grid b { display: inline-flex; gap: 9px; margin-top: 17px; color: var(--gold-soft); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.home-process-section { background: linear-gradient(180deg,#07183f,#0a2057); }
.home-process-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.home-process-grid article { position: relative; min-height: 220px; padding: 24px 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16,42,114,.36); }
.home-process-grid article>span { position: absolute; top: 16px; right: 17px; color: var(--muted); font-size: .68rem; }
.home-process-grid article>i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold-soft); }
.home-process-grid h3 { margin: 28px 0 9px; font-size: 1.55rem; }
.home-process-grid p { margin: 0; font-size: .74rem; }
.home-factory-proof { background: #061536; }
.home-proof-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: clamp(25px,4vw,64px); align-items: stretch; }
.home-proof-grid>img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; border: 1px solid var(--line); border-radius: 14px; }
.home-proof-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.home-proof-points article { display: flex; gap: 15px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16,42,114,.4); }
.home-proof-points article>i { color: var(--gold-soft); font-size: 1.15rem; }
.home-proof-points h3 { margin: 0 0 8px; font-size: 1.45rem; }
.home-proof-points p { margin: 0; font-size: .74rem; }
.home-why-section { background: linear-gradient(180deg,#07183f,#0a2057); }
.home-why-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.home-why-grid article { position: relative; padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16,42,114,.4); }
.home-why-grid span { position: absolute; top: 18px; right: 20px; color: var(--muted); font-size: .7rem; }
.home-why-grid i { color: var(--gold-soft); font-size: 1.25rem; }
.home-why-grid h3 { margin: 23px 0 9px; font-size: 1.65rem; }
.home-why-grid p { margin: 0; font-size: .76rem; }
.home-faq-section { background: #061536; }
.home-final-cta { padding: clamp(48px,5vw,72px) 0; background: #102a72; }
.home-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.home-final-cta h2 { margin: 9px 0; font-size: clamp(2.4rem,4vw,4rem); }
.home-final-cta p { margin: 0; }
@media(max-width:1100px){.home-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-proof-grid{grid-template-columns:1fr}}
@media(max-width:700px){.home-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-metric-grid article:nth-child(2){border-right:0}.home-metric-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-path-grid,.home-process-grid,.home-proof-points,.home-why-grid{grid-template-columns:1fr}.home-final-cta-inner{align-items:flex-start;flex-direction:column}.home-ticker div{text-align:left;padding-left:18px}.home-proof-grid>img{min-height:280px}}

.home .section-heading {
    margin-bottom: clamp(27px, 3.3vw, 42px);
}

.home .section-heading-row > p {
    max-width: 475px;
    color: var(--muted);
    line-height: 1.68;
}

/* One horizontal category row. The scrollable viewport is contained within its section. */
.home .category-slider {
    position: relative;
    min-width: 0;
}

.home .category-slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 0 13px;
}

.home .category-slider-control {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--line-gold);
    border-radius: 50%;
    background: rgba(20, 25, 34, 0.88);
    color: var(--gold-soft);
    transition: color 0.24s var(--ease), background 0.24s var(--ease), border-color 0.24s var(--ease), transform 0.24s var(--ease);
}

.home .category-slider-control:hover:not(:disabled) {
    border-color: var(--gold-soft);
    background: var(--gold-soft);
    color: #11151b;
    transform: translateY(-2px);
}

.home .category-slider-control:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.home .category-slider-viewport {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
}

.home .category-slider-viewport::-webkit-scrollbar {
    display: none;
}

.home .category-slider-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    gap: clamp(12px, 1.15vw, 18px);
    padding: 1px;
}

.home .category-slider-card {
    flex: 0 0 clamp(230px, 22vw, 370px);
    min-width: 0;
    min-height: clamp(280px, 26vw, 390px);
    scroll-snap-align: start;
}

.home .premium-category-card,
.home .premium-product-card,
.home .premium-service-card {
    min-width: 0;
    border-color: rgba(247, 243, 236, 0.12);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(247, 243, 236, 0.05);
}

.home .premium-category-card {
    border-radius: 14px;
}

.home .premium-category-card::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid transparent;
    border-radius: inherit;
    content: "";
    pointer-events: none;
    transition: border-color 0.3s var(--ease);
}

.home .premium-category-card img {
    filter: saturate(0.76) contrast(1.04);
}

.home .premium-category-card .category-card-overlay {
    background: linear-gradient(180deg, rgba(6, 8, 11, 0.02) 13%, rgba(6, 8, 11, 0.93) 93%);
}

.home .premium-category-card .category-card-content {
    right: clamp(16px, 1.5vw, 22px);
    bottom: clamp(16px, 1.5vw, 22px);
    left: clamp(16px, 1.5vw, 22px);
}

.home .premium-category-card .category-index {
    margin-bottom: 16px;
}

.home .premium-category-card .category-card-content strong {
    font-size: clamp(1.65rem, 2.05vw, 2.18rem);
}

.home .premium-category-card .category-card-content small {
    max-width: 100%;
    font-size: 0.7rem;
}

/* Six products per page: 3 × 2 on desktop, then 2 and 1 responsive columns. */
.home .premium-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.35vw, 22px);
}

.home .premium-product-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(26, 32, 42, 0.92), rgba(13, 17, 23, 0.96));
    backdrop-filter: blur(14px) saturate(1.06);
}

.home .premium-product-card .product-image-wrap {
    aspect-ratio: 1.06 / 1;
}

.home .premium-product-card .product-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: clamp(17px, 1.5vw, 22px);
}

.home .premium-product-card .product-card-body > p {
    min-height: 0;
    margin-bottom: 16px;
}

.home .premium-product-card .product-card-footer {
    margin-top: auto;
}

.home .homepage-pagination {
    display: grid;
    grid-template-columns: minmax(104px, 1fr) auto minmax(104px, 1fr);
    align-items: center;
    gap: 14px;
    margin-top: clamp(28px, 4vw, 48px);
}

.home .homepage-pagination > a,
.home .homepage-pagination > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    color: var(--gold-soft);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home .pagination-previous {
    justify-self: start;
}

.home .pagination-next {
    justify-self: end;
}

.home .homepage-pagination .is-disabled {
    color: var(--muted);
    opacity: 0.42;
}

.home .pagination-pages {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.home .pagination-pages a,
.home .pagination-pages span {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--muted-strong);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: normal;
    text-transform: none;
    transition: border-color 0.22s var(--ease), background 0.22s var(--ease), color 0.22s var(--ease);
}

.home .pagination-pages a:hover,
.home .pagination-pages .is-current {
    border-color: var(--gold-soft);
    background: var(--gold-soft);
    color: #11151b;
}

.home .premium-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.2vw, 20px);
}

.home .premium-service-card {
    min-height: clamp(275px, 22vw, 332px);
    border-radius: 14px;
}

.home .premium-service-card .service-card-content {
    right: 19px;
    bottom: 19px;
    left: 19px;
}

.home .premium-service-card .service-card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 30px;
}

.home .premium-service-card .service-card-content strong {
    font-size: clamp(1.56rem, 1.95vw, 2rem);
}

.home .premium-service-card .service-card-content small {
    min-height: 0;
    font-size: 0.7rem;
}

@media (hover: hover) and (pointer: fine) {
    .home .premium-category-card:hover::before {
        border-color: rgba(102, 183, 125, 0.6);
    }

    .home .premium-category-card:hover img {
        filter: saturate(1) contrast(1.07);
        transform: scale(1.075);
    }

    .home .premium-category-card:hover .category-card-link {
        max-height: 28px;
        margin-top: 14px;
        opacity: 1;
    }

    .home .premium-product-card:hover,
    .home .premium-service-card:hover {
        border-color: var(--line-gold);
        box-shadow: 0 26px 56px rgba(0, 0, 0, 0.31), inset 0 1px 0 rgba(247, 243, 236, 0.08);
        transform: translateY(-6px);
    }
}

@media (max-width: 1100px) {
    .home .premium-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home .premium-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home .category-slider-card {
        flex-basis: clamp(245px, 31vw, 360px);
    }
}

@media (max-width: 700px) {
    .home .hero-slider-stage {
        min-height: 650px;
        height: 650px;
    }

    .home .hero-slide img { object-position: 67% center; }

    .home .hero-slide::after {
        background: linear-gradient(180deg, rgba(4, 16, 44, 0.28) 0%, rgba(4, 16, 44, 0.76) 48%, rgba(4, 16, 44, 0.98) 100%);
    }

    .home .home-hero-content { align-items: end; }

    .home .home-hero-copy {
        width: 100%;
        padding: 0 0 48px;
    }

    .home .home-hero-copy h1 {
        margin: 10px 0 14px;
        font-size: clamp(2.65rem, 12vw, 4rem);
    }

    .home .home-hero-copy p { max-width: 38rem; font-size: 0.92rem; }

    .home .home-hero-actions { margin-top: 20px; }

    .home .category-slider-card {
        flex-basis: min(82vw, 330px);
        min-height: clamp(275px, 81vw, 350px);
    }

    .home .premium-product-grid,
    .home .premium-service-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home .homepage-pagination {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .home .pagination-pages {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .home .pagination-previous,
    .home .pagination-next {
        grid-row: 2;
    }

    .home .pagination-next {
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .home .category-slider-controls {
        margin-bottom: 10px;
    }

    .home .category-slider-control {
        width: 40px;
        height: 40px;
    }

    .home .premium-category-card .category-card-content small {
        display: none;
    }

    .home .premium-category-card .category-card-link {
        max-height: 28px;
        margin-top: 12px;
        color: var(--gold-soft);
        font-size: 0.55rem;
        letter-spacing: 0.065em;
        opacity: 1;
    }
}


/* Keep mobile homepage product cards vertically composed and readable. */
@media (max-width: 700px) {
    .home .premium-product-card {
        display: flex;
        flex-direction: column;
    }

    .home .premium-product-card .product-image-wrap {
        height: auto;
        min-height: 0;
        aspect-ratio: 1.06 / 1;
    }
}

.home .pagination-ellipsis {
    width: 38px;
    height: 38px;
    border-color: transparent;
    color: var(--muted);
    font-size: 1.05rem;
}

.home-process-diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 42px;margin-top:32px}.home-process-diagram article{position:relative;display:grid;grid-template-columns:145px 1fr;min-height:150px;border:1px solid var(--line);border-radius:16px;overflow:visible;background:#071b42}.process-image{position:relative;min-height:150px;overflow:hidden;border-radius:15px 0 0 15px}.process-image img{width:100%;height:100%;object-fit:cover}.process-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(3,15,35,.72))}.process-image span{position:absolute;z-index:1;left:14px;bottom:12px;display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:.7rem;font-weight:800}.process-copy{align-self:center;padding:20px}.process-copy h3{margin:0 0 8px;font-size:1.45rem}.process-copy p{margin:0;font-size:.72rem}.process-arrow{position:absolute;z-index:3;right:-29px;top:50%;transform:translateY(-50%);display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line-gold);border-radius:50%;background:#07183f;color:var(--gold-soft)}.home-process-diagram article:nth-child(3) .process-arrow{right:auto;left:50%;top:auto;bottom:-34px;transform:translateX(-50%) rotate(90deg)}.home-proof-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,230px);gap:16px}.home-proof-gallery figure{position:relative;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:15px}.home-proof-gallery .proof-main{grid-row:1/3}.home-proof-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-proof-gallery figure:hover img{transform:scale(1.04)}.home-proof-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(2,14,34,.92))}.home-proof-gallery figcaption{position:absolute;z-index:2;left:20px;right:18px;bottom:17px;display:grid;gap:5px}.home-proof-gallery figcaption b{font-family:var(--heading-font);font-size:1.35rem}.home-proof-gallery figcaption span{color:#d1dceb;font-size:.68rem}.home-why-image-grid article{min-height:350px;padding:0;overflow:hidden}.home-why-image-grid article>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-why-image-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,19,43,.05) 15%,rgba(4,19,43,.96) 82%)}.home-why-image-grid article>div{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.home-why-image-grid span{top:auto;right:0;bottom:100%;margin-bottom:9px}.home-why-image-grid h3{margin:0 0 8px}.home-why-image-grid p{color:#d4ddec}
@media(max-width:1100px){.home-process-diagram{grid-template-columns:repeat(2,1fr)}.home-process-diagram article:nth-child(3) .process-arrow{left:auto;right:-29px;top:50%;bottom:auto;transform:translateY(-50%)}.home-process-diagram article:nth-child(even) .process-arrow{display:none}.home-proof-gallery{grid-template-columns:1.4fr 1fr;grid-template-rows:repeat(3,210px)}.home-proof-gallery .proof-main{grid-row:1/3}.home-proof-gallery figure:last-child{grid-column:1/3}}
@media(max-width:700px){.home-process-diagram{grid-template-columns:1fr;gap:22px}.home-process-diagram article{grid-template-columns:115px 1fr}.home-process-diagram .process-arrow{display:grid!important;right:auto!important;left:50%!important;top:auto!important;bottom:-29px!important;transform:translateX(-50%) rotate(90deg)!important}.home-process-diagram article:last-child .process-arrow{display:none!important}.home-proof-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:300px repeat(4,210px)}.home-proof-gallery .proof-main,.home-proof-gallery figure:last-child{grid-column:auto;grid-row:auto}.home-why-image-grid article{min-height:310px}}

@media (prefers-reduced-motion: reduce) {
    .home .hero-slide,
    .home .category-slider-viewport,
    .home .premium-category-card img,
    .home .premium-product-card,
    .home .premium-service-card {
        scroll-behavior: auto;
        transition: none;
    }
}

.home-start-visual{position:relative;min-height:430px;margin-bottom:34px;border:1px solid rgba(255,255,255,.13);border-radius:22px;overflow:hidden;background:#061b34}.home-start-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-start-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,37,.96) 0%,rgba(3,18,37,.82) 38%,rgba(3,18,37,.12) 72%)}.home-start-visual-copy{position:relative;z-index:1;max-width:610px;padding:70px 58px}.home-start-visual-copy h2{font-size:clamp(2.2rem,4vw,4rem);margin:13px 0 18px}.home-start-visual-copy p{max-width:520px;color:#d2dceb}.category-detail-showcase{display:grid;grid-template-columns:1.08fr .92fr;gap:55px;align-items:center}.category-detail-image{min-height:560px;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.14)}.category-detail-image img{width:100%;height:100%;min-height:560px;object-fit:cover}.category-detail-summary h2{font-size:clamp(2.25rem,4vw,4.2rem);margin:15px 0 20px}.category-benefit-list{display:grid;gap:13px;padding:0;margin:28px 0;list-style:none}.category-benefit-list i{color:var(--green);margin-right:10px}.category-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}.category-options-grid article{overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(5,27,52,.75)}.category-options-grid img{width:100%;height:260px;object-fit:cover}.category-options-grid h3,.category-options-grid p{margin-left:24px;margin-right:24px}.category-options-grid p{margin-bottom:28px}.category-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:30px 0 38px}.category-process-grid article{padding:30px 24px;border-top:2px solid var(--green);background:rgba(5,27,52,.72)}.category-process-grid span{color:var(--gold);font-weight:800}.category-process-grid h3{margin:18px 0 10px}@media(max-width:900px){.category-detail-showcase{grid-template-columns:1fr}.category-options-grid{grid-template-columns:1fr 1fr}.category-process-grid{grid-template-columns:1fr 1fr}.home-start-visual:after{background:linear-gradient(90deg,rgba(3,18,37,.94),rgba(3,18,37,.4))}}@media(max-width:620px){.home-start-visual{min-height:520px}.home-start-visual-copy{padding:45px 25px}.category-detail-image,.category-detail-image img{min-height:380px}.category-options-grid,.category-process-grid{grid-template-columns:1fr}.category-options-grid img{height:220px}}
.home-ticker{position:relative;overflow:hidden}.home-ticker div{display:flex;width:max-content;min-width:0;text-align:left;animation:airekTicker 34s linear infinite;will-change:transform}.home-ticker div span{display:inline-block;padding-right:15px}.home-ticker:hover div{animation-play-state:paused}@keyframes airekTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.home-ticker div{animation:none}}
.brand-choice .section-heading-row>p,.home-logistics .section-heading-row>p{max-width:510px}.brand-choice-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:32px}.brand-choice-lead{position:relative;min-height:520px;overflow:hidden;border:1px solid var(--line);border-radius:18px}.brand-choice-lead>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.brand-choice-lead:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,17,39,.05) 25%,rgba(3,17,39,.96) 84%)}.brand-choice-lead>div{position:absolute;z-index:2;right:38px;bottom:38px;left:38px}.brand-choice-lead h3{max-width:700px;margin:10px 0 12px;font-size:clamp(2rem,3vw,3.3rem)}.brand-choice-lead p{max-width:660px;color:#d2dceb}.brand-choice-points{display:grid;gap:12px}.brand-choice-points article{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:14px;background:#071b42}.brand-choice-points i{display:grid;width:54px;height:54px;place-items:center;border-radius:12px;background:rgba(76,184,112,.13);color:var(--green);font-size:1.2rem}.brand-choice-points h3{margin:0 0 6px;font-size:1.3rem}.brand-choice-points p{margin:0;color:#c6d2e2;font-size:.69rem}.home-logistics{background:#f5f7fb;color:#07183f}.home-logistics .section-heading p{color:#56657a}.logistics-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:20px;margin-top:32px}.logistics-visual{position:relative;min-height:475px;overflow:hidden;border-radius:18px}.logistics-visual>img{width:100%;height:100%;min-height:475px;object-fit:cover}.logistics-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(3,17,39,.94))}.logistics-overlay{position:absolute;z-index:2;right:30px;bottom:30px;left:30px;display:grid;gap:6px;color:#fff}.logistics-overlay span{color:#72ce91;font-size:.6rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.logistics-overlay strong{max-width:560px;font-family:var(--heading-font);font-size:2rem}.logistics-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.logistics-options article{display:flex;gap:15px;align-items:flex-start;padding:25px;border:1px solid #d9e1eb;border-radius:14px;background:#fff}.logistics-options article:first-child{grid-column:1/-1}.logistics-options i{color:#278751;font-size:1.25rem}.logistics-options h3{margin:0 0 6px;font-size:1.35rem}.logistics-options p{margin:0;color:#5c697b;font-size:.68rem}.home-carriers{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;align-self:end}.home-carriers span{display:grid;height:64px;place-items:center;padding:8px;border:1px solid #d9e1eb;border-radius:10px;background:#fff}.home-carriers img{width:100%;height:100%;object-fit:contain}.logistics-steps{display:grid;grid-template-columns:repeat(4,1fr);margin:22px 0 0;padding:0;overflow:hidden;border:1px solid #d9e1eb;border-radius:14px;background:#fff;list-style:none}.logistics-steps li{position:relative;display:grid;gap:4px;padding:23px 25px;border-right:1px solid #d9e1eb}.logistics-steps li:last-child{border:0}.logistics-steps span{color:#278751;font-size:.62rem;font-weight:800}.logistics-steps b{font-size:.8rem}.logistics-steps small{color:#637084;font-size:.62rem}@media(max-width:1000px){.brand-choice-layout,.logistics-layout{grid-template-columns:1fr}.brand-choice-lead{min-height:460px}.logistics-options{grid-template-columns:repeat(3,1fr)}.logistics-options article:first-child{grid-column:auto}.home-carriers{grid-column:1/-1}}@media(max-width:700px){.brand-choice-lead{min-height:500px}.brand-choice-lead>div{right:24px;bottom:26px;left:24px}.brand-choice-points article{grid-template-columns:45px 1fr;padding:18px}.brand-choice-points i{width:45px;height:45px}.logistics-options,.logistics-steps{grid-template-columns:1fr}.logistics-steps li{border-right:0;border-bottom:1px solid #d9e1eb}.home-carriers{grid-template-columns:1fr 1fr}.logistics-visual,.logistics-visual>img{min-height:390px}}
/* ===== END home.css ===== */

/* ===== BEGIN home-premium-v15.css ===== */
/*
 * Airek Sports homepage premium presentation.
 * Six products remain in one row on wide screens and scale responsibly.
 */
@media (min-width: 1280px) {
    .featured-products-section .premium-product-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 18px;
    }

    .featured-products-section .premium-product-card .product-card-body {
        padding: 18px;
    }

    .featured-products-section .premium-product-card h3 {
        font-size: clamp(1rem, 1.05vw, 1.22rem);
    }

    .featured-products-section .premium-product-card p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .featured-products-section .premium-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .featured-products-section .premium-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .featured-products-section .premium-product-grid {
        grid-template-columns: 1fr;
    }
}

.home-categories .premium-category-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.home-resources-section .blog-card-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
/* ===== END home-premium-v15.css ===== */

/* ===== BEGIN our-work.css ===== */
:root {
    --work-accent: #66b77d;
    --work-accent-strong: #79cf91;
    --work-bg: #07183f;
    --work-surface: #0b2155;
    --work-surface-strong: #102a72;
    --work-border: rgba(181, 194, 214, 0.2);
    --work-text: #fcfcfc;
    --work-muted: #b5c2d6;
}

.home-customer-work,
.our-work-page {
    background:
        radial-gradient(circle at 6% 12%, rgba(102, 183, 125, 0.14), transparent 30%),
        linear-gradient(180deg, #07183f 0%, #061638 100%);
    color: var(--work-text);
}

.customer-work-heading {
    align-items: end;
    gap: 32px;
}

.customer-work-heading > p {
    max-width: 520px;
    color: var(--work-muted);
}

.customer-work-heading strong {
    color: var(--work-accent-strong);
}

.customer-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.customer-work-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--work-border);
    border-radius: 18px;
    background: linear-gradient(155deg, rgba(16, 42, 114, 0.96), rgba(7, 24, 63, 0.98));
    box-shadow: 0 18px 44px rgba(2, 11, 31, 0.24);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.customer-work-card:hover,
.customer-work-card:focus-within {
    transform: translateY(-5px);
    border-color: rgba(102, 183, 125, 0.72);
    box-shadow: 0 24px 58px rgba(2, 11, 31, 0.36);
}

.customer-work-card > a {
    display: flex;
    height: 100%;
    color: inherit;
    text-decoration: none;
    flex-direction: column;
}

.customer-work-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #04102c;
}

.customer-work-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(180deg, transparent, rgba(4, 16, 44, 0.5));
    pointer-events: none;
}

.customer-work-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 300ms ease;
}

.customer-work-card:hover .customer-work-media img,
.customer-work-card:focus-within .customer-work-media img {
    transform: scale(1.025);
}

.customer-work-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 22px;
}

.customer-work-category,
.customer-work-method {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: var(--work-accent-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
}

.customer-work-category {
    margin-bottom: 10px;
}

.customer-work-card h3 {
    margin: 0;
    color: var(--work-text);
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.28;
}

.customer-work-card p {
    margin: 11px 0 0;
    color: var(--work-muted);
    font-size: 0.93rem;
    line-height: 1.65;
}

.customer-work-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    color: #d8e3f3;
    font-size: 0.86rem;
    font-weight: 700;
}

.customer-work-link i {
    color: var(--work-accent-strong);
    font-size: 1rem;
}

.customer-work-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.customer-work-actions .button-secondary {
    border: 1px solid rgba(102, 183, 125, 0.55);
    background: transparent;
    color: var(--work-text);
}

.our-work-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(86px, 11vw, 150px) 0 clamp(64px, 8vw, 108px);
    background:
        linear-gradient(100deg, rgba(4, 16, 44, 0.98) 0%, rgba(7, 24, 63, 0.9) 58%, rgba(16, 42, 114, 0.78) 100%),
        url("../images/our-work/neon-vibes-jersey.webp") center 48% / cover no-repeat;
    color: var(--work-text);
}

.our-work-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102, 183, 125, 0.72), transparent);
}

.our-work-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.our-work-hero .eyebrow {
    color: var(--work-accent-strong);
}

.our-work-hero h1 {
    max-width: 760px;
    margin: 13px 0 18px;
    color: var(--work-text);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(2.7rem, 6vw, 5.6rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.our-work-hero p {
    max-width: 690px;
    margin: 0;
    color: #d4ddec;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.75;
}

.our-work-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.our-work-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
    gap: 34px;
    align-items: start;
    margin-bottom: 38px;
}

.our-work-intro h2 {
    margin-top: 8px;
}

.our-work-intro p {
    color: var(--work-muted);
}

.our-work-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.our-work-proof div {
    padding: 18px;
    border: 1px solid var(--work-border);
    border-radius: 14px;
    background: rgba(16, 42, 114, 0.55);
}

.our-work-proof strong,
.our-work-proof span {
    display: block;
}

.our-work-proof strong {
    color: var(--work-text);
    font-size: 1.45rem;
}

.our-work-proof span {
    margin-top: 3px;
    color: var(--work-muted);
    font-size: 0.82rem;
}

.customer-work-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.customer-work-filter {
    appearance: none;
    border: 1px solid var(--work-border);
    border-radius: 999px;
    background: rgba(16, 42, 114, 0.48);
    color: var(--work-text);
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 10px 17px;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.customer-work-filter:hover,
.customer-work-filter:focus-visible,
.customer-work-filter[aria-pressed="true"] {
    border-color: var(--work-accent);
    background: var(--work-accent);
    color: #04102c;
    outline: none;
}

.customer-work-grid--portfolio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-work-grid--portfolio .customer-work-card[hidden] {
    display: none;
}

.customer-work-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 16px;
}

.customer-work-method {
    padding: 8px 10px;
    border: 1px solid rgba(102, 183, 125, 0.32);
    background: rgba(102, 183, 125, 0.08);
    font-size: 0.64rem;
}

.our-work-cta {
    border-top: 1px solid rgba(102, 183, 125, 0.3);
    border-bottom: 1px solid rgba(102, 183, 125, 0.3);
    background: linear-gradient(115deg, #0b2155, #102a72);
}

.our-work-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.our-work-cta h2 {
    margin: 6px 0 8px;
    color: var(--work-text);
}

.our-work-cta p {
    margin: 0;
    color: var(--work-muted);
}

@media (max-width: 980px) {
    .customer-work-grid,
    .customer-work-grid--portfolio {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .our-work-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .customer-work-heading,
    .our-work-cta__inner {
        display: block;
    }

    .customer-work-grid,
    .customer-work-grid--portfolio {
        grid-template-columns: 1fr;
    }

    .customer-work-grid--featured .customer-work-card:nth-child(n+5) {
        display: none;
    }

    .customer-work-actions,
    .our-work-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-work-actions .button,
    .our-work-hero__actions .button,
    .our-work-cta .button {
        justify-content: center;
        text-align: center;
    }

    .our-work-proof {
        grid-template-columns: 1fr 1fr;
    }

    .our-work-cta .customer-work-actions {
        margin-top: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .customer-work-card,
    .customer-work-media img,
    .customer-work-filter {
        transition: none;
    }
}
/* ===== END our-work.css ===== */

