@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800&display=swap";.page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--blue);color:var(--cream)}.hero-nav{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 4vw;position:sticky;top:0;z-index:100;background:#fcf1d4eb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06);animation:fadeIn .6s ease both}a.hero-nav-left{text-decoration:none;cursor:pointer}.hero-logo-text{display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.1}.hero-logo-name{font-family:var(--font-heading);font-size:2.4rem;font-weight:700;color:var(--blue);letter-spacing:.02em}.hero-logo-tagline{font-size:.85rem;font-weight:600;color:var(--gold);letter-spacing:.05em;text-transform:uppercase}.hero-nav-right{display:flex;align-items:center;gap:2.5rem;font-size:1.15rem;font-weight:600}.hero-nav-right a{text-decoration:none;color:var(--blue);position:relative;transition:color .25s ease}.hero-nav-right a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2.5px;background:var(--gold);border-radius:2px;transition:width .3s cubic-bezier(.25,.8,.25,1)}.hero-nav-right a:hover:after{width:100%}.hero-nav-right a:hover{color:var(--gold)}.hero-cta{border:none;border-radius:999px;padding:.65rem 1.8rem;font-weight:700;font-size:1.05rem;font-family:inherit;background-color:var(--gold);color:var(--blue);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ffd60059}.hero-cta:active{transform:translateY(0)}.hero-main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem 5rem;min-height:calc(100vh - 80px);position:relative;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px)}.hero-blob-1{width:500px;height:500px;background:#ffd6001a;top:-10%;right:-5%;animation:float 8s ease-in-out infinite}.hero-blob-2{width:400px;height:400px;background:#fcf1d414;bottom:5%;left:-8%;animation:float 10s ease-in-out infinite reverse}.hero-main:before{content:"";position:absolute;top:5%;left:50%;transform:translate(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(255,214,0,.06) 0%,transparent 70%);pointer-events:none}.hero-heading{max-width:900px;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;position:relative;z-index:1}.hero-word-meeska{font-family:var(--font-heading);font-weight:700;font-size:clamp(4.5rem,10vw,8rem);letter-spacing:.02em;line-height:1;color:var(--cream);animation:fadeInUp .7s ease both}.hero-sub{font-size:clamp(1.2rem,2.5vw,1.7rem);max-width:700px;font-weight:500;color:var(--gold);animation:fadeInUp .7s ease .15s both}.hero-sub-2{font-size:clamp(1rem,2.2vw,1.35rem);max-width:650px;font-weight:400;color:#fcf1d4b3;animation:fadeInUp .7s ease .3s both}.hero-main-cta{margin-top:2.2rem;border:none;border-radius:999px;padding:1rem 2.8rem;font-weight:700;font-size:1.2rem;font-family:inherit;background:var(--gold);color:var(--blue);cursor:pointer;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease;animation:fadeInUp .7s ease .4s both}.hero-main-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ffd60066}.hero-main-cta:active{transform:translateY(0)}.hero-tagline{position:absolute;bottom:3rem;width:100%;text-align:center;font-family:var(--font-heading);font-size:1.7rem;font-weight:700;font-style:italic;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;animation:fadeInUp .7s ease .6s both,taglinePulse 2.5s ease-in-out infinite 1.3s;text-shadow:0 0 20px rgba(255,214,0,.4),0 0 40px rgba(255,214,0,.2)}@keyframes taglinePulse{0%,to{opacity:1;text-shadow:0 0 20px rgba(255,214,0,.4),0 0 40px rgba(255,214,0,.2)}50%{opacity:.4;text-shadow:0 0 8px rgba(255,214,0,.1)}}.hero-product{margin-top:3rem;animation:fadeInUp .8s ease .45s both;position:relative;z-index:1}.hero-product-glow{display:flex;align-items:center;justify-content:center;animation:float 4s ease-in-out infinite}.hero-carousel{position:relative;width:260px;height:300px;border-radius:2rem;overflow:hidden}.hero-product-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:2rem;filter:drop-shadow(0 12px 40px rgba(0,0,0,.3));opacity:0;transform:scale(.92);transition:opacity .6s ease,transform .6s ease;pointer-events:none}.hero-product-img.active{opacity:1;transform:scale(1);pointer-events:auto}.hero-flavor-name{margin-top:1rem;font-family:var(--font-heading);font-size:1.3rem;font-weight:600;color:var(--gold);letter-spacing:.03em;text-align:center;min-height:1.6em;transition:opacity .3s ease}.hero-dots{display:flex;justify-content:center;gap:.6rem;margin-top:.8rem}.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(252,241,212,.4);background:transparent;cursor:pointer;padding:0;transition:background .25s ease,border-color .25s ease,transform .2s ease}.hero-dot:hover{border-color:var(--gold);transform:scale(1.2)}.hero-dot.active{background:var(--gold);border-color:var(--gold)}.story-section{background:var(--cream);padding:7rem 2rem 6rem;display:flex;flex-direction:column;align-items:center}.story-content{display:flex;align-items:flex-start;gap:4rem;max-width:1100px;width:100%;margin-bottom:5rem}.story-text{flex:1}.story-eyebrow{display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);background:var(--blue);padding:.3rem 1rem;border-radius:999px;margin-bottom:1.2rem}.story-heading{font-family:var(--font-heading);font-size:clamp(2.4rem,4.5vw,3.5rem);font-weight:700;color:var(--blue);margin-bottom:1.5rem;line-height:1.15}.story-body{font-size:1.15rem;line-height:1.75;color:#3a3a3a;margin-bottom:1rem}.story-body-closing{font-weight:600;font-style:italic;color:var(--blue)}.story-image{flex-shrink:0;position:sticky;top:120px}.story-img{width:380px;height:auto;border-radius:1.5rem;box-shadow:0 16px 50px #0000001f;transition:transform .3s ease}.story-img:hover{transform:scale(1.03) rotate(-1deg)}.story-flavors-section{width:100%;padding:6rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;background:var(--cream)}.story-flavors-section .story-flavor-grid{max-width:1100px}.story-flavors-heading{font-family:var(--font-heading);font-size:2.2rem;font-weight:700;color:var(--blue);margin-bottom:2rem}.story-flavor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.story-flavor-card{padding:1.4rem;border-radius:1.5rem;text-align:center;border:1px solid rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.story-flavor-card:hover{transform:translateY(-8px);box-shadow:0 16px 45px #0000001f}.flavor-strawberry{background:#dc3c5014}.flavor-strawberry:hover{border-color:#dc3c504d}.flavor-blueberry{background:#503cb414}.flavor-blueberry:hover{border-color:#503cb44d}.flavor-cinnamon{background:#b4783214}.flavor-cinnamon:hover{border-color:#b478324d}.flavor-original{background:#0066cc0d}.flavor-original:hover{border-color:#06c3}.story-flavor-card h4{margin-top:1rem;margin-bottom:0;font-size:1.15rem;font-weight:600;color:var(--blue)}.story-flavor-img{width:100%;height:220px;object-fit:cover;border-radius:1rem;transition:transform .3s ease}.story-flavor-card:hover .story-flavor-img{transform:scale(1.03)}.farmer-cheese-section{background:var(--blue);padding:7rem 2rem 6rem;display:flex;justify-content:center}.farmer-cheese-content{display:flex;align-items:flex-start;gap:4rem;max-width:1100px;width:100%}.farmer-cheese-image{flex-shrink:0;position:sticky;top:120px}.farmer-cheese-img{width:380px;height:auto;border-radius:1.5rem;box-shadow:0 16px 50px #00000040;transition:transform .3s ease}.farmer-cheese-img:hover{transform:scale(1.03) rotate(1deg)}.farmer-cheese-text{flex:1}.farmer-cheese-eyebrow{display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);background:var(--gold);padding:.3rem 1rem;border-radius:999px;margin-bottom:1.2rem}.farmer-cheese-heading{font-family:var(--font-heading);font-size:clamp(2.4rem,4.5vw,3.5rem);font-weight:700;color:var(--cream);margin-bottom:1.5rem;line-height:1.15}.farmer-cheese-body{font-size:1.15rem;line-height:1.75;color:#fcf1d4cc;margin-bottom:1rem}.farmer-cheese-closing{font-weight:600;font-style:italic;color:var(--gold)}.ingredients-section{background:linear-gradient(180deg,var(--blue) 0%,var(--blue-deep) 100%);padding:6rem 2rem 7rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.ingredients-heading{font-family:var(--font-heading);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;letter-spacing:.06em;margin-bottom:4rem;color:var(--cream)}.ingredients-layout{display:flex;align-items:center;justify-content:center;gap:3rem;max-width:1000px;width:100%}.ingredients-callouts{display:flex;flex-direction:column;gap:3rem;flex:1}.ingredients-callouts-left{align-items:flex-end;text-align:right}.ingredients-callouts-right{align-items:flex-start;text-align:left}.ingredient-item{display:flex;flex-direction:column;align-items:center;gap:.6rem}.ingredients-callouts-left .ingredient-item{align-items:flex-end}.ingredients-callouts-right .ingredient-item{align-items:flex-start}.ingredient-icon{color:var(--gold);display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#ffd6001a;transition:transform .3s ease,background .3s ease}.ingredient-item:hover .ingredient-icon{transform:scale(1.12);background:#ffd6002e}.ingredient-label{font-size:1rem;font-weight:600;color:var(--cream);letter-spacing:.03em;text-transform:uppercase}.ingredients-product-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center}.ingredients-carousel{position:relative;width:240px;height:280px;border-radius:2rem;overflow:hidden}.ingredients-carousel-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:2rem;filter:drop-shadow(0 10px 35px rgba(0,0,0,.3));opacity:0;transform:scale(.92);transition:opacity .6s ease,transform .6s ease;pointer-events:none}.ingredients-carousel-img.active{opacity:1;transform:scale(1);pointer-events:auto}.ingredients-flavor-name{margin-top:.8rem;font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--cream);letter-spacing:.02em}.ingredients-dots{display:flex;gap:.5rem;margin-top:.6rem}.ingredients-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(252,241,212,.4);background:transparent;cursor:pointer;padding:0;transition:background .25s ease,border-color .25s ease}.ingredients-dot.active{background:var(--gold);border-color:var(--gold)}.ingredients-bottom-callout{margin-top:3rem}.ingredients-details{display:flex;gap:4rem;margin-top:5rem;max-width:900px;width:100%;align-items:flex-start}.ingredients-details-heading{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--cream);margin:0 0 1.2rem}.ingredients-highlights{flex:1}.ingredients-highlights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.ingredients-highlights-list li{font-size:1rem;font-weight:600;color:var(--cream);background:#ffd60014;padding:.7rem 1.1rem;border-radius:.75rem;border-left:3px solid var(--gold)}.ingredients-nutrition{flex-shrink:0;width:280px}.ingredients-nutrition-img{width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 20px #0003;border:1px solid rgba(255,214,0,.1)}.comparison-section{background:var(--blue-deep);padding:6rem 2rem 8rem;display:flex;flex-direction:column;align-items:center}.comparison-title{font-family:var(--font-heading);font-size:clamp(3rem,6vw,4.5rem);font-weight:700;margin-top:0;margin-bottom:3.5rem;letter-spacing:3px;text-align:center}.comparison-table{width:min(1100px,95%);background:#ffffff0d;border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,214,0,.12);box-shadow:0 8px 40px #00000026}.comparison-row{display:flex;align-items:stretch;min-height:72px;transition:background .25s ease}.comparison-row:not(.comparison-row-header):hover{background:#ffffff0f}.comparison-row+.comparison-row{border-top:1px solid rgba(252,241,212,.08)}.comparison-cell{flex:1;text-align:center;padding:1rem .5rem;color:var(--cream);font-size:1.25rem;font-weight:500;display:flex;align-items:center;justify-content:center}.comparison-cell+.comparison-cell{border-left:1px solid rgba(252,241,212,.06)}.comparison-label{flex:1.4;text-align:left;font-weight:600;font-size:1.2rem;padding-left:1.5rem;justify-content:flex-start}.comparison-row-header{font-weight:700;text-transform:uppercase;font-size:1rem;min-height:90px;background:#ffffff08;border-bottom:2px solid rgba(255,214,0,.15);letter-spacing:.03em}.comparison-row-header .comparison-cell{font-size:.95rem}.comparison-cell.meeska-col{background:#ffd60014;position:relative}.comparison-row-header .meeska-col{color:var(--gold);font-weight:700;font-size:1.1rem}.check{color:var(--gold);font-size:1.6rem;font-weight:700;text-shadow:0 0 12px rgba(255,214,0,.3)}.x-mark{color:#fcf1d433;font-size:1.4rem;font-weight:500}.meeska-col .check{font-size:1.8rem;text-shadow:0 0 18px rgba(255,214,0,.5)}.reviews-section{background:var(--cream);padding:6rem 2rem 7rem;display:flex;flex-direction:column;align-items:center;text-align:center}.reviews-heading{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--blue);margin-bottom:.5rem;letter-spacing:.04em}.reviews-subheading{font-size:1.1rem;color:#004a9999;margin-bottom:3rem;max-width:500px}.reviews-conveyor{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.reviews-track{display:flex;gap:1.5rem;width:max-content;animation:scrollConveyor 30s linear infinite}.reviews-track:hover{animation-play-state:paused}@keyframes scrollConveyor{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{background:#fff;border-radius:1.2rem;padding:2rem 1.8rem;text-align:left;border:1px solid rgba(0,102,204,.08);box-shadow:0 4px 20px #0000000f;width:320px;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000001a}.review-stars{color:var(--gold);font-size:1.2rem;letter-spacing:2px;margin-bottom:.8rem}.review-text{font-size:1rem;line-height:1.65;color:#333;margin-bottom:1rem;font-style:italic}.review-name{font-weight:700;font-size:.95rem;color:var(--blue)}.recipes-section{background:var(--blue);padding:6rem 2rem 7rem;display:flex;flex-direction:column;align-items:center;text-align:center}.recipes-heading{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:.5rem;letter-spacing:.04em}.recipes-subheading{font-size:1.1rem;color:var(--gold-soft);margin-bottom:3rem;max-width:550px;opacity:.85}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;width:min(900px,95%)}.recipe-card{background:#ffffff0d;border-radius:1.2rem;overflow:hidden;border:1px solid rgba(255,214,0,.1);transition:transform .3s ease,border-color .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.recipe-card:hover{transform:translateY(-4px);border-color:#ffd60040}.recipe-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#ffd60014,#fcf1d40f);display:flex;align-items:center;justify-content:center;position:relative}.recipe-coming-soon{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);background:#004a9999;padding:.4rem 1.2rem;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.recipe-card-link{text-decoration:none}.recipe-card-clickable{cursor:pointer}.recipe-img{width:100%;height:180px;object-fit:cover}.recipe-name{font-size:1.1rem;font-weight:600;color:var(--cream);padding:1rem 1.2rem;margin:0}.footer-section{width:100%;background:var(--blue-navy);padding:4rem 0 2rem;margin-top:0;display:flex;flex-direction:column;align-items:center}.footer-main{width:100%;max-width:1200px;padding:0 3rem;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;gap:.3rem}.footer-logo{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--cream)}.footer-logo-sub{font-size:.8rem;color:var(--gold);text-transform:uppercase;letter-spacing:.05em}.footer-links{display:flex;flex-direction:column;gap:.7rem}.footer-links a,.footer-link-btn{text-decoration:none;color:#fcf1d4b3;font-size:1rem;font-weight:500;transition:color .2s ease;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-align:left}.footer-links a:hover,.footer-link-btn:hover{color:var(--gold)}.footer-instagram{display:flex;align-items:center;gap:.5rem}.footer-signup{display:flex;flex-direction:column;align-items:flex-start}.footer-title{font-size:1.2rem;font-weight:700;color:var(--cream);margin-bottom:.8rem}.footer-form{display:flex;align-items:center;width:min(320px,100%);padding:.5rem .6rem .5rem 1rem;border:2px solid rgba(252,241,212,.15);border-radius:999px;background:#ffffff0d;transition:border-color .25s ease,box-shadow .25s ease}.footer-form:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #ffd60026}.footer-input{flex:1;border:none;outline:none;font-size:.95rem;font-family:inherit;background:transparent;color:var(--cream)}.footer-input::placeholder{color:#fcf1d459}.footer-submit{border:none;background:var(--gold);color:var(--blue);width:34px;height:34px;border-radius:50%;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease}.footer-submit:hover{transform:scale(1.1);background:var(--gold-soft)}.footer-bottom{width:100%;max-width:1200px;padding:1.2rem 3rem 0;margin-top:2.5rem;border-top:1px solid rgba(252,241,212,.08);font-size:.85rem;color:#fcf1d459}.toast{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);padding:1rem 2rem;border-radius:1rem;font-family:var(--font-body);font-size:.95rem;font-weight:600;z-index:1100;animation:toastIn .4s cubic-bezier(.16,1,.3,1) both,toastOut .4s ease 3s both;box-shadow:0 8px 30px #00000026}.toast-success{background:var(--blue);color:var(--cream)}.toast-error{background:#c0392b;color:#fff}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-1rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-1rem)}}.signup-overlay{position:fixed;inset:0;background:#001e46a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:999;animation:fadeIn .3s ease both}.signup-modal{position:relative;background:#fff;color:var(--blue);padding:2.8rem 2.8rem 2.2rem;border-radius:2rem;width:min(430px,90%);box-shadow:0 25px 60px #00000040;border:1px solid rgba(0,0,0,.06);animation:scaleIn .35s cubic-bezier(.16,1,.3,1) both}.signup-close{position:absolute;top:1rem;right:1.2rem;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:var(--blue);opacity:.5;transition:opacity .2s ease}.signup-close:hover{opacity:1}.signup-title{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;margin-bottom:.6rem;color:var(--blue)}.signup-text{font-size:1rem;margin-bottom:1.5rem;opacity:.6;line-height:1.5;color:var(--blue)}.signup-form{display:flex;flex-direction:column;gap:.8rem;margin-bottom:.9rem}.signup-input{padding:.8rem 1rem;border-radius:999px;border:2px solid rgba(0,30,70,.12);background:#001e4608;font-size:1rem;font-family:inherit;outline:none;color:var(--blue);transition:border-color .25s ease,box-shadow .25s ease}.signup-input::placeholder{color:#001e4659}.signup-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #ffd6001f}.signup-button{border:none;border-radius:999px;padding:.8rem 1rem;font-weight:700;background:var(--gold);color:var(--blue);cursor:pointer;font-size:1.05rem;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease}.signup-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd6004d}.signup-button:active{transform:translateY(0)}.signup-instagram{display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;font-size:.95rem;font-weight:600;color:var(--blue);opacity:.5;transition:opacity .2s ease,color .2s ease;margin-top:.3rem}.signup-instagram:hover{opacity:1;color:var(--gold)}.signup-skip{margin-top:.5rem;border:none;background:none;font-size:.9rem;font-family:inherit;color:var(--blue);opacity:.4;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.signup-skip:hover{opacity:.7}.nutrition-disclaimer{font-size:.8rem;color:#fcf1d480;margin-top:.8rem;font-style:italic;text-align:center}.footer-faq{width:100%;max-width:1200px;padding:2.5rem 3rem 0;margin-top:2rem;border-top:1px solid rgba(252,241,212,.08)}.footer-faq-heading{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--cream);margin-bottom:1.2rem}.footer-faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(252,241,212,.08)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border:none;background:none;color:#fcf1d4cc;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:left;gap:1rem;transition:color .2s ease}.faq-question:hover{color:var(--gold)}.faq-chevron{font-size:1.3rem;font-weight:300;flex-shrink:0;transition:transform .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0}.faq-open .faq-answer{max-height:300px;padding:0 0 1rem}.faq-answer p{font-size:.95rem;line-height:1.6;color:#fcf1d48c;margin:0}@media(max-width:768px){.hero-nav{flex-direction:column;gap:.6rem;padding:.8rem 1.2rem;text-align:center}a.hero-nav-left{display:flex;justify-content:center}.hero-logo-text{align-items:center;text-align:center}.hero-logo-name{font-size:1.8rem}.hero-logo-tagline{font-size:.7rem}.hero-nav-right{gap:.8rem;font-size:.85rem;flex-wrap:wrap;justify-content:center}.hero-cta{padding:.5rem 1.2rem;font-size:.85rem}.hero-main{min-height:70vh;padding-bottom:5rem}.hero-word-meeska{font-size:clamp(3rem,13vw,4.5rem)}.hero-sub{font-size:1.1rem;padding:0 1rem}.hero-sub-2{font-size:.9rem;padding:0 1rem}.hero-main-cta{padding:.8rem 2rem;font-size:1rem}.hero-tagline{font-size:1rem;bottom:1.5rem;letter-spacing:.08em}.hero-product-glow{width:240px;height:280px}.hero-carousel{width:200px;height:240px}.story-content{flex-direction:column;gap:2rem;text-align:center}.story-image{position:static}.story-img{width:240px}.story-flavor-grid{grid-template-columns:repeat(2,1fr)}.farmer-cheese-content{flex-direction:column;gap:2rem;text-align:center}.farmer-cheese-image{position:static;align-self:center}.farmer-cheese-img{width:260px}.ingredients-heading{font-size:1.5rem;padding:0 1rem}.ingredients-layout{flex-direction:column;gap:2rem}.ingredients-callouts{flex-direction:row;gap:2rem;justify-content:center}.ingredients-callouts-left,.ingredients-callouts-right{align-items:center;text-align:center}.ingredients-callouts-left .ingredient-item,.ingredients-callouts-right .ingredient-item{align-items:center}.ingredients-carousel{width:190px;height:220px}.ingredients-details{flex-direction:column;gap:2.5rem;align-items:center}.ingredients-nutrition{width:240px}.comparison-row{min-height:56px}.comparison-cell{font-size:.9rem;padding:.7rem .3rem}.comparison-label{font-size:.9rem;padding-left:.8rem;flex:1.6}.comparison-row-header .comparison-cell{font-size:.7rem}.reviews-heading{font-size:1.5rem}.review-card{min-width:260px;padding:1.5rem}.recipes-heading{font-size:1.5rem;padding:0 1rem}.recipes-grid{grid-template-columns:1fr;max-width:340px}.footer-main{flex-direction:column;gap:2rem;padding:0 1.5rem;text-align:center}.footer-links{align-items:center}.footer-bottom{padding:0 1.5rem}.faq-question{font-size:.9rem}}.recipe-page{min-height:100vh}.recipe-hero{position:relative;width:100%;height:420px;overflow:hidden}.recipe-hero-img{width:100%;height:100%;object-fit:cover}.recipe-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,26,58,.8) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:3rem 4vw}.recipe-hero-eyebrow{font-size:.85rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.recipe-hero-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:var(--cream);margin:0;line-height:1.15;max-width:700px}.recipe-hero-subtitle{font-size:1.15rem;color:var(--gold);margin:.4rem 0 0;font-weight:500;font-style:italic}.recipe-detail{background:var(--cream);padding:4rem 4vw 6rem;display:flex;justify-content:center}.recipe-detail-content{max-width:1000px;width:100%}.recipe-detail-intro{font-size:1.25rem;line-height:1.7;color:#3a3a3a;margin-bottom:3rem;max-width:700px}.recipe-detail-grid{display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:start}.recipe-detail-single{max-width:700px}.recipe-detail-main{display:flex;flex-direction:column;gap:2.5rem}.recipe-detail-block h2{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--blue);margin:0 0 1.2rem;padding-bottom:.6rem;border-bottom:2px solid rgba(0,102,204,.12)}.recipe-ingredients{list-style:none;padding:0;margin:0}.recipe-ingredients li{font-size:1.1rem;line-height:1.6;color:#3a3a3a;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.recipe-ingredients li:before{content:"•";color:var(--gold);font-weight:700;font-size:1.2rem;margin-right:.75rem}.recipe-steps{padding:0;margin:0;list-style:none;counter-reset:step}.recipe-steps li{font-size:1.1rem;line-height:1.7;color:#3a3a3a;padding:1rem 0 1rem 3rem;position:relative;border-bottom:1px solid rgba(0,0,0,.06);counter-increment:step}.recipe-steps li:before{content:counter(step);position:absolute;left:0;top:1rem;width:2rem;height:2rem;border-radius:50%;background:var(--blue);color:var(--cream);font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center}.recipe-notes p{font-size:1.1rem;line-height:1.7;color:#3a3a3a;background:#0066cc0a;padding:1.5rem;border-radius:1rem;border-left:4px solid var(--gold)}.recipe-detail-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:2.5rem}.recipe-highlights h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--blue);margin:0 0 1rem}.recipe-highlights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.recipe-highlights-list li{font-size:.95rem;font-weight:600;color:var(--blue);background:#0066cc0f;padding:.65rem 1rem;border-radius:.75rem;border-left:3px solid var(--gold)}.recipe-nutrition h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--blue);margin:0 0 1rem}.recipe-nutrition-img{width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.06)}.hero-nav-back{text-decoration:none;color:var(--blue);font-weight:600;font-size:1.05rem;transition:color .2s ease}.hero-nav-back:hover{color:var(--gold)}.hero-logo-link{text-decoration:none}@media(max-width:768px){.recipe-hero{height:280px}.recipe-hero-overlay{padding:2rem 1.5rem}.recipe-detail{padding:2.5rem 1.5rem 4rem}.recipe-detail-grid{grid-template-columns:1fr;gap:2.5rem}.recipe-detail-sidebar{position:static}.recipe-nutrition-img{max-width:300px}}.faq-hero{position:relative;width:100%;height:280px;overflow:hidden;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-navy) 100%)}.faq-hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem 4vw}.faq-list{display:flex;flex-direction:column;max-width:700px}.faq-page-item{border-bottom:1px solid rgba(0,0,0,.08)}.faq-page-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;border:none;background:none;color:var(--blue);font-size:1.15rem;font-weight:700;font-family:inherit;cursor:pointer;text-align:left;gap:1.5rem;transition:color .2s ease}.faq-page-question:hover{color:var(--gold)}.faq-page-chevron{font-size:1.5rem;font-weight:300;flex-shrink:0;color:var(--gold);transition:transform .3s ease}.faq-page-open .faq-page-chevron{transform:rotate(180deg)}.faq-page-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0}.faq-page-open .faq-page-answer{max-height:400px;padding:0 0 1.4rem}.faq-page-answer p{font-size:1.05rem;line-height:1.7;color:#3a3a3a;margin:0}@media(max-width:768px){.faq-hero{height:220px}.faq-hero-overlay{padding:2rem 1.5rem}.faq-page-question{font-size:1.05rem}}:root{--blue: #0066cc;--blue-deep: #004a99;--blue-navy: #001a3a;--cream: #fcf1d4;--gold: #ffd600;--gold-soft: #ffe14d;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Fredoka", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-body);line-height:1.5}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px}#root{min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 30px #fcf1d426}50%{box-shadow:0 0 50px #fcf1d44d}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}
