:root {
  /* ── Primary (Brand Brief §3) ── */
  --green:           #2C9942;   /* Cocoxim Green — C82 M16 Y100 K2 */
  --coconut-white:   #F7FBF8;   /* Background white */
  /* ── Secondary palette ── */
  --bright-green:    #88BE47;
  --soft-green:      #5EBE79;
  --coconut-beige:   #E5DBCA;
  /* ── Accents ── */
  --yellow:          #FED74C;   /* Tropical Yellow */
  --orange:          #FF895A;   /* Coral Orange (replaces cta-orange) */
  --deep-blue:       #00228C;
  --sky-blue:        #81BDFF;
  /* ── Legacy palette (kept for gradients / backgrounds) ── */
  --lime:            #c9f36b;
  --mint:            #cffff0;
  --aqua:            #8de9ef;
  --soft-yellow:     #fff2b8;
  --coral:           #ff7e70;
  --light-orange:    #ffd9a0;
  /* ── Section surface backgrounds ── */
  --surface-green:   #e8f7d7;   /* Wellness story, gallery, nutrition backgrounds */
  --surface-mint:    #c8f2ed;   /* Collection section, aqua-tint backgrounds */
  --surface-blue:    #bfefff;   /* Moment visual background */
  --loader-bg:       #f4f8f0;   /* Site loader / page-load overlay */
  /* ── Neutrals ── */
  --dark-bg:         #10261d;   /* Recipes hero / dark section backgrounds */
  --dark-card:       #1c2d26;   /* Recipe card dark background */
  --pink-accent:     #ff6f91;              /* Reel like / heart icon */
  --cream:           #fffbed;
  --ink:             #15382a;
  --white:           #ffffff;
  /* ── Spacing tokens ── */
  --section-space-y:        clamp(88px, 7vw, 110px);
  --section-space-x:        clamp(22px, 5vw, 80px);
  --section-space-y-mobile: 72px;
  --section-space-x-mobile: 22px;
  --section-space-y-small:  68px;
  --section-space-x-small:  18px;
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
}
html.loader-pending,
html.loader-pending body {
  overflow: hidden;
}
html.loader-pending body > :not(.site-loader) {
  visibility: hidden;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  overscroll-behavior-x: none;
  color: var(--ink);
  background: var(--cream);
  font-family: "Plus Jakarta Sans", sans-serif;
}
h1,
h2,
h3 {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: keep-all;
}
body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

/* Shared editorial heading used across every page section. */
.section-kicker.section-kicker {
  margin: 0;
  color: var(--green);
  font-size: clamp(.62rem, .72vw, .72rem);
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
}
.section-title.section-title {
  margin: 14px 0 24px;
  max-width: 100%;
  font-size: clamp(2.75rem, 4.65vw, 6rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.045em;
  text-wrap: nowrap;
  text-transform: uppercase;
  white-space: nowrap;
}
.section-title.section-title br { display: none; }
.section-title.section-title > span,
.section-title.section-title em {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}
.section-title.section-title em {
  color: var(--green);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.045em;
  text-transform: none;
}
.body-copy {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
}
.section-heading-center {
  text-align: center;
}
.section-heading-center .section-kicker {
  text-align: center;
}
.section-heading-center .section-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  text-align: center;
}
.section-heading-center .section-title > span,
.section-heading-center .section-title em {
  margin-inline: auto;
}
@media (max-width: 900px) {
  .section-kicker.mobile-kicker-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity .58s ease,
      transform .68s cubic-bezier(.22, 1, .36, 1);
  }
  .section-kicker.mobile-kicker-reveal.is-revealed {
    opacity: 1;
    transform: translateY(0);
  }
  .section-title.section-title {
    margin-block: 12px 20px;
    font-size: clamp(2.25rem, 6.2vw, 4.25rem);
  }
  .product-reveal-copy .section-title,
  .moment-copy .section-title {
    width: max-content;
    max-width: calc(100vw - 44px);
  }

}
@media (max-width: 560px) {
  .section-kicker.section-kicker { font-size: .58rem; }
  .section-title.section-title { font-size: clamp(2.1rem, 8.8vw, 3.3rem); }
}
.ui-icon {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -.16em;
  pointer-events: none;
}
.ui-icon .ui-icon-fill {
  fill: currentColor;
  stroke: none;
}
.collection-arrow .ui-icon,
.shop-drawer-close .ui-icon,
.reel-close .ui-icon,
.reel-details-close .ui-icon,
.cookie-modal-close .ui-icon {
  width: 1em;
  height: 1em;
}
.recipe-play .ui-icon,
.reel-toggle .ui-icon {
  width: 1.15em;
  height: 1.15em;
}




.site-loader {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, rgba(211, 231, 195, .6) 0, rgba(244, 248, 240, 0) 34%),
    var(--loader-bg);
  opacity: 1;
  visibility: visible;
  will-change: transform;
  transform: translateY(0);
  transition: transform 0.92s cubic-bezier(0.76, 0, 0.24, 1);
}
.site-loader-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}
html.loader-complete .site-loader {
  transform: translateY(105%);
  pointer-events: none;
}

/* Skip control — appears on the hero AFTER the preloader, letting the visitor
   jump past the cinematic intro scroll story straight to the products. */
.intro-skip {
  position: fixed;
  z-index: 60;
  bottom: clamp(1.5rem, 4vh, 2.75rem);
  right: clamp(1.5rem, 4vw, 2.75rem);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.3rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--secondary, #0b0f0e);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(11, 15, 14, 0.18);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease, background 0.3s ease;
}
.intro-skip[hidden] { display: none; }
.intro-skip.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.intro-skip span { transition: transform 0.3s ease; }
.intro-skip:hover { background: rgba(255, 255, 255, 0.9); }
.intro-skip:hover span { transform: translateX(3px); }
.intro-skip:focus-visible { outline: 2px solid var(--primary, #2c8b57); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  .intro-skip { transition: opacity 0.3s ease; transform: none; }
  .intro-skip.is-visible { transform: none; }
}




































/* Mega menu footer — "Xem tất cả sản phẩm" */






















/* Shared buttons */
.site-button,
.pill-cta,
.recipe-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 190px;
  min-height: 54px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: .85rem 1.15rem .85rem 1.4rem;
  color: var(--ink);
  background: var(--yellow);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
  text-transform: uppercase;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.site-button:hover,
.site-button:focus-visible,
.pill-cta:hover,
.recipe-link:hover {
  color: white;
  border-color: var(--orange);
  background: var(--orange);
}

.site-button span,
.pill-cta span,
.recipe-link span {
  color: var(--ink);
  font-size: 1.15rem;
  font-style: normal;
  line-height: .7;
}
.site-button:hover span,
.site-button:focus-visible span,
.pill-cta:hover span,
.recipe-link:hover span { color: white; }

.site-button {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
}
.site-button-primary {
  color: var(--ink);
  border: 0;
  background: var(--yellow);
}
.site-button-secondary {
  color: var(--ink);
  border-color: var(--ink);
  background: transparent;
}
.site-button-block { width: 100%; }
.site-button:focus-visible {
  outline: 3px solid rgba(255, 137, 90, .28);
  outline-offset: 3px;
}
.magnetic-button {
  will-change: translate;
  transition:
    translate .42s cubic-bezier(.22, 1.35, .36, 1),
    background .25s ease,
    border-color .25s ease,
    color .25s ease;
}
.magnetic-button:hover { transition-duration: .12s, .25s, .25s, .25s; }

.journey-product-wrap {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  width: min(25vw, 360px);
  height: 76vh;
  pointer-events: none;
  will-change: transform;
}
.journey-product {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  will-change: transform;
  backface-visibility: visible;
  filter: drop-shadow(0 24px 22px rgba(21, 56, 42, .24));
}
.product-shadow {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 1%;
  width: 64%;
  height: 5%;
  border-radius: 50%;
  background: rgba(21, 56, 42, .28);
  filter: blur(13px);
  transform: translateX(-50%);
}
.product-glow {
  position: absolute;
  z-index: 0;
  top: 12%;
  left: 50%;
  width: 82%;
  height: 72%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .62);
  filter: blur(32px);
  transform: translateX(-50%);
}

.pill-cta { margin-top: 1rem; }

/* Daily Wellness hero */
.story.wellness-story {
  position: relative;
  z-index: 2;
  height: 800vh;
  background: var(--surface-green);
}

.wellness-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background: var(--surface-green);
}

.wellness-bg,
.sequence-white-bg,
.wellness-grain {
  position: absolute;
  inset: 0;
}

.wellness-bg {
  z-index: -5;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .96) 0 8%, transparent 37%),
    linear-gradient(135deg, #dff7ff 0%, #f9f3d8 48%, #c9f3d5 100%);
  will-change: background;
}

.sequence-white-bg {
  z-index: -4;
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.wellness-grain {
  z-index: 50;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.wellness-scene {
  position: absolute;
  inset: 0;
}

.nature-asset,
.hero-sequence-canvas {
  position: absolute;
  user-select: none;
  pointer-events: none;
  will-change: transform, opacity;
}

.nature-asset {
  z-index: -1;
  object-fit: cover;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 38%, transparent 73%);
  mask-image: radial-gradient(ellipse at center, #000 38%, transparent 73%);
}

.sunlight-asset {
  top: -29%;
  left: 8%;
  width: 66vw;
  height: 95vh;
  opacity: .44;
  mix-blend-mode: screen;
  transform: rotate(-8deg);
}

.wellness-leaf {
  width: min(50vw, 760px);
  opacity: .58;
}

.leaf-a {
  top: -17%;
  left: -17%;
  transform: rotate(-17deg);
}

.leaf-b {
  right: -18%;
  bottom: -23%;
  transform: rotate(158deg);
}

.wellness-bubble {
  width: 160px;
  opacity: .55;
  mix-blend-mode: screen;
}

.bubble-a { top: 15%; right: 10%; }
.bubble-b { bottom: 9%; left: 14%; width: 90px; }

.wellness-intro {
  z-index: 5;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 8rem 5vw 4rem;
  text-align: center;
}

.moment-number {
  margin: 0;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.wellness-intro h1 span,
.wellness-intro h1 em { display: block; }

.wellness-sub { margin: 0; }

.wellness-scroll {
  position: absolute;
  bottom: 4vh;
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.wellness-scroll span {
  width: 40px;
  height: 1px;
  background: currentColor;
}

.nature-reveal {
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
}

.hero-sequence-canvas {
  top: 50%;
  left: 50%;
  width: min(90vw, 144vh);
  height: auto;
  aspect-ratio: 16 / 9;
  transform: none;
  -webkit-mask-image: radial-gradient(
    ellipse 68% 72% at center,
    #000 42%,
    rgba(0, 0, 0, .82) 56%,
    rgba(0, 0, 0, .24) 70%,
    transparent 82%
  );
  mask-image: radial-gradient(
    ellipse 68% 72% at center,
    #000 42%,
    rgba(0, 0, 0, .82) 56%,
    rgba(0, 0, 0, .24) 70%,
    transparent 82%
  );
  mix-blend-mode: multiply;
}

.wellness-story .journey-product-wrap {
  z-index: 22;
  top: 50%;
  left: 50%;
  width: min(25vw, 360px);
  height: 76vh;
}

.wellness-story .journey-product {
  filter: drop-shadow(0 24px 22px rgba(21, 56, 42, .2));
}

.wellness-story .product-shadow {
  bottom: 2%;
  width: 52%;
  height: 3.2%;
  opacity: .2;
  filter: blur(12px);
}

.wellness-story .product-glow {
  top: 14%;
  width: 105%;
  height: 70%;
  opacity: .8;
  filter: blur(45px);
}

.product-reveal-copy {
  z-index: 18;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(30vw, 420px);
  height: auto;
  inset: 50% auto auto 7vw;
  transform: translateY(-50%);
}

.product-reveal-copy > p:not(.wellness-kicker),
.moment-copy > p:last-child {
  max-width: 340px;
  margin: 0;
}

.wellness-cta { margin-top: 1.8rem; }

.wellness-moment {
  z-index: 12;
  opacity: 0;
  visibility: hidden;
}

.moment-copy {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 29%;
  width: min(25vw, 330px);
  transform: translateY(-50%);
}

.moment-visual {
  position: absolute;
  z-index: 2;
  top: 15%;
  right: 4.5%;
  width: 52%;
  height: 72vh;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--surface-blue);
  will-change: clip-path, transform;
}

.moment-visual::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.12), transparent 45%);
  pointer-events: none;
}

.moment-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

.morning-visual {
  border-radius: 48% 52% 45% 55% / 58% 42% 58% 42%;
  clip-path: circle(0% at 50% 50%);
  transform: rotate(1.5deg);
}

.morning-visual img {
  object-position: 64% center;
  transform: scale(1.08) rotate(-1.5deg);
}

.active-visual {
  border-radius: 58% 42% 55% 45% / 42% 58% 44% 56%;
  clip-path: circle(0% at 50% 50%);
  transform: rotate(-2deg);
}

.active-visual img {
  object-position: center;
  transform: scale(1.08) rotate(2deg);
}

.sharing-visual {
  border-radius: 42% 58% 54% 46% / 52% 42% 58% 48%;
  clip-path: circle(0% at 50% 50%);
  transform: rotate(2deg);
}

.sharing-visual img {
  object-position: 42% center;
  transform: scale(1.1) rotate(-2deg);
}

.handoff-depth-blur {
  position: absolute;
  z-index: 40;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(246, 247, 224, .08);
  -webkit-backdrop-filter: blur(0) brightness(1);
  backdrop-filter: blur(0) brightness(1);
  will-change: opacity, backdrop-filter;
}

.wellness-progress {
  position: absolute;
  z-index: 42;
  right: 22px;
  top: 18%;
  width: 2px;
  height: 64%;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, .18);
}

.wellness-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--green);
  transform: scaleY(0);
  transform-origin: top;
}

.story-product-handoff {
  position: fixed;
  z-index: 45;
  top: 0;
  left: 0;
  width: min(25vw, 290px);
  height: 74vh;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.story-product-handoff img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 20px rgba(21, 56, 42, .18));
}

.handoff-product-glow {
  position: absolute;
  z-index: 1;
  top: 14%;
  left: 50%;
  width: 98%;
  height: 70%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  filter: blur(42px);
  transform: translateX(-50%);
  will-change: opacity, transform, filter;
}

/* Section 03: pinned product universe */
.product-story {
  position: relative;
  height: 460vh;
  background: var(--cream);
}

.product-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--stage-color, #fffdf4);
}

.stage-background {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.9) 0 18%, transparent 40%),
    var(--stage-color, #fffdf4);
}

.stage-word {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,.72);
  font-size: clamp(7rem, 16vw, 15rem);
  font-weight: 950;
  letter-spacing: -.08em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.product-stage .product-rail {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: min(25vw, 290px);
  height: 74%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.product-stack {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
}

.rail-product {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  will-change: transform;
}

.rail-product-placeholder {
  opacity: 0;
}

.product-aura {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 138%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  display: none;
  transform: translateX(-50%);
}

.product-stage .product-shadow {
  right: 12%;
  bottom: 2%;
  left: 12%;
  width: auto;
  height: 2.5%;
  background: rgba(21,56,42,.12);
  display: none;
  transform: none;
}

.rail-index {
  position: absolute;
  z-index: 4;
  right: -50px;
  bottom: 4%;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

.variant-content,
.variant { position: absolute; inset: 0; }
.variant { z-index: 10; visibility: hidden; opacity: 0; pointer-events: none; }
.variant.is-active { visibility: visible; opacity: 1; }

.variant-copy {
  position: absolute;
  top: 50%;
  left: 5%;
  width: auto;
  transform: translateY(-50%);
}

.variant-copy > p:last-child { max-width: 410px; }
.variant-mobile-product { display: none; }

.variant-specs {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 250px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255,255,255,.48);
  transform: translateY(-50%);
}

.variant-specs > p { margin: 0; font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.variant-specs > strong { display: block; margin: 14px 0 5px; font-size: 2rem; letter-spacing: -.06em; }
.variant-specs > span { display: block; min-height: 45px; font-size: .7rem; line-height: 1.5; }
.variant-specs div { display: flex; align-items: baseline; justify-content: space-between; margin-top: 13px; border-top: 2px solid rgba(21,56,42,.2); padding-top: 13px; }
.variant-specs small { max-width: 110px; text-align: right; opacity: .65; }

.story-progress {
  position: absolute;
  z-index: 40;
  top: 50%;
  right: 24px;
  width: 2px;
  height: 150px;
  overflow: hidden;
  background: rgba(21,56,42,.15);
  transform: translateY(-50%);
}

.progress-fill { display: block; width: 100%; height: 100%; background: var(--green); transform: scaleY(0); transform-origin: top; }
.stage-hint { position: absolute; z-index: 40; bottom: 24px; left: 50%; margin: 0; font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }

/* Collection */
.collection {
  position: relative;
  min-height: 115vh;
  padding: var(--section-space-y) var(--section-space-x);
  background: var(--surface-mint);
}
.collection-header { display: block; }
.collection-heading { max-width: 760px; }
.collection-carousel { position: relative; margin-top: 45px; }
.collection-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 58px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--cream);
  font-size: 1.35rem;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, background .2s ease, opacity .2s ease;
}
.collection-prev { left: -29px; }
.collection-next { right: -29px; }
.collection-arrow:hover,
.collection-arrow:focus-visible { color: white; background: var(--orange); outline: none; }
.collection-arrow:disabled { opacity: .3; cursor: default; }
.collection-products {
  --collection-gap: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - var(--collection-gap) * 3) / 4);
  align-items: stretch;
  gap: var(--collection-gap);
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior-inline: contain;
}
.collection-products::-webkit-scrollbar { display: none; }
.collection-products.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
.collection-products img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.collection-products article {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 0;
  background: rgba(255,255,255,.35);
  scroll-snap-align: start;
}
.collection-products article:nth-child(4n + 2) { background: rgba(217,246,186,.75); }
.collection-products article:nth-child(4n + 3) { background: rgba(255,242,184,.75); }
.collection-products article:nth-child(4n + 4) { background: rgba(255,208,140,.75); }
.shop-card h3 {
  margin: 0;
  padding: 22px 14px;
  border-bottom: 2px solid var(--ink);
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.shop-card > p {
  margin: 0;
  padding: 14px 10px;
  border-bottom: 2px solid var(--ink);
  background: rgba(255,255,255,.38);
  font-size: .66rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.shop-card-visual { min-height: 400px; display: grid; place-items: center; padding: 22px 28px; }
.shop-card-visual:hover img { transform: translateY(-10px) rotate(2deg); }
.collection-products .shop-card-visual img {
  width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: contain;
  filter: none;
  transition: transform .3s ease;
}
.shop-card-button {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-top: 2px solid var(--ink);
  color: var(--ink);
  background: var(--yellow);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .22s ease, background .22s ease;
}
.shop-card-button span { font-size: 1.05rem; }
.shop-card-button:hover,
.shop-card-button:focus-visible { color: white; background: var(--orange); outline: none; }

body.drawer-open { overflow: hidden; }
.shop-drawer {
  position: fixed;
  z-index: 1200;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}
.shop-drawer.is-open { visibility: visible; pointer-events: auto; }
.shop-drawer-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8,25,18,.48);
  backdrop-filter: blur(7px);
  opacity: 0;
  transition: opacity .35s ease;
}
.shop-drawer.is-open .shop-drawer-overlay { opacity: 1; }
.shop-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 92vw);
  height: 100%;
  overflow-y: auto;
  padding: 82px 34px 42px;
  color: var(--ink);
  background: var(--cream);
  transform: translateX(100%);
  transition: transform .45s cubic-bezier(.72,0,.2,1);
}
.shop-drawer.is-open .shop-drawer-panel { transform: translateX(0); }
.shop-drawer-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 46px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  font-size: 1.7rem;
  cursor: pointer;
}
.shop-drawer-product { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 22px; padding-bottom: 28px; border-bottom: 2px solid var(--ink); }
.shop-drawer-product img { width: 100px; height: 145px; object-fit: contain; }
.shop-drawer-product small, .drawer-label { font-size: .6rem; font-weight: 900; letter-spacing: .12em; }
.shop-drawer-product h2 { margin: 6px 0 0; font-size: clamp(1.45rem, 4.2vw, 1.95rem); font-weight: 700; line-height: 1.1; letter-spacing: -.005em; text-transform: uppercase; }
.marketplaces, .retail-stores { padding-top: 30px; }
.drawer-label { margin: 0 0 14px; }
.marketplace-list { display: grid; gap: 10px; }
.marketplace-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 2px solid var(--ink); border-radius: 8px; padding: 15px 17px; transition: color .2s ease, background .2s ease; }
.marketplace-link span { display: grid; gap: 3px; }
.marketplace-link b { font-size: .86rem; text-transform: uppercase; display: flex; align-items: center; }
.marketplace-link b img { display: block; object-fit: contain; }
.marketplace-link small { font-size: .62rem; opacity: .65; }
.marketplace-link i { font-size: 1.2rem; font-style: normal; }
.marketplace-link:hover { color: white; background: var(--orange); }
.store-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.store-list span { padding: 6px 8px; display: flex; align-items: center; justify-content: center; }
.store-list span img { display: block; object-fit: contain; }
.drawer-store-cta { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--ink); padding: 12px 2px; font-size: .7rem; font-weight: 900; text-transform: uppercase; }

/* Recipes */
.recipes {
  position: relative;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 4vw;
  min-height: 100vh;
  padding: var(--section-space-y) var(--section-space-x);
  color: white;
  background: var(--dark-bg);
}
.recipes::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 40%, rgba(77,140,68,.28), transparent 42%);
  content: "";
  pointer-events: none;
}
.recipes-intro { position: relative; z-index: 2; align-self: center; }
.recipes-intro > p:not(.scene-index) { max-width: 380px; color: rgba(255,255,255,.72); }
.recipe-link { margin-top: 1.5rem; }
.recipe-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; min-height: 680px; }
.recipe-side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.recipe-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.28);
  border-radius: 8px;
  padding: 0;
  color: white;
  background: var(--dark-card);
  text-align: left;
  cursor: pointer;
}
.recipe-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.recipe-card:hover img, .recipe-card:focus-visible img { transform: scale(1.045); }
.recipe-card:focus-visible { border-color: var(--orange); outline: 2px solid white; outline-offset: 2px; }
.recipe-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(4,15,10,.82)); }
.recipe-copy { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 7px; }
.recipe-copy small { font-size: .58rem; font-style: normal; font-weight: 800; letter-spacing: .13em; }
.recipe-copy strong { font-size: clamp(1.7rem, 2.7vw, 3.3rem); line-height: .94; text-transform: uppercase; }
.recipe-copy-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.recipe-copy-duration { font-size: .58rem; font-weight: 700; color: rgba(255,255,255,.7); }
.recipe-small .recipe-copy { right: 18px; bottom: 18px; left: 18px; }
.recipe-small .recipe-copy strong { font-size: clamp(1.1rem, 1.55vw, 1.75rem); }
.recipe-play {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 28px;
  display: grid;
  width: 52px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-size: .9rem;
  font-style: normal;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.recipe-card:hover .recipe-play,
.recipe-card:focus-visible .recipe-play { border-color: var(--orange); color: white; background: var(--orange); }
.recipe-featured .recipe-copy { padding-right: 70px; }
.recipe-small .recipe-play { right: 18px; bottom: 18px; width: 52px; }
.recipe-small .recipe-copy { padding-right: 48px; }

.reel-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4,10,7,.88);
  backdrop-filter: blur(18px);
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s;
}
.reel-modal.is-open { visibility: visible; opacity: 1; }
.reel-close {
  position: fixed;
  z-index: 3;
  top: 24px;
  right: 28px;
  display: grid;
  width: 48px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  background: var(--orange);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.reel-dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 430px) 0;
  align-items: stretch;
  width: min(430px, 90vw);
  max-height: 88vh;
  transition: width .45s cubic-bezier(.72,0,.2,1), grid-template-columns .45s cubic-bezier(.72,0,.2,1);
}
.reel-dialog.is-details-open {
  grid-template-columns: minmax(0, 430px) minmax(330px, 420px);
  width: min(850px, calc(100vw - 48px));
}
.reel-frame { position: relative; width: min(430px, 90vw); height: min(780px, 88vh); overflow: hidden; border-radius: 18px; background: #111; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.reel-dialog.is-details-open .reel-frame { border-radius: 18px 0 0 18px; }
.reel-image { width: 100%; height: 100%; object-fit: cover; }
.reel-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35), transparent 30%, transparent 55%, rgba(0,0,0,.84)); }
.reel-progress { position: absolute; z-index: 3; top: 12px; right: 12px; left: 12px; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.32); }
.reel-progress span { display: block; width: 100%; height: 100%; background: white; transform: scaleX(0); transform-origin: left; }
.reel-brand { position: absolute; z-index: 3; top: 28px; left: 18px; display: flex; align-items: center; gap: 9px; color: white; font-size: .72rem; font-weight: 800; }
.reel-brand img { width: 38px; height: 38px; border-radius: 50%; padding: 5px; background: white; object-fit: contain; }
.reel-toggle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 68px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  background: var(--orange);
  font-size: 1.2rem;
  cursor: pointer;
  transform: translate(-50%,-50%);
}
.reel-caption { position: absolute; z-index: 3; right: 92px; bottom: 28px; left: 20px; color: white; }
.reel-caption small { font-size: .58rem; font-weight: 800; letter-spacing: .13em; }
.reel-caption h3 { margin: 8px 0 6px; font-size: 1.7rem; line-height: .95; text-transform: uppercase; }
.reel-caption p { margin: 0; color: rgba(255,255,255,.72); font-size: .72rem; }
.reel-actions {
  position: absolute;
  z-index: 4;
  right: 12px;
  bottom: 24px;
  display: grid;
  gap: 16px;
  color: white;
}
.reel-action {
  width: 62px;
  display: grid;
  justify-items: center;
  gap: 5px;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.reel-action svg {
  width: 32px;
  height: 32px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.45));
  transition: color .2s ease, fill .2s ease, transform .2s ease;
}
.reel-action small {
  max-width: 62px;
  color: white;
  font-size: .5rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,.8);
}
.reel-action:hover svg,
.reel-action:focus-visible svg { color: var(--orange); transform: scale(1.08); }
.reel-action:focus-visible { border-radius: 5px; outline: 2px solid white; outline-offset: 3px; }
.reel-like.is-liked svg { color: var(--pink-accent); fill: var(--pink-accent); }

.reel-details {
  position: relative;
  min-width: 0;
  height: min(780px, 88vh);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 58px 28px 34px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 0 18px 18px 0;
  opacity: 0;
  transform: translateX(36px);
  pointer-events: none;
  transition: opacity .28s ease .08s, transform .45s cubic-bezier(.72,0,.2,1);
}
.reel-dialog.is-details-open .reel-details {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.reel-details-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 34px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
}
.reel-details-title {
  margin: 9px 0 26px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.reel-recipe-section {
  padding: 22px 0;
  border-top: 2px solid rgba(21,56,42,.28);
}
.reel-recipe-section h3 {
  margin: 0 0 13px;
  color: var(--green);
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.reel-recipe-section ul,
.reel-recipe-section ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  font-size: .75rem;
  font-weight: 650;
  line-height: 1.45;
}
.reel-sales { border-top: 2px solid rgba(21,56,42,.28); }
.reel-sales .marketplaces,
.reel-sales .retail-stores { padding-top: 24px; }
.reel-sales .marketplace-link { padding: 12px 13px; }
.reel-sales .drawer-store-cta { margin-bottom: 8px; }
body.reel-open { overflow: hidden; }

/* ─── Sustainability Scrollytelling ──────────────────────── */
.sustainability-story {
  position: relative;
  height: 400svh; /* 300svh effective scroll = 100svh dwell per panel */
}

.sust-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
}

/* Full-bleed panels stacked – clip-path drives wipe-up reveal */
.sust-panel {
  position: absolute;
  inset: 0;
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
}
.sust-panel:first-child {
  clip-path: inset(0% 0 0 0);
}

/* Background image oversized so parallax has travel room */
.sust-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  bottom: -10%;
}
.sust-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* Dark gradient veil for text legibility */
.sust-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(10, 25, 16, .86) 0%, rgba(10, 25, 16, .44) 52%, rgba(10, 25, 16, .08) 100%),
    linear-gradient(90deg, rgba(10, 25, 16, .54) 0%, transparent 65%);
}

/* Text block — bottom-left */
.sust-text {
  position: absolute;
  bottom: clamp(52px, 9svh, 100px);
  left: clamp(24px, 6.5vw, 110px);
  right: clamp(100px, 30vw, 560px);
  color: var(--white);
}
/* Animation-state only — typography comes from .section-kicker / .section-title / .body-copy */
.sust-kicker {
  display: block;
  margin: 0 0 20px;
  opacity: 0;
  transform: translateY(16px);
}
.sust-headline {
  margin: 0 0 22px;
  opacity: 0;
  transform: translateY(30px);
}
.sust-copy {
  margin: 0;
  opacity: 0;
  transform: translateY(14px);
}

/* Dark-background overrides applied via .sust-text context */
.sust-text .section-kicker { color: var(--lime); }
.sust-text .section-title {
  color: var(--white);
  white-space: normal;    /* override global nowrap so long text wraps */
  text-wrap: wrap;
}
.sust-text .section-title em {
  color: var(--lime);
  white-space: normal;
  width: auto;
}
.sust-text .section-title br { display: block; } /* honour editorial <br> if used */
.sust-text .body-copy {
  max-width: 480px;
  color: rgba(255, 255, 255, .75);
}

/* Section badge top-left */
.sust-badge {
  position: absolute;
  top: clamp(20px, 4svh, 38px);
  left: clamp(24px, 6.5vw, 110px);
  z-index: 10;
}
.sust-badge .section-kicker {
  color: rgba(255, 255, 255, .6);
  letter-spacing: .16em;
}

/* Progress bar bottom */
.sust-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 3px;
  background: rgba(255, 255, 255, .15);
}
.sust-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--green);
}

.final-cta {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--light-orange);
}
.marquee {
  position: relative;
  z-index: 6;
  overflow: hidden;
  padding: 1rem 0;
  border-block: 2px solid var(--ink);
  background: var(--yellow);
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: 950;
  line-height: 1;
  margin-block: -40px;
  pointer-events: none;
  white-space: nowrap;
  transform: rotate(-2deg) scale(1.08);
  transform-origin: center;
  will-change: transform;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-loop 18s linear infinite;
  will-change: transform;
}
.marquee-group {
  flex: none;
  display: flex;
  align-items: center;
}
.marquee-group span,
.marquee-group i { flex: none; }
.marquee-group i {
  padding-inline: .42em;
  font-style: normal;
}
@keyframes marquee-loop {
  to { transform: translateX(-50%); }
}
.final-content { position: relative; z-index: 4; max-width: 970px; padding: 120px 24px 80px; text-align: center; }
.final-logo { width: 120px; margin: 0 auto 2rem; }
.final-content > p:not(.scene-index) { margin: 2rem auto; }
.final-buy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin: 3rem auto 0;
  max-width: 660px;
  width: 100%;
  text-align: center;
}
.final-buy-row { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; }
.final-buy-label {
  margin: 0;
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
}
.final-market-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.final-market-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.final-market-btn svg,
.final-market-btn img { display: block; flex-shrink: 0; object-fit: contain; }
.final-market-btn i { font-style: normal; opacity: .45; font-size: .9rem; transition: opacity .22s; }
.final-market-btn:hover { background: #fafafa; border-color: rgba(21,56,42,.5); box-shadow: 0 4px 18px rgba(21,56,42,.1); }
.final-market-btn:hover i { opacity: .8; }
.final-store-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.final-store-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  cursor: default;
}
.final-store-chip svg,
.final-store-chip img { display: block; object-fit: contain; }
.final-product {
  position: absolute;
  z-index: 2;
  top: 17.5%;
  width: 260px;
  height: 65vh;
  object-fit: contain;
}
.final-product-left { left: 2%; }
.final-product-right { right: 2%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}












































.water-cursor, .cursor-ring { display: none; }
@media (hover: hover) and (pointer: fine) {
  body, a, button { cursor: none; }
  .water-cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;

  width: 36px;
  height: 36px;

  display: block;
  pointer-events: none;

  border: 2px solid rgba(44, 153, 66, .35);
  border-radius: 50%;

  background: rgba(255,255,255,.08);
  backdrop-filter: blur(4px);

  opacity: 0;

  transform: translate3d(-50px,-50px,0);

  transition:
    width .25s ease,
    height .25s ease,
    border-color .25s ease,
    background .25s ease;
}


/* Hover button */
.water-cursor.active {
  width: 58px;
  height: 58px;

  border-color: rgba(44, 153, 66, .6);

  background: rgba(255,255,255,.15);
}

.water-cursor.active::after {
  width: 8px;
  height: 8px;

  background: var(--green);
}
  .water-cursor span { position: absolute; top: 6px; left: 7px; width: 7px; height: 10px; border-radius: 50%; background: white; opacity: .8; }
  /* .cursor-ring {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: block;
    pointer-events: none;
    border: 2px solid rgba(40,123,63,.5);
    border-radius: 50%;
    opacity: 0;
  } */
}

@media (max-width: 1100px) and (min-width: 901px) {
  
  
  
  
  
  
  /* Reduce newsletter column min-width to prevent footer-main overflow at ~900-960px */
  
  /* Sustainability – tighter text column on tablet */
  .sust-text { right: clamp(80px, 22vw, 320px); }
}

/* Em text inside index recipes section (dark background) needs lime colour */
.recipes .section-title em { color: var(--lime); }

@media (max-width: 900px) {
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .product-card-aqua { background: #cceff4; }
  .product-card-lime { background: #dff5bf; }
  .product-card-pink { background: var(--soft-yellow); }
  .product-card-yellow { background: #ffe8a7; }
  /* Mobile "Xem tất cả" link at the bottom of products panel */
  
  .journey-product-wrap { width: min(53vw, 300px); height: 67vh; }
  .product-stage .product-rail { top: 35%; width: min(42vw, 235px); height: 53%; }
  .stage-word { top: 32%; font-size: 18vw; }
  .variant-copy { top: auto; right: 22px; bottom: 5%; left: 22px; width: auto; transform: none; }
  .variant-copy > p:last-child { max-width: 540px; }
  .variant-specs { top: 12%; right: 22px; width: 180px; padding: 16px; transform: none; }
  .variant-specs > strong { font-size: 1.9rem; }
  .variant-specs > span { min-height: 34px; font-size: .58rem; }
  .variant-specs div { margin-top: 8px; padding-top: 8px; }
  .final-product { width: 180px; opacity: .5; }
  .final-content { padding: 90px 28px 70px; }
  .final-buy { max-width: 100%; }
  .collection-products { grid-auto-columns: calc((100% - 14px) / 2); }
  .recipes { grid-template-columns: 1fr; background: var(--dark-bg); }
  .recipes-intro { max-width: 650px; }
  .recipe-grid { min-height: 760px; }
  /* Sustainability – mobile scrollytelling with a shorter scroll distance. */
  .sustainability-story { height: 340svh; }
  .sust-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
  .sust-panel {
    position: absolute;
    inset: 0;
    height: 100svh;
    clip-path: inset(100% 0 0 0);
  }
  .sust-panel:first-child { clip-path: inset(0% 0 0 0); }
  .sust-bg { position: absolute; inset: -5% 0; }
  .sust-text { right: clamp(24px, 6vw, 80px); }
  .sust-progress { display: block; }
  .sust-badge { display: none; }
}

@media (max-width: 900px) {
  .story.wellness-story { height: 760vh; }
  .wellness-stage { min-height: 620px; }
  .wellness-intro { padding-inline: 22px; }
  .wellness-story .journey-product-wrap { width: min(42vw, 290px); height: 62vh; }
  .story-product-handoff {
    width: min(42vw, 235px);
    height: 53vh;
  }
  .product-reveal-copy {
    top: auto;
    right: 22px;
    bottom: 6vh;
    left: 22px;
    width: min(44vw, 310px);
    transform: none;
  }
  .wellness-cta { display: none; }
  .moment-copy {
    top: 16%;
    left: 22px;
    width: 40vw;
    transform: none;
  }
  .moment-visual { top: 18%; right: 18px; width: 66%; height: 66vh; }
  .wellness-leaf { width: 68vw; }
  .sunlight-asset { left: -5%; width: 90vw; }
  .wellness-progress { right: 10px; }
}

@media (max-width: 560px) {
  .journey-product-wrap { width: 63vw; height: 58vh; }
  .product-story { height: 460svh; }
  .product-stage { height: 100svh; }
  .product-stage .product-rail { top: 44%; width: 43vw; height: 40%; }
  .stage-word { top: 42%; font-size: 21vw; }
  .variant-copy { bottom: 4%; }
  .variant-copy > p:last-child { line-height: 1.5; }
  .variant-specs {
    top: 11%;
    right: 18px;
    left: 18px;
    width: auto;
    display: grid;
    grid-template-columns: 1fr minmax(120px, 42%);
    align-items: center;
    gap: 4px 16px;
    padding: 12px 14px;
  }
  .variant-specs > p { grid-column: 1; }
  .variant-specs > strong {
    grid-column: 1;
    margin: 2px 0 0;
    font-size: 1.45rem;
  }
  .variant-specs > span {
    grid-column: 2;
    grid-row: 1 / 3;
    min-height: 0;
    text-align: right;
  }
  .variant-specs div { display: none; }
  .stage-hint { display: none; }
  .story-progress { right: 8px; }
  .collection {
    padding: var(--section-space-y-mobile) var(--section-space-x-mobile);
  }
  .collection-arrow { width: 44px; }
  .collection-prev { left: -10px; }
  .collection-next { right: -10px; }
  .collection-products { --collection-gap: 8px; grid-auto-columns: 82%; gap: var(--collection-gap); }
  .collection-products article { min-height: 430px; }
  .shop-card h3 { padding: 15px 8px; font-size: .9rem; }
  .shop-card > p { min-height: 58px; display: grid; place-items: center; padding: 9px 6px; font-size: .54rem; white-space: normal; }
  .shop-card-visual { min-height: 270px; padding: 12px; }
  .collection-products .shop-card-visual img { max-height: 260px; }
  .shop-card-button { min-height: 54px; font-size: .62rem; }
  .shop-drawer-panel { width: 100%; padding: 78px 20px 32px; }
  .shop-drawer-product { grid-template-columns: 80px 1fr; gap: 15px; }
  .shop-drawer-product img { width: 80px; height: 120px; }
  .store-list { grid-template-columns: 1fr 1fr; }
  .marquee {
    padding: .8rem 0;
    font-size: 1.55rem;
    margin-block: -30px;
  }
  .recipes {
    padding: var(--section-space-y-mobile) var(--section-space-x-mobile);
  }
  /* Sustainability – small mobile */
  .sust-panel { height: 100svh; }
  .sust-text { right: 22px; }
  /* Slightly larger than default section-title on small screens for full-bleed impact */
  .sust-text .section-title { font-size: clamp(2.5rem, 9vw, 4rem); }
  .recipe-grid { grid-template-columns: 1fr; min-height: 0; }
  .recipe-featured { min-height: 520px; }
  .recipe-side { grid-template-columns: 1fr; grid-template-rows: repeat(2, minmax(380px, 1fr)); }
  .recipe-small { min-height: 380px; }
  .recipe-copy strong { font-size: 1.7rem; }
  .recipe-small .recipe-copy strong { font-size: 1.45rem; }
  .recipe-small .recipe-copy small { display: block; }
  .reel-modal { padding: 12px; }
  .reel-close { top: 12px; right: 12px; width: 42px; }
  .reel-dialog,
  .reel-dialog.is-details-open {
    grid-template-columns: 1fr;
    width: min(430px, calc(100vw - 24px));
    height: min(780px, calc(100svh - 24px));
  }
  .reel-frame {
    width: 100%;
    height: 100%;
    max-height: calc(100svh - 24px);
  }
  .reel-dialog.is-details-open .reel-frame { border-radius: 18px; }
  .reel-details {
    position: absolute;
    z-index: 6;
    inset: 0 0 0 12%;
    height: 100%;
    border-radius: 18px;
    box-shadow: -18px 0 48px rgba(0,0,0,.32);
    transform: translateX(105%);
  }
  .reel-dialog.is-details-open .reel-details { transform: translateX(0); }
  .reel-caption { right: 78px; }
  .reel-action { width: 52px; }
  .reel-action svg { width: 28px; height: 28px; }
  .reel-action small { max-width: 52px; font-size: .46rem; }
  .final-product-left { left: -80px; }
  .final-product-right { right: -80px; }
  .final-content { padding: 72px 22px 60px; }
  .final-logo { width: 88px; margin-bottom: 1.4rem; }
  .final-buy { margin-top: 2rem; gap: 20px; }
  .final-market-btn { padding: 11px 16px; font-size: .7rem; }
  .final-store-chip { padding: 7px 13px; font-size: .58rem; }
  
  
  
  
  
  
  
  
  
  
  
  

  .shop-drawer-close,
  .reel-close,
  .reel-details-close,
  .cookie-modal-close {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    line-height: 1;
  }
  .shop-drawer-close {
    top: max(14px, env(safe-area-inset-top));
    right: 16px;
  }
  .reel-close {
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    right: 12px;
  }
  .reel-details-close {
    top: 14px;
    right: 14px;
  }
  .cookie-modal-close {
    flex: 0 0 44px;
    align-self: flex-start;
  }
  .shop-drawer-close .ui-icon,
  .reel-close .ui-icon,
  .reel-details-close .ui-icon,
  .cookie-modal-close .ui-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 560px) {
  .story.wellness-story { height: 720svh; }
  .wellness-stage { height: 100svh; min-height: 590px; }
  .moment-number { font-size: .56rem; }
  .wellness-scroll { bottom: 3vh; }
  .hero-sequence-canvas { width: 128vw; height: auto; }
  .wellness-story .journey-product-wrap { width: 48vw; height: 54svh; }
  .story-product-handoff {
    width: 48vw;
    height: 45svh;
  }
  .product-reveal-copy { bottom: 5vh; width: 45vw; }
  .product-reveal-copy > p:not(.wellness-kicker) { display: none; }
  .moment-copy { top: 12%; width: 44vw; }
  .moment-visual { top: 20%; right: 10px; width: 69%; height: 64svh; }
  .wellness-bubble { width: 100px; }
  .bubble-b { width: 66px; }
}

@media (hover: none) {
  .shop-card-button { background: var(--yellow); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .site-loader { transition: none; }
  .water-cursor, .cursor-ring { display: none !important; }
  .rail-product-placeholder { opacity: 1; }
}

/* Mobile homepage: scroll-driven wellness story (3 scenes) then stacked variants. */
@media (max-width: 900px) {
  .story.wellness-story {
    height: 380svh;  /* product reveal (immediate) + 3 moment scenes — no intro */
    min-height: 680px;
  }
  .wellness-stage {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 680px;
  }
  /* Hide desktop-only assets + intro (mobile opens straight to product reveal) */
  .hero-sequence,
  .sequence-white-bg,
  .wellness-progress,
  .story-product-handoff,
  .wellness-intro,
  .wellness-scroll {
    display: none;
  }
  .wellness-story .journey-product-wrap {
    top: 64%;       /* lower half so text above won't overlap */
    left: 50%;
    width: min(54vw, 310px);
    height: 54svh;
    /* No CSS transform — GSAP manages centering via xPercent/yPercent.
       Hidden before JS loads to prevent flash. */
    opacity: 0;
    visibility: hidden;
  }
  .product-reveal-copy {
    top: clamp(82px, 10svh, 112px);  /* text at top — clear of product */
    right: 22px;
    bottom: auto;
    left: 22px;
    width: auto;
    align-items: center;
    text-align: center;
    transform: none;
  }
  .product-reveal-copy .section-title {
    white-space: normal;
  }
  .product-reveal-copy .section-title > span,
  .product-reveal-copy .section-title em,
  .variant-copy .section-title > span,
  .variant-copy .section-title em,
  .section-heading-center .section-title > span,
  .section-heading-center .section-title em {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }
  .product-reveal-copy .section-title br {
    display: none;
  }
  .product-reveal-copy > p:not(.wellness-kicker),
  .wellness-cta {
    display: none;
  }

  .product-story {
    height: auto;
  }
  .product-stage {
    position: relative;
    height: auto;
    overflow: visible;
    background: var(--cream);
  }
  .stage-background,
  .stage-word,
  .product-stage .product-rail,
  .story-progress,
  .stage-hint {
    display: none;
  }
  .variant-content,
  .variant {
    position: relative;
    inset: auto;
  }
  .variant {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 88px 22px 64px;
    border-bottom: 2px solid var(--ink);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .variant:nth-child(1) { background: var(--cream); }
  .variant:nth-child(2) { background: #d9f6ba; }
  .variant:nth-child(3) { background: var(--soft-yellow); }
  .variant:nth-child(4) { background: #ffd08c; }
  .variant-copy {
    position: relative;
    inset: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: none;
  }
  .variant-copy .section-title {
    margin-bottom: 0;
    white-space: normal;
  }
  .variant-mobile-product {
    width: min(58vw, 310px);
    height: 46svh;
    display: block;
    margin: 24px auto 18px;
    object-fit: contain;
    filter: drop-shadow(0 24px 22px rgba(21, 56, 42, .18));
  }
  .variant-copy > p:last-child {
    max-width: 520px;
    margin: 0 auto;
  }
  .variant-specs {
    position: relative;
    inset: auto;
    width: min(100%, 520px);
    margin: 28px auto 0;
    background: rgba(255,255,255,.48);
    transform: none;
  }
  .collection {
    min-height: 0;
    padding-bottom: 48px;
  }
  .collection-heading {
    margin-inline: auto;
    text-align: center;
  }
  .collection-heading .section-title {
    align-items: center;
    text-align: center;
  }
  .collection-heading .section-title > span,
  .collection-heading .section-title em {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }
  .collection-carousel {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .story.wellness-story,
  .wellness-stage {
    min-height: 640px;
  }
  .wellness-story .journey-product-wrap {
    top: 58%;
    width: 64vw;
    height: 48svh;
  }
  .product-reveal-copy {
    top: clamp(82px, 12svh, 110px);
  }
  .variant {
    min-height: 0;
    padding: 80px 18px 56px;
  }
  .variant-mobile-product {
    width: 66vw;
    height: 43svh;
    margin-top: 20px;
  }
  .variant-specs {
    display: block;
    padding: 18px;
  }
  .variant-specs > strong {
    margin: 8px 0 5px;
    font-size: 1.45rem;
  }
  .variant-specs > span {
    min-height: 0;
  }
  .variant-specs div {
    display: none;
  }
  .collection {
    padding: var(--section-space-y-small) var(--section-space-x-small);
  }
  .collection-carousel {
    margin-top: 22px;
  }
}

/* Cookie consent */
.cookie-banner {
  position: fixed;
  z-index: 910;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 22px 24px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 251, 237, .96);
  box-shadow: 0 18px 60px rgba(21, 56, 42, .2);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(100% + 40px));
  transition: opacity .35s ease, transform .45s cubic-bezier(.2,.8,.2,1), visibility .35s;
}
.cookie-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.cookie-banner-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.cookie-banner-copy p {
  max-width: 900px;
  margin: 0;
}
.cookie-learn-more {
  border: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  cursor: pointer;
}
.cookie-banner-actions,
.cookie-preferences-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-button {
  min-height: 50px;
  padding: 0 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-family: inherit;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.cookie-button:hover,
.cookie-button:focus-visible {
  color: white;
  border-color: var(--orange);
  background: var(--orange);
}
.cookie-button-primary {
  color: var(--ink);
  border: 0;
  background: var(--yellow);
}
.cookie-button-primary:hover,
.cookie-button-primary:focus-visible {
  color: white;
  border-color: var(--orange);
  background: var(--orange);
}
.cookie-button:hover { transform: translateY(-2px); }

.cookie-modal {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s;
}
.cookie-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 10, 7, .75);
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.cookie-preferences {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(820px, calc(100svh - 48px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 12px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .32);
  transform: translateY(25px) scale(.98);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.cookie-modal.is-open .cookie-preferences { transform: translateY(0) scale(1); }
.cookie-preferences-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px 24px;
  border-bottom: 2px solid rgba(21, 56, 42, .22);
}
.cookie-preferences-header h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.cookie-modal-close {
  width: 44px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  font-size: 1.6rem;
  cursor: pointer;
}
.cookie-modal-close:hover {
  color: white;
  border-color: var(--orange);
  background: var(--orange);
}
.cookie-preferences-body {
  overflow-y: auto;
  padding: 0 32px;
}
.cookie-intro {
  margin: 0;
  padding: 24px 0;
}
.cookie-category {
  padding: 22px 0;
  border-top: 2px solid rgba(21, 56, 42, .2);
}
.cookie-category-heading,
.cookie-category-heading > div {
  display: flex;
  align-items: center;
}
.cookie-category-heading {
  justify-content: space-between;
  gap: 20px;
}
.cookie-category-heading > div { gap: 12px; }
.cookie-category-heading span {
  color: var(--orange);
  font-size: .62rem;
  font-weight: 900;
}
.cookie-category h3 {
  margin: 0;
  font-size: 1.12rem;
  text-transform: uppercase;
}
.cookie-category-heading strong {
  color: var(--green);
  font-size: .7rem;
  text-transform: uppercase;
}
.cookie-category > p {
  max-width: 760px;
  margin: 12px 0 0;
}
.cookie-switch {
  position: relative;
  flex: 0 0 auto;
  width: 58px;
  height: 32px;
  cursor: pointer;
}
.cookie-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cookie-switch > span {
  position: absolute;
  inset: 0;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: white;
  transition: background .2s ease, border-color .2s ease;
}
.cookie-switch > span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ink);
  transition: transform .22s ease, background .22s ease;
}
.cookie-switch input:checked + span {
  border-color: var(--green);
  background: var(--green);
}
.cookie-switch input:checked + span::after {
  background: white;
  transform: translateX(26px);
}
.cookie-switch input:focus-visible + span {
  outline: 3px solid rgba(244, 124, 48, .35);
  outline-offset: 3px;
}
.cookie-preferences-actions {
  padding: 22px 32px 26px;
  border-top: 2px solid rgba(21, 56, 42, .22);
  background: var(--cream);
}
.cookie-preferences-actions .cookie-button { flex: 1; }

.cookie-reopen {
  position: fixed;
  z-index: 905;
  left: 24px;
  bottom: 22px;
  display: grid;
  width: 62px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  background: var(--green);
  box-shadow: 0 10px 30px rgba(21, 56, 42, .28);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(.85);
  transition: opacity .3s ease, transform .3s ease, visibility .3s, background .2s ease;
}
.cookie-reopen.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.cookie-reopen:hover { background: var(--orange); transform: translateY(-3px) scale(1.04); }
.cookie-reopen svg { width: 38px; height: 38px; overflow: visible; }
.cookie-reopen path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}
.cookie-reopen circle { fill: currentColor; }
body.cookie-modal-open { overflow: hidden; }

@media (max-width: 760px) {
  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-button { min-height: 46px; padding-inline: 14px; font-size: .64rem; }
  .cookie-modal { padding: 10px; }
  .cookie-preferences { max-height: calc(100svh - 20px); }
  .cookie-preferences-header { padding: 22px 18px 18px; }
  .cookie-preferences-body { padding: 0 18px; }
  .cookie-preferences-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 16px 18px 18px;
  }
  .cookie-save-preferences { grid-column: 1 / -1; grid-row: 1; }
  .cookie-category-heading { align-items: flex-start; }
  .cookie-reopen { left: 14px; bottom: 14px; width: 54px; }
  .cookie-reopen svg { width: 32px; height: 32px; }
}

/* Skip-to-content link — keyboard a11y; hidden until focused */
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10001;
  padding: 10px 16px;
  background: var(--ink, #0b0f0e);
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: translateY(0); outline: 2px solid var(--primary, #2c8b57); outline-offset: 2px; }

/* Skip-intro fade cover — hides the jump so the scroll sequence never flashes */
.skip-fade {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: var(--background, #FAFAF8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.36s ease;
}
.skip-fade.is-active { opacity: 1; pointer-events: auto; }
@media (prefers-reduced-motion: reduce) { .skip-fade { transition: none; } }


/* ===== Inline preloader (no iframe) — scoped under .site-loader ===== */
.site-loader .stage { position: relative; width: 320px; height: 460px; isolation: isolate; transform: scale(.65); }
.site-loader .stage::before { content:""; position:absolute; left:50%; bottom:3px; width:260px; height:260px; border-radius:50%; background:radial-gradient(circle,rgba(255,255,255,.75),rgba(255,255,255,0) 68%); transform:translateX(-50%); z-index:-1; }
.site-loader .shadow { position:absolute; bottom:22px; left:50%; transform:translateX(-50%); width:126px; height:16px; border-radius:50%; background:radial-gradient(ellipse,rgba(25,76,23,.4) 0%,rgba(25,76,23,.14) 45%,transparent 72%); filter:blur(6px); will-change:transform,opacity; transform-origin:center center; }
.site-loader .obj { position:absolute; left:50%; bottom:34px; will-change:transform,opacity; transform-origin:center bottom; }
.site-loader #coconut-el { width:150px; height:173px; margin-left:-75px; }
.site-loader #splash-el { width:268px; height:173px; bottom:15px; margin-left:-134px; }
.site-loader #box-el { width:124px; height:236px; margin-left:-62px; }
.site-loader .obj svg { display:block; width:100%; height:100%; }
.site-loader .drop { position:absolute; bottom:34px; left:50%; width:6px; height:8px; border-radius:50% 50% 50% 50%/60% 60% 40% 40%; background:linear-gradient(160deg,#c2ecff,#4db8f0); transform-origin:center center; pointer-events:none; will-change:transform,opacity; }
.site-loader .shine { position:absolute; left:50%; bottom:34px; width:40px; height:202px; background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 45%,rgba(255,255,255,0) 100%); border-radius:50%; margin-left:-18px; will-change:transform,opacity; pointer-events:none; mix-blend-mode:screen; }
.site-loader .label { position:absolute; bottom:0; left:50%; transform:translateX(-50%); font-size:11px; letter-spacing:.26em; color:#367f3e; font-weight:750; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; text-transform:uppercase; white-space:nowrap; }
.site-loader .label span { display:inline-block; will-change:opacity,transform; }
.site-loader .stage.is-static #coconut-el, .site-loader .stage.is-static #splash-el, .site-loader .stage.is-static .drop, .site-loader .stage.is-static .shine { display:none; }
.site-loader .stage.is-static #box-el { opacity:1; }
.site-loader .stage.is-static .shadow { opacity:.55; transform:translateX(-50%) scaleX(.88); }
.site-loader .stage.is-static .label span { opacity:1; transform:none; }
.site-loader .loader-progress { position:fixed; left:50%; bottom:7%; transform:translateX(-50%); display:flex; align-items:baseline; gap:1px; color:#367f3e; font-family:'Plus Jakarta Sans',system-ui,sans-serif; font-variant-numeric:tabular-nums; letter-spacing:.02em; }
.site-loader .loader-progress b { font-size:clamp(1.6rem,4vw,2.3rem); font-weight:800; line-height:1; }
.site-loader .loader-progress i { font-size:.9rem; font-weight:800; font-style:normal; opacity:.7; }
@media (max-width:480px) { .site-loader .stage { transform:scale(.6); } }
@media (max-height:560px) { .site-loader .stage { transform:scale(.55); } }
@media (prefers-reduced-motion:reduce) { .site-loader .stage { transform:scale(.65); } }

/* Loader SVG fill palette */
/* Extracted from loader.html style block 2 */
.cn-cls-1 {
        fill: #97bd5e;
      }

      .cn-cls-2 {
        fill: #9abe5f;
      }

      .cn-cls-3 {
        fill: #8ab04e;
      }

      .cn-cls-4 {
        fill: #658f3a;
      }

      .cn-cls-5 {
        fill: #fbeec8;
      }

      .cn-cls-6 {
        fill: #c3d896;
      }

      .cn-cls-7 {
        fill: #507d37;
      }

      .cn-cls-8 {
        fill: #83af45;
      }

      .cn-cls-9 {
        fill: #c4d897;
      }

      .cn-cls-10 {
        fill: #6f9e3c;
      }

      .cn-cls-11 {
        fill: #2e5a2b;
      }

      .cn-cls-12 {
        fill: #558138;
      }

      .cn-cls-13 {
        fill: #78a345;
      }

      .cn-cls-14 {
        fill: #739f3c;
      }

      .cn-cls-15 {
        fill: #c4d797;
      }

/* Extracted from loader.html style block 3 */
.sp-cls-1 {
        fill: #62bfd6;
      }

      .sp-cls-2 {
        fill: #3b7cb1;
      }

      .sp-cls-3 {
        fill: #6cc2d9;
      }

      .sp-cls-4 {
        fill: #def2fb;
      }

      .sp-cls-5 {
        fill: #f6fcfd;
      }

      .sp-cls-6 {
        fill: #215683;
      }

      .sp-cls-7 {
        fill: #4ba5c9;
      }

      .sp-cls-8 {
        fill: #fefefe;
      }

      .sp-cls-9 {
        fill: #3d88bc;
      }

      .sp-cls-10 {
        fill: #4fb4cc;
      }

      .sp-cls-11 {
        fill: #4594c2;
      }

      .sp-cls-12 {
        fill: #95d1e4;
      }

      .sp-cls-13 {
        fill: #b5dded;
      }

      .sp-cls-14 {
        fill: #2b6291;
      }

      .sp-cls-15 {
        fill: #7fcae1;
      }

      .sp-cls-16 {
        fill: #c4e3ef;
      }

      .sp-cls-17 {
        fill: #2e699b;
      }

/* Extracted from loader.html style block 4 */
.bx-cls-1 {
        fill: #c1aa7f;
      }

      .bx-cls-2 {
        fill: #f4f2e7;
      }

      .bx-cls-3 {
        fill: #fef7e4;
      }

      .bx-cls-4 {
        fill: #e4d8bf;
      }

      .bx-cls-5 {
        fill: #fef0d0;
      }

      .bx-cls-6 {
        fill: #e9d7ac;
      }

      .bx-cls-7 {
        fill: #718a3c;
      }

      .bx-cls-8 {
        fill: #1a361a;
      }

      .bx-cls-9 {
        fill: #fdfdfc;
      }

      .bx-cls-10 {
        fill: #335423;
      }

      .bx-cls-11 {
        fill: #fbeecb;
      }

      .bx-cls-12 {
        fill: #355025;
      }

/* Pre-JS initial state for the inline loader — hide every animated object so
   only GSAP reveals them in sequence (coconut drops → splash → box). Without
   this, all three SVGs flash on screen at once before the animation starts.
   The .is-static fallback rules (reduced-motion / no-GSAP) override these. */
.site-loader #coconut-el,
.site-loader #splash-el,
.site-loader #box-el,
.site-loader .shine,
.site-loader .drop,
.site-loader .shadow,
.site-loader .label span { opacity: 0; }
