/* ===================================
   Style5_Basic - Carnaval Tropical Theme
   RIFNROS Cafe & Restaurant
   =================================== */

:root {
    --color-primary: #1a1128;
    --color-primary-dark: #110b1e;
    --color-primary-light: #2a1d3e;

    --color-accent: #fdf8e8;
    --color-accent-dark: #d4c78a;
    --color-accent-light: #fffef5;
    --color-gold: #f5a623;
    --color-gold-light: #ffd76e;
    --color-gold-warm: #e8920a;
    --color-green: #2d8e50;
    --color-green-light: #4ec86a;
    --color-green-dark: #1b6e3a;

    --color-magenta: #e91e8c;
    --color-purple: #7b2fb5;
    --color-purple-light: #a855f7;
    --color-coral: #f47920;

    --color-lime: #c8e630;
    --color-pink-hot: #ff2d95;
    --color-orange: #f47920;
    --color-yellow-base: #e6d520;

    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-gray-100: #f5f0e0;
    --color-gray-200: #d4c9a8;
    --color-gray-300: #a89e7e;
    --color-gray-500: #6d6248;
    --color-gray-700: #3a3020;

    --color-whatsapp: #25D366;
    --color-instagram: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    --color-tiktok: #000000;

    --font-primary: 'DM Sans', sans-serif;
    --font-display: 'Playfair Display', serif;

    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    --spacing-3xl: 6rem;

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    --shadow-sm: 0 2px 8px rgba(123, 47, 181, 0.12);
    --shadow-md: 0 4px 20px rgba(123, 47, 181, 0.18);
    --shadow-lg: 0 8px 32px rgba(123, 47, 181, 0.22);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.45);
    --shadow-gold: 0 0 40px rgba(245, 166, 35, 0.35);

    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-accent);
    background:
        radial-gradient(ellipse at 15% 20%, rgba(233, 30, 140, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 60%, rgba(123, 47, 181, 0.07) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 100%, rgba(26, 17, 40, 0.6) 0%, transparent 50%),
        linear-gradient(180deg, #1a1128 0%, #2a1d3e 25%, #1a1128 60%, #110b1e 100%);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}

.noise-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Decorative Pattern Overlay - carnaval organic blobs */
.ornament-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background-image:
        radial-gradient(circle 3px at 20% 30%, var(--color-pink-hot) 1px, transparent 3px),
        radial-gradient(circle 2px at 60% 20%, var(--color-orange) 1px, transparent 2px),
        radial-gradient(circle 3px at 80% 70%, var(--color-lime) 1px, transparent 3px),
        radial-gradient(circle 2px at 40% 80%, var(--color-purple-light) 1px, transparent 2px);
    background-size: 120px 120px, 90px 90px, 100px 100px, 110px 110px;
}

/* ===================================
   Floating Decorative Shapes
   =================================== */
.float-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-radius: 50%;
}

.float-shape-1 {
    top: 15%;
    left: 5%;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(233, 30, 140, 0.12) 0%, transparent 70%);
    animation: floatOrb1 14s ease-in-out infinite;
}

.float-shape-2 {
    top: 20%;
    right: 8%;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(244, 121, 32, 0.1) 0%, transparent 70%);
    animation: floatOrb2 18s ease-in-out infinite;
}

.float-shape-3 {
    bottom: 25%;
    left: 10%;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(200, 230, 48, 0.1) 0%, transparent 70%);
    animation: floatOrb3 12s ease-in-out infinite;
}

@keyframes floatOrb1 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    25% { transform: translate(15px, -25px) scale(1.15); opacity: 0.8; }
    50% { transform: translate(-10px, -40px) scale(0.95); opacity: 0.5; }
    75% { transform: translate(20px, -15px) scale(1.1); opacity: 0.7; }
}

@keyframes floatOrb2 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    33% { transform: translate(-20px, 15px) scale(1.2); opacity: 0.7; }
    66% { transform: translate(10px, -20px) scale(0.9); opacity: 0.4; }
}

@keyframes floatOrb3 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    50% { transform: translate(25px, -30px) scale(1.3); opacity: 0.8; }
}

/* Star twinkle decorations via hero pseudo-elements */
.hero::before {
    content: '✦';
    position: absolute;
    top: 25%;
    right: 15%;
    font-size: 1.2rem;
    color: var(--color-purple-light);
    opacity: 0.12;
    animation: starTwinkle 4s ease-in-out infinite;
    z-index: 2;
}

.hero::after {
    content: '✧';
    position: absolute;
    bottom: 30%;
    right: 10%;
    font-size: 1.5rem;
    color: var(--color-magenta);
    opacity: 0.1;
    animation: starTwinkle 5s ease-in-out infinite 1s;
    z-index: 2;
}

@keyframes starTwinkle {
    0%, 100% { opacity: 0.06; transform: scale(0.8) rotate(0deg); }
    50% { opacity: 0.2; transform: scale(1.3) rotate(180deg); }
}

/* Ornamental corner borders on hero */
.hero-content::before,
.hero-content::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-color: rgba(233, 30, 140, 0.25);
    border-style: solid;
    z-index: 0;
    pointer-events: none;
}

.hero-content::before {
    top: -20px;
    left: -20px;
    border-width: 2px 0 0 2px;
    border-radius: 8px 0 0 0;
}

.hero-content::after {
    bottom: -20px;
    right: -20px;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 8px 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    color: var(--color-gold-light);
    text-align: center;
    margin-bottom: var(--spacing-sm);
    text-shadow: 0 2px 15px rgba(212, 175, 55, 0.3);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--color-gray-300);
    text-align: center;
    margin-bottom: var(--spacing-xl);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===================================
   Top Bar
   =================================== */
.top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm);
    padding: 0.75rem var(--spacing-md);
    padding-top: calc(72px + 0.75rem);
    background: linear-gradient(90deg, rgba(123, 47, 181, 0.15), rgba(233, 30, 140, 0.1), rgba(123, 47, 181, 0.15));
    border-bottom: 1px solid rgba(233, 30, 140, 0.2);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    color: var(--color-gold-light);
    flex-wrap: wrap;
}

.top-bar-item {
    white-space: nowrap;
}

.top-bar-item i {
    margin: 0 0.3rem;
    font-size: 0.75rem;
}

.top-bar-divider {
    color: var(--color-gold);
    opacity: 0.4;
}

/* ===================================
   Navigation
   =================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: var(--spacing-sm) 0;
    transition: all var(--transition-normal);
    background: rgba(26, 17, 40, 0.92);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(233, 30, 140, 0.12);
}

.navbar.scrolled {
    background: rgba(26, 17, 40, 0.97);
    box-shadow: 0 4px 30px rgba(123, 47, 181, 0.15);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 40px;
    width: auto;
    filter: brightness(1.1);
    transition: transform var(--transition-normal);
}

.nav-logo:hover .logo-img {
    transform: scale(1.05);
}

.nav-badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.9rem;
    border-radius: var(--radius-full);
    background: linear-gradient(135deg, rgba(233, 30, 140, 0.15), rgba(244, 121, 32, 0.1));
    border: 1px solid rgba(233, 30, 140, 0.25);
    color: var(--color-gold-light);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.nav-badge i {
    color: var(--color-gold);
    font-size: 0.7rem;
}

.nav-menu {
    display: flex;
    gap: var(--spacing-lg);
}

.nav-link {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    padding: var(--spacing-xs) 0;
    transition: color var(--transition-fast);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-magenta), var(--color-orange));
    transition: width var(--transition-normal);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link:hover {
    color: var(--color-gold-light);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
}

.nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--color-gold-light);
    border-radius: 2px;
    transition: all var(--transition-normal);
}

@media (max-width: 768px) {
    .nav-badge {
        font-size: 0.6rem;
        padding: 0.2rem 0.6rem;
        max-width: 160px;
        overflow: hidden;
    }

    .nav-badge span {
        display: inline;
        font-size: 0.58rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(26, 17, 40, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: var(--spacing-lg);
        gap: var(--spacing-md);
        transform: translateY(-150%);
        opacity: 0;
        transition: all var(--transition-normal);
    }

    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

/* ===================================
   Hero Section with Video Background
   =================================== */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: var(--spacing-3xl) var(--spacing-md);
    text-align: center;
}

.hero-video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(520px, 85vw);
    height: min(520px, 85vw);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    z-index: 0;
    opacity: 0.2;
    filter: blur(2px) saturate(1.6) brightness(0.85);
    animation: morphBlob 20s ease-in-out infinite;
    box-shadow: 0 0 80px rgba(233, 30, 140, 0.15), 0 0 120px rgba(244, 121, 32, 0.1);
}

@keyframes morphBlob {
    0%, 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    25% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    50% { border-radius: 50% 60% 30% 40% / 40% 50% 60% 50%; }
    75% { border-radius: 40% 30% 60% 50% / 60% 40% 50% 30%; }
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    filter: none;
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(233, 30, 140, 0.2) 0%, transparent 70%),
        linear-gradient(180deg, rgba(26, 17, 40, 0.3) 0%, rgba(26, 17, 40, 0.1) 50%, rgba(26, 17, 40, 0.4) 100%);
}

.hero-content {
    max-width: 700px;
    z-index: 2;
    position: relative;
}

/* Hero Badge with Pulse Dot */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius-full);
    background: linear-gradient(135deg, rgba(233, 30, 140, 0.2), rgba(244, 121, 32, 0.12));
    border: 1px solid rgba(233, 30, 140, 0.3);
    color: var(--color-gold-light);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: var(--spacing-lg);
    backdrop-filter: blur(8px);
}

.hero-badge i {
    color: var(--color-gold);
}

.badge-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-pink-hot);
    animation: badgePulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes badgePulse {
    0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(233, 30, 140, 0.6); }
    50% { opacity: 0.7; transform: scale(1.2); box-shadow: 0 0 0 6px rgba(233, 30, 140, 0); }
}

/* ===================================
   Carnival Mascot (Badut) - Hero Decoration
   =================================== */
.carnival-mascot {
    position: absolute;
    bottom: 8%;
    right: -3%;
    width: clamp(120px, 20vw, 280px);
    z-index: 2;
    opacity: 0.18;
    filter: drop-shadow(0 0 40px rgba(233, 30, 140, 0.25)) saturate(0.85);
    transform: scaleX(-1);
    animation: mascotFloat 10s ease-in-out infinite;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.carnival-mascot:hover {
    opacity: 0.35;
}

.mascot-img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes mascotFloat {
    0%, 100% { transform: scaleX(-1) translateY(0); }
    50% { transform: scaleX(-1) translateY(-12px); }
}

/* Carnival Mask Badge - Additional Logo Element */
.hero-carnival-badge {
    margin-bottom: var(--spacing-sm);
    display: flex;
    justify-content: center;
}

.carnival-mask-img {
    width: clamp(100px, 18vw, 200px);
    height: auto;
    filter: drop-shadow(0 4px 25px rgba(233, 30, 140, 0.35)) drop-shadow(0 0 60px rgba(244, 121, 32, 0.2));
    animation: maskPulse 4s ease-in-out infinite;
    transition: transform 0.4s ease;
}

.carnival-mask-img:hover {
    transform: scale(1.08);
}

@keyframes maskPulse {
    0%, 100% { filter: drop-shadow(0 4px 25px rgba(233, 30, 140, 0.35)) drop-shadow(0 0 60px rgba(244, 121, 32, 0.2)); }
    50% { filter: drop-shadow(0 4px 30px rgba(233, 30, 140, 0.5)) drop-shadow(0 0 80px rgba(244, 121, 32, 0.35)); }
}

/* Mobile: Badut scaled down */
@media (max-width: 768px) {
    .carnival-mascot {
        width: clamp(80px, 22vw, 130px);
        bottom: 5%;
        right: -2%;
        opacity: 0.12;
    }

    .carnival-mask-img {
        width: clamp(80px, 30vw, 140px);
    }
}

@media (max-width: 480px) {
    .carnival-mascot {
        width: 85px;
        bottom: 3%;
        right: 0;
        opacity: 0.1;
    }

    .carnival-mask-img {
        width: 90px;
    }
}

.hero-logo {
    margin-bottom: var(--spacing-lg);
}

.hero-logo-img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    filter: drop-shadow(0 0 40px rgba(212, 175, 55, 0.3));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.01em;
    line-height: 1.15;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.text-gradient {
    background: linear-gradient(135deg, var(--color-magenta), var(--color-orange), var(--color-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientShift 4s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-tagline {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    color: var(--color-gold-light);
    font-weight: 500;
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

/* Shimmer Text Effect */
.shimmer-text {
    background: linear-gradient(
        90deg,
        var(--color-gold-light) 0%,
        var(--color-gold) 40%,
        var(--color-white) 50%,
        var(--color-gold) 60%,
        var(--color-gold-light) 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Hero Divider */
.hero-divider {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    justify-content: center;
    margin-bottom: var(--spacing-md);
}

.hero-divider span {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.hero-divider i {
    color: var(--color-gold);
    font-size: 0.9rem;
    animation: starSpin 6s ease-in-out infinite;
}

@keyframes starSpin {
    0%, 100% { transform: rotate(0deg) scale(1); color: var(--color-gold); }
    25% { transform: rotate(15deg) scale(1.15); color: var(--color-magenta); }
    50% { transform: rotate(0deg) scale(1); color: var(--color-orange); }
    75% { transform: rotate(-15deg) scale(1.15); color: var(--color-gold-light); }
}

.hero-from {
    font-size: 1rem;
    color: var(--color-accent);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-from-sub {
    font-size: 0.85rem;
    color: var(--color-gray-300);
    margin-bottom: var(--spacing-xl);
}

.hero-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
}

.hero-scroll {
    position: absolute;
    bottom: var(--spacing-xl);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hero-scroll a {
    color: var(--color-gold-light);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xs);
    opacity: 0.6;
    transition: opacity var(--transition-normal);
}

.hero-scroll a:hover {
    opacity: 1;
}

.scroll-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.scroll-icon {
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* ===================================
   Buttons
   =================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-sm) var(--spacing-lg);
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-full);
    transition: all var(--transition-normal);
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-magenta), var(--color-purple));
    color: var(--color-white);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--color-pink-hot), var(--color-magenta));
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}

.btn-outline {
    background: transparent;
    color: var(--color-gold-light);
    border-color: var(--color-magenta);
}

.btn-outline:hover {
    background: rgba(233, 30, 140, 0.15);
    transform: translateY(-2px);
}

.btn-sm {
    padding: var(--spacing-xs) var(--spacing-md);
    font-size: 0.9rem;
}

/* ===================================
   Links Section
   =================================== */
.links-section {
    padding: var(--spacing-3xl) 0;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: var(--spacing-md);
    max-width: 800px;
    margin: 0 auto;
}

.link-card {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-md) var(--spacing-lg);
    background: rgba(233, 30, 140, 0.05);
    border: 1px solid rgba(233, 30, 140, 0.15);
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: var(--color-accent);
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-sm);
    min-width: 0;
    touch-action: manipulation;
    backdrop-filter: blur(4px);
}

.link-card:hover {
    transform: translateY(-3px);
    border-color: rgba(233, 30, 140, 0.4);
    background: rgba(233, 30, 140, 0.1);
    box-shadow: var(--shadow-lg), 0 0 20px rgba(233, 30, 140, 0.1);
}

.link-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--color-white);
    flex-shrink: 0;
    transition: transform var(--transition-normal);
}

.link-card:hover .link-icon {
    transform: scale(1.1);
}

.link-icon.whatsapp {
    background: var(--color-whatsapp);
}

.link-icon.instagram {
    background: var(--color-instagram);
}

.link-icon.tiktok {
    background: var(--color-tiktok);
}

.link-icon.menu-link-icon {
    background: linear-gradient(135deg, var(--color-purple), var(--color-magenta));
}

.link-icon.location {
    background: #EA4335;
}

.link-content {
    flex-grow: 1;
    min-width: 0;
}

.link-content h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.link-content p {
    font-size: 0.85rem;
    opacity: 0.7;
}

.link-arrow {
    color: var(--color-gray-500);
    transition: transform var(--transition-normal);
}

.link-card:hover .link-arrow {
    transform: translateX(4px);
    color: var(--color-gold);
}

/* ===================================
   Videos / Highlights
   =================================== */
.highlight-section {
    padding: var(--spacing-3xl) 0;
}

.videos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--spacing-lg);
    max-width: 1200px;
    margin: 0 auto;
}

.video-wrapper {
    flex: 0 1 auto;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(123, 47, 181, 0.05);
    border: 1px solid rgba(233, 30, 140, 0.15);
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 10;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.video-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.video-wrapper iframe {
    width: 325px;
    height: 576px;
    border: none;
    display: block;
    pointer-events: auto;
}

.videos-grid.single-video .video-wrapper iframe {
    width: 340px;
    height: 605px;
}

.no-videos {
    color: var(--color-gray-300);
    text-align: center;
    padding: var(--spacing-xl);
    font-style: italic;
}

.menu-loading {
    color: var(--color-gray-300);
    text-align: center;
    padding: var(--spacing-xl);
    font-style: italic;
}

.menu-maintenance {
    text-align: center;
    padding: var(--spacing-3xl) var(--spacing-lg);
    color: var(--color-gray-300);
}

.menu-maintenance i {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
    opacity: 0.5;
}

.menu-maintenance p {
    font-size: 1.2rem;
    margin-bottom: var(--spacing-xs);
}

.menu-maintenance small {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .videos-grid {
        flex-wrap: nowrap;
        gap: 16px;
        padding: 0 16px;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .video-wrapper {
        flex: 0 0 auto;
        width: 280px;
        height: 497px;
        border-radius: 12px;
    }

    .video-wrapper iframe {
        width: 100%;
        height: 100%;
    }
}

/* ===================================
   Menu Section
   =================================== */
.menu-section {
    padding: var(--spacing-3xl) 0;
}

.menu-tabs {
    display: flex;
    justify-content: center;
    gap: var(--spacing-xs);
    margin-bottom: var(--spacing-xl);
    flex-wrap: wrap;
    padding: 0 var(--spacing-sm);
}

.menu-tab {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-sm) var(--spacing-md);
    background: rgba(123, 47, 181, 0.08);
    border: 1px solid rgba(233, 30, 140, 0.2);
    border-radius: var(--radius-full);
    color: var(--color-gray-300);
    font-family: var(--font-primary);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-normal);
}

.menu-tab:hover {
    background: rgba(233, 30, 140, 0.2);
    color: var(--color-pink-hot);
}

.menu-tab.active {
    background: linear-gradient(135deg, var(--color-magenta), var(--color-purple));
    color: var(--color-white);
    border-color: var(--color-magenta);
    box-shadow: 0 2px 12px rgba(233, 30, 140, 0.3);
}

.menu-tab i {
    font-size: 1rem;
}

.menu-panel {
    display: none;
}

.menu-panel.active {
    display: block;
    animation: fadeInPanel 0.4s ease;
}

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

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: var(--spacing-md);
}

.menu-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
    border: 1px solid rgba(233, 30, 140, 0.15);
    transition: all var(--transition-normal);
    background: rgba(123, 47, 181, 0.05);
}

.menu-item:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-lg), 0 0 25px rgba(233, 30, 140, 0.1);
    border-color: rgba(233, 30, 140, 0.3);
}

.menu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.menu-item:hover img {
    transform: scale(1.1);
}

.menu-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 17, 40, 0.9) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.75rem;
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.menu-item:hover .menu-item-overlay {
    opacity: 1;
}

.menu-item-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-gold-light);
}

.menu-item-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: var(--color-magenta);
    opacity: 0.7;
}

/* ===================================
   Lightbox
   =================================== */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
}

.lightbox-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 16px 80px;
}

.lightbox-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
}

.lightbox-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    transition: transform 0.1s ease;
    will-change: transform;
}

.lightbox-image-container img {
    max-width: 90vw;
    max-height: calc(100vh - 160px);
    object-fit: contain;
    border-radius: var(--radius-md);
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--color-accent);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(233, 30, 140, 0.15);
    border: 1px solid rgba(233, 30, 140, 0.3);
    color: var(--color-accent);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
    flex-shrink: 0;
    z-index: 10;
}

.lightbox-prev {
    left: 12px;
}

.lightbox-next {
    right: 12px;
}

.lightbox-nav:hover {
    background: rgba(233, 30, 140, 0.3);
}

.lightbox-info {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}

.lightbox-caption {
    color: var(--color-accent);
    font-size: 0.9rem;
    font-weight: 500;
    text-shadow: 0 1px 6px rgba(0,0,0,0.8);
    margin-bottom: 4px;
}

.lightbox-counter {
    color: var(--color-gray-500);
    font-size: 0.8rem;
}

.lightbox-hint {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-gray-500);
    font-size: 0.75rem;
}

.hint-mobile {
    display: none;
}

@media (max-width: 768px) {
    .hint-mobile {
        display: inline;
    }

    .hint-desktop {
        display: none;
    }
}

body.lightbox-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

/* ===================================
   Location Section
   =================================== */
.location-section {
    padding: var(--spacing-3xl) 0;
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: start;
}

.location-detail {
    display: flex;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.location-detail>i {
    font-size: 1.2rem;
    color: var(--color-gold);
    width: 24px;
    text-align: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.location-detail h4 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--color-gold-light);
}

.location-detail p {
    color: var(--color-gray-300);
    font-size: 0.9rem;
    line-height: 1.5;
}

.hours-panel {
    margin-top: 0.5rem;
}

.hours-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--color-gold-light);
    font-size: 0.9rem;
}

.hours-row {
    display: flex;
    gap: var(--spacing-md);
    font-size: 0.85rem;
    color: var(--color-gray-300);
    margin-bottom: 0.2rem;
}

.hours-row strong {
    color: var(--color-accent);
}

@media (max-width: 768px) {
    .location-content {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   Footer
   =================================== */
.footer-section {
    padding: var(--spacing-3xl) 0 var(--spacing-lg);
    border-top: 1px solid rgba(233, 30, 140, 0.15);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
}

.footer-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: var(--spacing-sm);
}

.footer-brand h3 {
    font-family: var(--font-display);
    color: var(--color-gold-light);
    margin-bottom: 0.25rem;
}

.footer-tagline {
    color: var(--color-gray-300);
    font-size: 0.9rem;
}

.footer-company {
    color: var(--color-gray-500);
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.footer-social h4,
.footer-contact h4 {
    color: var(--color-gold-light);
    margin-bottom: var(--spacing-sm);
}

.social-links {
    display: flex;
    gap: var(--spacing-sm);
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(233, 30, 140, 0.1);
    border: 1px solid rgba(233, 30, 140, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold-light);
    text-decoration: none;
    transition: all var(--transition-normal);
}

.social-links a:hover {
    background: rgba(233, 30, 140, 0.25);
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding-top: var(--spacing-lg);
    border-top: 1px solid rgba(233, 30, 140, 0.1);
    color: var(--color-gray-500);
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}

/* ===================================
   Animations
   =================================== */
.animate-fade-in {
    animation: fadeIn 0.8s ease forwards;
}

.animate-slide-up {
    animation: slideUp 0.8s ease forwards;
    opacity: 0;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

/* ===================================
   In-App Browser Popup (WA Redirect)
   =================================== */
.inapp-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(17, 11, 30, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.inapp-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.inapp-popup {
    width: min(420px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    background: linear-gradient(165deg, rgba(42, 29, 62, 0.96), rgba(26, 17, 40, 0.98));
    border: 1px solid rgba(233, 30, 140, 0.35);
    border-radius: 20px;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6), 0 0 40px rgba(212, 175, 55, 0.08);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.35s cubic-bezier(.22, .61, .36, 1);
}

.inapp-popup-overlay.active .inapp-popup {
    transform: scale(1) translateY(0);
}

.inapp-popup-header { text-align: center; margin-bottom: 1.2rem; }

.inapp-popup-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    background: rgba(233, 30, 140, 0.15);
    border: 1px solid rgba(233, 30, 140, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #f7e8ad;
}

.inapp-popup-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--color-accent);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.inapp-popup-desc {
    font-size: 0.88rem;
    color: rgba(234, 249, 225, 0.8);
    line-height: 1.55;
}

.inapp-popup-desc strong { color: #f7e8ad; }

.inapp-popup-section { margin-top: 1.25rem; }

.inapp-popup-section-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #f7e8ad;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(233, 30, 140, 0.2);
}

.inapp-popup-section-label i { font-size: 0.9rem; }

.inapp-popup-steps {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.inapp-popup-step {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.65rem 0.75rem;
    border-radius: var(--radius-md);
    background: rgba(234, 249, 225, 0.04);
    border: 1px solid rgba(234, 249, 225, 0.1);
}

.inapp-popup-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(123, 47, 181, 0.2);
    border: 1px solid rgba(233, 30, 140, 0.4);
    color: #f7e8ad;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.inapp-popup-step-text {
    font-size: 0.85rem;
    color: rgba(234, 249, 225, 0.9);
    line-height: 1.45;
}

.inapp-popup-step-text strong { color: var(--color-accent); }

.inapp-popup-divider {
    margin: 1.25rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.78rem;
    color: rgba(234, 249, 225, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.inapp-popup-divider::before,
.inapp-popup-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(234, 249, 225, 0.12);
}

.inapp-popup-manual {
    padding: 0.85rem 1rem;
    border-radius: var(--radius-md);
    background: rgba(37, 211, 102, 0.06);
    border: 1px solid rgba(37, 211, 102, 0.2);
    text-align: center;
}

.inapp-popup-manual-label {
    font-size: 0.8rem;
    color: rgba(234, 249, 225, 0.7);
    margin-bottom: 0.35rem;
}

.inapp-popup-phone {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.03em;
    margin-bottom: 0.6rem;
    font-variant-numeric: tabular-nums;
}

.inapp-popup-manual-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.inapp-popup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
}

.inapp-popup-btn-copy {
    background: rgba(234, 249, 225, 0.1);
    border: 1px solid rgba(234, 249, 225, 0.25);
    color: var(--color-accent);
}

.inapp-popup-btn-copy:hover { background: rgba(234, 249, 225, 0.18); }

.inapp-popup-btn-copy.copied {
    background: rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.4);
    color: #25d366;
}

.inapp-popup-btn-call {
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: #25d366;
}

.inapp-popup-btn-call:hover { background: rgba(37, 211, 102, 0.22); }

.inapp-popup-close {
    display: block;
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.7rem;
    border-radius: var(--radius-full);
    background: rgba(234, 249, 225, 0.06);
    border: 1px solid rgba(234, 249, 225, 0.15);
    color: rgba(234, 249, 225, 0.6);
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.inapp-popup-close:hover {
    background: rgba(234, 249, 225, 0.12);
    color: var(--color-accent);
}

.inapp-popup-app-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.65rem;
    border-radius: var(--radius-full);
    background: rgba(255, 82, 82, 0.12);
    border: 1px solid rgba(255, 82, 82, 0.3);
    color: #ff8a80;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

@media (max-width: 480px) {
    .inapp-popup {
        padding: 1.4rem 1.15rem;
        border-radius: 16px;
    }

    .inapp-popup-title { font-size: 1.1rem; }
    .inapp-popup-desc { font-size: 0.82rem; }
    .inapp-popup-step { padding: 0.55rem 0.6rem; }
    .inapp-popup-phone { font-size: 1.05rem; }
    .inapp-popup-manual-actions { flex-direction: column; }
    .inapp-popup-btn { width: 100%; }
}

/* ===================================
   Mobile Performance Optimizations
   =================================== */
@media (max-width: 768px) {
    /* Shrink video blob & reduce animation complexity */
    .hero-video-wrapper {
        width: min(280px, 70vw);
        height: min(280px, 70vw);
        opacity: 0.15;
        filter: blur(4px) saturate(1.2) brightness(0.7);
        animation: morphBlobSimple 30s ease-in-out infinite;
    }

    @keyframes morphBlobSimple {
        0%, 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
        50% { border-radius: 40% 60% 50% 50% / 50% 40% 60% 50%; }
    }

    /* Reduce float shape animations */
    .float-shape {
        animation-duration: 40s !important;
        opacity: 0.3 !important;
    }

    /* Simplify carnival mascot */
    .carnival-mascot {
        animation: none;
    }

    /* Reduce shimmer text animation */
    .shimmer-text {
        background-size: 300% 100% !important;
        animation-duration: 6s !important;
    }
}

@media (max-width: 480px) {
    /* Even more aggressive on small phones */
    .hero-video-wrapper {
        width: min(220px, 60vw);
        height: min(220px, 60vw);
        opacity: 0.1;
        animation: none;
    }

    .float-shape {
        display: none !important;
    }
}

/* Accessibility: respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .hero-video-wrapper {
        animation: none;
    }

    .carnival-mascot,
    .shimmer-text,
    .float-shape,
    .badge-pulse {
        animation: none !important;
    }
}
