.ahad-season-toggle-wrap {
    position: absolute;
    left: 28px;
    bottom: 26px;
    z-index: 2600;
    width: 182px;
}

.ahad-season-toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(120, 123, 73, 0.72);
    box-shadow: 0 8px 22px rgba(10, 20, 33, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ahad-season-toggle__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--body-font), Helvetica, Arial, sans-serif;
    font-size: 0.56rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.ahad-season-toggle__item span {
    white-space: nowrap;
}

.ahad-season-toggle__item:hover {
    color: #ffffff;
    transform: none;
}

.ahad-season-toggle__item i {
    font-size: 0.68rem;
}

.ahad-season-toggle__item.is-active {
    background: #ffffff;
    color: #a24727;
    box-shadow: 0 2px 8px rgba(23, 37, 52, 0.1);
}

.ahad-season-toggle__item.is-active:hover {
    color: #a24727;
}

.hero-image-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.08);
    transform-origin: center center;
}

.let-it-snow > .lis-flake,
.let-it-snow > .lis-flake--js,
.let-it-snow > .lis-flake--stuck {
    z-index: 2;
    pointer-events: none;
}

.ahad-global-snow.let-it-snow {
    position: fixed;
    inset: 0;
    z-index: 2500;
    overflow: hidden;
    pointer-events: none;
}

body.ahad-season-winter {
    background: #edf3f8;
    color: #5d6f82;
}

body.ahad-season-winter #section-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.2) 0%, transparent 36%),
        linear-gradient(180deg, rgba(181, 209, 229, 0.16) 0%, rgba(181, 209, 229, 0) 55%);
    pointer-events: none;
}

body.ahad-season-winter #section-intro .sw-overlay {
    background:
        linear-gradient(180deg, rgba(8, 17, 29, 0.18) 0%, rgba(15, 32, 50, 0.35) 44%, rgba(8, 20, 33, 0.78) 100%);
}

body.ahad-season-winter #section-intro .bg-blur {
    background: rgba(10, 27, 43, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 45px rgba(7, 18, 29, 0.18);
}

body.ahad-season-winter .ahad-season-toggle {
    background: rgba(84, 104, 128, 0.62);
}

body.ahad-season-winter .ahad-season-toggle__item.is-active,
body.ahad-season-winter .ahad-season-toggle__item.is-active:hover {
    color: #5f7f9d;
}

body.ahad-season-winter .ahad-adv-section {
    background:
        linear-gradient(180deg, #edf4fb 0%, #ffffff 42%, #eef5fb 100%);
}

body.ahad-season-winter .ahad-adv-subtitle {
    color: #7894b0;
}

body.ahad-season-winter .ahad-adv-title,
body.ahad-season-winter .ahad-adv-item-title,
body.ahad-season-winter .ahad-adv-btn {
    color: #18324c;
}

body.ahad-season-winter .ahad-adv-item {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(153, 176, 199, 0.28);
    box-shadow: 0 20px 50px rgba(25, 54, 82, 0.1);
}

body.ahad-season-winter .ahad-adv-location {
    color: #6f89a5;
}

body.ahad-season-winter .ahad-adv-btn {
    border-color: rgba(111, 137, 165, 0.22);
}

body.ahad-season-winter .ahad-hg-gallery-area {
    background:
        linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
}

body.ahad-season-winter footer.section-dark {
    background:
        linear-gradient(180deg, #112436 0%, #0a1825 100%);
}

@media (max-width: 767px) {
    .ahad-season-toggle-wrap {
        left: 16px;
        bottom: calc(56px + env(safe-area-inset-bottom, 0px));
        width: auto;
    }

    .ahad-season-toggle {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .ahad-season-toggle__item {
        width: 46px;
        min-width: 46px;
        min-height: 46px;
        flex: 0 0 46px;
        padding: 0;
        gap: 0;
        font-size: 0;
        letter-spacing: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(120, 123, 73, 0.72);
        box-shadow: 0 8px 18px rgba(10, 20, 33, 0.18);
    }

    .ahad-season-toggle__item i {
        font-size: 1rem;
    }

    .ahad-season-toggle__item span {
        display: none;
    }

    .ahad-season-toggle__item.is-active {
        box-shadow: 0 6px 16px rgba(23, 37, 52, 0.14);
    }
}
