@font-face{font-family:Asaf;src:url("assets/eft_asaf_bold-webfont.woff") format("woff");font-display:swap;font-weight:100 900}
@font-face{font-family:Heebo;src:url("assets/heebo-255b36d2.woff2") format("woff2");font-display:swap;font-weight:100 900}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:155px}
body{margin:0;background:#fff;color:#3a2316;font-family:Heebo,Arial,sans-serif;font-size:18px;font-weight:300}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button,a,input,select{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #87523e;outline-offset:5px}
img{display:block;max-width:100%}
h1,h2,h3,.button{font-family:Asaf,Heebo,sans-serif;font-weight:400}
h2{font-size:38px;line-height:1.2;margin:0 0 22px}
h3{font-size:25px;line-height:1.2;margin:0}
p{line-height:1.7}
strong{font-weight:400;color:#cc907a}
.icon-button{border:0;background:transparent;color:#090909;display:inline-flex;align-items:center;justify-content:center;padding:0;width:28px;height:32px}
.icon-button svg{width:100%;height:100%}
.button{background:#cc907a;color:white;display:inline-flex;gap:10px;align-items:center;justify-content:center;font-size:21px;line-height:1.15;padding:12px 34px;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 12px #0003;transition:background .2s,transform .2s}
.button:hover{background:#b77e68;transform:translateY(-2px)}
.hero{height:100svh;min-height:700px;position:relative;overflow:hidden;display:grid;place-items:center;background:#ddd1c6}
.hero-media{position:absolute;inset:0;background:url("assets/hero-poster.jpg") center/cover no-repeat}
.hero-media iframe{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100%;min-width:177.78vh;transform:translate(-50%,-50%);border:0;pointer-events:none}
.hero-shade{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(255,254,254,.86) 7%,rgba(255,254,254,.48) 35%,transparent 78%)}
.hero-copy{z-index:1;position:relative;text-align:center;padding:145px 20px 50px}
.hero-copy p{font-family:Asaf,Heebo,sans-serif;font-size:60px;color:#b37863;line-height:1.1;margin:0 0 5px}
.hero h1{font-size:130px;line-height:1.15;margin:0 0 30px}
.section{width:min(1140px,calc(100% - 64px));margin:0 auto;padding:95px 0}
.section-title{text-align:center;margin-bottom:64px;font-size:36px}
.card{background:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 1px 11px #00000010;overflow:hidden}
.about{width:min(1280px,calc(100% - 64px));padding:90px 0 30px}
.about-card{display:grid;grid-template-columns:43% 57%;align-items:stretch;min-height:490px}
.about-copy{padding:72px 56px 55px}
.about-copy p{margin:0 0 24px;font-size:18px;line-height:1.7;color:#292929}
.about-image{width:100%;height:100%;object-fit:cover;border-bottom-right-radius:110px}
.recipe-grid,.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 44px}
.recipe{position:relative;transition:transform .25s,box-shadow .25s}
.recipe:hover,.category:hover{transform:translateY(-4px);box-shadow:0 8px 22px #3a23161a}
.recipe>a>img{width:100%;height:220px;object-fit:cover;border-bottom-left-radius:45px}
.recipe-copy{padding:12px 20px 14px}
.recipe h3{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:2px;margin-bottom:16px;font-size:23px}
.metadata{display:flex;justify-content:space-between;align-items:center;gap:7px;font-size:13px;white-space:nowrap;font-weight:400}
.metadata b{font-size:17px;color:#b37863;font-weight:400}
.favorite{position:absolute;top:12px;left:12px;z-index:2;width:23px;height:23px;filter:drop-shadow(0 1px 2px #fff)}
.favorite[aria-pressed=true]{color:#b37863}
.favorite[aria-pressed=true] svg{fill:#cc907a}
.section-cta{display:flex;justify-content:center;margin-top:48px}
.category img{width:100%;height:220px;object-fit:cover;border-bottom-left-radius:45px}
.category h3{padding:15px 18px;font-size:29px}
.category{transition:transform .2s}
.workshops{width:min(1200px,calc(100% - 64px));display:grid;grid-template-columns:1fr 190px;gap:30px;align-items:center;padding-top:115px;padding-bottom:115px}
.workshop-card{display:grid;grid-template-columns:60% 40%;min-height:430px}
.workshop-copy{padding:42px 54px}
.workshop-copy h2{font-size:38px}
.workshop-copy p{font-size:17px;line-height:1.55;margin:0 0 14px}
.workshop-copy .button{margin-top:20px}
.workshop-card>img{width:100%;height:100%;object-fit:cover;border-bottom-right-radius:100px;max-height:520px}
.workshop-links{display:flex;flex-direction:column;gap:26px}
.workshop-links a{font-family:Asaf,sans-serif;font-size:25px;color:#cc907a;border-bottom:4px solid #383838;border-left:4px solid #383838;border-radius:0 0 3px 3px;padding:0 0 9px 10px}
.coupon-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}
.coupon{text-align:center;padding-bottom:27px}
.coupon>img{height:74px;width:100%;object-fit:contain;padding:9px 15px;border-bottom:1px solid #eee;border-bottom-left-radius:38px}
.coupon h3{font-size:23px;margin:16px 10px 4px}
.coupon p{font-family:Asaf,sans-serif;font-size:24px;color:#cc907a;line-height:1.3;margin:0 8px 13px}
.copy-code{display:block;background:white;border:0;border-top:3px solid #3a2316;border-bottom:3px solid #3a2316;width:65%;margin:auto;padding:3px 0;font-size:15px;color:#3a2316;white-space:nowrap}
.copy-code span{color:#cc907a}
.partners{padding-top:90px;padding-bottom:80px}
.partners .section-title{font-size:30px;margin-bottom:55px}
.brand-track{display:flex;gap:22px;overflow-x:auto;scrollbar-width:thin;padding:10px 5px 20px;scroll-snap-type:x mandatory}
.brand{flex:0 0 168px;height:104px;display:grid;place-items:center;scroll-snap-align:start}
.brand img{max-width:90%;max-height:80%;object-fit:contain}
.contact{text-align:center;padding:130px 0 100px}
.contact h2{color:#cc907a;font-size:36px;margin-bottom:20px}
.contact>p{font-size:17px}
.contact form{max-width:560px;margin:45px auto 0;display:grid;gap:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.contact input,.contact select{width:100%;border:0;border-bottom:2px solid #3a2316;border-radius:0;background:white;padding:10px 12px;color:#3a2316;font-size:16px}
.contact input{text-align:right}
.contact .button{justify-self:center;margin-top:10px}
.form-note{font-size:13px;margin:0;color:#6b625e}
footer{text-align:center;border-top:1px solid #eee;padding:55px 24px;background:#faf8f7}
footer>img{width:190px;margin:0 auto 28px}
footer h2{font-size:30px}
.footer-social{display:flex;gap:20px;justify-content:center;margin:25px}
.footer-social a{background:#cc907a;padding:12px;border-radius:9px;display:grid;place-items:center}
.legal{display:flex;gap:35px;justify-content:center;font-size:14px}
.social-rail{position:fixed;left:26px;bottom:9%;z-index:40;display:flex;flex-direction:column;gap:15px}
.social-rail a{width:45px;height:45px;display:grid;place-items:center;background:#cc907a;border-radius:11px;transition:background .2s}
.social-rail a:hover{background:#b37863}
dialog{border:1px solid #eee;border-radius:18px;box-shadow:0 15px 80px #0003;padding:38px;width:min(560px,calc(100% - 32px));max-height:80vh;color:#3a2316}
dialog::backdrop{background:#23140d66;backdrop-filter:blur(4px)}
dialog h2{padding-left:30px;font-size:30px}
.dialog-close{position:absolute;top:16px;left:16px;font-size:30px}
dialog input{width:100%;padding:12px;border:1px solid #cc907a;border-radius:8px;margin-bottom:20px}
dialog p{font-size:16px}
.result{display:flex;align-items:center;gap:18px;border-bottom:1px solid #eee;padding:12px 0;font-size:18px}
.result img{width:65px;height:65px;object-fit:cover;border-radius:8px}
.skip{position:fixed;top:-80px;right:20px;background:white;padding:15px;z-index:100}
.skip:focus{top:10px}
#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:#3a2316;color:white;border-radius:8px;padding:12px 25px;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s;font-size:16px}
#toast.show{opacity:1}
@media (min-width:1700px){.hero h1{font-size:150px;line-height:1.1}
.hero-copy p{font-size:65px}}
@media (max-width:1300px){.about-copy{padding:50px 38px}
.recipe-grid,.category-grid{gap:30px}
.workshop-copy{padding:34px}
.workshops{grid-template-columns:1fr 170px}
.metadata{font-size:12px}}
@media (max-width:1000px){.hero h1{font-size:105px}
.about-card{grid-template-columns:1fr 1fr}
.about-copy{padding:35px 28px}
.recipe-grid,.category-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.recipe>a>img,.category img{height:290px}
.metadata{font-size:15px}
.workshops{grid-template-columns:1fr}
.workshop-links{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.workshop-links a{font-size:22px}
.coupon-grid{grid-template-columns:repeat(3,1fr)}
.social-rail{left:10px;gap:10px}
.social-rail a{width:36px;height:36px}
.section{padding-top:65px;padding-bottom:65px}
.section-title{margin-bottom:40px}}
@media (max-width:600px){html{scroll-padding-top:100px}
.hero{min-height:650px;height:91svh;max-height:900px}
.hero-copy{padding:115px 20px 35px}
.hero-copy p{font-size:38px;margin-bottom:14px}
.hero h1{font-size:clamp(55px,13vw,78px);line-height:1.2;margin-bottom:32px}
.hero-media iframe{min-width:178svh}
.hero-shade{background:radial-gradient(ellipse at center,rgba(255,254,254,.86) 3%,rgba(255,254,254,.5) 44%,#fff2 80%)}
.button{font-size:19px;padding:12px 27px}
.section{width:calc(100% - 40px);padding:50px 0}
.section-title{font-size:31px;margin-bottom:30px}
.about-card{display:flex;flex-direction:column}
.about-copy{padding:32px 25px}
.about-copy h2{font-size:32px}
.about-copy p{font-size:17px}
.about-image{height:280px;border-bottom-right-radius:70px}
.recipe-grid,.category-grid{gap:20px 14px}
.recipe>a>img,.category img{height:175px;border-bottom-left-radius:30px}
.recipe-copy{padding:12px 10px}
.recipe h3{font-size:21px;line-height:1.3;min-height:27px;margin-bottom:12px}
.metadata{font-size:12px;flex-wrap:wrap;gap:3px 9px;justify-content:flex-start}
.metadata b{font-size:14px}
.favorite{width:21px;height:21px;left:9px;top:9px}
.category h3{font-size:25px;padding:14px 12px}
.section-cta{margin-top:30px}
.workshop-card{display:flex;flex-direction:column}
.workshop-copy{padding:30px 25px}
.workshop-copy h2{font-size:31px}
.workshop-copy p{font-size:17px;line-height:1.7}
.workshop-card>img{height:300px;object-position:center;border-bottom-right-radius:70px}
.workshop-links{grid-template-columns:repeat(2,1fr);gap:20px}
.workshop-links a{font-size:23px}
.coupon-grid{grid-template-columns:repeat(2,1fr);gap:17px}
.coupon-grid .coupon:last-child{grid-column:1/-1;width:calc(50% - 9px);justify-self:center}
.coupon h3{font-size:23px}
.coupon p{font-size:22px}
.coupon>img{height:80px}
.copy-code{font-size:14px;width:78%}
.partners .section-title{font-size:27px;margin-bottom:30px}
.brand{flex-basis:140px;height:86px}
.contact h2{font-size:29px}
.contact>p{font-size:16px}
.contact form{gap:20px;margin-top:30px}
.form-row{gap:18px}
.contact .button{font-size:20px}
.social-rail{left:7px;bottom:18px;gap:8px}
.social-rail a{width:32px;height:32px;border-radius:8px}
.social-rail svg{width:18px;height:18px}
.form-note{font-size:12px}
.legal{font-size:14px}
footer{padding-bottom:65px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
.hero-media iframe{display:none}}
[hidden]{display:none!important}
.inner-page{padding-top:165px;min-height:80vh}
.page-intro{text-align:center;padding:55px 24px 25px;max-width:900px;margin:auto}
.page-intro h1{font-size:58px;line-height:1.2;margin:0 0 22px}
.page-intro p{max-width:740px;margin:auto;font-size:19px}
.recipe-description{font-size:16px;line-height:1.65;margin:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s,padding .25s}
.recipe:hover .recipe-description,.recipe:focus-within .recipe-description,.recipe.expanded .recipe-description{max-height:320px;opacity:1;padding-top:16px}
.recipe>a>img{transition:filter .3s}
.recipe:hover>a>img{filter:brightness(.93)}
.recipe-details{border:0;background:#faf5f2;color:#6e4332;width:100%;padding:10px;font-size:14px;min-height:44px}
.favorite{background:#fffffff0;border-radius:50%;padding:7px;width:38px;height:38px}
.recipe-grid{align-items:start}
.tips-track{display:flex;gap:22px;overflow:auto;scroll-snap-type:x mandatory;padding:8px 3px 20px}
.tip{flex:0 0 330px;padding:28px;scroll-snap-align:start}
.tip h3{font-size:26px}
.tip p{font-size:17px}
.carousel-controls{display:flex;justify-content:center;gap:20px;margin-top:20px}
.carousel-controls button,.plain-button{background:white;border:1px solid #cc907a;color:#754430;padding:10px 20px;border-radius:7px;min-height:44px}
.full-coupons{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.full-coupons .coupon{padding-bottom:24px}
.full-coupons .coupon h2{font-size:28px;margin:20px 10px 10px}
.full-coupons .coupon>img{height:110px}
.full-coupons .button{margin-top:22px;font-size:18px;padding:12px 22px}
.workshop-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px}
.workshop-detail img{width:100%;height:300px;object-fit:cover;border-bottom-left-radius:65px}
.workshop-detail>div{padding:30px}
.workshop-detail p{min-height:90px}
.coming-soon{display:inline-block;padding:12px 25px;border-radius:8px;background:#f3e5df}
.lesson{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.lesson-video{border:0;width:100%;aspect-ratio:9/16;border-radius:18px}
.lesson h2{margin-top:30px}
.lesson h3{font-size:45px;color:#b37863}
.blog-tools{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:start}
.tool{padding:34px}
.tool h2{font-size:32px}
.tool p{font-size:17px}
.filters{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}
.filters label{flex:1;min-width:130px;font-size:16px}
input,select,textarea{max-width:100%;min-width:0}
textarea{font:inherit}
.filters input,.filters select,#weekly-plan input,.contact textarea{width:100%;padding:12px;border:1px solid #cfb5a9;background:#fff;border-radius:8px;margin-top:8px;color:#3a2316;font-size:16px}
.contact textarea{display:block}
#weekly-plan{display:grid;gap:14px;margin-bottom:24px}
#weekly-plan label{display:grid;grid-template-columns:55px 1fr;gap:12px;align-items:center;font-size:16px}
#weekly-plan input{margin:0}
#quantity-result{display:block;background:#f7ede8;border-radius:10px;padding:20px;font-size:24px;font-weight:500}
.blog-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
summary{cursor:pointer;padding:14px 0;color:#915e49}
.video-toggle{position:absolute;z-index:3;bottom:22px;right:24px;border:1px solid #fff;background:#3a2316bb;color:#fff;border-radius:8px;min-height:44px;padding:10px 18px;font-size:14px}
.video-status{position:absolute;bottom:65px;right:24px;z-index:3;font-size:14px;background:#fff9;border-radius:8px}
.icon-button{min-width:32px;min-height:36px}
.workshop-card>img{transition:opacity .3s}
@media (max-width:1180px){}
@media (max-width:700px){.inner-page{padding-top:100px}
.page-intro{padding:35px 22px 0}
.page-intro h1{font-size:38px}
.page-intro p{font-size:17px}
.blog-tools,.blog-grid,.workshop-grid,.lesson{grid-template-columns:1fr}
.tool{padding:24px}
.full-coupons{grid-template-columns:1fr 1fr;gap:16px}
.full-coupons .coupon:last-child{grid-column:auto;width:auto}
.full-coupons .coupon h2{font-size:23px}
.full-coupons .button{font-size:17px;padding:12px}
.full-coupons .copy-code{width:90%;white-space:normal}
.lesson{gap:25px}
.lesson-video{max-height:70svh}
.workshop-detail img{height:260px}
.workshop-detail p{min-height:0}
.tip{flex-basis:85%;padding:24px}
.hero{min-height:600px}
.hero-media iframe{width:177.78svh;height:100svh;min-height:100%;min-width:100%}
.metadata{font-size:14px;white-space:normal}
.recipe h3{font-size:23px}
.recipe-description{font-size:15px}
.social-rail{bottom:10px}
.video-toggle{bottom:18px;right:18px}
.filters{gap:12px}
.filters label{min-width:120px}}
@media (max-width:350px){.recipe-grid,.full-coupons{grid-template-columns:1fr}
.coupon-grid .coupon:last-child{width:auto}
.hero h1{font-size:52px}}
@media (prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
@media  print{header,footer,.social-rail,.page-intro,.blog-grid,.blog-tools>.tool:first-child,.plain-button,#save-plan{display:none!important}
.inner-page{padding:0}
.blog-tools{display:block}
.tool{box-shadow:none;border:0}
.section{padding:0;width:100%}
input{border:0!important}}
.recipe-grid{align-items:stretch}
.recipe{height:100%;display:flex;flex-direction:column}
.recipe>a{height:100%;display:flex;flex-direction:column;position:relative}
.recipe-copy{flex:1;min-height:128px;display:flex;flex-direction:column}
.recipe h3{font-size:23px;line-height:1.3;height:2.6em;min-height:2.6em;max-height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:14px}
.recipe .metadata{margin-top:auto;min-height:24px}
.recipe .recipe-description{position:absolute;inset:0 0 auto;max-height:220px;height:220px;overflow:auto;background:rgba(58,35,22,.91);color:#fff;padding:50px 20px 20px;margin:0;border-radius:11px 11px 0 45px;opacity:0;pointer-events:none;transition:opacity .25s}
.recipe:hover .recipe-description,.recipe:focus-within .recipe-description{max-height:220px;padding:50px 20px 20px;opacity:1;pointer-events:auto}
@media (max-width:1000px) and (min-width:601px){.recipe .recipe-description,.recipe:hover .recipe-description,.recipe:focus-within .recipe-description{height:290px;max-height:290px}}
@media (max-width:600px){.recipe-copy{min-height:132px}
.recipe h3{font-size:23px;line-height:1.3;height:2.6em;min-height:2.6em}
.recipe .metadata{min-height:40px;align-content:flex-start}
.recipe .recipe-description{display:none!important}}
@media (hover:none){.recipe .recipe-description{display:none!important}
.recipe:hover{transform:none;box-shadow:0 1px 11px #00000010}}

@media (max-width:600px){}
@media (max-width:370px){}
.recipe{border-radius:17px;border:1px solid #e9e8e6;box-shadow:0 2px 15px #0000000e}
.recipe h3{text-decoration:none;position:relative;padding-bottom:9px;height:calc(2.6em + 9px);min-height:calc(2.6em + 9px);max-height:calc(2.6em + 9px);border-bottom:4px solid #3a2316;border-radius:0 0 5px 5px;font-size:23px;margin-bottom:15px}
.recipe-copy{padding:13px 16px 18px;min-height:140px}
.recipe .metadata{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px;min-height:25px;font-size:15px;color:#111;font-weight:400;white-space:nowrap}
.recipe-meta-item{display:inline-flex;align-items:center;gap:6px;line-height:1.3}
.recipe-meta-item svg{width:18px;height:18px;flex:0 0 18px;overflow:visible}
.time-mobile{display:none}
.recipe .favorite{background:transparent;filter:none;border-radius:0;left:14px;top:14px;width:32px;height:32px;padding:3px;color:#000}
.recipe .favorite[aria-pressed=true]{color:#b37863}
@media (max-width:600px){.recipe-copy{padding:10px 10px 13px;min-height:130px}
.recipe h3{font-size:21px;line-height:1.3;margin-bottom:12px;border-bottom-width:3px}
.recipe .metadata{font-size:13px;gap:4px;min-height:22px;flex-wrap:nowrap}
.recipe-meta-item{gap:3px}
.recipe-meta-item svg{width:14px;height:14px;flex-basis:14px}
.time-desktop{display:none}
.time-mobile{display:inline}
.recipe .favorite{left:10px;top:10px;width:27px;height:27px;padding:2px}
.recipe>a>img{border-bottom-left-radius:40px}
.recipe-grid{gap:20px 14px}}
@media (max-width:380px){.recipe .metadata{gap:3px;font-size:12px}
.recipe-meta-item{gap:2px}
.recipe-meta-item svg{width:12px;height:12px;flex-basis:12px}
.recipe-copy{padding-inline:8px}}
@media (max-width:600px){}
.hero-media video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;pointer-events:none}
