:root {
            --bg-dark: #100f0f;
            --bg-card: #181818;
            --text-main: #f0f0f0;
            --text-muted: #a0a0a0;
            --accent: #d32f2f;
            --accent-hover: #b71c1c;
            --pink-accent: #E58AA3;
            --border: #333;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Lato', sans-serif; background-color: var(--bg-dark); color: var(--text-main); line-height: 1.6; }
        h1, h2, h3, h4, .logo, .tab-btn { font-family: 'Cinzel', serif; }

        /* NAWIGACJA */
        .navbar { position: fixed; width: 100%; top: 0; display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; background: rgba(16, 15, 15, 0.95); border-bottom: 1px solid var(--border); z-index: 1000; }
        .nav-brand a { font-size: 24px; color: #fff; text-decoration: none; font-weight: 700; }
        .nav-brand span { color: var(--accent); }
        .nav-links { display: flex; list-style: none; gap: 30px; }
        .nav-links a { color: var(--text-main); text-decoration: none; font-size: 14px; text-transform: uppercase; transition: color 0.3s; }
        .nav-links a:hover { color: var(--accent); }
        .nav-actions { display: flex; align-items: center; gap: 15px; }
        .btn-phone { background: transparent; border: 1px solid var(--accent); color: var(--accent); padding: 8px 20px; cursor: pointer; text-transform: uppercase; font-weight: bold; border-radius: 4px; transition: 0.3s; text-decoration: none; font-size: 14px; }
        .btn-phone:hover { background: var(--accent); color: #fff; }
        .hamburger { display: none; font-size: 24px; cursor: pointer; color: var(--accent); }

        /* HERO SECTION */
        .hero { height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(rgba(10,10,10,0.7), rgba(10,10,10,0.9)), url('https://images.pexels.com/photos/1566837/pexels-photo-1566837.jpeg?auto=compress&cs=tinysrgb&w=1920') center/cover; text-align: center; padding-top: 80px; }
        .hero h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
        .hero p { font-size: 1.2rem; max-width: 600px; margin: 0 auto 40px; color: var(--text-muted); }
        .hero-btns { display: flex; gap: 20px; justify-content: center; }
        .btn-outline { border: 1px solid var(--accent); color: var(--accent); padding: 15px 30px; text-decoration: none; text-transform: uppercase; font-weight: bold; transition: 0.3s; cursor: pointer; background: transparent;}
        .btn-filled { background: var(--accent); color: #fff; padding: 15px 30px; text-decoration: none; text-transform: uppercase; font-weight: bold; transition: 0.3s; cursor: pointer; border: none;}
        .btn-outline:hover { background: var(--accent); color: #fff; }
        .btn-filled:hover { background: var(--accent-hover); }

        /* O KUCHNI */
        .about-section { padding: 100px 5%; background: var(--bg-card); }
        .about-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; max-width: 1200px; margin: 0 auto; }
        .about-text h2 { font-size: 2.5rem; margin-bottom: 30px; }
        .about-text h2 span { color: var(--accent); }
        .about-text p { margin-bottom: 20px; color: var(--text-muted); font-size: 1.1rem; }
        .about-images { position: relative; }
        .img-main { width: 90%; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
        .img-sub { position: absolute; bottom: -30px; right: 0; width: 50%; border: 10px solid var(--bg-card); border-radius: 8px; }

        /* MENU */
        .menu-section { padding: 100px 5% 50px; max-width: 1200px; margin: 0 auto; }
        .section-header { text-align: center; margin-bottom: 50px; }
        .section-header h2 { font-size: 2.5rem; }
        .section-header h2 span { color: var(--accent); }
        .menu-tabs { display: flex; justify-content: center; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; }
        .tab-btn { background: transparent; border: none; color: var(--text-muted); font-size: 1.2rem; cursor: pointer; padding: 10px 20px; border-bottom: 2px solid transparent; transition: 0.3s; }
        .tab-btn:hover, .tab-btn.active { color: var(--accent); border-bottom-color: var(--accent); }
        .tab-content { display: none; grid-template-columns: 1fr 1fr; gap: 30px; }
        .menu-item { display: flex; justify-content: space-between; align-items: center; padding: 20px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; transition: transform 0.3s; }
        .menu-item:hover { border-color: var(--accent); transform: translateY(-3px); }
        .item-info { flex: 1; padding-right: 20px; }
        .item-info h3 { font-size: 1.2rem; margin-bottom: 5px; color: #fff; }
        .item-info p { font-size: 0.9rem; color: var(--text-muted); }
        .price { font-weight: bold; font-size: 1.3rem; color: var(--accent); white-space: nowrap; }

        /* GALERIA (Ukryta domyślnie) */
        .gallery-wrapper { max-width: 1200px; margin: 0 auto 100px; text-align: center; padding: 0 5%; }
        #gallery-container { display: none; padding-top: 30px; }
        .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; grid-auto-rows: 250px; }
        .gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; transition: 0.4s; }
        .gallery-grid img:hover { filter: brightness(1.2); }
        .gallery-grid .span-2 { grid-column: span 2; grid-row: span 2; }

        /* NOWA SEKCJA (La Famiglia / Szef Kuchni) */
        .chef-section { background: linear-gradient(rgba(10,10,10,0.85), rgba(10,10,10,0.85)), url('https://images.pexels.com/photos/887827/pexels-photo-887827.jpeg?auto=compress&cs=tinysrgb&w=1920') center/cover fixed; padding: 100px 5%; text-align: center; }
        .chef-content { max-width: 800px; margin: 0 auto; }
        .chef-content h2 { font-size: 2.5rem; margin-bottom: 20px; }
        .chef-content h2 span { color: var(--accent); }
        .chef-content p { font-size: 1.2rem; color: #ccc; font-style: italic; margin-bottom: 30px; }
        .signature { font-family: 'Cinzel', serif; font-size: 1.5rem; color: var(--accent); }

        /* MODUŁ REZERWACJI */
        .reservation-section { background: var(--bg-card); padding: 100px 5%; }
        .reservation-container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 1200px; margin: 0 auto; }
        
        /* Lewa strona - Info i Mapa */
        .res-info { display: flex; flex-direction: column; justify-content: space-between; }
        .res-info h2 { font-size: 2.5rem; margin-bottom: 15px; }
        .res-info h2 span { color: var(--accent); }
        .res-details { background: var(--bg-dark); padding: 25px; border-radius: 8px; border: 1px solid var(--border); margin-bottom: 20px; }
        .res-details h4 { color: var(--accent); margin-bottom: 10px; font-size: 1.2rem; }
        .res-details p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 5px; }
        .map-placeholder { flex-grow: 1; }
        .map-placeholder iframe { width: 100%; height: 100%; min-height: 250px; border: 0; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

        /* Prawa strona - Formularz */
        .res-widget { background: #fdfdfd; color: #333; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
        .res-header { padding: 25px; border-bottom: 1px solid #eee; text-align: center; }
        .res-header h3 { font-family: 'Lato', sans-serif; font-size: 1.5rem; color: #111; margin-bottom: 5px;}
        .res-header span { color: var(--accent); font-weight: bold; font-size: 0.9rem; }
        .res-form { padding: 25px; }
        
        .form-row { display: flex; gap: 15px; margin-bottom: 15px; }
        .form-row input, .form-row select, .res-form textarea { flex: 1; padding: 12px 15px; border: 1px solid #ccc; border-radius: 6px; font-family: inherit; font-size: 1rem; width: 100%; background: #fff; color: #333;}
        .res-form textarea { margin-bottom: 15px; resize: vertical; }
        
        /* Błędy formularza */
        .input-error { border: 2px solid #ff2a2a !important; background-color: #ffe6e6 !important; }
        .error-msg { color: #ff2a2a; font-size: 12px; display: none; margin-top: -12px; margin-bottom: 10px; font-weight: bold; }
        
        /* Wybór czasu (radio buttons) */
        .duration-options { display: flex; gap: 10px; margin-bottom: 20px;}
        .duration-btn { flex: 1; position: relative; cursor: pointer; }
        .duration-btn input { position: absolute; opacity: 0; }
        .duration-btn span { display: block; text-align: center; padding: 11px; background: #e0e0e0; border: 1px solid #ccc; border-radius: 4px; color: #333; font-weight: bold; font-size: 14px; transition: 0.3s; }
        .duration-btn input:checked ~ span { background-color: var(--accent) !important; border-color: var(--accent) !important; color: #fff !important; }

        .checkbox-container { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; font-size: 0.85rem; color: #666; }
        .checkbox-container input { margin-top: 4px; cursor: pointer; }

        .btn-submit-res { width: 100%; background: var(--accent); color: #fff; border: none; padding: 16px; border-radius: 6px; font-weight: bold; font-size: 1.1rem; cursor: pointer; transition: 0.3s; text-transform: uppercase;}
        .btn-submit-res:hover { background: var(--accent-hover); }

        /* STOPKA */
        .site-footer { background: #050505; padding: 80px 5% 20px; border-top: 1px solid var(--border); }
        .footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; max-width: 1200px; margin: 0 auto 50px; }
        .footer-col h3 { font-size: 1.5rem; margin-bottom: 20px; }
        .footer-col h3 span { color: var(--accent); }
        .footer-col h4 { font-size: 1.1rem; margin-bottom: 20px; color: #fff; }
        .footer-col p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 10px; }
        .socials a { color: var(--accent); text-decoration: none; margin-right: 15px; font-weight: bold; }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; transition: 0.3s; }
        .footer-links a:hover { color: var(--accent); }
        .footer-bottom { text-align: center; color: #555; font-size: 0.8rem; border-top: 1px solid var(--border); padding-top: 20px; }

        /* RESPONSYWNOŚĆ */
        @media (max-width: 992px) {
            .about-wrapper, .reservation-container, .tab-content { grid-template-columns: 1fr; }
            .gallery-grid .span-2 { grid-column: span 1; grid-row: span 1; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
            .res-info { gap: 30px; }
        }

        @media (max-width: 768px) {
            .nav-links { position: fixed; top: 0; left: -100%; width: 100%; height: 100vh; background: var(--bg-dark); flex-direction: column; justify-content: center; align-items: center; transition: 0.3s; z-index: -1; }
            .nav-links.active { left: 0; }
            .nav-links li { margin: 20px 0; }
            .nav-links a { font-size: 1.5rem; }
            .hamburger { display: block; z-index: 1001; }
            .hero h1 { font-size: 2.5rem; }
            .footer-grid { grid-template-columns: 1fr; }
            .form-row { flex-direction: column; gap: 15px; }
        }