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

/* ===== BEGIN theme.css ===== */
/*
 * Airek Sports Premium Ever UI
 * Shared public-facing design system. The homepage uses four focused
 * conversion sections; all catalogue, form and content pages inherit the
 * same responsive visual language.
 */
:root {
    --bg: #07183f;
    --surface: #102a72;
    --surface-raised: #12327f;
    --surface-soft: #0a2057;
    --footer: #04102c;
    --gold: #2f8f5b;
    --gold-soft: #66b77d;
    --gold-wash: rgba(47, 143, 91, 0.14);
    --button: var(--gold);
    --text: #f7f3ec;
    --muted: #b5c2d6;
    --muted-strong: #c8ccd2;
    --line: rgba(247, 243, 236, 0.11);
    --line-gold: rgba(102, 183, 125, 0.38);
    --heading-font: "DM Serif Display", Georgia, serif;
    --body-font: "Manrope", Arial, sans-serif;
    --page-gutter: clamp(16px, 4vw, 88px);
    --container: 1920px;
    --header-height: 82px;
    --shadow-sm: 0 12px 30px rgba(0, 0, 0, 0.18);
    --shadow-lg: 0 26px 72px rgba(0, 0, 0, 0.34);
    --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html {
    min-width: 0;
    max-width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 14px);
    background: var(--bg);
}
body {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background:
        radial-gradient(circle at 92% 4%, rgba(47, 143, 91, 0.12), transparent 25rem),
        radial-gradient(circle at 0% 32%, rgba(16, 42, 114, 0.24), transparent 26rem),
        var(--bg);
    color: var(--text);
    font-family: var(--body-font);
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.menu-open {
    position: fixed;
    top: var(--locked-scroll-y, 0);
    right: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
body > header,
body > main,
body > footer,
body > .whatsapp-float {
    min-width: 0;
    max-width: 100%;
}
main { min-width: 0; width: 100%; max-width: 100%; }
img, picture, svg, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { min-width: 0; font: inherit; }

button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 2px solid var(--gold-soft);
    outline-offset: 3px;
}
::selection { color: #0b0e12; background: var(--gold-soft); }

.container {
    width: calc(100% - (var(--page-gutter) * 2));
    max-width: var(--container);
    min-width: 0;
    margin-inline: auto;
}
.section {
    position: relative;
    min-width: 0;
    max-width: 100%;
    padding: clamp(68px, 7.5vw, 112px) 0;
}
.section-compact { padding: clamp(56px, 6vw, 88px) 0; }
.section-heading,
.section-title {
    max-width: 820px;
    margin-bottom: clamp(30px, 4vw, 52px);
}
.section-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.58fr);
    gap: clamp(24px, 5vw, 76px);
    align-items: end;
    max-width: none;
}
.section-heading-row > * { min-width: 0; }
.section-heading-row > p { margin: 0 0 5px; }
.section-title h2,
.section-heading h2 { margin: 12px 0 0; }
.section-title > p { max-width: 630px; margin: 16px 0 0; }
.center { text-align: center; }
.center .section-title, .center .section-heading { margin-inline: auto; }

h1, h2, h3, h4, p, figure, blockquote { margin-top: 0; }
h1, h2, h3, h4 {
    color: var(--text);
    font-family: var(--heading-font);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.98;
}
h1 { font-size: clamp(3.35rem, 6.2vw, 6.9rem); }
h2 { font-size: clamp(2.5rem, 4.35vw, 4.65rem); }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.38rem); }
h4 { font-size: 1.18rem; }
p { color: var(--muted); }
strong { color: var(--text); }
em { color: var(--gold-soft); font-style: italic; }
.text-gold { color: var(--gold-soft); }
.muted { color: var(--muted); }
.text-small { font-size: 0.88rem; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold-soft);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
}
.eyebrow::before {
    width: 25px;
    height: 1px;
    content: "";
    background: currentColor;
    opacity: 0.75;
}

.skip-link {
    position: fixed;
    top: -60px;
    left: 16px;
    z-index: 9999;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--gold-soft);
    color: #0b0e12;
    font-weight: 800;
}
.skip-link:focus { top: 14px; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid var(--button, var(--gold));
    border-radius: 999px;
    background: var(--button, var(--gold));
    color: #101319;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.button:hover {
    border-color: var(--gold-soft);
    background: var(--gold-soft);
    box-shadow: 0 16px 35px rgba(47, 143, 91, 0.24);
    transform: translateY(-3px);
}
.button-outline {
    border-color: var(--line-gold);
    background: rgba(14, 18, 24, 0.32);
    color: var(--gold-soft);
    box-shadow: none;
    backdrop-filter: blur(12px);
}
.button-outline:hover { color: #101319; }
.button-small { min-height: 43px; padding: 0 16px; font-size: 0.66rem; }
.button-block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-soft);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-transform: uppercase;
    transition: color 0.25s var(--ease), gap 0.25s var(--ease);
}
.text-link:hover { gap: 12px; color: var(--text); }
.section-link { justify-self: end; align-self: end; padding-bottom: 7px; }

/* Header and navigation */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 9000;
    isolation: isolate;
    width: 100%;
    height: var(--header-height);
    border-bottom: 1px solid transparent;
    transition: background 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled,
.site-header.is-open {
    border-color: rgba(247, 243, 236, 0.1);
    background: rgba(11, 14, 18, 0.94);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px) saturate(1.2);
}
.nav-wrap {
    display: flex;
    min-width: 0;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: clamp(14px, 2vw, 30px);
}
.brand { display: inline-flex; width: clamp(154px, 15vw, 208px); min-width: 0; flex: 0 1 auto; }
.brand img { width: 100%; height: 42px; object-fit: contain; object-position: left center; }
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid var(--line-gold);
    border-radius: 50%;
    position: relative;
    z-index: 9003;
    background: rgba(12, 16, 21, 0.82);
    color: var(--gold-soft);
}
.menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    margin: 4px auto;
    background: currentColor;
    transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}
.site-header.is-open .menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.site-header.is-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.is-open .menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.main-nav {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    align-self: stretch;
    gap: clamp(10px, 1.25vw, 22px);
    flex-wrap: nowrap;
}
.main-nav > a:not(.button),
.nav-dropdown > button {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(247, 243, 236, 0.86);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.25s var(--ease);
}
.main-nav > a:not(.button)::after,
.nav-dropdown > button::after {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: var(--gold-soft);
    transition: width 0.25s var(--ease);
}
.main-nav > a:not(.button):hover,
.main-nav > a:not(.button).active,
.nav-dropdown > button:hover,
.nav-dropdown > button.active,
.nav-dropdown.is-open > button { color: var(--text); }
.main-nav > a:not(.button):hover::after,
.main-nav > a:not(.button).active::after,
.nav-dropdown > button:hover::after,
.nav-dropdown > button.active::after,
.nav-dropdown.is-open > button::after { width: 100%; }
.nav-dropdown { position: relative; display: flex; min-width: 0; height: 100%; align-items: center; }
.nav-dropdown > button i { margin-left: 6px; font-size: 0.6rem; transition: transform 0.2s var(--ease); }
.nav-dropdown.is-open > button i { transform: rotate(180deg); }
.dropdown-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: -18px;
    z-index: 9004;
    display: grid;
    width: min(250px, 78vw);
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(19, 24, 32, 0.98);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.22s var(--ease), transform 0.22s var(--ease), visibility 0.22s;
    visibility: hidden;
}
.nav-dropdown.is-open .dropdown-menu { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
.nav-more-dropdown .dropdown-menu { right: 0; left: auto; }
.dropdown-menu a { padding: 10px 11px; border-radius: 8px; color: var(--muted); font-size: 0.78rem; overflow-wrap: anywhere; transition: background 0.22s var(--ease), color 0.22s var(--ease); }
.dropdown-menu a:hover,
.dropdown-menu a:focus-visible { background: var(--gold-wash); color: var(--gold-soft); }
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1600;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(247, 243, 236, 0.22);
    border-radius: 50%;
    background: var(--gold-soft);
    color: #11151b;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
    font-size: 1.5rem;
    transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}
.whatsapp-float:hover { box-shadow: 0 23px 42px rgba(47, 143, 91, 0.28); transform: translateY(-4px) scale(1.03); }

@media (max-width: 1100px) {
    .menu-toggle { display: grid; place-items: center; }
    .main-nav {
        position: fixed;
        inset: var(--header-height) 0 0;
        z-index: 9002;
        display: flex;
        min-height: calc(100dvh - var(--header-height));
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: clamp(18px, 4vw, 32px) var(--page-gutter) calc(34px + env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior-y: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
        background: rgba(11, 14, 18, 0.99);
        box-shadow: inset 0 1px 0 rgba(247, 243, 236, 0.08);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.23s var(--ease), transform 0.23s var(--ease), visibility 0.23s;
        visibility: hidden;
    }
    .main-nav.is-open,
    .site-header.is-open .main-nav { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
    .main-nav > a:not(.button),
    .nav-dropdown > button { min-height: 52px; height: auto; justify-content: space-between; padding: 0; font-size: 0.83rem; }
    .main-nav > a:not(.button)::after,
    .nav-dropdown > button::after { right: auto; bottom: 0; width: 100%; opacity: 0; }
    .main-nav > a:not(.button).active::after,
    .nav-dropdown > button.active::after,
    .nav-dropdown.is-open > button::after { opacity: 1; }
    .nav-dropdown { display: block; height: auto; }
    .nav-dropdown > button { width: 100%; }
    .dropdown-menu {
        position: static;
        display: none;
        width: auto;
        padding: 4px 0 9px 14px;
        border: 0;
        border-left: 1px solid var(--line-gold);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
    }
    .nav-dropdown.is-open .dropdown-menu { display: grid; }
    .dropdown-menu a { padding: 9px 10px; }
    .nav-quote { width: max-content; margin-top: 17px; }
}

@media (min-width: 1101px) and (max-width: 1280px) {
    .brand { width: clamp(148px, 14vw, 178px); }
    .main-nav { gap: 10px; }
    .main-nav > a:not(.button), .nav-dropdown > button { font-size: 0.62rem; letter-spacing: 0.055em; }
    .nav-quote { padding-inline: 13px; }
}

/* Shared category, product and service cards. */
.home-categories { background: rgba(14, 18, 24, 0.55); border-top: 1px solid rgba(247, 243, 236, 0.07); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.premium-category-card {
    position: relative;
    display: block;
    min-width: 0;
    min-height: clamp(270px, 28vw, 380px);
    overflow: hidden;
    border: 1px solid rgba(247, 243, 236, 0.12);
    border-radius: 14px;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    isolation: isolate;
}
.premium-category-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    filter: saturate(0.78) contrast(1.03);
    transform: scale(1.001);
    transition: transform 0.65s var(--ease), filter 0.4s var(--ease);
}
.category-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 8, 11, 0.08) 15%, rgba(6, 8, 11, 0.9) 94%);
    transition: background 0.35s var(--ease);
}
.category-card-content {
    position: absolute;
    right: 24px;
    bottom: 23px;
    left: 24px;
    z-index: 1;
    display: block;
}
.category-index { display: block; margin-bottom: 18px; color: var(--gold-soft); font-size: 0.63rem; font-weight: 800; letter-spacing: 0.16em; }
.category-card-content strong { display: block; font-family: var(--heading-font); font-size: clamp(1.75rem, 2.45vw, 2.45rem); font-weight: 400; letter-spacing: -0.03em; line-height: 0.98; }
.category-card-content small { display: -webkit-box; max-width: 85%; margin-top: 9px; overflow: hidden; color: rgba(247, 243, 236, 0.68); font-size: 0.73rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.category-card-link { display: inline-flex; align-items: center; gap: 8px; max-height: 0; margin-top: 0; overflow: hidden; color: var(--gold-soft); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; line-height: 1.2; text-transform: uppercase; opacity: 0; transition: opacity 0.3s var(--ease), max-height 0.3s var(--ease), margin-top 0.3s var(--ease); }
.premium-category-card:hover img { filter: saturate(1) contrast(1.06); transform: scale(1.075); }
.premium-category-card:hover .category-card-overlay { background: linear-gradient(180deg, rgba(6, 8, 11, 0.16) 15%, rgba(6, 8, 11, 0.95) 98%); }
.premium-category-card:hover .category-card-link { max-height: 28px; margin-top: 15px; opacity: 1; }

.featured-products-section { border-top: 1px solid rgba(247, 243, 236, 0.07); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.premium-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(24, 30, 40, 0.98), rgba(15, 19, 26, 0.98));
    box-shadow: var(--shadow-sm);
    transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.premium-product-card:hover { border-color: var(--line-gold); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25); transform: translateY(-6px); }
.product-image-link { position: relative; display: block; padding: 13px 13px 0; }
.product-image-wrap { position: relative; display: block; aspect-ratio: 1 / 1.06; overflow: hidden; border-radius: 10px; background: linear-gradient(135deg, #1d2531, #11161e); }
.product-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 58%, rgba(11, 14, 18, 0.18)); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s var(--ease), filter 0.4s var(--ease); }
.premium-product-card:hover .product-image-wrap img { filter: saturate(1.06); transform: scale(1.06); }
.product-card-number { position: absolute; top: 27px; left: 27px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(247, 243, 236, 0.28); border-radius: 50%; background: rgba(11, 14, 18, 0.45); color: var(--gold-soft); font-size: 0.61rem; font-weight: 800; letter-spacing: 0.05em; backdrop-filter: blur(10px); }
.product-card-body { padding: 20px 20px 18px; }
.category-tag { display: inline-flex; color: var(--gold-soft); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.2; text-transform: uppercase; }
.product-card h3 { margin: 10px 0 10px; font-size: clamp(1.55rem, 2vw, 2.05rem); }
.product-card h3 a { transition: color 0.22s var(--ease); }
.product-card h3 a:hover { color: var(--gold-soft); }
.product-card p { display: -webkit-box; min-height: 3.3em; margin-bottom: 17px; overflow: hidden; font-size: 0.76rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 14px; border-top: 1px solid rgba(247, 243, 236, 0.1); }
.product-card-footer > span { min-width: 0; overflow: hidden; color: var(--muted); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.025em; text-overflow: ellipsis; white-space: nowrap; }
.icon-link { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold-soft); font-size: 0.75rem; transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease); }
.icon-link:hover { background: var(--gold-soft); color: #11151b; transform: rotate(-25deg); }

.home-services-section { border-top: 1px solid rgba(247, 243, 236, 0.07); background: linear-gradient(180deg, rgba(21, 27, 36, 0.8), rgba(11, 14, 18, 0)); }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.premium-service-card {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 308px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    isolation: isolate;
    transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.premium-service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.45) saturate(0.72); transform: scale(1.01); transition: transform 0.65s var(--ease), filter 0.4s var(--ease); }
.service-card-shade { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(11, 14, 18, 0.25), rgba(11, 14, 18, 0.92) 76%); }
.service-card-content { position: absolute; right: 23px; bottom: 22px; left: 23px; z-index: 1; display: block; }
.service-card-icon { display: grid; width: 38px; height: 38px; margin-bottom: 42px; place-items: center; border: 1px solid rgba(102, 183, 125, 0.62); border-radius: 50%; background: rgba(7, 24, 63, 0.58); color: var(--gold-soft); font-size: 0.85rem; backdrop-filter: blur(9px); }
.service-card-content strong { display: block; font-family: var(--heading-font); font-size: clamp(1.72rem, 2.45vw, 2.35rem); font-weight: 400; letter-spacing: -0.03em; line-height: 1; }
.service-card-content small { display: -webkit-box; min-height: 2.9em; margin-top: 10px; overflow: hidden; color: rgba(247, 243, 236, 0.7); font-size: 0.75rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.service-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--gold-soft); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.premium-service-card:hover { border-color: var(--line-gold); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28); transform: translateY(-6px); }
.premium-service-card:hover > img { filter: grayscale(0.1) saturate(1); transform: scale(1.08); }

/* Shared catalogue, content and lead-generation pages */
.page-hero {
    position: relative;
    display: grid;
    min-height: 450px;
    align-items: end;
    padding: 150px 0 62px;
    overflow: hidden;
    background: linear-gradient(100deg, rgba(11, 14, 18, 0.93), rgba(11, 14, 18, 0.39)), var(--page-hero-image, none) center / cover no-repeat;
    border-bottom: 1px solid var(--line);
}
.page-hero::after { position: absolute; inset: auto 0 0; height: 35%; content: ""; background: linear-gradient(transparent, var(--bg)); }
.page-hero-content { position: relative; z-index: 1; max-width: 880px; }
.page-hero h1 { margin: 13px 0 16px; }
.page-hero p { max-width: 620px; margin: 0; font-size: 1.02rem; }
.breadcrumb { display: inline-flex; flex-wrap: wrap; gap: 8px; margin-bottom: 13px; color: var(--muted); font-size: 0.73rem; }
.breadcrumb a:hover { color: var(--gold-soft); }

.about-split {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(25, 31, 41, 0.9), rgba(14, 18, 24, 0.98));
    box-shadow: var(--shadow-sm);
}
.about-image { min-height: 530px; background: var(--image) center / cover no-repeat; }
.about-copy { padding: clamp(36px, 5vw, 76px); }
.about-copy h2 { margin: 14px 0 19px; }
.about-copy p { max-width: 580px; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 27px 0; }
.check-grid span { min-width: 0; color: var(--muted-strong); font-size: 0.78rem; }
.check-grid i { margin-right: 8px; color: var(--gold-soft); }

.feature-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(20, 25, 34, 0.65);
}
.feature-strip article { display: flex; min-width: 0; gap: 15px; padding: 28px 24px; border-right: 1px solid var(--line); }
.feature-strip article:last-child { border-right: 0; }
.feature-strip i { flex: 0 0 auto; padding-top: 3px; color: var(--gold-soft); font-size: 1.18rem; }
.feature-strip h3 { margin: 0 0 6px; font-size: 1.68rem; }
.feature-strip p { margin: 0; font-size: 0.74rem; line-height: 1.5; }

/* Legacy capability cards stay elegant outside the shorter homepage. */
.capability-card:not(.premium-service-card) {
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(20, 25, 34, 0.72);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.capability-card:not(.premium-service-card):hover { border-color: var(--line-gold); transform: translateY(-5px); }
.capability-card:not(.premium-service-card) > img { width: 100%; aspect-ratio: 1.3; object-fit: cover; }
.capability-card:not(.premium-service-card) > h3, .capability-card:not(.premium-service-card) > p, .capability-card:not(.premium-service-card) > .service-detail { margin-right: 19px; margin-left: 19px; }
.capability-card:not(.premium-service-card) > h3 { margin-top: 19px; margin-bottom: 9px; font-size: 1.72rem; }
.capability-card:not(.premium-service-card) > p { margin-bottom: 19px; font-size: 0.76rem; }
.service-detail { margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.8rem; }
.service-detail h2, .service-detail h3, .service-detail h4 { margin: 0 0 0.6em; font-size: 1.25rem !important; }

.story-section { padding: clamp(78px, 9vw, 130px) 0; background: rgba(14, 18, 24, 0.62); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-track { display: grid; grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr); gap: clamp(40px, 8vw, 118px); }
.story-intro { min-width: 0; }
.story-intro h2 { margin: 12px 0 18px; }
.story-intro .button { margin-top: 9px; }
.story-panels { min-width: 0; }
.story-panel { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); }
.story-panel:last-child { border-bottom: 1px solid var(--line); }
.story-index { color: var(--gold-soft); font-family: var(--heading-font); font-size: clamp(2.3rem, 3vw, 3.7rem); letter-spacing: -0.05em; line-height: 0.8; }
.story-panel h3 { margin: 5px 0 10px; font-size: clamp(1.7rem, 2.4vw, 2.35rem); }
.story-panel p { max-width: 570px; margin-bottom: 0; font-size: 0.84rem; }

.content-grid, .contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
    gap: clamp(30px, 6vw, 84px);
    align-items: start;
}
.side-card, .form-card, .quote-summary, .contact-panel {
    min-width: 0;
    padding: clamp(25px, 4vw, 44px);
    border: 1px solid var(--line);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(24, 30, 40, 0.9), rgba(14, 18, 24, 0.9));
    box-shadow: var(--shadow-sm);
}
.side-card h3, .form-card h2, .quote-summary h3, .contact-panel h2 { margin: 12px 0 13px; }
.side-card p { margin-bottom: 22px; }
.prose { min-width: 0; overflow-wrap: anywhere; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2 { margin: 0 0 18px; }
.prose h3 { margin: 30px 0 12px; font-size: 1.9rem; }
.prose ul, .prose ol { padding-left: 1.2rem; color: var(--muted); }
.prose li + li { margin-top: 0.45rem; }
.prose a { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 3px; }
.prose table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.prose th, .prose td { padding: 10px; border: 1px solid var(--line); text-align: left; }

.filter-bar {
    display: grid;
    grid-template-columns: minmax(190px, 1.2fr) repeat(2, minmax(150px, 0.65fr)) auto;
    gap: 14px;
    align-items: end;
    padding: 19px;
    margin-bottom: 28px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(20, 25, 34, 0.65);
}
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--muted-strong); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.input, .select, .textarea {
    width: 100%;
    border: 1px solid rgba(247, 243, 236, 0.14);
    border-radius: 9px;
    outline: 0;
    background: rgba(7, 10, 14, 0.45);
    color: var(--text);
    font-size: 0.84rem;
    transition: border-color 0.22s var(--ease), background 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.input, .select { min-height: 48px; padding: 0 13px; }
.textarea { min-height: 130px; padding: 13px; resize: vertical; }
.select option { background: #151b25; color: var(--text); }
.input:focus, .select:focus, .textarea:focus { border-color: var(--line-gold); background: rgba(7, 24, 63, 0.82); box-shadow: 0 0 0 3px rgba(47, 143, 91, 0.14); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.form-note, .helper { display: block; margin-bottom: 21px; color: var(--muted); font-size: 0.78rem; }
.checkbox-row { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted-strong); font-size: 0.79rem; }
.field-check { display: flex !important; align-items: flex-start; gap: 10px; color: var(--muted) !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.field-check input { flex: 0 0 auto; margin-top: 4px; accent-color: var(--gold); }
.alert { padding: 12px 14px; margin-bottom: 17px; border-radius: 9px; font-size: 0.78rem; }
.alert-success { border: 1px solid rgba(88, 194, 133, 0.32); background: rgba(88, 194, 133, 0.1); color: #b2e5c3; }
.alert-error { border: 1px solid rgba(230, 116, 116, 0.36); background: rgba(230, 116, 116, 0.1); color: #ffb5b5; }

.product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr); gap: clamp(30px, 6vw, 92px); align-items: start; }
.product-main-image { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.product-main-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.thumb-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 11px; }
.thumb-grid button { overflow: hidden; padding: 0; border: 1px solid transparent; border-radius: 8px; background: var(--surface); }
.thumb-grid button.active { border-color: var(--gold-soft); }
.thumb-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-detail h1 { margin: 9px 0 18px; font-size: clamp(2.8rem, 4.7vw, 5.1rem); }
.product-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 26px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--line); }
.product-specs div { min-width: 0; padding: 15px; background: rgba(20, 25, 34, 0.94); }
.product-specs b, .product-specs span { display: block; }
.product-specs b { margin-bottom: 4px; color: var(--gold-soft); font-size: 0.62rem; letter-spacing: 0.11em; text-transform: uppercase; }
.product-specs span { color: var(--muted-strong); font-size: 0.76rem; }

.contact-method { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-method:last-of-type { border-bottom: 0; }
.contact-method > i { flex: 0 0 auto; width: 19px; padding-top: 4px; color: var(--gold-soft); }
.contact-method b { display: block; font-size: 0.8rem; }
.contact-method p { margin: 3px 0 0; font-size: 0.76rem; }
.contact-method a:hover, .footer-contact a:hover { color: var(--gold-soft); }
.contact-map { margin-top: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }
.contact-map iframe { display: block; width: 100%; min-height: 260px; border: 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.gallery-tile { position: relative; min-height: 245px; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); color: var(--text); text-align: left; }
.gallery-tile img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery-tile::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(11, 14, 18, 0.88)); }
.gallery-tile span { position: absolute; right: 17px; bottom: 15px; left: 17px; z-index: 1; font-family: var(--heading-font); font-size: 1.65rem; line-height: 1; }
.gallery-tile:hover img { transform: scale(1.065); }
.lightbox { position: fixed; inset: 0; z-index: 3000; display: grid; padding: 40px; place-items: center; background: rgba(4, 6, 9, 0.93); opacity: 0; pointer-events: none; transition: opacity 0.25s var(--ease); }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(100%, 1050px); max-height: calc(100vh - 90px); border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox button { position: fixed; top: 18px; right: 22px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(11, 14, 18, 0.8); color: var(--text); font-size: 1.7rem; line-height: 1; }
.empty-state { padding: clamp(35px, 6vw, 70px); border: 1px dashed var(--line-gold); border-radius: 14px; background: rgba(20, 25, 34, 0.45); text-align: center; }
.empty-state h3 { margin-bottom: 10px; }
.empty-state p { max-width: 560px; margin: 0 auto; }
.compact-empty-state { padding: 38px; }

.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 18px; padding: 21px 0; border: 0; background: transparent; color: var(--text); font-family: var(--heading-font); font-size: clamp(1.32rem, 2vw, 1.76rem); letter-spacing: -0.025em; text-align: left; }
.accordion-trigger i { flex: 0 0 auto; color: var(--gold-soft); font-size: 0.8rem; transition: transform 0.25s var(--ease); }
.accordion-trigger[aria-expanded="true"] i { transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s var(--ease); }
.accordion-panel > p { min-height: 0; margin: 0; overflow: hidden; }
.accordion-panel.open { grid-template-rows: 1fr; }
.accordion-panel.open > p { padding-bottom: 22px; }

.cta-banner {
    position: relative;
    padding: clamp(76px, 10vw, 140px) 0;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(11, 14, 18, 0.92), rgba(11, 14, 18, 0.62)), var(--cta-image) center / cover no-repeat;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: center;
}
.cta-banner .container { position: relative; z-index: 1; max-width: 820px; }
.cta-banner h2 { margin: 12px 0 17px; }
.cta-banner p { max-width: 610px; margin: 0 auto 25px; }
.cta-banner .button-row { justify-content: center; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--footer); }
.footer-cta { border-bottom: 1px solid var(--line); background: linear-gradient(100deg, rgba(47, 143, 91, 0.14), transparent 46%); }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 52px 0; }
.footer-cta h2 { margin: 11px 0 0; font-size: clamp(2.2rem, 3.8vw, 3.75rem); }
.footer-grid { display: grid; grid-template-columns: minmax(230px, 1.35fr) repeat(2, minmax(130px, 0.65fr)) minmax(235px, 1fr); gap: clamp(25px, 5vw, 68px); padding: 72px 0 48px; }
.footer-brand > img { width: min(200px, 100%); height: 42px; object-fit: contain; object-position: left; }
.footer-tagline { margin: 18px 0 8px !important; color: var(--gold-soft) !important; font-weight: 800; }
.footer-brand > p:not(.footer-tagline) { max-width: 335px; margin-bottom: 18px; font-size: 0.78rem; }
.site-footer h3 { margin: 4px 0 17px; color: var(--text); font-family: var(--body-font); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li + li { margin-top: 9px; }
.site-footer li a { color: var(--muted); font-size: 0.76rem; transition: color 0.2s var(--ease); }
.site-footer li a:hover { color: var(--gold-soft); }
.footer-contact p { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 10px; color: var(--muted); font-size: 0.75rem; }
.footer-contact p i { width: 15px; padding-top: 3px; color: var(--gold-soft); }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 0.78rem; transition: color 0.22s var(--ease), border-color 0.22s var(--ease), background 0.22s var(--ease); }
.socials a:hover { border-color: var(--line-gold); background: var(--gold-wash); color: var(--gold-soft); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 0 25px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; font-size: 0.67rem; }
.footer-bottom div { display: flex; gap: 16px; }
.footer-bottom a { color: var(--muted); font-size: 0.67rem; }
.footer-bottom a:hover { color: var(--gold-soft); }

/* Existing installation and special utility screens */
.login-page { display: grid; min-height: 100svh; padding: 35px 20px; place-items: center; }
.login-box { width: min(100%, 460px); padding: 36px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow-lg); }
.login-box h1 { margin-bottom: 14px; font-size: 3rem; }
.login-footer { margin-top: 17px; color: var(--muted); font-size: 0.76rem; text-align: center; }
.install-region-note, .regional-form-note { padding: 13px 14px; margin: 0 0 18px; border: 1px solid var(--line-gold); border-radius: 9px; background: var(--gold-wash); color: var(--muted-strong); font-size: 0.78rem; }
.regional-note { color: var(--gold-soft) !important; }
.visual-error-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr); gap: clamp(36px, 7vw, 100px); align-items: center; }
.visual-error-layout > img { width: 100%; border: 1px solid var(--line-gold); border-radius: 15px; background: var(--surface); }
.visual-error-layout .center { text-align: left; }
.visual-error-layout .button-row { justify-content: flex-start; }
.catalog-fallback-card { display: grid; grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr); overflow: hidden; border: 1px solid var(--line-gold); border-radius: 14px; background: var(--surface); }

.blog-filter { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.blog-filter a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.blog-filter a:hover,.blog-filter a.active { border-color: var(--line-gold); background: var(--gold-wash); color: var(--text); }
.blog-filter span { color: var(--gold-soft); }
.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,32,87,.72); transition: border-color .25s var(--ease),transform .25s var(--ease); }
.blog-card:hover { border-color: var(--line-gold); transform: translateY(-5px); }
.blog-card-image { display: block; overflow: hidden; aspect-ratio: 16/10; background: var(--surface); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--ease); }
.blog-card:hover .blog-card-image img { transform: scale(1.045); }
.blog-card-body { padding: 22px; }
.blog-card h2,.blog-card h3 { margin: 10px 0; font-size: clamp(1.5rem,2vw,2.15rem); }
.blog-card h2 a:hover,.blog-card h3 a:hover { color: var(--gold-soft); }
.blog-card p { color: var(--muted); }
.blog-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 19px; color: var(--muted); font-size: .72rem; }
.article-hero { padding: calc(var(--header-height) + clamp(55px,6vw,90px)) 0 clamp(55px,6vw,90px); background: linear-gradient(135deg,#07183f,#102a72); }
.article-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); align-items: center; gap: clamp(30px,5vw,80px); }
.article-hero h1 { margin: 15px 0; font-size: clamp(3rem,5.5vw,6.2rem); }
.article-hero p { max-width: 60ch; color: var(--muted); }
.article-hero img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--line-gold); border-radius: 15px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 21px; color: var(--gold-soft); font-size: .75rem; font-weight: 700; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,360px); align-items: start; gap: clamp(32px,6vw,90px); }
.article-content { max-width: 820px; font-size: 1.02rem; }
.article-content h2 { margin-top: 40px; }
@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-hero-grid,.article-layout{grid-template-columns:1fr}.article-hero img{max-height:420px}.article-layout .side-card{position:static}}
@media(max-width:620px){.blog-grid{grid-template-columns:1fr}.blog-card-meta{align-items:flex-start;flex-direction:column}.article-hero h1{font-size:clamp(2.6rem,13vw,4rem)}}
.catalog-fallback-card img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.catalog-fallback-card > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(28px, 4vw, 56px); }
.catalog-empty-state img { width: min(100%, 360px); aspect-ratio: 1.35; margin: 0 auto 20px; border: 1px solid var(--line); border-radius: 10px; object-fit: cover; }
.table-wrap { overflow-x: auto; overscroll-behavior-x: contain; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity 0.65s var(--ease), transform 0.65s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1.25fr repeat(2, 0.8fr); }
    .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    .section-heading-row, .content-grid, .contact-grid, .product-detail, .story-track, .about-split, .visual-error-layout { grid-template-columns: 1fr; }
    .section-heading-row > p { max-width: 590px; margin-bottom: 0; }
    .section-link { justify-self: start; padding-bottom: 0; }
    .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-image { min-height: 340px; }
    .about-copy { padding: 35px 26px; }
    .feature-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .feature-strip article:nth-child(2) { border-right: 0; }
    .feature-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .story-panel { grid-template-columns: 55px minmax(0, 1fr); gap: 14px; }
    .filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .filter-bar .field:first-child { grid-column: 1 / -1; }
    .form-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-cta-inner { display: block; padding: 42px 0; }
    .footer-cta .button { width: 100%; margin-top: 23px; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .visual-error-layout .center { text-align: center; }
    .visual-error-layout .button-row { justify-content: center; }
}

@media (max-width: 560px) {
    body { font-size: 14px; }
    :root { --header-height: 72px; --page-gutter: 15px; }
    .brand { width: 165px; }
    .brand img { height: 35px; }
    .menu-toggle { width: 40px; height: 40px; }
    .whatsapp-float { right: 14px; bottom: 14px; width: 50px; height: 50px; font-size: 1.35rem; }
    .button { width: 100%; min-height: 50px; }
    .button-row { display: grid; grid-template-columns: 1fr; }
    .section { padding: 68px 0; }
    .section-compact { padding: 52px 0; }
    h1 { font-size: clamp(3rem, 16vw, 4.15rem); }
    h2 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
    .category-grid, .product-grid, .capability-grid { grid-template-columns: 1fr; }
    .premium-category-card { min-height: 300px; }
    .premium-category-card .category-card-link { max-height: 28px; margin-top: 14px; opacity: 1; }
    .premium-product-card { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: stretch; }
    .product-image-link { padding: 10px; }
    .product-image-wrap { height: 100%; aspect-ratio: auto; min-height: 220px; }
    .product-card-number { top: 20px; left: 20px; }
    .product-card-body { display: flex; flex-direction: column; padding: 20px 15px 16px; }
    .product-card h3 { font-size: 1.7rem; }
    .product-card p { min-height: 0; margin-bottom: 11px; -webkit-line-clamp: 3; }
    .product-card-footer { margin-top: auto; }
    .premium-service-card { min-height: 278px; }
    .service-card-icon { margin-bottom: 30px; }
    .feature-strip { grid-template-columns: 1fr; }
    .feature-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
    .feature-strip article:nth-child(2) { border-right: 0; }
    .feature-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .feature-strip article:last-child { border-bottom: 0; }
    .check-grid { grid-template-columns: 1fr; }
    .about-image { min-height: 280px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-tile { min-height: 260px; }
    .filter-bar { grid-template-columns: 1fr; }
    .filter-bar .field:first-child { grid-column: auto; }
    .filter-bar .button { width: 100%; }
    .product-specs { grid-template-columns: 1fr; }
    .thumb-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1fr; padding: 53px 0 36px; }
    .footer-brand, .footer-contact { grid-column: auto; }
    .footer-bottom { display: block; }
    .footer-bottom div { margin-top: 8px; }
    .lightbox { padding: 20px; }
    .catalog-fallback-card { grid-template-columns: 1fr; }
    .catalog-fallback-card img { min-height: 0; aspect-ratio: 1.35; }
    .visual-error-layout .button-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
    .reveal { opacity: 1 !important; transform: none !important; }
}



/* Fluid layout foundation for all public pages. */
.site-header,
.site-footer,
.page-hero,
.cta-banner {
    width: 100%;
    max-width: 100%;
}
.hero-shell,
.section-heading-row,
.product-card,
.category-card,
.capability-card,
.footer-grid,
.footer-cta-inner,
.form-grid,
.content-grid,
.contact-grid,
.product-detail {
    min-width: 0;
}
@media (max-width: 1100px) {
    .premium-category-grid,
    .premium-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .premium-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .premium-category-grid,
    .premium-product-grid,
    .premium-service-grid { grid-template-columns: minmax(0, 1fr); }
}

/* Expanded catalog */
.subcategory-grid{margin-top:24px}.subcategory-grid .category-card{min-height:360px}.subcategory-grid .category-card img{height:360px;object-fit:cover}.subcategory-grid .category-card-overlay p{font-size:.92rem;max-width:34ch}.product-card img{background:#111722;aspect-ratio:4/3;object-fit:cover}
.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}}@media(max-width:620px){.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}}
.category-trust-strip{border-block:1px solid var(--line);background:#fff;color:#07183f}.category-trust-strip>.container{display:grid;grid-template-columns:repeat(4,1fr)}.category-trust-strip article{display:flex;gap:14px;align-items:center;padding:22px;border-right:1px solid #dce3ec}.category-trust-strip article:last-child{border-right:0}.category-trust-strip i{color:var(--green);font-size:1.45rem}.category-trust-strip b,.category-trust-strip span{display:block}.category-trust-strip b{font-size:.78rem;text-transform:uppercase}.category-trust-strip span{margin-top:3px;color:#596678;font-size:.68rem}.category-range,.category-products{background:#f6f8fb;color:#07183f}.category-range .section-title p,.category-products .section-title p{color:#5f6c7d}.category-sport-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.category-sport-grid a{position:relative;min-height:260px;overflow:hidden;border-radius:12px}.category-sport-grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-sport-grid a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(2,15,35,.9))}.category-sport-grid span{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff;font-family:var(--heading-font);font-size:1.55rem}.category-sport-grid a:hover img{transform:scale(1.04)}.category-product-grid{grid-template-columns:repeat(4,1fr);margin-top:30px}.category-products .product-card{background:#fff;border-color:#dfe5ed;color:#07183f}.category-products .product-card p{color:#637083}.category-customize{background:#061a3a}.category-customize-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:stretch}.category-customize-grid>img{width:100%;height:100%;min-height:460px;object-fit:cover;border-radius:14px}.category-customize-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.category-customize-options article{display:grid;grid-template-columns:42px 1fr;column-gap:12px;padding:18px;border:1px solid var(--line);border-radius:10px}.category-customize-options i{grid-row:1/3;color:var(--green);font-size:1.3rem}.category-customize-options b{font-size:.78rem}.category-customize-options span{color:#cbd6e5;font-size:.67rem}.category-order-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:30px 0 38px}.category-order-grid article{position:relative;padding:24px;text-align:center}.category-order-grid article:not(:last-child):after{content:"";position:absolute;top:27px;right:-12px;width:24px;height:1px;background:var(--green)}.category-order-grid span{display:grid;width:38px;height:38px;margin:0 auto 15px;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-weight:800}.category-order-grid h3{margin:0 0 8px}.factory-gallery-section{background:#f6f8fb;color:#07183f}.factory-gallery-section .section-title p{color:#5f6c7d}.gallery-filter-labels{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:25px 0}.gallery-filter-labels span{padding:8px 14px;border:1px solid #d7e0ea;border-radius:999px;background:#fff;color:#17315e;font-size:.68rem;font-weight:700}.factory-gallery-grid{grid-template-columns:repeat(3,1fr)}.factory-gallery-grid .gallery-tile{min-height:330px}.factory-gallery-grid .gallery-tile span{display:grid;text-align:left}.factory-gallery-grid .gallery-tile small{margin-bottom:5px;color:#65c184;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase}.site-header .brand img,.site-footer .footer-brand img{object-fit:contain}@media(max-width:1000px){.category-product-grid{grid-template-columns:repeat(2,1fr)}.category-customize-grid{grid-template-columns:1fr}.factory-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.category-trust-strip>.container{grid-template-columns:1fr 1fr}.category-trust-strip article:nth-child(2){border-right:0}.category-sport-grid,.category-product-grid,.category-customize-options,.category-order-grid,.factory-gallery-grid{grid-template-columns:1fr}.category-order-grid article:not(:last-child):after{top:auto;right:50%;bottom:-5px;width:1px;height:18px}.factory-gallery-grid .gallery-tile{min-height:270px}}
.shipping-compliance{padding:42px 0;border-block:1px solid var(--line);background:#071b42}.shipping-compliance-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px}.shipping-compliance h3{margin:8px 0 16px}.shipping-compliance p,.shipping-compliance li{color:#c7d3e3;font-size:.72rem}.shipping-compliance ul{display:grid;gap:8px;margin:0;padding-left:18px}.shipping-badges{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:14px}.shipping-badges span{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border:1px solid rgba(99,190,130,.42);border-radius:8px;background:rgba(16,42,114,.3);color:#fff;font-size:.72rem;font-weight:800}.footer-grid{grid-template-columns:1.25fr .8fr .8fr 1fr .9fr}.footer-certifications li{color:var(--muted);font-size:.72rem}.fabric-intro{background:#071b42}.fabric-brief-list{display:grid;gap:10px;margin:20px 0 25px;padding-left:18px;color:#d0dbea}.fabric-group:nth-of-type(even){background:#f6f8fb;color:#07183f}.fabric-group:nth-of-type(even) .eyebrow{color:var(--green)}.fabric-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.fabric-card-grid article{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:rgba(10,35,79,.65)}.fabric-group:nth-of-type(even) .fabric-card-grid article{border-color:#dbe3ec;background:#fff}.fabric-swatch{height:115px;background:repeating-linear-gradient(45deg,#0c2d64 0 4px,#123c9b 4px 8px,#43a86b 8px 10px);box-shadow:inset 0 -24px 35px rgba(0,0,0,.18)}.fabric-card-grid article:nth-child(2) .fabric-swatch{background:repeating-linear-gradient(90deg,#0b2655 0 3px,#17469f 3px 7px)}.fabric-card-grid article:nth-child(3) .fabric-swatch{background:radial-gradient(circle at 2px 2px,#43a86b 1px,transparent 1.5px),#0b2655;background-size:8px 8px}.fabric-card-grid article:nth-child(4) .fabric-swatch{background:linear-gradient(135deg,#071b42,#123c9b 52%,#43a86b)}.fabric-card-grid h3{margin:20px 20px 14px;font-size:1.5rem}.fabric-card-grid dl{margin:0 20px 22px}.fabric-card-grid dl>div{padding:10px 0;border-top:1px solid rgba(127,150,181,.22)}.fabric-card-grid dt{color:var(--green);font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.fabric-card-grid dd{margin:4px 0 0;color:var(--muted);font-size:.7rem}.fabric-group:nth-of-type(even) .fabric-card-grid dd{color:#5f6b7b}.fabric-note{background:#061a3a}@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(3,1fr)}.fabric-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.shipping-compliance-grid,.footer-grid,.fabric-card-grid{grid-template-columns:1fr}}
.category-products .product-card-body,.category-products .product-card h3,.category-products .product-card h3 a,.category-products .product-card .text-link{color:#07183f!important}.category-products .product-card p{color:#536176!important}.category-products .category-tag{color:#278751!important}.category-products .text-link:hover{color:#278751!important}.shipping-logos{display:flex;flex-wrap:wrap;gap:10px;margin:17px 0}.shipping-logos>span{display:flex;width:112px;height:54px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:#fff}.shipping-logos img{display:block;width:100%;height:100%;object-fit:contain}.shipping-logos .sea-freight{flex-direction:column;gap:3px;background:#0d2d67;color:#fff}.shipping-logos .sea-freight i{color:var(--green)}.shipping-logos .sea-freight b{font-size:.65rem}.page-hero img{filter:saturate(1.04) contrast(1.02)}
.category-products .section-title h2,.category-products .section-title h2 span:not(.text-gold){color:#07183f!important;text-shadow:none!important}.category-products .section-title .text-gold{color:#237d4b!important}.category-products .section-title>p{color:#4d5c70!important}.category-products .section-title .eyebrow{color:#237d4b!important}.category-range .section-title h2{color:#07183f!important}.category-range .section-title .text-gold{color:#237d4b!important}

/* Activewear catalogue: square image stage without exposed dark bands. */
.category-products .product-image-wrap {
    aspect-ratio: 1 / 1;
    background: #f5f5f3;
}
.category-products .product-image-wrap::after {
    display: none;
}
.category-products .product-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.responsibility-intro,.rd-intro{background:#071b42}.csr-pillars,.rd-focus{background:#f5f7fb;color:#07183f}.csr-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.csr-card-grid article{padding:30px;border:1px solid #dbe3ec;border-radius:15px;background:#fff}.csr-card-grid i{display:grid;width:48px;height:48px;place-items:center;border-radius:12px;background:#e7f5ec;color:#278751;font-size:1.2rem}.csr-card-grid h3{margin:22px 0 10px;font-size:1.55rem}.csr-card-grid p,.rd-focus-grid p{color:#5a687b;font-size:.7rem}.csr-action{background:#061a3a}.csr-check-list{display:grid;gap:12px;margin:25px 0;padding:0;list-style:none}.csr-check-list i{margin-right:9px;color:var(--green)}.responsibility-note{padding:17px;border-left:3px solid var(--green);background:rgba(70,178,106,.08);font-size:.72rem}.rd-focus-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:30px}.rd-focus-grid article{position:relative;padding:28px 22px;border:1px solid #dbe3ec;border-radius:14px;background:#fff}.rd-focus-grid span{position:absolute;top:18px;right:18px;color:#91a0b2;font-size:.62rem;font-weight:800}.rd-focus-grid i{color:#278751;font-size:1.4rem}.rd-focus-grid h3{margin:32px 0 10px;font-size:1.35rem}.rd-workflow{background:#061a3a}.rd-timeline{display:grid;grid-template-columns:repeat(5,1fr);margin-top:32px}.rd-timeline article{position:relative;padding:28px 24px;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.rd-timeline article:after{content:"";position:absolute;top:-5px;left:24px;width:9px;height:9px;border-radius:50%;background:var(--green)}.rd-timeline span{color:var(--green);font-size:.63rem;font-weight:800}.rd-timeline h3{margin:18px 0 9px;font-size:1.4rem}.rd-timeline p{color:#c6d2e2;font-size:.67rem}.rd-evidence{background:#071b42}@media(max-width:1050px){.csr-card-grid{grid-template-columns:repeat(2,1fr)}.rd-focus-grid{grid-template-columns:repeat(3,1fr)}.rd-timeline{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.csr-card-grid,.rd-focus-grid,.rd-timeline{grid-template-columns:1fr}.rd-timeline article{border-bottom:0}.rd-timeline article:last-child{border-bottom:1px solid rgba(255,255,255,.16)}}
/* ===== END theme.css ===== */

/* ===== BEGIN contrast-navigation-fixes.css ===== */
/* High-priority contrast, navigation and category-hero corrections. */
.page-hero {
    background-position: center;
    background-size: cover;
}
.page-hero h1,
.page-hero h1 span:not(.text-gold) {
    color: #fff !important;
    text-shadow: 0 3px 24px rgba(0, 0, 0, .42);
}
.page-hero p {
    color: #e2e9f2 !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .4);
}
.brand-choice .section-heading {
    max-width: none;
}
.brand-choice .section-heading-row {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .45fr);
}
.brand-choice .section-heading h2 {
    color: #fff !important;
    font-size: 0 !important;
    line-height: .94;
}
.brand-choice .section-heading h2::before {
    content: "Why Brands Choose Airek Sports";
    display: block;
    color: #fff !important;
    font-family: var(--heading-font);
    font-size: clamp(3rem, 5.25vw, 6rem);
    line-height: .94;
}
.brand-choice .section-heading .eyebrow {
    color: #72ce91 !important;
}
.brand-choice .section-heading-row > p {
    color: #d8e2ee !important;
}
.home-logistics .section-heading h2,
.home-logistics .section-heading h2 span:not(.text-gold),
.home-logistics h3,
.csr-pillars h2,
.csr-pillars h3,
.rd-focus h2,
.rd-focus h3 {
    color: #07183f !important;
}
.home-logistics .text-gold,
.csr-pillars .text-gold,
.rd-focus .text-gold,
.home-logistics .eyebrow,
.csr-pillars .eyebrow,
.rd-focus .eyebrow {
    color: #237d4b !important;
}
@media (max-width: 1100px) {
    .brand-choice .section-heading-row {
        grid-template-columns: 1fr;
    }
}

/* Explicit contrast for public product and factory-gallery light surfaces. */
.category-browser,
.factory-gallery-section,
.category-range,
.category-products {
    color: #07183f;
}
.category-browser { background: #f6f8fb; }
.category-browser .section-title h2,
.category-browser .section-title h2 span:not(.text-gold),
.factory-gallery-section .section-title h2,
.factory-gallery-section .section-title h2 span:not(.text-gold),
.category-range .section-title h2,
.category-products .section-title h2 {
    color: #07183f !important;
    text-shadow: none !important;
}
.category-browser .section-title .text-gold,
.factory-gallery-section .section-title .text-gold,
.category-range .section-title .text-gold,
.category-products .section-title .text-gold,
.category-browser .eyebrow,
.factory-gallery-section .eyebrow {
    color: #237d4b !important;
}
.category-browser .section-title p,
.factory-gallery-section .section-title p,
.category-range .section-title p,
.category-products .section-title p {
    color: #4d5c70 !important;
}

/* Force a new carrier asset URL so browser/CDN caches cannot retain the old UPS art. */
.shipping-logos img[alt="UPS"],
.home-carriers img[alt="UPS"] {
    content: url("../images/shipping/ups-official-v3.svg");
}

/* Image-backed R&D focus cards. */
.rd-focus-grid article {
    display: flex;
    min-height: 380px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 190px 22px 25px !important;
    overflow: hidden;
    background: #fff;
}
.rd-focus-grid article::before {
    position: absolute;
    inset: 0 0 auto;
    height: 170px;
    content: "";
    background-position: center;
    background-size: cover;
}
.rd-focus-grid article::after {
    position: absolute;
    inset: 110px 0 auto;
    height: 60px;
    content: "";
    background: linear-gradient(transparent, #fff);
}
.rd-focus-grid article:nth-child(1)::before { background-image: url("../images/catalog/category-activewear-green-v2.png"); }
.rd-focus-grid article:nth-child(2)::before { background-image: url("../images/catalog/sample-development-studio-v2.png"); }
.rd-focus-grid article:nth-child(3)::before { background-image: url("../images/catalog/airek-bulk-sewing.png"); }
.rd-focus-grid article:nth-child(4)::before { background-image: url("../images/catalog/airek-sublimation-production.png"); }
.rd-focus-grid article:nth-child(5)::before { background-image: url("../images/catalog/airek-standard-quality-control.png"); }
.rd-focus-grid article > * {
    position: relative;
    z-index: 2;
}
.rd-focus-grid article > span {
    top: 188px;
}
.rd-focus-grid article h3 {
    margin-top: 22px;
}

/* Fabric guide: readable names on light sections and photographic material swatches. */
.fabric-group:nth-of-type(even) .fabric-card-grid h3,
.fabric-group:nth-of-type(even) .fabric-card-grid h3 a {
    color: #07183f !important;
    text-shadow: none !important;
}
.fabric-group:nth-of-type(even) .fabric-card-grid dt {
    color: #237d4b !important;
}
.fabric-group:nth-of-type(even) .fabric-card-grid dd {
    color: #536176 !important;
}
.fabric-card-grid article:nth-child(1) .fabric-swatch {
    background: url("../images/fabrics/fabric-real-0.webp") center / cover no-repeat !important;
}
.fabric-card-grid article:nth-child(2) .fabric-swatch {
    background: url("../images/fabrics/fabric-real-1.webp") center / cover no-repeat !important;
}
.fabric-card-grid article:nth-child(3) .fabric-swatch {
    background: url("../images/fabrics/fabric-real-2.webp") center / cover no-repeat !important;
}
.fabric-card-grid article:nth-child(4) .fabric-swatch {
    background: url("../images/fabrics/fabric-real-3.webp") center / cover no-repeat !important;
}
.fabric-swatch {
    height: 170px !important;
    box-shadow: inset 0 -24px 35px rgba(0, 0, 0, .12) !important;
}

/* Quote and contact use a clean typographic hero instead of photography. */
.quote .page-hero,
.contact .page-hero {
    min-height: 390px;
    background-image:
        radial-gradient(circle at 82% 30%, rgba(75, 188, 112, .22), transparent 24rem),
        linear-gradient(120deg, #04102c, #0d2c68 64%, #0a3f4a) !important;
}
.quote .page-hero::before,
.contact .page-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 48px 48px;
}
.quote .content-grid { grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); align-items: start; }
.quote .form-card { padding: clamp(25px, 4vw, 52px); border-color: rgba(102,183,125,.26); background: linear-gradient(145deg, rgba(16,42,114,.72), rgba(6,24,58,.95)); }
.quote-builder-intro { display: flex; gap: 15px; align-items: center; margin: 12px 0 3px; padding: 19px 21px; border-left: 3px solid var(--green); background: rgba(64,174,101,.08); }
.quote-builder-intro > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 800; }
.quote-builder-intro strong,.quote-builder-intro small { display: block; }.quote-builder-intro strong { font-family: var(--heading-font); font-size: 1.35rem; }.quote-builder-intro small { color: #becbda; font-size: .67rem; }
.quote-builder-options { display: grid; gap: 17px; }
.quote-option-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.quote-option-group legend { display: flex; gap: 9px; align-items: center; margin-bottom: 9px; color: #fff; font-size: .7rem; font-weight: 800; }.quote-option-group legend i { color: var(--green); }
.quote-option-cards { display: flex; flex-wrap: wrap; gap: 8px; }
.quote-option-cards label { cursor: pointer; }.quote-option-cards input { position: absolute; opacity: 0; pointer-events: none; }
.quote-option-cards span { display: block; padding: 10px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(4,16,44,.48); color: #cbd6e4; font-size: .65rem; font-weight: 700; transition: .2s ease; }
.quote-option-cards input:checked + span { border-color: #65c184; background: #237d4b; color: #fff; box-shadow: 0 8px 22px rgba(35,125,75,.2); }
.quote-option-cards input:focus-visible + span { outline: 2px solid #72ce91; outline-offset: 2px; }
.quote-builder-final { margin-top: 17px; }
@media(max-width:900px){.quote .content-grid{grid-template-columns:1fr}.quote-option-cards span{padding:9px 11px}}

/* Clear startup-brand pathway on the homepage and private-label page. */
.startup-brand-callout { padding: clamp(54px, 6vw, 86px) 0; border-top: 1px solid rgba(255,255,255,.1); background: linear-gradient(120deg, #07183f, #102a72 68%, #0b4a46); }
.startup-brand-inner { display: grid; grid-template-columns: 74px minmax(0,1fr) auto; gap: clamp(20px,3vw,42px); align-items: center; }
.startup-brand-icon { display: grid; width: 74px; height: 74px; place-items: center; border: 1px solid rgba(114,206,145,.55); border-radius: 20px; background: rgba(69,174,104,.13); color: #72ce91; font-size: 1.7rem; }
.startup-brand-callout h2 { max-width: 900px; margin: 9px 0 13px; font-size: clamp(2.2rem,3.7vw,4.2rem); }
.startup-brand-callout p { max-width: 920px; margin: 0; color: #ccd8e7; font-size: .75rem; }
.startup-brand-callout .button { white-space: nowrap; }
@media(max-width:980px){.startup-brand-inner{grid-template-columns:64px 1fr}.startup-brand-icon{width:64px;height:64px}.startup-brand-callout .button{grid-column:2;width:max-content}}
@media(max-width:620px){.startup-brand-inner{grid-template-columns:1fr}.startup-brand-callout .button{grid-column:auto;width:100%}}

/* Fabric groups: exact photography-to-description mapping. */
.fabric-group:nth-of-type(even) .section-title h2,
.fabric-group:nth-of-type(even) .section-title h2 span:not(.text-gold) {
    color: #07183f !important;
    text-shadow: none !important;
}
.fabric-group:nth-of-type(even) .section-title .text-gold,
.fabric-group:nth-of-type(even) .section-title .eyebrow { color: #237d4b !important; }
.fabric-group:nth-of-type(even) .section-title p { color: #536176 !important; }

.fabric-group:nth-of-type(3) .fabric-card-grid article:nth-child(1) .fabric-swatch { background-image:url("../images/fabrics/sports/swatch-0.webp")!important; }
.fabric-group:nth-of-type(3) .fabric-card-grid article:nth-child(2) .fabric-swatch { background-image:url("../images/fabrics/sports/swatch-1.webp")!important; }
.fabric-group:nth-of-type(3) .fabric-card-grid article:nth-child(3) .fabric-swatch { background-image:url("../images/fabrics/sports/swatch-2.webp")!important; }
.fabric-group:nth-of-type(3) .fabric-card-grid article:nth-child(4) .fabric-swatch { background-image:url("../images/fabrics/sports/swatch-3.webp")!important; }
.fabric-group:nth-of-type(4) .fabric-card-grid article:nth-child(1) .fabric-swatch { background-image:url("../images/fabrics/active-mma/swatch-0.webp")!important; }
.fabric-group:nth-of-type(4) .fabric-card-grid article:nth-child(2) .fabric-swatch { background-image:url("../images/fabrics/active-mma/swatch-1.webp")!important; }
.fabric-group:nth-of-type(4) .fabric-card-grid article:nth-child(3) .fabric-swatch { background-image:url("../images/fabrics/active-mma/swatch-2.webp")!important; }
.fabric-group:nth-of-type(4) .fabric-card-grid article:nth-child(4) .fabric-swatch { background-image:url("../images/fabrics/active-mma/swatch-3.webp")!important; }
.fabric-group:nth-of-type(5) .fabric-card-grid article:nth-child(1) .fabric-swatch { background-image:url("../images/fabrics/streetwear/swatch-0.webp")!important; }
.fabric-group:nth-of-type(5) .fabric-card-grid article:nth-child(2) .fabric-swatch { background-image:url("../images/fabrics/streetwear/swatch-1.webp")!important; }
.fabric-group:nth-of-type(5) .fabric-card-grid article:nth-child(3) .fabric-swatch { background-image:url("../images/fabrics/streetwear/swatch-2.webp")!important; }
.fabric-group:nth-of-type(5) .fabric-card-grid article:nth-child(4) .fabric-swatch { background-image:url("../images/fabrics/streetwear/swatch-3.webp")!important; }
.fabric-group:nth-of-type(6) .fabric-card-grid article:nth-child(1) .fabric-swatch { background-image:url("../images/fabrics/outdoor/swatch-0.webp")!important; }
.fabric-group:nth-of-type(6) .fabric-card-grid article:nth-child(2) .fabric-swatch { background-image:url("../images/fabrics/outdoor/swatch-1.webp")!important; }
.fabric-group:nth-of-type(6) .fabric-card-grid article:nth-child(3) .fabric-swatch { background-image:url("../images/fabrics/outdoor/swatch-2.webp")!important; }
.fabric-group:nth-of-type(6) .fabric-card-grid article:nth-child(4) .fabric-swatch { background-image:url("../images/fabrics/outdoor/swatch-3.webp")!important; }

/* Homepage social proof / Instagram work showcase. */
.home-instagram-work { background:#f6f8fb; color:#07183f; }
.home-instagram-work h2,.home-instagram-work h2 span:not(.text-gold){color:#07183f!important}.home-instagram-work .text-gold,.home-instagram-work .eyebrow{color:#237d4b!important}.home-instagram-work .section-heading p{color:#536176!important}
.instagram-work-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; }
.instagram-work-card { position:relative; min-height:330px; overflow:hidden; border-radius:15px; }
.instagram-work-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.instagram-work-card::after { position:absolute; inset:0; content:""; background:linear-gradient(180deg,transparent 38%,rgba(2,15,35,.9)); }
.instagram-work-card span { position:absolute; z-index:2; right:18px; bottom:17px; left:18px; display:flex; justify-content:space-between; align-items:center; color:#fff; font-size:.72rem; font-weight:800; }
.instagram-work-card i { color:#72ce91; font-size:1.2rem; }.instagram-work-card:hover img{transform:scale(1.05)}
@media(max-width:1000px){.instagram-work-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.instagram-work-grid{grid-template-columns:1fr}.instagram-work-card{min-height:290px}}
/* ===== END contrast-navigation-fixes.css ===== */

/* ===== BEGIN stage-3-navigation.css ===== */
/* Airek Stage 3: product presentation and subcategory navigation */
.product-main-image,
.product-image-wrap,
.product-card > a:first-child {
    background: linear-gradient(145deg, #f8fafc, #e7edf4);
}
.product-main-image img,
.product-image-wrap img,
.product-card > a:first-child > img {
    object-fit: contain !important;
    object-position: center !important;
}
.category-products .section-title h2,
.category-products .section-title p,
.category-range .section-title h2 {
    color: #0a1d3d !important;
}
.category-products .section-title .text-gold,
.category-range .section-title .text-gold {
    color: #168a50 !important;
}
.product-range-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(170px, 220px);
    gap: 18px;
    overflow-x: auto;
    padding: 8px 2px 18px;
    scrollbar-width: thin;
}
.product-range-scroll a {
    display: grid;
    grid-template-rows: 150px auto;
    overflow: hidden;
    color: #f7f3ec;
    background: #102a72;
    border: 1px solid rgba(102,183,125,.34);
    border-radius: 16px;
    text-decoration: none;
}
.product-range-scroll a.is-current {
    border-color: #66b77d;
    box-shadow: 0 0 0 2px rgba(102,183,125,.2);
}
.product-range-scroll img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    background: #f2f5f8;
}
.product-range-scroll span {
    padding: 13px 15px;
    font-weight: 700;
}
.home-instagram-work {
    scroll-margin-top: 110px;
}
/* ===== END stage-3-navigation.css ===== */

/* ===== BEGIN site-visuals-v19.css ===== */
/* Airek Sports visual presentation upgrade v19 — CSR and R&D conflict correction. */

.csr-pillars {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(102,183,125,.12), transparent 36%),
        linear-gradient(180deg, rgba(12,35,61,.72), rgba(5,18,32,.94));
    border-block: 1px solid rgba(102,183,125,.18);
}

.csr-pillar-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "people core material"
        "resource core packing"
        "sourcing core records";
    gap: 22px 40px;
    align-items: center;
    max-width: 1180px;
    margin: 50px auto 0;
}

.csr-pillar-map::before,
.csr-pillar-map::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.csr-pillar-map::before {
    inset: 12% 21%;
    border: 2px solid color-mix(in srgb, var(--gold) 55%, transparent);
    border-radius: 50%;
    box-shadow: 0 0 85px color-mix(in srgb, var(--gold) 18%, transparent);
}

.csr-pillar-map::after {
    left: 50%;
    top: 7%;
    bottom: 7%;
    width: 1px;
    background: linear-gradient(transparent, var(--gold), transparent);
    opacity: .62;
}

.csr-map-core {
    grid-area: core;
    position: relative;
    z-index: 2;
    width: 210px;
    aspect-ratio: 1;
    justify-self: center;
    border-radius: 50%;
    display: grid;
    place-content: center;
    gap: 9px;
    text-align: center;
    background:
        radial-gradient(circle at 35% 28%, rgba(255,255,255,.25), transparent 34%),
        linear-gradient(145deg, #57ce78, #21894c);
    border: 3px solid #b8f5c8;
    color: #041424;
    box-shadow: 0 22px 70px rgba(0,0,0,.42), 0 0 0 12px rgba(102,183,125,.15), 0 0 48px rgba(102,183,125,.34);
}

.csr-map-core i {
    font-size: 2rem;
    color: #041424;
}

.csr-map-core b {
    font-size: 1.18rem;
    line-height: 1.2;
}

.csr-map-core span {
    color: rgba(4,20,36,.78);
    font-size: .78rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.csr-map-node {
    --pillar-accent: #66b77d;
    --pillar-rgb: 102,183,125;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 116px;
    padding: 20px;
    background:
        linear-gradient(115deg, rgba(var(--pillar-rgb),.22), transparent 42%),
        linear-gradient(145deg, rgba(18,48,80,.98), rgba(6,20,35,.98));
    border: 2px solid var(--pillar-accent);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0,0,0,.34), 0 0 25px rgba(var(--pillar-rgb),.12);
}

.csr-map-node::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--pillar-accent), transparent);
}

.csr-map-node:nth-of-type(odd)::after {
    right: -40px;
}

.csr-map-node:nth-of-type(even)::after {
    left: -40px;
    transform: rotate(180deg);
}

.csr-map-node > i {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #061423;
    background: var(--pillar-accent);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 8px 25px rgba(var(--pillar-rgb),.3);
}

.csr-map-node h3 {
    margin: 0 0 5px;
    font-size: 1rem;
    color: #fff;
}

.csr-map-node p {
    margin: 0;
    color: #eef5ff;
    font-size: .88rem;
    line-height: 1.5;
}

.csr-pillars .section-title p,
.responsibility-intro .prose p,
.responsibility-intro .side-card p {
    color: #eef5ff;
}

.node-people { grid-area: people; --pillar-accent: #65d488; --pillar-rgb: 101,212,136; }
.node-material { grid-area: material; --pillar-accent: #46c7da; --pillar-rgb: 70,199,218; }
.node-resource { grid-area: resource; --pillar-accent: #64a8ff; --pillar-rgb: 100,168,255; }
.node-packing { grid-area: packing; --pillar-accent: #ff9f58; --pillar-rgb: 255,159,88; }
.node-sourcing { grid-area: sourcing; --pillar-accent: #b996ff; --pillar-rgb: 185,150,255; }
.node-records { grid-area: records; --pillar-accent: #ff7f9f; --pillar-rgb: 255,127,159; }

.concept-delivery-flow {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
    align-items: start;
    gap: 14px;
    margin: 48px 0 38px;
}

.concept-delivery-flow article {
    text-align: center;
}

.process-visual {
    position: relative;
    width: 126px;
    height: 126px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 35% 30%, rgba(102,183,125,.32), transparent 36%),
        linear-gradient(145deg, #12375b, #071522);
    border: 1px solid rgba(102,183,125,.7);
    box-shadow: 0 18px 42px rgba(0,0,0,.28), inset 0 0 0 8px rgba(102,183,125,.06);
}

.process-visual i {
    color: var(--gold);
    font-size: 2.2rem;
}

.process-visual span {
    position: absolute;
    right: -3px;
    top: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold);
    color: #061423;
    font-weight: 800;
    font-size: .75rem;
}

.concept-delivery-flow h3 {
    margin: 0 0 9px;
    font-size: 1.05rem;
}

.concept-delivery-flow p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.65;
}

.flow-arrow {
    align-self: start;
    margin-top: 54px;
    color: var(--gold);
    opacity: .65;
}

.category-range .category-sport-grid img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.blog .blog-card-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.rd-focus-visual-grid article {
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(102,183,125,.32);
    background: #081a2c;
}

.rd-focus-visual-grid article > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.rd-focus-visual-grid article > div {
    position: relative;
    padding: 22px 20px 24px;
}

.rd-focus-visual-grid article > div > span {
    position: absolute;
    right: 18px;
    top: 18px;
}

.rd-development-flow {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
    gap: 14px;
    align-items: center;
    margin-top: 46px;
}

.rd-development-flow article {
    min-width: 0;
    text-align: center;
}

.rd-flow-visual {
    position: relative;
    margin-bottom: 18px;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid rgba(102,183,125,.65);
    box-shadow: 0 18px 40px rgba(0,0,0,.3);
}

.rd-flow-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 50%, rgba(4,16,31,.72));
    pointer-events: none;
}

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

.rd-flow-visual span {
    position: absolute;
    z-index: 2;
    left: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: #061423;
    font-weight: 800;
}

.rd-development-flow > i {
    color: var(--gold);
    font-size: 1.15rem;
}

.rd-development-flow h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1rem;
}

.rd-development-flow p {
    margin: 0;
    color: #d8e4f2;
    font-size: .84rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .csr-pillar-map {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "core core"
            "people material"
            "resource packing"
            "sourcing records";
    }

    .csr-pillar-map::before,
    .csr-pillar-map::after,
    .csr-map-node::after {
        display: none;
    }

    .csr-map-core {
        margin-bottom: 18px;
    }

    .concept-delivery-flow {
        grid-template-columns: 1fr 1fr;
        gap: 32px 24px;
    }

    .flow-arrow,
    .rd-development-flow > i {
        display: none;
    }

    .rd-development-flow {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 30px 22px;
    }
}

@media (max-width: 560px) {
    .csr-pillar-map,
    .concept-delivery-flow,
    .rd-development-flow {
        grid-template-columns: 1fr;
        grid-template-areas: none;
    }

    .csr-map-core,
    .csr-map-node {
        grid-area: auto;
    }

    .csr-map-node {
        min-height: 0;
    }
}

/* Final specificity corrections for legacy CSR/R&D rules loaded earlier. */
.csr-pillars .section-title h2 {
    color: #ffffff !important;
    font-size: clamp(2.45rem, 4.6vw, 4.65rem);
    text-shadow: 0 8px 28px rgba(0,0,0,.28);
}

.csr-pillars .section-title h2 .text-gold {
    color: #65d488 !important;
}

.csr-pillars .section-title > p {
    color: #eef5ff !important;
}

.csr-map-node h3 {
    color: #ffffff !important;
}

.csr-map-node p {
    color: #eef5ff !important;
}

.csr-pillar-map {
    max-width: 1080px;
    gap: 16px 32px;
    margin-top: 38px;
}

.csr-map-core {
    width: 180px;
}

.csr-map-node {
    min-height: 100px;
    padding: 17px 18px;
}

.csr-map-node > i {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
}

.rd-focus {
    background: #f5f7fb !important;
    color: #07183f !important;
}

.rd-focus .section-title h2 {
    color: #07183f !important;
}

.rd-focus .section-title h2 .text-gold {
    color: #278751 !important;
}

.rd-focus-visual-grid {
    grid-template-columns: repeat(6,minmax(0,1fr)) !important;
    gap: 24px !important;
}

.rd-focus-visual-grid article {
    grid-column: span 2;
    display: block;
    min-width: 0;
    padding: 0 !important;
    background: #ffffff !important;
    color: #07183f !important;
    border: 1px solid #d7e1eb !important;
    box-shadow: 0 18px 44px rgba(7,24,63,.11);
}

.rd-focus-visual-grid article:nth-child(4) {
    grid-column: 2 / span 2;
}

.rd-focus-visual-grid article:nth-child(5) {
    grid-column: 4 / span 2;
}

.rd-focus-visual-grid article::before,
.rd-focus-visual-grid article::after {
    content: none !important;
    display: none !important;
    background-image: none !important;
}

.rd-focus-visual-grid article > img {
    position: static !important;
    z-index: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: 1 !important;
}

.rd-focus-visual-grid article > div {
    position: relative;
    z-index: 1;
    padding: 22px 22px 25px;
}

.rd-focus-visual-grid article > div > span {
    top: 22px !important;
    right: 22px !important;
    color: #718096 !important;
}

.rd-focus-visual-grid article i {
    color: #278751 !important;
}

.rd-focus-visual-grid article h3 {
    margin: 22px 0 10px !important;
    color: #07183f !important;
    font-size: 1.45rem !important;
}

.rd-focus-visual-grid article p {
    margin: 0 !important;
    color: #536176 !important;
    font-size: .78rem !important;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .rd-focus-visual-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    .rd-focus-visual-grid article,
    .rd-focus-visual-grid article:nth-child(4),
    .rd-focus-visual-grid article:nth-child(5) {
        grid-column: auto;
    }

    .rd-focus-visual-grid article:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 12px);
        width: 100%;
        justify-self: center;
    }
}

@media (max-width: 700px) {
    .rd-focus-visual-grid {
        grid-template-columns: 1fr !important;
    }

    .rd-focus-visual-grid article:last-child {
        grid-column: auto;
        max-width: none;
    }

    .csr-pillars .section-title h2 {
        font-size: clamp(2.15rem, 11vw, 3.1rem);
    }
}
/* ===== END site-visuals-v19.css ===== */

/* ===== BEGIN consent-mode.css ===== */
.airek-cookie-banner,
.airek-cookie-settings {
    font-family: var(--body-font, Manrope, Arial, sans-serif);
}

.airek-cookie-banner[hidden],
.airek-cookie-settings[hidden] {
    display: none !important;
}

.airek-cookie-banner {
    position: fixed;
    z-index: 100000;
    right: 20px;
    bottom: 20px;
    left: 20px;
    max-width: 1180px;
    margin: 0 auto;
    color: #f7f3ec;
    background: rgba(4, 16, 44, 0.98);
    border: 1px solid rgba(102, 183, 125, 0.48);
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.airek-cookie-banner__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 22px 24px;
}

.airek-cookie-banner__copy {
    max-width: 760px;
}

.airek-cookie-banner__eyebrow {
    margin: 0 0 5px;
    color: #8bd59e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.airek-cookie-banner h2 {
    margin: 0 0 7px;
    color: #ffffff;
    font-family: var(--body-font, Manrope, Arial, sans-serif);
    font-size: clamp(1.05rem, 2vw, 1.32rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.airek-cookie-banner p {
    margin: 0;
    color: #d8e0eb;
    font-size: 0.91rem;
    line-height: 1.65;
}

.airek-cookie-banner a {
    color: #9ee2af;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.airek-cookie-banner a:hover,
.airek-cookie-banner a:focus-visible {
    color: #ffffff;
}

.airek-cookie-banner__actions {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}

.airek-cookie-button,
.airek-cookie-settings {
    appearance: none;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.airek-cookie-button {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.airek-cookie-button:hover {
    transform: translateY(-1px);
}

.airek-cookie-button--primary {
    color: #04102c;
    background: #8bd59e;
}

.airek-cookie-button--primary:hover {
    background: #a6e6b5;
}

.airek-cookie-button--secondary {
    color: #f7f3ec;
    background: transparent;
    border: 1px solid rgba(247, 243, 236, 0.38);
}

.airek-cookie-button--secondary:hover {
    border-color: rgba(247, 243, 236, 0.72);
    background: rgba(255, 255, 255, 0.07);
}

.airek-cookie-button:focus-visible,
.airek-cookie-settings:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.airek-cookie-settings {
    position: fixed;
    z-index: 99990;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    color: #dbe5ee;
    background: rgba(4, 16, 44, 0.94);
    border: 1px solid rgba(102, 183, 125, 0.38);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    font-size: 0.75rem;
    font-weight: 700;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.airek-cookie-settings:hover {
    color: #ffffff;
    background: #07183f;
    border-color: rgba(139, 213, 158, 0.76);
}

@media (max-width: 820px) {
    .airek-cookie-banner {
        right: 12px;
        bottom: 12px;
        left: 12px;
        border-radius: 16px;
    }

    .airek-cookie-banner__content {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 20px;
    }

    .airek-cookie-banner__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .airek-cookie-button {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 460px) {
    .airek-cookie-banner__actions {
        grid-template-columns: 1fr;
    }

    .airek-cookie-button--primary {
        grid-row: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .airek-cookie-button,
    .airek-cookie-settings {
        transition: none;
    }
}
/* ===== END consent-mode.css ===== */

