        .section-divider {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: var(--divider-height);
            overflow: hidden;
            pointer-events: none;
        }
        .section-divider::before,
        .section-divider::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            height: 60%;
            background: linear-gradient(135deg, transparent 30%, var(--primary-gold) 50%, transparent 70%);
            opacity: 0.15;
        }
        .section-divider::before {
            top: 0;
            transform: skewY(-4deg);
            transform-origin: top left;
        }
        .section-divider::after {
            bottom: 0;
            transform: skewY(4deg);
            transform-origin: bottom left;
            opacity: 0.25;
        }
        .section-divider.red-accent::before {
            background: linear-gradient(135deg, transparent 40%, var(--primary-red) 50%, transparent 60%);
            opacity: 0.12;
        }

        .promo-section {
            width: 100vw;
            max-width: 100vw;
            min-height: 100dvh;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            padding: 8rem 1rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.75)), url('/img/hero/hero-5-1920w.webp') center center no-repeat;
            background-size: cover;
            box-shadow: inset 0 12px 28px rgba(255,255,255,0.12), inset 0 -12px 28px rgba(255,255,255,0.12);
        }
        .promo-section > h2 {
            font-weight: 700;
            color: var(--gold-bright);
            letter-spacing: 0.08em;
        }

        .promo-cards {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
        }
        @media (min-width: 992px) {
            .promo-cards {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                align-items: stretch;
                gap: 1.25rem;
            }
        }

        .promo-card {
            width: 100%;
            max-width: 380px;
            min-width: 0;
            padding: 1.75rem 1.25rem;
            border: 1px solid rgba(240, 184, 48, 0.85);
            border-radius: 8px;
            position: relative;
            flex: 1 1 280px;
            overflow: visible;
            background: rgba(20, 15, 10, 0.75);
            box-shadow: 0 0 20px rgba(240, 184, 48, 0.15), inset 0 0 0 1px rgba(240, 184, 48, 0.2);
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
        }
        @media (min-width: 992px) {
            .promo-card {
                width: auto;
                padding: 2rem;
            }
        }

        .promo-card + .promo-card {
            margin-top: 0;
        }
        .promo-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 8px;
            pointer-events: none;
            box-shadow: inset 0 0 24px rgba(240, 184, 48, 0.08);
        }
        .promo-card::after {
            content: '';
            display: block;
            flex-shrink: 0;
            width: 120px;
            height: 2px;
            margin: 1.25rem auto 0;
            background: linear-gradient(90deg, transparent 0%, rgba(240, 184, 48, 0.4) 30%, rgba(240, 184, 48, 0.9) 50%, rgba(240, 184, 48, 0.4) 70%, transparent 100%);
            border-radius: 1px;
            box-shadow: 0 0 12px rgba(240, 184, 48, 0.25);
        }
        .promo-card--devushkam {
            background: linear-gradient(rgba(20, 15, 10, 0.55), rgba(20, 15, 10, 0.75)), url('/img/action/marusya-lavender-tale.png') center center no-repeat;
            background-size: cover;
        }
        .promo-card--kuhnya {
            background: linear-gradient(rgba(20, 15, 10, 0.55), rgba(20, 15, 10, 0.75)), url('/img/action/marusya-burger.png') center center no-repeat;
            background-size: cover;
        }
        .promo-card--paroteili {
            background: linear-gradient(rgba(20, 15, 10, 0.55), rgba(20, 15, 10, 0.75)), url('/img/action/marusya-hookah-smoking.png') center center no-repeat;
            background-size: cover;
        }
        /* Общий орнамент-разделитель (после заголовков секций и между карточками акций) */
        .ornament-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            margin-top: 0;
            margin-bottom: 1rem;
        }
        .ornament-divider::before,
        .ornament-divider::after {
            content: '';
            flex: 1;
            max-width: 100px;
            height: 0;
            border-top: 1px solid rgba(240, 184, 48, 0.5);
            border-bottom: 1px solid rgba(240, 184, 48, 0.2);
            padding-top: 1px;
        }
        .ornament-divider-symbol {
            font-family: Georgia, 'Times New Roman', serif;
            font-size: 0.5rem;
            color: rgba(240, 184, 48, 0.9);
            letter-spacing: 0.15em;
        }
        /* Между карточками акций: своя ширина и в ряд — вертикальная линия */
        .promo-cards .ornament-divider {
            width: 100%;
            flex-shrink: 0;
            margin: 0;
            padding: 0.75rem 0;
        }
        @media (min-width: 992px) {
            .promo-cards .ornament-divider {
                width: 0;
                min-width: 0;
                padding: 0 0.5rem;
                overflow: visible;
                align-self: stretch;
                position: relative;
            }
            .promo-cards .ornament-divider::before {
                content: '';
                position: absolute;
                left: 50%;
                top: 0.5rem;
                bottom: 0.5rem;
                width: 0;
                max-width: none;
                flex: none;
                border: none;
                border-left: 1px solid rgba(240, 184, 48, 0.4);
                padding-top: 0;
            }
            .promo-cards .ornament-divider::after {
                display: none;
            }
            .promo-cards .ornament-divider-symbol {
                display: none;
            }
        }

        .promo-card h3 {
            color: var(--gold-bright);
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-shadow: 0 0 16px rgba(240, 184, 48, 0.4);
            margin-bottom: 0.5rem;
            font-family: var(--font-display);
            text-transform: uppercase;
        }
        .promo-dates {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
            gap: 0.75rem 1.25rem;
            margin-bottom: 1.5rem;
        }
        .promo-dates span {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
            background: rgba(0, 0, 0, 0.35);
            border: 1px solid rgba(240, 184, 48, 0.6);
            border-radius: 6px;
            color: rgba(255, 255, 255, 0.95);
            font-size: 1.1rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            white-space: nowrap;
        }
        .promo-dates .promo-dates-label {
            background: transparent;
            border: none;
            padding: 0;
            font-weight: 400;
            font-size: 0.95rem;
            color: var(--text-muted);
        }
        .promo-dates-arrow {
            color: var(--primary-red);
            font-weight: 700;
        }
        .promo-card .promo-highlight {
            font-size: 1.85rem;
            margin-bottom: 1rem;
            color: var(--primary-red);
            font-weight: 700;
            font-family: var(--font-display);
            text-transform: uppercase;
            letter-spacing: 2px;
            line-height: 1.2;
        }
        .promo-card .promo-desc {
            color: var(--text-muted);
            margin-bottom: 0;
            margin-top: auto;
            line-height: 1.6;
            font-weight: 700;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
        .promo-code {
            display: block;
            text-align: center;
            padding: .7rem 1.25rem .2rem;
            background: rgba(212, 175, 55, 0.15);
            margin: 10px auto;
            color: var(--primary-gold);
            font-family: var(--font-display);
            font-size: 1.3rem;
            letter-spacing: 3px;
            border-radius: 4px;
            cursor: pointer;
            border: none;
            appearance: none;
            white-space: nowrap;
        }
        .promo-code:hover {
            background: rgba(212, 175, 55, 0.25);
        }
        .promo-code:focus-visible {
            outline: 2px solid var(--primary-gold);
            outline-offset: 2px;
        }
        .promo-cocktail-name {
            display: inline-block;
            padding: 0.4rem 0.9rem;
            background: rgba(212, 175, 55, 0.12);
            border: 1px solid rgba(212, 175, 55, 0.4);
            border-radius: 6px;
            color: var(--primary-gold);
            font-family: var(--font-display);
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

.about-content {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    font-size: clamp(0.95rem, 2.2vw + 0.9rem, 1.5rem);
    line-height: 1.6;
}

        .about-section {
            background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.85)), url('/img/about/about-bg.webp');
            background-size: cover;
            background-position: center;
            width: 100%;
            max-width: 100vw;
            padding: 5rem 0;
        }

        .about-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: clamp(2rem, 5vw + 1rem, 5rem) clamp(1rem, 4vw, 2rem);
        }

        .divider {
            height: 2px;
            width: 100px;
            background-color: var(--primary-red);
            margin: 2rem auto;
        }

        #menu {
            position: relative;
        }
        #menu::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 100%;
            transform: translateX(-50%);
            z-index: -1;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.75)), url('/img/menu/menu-bg-1920w.webp') center center no-repeat;
            background-size: cover;
        }

        .menu-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 3rem;
            width: 100%;
            padding: 0 0.5rem;
            list-style: none;
        }

        @media (max-width: 991px) {
            .menu-text > p { font-size: 1.05rem; }
        }

        @media (max-width: 768px) {
            .menu-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .menu-item h4 { font-size: 1.25rem; }
            .menu-text > p { font-size: 0.9rem; }
            .menu-item .price { font-size: 0.85rem; }
        }

        @media (max-width: 576px) {
            .menu-grid {
                grid-template-columns: 1fr;
            }
            .menu-item h4 { font-size: 1.3rem; }
            .menu-text > p { font-size: 1rem; }
            .menu-item .price { font-size: 0.95rem; }
        }

        @media (max-width: 480px) {
            .menu-grid {
                grid-template-columns: 1fr;
            }
            .menu-item h4 { font-size: 1.15rem; }
            .menu-item .price { font-size: 0.85rem; }
        }

        .menu-grid > li {
            display: contents;
        }

        .menu-item {
            border: 1px solid #333;
            overflow: hidden;
            transition: transform 0.3s ease, border-color 0.3s ease;
            display: flex;
            flex-direction: column;
            will-change: transform;
        }

        .menu-item:hover {
            transform: translateY(-5px);
            border-color: var(--primary-gold);
        }

        .menu-img {
            display: block;
            width: 100%;
            aspect-ratio: 1;
            object-fit: cover;
            border-bottom: 1px solid #333;
        }

        .menu-text {
            padding: 1.5rem;
            text-align: center;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background: rgba(0, 0, 0, 0.45);
            font-weight: bold;
        }

        .menu-figure {
            margin: 0;
            line-height: 0;
        }
        .menu-subheading {
            text-align: center;
        }
        .menu-item h4 {
            font-size: clamp(1rem, 3.2vw, 1.35rem);
            margin-bottom: 0.5rem;
        }
        .menu-item .price {
            color: var(--primary-gold);
            font-weight: bold;
            margin-top: 1rem;
            display: block;
            font-size: 0.9rem;
            text-transform: uppercase;
        }

        .hookah-section {
            padding: 0;
            width: 100vw;
            max-width: 100vw;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.75)), url('/img/parotaili/marusya-parotaili-more-smoke-bg-2.png') center center no-repeat;
            background-size: cover;
            box-shadow: inset 0 12px 28px rgba(255,255,255,0.12), inset 0 -12px 28px rgba(255,255,255,0.12);
        }
        .hookah-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 8rem 2rem;
        }
        .hookah-layout {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 3rem;
            margin-top: 0;
            width: 100%;
        }

        .hookah-image {
            flex: 1;
            min-width: 300px;
        }

        .hookah-image img {
            width: 100%;
            /*height: auto;*/
            /*max-height: 80vh;*/
            border-radius: 4px;
            border: 1px solid var(--primary-gold);
            box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        }

        .hookah-info { flex: 1; min-width: 300px; max-width: 500px; }

        .hookah-info h4 {
            font-size: 1.85rem;
            margin: 0 0 1rem;
        }

        .hookah-section p {
            color: #fff;
        }
        .hookah-highlight {
            color: var(--primary-gold);
            font-style: italic;
        }

        .hookah-brands {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin: 2rem 0;
            list-style: none;
            padding: 0;
        }

        .hookah-brands li {
            margin: 0;
            padding: 0;
        }

        .brand-tag {
            padding: 0.5rem 1.2rem;
            border: 1px solid var(--text-light);
            border-radius: 20px;
            color: var(--primary-gold);
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: 0.3s;
            font-weight: bold;
        }

        .brand-tag:hover {
            border-color: var(--primary-red);
            background: rgba(194, 24, 7, 0.1);
        }

        .events-section {
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.75)), url('/img/mafia/marusya-mafia-mask-4.png') center center no-repeat;
            background-size: cover;
            width: 100vw;
            max-width: none;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            padding: 0;
            box-shadow: inset 0 12px 28px rgba(255,255,255,0.12), inset 0 -12px 28px rgba(255,255,255,0.12);
        }

        .events-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 8rem 2rem;
            display: grid;
            gap: 3rem;
            width: 100%;
            grid-template-columns: 1fr;
            grid-template-areas:
                "heading"
                "image"
                "text";
        }
        @media (min-width: 769px) {
            .events-container {
                grid-template-columns: 1fr 1fr;
                grid-template-rows: auto 1fr;
                grid-template-areas:
                "image heading"
                "image text";
                align-items: start;
            }
        }

        .events-heading-block {
            grid-area: heading;
            width: 100%;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        .events-heading-block h2 {
            text-align: center;
        }
        .event-text-body ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .event-text-body ul li {
            padding-left: 1.5em;
            text-indent: -1.5em;
            margin-bottom: 10px;
        }
        .event-text-body ul li strong {
            white-space: nowrap;
        }
        .event-text-body p {
            color: var(--text-light);
            font-weight: bold;
        }
        .btn-events-cta {
            margin-top: 1.5rem;
        }
        .event-text-body {
            grid-area: text;
            min-width: 0;
            max-width: 500px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 769px) {
            .event-text-body {
                margin-left: 0;
                margin-right: 0;
                justify-self: stretch;
                max-width: 500px;
            }
        }

        .swiper {
            width: 100%;
            max-height: 80vh;
            height: 100%;
        }
        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            background: #000;
        }
        .swiper-slide img {
            display: block;
            width: 100%;
            height: 80vh;
            max-height: 80vh;
            object-fit: cover;
            object-position: center;
        }

        .swiper.event-image {
            grid-area: image;
            min-width: 0;
            width: 100%;
            height: 100%;
            min-height: 500px;
            align-self: center;
            border: 1px solid var(--primary-red);
            overflow: hidden;
            cursor: pointer;
            --swiper-navigation-color: var(--primary-gold);
            --swiper-pagination-color: var(--primary-gold);
        }
        .event-image .swiper-slide {
            display: block;
        }
        .event-image picture,
        .event-image .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .event-image .swiper-button-prev,
        .event-image .swiper-button-next {
            color: var(--primary-gold);
            background: rgba(0,0,0,0.4);
            width: var(--swiper-nav-size);
            height: var(--swiper-nav-size);
            border-radius: 50%;
            border: none;
            margin: 0;
            padding: 0;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
        }
        .event-image .swiper-button-prev:hover,
        .event-image .swiper-button-next:hover {
            background: var(--gold-bg-hover);
            color: #fff;
        }
        .event-image .swiper-button-prev::after,
        .event-image .swiper-button-next::after {
            font-size: 20px;
        }
        
        .swiper-button-prev,
        .swiper-button-next {
            color: var(--primary-gold);
        }
        .swiper-pagination-bullet {
            background: var(--primary-gold);
        }
        .swiper-pagination-bullet-active {
            background: var(--primary-red);
        }

        /* Слайдер Атмосфера — под вертикальные фото */
        .atmosphere-swiper-wrap {
            margin: 2.5rem auto 0;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid var(--gold-border);
            box-shadow: 0 12px 40px var(--shadow-dark), 0 0 0 1px rgba(0,0,0,0.2);
            max-width: 580px;
            width: 100%;
        }
        .atmosphere-swiper {
            width: 100%;
            --swiper-navigation-color: var(--primary-gold);
            --swiper-pagination-color: var(--primary-gold);
        }
        .atmosphere-swiper .swiper-slide {
            background: #0a0a0a;
            aspect-ratio: 3 / 4;
        }
        .atmosphere-swiper .swiper-slide picture {
            display: block;
            width: 100%;
            height: 100%;
        }
        .atmosphere-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }
        .atmosphere-swiper .swiper-button-prev,
        .atmosphere-swiper .swiper-button-next {
            color: var(--primary-gold);
            background: rgba(0,0,0,0.4);
            width: var(--swiper-nav-size);
            height: var(--swiper-nav-size);
            border-radius: 50%;
        }
        .atmosphere-swiper .swiper-button-prev:hover,
        .atmosphere-swiper .swiper-button-next:hover {
            background: var(--gold-bg-hover);
            color: #fff;
        }
        .atmosphere-swiper .swiper-button-prev::after,
        .atmosphere-swiper .swiper-button-next::after {
            font-size: 20px;
        }
        .atmosphere-swiper .swiper-pagination-bullet {
            background: var(--primary-gold);
            opacity: 0.6;
        }
        .atmosphere-swiper .swiper-pagination-bullet-active {
            background: var(--primary-red);
            opacity: 1;
        }
        @media (max-width: 768px) {
            .atmosphere-swiper-wrap { margin-top: 1.5rem; max-width: 460px; border-radius: 12px; }
            .atmosphere-swiper .swiper-slide { aspect-ratio: 3 / 4; }
            .atmosphere-swiper .swiper-button-prev,
            .atmosphere-swiper .swiper-button-next { width: 36px; height: 36px; }
            .atmosphere-swiper .swiper-button-prev::after,
            .atmosphere-swiper .swiper-button-next::after { font-size: 16px; }
            .about-content { font-size: 1rem; }
        }

        @media (max-width: 480px) {
            .about-content { font-size: 0.85rem; }
        }

        /* Афиша и вакансии: слайды 50/50 (картинка + текст) */
        .split-promo-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 5rem 1.5rem;
            width: 100%;
        }
        .split-promo-section > h2 {
            margin-bottom: 0.25rem;
        }
        .split-promo-section > .ornament-divider {
            margin-bottom: 2rem;
        }
        /* Перебиваем глобальный .swiper { height:100%; max-height:80vh } — иначе ломается при resize */
        .split-promo-swiper.swiper {
            height: auto !important;
            max-height: none !important;
        }
        .split-promo-swiper {
            --split-col-height: 80vh;
            position: relative;
            width: 100%;
            height: auto;
            max-height: none;
            border: 1px solid var(--gold-border);
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0,0,0,0.45);
            --swiper-navigation-color: var(--primary-gold);
            --swiper-pagination-color: var(--primary-gold);
        }
        .split-promo-swiper .swiper-wrapper {
            align-items: stretch;
            height: auto;
        }
        .split-promo-swiper .swiper-slide {
            display: block;
            height: auto;
            min-height: 0;
            max-height: none;
            box-sizing: border-box;
            background: var(--bg-card);
            flex-shrink: 0;
        }
        /* Контент на всю ширину слайда (Swiper задаёт слайду width в px) */
        .split-promo-swiper .swiper-slide > .split-slide-inner {
            width: 100%;
            min-width: 100%;
            max-width: 100%;
        }
        .split-slide-inner {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            grid-template-rows: minmax(0, 1fr);
            align-items: stretch;
            height: 100%;
            min-height: var(--split-col-height);
            width: 100%;
            max-width: 100%;
        }
        .split-slide-body {
            min-width: 0;
        }
        .split-slide-media {
            position: relative;
            height: 100%;
            min-height: var(--split-col-height);
            background: #0a0a0a;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .split-promo-swiper .swiper-slide .split-slide-media img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
            object-position: center;
        }
        .split-slide-body {
            position: relative;
            height: 100%;
            min-height: var(--split-col-height);
            align-self: stretch;
            padding: clamp(1.25rem, 3vw, 2.25rem);
            padding-bottom: clamp(1.25rem, 3vw, 2.25rem);
            display: flex;
            flex-direction: column;
            gap: 0;
            overflow: hidden;
            border-left: 1px solid rgba(212, 175, 55, 0.2);
            box-sizing: border-box;
        }
        /* Блок текста как целое по центру колонки; строки внутри по-прежнему слева.
           Прокрутка только здесь — пагинация вне scroll, не пропадает при resize мобилка↔десктоп */
        .split-slide-content {
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            min-height: 0;
            width: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }
        .split-slide-content > .split-slide-list {
            width: min(100%, 34rem);
            max-width: 100%;
            box-sizing: border-box;
        }
        .split-slide-body h3 {
            text-align: center;
            font-size: clamp(1.65rem, 3.5vw, 2.35rem);
            margin-bottom: 0;
            line-height: 1.15;
            font-family: var(--font-display);
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--primary-gold);
            text-shadow: 0 0 20px var(--gold-glow), 0 0 40px var(--gold-glow-soft);
        }
        .split-slide-body h3 + .split-slide-tagline {
            text-align: center;
            margin-bottom: 0.5rem;
        }
        .split-slide-tagline {
            text-align: center;
            font-size: clamp(1.2rem, 2.5vw, 1.65rem);
            margin: 0 0 0.25rem;
            color: var(--primary-red);
            font-weight: 600;
            letter-spacing: 1px;
        }
        .split-slide-tagline time {
            font-weight: inherit;
            color: inherit;
        }
        .split-slide-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
        }
        .split-slide-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            font-size: clamp(1.12rem, 2.1vw, 1.38rem);
            line-height: 1.45;
            color: var(--text-light);
        }
        .split-slide-list .split-ico {
            flex-shrink: 0;
            width: 28px;
            height: 28px;
            margin-top: 0.12em;
            fill: var(--primary-gold);
        }
        .split-slide-list a {
            color: var(--primary-gold);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .split-slide-list a:hover {
            color: var(--primary-red);
        }
        .split-promo-swiper .swiper-button-prev,
        .split-promo-swiper .swiper-button-next {
            background: rgba(0,0,0,0.45);
            width: var(--swiper-nav-size);
            height: var(--swiper-nav-size);
            border-radius: 50%;
        }
        .split-promo-swiper .swiper-button-prev:hover,
        .split-promo-swiper .swiper-button-next:hover {
            background: var(--gold-bg-hover);
            color: #fff;
        }
        .split-promo-swiper .swiper-button-prev::after,
        .split-promo-swiper .swiper-button-next::after {
            font-size: 18px;
        }
        /* Пагинация в потоке внутри .split-slide-body (правая колонка / блок текста на мобилке) */
        .split-slide-body .split-promo-pagination {
            position: relative;
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
            transform: none;
            width: 100%;
            max-width: 100%;
            margin: 0;
            margin-top: auto;
            flex-shrink: 0;
            padding-top: 1.5rem;
            padding-bottom: 0.5rem;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            gap: 0.5rem;
            z-index: 2;
            box-sizing: border-box;
            visibility: visible;
            opacity: 1;
        }
        .split-promo-swiper .split-promo-pagination .swiper-pagination-bullet {
            background: var(--primary-gold);
            opacity: 0.55;
            margin: 0 !important;
        }
        .split-promo-swiper .split-promo-pagination .swiper-pagination-bullet-active {
            background: var(--primary-red);
            opacity: 1;
        }
        /* Десктоп: высота по контенту, изображение не кропится */
        @media (min-width: 901px) {
            .split-promo-swiper.swiper {
                height: auto;
                min-height: 0;
                max-height: none;
            }
            .split-promo-swiper .swiper-wrapper {
                height: auto;
                min-height: 0;
            }
            .split-promo-swiper .swiper-slide {
                display: flex;
                flex-direction: column;
                height: auto;
                min-height: 0;
                max-height: none;
                box-sizing: border-box;
            }
            .split-promo-swiper .swiper-slide > .split-slide-inner {
                flex: 1 1 auto;
                min-height: 0;
                height: auto;
            }
            .split-slide-media {
                height: auto;
                min-height: 0;
            }
        }

        /* Мобильный: высота блока картинки = min(естественная высота по ширине, 80vh), без полей сверху/снизу */
        @media (max-width: 900px) {
            .split-promo-section {
                width: 100%;
                max-width: 100%;
                overflow-x: hidden;
                box-sizing: border-box;
            }
            .split-promo-swiper {
                container-type: inline-size;
                container-name: split-promo;
                height: auto;
                min-height: 0;
                max-height: none;
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
                overflow: hidden;
            }
            .split-promo-swiper .swiper-wrapper {
                height: auto !important;
                max-height: none !important;
                max-width: 100%;
                box-sizing: border-box;
            }
            .split-promo-swiper .swiper-slide {
                display: flex;
                flex-direction: column;
                height: auto !important;
                min-height: 0;
                max-height: none !important;
                max-width: 100%;
                box-sizing: border-box;
            }
            .split-promo-swiper .swiper-slide > .split-slide-inner {
                flex: 1 1 auto;
                min-height: 0;
                max-width: 100%;
            }
            .split-promo-swiper .swiper-button-prev,
            .split-promo-swiper .swiper-button-next {
                /* Fallback без cqw; затем центр зоны постера ≈ min(1.5× ширина слайдера, 80vh) */
                top: 40vh;
                top: calc(min(150cqw, 80vh) / 2);
                margin-top: -22px;
            }
            .split-slide-inner {
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: auto minmax(0, 1fr);
                height: auto !important;
                min-height: 0;
                max-height: none !important;
                overflow-x: hidden;
                max-width: 100%;
            }
            .split-slide-media {
                height: auto;
                min-height: 0;
                max-height: none;
                overflow: hidden;
                border-radius: 15px 15px 0 0;
            }
            .split-promo-swiper .swiper-slide .split-slide-media img {
                max-width: 100%;
                max-height: 100%;
                width: auto;
                height: auto;
                object-fit: contain;
            }
            .split-slide-body {
                height: 100% !important;
                min-height: 0;
                max-height: none !important;
                overflow: hidden;
                border-left: none;
                border-top: 1px solid rgba(212, 175, 55, 0.2);
                padding-bottom: clamp(1rem, 3vh, 1.5rem);
                box-sizing: border-box;
                border-radius: 0 0 15px 15px;
                align-self: stretch;
            }
            .split-slide-content {
                flex: 1 1 auto;
                min-height: 0;
            }
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            text-align: center;
            margin-bottom: 3rem;
            width: 100%;
            contain: layout style;
            container-type: inline-size;
            container-name: info-grid;
        }

        @container info-grid (max-width: 840px) {
            .info-box:nth-child(3) {
                grid-column: 1 / -1;
                justify-self: center;
            }
        }

        .info-box {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .info-box .icon {
            width: 48px;
            height: 48px;
            fill: var(--primary-gold);
            margin-bottom: 1rem;
        }

        .info-box h3 { color: var(--primary-red); font-size: 1.3rem; margin-bottom: 1rem; }
        .contact-hours {
            margin: 0;
            color: var(--text-muted);
        }
        .contact-hours dt {
            font-weight: 600;
            margin-top: 0.75rem;
        }
        .contact-hours > div {
            margin-top: 0.75rem;
        }
        .contact-hours > div:first-child {
            margin-top: 0;
        }
        .contact-hours > div dt {
            display: inline;
            margin: 0;
            margin-right: 0.35em;
        }
        .contact-hours > div dd {
            display: inline;
            margin: 0;
            padding: 0;
        }
        .info-box address {
            font-style: normal;
            margin: 0;
            color: var(--text-muted);
            line-height: 1.65;
        }
        .info-box a:hover { color: var(--primary-gold); text-decoration: underline; }

        .site-footer {
            border-top: 1px solid #333;
            background: rgba(12, 12, 12, 0.98);
            padding: 3rem clamp(1rem, 4vw, 2rem) 1.25rem;
            /* Поднимаем подвал над возможными слоями контента (Swiper/transform) */
            position: relative;
            z-index: 5;
            contain: layout;
        }

        .site-footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 2.5rem 2rem;
            align-items: start;
        }

        .site-footer-col {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .site-footer-col--brand {
            min-width: 0;
        }

        .site-footer-logo {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.85rem;
            width: 100%;
            max-width: 100%;
            text-align: center;
            font-family: var(--font-display);
            font-size: clamp(1rem, 2.5vw, 1.25rem);
            color: var(--primary-red);
            font-weight: bold;
            text-transform: uppercase;
        }

        .site-footer-logo:hover {
            color: var(--primary-gold);
        }

        .site-footer-logo .header-logo-img {
            width: 50%;
            height: auto;
            aspect-ratio: 1;
            object-fit: cover;
            flex-shrink: 0;
        }

        .site-footer-logo-text {
            line-height: 1.35;
        }

        .site-footer-logo-extra {
            color: var(--primary-gold);
        }

        .site-footer-heading {
            font-family: var(--font-display);
            color: var(--primary-gold);
            text-transform: uppercase;
            letter-spacing: 0.1em;
            font-size: clamp(0.92rem, 1.75vw, 1.08rem);
            margin-bottom: 1rem;
            margin-top: 0;
            text-align: center;
            width: 100%;
            font-weight: 400;
        }

        .site-footer h3.site-footer-heading {
            line-height: 1.3;
        }

        .site-footer-links {
            width: max-content;
            max-width: 100%;
            text-align: left;
        }

        .site-footer-links ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 0.45rem;
        }

        .site-footer-links li {
            margin: 0;
            padding: 0;
        }

        .site-footer-links a {
            color: var(--text-muted);
            font-size: 0.95rem;
            text-align: left;
        }

        .site-footer-links a:hover {
            color: var(--primary-gold);
        }

        .site-footer-links a:focus-visible {
            outline: 2px solid var(--primary-gold);
            outline-offset: 2px;
        }

        .footer-social-list {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: center;
            gap: 0.65rem;
        }

        .footer-social-list a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1px solid;
            transition: background 0.25s, color 0.25s, border-color 0.25s;
        }

        .footer-social-list li:nth-child(1) a {
            color: #2aabee;
            border-color: rgba(42, 171, 238, 0.55);
        }

        .footer-social-list li:nth-child(1) a:hover {
            background: rgba(42, 171, 238, 0.22);
            border-color: #2aabee;
            color: #fff;
        }

        .footer-social-list li:nth-child(2) a {
            color: #0077ff;
            border-color: rgba(0, 119, 255, 0.5);
        }

        .footer-social-list li:nth-child(2) a:hover {
            background: rgba(0, 119, 255, 0.22);
            border-color: #0077ff;
            color: #fff;
        }

        .footer-social-list li:nth-child(3) a {
            color: #f58529;
            border-color: rgba(245, 133, 41, 0.55);
        }

        .footer-social-list li:nth-child(3) a:hover {
            background: linear-gradient(
                205deg,
                rgba(245, 133, 41, 0.35) 0%,
                rgba(225, 48, 108, 0.35) 50%,
                rgba(131, 58, 180, 0.35) 100%
            );
            border-color: #e1306c;
            color: #fff;
        }

        .footer-social-list a:focus-visible {
            outline: 2px solid var(--primary-gold);
            outline-offset: 2px;
        }

        .footer-social-list svg {
            width: 22px;
            height: 22px;
            fill: currentColor;
        }

        .site-footer-copy {
            text-align: center;
            margin-top: 2.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid #2a2a2a;
            font-size: 0.8rem;
            color: #666;
        }

        /* Средние ширины: подвал 2×2 (лого | В баре / События | Соцсети) */
        @media (max-width: 900px) {
            .site-footer-inner {
                grid-template-columns: 1fr 1fr;
                gap: 2rem 1.5rem;
            }
        }

        @media (max-width: 520px) {
            .site-footer-inner {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .footer-social-list {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
            }
            .hookah-container .hookah-layout {
                flex-direction: column;
            }
            .events-heading-block h2 {
                font-size: 1.8rem;
            }
            .swiper.event-image {
                max-height: 80vh;
            }
            .event-image .swiper-button-prev,
            .event-image .swiper-button-next {
                width: 36px;
                height: 36px;
            }
            .event-image .swiper-button-prev::after,
            .event-image .swiper-button-next::after {
                font-size: 16px;
            }
            .event-text-body {
                max-width: 100%;
            }
            .event-text-body p,
            .event-text-body ul li {
                font-size: 0.95rem;
            }
            .section-divider { height: 50px; }
        }
        @media (max-width: 480px) {
            .event-text-body p,
            .event-text-body ul li {
                font-size: 0.9rem;
            }
        }

        .map-container {
            width: 100%;
            height: 450px;
            border: 1px solid #333;
            border-radius: 8px;
            overflow: hidden;
        }
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        #contact .map-container {
            margin-top: 2rem;
        }
        @media (max-width: 768px) {
            .map-container {
                height: 350px;
            }
        }

        .promo-section,
        .menu-section,
        .hookah-section,
        .events-section,
        .split-promo-section,
        #contact,
        .vacancies-section {
            content-visibility: auto;
            contain-intrinsic-size: auto 800px;
        }
        .menu-cta-wrap,
        .contact-cta-wrap {
            text-align: center;
        }
        .contact-cta-wrap {
            margin-top: 2rem;
        }
        .section-divider--spaced {
            margin-top: 4rem;
        }

        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @supports (animation-timeline: scroll()) {
            [data-aos="fade-up"] {
                animation: fadeUp 0.6s ease-out both;
                animation-timeline: view();
                animation-range: entry 0% entry 100%;
            }
            [data-aos-delay="100"] { animation-delay: 0.1s; }
            [data-aos-delay="200"] { animation-delay: 0.2s; }
            [data-aos-delay="300"] { animation-delay: 0.3s; }
            [data-aos-delay="400"] { animation-delay: 0.4s; }
            [data-aos-delay="500"] { animation-delay: 0.5s; }
        }

        @media (prefers-reduced-motion: reduce) {
            [data-aos="fade-up"] {
                animation: none !important;
                opacity: 1 !important;
                transform: none !important;
            }
        }

        /* Заморозка элементов при ширине ≤360px — дизайн полностью останавливается */
        @media (max-width: 360px) {
            body { font-size: 1.17rem; }
            .about-container { padding: 2rem 1rem; }
            .about-section { padding: 3rem 0; max-width: 100%; }
            .menu-item h4 { font-size: 1.15rem; }
            .menu-text > p { font-size: 0.9rem; }
            .menu-item .price { font-size: 0.85rem; }
            .menu-grid { grid-template-columns: 1fr; }
            .split-slide-body { padding: 1.25rem; padding-bottom: 1rem; }
            .split-slide-body h3 { font-size: 1.65rem; }
            .split-slide-tagline { font-size: 1.2rem; }
            .split-slide-list li { font-size: 1.12rem; }
            .split-promo-section { padding: 3rem 1rem; }
            .site-footer { padding: 3rem 1rem 1.25rem; }
            .site-footer-logo { font-size: 1rem; }
            .site-footer-heading { font-size: 0.92rem; }
            .site-footer-inner { grid-template-columns: 1fr; }
            .atmosphere-swiper-wrap { max-width: 320px; }
            .swiper.event-image { min-height: 400px; }
            .hookah-container { padding: 4rem 1rem; }
            .events-container { padding: 4rem 1rem; }
            .map-container { height: 280px; }
            section { padding: 4rem 1rem; }

            .promo-section,
            .hookah-section,
            .events-section {
                width: 100vw;
                max-width: none;
                min-width: 360px;
            }
            #menu::before {
                width: 100vw;
                min-width: 360px;
            }
        }
