:root {
    --bg: #fff7f7;
    --surface: #ffffff;
    --surface-strong: #fff1f1;
    --text: #1f2937;
    --muted: #6b7280;
    --line: rgba(24, 32, 43, 0.12);
    --brand: #ef2f36;
    --brand-deep: #bd1e24;
    --brand-soft: rgba(239, 47, 54, 0.12);
    --accent: #1f2937;
    --accent-soft: rgba(31, 41, 55, 0.08);
    --success: #0f766e;
    --shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: min(1180px, calc(100vw - 32px));
    --grid-line: rgba(239, 47, 54, 0.08);
}

/* Keep premium navigation authoritative over legacy header compatibility rules. */
@media (min-width: 901px) {
    .site-header.premium-header .premium-nav-wrap { min-height: 84px !important; padding: 0 !important; grid-template-columns: max-content minmax(0, 1fr) max-content !important; }
    .site-header.premium-header.is-scrolled .premium-nav-wrap { min-height: 68px !important; }
    .site-header.premium-header .premium-main-nav { display: flex !important; grid-column: 2 !important; justify-content: center !important; gap: clamp(20px, 1.65vw, 28px) !important; padding: 0 !important; overflow: visible !important; }
    .site-header.premium-header .premium-nav-actions { grid-column: 3 !important; display: flex !important; }
    .site-header.premium-header .premium-mega-panel { left: 50% !important; width: min(1180px, calc(100vw - 64px)) !important; grid-template-columns: minmax(0, 1fr) 280px !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: translateX(-50%) translateY(9px) !important; }
    .site-header.premium-header .premium-products-menu.is-hover-open .premium-mega-panel,
    .site-header.premium-header .premium-products-menu:hover .premium-mega-panel,
    .site-header.premium-header .premium-products-menu:focus-within .premium-mega-panel { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: translateX(-50%) translateY(0) !important; }
}

@media (max-width: 900px) {
    .site-header.premium-header .premium-nav-wrap { min-height: 72px !important; padding: 0 !important; grid-template-columns: max-content 1fr max-content !important; }
    .site-header.premium-header.is-scrolled .premium-nav-wrap { min-height: 62px !important; }
    .site-header.premium-header .premium-brand { grid-column: 1 !important; }
    .site-header.premium-header .mobile-nav-toggle { display: inline-flex !important; grid-column: 3 !important; }
    .site-header.premium-header .premium-main-nav,
    .site-header.premium-header .premium-nav-actions { display: none !important; }
    .site-header.premium-header .premium-main-nav.is-open { position: absolute !important; top: calc(100% + 8px) !important; left: 15px !important; right: 15px !important; width: auto !important; padding: 14px !important; display: flex !important; flex-direction: column !important; align-items: stretch !important; gap: 2px !important; overflow-y: auto !important; overflow-x: hidden !important; background: rgba(255,255,255,.98) !important; border: 1px solid rgba(17,19,24,.08) !important; border-radius: 18px !important; box-shadow: 0 22px 50px rgba(15,23,42,.16) !important; }
    .site-header.premium-header .premium-nav-actions.is-open { display: flex !important; }
    .site-header.premium-header .premium-nav-link { width: 100% !important; min-height: 46px !important; padding: 0 10px !important; font-size: .86rem !important; }
    .site-header.premium-header .premium-mega-panel { position: static !important; width: 100% !important; max-width: none !important; padding: 10px !important; display: none !important; grid-template-columns: 1fr !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: none !important; background: #f8f8f9 !important; box-shadow: none !important; }
    .site-header.premium-header .premium-products-menu.is-mobile-open .premium-mega-panel { display: grid !important; }
}

/* Hybrid navbar final layout: readable, centered, and collision-free. */
@media (min-width: 1041px) {
    .site-header.legacy-premium-header .nav-wrap {
        width: min(1540px, calc(100% - 48px)) !important;
        min-height: 116px !important;
        padding: 8px 0 10px !important;
        display: grid !important;
        grid-template-columns: 1fr max-content !important;
        grid-template-rows: 60px 38px !important;
        column-gap: 28px !important;
        row-gap: 0 !important;
        align-items: center !important;
    }

    .site-header.legacy-premium-header.is-scrolled .nav-wrap {
        min-height: 98px !important;
        grid-template-rows: 50px 34px !important;
        padding-block: 6px 8px !important;
    }

    .site-header.legacy-premium-header .brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
    }

    .site-header.legacy-premium-header .legacy-premium-actions {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        display: flex !important;
        gap: 12px !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav {
        position: static !important;
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        justify-self: center !important;
        width: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: clamp(18px, 1.45vw, 28px) !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a {
        min-height: 38px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 7px !important;
        color: #17191e !important;
        font-size: .875rem !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a > svg,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a > svg {
        width: 16px !important;
        height: 16px !important;
        flex: 0 0 16px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.6 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a:hover,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:hover > a,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:focus-within > a {
        color: var(--nav-red) !important;
    }
}

@media (min-width: 1041px) and (max-width: 1280px) {
    .site-header.legacy-premium-header .nav-wrap {
        min-height: 142px !important;
        grid-template-rows: 58px auto !important;
        padding-bottom: 12px !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav {
        max-width: 980px !important;
        flex-wrap: wrap !important;
        gap: 3px 18px !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a {
        gap: 6px !important;
        font-size: .84rem !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a > svg,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a > svg {
        width: 15px !important;
        height: 15px !important;
        flex-basis: 15px !important;
    }
}

/* Single-line premium navigation — fixed side zones, true centered menu. */
@media (min-width: 1281px) {
    .site-header.legacy-premium-header .nav-wrap,
    .site-header.legacy-premium-header.is-scrolled .nav-wrap {
        width: min(1800px, calc(100% - 40px)) !important;
        min-height: 88px !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: minmax(230px, 1fr) minmax(0, auto) minmax(230px, 1fr) !important;
        grid-template-rows: 88px !important;
        column-gap: 14px !important;
        align-items: center !important;
    }

    .site-header.legacy-premium-header.is-scrolled .nav-wrap {
        min-height: 72px !important;
        grid-template-rows: 72px !important;
    }

    .site-header.legacy-premium-header .brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        width: max-content !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: clamp(4px, .42vw, 9px) !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .site-header.legacy-premium-header .legacy-premium-actions {
        grid-column: 3 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        display: flex !important;
        gap: 10px !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a {
        min-height: 40px !important;
        padding: 0 clamp(4px, .32vw, 7px) !important;
        gap: 6px !important;
        border-radius: 10px !important;
        color: #181a20 !important;
        background: transparent !important;
        font-size: clamp(.78rem, .76vw, .875rem) !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        transform: none !important;
        transition: color 220ms ease-out, background-color 220ms ease-out, transform 220ms ease-out !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a::after,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a::after {
        bottom: 3px !important;
        width: calc(100% - 18px) !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a:hover,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:hover > a,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:focus-within > a {
        color: var(--nav-red) !important;
        background: rgba(215, 25, 32, .055) !important;
        transform: translateY(-1px) !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a > svg,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a > svg {
        width: 15px !important;
        height: 15px !important;
        flex: 0 0 15px !important;
        stroke-width: 1.7 !important;
    }
}

@media (min-width: 1281px) and (max-width: 1550px) {
    .site-header.legacy-premium-header .nav-wrap,
    .site-header.legacy-premium-header.is-scrolled .nav-wrap {
        grid-template-columns: minmax(190px, .8fr) minmax(0, auto) minmax(190px, .8fr) !important;
        column-gap: 6px !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav { gap: 2px !important; }
    .site-header.legacy-premium-header .legacy-premium-nav > a,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a {
        padding-inline: 3px !important;
        gap: 4px !important;
        font-size: .75rem !important;
    }

    .site-header.legacy-premium-header .legacy-premium-nav > a > svg,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a > svg {
        width: 14px !important;
        height: 14px !important;
        flex-basis: 14px !important;
    }
}

/* Hybrid header: premium shell with the original category dropdowns. */
.site-header.legacy-premium-header .nav-wrap {
    width: min(1540px, calc(100% - 40px));
    max-width: none;
    min-height: 82px;
    padding-block: 8px;
    transition: min-height var(--nav-ease), padding var(--nav-ease);
}

.site-header.legacy-premium-header.is-scrolled .nav-wrap {
    min-height: 66px;
    padding-block: 4px;
}

.site-header.legacy-premium-header .brand-logo {
    transition: width var(--nav-ease);
}

.site-header.legacy-premium-header.is-scrolled .brand-logo {
    width: 46px;
}

.site-header.legacy-premium-header .legacy-premium-nav {
    gap: clamp(17px, 1.35vw, 24px);
}

.site-header.legacy-premium-header .legacy-premium-nav > a,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a {
    min-height: 42px;
    color: var(--nav-ink);
    font-weight: 600;
    transition: color var(--nav-ease), transform var(--nav-ease);
}

.site-header.legacy-premium-header .legacy-premium-nav > a::after,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a::after {
    left: 50%;
    right: auto;
    bottom: 1px;
    width: calc(100% - 2px);
    height: 1.5px;
    background: var(--nav-red);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform var(--nav-ease);
}

.site-header.legacy-premium-header .legacy-premium-nav > a:hover,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:hover > a,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:focus-within > a {
    color: var(--nav-red);
    transform: translateY(-2px);
}

.site-header.legacy-premium-header .legacy-premium-nav > a:hover::after,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:hover > a::after,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:focus-within > a::after {
    transform: translateX(-50%) scaleX(1);
}

.site-header.legacy-premium-header .nav-dropdown-panel.nav-mega-panel {
    border: 1px solid rgba(17, 19, 24, .07);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 64px rgba(15, 23, 42, .15);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    transition: opacity var(--nav-ease), transform var(--nav-ease), visibility 0s linear 300ms;
}

.site-header.legacy-premium-header .nav-dropdown:hover .nav-dropdown-panel,
.site-header.legacy-premium-header .nav-dropdown:focus-within .nav-dropdown-panel,
.site-header.legacy-premium-header .nav-dropdown.is-hover-open .nav-dropdown-panel {
    transition-delay: 0s;
}

.site-header.legacy-premium-header .legacy-premium-actions {
    gap: 10px;
}

.site-header.legacy-premium-header .legacy-premium-actions .catalogue-pill,
.site-header.legacy-premium-header .legacy-premium-actions .search-pill {
    min-height: 40px;
    padding-inline: 16px;
    border-radius: 999px;
    font-weight: 700;
    transition: color var(--nav-ease), background-color var(--nav-ease), border-color var(--nav-ease), transform var(--nav-ease), box-shadow var(--nav-ease);
}

.site-header.legacy-premium-header .legacy-premium-actions .catalogue-pill {
    color: var(--nav-red);
    background: #fff;
    border: 1px solid rgba(215, 25, 32, .58);
}

.site-header.legacy-premium-header .legacy-premium-actions .catalogue-pill:hover {
    color: #fff;
    background: var(--nav-red);
    transform: translateY(-1px);
}

.site-header.legacy-premium-header .legacy-premium-actions .search-pill:not(.catalogue-pill) {
    color: #fff;
    background: var(--nav-red);
    border-color: var(--nav-red);
}

.site-header.legacy-premium-header .legacy-premium-actions .search-pill:not(.catalogue-pill):hover {
    background: #b91017;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(215, 25, 32, .22);
}

@media (max-width: 1040px) {
    .site-header.legacy-premium-header .nav-wrap { width: min(100% - 24px, 1540px) !important; }
    .site-header.legacy-premium-header .legacy-premium-nav { gap: clamp(9px, 1.3vw, 17px) !important; }
}

/* Icon-led alignment for the hybrid desktop navigation. */
@media (min-width: 1041px) {
    .site-header.legacy-premium-header .nav-wrap {
        display: grid;
        grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
        column-gap: clamp(18px, 2vw, 38px);
        align-items: center;
    }

    .site-header.legacy-premium-header .brand { justify-self: start; }
    .site-header.legacy-premium-header .legacy-premium-nav {
        justify-self: center;
        justify-content: center;
        align-items: center;
        gap: clamp(13px, 1.05vw, 22px);
    }
    .site-header.legacy-premium-header .legacy-premium-actions { justify-self: end; }
}

.site-header.legacy-premium-header .legacy-premium-nav > a,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.site-header.legacy-premium-header .legacy-premium-nav > a > svg,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a > svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: color 220ms ease-out, transform 220ms ease-out;
}

.site-header.legacy-premium-header .legacy-premium-nav > a:hover > svg,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:hover > a > svg,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown:focus-within > a > svg {
    color: var(--nav-red);
    transform: translateY(-1px) scale(1.08);
}

.site-header.legacy-premium-header .legacy-premium-nav > a > span,
.site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a > span {
    position: relative;
    z-index: 1;
}

@media (min-width: 1041px) and (max-width: 1380px) {
    .site-header.legacy-premium-header .nav-wrap { grid-template-columns: minmax(180px, .8fr) auto minmax(180px, .8fr); column-gap: 12px; }
    .site-header.legacy-premium-header .legacy-premium-nav { gap: 9px; }
    .site-header.legacy-premium-header .legacy-premium-nav > a,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a { gap: 4px; font-size: .72rem; }
    .site-header.legacy-premium-header .legacy-premium-nav > a > svg,
    .site-header.legacy-premium-header .legacy-premium-nav > .nav-dropdown > a > svg { width: 15px; height: 15px; flex-basis: 15px; }
}

/* Premium navigation ------------------------------------------------------- */
:root {
    --nav-red: #d71920;
    --nav-ink: #111318;
    --nav-muted: #667085;
    --nav-ease: 220ms ease-out;
}

.nav-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.premium-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(17, 19, 24, 0.06);
    box-shadow: none;
    backdrop-filter: saturate(170%) blur(18px);
    -webkit-backdrop-filter: saturate(170%) blur(18px);
    transition: box-shadow var(--nav-ease), background-color var(--nav-ease);
}

.premium-header.is-scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 9px 28px rgba(16, 24, 40, 0.08);
}

.premium-header .premium-nav-wrap {
    width: min(1540px, calc(100% - 48px));
    max-width: none;
    min-height: 84px;
    padding: 0;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    align-items: center;
    gap: clamp(24px, 3vw, 52px);
    transition: min-height var(--nav-ease);
}

.premium-header.is-scrolled .premium-nav-wrap { min-height: 68px; }
.premium-header .premium-brand { gap: 10px; min-width: max-content; }
.premium-header .premium-brand .brand-logo { width: 54px; height: auto; transition: width var(--nav-ease); }
.premium-header.is-scrolled .premium-brand .brand-logo { width: 46px; }
.premium-header .premium-brand .brand-copy strong { color: var(--nav-ink); font-size: 1.03rem; }
.premium-header .premium-brand .brand-copy small { color: var(--nav-muted); font-size: .64rem; }

.premium-header .premium-main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 1.65vw, 28px);
    padding: 0;
    overflow: visible;
}

.premium-header .premium-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0;
    color: var(--nav-ink);
    font-size: clamp(.77rem, .82vw, .9rem);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transform: translateY(0);
    transition: color var(--nav-ease), transform var(--nav-ease);
}

.premium-header .premium-nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: calc(100% - 4px);
    height: 1.5px;
    border-radius: 999px;
    background: var(--nav-red);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform var(--nav-ease);
}

.premium-header .premium-nav-link > svg,
.premium-nav-actions svg,
.mega-category h3 svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.premium-header .premium-nav-link .nav-chevron { width: 13px; height: 13px; margin-left: -2px; transition: transform var(--nav-ease); }
.premium-header .premium-nav-link:hover,
.premium-header .premium-nav-link:focus-visible,
.premium-header .premium-products-menu.is-hover-open > .premium-nav-link,
.premium-header .premium-products-menu:focus-within > .premium-nav-link { color: var(--nav-red); transform: translateY(-2px); }
.premium-header .premium-nav-link:hover::after,
.premium-header .premium-nav-link:focus-visible::after,
.premium-header .premium-products-menu.is-hover-open > .premium-nav-link::after,
.premium-header .premium-products-menu:focus-within > .premium-nav-link::after { transform: translateX(-50%) scaleX(1); }
.premium-header .premium-products-menu.is-hover-open .nav-chevron,
.premium-header .premium-products-menu:focus-within .nav-chevron { transform: rotate(180deg); }

.premium-header .premium-products-menu { position: static; }
.premium-header .premium-mega-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: min(1180px, calc(100vw - 64px));
    min-width: 0;
    max-width: none;
    padding: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
    border: 1px solid rgba(17, 19, 24, .07);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .16), 0 2px 10px rgba(15, 23, 42, .04);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(9px);
    transition: opacity var(--nav-ease), transform var(--nav-ease), visibility 0s linear 300ms;
}

.premium-header .premium-products-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 18px;
}

.premium-header .premium-products-menu.is-hover-open .premium-mega-panel,
.premium-header .premium-products-menu:focus-within .premium-mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0s;
}

.mega-menu-content { padding: 9px 10px 12px; }
.mega-menu-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid #eceef2; }
.mega-menu-heading > span { color: var(--nav-muted); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mega-menu-heading > a { color: var(--nav-red); font-size: .8rem; font-weight: 700; }
.mega-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 32px; }
.mega-category h3 { margin: 0 0 10px; display: flex; align-items: center; gap: 8px; color: var(--nav-ink); font: 700 .91rem/1.2 Manrope, sans-serif; }
.mega-category h3 svg { width: 17px; height: 17px; color: var(--nav-red); }
.mega-category > a { display: block; width: fit-content; margin: 7px 0 0 25px; color: #5d6470; font-size: .79rem; line-height: 1.45; transition: color var(--nav-ease), transform var(--nav-ease); }
.mega-category > a:hover, .mega-category > a:focus-visible { color: var(--nav-red); transform: translateX(3px); }

.mega-feature-card {
    position: relative;
    min-height: 360px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(145deg, #f7f7f8, #fff);
    box-shadow: inset 0 0 0 1px rgba(17, 19, 24, .05), 0 10px 26px rgba(15, 23, 42, .08);
    transition: transform var(--nav-ease), box-shadow var(--nav-ease);
}
.mega-feature-card:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(215, 25, 32, .1), 0 17px 34px rgba(15, 23, 42, .12); }
.mega-badge { position: absolute; z-index: 1; top: 16px; left: 16px; padding: 6px 10px; border-radius: 999px; background: var(--nav-red); color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.mega-feature-image { flex: 1; display: grid; place-items: center; min-height: 220px; }
.mega-feature-image img { width: 100%; height: 220px; object-fit: contain; mix-blend-mode: multiply; transition: transform 350ms ease-out; }
.mega-feature-card:hover img { transform: scale(1.035); }
.mega-feature-copy { display: grid; gap: 5px; }
.mega-feature-copy small { color: var(--nav-muted); font-size: .71rem; text-transform: uppercase; letter-spacing: .08em; }
.mega-feature-copy strong { color: var(--nav-ink); font: 700 1.03rem/1.25 Outfit, sans-serif; }
.mega-feature-copy > span { margin-top: 6px; color: var(--nav-red); font-size: .78rem; font-weight: 700; }

.premium-header .premium-nav-actions { display: flex; align-items: center; gap: 10px; }
.premium-header .premium-nav-actions a { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-size: .79rem; font-weight: 700; transition: color var(--nav-ease), background-color var(--nav-ease), border-color var(--nav-ease), transform var(--nav-ease), box-shadow var(--nav-ease); }
.premium-header .premium-nav-actions .catalogue-pill { color: var(--nav-red); background: #fff; border: 1px solid rgba(215, 25, 32, .55); }
.premium-header .premium-nav-actions .catalogue-pill:hover { color: #fff; background: var(--nav-red); border-color: var(--nav-red); transform: translateY(-1px); box-shadow: 0 7px 16px rgba(215, 25, 32, .16); }
.premium-header .premium-nav-actions .search-pill { color: #fff; background: var(--nav-red); border: 1px solid var(--nav-red); }
.premium-header .premium-nav-actions .search-pill:hover { background: #ba1017; border-color: #ba1017; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(215, 25, 32, .24); }

@media (max-width: 1180px) {
    .premium-header .premium-nav-wrap { width: min(100% - 30px, 1540px); gap: 18px; }
    .premium-header .premium-main-nav { gap: 15px; }
    .premium-header .premium-nav-link { font-size: .75rem; gap: 5px; }
    .premium-header .premium-nav-link > svg { width: 16px; height: 16px; }
    .premium-header .premium-nav-actions a { padding-inline: 13px; }
}

@media (max-width: 900px) {
    .premium-header .premium-nav-wrap { min-height: 72px; grid-template-columns: max-content 1fr max-content; }
    .premium-header.is-scrolled .premium-nav-wrap { min-height: 62px; }
    .premium-header .mobile-nav-toggle { display: inline-flex !important; grid-column: 3; width: 42px; height: 42px; margin: 0; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #e6e8ec; border-radius: 50%; background: #fff; }
    .premium-header .mobile-nav-toggle span { width: 17px; height: 1.5px; margin: 0; background: var(--nav-ink); transition: transform var(--nav-ease), opacity var(--nav-ease); }
    .premium-header .mobile-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
    .premium-header .mobile-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .premium-header .mobile-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
    .premium-header .premium-main-nav, .premium-header .premium-nav-actions { display: none; }
    .premium-header .premium-main-nav.is-open {
        position: absolute;
        top: calc(100% + 8px);
        left: 15px;
        right: 15px;
        padding: 14px;
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        max-height: calc(100vh - 160px);
        overflow-y: auto;
        border: 1px solid rgba(17, 19, 24, .08);
        border-radius: 18px 18px 12px 12px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 22px 50px rgba(15,23,42,.16);
    }
    .premium-header .premium-nav-link { width: 100%; min-height: 46px; padding: 0 10px; font-size: .86rem; }
    .premium-header .premium-nav-link::after { display: none; }
    .premium-header .premium-products-menu { position: relative; }
    .premium-header .premium-mega-panel { position: static; width: 100%; padding: 10px; display: none; grid-template-columns: 1fr; opacity: 1; visibility: visible; pointer-events: auto; transform: none; box-shadow: none; background: #f8f8f9; border-radius: 14px; }
    .premium-header .premium-products-menu:focus-within .premium-mega-panel,
    .premium-header .premium-products-menu.is-mobile-open .premium-mega-panel { display: grid; }
    .mega-menu-heading, .mega-feature-card { display: none; }
    .mega-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; }
    .mega-category > a { margin-left: 25px; }
    .premium-header .premium-nav-actions.is-open { position: absolute; top: calc(100% + min(510px, 67vh)); left: 29px; right: 29px; z-index: 2; padding: 12px 0; display: flex !important; background: #fff; }
    .premium-header .premium-nav-actions.is-open a { flex: 1; }
}

@media (max-width: 520px) {
    .premium-header .premium-nav-wrap { width: calc(100% - 24px); }
    .premium-header .premium-brand .brand-logo { width: 45px; }
    .premium-header .premium-brand .brand-copy small { display: none; }
    .premium-header .premium-main-nav.is-open { left: 8px; right: 8px; }
    .mega-category-grid { grid-template-columns: 1fr; }
    .premium-header .premium-nav-actions.is-open { left: 20px; right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .premium-header *, .premium-header *::before, .premium-header *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        linear-gradient(var(--grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
        radial-gradient(circle at top left, rgba(239, 47, 54, 0.1), transparent 32%),
        radial-gradient(circle at top right, rgba(255, 213, 79, 0.14), transparent 24%),
        linear-gradient(180deg, #fffefe 0%, #fff5f5 52%, #fff9f4 100%);
    background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

main {
    min-height: 60vh;
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.topbar {
    background: linear-gradient(90deg, #ef2f36 0%, #d71920 100%);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
}

.topbar-inner,
.nav-wrap,
.footer-bottom,
.results-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topbar-inner {
    padding: 0.75rem 0;
}

.topbar-inner p {
    margin: 0;
}

.topbar-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(24, 32, 43, 0.08);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.05);
}

.nav-wrap {
    padding: 1.1rem 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-logo {
    width: 58px;
    height: auto;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-copy strong,
.section-heading h2,
.hero-copy h1,
.page-hero h1,
.product-hero h1,
.hero-panel-card h2,
.promo-card h2,
.feature-card h3,
.product-card h2,
.product-card h3,
.category-card h3,
.info-card h3,
.detail-panel h2,
.site-footer h3 {
    font-family: "Outfit", sans-serif;
}

.brand-copy strong {
    font-size: 1.4rem;
    line-height: 1;
}

.brand-copy small {
    margin-top: 0.2rem;
    color: var(--muted);
}

.main-nav,
.nav-actions,
.hero-actions,
.step-row,
.hero-metrics,
.chip-list {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.main-nav {
    margin-left: auto;
}

.main-nav a,
.nav-dropdown-toggle {
    color: var(--text);
    font-weight: 600;
    background: transparent;
    border: 0;
    font: inherit;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.main-nav a::after,
.nav-dropdown-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.nav-highlight {
    color: var(--brand) !important;
}

.main-nav a:hover::after,
.nav-dropdown-toggle:hover::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after {
    transform: scaleX(1);
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-panel {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    display: grid;
    gap: 0.9rem;
    min-width: 290px;
    padding: 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 253, 248, 0.98);
    box-shadow: var(--shadow);
    border: 1px solid rgba(24, 32, 43, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 180ms ease;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-panel a {
    display: grid;
    gap: 0.25rem;
    padding: 0.85rem 1rem;
    border-radius: var(--radius-sm);
    background: white;
    border: 1px solid rgba(24, 32, 43, 0.06);
}

.nav-dropdown-panel small {
    color: var(--muted);
}

.primary-action,
.ghost-action,
.mobile-nav-toggle,
.form-control,
.form-checkbox {
    border-radius: 999px;
}

.primary-action,
.ghost-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.4rem;
    font-weight: 700;
    transition: 180ms ease;
}

.primary-action {
    background: linear-gradient(135deg, #ef2f36, #c81e25);
    color: white;
    box-shadow: 0 16px 32px rgba(239, 47, 54, 0.22);
}

.ghost-action {
    border: 1px solid rgba(24, 32, 43, 0.14);
    background: rgba(255, 255, 255, 0.78);
}

.ghost-action.dark {
    background: rgba(15, 23, 42, 0.06);
}

.primary-action:hover,
.ghost-action:hover {
    transform: translateY(-1px);
}

.hero-section,
.page-hero {
    padding: 4rem 0 2.5rem;
}

.hero-grid,
.product-hero-grid,
.catalogue-layout,
.warranty-layout,
.contact-layout,
.detail-layout,
.split-section {
    display: grid;
    gap: 2rem;
}

.hero-grid,
.product-hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
}

.hero-grid-upgraded {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: stretch;
}

.hero-copy,
.hero-panel,
.detail-panel,
.promo-card,
.form-card,
.filter-card,
.info-card,
.solution-card,
.feature-card,
.product-card,
.category-card,
.empty-card {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(24, 32, 43, 0.08);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: 3rem;
    background:
        radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.16), transparent 18%),
        radial-gradient(circle at 14% 84%, rgba(255, 199, 199, 0.18), transparent 22%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 36%),
        linear-gradient(140deg, #8d1116 0%, #ef2f36 52%, #fff2f2 190%);
    color: white;
    overflow: hidden;
    position: relative;
}

.hero-copy-upgraded {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-copy::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    pointer-events: none;
}

.hero-copy p,
.page-hero p,
.section-heading p,
.category-card p,
.product-card p,
.solution-card p,
.feature-card p,
.info-card p,
.promo-card p,
.detail-panel span,
.detail-list,
.site-footer p {
    color: inherit;
}

.hero-copy h1,
.page-hero h1,
.product-hero h1 {
    margin: 0.5rem 0 1rem;
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    line-height: 1;
}

.hero-copy p {
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.02rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--brand);
}

.hero-copy .eyebrow,
.section-heading.light .eyebrow {
    color: rgba(255, 239, 239, 0.92);
}

.hero-panel {
    padding: 1.2rem;
    background:
        linear-gradient(180deg, rgba(255, 242, 242, 0.98) 0%, rgba(255, 255, 255, 0.88) 100%);
}

.hero-stage {
    padding: 2.6rem 0 2.2rem;
}

.hero-showcase,
.split-highlight {
    display: grid;
    gap: 1.25rem;
}

.hero-showcase {
    grid-template-columns: minmax(0, 1fr);
}

.hero-carousel {
    position: relative;
    min-height: 430px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: linear-gradient(135deg, #101828, #ef2f36);
    box-shadow: var(--shadow);
}

.hero-banner {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
}

.hero-banner.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-banner-image,
.campaign-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 18, 32, 0.12), rgba(11, 18, 32, 0.74)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 26%);
}

.hero-banner-content {
    position: absolute;
    inset: auto 0 0 0;
    padding: 2rem;
    color: white;
    display: grid;
    gap: 0.9rem;
}

.hero-banner-content h2,
.campaign-content h3,
.category-showcase-body h3,
.hero-side-card h3,
.value-card p {
    font-family: "Outfit", sans-serif;
}

.hero-banner-content h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.04;
    max-width: 13ch;
}

.hero-banner-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    max-width: 52ch;
}

.hero-banner-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    align-items: baseline;
    color: rgba(255, 255, 255, 0.82);
}

.hero-banner-meta strong {
    color: white;
}

.hero-carousel-dots {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 2;
    display: flex;
    gap: 0.6rem;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.hero-dot.is-active {
    background: white;
}

.hero-side-grid,
.trust-strip,
.campaign-grid,
.category-showcase-grid,
.value-grid {
    display: grid;
    gap: 1rem;
}

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

.hero-side-card,
.trust-strip-card,
.campaign-card,
.category-showcase-card,
.value-card {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(24, 32, 43, 0.08);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow);
}

.hero-side-card {
    padding: 1.2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 244, 0.94));
}

.hero-side-card span,
.value-card span {
    display: inline-flex;
    width: 2.2rem;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    font-weight: 800;
}

.hero-side-card h3,
.category-showcase-body h3,
.campaign-content h3 {
    margin: 0.85rem 0 0.55rem;
    font-size: 1.22rem;
}

.hero-side-card p,
.trust-strip-card span,
.campaign-content p,
.category-showcase-body p,
.category-showcase-meta span,
.value-card p {
    margin: 0;
    color: var(--muted);
}

.trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2rem;
}

.trust-strip-card {
    padding: 1rem 1.1rem;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.trust-strip-card strong {
    display: block;
    font-size: 1.4rem;
    color: white;
}

.trust-strip-card span {
    color: rgba(255, 255, 255, 0.76);
}

.product-family-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.product-family-bar span {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(24, 32, 43, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    font-weight: 700;
}

.section-tight {
    padding-top: 1rem;
}

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

.campaign-card {
    overflow: hidden;
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.02), rgba(17, 24, 39, 0.9));
}

.campaign-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.82));
}

.campaign-image {
    position: absolute;
    inset: 0;
}

.campaign-content {
    position: relative;
    z-index: 1;
    padding: 1.4rem;
    color: white;
}

.campaign-content p {
    color: rgba(255, 255, 255, 0.8);
}

.campaign-content a {
    display: inline-flex;
    margin-top: 1rem;
    font-weight: 700;
    color: white;
}

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

.category-showcase-card {
    overflow: hidden;
}

.category-showcase-media {
    position: relative;
    height: 250px;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--accent, var(--brand)) 20%, white), transparent 26%),
        linear-gradient(180deg, rgba(255, 248, 248, 0.9), rgba(255, 255, 255, 0.96));
}

.category-showcase-media img,
.category-showcase-placeholder {
    width: 100%;
    height: 100%;
}

.category-showcase-media img {
    object-fit: cover;
    display: block;
}

.category-showcase-placeholder {
    display: grid;
    place-items: center;
    padding: 2rem;
    font-family: "Outfit", sans-serif;
    font-size: 1.45rem;
    color: var(--accent, var(--brand));
}

.category-showcase-body {
    padding: 1.45rem;
}

.category-showcase-meta {
    margin: 1rem 0 0.85rem;
    display: grid;
    gap: 0.25rem;
}

.category-showcase-meta strong {
    font-size: 1.02rem;
}

.category-showcase-body a {
    font-weight: 700;
    color: var(--brand);
}

.split-highlight {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
    margin-bottom: 2rem;
}

.split-copy {
    max-width: none;
}

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

.value-card {
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.value-card p {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
}

.solution-grid-upgraded {
    margin-top: 0.5rem;
}

.product-card-elevated {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 247, 0.92));
}

.warranty-cta-expanded {
    grid-template-columns: 1.2fr auto auto;
    align-items: center;
}

.hero-panel-grid,
.category-grid,
.solution-grid,
.product-grid,
.feature-grid,
.footer-grid,
.detail-specs {
    display: grid;
    gap: 1.25rem;
}

.hero-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.2rem;
}

.hero-panel-card {
    padding: 1.4rem;
    border-radius: var(--radius-md);
}

.hero-panel-card.spotlight {
    background: linear-gradient(135deg, rgba(127, 29, 29, 0.95), rgba(31, 41, 55, 0.88));
    color: white;
}

.hero-panel-card.mini {
    min-height: 132px;
    background: linear-gradient(180deg, white, rgba(255, 244, 244, 0.92));
    border: 1px solid rgba(24, 32, 43, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-panel-card.mini::after,
.category-card::after {
    content: "";
    position: absolute;
    inset: auto -26px -26px auto;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent, var(--brand)) 20%, white);
    opacity: 0.85;
}

.hero-panel-card strong,
.category-card h3,
.product-card h2,
.product-card h3 {
    font-size: 1.1rem;
}

.hero-panel-card span,
.hero-panel-card p,
.category-card p,
.section-heading p,
.solution-card p,
.feature-card p,
.product-card p,
.info-card p,
.page-hero p,
.detail-panel span,
.site-footer p,
.results-toolbar p {
    color: var(--muted);
}

.hero-panel-card.spotlight span,
.hero-panel-card.spotlight p {
    color: rgba(255, 255, 255, 0.8);
}

.hero-metrics {
    margin-top: 2rem;
    flex-wrap: wrap;
}

.hero-metrics div {
    min-width: 150px;
}

.hero-metrics strong {
    display: block;
    font-size: 1.15rem;
}

.hero-metrics span {
    color: rgba(255, 255, 255, 0.72);
}

.section-block {
    padding: 2rem 0 4rem;
}

.section-muted {
    background: rgba(255, 255, 255, 0.52);
    border-block: 1px solid rgba(24, 32, 43, 0.06);
}

.section-dark {
    background:
        radial-gradient(circle at top right, rgba(239, 47, 54, 0.22), transparent 24%),
        linear-gradient(180deg, #831218, #1f2937);
    color: white;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 2rem;
    text-align: center;
}

.section-heading.align-left {
    margin-left: 0;
    text-align: left;
}

.category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
    padding: 1.6rem;
    position: relative;
    overflow: hidden;
}

.category-badge {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-weight: 800;
    color: white;
    background: var(--accent, var(--brand));
}

.category-card a,
.product-card a,
.results-toolbar a {
    font-weight: 700;
    color: var(--brand);
}

.category-card,
.product-card,
.info-card,
.feature-card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.category-card:hover,
.product-card:hover,
.info-card:hover,
.feature-card:hover,
.hero-panel-card.mini:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
    border-color: rgba(239, 47, 54, 0.22);
}

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

.solution-card,
.feature-card {
    padding: 1.6rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

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

.feature-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(24, 32, 43, 0.08);
    box-shadow: var(--shadow);
}

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

.large-gap {
    gap: 1.5rem;
}

.product-card {
    padding: 1.5rem;
}

.product-thumb,
.detail-hero-image,
.gallery-thumb {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.product-thumb {
    height: 220px;
    margin-bottom: 1rem;
    border: 1px solid rgba(31, 41, 55, 0.08);
    background: #fff;
}

.product-placeholder {
    background: #fff7f4;
    object-fit: contain;
}

.detail-hero-image {
    height: 280px;
    margin-bottom: 1rem;
}

.gallery-strip {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-thumb {
    height: 240px;
    border: 1px solid rgba(31, 41, 55, 0.08);
    background: white;
}

.product-card.rich {
    min-height: 270px;
}

.product-card-top,
.spec-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.product-category,
.product-tag,
.chip-list li,
.step-row span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
}

.product-category {
    padding: 0.45rem 0.8rem;
    background: rgba(15, 23, 42, 0.08);
    color: var(--accent);
}

.product-tag {
    padding: 0.45rem 0.8rem;
    background: var(--brand-soft);
    color: var(--brand);
}

.chip-list {
    flex-wrap: wrap;
    padding: 0;
    margin: 1.1rem 0;
    list-style: none;
}

.chip-list.large li {
    font-size: 0.94rem;
}

.chip-list li,
.step-row span {
    padding: 0.55rem 0.9rem;
    background: rgba(15, 23, 42, 0.06);
    color: var(--text);
}

.warranty-cta-inner,
.footer-grid,
.stacked-cards,
.warranty-side {
    display: grid;
    gap: 1.25rem;
}

.warranty-cta .warranty-cta-inner {
    padding: 2rem;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(120deg, rgba(127, 29, 29, 0.98), rgba(31, 41, 55, 0.92)),
        linear-gradient(0deg, rgba(239, 47, 54, 0.18), rgba(239, 47, 54, 0.18));
    color: white;
}

.warranty-cta .step-row span {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.page-hero.compact {
    padding-top: 3rem;
}

.page-hero .container,
.product-hero .container {
    padding: 2.5rem 0;
}

.product-hero-copy {
    min-width: 0;
}

.product-inline-details {
    margin-top: 2.25rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.product-inline-section {
    padding: 1.25rem;
    border: 1px solid rgba(24, 32, 43, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.product-inline-description {
    grid-column: 1 / -1;
}

.product-inline-section h2 {
    margin: 0 0 0.8rem;
    font-size: 1.15rem;
}

.product-inline-section p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.product-inline-section .detail-list li {
    position: relative;
    padding-left: 1.15rem;
}

.product-inline-section .detail-list li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand);
}

@media (max-width: 720px) {
    .product-inline-details {
        grid-template-columns: 1fr;
        margin-top: 1.5rem;
    }

    .product-inline-description {
        grid-column: auto;
    }
}

.catalogue-layout {
    grid-template-columns: 320px 1fr;
    align-items: start;
}

.catalogue-sidebar {
    position: sticky;
    top: 140px;
    display: grid;
    gap: 1rem;
}

.filter-card,
.form-card,
.promo-card,
.detail-panel,
.info-card,
.empty-card {
    padding: 1.5rem;
}

.plain-list,
.detail-list,
.footer-links,
.step-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plain-list li + li,
.footer-links li + li,
.step-list li + li,
.detail-list li + li {
    margin-top: 0.75rem;
}

.results-toolbar {
    margin-bottom: 1rem;
}

.catalogue-section {
    padding: 1.25rem 0 2.75rem;
}

.catalogue-section .catalogue-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.25rem;
}

.catalogue-section .catalogue-sidebar {
    top: 124px;
    gap: 0.75rem;
}

.catalogue-sidebar .filter-card {
    padding: 1rem;
}

.catalogue-sidebar .form-control {
    padding: 0.72rem 0.85rem;
}

.catalogue-sidebar .plain-list li + li {
    margin-top: 0.45rem;
}

.catalogue-section .results-toolbar {
    margin-bottom: 0.65rem;
}

.catalogue-product-grid {
    gap: 1rem;
    align-items: stretch;
}

.catalogue-product-grid .product-card.rich {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 1rem 1.1rem;
}

.catalogue-product-grid .product-thumb {
    height: 160px;
    margin-bottom: 0.65rem;
    padding: 0.3rem;
    object-fit: contain;
}

.catalogue-product-grid .product-card-top {
    min-height: 30px;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
}

.catalogue-product-grid .product-category,
.catalogue-product-grid .product-tag {
    padding: 0.3rem 0.65rem;
}

.catalogue-product-grid h2 {
    min-height: 2.6em;
    margin: 0 0 0.35rem;
    line-height: 1.18;
}

.catalogue-price {
    margin: 0 0 0.3rem;
    color: var(--brand) !important;
    font-weight: 600;
}

.catalogue-description {
    min-height: 2.7em;
    margin: 0 0 0.5rem;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalogue-product-grid .spec-preview {
    display: grid;
    height: 3.8rem;
    margin-bottom: 0.5rem;
    gap: 0.15rem;
    overflow: hidden;
    font-size: 0.82rem;
    line-height: 1.25;
}

.catalogue-product-grid .spec-preview span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-product-grid .spec-preview span:nth-child(n + 4) {
    display: none;
}

.catalogue-product-grid .rynus-pump-card .spec-preview {
    height: auto;
    min-height: 5rem;
}

.catalogue-product-grid .rynus-pump-card .spec-preview span:nth-child(n + 4) {
    display: block;
}

.catalogue-details-link {
    margin-top: auto;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(24, 32, 43, 0.08);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-grid .full-span {
    grid-column: 1 / -1;
}

label {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 700;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.checkbox-row label {
    margin-bottom: 0;
}

.form-control {
    width: 100%;
    border: 1px solid rgba(24, 32, 43, 0.12);
    background: white;
    color: var(--text);
    padding: 0.95rem 1.1rem;
    font: inherit;
}

textarea.form-control,
select.form-control {
    border-radius: 18px;
}

.form-checkbox {
    width: 18px;
    height: 18px;
    accent-color: var(--brand);
    margin-right: 0.65rem;
    vertical-align: middle;
}

.help-text,
.error-text {
    display: block;
    margin-top: 0.45rem;
}

.help-text {
    color: var(--muted);
}

.error-text {
    color: #b91c1c;
}

.full-width {
    width: 100%;
}

.warranty-layout,
.contact-layout,
.detail-layout,
.split-section {
    grid-template-columns: 0.9fr 1.1fr;
}

.promo-card {
    background:
        radial-gradient(circle at bottom left, rgba(239, 47, 54, 0.16), transparent 36%),
        linear-gradient(180deg, rgba(255, 251, 245, 0.95), rgba(255, 255, 255, 0.9));
}

.promo-card .step-list {
    counter-reset: steps;
}

.promo-card .step-list li {
    position: relative;
    padding-left: 3rem;
    color: var(--muted);
}

.promo-card .step-list li::before {
    counter-increment: steps;
    content: counter(steps);
    position: absolute;
    left: 0;
    top: -0.1rem;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--brand);
    color: white;
    font-weight: 800;
}

.info-card.accent {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.82));
    color: white;
}

.info-value {
    font-size: 1.05rem;
    color: var(--text);
}

.detail-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.detail-specs div {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(239, 47, 54, 0.08);
}

.detail-specs strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.02rem;
}

.messages {
    padding-top: 1rem;
}

.message {
    padding: 1rem 1.2rem;
    border-radius: 18px;
    margin-bottom: 0.75rem;
    border: 1px solid transparent;
}

.message-success {
    background: rgba(15, 118, 110, 0.08);
    border-color: rgba(15, 118, 110, 0.22);
    color: var(--success);
}

.feedback-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.feedback-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.feedback-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(4px);
}

.feedback-modal-dialog {
    position: relative;
    width: min(440px, 100%);
    padding: 2rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
    text-align: center;
    transform: translateY(12px) scale(0.98);
    transition: transform 180ms ease;
}

.feedback-modal.is-open .feedback-modal-dialog {
    transform: translateY(0) scale(1);
}

.feedback-modal-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(239, 47, 54, 0.1);
    color: var(--primary);
    font-size: 1.7rem;
    font-weight: 800;
}

.feedback-modal[data-state="success"] .feedback-modal-icon {
    background: rgba(15, 118, 110, 0.1);
    color: var(--success);
}

.feedback-modal-dialog h2 {
    margin-bottom: 0.6rem;
}

.feedback-modal-dialog p {
    margin-bottom: 1.25rem;
    color: var(--muted);
}

.feedback-modal-close {
    position: absolute;
    top: 0.7rem;
    right: 0.85rem;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 1.7rem;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

input[type="date"] {
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.site-footer {
    padding: 2rem 0 0;
    background: #1f2937;
    color: rgba(255, 255, 255, 0.82);
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(239, 47, 54, 0.22), transparent 70%);
    pointer-events: none;
}

.footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    align-items: start;
    padding-bottom: 2rem;
}

.footer-brand .brand-copy small,
.site-footer p,
.site-footer .footer-links a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-links a:hover,
.main-nav a:hover,
.nav-dropdown-toggle:hover {
    color: var(--brand);
}

.footer-bottom {
    padding: 1rem 0 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.94rem;
}

.footer-digital-partner,
.footer-digital-partner a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.footer-partner-logo {
    display: inline-block;
    width: auto;
    max-width: 120px;
    height: 24px;
    object-fit: contain;
}

@media (min-width: 1041px) and (hover: hover) {
    .nav-dropdown.is-hover-open .nav-dropdown-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-dropdown.is-hover-open .nav-dropdown-panel.nav-mega-panel {
        transform: translateX(-50%) translateY(0);
    }
}

.mobile-nav-toggle {
    display: none;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(24, 32, 43, 0.1);
    background: white;
    padding: 0;
}

.mobile-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--text);
}

.whatsapp-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: white;
    font-weight: 800;
    box-shadow: 0 18px 30px rgba(37, 211, 102, 0.35);
    z-index: 24;
    transition: transform 220ms ease-out, box-shadow 220ms ease-out, background-color 220ms ease-out;
}

.whatsapp-fab svg {
    width: 34px;
    height: 34px;
    display: block;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(37, 211, 102, 0.42);
}

@media (max-width: 1040px) {
    .main-nav,
    .nav-actions {
        display: none;
    }

    .mobile-nav-toggle {
        display: inline-block;
        margin-left: auto;
    }

    .main-nav.is-open {
        position: absolute;
        top: calc(100% + 68px);
        left: 16px;
        right: 16px;
        display: grid;
        padding: 1rem;
        border-radius: 24px;
        background: rgba(255, 253, 248, 0.98);
        box-shadow: var(--shadow);
        border: 1px solid rgba(24, 32, 43, 0.08);
    }

    .nav-actions.is-open {
        position: absolute;
        top: calc(100% + 1px);
        left: 16px;
        right: 16px;
        z-index: 45;
        display: flex;
        justify-content: flex-start;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        border-radius: 20px;
        background: rgba(255, 253, 248, 0.98);
        box-shadow: var(--shadow);
        border: 1px solid rgba(24, 32, 43, 0.08);
    }

    .nav-actions.is-open .search-pill {
        display: inline-flex;
    }

    .nav-dropdown-panel {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: 100%;
        margin-top: 0.8rem;
        box-shadow: none;
    }

    .hero-grid,
    .product-hero-grid,
    .category-grid,
    .solution-grid,
    .product-grid,
    .feature-grid,
    .footer-grid,
    .catalogue-layout,
    .warranty-layout,
    .contact-layout,
    .detail-layout,
    .split-section {
        grid-template-columns: 1fr;
    }

    .hero-side-grid,
    .campaign-grid,
    .category-showcase-grid,
    .value-grid,
    .warranty-cta-expanded {
        grid-template-columns: 1fr;
    }

    .catalogue-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 720px) {
    .topbar-inner,
    .nav-wrap,
    .footer-bottom,
    .results-toolbar,
    .hero-actions,
    .hero-metrics,
    .step-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-copy,
    .hero-panel,
    .filter-card,
    .form-card,
    .promo-card,
    .info-card,
    .product-card,
    .category-card {
        padding: 1.25rem;
    }

    .hero-panel-grid,
    .form-grid,
    .detail-specs {
        grid-template-columns: 1fr;
    }

    .trust-strip {
        grid-template-columns: 1fr;
    }

    .hero-banner-content {
        padding: 1.2rem;
    }

    .hero-carousel {
        min-height: 360px;
    }

    .brand-copy small,
    .topbar-inner p {
        display: none;
    }

    .hero-copy h1,
    .page-hero h1,
    .product-hero h1 {
        font-size: clamp(2rem, 12vw, 3rem);
    }
}

body {
    background: #ffffff;
    color: #2f3747;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e8e6e2;
    box-shadow: none;
    backdrop-filter: blur(14px);
}

.announcement-bar {
    background: #f8ede3;
    border-bottom: 1px solid #efe3d6;
}

.announcement-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 40px;
    font-size: 0.95rem;
    color: #3a3d45;
}

.announcement-inner p {
    margin: 0;
}

.announcement-inner a {
    font-weight: 700;
}

.topbar,
.topbar-inner,
.topbar-links {
    display: none;
}

.nav-wrap {
    padding: 1.2rem 0;
    gap: 1.25rem;
}

.brand-logo {
    width: 64px;
}

.brand-copy strong {
    font-size: 1.6rem;
}

.brand-copy small {
    color: #666d7a;
}

.main-nav {
    margin-left: 0;
    gap: 1.1rem;
    flex: 1;
    justify-content: center;
}

.main-nav a,
.nav-dropdown-toggle {
    font-weight: 500;
    color: #2f3747;
}

.main-nav a::after,
.nav-dropdown-toggle::after {
    bottom: -12px;
}

.nav-actions {
    gap: 0.8rem;
}

.search-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 46px;
    padding: 0 1.1rem;
    border: 1px solid #d9dbe1;
    border-radius: 999px;
    background: #fff;
    color: #62697a;
    font-weight: 500;
}

.nav-cta {
    border-radius: 999px;
    background: #ffffff;
}

.primary-action {
    background: #f04d23;
    box-shadow: none;
}

.ghost-action {
    border-color: #d7dae3;
    background: #fff;
}

.orient-hero {
    background: #fff;
}

.orient-carousel {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background: #f6f4f1;
}

.orient-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
}

.orient-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.orient-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.orient-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.62) 28%, rgba(255, 255, 255, 0.04) 65%);
}

.orient-slide-inner {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
}

.orient-slide-copy {
    position: relative;
    z-index: 1;
    max-width: 460px;
}

.orient-slide-copy .eyebrow {
    color: #f04d23;
    letter-spacing: 0.16em;
}

.orient-slide-copy h1,
.homepage-title {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #2f3747;
}

.orient-slide-copy h1 {
    margin: 0.7rem 0 1rem;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 0.95;
}

.orient-slide-copy p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #60687a;
}

.orient-slide-meta {
    display: grid;
    gap: 0.25rem;
    margin: 1rem 0 1.4rem;
    color: #596172;
}

.orient-slide-meta strong {
    color: #263042;
    font-size: 1.05rem;
}

.orient-dots {
    bottom: 22px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.hero-dot {
    width: 10px;
    height: 10px;
    background: #d3d3d3;
}

.hero-dot.is-active {
    width: 30px;
    border-radius: 999px;
    background: #f04d23;
}

.homepage-section {
    padding: 4.5rem 0;
    background: #fff;
}

.homepage-title {
    margin: 0 0 2.5rem;
    text-align: center;
    font-size: clamp(2rem, 4vw, 4rem);
}

.homepage-title.align-left {
    text-align: left;
}

.category-icons-section {
    padding-top: 3.5rem;
}

.category-icon-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1.1rem;
}

.category-icon-card {
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: 0.5rem;
    text-align: center;
    color: #62697a;
    transition: transform 180ms ease, color 180ms ease;
}

.category-icon-media {
    width: 128px;
    height: 128px;
    display: grid;
    place-items: center;
    background: #faf8f5;
    border-radius: 999px;
    border: 1px solid #efebe6;
    padding: 1rem;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-icon-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.category-icon-placeholder {
    font-size: 0.95rem;
    font-weight: 700;
    color: #4f5665;
}

.category-icon-card:hover {
    color: #f04d23;
    transform: translateY(-3px);
}

.category-icon-card:hover .category-icon-media {
    border-color: #f4b6a4;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.trend-grid,
.promise-grid,
.blog-grid {
    display: grid;
    gap: 1.5rem;
}

.trend-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trend-card,
.blog-card {
    background: #fff;
    border: 1px solid #efebe6;
    border-radius: 28px;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.trend-card:hover,
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 40px rgba(35, 42, 58, 0.08);
}

.trend-image,
.blog-image {
    width: 100%;
    background: #fbfaf8;
    display: block;
}

.trend-image {
    height: 300px;
    object-fit: contain;
    padding: 1.5rem;
}

.blog-image {
    height: 230px;
    object-fit: cover;
}

.trend-body,
.blog-body {
    padding: 1.5rem;
}

.trend-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    background: #2f3747;
    color: #fff;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
}

.trend-body h3,
.promise-card h3,
.blog-body h3 {
    font-family: "Outfit", sans-serif;
    font-size: 1.45rem;
    font-weight: 500;
    color: #2f3747;
}

.trend-body h3 {
    margin: 1rem 0 0.7rem;
}

.trend-body p,
.promise-card p,
.blog-body p,
.get-touch-copy p,
.social-panel p {
    color: #62697a;
    line-height: 1.6;
}

.trend-body a,
.blog-body a,
.section-link {
    font-weight: 700;
    color: #f04d23;
}

.promise-section {
    background: #fcfbf9;
}

.promise-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.promise-card {
    padding: 1.7rem;
    border-radius: 24px;
    border: 1px solid #ece7df;
    background: #fff;
}

.promise-card span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff1eb;
    color: #f04d23;
    font-weight: 800;
}

.promise-card h3 {
    margin: 1rem 0 0.7rem;
}

.get-touch-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2rem;
    align-items: center;
}

.get-touch-copy {
    max-width: 540px;
}

.get-touch-visual img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 28px;
    background: #fbfaf8;
}

.dark-action {
    background: #363d4b;
}

.section-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.section-row .homepage-title {
    margin-bottom: 0;
}

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

.blog-body h3 {
    margin: 0 0 0.75rem;
}

.social-section {
    padding-top: 2rem;
}

.social-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.8rem 2rem;
    border-radius: 28px;
    background: #fbf5ef;
    border: 1px solid #eee1d4;
}

.social-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.social-icon {
    width: 52px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #f04d23;
    background: #fff;
    border: 1px solid #f1d6c8;
}

.social-icon svg {
    width: 24px;
    height: 24px;
}

.social-label {
    display: block;
    color: #7b8293;
    font-size: 0.92rem;
}

.social-badge strong {
    font-family: "Outfit", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
}

.site-footer {
    background: #f8f4ef;
    color: #454d5f;
}

.site-footer::before {
    display: none;
}

.footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
    padding-top: 2rem;
}

.site-footer .footer-links a,
.footer-brand .brand-copy small,
.site-footer p {
    color: #62697a;
}

.footer-bottom {
    border-top: 1px solid #e5ddd2;
}

@media (max-width: 1180px) {
    .category-icon-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

@media (max-width: 900px) {
    .main-nav {
        justify-content: flex-start;
    }

    .search-pill {
        display: none;
    }

    .get-touch-grid,
    .blog-grid,
    .footer-grid,
    .social-panel {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .announcement-inner {
        min-height: auto;
        padding: 0.65rem 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .orient-carousel,
    .orient-slide-inner {
        min-height: 520px;
    }

    .orient-slide-overlay {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.48) 45%, rgba(255, 255, 255, 0.18) 100%);
    }

    .category-icon-grid,
    .trend-grid,
    .promise-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .category-icon-media {
        width: 110px;
        height: 110px;
    }

    .homepage-section {
        padding: 3rem 0;
    }

    .get-touch-visual img {
        height: 340px;
    }
}

.home-clean {
    background: #ffffff;
}

.home-clean-hero {
    background: #ffffff;
}

.home-clean-carousel {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: #f7f4ef;
    border-bottom: 1px solid #ece8e2;
}

.home-clean-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
}

.home-clean-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.home-clean-slide-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    display: block;
    background: #f7f4ef;
}

.home-clean-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 24%, rgba(255, 255, 255, 0.18) 60%);
}

.home-clean-slide-inner {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
}

.home-clean-slide-copy {
    position: relative;
    z-index: 1;
    max-width: 430px;
}

.home-clean-slide-copy h1,
.home-clean-title,
.home-clean-product-body h3,
.home-clean-promise-card h3,
.home-clean-blog-item h3 {
    font-family: "Outfit", sans-serif;
    color: #2f3747;
}

.home-clean-slide-copy h1 {
    margin: 0.7rem 0 1rem;
    font-size: clamp(2.6rem, 4.8vw, 4.7rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.home-clean-slide-copy p,
.home-clean-product-body p,
.home-clean-promise-card p,
.home-clean-trust-copy p,
.home-clean-contact-card p,
.home-clean-blog-item p {
    color: #62697a;
    line-height: 1.6;
}

.home-clean-dots {
    left: 50%;
    right: auto;
    bottom: 18px;
    transform: translateX(-50%);
}

.home-clean-section {
    padding: 3.25rem 0;
}

.home-clean-title {
    margin: 0;
    font-size: clamp(1.9rem, 3.7vw, 3.6rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: center;
}

.home-clean-title-left {
    text-align: left;
}

.home-clean-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.home-clean-heading-row.compact {
    margin-bottom: 1.2rem;
}

.home-clean-link {
    color: #f04d23;
    font-weight: 700;
    white-space: nowrap;
}

.home-clean-categories {
    padding-top: 2.7rem;
}

.home-clean-categories .home-clean-title {
    margin-bottom: 1.8rem;
}

.home-clean-category-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.8rem;
}

.home-clean-category-card {
    display: grid;
    justify-items: center;
    gap: 0.9rem;
    text-align: center;
    color: #666f80;
    padding: 0.35rem;
    transition: color 180ms ease, transform 180ms ease;
}

.home-clean-category-card:hover {
    color: #f04d23;
    transform: translateY(-2px);
}

.home-clean-category-media {
    width: 112px;
    height: 112px;
    border-radius: 999px;
    background: #fbfaf7;
    border: 1px solid #ebe7e1;
    display: grid;
    place-items: center;
    padding: 0.85rem;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.home-clean-category-card:hover .home-clean-category-media {
    border-color: #f0b9a6;
    box-shadow: 0 16px 28px rgba(32, 37, 47, 0.06);
}

.home-clean-category-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.home-clean-product-grid {
    display: grid;
    gap: 1.2rem;
}

.home-clean-product-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-clean-product-card {
    background: #ffffff;
    border: 1px solid #ece8e1;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-clean-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(26, 33, 46, 0.08);
}

.home-clean-product-image {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: contain;
    background: #fbfaf7;
    padding: 1.15rem;
}

.home-clean-product-body {
    padding: 1.25rem 1.3rem 1.35rem;
}

.home-clean-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.78rem;
    border-radius: 10px;
    background: #363d4b;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.home-clean-product-body h3 {
    margin: 0.95rem 0 0.65rem;
    font-size: 1.35rem;
    font-weight: 500;
}

.home-clean-product-body a {
    color: #f04d23;
    font-weight: 700;
}

.home-clean-utility-section {
    background: #fcfbf8;
}

.home-clean-trust {
    padding: 3rem 0;
}

.home-clean-trust-grid,
.home-clean-bottom-grid {
    display: grid;
    gap: 1.4rem;
}

.home-clean-trust-grid {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: start;
}

.home-clean-trust-copy {
    max-width: 480px;
}

.home-clean-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-clean-promise-card,
.home-clean-contact-card,
.home-clean-blog-card {
    border: 1px solid #ece7df;
    background: #ffffff;
    border-radius: 24px;
}

.home-clean-promise-card {
    padding: 1.35rem;
}

.home-clean-promise-card span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff1eb;
    color: #f04d23;
    font-weight: 800;
}

.home-clean-promise-card h3 {
    margin: 0.85rem 0 0.55rem;
    font-size: 1.15rem;
    font-weight: 500;
}

.home-clean-dark-action {
    background: #363d4b;
}

.home-clean-bottom-grid {
    grid-template-columns: 0.92fr 1.08fr;
}

.home-clean-contact-card,
.home-clean-blog-card {
    padding: 1.6rem;
}

.home-clean-contact-card {
    display: grid;
    gap: 1.2rem;
    align-content: space-between;
    min-height: 100%;
    background: #faf8f5;
}

.home-clean-blog-list {
    display: grid;
    gap: 1rem;
}

.home-clean-blog-item {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 1rem;
    align-items: start;
}

.home-clean-blog-item img {
    width: 112px;
    height: 96px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    background: #fbfaf7;
}

.home-clean-blog-item h3 {
    margin: 0 0 0.4rem;
    font-size: 1.02rem;
    font-weight: 500;
}

.home-clean-blog-item p {
    margin: 0;
    font-size: 0.95rem;
}

.home-clean-follow {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid #ece7df;
}

.home-clean-follow span {
    display: block;
    color: #747b8c;
    font-size: 0.92rem;
}

.home-clean-follow strong {
    font-family: "Outfit", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #2f3747;
}

@media (max-width: 1180px) {
    .home-clean-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-clean-product-grid-three,
    .home-clean-promise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .home-clean-trust-grid,
    .home-clean-bottom-grid {
        grid-template-columns: 1fr;
    }

    .home-clean-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .home-clean-carousel,
    .home-clean-slide-inner {
        min-height: 430px;
    }

    .home-clean-slide-image {
        object-position: center;
    }

    .home-clean-slide-overlay {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0.26) 100%);
    }

    .home-clean-section {
        padding: 2.5rem 0;
    }

    .home-clean-category-grid,
    .home-clean-product-grid-three,
    .home-clean-promise-grid {
        grid-template-columns: 1fr;
    }

    .home-clean-category-media {
        width: 100px;
        height: 100px;
    }

    .home-clean-blog-item {
        grid-template-columns: 1fr;
    }

    .home-clean-blog-item img {
        width: 100%;
        height: 180px;
    }
}

.announcement-bar {
    background: #f8ede3;
    border-bottom: 1px solid #eee1d4;
}

.announcement-inner {
    min-height: 38px;
    font-size: 0.92rem;
    color: #343844;
}

.announcement-inner a {
    font-weight: 700;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #ece7df;
    box-shadow: none;
}

.nav-wrap {
    padding: 1rem 0;
    gap: clamp(0.4rem, 0.8vw, 0.85rem);
    width: min(1480px, calc(100vw - 40px));
    position: relative;
    flex-wrap: nowrap;
}

.brand {
    gap: 0.8rem;
    flex: 0 1 clamp(150px, 17vw, 230px);
    min-width: 0;
}

.brand-logo {
    width: clamp(46px, 4vw, 58px);
    flex: 0 0 auto;
}

.brand-copy {
    min-width: 0;
}

.brand-copy strong {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(1.02rem, 1.2vw, 1.3rem);
}

.brand-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(0.66rem, 0.75vw, 0.78rem);
    color: #6b7280;
}

.main-nav {
    margin-left: 0;
    gap: clamp(0.28rem, 0.72vw, 1.05rem);
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
    flex-wrap: nowrap;
}

.main-nav > a,
.main-nav > .nav-dropdown > a {
    font-size: clamp(0.78rem, 0.74vw, 0.9375rem);
    line-height: 1.1;
    white-space: nowrap;
    font-weight: 500;
    color: #273142;
    padding-inline: 0;
}

.nav-dropdown {
    position: static;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.nav-dropdown-panel.nav-mega-panel {
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    width: min(820px, calc(100vw - 80px));
    min-width: min(720px, calc(100vw - 80px));
    max-width: calc(100vw - 80px);
    padding: 1rem 1.25rem 1.15rem;
    border-radius: 0 0 18px 18px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(20, 26, 38, 0.11);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.65rem;
    overflow: hidden;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
    transform: translateX(-50%) translateY(0);
}

.nav-mega-column {
    min-width: 0;
}

.nav-mega-column h4 {
    margin: 0 0 0.45rem;
    padding-bottom: 0.55rem;
    font-family: "Outfit", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2f3747;
    border-bottom: 1px solid rgba(24, 32, 43, 0.08);
}

.nav-mega-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 50px;
    padding: 0.42rem 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    transition: color 160ms ease, transform 160ms ease;
    min-width: 0;
}

.nav-mega-item:not(:last-child) {
    box-shadow: inset 0 -1px 0 rgba(24, 32, 43, 0.055);
}

.nav-mega-item:hover,
.nav-mega-item:focus-visible {
    background: transparent;
    color: #f04d23;
    transform: translateX(2px);
}

.nav-mega-thumb {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-mega-thumb img {
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    object-fit: contain;
    display: block;
    background: transparent;
}

.nav-mega-item span {
    font-weight: 500;
    color: currentColor;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Keep long desktop mega menus fully visible on shorter screens. */
@media (min-width: 1041px) {
    .nav-dropdown-panel.nav-mega-panel {
        max-height: calc(100vh - 132px);
        padding: 0.7rem 1rem 0.8rem;
        gap: 1.25rem;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .nav-mega-column h4 {
        margin-bottom: 0.25rem;
        padding-bottom: 0.38rem;
        font-size: 0.72rem;
    }

    .nav-mega-item {
        gap: 10px;
        min-height: 40px;
        padding: 0.2rem 0;
        font-size: 0.88rem;
    }

    .nav-mega-thumb {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .nav-mega-thumb img {
        width: 34px !important;
        height: 34px !important;
        max-width: 34px !important;
        max-height: 34px !important;
    }
}

.nav-actions {
    gap: clamp(0.18rem, 0.45vw, 0.35rem);
    flex: 0 0 auto;
    min-width: max-content;
}

.search-pill {
    min-width: clamp(58px, 5.8vw, 82px);
    padding-inline: clamp(0.42rem, 0.7vw, 0.72rem);
    height: clamp(36px, 3.3vw, 40px);
    border: 1px solid #d9dde5;
    font-size: clamp(0.78rem, 0.75vw, 0.92rem);
    color: #687183;
    font-weight: 500;
    background: #fff;
}

.header-search-panel {
    display: none;
    position: sticky;
    top: 0;
    z-index: 35;
    padding: 0.9rem 0 1rem;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #ece7df;
    box-shadow: 0 18px 38px rgba(20, 26, 38, 0.06);
}

.header-search-panel.is-open {
    display: block;
}

.header-search-inner {
    display: grid;
    justify-items: center;
    gap: 0.75rem;
}

.header-search-form {
    width: min(520px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    min-height: 48px;
    padding: 0 0.2rem 0 1.25rem;
    border: 1px solid #e1e5ec;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(20, 26, 38, 0.08);
}

.header-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #273142;
    font: inherit;
    font-size: 1rem;
}

.header-search-input::placeholder {
    color: #9aa3b2;
}

.header-search-submit {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #687183;
    cursor: pointer;
}

.header-search-submit span {
    width: 16px;
    height: 16px;
    border: 1.8px solid currentColor;
    border-radius: 50%;
    position: relative;
}

.header-search-submit span::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -4px;
    width: 8px;
    height: 1.8px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
}

.header-search-results {
    width: min(520px, 100%);
    display: grid;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(20, 26, 38, 0.1);
    overflow: hidden;
}

.header-search-result,
.header-search-empty {
    min-height: 58px;
    padding: 0.65rem 0.8rem;
    display: grid;
    align-items: center;
}

.header-search-result {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.85rem;
}

.header-search-result:not(:last-child) {
    border-bottom: 1px solid rgba(24, 32, 43, 0.06);
}

.header-search-result img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.header-search-result strong {
    display: block;
    color: #273142;
    font-weight: 600;
}

.header-search-result small,
.header-search-empty {
    color: #667085;
}

.nav-icon-link {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    color: #6b7280;
}

.nav-icon-link span {
    width: 16px;
    height: 16px;
    display: block;
    border: 1.8px solid currentColor;
    border-radius: 50%;
    position: relative;
}

.nav-icon-link span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 14px;
    height: 7px;
    border: 1.8px solid currentColor;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%);
}

.nav-icon-link .nav-bag {
    width: 16px;
    height: 14px;
    border-radius: 3px;
}

.nav-icon-link .nav-bag::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    width: 10px;
    height: 8px;
    border: 1.8px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    transform: translateX(-50%);
}

.nav-icon-link .nav-bag::after {
    display: none;
}

.catalogue-viewer-section {
    background: #ffffff;
}

.catalogue-hero {
    padding: clamp(1rem, 2vw, 1.75rem) 0;
    background: #f7f3ee;
    border-bottom: 1px solid #ece7df;
}

.catalogue-hero-inner {
    display: flex;
    justify-content: center;
}

.catalogue-hero-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(66vh, 680px);
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(20, 26, 38, 0.1);
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.catalogue-viewer-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.catalogue-viewer-frame {
    height: min(82vh, 980px);
    min-height: 680px;
    border: 1px solid #ece7df;
    border-radius: 20px;
    overflow: hidden;
    background: #fbfaf8;
    box-shadow: 0 18px 44px rgba(20, 26, 38, 0.08);
}

.catalogue-viewer-frame object,
.catalogue-viewer-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.catalogue-viewer-frame p {
    padding: 2rem;
    color: #667085;
}

.hero-focus {
    background: #f6f3ee;
}

.hero-focus-carousel {
    position: relative;
    height: 620px;
    min-height: 620px;
    overflow: hidden;
    border-top: 1px solid #ece7df;
    background: #f7f4ee;
}

.hero-focus-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
    background: #f7f4ee;
}

.hero-focus-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-focus-media {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 14px 40px;
    box-sizing: border-box;
    background: #f7f4ee;
}

.hero-focus-media picture {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-focus-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.hero-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(44, 52, 64, 0.82);
    color: #ffffff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.hero-carousel-arrow:hover,
.hero-carousel-arrow:focus-visible {
    background: rgba(28, 34, 44, 0.94);
    transform: translateY(-50%) scale(1.04);
}

.hero-carousel-arrow span {
    font-size: 2rem;
    line-height: 1;
    margin-top: -2px;
}

.hero-carousel-arrow-prev {
    left: 26px;
}

.hero-carousel-arrow-next {
    right: 26px;
}

.hero-focus-dots {
    left: 50%;
    right: auto;
    bottom: 14px;
    transform: translateX(-50%);
    gap: 0.45rem;
    bottom: 18px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    background: #cfd3da;
}

.hero-dot.is-active {
    width: 28px;
    border-radius: 999px;
    background: #f04d23;
}

.shop-categories-strip {
    background: #ffffff;
    padding: 3.2rem 0 3.7rem;
}

.shop-categories-inner {
    width: min(1360px, calc(100vw - 120px));
    margin: 0 auto;
}

.shop-categories-header {
    margin-bottom: 2.2rem;
    text-align: center;
}

.shop-categories-header h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.1rem, 3.2vw, 3.7rem);
    line-height: 1.04;
    font-weight: 300;
    color: #2f3747;
}

.shop-categories-header p {
    max-width: 680px;
    margin: 0.8rem auto 0;
    color: #687183;
    font-size: 1rem;
    line-height: 1.65;
}

.shop-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.shop-category-card {
    min-height: 318px;
    padding: 1.35rem;
    border-radius: 24px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    gap: 1rem;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ece7df;
    box-shadow: 0 18px 38px rgba(20, 26, 38, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.shop-category-card:hover,
.shop-category-card:focus-visible {
    border-color: rgba(240, 77, 35, 0.22);
    box-shadow: 0 24px 48px rgba(20, 26, 38, 0.11);
    transform: translateY(-3px);
}

.shop-category-image {
    width: 148px;
    height: 148px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #fff5f2 0%, #f8f5ef 100%);
}

.shop-category-image img {
    width: 112px;
    height: 112px;
    object-fit: contain;
    display: block;
    border-radius: 14px;
}

.shop-category-body {
    display: grid;
    gap: 0.45rem;
}

.shop-category-body strong {
    font-family: "Outfit", sans-serif;
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1.15;
    color: #2f3747;
}

.shop-category-body span {
    color: #687183;
    font-size: 0.95rem;
    line-height: 1.5;
}

.shop-category-arrow {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #363d4b;
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    transition: background-color 180ms ease, transform 180ms ease;
}

.shop-category-card:hover .shop-category-arrow,
.shop-category-card:focus-visible .shop-category-arrow {
    background: #f04d23;
    transform: translateX(2px);
}

.design-spotlight-strip {
    background: #ffffff;
    padding: 0.8rem 0 4.2rem;
}

.design-spotlight-inner {
    width: min(1360px, calc(100vw - 120px));
    margin: 0 auto;
}

.design-spotlight-header {
    margin-bottom: 2rem;
    text-align: center;
}

.design-spotlight-header h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.1rem, 3.2vw, 3.7rem);
    line-height: 1.06;
    font-weight: 300;
    color: #2f3747;
}

.design-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: start;
}

.design-spotlight-card {
    display: grid;
    gap: 0.7rem;
}

.design-spotlight-media {
    position: relative;
    height: 578px;
    overflow: hidden;
    border-radius: 26px;
    display: block;
    border: 1px solid #ece7df;
    box-shadow: 0 20px 40px rgba(22, 28, 39, 0.07);
}

.design-spotlight-card-ivory .design-spotlight-media {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 32%),
        linear-gradient(180deg, #f2ece4 0%, #f7f4ef 100%);
}

.design-spotlight-card-sand .design-spotlight-media {
    background:
        radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, #e7dbd2 0%, #f4ede7 100%);
}

.design-spotlight-card-sage .design-spotlight-media {
    background:
        radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 24%),
        linear-gradient(180deg, #dde5dd 0%, #eff4ef 100%);
}

.design-spotlight-card-mist .design-spotlight-media {
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 24%),
        linear-gradient(180deg, #e8ecef 0%, #f6f8f9 100%);
}

.design-spotlight-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center 42%;
    padding: 2.2rem 1.4rem 4.8rem;
    display: block;
}

.design-spotlight-overlay {
    position: absolute;
    inset: auto 0 0 0;
    height: 36%;
    background: linear-gradient(180deg, rgba(27, 32, 41, 0) 0%, rgba(27, 32, 41, 0.72) 100%);
}

.design-spotlight-copy {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.45rem;
    z-index: 1;
    display: grid;
    gap: 0.35rem;
    color: #ffffff;
}

.design-spotlight-copy strong {
    font-size: 0.84rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.design-spotlight-copy span {
    font-family: "Outfit", sans-serif;
    font-size: 1.55rem;
    line-height: 1.02;
    font-weight: 500;
}

.design-spotlight-button {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 42px;
    padding: 0.75rem 1.15rem;
    border-radius: 12px;
    background: #363d4b;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.96rem;
    text-align: center;
    transition: background-color 180ms ease, transform 180ms ease;
}

.design-spotlight-button:hover,
.design-spotlight-button:focus-visible {
    background: #2d3440;
    transform: translateY(-1px);
}

.stylish-fans-strip {
    background: #ffffff;
    padding: 0.6rem 0 4.2rem;
}

.stylish-fans-inner {
    width: min(1360px, calc(100vw - 120px));
    margin: 0 auto;
}

.stylish-fans-header {
    margin-bottom: 2rem;
    text-align: center;
}

.stylish-fans-header h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.05rem, 3vw, 3.5rem);
    line-height: 1.08;
    font-weight: 300;
    color: #2f3747;
}

.stylish-fans-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: start;
}

.stylish-fan-card {
    border-radius: 24px;
    background: #fbfaf8;
    border: 1px solid #ede7df;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(19, 27, 40, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.stylish-fan-card:hover,
.stylish-fan-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 24px 46px rgba(19, 27, 40, 0.1);
}

.stylish-fan-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 2rem 1.4rem 1.2rem;
    background: linear-gradient(180deg, #fcfbfa 0%, #f7f3ed 100%);
}

.stylish-fan-media img {
    width: 100%;
    max-width: 290px;
    max-height: 245px;
    object-fit: contain;
    display: block;
}

.stylish-fan-badge {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0.3rem 0.65rem;
    border-radius: 8px;
    background: #363d4b;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.stylish-fan-body {
    padding: 0 1.2rem 1.2rem;
}

.stylish-fan-body h3 {
    margin: 0 0 0.65rem;
    font-family: "Outfit", sans-serif;
    font-size: 1.42rem;
    font-weight: 500;
    line-height: 1.18;
    color: #2f3747;
}

.stylish-fan-body p {
    margin: 0 0 0.9rem;
    color: #687183;
    line-height: 1.55;
    min-height: 3.1em;
}

.stylish-fan-specs {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.stylish-fan-specs span {
    color: #60687a;
    font-size: 0.94rem;
    line-height: 1.45;
}

.stylish-fan-specs strong {
    color: #2f3747;
}

.stylish-fan-cta {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #363d4b;
    color: #ffffff;
    font-weight: 700;
    transition: background-color 180ms ease, transform 180ms ease;
}

.stylish-fan-cta:hover,
.stylish-fan-cta:focus-visible {
    background: #2d3440;
    transform: translateY(-1px);
}

.fan-comparison-strip {
    padding: 4.6rem 0 5rem;
    background: linear-gradient(145deg, #f5f1eb 0%, #fbfaf8 58%, #eef1ed 100%);
}

.fan-comparison-inner {
    width: min(1240px, calc(100vw - 120px));
    margin: 0 auto;
    text-align: center;
}

.fan-comparison-header { margin-bottom: 2rem; }
.fan-comparison-header > span {
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.fan-comparison-header h2 {
    margin: 0.55rem 0 0.65rem;
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.05rem, 3.4vw, 3.7rem);
    line-height: 1.05;
    font-weight: 300;
    color: #2f3747;
}
.fan-comparison-header p { margin: 0; color: #687183; }

.fan-comparison-scroll {
    overflow-x: auto;
    border: 1px solid #e6dfd6;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 55px rgba(34, 42, 54, 0.08);
}
.fan-comparison-table {
    width: 100%;
    min-width: 1300px;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left;
}
.fan-comparison-table th,
.fan-comparison-table td { padding: 1rem 1.25rem; border-bottom: 1px solid #ece7e0; }
.fan-comparison-table thead th { padding-top: 1.5rem; vertical-align: bottom; }
.fan-comparison-table thead th:first-child,
.fan-comparison-table tbody th { width: 160px; color: #343c4b; font-weight: 700; }
.fan-comparison-table tbody td { color: #626b7c; }
.fan-comparison-table tbody tr:last-child th,
.fan-comparison-table tbody tr:last-child td { border-bottom: 0; }
.fan-comparison-table tbody tr:nth-child(odd) { background: rgba(247, 244, 239, 0.55); }
.fan-comparison-product { display: grid; gap: 0.4rem; color: #2f3747; }
.fan-comparison-product img { width: 100%; height: 145px; object-fit: contain; }
.fan-comparison-product strong { font-family: "Outfit", sans-serif; font-size: 1.2rem; font-weight: 600; }
.fan-comparison-product span { color: var(--brand); font-size: 0.9rem; font-weight: 700; }
.fan-comparison-all {
    display: inline-flex;
    min-height: 48px;
    margin-top: 1.6rem;
    padding: 0.75rem 1.35rem;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #363d4b;
    color: #fff;
    font-weight: 700;
}
.fan-comparison-all:hover,
.fan-comparison-all:focus-visible { background: #2d3440; transform: translateY(-1px); }

@media (max-width: 1180px) {
    .nav-dropdown-panel.nav-mega-panel {
        min-width: 0;
        width: min(940px, calc(100vw - 48px));
    }

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

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

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

@media (min-width: 1041px) and (max-width: 1320px) {
    .nav-wrap {
        gap: 0.35rem;
        width: min(1480px, calc(100vw - 24px));
    }

    .brand {
        gap: 0.55rem;
    }

    .brand-copy strong {
        font-size: 1.12rem;
    }

    .brand-copy small {
        font-size: 0.68rem;
    }

    .main-nav {
        gap: clamp(0.18rem, 0.42vw, 0.48rem);
    }

    .main-nav > a,
    .main-nav > .nav-dropdown > a {
        font-size: clamp(0.72rem, 0.69vw, 0.82rem);
    }

    .nav-actions {
        gap: 0.16rem;
    }

    .search-pill {
        min-width: 54px;
        height: 36px;
        padding-inline: 0.38rem;
        font-size: 0.78rem;
    }

    .nav-icon-link {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 1040px) {
    .catalogue-section .catalogue-layout {
        grid-template-columns: 1fr;
    }

    .nav-dropdown-panel.nav-mega-panel {
        position: static;
        width: 100%;
        transform: none;
        min-width: 0;
        max-width: none;
        margin-top: 0.8rem;
        grid-template-columns: 1fr;
        padding: 1rem;
        box-shadow: none;
    }

    .hero-focus-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .catalogue-section {
        padding-top: 1rem;
    }

    .catalogue-product-grid .product-thumb {
        height: 180px;
    }

    .announcement-inner {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding: 0.5rem 0;
    }

    .nav-wrap {
        width: min(100vw - 24px, 1480px);
    }

    .hero-focus-carousel {
        height: 320px;
        min-height: 320px;
    }

    .hero-focus-media {
        padding: 10px 8px 34px;
    }

    .hero-focus-media img {
        height: 100%;
        object-fit: contain;
    }

    .hero-carousel-arrow {
        width: 42px;
        height: 42px;
    }

    .hero-carousel-arrow-prev {
        left: 10px;
    }

    .hero-carousel-arrow-next {
        right: 10px;
    }

    .shop-categories-strip {
        padding: 2.2rem 0 2.6rem;
    }

    .shop-categories-inner {
        width: min(100vw - 24px, 1480px);
    }

    .shop-categories-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .shop-category-card {
        min-height: auto;
        border-radius: 20px;
        padding: 1.15rem;
    }

    .shop-category-image {
        width: 128px;
        height: 128px;
    }

    .shop-category-image img {
        width: 96px;
        height: 96px;
    }

    .design-spotlight-strip {
        padding: 0.2rem 0 3rem;
    }

    .design-spotlight-inner {
        width: min(100vw - 24px, 1480px);
    }

    .design-spotlight-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stylish-fans-strip {
        padding: 0.2rem 0 3rem;
    }

    .stylish-fans-inner {
        width: min(100vw - 24px, 1480px);
    }

    .stylish-fans-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stylish-fan-media {
        min-height: 270px;
        padding: 1.5rem 1rem 1rem;
    }

    .stylish-fan-media img {
        max-height: 210px;
    }

    .fan-comparison-strip { padding: 3rem 0 3.5rem; }
    .fan-comparison-inner { width: min(100vw - 24px, 1240px); }
    .fan-comparison-scroll { border-radius: 20px; }
    .fan-comparison-table th,
    .fan-comparison-table td { padding: 0.85rem 1rem; }

    .design-spotlight-media {
        height: 500px;
        border-radius: 22px;
    }

    .design-spotlight-media img {
        padding: 1.6rem 1rem 4.6rem;
    }

    .design-spotlight-copy {
        left: 1.15rem;
        right: 1.15rem;
        bottom: 1.2rem;
    }

    .design-spotlight-copy span {
        font-size: 1.35rem;
    }

    .catalogue-viewer-toolbar {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .catalogue-viewer-frame {
        min-height: 560px;
        border-radius: 16px;
    }
}

@media (min-width: 641px) and (max-width: 1040px) {
    .nav-wrap {
        display: grid;
        grid-template-columns: minmax(145px, 1fr) auto;
        align-items: center;
        row-gap: 0.65rem;
        column-gap: 0.75rem;
        width: min(1480px, calc(100vw - 24px));
        padding: 0.75rem 0 0.85rem;
    }

    .brand {
        grid-column: 1;
        min-width: 0;
        gap: 0.55rem;
    }

    .brand-logo {
        width: 48px;
    }

    .brand-copy strong {
        font-size: 1.04rem;
    }

    .brand-copy small {
        font-size: 0.66rem;
    }

    .mobile-nav-toggle {
        display: none;
    }

    .nav-actions {
        grid-column: 2;
        display: flex;
        justify-self: end;
        gap: 0.22rem;
    }

    .search-pill {
        display: inline-flex;
        min-width: 58px;
        height: 34px;
        padding-inline: 0.42rem;
        font-size: 0.78rem;
    }

    .nav-icon-link {
        display: inline-grid;
        width: 32px;
        height: 32px;
    }

    .main-nav {
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
        gap: clamp(0.16rem, 0.55vw, 0.5rem);
        padding-top: 0.25rem;
        min-width: 0;
        overflow: visible;
    }

    .main-nav > a,
    .main-nav > .nav-dropdown > a {
        font-size: clamp(0.66rem, 1.18vw, 0.84rem);
        white-space: nowrap;
    }

    .nav-dropdown {
        position: relative;
    }

    .nav-dropdown-panel,
    .nav-dropdown-panel.nav-mega-panel {
        position: absolute;
        top: calc(100% + 12px);
        left: 50%;
        width: min(760px, calc(100vw - 32px));
        min-width: 0;
        max-width: calc(100vw - 32px);
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-50%) translateY(8px);
        box-shadow: 0 18px 44px rgba(20, 26, 38, 0.11);
    }

    .nav-dropdown:hover .nav-dropdown-panel,
    .nav-dropdown:focus-within .nav-dropdown-panel,
    .nav-dropdown:hover .nav-dropdown-panel.nav-mega-panel,
    .nav-dropdown:focus-within .nav-dropdown-panel.nav-mega-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 640px) {
    .catalogue-hero {
        padding: 0.65rem 0;
    }

    .catalogue-hero-image {
        max-height: none;
        border-radius: 12px;
    }

    .main-nav,
    .nav-actions {
        display: none;
    }

    .mobile-nav-toggle {
        display: inline-block;
        margin-left: auto;
    }
}

/* Responsive safety layer. Nothing in this block affects desktop widths. */
@media (max-width: 1040px) {
    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }

    img,
    svg,
    video,
    canvas,
    iframe {
        max-width: 100%;
    }

    main > *,
    .container > *,
    .catalogue-layout > *,
    .product-grid > *,
    .footer-grid > * {
        min-width: 0;
    }

    input,
    select,
    textarea,
    button {
        max-width: 100%;
    }
}

@media (max-width: 720px) {
    .container {
        width: min(100% - 24px, var(--container));
    }

    input,
    select,
    textarea {
        /* Prevent iOS from zooming the page when a field receives focus. */
        font-size: 16px;
    }

    .primary-action,
    .ghost-action,
    .mobile-nav-toggle,
    .nav-icon-link,
    .hero-carousel-arrow {
        min-height: 44px;
        min-width: 44px;
    }

    h1,
    h2,
    h3,
    p,
    a,
    button,
    td,
    th {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 380px) {
    .container,
    .nav-wrap,
    .shop-categories-inner,
    .design-spotlight-inner,
    .stylish-fans-inner,
    .fan-comparison-inner {
        width: calc(100% - 20px);
    }

    .hero-focus-carousel {
        height: 280px;
        min-height: 280px;
    }

    .hero-carousel-arrow-prev {
        left: 6px;
    }

    .hero-carousel-arrow-next {
        right: 6px;
    }
}

@media (min-width: 641px) and (max-width: 1040px) {
    .site-header .nav-wrap {
        display: grid !important;
        grid-template-columns: minmax(145px, 1fr) max-content !important;
        align-items: center !important;
        gap: 0.55rem 0.7rem !important;
        width: min(1480px, calc(100vw - 24px)) !important;
        padding: 0.7rem 0 0.8rem !important;
    }

    .site-header .mobile-nav-toggle {
        display: none !important;
    }

    .site-header .brand {
        grid-column: 1 !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .site-header .brand-logo {
        width: 46px !important;
    }

    .site-header .brand-copy strong {
        font-size: clamp(0.92rem, 1.6vw, 1.08rem) !important;
    }

    .site-header .brand-copy small {
        display: block !important;
        font-size: clamp(0.58rem, 1.1vw, 0.68rem) !important;
    }

    .site-header .nav-actions,
    .site-header .nav-actions.is-open {
        position: static !important;
        grid-column: 2 !important;
        display: flex !important;
        justify-self: end !important;
        align-items: center !important;
        gap: 0.18rem !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .site-header .search-pill {
        display: inline-flex !important;
        min-width: 52px !important;
        height: 32px !important;
        padding-inline: 0.34rem !important;
        font-size: 0.72rem !important;
    }

    .site-header .nav-icon-link {
        display: inline-grid !important;
        width: 30px !important;
        height: 30px !important;
    }

    .site-header .main-nav,
    .site-header .main-nav.is-open {
        position: static !important;
        grid-column: 1 / -1 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: clamp(0.22rem, 0.7vw, 0.55rem) !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 0.35rem 0 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        scrollbar-width: none;
    }

    .site-header .main-nav::-webkit-scrollbar {
        display: none;
    }

    .site-header .main-nav > a,
    .site-header .main-nav > .nav-dropdown > a {
        flex: 0 0 auto !important;
        font-size: clamp(0.68rem, 1.35vw, 0.82rem) !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
    }

    .site-header .nav-dropdown {
        position: relative !important;
        flex: 0 0 auto !important;
    }

    .site-header .nav-dropdown-panel,
    .site-header .nav-dropdown-panel.nav-mega-panel {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 0 !important;
        right: auto !important;
        width: min(720px, calc(100vw - 32px)) !important;
        min-width: 0 !important;
        max-width: calc(100vw - 32px) !important;
        margin-top: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
        z-index: 80 !important;
    }

    .site-header .nav-dropdown:hover .nav-dropdown-panel,
    .site-header .nav-dropdown:focus-within .nav-dropdown-panel,
    .site-header .nav-dropdown:hover .nav-dropdown-panel.nav-mega-panel,
    .site-header .nav-dropdown:focus-within .nav-dropdown-panel.nav-mega-panel {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }
}

/* Final navbar cascade boundary. */
@media (min-width: 901px) {
    .site-header.premium-header .premium-nav-wrap { min-height: 84px !important; padding: 0 !important; grid-template-columns: max-content minmax(0, 1fr) max-content !important; }
    .site-header.premium-header.is-scrolled .premium-nav-wrap { min-height: 68px !important; }
    .site-header.premium-header .premium-main-nav { display: flex !important; grid-column: 2 !important; justify-content: center !important; gap: clamp(20px, 1.65vw, 28px) !important; padding: 0 !important; overflow: visible !important; }
    .site-header.premium-header .premium-nav-actions { grid-column: 3 !important; display: flex !important; }
    .site-header.premium-header .premium-mega-panel { left: 50% !important; width: min(1180px, calc(100vw - 64px)) !important; grid-template-columns: minmax(0, 1fr) 280px !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: translateX(-50%) translateY(9px) !important; }
    .site-header.premium-header .premium-products-menu.is-hover-open .premium-mega-panel,
    .site-header.premium-header .premium-products-menu:focus-within .premium-mega-panel { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: translateX(-50%) translateY(0) !important; }
}

@media (max-width: 900px) {
    .site-header.premium-header .premium-nav-wrap { min-height: 72px !important; padding: 0 !important; grid-template-columns: max-content 1fr max-content !important; }
    .site-header.premium-header.is-scrolled .premium-nav-wrap { min-height: 62px !important; }
    .site-header.premium-header .premium-brand { grid-column: 1 !important; }
    .site-header.premium-header .mobile-nav-toggle { display: inline-flex !important; grid-column: 3 !important; }
    .site-header.premium-header .premium-main-nav,
    .site-header.premium-header .premium-nav-actions { display: none !important; }
    .site-header.premium-header .premium-main-nav.is-open { position: absolute !important; top: calc(100% + 8px) !important; left: 15px !important; right: 15px !important; width: auto !important; padding: 14px !important; display: flex !important; flex-direction: column !important; align-items: stretch !important; gap: 2px !important; overflow-y: auto !important; overflow-x: hidden !important; background: rgba(255,255,255,.98) !important; border: 1px solid rgba(17,19,24,.08) !important; border-radius: 18px !important; box-shadow: 0 22px 50px rgba(15,23,42,.16) !important; }
    .site-header.premium-header .premium-nav-actions.is-open { display: flex !important; }
    .site-header.premium-header .premium-nav-link { width: 100% !important; min-height: 46px !important; padding: 0 10px !important; font-size: .86rem !important; }
    .site-header.premium-header .premium-mega-panel { position: static !important; width: 100% !important; max-width: none !important; padding: 10px !important; display: none !important; grid-template-columns: 1fr !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: none !important; background: #f8f8f9 !important; box-shadow: none !important; }
    .site-header.premium-header .premium-products-menu.is-mobile-open .premium-mega-panel { display: grid !important; }
}
