        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }
        
        /* Hero Section */
        .hero {
            margin-top: 82px;
            background: linear-gradient(rgba(45, 90, 61, 0.75), rgba(26, 36, 30, 0.85)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23333" width="1200" height="800"/></svg>');
            background-size: cover;
            background-position: center;
            padding: 120px 0 80px;
            text-align: center;
            color: #FFFFFF;
            position: relative;
        }

        .hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 80px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C300,100 900,100 1200,0 L1200,120 L0,120 Z" fill="%23FFFFFF"/></svg>');
            background-size: cover;
            background-repeat: no-repeat;
            z-index: 10;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-badge {
            display: inline-block;
            font-family: 'DM Sans', sans-serif;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #C6A867;
            background: rgba(198, 168, 103, 0.15);
            padding: 8px 20px;
            border-radius: 100px;
            margin-bottom: 24px;
            border: 1px solid rgba(198, 168, 103, 0.3);
        }

        .hero-title {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 68px;
            font-weight: 400;
            margin-bottom: 20px;
            font-style: italic;
            line-height: 1.2;
        }

        .hero-subtitle {
            font-family: 'DM Sans', sans-serif;
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 16px;
            opacity: 0.95;
        }

        .hero-description {
            font-family: 'DM Sans', sans-serif;
            font-size: 17px;
            max-width: 750px;
            margin: 0 auto;
            opacity: 0.9;
            line-height: 1.8;
        }

        /* Section */
        .section {
            padding: 100px 0;
        }

        .section-local {
            background: #FFFFFF;
        }
        
        .section-alt {
            background: #FAFAF8;
        }

        .section-title {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 52px;
            font-weight: 400;
            color: #1A241E;
            margin-bottom: 16px;
            text-align: center;
        }

        .section-subtitle {
            font-family: 'DM Sans', sans-serif;
            font-size: 19px;
            color: #666;
            text-align: center;
            max-width: 700px;
            margin: 0 auto 64px;
            line-height: 1.7;
        }

        /* Signature Dish Feature */
        .signature-feature {
            background: linear-gradient(135deg, #2D5A3D 0%, #1A241E 100%);
            padding: 80px 0;
            color: #FFFFFF;
            position: relative;
            overflow: hidden;
        }

        .signature-feature::before {
            content: '🍜';
            position: absolute;
            font-size: 280px;
            opacity: 0.03;
            top: -80px;
            right: -80px;
            animation: float 8s ease-in-out infinite;
        }

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

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

        .signature-text h2 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 48px;
            font-weight: 500;
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .signature-badge {
            display: inline-block;
            font-family: 'DM Sans', sans-serif;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #C6A867;
            background: rgba(198, 168, 103, 0.15);
            padding: 6px 16px;
            border-radius: 100px;
            margin-bottom: 20px;
        }

        .signature-text p {
            font-family: 'DM Sans', sans-serif;
            font-size: 17px;
            line-height: 1.9;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 20px;
        }

        .signature-highlights {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 32px;
        }

        .highlight-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .highlight-icon {
            width: 40px;
            height: 40px;
            background: rgba(198, 168, 103, 0.2);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
        }

        .highlight-text h4 {
            font-family: 'DM Sans', sans-serif;
            font-size: 15px;
            font-weight: 700;
            color: #C6A867;
            margin-bottom: 4px;
        }

        .highlight-text p {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            margin: 0;
            line-height: 1.5;
        }

        .signature-image-wrapper {
            position: relative;
        }

        .signature-image {
            width: 100%;
            height: 450px;
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(198, 168, 103, 0.3);
            border-radius: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 120px;
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

        .signature-price {
            position: absolute;
            bottom: 24px;
            right: 24px;
            background: rgba(198, 168, 103, 0.95);
            backdrop-filter: blur(10px);
            padding: 12px 24px;
            border-radius: 100px;
            font-family: 'DM Sans', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #1A241E;
        }

        /* Local Specialties */
        .specialties-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
        }

        .specialty-card {
            background: #FFFFFF;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .specialty-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
        }

        .specialty-image {
            width: 100%;
            height: 200px;
            background: #E5E5E5;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 64px;
        }

        .specialty-info {
            padding: 24px;
        }

        .specialty-name {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 22px;
            font-weight: 600;
            color: #1A241E;
            margin-bottom: 8px;
        }

        .specialty-description {
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 12px;
        }

        .specialty-price {
            font-family: 'DM Sans', sans-serif;
            font-size: 16px;
            font-weight: 700;
            color: #2D5A3D;
        }

        /* Restaurant Categories */
        .category-filter {
            display: flex;
            justify-content: center;
            gap: 16px;
            margin-bottom: 48px;
            flex-wrap: wrap;
        }

        .category-btn {
            padding: 12px 28px;
            background: #FFFFFF;
            border: 2px solid #E5E5E5;
            border-radius: 100px;
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .category-btn:hover,
        .category-btn.active {
            background: #2D5A3D;
            border-color: #2D5A3D;
            color: #FFFFFF;
        }

        /* Restaurant Listings */
        .restaurant-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 36px;
        }

        .restaurant-card {
            background: #FFFFFF;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .restaurant-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
        }

        .restaurant-image {
            width: 100%;
            height: 240px;
            background: #E5E5E5;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 72px;
            position: relative;
        }

        .restaurant-badge {
            position: absolute;
            top: 16px;
            right: 16px;
            background: rgba(198, 168, 103, 0.95);
            backdrop-filter: blur(10px);
            color: #1A241E;
            padding: 6px 16px;
            border-radius: 100px;
            font-family: 'DM Sans', sans-serif;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .restaurant-info {
            padding: 28px;
        }

        .restaurant-name {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 26px;
            font-weight: 600;
            color: #1A241E;
            margin-bottom: 8px;
        }

        .restaurant-cuisine {
            font-family: 'DM Sans', sans-serif;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #2D5A3D;
            margin-bottom: 12px;
        }

        .restaurant-description {
            font-family: 'DM Sans', sans-serif;
            font-size: 15px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .restaurant-meta {
            display: flex;
            gap: 20px;
            padding-top: 16px;
            border-top: 1px solid #F0F0F0;
            margin-bottom: 16px;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
            color: #999;
        }

        .meta-icon {
            font-size: 16px;
        }

        .restaurant-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #2D5A3D;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .restaurant-link:hover {
            color: #4A8B5C;
            gap: 10px;
        }

        /* Culinary Heritage Section */
        .heritage-section {
            background: #FAFAF8;
            padding: 80px 0;
        }

        .heritage-content {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .heritage-content h3 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 38px;
            font-weight: 500;
            color: #2D5A3D;
            margin-bottom: 24px;
        }

        .heritage-content p {
            font-family: 'DM Sans', sans-serif;
            font-size: 17px;
            color: #666;
            line-height: 1.9;
            margin-bottom: 20px;
        }

        .heritage-features {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-top: 48px;
        }

        .heritage-feature {
            text-align: center;
        }

        .heritage-feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #2D5A3D 0%, #4A8B5C 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            margin: 0 auto 20px;
            color: #FFFFFF;
        }

        .heritage-feature h4 {
            font-family: 'DM Sans', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #1A241E;
            margin-bottom: 8px;
        }

        .heritage-feature p {
            font-size: 15px;
            color: #666;
            margin: 0;
        }

        .contact-item {
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
            color: #888;
            line-height: 1.8;
        }

        .contact-item strong {
            color: #FFFFFF;
            font-weight: 600;
        }
        
        .restaurant-rating-row {
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
            color: #C6A867;
            margin-top: 12px;
        }
        
        /* Modal Overlay */
        .dining-modal-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.75);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            padding: 20px;
            backdrop-filter: blur(4px);
        }
        
        .dining-modal-overlay.active {
            display: flex;
        }
        
        .dining-modal {
            background: #FFFFFF;
            border-radius: 24px;
            width: 100%;
            max-width: 960px;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            animation: modalIn 0.3s ease;
        }
        
        @keyframes modalIn {
            from { opacity: 0; transform: translateY(20px); }
            to   { opacity: 1; transform: translateY(0); }
        }
        
        .modal-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: none;
            background: #F0F0F0;
            font-size: 16px;
            cursor: pointer;
            z-index: 10;
            transition: background 0.2s;
        }
        
        .modal-close:hover {
            background: #E0E0E0;
        }
        
        .modal-body {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
        }
        
        .modal-left {
            border-radius: 24px 0 0 24px;
            overflow: hidden;
        }
        
        .modal-featured-image {
            width: 100%;
            aspect-ratio: 4/3;
            background: #F0F0F0;
            overflow: hidden;
        }
        
        .modal-featured-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .modal-gallery {
            display: flex;
            gap: 8px;
            padding: 12px;
            flex-wrap: wrap;
            background: #FAFAF8;
        }
        
        .modal-gallery img {
            width: calc(33.33% - 6px);
            aspect-ratio: 1;
            object-fit: cover;
            border-radius: 8px;
            cursor: pointer;
            transition: opacity 0.2s;
        }
        
        .modal-gallery img:hover {
            opacity: 0.85;
        }
        
        .modal-right {
            padding: 40px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        
        .modal-category {
            font-family: 'DM Sans', sans-serif;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #2D5A3D;
        }
        
        .modal-name {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 28px;
            font-weight: 500;
            color: #1A241E;
            line-height: 1.2;
            margin: 0;
        }
        
        .modal-description {
            font-family: 'DM Sans', sans-serif;
            font-size: 15px;
            color: #666;
            line-height: 1.8;
            margin: 0;
        }
        
        .modal-meta {
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding: 16px;
            background: #FAFAF8;
            border-radius: 12px;
        }
        
        .modal-meta-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
            color: #555;
        }
        
        .modal-address {
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
            color: #888;
        }
        
        .modal-contacts {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: auto;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 42px;
            }

            .signature-content,
            .specialties-grid,
            .restaurant-grid,
            .heritage-features {
                grid-template-columns: 1fr;
            }
            
            .modal-body {
                grid-template-columns: 1fr;
            }
            .modal-left {
                border-radius: 24px 24px 0 0;
            }
        }