:root {
    /* Fun Music Korean Food Thailand Palette */
    --color-red: #E63946;
    --color-yellow: #FFD60A;
    --color-white: #FFF8F0;
    --color-black: #1A1A2E;
    --color-accent: #FF6B35;
    --color-blue: #4ECDC4;
    --color-pink: #FF69B4;

    --font-head: 'Bangers', cursive;
    --font-body: 'Titan One', cursive;
    --font-text: 'Roboto', sans-serif;

    /* Gradient backgrounds */
    --gradient-fun: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-fire: linear-gradient(135deg, #E63946 0%, #FF6B35 100%);
}

body {
    background: linear-gradient(180deg, #FFF8F0 0%, #FFE5D9 100%);
    color: var(--color-black);
    font-family: var(--font-text);
    margin: 0;
    padding-top: 120px;
}

/* --- Ticker --- */
.ticker-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(90deg, #1A1A2E 0%, #16213E 50%, #1A1A2E 100%);
    color: var(--color-yellow);
    z-index: 1002;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 3px solid var(--color-red);
}

.ticker {
    display: flex;
    white-space: nowrap;
    animation: ticker 25s infinite linear;
    width: max-content;
}

.ticker__item {
    font-family: var(--font-head);
    font-size: 1.2rem;
    padding-right: 2rem;
    display: inline-block;
}

@keyframes ticker {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* --- Header --- */
.sticky-header {
    position: fixed;
    top: 30px;
    width: 100%;
    height: 90px;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    z-index: 1000;
    box-shadow: 0 4px 0 rgba(158, 27, 50, 0.2);
    /* Red shadow */
}

.logo-img {
    height: 70px;
}

.main-nav {
    display: flex;
    gap: 20px;
}

.nav-btn {
    background: transparent;
    border: none;
    font-family: var(--font-head);
    font-size: 1.5rem;
    color: var(--color-red);
    cursor: pointer;
    transition: all 0.1s;
    letter-spacing: 1px;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 0 5px;
}

.nav-btn:hover,
.nav-btn.active {
    background-color: var(--color-red);
    color: var(--color-yellow);
    box-shadow: 3px 3px 0 var(--color-black);
    transform: rotate(-2deg) scale(1.1);
    animation: none;
    /* Disable jitter to prevent layout shift with background */
}

.nav-btn.active {
    transform: rotate(-2deg) scale(1.1);
}

.cta-button {
    background: var(--color-yellow);
    color: var(--color-black);
    border: 3px solid var(--color-black);
    font-family: var(--font-body);
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 4px 4px 0 var(--color-black);
    transition: transform 0.1s;
}

.cta-button:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 var(--color-black);
}

/* --- Animations --- */
@keyframes jitter {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(1px, 1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, -1px) rotate(-1deg);
    }

    75% {
        transform: translate(0, 1px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

/* --- Content Sections --- */
.tab-content {
    display: none;
    padding: 40px 10%;
    min-height: 80vh;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Background Patterns - High Quality Image Backgrounds */
/* FOOD: Korean Street Food Night Market */
#food {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('food_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#food::before {
    content: "🍚🌶️🍜🔥";
    position: absolute;
    font-size: 3rem;
    opacity: 0.1;
    top: 20px;
    right: 20px;
    animation: floatEmoji 3s ease-in-out infinite;
}

@keyframes floatEmoji {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(5deg);
    }
}

/* PROMOTIONS: Thai-Korean Fusion Celebration */
#promotions {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('promos_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* DRINKS: Korean Bar Nightlife */
#drinks {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('drinks_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* REVIEWS: Cozy Restaurant Interior */
#reviews {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('reviews_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* LOCATION: Street Vibe */
#location {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('about_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* ABOUT: Seoul-Bangkok Fusion */
#about {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('about_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* --- Hero Interactive --- */
.hero-stage {
    text-align: center;
    margin-top: 0;
    padding-top: 50px;
    position: relative;
    /* Hero Background */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('hero_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 4px solid var(--color-black);
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(158, 27, 50, 0.5);
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.particle {
    position: absolute;
    font-size: 2rem;
    animation: floatUp 5s linear infinite;
    opacity: 0.7;
}

@keyframes floatUp {
    0% {
        transform: translateY(100vh) rotate(0deg);
    }

    100% {
        transform: translateY(-100px) rotate(360deg);
    }
}



/* Existing Float */
.floating-plate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s;
}

.plate-shake {
    animation: shake 0.5s infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}



.sticker {
    position: absolute;
    font-family: var(--font-body);
    color: var(--color-black);
    background: var(--color-yellow);
    padding: 5px 15px;
    border-radius: 50%;
    border: 2px solid var(--color-black);
    transform: rotate(-10deg);
    cursor: grab;
    transition: transform 0.2s;
}

.sticker:active {
    transform: scale(0.9) rotate(0deg);
}

.sticker-crunchy {
    top: 0;
    left: -20px;
    font-size: 1.5rem;
}

.sticker-hot {
    bottom: 20px;
    right: 0;
    background: var(--color-red);
    color: white;
    transform: rotate(10deg);
}

/* --- Menu Grid --- */
.category-title {
    font-family: var(--font-head);
    font-size: 2.5rem;
    color: var(--color-black);
    text-transform: uppercase;
    margin: 50px 0 25px 0;
    padding: 10px 25px;
    background: var(--color-yellow);
    border: 3px solid var(--color-black);
    border-radius: 10px;
    box-shadow: 5px 5px 0 var(--color-red);
    display: inline-block;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

/* Photo Card Style */
.food-card {
    background: white;
    border: 4px solid var(--color-white);
    box-shadow: 8px 8px 0 var(--color-red);
    padding: 10px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.food-card:hover {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 12px 12px 0 var(--color-yellow);
    z-index: 10;
}

.card-img-container {
    height: 200px;
    overflow: hidden;
    border: 2px solid #EEE;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-info {
    padding: 15px 5px;
    text-align: left;
}

.card-name {
    font-family: var(--font-head);
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 0 0 5px 0;
}

.card-desc {
    font-family: var(--font-text);
    font-size: 0.9rem;
    color: #666;
}

/* --- Fun List Style (No Photos) --- */
.fun-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.fun-list-item {
    background: white;
    border: 3px solid var(--color-black);
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}

.fun-list-item:hover {
    transform: scale(1.02) rotate(-1deg);
    box-shadow: 8px 8px 0 var(--color-red);
    border-color: var(--color-red);
}

.fun-item-info {
    flex-grow: 1;
    padding-right: 15px;
}

.fun-item-name {
    font-family: var(--font-head);
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.1;
}

.fun-item-desc {
    font-family: var(--font-text);
    font-size: 0.85rem;
    color: #666;
    display: block;
    margin-top: 4px;
}

.fun-item-price {
    font-family: var(--font-body);
    font-size: 1.1rem;
    background: var(--color-yellow);
    color: var(--color-black);
    padding: 5px 12px;
    border-radius: 20px;
    border: 2px solid var(--color-black);
    white-space: nowrap;
    flex-shrink: 0;
}

/* Price Starburst */
.price-tag {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 80px;
    height: 80px;
    background: var(--color-yellow);
    border: 3px solid var(--color-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-size: 1.2rem;
    transform: rotate(15deg);
    transition: top 0.3s;
    opacity: 0;
}

.food-card:hover .price-tag {
    top: 10px;
    right: 10px;
    opacity: 1;
}

/* --- FINAL FIXES BLOCK --- */

/* 1. Header & Nav Fix - Force fit */
.sticky-header {
    padding: 0 2%;
    /* Reduced from 5% to give more space */
    justify-content: flex-start;
    /* Move logo and nav closer to left, or just manage spacing better */
}

.logo-container {
    margin-right: auto;
    /* Pushes nav to the right, but we want it visible.  */
    /* Actually, to move buttons left, we should probably NOT use space-between if it pushes them to edge. 
       But user said "move buttons more to the left". 
       If I use justify-content: flex-start and margin, I can control it.
       Let's stick to space-between but add padding-right adjustment or reduce gap.
    */
}

/* 4. Crazy Frame Style */
.crazy-frame {
    position: relative;
    width: 300px;
    height: 300px;
    border: 15px solid var(--color-white);
    box-shadow: 10px 10px 0 var(--color-red);
    transform: rotate(0deg);
    background: var(--color-black);
    /* Fallback */
    overflow: hidden;
    /* Ensure images stay in */
    border-radius: 20px;
    transition: transform 0.3s;
    cursor: pointer;
}

.crazy-frame:hover {
    transform: scale(1.05);
    box-shadow: 15px 15px 0 var(--color-yellow);
}

.logo-img {
    height: 65px;
}

.main-nav {
    display: flex;
    gap: 2px;
    /* Tighter gap */
    align-items: center;
    margin-right: 150px;
    /* Force it left away from right edge */
}

.nav-btn {
    font-size: 1.2rem;
    /* Slightly smaller to ensure fit */
    white-space: nowrap;
    padding: 5px 8px;
    margin: 0;
}

/* 2. Hero Gallery Fix - Absolute Stack */
#signature-carousel {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.plate-img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.plate-img.active {
    opacity: 1;
    z-index: 10;
}

/* 3. Reviews Card Styling */
.reviews-wall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background: var(--color-white);
    border: 3px solid var(--color-black);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 6px 6px 0 var(--color-red);
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px) rotate(-1deg);
    box-shadow: 10px 10px 0 var(--color-yellow);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--color-yellow);
}

.stars {
    font-size: 1.2rem;
}

.reviewer {
    font-family: var(--font-head);
    font-size: 1.1rem;
    color: var(--color-red);
}

.review-text {
    font-family: var(--font-text);
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
    font-style: italic;
}

.review-photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.review-photos img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid var(--color-black);
    transition: transform 0.2s;
}

.review-photos img:hover {
    transform: scale(1.1);
    z-index: 10;
    position: relative;
}

/* ============================================
   NIGHT THEME - KOREAN FOOD NIGHTLIFE VIBES
   ============================================ */

/* Night Theme Hero - Original Background */
.hero-stage.night-theme {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('hero_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 4px solid var(--color-black);
    min-height: 90vh;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(158, 27, 50, 0.5);
}

/* Simplified Header (Logo Only) */
.sticky-header {
    justify-content: center;
    height: 70px;
    background: var(--color-white);
    border-bottom: none;
    box-shadow: 0 4px 0 rgba(158, 27, 50, 0.2);
}

/* Orbital Navigation Container */
.orbital-nav-container {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Orbital Navigation */
.orbital-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.orbital-btn {
    position: absolute;
    background: var(--color-black);
    border: 3px solid var(--color-yellow);
    color: var(--color-yellow);
    font-family: var(--font-head);
    font-size: 1.2rem;
    padding: 12px 24px;
    border-radius: 30px;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.2s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 0 var(--color-red);
    white-space: nowrap;
}

.orbital-btn:hover {
    transform: scale(1.1) rotate(-2deg);
    background: var(--color-red);
    border-color: var(--color-yellow);
    color: var(--color-yellow);
    box-shadow: 6px 6px 0 var(--color-black);
}

.orbital-btn.active {
    background: var(--color-red);
    border-color: var(--color-yellow);
    color: var(--color-yellow);
    box-shadow: 4px 4px 0 var(--color-black);
    animation: none;
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 4px 4px 0 var(--color-black);
    }

    50% {
        box-shadow: 6px 6px 0 var(--color-black);
    }
}

/* Orbital Button Positions - 3 Left, 3 Right Layout */
.orbital-btn.pos-left-top {
    top: 15%;
    left: -80px;
}

.orbital-btn.pos-left-mid {
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

.orbital-btn.pos-left-bottom {
    bottom: 15%;
    left: -80px;
}

.orbital-btn.pos-right-top {
    top: 15%;
    right: -80px;
}

.orbital-btn.pos-right-mid {
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
}

.orbital-btn.pos-right-bottom {
    bottom: 15%;
    right: -80px;
}

/* Frame Style - No neon, original theme */
.crazy-frame.neon-glow {
    border: 8px solid var(--color-white);
    box-shadow: 8px 8px 0 var(--color-red);
    transform: rotate(0deg);
}

.crazy-frame.neon-glow:hover {
    box-shadow: 12px 12px 0 var(--color-yellow);
}

/* Hero Tagline */
.hero-tagline {
    margin-top: 40px;
    text-align: center;
}

.neon-text {
    font-family: var(--font-head);
    font-size: 3.5rem;
    color: var(--color-white);
    text-shadow:
        3px 3px 0 var(--color-red),
        6px 6px 0 var(--color-yellow);
    letter-spacing: 4px;
    margin: 0;
    animation: bounceText 2s ease-in-out infinite;
}

@keyframes bounceText {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.sub-tagline {
    font-family: var(--font-body);
    font-size: 1.4rem;
    color: var(--color-yellow);
    margin-top: 15px;
    text-shadow: 2px 2px 0 var(--color-black);
    background: var(--color-red);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    border: 3px solid var(--color-yellow);
}

/* Night theme particles adjustment */
.night-theme .particle {
    filter: drop-shadow(0 0 5px rgba(255, 0, 128, 0.5));
}

/* Fixed Home Button for Tab Sections */
.home-btn-fixed {
    position: fixed;
    top: 110px;
    right: 20px;
    background: var(--color-red);
    border: 3px solid var(--color-yellow);
    color: var(--color-yellow);
    font-family: var(--font-head);
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 4px 4px 0 var(--color-black);
    transition: all 0.2s ease;
}

.home-btn-fixed:hover {
    transform: scale(1.1) rotate(-2deg);
    background: var(--color-black);
    box-shadow: 6px 6px 0 var(--color-red);
}

/* Location Photo Gallery */
.location-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.location-photo-frame {
    background: var(--color-white);
    border: 4px solid var(--color-black);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 6px 6px 0 var(--color-red);
    transition: all 0.3s ease;
    overflow: hidden;
}

.location-photo-frame:hover {
    transform: rotate(-2deg) scale(1.02);
    box-shadow: 8px 8px 0 var(--color-yellow);
}

.location-photo-frame:nth-child(2):hover,
.location-photo-frame:nth-child(4):hover {
    transform: rotate(2deg) scale(1.02);
}

.location-photo-frame img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

/* Location Card Styling */
.location-card {
    background: var(--color-white);
    border: 4px solid var(--color-black);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 10px 10px 0 var(--color-red);
    max-width: 700px;
    margin: 30px auto 0 auto;
    text-align: center;
}

.info-group {
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);
    border-radius: 15px;
    border: 3px solid var(--color-black);
    box-shadow: 4px 4px 0 var(--color-red);
}

.info-group h3 {
    font-family: var(--font-head);
    font-size: 1.6rem;
    color: var(--color-black);
    margin-bottom: 10px;
}

.info-group p {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
}

.contact-link {
    font-family: var(--font-body);
    font-size: 1.3rem;
    color: var(--color-red);
    text-decoration: none;
    font-weight: bold;
}

.contact-link:hover {
    color: var(--color-yellow);
    text-shadow: 2px 2px 0 var(--color-black);
}

.social-group {
    margin-top: 25px;
}

.fb-btn {
    display: inline-block;
    background: var(--color-black);
    color: var(--color-yellow);
    font-family: var(--font-head);
    font-size: 1.3rem;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    border: 3px solid var(--color-yellow);
    box-shadow: 5px 5px 0 var(--color-red);
    transition: all 0.2s ease;
}

.fb-btn:hover {
    transform: scale(1.05) rotate(-2deg);
    background: var(--color-red);
    box-shadow: 7px 7px 0 var(--color-black);
}

/* About Us Button on Home Page */
.about-btn {
    margin-top: 25px;
    background: var(--color-black);
    border: 3px solid var(--color-yellow);
    color: var(--color-yellow);
    font-family: var(--font-head);
    font-size: 1.3rem;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 4px 4px 0 var(--color-red);
    transition: all 0.2s ease;
    display: inline-block;
}

.about-btn:hover {
    transform: scale(1.1) rotate(-2deg);
    background: var(--color-red);
    box-shadow: 6px 6px 0 var(--color-black);
}

/* About Us Page Styling - uses background from main tab section */

.about-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-content {
    background: var(--color-white);
    border: 4px solid var(--color-black);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 10px 10px 0 var(--color-red);
    margin-top: 30px;
}

.about-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--color-black);
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 3px dashed var(--color-yellow);
}

.about-intro strong {
    color: var(--color-red);
    font-size: 1.3rem;
}

.about-section {
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);
    border-radius: 15px;
    border: 3px solid var(--color-black);
    box-shadow: 5px 5px 0 var(--color-red);
}

.about-section h3 {
    font-family: var(--font-head);
    font-size: 1.8rem;
    color: var(--color-black);
    margin-bottom: 15px;
}

.about-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.about-closing {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 3px dashed var(--color-yellow);
}

.about-closing p {
    font-size: 1.3rem;
    color: var(--color-black);
    margin-bottom: 15px;
}

.about-closing h3 {
    font-family: var(--font-head);
    font-size: 2rem;
    color: var(--color-red);
    text-shadow: 2px 2px 0 var(--color-yellow);
}

/* Floating Language Switcher */
.lang-switcher {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1001;
}

.lang-btn {
    background: var(--color-black);
    border: 3px solid var(--color-yellow);
    color: var(--color-yellow);
    font-family: var(--font-head);
    font-size: 1.1rem;
    padding: 12px 18px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 4px 4px 0 var(--color-red);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-btn:hover {
    transform: scale(1.05);
    box-shadow: 6px 6px 0 var(--color-red);
}

.lang-menu {
    position: absolute;
    bottom: 60px;
    right: 0;
    background: var(--color-white);
    border: 3px solid var(--color-black);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 6px 6px 0 var(--color-red);
    display: none;
    flex-direction: column;
    gap: 5px;
    min-width: 140px;
}

.lang-menu.active {
    display: flex;
}

.lang-option {
    background: transparent;
    border: 2px solid transparent;
    color: var(--color-black);
    font-family: var(--font-head);
    font-size: 1.1rem;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.lang-option:hover {
    background: var(--color-yellow);
    border-color: var(--color-black);
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

@media screen and (max-width: 768px) {

    /* Body adjustments */
    body {
        padding-top: 100px;
    }

    /* Ticker */
    .ticker-wrap {
        height: 28px;
    }

    .ticker__item {
        font-size: 0.9rem;
    }

    /* Header */
    .sticky-header {
        height: 60px;
        top: 28px;
        padding: 0 15px;
    }

    .logo-img {
        height: 45px;
    }

    /* Hero Section */
    .hero-stage {
        padding: 30px 15px;
        min-height: auto;
        border-radius: 15px;
    }

    .orbital-nav-container {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    /* Orbital buttons - stack vertically on mobile */
    .orbital-nav {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
        pointer-events: auto;
    }

    .orbital-btn {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        font-size: 0.9rem;
        padding: 10px 15px;
    }

    /* Crazy Frame / Carousel */
    .crazy-frame {
        width: 220px;
        height: 220px;
        border-width: 10px;
    }

    /* Hero Tagline */
    .hero-tagline {
        margin-top: 25px;
    }

    .neon-text {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .sub-tagline {
        font-size: 1rem;
        padding: 6px 15px;
    }

    /* Tab Content Sections */
    .tab-content {
        padding: 20px 15px;
    }

    /* Home Button Fixed */
    .home-btn-fixed {
        top: 95px;
        right: 10px;
        font-size: 0.9rem;
        padding: 8px 12px;
    }

    /* Category Titles */
    .category-title {
        font-size: 1.5rem;
        padding: 8px 15px;
        margin: 30px 0 20px 0;
    }

    /* Menu Grid */
    .menu-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 15px;
    }

    /* Food Cards */
    .food-card {
        padding: 10px;
    }

    .food-card img {
        height: 120px;
    }

    .food-name {
        font-size: 1rem;
    }

    .food-price {
        font-size: 1.1rem;
    }

    /* Reviews */
    .reviews-wall {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .review-card {
        padding: 15px;
    }

    .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .review-photos {
        grid-template-columns: repeat(4, 1fr);
    }

    .review-photos img {
        height: 50px;
    }

    /* Location */
    .location-gallery {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .location-photo-frame img {
        height: 200px;
    }

    .location-card {
        padding: 25px 15px;
    }

    .info-group {
        padding: 15px;
    }

    .info-group h3 {
        font-size: 1.3rem;
    }

    .fb-btn {
        font-size: 1rem;
        padding: 12px 20px;
    }

    /* About Page */
    .about-container {
        padding: 0 10px;
    }

    .about-content {
        padding: 25px 15px;
    }

    .about-intro {
        font-size: 1rem;
    }

    .about-section {
        padding: 20px 15px;
    }

    .about-section h3 {
        font-size: 1.4rem;
    }

    .about-section p {
        font-size: 1rem;
    }

    .about-closing h3 {
        font-size: 1.5rem;
    }

    /* Language Switcher */
    .lang-switcher {
        bottom: 70px;
        right: 10px;
    }

    .lang-btn {
        font-size: 0.9rem;
        padding: 10px 14px;
    }

    /* Promo Container */
    .promo-container img {
        border-radius: 10px;
    }

    .coupon h3 {
        font-size: 1.3rem;
    }

    .coupon p {
        font-size: 1rem;
    }
}

/* Extra small screens (phones in portrait) */
@media screen and (max-width: 480px) {

    .neon-text {
        font-size: 1.4rem;
    }

    .sub-tagline {
        font-size: 0.85rem;
    }

    .orbital-btn {
        font-size: 0.8rem;
        padding: 8px 12px;
    }

    .crazy-frame {
        width: 180px;
        height: 180px;
    }

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .food-card img {
        height: 100px;
    }

    .category-title {
        font-size: 1.2rem;
    }

    .review-photos {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-photos img {
        height: 60px;
    }
}