/*
Theme Name: Yiyi's Korean Restaurant
Theme URI: https://yiyiscafe-leipzig.de
Author: Yiyi's Cafe
Author URI: https://yiyiscafe-leipzig.de
Description: A traditional Korean-styled theme for Yiyi's Cafe - Authentic Korean Restaurant in Leipzig
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yiyis-korean
Tags: one-column, custom-menu, featured-images, translation-ready, restaurant
*/

/* CSS Variables - Korean Color Palette */
:root {
    --primary-color: #2D6A5D;
    --primary-dark: #1E4D43;
    --primary-light: #3D8A7D;
    --accent-gold: #C9A962;
    --accent-gold-light: #E5D4A1;
    --accent-gold-dark: #A68B4B;
    --text-dark: #2C2C2C;
    --text-light: #666666;
    --background-cream: #FDF8F3;
    --background-white: #FFFFFF;
    --border-color: #E8E0D5;
    /* Traditional Korean Dancheong Colors */
    --korean-red: #C73E3A;
    --korean-blue: #2B4B7C;
    --korean-green: #2D6A5D;
    --korean-yellow: #E8B84A;
    --korean-white: #F5F0E6;
}

/* Reset and Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Noto Sans KR', 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--background-cream);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Noto Serif KR', Georgia, serif;
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary-color);
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.25rem; }

p {
    margin-bottom: 1rem;
    color: var(--text-light);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--accent-gold);
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Styling */
section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section-header h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 20px;
    /* Traditional roof tile divider */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 20"><line x1="0" y1="10" x2="60" y2="10" stroke="%238B7355" stroke-width="1"/><line x1="120" y1="10" x2="180" y2="10" stroke="%238B7355" stroke-width="1"/><path d="M60 10 Q75 2 90 10 Q105 18 120 10" fill="none" stroke="%234A3728" stroke-width="2"/><ellipse cx="90" cy="6" rx="6" ry="3" fill="%235D483A"/><circle cx="90" cy="6" r="2" fill="%23C9A962"/><circle cx="60" cy="10" r="2" fill="%238B7355"/><circle cx="120" cy="10" r="2" fill="%238B7355"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.section-subtitle {
    font-style: italic;
    color: var(--accent-gold-dark);
    margin-top: 10px;
}

/* ========================================
   KOREAN TRADITIONAL PATTERNS
   Inspired by Hanok Architecture
   ======================================== */

/* Giwa (기와) - Traditional Curved Roof Tiles */
.korean-giwa-border {
    height: 35px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 35"><path d="M0 20 Q15 5 30 20 Q45 35 60 20" fill="none" stroke="%234A3728" stroke-width="2"/><path d="M0 25 Q15 10 30 25 Q45 40 60 25" fill="%234A3728"/><ellipse cx="30" cy="8" rx="8" ry="4" fill="%235D483A"/><circle cx="30" cy="8" r="2" fill="%234A3728"/></svg>');
    background-repeat: repeat-x;
    background-size: 60px 35px;
}

/* Giwa Roof Pattern - Layered Tiles */
.korean-roof-pattern {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 40"><defs><linearGradient id="tileGrad" x1="0%25" y1="0%25" x2="0%25" y2="100%25"><stop offset="0%25" style="stop-color:%235D483A"/><stop offset="100%25" style="stop-color:%234A3728"/></linearGradient></defs><path d="M0 30 Q20 15 40 30 Q60 45 80 30 L80 40 L0 40 Z" fill="url(%23tileGrad)"/><path d="M-40 30 Q-20 15 0 30 Q20 45 40 30" fill="none" stroke="%233D2E22" stroke-width="1" opacity="0.5"/><ellipse cx="40" cy="18" rx="6" ry="3" fill="%236B584A" opacity="0.8"/></svg>');
    background-repeat: repeat-x;
    background-size: 80px 40px;
}

/* Changsal (창살) - Traditional Window Lattice - Sesal Pattern */
.korean-lattice-sesal {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><rect x="0" y="0" width="40" height="40" fill="none"/><line x1="0" y1="20" x2="40" y2="20" stroke="%238B7355" stroke-width="1.5"/><line x1="20" y1="0" x2="20" y2="40" stroke="%238B7355" stroke-width="1.5"/><line x1="0" y1="0" x2="40" y2="40" stroke="%238B7355" stroke-width="0.8" opacity="0.6"/><line x1="40" y1="0" x2="0" y2="40" stroke="%238B7355" stroke-width="0.8" opacity="0.6"/><rect x="17" y="17" width="6" height="6" fill="none" stroke="%23C9A962" stroke-width="0.5"/></svg>');
    background-size: 40px 40px;
}

/* Changsal - Ddisal Pattern (띠살) - Geometric Lattice */
.korean-lattice-ddisal {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><rect x="0" y="0" width="60" height="60" fill="none"/><rect x="5" y="5" width="50" height="50" fill="none" stroke="%238B7355" stroke-width="2"/><line x1="5" y1="30" x2="55" y2="30" stroke="%238B7355" stroke-width="1.5"/><line x1="30" y1="5" x2="30" y2="55" stroke="%238B7355" stroke-width="1.5"/><rect x="20" y="20" width="20" height="20" fill="none" stroke="%238B7355" stroke-width="1"/><circle cx="30" cy="30" r="5" fill="none" stroke="%23C9A962" stroke-width="1"/></svg>');
    background-size: 60px 60px;
}

/* Kkotsal (꽃살) - Floral Lattice Pattern */
.korean-lattice-floral {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><rect x="0" y="0" width="80" height="80" fill="none"/><rect x="5" y="5" width="70" height="70" fill="none" stroke="%238B7355" stroke-width="2" rx="2"/><circle cx="40" cy="40" r="15" fill="none" stroke="%238B7355" stroke-width="1.5"/><circle cx="40" cy="40" r="8" fill="none" stroke="%23C9A962" stroke-width="1"/><circle cx="40" cy="40" r="3" fill="%23C9A962"/><path d="M40 25 L40 5 M40 55 L40 75 M25 40 L5 40 M55 40 L75 40" stroke="%238B7355" stroke-width="1.5"/><path d="M28 28 L12 12 M52 28 L68 12 M28 52 L12 68 M52 52 L68 68" stroke="%238B7355" stroke-width="1" opacity="0.7"/></svg>');
    background-size: 80px 80px;
}

/* Cheoma (처마) - Curved Roof Eaves */
.korean-cheoma-top {
    height: 50px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 50" preserveAspectRatio="none"><path d="M0 50 Q50 30 100 40 Q150 50 200 35 L200 50 Z" fill="%234A3728"/><path d="M0 45 Q50 25 100 35 Q150 45 200 30" stroke="%235D483A" stroke-width="2" fill="none"/><path d="M0 50 Q50 35 100 45 Q150 55 200 40" stroke="%23C9A962" stroke-width="1" fill="none" opacity="0.5"/></svg>');
    background-repeat: repeat-x;
    background-size: 200px 50px;
}

/* Dancheong Border (단청) - Painted Wooden Pattern */
.korean-dancheong-border {
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><rect x="0" y="0" width="20" height="20" fill="%23C73E3A"/><rect x="20" y="0" width="20" height="20" fill="%232D6A5D"/><rect x="40" y="0" width="20" height="20" fill="%23E8B84A"/><rect x="60" y="0" width="20" height="20" fill="%232B4B7C"/><rect x="80" y="0" width="20" height="20" fill="%23C9A962"/><rect x="5" y="5" width="10" height="10" fill="none" stroke="%23fff" stroke-width="0.5" opacity="0.3"/><rect x="25" y="5" width="10" height="10" fill="none" stroke="%23fff" stroke-width="0.5" opacity="0.3"/><rect x="45" y="5" width="10" height="10" fill="none" stroke="%23fff" stroke-width="0.5" opacity="0.3"/><rect x="65" y="5" width="10" height="10" fill="none" stroke="%23fff" stroke-width="0.5" opacity="0.3"/><rect x="85" y="5" width="10" height="10" fill="none" stroke="%23fff" stroke-width="0.5" opacity="0.3"/></svg>');
    background-repeat: repeat-x;
    background-size: 100px 20px;
}

/* Wooden Frame Border */
.korean-wood-frame {
    border: 8px solid;
    border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><rect x="0" y="0" width="30" height="30" fill="%238B7355"/><line x1="0" y1="5" x2="30" y2="5" stroke="%237A6548" stroke-width="1"/><line x1="0" y1="15" x2="30" y2="15" stroke="%239C8466" stroke-width="1"/><line x1="0" y1="25" x2="30" y2="25" stroke="%237A6548" stroke-width="1"/></svg>') 30 round;
}

/* Section Divider with Roof Tile Pattern */
.korean-roof-divider {
    height: 60px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 60"><path d="M0 40 Q30 20 60 40 Q90 60 120 40" fill="none" stroke="%234A3728" stroke-width="3"/><path d="M0 45 Q30 25 60 45 Q90 65 120 45" fill="%234A3728"/><ellipse cx="60" cy="28" rx="10" ry="5" fill="%235D483A"/><circle cx="60" cy="28" r="3" fill="%23C9A962"/><path d="M0 35 Q30 15 60 35 Q90 55 120 35" fill="none" stroke="%235D483A" stroke-width="1.5" opacity="0.6"/></svg>');
    background-repeat: repeat-x;
    background-size: 120px 60px;
    background-position: center;
}

/* Header / Navigation */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.site-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 8"><rect x="0" y="0" width="8" height="8" fill="%23C73E3A"/><rect x="8" y="0" width="8" height="8" fill="%232D6A5D"/><rect x="16" y="0" width="8" height="8" fill="%23E8B84A"/><rect x="24" y="0" width="8" height="8" fill="%232B4B7C"/><rect x="32" y="0" width="8" height="8" fill="%23C9A962"/></svg>');
    background-repeat: repeat-x;
    background-size: 40px 8px;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-logo img {
    height: 50px;
    width: auto;
}

.site-logo h1 {
    font-size: 1.5rem;
    margin: 0;
    color: var(--primary-color);
}

.site-logo span {
    display: block;
    font-size: 0.75rem;
    color: var(--accent-gold-dark);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Main Navigation */
.main-nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.main-nav ul > li {
    display: flex;
    align-items: center;
}

.main-nav a,
.main-nav .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    padding: 10px 0;
    position: relative;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
}

.main-nav a::after,
.main-nav .dropdown-toggle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-gold);
    transition: width 0.3s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after,
.main-nav .dropdown-toggle:hover::after,
.main-nav .has-dropdown.open .dropdown-toggle::after {
    width: 100%;
}

/* Dropdown Menu */
.main-nav .has-dropdown {
    position: relative;
}

.main-nav .has-dropdown > a,
.main-nav .has-dropdown > .dropdown-toggle {
    cursor: pointer;
}

.main-nav .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    min-width: 160px;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Only open on click (via .open class added by JavaScript) */
.main-nav .has-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .dropdown-menu li {
    list-style: none;
}

.main-nav .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    font-size: 0.85rem;
    color: var(--text-dark);
    transition: all 0.2s ease;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}

.main-nav .dropdown-menu a::after {
    display: none;
}

.main-nav .dropdown-menu a:hover {
    background: #f5f5f5;
}

.main-nav .dropdown-menu .delivery-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.main-nav .dropdown-menu .lieferando:hover {
    background: rgba(255, 128, 0, 0.1);
    color: #FF8000;
}

.main-nav .dropdown-menu .wolt:hover {
    background: rgba(0, 157, 224, 0.1);
    color: #009DE0;
}

/* Language Switcher */
.language-switcher {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.lang-switch {
    display: flex;
    gap: 5px;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-light);
    background: var(--background-cream);
    transition: all 0.3s ease;
    text-decoration: none;
}

.lang-btn:hover {
    background: var(--primary-light);
    color: white;
}

.lang-btn.active {
    background: var(--primary-color);
    color: white;
}

.lang-flag {
    font-size: 1rem;
    line-height: 1;
}

.lang-code {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--primary-color);
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Hero Section - Creative Design */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--primary-dark);
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.hero-creative {
    background: linear-gradient(135deg, #1a3a34 0%, #0d1f1c 50%, #1a2f2a 100%);
    text-align: left;
}

.hero-pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><rect x="5" y="5" width="70" height="70" fill="none" stroke="%23C9A962" stroke-width="0.5" opacity="0.1"/><line x1="5" y1="40" x2="75" y2="40" stroke="%23C9A962" stroke-width="0.3" opacity="0.08"/><line x1="40" y1="5" x2="40" y2="75" stroke="%23C9A962" stroke-width="0.3" opacity="0.08"/><circle cx="40" cy="40" r="15" fill="none" stroke="%23C9A962" stroke-width="0.3" opacity="0.06"/></svg>');
    background-size: 80px 80px;
    opacity: 0.6;
}

/* Floating Korean Clouds */
.hero-clouds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.cloud {
    position: absolute;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100"><path d="M20 70 Q40 50 60 65 Q80 80 100 60 Q120 40 140 55 Q160 70 180 50" stroke="%23C9A962" stroke-width="2" fill="none" opacity="0.3"/><path d="M30 75 Q50 55 70 70 Q90 85 110 65 Q130 45 150 60 Q170 75 190 55" stroke="%232D6A5D" stroke-width="1.5" fill="none" opacity="0.2"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.cloud-1 {
    width: 300px;
    height: 150px;
    top: 15%;
    left: -50px;
    animation: floatCloud 20s ease-in-out infinite;
}

.cloud-2 {
    width: 250px;
    height: 125px;
    top: 30%;
    right: -30px;
    animation: floatCloud 25s ease-in-out infinite reverse;
}

.cloud-3 {
    width: 200px;
    height: 100px;
    bottom: 25%;
    left: 10%;
    animation: floatCloud 18s ease-in-out infinite 2s;
}

@keyframes floatCloud {
    0%, 100% { transform: translateX(0) translateY(0); }
    50% { transform: translateX(30px) translateY(-15px); }
}

/* Hero Container */
.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
    position: relative;
    z-index: 2;
}

/* Left Content */
.hero-content-left {
    flex: 1;
    max-width: 550px;
}

.hero-badge {
    display: inline-block;
    background: rgba(201, 169, 98, 0.2);
    border: 1px solid var(--accent-gold);
    color: var(--accent-gold);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-title-neon {
    margin-bottom: 15px;
}

.neon-text {
    display: block;
    font-size: 4.5rem;
    font-weight: 800;
    color: #fff;
    text-shadow:
        0 0 10px rgba(255, 100, 150, 0.8),
        0 0 20px rgba(255, 100, 150, 0.6),
        0 0 40px rgba(255, 100, 150, 0.4),
        0 0 80px rgba(255, 100, 150, 0.2);
    letter-spacing: 2px;
    animation: neonPulse 2s ease-in-out infinite alternate;
}

.neon-text-sub {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: var(--accent-gold);
    text-shadow:
        0 0 10px rgba(201, 169, 98, 0.6),
        0 0 20px rgba(201, 169, 98, 0.4);
    letter-spacing: 4px;
    margin-top: 5px;
}

@keyframes neonPulse {
    0% { text-shadow: 0 0 10px rgba(255, 100, 150, 0.8), 0 0 20px rgba(255, 100, 150, 0.6), 0 0 40px rgba(255, 100, 150, 0.4); }
    100% { text-shadow: 0 0 15px rgba(255, 100, 150, 1), 0 0 30px rgba(255, 100, 150, 0.8), 0 0 60px rgba(255, 100, 150, 0.5); }
}

.hero-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.hero-location svg {
    color: var(--accent-gold);
}

.hero-creative .hero-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 480px;
}

.hero-creative .hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}

/* Delivery Links in Hero */
.hero-delivery-links {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.hero-delivery-links .delivery-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 500;
    width: 100%;
    margin-bottom: 5px;
}

/* Delivery Buttons - Rectangular solid color buttons */
.hero-delivery-links .btn.btn-delivery {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.hero-delivery-links .btn-delivery .btn-logo {
    flex-shrink: 0;
    display: block;
}

.hero-delivery-links .btn-delivery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.hero-delivery-links .btn-delivery:hover::before {
    transform: translateX(100%);
}

/* Lieferando Button - Orange */
.hero-delivery-links .btn.btn-lieferando {
    background-color: #FF8000 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 128, 0, 0.3), inset 0 -3px 0 rgba(0,0,0,0.15);
}

.hero-delivery-links .btn.btn-lieferando:hover {
    background-color: #E67300 !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 128, 0, 0.5), inset 0 -3px 0 rgba(0,0,0,0.2);
}

/* Wolt Button - Blue */
.hero-delivery-links .btn.btn-wolt {
    background-color: #009DE0 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 157, 224, 0.3), inset 0 -3px 0 rgba(0,0,0,0.15);
}

.hero-delivery-links .btn.btn-wolt:hover {
    background-color: #0080B8 !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 157, 224, 0.5), inset 0 -3px 0 rgba(0,0,0,0.2);
}

.btn-glow {
    box-shadow: 0 0 20px rgba(201, 169, 98, 0.5);
    animation: btnGlow 2s ease-in-out infinite alternate;
}

@keyframes btnGlow {
    0% { box-shadow: 0 0 20px rgba(201, 169, 98, 0.4); }
    100% { box-shadow: 0 0 35px rgba(201, 169, 98, 0.7); }
}

/* Right Visual */
.hero-visual-right {
    flex: 1;
    max-width: 600px;
    position: relative;
    height: 500px;
}

/* Korean Window Frame */
.hero-frame-korean {
    position: relative;
    width: 100%;
    height: 100%;
    border: 8px solid #8B7355;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.3);
}

.hero-frame-korean::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(90deg,
        var(--korean-red) 0%, var(--korean-red) 20%,
        var(--korean-green) 20%, var(--korean-green) 40%,
        var(--korean-yellow) 40%, var(--korean-yellow) 60%,
        var(--korean-blue) 60%, var(--korean-blue) 80%,
        var(--accent-gold) 80%, var(--accent-gold) 100%
    );
    z-index: 3;
}

/* Corner decorations */
.frame-corner {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 4;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M0 0h20v5h-15v15h-5z" fill="%23C9A962"/><path d="M5 5h12v3h-9v9h-3z" fill="%238B7355"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.frame-tl { top: 10px; left: 0; }
.frame-tr { top: 10px; right: 0; transform: scaleX(-1); }
.frame-bl { bottom: 0; left: 0; transform: scaleY(-1); }
.frame-br { bottom: 0; right: 0; transform: scale(-1); }

.hero-main-image {
    width: 100%;
    height: 100%;
}

.hero-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* Floating Images */
.hero-floating-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}

.floating-image {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 5px solid #8B7355;
    z-index: 10;
}

.floating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-1 {
    width: 240px;
    height: 180px;
    bottom: -50px;
    left: -80px;
    animation: floatImage 4s ease-in-out infinite;
    transform: rotate(-5deg);
}

.floating-2 {
    width: 220px;
    height: 170px;
    top: -40px;
    right: -70px;
    animation: floatImage 4s ease-in-out infinite 1s;
    transform: rotate(5deg);
}

@keyframes floatImage {
    0%, 100% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-15px) rotate(-3deg); }
}

.floating-2 {
    animation-name: floatImage2;
}

@keyframes floatImage2 {
    0%, 100% { transform: translateY(0) rotate(5deg); }
    50% { transform: translateY(-12px) rotate(7deg); }
}

/* Hero Bottom Roof */
.hero-roof-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 50" preserveAspectRatio="none"><path d="M0 30 Q25 15 50 30 Q75 45 100 30 L100 50 L0 50 Z" fill="%23FDF8F3"/><path d="M0 25 Q25 10 50 25 Q75 40 100 25" stroke="%234A3728" stroke-width="2" fill="none"/><ellipse cx="50" cy="18" rx="8" ry="4" fill="%235D483A" opacity="0.7"/></svg>');
    background-size: 100px 50px;
    background-repeat: repeat-x;
    z-index: 5;
}

/* Remove old hero styles */
.hero-overlay {
    display: none;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Traditional Korean Window Lattice Pattern */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><rect x="5" y="5" width="70" height="70" fill="none" stroke="%23C9A962" stroke-width="1.5" opacity="0.2"/><line x1="5" y1="40" x2="75" y2="40" stroke="%23C9A962" stroke-width="1" opacity="0.15"/><line x1="40" y1="5" x2="40" y2="75" stroke="%23C9A962" stroke-width="1" opacity="0.15"/><circle cx="40" cy="40" r="12" fill="none" stroke="%23C9A962" stroke-width="1" opacity="0.2"/><circle cx="40" cy="40" r="5" fill="%23C9A962" opacity="0.1"/><path d="M5 5 L75 75 M75 5 L5 75" stroke="%23C9A962" stroke-width="0.5" opacity="0.1"/></svg>');
    background-size: 80px 80px;
    opacity: 0.8;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    /* Giwa Roof Tile Transition */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60" preserveAspectRatio="none"><path d="M0 35 Q25 20 50 35 Q75 50 100 35 L100 60 L0 60 Z" fill="%23FDF8F3"/><path d="M0 30 Q25 15 50 30 Q75 45 100 30" stroke="%234A3728" stroke-width="2" fill="none"/><ellipse cx="50" cy="22" rx="8" ry="4" fill="%235D483A" opacity="0.6"/></svg>');
    background-size: 100px 60px;
    background-repeat: repeat-x;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 800px;
    padding: 0 20px;
}

.hero h1 {
    font-size: 4rem;
    color: white;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-tagline {
    font-size: 1.5rem;
    color: var(--accent-gold-light);
    margin-bottom: 20px;
    font-style: italic;
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.btn:hover::before {
    transform: translateX(100%);
}

.btn-primary {
    background: var(--accent-gold);
    color: var(--text-dark);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
}

.btn-primary:hover {
    background: var(--accent-gold-dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(201, 169, 98, 0.4), inset 0 -3px 0 rgba(0,0,0,0.2);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: var(--primary-color);
}

/* About Section */
.about {
    background: var(--background-white);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    /* Ddisal (띠살) - Traditional Window Lattice */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><rect x="3" y="3" width="54" height="54" fill="none" stroke="%238B7355" stroke-width="1" opacity="0.08"/><line x1="3" y1="30" x2="57" y2="30" stroke="%238B7355" stroke-width="0.8" opacity="0.06"/><line x1="30" y1="3" x2="30" y2="57" stroke="%238B7355" stroke-width="0.8" opacity="0.06"/><rect x="22" y="22" width="16" height="16" fill="none" stroke="%238B7355" stroke-width="0.5" opacity="0.05"/></svg>');
    background-size: 60px 60px;
    pointer-events: none;
}

.about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    /* Roof tile border at top */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 12"><path d="M0 8 Q15 2 30 8 Q45 14 60 8" fill="none" stroke="%234A3728" stroke-width="1.5"/><ellipse cx="30" cy="4" rx="4" ry="2" fill="%235D483A" opacity="0.7"/></svg>');
    background-repeat: repeat-x;
    background-size: 60px 12px;
    pointer-events: none;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.9;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: var(--primary-color);
}

.feature-item svg {
    width: 24px;
    height: 24px;
    fill: var(--accent-gold);
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--accent-gold);
    border-radius: 5px;
    z-index: -1;
}

/* Menu Section - Creative Design */
.menu {
    background: var(--background-cream);
    position: relative;
}

.menu-creative {
    background: linear-gradient(180deg, #1a3a34 0%, #0d1f1c 100%);
    padding-top: 80px !important;
    overflow: hidden;
}

/* Korean Gate Entrance */
.menu-gate {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 10;
}

.gate-roof {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 80px;
}

.roof-layer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.roof-top {
    top: 0;
    width: 350px;
    height: 25px;
    background: linear-gradient(180deg, #5D483A 0%, #4A3728 100%);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    box-shadow: 0 -5px 20px rgba(201, 169, 98, 0.3);
}

.roof-top::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 15px;
    background: var(--accent-gold);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(201, 169, 98, 0.6);
}

.roof-middle {
    top: 20px;
    width: 450px;
    height: 35px;
    background: linear-gradient(180deg, #4A3728 0%, #3D2E22 100%);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.roof-middle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg,
        var(--korean-red) 0%, var(--korean-red) 20%,
        var(--korean-green) 20%, var(--korean-green) 40%,
        var(--korean-yellow) 40%, var(--korean-yellow) 60%,
        var(--korean-blue) 60%, var(--korean-blue) 80%,
        var(--accent-gold) 80%, var(--accent-gold) 100%
    );
}

.roof-eaves {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    height: 30px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 30"><path d="M0 5 Q25 25 50 5 Q75 -15 100 5 L100 30 L0 30 Z" fill="%233D2E22"/><path d="M0 8 Q25 28 50 8 Q75 -12 100 8" stroke="%234A3728" stroke-width="2" fill="none"/></svg>');
    background-size: 100px 30px;
    background-repeat: repeat-x;
}

.gate-pillars {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.pillar {
    width: 25px;
    height: 100%;
    background: linear-gradient(90deg, #6B5344 0%, #8B7355 50%, #6B5344 100%);
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: linear-gradient(180deg, var(--korean-red) 0%, #8B2332 100%);
    border-radius: 3px 3px 0 0;
}

.gate-sign {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #2a1a10 0%, #1a0f08 100%);
    padding: 15px 50px;
    border: 3px solid var(--accent-gold);
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(201, 169, 98, 0.2);
}

.sign-text {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-gold);
    text-shadow: 0 0 20px rgba(201, 169, 98, 0.5);
    letter-spacing: 8px;
}

/* Decorative Lanterns */
.menu-lanterns {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 150px;
    pointer-events: none;
    z-index: 5;
}

.lantern {
    position: absolute;
    width: 40px;
    height: 70px;
    background: linear-gradient(180deg, #C73E3A 0%, #8B2332 100%);
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(199, 62, 58, 0.4);
    animation: lanternSway 3s ease-in-out infinite;
}

.lantern::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 15px;
    background: var(--accent-gold);
    border-radius: 3px 3px 0 0;
}

.lantern::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 20px;
    background: linear-gradient(180deg, var(--accent-gold) 0%, transparent 100%);
    border-radius: 0 0 50% 50%;
}

.lantern-1 {
    left: 15%;
    animation-delay: 0s;
}

.lantern-2 {
    right: 15%;
    animation-delay: 1.5s;
}

@keyframes lanternSway {
    0%, 100% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg); }
}

/* Floating Clouds */
.menu-clouds {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    height: 200px;
    pointer-events: none;
    z-index: 3;
}

.menu-cloud {
    position: absolute;
    width: 200px;
    height: 100px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100"><path d="M20 70 Q50 40 80 60 Q110 80 140 55 Q170 30 190 60" stroke="%23C9A962" stroke-width="2" fill="none" opacity="0.3"/><path d="M30 75 Q60 50 90 65 Q120 85 150 60" stroke="%232D6A5D" stroke-width="1.5" fill="none" opacity="0.2"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    animation: floatCloud 15s ease-in-out infinite;
}

.cloud-left {
    left: 5%;
    top: 0;
}

.cloud-right {
    right: 5%;
    top: 50px;
    animation-delay: 5s;
    animation-direction: reverse;
}

/* Menu Subtitle */
.menu-subtitle {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.menu-subtitle p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-style: italic;
}

/* Creative Category Tabs */
.menu-categories-creative {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.menu-categories-creative::-webkit-scrollbar {
    display: none;
}

.categories-scroll {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    min-width: 100%;
}

.menu-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: rgba(139, 115, 85, 0.3);
    border: 2px solid transparent;
    padding: 15px 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.menu-tab::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 8px;
    background: #8B7355;
    border-radius: 3px 3px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-tab:hover {
    background: rgba(139, 115, 85, 0.5);
    border-color: var(--accent-gold);
    transform: translateY(-5px);
}

.menu-tab:hover::before {
    opacity: 1;
}

.menu-tab.active {
    background: linear-gradient(180deg, #8B7355 0%, #6B5344 100%);
    border-color: var(--accent-gold);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(201, 169, 98, 0.2);
}

.menu-tab.active::before {
    opacity: 1;
    background: var(--accent-gold);
}

.tab-icon {
    font-size: 1.5rem;
}

.tab-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Creative Menu Grid */
.menu-grid-creative {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
}

/* Creative Menu Item */
.menu-item-creative {
    background: linear-gradient(145deg, #FDF8F3 0%, #F5EDE3 100%);
    border-radius: 12px;
    padding: 25px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    border: 3px solid #8B7355;
    overflow: hidden;
}

.menu-item-creative::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg,
        var(--korean-red) 0%, var(--korean-red) 20%,
        var(--korean-green) 20%, var(--korean-green) 40%,
        var(--korean-yellow) 40%, var(--korean-yellow) 60%,
        var(--korean-blue) 60%, var(--korean-blue) 80%,
        var(--accent-gold) 80%, var(--accent-gold) 100%
    );
}

/* Corner Decorations */
.item-corner {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 2;
}

.item-corner-tl {
    top: 8px;
    left: 8px;
    border-top: 3px solid var(--accent-gold);
    border-left: 3px solid var(--accent-gold);
    border-radius: 5px 0 0 0;
}

.item-corner-tr {
    top: 8px;
    right: 8px;
    border-top: 3px solid var(--accent-gold);
    border-right: 3px solid var(--accent-gold);
    border-radius: 0 5px 0 0;
}

.item-corner-bl {
    bottom: 8px;
    left: 8px;
    border-bottom: 3px solid var(--accent-gold);
    border-left: 3px solid var(--accent-gold);
    border-radius: 0 0 0 5px;
}

.item-corner-br {
    bottom: 8px;
    right: 8px;
    border-bottom: 3px solid var(--accent-gold);
    border-right: 3px solid var(--accent-gold);
    border-radius: 0 0 5px 0;
}

.menu-item-creative:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 30px rgba(201, 169, 98, 0.15);
    border-color: var(--accent-gold);
}

.menu-item-creative:hover .item-corner {
    border-color: var(--korean-red);
}

.item-content {
    position: relative;
    z-index: 1;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 15px;
}

.item-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 0;
    line-height: 1.3;
}

.badge-new {
    display: inline-block;
    background: linear-gradient(135deg, var(--korean-red) 0%, #8B2332 100%);
    color: white;
    font-size: 0.6rem;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(199, 62, 58, 0.4);
}

.item-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--korean-red);
    white-space: nowrap;
    background: linear-gradient(135deg, var(--korean-red) 0%, #8B2332 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.item-description {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.item-options {
    color: var(--accent-gold-dark);
    font-size: 0.85rem;
    font-style: italic;
    margin-bottom: 12px;
}

.item-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
}

.badge-vegan {
    background: linear-gradient(135deg, #2D6A5D 0%, #1E4D43 100%);
    color: white;
}

.badge-vegetarian {
    background: linear-gradient(135deg, #4A8B3D 0%, #3A6B2D 100%);
    color: white;
}

.badge-spicy {
    background: linear-gradient(135deg, #C73E3A 0%, #8B2332 100%);
    color: white;
}

/* Menu Section Bottom Decoration */
.menu-creative::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60" preserveAspectRatio="none"><path d="M0 30 Q25 10 50 30 Q75 50 100 30 L100 60 L0 60 Z" fill="%23FDF8F3"/><path d="M0 25 Q25 5 50 25 Q75 45 100 25" stroke="%234A3728" stroke-width="2" fill="none"/><ellipse cx="50" cy="18" rx="8" ry="4" fill="%235D483A" opacity="0.7"/></svg>');
    background-size: 100px 60px;
    background-repeat: repeat-x;
    z-index: 5;
}

.menu-categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.menu-category-btn {
    padding: 12px 25px;
    background: var(--background-white);
    border: 2px solid var(--border-color);
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.menu-category-btn:hover,
.menu-category-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.menu-item {
    background: var(--background-white);
    border-radius: 4px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    /* Wooden frame border */
    border: 3px solid #8B7355;
    border-top-width: 4px;
}

.menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    /* Dancheong colored top border */
    background: linear-gradient(90deg,
        var(--korean-red) 0%, var(--korean-red) 20%,
        var(--korean-green) 20%, var(--korean-green) 40%,
        var(--korean-yellow) 40%, var(--korean-yellow) 60%,
        var(--korean-blue) 60%, var(--korean-blue) 80%,
        var(--accent-gold) 80%, var(--accent-gold) 100%
    );
    pointer-events: none;
}

.menu-item::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
    /* Small lattice corner decoration */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><rect x="2" y="2" width="21" height="21" fill="none" stroke="%238B7355" stroke-width="1"/><line x1="2" y1="12.5" x2="23" y2="12.5" stroke="%238B7355" stroke-width="0.5"/><line x1="12.5" y1="2" x2="12.5" y2="23" stroke="%238B7355" stroke-width="0.5"/></svg>');
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #6B5344;
}

.menu-item:hover::after {
    opacity: 0.7;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.menu-item h4 {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin: 0;
}

.menu-item .price {
    font-weight: 700;
    color: var(--accent-gold-dark);
    font-size: 1.1rem;
    white-space: nowrap;
}

.menu-item .description {
    color: var(--text-light);
    font-size: 0.95rem;
    margin: 0;
}

.menu-item .options {
    font-size: 0.85rem;
    color: var(--primary-light);
    font-style: italic;
    margin-top: 8px;
}

.menu-item .dietary {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.menu-item .dietary span {
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 3px;
    background: var(--background-cream);
    color: var(--primary-color);
}

/* Reservation Section */
.reservation {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    position: relative;
}

/* ============================================
   RESERVATION SECTION - Korean Hanok Style
   ============================================ */

.reservation-creative {
    background: linear-gradient(180deg, #1a3a34 0%, #152e29 50%, #0d1f1c 100%);
    position: relative;
    padding: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 80px !important;
    overflow: hidden;
}

/* Roof Decoration - Now hidden since gallery has bottom wave transition */
.res-roof-decoration {
    display: none;
}

/* Floating Lanterns */
.res-lanterns {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 120px;
    pointer-events: none;
    z-index: 5;
}

.res-lantern {
    position: absolute;
    width: 35px;
    height: 55px;
    background: linear-gradient(180deg, #C73E3A 0%, #8B2332 100%);
    border-radius: 6px;
    animation: lanternFloat 4s ease-in-out infinite;
}

.res-lantern::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 12px;
    background: var(--accent-gold);
    border-radius: 3px 3px 0 0;
}

.res-lantern::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 15px;
    background: linear-gradient(180deg, var(--accent-gold) 0%, transparent 100%);
}

.lantern-light {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(255, 200, 100, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: lanternGlow 2s ease-in-out infinite alternate;
}

.res-lantern-1 { left: 10%; animation-delay: 0s; }
.res-lantern-2 { left: 50%; transform: translateX(-50%); animation-delay: 1s; }
.res-lantern-3 { right: 10%; animation-delay: 2s; }

@keyframes lanternFloat {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes lanternGlow {
    0% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
}

/* Background Pattern */
.res-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><rect x="5" y="5" width="50" height="50" fill="none" stroke="%23C9A962" stroke-width="0.5" opacity="0.08"/><line x1="5" y1="30" x2="55" y2="30" stroke="%23C9A962" stroke-width="0.3" opacity="0.05"/><line x1="30" y1="5" x2="30" y2="55" stroke="%23C9A962" stroke-width="0.3" opacity="0.05"/></svg>');
    background-size: 60px 60px;
    pointer-events: none;
}

/* Title Frame */
.res-title-frame {
    text-align: center;
    padding: 60px 0 50px;
    position: relative;
    z-index: 10;
}

.res-title-frame h2 {
    color: var(--accent-gold);
    font-size: 2.8rem;
    margin-bottom: 10px;
    text-shadow: 0 0 30px rgba(201, 169, 98, 0.4);
}

.res-title-frame p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-style: italic;
}

/* Content Layout */
.res-content-creative {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    position: relative;
    z-index: 10;
    padding: 0 20px;
    align-items: start;
}

/* Left Side - Scroll Style */
.res-info-scroll {
    position: relative;
}

.scroll-top-rod, .scroll-bottom-rod {
    height: 20px;
    background: linear-gradient(90deg, #5D483A 0%, #8B7355 20%, #A08060 50%, #8B7355 80%, #5D483A 100%);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.scroll-top-rod::before, .scroll-top-rod::after,
.scroll-bottom-rod::before, .scroll-bottom-rod::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #8B7355 0%, #6B5344 100%);
    border-radius: 50%;
    border: 3px solid var(--accent-gold);
}

.scroll-top-rod::before, .scroll-bottom-rod::before { left: -10px; }
.scroll-top-rod::after, .scroll-bottom-rod::after { right: -10px; }

.scroll-content {
    background: linear-gradient(180deg, #FDF8F3 0%, #F5EDE3 100%);
    padding: 35px 30px;
    margin: -5px 15px;
    position: relative;
    box-shadow: inset 0 0 30px rgba(139, 115, 85, 0.1);
}

.scroll-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%238B7355" opacity="0.03"/></svg>');
    background-size: 20px 20px;
    pointer-events: none;
}

.scroll-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--accent-gold);
}

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

.scroll-header h3 {
    color: var(--primary-dark);
    font-size: 1.5rem;
    margin: 0;
}

.hours-creative {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.hours-creative li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(139, 115, 85, 0.2);
}

.hours-creative li:last-child {
    border-bottom: none;
}

.day-name {
    font-weight: 600;
    color: var(--primary-dark);
    min-width: 100px;
}

.day-dots {
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(139, 115, 85, 0.3) 3px, rgba(139, 115, 85, 0.3) 6px);
    margin: 0 15px;
}

.day-time {
    font-weight: 600;
    color: var(--korean-red);
}

.scroll-footer p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}

/* Right Side - Window Frame Form */
.res-form-window {
    position: relative;
}

.window-frame {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 12px solid #8B7355;
    border-radius: 8px;
    pointer-events: none;
    z-index: 1;
}

.window-frame::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    height: 8px;
    background: linear-gradient(90deg,
        var(--korean-red) 0%, var(--korean-red) 20%,
        var(--korean-green) 20%, var(--korean-green) 40%,
        var(--korean-yellow) 40%, var(--korean-yellow) 60%,
        var(--korean-blue) 60%, var(--korean-blue) 80%,
        var(--accent-gold) 80%, var(--accent-gold) 100%
    );
    border-radius: 8px 8px 0 0;
}

.window-lattice {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}

.lattice-h, .lattice-v {
    position: absolute;
    background: #8B7355;
}

.lattice-h {
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    transform: translateY(-50%);
}

.lattice-v {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    transform: translateX(-50%);
}

.form-hanji {
    background: linear-gradient(145deg, #FDF8F3 0%, #F8F1E8 100%);
    padding: 40px;
    position: relative;
    border-radius: 4px;
    z-index: 2;
}

.hanji-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="4" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.03"/></svg>');
    pointer-events: none;
    border-radius: 4px;
}

.reservation-form-creative {
    position: relative;
    z-index: 1;
}

.form-row-creative {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-field {
    position: relative;
}

.form-field.full-width {
    grid-column: 1 / -1;
}

.form-field label {
    display: block;
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid rgba(139, 115, 85, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    transition: all 0.3s ease;
    color: var(--text-dark);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--accent-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.2);
    background: #fff;
}

.form-field textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-reserve {
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #B8954D 100%);
    border: none;
    border-radius: 6px;
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin-top: 25px;
    box-shadow: 0 5px 20px rgba(201, 169, 98, 0.3);
}

.btn-reserve:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(201, 169, 98, 0.5);
    background: linear-gradient(135deg, #D4B86A 0%, var(--accent-gold) 100%);
}

.btn-reserve .btn-icon {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.btn-reserve:hover .btn-icon {
    transform: translateX(5px);
}

/* Bottom Wave */
.res-bottom-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 80" preserveAspectRatio="none"><path d="M0 50 Q50 20 100 50 T200 50 L200 80 L0 80 Z" fill="%23FDF8F3"/><path d="M0 45 Q50 15 100 45 T200 45" stroke="%234A3728" stroke-width="2" fill="none"/></svg>');
    background-size: 200px 80px;
    background-repeat: repeat-x;
    z-index: 5;
}

.reservation .section-header h2 {
    color: white;
}

.reservation .section-subtitle {
    color: var(--accent-gold-light);
}

.reservation-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.reservation-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reservation-info h3 {
    color: white;
    margin-bottom: 20px;
}

.reservation-info p {
    color: rgba(255, 255, 255, 0.9);
}

.opening-hours {
    margin-top: 30px;
}

.opening-hours h4 {
    color: var(--accent-gold-light);
    margin-bottom: 15px;
}

.hours-list {
    list-style: none;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hours-list .day {
    font-weight: 500;
}

.reservation-form-wrapper {
    background: var(--background-white);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* Form Styles */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

/* ============================================
   CONTACT SECTION - Korean Creative Style
   ============================================ */

.contact-creative {
    background: linear-gradient(180deg, #FDF8F3 0%, #F5EDE3 100%);
    position: relative;
    padding: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 80px !important;
    overflow: hidden;
}

/* Top Wave - Hidden since reservation has bottom wave transition */
.contact-top-wave {
    display: none;
}

/* Background Pattern */
.contact-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><rect x="5" y="5" width="50" height="50" fill="none" stroke="%238B7355" stroke-width="0.5" opacity="0.06"/><line x1="5" y1="30" x2="55" y2="30" stroke="%238B7355" stroke-width="0.3" opacity="0.04"/><line x1="30" y1="5" x2="30" y2="55" stroke="%238B7355" stroke-width="0.3" opacity="0.04"/></svg>');
    background-size: 60px 60px;
    pointer-events: none;
}

/* Floating Stamps */
.contact-floating-elements {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-stamp {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(199, 62, 58, 0.08);
    border: 2px solid rgba(199, 62, 58, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: rgba(199, 62, 58, 0.2);
    font-weight: bold;
    transform: rotate(-15deg);
    animation: stampFloat 6s ease-in-out infinite;
}

.floating-stamp-1 {
    top: 15%;
    left: 5%;
    animation-delay: 0s;
}

.floating-stamp-2 {
    top: 40%;
    right: 8%;
    transform: rotate(10deg);
    animation-delay: 3s;
}

@keyframes stampFloat {
    0%, 100% { transform: rotate(-15deg) translateY(0); }
    50% { transform: rotate(-15deg) translateY(-15px); }
}

/* Title with Korean Stamp */
.contact-title-creative {
    text-align: center;
    padding: 50px 0 40px;
    position: relative;
    z-index: 10;
}

.title-stamp {
    display: inline-flex;
    gap: 5px;
    margin-bottom: 15px;
}

.stamp-char {
    width: 40px;
    height: 40px;
    background: var(--korean-red);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}

.contact-title-creative h2 {
    color: var(--primary-dark);
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.contact-title-creative p {
    color: var(--text-light);
    font-size: 1.1rem;
    font-style: italic;
}

/* Contact Cards - Wooden Sign Style */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.contact-card {
    background: linear-gradient(145deg, #5D483A 0%, #4A3728 100%);
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 25px rgba(74, 55, 40, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(74, 55, 40, 0.4);
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 8px;
    background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);
    border-radius: 4px;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.card-content h4 {
    color: var(--accent-gold);
    font-size: 0.9rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

.card-content a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-content a:hover {
    color: var(--accent-gold);
}

.card-decoration {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.5), transparent);
}

/* Main Content Layout */
.contact-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 10;
    align-items: start;
}

/* Contact Form Creative */
.contact-form-creative {
    position: relative;
    padding: 15px;
}

.form-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid var(--primary-dark);
    border-radius: 8px;
    pointer-events: none;
}

.frame-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid var(--accent-gold);
}

.frame-corner-tl {
    top: -3px;
    left: -3px;
    border-right: none;
    border-bottom: none;
    border-radius: 8px 0 0 0;
}

.frame-corner-tr {
    top: -3px;
    right: -3px;
    border-left: none;
    border-bottom: none;
    border-radius: 0 8px 0 0;
}

.frame-corner-bl {
    bottom: -3px;
    left: -3px;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 8px;
}

.frame-corner-br {
    bottom: -3px;
    right: -3px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 8px 0;
}

.form-inner {
    background: white;
    padding: 35px;
    border-radius: 5px;
    position: relative;
}

.form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--accent-gold);
}

.form-icon {
    font-size: 1.5rem;
}

.form-header h3 {
    color: var(--primary-dark);
    font-size: 1.4rem;
    margin: 0;
}

.korean-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.korean-form-field {
    margin-bottom: 20px;
}

.korean-form-field:last-of-type {
    margin-bottom: 0;
}

.korean-form-field label {
    display: block;
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.korean-form-field input,
.korean-form-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid rgba(139, 115, 85, 0.2);
    border-radius: 6px;
    background: #FAFAFA;
    font-size: 1rem;
    transition: all 0.3s ease;
    color: var(--text-dark);
}

.korean-form-field input:focus,
.korean-form-field textarea:focus {
    outline: none;
    border-color: var(--accent-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.15);
    background: white;
}

.korean-form-field textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-send-korean {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, var(--primary-dark) 0%, #3A2A1E 100%);
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin-top: 25px;
    box-shadow: 0 5px 20px rgba(74, 55, 40, 0.3);
}

.btn-send-korean:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(74, 55, 40, 0.4);
    background: linear-gradient(135deg, #5D483A 0%, var(--primary-dark) 100%);
}

.btn-send-korean .btn-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-send-korean:hover .btn-icon {
    transform: translateX(5px);
}

/* Map Creative */
.map-creative {
    position: relative;
}

.map-frame {
    background: linear-gradient(145deg, #5D483A 0%, #4A3728 100%);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(74, 55, 40, 0.3);
}

.map-frame-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 0 15px;
}

.map-lantern {
    width: 20px;
    height: 30px;
    background: linear-gradient(180deg, #C73E3A 0%, #8B2332 100%);
    border-radius: 4px;
    position: relative;
}

.map-lantern::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 8px;
    background: var(--accent-gold);
    border-radius: 2px 2px 0 0;
}

.map-title {
    color: var(--accent-gold);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.map-container-creative {
    border-radius: 8px;
    overflow: hidden;
    background: #E8E0D5;
}

.map-container-creative iframe {
    width: 100%;
    height: 350px;
    border: none;
    display: block;
}

.map-placeholder {
    height: 350px;
    background: linear-gradient(145deg, #E8E0D5 0%, #DDD5C8 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-content {
    text-align: center;
    color: var(--text-light);
}

.placeholder-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.placeholder-content p {
    margin: 0;
    font-size: 0.95rem;
}

.map-address-bar {
    margin-top: 15px;
    background: linear-gradient(145deg, #4A3728 0%, #3A2A1E 100%);
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.address-icon {
    font-size: 1.2rem;
}

.address-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

/* Gallery Section */
.gallery {
    background: var(--background-cream);
    position: relative;
    padding: 80px 0;
    padding-bottom: 100px;
}

/* Subtle lattice pattern on gallery */
.gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><rect x="5" y="5" width="50" height="50" fill="none" stroke="%238B7355" stroke-width="0.5" opacity="0.05"/></svg>');
    background-size: 60px 60px;
    pointer-events: none;
}

/* Bottom transition wave going into reservation section */
.gallery::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60" preserveAspectRatio="none"><path d="M0 0 L0 30 Q50 60 100 30 T200 30 L200 0 Z" fill="%23F5EDE3"/><path d="M0 60 L0 35 Q50 5 100 35 T200 35 L200 60 Z" fill="%231a3a34"/></svg>');
    background-size: 200px 60px;
    background-repeat: repeat-x;
    z-index: 5;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 250px 250px;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 3px solid #8B7355;
}

.gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(74, 55, 40, 0.9));
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay span {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Dancheong colored top border on gallery items */
.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
        var(--korean-red) 0%, var(--korean-red) 20%,
        var(--korean-green) 20%, var(--korean-green) 40%,
        var(--korean-yellow) 40%, var(--korean-yellow) 60%,
        var(--korean-blue) 60%, var(--korean-blue) 80%,
        var(--accent-gold) 80%, var(--accent-gold) 100%
    );
    z-index: 2;
}

/* Footer */
.site-footer {
    background: var(--primary-dark);
    color: white;
    padding: 60px 0 30px;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 35px;
    /* Giwa Roof Tiles */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 35"><path d="M0 15 Q20 0 40 15 Q60 30 80 15" fill="none" stroke="%234A3728" stroke-width="2"/><path d="M0 20 Q20 5 40 20 Q60 35 80 20 L80 35 L0 35 Z" fill="%234A3728"/><ellipse cx="40" cy="8" rx="8" ry="4" fill="%235D483A"/><circle cx="40" cy="8" r="2.5" fill="%23C9A962"/></svg>');
    background-repeat: repeat-x;
    background-size: 80px 35px;
    z-index: 10;
}

.site-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Window lattice pattern */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="2" y="2" width="46" height="46" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.05"/><line x1="2" y1="25" x2="48" y2="25" stroke="%23ffffff" stroke-width="0.3" opacity="0.03"/><line x1="25" y1="2" x2="25" y2="48" stroke="%23ffffff" stroke-width="0.3" opacity="0.03"/></svg>');
    background-size: 50px 50px;
    pointer-events: none;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.footer-brand h3 {
    color: white;
    margin-bottom: 15px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-links h4,
.footer-contact h4 {
    color: var(--accent-gold-light);
    margin-bottom: 20px;
    font-size: 1rem;
}

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

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

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
}

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

.footer-contact p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

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

.footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
}

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

/* Legal Page (Impressum & Datenschutz) */
.legal-page {
    padding: 120px 0 60px;
    background: var(--cream-light);
    min-height: 100vh;
    position: relative;
}

.legal-page::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 60px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60"><path d="M0 30 Q25 15 50 30 T100 30 T150 30 T200 30" stroke="%23C9A962" stroke-width="1" fill="none" opacity="0.3"/><circle cx="50" cy="30" r="3" fill="%232D6A5D" opacity="0.2"/><circle cx="150" cy="30" r="3" fill="%232D6A5D" opacity="0.2"/></svg>');
    background-repeat: repeat-x;
    background-size: 200px 60px;
    pointer-events: none;
}

.legal-page .section-header h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    position: relative;
    border-top: 3px solid var(--accent-gold);
}

.legal-content::before,
.legal-content::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M0 0h12M0 0v12" stroke="%23C9A962" stroke-width="2" fill="none"/><circle cx="0" cy="0" r="2" fill="%232D6A5D"/></svg>');
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.6;
}

.legal-content::before {
    top: 10px;
    left: 10px;
}

.legal-content::after {
    bottom: 10px;
    right: 10px;
    transform: rotate(180deg);
}

.legal-content h2 {
    color: var(--primary-color);
    margin-bottom: 30px;
    font-size: 1.8rem;
    border-bottom: 2px solid var(--accent-gold);
    padding-bottom: 15px;
}

.legal-content h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.legal-content h4 {
    color: var(--text-dark);
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.legal-content p {
    margin-bottom: 15px;
    color: var(--text-light);
}

.legal-content a {
    color: var(--primary-color);
    word-break: break-word;
}

.legal-content a:hover {
    color: var(--accent-gold);
}

.legal-divider {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 30"><line x1="0" y1="15" x2="40" y2="15" stroke="%23C9A962" stroke-width="1" opacity="0.5"/><circle cx="50" cy="15" r="6" fill="none" stroke="%232D6A5D" stroke-width="1" opacity="0.4"/><circle cx="50" cy="15" r="3" fill="%23C9A962" opacity="0.5"/><line x1="60" y1="15" x2="100" y2="15" stroke="%23C9A962" stroke-width="1" opacity="0.5"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px 30px;
}

.back-to-home {
    text-align: center;
    margin-top: 40px;
}

/* Cookie Consent Banner */
#cookie-consent.cookie-consent {
    position: fixed !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: #ffffff !important;
    padding: 30px 35px !important;
    z-index: 10000 !important;
    box-shadow: 0 5px 30px rgba(0,0,0,0.25) !important;
    border-radius: 12px !important;
    max-width: 450px !important;
    width: calc(100% - 40px) !important;
    box-sizing: border-box !important;
}

#cookie-consent .cookie-consent-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

#cookie-consent .cookie-text {
    margin-bottom: 20px !important;
    width: 100% !important;
}

#cookie-consent .cookie-text p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: #555555 !important;
}

#cookie-consent .cookie-buttons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#cookie-consent button#cookie-accept {
    background-color: #2D6A5D !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 28px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
}

#cookie-consent button#cookie-accept:hover {
    background-color: #1E4D43 !important;
}

#cookie-consent button#cookie-decline {
    background-color: #e9e9e9 !important;
    color: #333333 !important;
    border: 1px solid #aaaaaa !important;
    padding: 12px 28px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
}

#cookie-consent button#cookie-decline:hover {
    background-color: #d5d5d5 !important;
    border-color: #888888 !important;
}

#cookie-consent .cookie-more {
    color: #2D6A5D !important;
    font-size: 0.85rem !important;
    display: block !important;
    margin-top: 18px !important;
    text-decoration: underline !important;
}

#cookie-consent .cookie-more:hover {
    color: #1E4D43 !important;
}

/* Success/Error Messages */
.form-message {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-content,
    .reservation-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-image::before {
        display: none;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 15px;
    }

    /* Mobile Dropdown */
    .main-nav .dropdown-menu {
        position: static;
        transform: none;
        box-shadow: none;
        background: #f9f9f9;
        border-radius: 6px;
        margin-top: 10px;
        padding: 5px 0;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .main-nav .has-dropdown.open .dropdown-menu {
        display: flex;
    }

    .main-nav .dropdown-menu a {
        padding: 10px 15px;
        font-size: 0.85rem;
    }

    .language-switcher {
        margin-left: 10px;
    }

    .lang-btn {
        padding: 5px 8px;
    }

    .lang-code {
        display: none;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-tagline {
        font-size: 1.2rem;
    }

    .hero-container {
        flex-direction: column;
        padding: 0 20px;
        gap: 40px;
    }

    .hero-content-left {
        max-width: 100%;
        text-align: center;
    }

    .hero-creative .hero-buttons {
        justify-content: center;
    }

    .hero-delivery-links {
        justify-content: center;
        text-align: center;
    }

    .hero-creative .hero-description {
        max-width: 100%;
    }

    .neon-text {
        font-size: 3rem;
    }

    .neon-text-sub {
        font-size: 1.4rem;
    }

    .hero-location {
        justify-content: center;
    }

    .hero-visual-right {
        max-width: 100%;
        height: 350px;
    }

    .floating-1 {
        width: 180px;
        height: 140px;
        bottom: -30px;
        left: -30px;
    }

    .floating-2 {
        width: 160px;
        height: 125px;
        top: -25px;
        right: -25px;
    }

    .hero-clouds {
        display: none;
    }

    .menu-grid {
        grid-template-columns: 1fr;
    }

    .menu-grid-creative {
        grid-template-columns: 1fr;
    }

    .menu-gate {
        height: 180px;
        transform: scale(0.8);
        transform-origin: top center;
    }

    .gate-sign {
        padding: 12px 30px;
    }

    .sign-text {
        font-size: 1.5rem;
        letter-spacing: 4px;
    }

    .menu-lanterns {
        display: none;
    }

    .menu-clouds {
        display: none;
    }

    .menu-categories-creative {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0;
        width: calc(100% + 40px);
    }

    .categories-scroll {
        justify-content: flex-start;
        min-width: max-content;
        padding: 10px 20px;
    }

    .menu-tab {
        padding: 12px 18px;
        flex-shrink: 0;
    }

    .tab-icon {
        font-size: 1.2rem;
    }

    .tab-text {
        font-size: 0.75rem;
        white-space: nowrap;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    /* Reservation Creative - Tablet/Mobile */
    .res-content-creative {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 15px;
    }

    .res-title-frame {
        padding: 40px 0 30px;
    }

    .res-title-frame h2 {
        font-size: 2.2rem;
    }

    .res-lanterns {
        height: 80px;
        top: 30px;
    }

    .res-lantern {
        width: 28px;
        height: 45px;
    }

    .res-lantern-1 { left: 5%; }
    .res-lantern-3 { right: 5%; }

    .lantern-light {
        width: 45px;
        height: 45px;
    }

    .scroll-content {
        padding: 25px 20px;
        margin: -5px 10px;
    }

    .scroll-header h3 {
        font-size: 1.3rem;
    }

    .scroll-top-rod::before, .scroll-top-rod::after,
    .scroll-bottom-rod::before, .scroll-bottom-rod::after {
        width: 24px;
        height: 24px;
    }

    .form-hanji {
        padding: 30px 20px;
    }

    .form-row-creative {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .window-frame {
        left: -6px;
        right: -6px;
        top: -6px;
        bottom: -6px;
        border-width: 8px;
    }

    .btn-reserve {
        padding: 16px 25px;
        font-size: 1rem;
    }

    .res-bottom-wave {
        height: 60px;
        background-size: 150px 60px;
    }

    /* Contact Creative - Tablet/Mobile */
    .contact-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .contact-card {
        padding: 20px 15px;
    }

    .card-icon {
        font-size: 1.6rem;
    }

    .contact-main-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-title-creative h2 {
        font-size: 2rem;
    }

    .form-inner {
        padding: 25px 20px;
    }

    .korean-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .floating-stamp {
        display: none;
    }

    .map-container-creative iframe {
        height: 300px;
    }

    .map-placeholder {
        height: 300px;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 200px 200px;
    }

    .gallery-item-large {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-overlay {
        transform: translateY(0);
        background: linear-gradient(transparent 30%, rgba(74, 55, 40, 0.85));
    }

    section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .hero-delivery-links {
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
    }

    .hero-delivery-links .delivery-label {
        font-size: 0.8rem;
        margin-bottom: 0;
    }

    .hero-delivery-links .btn.btn-delivery {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 180px);
    }

    .gallery-item-large {
        grid-column: span 1;
    }

    .neon-text {
        font-size: 2.2rem;
    }

    .neon-text-sub {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 6px 15px;
    }

    .hero-visual-right {
        height: 280px;
    }

    .floating-1 {
        width: 130px;
        height: 100px;
        bottom: -20px;
        left: -15px;
    }

    .floating-2 {
        width: 120px;
        height: 95px;
        top: -15px;
        right: -15px;
    }

    .hero-creative .hero-description {
        font-size: 1rem;
    }

    /* Reservation Creative - Mobile */
    .res-title-frame h2 {
        font-size: 1.8rem;
    }

    .res-title-frame p {
        font-size: 0.95rem;
    }

    .res-lanterns {
        display: none;
    }

    .res-roof-tiles {
        height: 45px;
        background-size: 75px 45px;
    }

    .res-roof-decoration {
        height: 45px;
    }

    .scroll-content {
        padding: 20px 15px;
    }

    .scroll-header {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .scroll-header h3 {
        font-size: 1.2rem;
    }

    .day-name {
        min-width: 80px;
        font-size: 0.9rem;
    }

    .day-time {
        font-size: 0.9rem;
    }

    .day-dots {
        margin: 0 8px;
    }

    .form-hanji {
        padding: 25px 15px;
    }

    .form-field label {
        font-size: 0.85rem;
    }

    .form-field input,
    .form-field select,
    .form-field textarea {
        padding: 12px 14px;
        font-size: 0.95rem;
    }

    /* Fix date input overflow on mobile */
    .form-field input[type="date"] {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        min-height: 48px;
    }

    .window-frame {
        left: -4px;
        right: -4px;
        top: -4px;
        bottom: -4px;
        border-width: 6px;
    }

    .btn-reserve {
        padding: 14px 20px;
        font-size: 0.95rem;
    }

    .res-bottom-wave {
        height: 50px;
        background-size: 120px 50px;
    }

    /* Contact Creative - Mobile */
    .contact-title-creative {
        padding: 30px 0;
    }

    .contact-title-creative h2 {
        font-size: 1.8rem;
    }

    .stamp-char {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .contact-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-card {
        padding: 18px 15px;
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: left;
    }

    .card-icon {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .card-content h4 {
        font-size: 0.8rem;
        margin-bottom: 4px;
    }

    .card-content p {
        font-size: 0.9rem;
    }

    .contact-card::before {
        display: none;
    }

    .card-decoration {
        display: none;
    }

    .contact-form-creative {
        padding: 10px;
    }

    .form-inner {
        padding: 20px 15px;
    }

    .form-header h3 {
        font-size: 1.2rem;
    }

    .korean-form-field label {
        font-size: 0.85rem;
    }

    .korean-form-field input,
    .korean-form-field textarea {
        padding: 12px 14px;
        font-size: 0.95rem;
    }

    .btn-send-korean {
        padding: 14px 20px;
        font-size: 0.95rem;
    }

    .map-frame {
        padding: 10px;
    }

    .map-frame-top {
        gap: 12px;
        padding: 8px 0 12px;
    }

    .map-title {
        font-size: 0.95rem;
    }

    .map-lantern {
        width: 16px;
        height: 24px;
    }

    .map-container-creative iframe {
        height: 250px;
    }

    .map-placeholder {
        height: 250px;
    }

    .map-address-bar {
        padding: 12px 15px;
        gap: 10px;
    }

    .address-text {
        font-size: 0.85rem;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Print Styles */
@media print {
    .site-header,
    .hero,
    .reservation,
    .contact-form-wrapper,
    .site-footer {
        display: none;
    }

    section {
        page-break-inside: avoid;
    }
}

/* ==========================================================================
   ACCESSIBILITY STYLES
   ========================================================================== */

/* Skip Link - Visible on focus for keyboard users */
.skip-link {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0 0 8px 8px;
    font-weight: 600;
    z-index: 100001;
    transition: top 0.3s ease;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
}

/* Screen Reader Text - Visually hidden but accessible */
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.screen-reader-text:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

/* Focus Styles - Visible focus indicators for all interactive elements */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
}

/* Remove default outline and add custom for buttons */
.btn:focus,
button:focus {
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(201, 169, 98, 0.3);
}

/* Focus visible for keyboard navigation only (modern browsers) */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
}

/* Navigation dropdown focus styles */
.dropdown-toggle:focus {
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
}

.dropdown-menu a:focus {
    background: var(--primary-color);
    color: #fff;
    outline: none;
}

/* Mobile menu toggle focus */
.menu-toggle:focus {
    outline: 3px solid var(--accent-gold);
    outline-offset: 4px;
}

/* Form field focus enhancement */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(45, 106, 93, 0.2);
    outline: none;
}

/* Cookie banner button focus */
#cookie-accept:focus,
#cookie-decline:focus {
    outline: 3px solid var(--primary-color);
    outline-offset: 2px;
}

/* Language switcher focus */
.lang-btn:focus {
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
}

/* Gallery item focus */
.gallery-item:focus-within {
    outline: 3px solid var(--accent-gold);
    outline-offset: 4px;
}

/* Menu category button focus */
.menu-category-btn:focus {
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
}

/* Dropdown arrow indicator */
.dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease;
}

.dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
}

/* ==========================================================================
   REDUCED MOTION - Respect user preferences
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .animate-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .hero-clouds,
    .cloud,
    .lantern,
    .floating-image {
        animation: none !important;
    }

    .btn-glow {
        animation: none;
    }

    .skip-link {
        transition: none;
    }

    /* Disable parallax and floating animations */
    .hero-visual-right,
    .hero-floating-images {
        animation: none;
    }
}

/* ==========================================================================
   HIGH CONTRAST MODE SUPPORT
   ========================================================================== */
@media (prefers-contrast: high) {
    :root {
        --primary-color: #1a5c4f;
        --text-dark: #000;
    }

    .btn {
        border: 2px solid currentColor;
    }

    a {
        text-decoration: underline;
    }

    .menu-item-card {
        border: 2px solid var(--text-dark);
    }
}
