:root {
    --fistic-dark: #1b2620; /* Verde kaki foarte intunecat (elegant) */
    --fistic-light: #2c3a31; /* Verde mat (fundal sectiuni) */
    --auriu-miere: #D4AF37; /* Culoarea siropului / mierii */
    --auriu-hover: #b5952f;
    --text-crem: #F8F4E6; /* Alb cald, pudrat */
    --text-gri: #a3a6a4;
    
    --font-titlu: 'Cinzel', serif; /* Elegant, clasic */
    --font-subtitlu: 'Lora', serif; /* Pentru texte romantice */
    --font-text: 'Montserrat', sans-serif; /* Modern, lizibil */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--fistic-dark); color: var(--text-crem); font-family: var(--font-text); line-height: 1.6; overflow-x: hidden; }

h1, h2, h3, .logo { font-family: var(--font-titlu); text-transform: uppercase; }
.sec-padding { padding: 100px 20px; }
.container { max-width: 1100px; margin: 0 auto; }
.text-center { text-align: center; }
.mt-3 { margin-top: 20px; display: inline-block; }
.mt-4 { margin-top: 40px; }
.bg-darker { background-color: var(--fistic-light); }

/* --- Navbar (Transparent pe PC, Negru pe mobil) --- */
.navbar { position: fixed; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; background: rgba(27, 38, 32, 0.8); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(212, 175, 55, 0.1); z-index: 1000; transition: 0.3s; }
.navbar.scrolled { padding: 15px 5%; background: rgba(27, 38, 32, 0.98); box-shadow: 0 5px 20px rgba(0,0,0,0.5); }
.logo { font-size: 2rem; font-weight: 700; letter-spacing: 2px; color: var(--text-crem); cursor: pointer; z-index: 2000; position: relative; }
.logo span { color: var(--auriu-miere); }

/* Liniute Meniu Mobil */
.burger { display: none; cursor: pointer; z-index: 2000; position: relative; }
.burger div { width: 30px; height: 2px; background: var(--auriu-miere); margin: 6px 0; transition: 0.4s; }
.burger.toggle .line1 { transform: rotate(-45deg) translate(-5px, 6px); }
.burger.toggle .line2 { opacity: 0; }
.burger.toggle .line3 { transform: rotate(45deg) translate(-5px, -6px); }

/* Link-uri (La vedere pe PC) */

.nav-links { display: flex; list-style: none; gap: 30px; align-items: center; }
.nav-links a { color: var(--text-crem); text-decoration: none; font-size: 0.9rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; transition: 0.3s; }.nav-links a:hover { color: var(--auriu-miere); }
.btn-nav { border: 1px solid var(--auriu-miere); padding: 8px 20px; border-radius: 2px; color: var(--auriu-miere) !important; }
.btn-nav:hover { background: var(--auriu-miere); color: var(--fistic-dark) !important; }

/* --- Hero Sectiune --- */
.hero { height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; background: url('https://images.unsplash.com/photo-1596450514735-111a2fe02935?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat; }
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(27, 38, 32, 0.7), rgba(27, 38, 32, 0.95)); }
.hero-content { position: relative; z-index: 10; max-width: 700px; padding: 20px; }
.tagline { display: block; font-family: var(--font-subtitlu); font-style: italic; color: var(--auriu-miere); font-size: 1.2rem; margin-bottom: 20px; letter-spacing: 1px; }
.hero h1 { font-size: 4.5rem; line-height: 1.1; margin-bottom: 20px; letter-spacing: 2px; color: var(--text-crem); }
.hero p { font-size: 1.1rem; color: var(--text-gri); margin-bottom: 40px; font-weight: 300; }

.hero-butoane { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-primar { background: var(--auriu-miere); color: var(--fistic-dark); padding: 15px 35px; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border-radius: 2px; transition: 0.3s; box-shadow: 0 5px 20px rgba(212, 175, 55, 0.2); border: 1px solid var(--auriu-miere); }
.btn-primar:hover { background: transparent; color: var(--auriu-miere); transform: translateY(-3px); }
.btn-secundar { background: transparent; color: var(--text-crem); border: 1px solid rgba(248, 244, 230, 0.3); padding: 15px 35px; text-decoration: none; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-radius: 2px; transition: 0.3s; }
.btn-secundar:hover { border-color: var(--auriu-miere); color: var(--auriu-miere); background: rgba(212, 175, 55, 0.1); }

/* --- Povestea (De ce noi) --- */
.container-flex { display: flex; align-items: center; gap: 60px; }
.imagine-poveste { flex: 1; position: relative; }
.imagine-poveste img { width: 100%; border-radius: 4px; box-shadow: -20px 20px 0 rgba(212, 175, 55, 0.1); object-fit: cover; aspect-ratio: 3/4; }
.badge-calitate { position: absolute; bottom: -20px; right: -20px; background: var(--auriu-miere); color: var(--fistic-dark); padding: 20px; border-radius: 50%; font-family: var(--font-titlu); font-weight: 700; font-size: 0.8rem; text-align: center; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }

.text-poveste { flex: 1.2; }
.text-poveste h2 { font-size: 3rem; margin-bottom: 20px; line-height: 1.2; color: var(--auriu-miere); }
.text-poveste p { color: var(--text-gri); font-size: 1.1rem; margin-bottom: 30px; font-weight: 300; }
.lista-ingrediente { list-style: none; }
.lista-ingrediente li { margin-bottom: 15px; font-size: 1rem; color: var(--text-crem); padding-bottom: 15px; border-bottom: 1px dashed rgba(255,255,255,0.05); }
.lista-ingrediente strong { color: var(--auriu-miere); font-family: var(--font-titlu); letter-spacing: 1px; }

/* --- Meniul (Grid Produse) --- */
.titlu-sectiune { font-size: 3rem; color: var(--text-crem); margin-bottom: 10px; }
.descriere-sub { color: var(--auriu-miere); font-family: var(--font-subtitlu); font-style: italic; font-size: 1.2rem; margin-bottom: 50px; }

.grid-meniu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: stretch; }
.card-produs { background: var(--fistic-dark); border-radius: 4px; border: 1px solid rgba(255,255,255,0.03); transition: 0.3s; display: flex; flex-direction: column; overflow: hidden; position: relative; }
.card-produs:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.5); border-color: rgba(212, 175, 55, 0.3); }
.card-produs img { width: 100%; height: 250px; object-fit: cover; transition: 0.5s; }
.card-produs:hover img { transform: scale(1.05); }

.info-produs { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; justify-content: space-between; background: linear-gradient(to top, var(--fistic-dark) 0%, transparent 100%); margin-top: -50px; z-index: 2; position: relative; }
.info-produs h3 { font-size: 1.5rem; margin-bottom: 10px; color: var(--text-crem); }
.info-produs p { color: var(--text-gri); font-size: 0.95rem; margin-bottom: 20px; flex-grow: 1; font-weight: 300; }
.pret { font-family: var(--font-titlu); font-size: 1.4rem; color: var(--auriu-miere); font-weight: 700; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 15px; }

/* Produs evidentiat (Best Seller) */
.card-gold { border-color: var(--auriu-miere); box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1); }
.badge-recomandare { position: absolute; top: 15px; right: 15px; background: var(--auriu-miere); color: var(--fistic-dark); padding: 5px 15px; font-family: var(--font-titlu); font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; z-index: 10; border-radius: 2px; }

/* --- Sectiunea Platouri (Parallax pt lux) --- */
.parallax-bg { background-attachment: fixed; background-position: center; background-size: cover; position: relative; border-top: 1px solid rgba(212, 175, 55, 0.2); border-bottom: 1px solid rgba(212, 175, 55, 0.2); }
.overlay-parallax { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(27, 38, 32, 0.85); z-index: 1; }
.titlu-auriu { font-size: 2.8rem; color: var(--auriu-miere); margin-bottom: 20px; }
.text-alb-mare { font-size: 1.2rem; color: var(--text-crem); max-width: 700px; margin: 0 auto; line-height: 1.8; }

.pasi-comanda { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
.pas { max-width: 250px; }
.cerc-auriu { width: 50px; height: 50px; background: transparent; border: 2px solid var(--auriu-miere); color: var(--auriu-miere); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-family: var(--font-titlu); font-size: 1.5rem; font-weight: 700; margin: 0 auto 15px; }

.btn-whatsapp-auriu { background: #25D366; color: white; padding: 18px 40px; text-decoration: none; font-size: 1.1rem; font-weight: 700; border-radius: 4px; display: inline-block; transition: 0.3s; box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2); font-family: var(--font-text); text-transform: uppercase; letter-spacing: 1px; border: 1px solid #25D366;}
.btn-whatsapp-auriu:hover { background: transparent; color: #25D366; transform: translateY(-3px); }

/* --- Contact --- */
.contact-box { background: var(--fistic-light); padding: 60px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.05); max-width: 700px; margin: 0 auto; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.contact-text h2 { font-size: 2.5rem; margin-bottom: 15px; color: var(--auriu-miere); }
.contact-text p { color: var(--text-gri); font-size: 1.1rem; }

.btn-whatsapp-mare { background: #25D366; color: white; padding: 15px 35px; text-decoration: none; font-size: 1rem; font-weight: 700; border-radius: 4px; transition: 0.3s; box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2); border: 1px solid #25D366; display: inline-block;}
.btn-whatsapp-mare:hover { background: transparent; color: #25D366; }

.locatie-info p { color: #ccc; font-size: 1rem; margin-bottom: 8px; }
.btn-waze { display: inline-flex; align-items: center; gap: 10px; background: #05C8F2; color: #000; padding: 10px 25px; text-decoration: none; font-weight: 700; border-radius: 4px; transition: 0.3s; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 5px 15px rgba(5, 200, 242, 0.2); }
.btn-waze:hover { background: white; color: black; transform: translateY(-3px); }

/* --- Footer --- */

footer { text-align: center; padding: 30px; background: #111814; color: #555; font-size: 0.9rem; border-top: 1px solid rgba(255,255,255,0.02); letter-spacing: 2px; text-transform: uppercase; font-family: var(--font-titlu); }

/* Animatii Fade-In */
.fade-element { opacity: 0; transform: translateY(30px); transition: all 0.8s ease; }
.fade-element.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* --- MOBILE --- */
@media (max-width: 900px) {
    /* Hamburger si Meniu Ascuns pe Mobil */
    .burger { display: block; }
    .nav-links { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: rgba(27, 38, 32, 0.98); flex-direction: column; justify-content: center; align-items: center; transition: 0.4s; z-index: 1000; margin: 0; padding: 0; }
    .nav-links.nav-activ { right: 0; }
    .nav-links li { margin: 20px 0; }
    .nav-links a { font-size: 1.5rem; margin-bottom: 0; }
    
    .hero h1 { font-size: 3rem; }
    .hero-butoane { flex-direction: column; }
    .hero-butoane a { width: 100%; text-align: center; }
    
    .container-flex { flex-direction: column; text-align: center; }
    .badge-calitate { right: 50%; transform: translateX(50%); bottom: -50px; }
    .text-poveste { margin-top: 40px; }
    .lista-ingrediente { text-align: left; }
    
    .grid-meniu { grid-template-columns: 1fr; } /* 1 Produs pe rand la telefon */
    .contact-box { padding: 40px 20px; }
}
