*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Cormorant Garamond',Georgia,serif;line-height:1.9;color:#1a1a1a;background:linear-gradient(to bottom,#faf8f3 0%,#f5f1e8 50%,#ede8dc 100%);font-size:20px;min-height:100vh;}
.container{max-width:1300px;margin:0 auto;padding:0 28px;}
.navbar{background:linear-gradient(to right,#1a1a1a 0%,#2d2d2d 100%);padding:2.5rem 0;box-shadow:0 8px 35px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.05);position:sticky;top:0;z-index:1000;border-bottom:2px solid #d4af37;}
.navbar .container{display:flex;justify-content:space-between;align-items:center;}
.logo h1{color:#d4af37;font-size:3.8rem;font-weight:600;letter-spacing:4px;text-shadow:2px 2px 8px rgba(0,0,0,0.5),0 0 20px rgba(212,175,55,0.4);font-family:'Cormorant Garamond',serif;font-style:italic;}
.nav-links{display:flex;list-style:none;gap:4rem;}
.nav-links a{color:#e8e6e1;text-decoration:none;font-weight:500;transition:all 0.3s;font-size:1.3rem;padding:12px 20px;border-radius:6px;font-family:'Cormorant Garamond',serif;letter-spacing:1.5px;position:relative;}
.nav-links a::before{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:#d4af37;transition:all 0.3s;transform:translateX(-50%);}
.nav-links a:hover{color:#d4af37;transform:translateY(-2px);}
.nav-links a:hover::before{width:85%;}
.hero{background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 50%,#2d2d2d 100%);color:#faf8f3;padding:200px 20px;text-align:center;position:relative;overflow:hidden;}
.hero::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"><path d="M0 0 L100 100 M100 0 L0 100" stroke="rgba(212,175,55,0.03)" stroke-width="1"/></svg>');background-size:80px 80px;opacity:0.5;}
.hero-content{position:relative;z-index:1;}
.hero-content h2{font-size:5.8rem;margin-bottom:3.5rem;font-weight:400;line-height:1.15;text-shadow:3px 3px 12px rgba(0,0,0,0.6),0 0 35px rgba(212,175,55,0.3);letter-spacing:3px;font-family:'Cormorant Garamond',serif;font-style:italic;color:#d4af37;}
.hero-content p{font-size:2rem;margin-bottom:5rem;max-width:1000px;margin-left:auto;margin-right:auto;line-height:2.4;opacity:0.95;font-weight:400;font-style:italic;color:#e8e6e1;font-family:'Cormorant Garamond',serif;}
.cta-button{display:inline-block;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);color:#1a1a1a;padding:28px 80px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.8rem;transition:all 0.4s;border:3px solid #f4d03f;box-shadow:0 10px 40px rgba(212,175,55,0.4),inset 0 1px 0 rgba(255,255,255,0.3);font-family:'Cormorant Garamond',serif;letter-spacing:2px;font-style:italic;}
.cta-button:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 15px 50px rgba(212,175,55,0.6),inset 0 1px 0 rgba(255,255,255,0.4);background:linear-gradient(135deg,#f4d03f 0%,#d4af37 100%);}
.recipes-section{padding:150px 20px;background:#faf8f3;}
.section-title{text-align:center;font-size:5.2rem;margin-bottom:8rem;color:#1a1a1a;font-weight:400;text-shadow:2px 2px 6px rgba(0,0,0,0.1);letter-spacing:4px;font-family:'Cormorant Garamond',serif;font-style:italic;position:relative;}
.section-title::before{content:'✦';position:absolute;left:50%;top:-50px;transform:translateX(-50%);font-size:4rem;color:#d4af37;opacity:0.6;}
.section-title::after{content:'✦';position:absolute;left:50%;bottom:-50px;transform:translateX(-50%);font-size:4rem;color:#d4af37;opacity:0.6;}
.recipe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:5rem;}
.recipe-card{background:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.15),0 0 0 2px #e8e6e1;transition:all 0.5s;border:3px solid #d4af37;cursor:pointer;position:relative;}
.recipe-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d4af37,#f4d03f,#d4af37);}
.recipe-card:hover{transform:translateY(-16px) scale(1.02);box-shadow:0 30px 80px rgba(0,0,0,0.2),0 0 0 3px #f4d03f;}
.recipe-card img{width:100%;height:360px;object-fit:cover;transition:transform 0.6s;filter:sepia(5%) brightness(0.98);}
.recipe-card:hover img{transform:scale(1.12);filter:sepia(0%) brightness(1.05);}
.recipe-content{padding:4.5rem;}
.recipe-content h3{font-size:2.8rem;margin-bottom:2rem;color:#1a1a1a;font-weight:500;line-height:1.25;letter-spacing:2px;font-family:'Cormorant Garamond',serif;font-style:italic;}
.recipe-content p{color:#4a4a4a;margin-bottom:2.5rem;font-size:1.3rem;line-height:2.3;font-weight:400;font-style:italic;font-family:'Cormorant Garamond',serif;}
.recipe-meta{display:flex;gap:4rem;color:#8b7355;font-weight:600;font-size:1.3rem;font-family:'Cormorant Garamond',serif;font-style:italic;}
.view-recipe-btn{margin-top:3rem;padding:20px 50px;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);color:#1a1a1a;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all 0.3s;font-family:'Cormorant Garamond',serif;font-size:1.3rem;letter-spacing:2px;font-style:italic;box-shadow:0 8px 25px rgba(212,175,55,0.4);}
.view-recipe-btn:hover{transform:scale(1.08);box-shadow:0 12px 35px rgba(212,175,55,0.6);}
.recipe-details{max-height:0;overflow:hidden;transition:max-height 0.8s ease-out;background:linear-gradient(to bottom,#faf8f3,#f5f1e8);border-radius:16px;margin-top:0;border:2px solid #e8e6e1;}
.recipe-details.active{max-height:4500px;transition:max-height 1.4s ease-in;padding:5rem 4.5rem;margin-top:3.5rem;box-shadow:inset 0 2px 20px rgba(0,0,0,0.08);}
.recipe-section{margin-bottom:4.5rem;}
.recipe-section:last-child{margin-bottom:0;}
.recipe-section h4{color:#1a1a1a;font-size:2.4rem;margin-bottom:3.5rem;display:flex;align-items:center;gap:1.8rem;font-weight:500;font-family:'Cormorant Garamond',serif;letter-spacing:2px;font-style:italic;}
.recipe-section ul,.recipe-section ol{padding-left:4rem;color:#4a4a4a;}
.recipe-section li{margin-bottom:2rem;line-height:2.3;font-size:1.3rem;font-weight:400;font-family:'Cormorant Garamond',serif;}
footer{background:linear-gradient(to right,#0f0f0f 0%,#1a1a1a 100%);color:#e8e6e1;padding:8rem 20px 5rem;border-top:2px solid #d4af37;}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:7rem;margin-bottom:7rem;}
.footer-section h3,.footer-section h4{margin-bottom:3.5rem;color:#d4af37;font-weight:500;font-size:2.4rem;font-family:'Cormorant Garamond',serif;letter-spacing:3px;font-style:italic;}
.footer-section p{font-size:1.3rem;line-height:2.3;opacity:0.9;font-weight:400;font-style:italic;color:#e8e6e1;font-family:'Cormorant Garamond',serif;}
.footer-section ul{list-style:none;}
.footer-section ul li{margin-bottom:2rem;}
.footer-section a{color:#d4af37;text-decoration:none;transition:color 0.3s;font-size:1.3rem;font-weight:500;font-family:'Cormorant Garamond',serif;font-style:italic;}
.footer-section a:hover{color:#f4d03f;text-shadow:0 0 10px rgba(212,175,55,0.5);}
.copyright{text-align:center;padding-top:5rem;border-top:2px solid rgba(212,175,55,0.3);font-size:1.2rem;opacity:0.8;font-weight:400;font-family:'Cormorant Garamond',serif;font-style:italic;color:#8b7355;}
.company-info{margin-top:3rem;padding-top:3rem;border-top:2px solid rgba(212,175,55,0.3);text-align:center;font-size:1.15rem;color:rgba(232,230,225,0.9);font-weight:400;font-family:'Cormorant Garamond',serif;font-style:italic;}
@media(max-width:768px){body{font-size:18px;}.navbar .container{flex-direction:column;gap:1.5rem;}.nav-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;}.hero-content h2{font-size:4rem;}.hero-content p{font-size:1.7rem;}.recipe-grid{grid-template-columns:1fr;}.section-title{font-size:4rem;}.recipe-content h3{font-size:2.3rem;}}
