:root{--cream:#f7f5f0;--paper:#fff9f0;--ingredient-cream:#f4e6d2;--ink:#15130f;--muted:#655f56;--red:#df332f;--orange:#f47b25;--yellow:#ffd98a;--line:rgba(21,19,15,.13);--gutter:clamp(22px,5vw,80px);--radius:clamp(20px,2vw,30px);--section-title:clamp(3.2rem,5vw,5.4rem)}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button{font:inherit}
.skip-link,.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed;z-index:999;top:8px;left:8px;width:auto;height:auto;margin:0;padding:12px 16px;clip:auto;background:#fff;border:2px solid var(--ink)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:"Nunito Sans",sans-serif;font-weight:800;letter-spacing:-.03em}
h1,h2{line-height:.95}
h2{font-size:clamp(3.4rem,6.2vw,6.6rem)}
p{line-height:1.65}
.eyebrow{margin:0;color:var(--red);font:800 .68rem/1.3 "DM Sans",sans-serif;letter-spacing:.19em;text-transform:uppercase}
.reveal,.reveal-media{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.in-view,.reveal-media.in-view{opacity:1;transform:none}
:focus-visible{outline:2px solid var(--red);outline-offset:4px}

.site-header{position:fixed;z-index:100;inset:0 0 auto;height:82px;padding:9px var(--gutter);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(var(--cream),rgba(247,245,240,.9) 76%,transparent);border-bottom:1px solid transparent;transition:height .25s,background .25s,border-color .25s}
.site-header.scrolled{height:82px;background:rgba(247,245,240,.96);backdrop-filter:blur(15px);border-color:var(--line)}
.brand{display:block;text-decoration:none}
.brand img{width:74px;height:64px;object-fit:contain}
.site-header.scrolled .brand img{width:74px;height:64px}
nav{display:flex;align-items:center;gap:clamp(18px,2.2vw,34px)}
nav a{font:800 .78rem/1.2 "Nunito Sans",sans-serif;text-decoration:none}
nav a:not(.nav-cta):not(.nav-instagram){padding-block:8px;border-bottom:1px solid transparent}
nav a:not(.nav-cta):not(.nav-instagram):hover{color:var(--red);border-color:currentColor}
.nav-instagram{padding-block:8px;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}
.nav-instagram:hover{color:var(--red);border-color:currentColor}
.nav-cta{padding:13px 19px;border-radius:999px;background:var(--red);color:#fff;text-decoration:none;transition:transform .2s}
.nav-cta:hover{transform:translateY(-2px)}
.menu-button{display:none;width:44px;height:44px;border:0;background:none;cursor:pointer}
.menu-button span{display:block;width:24px;height:2px;margin:6px auto;background:var(--ink);transition:.2s}

.hero{height:160svh}
.hero-sticky{position:sticky;top:0;height:100svh;overflow:hidden}
.hero-product{position:absolute;z-index:2;left:75%;bottom:8vh;width:min(35vw,510px);height:66vh;display:grid;place-items:end center;transform:translate3d(-50%,var(--hero-jar-depth,0),0);will-change:transform}
.hero-jar{position:relative;z-index:2;width:100%;aspect-ratio:1;transform-origin:50% 92%;animation:jarDrop 1.02s cubic-bezier(.22,.72,.28,1) .18s both}
.hero-jar-art{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 7px 5px rgba(21,19,15,.08))}
.hero-jar-label{position:absolute;z-index:3;top:47%;left:37%;width:26%;height:31%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}
.hero-jar-label img{width:100%;height:82%;object-fit:contain}
.hero-jar-label small{color:var(--red);font:700 clamp(4px,.43vw,7px)/1 "DM Sans",sans-serif;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}
.jar-shadow{position:absolute;bottom:0;width:52%;height:4%;border-radius:50%;background:radial-gradient(ellipse,rgba(21,19,15,.24),transparent 68%);filter:blur(6px);opacity:0;transform:translateY(var(--hero-shadow-depth,0));animation:shadowLand .2s 1.05s forwards}
.hero-copy{position:absolute;z-index:3;left:var(--gutter);top:50%;width:min(51vw,700px);transform:translateY(calc(-50% + var(--hero-copy-depth,0)));pointer-events:none}
.hero-copy>.eyebrow{margin-bottom:20px;opacity:0;transform:translateY(10px);transition:opacity .42s ease,transform .42s ease}
.hero-copy h1{margin:0;font-size:clamp(4.1rem,6.7vw,7rem);opacity:0;transform:translateY(12px);transition:opacity .52s ease,transform .52s ease}
.hero-copy h1 span{display:block}
.hero-copy h1 span:last-child{color:var(--red)}
.hero-intro{margin:25px 0 0;color:var(--muted);font-size:clamp(1.05rem,1.3vw,1.2rem);opacity:0;transform:translateY(12px);transition:opacity .52s .1s ease,transform .52s .1s ease}
.hero-actions{margin-top:28px;display:flex;align-items:center;gap:24px;opacity:0;transform:translateY(12px);transition:opacity .52s .18s ease,transform .52s .18s ease}
.hero-actions a{font:800 .88rem/1.2 "Nunito Sans",sans-serif;text-decoration:none}
.hero-primary{padding:15px 21px;border-radius:999px;background:var(--red);color:#fff}
.hero-secondary{padding-block:10px;border-bottom:1px solid var(--ink)}
.hero-actions a:hover{transform:translateY(-2px)}
.hero.is-landed .hero-copy{pointer-events:auto}
.hero.is-landed .hero-sticky{animation:screenShake .24s linear both}
.hero.is-landed .hero-copy>.eyebrow,.hero.is-landed .hero-copy h1,.hero.is-landed .hero-intro,.hero.is-landed .hero-actions{opacity:1;transform:none}
.hero-scroll{position:absolute;z-index:4;left:50%;bottom:24px;margin:0;transform:translateX(-50%);opacity:var(--hero-scroll-opacity,1);font:800 .66rem/1.3 "Nunito Sans",sans-serif;letter-spacing:.14em;text-transform:uppercase}

.campaign{height:var(--campaign-height,360vh);border-top:1px solid var(--line)}
.campaign-sticky{position:sticky;top:0;height:100svh;padding:88px 0 36px;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:var(--cream)}
.campaign-head{padding:0 var(--gutter);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:clamp(45px,8vw,120px);align-items:end}
.campaign-intro{justify-self:end;width:max-content;max-width:100%}
.campaign-heading h2{margin:10px 0 0;font-size:clamp(3.2rem,5vw,5.4rem)}
.campaign-scroll-cue,.ingredients-head>small{padding-bottom:7px;white-space:nowrap;color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.campaign-scroll-cue{max-width:390px;margin:0}
.gallery-cue{margin:12px 0 0!important;color:var(--ink)!important;font:800 .73rem/1.3 "Nunito Sans",sans-serif}
.gallery-window{min-width:0;margin-top:34px;overflow:visible;outline:none}
.gallery-window:focus-visible{box-shadow:inset 0 0 0 2px var(--red)}
.gallery-track{height:100%;width:max-content;padding:0 var(--gutter);display:flex;align-items:flex-start;gap:clamp(18px,2.3vw,35px);transform:translate3d(var(--gallery-x,0),0,0);will-change:transform}
.gallery-track figure{width:clamp(280px,43vh,450px);margin:0;flex:none}
.gallery-track figure.portrait-tall{width:clamp(260px,40.5vh,425px)}
.gallery-track figure.square,.gallery-track figure.packaging{width:clamp(340px,54vh,560px)}
.gallery-track figure.landscape{width:clamp(430px,68vh,700px)}
.image-frame,.gallery-track figure.packaging .image-frame{width:100%;height:clamp(340px,54vh,560px);overflow:hidden;border-radius:var(--radius);background:var(--paper)}
.image-frame img{width:100%;height:100%;object-fit:cover;object-position:center;background:var(--paper)}
.gallery-track figure.packaging img{object-position:center}
.gallery-track figcaption{padding:15px 2px 0;display:grid;grid-template-columns:35px 1fr;column-gap:10px}
.gallery-track figcaption span{grid-row:1/3;color:var(--red);font-size:.65rem;font-weight:700;letter-spacing:.14em}
.gallery-track figcaption strong{font:800 1rem/1.2 "Nunito Sans",sans-serif}
.gallery-track figcaption small{margin-top:3px;color:var(--muted);font-size:.75rem}
.gallery-meta{margin:20px var(--gutter) 0;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.gallery-progress{height:2px;background:var(--line)}
.gallery-progress span{display:block;width:0;height:100%;background:var(--red)}
.gallery-status{margin:0;color:var(--muted);font-size:.7rem;font-variant-numeric:tabular-nums}

.gallery-track figure.packaging img{object-fit:contain;object-position:center;background:var(--paper)}

.layers{height:270svh;border-top:1px solid var(--line)}
.layers-sticky{position:sticky;top:0;height:100svh;overflow:hidden;background:var(--cream)}
.layers-intro{position:absolute;z-index:2;top:8%;left:var(--gutter)}
.layers-intro h2{margin:10px 0 0;font-size:clamp(2.4rem,4vw,4.5rem)}
.layer-rows{position:absolute;inset:0 var(--gutter)}
.layer-row{position:absolute;left:0;right:0;display:grid;grid-template-columns:minmax(430px,.9fr) minmax(280px,.6fr);gap:clamp(34px,7vw,110px);align-items:center;opacity:var(--layer-opacity,0);transform:translate3d(var(--layer-x,110vw),0,0);will-change:transform,opacity}
.layer-row:nth-child(1){top:27%}
.layer-row:nth-child(2){top:45%}
.layer-row:nth-child(3){top:63%}
.layer-title{margin:0;font:800 clamp(4rem,7.2vw,7.6rem)/.9 "Nunito Sans",sans-serif;letter-spacing:-.03em}
.layer-row:nth-child(2) .layer-title{color:var(--red)}
.layer-description{max-width:430px;margin:0;color:var(--muted);font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.5;transform:translateX(-3cm)}

.ingredients{position:relative;height:var(--ingredients-height,520vh);padding:0;border-top:1px solid var(--line)}
.ingredients-sticky{position:sticky;top:0;height:100vh;padding:clamp(80px,8vh,110px) 0 clamp(24px,3vh,42px);display:flex;flex-direction:column;overflow:hidden}
.ingredients-head{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;padding-inline:var(--gutter)}
.ingredients-heading h2{max-width:760px;margin:10px 0 0}
.ingredients-heading .eyebrow{margin:0}
.ingredients-head small span{display:block}
.ingredients-head .cue-mobile{display:none}
.ingredients-head .ingredient-direction{margin-top:10px;color:var(--ink);font:800 .73rem/1.3 "Nunito Sans",sans-serif;letter-spacing:0;text-transform:none}
.ingredient-direction b{display:inline;font-weight:800}
.ingredient-window{min-height:0;flex:1;margin-top:clamp(26px,4vh,52px);overflow:hidden;outline:none}
.ingredient-window:focus-visible{outline:2px solid var(--red);outline-offset:-5px}
.ingredient-track{height:100%;width:max-content;padding-inline:var(--gutter);display:flex;gap:clamp(30px,4vw,60px);align-items:center;transform:translate3d(var(--ingredient-x,0),0,0);will-change:transform}
.ingredient-scene{position:relative;width:min(29.6vw,376px);height:min(48vh,460px);padding:clamp(18px,2vw,28px);flex:none;display:block;overflow:hidden;border-radius:var(--radius);background:var(--ingredient-cream);outline:none;cursor:help}
.ingredient-scene:focus-visible{outline:2px solid var(--red);outline-offset:8px}
.ingredient-scene:nth-child(1){--ingredient-scale:.9;--ingredient-y:20px}
.ingredient-scene:nth-child(2){--ingredient-scale:.68}
.ingredient-scene:nth-child(3){--ingredient-scale:.85}
.ingredient-scene:nth-child(4){--ingredient-scale:.82}
.ingredient-scene:nth-child(5){--ingredient-scale:.88}
.ingredient-scene:nth-child(6){--ingredient-scale:.5}
.ingredient-scene:nth-child(7){--ingredient-scale:.92;--ingredient-y:18px}
.ingredient-scene:nth-child(8){--ingredient-scale:.56}
.ingredient-visual{position:absolute;z-index:1;inset:18% 0 -10%;display:grid;place-items:center;opacity:1;transform:translateY(var(--ingredient-y,0)) scale(var(--ingredient-scale,1));transform-origin:center;transition:opacity .35s ease}
.ingredient-visual img{width:min(75%,280px);height:auto;aspect-ratio:1;object-fit:contain}
.ingredient-copy{width:100%;max-width:100%;padding-top:clamp(16px,3vh,34px)}
.ingredient-copy span{color:var(--red);font:800 clamp(1.35rem,1.8vw,1.8rem)/1 "Nunito Sans",sans-serif;letter-spacing:.03em;transition:opacity .35s ease}
.ingredient-copy>span,.ingredient-copy>h3{position:relative;z-index:2}
.ingredient-copy h3{margin:13px 0 18px;font-size:clamp(2.1rem,2.65vw,3.1rem);transition:opacity .35s ease}
.ingredient-detail{position:absolute;z-index:2;top:50%;left:7%;right:7%;max-width:610px;margin:0 auto;color:var(--red);font:800 clamp(1.1rem,1.7vw,1.55rem)/1.28 "Nunito Sans",sans-serif;text-align:center;opacity:0;pointer-events:none;transform:translateY(calc(-50% + 18px));transition:opacity .32s ease,transform .32s ease}
.ingredient-scene:hover .ingredient-detail,.ingredient-scene:focus .ingredient-detail{opacity:1;transform:translateY(-50%)}
.ingredient-scene:hover .ingredient-visual,.ingredient-scene:focus .ingredient-visual{opacity:.1}
.ingredient-scene:hover .ingredient-copy>span,.ingredient-scene:hover .ingredient-copy>h3,.ingredient-scene:focus .ingredient-copy>span,.ingredient-scene:focus .ingredient-copy>h3{opacity:.1}
.ingredient-meta{margin-inline:var(--gutter);padding-top:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(280px,.8fr) minmax(180px,1fr) auto;gap:28px;align-items:center}
.ingredients .allergen{margin:0;color:var(--ink);font-size:.76rem;font-weight:700}
.ingredient-progress{height:2px;overflow:hidden;background:var(--line)}
.ingredient-progress span{display:block;width:0;height:100%;background:var(--red)}
.ingredient-status{min-width:104px;margin:0;text-align:right;color:var(--muted);font-size:.72rem;font-weight:700}

.story{padding:clamp(105px,12vw,190px) var(--gutter);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(55px,8vw,125px);align-items:center;border-top:1px solid var(--line)}
.story-editorial{width:min(100%,500px);justify-self:center}
.story-main{margin:0}
.story-main img{width:100%;height:auto;border-radius:var(--radius);background:var(--paper)}
.story-copy h2{margin:17px 0 32px;font-size:clamp(3.5rem,5.4vw,5.8rem)}
.story-body p{color:var(--muted)}
.story-body strong{color:var(--ink)}
.signoff{max-width:520px;margin-top:38px;padding-left:18px;border-left:3px solid var(--red);color:var(--ink)!important;font-weight:700}

.markets{padding:clamp(70px,8vw,120px) var(--gutter);display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(40px,8vw,120px);align-items:end;background:var(--ink);color:var(--cream)}
.markets .eyebrow{margin-bottom:18px}
.markets h2{max-width:820px;margin:0;font-size:clamp(3.1rem,5.7vw,6.3rem)}
.markets>p{max-width:510px;margin:0;color:rgba(247,245,240,.72)}
.markets a{color:#fff;font-weight:700;text-decoration-color:var(--red);text-decoration-thickness:2px;text-underline-offset:5px}

.merch{padding:clamp(75px,8vw,125px) var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,120px);align-items:center;background:var(--red);color:#fff}
.merch .eyebrow{color:var(--yellow)}
.merch-copy{max-width:620px}
.merch-copy h2{margin:17px 0 23px}
.merch-copy>p:last-child{max-width:500px;margin-bottom:0;color:rgba(255,255,255,.8)}
.merch-art{display:flex;align-items:end;justify-content:center;gap:18px}
.garment{position:relative;width:min(44%,250px)}
.garment-base{width:100%}
.garment-logo{position:absolute;object-fit:contain;filter:drop-shadow(0 4px 5px rgba(0,0,0,.08))}
.garment.tote .garment-logo{left:31%;top:47%;width:38%;height:34%}
.garment.tee .garment-logo{left:34%;top:39%;width:30%;height:31%}

.join{position:relative;min-height:100svh;padding:120px 24px 240px;display:grid;place-items:center;overflow:hidden;text-align:center;border-top:1px solid var(--line)}
.join-inner{position:relative;z-index:3;max-width:760px}
.join h2{margin:15px 0 25px}
.join-inner>p:not(.eyebrow):not(.signup-note){max-width:520px;margin:0 auto 28px;color:var(--muted)}
.signup-form-shell{width:min(100%,650px);min-height:102px;margin:0 auto}
.signup-form-shell [data-form="1051d50c-9507-11f1-82f4-b1060ababbb4"]{width:100%!important;max-width:none!important;margin:0!important;--font-family:"DM Sans",sans-serif;--text-colour:var(--ink);--label-colour:var(--ink);--field-colour:#fffdf8;--field-border-colour:rgba(21,19,15,.2);--button-colour:var(--red);--button-text-colour:#fff}
.signup-form-shell [eo-block-container],.signup-form-shell .form-container,.signup-form-shell .emailoctopus-form-wrapper{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important}
.signup-form-shell .main-form{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:stretch!important;justify-content:stretch!important;flex-wrap:nowrap!important}
.signup-form-shell [eo-form-fields-container],.signup-form-shell .emailoctopus-form-row{width:100%!important;min-width:0!important;margin:0!important}
.signup-form-shell .emailoctopus-form input[type="email"]{width:100%!important;height:58px!important;padding:0 23px!important;box-sizing:border-box!important;border:1px solid rgba(21,19,15,.22)!important;border-radius:999px!important;background:#fffdf8!important;color:var(--ink)!important;box-shadow:none!important;font:500 1rem/1.2 "DM Sans",sans-serif!important;transition:border-color .2s ease,box-shadow .2s ease}
.signup-form-shell .emailoctopus-form input[type="email"]::placeholder{color:#756f65!important;opacity:1}
.signup-form-shell .emailoctopus-form input[type="email"]:focus{border-color:var(--red)!important;box-shadow:0 0 0 3px rgba(218,47,28,.12)!important;outline:none!important}
.signup-form-shell .emailoctopus-form input[type="submit"]{width:auto!important;min-width:190px!important;height:58px!important;margin:0!important;padding:0 24px!important;box-sizing:border-box!important;border:0!important;border-radius:999px!important;background:var(--red)!important;color:#fff!important;box-shadow:none!important;font:800 1rem/1 "Nunito Sans",sans-serif!important;white-space:nowrap;cursor:pointer;appearance:none;transition:transform .2s ease,background-color .2s ease,opacity .2s ease}
.signup-form-shell .emailoctopus-form input[type="submit"]:hover{background:#bc2513!important;transform:translateY(-2px)}
.signup-form-shell .emailoctopus-form input[type="submit"]:focus-visible{outline:2px solid var(--ink)!important;outline-offset:4px!important}
.signup-form-shell .emailoctopus-form input[type="submit"]:disabled{cursor:wait;opacity:.65}
.join-inner.in-view .signup-form-shell.is-ready input[type="submit"]{animation:ctaEmberNudge .72s cubic-bezier(.22,1,.36,1) .72s backwards}
.signup-form-shell .emailoctopus-success-message,.signup-form-shell .emailoctopus-error-message{min-height:0!important;margin:0 auto 12px!important;padding:0!important;background:transparent!important;color:var(--ink)!important;font:700 1rem/1.45 "DM Sans",sans-serif!important;text-align:center!important}
.signup-form-shell .emailoctopus-error-message:not(:empty){color:var(--red)!important}
.signup-form-shell .emailoctopus-success-message:not(:empty){padding:18px 24px!important;border:1px solid rgba(21,19,15,.13)!important;border-radius:999px!important;background:#fffdf8!important}
.signup-form-shell .mastfoot{margin-top:11px!important;font-family:"DM Sans",sans-serif!important}
.signup-form-shell .mastfoot p{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#8b857b!important;font-size:10px!important;line-height:1.4!important}
.signup-form-shell .mastfoot a{margin:0!important;padding:0!important;color:#716b62!important;font-family:"DM Sans",sans-serif!important;font-size:10px!important;font-weight:600!important;text-decoration:underline!important;text-underline-offset:2px}
.signup-form-shell .mastfoot a::before{display:none!important}
.signup-fallback{margin:0 auto;color:var(--muted);font-size:.85rem}
.signup-fallback a{color:var(--ink)}
.signup-note{margin:14px auto 0!important;color:var(--muted);font-size:.72rem}
.instagram-link{display:inline-block;margin-top:16px;font-size:.82rem;font-weight:700;text-underline-offset:5px}
.join-flames{position:absolute;z-index:1;left:0;right:0;bottom:-2px;width:100%;min-height:175px;object-fit:cover;object-position:bottom;pointer-events:none}

footer{padding:44px var(--gutter) 28px;background:var(--ink);color:#fff}
.footer-links{display:flex;gap:22px;flex-wrap:wrap}
.footer-links a{color:rgba(255,255,255,.72);font-size:.75rem;text-decoration:none}
.footer-links a:hover{color:#fff}
footer>small{display:block;margin-top:28px;color:rgba(255,255,255,.42)}

.campaign-head h2,.layers-intro h2,.ingredients-head h2,.story-copy h2,.markets h2,.merch-copy h2,.join h2{font-size:var(--section-title)}

@keyframes jarDrop{0%{transform:translateY(-115vh) rotate(-5deg)}
72%{transform:translateY(4px) rotate(-.5deg)}
82%{transform:translateY(12px) scaleY(.97) scaleX(1.015)}
90%{transform:translateY(-6px)}
97%{transform:translateY(2px)}
100%{transform:none}
}
@keyframes shadowLand{to{opacity:1}
}
@keyframes screenShake{0%,100%{transform:none}
18%{transform:translate3d(-3px,1px,0)}
36%{transform:translate3d(3px,-1px,0)}
54%{transform:translate3d(-2px,0,0)}
72%{transform:translate3d(2px,1px,0)}
88%{transform:translate3d(-1px,0,0)}
}
@keyframes ctaEmberNudge{0%,100%{transform:translateX(0) rotate(0)}
34%{transform:translateX(-3px) rotate(-.35deg)}
54%{transform:translateX(3px) rotate(.35deg)}
72%{transform:translateX(-1.5px) rotate(-.15deg)}
}
@keyframes ctaArrowInvite{0%,100%{transform:translateX(0)}
50%{transform:translateX(4px)}
}

/* Keep the complete gallery composition visible in shorter desktop windows. */
@media(min-width:701px) and (max-height:780px){
.campaign-sticky{padding:82px 0 18px;grid-template-rows:auto minmax(0,1fr) auto}
.campaign-heading h2{margin-top:6px;font-size:clamp(2.65rem,7.4vh,4.4rem)}
.campaign-scroll-cue{padding-bottom:4px}
.gallery-window{min-height:0;margin-top:16px}
.gallery-track figure{width:clamp(230px,43svh,390px)}
.gallery-track figure.portrait-tall{width:clamp(220px,40.5svh,370px)}
.gallery-track figure.square,.gallery-track figure.packaging{width:clamp(280px,54svh,480px)}
.gallery-track figure.landscape{width:clamp(350px,68svh,580px)}
.image-frame,.gallery-track figure.packaging .image-frame{height:clamp(220px,calc(100svh - 340px),410px)}
.gallery-track figcaption{padding-top:10px}
.gallery-track figcaption small{margin-top:1px}
.gallery-meta{margin-top:10px}
.layers-intro{top:clamp(86px,12vh,104px)}
.layer-row:nth-child(1){top:32%}
.layer-row:nth-child(2){top:50%}
.layer-row:nth-child(3){top:68%}
.ingredient-window{margin-top:18px}
.ingredient-scene{height:min(43vh,360px)}
.ingredient-copy{padding-top:12px}
.ingredient-copy h3{margin-top:9px;font-size:clamp(1.75rem,2.35vw,2.6rem)}
.ingredient-visual{inset:28% 0 -6%}
.ingredient-scene:nth-child(1){--ingredient-scale:.62;--ingredient-y:-4px}
.ingredient-scene:nth-child(2){--ingredient-scale:.56;--ingredient-y:-4px}
.ingredient-scene:nth-child(3){--ingredient-scale:.62;--ingredient-y:-4px}
.ingredient-scene:nth-child(4){--ingredient-scale:.56;--ingredient-y:-8px}
.ingredient-scene:nth-child(5){--ingredient-scale:.58;--ingredient-y:-8px}
.ingredient-scene:nth-child(6){--ingredient-scale:.42;--ingredient-y:-4px}
.ingredient-scene:nth-child(7){--ingredient-scale:.60;--ingredient-y:-8px}
.ingredient-scene:nth-child(8){--ingredient-scale:.48;--ingredient-y:0px}
.ingredient-meta{padding-top:10px}
}

@media(max-width:1024px){.site-header{padding-inline:24px}
.brand img{width:66px;height:57px}
.hero-product{left:74%;width:min(35vw,390px)}
.hero-copy{width:54vw}
.campaign-head{padding-inline:24px;grid-template-columns:1.1fr .9fr}
.gallery-track{padding-inline:24px}
.gallery-meta{margin-inline:24px}
.ingredients-head{padding-inline:24px}
.allergen{margin-inline:24px}
.story{grid-template-columns:1fr;padding-inline:24px}
.story-editorial{width:min(100%,500px)}
.markets{grid-template-columns:1fr}
.merch{padding-inline:24px}
.footer-links{gap:18px}
}

@media(min-width:701px) and (max-width:1024px){.layer-row{grid-template-columns:minmax(300px,.9fr) minmax(210px,.6fr);gap:30px}
.layer-title{font-size:clamp(4rem,8.5vw,6.2rem)}
.layer-description{transform:translateX(-1cm)}
.ingredient-scene{width:min(46vw,384px)}
}

/* Preserve the pinned storytelling in split-screen and landscape windows. */
@media(min-width:701px) and (max-height:540px){
.hero-copy{top:56%}
.hero-copy>.eyebrow{display:none}
.hero-copy h1{font-size:clamp(3.45rem,6.1vw,4.9rem)}
.hero-intro{margin-top:18px}
.hero-actions{margin-top:20px}
.hero-scroll{display:none}

.campaign-sticky{padding:82px 0 10px}
.campaign-heading h2{font-size:clamp(2.1rem,9vh,2.75rem)}
.campaign-scroll-cue{font-size:.6rem}
.gallery-cue{margin-top:8px!important;font-size:.68rem}
.gallery-window{margin-top:10px}
.gallery-track figure{width:clamp(160px,43svh,300px)}
.gallery-track figure.portrait-tall{width:clamp(150px,40.5svh,280px)}
.gallery-track figure.square,.gallery-track figure.packaging{width:clamp(195px,54svh,370px)}
.gallery-track figure.landscape{width:clamp(245px,68svh,450px)}
.image-frame,.gallery-track figure.packaging .image-frame{height:clamp(120px,calc(100svh - 270px),220px)}
.gallery-track figcaption{padding-top:6px;grid-template-columns:28px 1fr;column-gap:7px}
.gallery-track figcaption span{font-size:.58rem}
.gallery-track figcaption strong{font-size:.86rem}
.gallery-track figcaption small{display:none}
.gallery-meta{margin-top:6px}

.layers-intro{top:82px}
.layers-intro h2{margin-top:5px;font-size:clamp(2.1rem,9vh,2.75rem)}
.layer-row:nth-child(1){top:43%}
.layer-row:nth-child(2){top:63%}
.layer-row:nth-child(3){top:83%}
.layer-title{font-size:clamp(2.7rem,11vh,3.8rem)}
.layer-description{font-size:.82rem;line-height:1.35}

.ingredients-sticky{padding:82px 0 10px}
.ingredients-heading h2{margin-top:5px;font-size:clamp(2.1rem,9vh,2.75rem)}
.ingredients-head>small{padding-bottom:0;font-size:.58rem}
.ingredients-head .ingredient-direction{margin-top:6px;font-size:.67rem}
.ingredient-window{margin-top:12px}
.ingredient-scene{width:clamp(230px,27vw,300px);height:min(50vh,220px);padding:14px}
.ingredient-copy{padding-top:4px}
.ingredient-copy span{font-size:1.1rem}
.ingredient-copy h3{margin:7px 0 0;font-size:1.55rem}
.ingredient-visual{inset:34% 0 -4%}
.ingredient-visual img{width:min(72%,220px)}
.ingredient-scene:nth-child(1){--ingredient-scale:.50;--ingredient-y:-3px}
.ingredient-scene:nth-child(2){--ingredient-scale:.44;--ingredient-y:-3px}
.ingredient-scene:nth-child(3){--ingredient-scale:.50;--ingredient-y:-3px}
.ingredient-scene:nth-child(4){--ingredient-scale:.48;--ingredient-y:-5px}
.ingredient-scene:nth-child(5){--ingredient-scale:.50;--ingredient-y:-5px}
.ingredient-scene:nth-child(6){--ingredient-scale:.32;--ingredient-y:-3px}
.ingredient-scene:nth-child(7){--ingredient-scale:.50;--ingredient-y:-6px}
.ingredient-scene:nth-child(8){--ingredient-scale:.36;--ingredient-y:-1px}
.ingredient-detail{font-size:clamp(.88rem,1.45vw,1.08rem)}
.ingredient-meta{padding-top:7px;grid-template-columns:minmax(220px,.8fr) minmax(140px,1fr) auto;gap:18px}
.ingredients .allergen{font-size:.64rem}
.ingredient-status{min-width:96px;font-size:.65rem}
}

@media(max-width:700px){html{scroll-padding-top:70px}
.site-header{height:72px}
.brand img{width:60px;height:52px}
.site-header.scrolled{height:72px}
.site-header.scrolled .brand img{width:60px;height:52px}
.nav-instagram-arrow{display:none}
nav{position:fixed;top:71px;left:0;right:0;padding:25px 24px 32px;visibility:hidden;opacity:0;transform:translateY(-10px);display:flex;flex-direction:column;align-items:flex-start;background:var(--cream);border-bottom:1px solid var(--line);transition:.2s}
nav.open{visibility:visible;opacity:1;transform:none}
.menu-button{display:block}
.menu-button[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}
.menu-button[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.hero{height:auto}
.hero-sticky{position:relative;height:auto;min-height:100svh;padding:92px 24px 70px;display:flex;flex-direction:column}
.hero-product{position:relative;left:auto;bottom:auto;order:1;width:min(80vw,338px);height:42svh;margin-inline:auto;transform:none!important}
.jar-shadow{opacity:1}
.hero-copy{position:relative;left:auto;top:auto;order:2;width:100%;margin-top:24px;transform:none!important;pointer-events:auto}
.hero-copy>.eyebrow{margin-bottom:14px}
.hero-copy h1{font-size:clamp(3.5rem,15vw,5rem)}
.hero-actions{align-items:flex-start;gap:18px;flex-wrap:wrap}
.hero-scroll{display:none}
.campaign{height:auto;padding:100px 0}
.campaign-sticky{position:relative;top:auto;height:auto;padding:0;display:block;overflow:visible}
.campaign-head{display:block;padding-inline:24px}
.campaign-head h2{margin:15px 0 22px}
.gallery-cue{display:none}
.gallery-window{margin-top:40px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}
.gallery-window::-webkit-scrollbar{display:none}
.gallery-track{height:auto;gap:14px;transform:none!important}
.gallery-track figure.portrait{width:60vw;scroll-snap-align:start}
.gallery-track figure.portrait-tall{width:56vw}
.gallery-track figure.square,.gallery-track figure.packaging{width:72vw;scroll-snap-align:start}
.gallery-track figure.landscape{width:86vw;scroll-snap-align:start}
.image-frame,.gallery-track figure.packaging .image-frame{height:72vw;aspect-ratio:auto}
.gallery-progress{display:none}
.gallery-meta{display:block}
.gallery-status{margin-top:15px}
.layers{height:260svh}
.layers-intro{top:7%;left:24px}
.layers-intro h2{font-size:2.6rem}
.layer-rows{inset-inline:24px}
.layer-row{grid-template-columns:1fr;gap:10px}
.layer-row:nth-child(1){top:27%}
.layer-row:nth-child(2){top:46%}
.layer-row:nth-child(3){top:65%}
.layer-title{font-size:clamp(3.3rem,14vw,5rem)}
.layer-description{max-width:92%;font-size:.9rem;transform:none}
.ingredients-head{grid-template-columns:1fr;gap:18px}
.story{gap:44px}
.story-editorial{height:auto;aspect-ratio:auto}
.markets{padding-inline:24px}
.merch{grid-template-columns:1fr}
.garment{width:46%}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
.reveal,.reveal-media{opacity:1;transform:none}
.hero{height:auto}
.hero-sticky{position:relative;height:auto;min-height:100svh;padding:100px var(--gutter) 70px;display:grid;grid-template-columns:1fr 1fr;align-items:center}
.hero-product{position:relative;left:auto;bottom:auto;width:min(32.5vw,468px);height:60vh;transform:none!important}
.jar-shadow{opacity:1}
.hero-copy{position:relative;left:auto;top:auto;width:100%;transform:none!important;pointer-events:auto}
.hero-copy>.eyebrow,.hero-copy h1,.hero-intro,.hero-actions{opacity:1;transform:none}
.hero-scroll{display:none}
.campaign{height:auto;padding:100px 0}
.campaign-sticky{position:relative;top:auto;height:auto;padding:0;display:block;overflow:visible}
.gallery-window{overflow-x:auto;scroll-snap-type:x mandatory}
.gallery-track{height:auto;transform:none!important}
.gallery-track figure{scroll-snap-align:start}
.gallery-progress{display:none}
.layers{height:auto;padding:100px var(--gutter)}
.layers-sticky{position:relative;height:auto;overflow:visible}
.layers-intro{position:relative;top:auto;left:auto;margin-bottom:55px}
.layer-rows{position:relative;inset:auto;display:grid;gap:48px}
.layer-row{position:relative;top:auto!important;opacity:1;transform:none!important}
.hero-jar{animation:none}
.ingredients{height:auto;padding:100px 0}
.ingredients-sticky{position:relative;height:auto;padding:0;overflow:visible}
.ingredient-window{overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory}
.ingredient-track{height:auto;min-height:520px;transform:none!important}
.ingredient-scene{scroll-snap-align:start}
.ingredient-progress{display:none}
}

@media(max-width:1024px){.reduced-motion .hero-sticky{grid-template-columns:1fr}
.reduced-motion .hero-product{width:min(44vw,416px);height:54vh}
.reduced-motion .hero-copy{margin-top:24px}
}

@media(max-width:700px){.reduced-motion .hero-product{width:min(80vw,338px);height:42svh}
.reduced-motion .hero-copy{margin-top:24px}
}

@media(max-width:700px){.hero-jar{width:min(76vw,300px)}
.campaign-scroll-cue{white-space:normal}
.ingredients{height:auto;padding:100px 0}
.ingredients-sticky{position:relative;height:auto;padding:0;display:block;overflow:visible}
.ingredients-head{display:block;padding-inline:24px}
.ingredients-head>small{display:block;margin-top:20px;padding-bottom:0;white-space:normal}
.ingredients-head .cue-desktop{display:none}
.ingredients-head .cue-mobile{display:block}
.ingredient-window{margin-top:42px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}
.ingredient-window::-webkit-scrollbar{display:none}
.ingredient-track{height:auto;padding-inline:24px;gap:18px;transform:none!important}
.ingredient-scene{width:70vw;height:auto;min-height:60vh;padding:22px;scroll-snap-align:start}
.ingredient-copy{width:92%;max-width:92%;padding-top:0}
.ingredient-visual{inset:18% 0 -8%}
.ingredient-visual img{width:min(88%,260px);height:auto}
.ingredient-copy h3{font-size:clamp(2.5rem,11vw,4rem)}
.ingredient-meta{margin:32px 24px 0;grid-template-columns:1fr auto;gap:16px}
.ingredient-progress{display:none}
.signup-form-shell{min-height:168px}
.signup-form-shell .main-form{grid-template-columns:1fr!important;gap:10px!important}
.signup-form-shell .emailoctopus-form input[type="submit"]{width:100%!important;min-width:0!important}
.join-flames{left:-35%;right:auto;width:170%;max-width:none}
}

@media(max-width:700px){.layers-intro h2{font-size:var(--section-title)}
}
