.elementor-3999 .elementor-element.elementor-element-5f0203b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-23ab8c5 *//* ============================================
   ZEN ASIAN FUSION - BUFFET PAGE STYLES
   For Elementor Integration (No Header/Footer)
   ============================================ */

/* CSS Variables */
:root {
    --primary-red: #C41E3A;
    --primary-red-dark: #9E1830;
    --accent-gold: #D4A853;
    --accent-gold-light: #E8C97A;
    --cream: #FDF6E9;
    --cream-dark: #F5E6D3;
    --black: #1A1A1A;
    --dark-gray: #2D2D2D;
    --text-dark: #333333;
    --text-light: #F5F5F5;
    --text-muted: #666666;
    
    --font-display: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-chinese: 'Noto Serif SC', serif;
    
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.15);
    --shadow-heavy: 0 15px 50px rgba(0, 0, 0, 0.25);
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background-color: var(--cream);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--black) 0%, var(--dark-gray) 100%);
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 80%, rgba(196, 30, 58, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(212, 168, 83, 0.1) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0C30 16.57 16.57 30 0 30c16.57 0 30 13.43 30 30 0-16.57 13.43-30 30-30C43.43 30 30 16.57 30 0z' fill='%23C41E3A' fill-opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
}

/* Lanterns */
.lanterns {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 80px;
    padding-top: 20px;
}

.lantern {
    width: 50px;
    height: 70px;
    background: linear-gradient(180deg, #E85D04 0%, #C41E3A 50%, #9E1830 100%);
    border-radius: 50% 50% 45% 45%;
    position: relative;
    animation: sway 4s ease-in-out infinite;
    box-shadow: 0 0 30px rgba(232, 93, 4, 0.4);
}

.lantern::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
    background: var(--accent-gold);
    border-radius: 5px 5px 0 0;
}

.lantern::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 20px;
    background: linear-gradient(180deg, var(--accent-gold) 0%, #B8860B 100%);
    border-radius: 0 0 3px 3px;
}

.lantern-1 { animation-delay: 0s; }
.lantern-2 { animation-delay: 0.5s; }
.lantern-3 { animation-delay: 1s; }

@keyframes sway {
    0%, 100% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg); }
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 80px 20px 60px;
    max-width: 800px;
}

.event-badge {
    display: inline-block;
    padding: 8px 24px;
    background: var(--primary-red);
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 30px;
    margin-bottom: 30px;
    animation: fadeInDown 0.8s ease-out;
}

.hero-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.title-asian {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 400;
    font-style: italic;
    color: var(--accent-gold);
    letter-spacing: 5px;
    text-transform: uppercase;
}

.title-brunch {
    font-family: var(--font-display);
    font-size: clamp(3rem, 12vw, 7rem);
    font-weight: 700;
    color: var(--text-light);
    line-height: 0.9;
    letter-spacing: -2px;
}

.title-buffet {
    font-family: var(--font-body);
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 700;
    color: var(--text-light);
    letter-spacing: 15px;
    margin-top: 10px;
}

.price-tag {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    padding: 15px 40px;
    background: transparent;
    border: 2px solid var(--accent-gold);
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.price-amount {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--accent-gold);
}

.price-per {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-description {
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.event-details {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.event-date,
.event-time {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-light);
}

.event-date svg,
.event-time svg {
    color: var(--accent-gold);
}

.event-date span,
.event-time span {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
}

.event-date sup,
.event-time sup {
    font-size: 0.7em;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: var(--primary-red);
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    transition: var(--transition-smooth);
    animation: fadeInUp 0.8s ease-out 1s both;
    box-shadow: 0 10px 30px rgba(196, 30, 58, 0.4);
}

.cta-button:hover {
    background: var(--primary-red-dark);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(196, 30, 58, 0.5);
}

.cta-button svg {
    transition: var(--transition-smooth);
}

.cta-button:hover svg {
    transform: translateX(5px);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: fadeIn 1s ease-out 1.5s both;
}

.scroll-indicator span {
    font-family: var(--font-body);
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.scroll-arrow {
    width: 20px;
    height: 20px;
    border-right: 2px solid var(--accent-gold);
    border-bottom: 2px solid var(--accent-gold);
    transform: rotate(45deg);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) rotate(45deg); }
    40% { transform: translateY(10px) rotate(45deg); }
    60% { transform: translateY(5px) rotate(45deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ============================================
   SECTION HEADER
   ============================================ */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header.light h2 {
    color: var(--text-light);
}

.section-header.light .section-tag {
    color: var(--accent-gold);
}

.section-tag {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary-red);
    margin-bottom: 15px;
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.decorative-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.decorative-line::before,
.decorative-line::after {
    content: '';
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);
}

.lotus {
    color: var(--primary-red);
    font-size: 1.2rem;
}

/* ============================================
   WHAT'S INCLUDED SECTION
   ============================================ */
.included-section {
    padding: 100px 0;
    background: var(--cream);
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.included-card {
    background: white;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
    opacity: 0;
    transform: translateY(30px);
}

.included-card.animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.included-card:nth-child(1).animate-in { transition-delay: 0.1s; }
.included-card:nth-child(2).animate-in { transition-delay: 0.2s; }
.included-card:nth-child(3).animate-in { transition-delay: 0.3s; }
.included-card:nth-child(4).animate-in { transition-delay: 0.4s; }

.included-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%);
    border-radius: 50%;
}

.card-icon img {
    width: 40px;
    height: 40px;
    filter: invert(15%) sepia(95%) saturate(3000%) hue-rotate(340deg) brightness(85%) contrast(100%);
}

.included-card h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.included-card p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ============================================
   MENU SECTION
   ============================================ */
.menu-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--dark-gray) 0%, var(--black) 100%);
    position: relative;
}

.menu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='%23C41E3A' stroke-opacity='0.03' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

.cuisine-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.cuisine-tab {
    padding: 12px 30px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--transition-smooth);
    border-radius: 30px;
}

.cuisine-tab:hover {
    border-color: var(--accent-gold);
    color: var(--accent-gold);
}

.cuisine-tab.active {
    background: var(--primary-red);
    border-color: var(--primary-red);
    color: var(--text-light);
}

.menu-content {
    position: relative;
}

.cuisine-menu {
    display: none;
    animation: fadeIn 0.5s ease-out;
}

.cuisine-menu.active {
    display: block;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.menu-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: var(--transition-smooth);
    opacity: 0;
    transform: translateY(20px);
}

.menu-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 168, 83, 0.3);
    transform: translateY(-5px);
}

.menu-item h4 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--accent-gold);
    margin-bottom: 10px;
}

.menu-item p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.menu-note {
    text-align: center;
    margin-top: 40px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

/* ============================================
   RESERVATION SECTION
   ============================================ */
.reserve-section {
    padding: 100px 0;
    background: var(--cream);
}

.reserve-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.reserve-info .section-header {
    text-align: left;
}

.reserve-description {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    background: white;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
    opacity: 0;
    transform: translateX(-30px);
}

.contact-card.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.contact-card:hover {
    transform: translateX(10px);
    box-shadow: var(--shadow-medium);
}

.contact-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-red-dark) 100%);
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-icon svg {
    color: white;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-label {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-value {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Summary Card */
.summary-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: var(--shadow-heavy);
    opacity: 0;
    transform: translateY(30px);
}

.summary-card.animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.summary-header {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-red-dark) 100%);
    padding: 25px 30px;
}

.summary-badge {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.summary-body {
    padding: 30px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.summary-item:last-of-type {
    border-bottom: none;
}

.summary-label {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-muted);
}

.summary-value {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.summary-value.highlight {
    color: var(--primary-red);
    font-size: 1.2rem;
}

.summary-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);
    margin: 20px 0;
}

.summary-includes {
    padding-top: 10px;
}

.includes-label {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.summary-includes ul {
    list-style: none;
}

.summary-includes li {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-muted);
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.summary-includes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-red);
    font-weight: bold;
}

/* ============================================
   LOCATION SECTION
   ============================================ */
.location-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--dark-gray) 0%, var(--black) 100%);
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.location-info .section-header {
    text-align: left;
}

.address-block {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    font-style: normal;
}

.address-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-red);
    border-radius: 50%;
    flex-shrink: 0;
}

.address-icon svg {
    color: white;
}

.address-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.address-text span {
    font-family: var(--font-body);
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.website-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent-gold);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: var(--transition-smooth);
}

.website-link:hover {
    color: var(--accent-gold-light);
}

.map-container {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-heavy);
}

.map-container iframe {
    filter: grayscale(20%);
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 1024px) {
    .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .reserve-content {
        grid-template-columns: 1fr;
    }
    
    .location-content {
        grid-template-columns: 1fr;
    }
    
    .map-container {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .lanterns {
        gap: 40px;
    }
    
    .lantern {
        width: 35px;
        height: 50px;
    }
    
    .lantern::before {
        width: 22px;
        height: 12px;
        top: -12px;
    }
    
    .lantern::after {
        width: 6px;
        height: 15px;
        bottom: -15px;
    }
    
    .hero-content {
        padding: 60px 20px;
    }
    
    .event-details {
        flex-direction: column;
        gap: 20px;
    }
    
    .included-section,
    .menu-section,
    .reserve-section,
    .location-section {
        padding: 70px 0;
    }
    
    .included-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .included-card {
        padding: 30px 25px;
    }
    
    .cuisine-tabs {
        gap: 10px;
    }
    
    .cuisine-tab {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    
    .menu-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .reserve-info .section-header,
    .location-info .section-header {
        text-align: center;
    }
    
    .contact-methods {
        gap: 15px;
    }
    
    .contact-card {
        padding: 20px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-value {
        font-size: 1.2rem;
    }
    
    .summary-body {
        padding: 25px 20px;
    }
    
    .location-info {
        text-align: center;
    }
    
    .address-block {
        justify-content: center;
    }
    
    .address-text {
        text-align: left;
    }
    
    .website-link {
        justify-content: center;
    }
    
    .map-container {
        height: 300px;
    }
    
    .scroll-indicator {
        display: none;
    }
}

@media (max-width: 480px) {
    .lanterns {
        gap: 25px;
    }
    
    .lantern {
        width: 28px;
        height: 40px;
    }
    
    .price-tag {
        padding: 12px 25px;
    }
    
    .cta-button {
        padding: 15px 30px;
        font-size: 0.9rem;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
    }
    
    .card-icon img {
        width: 30px;
        height: 30px;
    }
    
    .included-card h3 {
        font-size: 1.2rem;
    }
    
    .menu-item {
        padding: 25px 20px;
    }
    
    .menu-item h4 {
        font-size: 1.1rem;
    }
    
    .contact-card {
        flex-direction: column;
        text-align: center;
    }
    
    .summary-item {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
}

/* Animation utility classes */
.animate-in {
    opacity: 1 !important;
    transform: translateY(0) translateX(0) !important;
}/* End custom CSS */