/*! Like Water — designed and developed by Arindam Chowdhury. © 2026 Arindam Chowdhury. All rights reserved. */
/* ═══════════════════════════════════════════════════════════════════
   Like Water — desktop layer
   Loaded with media="(min-width:1024px) and (hover:hover) and (pointer:fine)",
   so phones and every tablet (touch-first, even at 1366px landscape) keep
   the mobile site untouched. Nothing here changes the story or its order;
   it recomposes each beat for a wide screen:

     · one idea per screen, generous space, centred where there is one
       focal element and split where there are two
     · cold glass — frosted panels with a cool tint, a chilled bright top
       edge and condensation collecting toward the bottom
     · glass always sits over texture (grain washes, flavour floods, the
       photo). On flat paper a blurred panel is invisible.

   Everything is transform/opacity motion or none. The 3D can is a separate
   module; this file lays out the static fallback it sits on.
   ═══════════════════════════════════════════════════════════════════ */

:root{
  --gut:clamp(40px,4.6vw,76px);
  --maxw:1240px;
  /* side padding that centres a --maxw column on any screen width */
  --edge:max(var(--gut),calc((100% - var(--maxw)) / 2));
  --bar:0px;

  /* cold glass */
  --glass-fill:linear-gradient(168deg,rgba(255,255,255,.72) 0%,rgba(240,245,255,.46) 48%,rgba(222,232,255,.34) 100%);
  --glass-edge:rgba(255,255,255,.82);
  --glass-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 -22px 34px -22px rgba(46,49,146,.16),
    0 30px 60px -34px rgba(18,24,86,.42);
  --glass-blur:blur(22px) saturate(1.5);
  --glass-dark-fill:linear-gradient(168deg,rgba(255,255,255,.20),rgba(255,255,255,.07));
  --glass-dark-edge:rgba(255,255,255,.34);
  --r-glass:22px;
}

/* ── Glass ─────────────────────────────────────────────────────────
   Reserved for the nav. Used on every card it stopped meaning anything. */

/* ── Chrome ──────────────────────────────────────────────────────── */
/* The glass is drawn on ::before, never on the element holding the logo and
   links. With backdrop-filter on the same element as the masked wordmark,
   GPU Chrome drew the bar as a flat blue slab with its content missing.
   No isolation on .bar: that would make it a backdrop root and the pseudo
   would have nothing behind it to blur. */
.bar{position:fixed;top:16px;left:var(--edge);right:var(--edge);z-index:60;
  height:58px;padding:0 10px 0 26px;border-radius:14px;background:none}
.bar::before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:0;pointer-events:none;
  background:linear-gradient(168deg,rgba(255,255,255,.86),rgba(244,247,255,.74));
  -webkit-backdrop-filter:blur(20px) saturate(1.6);backdrop-filter:blur(20px) saturate(1.6);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:inset 0 1px 0 #fff,0 18px 40px -26px rgba(18,24,86,.45)}
.bar > *{position:relative;z-index:1}
.bar .mark{width:96px}
.navlinks{gap:6px;align-items:center}
.navlinks a{font-size:11px;padding:10px 16px;border-radius:var(--r-btn);color:var(--ink);
  transition:background-color .2s linear,color .2s linear}
.navlinks a:hover{background:rgba(46,49,146,.08)}
.navlinks a.is-here{box-shadow:inset 0 -2px 0 var(--blue);border-radius:0;padding-bottom:8px}
.navlinks a[href="#reserve"]{background:var(--blue);color:var(--white);margin-left:8px;padding:12px 24px}
.navlinks a[href="#reserve"]:hover{background:#23267A}
.actionbar{display:none}
/* back to top: no action bar here, so it sits in the corner and stays on
   through the form and footer (the phone rule hides it there) */
.totop{bottom:32px;right:32px;width:52px;height:52px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}
.ab-away .totop.on{opacity:1;visibility:visible}
.totop:hover{transform:translate3d(0,-2px,0)}

/* ── Type scale ──────────────────────────────────────────────────── */
.h-lg{font-size:clamp(46px,4.9vw,84px);line-height:.94;letter-spacing:-.045em}
.h-md{font-size:clamp(28px,2.6vw,44px)}
.lead{font-size:20px;line-height:1.65;max-width:44ch}
.label{font-size:11px}
.fine{font-size:12px}
.band{padding:clamp(110px,12vh,160px) var(--edge)}

/* ── 1 · Hero — live type left, the subject crop right ────────────── */
/* .hero > :not(.wash) sets position:relative at (0,2,0); the overrides below
   match that specificity or the masthead stays in flow and opens a 17px
   strip above the photo. */
/* the split follows the content edge, so on wide screens the type keeps
   its room instead of the photo swallowing a fixed 58% */
.hero{--split:calc(var(--edge) + clamp(440px,34vw,660px));height:100vh;min-height:680px;display:grid;
  grid-template-columns:var(--split) minmax(0,1fr);background:var(--paper)}
.hero > .hero-head{position:absolute;z-index:3;left:var(--edge);top:118px;padding:0}
.masthead{color:var(--blue);font-size:11px}
/* the photo sits in a rounded window inset from the page edge, like a
   pane of cold glass; it breathes in on arrival and follows the pointer */
.hero > .shot-hero{position:static;grid-column:2;height:100vh;min-height:680px;background:transparent;
  padding:14px 14px 14px 0;overflow:visible}
.shot-hero picture{display:block;width:100%;height:100%;border-radius:32px;overflow:hidden;
  background:#2C5BD6;position:relative;isolation:isolate;
  box-shadow:0 60px 120px -60px rgba(46,49,146,.55)}
/* glass rim + a sheen that tracks the pointer */
.shot-hero picture::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.28),inset 0 1px 0 rgba(255,255,255,.5);
  background:radial-gradient(600px circle at var(--hx,70%) var(--hy,30%),rgba(255,255,255,.16),transparent 60%)}
.shot-hero img{display:block;width:100%;height:100%;translate:var(--tx,0) var(--ty,0);
  animation:heroIn 1.8s cubic-bezier(.16,1,.3,1) both}
@keyframes heroIn{from{scale:1.14}to{scale:1.04}}
.hero-glass{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:26px;row-gap:4px;
  position:absolute;z-index:4;left:calc(var(--split) + 36px);bottom:52px;padding:20px 22px 20px 26px;
  border-radius:22px;color:var(--white);text-decoration:none;
  translate:calc(var(--tx,0) * -1.6) calc(var(--ty,0) * -1.6);
  /* a smoked tint under the frost keeps white type legible over the bright can */
  background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.04)),rgba(18,22,70,.34);
  -webkit-backdrop-filter:blur(24px) saturate(1.5);backdrop-filter:blur(24px) saturate(1.5);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6),inset 0 0 0 1px rgba(255,255,255,.3),0 30px 60px -24px rgba(11,12,36,.45);
  animation:glassIn .9s .5s cubic-bezier(.16,1,.3,1) both;transition:background .25s}
.hero-glass:hover{background:linear-gradient(135deg,rgba(255,255,255,.26),rgba(255,255,255,.08)),rgba(18,22,70,.42)}
@keyframes glassIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
.hg-k{grid-column:1;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;opacity:.85}
.hg-v{grid-column:1;font-size:20px;font-weight:700;letter-spacing:-.01em}
.hg-v b{font-weight:900}
.hg-go{grid-column:2;grid-row:1/span 2;display:grid;place-items:center;width:46px;height:46px;border-radius:var(--r-btn);
  background:var(--white);color:var(--blue);font-size:20px;transition:transform .25s}
.hero-glass:hover .hg-go{transform:translateX(4px)}
.shot-hero img{object-fit:cover;object-position:62% 50%}
.shot-hero figcaption{position:absolute;z-index:3;left:var(--edge);top:50%;bottom:auto;
  transform:translateY(-44%);width:calc(var(--split) - var(--edge) - 40px)}
.hero-line{position:static;width:auto;height:auto;overflow:visible;clip-path:none;white-space:normal;
  color:var(--ink);font-size:clamp(54px,4.5vw,104px);line-height:.92;letter-spacing:-.05em;text-wrap:balance}
.hero-sub{color:var(--blue);font-size:12px;margin-top:22px;letter-spacing:.2em}
.hero-cta{display:flex;align-items:center;gap:26px;margin-top:40px}
.hero-cta .btn{padding:19px 34px}
.hero-link{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);
  border-bottom:1px solid rgba(11,12,36,.3);padding-bottom:4px;transition:border-color .2s linear}
.hero-link:hover{border-color:var(--ink)}

/* ── 2 · The problem — one focal element: the comparison ─────────── */
#problem{text-align:center;display:grid;justify-items:center;
  background:
    radial-gradient(40% 50% at 18% 70%,rgba(79,111,232,.20),transparent 70%),
    radial-gradient(34% 44% at 84% 30%,rgba(104,104,226,.16),transparent 70%),
    var(--paper)}
#problem .lead{margin-inline:auto;max-width:52ch}
#problem .gap{width:min(820px,100%);margin-top:64px;padding:0;text-align:left}
#problem .gap > div{padding:22px 0;border-top:1px solid rgba(46,49,146,.12)}
#problem .gap > div:first-child{border-top:0}
#problem .gap > div:last-child{border-bottom:0}
#problem .gap dt{font-size:20px}
#problem .gap dd{font-size:12px}
#problem .gap .is-us{border-top:1px solid var(--blue)}
.gap-answer{font-size:clamp(26px,2.3vw,36px);max-width:26ch;margin-top:48px}

/* ── 3 · Built for intense conditions ────────────────────────────── */
.fieldsec{padding:clamp(140px,18vh,220px) var(--edge);min-height:78vh;
  display:grid;align-content:center}
.fieldsec{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,5fr);column-gap:var(--gut);
  align-content:center;min-height:100vh}
.fieldsec > h2,.fieldsec > .lead{grid-column:1}
.fieldsec h2{font-size:clamp(56px,5.4vw,104px);max-width:11ch;align-self:end}
.fieldsec .lead{max-width:36ch;font-size:19px;align-self:start}

/* the cold-glass composition beside it */
/* bleeds to the page edge so the callouts clear the can */
.fieldsec > .field-vis{display:block;grid-column:2;grid-row:1/span 2;position:relative;margin-right:calc(var(--edge) * -1 + 24px);
  --h:min(78vh,720px);height:var(--h);align-self:center}
.field-vis > *{position:absolute}
/* The can is 76% of the stage tall (half-width 14.4% of that), centred at
   48%, tilted 8°. Each callout is placed from the can's edge at its own
   height, so the pointer dot lands on the can at every width. */
.fv-can{left:50%;top:10%;height:calc(var(--h) * .76);width:auto;translate:-50% 0;rotate:-8deg;
  filter:drop-shadow(0 30px 34px rgba(24,28,90,.3))}
/* numbers as frosted callouts, each with a pointer line that ends in a dot
   on the can */
.fv-chip{display:grid;gap:4px;padding:18px 22px;border-radius:20px;color:var(--ink);
  font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  background:rgba(255,255,255,.56);-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 0 0 1px rgba(255,255,255,.55),0 22px 44px -22px rgba(46,49,146,.42)}
.fv-chip b{font-size:clamp(28px,2.3vw,38px);line-height:1;font-weight:900;letter-spacing:-.03em;color:var(--blue);text-transform:none}
.fv-chip::before,.fv-chip::after{content:"";position:absolute;top:50%;pointer-events:none}
.fv-chip::before{width:var(--reach,64px);height:1px;background:rgba(46,49,146,.45)}
.fv-chip::after{width:7px;height:7px;margin-top:-3px;border-radius:50%;background:var(--blue);
  box-shadow:0 0 0 4px rgba(46,49,146,.14)}
.fv-chip{--reach:clamp(30px,3.2vw,56px);translate:0 -50%;white-space:nowrap}
.fv-c1::before,.fv-c3::before{left:100%}
.fv-c1::after,.fv-c3::after{left:calc(100% + var(--reach) - 4px)}
.fv-c2::before{right:100%}
.fv-c2::after{right:calc(100% + var(--reach) - 4px)}
.fv-c1{top:36%;right:calc(50% + var(--h) * .161 + var(--reach))}
.fv-c2{top:22%;left:calc(50% + var(--h) * .108 + var(--reach))}
.fv-c3{top:72%;right:calc(50% + var(--h) * .110 + var(--reach))}

/* depth on scroll where the browser can drive it natively; static elsewhere */
@supports (animation-timeline:view()){
  @media (prefers-reduced-motion:no-preference){
    .field-vis{animation:fvCan linear both;animation-timeline:view();animation-range:entry 0% exit 100%}
      }
}
@keyframes fvCan{from{transform:translateY(50px)}to{transform:translateY(-50px)}}

/* ── 4 · Film — a cinema frame, centred in its own screen ────────── */
.film{--film-w:min(calc(100vw - 2 * var(--gut) - 16px),var(--maxw),calc((100vh - 170px) * 16 / 9));
  width:var(--film-w);margin:calc((100vh - var(--film-w) * 9 / 16) / 2) auto;border-radius:28px;
  box-shadow:0 0 0 1px rgba(255,255,255,.6),0 50px 90px -50px rgba(18,24,86,.55)}
.film figcaption{left:56px;right:56px;bottom:48px}
.film-play{width:78px}
.film-note{font-size:12px}

/* ── 5 · The act ─────────────────────────────────────────────────── */
.act-line{font-size:clamp(90px,10vw,176px);max-width:none}

/* ── 6 · Chapters — split scroll: text steps past, can stays ─────── */
.chapters{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  column-gap:var(--gut);padding:0 var(--edge);align-items:start}
.chapters > .vh{grid-column:1/-1}
.ch-track{display:block;overflow:visible;scroll-snap-type:none;grid-column:1;grid-row:1}
.ch-card{min-height:86vh;padding:0;align-content:center;gap:22px;
  scroll-snap-align:none}
.ch-card .idx{font-size:clamp(90px,8vw,140px)}
.ch-card .h-lg{max-width:11ch}
.ch-card .lead{max-width:36ch}
.ch-nav{display:none}
/* .band > :not(.wash) sets position:relative at (0,2,0); match it or the
   stage scrolls away instead of pinning */
.chapters > .ch-stage{display:grid;place-items:center;grid-column:2;grid-row:1;
  position:sticky;top:0;height:100vh;margin-right:calc(var(--edge) * -1)}
.ch-stage img{height:min(70vh,640px);width:auto;
  filter:drop-shadow(0 50px 50px rgba(0,0,30,.35))}

/* ── 8 · The can ─────────────────────────────────────────────────── */
.product{min-height:100vh;height:100vh;padding:0 var(--edge);
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  column-gap:var(--gut);align-items:center}
.product-head{grid-column:1;grid-row:1/span 2;padding:0;gap:24px;align-self:center}
.product-head .label{font-size:13px;letter-spacing:.18em}
.lede{font-size:clamp(40px,3.7vw,68px);line-height:1;font-weight:800;letter-spacing:-.035em;
  letter-spacing:-.025em;max-width:18ch}
.stage{grid-column:2;grid-row:1/span 2;margin:0;padding:40px 0;overflow:visible}
.cans{width:min(18vw,250px)}
.cue{display:none}

/* ── 9 · Formula — words left, the numbers right ─────────────────── */
#formula{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);
  column-gap:calc(var(--gut) * 1.4);grid-auto-flow:row dense;align-items:start}
#formula > *{grid-column:1}
#formula .ions{grid-column:2;grid-row:1/span 8;margin:0;align-self:center;gap:6px}
.ion{padding:18px 0}
.ion-name,.ion-mg{font-size:22px}

/* ── 11 · Flavours — the giant word sits behind the can ──────────── */
/* --canw is the static can's width; the 3D pose (desk3d FLAV_POSE) matches it:
   width 21vh -> 55vh tall, centred 12vh below the middle. The garnish column is
   derived from it, so the fruit frames whichever can is showing. */
.flav-pin{--canw:clamp(190px,26.5vh,300px);--can-drop:5vh}
.flav-can{width:var(--canw)}
.flav-names{top:6vh;height:30vh;place-items:end center;z-index:0;padding:0}
.flav-name{font-size:clamp(96px,11.5vw,200px);line-height:.82;letter-spacing:-.06em;opacity:.92}
.flav-name:nth-of-type(2){font-size:clamp(84px,10vw,176px)}
.flav-name:nth-of-type(3){font-size:clamp(60px,6.6vw,118px)}
/* garnish was placed against a phone column; keep that geometry around the
   can instead of stretching it across 1440px */
.garnish{left:calc(50% - var(--canw) / .82);right:calc(50% - var(--canw) / .82)}

/* ── 13 · Reserve — packs and flavour on one screen ──────────────── */
#reserve{background:var(--paper)}
#reserve .rz-head{max-width:760px}
.rz{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:calc(var(--gut) * 1.2);align-items:start}
.rz .pack{border-radius:16px;padding:20px 22px;margin:0;width:100%}
.rz .packs{gap:8px}
.rz-sum{position:sticky;top:96px}
/* The info accordions belong under the mix, not below the taller delivery
   column: the form's columns join #reserve's grid, delivery spans to a
   flexible last row, so the accordions ride up into column one. */
#reserve{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  grid-template-rows:auto auto auto 1fr;column-gap:calc(var(--gut) * 1.2);align-items:start}
#reserve > .rz-head{grid-column:1/-1}
#reserve > .rz{display:contents}
.rz > .rz-col:first-child{grid-column:1;grid-row:2}
.rz > .rz-col:last-child{grid-column:2;grid-row:2/span 3;align-self:stretch}
#reserve > .acc{grid-column:1;grid-row:3;margin-top:40px;max-width:none}

/* ── 14 · Waitlist + trade ───────────────────────────────────────── */
#reserve + .band.on-blue{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  column-gap:var(--gut);grid-auto-flow:row dense;align-items:center}
#reserve + .band.on-blue > *{grid-column:1}
#reserve + .band.on-blue .wl{grid-column:2;grid-row:2;align-self:end}
#reserve + .band.on-blue .claims{grid-column:2;grid-row:3;align-self:start;margin-top:28px}
/* heading left; the pitch, its button and the note together on the right */
#trade{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:var(--gut);
  grid-template-rows:auto auto auto 1fr;align-items:start}
#trade > .label{grid-column:1;grid-row:1}
#trade > h2{grid-column:1;grid-row:2/span 3;font-size:clamp(40px,4vw,68px);line-height:.96}
#trade > .lead{grid-column:2;grid-row:2;margin-top:0!important}
#trade > .trade-cta{grid-column:2;grid-row:3;justify-self:start;margin-top:28px}
#trade > .fine{grid-column:2;grid-row:4}

/* ── 15 · Footer — the wordmark, full width ──────────────────────── */
footer{padding:120px var(--edge) 40px;grid-template-columns:1fr auto;column-gap:var(--gut);
  row-gap:18px;align-items:center;
  grid-template-areas:"mark mark" "tag nav" "contact social" "copy copy"}
footer .mark{grid-area:mark;width:100%;margin-bottom:48px}
footer > .fine:first-of-type{grid-area:tag;margin:0}
footer nav{grid-area:nav;justify-self:end;margin:0;gap:28px}
footer .contact{grid-area:contact;margin:0}
footer .social{grid-area:social;justify-self:end;margin:0 -12px 0 0}
footer > .fine:last-of-type{grid-area:copy;margin:22px 0 0;padding-top:24px;
  border-top:1px solid rgba(255,255,255,.14)}

@media (prefers-reduced-motion:reduce){
  .navlinks a
}

/* ── 3D can (js/desk3d.js) ───────────────────────────────────────────
   The canvas moves into whichever slot is most on screen. A slot hides its
   static can only while it actually hosts the canvas AND a frame has been
   drawn (.hosting-3d is added after the first render), so a slow or failed
   load always leaves the photo-real image in place. */
/* opacity is driven per frame by the module (fade-in, per-pose fades) */
.desk3d-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:2;
  pointer-events:none;opacity:0}
/* soft top and bottom so a large can or its shadow never ends on a hard line */
.desk3d-canvas{-webkit-mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 93%,transparent);
                mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 93%,transparent)}
.flav-pin .desk3d-canvas{-webkit-mask-image:none;mask-image:none}
.ch-stage.hosting-3d > img,.stage.hosting-3d .cans,.flav-pin.hosting-3d .flav-can{visibility:hidden}
.drag-3d{cursor:grab}
.dragging-3d{cursor:grabbing}
.dragging-3d *{user-select:none}

/* the product stage runs the full height of its section, so the macro
   close-up is cropped by the section edge rather than a box inside it */
.product{overflow:hidden}
.has-3d .product .stage-wash{display:none}
.product > .stage{align-self:stretch;height:100vh;min-height:0;margin:0 calc(var(--edge) * -1) 0 0;padding:0}


/* garnish parallax — js/desk3d.js writes --px/--py on the pin. Uses the
   independent translate property, because GSAP owns transform on the
   garnish layers and would overwrite it. */
.gz picture{display:block;translate:calc(var(--px,0) * var(--depth,14px)) calc(var(--py,0) * var(--depth,14px))}
.g-back .gz picture{--depth:-9px}
.g-front .gz picture{--depth:22px}

@media (prefers-reduced-motion:reduce){
  .shot-hero img{animation:none;translate:none}
  .hero-glass{animation:none;translate:none}
  .gz picture{translate:none}
}


/* ── Chapters: compositions built only from the cans ─────────────── */
.chapters > .ch-stage{overflow:hidden}
.ch-vis{position:absolute;inset:0;display:grid;place-items:center;opacity:0;pointer-events:none}
.ch-vis[data-ch="0"]{opacity:1}
.ch-vis > *{position:absolute}
.ch-vis .cv-can{display:block;width:clamp(150px,15vw,230px);height:auto;
  filter:drop-shadow(0 40px 44px rgba(0,0,30,.38))}
/* 01 */
.ch-vis .cv-solo{width:clamp(170px,17vw,260px)}
/* 02 — fan */
.ch-vis .cv-mid{top:10vh;z-index:3}
.ch-vis .cv-side{top:16vh;width:clamp(128px,12.5vw,196px);z-index:2}
.cv-left{left:calc(50% - clamp(190px,17vw,270px))}
.cv-right{left:calc(50% + clamp(40px,4.6vw,76px))}
/* 03 — cascade: three cans tumble in and come to rest inside the frame.
   Sizes and offsets are in vw so the rotated bounding boxes (up to ~18°)
   stay within the half-width stage at every desktop width. */
.ch-vis .cv-fall{width:clamp(110px,10vw,165px)}
.cv-f1{left:calc(50% - clamp(170px,15vw,250px));top:20vh;z-index:1}
.cv-f2{left:calc(50% - clamp(66px,5.8vw,94px));top:26vh;z-index:3;width:clamp(135px,12.5vw,195px)!important}
.cv-f3{left:calc(50% + clamp(56px,5vw,84px));top:15vh;z-index:2}
/* 04 — still: a level row over its reflection */
.cv-row{display:flex;align-items:flex-end;gap:clamp(18px,2vw,34px);top:14vh}
.ch-vis .cv-r{position:static;width:clamp(110px,10.5vw,160px);filter:none;
  -webkit-box-reflect:below 6px linear-gradient(transparent 58%,rgba(255,255,255,.28))}

/* ── Flavours: one quiet navigation — a colour and its fruit ────── */
.flav-rail{display:grid;gap:22px;position:absolute;z-index:5;right:var(--edge);top:50%;transform:translateY(-50%)}
.flav-rail button{position:relative;display:grid;place-items:center;width:72px;height:72px;padding:0;
  border:0;background:none;cursor:pointer;border-radius:50%}
.sw{position:relative;display:block;width:54px;height:54px;border-radius:50%;overflow:hidden;
  background:radial-gradient(circle at 35% 30%,#fff,var(--c) 62%);
  box-shadow:0 0 0 1px rgba(255,255,255,.9),0 10px 24px -12px rgba(18,24,86,.45);
  transition:transform .5s var(--spring),box-shadow .35s ease}
.sw picture,.sw img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.35)}
.flav-rail button::after{content:"";position:absolute;inset:0;border-radius:50%;
  box-shadow:0 0 0 1.5px var(--c2);opacity:0;transform:scale(.8);
  transition:opacity .35s ease,transform .5s var(--spring)}
.flav-rail button[aria-pressed="true"]::after{opacity:1;transform:none}
.flav-rail button:hover .sw{transform:scale(1.08)}
.sw-name{position:absolute;right:calc(100% + 12px);top:50%;transform:translate(6px,-50%);white-space:nowrap;
  font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);
  opacity:0;pointer-events:none;transition:opacity .25s ease,transform .35s ease}
.flav-rail button:hover .sw-name,.flav-rail button:focus-visible .sw-name{opacity:1;transform:translate(0,-50%)}
.flav-rail button:focus-visible{outline:2px solid var(--c2);outline-offset:3px}

/* formula carries the object's four facts: two columns inside the text column */
#formula .spec{grid-template-columns:1fr 1fr;gap:18px var(--gut);margin-top:36px}
.caution-line{margin-top:10px}
/* narrow desktops: the hero column is ~390px; keep each CTA on one line */
.hero-cta{flex-wrap:wrap;row-gap:14px}
.hero-cta a{white-space:nowrap}
@media (max-width:1199px){.hero-cta .btn{padding:16px 22px}.hero-cta{gap:18px}}

/* ── Flavour passage: scroll cost ─────────────────────────────────
   At desktop size the nine ribbons are ~2400px-wide blurred layers, and
   each backdrop carried a full-screen overlay-blended grain. Drifting the
   blurs and re-blending the grain every frame, under a live WebGL canvas,
   is what made the pin stutter. Here the ribbons hold still (rasterised
   once, then only faded with their backdrop) and the grain is a plain
   low-opacity layer that needs no blending. */
.rib{animation:none;will-change:auto}
.flav-bg::after{mix-blend-mode:normal;opacity:.05}
.flav-bg{will-change:opacity;contain:strict}
