*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}
body{background:#f7f3ee;color:#1c1410;font-family:'DM Sans',sans-serif;}
.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:70px;background:rgba(26,58,42,0.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(200,151,58,0.3);display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;}
.nav-brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;}
.nav-brand-img{width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(200,151,58,.4);object-fit:contain;}
.nav-brand-name{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:900;color:#c8973a;line-height:1;}
.nav-brand-sub{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:.68rem;color:rgba(255,255,255,.45);}
.nav-main{display:flex;align-items:center;gap:.5rem;list-style:none;}
.nav-main a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.76rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .8rem;transition:color .2s;}
.nav-main a:hover,.nav-main a.active{color:#c8973a;}
.nav-cta-btn{background:#c8973a!important;color:#1a3a2a!important;padding:.4rem 1rem!important;}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none;}
.nav-hamburger span{display:block;width:24px;height:2px;background:#fff;transition:all .3s;}
.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-hamburger.open span:nth-child(2){opacity:0;}
.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.nav-drawer{position:fixed;top:70px;left:0;right:0;bottom:0;background:rgba(26,58,42,0.99);z-index:998;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease;}
.nav-drawer.open{transform:translateX(0);}
.drawer-inner{padding:1.5rem;}
.drawer-section{margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem;}
.drawer-title{font-family:'Playfair Display',serif;font-size:.75rem;font-weight:700;color:#c8973a;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.8rem;}
.drawer-links{display:grid;grid-template-columns:1fr 1fr;gap:.1rem;}
.drawer-links a{font-size:.85rem;color:rgba(255,255,255,.75);text-decoration:none;padding:.35rem .2rem;display:block;}
.drawer-links a:hover{color:#c8973a;}
.drawer-cta{display:block;margin-top:1.5rem;background:#c8973a;color:#1a3a2a;text-align:center;padding:.8rem;font-weight:600;font-size:.85rem;text-decoration:none;}
.breadcrumb{margin-top:70px;background:#1a3a2a;padding:.8rem 2.5rem;display:flex;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap;}
.breadcrumb a{color:#e8b86d;text-decoration:none;}.breadcrumb-sep{color:rgba(255,255,255,.3);}.breadcrumb-cur{color:rgba(255,255,255,.6);}
.recipe-hero{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:360px;}
.hero-left{background:linear-gradient(150deg,#050a1a,#0a1528);padding:3rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;}
.hero-pattern{position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(26,58,92,.08) 39px,rgba(26,58,92,.08) 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(26,58,92,.08) 39px,rgba(26,58,92,.08) 40px);pointer-events:none;}
.hero-content{position:relative;z-index:1;}
.hero-cat{font-size:.65rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#6a9fd4;margin-bottom:.8rem;display:flex;align-items:center;gap:.6rem;}
.hero-cat::before{content:'';width:24px;height:1px;background:#6a9fd4;}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(1.4rem,2.5vw,2.4rem);font-weight:900;color:#fff;line-height:1.08;margin-bottom:.6rem;}
.hero-meta{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.28);padding-top:.8rem;border-top:1px solid rgba(255,255,255,.08);}
.hero-right{position:relative;overflow:hidden;}
.hero-right img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.65) saturate(1.2);}
.hero-right-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.3),transparent);}
.page-wrap{max-width:1080px;margin:0 auto;padding:0 2rem;}
.recipe-layout{display:grid;grid-template-columns:1fr 270px;gap:2.5rem;padding:3rem 0 4rem;align-items:start;}
.section-label{font-size:.65rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#1a3a5c;display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem;}
.section-label::after{content:'';flex:1;height:1px;background:#ede7dc;}
.steps-list{list-style:none;}
.step-item{display:flex;gap:1.2rem;padding:1.3rem 0;border-bottom:1px solid #ede7dc;align-items:flex-start;}
.step-item:last-child{border-bottom:none;}
.step-num{width:44px;height:44px;min-width:44px;border:1.5px solid #1a3a5c;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1rem;font-weight:900;color:#1a3a5c;}
.step-text{font-family:'Cormorant Garamond',serif;font-size:1.05rem;color:#5a5550;line-height:1.8;padding-top:.3rem;}
.recipe-sidebar{display:flex;flex-direction:column;gap:.8rem;position:sticky;top:82px;align-self:start;}
.ing-card{background:linear-gradient(160deg,#050a1a,#0a1528);padding:1.4rem;}
.ing-card-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:#6a9fd4;margin-bottom:.3rem;}
.ing-card-sub{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:.9rem;padding-bottom:.7rem;border-bottom:1px solid rgba(255,255,255,.1);}
.ing-list{list-style:none;}
.ing-row{display:flex;align-items:flex-start;gap:.55rem;padding:.45rem .1rem;border-bottom:1px solid rgba(255,255,255,.07);cursor:pointer;}
.ing-row:last-child{border-bottom:none;}
.ing-row.ticked{opacity:.35;}
.ing-row.ticked .ing-label{text-decoration:line-through;}
.ing-check{width:13px;min-width:13px;height:13px;border:1px solid rgba(106,159,212,.5);margin-top:2px;display:flex;align-items:center;justify-content:center;font-size:.45rem;color:#050a1a;}
.ing-row.ticked .ing-check{background:#6a9fd4;}
.ing-label{font-family:'DM Sans',sans-serif;font-size:.82rem;color:rgba(255,255,255,.82);line-height:1.4;}
.copo-card{background:#f0e8d8;padding:1rem 1.2rem;}
.copo-title{font-family:'Playfair Display',serif;font-size:.8rem;font-weight:700;color:#1a3a5c;margin-bottom:.3rem;}
.copo-text{font-family:'Cormorant Garamond',serif;font-size:.95rem;color:#5a4a3a;}
.nav-card{background:#ede7dc;padding:1.1rem 1.3rem;}
.nav-card-title{font-family:'Playfair Display',serif;font-size:.85rem;font-weight:700;color:#1a3a2a;margin-bottom:.6rem;}
.nav-card-links a{display:block;font-size:.8rem;color:#6b6560;text-decoration:none;padding:.28rem 0;border-bottom:1px solid rgba(0,0,0,.08);}
.nav-card-links a:last-child{border-bottom:none;}
.nav-card-links a:hover{color:#1a3a5c;}
.content-title{color:#1a3a5c;font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;margin:1.5rem 0 .6rem;padding-top:1.2rem;border-top:1px solid #ede7dc;}
.content-title:first-child{margin-top:0;padding-top:0;border-top:none;}
.page-layout p{font-family:'Cormorant Garamond',serif;font-size:1.05rem;color:#3a2a1a;line-height:1.85;margin-bottom:.8rem;}
.content-list{margin:.5rem 0 1rem 1.5rem;}
.content-list li{font-family:'Cormorant Garamond',serif;font-size:1rem;color:#5a4a3a;line-height:1.6;margin-bottom:.3rem;}
.site-footer{background:#0a1910;padding:3.5rem 2.5rem 1.8rem;}
.footer-inner{max-width:1200px;margin:0 auto;}
.footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;}
.footer-brand-name{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:900;color:#c8973a;margin-bottom:.3rem;}
.footer-brand-sub{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:.9rem;color:rgba(255,255,255,.4);margin-bottom:.6rem;}
.footer-col-title{font-family:'Playfair Display',serif;font-size:.75rem;font-weight:700;color:#c8973a;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.8rem;padding-bottom:.4rem;border-bottom:1px solid rgba(200,151,58,.2);}
.footer-col ul{list-style:none;}.footer-col ul li{margin-bottom:.3rem;}
.footer-col ul li a{color:rgba(255,255,255,.4);text-decoration:none;font-size:.78rem;display:block;transition:color .15s;}
.footer-col ul li a:hover{color:#c8973a;}
.footer-bar{padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem;}
.footer-copy{font-size:.7rem;color:rgba(255,255,255,.25);}
.footer-legal a{font-size:.7rem;color:rgba(255,255,255,.25);text-decoration:none;}
@media(max-width:860px){
  .site-nav{padding:0 1.2rem;}.nav-main{display:none;}.nav-hamburger{display:flex;}
  .breadcrumb{padding:.7rem 1.2rem;}
  .recipe-hero{grid-template-columns:1fr;}.hero-right{height:200px;}
  .page-wrap{padding:0 1.2rem;}
  .recipe-layout{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0 3rem;}
  .recipe-sidebar{position:static;}
  .footer-cols{grid-template-columns:1fr 1fr;}.site-footer{padding:2.5rem 1.2rem 1.5rem;}
}
@media(max-width:500px){.footer-cols{grid-template-columns:1fr;}.footer-bar{flex-direction:column;}}