@font-face{font-family:DM Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/dm-mono-latin.woff2) format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/space-grotesk-latin.woff2) format("woff2")}@font-face{font-family:Unbounded;font-style:normal;font-weight:700 800;font-display:swap;src:url(/fonts/unbounded-latin.woff2) format("woff2")}:root{--cream:#f8f0df;--ink:#15130f;--footer:#11110f;--red:#d54328;--yellow:#e6b543;--line:rgba(21,19,15,.22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Space Grotesk,sans-serif}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid rgba(21,19,15,.16);background:#f8f0dff0;backdrop-filter:blur(12px)}.site-header__inner{display:flex;min-height:66px;align-items:center;justify-content:space-between}.brand img{display:block;width:82px;max-width:100%}.site-nav{display:flex;gap:clamp(16px,3vw,30px);align-items:center}.site-nav a{color:var(--ink);font:700 14px DM Mono,monospace;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.site-nav a:hover{color:var(--red)}.site-nav a:focus-visible{outline:3px solid var(--red);outline-offset:4px}.hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center;padding:60px 0 105px}.hero-copy{margin-left:clamp(32px,5vw,80px)}.kicker{margin:0 0 16px;color:var(--red);font:700 12px DM Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.hero h1,h2{margin:0;font-family:Unbounded,sans-serif;letter-spacing:-.075em;line-height:.95}.hero h1{font-size:clamp(37px,5vw,72px)}em{color:var(--red);font-style:normal}.lede{max-width:500px;margin:28px 0;font-size:18px;line-height:1.5}.hero-socials{display:flex;gap:12px;margin-top:30px}.hero-socials a{display:grid;width:62px;height:62px;place-items:center;color:var(--red);border:1px solid rgba(213,67,40,.24);border-radius:9px;background:transparent;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.hero-socials a:hover{color:var(--cream);border-color:var(--red);background:var(--red);transform:translateY(-3px)}.hero-socials a:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.hero-socials svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.hero-socials svg path:only-child{fill:currentColor;stroke:none}.feature-video{position:relative;width:100%;color:inherit;text-decoration:none}.feature-video{padding:0;border:0;background:transparent;cursor:pointer;text-align:inherit}.feature-video-wrap{display:flex;width:100%;flex-direction:column;align-items:center}.hero-recipe-link{display:inline;margin-top:16px;color:var(--red);font:700 13px DM Mono,monospace;letter-spacing:.03em;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:5px;text-transform:uppercase}.hero-recipe-link:hover{color:var(--ink)}.feature-video.short{width:min(320px,100%);justify-self:center}.video-frame{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:var(--ink);box-shadow:0 18px 34px #15130f47}.feature-video.short .video-frame{aspect-ratio:9 / 16}.video-frame img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.feature-video:hover .video-frame img{transform:scale(1.035)}.feature-play{position:absolute;top:50%;left:50%;display:grid;width:68px;height:68px;place-items:center;border-radius:50%;color:var(--ink);background:var(--cream);box-shadow:0 7px 18px #0000004d;transform:translate(-50%,-50%);transition:transform .2s ease,background .2s ease}.feature-play svg{width:30px;height:30px;margin-left:3px;fill:currentColor}.feature-video:hover .feature-play{background:var(--yellow);transform:translate(-50%,-50%) scale(1.08)}iframe{width:100%;height:100%;border:0}.feature-caption{display:grid;gap:5px;margin-top:25px}.feature-caption span,.type-tag,.duration{font:11px DM Mono,monospace;text-transform:uppercase}.feature-caption strong{font-size:18px}.video-section{padding:105px 0;color:var(--cream);background:var(--ink)}.section-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:end;margin-bottom:50px}.section-heading .kicker{grid-column:1/-1;color:var(--yellow)}h2{font-size:clamp(33px,4.5vw,61px)}.section-heading>p:last-child{max-width:400px;margin:0;font-size:16px;line-height:1.5}.archive-search{margin:-12px 0 48px}.archive-search__field{display:flex;align-items:center;gap:14px;padding:0 20px;border:1px solid rgba(248,240,223,.5);background:#f8f0df12;transition:border-color .2s ease,background .2s ease}.archive-search__field:focus-within{border-color:var(--yellow);background:#e6b5431a}.archive-search__field svg{flex:0 0 auto;width:24px;height:24px;fill:none;stroke:var(--yellow);stroke-linecap:round;stroke-width:2}.archive-search input{width:100%;min-height:66px;padding:0;color:var(--cream);border:0;outline:0;background:transparent;font:clamp(20px,2vw,28px) "Space Grotesk",sans-serif}.archive-search input::placeholder{color:#f8f0df9e}.archive-no-results{grid-column:1/-1;margin:0;padding:34px 0;color:var(--yellow);font:14px DM Mono,monospace;text-align:center;text-transform:uppercase}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;align-items:start}.video-card{color:inherit}.video-card__play{display:block;width:100%;padding:0;color:inherit;border:0;background:transparent;cursor:pointer;text-align:left}.thumb{position:relative;aspect-ratio:9 / 16;overflow:hidden;border-radius:6px;background:#34231c}.thumb img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .25s}.video-card:hover img{transform:scale(1.075)}.thumb-fallback{display:grid;height:100%;place-items:center;background:var(--red);font:800 40px Unbounded,sans-serif}.type-tag,.duration{position:absolute;top:9px;left:9px;padding:5px 7px;color:var(--ink);background:var(--cream)}.duration{inset:auto 7px 7px auto;color:var(--cream);background:var(--ink)}.video-card__title{display:flex;gap:10px;align-items:flex-start;justify-content:space-between;margin-top:12px}.video-card p{display:-webkit-box;flex:1;min-width:0;overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:clamp(15px,1.25vw,18px);font-weight:600;line-height:1.22;text-wrap:balance}.video-card__recipe{flex:0 0 auto;margin-top:1px;color:var(--yellow);font:700 10px DM Mono,monospace;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.video-card__recipe:hover{color:var(--cream);text-decoration:underline;text-underline-offset:3px}.archive-load-more{display:table;min-height:48px;margin:36px auto 0;padding:12px 20px;color:var(--cream);border:0;background:var(--red);font:700 12px DM Mono,monospace;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,transform .2s ease}.archive-load-more[hidden]{display:none}.archive-load-more:hover{background:var(--yellow);color:var(--ink);transform:translateY(-2px)}.empty-catalog{display:flex;align-items:center;justify-content:space-between;padding:44px;border:1px dashed rgba(248,240,223,.45);font:15px DM Mono,monospace}.empty-catalog a{color:var(--yellow)}.shop{padding:110px 0}.shop.shell{width:min(2000px,calc(100% - 96px))}.shop-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:48px}.shop-promise{max-width:510px;margin:20px 0 0;font-size:17px;line-height:1.45}.shop-heading a{padding:13px 16px;color:var(--cream);background:var(--ink);font:700 12px DM Mono,monospace;text-decoration:none;text-transform:uppercase}.shop-view-all{display:table;margin:38px auto 0;padding:14px 18px;color:var(--cream);background:var(--ink);font:700 12px DM Mono,monospace;text-decoration:none;text-transform:uppercase}.newsletter{padding:110px 0;color:var(--cream);background:var(--ink)}.newsletter__layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(40px,8vw,115px);align-items:center}.newsletter__copy h2{font-size:clamp(34px,4.5vw,61px)}.newsletter__copy>p:not(.kicker){max-width:420px;margin:24px 0 0;color:#f8f0dfc7;font-size:18px;line-height:1.5}.newsletter__form{width:100%}.newsletter-signup{max-width:560px;padding:clamp(28px,4vw,48px);border:1px solid rgba(248,240,223,.28);background:#24211b;box-shadow:10px 10px 0 var(--red)}.newsletter-signup__eyebrow{margin:0;color:var(--yellow);font:700 13px DM Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.newsletter-signup__copy{max-width:460px;margin:15px 0 28px;font-size:clamp(21px,2.3vw,29px);font-weight:700;letter-spacing:-.04em;line-height:1.12}.newsletter-signup label{display:block;margin-bottom:8px;color:#f8f0dfc7;font:700 11px DM Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.newsletter-signup__fields{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.newsletter-signup input{min-width:0;min-height:54px;padding:0 16px;color:var(--ink);border:2px solid var(--cream);border-radius:0;background:var(--cream);font:16px Space Grotesk,sans-serif}.newsletter-signup input::placeholder{color:#15130f8f}.newsletter-signup input:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.newsletter-signup button{min-height:54px;padding:0 18px;color:var(--cream);border:0;border-radius:0;background:var(--red);font:700 12px DM Mono,monospace;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,transform .2s ease}.newsletter-signup button:hover{color:var(--ink);background:var(--yellow);transform:translateY(-2px)}.newsletter-signup__fineprint{margin:16px 0 0;color:#f8f0df9e;font:12px DM Mono,monospace;line-height:1.5}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(min-width:1200px){.shop .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column}.product-card__details{display:flex;flex-direction:column;color:var(--ink);text-decoration:none}.product-image{position:relative;display:grid;aspect-ratio:1 / 1;overflow:hidden;padding:10px;place-items:center;color:var(--cream);background:#fff;box-shadow:0 8px 20px #15130f21;transition:box-shadow .2s ease}.product-image:hover{box-shadow:0 13px 27px #15130f33}.product-image__link{display:grid;width:100%;height:100%;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.product-image__link:hover img{transform:scale(1.04)}.product-image span{display:grid;width:100%;height:100%;place-items:center;color:var(--yellow);background:var(--ink);font:700 clamp(22px,3vw,38px) Unbounded,sans-serif;letter-spacing:-.08em;line-height:.95;text-align:center}.product-retailer{margin:17px 0 7px!important;color:var(--red);font:700 11px DM Mono,monospace!important;letter-spacing:.08em;text-transform:uppercase}.product-card h3,.product-card h2{margin:0;font:700 clamp(20px,2vw,27px) "Space Grotesk",sans-serif;letter-spacing:-.05em;line-height:1.05}.product-card__details>p:not(.product-retailer){margin:10px 0 18px;font-size:15px;line-height:1.45}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 18px}.product-tags span{padding:5px 7px;color:var(--ink);border:1px solid var(--ink);font:10px DM Mono,monospace;text-transform:uppercase}.product-detail-link{position:absolute;z-index:1;top:18px;right:18px;display:grid;width:38px;height:38px;place-items:center;color:var(--ink);border:1px solid rgba(21,19,15,.24);background:#f8f0dfc2;backdrop-filter:blur(4px);text-decoration:none;transition:color .2s ease,background .2s ease,transform .2s ease}.product-detail-link:hover{color:var(--cream);background:var(--red);transform:translate(2px,-2px)}.product-detail-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-detail-link span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.shop-page{padding:82px 0 120px}.shop-page.shell{width:min(2000px,calc(100% - 96px))}.shop-page h1{margin:0;font:700 clamp(48px,8vw,100px) Unbounded,sans-serif;letter-spacing:-.08em;line-height:.9}.shop-intro{max-width:600px;margin:34px 0 60px;font-size:19px;line-height:1.5}.product-grid--all{grid-template-columns:repeat(3,1fr);row-gap:46px}@media(min-width:1200px){.shop-page .product-grid--all{grid-template-columns:repeat(5,minmax(0,1fr))}}.shop-empty{padding:50px 0;border-top:2px solid var(--ink);font:700 16px DM Mono,monospace}.product-page{padding:55px 0 120px}.product-page__back{display:inline-block;margin-bottom:42px;color:var(--red);font:700 12px DM Mono,monospace;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.product-page__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:clamp(36px,7vw,100px);align-items:start}.product-page__image{display:grid;aspect-ratio:1 / 1;overflow:hidden;place-items:center;background:#fff;box-shadow:0 14px 34px #15130f29}.product-page__image img{width:100%;height:100%;object-fit:cover}.product-page__image span{color:var(--yellow);background:var(--ink);font:700 clamp(28px,4vw,50px) Unbounded,sans-serif;letter-spacing:-.08em;line-height:.95;text-align:center}.product-page__copy h1{margin:0;font:700 clamp(36px,5vw,68px) Unbounded,sans-serif;letter-spacing:-.08em;line-height:.94}.product-page__summary{margin:28px 0;font-size:19px;line-height:1.5}.product-page__cta{display:inline-flex;min-height:54px;margin-top:10px;padding:16px 20px;align-items:center;color:var(--cream);background:var(--red);font:700 12px DM Mono,monospace;letter-spacing:.03em;text-decoration:none;text-transform:uppercase;transition:background .2s ease,transform .2s ease}.product-page__cta:hover{background:var(--ink);transform:translateY(-2px)}.product-page__disclosure{max-width:410px;margin:18px 0 0;color:#15130fb3;font:11px DM Mono,monospace;line-height:1.5}.recipes-page{padding:82px 0 120px}.recipes-page h1,.recipe-page h1{margin:0;font:700 clamp(46px,7vw,88px) Unbounded,sans-serif;letter-spacing:-.08em;line-height:.9}.recipe-title-accent{color:var(--red)}.recipes-intro{max-width:640px;margin:32px 0 60px;font-size:19px;line-height:1.5}.recipes-intro a,.recipe-sources a{color:var(--red);font-weight:700;text-underline-offset:3px}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.recipe-card{display:flex;flex-direction:column;color:inherit;background:#fefcf6;box-shadow:0 12px 28px #15130f1f;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.recipe-card:hover{box-shadow:0 18px 36px #15130f33;transform:translateY(-4px)}.recipe-card__video{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:var(--ink)}.recipe-card__video img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.recipe-card:hover .recipe-card__video img{transform:scale(1.04)}.recipe-card__copy{padding:24px}.recipe-card__copy .kicker{margin-bottom:12px;font-size:10px}.recipe-card__copy h2{font:700 clamp(24px,2.7vw,37px) "Space Grotesk",sans-serif;letter-spacing:-.06em}.recipe-card__copy>p:not(.kicker){margin:14px 0 24px;line-height:1.45}.recipe-card__copy b{color:var(--red);font:700 12px DM Mono,monospace;text-transform:uppercase}.recipes-empty{padding:42px 0;border-top:2px solid var(--ink);font:700 14px DM Mono,monospace;text-transform:uppercase}.recipe-page{padding:52px 0 120px}.recipe-back{display:inline-block;margin-bottom:40px;color:var(--red);font:700 12px DM Mono,monospace;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.recipe-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(36px,7vw,100px);align-items:center;padding-bottom:76px;border-bottom:2px solid var(--ink)}.recipe-hero>div>p:not(.kicker){max-width:530px;margin:28px 0;font-size:19px;line-height:1.5}.recipe-video{width:100%}.recipe-video .feature-video{display:block}.recipe-video.short{width:min(320px,100%);justify-self:center}.recipe-facts{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 0}.recipe-facts div{min-width:100px;padding:12px 14px;border:1px solid var(--ink)}.recipe-facts dt{font:700 10px DM Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.recipe-facts dd{margin:5px 0 0;font-weight:700}.recipe-components{padding:80px 0}.recipe-components>h2,.recipe-steps h2,.recipe-sources h2{margin-bottom:34px;font-size:clamp(31px,4vw,53px)}.recipe-components>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.recipe-component{padding:25px;border-top:5px solid var(--red);background:#fefcf6;box-shadow:0 8px 20px #15130f17}.recipe-component h3{margin:0 0 18px;font:700 25px Space Grotesk,sans-serif;letter-spacing:-.05em}.recipe-component ul{display:grid;gap:10px;margin:0;padding-left:20px;line-height:1.4}.recipe-steps{padding:36px 0 28px;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.recipe-steps ol{display:grid;gap:0;max-width:850px;margin:0;padding:0;list-style:none;counter-reset:recipe-step}.recipe-steps li{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:18px 0;border-top:1px solid var(--line);font-size:18px;line-height:1.5;counter-increment:recipe-step}.recipe-steps li:before{content:counter(recipe-step,decimal-leading-zero);color:var(--red);font:700 13px DM Mono,monospace}.recipe-sources{padding:80px 0 0}.recipe-sources ul{display:grid;gap:12px;margin:0;padding-left:20px;line-height:1.45}.follow{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;padding:120px 0}.social-list{border-top:2px solid var(--ink)}.social-list a{display:grid;grid-template-columns:52px 1fr 1fr 30px;gap:12px;align-items:center;padding:20px 0;color:inherit;border-bottom:1px solid var(--line);text-decoration:none}.social-list a:hover strong{color:var(--red)}.social-icon{display:grid;width:24px;height:24px;place-items:center}.social-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.social-icon svg path:only-child{fill:currentColor;stroke:none}small{font:11px DM Mono,monospace}.social-list strong{font-size:23px}.social-list b{display:grid;place-items:center end}.social-list b svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.about{padding:110px 0;color:var(--cream);background:var(--red)}.about-layout{display:block}.about .kicker{color:var(--yellow)}.about h2{max-width:850px;font-size:clamp(32px,4vw,57px)}.about p:not(.kicker):not(.signature){max-width:690px;font-size:18px;line-height:1.55}.signature{color:var(--yellow);font:700 16px DM Mono,monospace}.signature a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:120px 0}.contact-copy p:not(.kicker){max-width:380px;font-size:18px;line-height:1.5}.contact form{display:grid;gap:16px}.contact label{display:grid;gap:7px;font-size:13px;font-weight:700}.contact input,.contact select,.contact textarea{padding:11px 0;color:var(--ink);border:0;border-bottom:2px solid var(--ink);border-radius:0;background:transparent;font:16px Space Grotesk,sans-serif}.contact textarea{padding:10px;border:2px solid var(--ink);resize:vertical}.contact input:focus-visible,.contact select:focus-visible,.contact textarea:focus-visible{outline:3px solid var(--red);outline-offset:4px;border-color:var(--ink);box-shadow:5px 5px 0 var(--yellow)}.contact button{justify-self:start;margin-top:9px;padding:16px 22px;color:var(--cream);border:0;background:var(--red);font:700 13px DM Mono,monospace;cursor:pointer}.hidden{display:none}.video-modal{width:min(960px,calc(100% - 28px));padding:0;color:var(--cream);border:0;background:var(--ink);box-shadow:0 24px 80px #0000008c}.video-modal::backdrop{background:#080705d1;backdrop-filter:blur(5px)}.video-modal__panel{position:relative}.video-modal__close{position:absolute;z-index:1;top:12px;left:12px;padding:9px 13px;color:var(--ink);border:0;border-radius:999px;background:var(--yellow);font:700 12px DM Mono,monospace;cursor:pointer}.video-modal__frame{aspect-ratio:16 / 9;background:#000}.video-modal__frame iframe{display:block}.video-modal[data-video-kind=short]{width:min(440px,calc(56.25dvh - 80px))}.video-modal[data-video-kind=short] .video-modal__frame{aspect-ratio:9 / 16}.video-modal__details{display:grid;justify-items:center;padding:22px 24px 25px;text-align:center}.video-modal__details>div{display:flex;width:100%;gap:9px;align-items:stretch}.watch-youtube{display:grid;flex:1;min-height:48px;padding:13px 14px;place-items:center;color:var(--ink);background:var(--yellow);font:700 12px DM Mono,monospace;text-align:center;text-decoration:none;text-transform:uppercase}.subscribe-youtube{display:grid;flex:1;min-height:48px;padding:13px 14px;place-items:center;color:var(--cream);background:var(--red);font:700 12px DM Mono,monospace;text-align:center;text-decoration:none;text-transform:uppercase}.video-modal__nav{display:grid;width:48px;min-height:48px;place-items:center;flex:0 0 48px;color:var(--cream);border:1px solid rgba(248,240,223,.42);background:transparent;cursor:pointer}.video-modal__nav svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.video-modal__nav:disabled{opacity:.25;cursor:not-allowed}footer{padding:64px 0 28px;color:#e9e4d8;background:var(--footer)}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.25fr;gap:36px;padding-bottom:48px}.footer-brand img{display:block;width:210px;max-width:100%}.footer-brand p{margin:24px 0 0;color:var(--yellow);font:700 15px DM Mono,monospace;line-height:1.45}.footer-links,.footer-contact{display:grid;align-content:start;gap:10px}.footer-links p,.footer-contact>p{margin:0 0 7px;color:var(--yellow);font:700 11px DM Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.footer-links a,.footer-contact a{color:inherit;font-size:15px;line-height:1.35;text-decoration:none}.footer-links a:hover,.footer-contact a:hover{color:var(--yellow)}.footer-contact address{margin-top:15px;color:#b9b4a9;font:13px DM Mono,monospace;font-style:normal;line-height:1.55}.footer-legal{display:flex;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid rgba(233,228,216,.2);color:#aaa69e;font:11px DM Mono,monospace;line-height:1.5}.thanks{max-width:920px;padding:clamp(100px,18vh,220px) 0}.thanks h1{max-width:820px;margin:0 0 34px;font-size:clamp(40px,6.3vw,82px)}.thanks-back{display:inline-block;padding:15px 19px;color:var(--cream);background:var(--red);font:700 12px DM Mono,monospace;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,background .2s ease}.thanks-back:hover{background:var(--ink);transform:translateY(-2px)}@media(max-width:780px){.shell{width:min(100% - 32px,1180px)}.site-header__inner{min-height:60px}.brand img{width:72px}.site-nav{gap:15px}.site-nav a{font-size:11px}.hero,.follow,.contact{grid-template-columns:1fr;gap:40px}.hero{padding:40px 0 70px}.hero .feature-video-wrap{order:-1}.hero-copy{margin-left:0;text-align:center}.hero h1{font-size:clamp(31px,10vw,46px)}.hero .lede{display:none}.hero-socials{justify-content:center}.feature-video.short{width:min(290px,85%);justify-self:center}.video-section,.about,.shop{padding:70px 0}.section-heading{display:block}.section-heading h2{margin-bottom:20px}.archive-search{margin:-4px 0 32px}.video-grid,.product-grid,.product-grid--all{grid-template-columns:repeat(2,1fr);gap:15px}.product-grid--all{row-gap:32px}.shop-heading{align-items:start;margin-bottom:30px}.shop-heading a{flex:0 0 auto;padding:11px 12px;font-size:10px}.product-card__details>p:not(.product-retailer){font-size:13px}.product-card h3,.product-card h2{font-size:18px}.product-page{padding:30px 0 80px}.product-page__back{margin-bottom:28px}.product-page__layout{grid-template-columns:1fr;gap:32px}.product-page__summary{font-size:17px}.empty-catalog{display:grid;gap:20px}.social-list a{grid-template-columns:36px 1fr 28px}.social-list small{display:none}.contact{padding:70px 0}.video-modal,.video-modal[data-video-kind=short]{position:fixed;inset:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0}.video-modal__panel{display:flex;flex-direction:column;min-height:100dvh}.video-modal__close{position:fixed;top:14px;left:14px;right:auto}.video-modal__frame{flex:1;min-height:0;aspect-ratio:auto}.video-modal__details{width:100%;margin-top:auto;padding:18px}.video-modal__details>div{display:grid;grid-template-columns:48px 1fr 1fr 48px;width:100%;gap:8px}.video-modal__nav{display:grid;min-height:48px;place-items:center;min-width:0;color:var(--cream);border:1px solid rgba(248,240,223,.42);background:transparent;cursor:pointer}.video-modal__nav svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.video-modal__nav:disabled{opacity:.25;cursor:not-allowed}.watch-youtube,.subscribe-youtube{display:grid;min-width:0;place-items:center;padding:13px 6px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 22px}.footer-brand{grid-column:1/-1;display:grid;justify-items:center;text-align:center}.footer-brand p{margin-top:18px}.footer-legal{display:grid;gap:8px}}@media(max-width:780px){.recipes-page{padding:45px 0 80px}.recipes-intro{margin:25px 0 40px;font-size:17px}.recipe-grid,.recipe-components>div{grid-template-columns:1fr}.recipe-page{padding:30px 0 80px}.recipe-back{margin-bottom:28px}.recipe-hero{grid-template-columns:1fr;gap:32px;padding-bottom:55px}.recipe-hero>div>p:not(.kicker){font-size:17px}.recipe-components,.recipe-sources,.recipe-steps{padding:60px 0}.recipe-steps li{grid-template-columns:40px 1fr;gap:12px;font-size:16px}}@media(max-width:780px){.video-modal,.video-modal[data-video-kind=short]{width:100%;min-width:100%;height:100svh;min-height:100svh}@supports (height:100dvh){.video-modal,.video-modal[data-video-kind=short]{height:100dvh;min-height:100dvh}}.video-modal__panel{height:100%;min-height:100%;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.video-modal__close{top:calc(env(safe-area-inset-top) + 14px);left:calc(env(safe-area-inset-left) + 14px)}}@media(min-width:781px)and (max-width:1024px){.video-modal,.video-modal[data-video-kind=short]{position:fixed;inset:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0}.video-modal__panel{display:flex;flex-direction:column;min-height:100dvh}.video-modal__close{position:fixed;top:14px;left:14px;right:auto}.video-modal__frame{flex:1;min-height:0;aspect-ratio:auto}.video-modal[data-video-kind=short] .video-modal__frame{flex:0 1 auto;width:min(100%,56.25dvh);height:auto;min-height:0;aspect-ratio:9 / 16;margin:auto}.video-modal__details{width:100%;margin-top:auto;padding:18px}.video-modal__details>div{display:grid;grid-template-columns:48px 1fr 1fr 48px;width:100%;gap:8px}}@media(max-width:780px){.shop.shell,.shop-page.shell{width:min(2000px,calc(100% - 32px))}.newsletter{padding:70px 0}.newsletter__layout{grid-template-columns:1fr;gap:40px}.newsletter-signup{box-shadow:6px 6px 0 var(--red)}.newsletter-signup__fields{grid-template-columns:1fr}}
