:root {
            --cream: #fdf8f2;
            --warm-white: #fffcf8;
            --gold: #c9923a;
            --gold-light: #e8b96a;
            --rose: #d4756a;
            --brown-dark: #2e1f15;
            --brown-mid: #5c3d2b;
            --brown-soft: #9c7a63;
            --text-muted: #b09a8a;
            --border: rgba(201, 146, 58, 0.2);
        }

        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

        html { scroll-behavior: smooth; }

        body {
            font-family: 'DM Sans', sans-serif;
            background: var(--cream);
            color: var(--brown-dark);
        }
        
        body, html {
            width: 100%;
            overflow-x: hidden;
        }

        h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; }

        /* ========== SPRINKLE CANVAS ========== */
        #sprinkle-canvas {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            pointer-events: none;
            z-index: 9999;
        }

        /* ========== NAV ========== */
        nav {
            position: fixed;
            top: 0; left: 0; width: 100%;
            padding: 22px 60px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
        }

        nav.scrolled {
            background: rgba(253, 248, 242, 0.96);
            backdrop-filter: blur(12px);
            box-shadow: 0 1px 0 var(--border), 0 8px 32px rgba(46,31,21,0.06);
            padding: 14px 60px;
        }

            .logo-text {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.3rem;
            font-weight: 700;
            color: var(--gold);
            text-decoration: none;
            letter-spacing: 1px;
        }

        .logo-text span { font-style: italic; color: var(--rose); }

        .nav-links {
            list-style: none;
            display: flex;
            gap: 40px;
            align-items: center;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--brown-mid);
            font-size: 1.1rem;
            font-weight: 500;
            letter-spacing: 0.5px;
            position: relative;
            transition: color 0.3s;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -3px; left: 0;
            width: 0; height: 1.5px;
            background: var(--gold);
            transition: width 0.3s;
        }

        .nav-links a:hover { color: var(--gold); }
        .nav-links a:hover::after { width: 100%; }

        .mobile-socials {
            display: none;
        }

        /* ========== HERO ========== */
        #hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 100px 20px 80px;
            background:
                linear-gradient(165deg, rgba(253,248,242,0.92) 40%, rgba(212,117,106,0.08) 100%),
                url('https://images.unsplash.com/photo-1557925923-33b251d59245?q=80&w=2000') center/cover no-repeat;
            position: relative;
        }

        #hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 70% 60% at 50% 60%, rgba(201,146,58,0.06), transparent);
        }

        .hero-badge {
            display: inline-block;
            background: rgba(201,146,58,0.12);
            border: 1px solid var(--border);
            color: var(--gold);
            font-size: 0.8rem;
            font-weight: 500;
            letter-spacing: 3px;
            text-transform: uppercase;
            padding: 8px 20px;
            border-radius: 100px;
            margin-bottom: 28px;
            animation: fadeUp 0.8s ease both;
        }

        #hero h1 {
            font-size: clamp(3rem, 7vw, 5.5rem);
            font-weight: 600;
            line-height: 1.1;
            color: var(--brown-dark);
            margin-bottom: 24px;
            animation: fadeUp 0.8s ease 0.15s both;
        }

        #hero h1 em {
            font-style: italic;
            color: var(--gold);
        }

        #hero > .hero-inner > p {
            font-size: 1.15rem;
            color: var(--brown-soft);
            max-width: 520px;
            margin: 0 auto 44px;
            line-height: 1.75;
            animation: fadeUp 0.8s ease 0.3s both;
        }

        .hero-actions {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
            animation: fadeUp 0.8s ease 0.45s both;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: var(--gold);
            color: #fff;
            padding: 14px 34px;
            border-radius: 100px;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            letter-spacing: 0.3px;
            transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
            box-shadow: 0 8px 24px rgba(201,146,58,0.3);
        }

        .btn-primary:hover {
            background: var(--brown-mid);
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(46,31,21,0.2);
        }

        .btn-outline {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: transparent;
            color: var(--brown-mid);
            padding: 14px 34px;
            border-radius: 100px;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            border: 1.5px solid rgba(92,61,43,0.25);
            transition: all 0.3s;
        }

        .btn-outline:hover {
            border-color: var(--gold);
            color: var(--gold);
            transform: translateY(-2px);
        }

       .hero-scroll-hint {
            position: absolute;
            bottom: 36px;
            left: 0;
            right: 0;
            margin: 0 auto; 
            width: max-content; 
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            animation: fadeUp 1s ease 1s both; 
        }

        .scroll-line {
            width: 1px;
            height: 48px;
            background: linear-gradient(to bottom, transparent, var(--gold));
            animation: scrollPulse 1.6s ease-in-out infinite;
        }

        .hero-scroll-hint span {
            font-size: 0.7rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--text-muted);
        }

        @keyframes scrollPulse {
            0%, 100% { opacity: 0.4; transform: scaleY(0.8); }
            50% { opacity: 1; transform: scaleY(1); }
        }

        img {
            max-width: 100%;
            height: auto;
        }

        /* ========== ABOUT SECTION ========== */
        #about {
            padding: 100px 60px;
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .section-label {
            display: inline-block;
            font-size: 0.7rem;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: var(--gold);
            font-weight: 500;
            margin-bottom: 20px;
            position: relative;
            padding-left: 28px;
        }

        .section-label::before {
            content: '';
            position: absolute;
            left: 0; top: 50%;
            transform: translateY(-50%);
            width: 18px; height: 1.5px;
            background: var(--gold);
        }

        .about-text-side h2 {
            font-size: clamp(2.2rem, 4vw, 3.2rem);
            font-weight: 600;
            line-height: 1.15;
            color: var(--brown-dark);
            margin-bottom: 28px;
        }

        .about-text-side h2 em {
            font-style: italic;
            color: var(--gold);
        }

        .about-text-side p {
            font-size: 1rem;
            color: var(--brown-soft);
            line-height: 1.85;
            margin-bottom: 20px;
        }

        .about-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 44px;
            padding-top: 44px;
            border-top: 1px solid var(--border);
        }

        .stat-number {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.8rem;
            font-weight: 600;
            color: var(--gold);
            line-height: 1;
        }

        .stat-label {
            font-size: 0.8rem;
            color: var(--text-muted);
            letter-spacing: 0.5px;
            margin-top: 4px;
        }

        .about-visual {
            position: relative;
        }

        .about-img-main {
            width: 100%;
            aspect-ratio: 4/5;
            object-fit: cover;
            border-radius: 24px;
            display: block;
            box-shadow: 0 40px 80px rgba(46,31,21,0.12);
        }

        .about-img-accent {
            position: absolute;
            bottom: -28px;
            left: -28px;
            width: 48%;
            aspect-ratio: 1;
            object-fit: cover;
            border-radius: 18px;
            border: 5px solid var(--cream);
            box-shadow: 0 20px 40px rgba(46,31,21,0.12);
        }

        .about-tag {
            position: absolute;
            top: 28px;
            right: -20px;
            background: var(--warm-white);
            border: 1px solid var(--border);
            padding: 14px 20px;
            border-radius: 14px;
            box-shadow: 0 10px 30px rgba(46,31,21,0.1);
            text-align: center;
        }

        .about-tag .tag-icon { font-size: 1.6rem; }
        .about-tag .tag-line { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; font-style: italic; color: var(--brown-mid); margin-top: 4px; display: block; }

        /* ========== AUTO SLIDER ========== */
        #slider-section {
            padding: 80px 0;
            background: var(--warm-white);
            overflow: hidden;
        }

        .slider-header {
            text-align: center;
            padding: 0 20px;
            margin-bottom: 50px;
        }

        .slider-header h2 {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 600;
            color: var(--brown-dark);
        }

        .slider-header h2 em { font-style: italic; color: var(--gold); }

        .auto-slider-track-wrapper {
            position: relative;
        }

        .auto-slider-track-wrapper::before,
        .auto-slider-track-wrapper::after {
            content: '';
            position: absolute;
            top: 0; bottom: 0;
            width: 120px;
            z-index: 10;
            pointer-events: none;
        }

        .auto-slider-track-wrapper::before {
            left: 0;
            background: linear-gradient(to right, var(--warm-white), transparent);
        }

        .auto-slider-track-wrapper::after {
            right: 0;
            background: linear-gradient(to left, var(--warm-white), transparent);
        }

        .auto-slider-track {
            display: flex;
            gap: 24px;
            animation: slideAuto 28s linear infinite;
            width: max-content;
        }

        .auto-slider-track-wrapper:hover .auto-slider-track {
            animation-play-state: paused;
        }

        @keyframes slideAuto {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        .auto-slide {
            width: 320px;
            height: 420px;
            flex-shrink: 0;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 16px 40px rgba(46,31,21,0.1);
        }

        .auto-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .auto-slide:hover img { transform: scale(1.06); }

        .auto-slide-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(46,31,21,0.6) 0%, transparent 55%);
            opacity: 0;
            transition: opacity 0.4s;
        }

        .auto-slide:hover .auto-slide-overlay { opacity: 1; }

        .auto-slide-label {
            position: absolute;
            bottom: 20px; left: 20px;
            color: #fff;
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.2rem;
            font-style: italic;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.4s, transform 0.4s;
        }

        .auto-slide:hover .auto-slide-label {
            opacity: 1;
            transform: translateY(0);
        }

        /* ========== MENU ========== */
        #cjenik {
            padding: 100px 40px;
            max-width: 1300px;
            margin: 0 auto;
        }

        .cjenik-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .cjenik-header h2 {
            font-size: clamp(2.2rem, 4vw, 3.2rem);
            font-weight: 600;
            color: var(--brown-dark);
        }

        .cjenik-header h2 em { font-style: italic; color: var(--gold); }

        .menu-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        .menu-column {
            background: var(--warm-white);
            border: 1px solid var(--border);
            border-radius: 24px;
            padding: 44px 36px;
            position: relative;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .menu-column:hover {
            transform: translateY(-4px);
            box-shadow: 0 24px 60px rgba(46,31,21,0.08);
        }

        .menu-column-icon {
            font-size: 2rem;
            margin-bottom: 12px;
            display: block;
        }

        .menu-column h3 {
            font-size: 2rem;
            color: var(--brown-dark);
            margin-bottom: 36px;
            font-weight: 600;
        }

        .menu-column h3 span { color: var(--gold); font-style: italic; }

        .menu-item {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-bottom: 4px;
            padding-bottom: 4px;
        }

        .item-name { font-weight: 500; font-size: 1.05rem; color: var(--brown-dark); }
        .item-dots { flex-grow: 1; border-bottom: 1px dashed rgba(156,122,99,0.3); margin: 0 14px 4px; }
        .item-price { font-weight: 600; color: var(--gold); font-size: 1rem; white-space: nowrap; }
        .item-desc { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 22px; display: block; line-height: 1.5; }

        /* ========== FOOTER ========== */
        footer {
            background: var(--brown-dark);
            color: rgba(255,255,255,0.75);
            position: relative;
            overflow: hidden;
        }

        footer::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--rose), transparent);
        }

        .footer-top {
            padding: 80px 60px 60px;
            display: grid;
            grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
            gap: 48px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-logo {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--gold-light);
            text-decoration: none;
            display: block;
            margin-bottom: 16px;
        }

        .footer-logo span { font-style: italic; color: #e8a09a; }

        .footer-brand p {
            font-size: 0.9rem;
            line-height: 1.75;
            color: rgba(255,255,255,0.5);
            max-width: 260px;
        }

        .footer-social {
            display: flex;
            gap: 12px;
            margin-top: 28px;
        }

        .social-btn {
            width: 40px; height: 40px;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,0.12);
            display: flex; align-items: center; justify-content: center;
            font-size: 1rem;
            text-decoration: none;
            color: rgba(255,255,255,0.6);
            transition: all 0.3s;
            background: rgba(255,255,255,0.04);
        }

        .social-btn:hover {
            background: var(--gold);
            border-color: var(--gold);
            color: #fff;
            transform: translateY(-3px);
        }

        .footer-col h4 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.15rem;
            font-weight: 600;
            color: #fff;
            margin-bottom: 22px;
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
        }

        .footer-col ul { list-style: none; }

        .footer-col ul li { margin-bottom: 10px; }

        .footer-col ul li a {
            text-decoration: none;
            color: rgba(255,255,255,0.5);
            font-size: 0.9rem;
            transition: color 0.3s;
        }

        .footer-col ul li a:hover { color: var(--gold-light); }

        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
        }

        .contact-icon {
            width: 32px; height: 32px;
            background: rgba(201,146,58,0.12);
            border-radius: 8px;
            display: flex; align-items: center; justify-content: center;
            font-size: 0.9rem;
            flex-shrink: 0;
        }

        .footer-contact-item a {
            text-decoration: none;
            color: rgba(255,255,255,0.5);
            font-size: 0.9rem;
            line-height: 1.5;
            transition: color 0.3s;
        }

        .footer-contact-item a:hover { color: var(--gold-light); }

        .footer-hours {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.07);
            border-radius: 14px;
            padding: 20px;
            margin-top: 4px;
        }

        .hours-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
            font-size: 0.85rem;
        }

        .hours-row:last-child { margin-bottom: 0; }
        .hours-day { color: rgba(255,255,255,0.45); }
        .hours-time { color: var(--gold-light); font-weight: 500; }

        .footer-notice {
            background: rgba(201,146,58,0.1);
            border: 1px solid rgba(201,146,58,0.2);
            border-radius: 10px;
            padding: 12px 16px;
            margin-top: 16px;
            font-size: 0.8rem;
            color: rgba(255,255,255,0.5);
            line-height: 1.5;
        }

        .footer-notice strong { color: var(--gold-light); }

        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.07);
            padding: 24px 60px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-bottom p {
            font-size: 0.82rem;
            color: rgba(255,255,255,0.3);
        }

        .footer-bottom-links {
            display: flex;
            gap: 24px;
        }

        .footer-bottom-links a {
            font-size: 0.82rem;
            color: rgba(255,255,255,0.3);
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-bottom-links a:hover { color: var(--gold-light); }

        /* ========== SCROLL REVEAL ========== */
        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }

        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
        }

        /* ========== COOKIE POPUP ========== */
.cookie-popup {
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 380px;
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(46, 31, 21, 0.15);
    z-index: 9999;
    transform: translateY(150%);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
}

/* Klasa koja ga prikazuje */
.cookie-popup.show {
    transform: translateY(0);
    opacity: 1;
}
.cookie-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.cookie-icon {
    font-size: 1.8rem;
}

.cookie-header h4 {
    font-size: 1.5rem;
    color: var(--brown-dark);
    margin: 0;
    font-weight: 600;
}

.cookie-popup p {
    font-size: 0.9rem;
    color: var(--brown-soft);
    line-height: 1.6;
    margin-bottom: 20px;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
    width: 100%;
    cursor: pointer;
}

        /* ========== SCROLL TO TOP BUTTON ========== */
#scrollTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background-color: var(--gold);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(201, 146, 58, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s, visibility 0.3s;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scrollTopBtn:hover {
    background-color: var(--brown-mid);
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(46, 31, 21, 0.2);
}

        /* ========== KEYFRAMES ========== */

/* 1. The original animation for your titles, text, and buttons */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

    
        /* ========== RESPONSIVE ========== */
        
        /* TABLET RESPONSIVENESS */
        @media (max-width: 1024px) {
            #about {
                padding: 80px 40px;
                gap: 40px;
            }
            .footer-top {
                grid-template-columns: 1fr 1fr;
                padding: 80px 40px 60px;
            }
            #cjenik {
                padding: 80px 40px;
            }

            .menu-container {
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
            }

            .menu-column {
                padding: 36px 24px;
            }
        }

        /* MOBILE RESPONSIVENESS */
        @media (max-width: 768px) {
            nav {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 14px 20px;
            }
            
            nav.scrolled {
                padding: 14px 20px;
            }

            #about {
                grid-template-columns: 1fr;
                padding: 60px 20px;
                gap: 40px;
            }
            
            .about-stats {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 20px;
            }

            .about-img-accent {
                display: none !important;
            }

            .about-tag {
                right: 10px;
            }

            .hamburger {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 2.2rem;
                position: relative;
                z-index: 2001;
                cursor: pointer;
                user-select: none;
                transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            }

            .logo-text {
                font-size: 1.8rem;
                z-index: 2001;
                position: relative;
            }

            .nav-links {
                position: fixed;
                top: 0;
                right: -100%;
                width: 100vw;
                height: 100vh;
                background: rgba(253, 248, 242, 0.98);
                backdrop-filter: blur(15px);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 0;
                gap: 32px;
                transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
                z-index: 2000;
            }
            .nav-links.active {
                right: 0;
            }

            .nav-links.active ~ .hamburger {
                transform: rotate(90deg) scale(1.1);
            }

            .nav-links a {
                font-size: 1.8rem;
                font-family: 'Cormorant Garamond', serif;
                font-weight: 600;
            }
            .mobile-socials {
                display: flex;
                gap: 24px;
                margin-top: 20px;
            }

            .mobile-socials a {
                font-size: 2.2rem;
            }
            
            .mobile-socials a::after {
                display: none; /* Uklanja underline sa ikona */
            }

            .auto-slide {
                width: 80vw;
                height: 300px;
            }

            /* FIXED HERO FOR MOBILE */
            #hero {
                min-height: 100vh; /* Fallback for older browsers */
                min-height: 100dvh; /* Dynamic viewport height perfectly fits mobile screens */
                padding: 100px 20px 40px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                text-align: center;
            }

            .hero-inner {
                max-width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                margin: 0 auto;
            }

            #hero h1 {
                font-size: 2.5rem;
                line-height: 1.2;
            }

            #hero h1 br {
                display: block; /* Keep line breaks for balanced titles */
            }

            #hero > .hero-inner > p {
                font-size: 1.05rem;
                margin-bottom: 32px;
                max-width: 90%;
            }

            .hero-actions {
                flex-direction: column;
                align-items: stretch;
                width: 100%;
                max-width: 320px; /* Constrain button width so they don't stretch fully on horizontal phones */
            }

            .btn-primary,
            .btn-outline {
                width: 100%;
                padding: 14px;
            }

            .hero-scroll-hint {
                position: absolute;
                bottom: 36px;
                left: 0;
                right: 0;
                margin: 0 auto; 
                width: max-content; 
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;
                animation: fadeUp 1s ease 1s both; 
            }
          .menu-container {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            
            .menu-column {
                padding: 40px 24px;
            }

            #slider-section {
                padding: 60px 0;
                overflow: hidden;
            }
            
            .auto-slider-track-wrapper::before,
            .auto-slider-track-wrapper::after {
                width: 60px;
            }

            .footer-top {
                grid-template-columns: 1fr;
                padding: 60px 20px 40px;
                gap: 40px;
            }
            
            .footer-bottom {
                flex-direction: column;
                padding: 24px 20px;
                gap: 16px;
                text-align: center;
            }
            .cookie-popup {
                bottom: 20px;
                left: 20px;
                right: 20px;
                max-width: none;
            }
            .cookie-buttons {
                flex-direction: column;
                gap: 10px;
            }
            #scrollTopBtn {
                bottom: 20px;
                right: 20px;
                width: 45px;
                height: 45px;
                font-size: 1.3rem;
            }
        }