/* Simple Deep Dark Background */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050505;
    z-index: -2;
    pointer-events: none;
}

/* Reset Tilda backgrounds so ambient effects are visible */
#allrecords,
.t-rec {
    background-color: transparent !important;
}

.bounce-cards-container {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    width: 800px;
    /* РЈРІРµР»РёС‡РёР»Рё РґР»СЏ С€РёСЂРѕРєРѕРіРѕ СЂР°Р·Р»РµС‚Р° */
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.bounce-card {
    position: absolute;
    width: 240px;
    aspect-ratio: 0.8;
    background: #111;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: border-color 0.3s ease;
    pointer-events: auto;
    /* РљР°СЂС‚С‹ СЂРµР°РіРёСЂСѓСЋС‚ РЅР° РјС‹С€СЊ */
}

.ambient-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

:root {
    --bg-color: #030303;
    --text-main: #FFFFFF;
    --text-muted: rgba(255, 255, 255, 0.4);
    --accent-gold: #D4AF37;
    --accent-smoke: #745f99;
    --gold-gradient: linear-gradient(135deg, #D4AF37 0%, #F1D592 50%, #D4AF37 100%);
    --accent-white: #FFFFFF;
    --current-accent: var(--accent-gold);
    --border: rgba(255, 255, 255, 0.05);
    --section-padding: clamp(100px, 12vw, 200px);
    --card-bg: #0a0a0a;
    --font-heading: 'Orbitron', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
}

#ambient-smoke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: #030303;
    display: none;
    /* Hidden by default, enabled via JS on home page */
}

.ambient-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% -20%, rgba(116, 95, 153, 0.05) 0%, transparent 70%);
    display: none;
    /* Hidden by default */
}

/* Noise Grain Texture Layer */
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://grainy-gradients.vercel.app/noise.svg");
    opacity: 0.04;
    pointer-events: none;
    z-index: 9999;
    filter: contrast(120%) brightness(120%);
}

[data-atmosphere="white"] {
    --current-accent: var(--accent-white);
}

html,
body {
    background-color: var(--bg-color);
    color: var(--text-main);
    font-family: var(--font-secondary);
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

/* Force Tilda containers to stay within viewport */
.t-records,
#allrecords {
    overflow-x: hidden !important;
    width: 100% !important;
}

img,
video {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    /* Default rounding for all media */
}

h1,
h2,
h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;
    color: #ffffff !important;
    text-transform: none !important;
}

h1 i,
h2 i,
h3 i,
i {
    font-style: italic !important;
    font-family: inherit !important;
    color: var(--current-accent) !important;
}

.darksky-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Hide mobile elements by default (on PC) */
.mobile-nav-toggle,
#mobile-menu-overlay,
.cuisine-mobile-header,
.cuisine-actions-mobile {
    display: none;
}

/* --- Header --- */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 40px 0;
    transition: all 0.4s ease;
}

header.scrolled {
    padding: 20px 0;
    background: rgba(5, 5, 5, 0.9);
    backdrop-filter: blur(10px);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    /* Р¤РёРєСЃРёСЂСѓРµРј РІС‹СЃРѕС‚Сѓ РґР»СЏ СЂРѕРІРЅРѕР№ С†РµРЅС‚СЂРѕРІРєРё */
}

.logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0px !important;
    font-size: 32px !important;
    letter-spacing: 0.15em !important;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-family: var(--font-heading) !important;
    line-height: 1 !important;
    transition: transform 0.3s ease;
    text-transform: uppercase !important;
}

.logo:hover {
    transform: scale(1.02);
}

.logo span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4em !important;
    color: #ffffff !important;
    /* Changed from gold to white */
    font-weight: 600 !important;
    opacity: 1;
    margin-top: 2px;
}

.nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-muted) !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a:hover {
    color: var(--text-main) !important;
    letter-spacing: 0.25em;
}

.btn-signal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

/* РћС‡РёС‰Р°РµРј РєРЅРѕРїРєСѓ РІ С…РµРґРµСЂРµ РѕС‚ Р»РёС€РЅРёС… С„РѕРЅРѕРІ, РµСЃР»Рё РѕРЅР° СЃРІРµС‚РёС‚СЃСЏ */
header .btn-signal.border-glow-card {
    background: none;
    padding: 0;
}

/* --- Hero --- */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    /* High enough to be over smoke but below overlays */
    background: transparent;
}

.hero-content {
    max-width: 750px;
    position: relative;
    z-index: 10;
    margin-left: -60px;
    pointer-events: none;
    /* Р§С‚РѕР±С‹ Р±Р»РѕРє РЅРµ РїРµСЂРµРєСЂС‹РІР°Р» РєР°СЂС‚С‹ СЃРїСЂР°РІР° */
}

.hero-content h1,
.hero-content p,
.hero-content .btn-glow-container {
    pointer-events: auto;
    /* Р’РѕР·РІСЂР°С‰Р°РµРј РєР»РёРєР°Р±РµР»СЊРЅРѕСЃС‚СЊ СЌР»РµРјРµРЅС‚Р°Рј */
}

.hero h1 {
    font-size: clamp(64px, 8.5vw, 110px);
    margin-bottom: 35px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1300px) {
    .hero-content {
        margin-left: 0;
    }
}

.hero p {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 540px;
    line-height: 1.8;
    margin-bottom: 50px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* --- Concept Grid (Sense) --- */
.concept-section {
    padding: var(--section-padding) 0;
    border-top: 1px solid var(--border);
}

.concept-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.concept-item {
    padding: 40px;
    border: 1px solid var(--border);
}

.concept-item span {
    display: block;
    font-size: 12px;
    color: var(--current-accent);
    margin-bottom: 20px;
    font-weight: 700;
}

.concept-item h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.concept-item p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* --- Atmosphere Switch (Explain) --- */
.atmo-box {
    margin-top: 100px;
    padding: 60px;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    gap: 60px;
}

.atmo-text h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

/* --- Reveal --- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Switch Button */
.switch-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: none;
    color: #fff;
    cursor: pointer;
}

/* Taste Cards Styling */
.taste-card {
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.taste-card:hover {
    transform: translateY(-10px);
}

.taste-img-wrapper {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid var(--border);
}

.taste-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.taste-card:hover .taste-img-wrapper img {
    transform: scale(1.05);
}

.taste-info h3 {
    font-size: 20px;
    letter-spacing: -0.01em;
}

.taste-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--current-accent);
}

.taste-info p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
}

@media (max-width: 992px) {
    .bounce-cards-container {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        width: 100%;
        height: 400px;
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bounce-card {
        width: 180px;
        transform: scale(0.9);
    }
}

/* --- Border Glow Effect (Adapted for Hookah Lounge) --- */
.border-glow-card {
    --edge-proximity: 0;
    --cursor-angle: 45deg;
    --edge-sensitivity: 40;
    --color-sensitivity: calc(var(--edge-sensitivity) + 25);
    --border-radius: 16px;
    --glow-padding: 40px;
    --cone-spread: 20;
    --fill-opacity: 0.1;
    --card-bg: #0a0a0a;

    /* Gold Colors - Reduced Opacity for subtlety */
    --glow-color: hsl(45deg 100% 50% / 60%);
    --glow-color-60: hsl(45deg 100% 50% / 40%);
    --glow-color-50: hsl(45deg 100% 50% / 30%);
    --glow-color-40: hsl(45deg 100% 50% / 20%);
    --glow-color-30: hsl(45deg 100% 50% / 15%);
    --glow-color-20: hsl(45deg 100% 50% / 10%);
    --glow-color-10: hsl(45deg 100% 50% / 5%);

    --gradient-one: radial-gradient(at 80% 55%, #D4AF37 0px, transparent 50%);
    --gradient-two: radial-gradient(at 69% 34%, #FFD700 0px, transparent 50%);
    --gradient-three: radial-gradient(at 8% 6%, #B8860B 0px, transparent 50%);
    --gradient-four: radial-gradient(at 41% 38%, #D4AF37 0px, transparent 50%);
    --gradient-five: radial-gradient(at 86% 85%, #FFD700 0px, transparent 50%);
    --gradient-six: radial-gradient(at 82% 18%, #B8860B 0px, transparent 50%);
    --gradient-seven: radial-gradient(at 51% 4%, #D4AF37 0px, transparent 50%);
    --gradient-base: linear-gradient(#D4AF37 0 100%);

    position: relative;
    border-radius: var(--border-radius);
    isolation: isolate;
    transform: translate3d(0, 0, 0.01px);
    display: grid;
    border: 1px solid rgba(212, 175, 55, 0.1);
    /* Subtle static border */
    background: transparent;
    overflow: visible;
    transition: border-color 0.4s ease;
}

.border-glow-card:hover {
    border-color: transparent;
    /* Let the mesh-border take over */
}

.border-glow-card::before,
.border-glow-card::after,
.border-glow-card>.edge-light {
    content: "";
    position: absolute;
    inset: -1px;
    /* Perfectly overlap the parent border */
    border-radius: inherit;
    transition: opacity 0.25s ease-out;
    z-index: -1;
}

.border-glow-card:not(:hover)::before,
.border-glow-card:not(:hover)::after,
.border-glow-card:not(:hover)>.edge-light {
    opacity: 0;
    transition: opacity 0.75s ease-in-out;
}

/* colored mesh-gradient border */
.border-glow-card::before {
    border: 1px solid transparent;
    background:
        linear-gradient(var(--card-bg) 0 100%) padding-box,
        linear-gradient(rgb(255 255 255 / 0%) 0% 100%) border-box,
        var(--gradient-one) border-box,
        var(--gradient-two) border-box,
        var(--gradient-three) border-box,
        var(--gradient-four) border-box,
        var(--gradient-five) border-box,
        var(--gradient-six) border-box,
        var(--gradient-seven) border-box,
        var(--gradient-base) border-box;

    opacity: calc((var(--edge-proximity) - var(--color-sensitivity)) / (100 - var(--color-sensitivity)));

    mask-image:
        radial-gradient(circle 120px at var(--cursor-x) var(--cursor-y),
            black 0%,
            transparent 100%);
}

/* colored mesh-gradient background fill near edges */
.border-glow-card::after {
    border: 1px solid transparent;
    background:
        var(--gradient-one) padding-box,
        var(--gradient-two) padding-box,
        var(--gradient-three) padding-box,
        var(--gradient-four) padding-box,
        var(--gradient-five) padding-box,
        var(--gradient-six) padding-box,
        var(--gradient-seven) padding-box,
        var(--gradient-base) padding-box;

    mask-image:
        linear-gradient(to bottom, black, black),
        radial-gradient(circle 100px at var(--cursor-x) var(--cursor-y), black, transparent);

    mask-composite: subtract, add;
    opacity: calc(var(--fill-opacity) * (var(--edge-proximity) - var(--color-sensitivity)) / (100 - var(--color-sensitivity)));
    mix-blend-mode: soft-light;
}

/* outer glow layer */
.border-glow-card>.edge-light {
    inset: calc(var(--glow-padding) * -1);
    border-radius: calc(var(--border-radius) + var(--glow-padding));
    pointer-events: none;
    z-index: 1;

    mask-image:
        radial-gradient(circle 100px at var(--cursor-x) var(--cursor-y),
            black 0%,
            transparent 70%);

    opacity: calc((var(--edge-proximity) - var(--edge-sensitivity)) / (100 - var(--edge-sensitivity)));
    mix-blend-mode: plus-lighter;
}

.border-glow-card>.edge-light::before {
    content: "";
    position: absolute;
    inset: var(--glow-padding);
    border-radius: var(--border-radius);
    box-shadow:
        inset 0 0 0 1px var(--glow-color),
        inset 0 0 1px 0 var(--glow-color-60),
        inset 0 0 3px 0 var(--glow-color-50),
        inset 0 0 6px 0 var(--glow-color-40),
        inset 0 0 15px 0 var(--glow-color-30),
        0 0 6px 0 var(--glow-color-40),
        0 0 15px 0 var(--glow-color-30),
        0 0 25px 2px var(--glow-color-20);
}

.border-glow-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    background: var(--card-bg);
    /* Unified background */
    overflow: hidden;
    /* Ensure backdrop-filter follows the radius */
}

.border-glow-inner img,
.border-glow-inner video {
    border-radius: inherit !important;
    /* Force media to match container radius */
}

/* --- Glassy Buttons with Glow --- */
.btn-glow {
    --border-radius: 4px;
    /* Sharp, premium corners */
    --glow-padding: 0px;
    --edge-sensitivity: 60;
    --fill-opacity: 0.05;
    display: inline-grid;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s ease;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.btn-glow:focus {
    outline: none !important;
}

.btn-glow:hover {
    transform: translateY(-2px);
}

.btn-glow .border-glow-inner {
    padding: 22px 48px;
    /* More "Air" and status */
    font-size: 11px;
    /* Smaller, more elegant font */
    font-weight: 800;
    /* Heavier weight for authority */
    letter-spacing: 0.3em;
    /* Ultra-wide spacing for luxury feel */
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    backdrop-filter: blur(10px);
}

.btn-glow.primary {
    --card-bg: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.4);
}

.btn-glow.primary:hover {
    border-color: transparent;
}

.btn-glow.primary .border-glow-inner {
    color: var(--accent-gold);
}

.btn-glow.secondary {
    --card-bg: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-glow.secondary:hover {
    border-color: transparent;
}

.btn-glow.secondary .border-glow-inner {
    color: rgba(255, 255, 255, 0.8);
}

.btn-glow:hover .border-glow-inner {
    color: #fff;
}

.btn-glow.primary:hover .border-glow-inner {
    color: #fff;
}

/* Ensure buttons don't shift layout */
.btn-glow-container {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

/* --- Stories Section --- */
.stories-container {
    padding: 120px 0;
    background: linear-gradient(to bottom, #050505, #0a0a0a);
    border-top: 1px solid var(--border);
}

.stories-wrapper {
    display: flex;
    gap: 35px;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: none;
    justify-content: center;
}

.stories-wrapper::-webkit-scrollbar {
    display: none;
}

.story-node {
    position: relative;
    width: 95px;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.story-node:hover {
    transform: translateY(-10px);
}

.story-ring {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 4px;
    background: #111;
    margin-bottom: 15px;
}

.story-ring::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg, #D4AF37, #fff, #D4AF37);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: ringRotate 4s linear infinite;
}

@keyframes ringRotate {
    100% {
        transform: rotate(360deg);
    }
}

.story-img {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    object-fit: cover;
    border: 2px solid #111;
}

/* Premium Story Frame (No phone shell) */
.story-player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
}

.story-player.active {
    display: flex !important;
}

.story-device-shell {
    position: relative;
    width: min(420px, 90vw) !important;
    aspect-ratio: 9/16 !important;
    height: auto !important;
    max-height: 90vh !important;
    background: #000;
    border: 2px solid rgba(212, 175, 55, 0.4) !important;
    /* Subtle gold border */
    border-radius: 40px !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 175, 55, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: auto !important;
    z-index: 10;
}

/* Hidden elements from previous phone shell */
.story-device-notch,
.story-device-home-bar {
    display: none !important;
}

.story-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.story-main-img,
#main-story-video {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 !important;
}

.story-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.progress-bar-container {
    display: flex;
    gap: 4px;
    width: 100%;
}

.progress-segment {
    height: 2px;
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #D4AF37;
    border-radius: 10px;
}

.story-close {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10100;
    font-size: 36px;
    opacity: 0.5;
    transition: 0.3s;
}

.story-close:hover {
    color: #D4AF37;
    opacity: 1;
    transform: scale(1.1);
}

.story-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
    z-index: 50;
    cursor: pointer;
}

.story-prev {
    left: 0;
}

.story-next {
    right: 0;
}

.is-video #main-story-img {
    display: none !important;
}

.is-video #main-story-video {
    display: block !important;
}

/* Desktop Side Carousels */
.story-carousel-side {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 0 50px;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 5;
}

.story-carousel-side.left {
    left: 0;
    justify-content: flex-end;
    width: calc(50vw - 250px);
}

.story-carousel-side.right {
    right: 0;
    justify-content: flex-start;
    width: calc(50vw - 250px);
}

.story-carousel-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    border: 1.5px solid transparent;
    overflow: hidden;
    pointer-events: auto;
}

.story-carousel-circle:hover {
    opacity: 1;
    border-color: #D4AF37;
    transform: scale(1.1);
}

.story-carousel-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% !important;
}

/* MOBILE: Keep the premium shell look but scale for screen */
@media (max-width: 768px) {
    .story-carousel-side {
        display: none !important;
    }

    .story-device-shell {
        width: 90vw !important;
        max-width: 400px !important;
        aspect-ratio: 9/16 !important;
        height: auto !important;
        max-height: 85vh !important;
        border: 2px solid rgba(212, 175, 55, 0.3) !important;
        border-radius: 35px !important;
        margin: auto !important;
    }

    .story-header {
        padding: 20px 15px !important;
        top: 0 !important;
    }

    .story-close {
        top: 15px;
        right: 15px;
        font-size: 30px;
    }
}


/* --- Smart Revealed Reservation Button --- */
.revealed-reserve {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    background: var(--current-accent);
    color: #000 !important;
    padding: 20px 40px;
    border-radius: 60px;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.4);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    transform: translateY(100px) scale(0.5);
    pointer-events: none;
}

.revealed-reserve.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.revealed-reserve:hover {
    transform: translateY(-5px) scale(1.05);
    background: #fff;
    box-shadow: 0 30px 60px rgba(212, 175, 55, 0.6);
}

.revealed-reserve svg {
    width: 22px;
    height: 22px;
}

@media (max-width: 768px) {
    .revealed-reserve {
        bottom: 20px;
        right: 20px;
        padding: 16px 30px;
        font-size: 12px;
    }
}

/* --- Cuisine Slider UI --- */
.cuisine-slider-wrapper {
    position: relative;
    width: 100%;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.slider-nav-btn:hover {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
    color: #000 !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.4);
}



.slider-nav-btn.prev {
    left: -25px;
}

.slider-nav-btn.next {
    right: -25px;
}

.slider-nav-btn svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.cuisine-pagination {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 10;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: opacity 1s ease, transform 0.6s ease;
    opacity: 0.2;
    /* Dimmed by default */
}

.cuisine-pagination:not(.idle) {
    opacity: 1;
    /* Bright when active/hovered */
}

.cuisine-pagination.idle {
    opacity: 0.1 !important;
    /* Even more transparent when idle */
}



.cuisine-dot {
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}

.cuisine-dot.active {
    width: 45px;
    background: var(--accent-gold);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}


@media (max-width: 1200px) {
    .slider-nav-btn.prev {
        left: 10px;
    }

    .slider-nav-btn.next {
        right: 10px;
    }
}

/* --- Trust Badge (Google Reviews) --- */
.social-proof-header {
    text-align: center;
    margin-bottom: 60px;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.15) !important;
    color: var(--accent-gold) !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
    margin-bottom: 25px;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.trust-badge:hover {
    background: rgba(212, 175, 55, 0.25) !important;
    border-color: var(--accent-gold) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
}

.google-icon {
    width: 18px;
    height: 18px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/c/c1/Google_%22G%22_logo.svg') center/contain no-repeat;
    display: inline-block;
}

.trust-badge b {
    color: #fff !important;
    font-weight: 900;
}

.trust-badge span.sep {
    opacity: 0.4;
    font-weight: 400;
    margin: 0 4px;
}

/* --- Mobile Responsiveness (768px and below) --- */
@media (max-width: 768px) {
    :root {
        --section-padding: 80px;
    }

    .darksky-container {
        padding: 0 20px;
    }

    h1 {
        font-size: clamp(42px, 12vw, 64px) !important;
    }

    h2 {
        font-size: clamp(34px, 10vw, 48px) !important;
    }

    h3 {
        font-size: 24px !important;
    }

    /* Header */
    header {
        padding: 20px 0;
    }

    .nav-links {
        display: none;
        /* Hide desktop links for cleaner mobile view */
    }

    .logo {
        font-size: 24px !important;
    }

    .logo span {
        font-size: 8px !important;
    }

    /* Hero Section */
    .hero {
        padding-top: 120px;
        height: auto;
        min-height: 100vh;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .hero-content {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
        padding-top: 40px;
    }

    .hero-content h1 {
        line-height: 1.1 !important;
    }

    .hero-content p {
        font-size: 16px;
        margin: 20px auto 40px;
    }

    .btn-glow-container {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .btn-glow .border-glow-inner {
        padding: 18px 30px;
    }

    /* Hero Cards вЂ” handled entirely in the 768px marquee block below */

    /* Sections */
    .darksky-container>div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        /* Reduced gap for mobile cohesion */
    }

    .mobile-center-text {
        text-align: center !important;
    }

    .mobile-center-text h2,
    .mobile-center-text p {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Specific overrides for component grids */
    .hookah-grid,
    .cuisine-grid,
    .menu-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    /* Hookah Pricing list fixes */
    .hookah-grid ul li {
        font-size: 13px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: baseline !important;
        gap: 15px !important;
        padding: 8px 0 !important;
    }

    .hookah-grid ul li span {
        flex: 1 !important;
        line-height: 1.2 !important;
        opacity: 0.8 !important;
    }

    .hookah-grid ul li b {
        flex-shrink: 0 !important;
        color: #fff !important;
    }

    /* Fix for Hookah Section Branding cards */
    .brand-card-interactive {
        margin-bottom: 20px;
    }

    /* Brand Curtain вЂ” touch toggle on mobile (JS adds .revealed) */
    .brand-curtain {
        transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1) !important;
    }

    .brand-card-interactive.revealed .brand-curtain {
        transform: translateY(-100%) !important;
    }

    /* Hint arrow for touch interaction */
    .brand-curtain::after {
        content: 'в†‘ Tap to reveal';
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 8px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.3);
        animation: tapHintPulse 2s ease-in-out infinite;
    }

    .brand-card-interactive.revealed .brand-curtain::after {
        display: none;
    }

    @keyframes tapHintPulse {

        0%,
        100% {
            opacity: 0.3;
        }

        50% {
            opacity: 0.7;
        }
    }

    /* Cuisine Slider вЂ” FULL REBUILD for mobile */
    #cuisine-slider-viewport {
        height: 90vw !important;
        /* FIXED height вЂ” prevents layout jumping between slides */
        min-height: unset !important;
        max-height: unset !important;
        aspect-ratio: unset !important;
        width: 100% !important;
        display: block !important;
        overflow: hidden !important;
    }

    /* CRITICAL: Make media container relative so it defines parent height */
    #cuisine-media-container {
        position: relative !important;
        width: 100% !important;
        height: 90vw !important;
        /* Match viewport height */
        overflow: hidden !important;
    }

    /* Slides: use display:none for inactive (not opacity crossfade) */
    .cuisine-media-slide {
        position: relative !important;
        width: 100% !important;
        height: 90vw !important;
        /* Match container вЂ” all slides same height */
        padding: 10px !important;
        opacity: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    .cuisine-media-slide:not(.active) {
        display: none !important;
    }

    .single-img-slide {
        padding: 5px !important;
    }

    .single-img-slide img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
    }

    /* CRITICAL: wrapper must stretch children to full width */
    .cuisine-slider-wrapper {
        position: relative;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        /* NOT center вЂ” let children fill width */
        width: 100% !important;
    }

    /* Force border-glow-card to full width */
    #cuisine .border-glow-card {
        width: 100% !important;
    }

    .slider-nav-btn {
        position: static !important;
        transform: none !important;
        width: 48px !important;
        height: 48px !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        background: rgba(212, 175, 55, 0.15) !important;
        border: 1px solid rgba(212, 175, 55, 0.4) !important;
    }

    .slider-nav-btn:active {
        background: var(--accent-gold) !important;
        transform: scale(0.95) !important;
    }

    /* Container for buttons below slider - GLOBAL CLEANUP */
    .cuisine-mobile-nav-row,
    .cuisine-pagination {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 30px;
        width: 100%;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        padding: 0 !important;
    }

    /* Hide arrows everywhere for a clean look */
    .slider-nav-btn {
        display: none !important;
    }

    .cuisine-dot {
        width: 6px !important;
        height: 6px !important;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 50% !important;
        transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1) !important;
        cursor: pointer;
    }

    .cuisine-dot.active {
        background: var(--current-accent) !important;
        width: 25px !important;
        border-radius: 10px !important;
    }

    .cuisine-dot.active {
        width: 50px !important;
    }

    /* Stories */
    .stories-wrapper {
        gap: 20px;
        justify-content: flex-start !important;
        padding: 20px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .stories-wrapper::after {
        content: '';
        padding-right: 20px;
        /* Spacer for end of scroll */
    }

    .story-ring {
        width: 70px;
        height: 70px;
    }

    .story-node {
        width: 75px;
    }

    /* Revealed Reservation Button вЂ” with iPhone safe area */
    .revealed-reserve {
        bottom: 20px;
        bottom: calc(20px + env(safe-area-inset-bottom, 0px));
        right: 20px;
        left: 20px;
        padding: 16px;
        justify-content: center;
        font-size: 12px;
    }

    /* --- VIP Section Mobile Layout --- */
    .vip-split-container {
        flex-direction: column !important;
        height: auto !important;
        min-height: unset !important;
    }

    .vip-split-item {
        flex: none !important;
        height: 250px !important;
        width: 100% !important;
    }

    .vip-split-item:hover {
        flex: none !important;
    }

    /* Show labels always on mobile (no hover) */
    .vip-label {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .vip-split-item::after {
        background: rgba(0, 0, 0, 0.3) !important;
    }

    /* Text overflow protection */
    .hookah-grid ul li,
    #vip ul li,
    .price-variant {
        word-break: break-word !important;
    }

    /* Generic padding reduction on mobile */
    .border-glow-inner {
        padding: 20px !important;
    }

    /* But cuisine slider needs zero padding for full-bleed images */
    #cuisine .border-glow-card .border-glow-inner {
        padding: 0 !important;
    }

    /* Ensure inline paddings don't crush content on small screens */
    section[id='hookah'] .border-glow-inner[style*='padding: 30px'] {
        padding: 20px !important;
    }

    /* Menu Page */
    .menu-nav .darksky-container {
        flex-direction: column;
        gap: 15px;
    }

    .menu-nav-links {
        gap: 5px;
    }

    .menu-nav-links a {
        padding: 8px 12px;
        font-size: 8px;
    }

    .menu-category-title {
        font-size: 32px !important;
    }

    /* Mobile Hamburger Menu */
    .mobile-nav-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 2000;
        padding: 0;
    }

    .mobile-nav-toggle span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 2px;
    }

    .mobile-nav-toggle.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
        background-color: var(--accent-gold);
    }

    .mobile-nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-nav-toggle.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
        background-color: var(--accent-gold);
    }

    #mobile-menu-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100dvh !important;
        background: #050505 !important;
        z-index: 999999 !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
    }

    #mobile-menu-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .mobile-menu-links {
        list-style: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-menu-links a {
        text-decoration: none;
        color: #fff;
        font-size: 28px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-family: var(--font-secondary);
        transition: color 0.3s;
    }

    .mobile-menu-links a:hover {
        color: var(--accent-gold);
    }

    /* Centered Mobile Header: Logo Center, Burger Right */
    .nav-wrapper {
        display: flex !important;
        justify-content: center !important;
        /* Centered for logo */
        align-items: center !important;
        width: 100% !important;
        padding: 0 20px !important;
        position: relative;
        /* Base for absolute burger */
    }

    .nav-wrapper .logo {
        position: static !important;
        transform: none !important;
        align-items: center !important;
        /* Centered content */
        text-align: center;
        flex: none;
    }

    .mobile-nav-toggle {
        display: flex !important;
        position: absolute !important;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000000 !important;
    }

    /* Hide the standalone Reserve button in header on mobile */
    header .nav-wrapper>div:last-child,
    header .nav-wrapper nav {
        display: none !important;
    }

    /* Hero Video Showcase вЂ” Paginated 2-per-page Grid */
    .bounce-cards-container {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        overflow: hidden !important;
        padding: 15px 10px !important;
        gap: 10px !important;
        margin-top: 20px !important;
        mask-image: none !important;
        -webkit-mask-image: none !important;
    }

    .bounce-cards-container::-webkit-scrollbar {
        display: none !important;
    }

    .bounce-card {
        flex: none !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 9 / 16 !important;
        position: relative !important;
        transform: none !important;
        z-index: 1 !important;
        margin: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        background: #111 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
        border-radius: 14px !important;
        scroll-snap-align: none !important;
        animation: none !important;
    }

    /* Hide cards not on current page вЂ” smooth fade */
    .bounce-card.hero-hidden {
        display: none !important;
    }

    /* Smooth transition for cards appearing */
    .bounce-card {
        transition: opacity 0.5s ease, transform 0.5s ease !important;
    }

    .bounce-card video,
    .bounce-card img {
        border-radius: 12px !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .bounce-card:hover {
        transform: none !important;
    }

    /* Hero Video Pagination Controls вЂ” HIGH VISIBILITY */
    .hero-video-pagination {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 0 !important;
        /* No gap needed for dots only */
        margin-top: 15px !important;
        margin-bottom: 30px !important;
        padding: 5px !important;
        /* Minimal padding */
        background: none !important;
        /* Transparent background */
        border: none !important;
        /* No border */
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-shadow: none !important;
        /* ROOT CAUSE FIX: lift above hero gradient overlay (z-index: 2) */
        position: relative !important;
        z-index: 15 !important;
    }

    .hero-page-btn {
        width: 52px !important;
        /* Slightly larger */
        height: 52px !important;
        border-radius: 50% !important;
        background: rgba(212, 175, 55, 0.15) !important;
        border: 2px solid #D4AF37 !important;
        /* SOLID GOLD BORDER */
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) !important;
        -webkit-tap-highlight-color: transparent !important;
        box-shadow: 0 0 15px rgba(212, 175, 55, 0.3) !important;
    }

    .hero-page-btn:active {
        background: var(--accent-gold);
        color: #000;
        transform: scale(0.9);
    }

    .hero-page-btn svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.5;
    }

    .hero-page-dots {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .hero-page-dot {
        width: 35px !important;
        height: 6px !important;
        border-radius: 10px !important;
        background: rgba(255, 255, 255, 0.35) !important;
        transition: all 0.4s ease !important;
    }

    .hero-page-dot.active {
        width: 50px !important;
        background: #ffffff !important;
        box-shadow: 0 0 20px rgba(255, 255, 255, 1) !important;
        /* MAXIMUM GLOW */
    }

    /* Professional Cuisine Section for Mobile (Re-declaring inside media query) */
    .cuisine-mobile-header {
        display: block !important;
        text-align: center;
        margin-bottom: 25px;
    }

    .cuisine-actions-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 25px;
        width: 100%;
    }
}

/* --- Cuisine Slider Grid & Autopagination --- */
#cuisine-slider-viewport {
    position: relative;
    overflow: hidden;
}

#cuisine-media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.cuisine-media-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    /* Reduced from 40px as per user feedback */
}

@media (max-width: 768px) {
    .cuisine-media-slide {
        padding: 10px !important;
        position: relative !important;
        width: 100% !important;
        height: 90vw !important;
        /* Fixed height вЂ” matches viewport */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    .cuisine-media-slide:not(.active) {
        display: none !important;
    }

    .grid-4,
    .grid-2 {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        gap: 6px !important;
    }

    .grid-item {
        aspect-ratio: 1 / 1 !important;
    }

    .grid-item img {
        object-fit: cover !important;
        padding: 0 !important;
        border-radius: 8px !important;
    }

    /* Remove glow card wrapper padding on mobile */
    #cuisine .border-glow-card .border-glow-inner {
        padding: 0 !important;
    }

    #cuisine .border-glow-card {
        --border-radius: 16px !important;
    }

    #cuisine .border-glow-inner {
        padding: 0 !important;
    }

    /* Single image slides вЂ” fill the square */
    .single-img-slide {
        padding: 0 !important;
    }

    .single-img-slide img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        border-radius: 12px !important;
        object-fit: contain !important;
    }
}

.cuisine-media-slide.active {
    opacity: 1;
    z-index: 2;
}

/* 4-Image Grid (2x2) */
.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    width: 100%;
    height: auto;
}

/* 2-Image Grid (1x2) - Reverted to Unified Square Format */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    height: auto;
    align-self: center;
}

.grid-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    /* Strict square format for all items */
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    transform: scale(0.9) translateY(20px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0;
}

.cuisine-media-slide.active .grid-item {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Staggered delay for grid items */
.cuisine-media-slide.active .grid-item:nth-child(1) {
    transition-delay: 0.1s;
}

.cuisine-media-slide.active .grid-item:nth-child(2) {
    transition-delay: 0.2s;
}

.cuisine-media-slide.active .grid-item:nth-child(3) {
    transition-delay: 0.3s;
}

.cuisine-media-slide.active .grid-item:nth-child(4) {
    transition-delay: 0.4s;
}

/* Grid containers - Full width for impact */
.grid-4,
.grid-2 {
    width: 100%;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Full visibility of text and image */
    padding: 8px;
    /* Slight distance from borders */
    transition: transform 0.6s ease;
}

.grid-item:hover img {
    transform: scale(1.1);
}

.single-img-slide img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

@media (max-width: 768px) {
    .grid-item img {
        padding: 5px;
    }

    /* Professional Cuisine Section for Mobile */
    .cuisine-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        /* Tighter gap between header and slider */
    }

    .cuisine-mobile-header {
        display: block !important;
        text-align: center;
        margin-bottom: 25px;
    }

    .cuisine-desktop-header {
        display: none !important;
    }

    .cuisine-title-mobile {
        font-size: clamp(38px, 10vw, 48px) !important;
        margin-top: 5px !important;
    }

    .atmo-tag {
        color: var(--current-accent);
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        display: block;
    }

    .cuisine-actions-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 15px !important;
        /* Closer to slider */
        width: 100%;
    }

    .cuisine-actions-mobile .btn-glow {
        width: 100%;
        max-width: 300px;
    }

    .cuisine-actions-mobile .border-glow-inner {
        padding: 20px 40px !important;
        /* Taller and wider for premium feel */
        font-size: 13px !important;
        /* More readable */
        letter-spacing: 2px !important;
        min-height: 58px;
        /* Solid hit target */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #cuisine-desc {
        text-align: center;
        font-size: 14px !important;
        margin: 15px 0 !important;
        padding: 0 10px;
    }

    #cuisine-meta {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .cuisine-text-column .btn-glow-container,
    .cuisine-text-column .reveal:last-child {
        display: none !important;
        /* Hide original desktop buttons on mobile */
    }
}

/* --- ROBUST GLOBAL STICKY NAVIGATION (Tilda-compatible) --- */
/* Fix for Tilda: ensure parent containers don't kill sticky */
.t123,
.t-records,
.t-container {
    overflow: visible !important;
}

/* --- ROBUST GLOBAL FIXED NAVIGATION --- */
.menu-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9000 !important;
    background: rgba(5, 5, 5, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 15px 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

/* Offset for main content on Desktop */
.menu-nav+main,
.menu-nav~main {
    padding-top: 80px !important;
}

@media (max-width: 768px) {

    /* Menu Nav Mobile Adjustments */
    .menu-nav {
        padding: 8px 0 !important;
        background: rgba(5, 5, 5, 0.98) !important;
        border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
    }

    /* TWO-ROW LAYOUT: Back on top, categories below */
    .menu-nav .darksky-container {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 6px !important;
        padding: 0 10px !important;
        overflow: visible !important;
    }

    /* Back button вЂ” top row, left-aligned */
    .nav-link-back {
        padding: 6px 12px !important;
        font-size: 9px !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        border-color: rgba(212, 175, 55, 0.3) !important;
        align-self: flex-start !important;
    }

    .nav-link-back svg {
        width: 10px !important;
        height: 10px !important;
    }

    /* Category links вЂ” second row, full width, horizontal scroll */
    .menu-nav-links {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        gap: 4px !important;
        width: 100% !important;
        padding: 2px 0 !important;
    }

    .menu-nav-links::-webkit-scrollbar {
        display: none !important;
    }

    .menu-nav-links li {
        flex-shrink: 0 !important;
    }

    .menu-nav-links a {
        padding: 7px 10px !important;
        font-size: 9px !important;
        white-space: nowrap !important;
    }

    /* Hide the spacer div on mobile */
    .menu-nav .darksky-container>div:last-child {
        display: none !important;
    }

    /* Offset main content for fixed header (taller now with 2 rows) */
    .menu-nav+main,
    .menu-nav~main {
        padding-top: 85px !important;
    }

    /* Adjust scroll-margin for fixed nav */
    .menu-section {
        scroll-margin-top: 95px !important;
    }

    .menu-item-detailed {
        scroll-margin-top: 100px !important;
    }

    /* Tea section вЂ” single column on mobile */
    #tea .menu-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    /* Cocktail grid вЂ” ensure single column */
    #cocktails .menu-grid>div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }

    /* Modal close hint on mobile */
    .modal-fixed::before {
        content: 'вњ• Tap to close';
        position: fixed;
        top: 20px;
        top: calc(20px + env(safe-area-inset-top, 0px));
        right: 20px;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.6);
        z-index: 10001;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        pointer-events: none;
    }

    /* Signature cocktail cards вЂ” full width */
    #cocktails div[style*="minmax(350px"] {
        grid-template-columns: 1fr !important;
    }

    /* Menu item containers вЂ” fix alignment and padding */
    .menu-item-detailed>div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
        padding: 15px !important;
        gap: 25px !important;
    }

    /* Force images to fill container correctly */
    .menu-item-detailed .border-glow-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    .menu-item-detailed img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* Menu item images вЂ” tighter padding */
    .menu-item-detailed .border-glow-inner {
        padding: 0 !important;
    }
}


/* --- Base Story Player (Fullscreen Background) --- */
.story-player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
}

.story-player.active {
    display: flex !important;
}

/* --- Desktop Shell (The Container) --- */
.story-device-shell {
    position: relative;
    width: min(420px, 90vw) !important;
    aspect-ratio: 9/16 !important;
    height: auto !important;
    max-height: 90vh !important;
    background: #000;
    border: 2px solid rgba(212, 175, 55, 0.4) !important;
    border-radius: 40px !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 175, 55, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: auto !important;
    z-index: 10;
}

/* --- Mobile Overrides (The bug is likely here or these are being ignored) --- */
@media (max-width: 768px) {
    .story-device-shell {
        width: 90vw !important;
        max-width: 400px !important;
        aspect-ratio: 9/16 !important;
        height: 80dvh !important;
        max-height: 800px !important;
        border: 2px solid rgba(212, 175, 55, 0.4) !important;
        border-radius: 30px !important;
        margin: auto !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.9), 0 0 20px rgba(212, 175, 55, 0.15) !important;
        position: relative !important;
        flex-shrink: 0 !important;

        /* iOS Safari Bugfix for border-radius on absolute children */
        -webkit-mask-image: -webkit-radial-gradient(white, black);
        mask-image: radial-gradient(white, black);
        transform: translateZ(0);

        /* Debug border to see if this rule is applying AT ALL */
        /* outline: 5px solid red !important; */
    }

    .story-header {
        padding: 20px 15px !important;
        top: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .story-close {
        display: none !important;
    }
}

/* --- Content inside the shell --- */
.story-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.story-main-img,
#main-story-video {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 !important;
}

/* --- Footer Link --- */
.footer-link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border-bottom: 1px solid transparent;
    pointer-events: auto;
}

.footer-link:hover {
    color: var(--accent-gold);
    border-bottom-color: var(--accent-gold);
    transform: translateY(-1px);
}