/* =============================================
   AYW CUSTOM HEADER — Cinematic Premium v3.1
   Desktop + Mobile responsive header skin
   ============================================= */

:root {
    --ayw-hdr-bg: #05050a;
    --ayw-hdr-bg-2: #0b0b13;
    --ayw-hdr-glass: rgba(8, 8, 14, 0.86);
    --ayw-hdr-glass-scrolled: rgba(5, 5, 10, 0.96);
    --ayw-hdr-red: #c4121a;
    --ayw-hdr-red-2: #720910;
    --ayw-hdr-red-soft: rgba(196, 18, 26, 0.18);
    --ayw-hdr-gold: #d8b85a;
    --ayw-hdr-blue: #4b78ff;
    --ayw-hdr-purple: #8a55ff;
    --ayw-hdr-text: #f8f8ff;
    --ayw-hdr-muted: #a4a4b6;
    --ayw-hdr-dim: #6f7080;
    --ayw-hdr-border: rgba(255, 255, 255, 0.09);
    --ayw-hdr-height: 74px;
    --ayw-hdr-sidebar-w: 372px;
    --ayw-hdr-z: 99999;
    --ayw-hdr-z-sidebar: 100000;
}

.ayw-site-header__menu,
.ayw-nav-sidebar__menu,
.ayw-site-header__menu li,
.ayw-nav-sidebar__menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ═══════════════════════════════════════════════
   MAIN BAR
   ═══════════════════════════════════════════════ */
.ayw-site-header {
    position: fixed;
    inset: 0 0 auto 0;
    height: var(--ayw-hdr-height);
    z-index: var(--ayw-hdr-z);
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(229, 27, 35, 0.16), transparent 18%, transparent 78%, rgba(75, 120, 255, 0.11)),
        radial-gradient(circle at 9% 0%, rgba(229, 27, 35, 0.23), transparent 31%),
        radial-gradient(circle at 89% 10%, rgba(138, 85, 255, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(20, 20, 31, 0.95), rgba(5, 5, 10, 0.96));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
    transition: background 0.28s ease, box-shadow 0.28s ease, height 0.28s ease;
}

.ayw-site-header::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.58;
    background-image:
        linear-gradient(115deg, transparent 0 12%, rgba(255,255,255,0.035) 12.4%, transparent 13.2% 47%, rgba(255,255,255,0.025) 47.6%, transparent 48.4% 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.026) 0 1px, transparent 1px 54px);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.ayw-site-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background:
        linear-gradient(90deg,
            transparent 0%,
            rgba(229, 27, 35, 0.05) 6%,
            #e51b23 18%,
            #ff464e 33%,
            rgba(216, 184, 90, 0.92) 50%,
            #ff464e 67%,
            #e51b23 82%,
            rgba(229, 27, 35, 0.05) 94%,
            transparent 100%);
    box-shadow: 0 0 22px rgba(229, 27, 35, 0.58), 0 0 36px rgba(216, 184, 90, 0.16);
}

.ayw-site-header.scrolled {
    background:
        linear-gradient(90deg, rgba(229, 27, 35, 0.12), transparent 20%, transparent 82%, rgba(138, 85, 255, 0.10)),
        rgba(5, 5, 10, 0.965);
    backdrop-filter: blur(16px) saturate(130%);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
    box-shadow: 0 12px 42px rgba(0, 0, 0, 0.68);
}

.ayw-site-header__inner {
    height: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 clamp(16px, 2.5vw, 34px);
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.6vw, 26px);
}

/* ═══════════════════════════════════════════════
   LOGO
   ═══════════════════════════════════════════════ */
.ayw-site-header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px 0 0;
    margin-right: 0;
    text-decoration: none !important;
    flex-shrink: 0;
    position: relative;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.ayw-site-header__logo::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 9px;
    bottom: 9px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.18), rgba(229,27,35,0.45), transparent);
}

.ayw-site-header__logo:hover {
    transform: translateY(-1px);
    filter: drop-shadow(0 0 18px rgba(229, 27, 35, 0.24));
}

.ayw-site-header__logo-img {
    height: 46px;
    width: auto;
    display: block;
    object-fit: contain;
}

.ayw-site-header__logo-text {
    font-family: 'Bebas Neue', 'Barlow Condensed', 'Oswald', sans-serif;
    font-size: clamp(24px, 2.05vw, 32px);
    font-weight: 400;
    letter-spacing: 0.055em;
    color: #f4f4f7;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 0.88;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.88);
}

.ayw-logo-red {
    color: #b90f18;
    background: linear-gradient(180deg, #ff7479 0%, #d71925 42%, #a70d15 70%, #68070d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 0 10px rgba(196, 18, 26, 0.42));
}

.ayw-logo-all,
.ayw-logo-wr { all: unset; }

/* ═══════════════════════════════════════════════
   DESKTOP NAV
   ═══════════════════════════════════════════════ */
.ayw-site-header__nav {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
}

.ayw-site-header__menu {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
}

.ayw-site-header__menu > li {
    position: relative;
    display: flex;
    align-items: center;
}

.ayw-site-header__menu > li > a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(10px, 0.85vw, 15px);
    border: 0;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 12.5px;
    letter-spacing: 0.105em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--ayw-hdr-muted) !important;
    white-space: nowrap;
    position: relative;
    overflow: visible;
    transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

.ayw-site-header__menu > li > a::before {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 2px;
    opacity: 0;
    transform: scaleX(0.35);
    transform-origin: center;
    background: linear-gradient(90deg, transparent, #7d080f, #d71925, #ff5b62, transparent);
    box-shadow: 0 0 14px rgba(196, 18, 26, 0.58);
    transition: opacity 0.2s ease, transform 0.22s ease;
}

.ayw-site-header__menu > li > a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 4px;
    width: 28px;
    height: 1px;
    opacity: 0;
    transform: translateX(-50%) scaleX(0.4);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.46), transparent);
    transition: opacity 0.2s ease, transform 0.22s ease;
}

.ayw-site-header__menu > li:hover > a,
.ayw-site-header__menu > li.current-menu-item > a,
.ayw-site-header__menu > li.current-menu-ancestor > a {
    color: #ffffff !important;
    text-shadow: 0 0 14px rgba(196, 18, 26, 0.42);
    transform: translateY(-1px);
}

.ayw-site-header__menu > li:hover > a::before,
.ayw-site-header__menu > li.current-menu-item > a::before,
.ayw-site-header__menu > li.current-menu-ancestor > a::before,
.ayw-site-header__menu > li:hover > a::after,
.ayw-site-header__menu > li.current-menu-item > a::after,
.ayw-site-header__menu > li.current-menu-ancestor > a::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

.ayw-site-header__menu > li:hover > a::before,
.ayw-site-header__menu > li.current-menu-item > a::before,
.ayw-site-header__menu > li.current-menu-ancestor > a::before {
    transform: scaleX(1);
}

.ayw-site-header__menu > li.menu-item-has-children > a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    margin-left: 8px;
    opacity: 0.72;
}

/* Dropdown */
.ayw-site-header__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 9px;
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    min-width: 236px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.985);
    transform-origin: top left;
    z-index: 20;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(229, 27, 35, 0.52);
    border-radius: 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(229, 27, 35, 0.18), transparent 40%),
        linear-gradient(180deg, rgba(19, 19, 31, 0.98), rgba(7, 7, 13, 0.98));
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.7), 0 0 28px rgba(229, 27, 35, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.ayw-site-header__menu > li:hover > .sub-menu,
.ayw-site-header__menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.ayw-site-header__menu .sub-menu li + li {
    margin-top: 3px;
}

.ayw-site-header__menu .sub-menu li a {
    display: flex;
    align-items: center;
    min-height: 39px;
    padding: 0 13px;
    border-radius: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--ayw-hdr-muted) !important;
    transition: color 0.18s ease, background 0.18s ease, padding-left 0.18s ease, box-shadow 0.18s ease;
}

.ayw-site-header__menu .sub-menu li a:hover,
.ayw-site-header__menu .sub-menu li a:focus-visible {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(229, 27, 35, 0.25), rgba(255, 255, 255, 0.055));
    padding-left: 18px;
    box-shadow: inset 3px 0 0 var(--ayw-hdr-red);
}

/* ═══════════════════════════════════════════════
   ACTIONS
   ═══════════════════════════════════════════════ */
.ayw-site-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
}

.ayw-site-header__search-btn,
.ayw-site-header__social-btn,
.ayw-site-header__hamburger {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--ayw-hdr-muted);
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.095);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 12px 28px rgba(0,0,0,0.24);
    cursor: pointer;
    text-decoration: none !important;
    transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ayw-site-header__search-btn:hover,
.ayw-site-header__social-btn:hover,
.ayw-site-header__hamburger:hover {
    transform: translateY(-1px);
    color: #fff;
    border-color: rgba(229, 27, 35, 0.5);
    background: linear-gradient(180deg, rgba(229,27,35,0.2), rgba(255,255,255,0.035));
    box-shadow: 0 14px 34px rgba(229, 27, 35, 0.17), inset 0 1px 0 rgba(255,255,255,0.11);
}

.ayw-site-header__social-btn:hover { color: #fff; }

/* Search bar */
.ayw-site-header__search-bar {
    height: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(229, 27, 35, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(7,7,13,0.99), rgba(10,10,18,0.99));
    border-bottom: 1px solid rgba(229, 27, 35, 0.26);
    transition: height 0.28s ease;
}

.ayw-site-header__search-bar.open { height: 64px; }

.ayw-search-bar-inner {
    max-width: 1480px;
    height: 64px;
    margin: 0 auto;
    padding: 0 clamp(16px, 2.5vw, 34px);
    display: flex;
    align-items: center;
}

.ayw-search-bar-inner form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 12px 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.11);
    background: rgba(255,255,255,0.045);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.ayw-search-input {
    flex: 1;
    min-width: 0;
    background: none;
    border: none;
    outline: none;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    letter-spacing: 0.07em;
    color: #fff;
    caret-color: var(--ayw-hdr-red);
}

.ayw-search-input::placeholder { color: var(--ayw-hdr-dim); }

.ayw-search-submit,
.ayw-search-dismiss {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: var(--ayw-hdr-muted);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.18s ease, color 0.18s ease;
}

.ayw-search-submit:hover,
.ayw-search-dismiss:hover {
    color: #fff;
    background: rgba(229, 27, 35, 0.18);
}

/* Hamburger */
.ayw-site-header__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
}

.ayw-site-header__hamburger-line {
    display: block;
    width: 19px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.ayw-site-header__hamburger.open .ayw-site-header__hamburger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ayw-site-header__hamburger.open .ayw-site-header__hamburger-line:nth-child(2) { opacity: 0; }
.ayw-site-header__hamburger.open .ayw-site-header__hamburger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════════════════════════════════════
   MOBILE OVERLAY + SIDEBAR
   ═══════════════════════════════════════════════ */
.ayw-nav-sidebar-overlay {
    position: fixed;
    inset: 0;
    z-index: calc(var(--ayw-hdr-z-sidebar) - 1);
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.32s ease, visibility 0.32s ease;
}

.ayw-nav-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.ayw-nav-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: var(--ayw-hdr-sidebar-w);
    max-width: 92vw;
    height: 100vh;
    height: 100dvh;
    z-index: var(--ayw-hdr-z-sidebar);
    transform: translateX(104%);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255,255,255,0.1);
    box-shadow: -30px 0 80px rgba(0, 0, 0, 0.72);
    background:
        radial-gradient(circle at 96% 2%, rgba(229, 27, 35, 0.25), transparent 30%),
        radial-gradient(circle at 20% 88%, rgba(138, 85, 255, 0.14), transparent 34%),
        repeating-linear-gradient(135deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 20px),
        linear-gradient(180deg, #11111d, #05050a 58%, #09090f);
}

.ayw-nav-sidebar::before {
    content: '';
    display: block;
    height: 4px;
    flex-shrink: 0;
    background: linear-gradient(90deg, var(--ayw-hdr-red), #ff5058, var(--ayw-hdr-gold), var(--ayw-hdr-purple));
    box-shadow: 0 0 28px rgba(229, 27, 35, 0.5);
}

.ayw-nav-sidebar.open { transform: translateX(0); }

.ayw-nav-sidebar__top {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 17px 18px 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), transparent);
    flex-shrink: 0;
}

.ayw-nav-sidebar__logo-link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    text-decoration: none !important;
}

.ayw-nav-sidebar__logo-img {
    height: 40px;
    width: auto;
    max-width: 230px;
    object-fit: contain;
}

.ayw-nav-sidebar__close {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    color: var(--ayw-hdr-muted);
    background: rgba(255,255,255,0.045);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.ayw-nav-sidebar__close:hover {
    color: #fff;
    background: rgba(229, 27, 35, 0.17);
    border-color: rgba(229, 27, 35, 0.45);
    transform: rotate(4deg);
}

.ayw-nav-sidebar__nav {
    padding: 12px 14px 8px;
    flex: 1 1 auto;
}

.ayw-nav-sidebar__menu > li + li { margin-top: 6px; }

.ayw-nav-sidebar__menu > li > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.07);
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
    font-family: 'Oswald', sans-serif;
    font-weight: 650;
    font-size: 14px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #ededf5 !important;
    position: relative;
    overflow: hidden;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ayw-nav-sidebar__menu > li > a::before {
    content: '';
    width: 4px;
    align-self: stretch;
    margin: 9px 12px 9px 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ayw-hdr-red), var(--ayw-hdr-gold));
    box-shadow: 0 0 12px rgba(229, 27, 35, 0.35);
}

.ayw-nav-sidebar__menu > li > a:hover,
.ayw-nav-sidebar__menu > li.current-menu-item > a,
.ayw-nav-sidebar__menu > li.current-menu-ancestor > a {
    transform: translateX(3px);
    border-color: rgba(196, 18, 26, 0.36);
    background: linear-gradient(90deg, rgba(196,18,26,0.18), rgba(255,255,255,0.035));
    box-shadow: inset 3px 0 0 #c4121a, 0 10px 28px rgba(0,0,0,0.24);
}

.ayw-nav-sidebar__menu .sub-menu {
    margin: 6px 0 10px 16px;
    padding: 4px 0 3px 12px;
    border-left: 1px solid rgba(229, 27, 35, 0.32);
}

.ayw-nav-sidebar__menu .sub-menu li + li { margin-top: 3px; }

.ayw-nav-sidebar__menu .sub-menu li a {
    min-height: 36px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--ayw-hdr-muted) !important;
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.ayw-nav-sidebar__menu .sub-menu li a:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.05);
    transform: translateX(2px);
}

.ayw-nav-sidebar__search {
    padding: 12px 18px 16px;
    border-top: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

.ayw-nav-sidebar__search form {
    display: flex;
    align-items: center;
    min-height: 46px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.11);
    background: rgba(255,255,255,0.052);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ayw-nav-sidebar__search form:focus-within {
    border-color: rgba(229, 27, 35, 0.52);
    box-shadow: 0 0 0 4px rgba(229, 27, 35, 0.09);
}

.ayw-sidebar-search-input {
    flex: 1;
    min-width: 0;
    background: none;
    border: none;
    outline: none;
    padding: 0 0 0 16px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.07em;
    color: #fff;
    caret-color: var(--ayw-hdr-red);
}

.ayw-sidebar-search-input::placeholder { color: var(--ayw-hdr-dim); }

.ayw-sidebar-search-btn {
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    color: var(--ayw-hdr-muted);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.18s ease, background 0.18s ease;
}

.ayw-sidebar-search-btn:hover {
    color: #fff;
    background: rgba(229, 27, 35, 0.14);
}

.ayw-nav-sidebar__promos {
    padding: 14px 18px 18px;
    border-top: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

.ayw-sidebar-promos-label {
    display: block;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ayw-hdr-dim);
}

.ayw-sidebar-promo-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.ayw-promo-pill {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.ayw-promo-pill:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,0.24); }
.ayw-promo-wwe  { background: rgba(229,27,35,0.16);  color: #ff7479 !important; border-color: rgba(229,27,35,0.3); }
.ayw-promo-aew  { background: rgba(138,85,255,0.16); color: #bfa7ff !important; border-color: rgba(138,85,255,0.3); }
.ayw-promo-tna  { background: rgba(245,205,65,0.15);  color: #ffdf65 !important; border-color: rgba(245,205,65,0.3); }
.ayw-promo-njpw { background: rgba(255,255,255,0.10); color: #f3f3f3 !important; border-color: rgba(255,255,255,0.18); }
.ayw-promo-roh  { background: rgba(46,204,113,0.14); color: #72e39b !important; border-color: rgba(46,204,113,0.28); }

.ayw-nav-sidebar__social {
    padding: 12px 18px 22px;
    border-top: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

.ayw-sidebar-social-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ayw-hdr-muted);
    text-decoration: none !important;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.18s ease;
}

.ayw-sidebar-social-btn:hover { color: #fff; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 1180px) and (min-width: 961px) {
    .ayw-site-header__inner { gap: 12px; }
    .ayw-site-header__menu { gap: 2px; }
    .ayw-site-header__menu > li > a {
        padding: 0 9px;
        font-size: 11.5px;
        letter-spacing: 0.075em;
    }
    .ayw-site-header__logo-img { height: 42px; }
    .ayw-site-header__logo-text { font-size: 25px; }
    .ayw-site-header__search-btn,
    .ayw-site-header__social-btn { width: 38px; height: 38px; }
}

@media (max-width: 960px) {
    :root { --ayw-hdr-height: 68px; }

    .ayw-site-header {
        height: var(--ayw-hdr-height);
        background:
            radial-gradient(circle at 0% 0%, rgba(229, 27, 35, 0.20), transparent 40%),
            linear-gradient(180deg, rgba(17,17,27,0.98), rgba(5,5,10,0.98));
    }

    .ayw-site-header__inner {
        padding: 0 14px;
        justify-content: space-between;
    }

    .ayw-site-header__nav,
    .ayw-site-header__search-btn {
        display: none;
    }

    .ayw-site-header__hamburger {
        display: inline-flex;
    }

    .ayw-site-header__logo {
        padding-right: 0;
        max-width: calc(100vw - 86px);
    }

    .ayw-site-header__logo::after { display: none; }
    .ayw-site-header__logo-img { height: 39px; max-width: calc(100vw - 100px); }
    .ayw-site-header__logo-text { font-size: clamp(22px, 7vw, 29px); letter-spacing: 0.05em; }
    .ayw-site-header__social-btn { display: none; }
}

@media (min-width: 961px) {
    .ayw-nav-sidebar,
    .ayw-nav-sidebar-overlay { display: none !important; }
}

@media (max-width: 420px) {
    :root { --ayw-hdr-sidebar-w: 340px; }
    .ayw-nav-sidebar { max-width: 94vw; }
    .ayw-nav-sidebar__top { min-height: 76px; padding-left: 16px; }
    .ayw-nav-sidebar__logo-img { height: 36px; max-width: 205px; }
    .ayw-nav-sidebar__menu > li > a { min-height: 45px; font-size: 13px; border-radius: 14px; }
    .ayw-sidebar-promo-pills { grid-template-columns: 1fr 1fr; }
}

/* Accessibility + motion */
.ayw-site-header__hamburger:focus-visible,
.ayw-site-header__search-btn:focus-visible,
.ayw-site-header__social-btn:focus-visible,
.ayw-nav-sidebar__close:focus-visible,
.ayw-site-header__menu a:focus-visible,
.ayw-nav-sidebar__menu a:focus-visible,
.ayw-promo-pill:focus-visible,
.ayw-sidebar-social-btn:focus-visible {
    outline: 2px solid var(--ayw-hdr-red);
    outline-offset: 3px;
}

body.ayw-sidebar-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
    .ayw-site-header,
    .ayw-site-header *,
    .ayw-nav-sidebar,
    .ayw-nav-sidebar *,
    .ayw-nav-sidebar-overlay {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
