/* ===================== HERO ===================== */
.page-home .our-story{
  display:none;
}

.hero{
  --hero-aspect:16 / 9;
  position:relative;
  z-index:0;
  width:100%;
  margin-top:calc(var(--banner-height, 0px) + var(--navbar-height, 80px));
  margin-bottom:0;
  height:auto;
  min-height:0;
  aspect-ratio:var(--hero-aspect);
  max-height:calc(100dvh - var(--banner-height, 0px) - var(--navbar-height, 80px));
  overflow:hidden;
  background:#d8eef8;
  padding:0;
  display:block;
}
.hero-slider-track{
  position:relative;
  width:100%;
  height:100%;
}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .7s ease, visibility .7s ease;
  background-color:#d8eef8;
  background-image:none;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.hero-slide--photo{
  background-image:none;
  background-color:#d8eef8;
}
.hero-slide-photo,
.hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  pointer-events:none;
}
.hero picture{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
  pointer-events:none;
}
.hero-slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.hero-slide-inner{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:40px;
  width:100%;
  height:100%;
  padding-top:clamp(58px, 9vh, 112px);
  padding-bottom:clamp(84px, 14vh, 132px);
}
.hero-slide-copy{
  display:flex;
  flex-direction:column;
}
.hero-slide-copy--left{
  align-self:flex-start;
  max-width:min(44vw, 580px);
}
.hero-slide--photo .hero-slide-copy--left{
  padding:14px 18px 12px 0;
}
.hero-slide-copy--right{
  align-self:center;
  margin-top:clamp(40px, 7vh, 92px);
  text-align:right;
}
.hero-slide--first .hero-slide-copy--left{
  max-width:min(34vw, 420px);
  align-self:center;
  padding-top:0;
}
.hero-slide--first .hero-slide-inner{
  align-items:center;
}
.hero-slide--first .hero-slide-copy--right{
  width:auto;
  max-width:min(38vw, 420px);
  align-self:flex-end;
  margin-top:0;
  margin-bottom:clamp(18px, 3vh, 36px);
}
.hero-slide-heading{
  margin:0;
  font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  font-size:min(150pt, 11vw);
  font-weight:700;
  line-height:0.82;
  letter-spacing:-0.02em;
}
.hero-slide--first .hero-slide-heading,
.hero-slide--second .hero-slide-heading,
.hero-slide--third .hero-slide-heading{
  font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  font-size:clamp(48px, 6.4vw, 92px);
  font-weight:700;
  line-height:0.9;
  letter-spacing:-0.02em;
}
/* Slide 2: room for descenders so "By" doesn't touch "Fish" */
.hero-slide--second .hero-slide-heading{
  line-height:1.08;
}
.hero-slide-heading-line{
  display:block;
}
.hero-slide-heading-line--teal{color:#43d7e8;}
.hero-slide-heading-line--pink{color:#ffd1d6;}
.hero-slide-heading-line--white{color:#ffffff;}
.hero-slide-heading-line--first-orange{color:#fb6917;}
.hero-slide-heading-line--first-teal{color:#28bcbf;}
.hero-slide-heading-line--first-navy{color:#0A2D63;}
.hero-slide-heading-line--second-orange{color:#0A2D63;}
.hero-slide-heading-line--second-teal{color:#fb6917;}
.hero-slide-heading-line--second-navy{color:#28bcbf;}
.hero-slide--second .hero-slide-inner{
  align-items:center;
  justify-content:flex-start;
  padding-top:clamp(40px, 7vh, 72px);
  padding-bottom:clamp(56px, 10vh, 96px);
}
.hero-slide--second.hero-slide--photo{
  background-color:#d8eef8;
  background-image:none;
}
.hero-slide--second .hero-slide-copy--left{
  align-self:center;
  max-width:min(42vw, 520px);
  padding-top:0;
  margin-top:0;
  gap:0;
}
.hero-slide--second .hero-slide-tagline{
  display:inline-flex;
  align-items:stretch;
  width:fit-content;
  max-width:100%;
  min-height:0;
  margin:0 0 22px;
  padding:0;
  gap:0;
  overflow:hidden;
  font-size:13px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
  background:#fff;
  border:1.5px solid rgba(160,175,190,.55);
  border-radius:999px;
  box-shadow:none;
}
.hero-slide--second .hero-slide-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:0;
  margin:0;
  padding:8px 12px;
  border-radius:0;
  background:#fb6917;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
}
.hero-slide--second .hero-slide-tagline-copy{
  display:inline-flex;
  align-items:center;
  gap:0.35em;
  padding:8px 16px 8px 12px;
  color:#2479d4;
  font-size:13px;
  font-weight:500;
}
.hero-slide--second .hero-slide-heading-line{
  display:block;
  white-space:nowrap;
}
.hero-slide--second .hero-slide-photo,
.hero-slide--second .hero-bg{
  object-fit:cover;
  object-position:center center;
}
.hero-slide-heading-line--third-navy{color:#0A2D63;}
.hero-slide-heading-line--third-orange{color:#fb6917;}
.hero-slide-heading-line--third-teal{color:#28bcbf;}
.hero-slide--third .hero-slide-inner{
  align-items:center;
  justify-content:flex-start;
  padding-top:clamp(48px, 8vh, 88px);
  padding-bottom:clamp(56px, 10vh, 100px);
}
.hero-slide--third.hero-slide--photo{
  background-color:#d8eef8;
  background-image:none;
}
.hero-slide--third .hero-slide-copy--left{
  align-self:center;
  max-width:min(42vw, 520px);
  padding-top:0;
  margin-top:clamp(12px, 2.5vh, 36px);
}
.hero-slide--third .hero-slide-tagline{
  display:inline-flex;
  align-items:stretch;
  width:fit-content;
  max-width:100%;
  min-height:0;
  margin:0 0 20px;
  padding:0;
  gap:0;
  overflow:hidden;
  font-size:13px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
  background:#fff;
  border:1.5px solid #fb6917;
  border-radius:999px;
  box-shadow:none;
}
.hero-slide--third .hero-slide-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:0;
  margin:0;
  padding:8px 12px;
  border-radius:0;
  background:#fb6917;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
}
.hero-slide--third .hero-slide-tagline-copy{
  display:inline-flex;
  align-items:center;
  gap:0.35em;
  padding:8px 16px 8px 12px;
  color:#2479d4;
  font-size:13px;
  font-weight:500;
}
.hero-slide--third .hero-slide-heading-line{
  display:flex;
  align-items:baseline;
  gap:0.08em;
  white-space:nowrap;
}
.hero-slide--third .hero-slide-word{
  display:inline;
}
.hero-slide--third .hero-slide-word--navy{color:#0A2D63;}
.hero-slide--third .hero-slide-word--orange{color:#fb6917;}
.hero-slide--third .hero-slide-word--teal{color:#28bcbf;}
.hero-slide--third .hero-slide-photo,
.hero-slide--third .hero-bg{
  object-fit:cover;
  object-position:center center;
}
.hero-slide-tagline{
  display:inline-flex;
  align-items:center;
  gap:12px;
  width:min(100%, 520px);
  min-height:50px;
  margin:26px 0 0;
  padding:7px 18px 7px 12px;
  box-sizing:border-box;
  background:url('../assets/images/hero/hero-slider-pill.png') center center / 100% 100% no-repeat;
  color:#0A2D63;
  font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  font-size:17px;
  line-height:1.1;
}
.hero-slide--first .hero-slide-tagline{
  display:inline-flex;
  align-items:stretch;
  width:fit-content;
  max-width:100%;
  min-height:0;
  margin:0 0 18px;
  padding:0;
  gap:0;
  overflow:hidden;
  font-size:12px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
  background:#fff;
  border:1.5px solid #fb6917;
  border-radius:999px;
  box-shadow:none;
}
.hero-slide-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:transparent;
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.02em;
  white-space:nowrap;
}
.hero-slide--first .hero-slide-badge{
  min-width:0;
  min-height:0;
  margin:0;
  padding:7px 12px;
  border-radius:0;
  background:#fb6917;
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
}
.hero-slide-tagline-copy{
  color:#2479d4;
  font-weight:500;
}
.hero-slide--first .hero-slide-tagline-copy{
  display:inline-flex;
  align-items:center;
  gap:0.35em;
  padding:7px 14px 7px 12px;
  color:#2479d4;
  font-size:12px;
  font-weight:500;
}
.hero-slide-tagline-copy strong,
.hero-slide--first .hero-slide-tagline-copy strong,
.hero-slide--second .hero-slide-tagline-copy strong,
.hero-slide--third .hero-slide-tagline-copy strong{
  color:#2479d4;
  font-weight:700;
}
.hero-slide-tagline-in,
.hero-slide--first .hero-slide-tagline-in,
.hero-slide--second .hero-slide-tagline-in,
.hero-slide--third .hero-slide-tagline-in{
  color:#000;
  font-weight:700;
}
.hero-slide-tagline-rest,
.hero-slide--first .hero-slide-tagline-rest,
.hero-slide--second .hero-slide-tagline-rest,
.hero-slide--third .hero-slide-tagline-rest{
  color:#2479d4;
  font-weight:600;
}
.hero-slide-trust{
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
}
.hero-slide-trust-label{
  color:#0A2D63;
  font-size:clamp(22px, 2.4vw, 34px);
  font-weight:500;
  line-height:1;
}
.hero-slide-trust-title{
  color:#0A2D63;
  font-size:clamp(34px, 4vw, 62px);
  font-weight:700;
  line-height:.94;
  max-width:5.8em;
}
.hero-slide-trust-line{
  display:flex;
  align-items:baseline;
  justify-content:flex-end;
  gap:.14em;
  white-space:nowrap;
}
.hero-slide-trust-shrimp{
  color:#0A2D63;
  font-size:clamp(28px, 3vw, 42px);
  font-weight:700;
  line-height:.96;
}
.hero-slide-trust-farmers{
  color:#0A2D63;
  font-size:clamp(34px, 3.5vw, 48px);
  font-weight:700;
  line-height:.94;
}
.hero-slide--first .hero-slide-trust{
  gap:6px;
  align-items:center;
  text-align:center;
  width:max-content;
  max-width:100%;
}
.hero-slide--first .hero-slide-trust-label{
  display:block;
  width:100%;
  color:#fb6917;
  font-size:clamp(40px, 4.35vw, 60px);
  font-weight:800;
  line-height:1;
  letter-spacing:0.06em;
  text-align:center;
  white-space:nowrap;
}
.hero-slide--first .hero-slide-trust-farmers-line{
  display:block;
  width:100%;
  color:#0A2D63;
  font-size:clamp(18px, 1.9vw, 27px);
  font-weight:700;
  line-height:1.05;
  letter-spacing:0.01em;
  text-align:center;
  white-space:nowrap;
}
.hero-slider-dots{
  position:absolute;
  left:50%;
  bottom:34px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:10px;
  transform:translateX(-50%);
}
.hero-slider-dot{
  width:26px;
  height:6px;
  border:0;
  border-radius:999px;
  background:rgba(10,45,99,.28);
  cursor:pointer;
  transition:background .25s ease, transform .25s ease;
}
.hero-slider-dot.is-active{
  background:#FF6A13;
  transform:scaleX(1.08);
}

/* Hero outro text ? shown when video ends */
.hero-outro{
  --hero-outro-orange:#FF6A13;
  --hero-outro-navy:#0A2D63;
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transition:opacity .65s ease, visibility .65s ease;
}
.hero.is-outro .hero-outro{
  opacity:1;
  visibility:visible;
}
.hero-outro-headline{
  --headline-size:clamp(2.75rem, 9vw, 6.5rem);
  position:absolute;
  top:clamp(64px, 12vh, 120px);
  left:clamp(20px, 5.5vw, 80px);
  margin:0;
  display:flex;
  flex-direction:column;
  gap:0;
  font-family:var(--font);
  font-weight:700;
  line-height:0.9;
  letter-spacing:0;
  text-align:left;
}
.hero-outro-lab{
  display:block;
  color:var(--hero-outro-orange);
  font-size:var(--headline-size);
  font-weight:700;
}
.hero-outro-pocket{
  display:flex;
  flex-direction:column;
  color:var(--hero-outro-navy);
  font-size:var(--headline-size);
  font-weight:700;
}
.hero-outro-trust{
  --trust-main-size:clamp(2.1rem, 5.4vw, 3.9rem);
  --trust-farmers-size:calc(var(--trust-main-size) * 0.48);
  --trust-sub-size:calc(var(--trust-main-size) * 0.34);
  position:absolute;
  right:clamp(20px, 5.5vw, 80px);
  bottom:clamp(28px, 7vh, 72px);
  margin:0;
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0.08em;
  font-family:var(--font);
  line-height:0.95;
  letter-spacing:0;
  text-align:left;
  width:max-content;
  max-width:min(92vw, 36rem);
}
.hero-outro-feature{
  display:inline-flex;
  align-items:center;
  gap:0.16em;
  width:max-content;
  margin:0;
  padding:0;
  color:var(--hero-outro-navy);
  font-size:var(--trust-sub-size);
  font-weight:700;
  line-height:1;
  letter-spacing:-0.01em;
  white-space:nowrap;
  text-align:left;
  text-shadow:0 1px 10px rgba(255,255,255,0.55);
}
.hero-outro-feature-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0.26em 0.5em 0.24em;
  border-radius:0.42em;
  background:var(--hero-outro-orange);
  color:#fff;
  font-size:0.54em;
  font-weight:800;
  line-height:1;
  letter-spacing:0.02em;
  text-shadow:none;
}
.hero-outro-feature-ph{
  color:var(--hero-outro-orange);
  font-weight:700;
}
.hero-outro-feature-temp{
  color:var(--hero-outro-navy);
  font-weight:700;
}
.hero-outro-trusted{
  display:block;
  width:max-content;
  color:var(--hero-outro-orange);
  font-size:var(--trust-main-size);
  font-weight:700;
  line-height:0.92;
  letter-spacing:-0.015em;
  margin:0;
  padding:0;
  white-space:nowrap;
  text-align:left;
  text-shadow:0 1px 12px rgba(255,255,255,0.45);
}
.hero-outro-farmers-line{
  display:inline-flex;
  flex-wrap:nowrap;
  justify-content:flex-start;
  align-items:baseline;
  /* Normal word space only ? no stretched gap before Farmers */
  gap:0.2em;
  width:max-content;
  max-width:none;
  line-height:1;
  text-align:left;
  white-space:nowrap;
  transform-origin:left center;
}
.hero-outro-shrimp{
  color:var(--hero-outro-navy);
  font-size:var(--trust-sub-size);
  font-weight:600;
  letter-spacing:0.01em;
  white-space:nowrap;
  text-shadow:0 1px 10px rgba(255,255,255,0.55);
}
.hero-outro-farmers-word{
  color:var(--hero-outro-navy);
  font-size:var(--trust-farmers-size);
  font-weight:700;
  letter-spacing:-0.01em;
  white-space:nowrap;
  text-shadow:0 1px 10px rgba(255,255,255,0.55);
}
/* Lab headline ? fade in, then JS fades it out; trust stays */
.hero-outro-headline{
  opacity:0;
  visibility:hidden;
  transform:translate3d(0, 16px, 0);
  transition:
    opacity .5s cubic-bezier(.22,.61,.36,1),
    transform .5s cubic-bezier(.22,.61,.36,1),
    visibility .5s;
  will-change:opacity, transform;
}
.hero.is-outro .hero-outro-headline{
  opacity:1;
  visibility:visible;
  transform:translate3d(0, 0, 0);
}
.hero.is-outro .hero-outro-headline.is-outro-done{
  opacity:0;
  visibility:hidden;
  transform:translate3d(0, -8px, 0);
  pointer-events:none;
}
.hero-outro-trust{
  opacity:0;
  visibility:hidden;
  transform:translate3d(0, 16px, 0);
  transition:
    opacity .5s cubic-bezier(.22,.61,.36,1) .08s,
    transform .5s cubic-bezier(.22,.61,.36,1) .08s,
    visibility .5s .08s;
  will-change:opacity, transform;
}
.hero.is-outro .hero-outro-trust{
  opacity:1;
  visibility:visible;
  transform:translate3d(0, 0, 0);
}

@media (min-width:769px){
  .hero-outro-headline{
    --headline-size:clamp(4.5rem, 7.2vw, 7rem);
    top:clamp(80px, 14vh, 130px);
    left:clamp(40px, 6.5vw, 96px);
  }
  .hero-outro-trust{
    --trust-main-size:clamp(2.85rem, 4.6vw, 4.15rem);
    --trust-farmers-size:calc(var(--trust-main-size) * 0.48);
    --trust-sub-size:calc(var(--trust-main-size) * 0.34);
    right:clamp(40px, 6.5vw, 96px);
    bottom:clamp(36px, 8vh, 80px);
  }
}

@media (max-width:768px){
  .hero{
    /* Fill chrome → sticky bar; no leftover white gap below banner */
    --hero-aspect:auto;
    width:100%;
    max-width:100%;
    margin-top:calc(var(--banner-height, 0px) + var(--navbar-height, 48px));
    height:calc(100dvh - var(--banner-height, 0px) - var(--navbar-height, 48px) - 68px - env(safe-area-inset-bottom, 0px));
    min-height:0;
    max-height:none;
    aspect-ratio:auto;
  }
  .hero picture{
    position:absolute;
    inset:0;
    z-index:0;
    display:block;
    width:100%;
    height:100%;
  }
  .hero-slide{
    background-color:#d8eef8;
    background-image:none;
    background-size:cover;
    background-position:center bottom;
    background-repeat:no-repeat;
  }
  .hero-slide--photo{
    background-image:none;
    background-color:#d8eef8;
  }
  /* Crop sky from the top; keep bottom subject (meter / farmer) fully visible */
  .hero-slide-photo,
  .hero-bg{
    object-fit:cover;
    object-position:center bottom;
  }
  .hero-slide-inner,
  .hero-slide--first .hero-slide-inner,
  .hero-slide--second .hero-slide-inner,
  .hero-slide--third .hero-slide-inner{
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    gap:10px;
    /* Vertically center copy; keep some bottom clearance for subject */
    padding-top:clamp(24px, 6dvh, 48px);
    padding-bottom:clamp(72px, 16dvh, 120px);
  }
  .hero-slide-copy--left{
    max-width:min(82vw, 360px);
  }
  .hero-slide--first .hero-slide-copy--left{
    /* Mobile only: pin copy to the left so it clears the centered pH meter */
    align-self:flex-start;
    max-width:min(56vw, 230px);
    padding-top:0;
    padding-right:0;
    margin-top:0;
    margin-left:0;
    text-align:left;
  }
  .hero-slide-copy--right{
    align-self:flex-start;
    margin-top:0;
    text-align:left;
  }
  .hero-slide--first .hero-slide-copy--right{
    width:auto;
    max-width:100%;
    align-self:flex-start;
    margin-top:12px;
    margin-bottom:0;
  }
  .hero-slide-heading{
    font-size:clamp(48px, 14vw, 78px);
    line-height:.86;
  }
  .hero-slide--first .hero-slide-heading,
  .hero-slide--second .hero-slide-heading,
  .hero-slide--third .hero-slide-heading{
    font-size:clamp(34px, 9.5vw, 50px);
    font-weight:700;
    line-height:.9;
  }
  /* First banner only: keep headline on the left, clear of the meter */
  .hero-slide--first .hero-slide-heading{
    text-align:left;
    font-size:clamp(32px, 8.8vw, 46px);
    line-height:.92;
  }
  /* Slide 2: give descenders room so "By" doesn't touch "Fish" */
  .hero-slide--second .hero-slide-heading{
    line-height:1.08;
  }
  .hero-slide--first .hero-slide-tagline{
    margin:0 0 10px;
    font-size:11px;
  }
  .hero-slide--first .hero-slide-badge{
    padding:6px 10px;
    font-size:9px;
  }
  .hero-slide--first .hero-slide-tagline-copy{
    padding:6px 12px 6px 10px;
    font-size:11px;
  }
  .hero-slide--second .hero-slide-copy--left{
    max-width:min(88vw, 360px);
    align-self:flex-start;
    margin-top:0;
  }
  .hero-slide--second .hero-slide-tagline{
    width:fit-content;
    max-width:min(92vw, 320px);
    margin:0 0 10px;
    padding:0;
    gap:0;
    font-size:11px;
    white-space:nowrap;
  }
  .hero-slide--second .hero-slide-badge{
    min-height:0;
    padding:6px 10px;
    font-size:9px;
  }
  .hero-slide--second .hero-slide-tagline-copy{
    padding:6px 12px 6px 10px;
    font-size:11px;
  }
  .hero-slide--second .hero-slide-photo,
  .hero-slide--second .hero-bg{
    object-fit:cover;
    object-position:center bottom;
  }
  .hero-slide--third .hero-slide-copy--left{
    max-width:min(88vw, 360px);
    align-self:flex-start;
    margin-top:0;
  }
  .hero-slide--third .hero-slide-tagline{
    width:fit-content;
    max-width:min(92vw, 320px);
    margin:0 0 10px;
    padding:0;
    gap:0;
    font-size:11px;
    white-space:nowrap;
  }
  .hero-slide--third .hero-slide-badge{
    min-height:0;
    padding:6px 10px;
    font-size:9px;
  }
  .hero-slide--third .hero-slide-tagline-copy{
    padding:6px 12px 6px 10px;
    font-size:11px;
  }
  .hero-slide--third .hero-slide-photo,
  .hero-slide--third .hero-bg{
    object-fit:cover;
    object-position:center bottom;
  }
  .hero-slide-tagline{
    width:min(92vw, 360px);
    min-height:44px;
    gap:8px;
    margin-top:0;
    padding:6px 14px 6px 10px;
    font-size:clamp(11px, 3.3vw, 14px);
  }
  .hero-slide--first .hero-slide-tagline{
    width:fit-content;
    max-width:100%;
    min-height:0;
    margin:0 0 10px;
    padding:0;
    gap:0;
    font-size:10px;
    white-space:nowrap;
    align-self:flex-start;
  }
  .hero-slide-badge{
    min-width:56px;
    min-height:22px;
    padding:0 8px;
    font-size:9px;
  }
  .hero-slide--first .hero-slide-badge{
    min-width:0;
    min-height:0;
    padding:6px 10px;
    font-size:9px;
    border-radius:0;
  }
  .hero-slide--first .hero-slide-tagline-copy{
    padding:6px 12px 6px 10px;
    font-size:11px;
  }
  .hero-slide-trust{
    align-items:flex-start;
    gap:4px;
  }
  .hero-slide-trust-line{
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .hero-slide--first .hero-slide-trust{
    align-items:flex-start;
    gap:4px;
    text-align:left;
    width:max-content;
  }
  .hero-slide--first .hero-slide-trust-label{
    text-align:left;
    font-size:clamp(30px, 8vw, 40px);
    letter-spacing:0.05em;
  }
  .hero-slide--first .hero-slide-trust-farmers-line{
    text-align:left;
    font-size:clamp(15px, 3.8vw, 20px);
    white-space:nowrap;
  }
  .hero-slide-trust-label{
    font-size:clamp(18px, 5vw, 24px);
  }
  .hero-slide-trust-shrimp{
    font-size:clamp(20px, 5vw, 28px);
  }
  .hero-slide-trust-farmers{
    font-size:clamp(24px, 6vw, 32px);
  }
  .hero-slider-dots{
    bottom:18px;
    gap:8px;
  }
  .hero-slider-dot{
    width:20px;
    height:5px;
  }
}

/* ---------------- OUR STORY (see css/our-story.css) ---------------- */
/* ===================== PRODUCT STORY (3D SCROLL) ===================== */
/* Keep ScrollTrigger pin stable ? overflow-x:hidden + smooth scroll break reverse scroll */
html:has(body.page-home),
body.page-home{
  overflow-x:clip;
  scroll-behavior:auto;
}
.product-cinematic{
  --ps-circle:min(90vmin, calc(100dvh - 36px), 920px);
  --ps-anchor-y:50%;
  position:relative;
  width:100%;
  background:#fff;
  isolation:isolate;
}
.product-story{
  --ps-font:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  /* Same size as Our Story ?Welcome to Your Lab? */
  --ps-heading-size:clamp(42px, 5.2vw, 72px);
  --ps-label-size:15px;
  --ps-desc-size:20px;
  --ps-name-size:clamp(24px, 2.6vw, 36px);
  --ps-gap-label:18px;
  --ps-gap-heading:18px;
  --ps-navy:#0A2D63;
  --ps-teal:#28bcbf;
  --ps-muted:#757575;
  --ps-ph02:#8d8d8d;
  --ps-orange:#FF6A13;
  position:relative;
  z-index:1;
  width:100%;
  background:transparent;
  margin:0;
  /* Exact 100px gap after Our Story */
  padding:100px 0 140px !important;
  isolation:isolate;
  font-family:var(--ps-font);
}
/* No extra visual gap ? pin starts after the 100px section padding */
.product-story-enter{
  width:100%;
  height:0;
  pointer-events:none;
}
.product-story-pin{
  position:relative;
  z-index:1;
  width:100%;
  height:100vh;
  height:100dvh;
  min-height:100vh;
  min-height:100dvh;
  /* Must stay visible ? GSAP pin often sets overflow:hidden inline */
  overflow:visible !important;
  background:transparent;
  transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  box-sizing:border-box;
}
.product-story-bg{
  position:fixed;
  inset:0;
  top:0;
  z-index:0;
  width:100%;
  height:100vh;
  height:100dvh;
  min-height:100vh;
  min-height:100dvh;
  margin:0;
  background:transparent;
  pointer-events:none;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transition:
    opacity .65s cubic-bezier(.22, .61, .36, 1),
    visibility 0s linear .65s;
  transform:translateZ(0);
  will-change:opacity;
}
.product-cinematic.is-background-visible .product-story-bg{
  opacity:1;
  visibility:visible;
  transition:
    opacity .65s cubic-bezier(.22, .61, .36, 1),
    visibility 0s linear 0s;
}
.product-cinematic-watermark,
.product-cinematic-guide{
  position:absolute;
  left:50%;
  top:50%;
  max-width:none;
  transform:translate3d(-50%, -50%, 0);
  transform-origin:center center;
  user-select:none;
  pointer-events:none;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
/*
 * Combined Tel-Aqua wordmark + circular sector guide ? exact asset, no tint/opacity.
 * Height locks to --ps-circle so the ring matches the 3D stage diameter.
 */
.product-cinematic-guide.product-cinematic-watermark,
.product-cinematic-guide{
  z-index:0;
  width:auto;
  height:var(--ps-circle);
  max-width:none;
  object-fit:contain;
  filter:none;
  opacity:1;
}
@media (prefers-reduced-motion:reduce){
  .product-story-bg,
  .product-cinematic.is-background-visible .product-story-bg{
    transition-duration:.01ms;
  }
}
.product-story-circle{
  position:absolute;
  left:50%;
  top:var(--ps-anchor-y, 50%);
  height:var(--ps-circle);
  width:calc(var(--ps-circle) * 1920 / 1080);
  max-width:none;
  object-fit:contain;
  transform:translate3d(-50%, -50%, 0);
  transform-origin:center center;
  mix-blend-mode:screen;
  opacity:1;
  user-select:none;
  pointer-events:none;
  will-change:transform, top;
}
.product-story-watermark{
  position:absolute;
  left:50%;
  top:var(--ps-anchor-y, 50%);
  transform:translate3d(-50%, -50%, 0);
  transform-origin:center center;
  width:min(120vw, 1800px);
  max-width:none;
  margin:0;
  padding:0;
  text-align:center;
  font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  font-size:clamp(120px, 28vw, 420px);
  font-weight:700;
  line-height:0.88;
  letter-spacing:-0.055em;
  color:rgba(11,45,91,0.055);
  white-space:nowrap;
  overflow:visible;
  user-select:none;
  pointer-events:none;
  will-change:transform;
}
.product-story-stage{
  position:absolute;
  left:50%;
  top:var(--ps-anchor-y, 50%);
  z-index:4;
  width:var(--ps-circle);
  height:var(--ps-circle);
  transform:translate3d(-50%, -50%, 0);
  overflow:hidden;
  background:transparent;
  pointer-events:none;
  will-change:transform, top;
  backface-visibility:hidden;
}
.product-story-stage.is-handoff-fixed{
  position:fixed !important;
  top:var(--ps-anchor-y, 50%) !important;
  left:50% !important;
  width:var(--ps-circle) !important;
  height:var(--ps-circle) !important;
  transform:translate3d(-50%, -50%, 0) !important;
  z-index:3 !important;
}
.product-story-stage canvas{
  position:relative;
  z-index:2;
  display:block;
  width:100% !important;
  height:100% !important;
  outline:none;
  transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
/* Static stand-in until Three/GLB ready — no layout change */
.product-story-meter-fallback{
  position:absolute;
  left:50%;
  top:50%;
  z-index:1;
  width:78%;
  height:78%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  transform:translate(-50%, -50%);
  pointer-events:none;
  opacity:1;
  transition:opacity 0.22s ease;
}
.product-story-meter-fallback.is-3d-ready,
.product-cinematic.is-device-ready .product-story-meter-fallback{
  opacity:0;
  visibility:hidden;
}

/* Left lockup ? same Adobe Clean sizes as Our Story; heading stays one line */
.product-story-intro{
  position:absolute;
  z-index:3;
  left:clamp(28px, 5vw, 72px);
  top:clamp(56px, 10vh, 100px);
  width:max-content;
  max-width:none;
  text-align:left;
  pointer-events:none;
  opacity:1;
  visibility:visible;
}
.product-story-intro .product-story-cta{
  pointer-events:auto;
}
.product-story-final{
  position:absolute;
  z-index:4;
  opacity:0;
  visibility:hidden;
  top:auto;
  bottom:clamp(36px, 8vh, 72px);
  left:50%;
  right:auto;
  max-width:min(640px, 90vw);
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  pointer-events:none;
}
.product-story-final .product-story-cta{pointer-events:auto;}
.product-story-eyebrow{
  display:block;
  margin:0 0 var(--ps-gap-label);
  font-family:var(--ps-font);
  font-size:var(--ps-label-size);
  font-weight:700;
  letter-spacing:0.22em;
  line-height:1.2;
  text-transform:uppercase;
  color:var(--ps-teal);
}
.product-story-intro h2,
.product-story-final h2{
  margin:0 0 var(--ps-gap-heading);
  font-family:var(--ps-font);
  font-size:var(--ps-heading-size);
  font-weight:700;
  line-height:1;
  letter-spacing:0.01em;
  color:var(--ps-navy);
  white-space:nowrap;
  -webkit-font-smoothing:antialiased;
}
/* Ampersand glyph ? matches reference (& icon in heading) */
.product-story-amp{
  display:inline-block;
  font-family:var(--ps-font);
  font-weight:700;
  font-style:italic;
  letter-spacing:0;
  padding:0 0.06em;
  transform:rotate(6deg);
  transform-origin:center center;
}
.product-story-sub{
  margin:0 0 28px;
  font-family:var(--ps-font);
  font-size:var(--ps-desc-size);
  font-weight:400;
  line-height:1.5;
  letter-spacing:0;
  color:var(--ps-muted);
  white-space:nowrap;
}
.product-story-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 32px;
  border-radius:8px;
  background:var(--ps-orange);
  color:#fff;
  font-family:var(--ps-font);
  font-size:16px;
  font-weight:700;
  letter-spacing:0.06em;
  text-transform:uppercase;
  text-decoration:none;
  box-shadow:none;
  transition:background .28s ease, transform .28s ease;
}
.product-story-cta:hover{
  background:#e85e0d;
  transform:translateY(-2px);
}

/* Right product identity — clear of circle/device, same vertical center */
.product-story-nameplate{
  --ps-nameplate-teal:#14B8C4;
  --ps-nameplate-ph02:#8A8A8A;
  --ps-nameplate-navy:#0A2D63;
  --ps-nameplate-brand:clamp(18px, 1.65vw, 26px);
  --ps-nameplate-title:clamp(24px, 2.15vw, 34px);
  position:absolute;
  z-index:6;
  /* Clear of circle / product — past half stage diameter + breathing room */
  left:calc(50% + (var(--ps-circle) * 0.5) + clamp(40px, 4.5vw, 72px));
  top:var(--ps-anchor-y, 50%);
  transform:translateY(-50%);
  width:max-content;
  max-width:min(340px, 26vw);
  margin:0;
  padding:0;
  text-align:left;
  pointer-events:none;
  user-select:none;
  /* Hidden until product-box intro; GSAP autoAlpha controls visibility */
  opacity:0;
  visibility:hidden;
  isolation:isolate;
}
.product-story-nameplate-brand,
.product-story-nameplate-line{
  margin:0;
  padding:0;
  font-family:var(--ps-font);
  letter-spacing:0;
  white-space:nowrap;
  -webkit-font-smoothing:antialiased;
}
.product-story-nameplate-brand{
  margin:0 0 0.2em;
  font-size:var(--ps-nameplate-brand);
  font-weight:700;
  line-height:1.15;
}
.product-story-tel-aqua{color:var(--ps-nameplate-teal);}
.product-story-ph02{color:var(--ps-nameplate-ph02);}
.product-story-nameplate-line{
  font-size:var(--ps-nameplate-title);
  font-weight:700;
  line-height:1.18;
  color:var(--ps-nameplate-navy);
}

.product-story-mobile-heading{display:none;}

/* Feature callouts ? floating glass cards around the product (no pointers) */
.product-story-callouts{
  --ps-tip-title:#FFFFFF;
  --ps-tip-desc:rgba(255, 255, 255, 0.62);
  --ps-font:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  --ps-card-bg:none;
  --ps-box-w:min(248px, 22vw);
  --ps-icon:52px;
  --ps-product-gap:clamp(18px, 2.4vw, 36px);
  --ps-slot-gap:clamp(14px, 1.8vh, 22px);
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
  overflow:visible;
  transform:translateZ(0);
}

.product-story-callout{
  position:absolute;
  top:0;
  left:0;
  width:var(--ps-box-w);
  max-width:280px;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:12px;
  opacity:1;
  visibility:hidden;
  will-change:transform;
  transform:translate3d(0, 0, 0);
  backface-visibility:hidden;
  z-index:2;
  pointer-events:auto;
}
.product-story-callout[data-side="left"]{
  flex-direction:row; /* icon left of card */
}
.product-story-callout[data-side="right"]{
  flex-direction:row-reverse; /* icon right of card */
}
.product-story-callout.is-hidden{ visibility:hidden; pointer-events:none; }
.product-story-callout:not(.is-hidden){ visibility:visible; }
.product-story-callout.is-active{ z-index:4; }

.product-story-icon{
  position:relative;
  flex:0 0 var(--ps-icon);
  width:var(--ps-icon);
  height:var(--ps-icon);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  transform-origin:center;
  will-change:transform, opacity;
}
.product-story-icon::after{
  content:"";
  position:absolute;
  top:-2px;
  right:-2px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:radial-gradient(circle, #ffb070 0%, #FF6A13 55%, transparent 70%);
  opacity:0;
  transform:scale(0.6);
  pointer-events:none;
}
.product-story-callout.is-active .product-story-icon::after{
  opacity:0.9;
  animation:ps-sparkle 2.8s ease-in-out infinite;
}
@keyframes ps-sparkle{
  0%, 100%{ transform:scale(0.7); opacity:0.55; }
  50%{ transform:scale(1); opacity:1; }
}
.product-story-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 4px 10px rgba(255,106,19,0.18));
}

.product-story-feature{
  flex:1 1 auto;
  min-width:0;
  padding:16px 18px;
  border-radius:18px;
  overflow:hidden;
  background:
    radial-gradient(ellipse 90% 80% at 8% 12%, rgba(255,106,19,0.28) 0%, transparent 52%),
    radial-gradient(ellipse 85% 75% at 92% 88%, rgba(255,106,19,0.2) 0%, transparent 55%),
    linear-gradient(155deg, #1c1e26 0%, #14161c 48%, #101218 100%);
  border:1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(255,106,19,0.12),
    0 10px 24px rgba(8, 12, 20, 0.28);
  box-sizing:border-box;
  opacity:0;
  transform:translate3d(0, 30px, 0) scale(0.95);
  filter:blur(8px);
  will-change:opacity, transform, filter;
  transition:
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.product-story-feature-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
  min-width:0;
  text-align:left;
}
.product-story-feature-title{
  margin:0;
  font-family:var(--ps-font);
  font-size:clamp(13px, 1.05vw, 15px);
  font-weight:700;
  line-height:1.25;
  color:var(--ps-tip-title);
}
.product-story-feature-desc{
  margin:0;
  font-family:var(--ps-font);
  font-size:clamp(11px, 0.9vw, 13px);
  font-weight:400;
  line-height:1.4;
  color:var(--ps-tip-desc);
}

/* Pointer stems — mobile only (desktop keeps icon+card layout) */
.product-story-pointer{
  display:none;
}

/* Mobile details carousel — phone only */
.product-story-mobile-details{
  display:none;
}

@media (hover:hover) and (pointer:fine){
  .product-story-callout.is-active.is-hover .product-story-feature{
    border-color:rgba(255,106,19,0.35);
    box-shadow:
      0 18px 40px rgba(8, 12, 20, 0.28),
      0 0 28px rgba(255,106,19,0.22),
      inset 0 1px 0 rgba(255,255,255,0.1);
  }
}

@media (max-width:1100px){
  .product-story-callouts{
    --ps-box-w:min(220px, 24vw);
    --ps-icon:46px;
    --ps-product-gap:clamp(20px, 2.5vw, 36px);
  }
  .product-story-feature{ padding:16px 18px; }
}

@media (max-width:900px){
  .product-story-callouts{
    --ps-box-w:min(190px, 28vw);
    --ps-icon:42px;
    --ps-product-gap:18px;
    --ps-slot-gap:12px;
  }
  .product-story-feature{ padding:14px 15px; border-radius:16px; }
  .product-story-feature-title{ font-size:12px; }
  .product-story-feature-desc{ font-size:11px; }
}

/* Mobile: side callouts around the meter (desktop layout) + bottom details carousel */
@media (max-width:768px){
  .product-story-mobile-heading{
    display:flex;
    position:absolute;
    left:16px;
    /* Slightly below the top edge — still compact, not the old large empty band */
    top:max(36px, env(safe-area-inset-top, 0px) + 28px);
    z-index:5;
    margin:0;
    max-width:min(300px, 78vw);
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    color:#0A2D63;
    font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
    font-size:clamp(26px, 7vw, 34px);
    font-weight:700;
    line-height:1.08;
    letter-spacing:-0.02em;
    text-transform:none;
    pointer-events:none;
    visibility:hidden;
    opacity:0;
  }
  .product-story-mobile-heading-line{
    display:block;
    white-space:nowrap;
  }
  .product-story-heading-accent{
    font-style:normal;
    color:#28bcbf;
  }

  .product-story-callouts{
    --ps-box-w:min(92px, 26vw);
    --ps-icon:20px;
    --ps-product-gap:4px;
    --ps-slot-gap:8px;
    position:absolute;
    inset:0;
    z-index:6;
    display:block;
    height:auto;
    max-height:none;
    padding:0;
    overflow:visible;
    pointer-events:none;
  }

  .product-story-callout,
  .product-story-callout[data-side="left"],
  .product-story-callout[data-side="right"]{
    position:absolute;
    width:var(--ps-box-w);
    max-width:108px;
    flex:none;
    align-items:center;
    gap:4px;
    padding:0;
    border:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    pointer-events:none;
    cursor:default;
    -webkit-tap-highlight-color:transparent;
  }
  .product-story-callout[data-side="left"]{
    flex-direction:row;
  }
  .product-story-callout[data-side="right"]{
    flex-direction:row-reverse;
  }
  .product-story-callout.is-hidden{
    visibility:hidden;
    pointer-events:none;
  }

  .product-story-icon{
    position:relative;
    flex:0 0 var(--ps-icon);
    width:var(--ps-icon);
    height:var(--ps-icon);
    border-radius:0;
    background:transparent;
    overflow:visible;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .product-story-icon img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
  }
  .product-story-icon::after{
    display:none;
  }

  .product-story-feature{
    flex:1 1 auto;
    min-width:0;
    padding:7px 8px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,0.12);
    background:
      radial-gradient(ellipse 90% 80% at 8% 12%, rgba(255,106,19,0.28) 0%, transparent 52%),
      radial-gradient(ellipse 85% 75% at 92% 88%, rgba(255,106,19,0.2) 0%, transparent 55%),
      linear-gradient(155deg, #1c1e26 0%, #14161c 48%, #101218 100%);
    box-shadow:
      0 0 0 1px rgba(255,106,19,0.12),
      0 6px 14px rgba(8, 12, 20, 0.28);
  }
  .product-story-feature-title{
    font-size:10px;
    font-weight:700;
    line-height:1.2;
    color:#fff;
    margin:0;
    white-space:normal;
  }
  /* Title-only floating cards on mobile — full copy lives in bottom carousel */
  .product-story-feature-desc{
    display:none !important;
  }

  /* No dashed connector lines on mobile — keep callout cards only */
  .product-story-pointer{
    display:none !important;
  }

  /* Bottom feature details carousel (reference-style title + description) */
  .product-story-mobile-details{
    display:flex;
    align-items:center;
    gap:8px;
    position:absolute;
    left:10px;
    right:10px;
    bottom:calc(72px + env(safe-area-inset-bottom, 0px));
    z-index:7;
    pointer-events:auto;
  }
  .product-story-md-nav{
    flex:0 0 34px;
    width:34px;
    height:34px;
    border:1px solid rgba(11, 45, 91, 0.08);
    border-radius:50%;
    background:#fff;
    color:#111827;
    font-size:22px;
    line-height:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
  }
  .product-story-md-viewport{
    flex:1 1 auto;
    min-width:0;
    overflow:hidden;
    border-radius:18px;
    /* Match .product-cinematic section background (#fff) */
    background:#fff;
    border:1px solid rgba(11, 45, 91, 0.08);
  }
  .product-story-md-track{
    display:flex;
    width:100%;
    transition:transform 0.35s ease;
    will-change:transform;
  }
  .product-story-md-slide{
    flex:0 0 100%;
    width:100%;
    box-sizing:border-box;
    padding:16px 18px;
  }
  .product-story-md-title{
    margin:0 0 8px;
    font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
    font-size:15px;
    font-weight:700;
    line-height:1.25;
    color:#111827;
  }
  .product-story-md-desc{
    margin:0;
    font-family:'Adobe Clean','Inter','SF Pro Display',sans-serif;
    font-size:12.5px;
    font-weight:400;
    line-height:1.45;
    color:#4B5563;
  }

  /* Compact composition: heading + meter + side cards */
  .product-cinematic{
    --ps-circle:min(62vmin, calc(100dvh - 220px), 360px);
    --ps-anchor-y:48%;
  }
  .product-story-circle,
  .product-story-stage{
    top:var(--ps-anchor-y, 48%);
  }
  .product-story-intro{
    top:18px;
    left:18px;
    max-width:calc(100vw - 36px);
  }
  .product-story-intro h2{
    font-size:clamp(22px, 6vw, 32px);
    margin:0;
  }
  .product-story-sub{ margin-top:6px; }
  .product-story-cta{ margin-top:10px; }
}

@media (prefers-reduced-motion:reduce){
  .product-story-callout.is-active .product-story-icon::after{
    animation:none;
    opacity:0.75;
  }
}

@media (max-width:1200px){
  .product-story{
    --ps-heading-size:clamp(40px, 5vw, 64px);
  }
  .product-story-nameplate{
    --ps-nameplate-brand:clamp(16px, 1.5vw, 22px);
    --ps-nameplate-title:clamp(20px, 1.9vw, 28px);
    left:calc(50% + (var(--ps-circle) * 0.5) + clamp(28px, 3vw, 48px));
    max-width:min(280px, 24vw);
  }
}
@media (max-width:900px){
  .product-story{
    --ps-heading-size:48px;
    --ps-label-size:13px;
    --ps-desc-size:17px;
    --ps-name-size:clamp(20px, 4.5vw, 28px);
    --ps-gap-label:14px;
    --ps-gap-heading:14px;
  }
  .product-story-enter{
    height:0;
  }
  .product-story-intro{
    left:24px;
    top:56px;
    max-width:calc(100vw - 48px);
  }
  .product-story-intro h2{
    white-space:nowrap;
    font-size:clamp(28px, 7vw, 48px);
  }
  .product-story-sub{white-space:normal;}
  .product-story-watermark{
    width:100vw;
    font-size:clamp(64px, 20vw, 140px);
    color:rgba(11,45,91,0.055);
  }
  .product-cinematic{
    --ps-circle:min(78vmin, calc(100dvh - 56px), 640px);
  }
  .product-story-circle{
    height:var(--ps-circle);
    width:calc(var(--ps-circle) * 1920 / 1080);
    opacity:0.34;
    top:var(--ps-anchor-y, 50%);
  }
  .product-story-stage{
    top:var(--ps-anchor-y, 50%);
    width:var(--ps-circle);
    height:var(--ps-circle);
  }
  .product-story-watermark{top:var(--ps-anchor-y, 50%);}
  /* Below product — keep hierarchy, left-aligned block */
  .product-story-nameplate{
    left:50%;
    top:auto;
    bottom:clamp(72px, 14vh, 120px);
    transform:translateX(-50%);
    max-width:min(320px, calc(100vw - 48px));
    --ps-nameplate-brand:clamp(16px, 4vw, 20px);
    --ps-nameplate-title:clamp(20px, 5vw, 26px);
  }
  .product-story-final{
    bottom:24px;
  }
  .product-story-final h2{white-space:normal;}
}

@media (max-width:768px){
  .product-story{
    --ps-heading-size:42px;
    --ps-label-size:14px;
    --ps-desc-size:15px;
    padding:56px 0 100px !important;
  }
  .product-story-eyebrow{letter-spacing:0.16em;}
  .product-story-intro h2{
    font-size:clamp(24px, 6.5vw, 36px);
  }

  .product-cinematic{
    --ps-circle:min(68vmin, calc(100dvh - 180px), 400px);
    --ps-anchor-y:48%;
    --ps-guide-lead-y:48%;
  }
  .product-story-circle,
  .product-story-stage{
    top:var(--ps-anchor-y, 48%);
  }

  /*
   * Mobile nameplate: same Tel-Aqua / Digital pH copy as desktop,
   * centered above the circle (not beside it). GSAP still drives `top`
   * to the circle center; transform parks the block above the ring.
   */
  .product-story-nameplate{
    display:block;
    left:50% !important;
    right:auto !important;
    bottom:auto !important;
    width:max-content;
    max-width:min(300px, calc(100vw - 40px));
    text-align:center;
    --ps-nameplate-brand:clamp(14px, 3.8vw, 17px);
    --ps-nameplate-title:clamp(17px, 4.8vw, 22px);
    /* Sit just above the circle whose center is the GSAP `top` */
    transform:translate(-50%, calc(-100% - (var(--ps-circle) * 0.5) - 10px)) !important;
  }
  .product-story-nameplate-brand{
    margin:0 0 0.25em;
  }
  .product-story-nameplate-line{
    white-space:nowrap;
  }
}

/* ===================== FEATURED PRODUCT ===================== */
.featured{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:70px;
  align-items:center;
}
.featured-media{
  background:var(--light);
  border-radius:var(--radius-lg);
  padding:40px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.featured-media img{max-height:520px;width:auto;margin:0 auto;}
.featured-copy .eyebrow{}
.featured-copy p{margin:20px 0 32px;font-size:1.06rem;}
.featured-stats{
  display:flex;
  gap:40px;
  margin:34px 0 40px;
  padding-top:28px;
  border-top:1px solid rgba(17,24,39,0.08);
}
.featured-stats div strong{display:block;font-size:1.8rem;color:var(--heading);font-weight:700;}
.featured-stats div span{font-size:0.82rem;color:var(--body);}

@media (max-width:900px){
  .featured{grid-template-columns:1fr;gap:40px;}
}

/* ===================== WHY TELAQUA (benefit cards) ===================== */
.benefits-grid{grid-template-columns:repeat(3,1fr);}
.benefit-card{
  padding:44px 34px;
  text-align:left;
}
.benefit-icon{
  width:56px;height:56px;
  border-radius:16px;
  background:rgba(249,115,22,0.1);
  color:var(--orange);
  display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;
  margin-bottom:26px;
}
.benefit-card h3{margin-bottom:12px;}
.benefit-card p{font-size:0.96rem;}

@media (max-width:900px){.benefits-grid{grid-template-columns:1fr;}}

/* ===================== FARMER TRUST (legacy / other pages) ===================== */
.trust-section{background:#fff;color:var(--heading);}
.trust-head{max-width:640px;margin-bottom:52px;}
.trust-quote-slider{max-width:760px;margin:0 auto;text-align:center;}
.trust-quote{
  font-size:clamp(1.25rem,2.2vw,1.65rem);
  font-weight:500;
  color:var(--heading);
  line-height:1.5;
  margin-bottom:30px;
}
.trust-person{display:flex;align-items:center;justify-content:center;gap:14px;}
.trust-person img{width:52px;height:52px;border-radius:50%;object-fit:cover;}
.trust-person div{text-align:left;}
.trust-person strong{display:block;color:var(--heading);font-size:0.95rem;}
.trust-person span{font-size:0.8rem;color:var(--body);}
.trust-badges{
  display:flex;
  justify-content:center;
  gap:56px;
  margin-top:64px;
  flex-wrap:wrap;
  padding-top:44px;
  border-top:1px solid rgba(17,24,39,0.1);
}
.trust-badges div{text-align:center;}
.trust-badges strong{display:block;font-size:1.7rem;color:var(--heading);font-weight:700;}
.trust-badges span{font-size:0.8rem;color:var(--body);}
.swiper-pagination-bullet{background:#8FB6B2;opacity:0.5;}
.swiper-pagination-bullet-active{background:var(--orange);opacity:1;}

/* ===================== TESTIMONIALS ===================== */
.testimonials{
  --t-navy:#0B2D5B;
  --t-teal:#1CC6D6;
  --t-orange:#FA7315;
  --t-muted:#8A93A3;
  --t-font:var(--font);

  position:relative;
  background:#fff;
  /* Compact bottom padding to match reference section height */
  padding:clamp(40px,5vw,64px) 0 clamp(8px,1.5vw,20px);
  overflow:hidden;
  font-family:var(--t-font);
}
.testimonials-inner{
  position:relative;
  z-index:1;
}
.testimonials-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:32px;
  margin-bottom:0;
  position:relative;
  z-index:2;
}
.testimonials-intro{max-width:680px;}
.testimonials-eyebrow{
  display:inline-block;
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--t-teal);
  margin-bottom:10px;
}
.testimonials-intro h2{
  font-family:var(--t-font);
  font-size:clamp(1.85rem,3.2vw,2.85rem);
  font-weight:800;
  letter-spacing:-0.03em;
  color:var(--t-navy);
  margin:0 0 10px;
  line-height:1.25;
  overflow:visible;
  padding-bottom:0.06em;
}
.testimonials-intro p{
  margin:0;
  font-size:clamp(0.98rem,1.15vw,1.08rem);
  font-weight:500;
  color:var(--t-muted);
}
.testimonials-cta{
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 28px;
  border-radius:999px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0.1em;
  font-weight:700;
  font-size:0.8rem;
  color:#fff;
  background:var(--t-orange);
  border:0;
  align-self:flex-start;
  margin-top:6px;
  transition:transform 300ms ease, filter 300ms ease;
}
.testimonials-cta:hover{
  transform:translateY(-2px) scale(1.03);
  filter:brightness(1.03);
}

.testimonials-stage{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  /* Pull circle up ? less empty gap under the subtitle */
  margin-top:clamp(-28px,-2.2vw,-12px);
  padding:0;
  min-height:0;
  overflow:visible;
}
.testimonials-watermark{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(88vw, 1200px);
  max-width:none;
  height:auto;
  object-fit:contain;
  object-position:center;
  /* Image is already pale; multiply drops the white canvas */
  opacity:1;
  mix-blend-mode:multiply;
  user-select:none;
  pointer-events:none;
  /* Above the circle so letters stay visible inside it */
  z-index:1;
}
.testimonials-circle{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(92vw, 560px);
  height:auto;
  aspect-ratio:1;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
  z-index:0;
}
.testimonials-swiper{
  position:relative;
  z-index:2;
  width:min(100%, 480px);
  overflow:hidden;
  padding:clamp(8px,1.5vw,20px) 0 clamp(4px,1vw,10px);
  touch-action:pan-y;
  cursor:grab;
}
.testimonials-swiper:active{cursor:grabbing;}
.testimonials-swiper .swiper-wrapper{
  align-items:center;
}
.testimonials-swiper .swiper-slide{
  display:flex;
  justify-content:center;
  height:auto;
  opacity:1;
}

.testimonial-card{
  position:relative;
  width:min(100%, 440px);
  min-height:clamp(340px,42vw,440px);
  border-radius:0;
  border:0;
  outline:0;
  box-shadow:none;
  background:transparent;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:44px 36px 68px;
  box-sizing:border-box;
}
.testimonial-quote-mark{
  display:block;
  font-size:clamp(48px,6vw,64px);
  line-height:0.65;
  color:var(--t-teal);
  font-family:var(--font);
  font-weight:700;
  margin:0 0 14px;
}
.testimonial-text{
  margin:0 auto;
  width:100%;
  max-width:340px;
  font-family:var(--t-font);
  font-size:clamp(1.15rem,2vw,1.4rem);
  font-weight:700;
  color:var(--t-navy);
  line-height:1.35;
  text-align:center;
}
.testimonial-rule{
  display:block;
  width:44px;
  height:3px;
  background:var(--t-orange);
  margin:18px auto 16px;
  border-radius:2px;
  flex-shrink:0;
}
.testimonial-author{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:left;
}
.testimonial-author img{
  width:44px;
  height:44px;
  border-radius:50%;
  object-fit:cover;
  background:#f3f0ea;
  flex-shrink:0;
}
.testimonial-author strong{
  display:block;
  font-family:var(--t-font);
  color:var(--t-navy);
  font-size:1.05rem;
  font-weight:700;
  line-height:1.15;
}
.testimonial-author span{
  display:block;
  margin-top:3px;
  font-family:var(--t-font);
  font-size:0.88rem;
  font-weight:500;
  color:var(--t-muted);
  line-height:1.25;
}

.testimonials-pagination{
  position:absolute !important;
  left:50% !important;
  bottom:18px !important;
  transform:translateX(-50%);
  width:auto !important;
  margin:0 !important;
  display:flex;
  justify-content:center;
  gap:10px;
  z-index:3;
}
.testimonials-pagination .swiper-pagination-bullet{
  width:8px;height:8px;
  background:#c8d0d8;
  opacity:1;
  margin:0 !important;
  transition:transform .3s ease, background .3s ease;
}
.testimonials-pagination .swiper-pagination-bullet-active{
  background:var(--t-orange);
  transform:scale(1.15);
}

@media (max-width:900px){
  .testimonials-head{
    flex-direction:column;
    align-items:stretch;
    gap:18px;
  }
  .testimonials-cta{align-self:flex-start;margin-top:0;}
  .testimonials-stage{margin-top:-8px;}
  .testimonials-circle{width:min(88vw, 440px);}
  .testimonials-watermark{width:min(94vw, 960px);}
}
@media (max-width:560px){
  .testimonials{padding:28px 0 12px;}
  .testimonials-stage{margin-top:-4px;}
  .testimonials-watermark{width:min(100vw, 640px);}
  .testimonials-swiper{
    width:min(100%, 320px);
    padding:4px 0 2px;
  }
  .testimonials-circle{width:min(92vw, 320px);}
  .testimonial-card{
    width:min(92vw, 320px);
    min-height:min(92vw, 320px);
    height:min(92vw, 320px);
    padding:42px 48px 52px;
    box-sizing:border-box;
    overflow:hidden;
    border-radius:50%;
  }
  .testimonial-quote-mark{font-size:28px;margin-bottom:6px;line-height:0.7;}
  .testimonial-text{
    max-width:100%;
    font-size:0.92rem;
    line-height:1.3;
    overflow-wrap:anywhere;
    word-break:normal;
    hyphens:auto;
  }
  .testimonial-rule{margin:10px auto 8px;width:36px;}
  .testimonial-author{gap:8px;max-width:100%;}
  .testimonial-author strong{font-size:0.88rem;}
  .testimonial-author span{
    font-size:0.72rem;
    line-height:1.2;
    max-width:11em;
  }
  .testimonial-author img{width:32px;height:32px;}
  .testimonials-pagination{bottom:14px !important;}
}

/* ===================== HOME PRODUCT BENEFITS ===================== */
.home-benefits{
  --benefits-cyan:#22C7E8;
  --benefits-navy:#0B2E5E;
  --benefits-orange:#FA7315;
  --benefits-gray:#8B8B8B;
  --benefits-body:#7A7A7A;

  padding:100px 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255,255,255,0.9) 0%, transparent 70%),
    #F5F7FB;
}
.home-benefits .container{
  max-width:min(1280px, calc(100% - 40px));
}
.home-benefits-head{
  text-align:center;
  margin:0 auto clamp(48px, 5vw, 64px);
}
.home-benefits-label{
  display:block;
  font-family:var(--font);
  font-size:16px;
  font-weight:600;
  letter-spacing:4px;
  text-transform:uppercase;
  color:var(--benefits-cyan);
  margin-bottom:18px;
}
.home-benefits-title{
  margin:0 0 20px;
  font-family:var(--font);
  font-size:clamp(2.25rem, 5.5vw, 72px);
  font-weight:700;
  line-height:1.05;
  letter-spacing:-0.02em;
  color:var(--benefits-navy);
}
.home-benefits-feel{color:var(--benefits-cyan);}
.home-benefits-sub{
  margin:0 auto;
  max-width:700px;
  font-family:var(--font);
  font-size:clamp(1rem, 2vw, 24px);
  font-weight:400;
  line-height:1.5;
  color:var(--benefits-gray);
}
.home-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 280px));
  justify-content:center;
  gap:20px;
}
.home-benefit-card{
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:280px;
  margin:0 auto;
  background:#fff;
  border-radius:22px;
  padding:16px;
  border:1px solid rgba(17,24,39,0.08);
  box-shadow:none;
  color:inherit;
  text-decoration:none;
  cursor:default;
  transition:all 0.3s ease;
  will-change:transform, box-shadow, background, border-color;
}
.home-benefit-card:hover,
.home-benefit-card.is-hover{
  background:linear-gradient(180deg, #FF9B5F 0%, #FFC9A3 42%, #FEF4EE 100%);
  border-color:transparent;
  transform:translateY(-10px);
  box-shadow:0 24px 50px rgba(250,115,21,0.28);
}
.home-benefit-media{
  border-radius:16px;
  overflow:hidden;
  aspect-ratio:4 / 3;
  background:#eef2f1;
}
.home-benefit-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform 0.3s ease;
}
.home-benefit-card:hover .home-benefit-media img,
.home-benefit-card.is-hover .home-benefit-media img{
  transform:scale(1.05);
}
.home-benefit-body{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:18px 8px 10px;
  flex:1;
}
.home-benefit-icon{
  width:44px;
  height:44px;
  display:block;
  margin-bottom:14px;
  object-fit:contain;
  object-position:center;
  flex:0 0 44px;
  background:none;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.home-benefit-card h3{
  margin:0 0 12px;
  font-family:var(--font);
  font-size:clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight:700;
  line-height:1.2;
  color:#0B2E5E;
  transition:color 0.3s ease;
}
.home-benefit-divider{
  display:block;
  width:42px;
  height:3px;
  border-radius:999px;
  margin:0 0 14px;
  background:#FA7315;
  transition:background 0.3s ease;
}
.home-benefit-card p{
  margin:0;
  font-family:var(--font);
  font-size:clamp(0.95rem, 1.1vw, 1rem);
  font-weight:400;
  line-height:1.6;
  color:#6B7280;
  transition:color 0.3s ease;
}
.home-benefit-card:hover h3{color:#0B2E5E;}
.home-benefit-card:hover .home-benefit-divider{background:#FA7315;}
.home-benefit-card:hover p{color:#6B7280;}
.home-benefits-cta{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:clamp(40px, 5vw, 56px);
}
.home-benefits-dots{
  display:none;
}
.home-benefits-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 32px;
  border-radius:999px;
  font-family:var(--font);
  font-size:16px;
  font-weight:600;
  letter-spacing:0.06em;
  text-transform:uppercase;
  text-decoration:none;
  border:0;
  cursor:pointer;
  transition:transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}
.home-benefits-btn--navy{
  background:var(--benefits-navy);
  color:#fff;
  box-shadow:0 10px 28px rgba(11,46,94,0.22);
}
.home-benefits-btn--orange{
  background:var(--benefits-orange);
  color:#fff;
  box-shadow:0 10px 28px rgba(250,115,21,0.28);
}
.home-benefits-btn:hover{
  transform:translateY(-3px);
  filter:brightness(1.03);
}
.home-benefits-btn--navy:hover{
  box-shadow:0 14px 36px rgba(11,46,94,0.3);
}
.home-benefits-btn--orange:hover{
  box-shadow:0 14px 36px rgba(250,115,21,0.38);
}

@media (max-width:1100px){
  .home-benefits-grid{
    grid-template-columns:repeat(2, minmax(0, 280px));
    gap:18px;
  }
}
@media (max-width:640px){
  .home-benefits{
    padding:clamp(64px, 12vw, 100px) 0;
  }
  .home-benefits-grid{
    display:flex;
    grid-template-columns:none;
    justify-content:flex-start;
    gap:0;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    width:100%;
    max-width:100%;
    margin:0;
    padding:6px 0 10px;
  }
  .home-benefits-grid::-webkit-scrollbar{display:none;}
  .home-benefit-card{
    flex:0 0 100%;
    width:100%;
    max-width:100%;
    margin:0;
    scroll-snap-align:center;
    scroll-snap-stop:always;
  }
  .home-benefits-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:10px 0 0;
  }
  .home-benefits-dots[hidden]{display:none !important;}
  .home-benefits-dot{
    width:8px;
    height:8px;
    padding:0;
    border:0;
    border-radius:50%;
    background:rgba(11,46,94,0.22);
    cursor:pointer;
    transition:transform 0.2s ease, background 0.2s ease;
  }
  .home-benefits-dot.is-active{
    background:#FA7315;
    transform:scale(1.2);
  }
  .home-benefits-dot:focus-visible{
    outline:2px solid #FA7315;
    outline-offset:3px;
  }
  .home-benefits-cta{
    flex-direction:column;
    align-items:stretch;
    max-width:320px;
    margin-inline:auto;
    margin-top:clamp(28px, 8vw, 40px);
  }
  .home-benefits-btn{width:100%;}
}
@media (prefers-reduced-motion:reduce){
  .home-benefit-card,
  .home-benefit-media img,
  .home-benefit-icon,
  .home-benefit-divider,
  .home-benefit-card h3,
  .home-benefit-card p,
  .home-benefits-btn{transition:none;}
}

/* ===================== HOME BENEFITS VIDEO ===================== */
.home-benefits-video{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#0b2d5b;
  aspect-ratio:16 / 9;
}
.home-benefits-video__media{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
}
.home-benefits-video__mute{
  position:absolute;
  left:24px;
  bottom:28px;
  z-index:3;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.5);
  color:#fff;
  cursor:pointer;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  transition:transform 0.25s ease, background 0.25s ease;
}
.home-benefits-video__mute:hover{
  transform:scale(1.06);
  background:rgba(0,0,0,.65);
}
.home-benefits-video__mute i{font-size:1rem;}
@media (max-width:768px){
  .home-benefits-video{aspect-ratio:16 / 10;}
  .home-benefits-video__mute{
    left:16px;
    bottom:20px;
    width:44px;
    height:44px;
  }
}

/* ===================== HOME PRICING ===================== */
.home-pricing{
  --pricing-teal:#22C7E8;
  --pricing-orange:#FA7315;
  --pricing-navy:#082d54;
  --pricing-font:var(--font);

  position:relative;
  padding:var(--section-y) clamp(24px, 5vw, 64px);
  overflow:hidden;
  isolation:isolate;
  font-family:var(--pricing-font);
  color:#fff;
  scroll-margin-top:110px;
  text-align:center;
}
.home-pricing-bg{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
.home-pricing-media{
  position:absolute;
  inset:-5%;
  background:
    url('../assets/images/pricing/pricing-bg.png') center / cover no-repeat,
    linear-gradient(135deg, #041428 0%, #0a1f3d 55%, #061830 100%);
  transform:translate3d(0,0,0) scale(1.04);
  will-change:transform;
}
.home-pricing-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(4,16,36,0.45) 0%, rgba(4,16,36,0.28) 50%, rgba(4,16,36,0.4) 100%);
}
.home-pricing-inner{
  position:relative;
  z-index:1;
  width:100%;
  max-width:720px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.home-pricing-label{
  display:block;
  font-family:var(--pricing-font);
  font-size:clamp(0.78rem,1.1vw,0.9rem);
  font-weight:700;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:var(--pricing-teal);
  margin:0 0 12px;
}
.home-pricing-heading{
  margin:0 0 14px;
  font-family:var(--pricing-font);
  font-size:clamp(1.45rem, 2.8vw, 2.55rem);
  font-weight:800;
  line-height:1.12;
  letter-spacing:-0.03em;
  color:#fff;
  white-space:nowrap;
  text-align:center;
  max-width:100%;
}
.home-pricing-accent{color:var(--pricing-orange);}
.home-pricing-sub{
  margin:0 0 22px;
  max-width:100%;
  width:max-content;
  font-family:var(--pricing-font);
  font-size:clamp(0.82rem, 1.15vw, 1.05rem);
  font-weight:500;
  line-height:1.35;
  color:#fff;
  white-space:nowrap;
  text-align:center;
}
.home-pricing-price{
  margin:0 0 22px;
  font-family:var(--pricing-font);
  font-size:clamp(2.1rem,4vw,3rem);
  font-weight:800;
  letter-spacing:-0.02em;
  line-height:1.1;
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:center;
  gap:0.4em;
}
.home-pricing-amount{color:var(--pricing-teal);}
.home-pricing-allin{
  color:#fff;
  font-size:0.42em;
  font-weight:500;
  letter-spacing:0;
}
.home-pricing-purchase{
  width:100%;
  max-width:560px;
  gap:0;
  margin:0 0 18px;
}
.home-pricing .home-pricing-actions.product-purchase-actions,
.home-pricing-actions{
  display:grid !important;
  grid-template-columns:112px minmax(0, 1.15fr) minmax(0, 1fr) !important;
  gap:10px !important;
  align-items:stretch;
  width:100%;
}
.home-pricing .quantity-selector{
  height:50px;
  min-width:0;
  border-color:rgba(255,255,255,0.28);
  background:rgba(255,255,255,0.1);
}
.home-pricing .quantity-selector button,
.home-pricing .quantity-selector input{
  font-size:1rem;
  color:#fff;
}
.home-pricing-add,
.home-pricing-buy{
  width:100%;
  min-height:50px;
  height:50px;
  padding:0 14px;
  border-radius:999px;
  font-size:0.82rem;
  font-weight:700;
  letter-spacing:0.02em;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.home-pricing-add{
  background:var(--pricing-orange);
  border:0;
  color:#fff;
  box-shadow:0 12px 28px rgba(250,115,21,0.35);
}
.home-pricing-add:hover{filter:brightness(1.05);}
.home-pricing-buy,
.home-pricing .btn-light-cart{
  background:#fff !important;
  color:var(--pricing-navy) !important;
  border:0;
}
.home-pricing-buy:hover{filter:brightness(0.97);}
.home-pricing-perks{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 18px;
  font-family:var(--pricing-font);
  font-size:0.78rem;
  font-weight:600;
  color:rgba(255,255,255,0.9);
}
.home-pricing-perks span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.home-pricing-perks i{
  color:var(--pricing-orange);
  font-size:0.9em;
}

@media (max-width:700px){
  .home-pricing{padding:var(--section-y) 20px;}
  .home-pricing-inner{max-width:100%;}
  .home-pricing-heading{
    font-size:clamp(1.15rem, 5.2vw, 1.55rem);
    margin-bottom:12px;
    white-space:normal;
  }
  .home-pricing-label{margin-bottom:10px;}
  .home-pricing-sub{
    font-size:clamp(0.68rem, 3.2vw, 0.88rem);
    margin-bottom:18px;
    width:100%;
    white-space:normal;
  }
  .home-pricing-price{font-size:1.95rem;margin-bottom:18px;}
  .home-pricing .home-pricing-actions.product-purchase-actions,
  .home-pricing-actions{
    grid-template-columns:92px minmax(0, 1fr) minmax(0, 0.95fr) !important;
    gap:8px !important;
  }
  .home-pricing-add,
  .home-pricing-buy{
    font-size:0.74rem;
    padding:0 8px;
    min-height:46px;
    height:46px;
  }
  .home-pricing .quantity-selector{height:46px;}
  .home-pricing-perks{
    gap:8px 14px;
    font-size:0.7rem;
  }
}

@media (max-width:420px){
  .home-pricing .home-pricing-actions.product-purchase-actions,
  .home-pricing-actions{
    grid-template-columns:1fr !important;
  }
  .home-pricing .quantity-selector{width:100%;}
}

/* ===================== HOME FAQ ===================== */
.home-faq{
  --faq-navy:#0B2D5B;
  --faq-label:#1AAFBE;
  --faq-num:#1EB8C8;
  --faq-orange:#FA7315;
  --faq-subtitle:#7C8798;
  --faq-q:#0B2D5B;
  --faq-a:#5B6575;
  --faq-line:rgba(11,45,91,0.12);
  --faq-font-display:var(--font);
  --faq-font-body:var(--font);

  position:relative;
  overflow:hidden;
  scroll-margin-top:110px;
  margin:0;
  padding:0;
  background:#d7e6f2;
  font-family:var(--faq-font-body);
}
.home-faq-stage{
  position:relative;
  width:100%;
  /* Shorter stage so content sits tighter top-to-bottom */
  aspect-ratio:1800 / 980;
  min-height:0;
  margin:0;
}
.home-faq-scene{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
  z-index:0;
  pointer-events:none;
  user-select:none;
}
.home-faq-overlay{
  position:relative;
  z-index:1;
  height:100%;
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,0.95fr);
  gap:clamp(24px,4vw,64px);
  align-items:start;
  padding:
    clamp(16px,2.4vw,28px)
    clamp(28px,6vw,72px)
    clamp(8px,1.5vw,16px);
  box-sizing:border-box;
}
.home-faq-copy{
  /* Wide enough for the heading on one line */
  max-width:min(100%,560px);
}
.home-faq-label{
  display:inline-block;
  font-family:var(--faq-font-body);
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:3.5px;
  text-transform:uppercase;
  color:var(--faq-label);
  margin-bottom:10px;
}
.home-faq-heading{
  font-family:var(--faq-font-display);
  font-weight:800;
  font-size:clamp(1.75rem,3.1vw,2.85rem);
  line-height:1.1;
  letter-spacing:-0.03em;
  color:var(--faq-navy);
  margin:0 0 12px;
  max-width:none;
  white-space:nowrap;
}
.home-faq-lede{
  display:block;
  margin:0 0 18px;
  font-size:clamp(0.95rem,1.15vw,1.08rem);
  font-weight:500;
  line-height:1.45;
  color:var(--faq-subtitle);
  max-width:none;
  white-space:nowrap;
}
.home-faq-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.home-faq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 26px;
  border-radius:999px;
  font-family:var(--faq-font-body);
  font-size:0.8rem;
  font-weight:700;
  letter-spacing:0.06em;
  text-transform:uppercase;
  text-decoration:none;
  color:#fff;
  border:0;
  cursor:pointer;
  will-change:transform;
  transition:transform 300ms ease, filter 300ms ease, background 300ms ease;
}
.home-faq-btn--navy{background:var(--faq-navy);}
.home-faq-btn--orange{background:var(--faq-orange);}
.home-faq-btn:hover{
  transform:translateY(-2px) scale(1.03);
  filter:brightness(1.03);
}
.home-faq-btn:active{transform:scale(1.02);}

.home-faq-list{
  width:100%;
  max-width:560px;
  margin:0 0 0 auto;
  /* Push questions down to sit level with the buttons */
  padding:clamp(5.2rem,9vw,7.25rem) 0 0;
  min-width:0;
  height:100%;
  max-height:100%;
  justify-self:end;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-sizing:border-box;
}
.home-faq .faq-item{
  border-bottom:1px solid var(--faq-line);
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.home-faq .faq-item:first-child{
  border-top:1px solid var(--faq-line);
}
.home-faq .faq-q{
  width:100%;
  min-height:68px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 20px;
  align-items:center;
  gap:12px;
  text-align:left;
  padding:clamp(14px,1.6vw,22px) 2px;
  margin:0;
  font-family:var(--faq-font-body);
  font-size:clamp(0.98rem,1.25vw,1.12rem);
  font-weight:600;
  color:var(--faq-q);
  background:transparent;
  border:0;
  cursor:pointer;
  border-radius:0;
  transition:background 280ms ease;
}
.home-faq .faq-q:hover{
  background:rgba(255,255,255,0.35);
}
.home-faq .faq-num{
  font-size:clamp(1.1rem,1.5vw,1.3rem);
  font-weight:700;
  color:var(--faq-num);
  letter-spacing:-0.02em;
  line-height:1;
}
.home-faq .faq-q-text{
  line-height:1.35;
  color:var(--faq-navy);
}
.home-faq .faq-plus{
  position:relative;
  width:16px;
  height:16px;
  justify-self:end;
  flex-shrink:0;
  transition:transform 300ms ease;
}
.home-faq .faq-plus::before,
.home-faq .faq-plus::after{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  background:var(--faq-orange);
  border-radius:1px;
}
.home-faq .faq-plus::before{
  width:14px;
  height:2.5px;
  transform:translate(-50%,-50%);
}
.home-faq .faq-plus::after{
  width:2.5px;
  height:14px;
  transform:translate(-50%,-50%);
}
.home-faq .faq-item.open .faq-plus{
  transform:rotate(45deg);
}
.home-faq .faq-a{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transition:grid-template-rows 300ms ease, opacity 300ms ease;
}
.home-faq .faq-item.open .faq-a{
  grid-template-rows:1fr;
  opacity:1;
}
.home-faq .faq-a-inner{
  overflow:hidden;
  min-height:0;
}
.home-faq .faq-a p{
  margin:0;
  padding:0 4px 14px 56px;
  font-size:0.94rem;
  line-height:1.6;
  color:var(--faq-a);
  max-width:500px;
}

@media (max-width:1100px){
  .home-faq-heading{
    font-size:clamp(1.6rem,2.8vw,2.4rem);
    white-space:nowrap;
  }
  .home-faq-list{padding-top:clamp(4.6rem,8vw,6.5rem);}
  .home-faq .faq-q{min-height:64px;padding:16px 2px;}
}
@media (max-width:900px){
  .home-faq-stage{
    aspect-ratio:auto;
    min-height:0;
    display:flex;
    flex-direction:column;
  }
  .home-faq-scene{
    display:none;
  }
  .home-faq-overlay{
    display:flex;
    flex-direction:column;
    gap:24px;
    height:auto;
    margin-top:0;
    padding:clamp(28px,6vw,40px) clamp(20px,5vw,40px) 28px;
    background:linear-gradient(180deg,
      #e8f1f8 0%,
      #eef5fa 32%,
      #f4f8fb 100%);
  }
  .home-faq-copy{
    max-width:none;
    max-height:none;
    text-align:center;
  }
  .home-faq-heading{white-space:normal;}
  .home-faq-lede{margin-inline:auto;}
  .home-faq-actions{justify-content:center;}
  .home-faq-list{
    margin:0;
    max-width:none;
    padding-top:0;
    height:auto;
    display:block;
    justify-self:stretch;
  }
  .home-faq .faq-item{flex:none;}
  .home-faq .faq-q{text-align:left;}
}
@media (max-width:640px){
  .home-faq-overlay{padding:24px 18px 24px;margin-top:0;}
  .home-faq-heading{
    font-size:1.55rem;
    white-space:normal;
  }
  .home-faq-btn{padding:10px 20px;font-size:0.76rem;}
  .home-faq .faq-q{
    font-size:0.95rem;
    min-height:56px;
    grid-template-columns:34px minmax(0,1fr) 16px;
    gap:8px;
    padding:12px 2px;
  }
  .home-faq .faq-num{font-size:1.05rem;}
  .home-faq .faq-a p{padding:0 2px 12px 42px;font-size:0.9rem;}
}

/* Keep legacy .home-cta for about/product pages */
.home-cta{
  background:linear-gradient(120deg, var(--orange) 0%, var(--orange-hover) 100%);
  border-radius:var(--radius-lg);
  margin:0 clamp(20px,5vw,56px);
  padding:clamp(50px,7vw,90px) clamp(30px,6vw,80px);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
}
.home-cta h2{color:#fff;max-width:520px;}
.home-cta .btn-light{color:var(--orange-hover);}
@media (max-width:700px){
  .home-cta{flex-direction:column;text-align:center;}
}

/* ===================== HOME ORDER ===================== */
.home-order{
  --order-navy:#082d54;
  --order-teal:#22C7E8;
  --order-orange:#FA7315;
  --order-muted:#8B9BB0;
  --order-soft:#A8B8C8;

  padding:clamp(72px,9vw,110px) 0 clamp(80px,10vw,120px);
  background:#fff;
  scroll-margin-top:120px;
  overflow:hidden;
}
.home-order-head{
  max-width:720px;
  margin-bottom:clamp(28px,4vw,40px);
}
.home-order-eyebrow,
.home-order .home-order-eyebrow.eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family:var(--font);
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:var(--order-teal);
  margin:0 0 16px;
}
.home-order-eyebrow::before{
  content:'';
  width:18px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}
.home-order-head h2{
  margin:0;
  font-family:var(--font);
  font-size:clamp(2.15rem,4.4vw,3.35rem);
  font-weight:800;
  letter-spacing:-0.035em;
  line-height:1.12;
  color:var(--order-navy);
  text-transform:none;
}
.home-order-head p{
  margin:16px 0 0;
  font-family:var(--font);
  font-size:clamp(1.02rem,1.5vw,1.2rem);
  font-weight:500;
  line-height:1.5;
  color:var(--order-muted);
}
.home-order-stage{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:clamp(4px,1.5vw,12px);
  min-height:clamp(420px,52vw,560px);
}
.home-order-watermark{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(98vw, 1180px);
  max-width:none;
  height:auto;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
  z-index:0;
  opacity:1;
  mix-blend-mode:multiply;
}
.home-order-card{
  position:relative;
  z-index:1;
  width:100%;
  max-width:540px;
  margin:0 auto;
  text-align:center;
  padding:clamp(42px,5vw,60px) clamp(28px,4vw,52px) clamp(32px,4vw,44px);
  border-radius:36px;
  background:var(--order-navy);
  color:#fff;
  box-shadow:0 28px 70px rgba(8,45,84,0.28);
}
.home-order-label{
  display:inline-block;
  font-family:var(--font);
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#F0A876;
  margin-bottom:10px;
}
.home-order-price{
  font-family:var(--font);
  font-size:clamp(3.1rem,6vw,4rem);
  font-weight:800;
  color:#fff;
  margin:8px 0 8px;
  letter-spacing:-0.04em;
  line-height:1;
}
.home-order-mrp{
  color:#8FA3B8;
  font-family:var(--font);
  font-size:1.05rem;
  font-weight:500;
  text-decoration:line-through;
}
.home-order-note{
  color:#B7C6D6;
  font-family:var(--font);
  font-size:0.98rem;
  font-weight:500;
  margin:20px auto 34px;
  max-width:34ch;
  line-height:1.5;
}
.home-order-purchase{gap:14px;}
.home-order-purchase .product-purchase-actions{
  grid-template-columns:118px 1fr;
  gap:12px;
}
.home-order-card .quantity-selector{
  height:56px;
  border:1px solid rgba(255,255,255,0.16);
  border-radius:999px;
  background:rgba(255,255,255,0.08);
}
.home-order-card .quantity-selector button,
.home-order-card .quantity-selector input{
  color:#fff;
  font-weight:700;
}
.home-order-add{
  width:100%;
  min-height:56px;
  padding:0 22px;
  border-radius:999px;
  background:var(--order-orange);
  font-family:var(--font);
  font-size:1rem;
  font-weight:700;
  letter-spacing:0.01em;
  box-shadow:0 12px 28px rgba(250,115,21,0.35);
}
.home-order-buy,
.home-order-card .btn-light-cart{
  width:100%;
  min-height:56px;
  border-radius:999px;
  background:#fff;
  color:var(--order-navy);
  font-family:var(--font);
  font-size:1rem;
  font-weight:700;
}
.home-order-perks{
  display:flex;
  justify-content:center;
  gap:22px;
  margin-top:28px;
  flex-wrap:wrap;
}
.home-order-perks span{
  font-family:var(--font);
  font-size:0.84rem;
  font-weight:500;
  color:#9BB0C4;
  display:flex;
  align-items:center;
  gap:8px;
}
.home-order-perks i{color:var(--order-orange);}
@media (max-width:700px){
  .home-order{padding:64px 0 72px;}
  .home-order-head h2{font-size:clamp(1.9rem,8vw,2.4rem);}
  .home-order-head p{font-size:1rem;}
  .home-order-stage{min-height:0;padding:20px 0 8px;}
  .home-order-watermark{width:min(140vw, 820px);opacity:0.85;}
  .home-order-card{
    border-radius:28px;
    padding:36px 22px 30px;
  }
  .home-order-price{font-size:clamp(2.7rem,12vw,3.2rem);}
  .home-order-purchase .product-purchase-actions{
    grid-template-columns:100px 1fr;
  }
  .home-order-perks{gap:14px 18px;}
}

/* ===================== CERTIFIED CTA ===================== */
.why-cta-section{
  padding:0;
  margin:0;
}
.why-cta-band{
  position:relative;
  margin:0;
  padding:clamp(28px,3.6vw,44px) clamp(28px,8vw,100px);
  border-radius:0;
  overflow:hidden;
  color:#fff;
  display:block;
  isolation:isolate;
  background:
    url('../assets/images/cta/orange-wave.png') center bottom / cover no-repeat,
    linear-gradient(120deg, #FA7315 0%, #E56612 100%);
  box-shadow:none;
}
.why-cta-band::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(105deg, rgba(250,115,21,0.28) 0%, rgba(250,115,21,0.08) 48%, rgba(250,115,21,0.02) 100%);
  pointer-events:none;
}
.why-cta-copy{
  position:relative;
  z-index:1;
  max-width:640px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0;
}
.why-cta-label{
  display:inline-block;
  font-family:var(--font);
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:#22C7E8;
  margin-bottom:8px;
}
.why-cta-heading{
  margin:0 0 8px;
  font-family:var(--font);
  font-size:clamp(1.55rem,2.8vw,2.25rem);
  font-weight:800;
  letter-spacing:-0.03em;
  line-height:1.15;
  color:#fff;
  max-width:18ch;
}
.why-cta-pocket{color:#0B2D5B;}
.why-cta-lab{color:#22C7E8;}
.why-cta-sub{
  margin:0 0 12px;
  font-size:clamp(0.92rem,1.1vw,1.02rem);
  font-weight:500;
  line-height:1.45;
  color:#fff;
  max-width:38ch;
}
.why-cta-price{
  margin:0 0 14px;
  display:flex;
  align-items:baseline;
  gap:10px;
}
.why-cta-amount{
  font-family:var(--font);
  font-size:clamp(1.5rem,2.8vw,2rem);
  font-weight:800;
  letter-spacing:-0.03em;
  color:#22C7E8;
  line-height:1;
}
.why-cta-allin{
  font-size:0.95rem;
  font-weight:500;
  color:rgba(255,255,255,0.92);
}
.why-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 26px;
  border-radius:999px;
  background:#0B2D5B;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0.1em;
  font-size:0.78rem;
  font-weight:700;
  transition:transform 300ms ease, filter 300ms ease, background 300ms ease;
}
.why-cta-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.08);
  background:#0a2549;
}
@media (max-width:640px){
  .why-cta-band{
    margin:0;
    padding:26px 22px 32px;
    border-radius:0;
    background-position:center bottom;
  }
  .why-cta-heading{max-width:none;}
  .why-cta-sub{max-width:none;}
}

/* =========================================================
   Science You Can Trust ? peek carousel (after pricing)
   ========================================================= */
.science-trust{
  --st-navy:#0A2D63;
  --st-orange:#FF6A13;
  --st-teal:#28bcbf;
  --st-muted:#5b6675;
  --st-dot:#c5ced8;
  --st-font:'Adobe Clean','Inter','SF Pro Display',sans-serif;
  position:relative;
  width:100%;
  padding:clamp(72px, 9vw, 110px) 0 clamp(64px, 8vw, 96px);
  background:linear-gradient(180deg, #eef3f7 0%, #f5f8fb 48%, #eef2f6 100%);
  font-family:var(--st-font);
  overflow:hidden;
}
.science-trust-inner{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 clamp(16px, 3vw, 40px);
}
.science-trust-head{
  text-align:center;
  margin:0 auto clamp(36px, 5vw, 52px);
  max-width:720px;
}
.science-trust-label{
  display:block;
  margin:0 0 14px;
  color:var(--st-teal);
  font-size:13px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
}
.science-trust-title{
  margin:0;
  color:var(--st-navy);
  font-size:clamp(28px, 3.6vw, 42px);
  font-weight:700;
  line-height:1.18;
  letter-spacing:-0.03em;
}
.science-trust-accent{ color:var(--st-orange); }

.science-carousel{ position:relative; width:100%; }
.science-carousel-viewport{
  position:relative;
  width:100%;
  height:clamp(340px, 42vw, 420px);
  margin:0 auto;
  perspective:1200px;
}
.science-card{
  position:absolute;
  top:50%;
  left:50%;
  width:min(780px, 86%);
  height:min(400px, 100%);
  display:grid;
  grid-template-columns:minmax(220px, 0.42fr) minmax(0, 0.58fr);
  border-radius:22px;
  overflow:hidden;
  background:#f7f8fa;
  box-shadow:0 18px 40px rgba(15, 30, 50, 0.1);
  transform:translate3d(-50%, -50%, 0) scale(0.88);
  opacity:0;
  pointer-events:none;
  will-change:transform, opacity;
  transition:
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.55s ease;
  z-index:1;
}
.science-card.is-center{
  opacity:1;
  pointer-events:auto;
  z-index:3;
  transform:translate3d(-50%, -50%, 0) scale(1);
  box-shadow:0 22px 48px rgba(15, 30, 50, 0.14);
}
.science-card.is-left{
  opacity:0.45;
  z-index:2;
  transform:translate3d(calc(-50% - 38%), -50%, 0) scale(0.9);
}
.science-card.is-right{
  opacity:0.45;
  z-index:2;
  transform:translate3d(calc(-50% + 38%), -50%, 0) scale(0.9);
}
.science-card.is-far{
  opacity:0;
  z-index:0;
  transform:translate3d(-50%, -50%, 0) scale(0.84);
}

.science-card-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:12px;
  padding:clamp(22px, 3vw, 36px);
  background:#f7f8fa;
  min-width:0;
}
.science-card-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:transparent;
  box-shadow:none;
  flex:0 0 auto;
  overflow:visible;
  padding:0;
  box-sizing:border-box;
}
.science-card-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.science-card-title{
  margin:0;
  color:var(--st-navy);
  font-size:clamp(20px, 2.2vw, 28px);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-0.02em;
}
.science-card-text{
  margin:0;
  color:var(--st-muted);
  font-size:clamp(13px, 1.15vw, 15px);
  line-height:1.55;
  max-width:28ch;
}
.science-card-media{
  position:relative;
  min-width:0;
  height:100%;
  overflow:hidden;
  background:#e8eef3;
}
.science-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.science-carousel-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:clamp(28px, 4vw, 40px);
}
.science-carousel-arrow,
.science-carousel-pause{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1.5px solid #b8c2ce;
  background:transparent;
  color:#6b7785;
  display:grid;
  place-items:center;
  cursor:pointer;
  flex:0 0 auto;
  transition:border-color .25s ease, color .25s ease, background .25s ease;
}
.science-carousel-arrow:hover,
.science-carousel-pause:hover{
  border-color:var(--st-orange);
  color:var(--st-orange);
}
.science-carousel-pause[aria-pressed="true"]{
  border-color:var(--st-orange);
  color:var(--st-orange);
  background:rgba(255,106,19,0.08);
}
.science-carousel-dots{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:0 6px;
}
.science-carousel-dot{
  position:relative;
  width:8px;
  height:8px;
  border:0;
  border-radius:999px;
  background:var(--st-dot);
  padding:0;
  cursor:pointer;
  overflow:hidden;
  transition:width .35s ease, background .25s ease;
}
.science-carousel-dot.is-active{
  width:28px;
  background:rgba(255,106,19,0.28);
}
.science-carousel-dot-progress{
  position:absolute;
  inset:0;
  width:0%;
  border-radius:inherit;
  background:var(--st-orange);
  transform-origin:left center;
}

@media (max-width:900px){
  .science-carousel-viewport{ height:clamp(360px, 58vw, 440px); }
  .science-card{
    width:min(640px, 88%);
    height:min(360px, 100%);
    grid-template-columns:minmax(180px, 0.4fr) minmax(0, 0.6fr);
  }
  .science-card.is-left{ transform:translate3d(calc(-50% - 42%), -50%, 0) scale(0.88); }
  .science-card.is-right{ transform:translate3d(calc(-50% + 42%), -50%, 0) scale(0.88); }
}

@media (max-width:768px){
  .science-trust{ padding:56px 0 48px; }
  .science-trust-title{ font-size:clamp(24px, 7vw, 32px); }
  .science-carousel-viewport{
    height:min(72vw, 460px);
    max-height:520px;
  }
  .science-card{
    width:min(92vw, 420px);
    height:100%;
    grid-template-columns:1fr;
    grid-template-rows:1fr;
  }
  .science-card.is-left{
    opacity:0.35;
    transform:translate3d(calc(-50% - 48%), -50%, 0) scale(0.92);
  }
  .science-card.is-right{
    opacity:0.35;
    transform:translate3d(calc(-50% + 48%), -50%, 0) scale(0.92);
  }
  .science-card-media{
    grid-area:1 / 1;
  }
  .science-card-copy{
    grid-area:1 / 1;
    z-index:2;
    justify-content:flex-end;
    align-self:stretch;
    padding:22px 20px 24px;
    background:linear-gradient(180deg, transparent 0%, rgba(8,16,28,0.55) 38%, rgba(8,16,28,0.88) 100%);
  }
  .science-card-icon{
    width:48px;
    height:48px;
    background:transparent;
    box-shadow:none;
  }
  .science-card-title{ color:#fff; font-size:22px; }
  .science-card-text{
    color:rgba(255,255,255,0.82);
    max-width:none;
    font-size:13.5px;
  }
  .science-carousel-controls{ gap:10px; margin-top:24px; }
}

@media (prefers-reduced-motion:reduce){
  .science-card,
  .science-carousel-dot,
  .science-carousel-dot-progress{
    transition:none !important;
  }
}
