*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--aq:#00D4FF;--dk:#030810;--dk2:#06101c}
html{scroll-behavior:smooth}
body{background:var(--dk);color:#fff;font-family:'Inter',sans-serif;overflow-x:hidden}

/* CURSOR AURORA */
#cg{position:fixed;width:650px;height:650px;border-radius:50%;pointer-events:none;z-index:9999;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(0,212,255,.052) 0%,transparent 60%);
  transition:left .07s linear,top .07s linear}

/* NAV */
#nav{position:fixed;top:0;left:0;right:0;z-index:300;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.2rem 4rem;transition:all .4s}
#nav.scrolled{background:rgba(3,8,16,.97);backdrop-filter:blur(30px);
  border-bottom:1px solid rgba(0,212,255,.1)}
.logo{font-family:'Bebas Neue',sans-serif;font-size:2rem;letter-spacing:3px;
  background:linear-gradient(90deg,#fff 30%,var(--aq));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent}
#nav ul{list-style:none;display:flex;gap:2.5rem;align-items:center}
#nav a{color:rgba(255,255,255,.5);text-decoration:none;font-size:.8rem;
  letter-spacing:.12em;text-transform:uppercase;transition:color .2s}
#nav a:hover{color:var(--aq)}
.nav-cta{background:var(--aq)!important;color:#030810!important;
  padding:.52rem 1.6rem;border-radius:50px;font-weight:800!important;
  transition:all .2s!important}
.nav-cta:hover{transform:translateY(-2px)!important;
  box-shadow:0 6px 28px rgba(0,212,255,.55)!important}

/* ═══════════════════════════
   HERO
═══════════════════════════ */
#hero{position:relative;height:100vh;min-height:700px;
  display:flex;align-items:center;overflow:hidden}

.hero-bg{position:absolute;inset:0;
  background:url("../images/hero-bg.jpg") center/cover no-repeat;
  transform-origin:center;
  animation:bgzoom 24s ease-in-out infinite alternate}
@keyframes bgzoom{0%{transform:scale(1.06)}100%{transform:scale(1.16) translateY(-2%)}}

.hero-ov1{position:absolute;inset:0;background:linear-gradient(
  180deg,rgba(3,8,16,.52) 0%,rgba(3,8,16,.04) 38%,rgba(3,8,16,.06) 62%,rgba(3,8,16,1) 100%)}
.hero-ov2{position:absolute;inset:0;background:linear-gradient(
  90deg,rgba(3,8,16,.85) 0%,rgba(3,8,16,.28) 30%,rgba(3,8,16,.04) 52%,rgba(3,8,16,.04) 68%,rgba(3,8,16,.68) 100%)}
.lx{position:absolute;inset:0;pointer-events:none;animation:lx 11s infinite}
@keyframes lx{0%,86%,88%,90%,100%{background:transparent}
  87%{background:rgba(160,220,255,.09)}89%{background:rgba(160,220,255,.04)}}

.hero-inner{position:relative;z-index:3;display:grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items:center;max-width:1380px;width:100%;
  padding:0 4rem;margin:0 auto;margin-top:2rem}

/* LEFT */
.hero-text{animation:fromLeft 1s ease both}
@keyframes fromLeft{from{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:none}}
.badge{display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(0,212,255,.1);border:1px solid rgba(0,212,255,.3);
  color:var(--aq);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;
  padding:.35rem 1rem;border-radius:50px;margin-bottom:1.5rem}
.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--aq);
  animation:blink 1.4s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.15}}
.hero-h1{font-family:'Bebas Neue',sans-serif;
  font-size:clamp(4rem,6.5vw,7.2rem);line-height:.9;
  letter-spacing:3px;margin-bottom:1.3rem}
.hero-h1 em{font-style:normal;color:var(--aq);
  text-shadow:0 0 60px rgba(0,212,255,.7),0 0 120px rgba(0,212,255,.3)}
.hero-sub{font-size:.93rem;color:rgba(255,255,255,.58);line-height:1.75;
  max-width:330px;margin-bottom:2rem}
.btn-p{display:inline-block;background:var(--aq);color:#030810;
  padding:.95rem 2.2rem;border-radius:50px;font-weight:800;font-size:.9rem;
  letter-spacing:.04em;text-transform:uppercase;text-decoration:none;
  position:relative;overflow:hidden;transition:all .28s}
.btn-p::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);
  transition:left .55s}
.btn-p:hover::before{left:100%}
.btn-p:hover{transform:translateY(-3px);box-shadow:0 14px 45px rgba(0,212,255,.55)}
.btn-g{display:block;width:fit-content;background:transparent;color:#fff;
  padding:.95rem 2.2rem;border-radius:50px;font-weight:600;font-size:.9rem;
  letter-spacing:.04em;text-transform:uppercase;text-decoration:none;
  border:1px solid rgba(255,255,255,.22);transition:all .25s;margin-top:.65rem}
.btn-g:hover{border-color:var(--aq);color:var(--aq);transform:translateY(-2px)}

/* CENTER STAGE */
.hero-can-stage{position:relative;display:flex;align-items:center;
  justify-content:center;height:600px}

/* halo */
.chalo{position:absolute;width:350px;height:510px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(0,212,255,.28) 0%,transparent 65%);
  filter:blur(48px);animation:halo 4s ease-in-out infinite;z-index:0}
@keyframes halo{0%,100%{transform:scale(1);opacity:.68}50%{transform:scale(1.22);opacity:1}}

/* spinning rings */
.oring{position:absolute;border-radius:50%}
.or1{width:316px;height:440px;
  background:conic-gradient(from 0deg,transparent 0%,var(--aq) 18%,transparent 45%,rgba(0,212,255,.18) 70%,transparent 100%);
  -webkit-mask:radial-gradient(ellipse 100% 100% at center,transparent 97.5%,white 98.5%);
  mask:radial-gradient(ellipse 100% 100% at center,transparent 97.5%,white 98.5%);
  animation:or1 3.2s linear infinite}
@keyframes or1{from{transform:rotateX(73deg) rotateZ(0)}to{transform:rotateX(73deg) rotateZ(360deg)}}
.or2{width:396px;height:528px;border:1px solid rgba(0,212,255,.17);
  animation:or2 6.2s linear infinite reverse}
@keyframes or2{from{transform:rotateX(77deg) rotateZ(0)}to{transform:rotateX(77deg) rotateZ(360deg)}}
.or3{width:470px;height:608px;border:1px solid rgba(0,212,255,.07);
  animation:or2 10.5s linear infinite}

/* orbit dots */
.odot{position:absolute;border-radius:50%;background:var(--aq);top:50%;left:50%;
  box-shadow:0 0 10px var(--aq),0 0 24px rgba(0,212,255,.5);
  animation:odot var(--os,4s) linear infinite}
@keyframes odot{
  from{transform:translate(-50%,-50%) rotate(0deg) translateX(var(--or,155px)) rotate(0deg)}
  to{transform:translate(-50%,-50%) rotate(360deg) translateX(var(--or,155px)) rotate(-360deg)}}

/* HERO FLAVOUR CANS */
.hero-can{position:absolute;display:block;height:auto;will-change:transform,filter,opacity;transition:transform .9s cubic-bezier(.2,.8,.2,1),filter .9s ease,opacity .9s ease,left .9s ease,right .9s ease,bottom .9s ease,width .9s ease}
.hero-rotating-can.is-center{left:50%;right:auto;bottom:0;width:280px;z-index:5;opacity:1;transform:translateX(-50%) rotate(0deg);filter:drop-shadow(0 0 50px rgba(0,212,255,.65)) drop-shadow(0 50px 70px rgba(0,0,0,.95));animation:heroCenterFloat 4.8s ease-in-out infinite}
.hero-rotating-can.is-left{left:32px;right:auto;bottom:34px;width:168px;z-index:2;opacity:.9;transform:rotate(-10deg);filter:drop-shadow(0 0 22px rgba(0,212,255,.2)) drop-shadow(0 24px 40px rgba(0,0,0,.72));animation:heroSideFloatLeft 6s ease-in-out infinite}
.hero-rotating-can.is-right{right:32px;left:auto;bottom:34px;width:168px;z-index:2;opacity:.9;transform:rotate(10deg);filter:drop-shadow(0 0 22px rgba(0,212,255,.2)) drop-shadow(0 24px 40px rgba(0,0,0,.72));animation:heroSideFloatRight 6.5s ease-in-out infinite}
@keyframes heroCenterFloat{0%,100%{transform:translateX(-50%) translateY(0) rotate(0deg)}50%{transform:translateX(-50%) translateY(-14px) rotate(0deg)}}
@keyframes heroSideFloatLeft{0%,100%{transform:translateY(0) rotate(-10deg)}50%{transform:translateY(-12px) rotate(-6deg)}}
@keyframes heroSideFloatRight{0%,100%{transform:translateY(0) rotate(10deg)}50%{transform:translateY(-12px) rotate(6deg)}}

/* ground shadow */
.can-gnd{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);
  width:210px;height:24px;border-radius:50%;
  background:rgba(0,212,255,.36);filter:blur(22px);z-index:4;
  animation:cgnd 4s ease-in-out infinite}
@keyframes cgnd{0%,100%{transform:translateX(-50%) scale(1);opacity:.52}
  50%{transform:translateX(-50%) scale(.7);opacity:.9}}

/* bubbles */
.bub{position:absolute;border-radius:50%;z-index:6;pointer-events:none;
  background:radial-gradient(circle,rgba(0,212,255,.82) 0%,transparent 70%);
  animation:bub linear forwards}
@keyframes bub{0%{transform:translateY(0) translateX(0) scale(1);opacity:.72}
  100%{transform:translateY(-350px) translateX(var(--bx,0px)) scale(.04);opacity:0}}

/* water drops on can — decorative */
.drop{position:absolute;z-index:7;border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;
  background:rgba(255,255,255,.18);animation:dropfall linear infinite;pointer-events:none}
@keyframes dropfall{0%{transform:translateY(0);opacity:.5}
  100%{transform:translateY(80px);opacity:0}}

/* RIGHT */
.hero-info{animation:fromRight 1s ease .3s both}
@keyframes fromRight{from{opacity:0;transform:translateX(60px)}to{opacity:1;transform:none}}
.info-title{font-family:'Bebas Neue',sans-serif;font-size:1.1rem;
  letter-spacing:3px;color:var(--aq);margin-bottom:1.1rem}
.pill{display:flex;align-items:center;gap:.85rem;
  background:rgba(0,212,255,.07);border:1px solid rgba(0,212,255,.17);
  border-radius:12px;padding:.75rem 1.1rem;margin-bottom:.65rem;
  transition:all .3s;cursor:default}
.pill:hover{background:rgba(0,212,255,.16);border-color:rgba(0,212,255,.5);transform:translateX(8px)}
.pil-ic{font-size:1.2rem;width:32px;text-align:center;flex-shrink:0}
.pil-tx strong{display:block;font-size:.86rem;font-weight:700}
.pil-tx span{font-size:.73rem;color:rgba(255,255,255,.4)}
.chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}
.chip{background:rgba(0,212,255,.08);border:1px solid rgba(0,212,255,.22);
  border-radius:50px;padding:.3rem .9rem;font-size:.72rem;color:rgba(255,255,255,.55)}

/* scroll arrow */
.scroll-ind{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);
  z-index:4;display:flex;flex-direction:column;align-items:center;gap:.4rem}
.scroll-ind span{font-size:.57rem;letter-spacing:.25em;color:rgba(255,255,255,.28);text-transform:uppercase}
.scroll-line{width:1px;height:55px;
  background:linear-gradient(180deg,transparent,var(--aq));
  animation:sln 2s ease-in-out infinite}
@keyframes sln{0%,100%{opacity:.18;transform:scaleY(.35)}50%{opacity:1;transform:scaleY(1)}}

/* ═══════════════════════════
   TICKER
═══════════════════════════ */
.ticker{background:var(--aq);overflow:hidden;padding:.75rem 0}
.tick-track{display:flex;width:max-content;animation:tick 20s linear infinite}
.tick-item{font-size:.77rem;font-weight:800;color:#030810;
  letter-spacing:.12em;text-transform:uppercase;padding:0 2rem;white-space:nowrap}
.tick-item::after{content:'\26A1';margin-left:2rem}
@keyframes tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ═══════════════════════════
   3-CAN SHOWCASE
═══════════════════════════ */
#cans{position:relative;padding:9rem 4rem 7rem;overflow:hidden;background:var(--dk2)}
.sec-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:1100px;height:700px;border-radius:50%;pointer-events:none;
  background:radial-gradient(ellipse,rgba(0,212,255,.062) 0%,transparent 65%);filter:blur(20px)}
.sec-head{text-align:center;margin-bottom:5rem;position:relative;z-index:2}
.sec-head h2{font-family:'Bebas Neue',sans-serif;
  font-size:clamp(2.8rem,5.5vw,5.5rem);letter-spacing:3px;line-height:1}
.sec-head h2 em{font-style:normal;color:var(--aq)}
.sec-head p{color:rgba(255,255,255,.38);font-size:.92rem;margin-top:.8rem}

/* can trio */
.three-cans{display:flex;align-items:flex-end;justify-content:center;
  position:relative;z-index:2;height:560px}

/* FRONT (left position in trio) */
.cw-front{position:relative;z-index:3;flex-shrink:0;
  animation:float-c 4s ease-in-out infinite;
  filter:drop-shadow(0 0 65px rgba(0,212,255,.65)) drop-shadow(0 45px 75px rgba(0,0,0,.95))}
@keyframes float-c{0%,100%{transform:translateY(0)}50%{transform:translateY(-24px)}}
.cw-front img{width:295px;display:block}
.cw-front:hover{filter:drop-shadow(0 0 95px rgba(0,212,255,.9)) drop-shadow(0 45px 75px rgba(0,0,0,.95))}

/* BACK (center position in trio) */
.cw-back{position:relative;z-index:1;flex-shrink:0;
  transform:translateX(-55px) translateY(50px) rotate(8deg);
  animation:float-r 5.5s ease-in-out infinite;
  filter:drop-shadow(12px 20px 50px rgba(0,0,0,.95)) brightness(.68) saturate(1.1)}
@keyframes float-r{0%,100%{transform:translateX(-55px) translateY(50px) rotate(8deg)}
  50%{transform:translateX(-55px) translateY(28px) rotate(5.5deg)}}
.cw-back img{width:200px;display:block}
.cw-back:hover{filter:drop-shadow(12px 20px 50px rgba(0,0,0,.9)) brightness(.92) saturate(1.2)}

/* SIDE (right position in trio) */
.cw-side{position:relative;z-index:1;flex-shrink:0;
  transform:translateX(55px) translateY(50px) rotate(-8deg);
  animation:float-l 5.5s ease-in-out .6s infinite;
  filter:drop-shadow(-12px 20px 50px rgba(0,0,0,.95)) brightness(.68) saturate(1.1)}
@keyframes float-l{0%,100%{transform:translateX(55px) translateY(50px) rotate(-8deg)}
  50%{transform:translateX(55px) translateY(28px) rotate(-5.5deg)}}
.cw-side img{width:200px;display:block}
.cw-side:hover{filter:drop-shadow(-12px 20px 50px rgba(0,0,0,.9)) brightness(.92) saturate(1.2)}

/* hover label */
.can-lbl{position:absolute;top:-44px;left:50%;transform:translateX(-50%);
  background:rgba(0,212,255,.12);border:1px solid rgba(0,212,255,.45);
  color:var(--aq);font-size:.7rem;font-weight:700;letter-spacing:.06em;
  padding:.35rem 1rem;border-radius:50px;white-space:nowrap;
  opacity:0;transition:all .3s;pointer-events:none}
.cw-front:hover .can-lbl,
.cw-back:hover .can-lbl,
.cw-side:hover .can-lbl{opacity:1;top:-52px}


/* =========================================================
   INTERACTIVE 3-CAN PRODUCT SHOWCASE
   Hover = description card | Click = bring selected can front
   ========================================================= */
.can-item{cursor:pointer;outline:none;transition:opacity .38s ease,filter .38s ease}
.can-item img{transition:filter .45s ease}
.can-item:focus-visible{outline:2px solid var(--aq);outline-offset:10px;border-radius:18px}
.three-cans.has-active .can-item{animation:none!important;transition:transform .52s cubic-bezier(.2,.8,.2,1),opacity .38s ease,filter .38s ease}
.three-cans.has-active .can-item:not(.is-active){opacity:.38!important;filter:brightness(.42) saturate(.75) blur(.35px)!important;z-index:0!important}
.three-cans.has-active .can-item:not(.is-active) .can-lbl{opacity:0!important}
.three-cans .can-item.is-active{z-index:20!important;opacity:1!important;filter:drop-shadow(0 0 95px rgba(0,212,255,.9)) drop-shadow(0 50px 80px rgba(0,0,0,.96)) brightness(1.04) saturate(1.12)!important}
.three-cans .cw-front.is-active{transform:translateY(-26px) scale(1.06) rotate(0deg)!important}
.three-cans .cw-back.is-active{transform:translateX(-35px) translateY(-34px) scale(1.38) rotate(0deg)!important}
.three-cans .cw-side.is-active{transform:translateX(35px) translateY(-34px) scale(1.38) rotate(0deg)!important}
.can-description-card{position:absolute;z-index:40;width:310px;padding:1.35rem 1.4rem 1.25rem;border-radius:18px;background:linear-gradient(145deg,rgba(8,23,36,.96),rgba(3,8,16,.92));border:1px solid rgba(0,212,255,.34);box-shadow:0 22px 65px rgba(0,0,0,.58),0 0 38px rgba(0,212,255,.10),inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.97);transition:opacity .24s ease,transform .28s ease,visibility .24s ease}
.can-description-card::before{content:'';position:absolute;left:0;top:22px;bottom:22px;width:2px;border-radius:2px;background:linear-gradient(180deg,transparent,var(--aq),transparent);box-shadow:0 0 14px rgba(0,212,255,.75)}
.can-description-card.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.can-description-kicker{color:var(--aq);font-size:.68rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.45rem}
.can-description-card h3{font-family:'Bebas Neue',sans-serif;font-size:2rem;letter-spacing:.06em;line-height:1;color:#fff;margin:0 0 .7rem}
.can-description-card p{font-size:.82rem;line-height:1.65;color:rgba(255,255,255,.68);margin:0 0 .9rem}
.can-description-meta{display:inline-flex;align-items:center;color:#dff9ff;font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:.38rem .72rem;border-radius:999px;background:rgba(0,212,255,.09);border:1px solid rgba(0,212,255,.19)}
.can-description-hint{display:block;margin-top:.8rem;color:rgba(255,255,255,.34);font-size:.64rem;letter-spacing:.06em;text-transform:uppercase}
@media(max-width:900px){.can-description-card{width:min(310px,calc(100vw - 32px));left:50%!important;right:auto!important;top:auto!important;bottom:12px;transform:translate(-50%,12px) scale(.97)}.can-description-card.show{transform:translate(-50%,0) scale(1)}.three-cans .cw-back.is-active,.three-cans .cw-side.is-active{transform:translateY(-20px) scale(1.22) rotate(0deg)!important}}

/* center glow pool */
.ctr-glow{position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);
  width:280px;height:28px;border-radius:50%;
  background:rgba(0,212,255,.38);filter:blur(24px);
  animation:ctrg 4s ease-in-out infinite}
@keyframes ctrg{0%,100%{opacity:.5;transform:translateX(-50%) scaleX(1)}
  50%{opacity:1;transform:translateX(-50%) scaleX(.72)}}

/* connecting light line */
.can-beam{position:absolute;bottom:62px;width:58%;left:21%;height:1px;z-index:0;
  background:linear-gradient(90deg,transparent,rgba(0,212,255,.16),rgba(0,212,255,.4),rgba(0,212,255,.16),transparent)}

/* stats row */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;
  max-width:830px;margin:4.5rem auto 0;position:relative;z-index:2}
.stat{text-align:center;padding:1.5rem 1rem;
  background:rgba(0,212,255,.055);border:1px solid rgba(0,212,255,.13);
  border-radius:14px;transition:all .38s;cursor:default}
.stat:hover{background:rgba(0,212,255,.14);transform:translateY(-8px);
  border-color:rgba(0,212,255,.48);box-shadow:0 18px 44px rgba(0,212,255,.18)}
.stat-n{font-family:'Bebas Neue',sans-serif;font-size:2.8rem;color:var(--aq);letter-spacing:1px}
.stat-l{font-size:.62rem;color:rgba(255,255,255,.36);
  text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}


/* ═══════════════════════════
   v1.0.6 — MOTION TABS + ORIGINAL COLLAGE
   Heading + tabs retained; six-image gallery restored
═══════════════════════════ */
#motion-story{position:relative;padding:8.5rem 4rem 9rem;overflow:hidden;background:
  radial-gradient(circle at 12% 18%,rgba(0,212,255,.095),transparent 26%),
  radial-gradient(circle at 88% 76%,rgba(30,106,255,.09),transparent 28%),
  linear-gradient(180deg,#02070e 0%,#06101c 52%,#030810 100%)}
.motion-grid-bg{position:absolute;inset:0;opacity:.16;pointer-events:none;background-image:
  linear-gradient(rgba(0,212,255,.11) 1px,transparent 1px),
  linear-gradient(90deg,rgba(0,212,255,.11) 1px,transparent 1px);background-size:78px 78px;
  -webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.88),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.88),transparent 92%)}
.motion-aurora{position:absolute;border-radius:50%;pointer-events:none;filter:blur(70px);opacity:.42;animation:motionAurora 9s ease-in-out infinite alternate}
.motion-aurora-a{width:430px;height:430px;background:rgba(0,212,255,.16);left:-170px;top:18%}
.motion-aurora-b{width:370px;height:370px;background:rgba(69,90,255,.13);right:-120px;bottom:-100px;animation-delay:-3s}
@keyframes motionAurora{from{transform:translate3d(0,0,0) scale(.92)}to{transform:translate3d(38px,-24px,0) scale(1.12)}}

.motion-tabs-wrap{position:relative;z-index:2;max-width:1380px;margin:0 auto}
.motion-heading{max-width:980px;margin:0 0 3.3rem}
.motion-topline{display:flex;align-items:center;gap:1.15rem;margin-bottom:1.25rem}
.motion-number{font-family:'Bebas Neue',sans-serif;font-size:1.15rem;letter-spacing:.12em;color:rgba(255,255,255,.25)}
.motion-eyebrow{display:inline-flex;align-items:center;gap:.65rem;color:var(--aq);font-size:.7rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.motion-eyebrow i{display:block;width:42px;height:1px;background:linear-gradient(90deg,var(--aq),transparent);box-shadow:0 0 10px rgba(0,212,255,.55)}
.motion-heading h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(4rem,6.4vw,7rem);line-height:.9;letter-spacing:3px;margin:0}
.motion-heading h2 em{font-style:normal;color:var(--aq);text-shadow:0 0 55px rgba(0,212,255,.32)}

/* EXACT 50 / 50 GRID */
.motion-tabs-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,4vw,4.25rem);align-items:stretch;min-height:640px}
.motion-tabs-content,.motion-gallery{min-width:0;width:100%}

.motion-tabs-content{position:relative;display:flex;flex-direction:column;padding:1.2rem 0 1rem}
.motion-tabs-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:.65rem;margin-bottom:2rem}
.motion-tab-btn{appearance:none;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.025);color:rgba(255,255,255,.56);border-radius:13px;min-height:66px;padding:.75rem .7rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.15rem;cursor:pointer;text-align:left;font-family:'Inter',sans-serif;font-size:.69rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;position:relative;overflow:hidden}
.motion-tab-btn::after{content:'';position:absolute;inset:auto 0 0;width:0;height:2px;background:var(--aq);box-shadow:0 0 12px rgba(0,212,255,.75);transition:width .3s ease}
.motion-tab-btn:hover{color:#fff;border-color:rgba(0,212,255,.3);background:rgba(0,212,255,.06);transform:translateY(-2px)}
.motion-tab-btn.is-active{color:#fff;border-color:rgba(0,212,255,.52);background:linear-gradient(135deg,rgba(0,212,255,.13),rgba(255,255,255,.025));box-shadow:0 12px 35px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.05)}
.motion-tab-btn.is-active::after{width:100%}
.motion-tab-index{font-family:'Bebas Neue',sans-serif;font-size:1rem;letter-spacing:.08em;color:var(--aq);line-height:1}

.motion-tab-panels{position:relative;flex:1;display:flex;align-items:center;min-height:430px;border-radius:24px;border:1px solid rgba(0,212,255,.13);background:linear-gradient(145deg,rgba(7,18,31,.8),rgba(3,8,16,.55));box-shadow:0 25px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.035);overflow:hidden}
.motion-tab-panels::before{content:'';position:absolute;width:240px;height:240px;border-radius:50%;right:-100px;top:-90px;background:rgba(0,212,255,.10);filter:blur(38px);pointer-events:none}
.motion-tab-panel{position:relative;z-index:2;width:100%;padding:clamp(2rem,4vw,3.4rem);animation:motionPanelIn .48s cubic-bezier(.2,.78,.2,1) both}
.motion-tab-panel[hidden]{display:none!important}
@keyframes motionPanelIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.motion-tab-kicker{display:inline-block;color:var(--aq);font-size:.67rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem}
.motion-tab-panel h3{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.8rem,4.4vw,4.8rem);line-height:.94;letter-spacing:2px;margin:0 0 1.25rem;max-width:570px}
.motion-tab-rich{max-width:590px;color:rgba(255,255,255,.61);font-size:.95rem;line-height:1.8}
.motion-tab-rich p{margin:0 0 1rem}
.motion-tab-rich strong{color:#fff}
.motion-tab-cta{margin-top:1.45rem!important}

/* RESTORED ORIGINAL SIX-IMAGE COLLAGE */
.motion-gallery{position:relative;height:640px;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr);gap:12px;perspective:1200px}
.motion-card{--mx:0px;--my:0px;--rot:0deg;position:relative;overflow:hidden;border-radius:20px;margin:0;border:1px solid rgba(255,255,255,.09);background:#091522;box-shadow:0 24px 65px rgba(0,0,0,.4);transform:translate3d(var(--mx),var(--my),0) rotate(var(--rot));transition:transform .4s cubic-bezier(.2,.75,.2,1),border-color .35s,box-shadow .35s;will-change:transform;isolation:isolate}
.motion-card::before{content:'';position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 44%,rgba(2,7,14,.78) 100%);pointer-events:none}
.motion-card::after{content:'';position:absolute;inset:0;z-index:3;border-radius:inherit;border:1px solid transparent;background:linear-gradient(145deg,rgba(0,212,255,.42),transparent 28%,transparent 70%,rgba(0,212,255,.15)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.45;pointer-events:none}
.motion-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .45s;filter:saturate(.94) contrast(1.03)}
.motion-card:hover{border-color:rgba(0,212,255,.42);box-shadow:0 30px 80px rgba(0,0,0,.54),0 0 35px rgba(0,212,255,.13)}
.motion-card:hover img{transform:scale(1.065);filter:saturate(1.12) contrast(1.04)}
.motion-card-shine{position:absolute;z-index:4;inset:-70% auto auto -50%;width:50%;height:220%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:rotate(20deg) translateX(-180%);transition:transform .75s ease;pointer-events:none}
.motion-card:hover .motion-card-shine{transform:rotate(20deg) translateX(520%)}
.motion-card figcaption{position:absolute;z-index:5;left:14px;right:14px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#fff;text-transform:uppercase;letter-spacing:.13em;font-size:.62rem;font-weight:800}
.motion-card figcaption b{font-family:'Bebas Neue',sans-serif;font-size:1.1rem;font-weight:400;color:var(--aq);letter-spacing:.08em}
.motion-card-1{grid-column:1/7;grid-row:1/6;--rot:-1.2deg}
.motion-card-2{grid-column:7/13;grid-row:1/5;--rot:1.2deg}
.motion-card-3{grid-column:6/10;grid-row:5/9;--rot:.7deg}
.motion-card-4{grid-column:1/6;grid-row:6/13;--rot:-.8deg}
.motion-card-5{grid-column:6/13;grid-row:9/13;--rot:.7deg}
.motion-card-6{grid-column:10/13;grid-row:5/9;--rot:1.4deg}
.motion-electric-trace{position:absolute;z-index:8;left:48%;top:43%;width:78px;height:105px;pointer-events:none;filter:drop-shadow(0 0 8px rgba(0,212,255,.55));opacity:.7}
.motion-electric-trace span{position:absolute;width:2px;background:linear-gradient(180deg,transparent,var(--aq),transparent);transform-origin:top;animation:motionTrace 2.4s ease-in-out infinite}
.motion-electric-trace span:nth-child(1){height:58px;left:20px;top:0;transform:rotate(28deg)}
.motion-electric-trace span:nth-child(2){height:45px;left:42px;top:38px;transform:rotate(-35deg);animation-delay:-.7s}
.motion-electric-trace span:nth-child(3){height:42px;left:25px;top:69px;transform:rotate(23deg);animation-delay:-1.2s}
@keyframes motionTrace{0%,100%{opacity:.2}50%{opacity:1}}

@media(max-width:1050px){
  #motion-story{padding:7rem 2rem}
  .motion-tabs-shell{gap:2rem;min-height:560px}
  .motion-gallery{height:560px}
  .motion-tab-panels{min-height:380px}
}
@media(max-width:820px){
  #motion-story{padding:5.8rem 1.2rem 6rem}
  .motion-heading{margin-bottom:2.3rem}
  .motion-heading h2{font-size:clamp(3.5rem,13vw,5rem);letter-spacing:2px}
  .motion-tabs-shell{grid-template-columns:1fr;gap:2.2rem;min-height:0}
  .motion-tabs-content,.motion-gallery{width:100%}
  .motion-tabs-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-bottom:1rem}
  .motion-tab-btn{min-height:58px}
  .motion-tab-panels{min-height:0}
  .motion-tab-panel{padding:2rem 1.35rem 2.2rem}
  .motion-tab-panel h3{font-size:clamp(2.8rem,12vw,4rem)}
  .motion-tab-rich{font-size:.9rem;line-height:1.7}
  .motion-gallery{height:auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:none;gap:10px;perspective:none}
  .motion-card{grid-column:auto!important;grid-row:auto!important;--rot:0deg!important;--mx:0px!important;--my:0px!important;border-radius:15px;min-height:0}
  .motion-card-1,.motion-card-4{grid-column:1/-1!important;aspect-ratio:16/9}
  .motion-card-2,.motion-card-3,.motion-card-5,.motion-card-6{aspect-ratio:4/5}
  .motion-card figcaption{left:12px;right:12px;bottom:10px;font-size:.58rem}
  .motion-electric-trace{display:none}
}
@media(max-width:500px){
  .motion-tabs-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ═══════════════════════════
   NATURE STRIP
═══════════════════════════ */
#nature{position:relative;height:80vh;overflow:hidden}
.nat-bg{position:absolute;inset:-10%;
  background:url("../images/activity-hiking.jpg") center/cover no-repeat;
  animation:natmv 18s ease-in-out infinite alternate}
@keyframes natmv{from{background-position:center 25%}to{background-position:center 72%}}
.nat-ov{position:absolute;inset:0;background:linear-gradient(
  180deg,rgba(3,8,16,1) 0%,rgba(3,8,16,.1) 18%,rgba(3,8,16,.06) 50%,rgba(3,8,16,.12) 80%,rgba(3,8,16,1) 100%)}
.nat-cnt{position:absolute;inset:0;z-index:2;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.nat-cnt h2{font-family:'Bebas Neue',sans-serif;
  font-size:clamp(5rem,12vw,11rem);letter-spacing:6px;line-height:.9;
  text-shadow:0 4px 80px rgba(0,0,0,.8)}
.nat-cnt h2 em{font-style:normal;color:var(--aq);
  text-shadow:0 0 80px var(--aq),0 0 200px rgba(0,212,255,.35)}
.nat-cnt p{font-size:1.05rem;color:rgba(255,255,255,.58);
  max-width:480px;margin-top:1.2rem;line-height:1.7;text-shadow:0 2px 30px rgba(0,0,0,.9)}

/* floating side cans in nature */
.nat-can{position:absolute;z-index:3;pointer-events:none;
  filter:drop-shadow(0 0 22px rgba(0,212,255,.4));
  animation:natc var(--nd,5s) ease-in-out infinite}
@keyframes natc{0%,100%{transform:translateY(0) rotate(var(--r1,0deg))}
  50%{transform:translateY(-22px) rotate(var(--r2,0deg))}}

/* ═══════════════════════════
   INGREDIENTS + BENEFITS
═══════════════════════════ */
.formula-section{position:relative;overflow:hidden;padding:8.5rem 4rem 9rem;background:
  radial-gradient(circle at 12% 20%,rgba(0,212,255,.08),transparent 28%),
  radial-gradient(circle at 88% 72%,rgba(75,214,255,.06),transparent 30%),
  linear-gradient(180deg,#030810 0%,#06101c 55%,#030810 100%)}
.formula-section:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;background-image:
  linear-gradient(rgba(0,212,255,.045) 1px,transparent 1px),
  linear-gradient(90deg,rgba(0,212,255,.045) 1px,transparent 1px);background-size:56px 56px;
  mask-image:linear-gradient(to bottom,transparent,#000 22%,#000 78%,transparent)}
.formula-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(30px);opacity:.55;animation:formulaOrb 8s ease-in-out infinite alternate}
.formula-orb-a{width:360px;height:360px;left:-130px;top:18%;background:radial-gradient(circle,rgba(0,212,255,.2),transparent 70%)}
.formula-orb-b{width:420px;height:420px;right:-170px;bottom:2%;background:radial-gradient(circle,rgba(0,145,255,.16),transparent 70%);animation-delay:-3s}
@keyframes formulaOrb{to{transform:translateY(-38px) scale(1.12)}}
.formula-shell{position:relative;z-index:2;max-width:1240px;margin:0 auto}
.formula-head{max-width:820px;margin:0 auto 4.2rem;text-align:center}
.formula-eyebrow{display:inline-flex;align-items:center;gap:.55rem;color:var(--aq);font-size:.68rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1rem}
.formula-eyebrow:before,.formula-eyebrow:after{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,var(--aq))}
.formula-eyebrow:after{transform:scaleX(-1)}
.formula-head h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(3.2rem,6vw,6.4rem);line-height:.9;letter-spacing:3px}
.formula-head h2 em{font-style:normal;color:var(--aq);text-shadow:0 0 55px rgba(0,212,255,.35)}
.formula-head>p{max-width:650px;margin:1.25rem auto 0;color:rgba(255,255,255,.5);line-height:1.75;font-size:.96rem}
.formula-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;align-items:stretch}
.formula-panel{position:relative;overflow:hidden;border-radius:26px;padding:2rem;background:linear-gradient(145deg,rgba(10,26,42,.82),rgba(3,8,16,.88));border:1px solid rgba(0,212,255,.13);box-shadow:0 30px 90px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.035)}
.formula-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 25%,rgba(0,212,255,.045) 48%,transparent 70%);transform:translateX(-100%);animation:formulaSweep 8s ease-in-out infinite}
@keyframes formulaSweep{0%,55%{transform:translateX(-110%)}75%,100%{transform:translateX(110%)}}
.formula-panel-top{display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:.8rem;padding-bottom:1.35rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}
.formula-panel-top>span{font-family:'Bebas Neue',sans-serif;font-size:1.25rem;color:var(--aq);letter-spacing:.08em}
.formula-panel-top h3{font-family:'Bebas Neue',sans-serif;font-size:2rem;letter-spacing:.08em;line-height:1}
.formula-panel-top small{color:rgba(255,255,255,.3);font-size:.65rem;text-transform:uppercase;letter-spacing:.12em}
.ingredient-list{display:grid;grid-template-columns:1fr 1fr;gap:.72rem}
.ingredient-card{position:relative;display:grid;grid-template-columns:48px 1fr;gap:.9rem;min-height:138px;padding:1rem;border-radius:16px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055);transition:transform .3s,border-color .3s,background .3s,box-shadow .3s}
.ingredient-card:hover{transform:translateY(-5px);border-color:rgba(0,212,255,.34);background:rgba(0,212,255,.055);box-shadow:0 16px 35px rgba(0,0,0,.25)}
.formula-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;color:var(--aq);background:rgba(0,212,255,.08);border:1px solid rgba(0,212,255,.18);box-shadow:inset 0 0 24px rgba(0,212,255,.04)}
.formula-icon .ew-svg-icon{width:24px;height:24px;display:block}.formula-icon svg{width:100%;height:100%}
.ingredient-copy{min-width:0}.ingredient-index{display:block;color:rgba(0,212,255,.45);font-size:.58rem;font-weight:800;letter-spacing:.12em;margin-bottom:.18rem}
.ingredient-copy h4,.benefit-copy h4{font-size:.9rem;line-height:1.25;margin:0 0 .35rem;color:#fff}
.ingredient-copy p,.benefit-copy p{font-size:.72rem;line-height:1.55;color:rgba(255,255,255,.42);margin:0}
.benefit-list{display:grid;gap:.72rem}
.benefit-card{position:relative;display:grid;grid-template-columns:38px 48px 1fr;align-items:center;gap:.85rem;padding:1.05rem;border-radius:16px;background:linear-gradient(90deg,rgba(0,212,255,.055),rgba(255,255,255,.018));border:1px solid rgba(0,212,255,.1);transition:transform .3s,border-color .3s,background .3s}
.benefit-card:hover{transform:translateX(6px);border-color:rgba(0,212,255,.35);background:linear-gradient(90deg,rgba(0,212,255,.105),rgba(255,255,255,.025))}
.benefit-number{font-family:'Bebas Neue',sans-serif;color:rgba(255,255,255,.18);font-size:1.35rem;letter-spacing:.08em}
.benefit-copy h4{font-size:1rem}.benefit-copy p{font-size:.75rem}
.formula-note{display:flex;gap:1rem;align-items:flex-start;margin-top:1rem;padding:1.15rem 1.2rem;border-radius:16px;background:rgba(0,212,255,.075);border:1px solid rgba(0,212,255,.2)}
.formula-note-pulse{position:relative;flex:0 0 10px;width:10px;height:10px;border-radius:50%;margin-top:.3rem;background:var(--aq);box-shadow:0 0 14px var(--aq)}
.formula-note-pulse:after{content:"";position:absolute;inset:-6px;border:1px solid rgba(0,212,255,.45);border-radius:50%;animation:formulaPulse 1.8s ease-out infinite}
@keyframes formulaPulse{to{transform:scale(1.55);opacity:0}}
.formula-note strong{display:block;color:#fff;font-size:.74rem;letter-spacing:.14em;margin-bottom:.35rem}
.formula-note p{margin:0;color:rgba(255,255,255,.43);font-size:.73rem;line-height:1.55}
#ingredients,#benefits{scroll-margin-top:105px}

/* ═══════════════════════════
   FINALE
═══════════════════════════ */
#finale{position:relative;min-height:85vh;
  display:flex;align-items:center;justify-content:center;overflow:hidden}
.fin-bg{position:absolute;inset:0;
  background:url("../images/activity-running.jpg") center 62%/cover no-repeat;
  filter:brightness(.18) saturate(1.6)}
.fin-ov{position:absolute;inset:0;background:radial-gradient(
  ellipse at center,rgba(0,212,255,.09) 0%,rgba(3,8,16,.55) 55%,rgba(3,8,16,1) 100%)}

/* floating ghost cans */
.fin-cans{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.fin-can{position:absolute;bottom:0;
  filter:drop-shadow(0 0 22px rgba(0,212,255,.3));
  animation:finc var(--fd,6s) ease-in-out infinite}
@keyframes finc{0%,100%{transform:translateY(0) rotate(var(--fa,0deg))}
  50%{transform:translateY(-22px) rotate(var(--fb,0deg))}}

.fin-con{position:relative;z-index:2;text-align:center;max-width:760px;padding:5rem 2rem}
.fin-con h2{font-family:'Bebas Neue',sans-serif;
  font-size:clamp(4rem,9vw,9rem);letter-spacing:4px;line-height:.92;margin-bottom:1.5rem;
  text-shadow:0 0 100px rgba(0,212,255,.2)}
.fin-con h2 em{font-style:normal;color:var(--aq);text-shadow:0 0 70px var(--aq)}
.fin-con p{color:rgba(255,255,255,.52);font-size:1rem;margin-bottom:2.8rem;line-height:1.7}
.fin-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center}

/* pulsing CTA rings */
.pulse-btn{position:relative;display:inline-block}
.pulse-btn::before,.pulse-btn::after{content:'';position:absolute;border-radius:50px;
  border:2px solid rgba(0,212,255,.4);animation:pring 2.2s ease-out infinite;pointer-events:none}
.pulse-btn::before{inset:-5px}
.pulse-btn::after{inset:-13px;border-color:rgba(0,212,255,.2);animation-delay:.45s}
@keyframes pring{0%{transform:scale(1);opacity:.8}100%{transform:scale(1.07);opacity:0}}

/* FOOTER */
footer{background:#020608;padding:1.8rem 4rem;
  display:flex;align-items:center;justify-content:space-between;
  border-top:1px solid rgba(0,212,255,.08)}
.f-logo{font-family:'Bebas Neue',sans-serif;font-size:1.3rem;letter-spacing:3px;
  background:linear-gradient(90deg,#fff,var(--aq));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent}
footer p{color:rgba(255,255,255,.22);font-size:.74rem}
.f-links{display:flex;gap:1.5rem}
.f-links a{color:rgba(255,255,255,.3);font-size:.74rem;text-decoration:none;
  letter-spacing:.05em;transition:color .2s}
.f-links a:hover{color:var(--aq)}

/* REVEAL */
.rv{opacity:0;transform:translateY(44px);transition:opacity .9s ease,transform .9s ease}
.rv.in{opacity:1;transform:none}
.rv2{opacity:0;transform:translateY(44px);transition:opacity .9s ease .18s,transform .9s ease .18s}
.rv2.in{opacity:1;transform:none}

/* WORDPRESS + ELEMENTOR INTEGRATION */
#nav .logo{display:flex;align-items:center;background:none!important;-webkit-text-fill-color:initial!important;line-height:1}
#nav .logo img{display:block;width:auto;height:42px;max-width:290px;object-fit:contain}
.admin-bar #nav{top:32px}
.elementor-widget-electrowater_nav>.elementor-widget-container,
.elementor-widget-electrowater_hero>.elementor-widget-container,
.elementor-widget-electrowater_ticker>.elementor-widget-container,
.elementor-widget-electrowater_cans>.elementor-widget-container,
.elementor-widget-electrowater_motion_story>.elementor-widget-container,
.elementor-widget-electrowater_nature>.elementor-widget-container,
.elementor-widget-electrowater_scan>.elementor-widget-container,
.elementor-widget-electrowater_finale>.elementor-widget-container,
.elementor-widget-electrowater_footer>.elementor-widget-container{margin:0!important;padding:0!important}
.electrowater-site .elementor-section.elementor-section-full_width>.elementor-container{max-width:none!important}
.electrowater-site .elementor-column-gap-no>.elementor-column>.elementor-element-populated{padding:0!important}
.electrowater-site .elementor-widget:not(:last-child){margin-bottom:0}
.f-logo.logo-image{background:none!important;-webkit-text-fill-color:initial!important;display:flex;align-items:center}
.f-logo.logo-image img{display:block;height:34px;width:auto;max-width:250px;object-fit:contain}
@media(max-width:782px){.admin-bar #nav{top:46px}}
@media(max-width:900px){
  #nav{padding:1rem 1.25rem}
  #nav .logo img{height:32px;max-width:190px}
  #nav ul{gap:.85rem}
  #nav a{font-size:.64rem}
  #nav ul li:not(:last-child){display:none}
  .hero-inner{grid-template-columns:1fr;padding:6.5rem 1.25rem 2rem;text-align:center}
  #hero{height:auto;min-height:100vh}
  .hero-text{order:1}
  .hero-can-stage{order:2;height:500px}
  .hero-rotating-can.is-left{left:10px;bottom:38px;width:124px}
  .hero-rotating-can.is-right{right:10px;bottom:38px;width:124px}
  .hero-rotating-can.is-center{width:225px}
  .hero-info{order:3;max-width:420px;margin:0 auto 5rem;text-align:left}
  .hero-sub{margin-left:auto;margin-right:auto}
  .btn-p,.btn-g{margin-left:auto;margin-right:auto}
  #cans{padding:7rem 1rem 5rem}
  .three-cans{height:500px;transform:scale(.82);transform-origin:center bottom}
  .stats{grid-template-columns:repeat(2,1fr)}
  #nature{height:70vh}
  .formula-section{padding:6rem 1.25rem}
  .formula-head{margin-bottom:2.5rem}
  .formula-grid{grid-template-columns:1fr;gap:1rem}
  .formula-panel{padding:1.25rem;border-radius:20px}
  .ingredient-list{grid-template-columns:1fr}
  footer{padding:1.4rem;flex-direction:column;gap:1rem;text-align:center}
}
@media(max-width:560px){
  .hero-h1{font-size:3.7rem}
  .hero-can-stage{height:420px;transform:scale(.94)}
  .hero-rotating-can.is-center{width:198px;bottom:6px}
  .hero-rotating-can.is-left{left:2px;bottom:30px;width:98px}
  .hero-rotating-can.is-right{right:2px;bottom:30px;width:98px}
  .three-cans{transform:scale(.64);margin-left:-25%;margin-right:-25%;height:420px}
  .stats{grid-template-columns:1fr 1fr;margin-top:1rem}
  .nat-can{opacity:.5}
  .phones{transform:scale(.88)}
  .fin-btns{flex-direction:column}
}


/* Stable SVG icons (Elementor-safe; no emoji Unicode rendering) */
.ew-svg-icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;color:var(--aq)}
.ew-svg-icon svg{display:block;width:100%;height:100%;overflow:visible}
.pil-ic .ew-svg-icon{width:1.45rem;height:1.45rem}
.perk-ic .ew-svg-icon{width:1.45rem;height:1.45rem}
.ph-ico .ew-svg-icon{width:1.4rem;height:1.4rem}


/* =========================================================
   v1.0.2 — MOBILE PRODUCT + NATURE LAYOUT FIX
   Keeps all showcase cans inside viewport and places nature
   copy above the decorative cans for stronger readability.
   ========================================================= */
@media (max-width: 560px) {
  /* ---------- THREE-CAN SHOWCASE ---------- */
  #cans{
    padding:5.5rem 1rem 4.5rem!important;
    overflow:hidden;
  }

  #cans .sec-head{
    margin-bottom:2.35rem;
    padding:0 .25rem;
  }

  #cans .sec-head h2{
    font-size:clamp(2.65rem,12vw,3.45rem);
    line-height:.94;
    letter-spacing:2px;
  }

  #cans .sec-head p{
    max-width:320px;
    margin:.9rem auto 0;
    font-size:.82rem;
    line-height:1.5;
  }

  /* Do not scale the whole row. Scaling plus negative margins was
     pushing the front can outside the viewport on real phones. */
  #cans .three-cans{
    position:relative;
    display:block;
    width:100%;
    max-width:380px;
    height:405px;
    margin:0 auto!important;
    transform:none!important;
    transform-origin:center bottom;
    overflow:visible;
  }

  #cans .can-item{
    position:absolute!important;
    bottom:18px;
    margin:0!important;
  }

  #cans .cw-front{
    left:50%!important;
    right:auto!important;
    bottom:0!important;
    z-index:6;
    animation:ew-mobile-front-float 4s ease-in-out infinite!important;
    transform:translateX(-50%)!important;
  }

  #cans .cw-front img{
    width:clamp(160px,45vw,182px)!important;
    max-width:none!important;
    height:auto!important;
  }

  #cans .cw-back{
    left:auto!important;
    right:1%!important;
    bottom:22px!important;
    z-index:3;
    animation:ew-mobile-right-float 5.5s ease-in-out infinite!important;
    transform:rotate(6deg)!important;
  }

  #cans .cw-side{
    left:1%!important;
    right:auto!important;
    bottom:22px!important;
    z-index:3;
    animation:ew-mobile-left-float 5.5s ease-in-out .5s infinite!important;
    transform:rotate(-6deg)!important;
  }

  #cans .cw-back img,
  #cans .cw-side img{
    width:clamp(92px,27vw,112px)!important;
    max-width:none!important;
    height:auto!important;
  }

  #cans .ctr-glow{
    width:180px;
    max-width:50vw;
  }

  #cans .can-beam{
    left:7%;
    width:86%;
    bottom:42px;
  }

  #cans .can-lbl{
    display:none!important;
  }

  /* A clicked can always moves to the centre instead of enlarging
     beyond the phone width. */
  #cans .three-cans.has-active .can-item{
    animation:none!important;
  }

  #cans .three-cans .can-item.is-active{
    left:50%!important;
    right:auto!important;
    bottom:15px!important;
    z-index:30!important;
    transform:translateX(-50%) translateY(-12px) scale(1.04) rotate(0deg)!important;
  }

  #cans .three-cans .cw-front.is-active img{
    width:clamp(170px,48vw,190px)!important;
  }

  #cans .three-cans .cw-back.is-active img,
  #cans .three-cans .cw-side.is-active img{
    width:clamp(150px,43vw,175px)!important;
  }

  #cans .three-cans.has-active .can-item:not(.is-active){
    opacity:.24!important;
  }

  /* Description appears in the top portion of the can stage on tap,
     leaving the selected can visible underneath it. */
  #cans .can-description-card{
    width:min(330px,calc(100vw - 32px));
    left:50%!important;
    right:auto!important;
    top:4px!important;
    bottom:auto!important;
    transform:translate(-50%,-8px) scale(.98)!important;
  }

  #cans .can-description-card.show{
    transform:translate(-50%,0) scale(1)!important;
  }

  #cans .stats{
    grid-template-columns:1fr 1fr;
    gap:.75rem;
    margin-top:1.5rem;
  }

  @keyframes ew-mobile-front-float{
    0%,100%{transform:translateX(-50%) translateY(0)}
    50%{transform:translateX(-50%) translateY(-10px)}
  }
  @keyframes ew-mobile-left-float{
    0%,100%{transform:translateY(0) rotate(-6deg)}
    50%{transform:translateY(-8px) rotate(-4deg)}
  }
  @keyframes ew-mobile-right-float{
    0%,100%{transform:translateY(0) rotate(6deg)}
    50%{transform:translateY(-8px) rotate(4deg)}
  }

  /* ---------- NATURE: TEXT ABOVE / CANS BELOW ---------- */
  #nature{
    height:auto!important;
    min-height:760px;
    display:block;
    overflow:hidden;
  }

  #nature .nat-bg{
    inset:0!important;
    background-position:center center!important;
    animation:none!important;
    transform:none!important;
  }

  /* Darker upper zone makes white/cyan typography easy to read while
     keeping the lower scenery visible behind the cans. */
  #nature .nat-ov{
    z-index:1;
    background:linear-gradient(
      180deg,
      rgba(3,8,16,.94) 0%,
      rgba(3,8,16,.80) 25%,
      rgba(3,8,16,.48) 50%,
      rgba(3,8,16,.16) 68%,
      rgba(3,8,16,.78) 100%
    )!important;
  }

  #nature .nat-cnt{
    position:relative!important;
    inset:auto!important;
    z-index:5!important;
    height:auto!important;
    min-height:0!important;
    display:flex;
    flex-direction:column;
    justify-content:flex-start!important;
    align-items:center;
    padding:5.5rem 1.25rem 0!important;
    text-align:center;
    pointer-events:none;
  }

  #nature .nat-cnt h2{
    font-size:clamp(3.8rem,17vw,5rem)!important;
    line-height:.88!important;
    letter-spacing:2px!important;
    max-width:100%;
    margin:0!important;
    text-shadow:0 5px 32px rgba(0,0,0,.95)!important;
  }

  #nature .nat-cnt h2 em{
    text-shadow:0 0 40px rgba(0,212,255,.75),0 4px 32px rgba(0,0,0,.9)!important;
  }

  #nature .nat-cnt p{
    max-width:330px!important;
    margin:1.25rem auto 0!important;
    padding:0 .25rem;
    color:rgba(255,255,255,.84)!important;
    font-size:.92rem!important;
    line-height:1.65!important;
    text-shadow:0 3px 18px rgba(0,0,0,1)!important;
  }

  /* Move decorative cans completely below the text block. Inline top,
     left, right and width values from Elementor are intentionally
     overridden with !important for the mobile composition. */
  #nature .nat-can{
    top:auto!important;
    z-index:3!important;
    opacity:.94!important;
    filter:drop-shadow(0 0 24px rgba(0,212,255,.45)) drop-shadow(0 22px 30px rgba(0,0,0,.65))!important;
  }

  #nature .nat-can-left{
    width:clamp(92px,28vw,115px)!important;
    left:16%!important;
    right:auto!important;
    bottom:72px!important;
    --r1:-8deg;
    --r2:-4deg;
  }

  #nature .nat-can-right{
    width:clamp(84px,25vw,105px)!important;
    left:auto!important;
    right:16%!important;
    bottom:76px!important;
    --r1:8deg;
    --r2:4deg;
  }
}

@media (max-width: 380px) {
  #cans .three-cans{height:380px;max-width:348px}
  #cans .cw-front img{width:154px!important}
  #cans .cw-back img,#cans .cw-side img{width:92px!important}
  #nature{min-height:720px}
  #nature .nat-cnt{padding-top:5rem!important}
  #nature .nat-cnt h2{font-size:3.7rem!important}
  #nature .nat-can-left{left:12%!important}
  #nature .nat-can-right{right:12%!important}
}

@media(max-width:560px){
  .formula-section{padding:5.5rem .85rem 6rem}
  .formula-head h2{font-size:3.5rem}
  .formula-panel-top{grid-template-columns:auto 1fr;align-items:center}
  .formula-panel-top small{grid-column:1/-1}
  .ingredient-card{grid-template-columns:42px 1fr;min-height:auto}
  .benefit-card{grid-template-columns:28px 42px 1fr;gap:.6rem}
  .formula-icon{width:42px;height:42px}
}

/* =========================================================
   v1.0.8 — FLAVOURS, NATURE STORY & HEADING SCALE
   ========================================================= */

/* Hero: simplified content and clickable benefit shortcuts */
.hero-text{padding-top:0}
.hero-h1{font-size:clamp(3.55rem,5.75vw,6.35rem)!important}
.hero-info .info-title a{color:var(--aq);text-decoration:none;display:inline-flex;align-items:center;gap:.45rem}
.hero-info .info-title a::after{content:'→';font-family:'Inter',sans-serif;font-size:.8em;transition:transform .25s ease}
.hero-info .info-title a:hover::after{transform:translateX(5px)}
.hero-info .pill{color:#fff;text-decoration:none}
.hero-info .pill:focus-visible{outline:2px solid var(--aq);outline-offset:3px}

/* Site-wide headings reduced slightly for a tighter hierarchy */
.sec-head h2{font-size:clamp(2.45rem,4.7vw,4.75rem)!important}
.motion-heading h2{font-size:clamp(3.25rem,5.35vw,5.85rem)!important}
.formula-head h2{font-size:clamp(2.85rem,5.05vw,5.35rem)!important}
.fin-con h2{font-size:clamp(3.45rem,7.1vw,7rem)!important}

/* ---------- FLAVOUR SHOWCASE ---------- */
.flavour-showcase-section{padding-top:7.8rem!important}
.flavour-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;max-width:1160px;margin:0 auto}
.flavour-card{position:relative;overflow:hidden;border-radius:26px;background:linear-gradient(155deg,rgba(10,27,42,.96),rgba(4,10,18,.98));border:1px solid rgba(0,212,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.32);transition:transform .38s ease,border-color .38s ease,box-shadow .38s ease}
.flavour-card::before{content:'';position:absolute;inset:-45% 12% auto;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(0,212,255,.15),transparent 68%);filter:blur(20px);pointer-events:none}
.flavour-card:hover{transform:translateY(-10px);border-color:rgba(0,212,255,.4);box-shadow:0 32px 80px rgba(0,0,0,.42),0 0 42px rgba(0,212,255,.09)}
.flavour-image-wrap{position:relative;height:470px;margin:12px;border-radius:19px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#eef0ea 0%,#dfe6e9 45%,#cfdbe3 100%)}
.flavour-image-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.28) 50%,transparent 65%);transform:translateX(-130%);transition:transform .8s ease;pointer-events:none}
.flavour-card:hover .flavour-image-wrap::after{transform:translateX(130%)}
.flavour-image-wrap img{display:block;width:auto;max-width:96%;height:94%;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(2,9,15,.28));transition:transform .55s cubic-bezier(.2,.8,.2,1)}
.flavour-card:hover .flavour-image-wrap img{transform:scale(1.035)}
.flavour-card-lemon .flavour-image-wrap img{height:91%;max-width:78%}
.flavour-copy{padding:1.25rem 1.35rem 1.5rem}
.flavour-kicker{display:inline-flex;color:var(--aq);font-size:.65rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.55rem}
.flavour-copy h3{font-family:'Bebas Neue',sans-serif;font-size:2.25rem;line-height:1;letter-spacing:1.5px;margin:0 0 .7rem;color:#fff}
.flavour-copy p{min-height:72px;color:rgba(255,255,255,.58);font-size:.82rem;line-height:1.65;margin:0 0 1rem}
.flavour-meta{display:inline-flex;padding:.38rem .75rem;border-radius:999px;background:rgba(0,212,255,.075);border:1px solid rgba(0,212,255,.16);color:rgba(222,248,255,.75);font-size:.67rem;font-weight:700;letter-spacing:.04em}
.flavour-card-orange{--flavour-accent:#ff9b32}.flavour-card-lime{--flavour-accent:#a5d83c}
.flavour-card-orange .flavour-kicker{color:#ffad55}.flavour-card-lime .flavour-kicker{color:#b8eb56}

/* ---------- ROOTED IN NATURE STORY ---------- */
#nature{height:auto!important;min-height:880px!important;display:flex!important;align-items:stretch!important}
#nature .nat-bg{inset:0!important;background-position:center!important;animation:none!important;transform:none!important}
#nature .nat-ov{background:linear-gradient(90deg,rgba(3,8,16,.96) 0%,rgba(3,8,16,.88) 42%,rgba(3,8,16,.44) 68%,rgba(3,8,16,.72) 100%)!important}
#nature .nat-cnt{position:relative!important;inset:auto!important;z-index:4!important;width:100%!important;max-width:1280px!important;margin:0 auto!important;padding:7.5rem 4.5rem!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;text-align:left!important;pointer-events:none}
#nature .nat-story-panel{width:min(760px,68%);padding:2.1rem 2.2rem 2.15rem;border:1px solid rgba(0,212,255,.16);border-radius:26px;background:linear-gradient(145deg,rgba(4,13,22,.78),rgba(3,8,16,.58));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 30px 80px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.045)}
#nature .nat-cnt h2{font-size:clamp(3rem,5.35vw,5.6rem)!important;line-height:.9!important;letter-spacing:2px!important;margin:0 0 1.35rem!important;max-width:700px!important;text-shadow:0 5px 40px rgba(0,0,0,.8)!important}
#nature .nat-story-copy{max-width:700px;color:rgba(255,255,255,.76);font-size:.91rem;line-height:1.78;text-shadow:0 2px 18px rgba(0,0,0,.55)}
#nature .nat-story-copy p{max-width:none!important;margin:0 0 1rem!important;padding:0!important;color:inherit!important;font-size:inherit!important;line-height:inherit!important;text-shadow:inherit!important}
#nature .nat-story-copy p:last-child{margin-bottom:0!important;color:#fff!important;font-weight:600}
#nature .nat-can{top:auto!important;bottom:52px!important;z-index:3!important;border-radius:18px;opacity:.94!important;filter:drop-shadow(0 25px 34px rgba(0,0,0,.65)) drop-shadow(0 0 25px rgba(0,212,255,.18))!important}
#nature .nat-can-left{left:auto!important;right:19%!important;width:128px!important;transform:rotate(-5deg);--r1:-5deg;--r2:-2deg}
#nature .nat-can-right{left:auto!important;right:7%!important;width:118px!important;transform:rotate(5deg);--r1:5deg;--r2:2deg}

/* Ingredients now use the supplied ElectroWater emblem */
.ingredient-card .ingredient-brand-icon{background:rgba(255,255,255,.045);border-color:rgba(0,212,255,.16);padding:5px}
.ingredient-card .ingredient-brand-icon img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 7px rgba(0,0,0,.28))}

/* Make flavour cans in the final CTA read cleanly as front-facing variants */
.fin-can{border-radius:14px}

@media(max-width:900px){
  .hero-h1{font-size:3.35rem!important}
  .sec-head h2{font-size:3rem!important}
  .motion-heading h2{font-size:3.65rem!important}
  .formula-head h2{font-size:3.2rem!important}
  .fin-con h2{font-size:4.2rem!important}

  .flavour-showcase-section{padding:6rem 1rem 5rem!important}
  .flavour-grid{grid-template-columns:1fr;max-width:520px;gap:1.2rem}
  .flavour-image-wrap{height:430px}
  .flavour-copy p{min-height:0}

  #nature{min-height:980px!important;display:block!important}
  #nature .nat-ov{background:linear-gradient(180deg,rgba(3,8,16,.95) 0%,rgba(3,8,16,.86) 52%,rgba(3,8,16,.34) 72%,rgba(3,8,16,.80) 100%)!important}
  #nature .nat-cnt{padding:5.5rem 1rem 280px!important;align-items:center!important;text-align:left!important}
  #nature .nat-story-panel{width:100%;max-width:620px;padding:1.55rem 1.35rem 1.65rem}
  #nature .nat-cnt h2{font-size:clamp(2.8rem,11vw,4.25rem)!important;text-align:left!important;max-width:100%!important}
  #nature .nat-story-copy{font-size:.84rem;line-height:1.68}
  #nature .nat-can-left{right:auto!important;left:17%!important;bottom:58px!important;width:106px!important}
  #nature .nat-can-right{right:17%!important;left:auto!important;bottom:62px!important;width:98px!important}
}

@media(max-width:560px){
  .hero-h1{font-size:3.05rem!important}
  .sec-head h2{font-size:2.65rem!important}
  .motion-heading h2{font-size:3.1rem!important}
  .formula-head h2{font-size:2.85rem!important}
  .fin-con h2{font-size:3.65rem!important}
  .flavour-image-wrap{height:365px}
  .flavour-copy h3{font-size:2rem}
  #nature{min-height:1060px!important}
  #nature .nat-cnt{padding:5rem .8rem 270px!important}
  #nature .nat-story-panel{padding:1.35rem 1.1rem 1.45rem}
  #nature .nat-cnt h2{font-size:3.15rem!important}
  #nature .nat-story-copy{font-size:.8rem;line-height:1.63}
  #nature .nat-can-left{left:12%!important;width:98px!important}
  #nature .nat-can-right{right:12%!important;width:92px!important}
}

/* =========================================================
   v1.1.2 — CLEAN HERO CAROUSEL, MOBILE CAN DISMISS,
   THREE-CAN NATURE STORY, STOCKIST FINDER
   ========================================================= */

/* Hero flavour carousel: smooth slot-to-slot movement, no competing keyframes */
#hero-stage{--hero-offset:155px;--hero-side-scale:.62;--hero-lift:30px}
#hero-stage .hero-rotating-can{
  left:50%!important;
  right:auto!important;
  bottom:8px!important;
  width:280px!important;
  animation:none!important;
  transform-origin:50% 100%;
  transition:
    transform .82s cubic-bezier(.22,.74,.18,1),
    opacity .58s ease,
    filter .82s ease;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
#hero-stage .hero-rotating-can.is-center{
  z-index:8!important;
  opacity:1!important;
  transform:translate3d(-50%,0,0) scale(1) rotate(0deg)!important;
  filter:drop-shadow(0 0 58px rgba(0,212,255,.58)) drop-shadow(0 46px 70px rgba(0,0,0,.92)) brightness(1.02)!important;
}
#hero-stage .hero-rotating-can.is-left{
  z-index:4!important;
  opacity:.68!important;
  transform:translate3d(calc(-50% - var(--hero-offset)),var(--hero-lift),0) scale(var(--hero-side-scale)) rotate(-7deg)!important;
  filter:drop-shadow(0 0 22px rgba(0,212,255,.18)) drop-shadow(0 24px 42px rgba(0,0,0,.74)) brightness(.82)!important;
}
#hero-stage .hero-rotating-can.is-right{
  z-index:4!important;
  opacity:.68!important;
  transform:translate3d(calc(-50% + var(--hero-offset)),var(--hero-lift),0) scale(var(--hero-side-scale)) rotate(7deg)!important;
  filter:drop-shadow(0 0 22px rgba(0,212,255,.18)) drop-shadow(0 24px 42px rgba(0,0,0,.74)) brightness(.82)!important;
}
#hero-stage.is-rotating .chalo{transform:scale(1.08);opacity:.92;transition:transform .75s ease,opacity .75s ease}

/* Product description close control */
.can-description-close{
  position:absolute;
  top:10px;
  right:11px;
  width:32px;
  height:32px;
  border-radius:50%;
  border:1px solid rgba(0,212,255,.22);
  background:rgba(0,212,255,.07);
  color:#dff9ff;
  font-size:1.35rem;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.can-description-close:hover{background:rgba(0,212,255,.16);border-color:rgba(0,212,255,.48);transform:rotate(6deg)}

/* Rooted in Nature — three flavour cans */
#nature .nat-can-left{right:24%!important;width:112px!important}
#nature .nat-can-center{
  left:auto!important;
  right:13%!important;
  width:132px!important;
  bottom:46px!important;
  z-index:4!important;
  --r1:0deg;
  --r2:2deg;
  opacity:1!important;
}
#nature .nat-can-right{right:3%!important;width:106px!important}

/* Stockist modal */
button.btn-p.stockist-open{font-family:inherit;border:0;cursor:pointer}
.stockist-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease,visibility .28s ease;
}
.stockist-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.stockist-backdrop{
  position:absolute;
  inset:0;
  background:rgba(1,6,12,.82);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.stockist-dialog{
  position:relative;
  z-index:2;
  width:min(1180px,96vw);
  max-height:min(88vh,900px);
  overflow:hidden;
  border:1px solid rgba(0,212,255,.22);
  border-radius:28px;
  background:
    radial-gradient(circle at 85% 0%,rgba(0,212,255,.12),transparent 34%),
    linear-gradient(145deg,rgba(7,20,33,.98),rgba(2,8,15,.99));
  box-shadow:0 40px 120px rgba(0,0,0,.72),0 0 70px rgba(0,212,255,.08),inset 0 1px 0 rgba(255,255,255,.05);
  padding:28px;
  transform:translateY(18px) scale(.985);
  transition:transform .32s cubic-bezier(.2,.8,.2,1);
}
.stockist-modal.is-open .stockist-dialog{transform:none}
.stockist-close{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(0,212,255,.22);
  background:rgba(0,212,255,.08);
  color:#fff;
  font-size:1.6rem;
  cursor:pointer;
  z-index:4;
}
.stockist-head{padding:4px 56px 18px 2px;max-width:820px}
.stockist-kicker{display:inline-block;color:var(--aq);font-size:.68rem;font-weight:800;letter-spacing:.18em;margin-bottom:.7rem}
.stockist-head h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.5rem,5vw,4.7rem);line-height:.92;letter-spacing:2px;margin:0;color:#fff}
.stockist-head p{max-width:720px;color:rgba(255,255,255,.56);font-size:.88rem;line-height:1.65;margin:.85rem 0 0}
.stockist-tools{display:flex;align-items:flex-start;gap:14px;margin:10px 0 14px}
.stockist-search{flex:0 0 310px;display:flex;align-items:center;gap:9px;padding:0 14px;height:46px;border:1px solid rgba(0,212,255,.18);border-radius:999px;background:rgba(255,255,255,.04);color:var(--aq)}
.stockist-search input{width:100%;background:none;border:0;outline:0;color:#fff;font:inherit;font-size:.82rem}
.stockist-search input::placeholder{color:rgba(255,255,255,.34)}
.stockist-filters{display:flex;gap:7px;flex-wrap:wrap;align-items:center}
.stockist-filter{border:1px solid rgba(0,212,255,.15);background:rgba(0,212,255,.035);color:rgba(255,255,255,.58);padding:.63rem .9rem;border-radius:999px;font:inherit;font-size:.7rem;font-weight:700;cursor:pointer;transition:.2s ease}
.stockist-filter:hover,.stockist-filter.is-active{background:var(--aq);border-color:var(--aq);color:#03101a;box-shadow:0 0 24px rgba(0,212,255,.2)}
.stockist-results-meta{color:rgba(255,255,255,.38);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;margin:4px 2px 10px}
.stockist-results-meta strong{color:var(--aq);font-size:.92rem;margin-right:4px}
.stockist-grid{
  max-height:52vh;
  overflow:auto;
  padding:2px 8px 8px 2px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  scrollbar-width:thin;
  scrollbar-color:rgba(0,212,255,.3) rgba(255,255,255,.03);
}
.stockist-card{
  position:relative;
  min-height:155px;
  padding:16px;
  border-radius:17px;
  border:1px solid rgba(0,212,255,.11);
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(0,212,255,.025));
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
.stockist-card:hover{transform:translateY(-3px);border-color:rgba(0,212,255,.34);background:linear-gradient(145deg,rgba(0,212,255,.08),rgba(255,255,255,.035))}
.stockist-card[hidden]{display:none!important}
.stockist-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:14px}
.stockist-community{color:var(--aq);font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.stockist-type{max-width:58%;font-size:.58rem;line-height:1.25;text-align:right;color:rgba(255,255,255,.38)}
.stockist-card h3{font-family:'Bebas Neue',sans-serif;font-size:1.55rem;line-height:1.05;letter-spacing:.6px;color:#fff;margin:0 0 .55rem}
.stockist-card p{color:rgba(255,255,255,.52);font-size:.72rem;line-height:1.5;margin:0}
.stockist-empty{text-align:center;padding:2rem;color:rgba(255,255,255,.5)}
body.stockist-modal-open{overflow:hidden}

@media(max-width:900px){
  #hero-stage{--hero-offset:108px;--hero-side-scale:.55;--hero-lift:24px}
  #hero-stage .hero-rotating-can{width:225px!important;bottom:8px!important}

  /* Mobile showcase: active can centered, both other flavours always visible */
  #cans .three-cans{height:430px!important}
  #cans .three-cans.has-active .can-item:not(.is-active){opacity:.58!important;filter:brightness(.62) saturate(.92)!important;z-index:8!important}
  #cans .three-cans.has-active .can-item.is-peek-left{
    left:2%!important;right:auto!important;bottom:18px!important;transform:rotate(-5deg)!important;z-index:8!important;
  }
  #cans .three-cans.has-active .can-item.is-peek-right{
    right:2%!important;left:auto!important;bottom:18px!important;transform:rotate(5deg)!important;z-index:8!important;
  }
  #cans .three-cans.has-active .can-item.is-peek-left img,
  #cans .three-cans.has-active .can-item.is-peek-right img{width:clamp(82px,24vw,100px)!important}
  #cans .three-cans .can-item.is-active{bottom:10px!important;z-index:22!important}
  #cans .can-description-card{
    top:10px!important;
    bottom:auto!important;
    max-height:185px;
    overflow:auto;
    padding:1.1rem 2.75rem 1rem 1.15rem!important;
    box-shadow:0 18px 52px rgba(0,0,0,.72),0 0 25px rgba(0,212,255,.08)!important;
  }
  #cans .can-description-card h3{font-size:1.65rem!important;margin-bottom:.45rem!important}
  #cans .can-description-card p{font-size:.75rem!important;line-height:1.48!important;margin-bottom:.65rem!important}
  #cans .can-description-hint{font-size:.58rem!important;margin-top:.55rem!important}
  #cans .can-description-close{display:flex}

  /* Nature cans become a clean three-flavour row below the story */
  #nature .nat-cnt{padding-bottom:295px!important}
  #nature .nat-can{bottom:58px!important}
  #nature .nat-can-left{left:7%!important;right:auto!important;width:92px!important}
  #nature .nat-can-center{left:50%!important;right:auto!important;width:114px!important;bottom:48px!important;transform:translateX(-50%)!important;--r1:0deg;--r2:1deg}
  #nature .nat-can-right{right:7%!important;left:auto!important;width:92px!important}

  .stockist-modal{padding:10px}
  .stockist-dialog{width:100%;max-height:94vh;border-radius:22px;padding:20px 15px 16px}
  .stockist-head{padding-right:45px}
  .stockist-head h2{font-size:2.75rem}
  .stockist-tools{display:block}
  .stockist-search{width:100%;max-width:none;margin-bottom:10px}
  .stockist-filters{flex-wrap:nowrap;overflow:auto;padding-bottom:5px;scrollbar-width:none}
  .stockist-filter{white-space:nowrap}
  .stockist-grid{grid-template-columns:1fr 1fr;max-height:54vh;gap:8px}
  .stockist-card{min-height:145px;padding:14px}
}

@media(max-width:560px){
  #hero-stage{--hero-offset:92px;--hero-side-scale:.5;--hero-lift:22px}
  #hero-stage .hero-rotating-can{width:198px!important}
  #cans .three-cans{height:410px!important}
  #cans .three-cans.has-active .can-item.is-peek-left img,
  #cans .three-cans.has-active .can-item.is-peek-right img{width:82px!important}
  #nature .nat-cnt{padding-bottom:280px!important}
  #nature .nat-can-left{left:4%!important;width:82px!important}
  #nature .nat-can-center{width:103px!important}
  #nature .nat-can-right{right:4%!important;width:82px!important}
  .stockist-grid{grid-template-columns:1fr;max-height:56vh}
  .stockist-card{min-height:0}
  .stockist-head h2{font-size:2.4rem}
}
@media(max-width:900px){
  #nature .nat-can-center{animation:none!important;transform:translateX(-50%)!important}
}
.can-description-card.show{pointer-events:auto!important}

/* =========================================================
   v1.1.4 — DESKTOP HERO INFO STACKING FIX
   Keep the existing What's Inside design above rotating cans.
   No extra panel/background and no mobile layout changes.
   ========================================================= */
@media (min-width:901px){
  #hero .hero-info{
    position:relative;
    z-index:40;
    isolation:isolate;
  }

  #hero .hero-can-stage{
    z-index:3;
  }

  #hero .hero-info .info-title,
  #hero .hero-info .pill,
  #hero .hero-info .chips{
    position:relative;
    z-index:1;
  }
}

/* =========================================================
   v1.1.5 — PRODUCT SHOWCASE HEADING LAYER FIX
   Keep the existing heading/subtitle above all animated cans.
   No layout or animation changes.
   ========================================================= */
#cans .sec-head{
  position:relative;
  z-index:80!important;
  isolation:isolate;
}
#cans .three-cans{
  position:relative;
  z-index:10!important;
}
