/* Pinned opening scene — Zenvora's own product-to-pantry journey. */
@media(min-width:761px){
  .scroll-hero{height:190vh;min-height:0;margin:0;border-radius:0;background:#020b07;overflow:visible}
  .hero-stage{position:sticky;top:0;height:100svh;overflow:hidden;background:#020b07}
  .scroll-hero .hero-art{transform:translate3d(var(--art-x,0),var(--art-y,0),0) scale(var(--art-scale,1));transform-origin:70% 52%;will-change:transform,filter;transition:filter .12s linear}
  .scroll-hero .hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,10,7,.72) 0%,rgba(2,10,7,.38) 42%,rgba(2,10,7,.04) 75%),linear-gradient(0deg,rgba(2,10,7,.55),transparent 46%)}
  .scroll-hero .hero-copy{position:absolute;inset:0 auto 0 0;z-index:2;width:min(49%,735px);padding:0 0 0 clamp(8%,11vw,190px);display:flex;flex-direction:column;justify-content:center;transform:translate3d(0,var(--copy-y,0),0);opacity:var(--copy-opacity,1);will-change:transform,opacity}
  .scroll-hero .eyebrow{font-size:11px;letter-spacing:3.8px}.scroll-hero .gold-line{width:52px;margin:17px 0 24px}.scroll-hero h1{max-width:670px;font-size:clamp(58px,5.4vw,94px);line-height:.87;letter-spacing:-1.5px}.scroll-hero .hero-text{max-width:380px;font-size:15px;margin:26px 0}.scroll-hero .gold-btn{align-self:flex-start}.scroll-hero .trust-row{display:none}
  .hero-story{position:absolute;z-index:3;left:50%;top:50%;width:min(720px,54vw);transform:translate3d(-50%,var(--story-y,54px),0);opacity:var(--story-opacity,0);text-align:center;pointer-events:none;will-change:transform,opacity}.hero-story p{font:500 13px Inter,sans-serif;letter-spacing:3px;color:var(--gold2);margin-bottom:18px}.hero-story h2{font:600 clamp(58px,6vw,105px)/.86 "Cormorant Garamond",serif;color:#f5ead0;letter-spacing:-2px}.hero-story h2 em{font-style:normal;color:var(--gold2)}.hero-story span{display:block;margin:24px auto 0;width:1px;height:58px;background:var(--gold)}
  .scroll-hero + .promise{margin-top:0;border-radius:0;width:100%;padding:45px 7%;grid-template-columns:1.15fr repeat(4,1fr)}
}
@media(max-width:760px){.scroll-hero{height:auto;min-height:100svh;margin:0;overflow:hidden}.hero-stage{position:relative;min-height:100svh;overflow:hidden}.scroll-hero .hero-copy{position:relative;z-index:2}.hero-story{display:none}.scroll-hero + .promise{margin-top:0}}
