/* ============================================================
   PINO HOMEPAGE V2
   Photographic botanical editorial with a compact product core
   ============================================================ */

.v2{
  --v2-paper:#FFFDF6;
  --v2-ink:#17140E;
  --v2-leaf:#3F7D56;
  --v2-orange:#F2842A;
  --v2-coral:#E96242;
  --v2-pink:#EE5575;
  --v2-plum:#7D3F82;
  --v2-sky:#C2E4F7;
  background:var(--v2-paper);
  color:var(--v2-ink);
  overflow:clip;
}
.v2 h1,.v2 h2,.v2 h3,.v2 h4,.v2 .btn{letter-spacing:0}
.v2 .eyebrow{letter-spacing:.18em}
.v2 .eyebrow span{color:currentColor;opacity:.7}
.v2-honeypot{position:absolute;left:-9999px}

/* The existing compact navigation is reused, with a little more contrast over photography. */
.v2 .v2-hd:not(.stuck){
  background:rgba(15,13,8,.28);
  border-color:rgba(255,255,255,.28);
  box-shadow:0 16px 46px -30px rgba(0,0,0,.8);
}
.v2 .v2-hd:not(.stuck) .hd-nav a{opacity:.9}
.v2 .v2-hd:not(.stuck) .hd-burger span{background:#FFFDF6}

/* ---------- Botanical cover hero ---------- */
.v2-hero{
  --hero-accent:#5FB07A;
  --hero-cta-ink:#17140E;
  position:relative;
  isolation:isolate;
  height:94svh;
  min-height:720px;
  max-height:980px;
  overflow:hidden;
  color:#FFFDF6;
  background:#263A21;
}
.v2-hero-bg{
  position:absolute;
  z-index:-3;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  transition:opacity .28s ease,transform 1.1s var(--ease);
  transform:scale(1.015);
}
.v2-hero-bg.is-changing{opacity:0;transform:scale(1.04)}
.v2-hero-wash{
  position:absolute;
  z-index:-2;
  inset:0;
  background:
    linear-gradient(90deg,rgba(11,12,7,.79) 0%,rgba(11,12,7,.58) 38%,rgba(11,12,7,.12) 69%,rgba(11,12,7,.26) 100%),
    linear-gradient(180deg,rgba(0,0,0,.38) 0%,transparent 27%,transparent 69%,rgba(0,0,0,.58) 100%);
  pointer-events:none;
}
.v2-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(120deg,color-mix(in srgb,var(--hero-accent) 24%,transparent),transparent 44%);
  mix-blend-mode:soft-light;
  pointer-events:none;
  transition:background .55s var(--ease);
}
.v2-hero-grid{
  height:100%;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  align-items:center;
  gap:56px;
  padding-top:112px;
  padding-bottom:150px;
}
.v2-hero-copy{position:relative;z-index:4;align-self:center}
.v2-hero-copy .eyebrow{color:rgba(255,253,246,.78)}
.v2-hero-copy h1{
  margin-top:20px;
  max-width:9ch;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:6rem;
  font-weight:800;
  line-height:.84;
  color:#FFFDF6;
  text-wrap:balance;
  text-shadow:0 2px 24px rgba(0,0,0,.18);
}
.v2-hero-copy h1 span{color:#F8D887}
.v2-hero-copy h1 em{
  display:inline-block;
  font-family:'Shantell Sans',cursive;
  font-size:.78em;
  font-style:normal;
  color:#CFE9F7;
  transform:rotate(-2deg);
  transform-origin:left center;
}
.v2-hero-lede{
  max-width:37ch;
  margin-top:26px;
  font-size:1.12rem;
  line-height:1.55;
  color:rgba(255,253,246,.84);
  text-wrap:pretty;
}
.v2-hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:30px}
.v2-btn-light{
  color:var(--v2-ink);
  background:#FFFDF6;
  border-color:#FFFDF6;
  font-weight:800;
}
.v2-btn-light:hover{background:#F8D887;transform:translateY(-2px)}
.v2-text-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:.88rem;
  font-weight:800;
  color:#FFFDF6;
  border-bottom:1px solid rgba(255,255,255,.5);
  padding-bottom:3px;
}
.v2-text-link span{transition:transform .35s var(--ease)}
.v2-text-link:hover span{transform:translateY(4px)}

.v2-hero-product{
  position:relative;
  z-index:3;
  display:grid;
  place-items:center;
  height:min(69vh,660px);
  min-height:520px;
}
.v2-hero-product::before{
  content:"";
  position:absolute;
  z-index:0;
  width:430px;
  height:430px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:50%;
  background:rgba(194,228,247,.12);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
}
.v2-product-pino{
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  width:min(56%,310px);
  height:auto;
  transform:translate(-50%,-52%);
  opacity:.94;
  filter:none;
  image-rendering:auto;
  transition:opacity .38s ease,transform .58s var(--ease);
  will-change:opacity,transform;
}
.v2-hero-product:not(.show-flock) .v2-product-pino{
  transform:translate(-50%,calc(-52% + 54px)) scale(.94);
  opacity:0;
}
.v2-active-bottle{
  position:relative;
  z-index:3;
  width:auto;
  height:92%;
  object-fit:contain;
  filter:drop-shadow(0 38px 30px rgba(0,0,0,.46));
  transition:opacity .22s ease,transform .6s var(--ease);
  animation:v2BottleFloat 6.5s var(--ease) infinite;
}
.v2-active-bottle.is-changing{opacity:0;transform:translateY(18px) rotate(3deg)}
.v2-bottle-flock{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  isolation:isolate;
  width:122%;
  height:88%;
  padding-bottom:5%;
  transform:translate(-50%,-48%);
  opacity:1;
  visibility:visible;
  transition:opacity .24s ease,transform .62s var(--ease),visibility .24s ease;
}
.v2-bottle-flock::before{
  content:"";
  position:absolute;
  z-index:0;
  left:4%;
  right:4%;
  bottom:4.8%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(255,253,246,.7) 12%,rgba(255,253,246,.7) 88%,transparent);
  box-shadow:0 14px 28px rgba(0,0,0,.28);
  pointer-events:none;
}
.v2-flock-bottle{
  --flock-lift:0px;
  position:relative;
  z-index:1;
  display:grid;
  place-items:end center;
  flex:0 0 22%;
  width:22%;
  max-height:84%;
  margin-inline:-1%;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  filter:drop-shadow(0 30px 25px rgba(0,0,0,.42));
  transform-origin:50% 100%;
  transform:translateY(var(--flock-lift));
  transition:transform .35s var(--ease),filter .35s var(--ease);
}
.v2-flock-bottle::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:-10px;
  width:16px;
  height:4px;
  border-radius:999px;
  background:var(--flock-accent,#FFFDF6);
  transform:translateX(-50%);
  box-shadow:0 2px 8px rgba(0,0,0,.25);
  transition:width .3s var(--ease);
}
.v2-flock-bottle img{
  width:100%;
  height:auto;
  max-height:100%;
  object-fit:contain;
}
.v2-flock-bottle:hover,
.v2-flock-bottle:focus-visible{
  --flock-lift:-14px;
  z-index:2;
  outline:none;
  filter:drop-shadow(0 38px 28px rgba(0,0,0,.5));
}
.v2-flock-bottle:hover::before,
.v2-flock-bottle:focus-visible::before{width:30px}
.v2-flock-bottle:focus-visible::after{
  content:"";
  position:absolute;
  inset:8% 18%;
  border:2px solid #FFFDF6;
  border-radius:50%;
}
.v2-bottle-flock.is-changing{opacity:0;transform:translate(-50%,-45%) scale(.97)}
.v2-hero-product.show-flock .v2-product-note{display:none}
.v2-bottle-flock.is-hidden,
.v2-active-bottle.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
@keyframes v2BottleFloat{50%{transform:translateY(-12px) rotate(-1deg)}}
.v2-product-count{
  position:absolute;
  top:6%;
  right:2%;
  font-family:'Space Mono',monospace;
  font-size:.72rem;
  letter-spacing:.16em;
  color:rgba(255,255,255,.75);
}
.v2-product-note{
  position:absolute;
  z-index:4;
  right:-4%;
  bottom:8%;
  width:205px;
  padding:15px 0 13px 17px;
  border-left:3px solid var(--hero-accent);
  color:#FFFDF6;
  text-shadow:0 1px 12px rgba(0,0,0,.45);
}
.v2-product-note strong,.v2-product-note span,.v2-product-note small{display:block}
.v2-product-title{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.v2-product-title strong{
  flex:1;
  min-width:0;
}
.v2-product-close{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:28px;
  height:28px;
  margin-top:-5px;
  padding:0;
  border:1px solid rgba(255,255,255,.58);
  border-radius:50%;
  background:rgba(18,16,12,.28);
  color:#fff;
  cursor:pointer;
  transition:background-color .2s ease,transform .2s ease,border-color .2s ease;
}
.v2-product-close i{
  position:relative;
  width:10px;
  height:10px;
}
.v2-product-close i::before,.v2-product-close i::after{
  content:"";
  position:absolute;
  top:4px;
  left:0;
  width:10px;
  height:1.5px;
  border-radius:2px;
  background:currentColor;
}
.v2-product-close i::before{transform:rotate(45deg)}
.v2-product-close i::after{transform:rotate(-45deg)}
.v2-product-close:hover{
  border-color:#fff;
  background:rgba(18,16,12,.58);
  transform:scale(1.06);
}
.v2-product-close:focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}
.v2-product-note strong{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:1.08rem;
  line-height:1.05;
}
.v2-product-note span{margin-top:5px;font-size:.86rem;color:rgba(255,255,255,.84)}
.v2-product-note small{
  margin-top:9px;
  font-family:'Space Mono',monospace;
  font-size:.61rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#F8D887;
}
.v2-product-more{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:46px;
  margin-top:14px;
  padding:7px 8px 7px 16px;
  border:1px solid color-mix(in srgb,var(--hero-accent) 68%,#FFFDF6);
  border-radius:999px;
  background:var(--hero-accent);
  box-shadow:0 14px 30px -18px rgba(0,0,0,.85);
  color:var(--hero-cta-ink);
  font-size:.77rem;
  font-weight:800;
  line-height:1;
  text-shadow:none;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .35s var(--ease),color .35s var(--ease);
}
.v2-product-more b{
  display:grid;
  flex:none;
  place-items:center;
  width:30px;
  aspect-ratio:1;
  border-radius:50%;
  background:color-mix(in srgb,var(--hero-cta-ink) 13%,transparent);
  color:inherit;
  font-size:1rem;
  transition:transform .25s var(--ease);
}
.v2-product-more span{white-space:nowrap}
.v2-product-more:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px -16px rgba(0,0,0,.9);
}
.v2-product-more:hover b{transform:translateY(2px)}
.v2-product-more:focus-visible{outline:3px solid #FFFDF6;outline-offset:3px}

.v2-flavour-dock{
  position:sticky;
  z-index:890;
  top:84px;
  width:calc(100% - clamp(40px,12vw,180px));
  max-width:980px;
  margin:0 auto 48px;
  padding:5px;
  background:rgba(255,253,246,.9);
  border:1px solid rgba(26,22,16,.14);
  border-radius:6px;
  box-shadow:0 14px 34px -28px rgba(26,22,16,.55);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  pointer-events:auto;
  transition:background .35s var(--ease),box-shadow .35s var(--ease),top .45s var(--ease),transform .35s var(--ease);
}
.v2-flavour-dock.shadow{
  background:rgba(255,253,246,.96);
  box-shadow:0 16px 36px -24px rgba(26,22,16,.5);
}
html.hide-head .v2-flavour-dock{top:16px}
.v2-dock-buttons{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
}
.v2-flavour-choice{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:0;
  min-height:42px;
  padding:8px 12px;
  border:0;
  border-radius:3px;
  color:rgba(26,22,16,.64);
  background:transparent;
  cursor:pointer;
  font:700 .74rem/1.15 'Hanken Grotesk',sans-serif;
  transition:background .3s var(--ease),color .3s var(--ease),transform .3s var(--ease);
}
.v2-flavour-choice+.v2-flavour-choice::before{
  content:'';
  position:absolute;
  top:10px;
  bottom:10px;
  left:0;
  width:1px;
  background:rgba(26,22,16,.1);
}
.v2-flavour-choice:hover{color:var(--v2-ink);background:color-mix(in srgb,var(--choice) 9%,transparent)}
.v2-flavour-choice:focus-visible{outline:2px solid var(--choice);outline-offset:-2px}
.v2-flavour-choice.active,
.v2-flavour-choice.scroll-active{color:var(--v2-ink);background:color-mix(in srgb,var(--choice) 14%,#FFFDF6)}
.v2-flavour-choice.active::after,
.v2-flavour-choice.scroll-active::after{
  content:'';
  position:absolute;
  right:18px;
  bottom:3px;
  left:18px;
  height:2px;
  border-radius:2px;
  background:var(--choice);
}
.v2-choice-dot{
  width:9px;
  height:9px;
  flex:none;
  border-radius:50%;
  background:var(--choice);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--choice) 28%,transparent);
}
.v2-hero-edge{
  position:absolute;
  z-index:7;
  left:-3%;
  right:-3%;
  bottom:-37px;
  height:72px;
  border-radius:50% 50% 0 0/100% 100% 0 0;
  background:#EEF5EC;
  transform:rotate(.8deg);
  pointer-events:none;
}

#v2-ritual,
#v2-blends,
#v2-sources,
#v2-why,
#v2-mascot,
#v2-lab-title{scroll-margin-top:92px}

/* ---------- Shake and serve ritual ---------- */
.v2-ritual{
  position:relative;
  overflow:hidden;
  color:var(--v2-ink);
  background:#EEF5EC;
  padding:104px 0 0;
}
.v2-ritual::before{display:none}
.v2-ritual-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);
  gap:72px;
  align-items:center;
  padding-bottom:92px;
}
.v2-ritual-copy .eyebrow{color:var(--v2-leaf)}
.v2-ritual-copy h2{
  max-width:10ch;
  margin-top:18px;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:4.8rem;
  font-weight:800;
  line-height:.88;
  text-wrap:balance;
}
.v2-ritual-copy h2 span{color:var(--v2-orange)}
.v2-ritual-copy h2 em{
  font-family:'Shantell Sans',cursive;
  font-style:normal;
  color:var(--v2-pink);
}
.v2-ritual-intro{
  max-width:40ch;
  margin-top:24px;
  color:rgba(23,20,14,.68);
  font-size:1.06rem;
}
.v2-ritual-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:36px;
}
.v2-ritual-step{
  position:relative;
  width:100%;
  display:block;
  min-height:132px;
  padding:19px 15px 16px;
  color:rgba(23,20,14,.68);
  background:rgba(255,253,246,.68);
  border:0;
  clip-path:polygon(2% 5%,98% 0,96% 96%,4% 100%);
  cursor:pointer;
  text-align:left;
  transform:rotate(-1.2deg);
  transition:color .3s var(--ease),transform .35s var(--ease),background .35s var(--ease),box-shadow .35s var(--ease);
}
.v2-ritual-step:nth-child(2){transform:translateY(9px) rotate(1deg)}
.v2-ritual-step:nth-child(3){transform:rotate(-.5deg)}
.v2-ritual-step:hover,.v2-ritual-step.active{
  color:var(--v2-ink);
  background:#F8D887;
  box-shadow:7px 8px 0 var(--v2-ink);
  transform:translate(-3px,-7px) rotate(-1.2deg);
}
.v2-ritual-step:nth-child(2):hover,
.v2-ritual-step:nth-child(2).active{transform:translate(-3px,2px) rotate(1deg)}
.v2-ritual-step:nth-child(3):hover,
.v2-ritual-step:nth-child(3).active{transform:translate(-3px,-7px) rotate(-.5deg)}
.v2-ritual-step b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  margin-bottom:18px;
  border-radius:50%;
  background:var(--v2-ink);
  font-family:'Space Mono',monospace;
  font-size:.61rem;
  color:#FFFDF6;
}
.v2-ritual-step span,.v2-ritual-step strong,.v2-ritual-step small{display:block}
.v2-ritual-step strong{font-family:'Bricolage Grotesque',sans-serif;font-size:1.25rem}
.v2-ritual-step small{margin-top:5px;font-size:.72rem;line-height:1.2;color:inherit}

.v2-ritual-scene{
  position:relative;
  height:670px;
  overflow:hidden;
  border-radius:6px 6px 0 0;
  background:#554438;
  box-shadow:0 34px 64px -40px rgba(23,20,14,.54);
  clip-path:polygon(1% 0,100% 2%,98.5% 100%,0 98%);
}
.v2-ritual-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 56%;
  filter:saturate(.82) contrast(1.02);
  transition:transform .85s var(--ease),filter .6s var(--ease);
}
.v2-ritual-scene[data-ritual-scene="shake"] .v2-ritual-photo{transform:scale(1.055) translateY(-1%);filter:saturate(1.05)}
.v2-ritual-scene[data-ritual-scene="serve"] .v2-ritual-photo{transform:scale(1.09) translateY(-3%);filter:saturate(.95) brightness(1.04)}
.v2-ritual-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(13,12,8,.72) 100%);
  pointer-events:none;
}
.v2-ritual-bottle{
  position:absolute;
  z-index:3;
  right:4%;
  bottom:-9%;
  height:66%;
  width:auto;
  filter:drop-shadow(0 28px 28px rgba(0,0,0,.48));
  transform-origin:52% 72%;
  transition:transform .7s var(--ease);
}
.v2-ritual-scene[data-ritual-scene="shake"] .v2-ritual-bottle{transform:translateY(-5%) rotate(-8deg)}
.v2-ritual-scene[data-ritual-scene="serve"] .v2-ritual-bottle{transform:translate(-22%,-4%) rotate(6deg)}
.v2-ritual-line{
  position:absolute;
  z-index:4;
  left:25px;
  bottom:25px;
  max-width:15ch;
  font-family:'Shantell Sans',cursive;
  font-size:1.5rem;
  font-weight:700;
  line-height:1.1;
  color:#FFFDF6;
}
.v2-ritual-spark{
  position:absolute;
  z-index:4;
  top:30px;
  right:30px;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:50%;
}
.v2-ritual-spark::before,.v2-ritual-spark::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:#F8D887;
  transform:translate(-50%,-50%);
}
.v2-ritual-spark::before{width:1px;height:64px}
.v2-ritual-spark::after{width:64px;height:1px}
.v2-ritual-ticker{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(190px,19vw,280px) minmax(0,1fr);
  align-items:center;
  gap:clamp(18px,2.4vw,42px);
  min-width:0;
  min-height:94px;
  padding:15px 4vw;
  color:var(--v2-ink);
  background:#F8D887;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:1.1rem;
  font-weight:800;
}
.v2-ritual-ticker-group{
  display:flex;
  align-items:center;
  justify-content:space-around;
  gap:clamp(14px,2vw,34px);
  min-width:0;
}
.v2-ritual-ticker-group:first-child{grid-column:1}
.v2-ritual-ticker-group:last-child{grid-column:3}
.v2-ritual-ticker-group span{white-space:nowrap}
.v2-ritual-ticker i{
  flex:0 0 auto;
  width:25px;
  height:25px;
  background:url(../brand/seal.png) center/contain no-repeat;
}
/* ---------- Blend chapters: keep the successful product language ---------- */
.v2-blends-wrap{position:relative;padding-top:0}
.v2-blends-sleeper{
  position:absolute;
  z-index:8;
  left:50%;
  top:0;
  width:clamp(300px,27vw,460px);
  aspect-ratio:77/47;
  transform:translate(-50%,-45.2%);
  pointer-events:none;
}
.v2-blends-sleeper img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 8px 7px rgba(93,68,22,.12));
}
.v2-flock-intro{
  position:relative;
  padding-top:176px;
  padding-bottom:64px;
}
.v2-flock-intro h2{font-size:4.1rem;letter-spacing:0}
.v2-blends-wrap .blend{min-height:760px}
.v2-blends-wrap .blend:first-of-type{padding-top:104px}
.v2-blends-wrap .blend-name{letter-spacing:0}

/* ---------- Ingredient source worlds ---------- */
.v2-sources{
  position:relative;
  overflow:hidden;
  color:var(--v2-ink);
  background:#F4EEDC;
  padding:130px 0 120px;
}
.v2-sources::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url(../patterns/pat-green.webp);
  background-size:420px;
  opacity:.045;
  pointer-events:none;
}
.v2-source-lounger{
  position:absolute;
  z-index:6;
  top:0;
  left:50%;
  width:clamp(220px,18vw,300px);
  aspect-ratio:1.895;
  overflow:visible;
  transform:translate(-50%,-70%);
  pointer-events:none;
}
.v2-source-lounger::after{
  content:"";
  position:absolute;
  z-index:0;
  left:10%;
  bottom:7%;
  width:80%;
  height:9px;
  border-radius:50%;
  background:rgba(13,12,8,.28);
  filter:blur(7px);
}
.v2-source-lounger img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transform:rotate(-1deg);
  transform-origin:70% 85%;
  filter:drop-shadow(0 8px 7px rgba(13,12,8,.12));
}
.v2-source-head{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.55fr 1fr .8fr;
  gap:46px;
  align-items:end;
  margin-bottom:104px;
}
.v2-source-head .eyebrow{align-self:start;padding-top:8px;color:var(--v2-leaf)}
.v2-source-head h2{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:5rem;
  font-weight:800;
  line-height:.84;
}
.v2-source-head h2 span{
  font-family:'Shantell Sans',cursive;
  color:var(--v2-coral);
}
.v2-source-head>p:last-child{max-width:36ch;color:var(--ink-soft);font-size:1.05rem}

.v2-source-split{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  height:670px;
  overflow:visible;
  background:#11100B;
}
.v2-source-world{
  position:relative;
  overflow:hidden;
  min-width:0;
}
.v2-source-world--fruit{
  margin-left:-70px;
  padding-left:70px;
  clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);
}
.v2-source-world>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  transition:transform 1.2s var(--ease);
}
.v2-source-world--herbs>img{object-position:58% center}
.v2-source-world--fruit>img{object-position:center}
.v2-source-world:hover>img{transform:scale(1.035)}
.v2-source-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.66));
}
.v2-source-copy{
  position:absolute;
  z-index:2;
  left:clamp(32px,6vw,94px);
  right:clamp(32px,6vw,94px);
  bottom:52px;
  color:#FFFDF6;
}
.v2-source-world--fruit .v2-source-copy{left:clamp(76px,9vw,140px)}
.v2-source-copy p{
  font-family:'Space Mono',monospace;
  font-size:.67rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:rgba(255,255,255,.7);
}
.v2-source-copy h3{
  max-width:9ch;
  margin-top:10px;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:3.8rem;
  font-weight:800;
  line-height:.9;
}
.v2-source-copy h3 em{
  font-family:'Shantell Sans',cursive;
  font-style:normal;
  color:#F8D887;
}
.v2-source-copy>span{
  display:block;
  max-width:38ch;
  margin-top:20px;
  color:rgba(255,255,255,.78);
  font-size:.92rem;
}
.v2-ingredient-lab{
  position:relative;
  z-index:3;
  padding-top:126px;
}
.v2-lab-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px 40px;
  align-items:end;
  margin-bottom:42px;
}
.v2-lab-head .eyebrow{grid-column:1/-1;color:var(--v2-leaf)}
.v2-lab-head h3{
  max-width:16ch;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:3.4rem;
  font-weight:800;
  line-height:.92;
}
.v2-lab-head h3 span{
  font-family:'Shantell Sans',cursive;
  color:var(--v2-coral);
}
.v2-lab-modes{
  display:flex;
  align-items:center;
  gap:5px;
  padding:6px;
  border:0;
  border-radius:6px;
  background:#DCEAD7;
  box-shadow:0 16px 34px -25px rgba(23,20,14,.45);
}
.v2-lab-modes button{
  min-width:148px;
  min-height:54px;
  padding:10px 18px;
  border:0;
  border-radius:3px;
  background:transparent;
  color:var(--v2-ink);
  font:800 .9rem/1 'Hanken Grotesk',sans-serif;
  cursor:pointer;
  transition:background .25s var(--ease),color .25s var(--ease);
}
.v2-lab-modes button.active{color:#FFFDF6;background:var(--v2-leaf)}
.v2-ingredient-lab[data-source-active="juices"] .v2-lab-modes{background:#F9DFC1}
.v2-ingredient-lab[data-source-active="juices"] .v2-lab-modes button.active{background:var(--v2-orange)}
.v2-lab-stage{
  display:grid;
  grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);
  grid-template-rows:476px 224px;
  gap:0 26px;
  height:700px;
  min-height:700px;
  overflow:visible;
  background:transparent;
}
.v2-lab-photo{
  position:relative;
  grid-column:1;
  grid-row:1/3;
  min-width:0;
  height:100%;
  min-height:0;
  overflow:hidden;
  margin:0;
  background:#D6D6BD;
  clip-path:polygon(0 3%,97% 0,100% 96%,3% 100%);
  box-shadow:0 35px 60px -42px rgba(23,20,14,.65);
}
.v2-lab-photo img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  transition:opacity .2s ease,transform .7s var(--ease);
}
.v2-lab-photo img.is-changing{opacity:.15;transform:scale(1.03)}
.v2-lab-photo figcaption{
  position:absolute;
  left:18px;
  bottom:18px;
  max-width:calc(100% - 36px);
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:4px;
  color:#FFFDF6;
  background:rgba(18,17,11,.76);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  font:700 .78rem/1.2 'Hanken Grotesk',sans-serif;
}
.v2-lab-story{
  position:relative;
  z-index:2;
  grid-column:2;
  grid-row:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:430px;
  min-height:0;
  box-sizing:border-box;
  margin:46px 0 0 -76px;
  padding:clamp(36px,4vw,60px);
  border:0;
  background:#FFFDF6;
  box-shadow:12px 18px 44px -32px rgba(23,20,14,.7);
  transform:rotate(.35deg);
}
.v2-lab-story>p:first-child{
  font-family:'Space Mono',monospace;
  font-size:.65rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--v2-leaf);
}
.v2-lab-story h4{
  margin-top:13px;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:2.75rem;
  font-weight:800;
  line-height:.93;
}
.v2-lab-story>p:nth-child(3){
  margin-top:24px;
  color:rgba(23,20,14,.72);
  font-size:1.02rem;
  line-height:1.56;
}
.v2-lab-story>span{
  display:block;
  margin-top:25px;
  font-family:'Space Mono',monospace;
  font-size:.68rem;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.v2-lab-story>span strong{color:var(--v2-coral)}
.v2-lab-coming{
  margin-top:38px;
  padding-top:0;
  border-top:0;
  color:rgba(23,20,14,.5);
  font-size:.77rem;
  line-height:1.45;
}
.v2-lab-index{
  grid-column:2;
  grid-row:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-content:start;
  gap:8px;
  padding:22px 0 0 28px;
  border:0;
}
.v2-lab-index[hidden]{display:none}
.v2-lab-item{
  display:grid;
  grid-template-columns:29px 1fr;
  align-items:center;
  gap:9px;
  width:100%;
  height:61px;
  min-height:61px;
  box-sizing:border-box;
  padding:12px 13px;
  border:0;
  background:rgba(255,253,246,.66);
  color:rgba(23,20,14,.62);
  clip-path:polygon(1% 6%,98% 0,100% 94%,3% 100%);
  cursor:pointer;
  text-align:left;
  transition:background .25s var(--ease),color .25s var(--ease),box-shadow .25s var(--ease);
}
.v2-lab-item b{
  font-family:'Space Mono',monospace;
  font-size:.62rem;
  color:var(--v2-coral);
}
.v2-lab-item span{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:.96rem;
  font-weight:800;
  line-height:1.1;
}
.v2-lab-item:hover,
.v2-lab-item.active{
  color:var(--v2-ink);
  background:#E4EFDD;
  box-shadow:inset 0 -3px 0 rgba(65,132,91,.28);
}
.v2-ingredient-lab[data-source-active="juices"] .v2-lab-item:hover,
.v2-ingredient-lab[data-source-active="juices"] .v2-lab-item.active{background:#F9DFC1}

/* ---------- Typographic why-Pino manifesto ---------- */
.v2-manifesto{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);
  min-height:1000px;
  padding-bottom:100px;
  color:#FFFDF6;
  background:#11100B;
}
.v2-manifesto-media{
  position:relative;
  min-height:760px;
  overflow:hidden;
}
.v2-manifesto-media>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center 44%;
}
.v2-manifesto-media>span{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.2) 38%,rgba(0,0,0,.78));
}
.v2-manifesto-title{
  position:absolute;
  z-index:2;
  left:clamp(28px,5vw,72px);
  right:clamp(28px,5vw,72px);
  bottom:58px;
}
.v2-manifesto-title .eyebrow{color:#F8D887}
.v2-manifesto-title h2{
  margin-top:18px;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:5.3rem;
  font-weight:800;
  line-height:.84;
}
.v2-manifesto-title h2 em{
  font-family:'Shantell Sans',cursive;
  font-style:normal;
  color:var(--v2-pink);
}
.v2-reason-list{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:94px clamp(32px,6vw,94px);
}
.v2-reason-intro{
  max-width:43ch;
  margin-bottom:46px;
  color:rgba(255,253,246,.64);
  font-size:1.08rem;
}
.v2-reason{
  display:grid;
  grid-template-columns:54px minmax(180px,.75fr) minmax(220px,1.25fr);
  gap:22px;
  align-items:start;
  padding:24px 0;
  border-top:1px solid rgba(255,255,255,.18);
  transition:padding .35s var(--ease),background .35s var(--ease);
}
.v2-reason:last-of-type{border-bottom:1px solid rgba(255,255,255,.18)}
.v2-reason:hover{
  padding-inline:14px;
  background:linear-gradient(90deg,rgba(238,85,117,.1),transparent);
}
.v2-reason>b{
  font-family:'Space Mono',monospace;
  font-size:.67rem;
  letter-spacing:.13em;
  color:var(--v2-pink);
}
.v2-reason h3{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:1.35rem;
  font-weight:800;
  line-height:1.05;
}
.v2-reason p{color:rgba(255,255,255,.58);font-size:.9rem;line-height:1.45}
.v2-reason-list>.btn{align-self:flex-start;margin-top:38px}

/* ---------- Mascot close and footer handoff ---------- */
.v2-closer{
  position:relative;
  z-index:2;
  overflow:hidden;
  background:var(--v2-sky);
  margin-top:-92px;
  padding:190px 0 92px;
  border-radius:50% 50% 0 0/92px 92px 0 0;
}
.v2-closer-pattern{
  display:none;
}
.v2-closer-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .8fr;
  align-items:end;
  gap:60px;
}
.v2-closer-copy{align-self:center;padding-bottom:104px}
.v2-closer-copy .eyebrow{color:var(--v2-plum)}
.v2-closer-copy h2{
  max-width:11ch;
  margin-top:17px;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:4.6rem;
  font-weight:800;
  line-height:.9;
}
.v2-closer-copy h2 span{font-family:'Shantell Sans',cursive;color:var(--v2-plum)}
.v2-closer-copy>p:not(.eyebrow){max-width:39ch;margin-top:24px;color:var(--ink-soft)}
.v2-closer-copy .btn{margin-top:28px}
.v2-closer-duck{
  position:relative;
  display:grid;
  place-items:end center;
  min-height:620px;
}
.v2-closer-duck::before{
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  bottom:4%;
  width:min(100%,520px);
  height:170px;
  border:1px solid rgba(90,133,164,.26);
  border-radius:50%;
  background:rgba(255,253,246,.16);
  transform:translateX(-50%) rotate(-2deg);
}
.v2-closer-duck::after{
  content:"";
  position:absolute;
  z-index:1;
  left:50%;
  bottom:5.5%;
  width:min(90%,460px);
  height:145px;
  border:1px solid rgba(90,133,164,.23);
  border-radius:50%;
  opacity:.22;
  transform:translateX(-50%) scale(.86) rotate(1.5deg);
  animation:v2-water-breathe 7.2s ease-in-out infinite;
}
@keyframes v2-water-breathe{
  0%,100%{opacity:.16;transform:translateX(-50%) scale(.84) rotate(1.5deg)}
  50%{opacity:.42;transform:translateX(-50%) scale(1.04) rotate(1.5deg)}
}
.v2-closer-duck img{
  position:relative;
  z-index:2;
  width:min(100%,460px);
  height:auto;
  filter:drop-shadow(0 24px 20px rgba(42,75,92,.18));
}
.v2-footer{
  position:relative;
  z-index:4;
  margin-top:-76px;
  padding-top:clamp(118px,10vw,154px);
  border-radius:50% 50% 0 0/76px 76px 0 0;
}

/* ---------- Responsive composition ---------- */
@media(max-width:1180px){
  .v2-hero-copy h1{font-size:5.1rem}
  .v2-hero-product::before{width:360px;height:360px}
  .v2-hero-product{height:600px}
  .v2-flock-bottle{flex-basis:22%;width:22%;max-height:78%;margin-inline:-1%}
  .v2-ritual-grid{grid-template-columns:minmax(0,.85fr) minmax(400px,1.15fr);gap:48px}
  .v2-ritual-copy h2{font-size:4rem}
  .v2-source-head h2{font-size:4.2rem}
  .v2-manifesto{grid-template-columns:.9fr 1.1fr}
  .v2-manifesto-title h2{font-size:4.5rem}
  .v2-reason{grid-template-columns:42px .8fr 1.2fr;gap:16px}
}

@media(max-width:980px){
  .v2-hero{height:auto;min-height:850px;max-height:none}
  .v2-hero-grid{
    min-height:850px;
    grid-template-columns:1fr 360px;
    gap:20px;
    padding-top:120px;
    padding-bottom:150px;
  }
  .v2-hero-copy h1{font-size:4.5rem}
  .v2-hero-product{min-height:520px;height:580px}
  .v2-hero-product::before{width:300px;height:300px}
  .v2-active-bottle{height:86%}
  .v2-product-note{right:0}
  .v2-ritual-grid{grid-template-columns:1fr;gap:46px}
  .v2-ritual-copy{display:grid;grid-template-columns:1fr 1fr;column-gap:46px}
  .v2-ritual-copy .eyebrow,.v2-ritual-copy h2{grid-column:1}
  .v2-ritual-intro,.v2-ritual-steps{grid-column:2}
  .v2-ritual-intro{grid-row:1/span 2;margin-top:0}
  .v2-ritual-steps{grid-row:3;margin-top:26px}
  .v2-ritual-scene{height:600px}
  .v2-source-head{grid-template-columns:1fr 1.2fr}
  .v2-source-head .eyebrow{grid-column:1}
  .v2-source-head h2{grid-column:1;grid-row:2}
  .v2-source-head>p:last-child{grid-column:2;grid-row:2}
  .v2-source-split{height:580px}
  .v2-source-copy h3{font-size:3rem}
  .v2-lab-stage{
    grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
    grid-template-rows:560px 94px;
    height:654px;
    min-height:654px;
  }
  .v2-lab-photo{grid-row:1;height:560px;min-height:0}
  .v2-lab-story{grid-row:1;height:430px;margin:38px 0 0 -58px}
  .v2-lab-index{
    grid-column:1/-1;
    grid-row:2;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    padding:24px 0 0;
    border:0;
  }
  .v2-lab-index[hidden]{display:none}
  .v2-lab-item{
    min-width:0;
    height:70px;
    min-height:70px;
    border:0;
  }
  .v2-manifesto{grid-template-columns:1fr}
  .v2-manifesto-media{height:760px;min-height:0}
  .v2-reason-list{padding-block:80px}
  .v2-closer-copy h2{font-size:3.8rem}
  .v2-ritual-ticker{
    grid-template-columns:minmax(0,1fr) 210px minmax(0,1fr);
    gap:16px;
    font-size:.9rem;
  }
  .v2-flock-intro{padding-top:154px}
  .v2-blends-sleeper{width:min(45vw,360px)}
  .v2-closer-duck img{width:min(100%,410px)}
}

@media(max-width:760px){
  .v2 .eyebrow{letter-spacing:.13em}
  .v2-hero{
    height:max(740px,100svh);
    min-height:740px;
    max-height:none;
  }
  .v2-hero-bg{object-position:58% center}
  .v2-hero-wash{
    background:
      linear-gradient(180deg,rgba(10,11,7,.52) 0%,rgba(10,11,7,.3) 25%,rgba(10,11,7,.2) 58%,rgba(10,11,7,.8) 100%),
      linear-gradient(90deg,rgba(10,11,7,.58),transparent 72%);
  }
  .v2-hero-grid{
    display:grid;
    grid-template-columns:1fr;
    align-items:start;
    min-height:0;
    height:100%;
    padding-top:104px;
    padding-bottom:310px;
  }
  .v2-hero-copy{height:auto;max-width:32rem;pointer-events:none}
  .v2-hero-copy .eyebrow{max-width:30ch;line-height:1.55}
  .v2-hero-copy h1{
    position:relative;
    z-index:4;
    max-width:8.4ch;
    margin-top:14px;
    font-size:3.45rem;
    line-height:.88;
  }
  .v2-hero-copy h1 em{font-size:.74em}
  .v2-hero-lede{
    position:relative;
    z-index:5;
    max-width:29ch;
    margin:20px 0 0;
    font-size:.9rem;
    line-height:1.5;
  }
  .v2-hero-actions{display:none}
  .v2-hero-product{
    position:absolute;
    z-index:5;
    right:10px;
    bottom:118px;
    width:49%;
    height:55%;
    min-height:0;
  }
  .v2-hero-product.show-flock{
    z-index:3;
    right:auto;
    left:20px;
    bottom:54px;
    width:calc(100% - 40px);
    height:225px;
  }
  .v2-hero-product::before{
    width:210px;
    height:210px;
    background:rgba(255,255,255,.045);
  }
  .v2-product-pino{width:min(68%,190px)}
  .v2-hero-product.show-flock::before,
  .v2-hero-product.show-flock .v2-product-pino{display:none}
  .v2-active-bottle{height:92%}
  .v2-bottle-flock{top:56%;width:100%;height:88%;padding-bottom:5%;transform:translate(-50%,-50%)}
  .v2-bottle-flock::before{left:1%;right:1%;bottom:4.8%}
  .v2-flock-bottle{flex-basis:20%;width:20%;max-height:90%;margin-inline:0}
  .v2-flock-bottle::before{bottom:-7px;width:12px;height:3px}
  .v2-product-count{top:0;right:auto;left:0}
  .v2-product-note{
    right:auto;
    left:-38%;
    bottom:2%;
    width:170px;
    padding:10px 0 8px 12px;
  }
  .v2-product-close{width:26px;height:26px;margin-top:-4px}
  .v2-product-note strong{font-size:.9rem}
  .v2-product-note span{font-size:.75rem}
  .v2-product-note small{font-size:.52rem}
  .v2-product-more{
    gap:7px;
    min-height:40px;
    padding:6px 6px 6px 11px;
    font-size:.67rem;
  }
  .v2-product-more b{width:27px}
  .v2-flavour-dock{
    top:76px;
    bottom:auto;
    width:calc(100% - 24px);
    max-width:none;
    margin:0 auto 30px;
    padding:4px;
    border-radius:6px;
  }
  .v2-dock-buttons{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .v2-dock-buttons::-webkit-scrollbar{display:none}
  .v2-flavour-choice{
    flex:0 0 auto;
    min-width:112px;
    min-height:48px;
    padding-inline:10px;
    scroll-snap-align:start;
    font-size:.7rem;
  }
  .v2-hero-edge{bottom:-23px;height:52px}

  .v2-ritual{padding-top:84px}
  .v2-ritual-grid{gap:34px;padding-bottom:66px}
  .v2-ritual-copy{display:block}
  .v2-ritual-copy h2{font-size:3.2rem}
  .v2-ritual-intro{margin-top:20px}
  .v2-ritual-steps{margin-top:28px}
  .v2-ritual-step{min-height:116px;padding:14px 11px}
  .v2-ritual-step b{width:27px;height:27px;margin-bottom:13px}
  .v2-ritual-step strong{font-size:1.05rem}
  .v2-ritual-step small{font-size:.65rem}
  .v2-ritual-scene{height:520px}
  .v2-ritual-bottle{right:-8%;height:62%}
  .v2-ritual-ticker{
    grid-template-columns:minmax(0,1fr) 148px minmax(0,1fr);
    gap:7px;
    min-height:88px;
    padding:11px 14px;
    overflow:visible;
    font-size:.7rem;
  }
  .v2-ritual-ticker-group{flex-direction:column;justify-content:center;gap:2px;text-align:center}
  .v2-ritual-ticker-group i{display:none}

  .v2-flock-intro{padding-top:136px}
  .v2-blends-sleeper{width:min(68vw,270px)}
  .v2-flock-intro h2{font-size:3rem}
  .v2-blends-wrap .blend{min-height:0}
  .v2-blends-wrap .blend:first-of-type{padding-top:105px}
  .v2-blends-wrap .blend-visual{min-height:410px}
  .v2-blends-wrap .blend-bottle{height:390px}

  .v2-sources{padding:92px 0 86px}
  .v2-source-head{display:block;margin-bottom:82px}
  .v2-source-lounger{left:50%;width:176px;transform:translate(-50%,-68%)}
  .v2-source-head h2{margin-top:14px;font-size:3.6rem}
  .v2-source-head>p:last-child{margin-top:20px}
  .v2-source-split{display:block;height:auto;overflow:visible}
  .v2-source-world{height:560px}
  .v2-source-world--fruit{
    margin:0;
    padding:0;
    clip-path:polygon(0 6%,100% 0,100% 100%,0 100%);
    margin-top:-34px;
  }
  .v2-source-world--fruit .v2-source-copy{left:28px}
  .v2-source-copy{left:28px;right:28px;bottom:48px}
  .v2-source-copy h3{font-size:3.3rem}
  .v2-ingredient-lab{padding-top:82px}
  .v2-lab-head{display:block;margin-bottom:25px}
  .v2-lab-head h3{margin-top:13px;font-size:2.85rem}
  .v2-lab-modes{
    width:100%;
    max-width:100%;
    margin-top:24px;
  }
  .v2-lab-modes button{flex:1;min-width:0;min-height:54px}
  .v2-lab-stage{display:block;height:auto;min-height:0}
  .v2-lab-photo{height:430px;min-height:0;clip-path:polygon(0 2%,98% 0,100% 97%,2% 100%)}
  .v2-lab-story{
    height:500px;
    min-height:500px;
    margin:-24px 14px 0;
    padding:42px 28px;
    transform:rotate(.2deg);
  }
  .v2-lab-story h4{font-size:2.5rem}
  .v2-lab-index{
    display:flex;
    flex-direction:row;
    gap:12px;
    overflow-x:auto;
    padding:18px 0 10px;
    border:0;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .v2-lab-index::-webkit-scrollbar{display:none}
  .v2-lab-index[hidden]{display:none}
  .v2-lab-item{
    flex:0 0 43%;
    width:auto;
    height:78px;
    min-height:74px;
    padding:12px;
    border:0;
    scroll-snap-align:start;
  }

  .v2-manifesto-media{height:690px}
  .v2-manifesto-title{bottom:40px}
  .v2-manifesto-title h2{font-size:4.2rem}
  .v2-reason-list{padding:70px var(--gut)}
  .v2-reason-intro{margin-bottom:32px}
  .v2-reason{
    grid-template-columns:34px 1fr;
    gap:10px 14px;
    padding:20px 0;
  }
  .v2-reason h3{font-size:1.24rem}
  .v2-reason p{grid-column:2}

  .v2-closer{margin-top:-62px;padding:138px 0 82px;border-radius:50% 50% 0 0/62px 62px 0 0}
  .v2-closer-grid{grid-template-columns:1fr;gap:0;text-align:center}
  .v2-closer-copy{display:flex;flex-direction:column;align-items:center;padding-bottom:20px}
  .v2-closer-copy h2{font-size:3.3rem}
  .v2-closer-duck{min-height:500px}
  .v2-closer-duck::before{width:360px;height:124px}
  .v2-closer-duck::after{width:320px;height:104px}
  .v2-closer-duck img{width:min(100%,360px)}
}

@media(max-width:480px){
  .v2-hero{height:max(720px,100svh);min-height:720px;max-height:none}
  .v2-hero-grid{padding-top:98px;padding-bottom:280px}
  .v2-hero-copy h1{max-width:8.2ch;font-size:3rem}
  .v2-hero-copy .eyebrow{font-size:.62rem}
  .v2-hero-lede{max-width:27ch;margin-top:18px;font-size:.9rem}
  .v2-hero-product{right:-5px;bottom:112px;width:52%;height:51%}
  .v2-hero-product.show-flock{right:auto;left:16px;bottom:48px;width:calc(100% - 32px);height:205px}
  .v2-hero-product::before{width:180px;height:180px}
  .v2-bottle-flock{width:100%;height:100%}
  .v2-flock-bottle{flex-basis:20%;width:20%;max-height:84%;margin-inline:0}
  .v2-product-note{left:-48%;width:158px}
  .v2-product-note small{display:none}
  .v2-flavour-choice{min-width:110px}
  .v2-ritual-copy h2{font-size:2.7rem}
  .v2-ritual-scene{height:460px}
  .v2-ritual-bottle{height:58%}
  .v2-flock-intro h2{font-size:2.55rem}
  .v2-blends-wrap .blend-name{
    width:min(100%,14ch);
    font-size:clamp(1.8rem,7.5vw,2.2rem);
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .v2-blends-wrap .blend-visual{min-height:360px}
  .v2-blends-wrap .blend-bottle{height:345px}
  .v2-source-head h2{font-size:3rem}
  .v2-source-world{height:500px}
  .v2-source-copy h3{font-size:2.85rem}
  .v2-lab-head h3{font-size:2.55rem}
  .v2-lab-photo{height:350px}
  .v2-lab-story{min-height:370px;padding:38px 22px}
  .v2-lab-item{flex-basis:57%}
  .v2-manifesto-media{height:610px}
  .v2-manifesto-title h2{font-size:3.45rem}
  .v2-closer-copy h2{font-size:2.8rem}
  .v2-closer-duck{min-height:430px}
  .v2-closer-duck img{width:min(100%,310px)}
  .v2-closer-duck::before{width:310px;height:108px}
  .v2-closer-duck::after{width:276px;height:92px}
  .v2-ritual-ticker{
    grid-template-columns:minmax(0,1fr) 132px minmax(0,1fr);
    gap:4px;
    padding-inline:10px;
    font-size:.64rem;
  }
  .v2-flock-intro{padding-top:128px}
  .v2-blends-sleeper{width:min(70vw,250px)}
}

@media(max-width:360px){
  .v2-hero{height:max(585px,100svh);min-height:585px}
  .v2-hero-grid{padding-top:92px;padding-bottom:192px}
  .v2-hero-copy h1{font-size:2.5rem}
  .v2-hero-copy .eyebrow{max-width:27ch;font-size:.56rem}
  .v2-hero-lede{max-width:25ch;margin-top:14px;font-size:.8rem;line-height:1.42}
  .v2-hero-product.show-flock{left:14px;bottom:30px;width:calc(100% - 28px);height:145px}
  .v2-product-count{font-size:.61rem}
}

@media(prefers-reduced-motion:reduce){
  .v2-active-bottle{animation:none}
  .v2-closer-duck::after{animation:none;opacity:.25}
}
html[data-motion="off"] .v2-active-bottle{animation:none}
html[data-motion="off"] .v2-closer-duck::after{animation:none;opacity:.25}
