@import"https://fonts.googleapis.com/css2?family=Pacifico&family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap";:root{--gold: #FDBA12;--gold-dark: #E5A600;--gold-light: #FFD56B;--brown: #3B2314;--brown-light: #5A3D2B;--cream: #FFFBEB;--cream-dark: #FEF3C7;--white: #FFFFFF;--muted: #713F12;--muted-light: #A16207;--shadow-soft: 0 12px 30px rgba(59,35,20,.06);--shadow-card: 0 20px 60px rgba(59,35,20,.05);--shadow-gold: 0 6px 24px rgba(253,186,18,.35);--radius-sm: .75rem;--radius-md: 1.25rem;--radius-lg: 2rem;--radius-xl: 3rem;--radius-pill: 999px;--font-script: "Pacifico", cursive;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--transition: all .4s cubic-bezier(.23, 1, .32, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--cream);color:var(--brown);overflow-x:hidden;line-height:1.7}h1,h2,h3,h4,h5,h6{color:var(--brown);line-height:1.1;font-weight:800}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}::selection{background:#ffb8004d;color:var(--brown)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.btn-gold{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--brown);font-weight:700;font-family:var(--font-sans);font-size:.9rem;padding:.85rem 1.75rem;border-radius:var(--radius-pill);transition:var(--transition);box-shadow:var(--shadow-gold);border:none;cursor:pointer;white-space:nowrap}.btn-gold:hover{background:var(--gold-dark);transform:scale(1.04)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--brown);font-weight:700;font-family:var(--font-sans);font-size:.9rem;padding:.85rem 1.75rem;border-radius:var(--radius-pill);border:2px solid var(--brown);transition:var(--transition);cursor:pointer;white-space:nowrap}.btn-outline:hover{background:var(--brown);color:var(--cream)}.tag{display:inline-flex;align-items:center;gap:.3rem;background:#ffb8002e;color:var(--brown);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-pill);text-align:center;line-height:1.4}@media(max-width:768px){.tag{font-size:.65rem;padding:.4rem 1rem;border-radius:12px}}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid rgba(61,30,22,.06);box-shadow:var(--shadow-soft)}.section-label{display:inline-block;margin-bottom:1rem}.section-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:var(--brown);line-height:1.15;margin-bottom:1rem}.section-sub{color:var(--muted);font-size:1.05rem;max-width:560px;margin:0 auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-gold{0%,to{box-shadow:var(--shadow-gold)}50%{box-shadow:0 4px 32px #ffb800a6}}.orb{position:absolute;pointer-events:none;z-index:0;border-radius:50%}.orb-gold{background:radial-gradient(circle at center,#ffb8002e,#ffb80000 65%);animation:float 7s ease-in-out infinite}.orb-brown{background:radial-gradient(circle at center,#3d1e1614,#3d1e1600 65%);animation:float 9s ease-in-out infinite 2s}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:var(--transition);padding:0 2rem;height:80px;display:flex;align-items:center}.navbar.scrolled{background:#fdf8f5f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(61,30,22,.08);box-shadow:var(--shadow-soft)}@media(max-width:768px){.navbar.scrolled{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fdf8f5fa}}.navbar-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;position:relative}.navbar-logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--brown)}.navbar-logo img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,184,0,.3);box-shadow:0 2px 10px #3d1e1626}.logo-text{display:flex;flex-direction:column}.logo-title{font-family:var(--font-script);font-size:1.6rem;color:var(--gold);line-height:1;margin-top:4px;text-shadow:0 2px 4px rgba(59,35,20,.1)}.logo-subtitle{font-size:.85rem;font-weight:700;color:var(--brown);letter-spacing:.15em;text-transform:uppercase;margin-top:-4px}.navbar-links{display:flex;align-items:center;gap:2.5rem;list-style:none;position:absolute;left:50%;transform:translate(-50%)}@media(max-width:1100px){.navbar-links{position:static;transform:none;margin:0 auto}}.navbar-links a{font-weight:500;font-size:.9rem;color:#3d1e16b3;transition:color .2s;position:relative;padding-bottom:2px}.navbar-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--gold);transition:width .3s}.navbar-links a:hover{color:var(--brown)}.navbar-links a:hover:after{width:100%}.navbar-desktop-actions{display:flex;align-items:center;gap:1.25rem;transform:translateY(2px)}.navbar-mobile-btn{display:none;padding:.5rem;color:var(--brown);position:relative;z-index:1001}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#3b231459;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:998}@media(max-width:768px){.menu-overlay{backdrop-filter:none;-webkit-backdrop-filter:none;background:#3b2314a6}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:320px;background:var(--cream);z-index:999;padding:80px 1.5rem 2rem;display:flex;flex-direction:column;box-shadow:-15px 0 45px #3b231426}.mobile-menu-header{margin-bottom:2.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(61,30,22,.08)}.mobile-menu-title{font-family:var(--font-script);font-size:1.7rem;color:var(--gold);text-shadow:0 2px 4px rgba(59,35,20,.05)}.mobile-menu-links{display:flex;flex-direction:column;gap:.5rem}.mobile-menu-links a{display:block;font-size:1.25rem;font-weight:600;color:var(--brown);padding:1rem 0;transition:var(--transition);border-bottom:1px solid rgba(61,30,22,.03)}.mobile-menu-links a:hover{color:var(--gold);padding-left:8px}.mobile-menu-footer{margin-top:auto;display:flex;flex-direction:column;gap:1.25rem}.mobile-menu-social{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--brown);opacity:.8;padding:.5rem 0}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--cream) 0%,#F5EDE3 100%);padding-top:80px}@media(max-width:900px){.navbar-links{display:none}.navbar-mobile-btn{display:block}.navbar-desktop-actions{display:none!important}}@media(max-width:768px){.navbar{height:70px;padding:0 1.25rem}.navbar-logo img{width:38px;height:38px}.logo-title{font-size:1.35rem}.logo-subtitle{font-size:.75rem}.hero{padding-top:70px}}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:5rem 0;position:relative;z-index:1}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:2.5rem;padding:2rem 0 6rem;text-align:center}}.hero-badge{margin-bottom:1.5rem}.hero-title{font-size:clamp(2.8rem,5.5vw,5rem);font-weight:900;line-height:1.05;margin-bottom:1.25rem}.hero-title .gold{color:var(--gold);font-style:italic}.hero-title .soft{color:#3d1e16a6}.hero-description{color:var(--muted);font-size:1.1rem;line-height:1.7;max-width:460px;margin-bottom:2rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;justify-content:inherit}@media(max-width:600px){.hero-ctas{justify-content:center}.hero-ctas a{width:100%;justify-content:center}}.hero-stats{display:flex;align-items:center;gap:1rem}.hero-avatars{display:flex}.hero-avatars span{width:34px;height:34px;border-radius:50%;background:#ffb80040;border:2px solid var(--cream);display:flex;align-items:center;justify-content:center;font-size:.7rem;margin-left:-8px}.hero-avatars span:first-child{margin-left:0}.hero-stats-text{font-size:.88rem;color:#3d1e16a6}.hero-stats-text strong{color:var(--brown)}.hero-card{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-card);border:1px solid rgba(61,30,22,.05)}.hero-card-img{border-radius:var(--radius-lg);overflow:hidden;height:220px;background:#ffb80014;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;position:relative}.hero-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;filter:drop-shadow(0 10px 20px rgba(59,35,20,.15))}.hero-card-img:hover img{transform:scale(1.04)}.hero-card-img .card-badge{position:absolute;top:.75rem;left:.75rem}.hero-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.hero-card-footer h3{font-size:1.3rem;font-weight:700}.hero-card-footer p{font-size:.8rem;color:var(--muted);margin-top:.25rem}.hero-card-price{text-align:right}.hero-card-price .price-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.hero-card-price .price-value{font-weight:700;font-size:1rem;color:var(--brown)}.hero-card-cta{display:block;width:100%;text-align:center;margin-top:1.25rem}@keyframes float-indicator{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-14px)}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#3d1e1659;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;animation:float-indicator 2.5s ease-in-out infinite;z-index:20}.products-section{padding:7rem 0;background:var(--cream);position:relative}.tl-header{text-align:center;margin-bottom:5rem}.tl-tag{display:inline-block;background:var(--gold-light)!important;color:var(--brown)!important;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 1.4rem;border-radius:var(--radius-pill);margin-bottom:1.25rem}.tl-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--brown);line-height:1.15;margin-bottom:1rem}.tl-title--script{font-family:var(--font-script);color:var(--gold);font-size:1.15em}.tl-subtitle{font-size:1rem;color:var(--muted);max-width:520px;margin:0 auto;line-height:1.7}.tl-track{position:relative;max-width:900px;margin:0 auto;padding:0}.tl-line{position:absolute;left:50%;top:0;bottom:0;width:2px;transform:translate(-50%);background:linear-gradient(to bottom,transparent,var(--gold-light) 8%,var(--gold) 50%,var(--gold-light) 92%,transparent)}.tl-item{display:grid;grid-template-columns:1fr 60px 1fr;gap:0;align-items:center;margin-bottom:4.5rem;position:relative}.tl-item:last-child{margin-bottom:0}.tl-dot{width:60px;height:60px;background:var(--brown);border:3px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 0 0 6px #fdba121f,0 8px 24px #3b231433;justify-self:center;transition:var(--transition)}.tl-item:hover .tl-dot{background:var(--gold);box-shadow:0 0 0 8px #fdba1233,0 8px 30px #fdba1259}.tl-dot__num{font-family:var(--font-serif);font-size:.8rem;font-weight:700;color:var(--gold);transition:var(--transition)}.tl-item:hover .tl-dot__num{color:var(--brown)}.tl-image-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:280px;box-shadow:0 20px 60px #3b23141f;transition:transform .4s ease,box-shadow .4s ease}.tl-item:hover .tl-image-wrap{transform:translateY(-4px) scale(1.01);box-shadow:0 30px 70px #3b23142e}.tl-image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.23,1,.32,1)}.tl-item:hover .tl-image{transform:scale(1.06)}.tl-badge{position:absolute;bottom:1rem;left:1rem;background:var(--brown);color:var(--gold);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.35rem .9rem;border-radius:var(--radius-pill)}.tl-category{position:absolute;top:1rem;right:1rem;background:#fdba12e6;color:var(--brown);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .9rem;border-radius:var(--radius-pill)}.tl-content{padding:2rem 2.5rem}.tl-name{font-family:var(--font-serif);font-size:1.65rem;font-weight:700;color:var(--brown);margin-bottom:.75rem;line-height:1.2}.tl-desc{font-size:.95rem;color:var(--muted);line-height:1.75;margin-bottom:1.25rem}.tl-content__line{width:40px;height:3px;border-radius:2px;background:var(--gold);transition:width .5s cubic-bezier(.23,1,.32,1)}.tl-item:hover .tl-content__line{width:80px}.tl-item--right .tl-image-wrap{grid-column:1;grid-row:1}.tl-item--right .tl-dot{grid-column:2;grid-row:1}.tl-item--right .tl-content{grid-column:3;grid-row:1}.tl-item--left .tl-content{grid-column:1;grid-row:1;text-align:right}.tl-item--left .tl-dot{grid-column:2;grid-row:1}.tl-item--left .tl-image-wrap{grid-column:3;grid-row:1}.tl-item--left .tl-content__line{margin-left:auto}@media(max-width:768px){.tl-line{display:none}.tl-item,.tl-item--right,.tl-item--left{display:flex;flex-direction:column;gap:1.25rem}.tl-item--left .tl-content{text-align:left}.tl-item--left .tl-content__line{margin-left:0}.tl-dot{align-self:flex-start}.tl-image-wrap{height:220px;width:100%}.tl-content{padding:0}}.tl-cta{margin-top:5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.tl-cta__text{color:var(--muted);font-size:1.05rem;max-width:500px;line-height:1.7}.tl-cta__btn{display:inline-flex;align-items:center;gap:.75rem;background:var(--brown);color:var(--cream);font-size:1.05rem;font-weight:700;padding:1.1rem 2.5rem;border-radius:var(--radius-pill);transition:var(--transition);box-shadow:0 8px 30px #3b231426;text-decoration:none}.tl-cta__btn:hover{background:var(--gold);color:var(--brown);transform:translateY(-3px);box-shadow:0 12px 40px #fdba124d}.about-section{padding:6rem 0;background:var(--cream)}.about-header{text-align:center;margin-bottom:4rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center;margin-bottom:4rem}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:2.5rem}}.about-copy h3{font-size:1.9rem;font-weight:700;margin-bottom:1rem}.about-copy p{color:var(--muted);line-height:1.75;margin-bottom:1rem}.about-quote{border-left:4px solid var(--gold);padding-left:1.25rem;margin-top:1.5rem}.about-quote p{font-family:var(--font-serif);font-style:italic;font-size:1.15rem;color:var(--brown);margin:0}.about-imgs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;position:relative}.about-img-box{border-radius:var(--radius-lg);overflow:hidden;height:190px;display:flex;align-items:center;justify-content:center;font-size:3.5rem}.about-img-box:nth-child(2n){margin-top:2rem}.about-img-box.gold{background:#ffb8002e}.about-img-box.brown{background:#3d1e1614}.about-float-badge{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);background:var(--white);border-radius:var(--radius-md);padding:.9rem 1.75rem;text-align:center;box-shadow:var(--shadow-gold);border:1px solid rgba(255,184,0,.2);white-space:nowrap}.about-float-badge .badge-num{font-family:var(--font-serif);font-size:2rem;font-weight:700;line-height:1;color:var(--brown)}.about-float-badge .badge-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features-grid{grid-template-columns:1fr}}.feature-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid rgba(61,30,22,.07);box-shadow:var(--shadow-soft);padding:1.75rem 1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.feature-icon{width:56px;height:56px;border-radius:var(--radius-md);background:#ffb80026;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--brown)}.feature-title{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--brown);margin-bottom:.4rem}.feature-desc{font-size:.82rem;color:var(--muted);line-height:1.6}.contact-section{padding:6rem 0;background:var(--white)}.contact-header{text-align:center;margin-bottom:3.5rem}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem}@media(max-width:1024px){.contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid rgba(61,30,22,.07);box-shadow:var(--shadow-soft);padding:1.75rem 1.25rem;text-align:center;display:block;transition:transform .3s,box-shadow .3s}.contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.contact-card-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin:0 auto .9rem;font-size:1.5rem;transition:transform .3s}.contact-card:hover .contact-card-icon{transform:scale(1.1)}.contact-card-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.4rem}.contact-card-value{font-weight:700;color:var(--brown);font-size:1.15rem;letter-spacing:-.01em}.contact-cta-banner{background:var(--brown);border-radius:var(--radius-xl);padding:4rem 3rem;text-align:center;position:relative;overflow:hidden}.contact-cta-banner .deco1{position:absolute;top:-80px;right:-80px;width:260px;height:260px;background:#ffb8001a;border-radius:50%;filter:blur(50px)}.contact-cta-banner .deco2{position:absolute;bottom:-60px;left:-60px;width:200px;height:200px;background:#ffffff0a;border-radius:50%;filter:blur(40px)}.contact-cta-banner .emoji{font-size:3.5rem;margin-bottom:1rem;display:block}.contact-cta-banner h3{font-size:clamp(1.6rem,3vw,2.4rem);color:var(--cream);margin-bottom:.75rem}.contact-cta-banner p{color:#fdf8f5a6;margin-bottom:2rem;max-width:440px;margin-left:auto;margin-right:auto}.cta-wa-btn{display:inline-flex;align-items:center;gap:.7rem;background:var(--gold);color:var(--brown);font-weight:700;font-size:1rem;padding:1rem 2.25rem;border-radius:var(--radius-pill);transition:var(--transition);box-shadow:var(--shadow-gold);animation:pulse-gold 3s ease-in-out infinite}.cta-wa-btn:hover{background:var(--gold-dark);transform:scale(1.05)}.footer{background:var(--brown);color:var(--cream);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand-logo{display:flex;align-items:center;gap:.75rem}.footer-brand-logo img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,184,0,.3)}.footer-brand-logo span{font-family:var(--font-serif);font-size:1.15rem;font-weight:700}.footer-brand p{color:#fdf8f58c;font-size:.85rem;line-height:1.7}.footer-heading{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-links a{color:#fdf8f58c;font-size:.88rem;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-contact-info{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.footer-contact-info p{color:#fdf8f58c;font-size:.85rem}.footer-socials{display:flex;gap:.75rem}.footer-social-btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(253,248,245,.2);display:flex;align-items:center;justify-content:center;color:#fdf8f58c;font-size:1rem;transition:var(--transition)}.footer-social-btn:hover{color:var(--gold);border-color:var(--gold)}.footer-divider{border:none;border-top:1px solid rgba(253,248,245,.1);margin-bottom:2rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-bottom p{color:#fdf8f54d;font-size:.82rem}.footer-bottom .credit{color:var(--gold);font-weight:600;text-decoration:none;transition:opacity .2s}.footer-bottom .credit:hover{opacity:.8;text-decoration:underline}.fab-wa{position:fixed;bottom:1.75rem;right:1.75rem;z-index:200;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.6rem;box-shadow:0 4px 20px #25d36673;transition:var(--transition);border:none;cursor:pointer}.fab-wa:hover{background:#1da851;transform:scale(1.1)}@keyframes fab-shake{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-2px) rotate(-3deg)}50%{transform:translate(2px) rotate(3deg)}75%{transform:translate(-1px) rotate(-1deg)}}.fab-wa.shake{animation:fab-shake .8s ease-in-out infinite}.recipes-page{padding-top:100px;min-height:100vh;position:relative;background:var(--cream);overflow:hidden}.recipes-container{max-width:1280px;margin:0 auto;padding:0 2rem 6rem;position:relative;z-index:2}.recipe-header{text-align:center;margin-bottom:5rem}.recipe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;margin-bottom:6rem}.recipe-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid rgba(61,30,22,.06);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;transition:var(--transition);position:relative;overflow:hidden}.recipe-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #3b23142e;border-color:#ffb8004d}.recipe-card-cover{width:100%;height:220px;overflow:hidden;background:#3d1e1608}.recipe-card-cover img{width:100%;height:100%;object-fit:cover;object-position:center bottom;transition:transform .6s ease}.recipe-card:hover .recipe-card-cover img{transform:scale(1.05)}.recipe-card-content{padding:2.5rem;display:flex;flex-direction:column;flex:1}.recipe-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.recipe-card-title{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;color:var(--brown);line-height:1.2}.recipe-icon-box{background:#fdba121f;color:var(--gold);width:48px;height:48px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.recipe-meta-info{display:flex;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(61,30,22,.08);font-size:.95rem;font-weight:500;color:var(--muted)}.recipe-meta-info span{display:flex;align-items:center;gap:.5rem}.recipe-section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--brown);margin-bottom:1rem;display:block}.recipe-ingredients-list{list-style:none;margin-bottom:2.5rem}.recipe-ingredients-list li{font-size:.95rem;color:var(--muted);margin-bottom:.6rem;padding-left:1.5rem;position:relative}.recipe-ingredients-list li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;border-radius:50%;background:var(--gold)}.recipe-instructions-txt{font-size:.98rem;line-height:1.8;color:var(--muted)}@media(max-width:640px){.recipes-page{padding-top:100px}.recipe-grid{grid-template-columns:1fr;gap:2rem}.recipe-card{padding:2rem}.recipe-card-title{font-size:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#2c1a0fcc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;will-change:opacity;transform:translateZ(0)}@media(max-width:768px){.modal-overlay{backdrop-filter:none;-webkit-backdrop-filter:none;background:#2c1a0ff5}}.modal-content{background:var(--white);width:100%;max-width:1200px;max-height:95vh;border-radius:var(--radius-md);position:relative;overflow:hidden;box-shadow:0 50px 150px -30px #00000080;display:flex;flex-direction:column;will-change:transform,opacity;transform:translateZ(0)}@media(max-width:768px){.modal-content{box-shadow:0 10px 40px #00000059}}.modal-scroll-body{overflow-y:auto;padding:5rem 6rem;max-height:95vh;width:100%}.modal-scroll-body::-webkit-scrollbar{width:8px}.modal-scroll-body::-webkit-scrollbar-track{background:transparent;margin:1rem 0}.modal-scroll-body::-webkit-scrollbar-thumb{background:#fdba1266;border-radius:8px}.modal-scroll-body::-webkit-scrollbar-thumb:hover{background:var(--gold)}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#fdba121a;border:none;color:var(--brown);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);z-index:10}.modal-close:hover{background:var(--gold);color:var(--brown);transform:rotate(90deg)}.modal-recipe-upper{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem}.modal-recipe-img-box{width:100%;max-height:600px;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 20px 40px #0000001a;background:#3d1e1608;display:flex;justify-content:center;align-items:center}.modal-recipe-img-box img{width:100%;height:100%;max-height:500px;object-fit:contain;object-position:center}.modal-recipe-header-info{display:flex;flex-direction:column}.modal-recipe-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:2.5rem}@media(max-width:900px){.modal-scroll-body{padding:3rem 1.5rem}.modal-recipe-upper{flex-direction:column}.tags-wrapper{flex-wrap:wrap}}@media(max-width:768px){.modal-close{top:1rem;right:1rem;width:36px;height:36px}.modal-scroll-body{padding:3rem 1.5rem 2rem}.modal-recipe-grid{grid-template-columns:1fr;gap:2.5rem}}.search-filter-box{max-width:800px;margin:0 auto 4rem;display:flex;flex-direction:column;gap:2rem;padding:0 1rem;position:relative;z-index:10}.search-wrapper{position:relative;width:100%}.search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.search-input{width:100%;padding:1.25rem 1.5rem 1.25rem 4.2rem;border-radius:var(--radius-pill);border:1.5px solid rgba(61,30,22,.08);background:var(--white);box-shadow:var(--shadow-soft);font-size:1.1rem;outline:none;transition:var(--transition);color:var(--brown)}.search-input:focus{border-color:var(--gold);box-shadow:0 12px 32px -8px #ffb80040;transform:translateY(-2px)}.filter-group{display:flex;align-items:center;justify-content:center;gap:1.5rem}.filter-manager-icon{color:var(--gold);flex-shrink:0}.filter-pills{display:flex;gap:.75rem;align-items:center;overflow-x:auto;padding-bottom:.5rem;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-pills::-webkit-scrollbar{display:none}.filter-pill{padding:.65rem 1.75rem;border-radius:var(--radius-pill);border:1px solid rgba(61,30,22,.08);background:var(--white);color:var(--brown);font-size:.88rem;font-weight:600;cursor:pointer;transition:var(--transition);white-space:nowrap}.filter-pill:hover{border-color:var(--gold);color:var(--gold-dark);transform:translateY(-1px)}.filter-pill.active{background:var(--gold);border-color:var(--gold);color:var(--brown);box-shadow:var(--shadow-gold)}.no-results{grid-column:1 / -1;text-align:center;padding:6rem 1rem;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#3d1e1605;border-radius:var(--radius-xl);border:2px dashed rgba(61,30,22,.08)}@media(max-width:600px){.search-filter-box{margin-bottom:2.5rem;gap:1.25rem;padding:0}.search-wrapper{padding:0 1rem}.filter-group{flex-direction:row;gap:0;width:100%;justify-content:flex-start}.filter-manager-icon{display:none}.filter-pills{padding:0 1rem .5rem;margin:0;width:100%}.search-input{padding:1rem 1rem 1rem 3.5rem;font-size:1rem;border-radius:12px}.search-icon{left:1.25rem}}
