.w1-gate-3 {
  --g3-ink: #211817;
  --g3-paper: #fffdf6;
  --g3-yellow: #f7e94b;
  --g3-blue: #a8e6ff;
  --g3-pink: #ff8fbc;
  --g3-green: #b8e94f;
  --g3-orange: #ff9b45;
  --g3-purple: #a98cf6;
  --g3-shadow: 8px 9px 0 var(--g3-ink);
  overflow-x: hidden;
  background: var(--g3-paper);
  color: var(--g3-ink);
}

.w1-gate-3 *,
.w1-gate-3 *::before,
.w1-gate-3 *::after {
  box-sizing: border-box;
}

.w1-gate-3 h1,
.w1-gate-3 h2,
.w1-gate-3 h3,
.w1-gate-3 p {
  letter-spacing: 0;
}

.w1-gate-3 h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(4.2rem, 6.7vw, 7.2rem);
  line-height: 0.9;
}

.w1-gate-3 h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5vw, 5.7rem);
  line-height: 0.94;
}

.w1-gate-3 h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.02;
}

.w1-gate-3 .site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  border-bottom: 2px solid var(--g3-ink);
  background: rgba(255, 253, 246, 0.96);
  padding: 16px 28px;
  backdrop-filter: blur(14px);
}

.w1-gate-3 .site-header .brand img {
  display: block;
  width: 148px;
}

.w1-gate-3 .w1-gate-3-desktop-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.w1-gate-3 .w1-gate-3-desktop-nav a {
  border-bottom: 2px solid transparent;
  color: var(--g3-ink);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.w1-gate-3 .w1-gate-3-desktop-nav a:hover,
.w1-gate-3 .w1-gate-3-desktop-nav a:focus-visible,
.w1-gate-3 .w1-gate-3-desktop-nav a[aria-current="page"] {
  border-color: currentColor;
}

.w1-gate-3 .w1-gate-3-mobile-menu {
  display: none;
}

.w1-gate-3 .w1-gate-3-hero,
.w1-gate-3 .w1-gate-3-section {
  padding: 96px max(28px, calc((100vw - 1380px) / 2));
}

.w1-gate-3 .w1-gate-3-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 64px;
  min-height: 780px;
  align-items: center;
}

.w1-gate-3 .w1-gate-3-kicker {
  margin: 0 0 18px;
  font-size: 0.83rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w1-gate-3 .w1-gate-3-hero-copy > p:not(.w1-gate-3-kicker),
.w1-gate-3 .w1-gate-3-copy > p:not(.w1-gate-3-kicker) {
  max-width: 640px;
  margin: 24px 0 30px;
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  font-weight: 720;
  line-height: 1.5;
}

.w1-gate-3 .w1-gate-3-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.w1-gate-3 .btn {
  min-height: 46px;
}

.w1-gate-3 .w1-gate-3-section-heading {
  max-width: 960px;
  margin: 0 auto 48px;
  text-align: center;
}

.w1-gate-3 .w1-gate-3-section-heading > p:not(.w1-gate-3-kicker) {
  max-width: 700px;
  margin: 22px auto 0;
  font-size: 1.13rem;
  font-weight: 720;
  line-height: 1.5;
}

.w1-gate-3 .w1-gate-3-local-note {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.72rem;
  font-weight: 900;
}

.w1-gate-3 .w1-gate-3-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 70px;
  align-items: center;
}

.w1-gate-3 .w1-gate-3-visual-frame {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 3px solid var(--g3-ink);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--g3-shadow);
}

.w1-gate-3 .w1-gate-3-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w1-gate-3 .w1-gate-3-fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.w1-gate-3 .w1-gate-3-fact-row span {
  border: 2px solid var(--g3-ink);
  border-radius: 999px;
  background: #fff;
  padding: 10px 14px;
  font-size: 0.84rem;
  font-weight: 950;
}

.w1-gate-3 .w1-gate-3-fact-row strong {
  font-size: 1.15rem;
}

.w1-gate-3 .w1-gate-3-prebiotic-hero {
  border-bottom: 3px solid var(--g3-ink);
  background: var(--g3-blue);
}

.w1-gate-3 .w1-gate-3-prebiotic-stage {
  position: relative;
  min-height: 630px;
}

.w1-gate-3 .w1-gate-3-prebiotic-stage::before {
  position: absolute;
  inset: 8% 3% 5% 8%;
  border: 3px solid var(--g3-ink);
  border-radius: 46% 54% 48% 52%;
  background: var(--g3-yellow);
  content: "";
  transform: rotate(-4deg);
}

.w1-gate-3 .w1-gate-3-prebiotic-stage img {
  position: absolute;
  z-index: 2;
  right: -2%;
  bottom: 0;
  width: 108%;
  filter: drop-shadow(0 28px 24px rgba(33, 24, 23, 0.2));
}

.w1-gate-3 .w1-gate-3-flavors {
  background: var(--g3-paper);
}

.w1-gate-3 .w1-gate-3-flavor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.w1-gate-3 .w1-gate-3-flavor-card {
  display: grid;
  min-height: 520px;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 3px solid var(--g3-ink);
  border-radius: 28px;
  color: var(--g3-ink);
  text-decoration: none;
  box-shadow: 6px 7px 0 var(--g3-ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.w1-gate-3 .w1-gate-3-flavor-card:hover,
.w1-gate-3 .w1-gate-3-flavor-card:focus-visible {
  box-shadow: 3px 4px 0 var(--g3-ink);
  transform: translate(3px, 3px);
}

.w1-gate-3 .w1-gate-3-flavor-card img {
  width: 100%;
  height: 390px;
  object-fit: contain;
  padding: 26px 18px 0;
  filter: drop-shadow(0 18px 12px rgba(33, 24, 23, 0.18));
}

.w1-gate-3 .w1-gate-3-flavor-card div {
  border-top: 3px solid var(--g3-ink);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.w1-gate-3 .w1-gate-3-flavor-card p {
  margin: 7px 0 0;
  font-weight: 760;
}

.w1-gate-3 .w1-gate-3-lemon {
  background: var(--g3-green);
}

.w1-gate-3 .w1-gate-3-peach {
  background: var(--g3-pink);
}

.w1-gate-3 .w1-gate-3-tangerine {
  background: var(--g3-orange);
}

.w1-gate-3 .w1-gate-3-grape {
  background: var(--g3-purple);
}

.w1-gate-3 .w1-gate-3-fizz-facts {
  border-block: 3px solid var(--g3-ink);
  background: var(--g3-yellow);
  padding-block: 56px;
}

.w1-gate-3 .w1-gate-3-fizz-facts .w1-gate-3-fact-row {
  justify-content: center;
}

.w1-gate-3 .w1-gate-3-everyday {
  background: #f7b7cf;
}

.w1-gate-3 .w1-gate-3-everyday .w1-gate-3-visual-frame {
  aspect-ratio: 1.35 / 1;
}

.w1-gate-3 .w1-gate-3-packs {
  background: var(--g3-paper);
}

.w1-gate-3 .w1-gate-3-pack-grid,
.w1-gate-3 .w1-gate-3-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.w1-gate-3 .w1-gate-3-pack-grid article,
.w1-gate-3 .w1-gate-3-path-grid article {
  min-height: 260px;
  border-top: 3px solid var(--g3-ink);
  border-bottom: 3px solid var(--g3-ink);
  padding: 30px 24px;
}

.w1-gate-3 .w1-gate-3-pack-grid article p,
.w1-gate-3 .w1-gate-3-path-grid article p {
  margin: 14px 0 22px;
  font-weight: 720;
  line-height: 1.45;
}

.w1-gate-3 .w1-gate-3-coming-soon {
  color: #6f6562;
  font-size: 0.78rem;
  font-weight: 900;
}

.w1-gate-3 .w1-gate-3-fresh-bridge {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(340px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  align-items: center;
  background: var(--g3-ink);
  color: #fff;
}

.w1-gate-3 .w1-gate-3-fresh-bridge .w1-gate-3-visual-frame {
  aspect-ratio: 1.5 / 1;
  border-color: var(--g3-yellow);
  box-shadow: 8px 9px 0 var(--g3-yellow);
}

.w1-gate-3 .w1-gate-3-fresh-hero {
  min-height: 900px;
  border-bottom: 3px solid var(--g3-yellow);
  background: var(--g3-ink);
  color: #fff;
}

.w1-gate-3 .w1-gate-3-fresh-hero .btn.secondary,
.w1-gate-3 .w1-gate-3-fresh-dark .btn.secondary {
  background: #fff;
}

.w1-gate-3 .w1-gate-3-fresh-stage {
  display: grid;
  min-height: 670px;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.55fr);
  gap: 16px;
}

.w1-gate-3 .w1-gate-3-fresh-stage figure,
.w1-gate-3 .w1-gate-3-fresh-flavor-grid figure,
.w1-gate-3 .w1-gate-3-cmep-fresh-grid figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 3px solid var(--g3-yellow);
  border-radius: 28px;
  background: #291f1e;
}

.w1-gate-3 .w1-gate-3-fresh-stage img,
.w1-gate-3 .w1-gate-3-fresh-flavor-grid img,
.w1-gate-3 .w1-gate-3-cmep-fresh-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w1-gate-3 .w1-gate-3-fresh-stage-support {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.w1-gate-3 .w1-gate-3-reference-label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  border-radius: 999px;
  background: rgba(21, 17, 17, 0.88);
  color: #fff;
  padding: 8px 11px;
  font-size: 0.67rem;
  font-weight: 950;
}

.w1-gate-3 .w1-gate-3-fresh-flavors {
  background: #ffcfdf;
}

.w1-gate-3 .w1-gate-3-fresh-flavor-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 20px;
}

.w1-gate-3 .w1-gate-3-fresh-flavor-grid figure {
  display: grid;
  grid-template-rows: minmax(420px, 1fr) auto;
  border-color: var(--g3-ink);
  box-shadow: 7px 8px 0 var(--g3-ink);
}

.w1-gate-3 .w1-gate-3-fresh-flavor-grid figure:first-child {
  transform: translateY(-18px);
}

.w1-gate-3 .w1-gate-3-fresh-flavor-grid figcaption {
  border-top: 3px solid var(--g3-ink);
  background: #fff;
  color: var(--g3-ink);
  padding: 22px;
}

.w1-gate-3 .w1-gate-3-fresh-flavor-grid figcaption p {
  margin: 8px 0 0;
  font-weight: 720;
}

.w1-gate-3 .w1-gate-3-fresh-facts {
  border-block: 3px solid var(--g3-ink);
  background: var(--g3-yellow);
  padding-block: 56px;
}

.w1-gate-3 .w1-gate-3-fresh-facts .w1-gate-3-fact-row {
  justify-content: center;
}

.w1-gate-3 .w1-gate-3-cut-peel {
  background: var(--g3-paper);
}

.w1-gate-3 .w1-gate-3-cut-peel-art {
  display: grid;
  min-height: 600px;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.w1-gate-3 .w1-gate-3-cut-peel-art .w1-gate-3-visual-frame:first-child {
  grid-row: 1 / 3;
}

.w1-gate-3 .w1-gate-3-sensory-tile {
  display: grid;
  place-items: end start;
  border: 3px solid var(--g3-ink);
  border-radius: 28px;
  background: var(--g3-orange);
  padding: 26px;
  box-shadow: 7px 8px 0 var(--g3-ink);
}

.w1-gate-3 .w1-gate-3-sensory-tile:nth-child(3) {
  background: var(--g3-blue);
}

.w1-gate-3 .w1-gate-3-sensory-tile strong {
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  line-height: 0.95;
}

.w1-gate-3 .w1-gate-3-cmep-entry {
  background: var(--g3-blue);
}

.w1-gate-3 .w1-gate-3-cmep-entry-art {
  position: relative;
  display: grid;
  min-height: 460px;
  place-items: center;
  overflow: hidden;
  border: 3px solid var(--g3-ink);
  border-radius: 30px;
  background: var(--g3-yellow);
  box-shadow: var(--g3-shadow);
}

.w1-gate-3 .w1-gate-3-cmep-entry-art strong {
  z-index: 2;
  font-size: clamp(4rem, 9vw, 8rem);
}

.w1-gate-3 .w1-gate-3-cmep-entry-art span {
  position: absolute;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
}

.w1-gate-3 .w1-gate-3-cmep-entry-art span:nth-child(2) {
  width: 70%;
  height: 36%;
  transform: rotate(17deg);
}

.w1-gate-3 .w1-gate-3-cmep-entry-art span:nth-child(3) {
  width: 45%;
  height: 78%;
  transform: rotate(-38deg);
}

.w1-gate-3 .w1-gate-3-consumer-trade {
  background: #f6b0cc;
}

.w1-gate-3 .w1-gate-3-path-grid {
  grid-template-columns: 1.25fr 0.75fr;
  max-width: 1120px;
  margin: 0 auto;
}

.w1-gate-3 .w1-gate-3-path-grid article:first-child {
  background: #fff;
}

.w1-gate-3 .w1-gate-3-path-grid article:last-child {
  background: var(--g3-yellow);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-hero {
  border-bottom: 3px solid var(--g3-ink);
  background: #ffd8e8;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-pop-world {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 3px solid var(--g3-ink);
  border-radius: 40px;
  background: var(--g3-yellow);
  box-shadow: var(--g3-shadow);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-pop-world > .w1-gate-3-local-note,
.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > .w1-gate-3-local-note,
.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-visual > .w1-gate-3-local-note {
  position: absolute;
  z-index: 12;
  top: 18px;
  right: 18px;
  background: rgba(255, 253, 246, 0.92);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit,
.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-fruit {
  position: absolute;
  z-index: 3;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: 7px 8px 0 var(--g3-ink);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit img,
.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-fruit img,
.w1-gate-3.w1-cmep-page .w1-cmep-r3-real-fruit img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-lemon {
  bottom: 5%;
  left: 3%;
  width: 43%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-lemon img {
  top: -125%;
  left: 0;
  width: 240%;
  height: 240%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-guava {
  top: 8%;
  right: 7%;
  width: 39%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-guava img {
  top: -98%;
  left: -138%;
  width: 240%;
  height: 240%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-calamansi {
  z-index: 5;
  right: 27%;
  bottom: 12%;
  width: 26%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-calamansi img {
  top: -115%;
  left: -151%;
  width: 240%;
  height: 240%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-pop-word {
  position: absolute;
  z-index: 8;
  top: 43%;
  left: 50%;
  border: 3px solid var(--g3-ink);
  border-radius: 999px;
  background: #fff;
  padding: 16px 23px;
  box-shadow: 6px 7px 0 var(--g3-ink);
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  font-weight: 1000;
  line-height: 0.8;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-swoop {
  position: absolute;
  z-index: 6;
  border-radius: 50%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-swoop-one {
  top: 23%;
  left: 22%;
  width: 55%;
  height: 37%;
  border-top: 18px solid var(--g3-orange);
  transform: rotate(-15deg);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-swoop-two {
  top: 35%;
  left: 17%;
  width: 58%;
  height: 35%;
  border-bottom: 13px dashed var(--g3-pink);
  transform: rotate(15deg);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-bubbles i,
.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-bubbles i {
  position: absolute;
  z-index: 7;
  width: 34px;
  height: 34px;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-bubbles i:nth-child(1) { top: 12%; left: 7%; width: 64px; height: 64px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-bubbles i:nth-child(2) { top: 14%; left: 52%; width: 28px; height: 28px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-bubbles i:nth-child(3) { top: 41%; right: 4%; width: 82px; height: 82px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-bubbles i:nth-child(4) { right: 20%; bottom: 8%; width: 40px; height: 40px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-bubbles i:nth-child(5) { bottom: 4%; left: 45%; width: 24px; height: 24px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-bubbles i:nth-child(6) { top: 38%; left: 8%; width: 43px; height: 43px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-bubbles i:nth-child(7) { top: 29%; right: 42%; width: 20px; height: 20px; }

.w1-gate-3.w1-cmep-page .w1-cmep-r3-hero-note {
  position: absolute;
  z-index: 10;
  right: 5%;
  bottom: 5%;
  margin: 0;
  border: 3px solid var(--g3-ink);
  border-radius: 20px;
  background: #fff;
  padding: 17px 20px;
  box-shadow: 5px 6px 0 var(--g3-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-comparison {
  background: var(--g3-paper);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-stage {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  max-width: 1180px;
  margin: 0 auto;
  border: 3px solid var(--g3-ink);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--g3-shadow);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-stage article {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 290px 34px 34px;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-stage article + article {
  border-left: 3px solid var(--g3-ink);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-muted {
  background: #e4e0d7;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-fruit {
  background: var(--g3-blue);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-verdict {
  position: absolute;
  z-index: 8;
  top: 22px;
  right: 22px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: 5px 6px 0 var(--g3-ink);
  font-size: 2.4rem;
  font-weight: 1000;
  line-height: 1;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-muted .w1-cmep-r3-verdict {
  background: #f0bbb7;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-fruit .w1-cmep-r3-verdict {
  background: var(--g3-green);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-stage h3 {
  max-width: 500px;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-stage article > p:last-child {
  max-width: 520px;
  margin: 15px 0 0;
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.45;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-muted-bubble i {
  position: absolute;
  top: 80px;
  width: 155px;
  height: 155px;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-muted-bubble i:nth-child(1) { left: 9%; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-muted-bubble i:nth-child(2) { top: 120px; left: 39%; width: 112px; height: 112px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-muted-bubble i:nth-child(3) { top: 65px; right: 9%; width: 80px; height: 80px; }

.w1-gate-3.w1-cmep-page .w1-cmep-r3-real-fruit {
  position: absolute;
  top: 32px;
  left: 8%;
  width: 52%;
  aspect-ratio: 1 / 0.7;
  overflow: hidden;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: var(--g3-pink);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-real-fruit img {
  top: -112%;
  left: -116%;
  width: 230%;
  height: 300%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-real-fruit i {
  position: absolute;
  z-index: 3;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-real-fruit i:nth-of-type(1) { top: 12%; right: 7%; width: 52px; height: 52px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-real-fruit i:nth-of-type(2) { right: 27%; bottom: 8%; width: 28px; height: 28px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-real-fruit i:nth-of-type(3) { top: 38%; left: 6%; width: 38px; height: 38px; }

.w1-gate-3.w1-cmep-page .w1-cmep-r3-comparison-note {
  width: fit-content;
  max-width: 720px;
  margin: 30px auto 0;
  font-size: 0.86rem;
  font-weight: 760;
  text-align: center;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-story {
  overflow: hidden;
  border-block: 3px solid var(--g3-ink);
  background: var(--g3-yellow);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: 1320px;
  margin: 76px auto 10px;
  padding: 0;
  list-style: none;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps::before {
  position: absolute;
  top: 51px;
  right: 4%;
  left: 4%;
  border-top: 4px dashed var(--g3-ink);
  content: "";
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li {
  position: relative;
  z-index: 2;
  min-width: 0;
  text-align: center;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li:nth-child(even) {
  transform: translateY(34px);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li > span {
  display: grid;
  width: 102px;
  height: 102px;
  margin: 0 auto 20px;
  place-items: center;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: 5px 6px 0 var(--g3-ink);
  font-size: 1rem;
  font-weight: 1000;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li:nth-child(2) > span,
.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li:nth-child(5) > span { background: var(--g3-pink); }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li:nth-child(3) > span { background: var(--g3-blue); }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li:nth-child(4) > span { background: var(--g3-green); }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li:nth-child(6) > span { background: var(--g3-orange); }

.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps strong {
  display: block;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps p {
  margin: 12px auto 0;
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.4;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality {
  background: #e8f7ff;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  border: 3px solid var(--g3-ink);
  border-radius: 36px;
  background: var(--g3-blue);
  padding: 98px 34px 34px;
  box-shadow: var(--g3-shadow);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > div {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 16px;
  align-content: center;
  border-bottom: 3px solid var(--g3-ink);
  padding: 17px 0;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > div:last-of-type {
  border-bottom: 0;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system div > span {
  display: grid;
  width: 54px;
  height: 54px;
  grid-row: 1 / 3;
  place-items: center;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: var(--g3-yellow);
  font-size: 1.7rem;
  font-weight: 1000;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system strong {
  align-self: end;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.05;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system small {
  align-self: start;
  font-size: 0.88rem;
  font-weight: 740;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > i {
  position: absolute;
  border: 3px solid var(--g3-ink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > i:nth-of-type(1) { top: 20px; left: 24px; width: 58px; height: 58px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > i:nth-of-type(2) { top: 60px; left: 40%; width: 31px; height: 31px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > i:nth-of-type(3) { right: 20px; bottom: 23px; width: 72px; height: 72px; }

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 70px;
  align-items: center;
  border-block: 3px solid var(--g3-ink);
  background: #f6b0cc;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 3px solid var(--g3-ink);
  border-radius: 40px;
  background: var(--g3-yellow);
  box-shadow: var(--g3-shadow);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-fruit-one {
  top: 8%;
  left: 5%;
  width: 51%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-fruit-one img {
  top: -126%;
  left: 0;
  width: 240%;
  height: 240%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-fruit-two {
  right: 5%;
  bottom: 7%;
  width: 44%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-fruit-two img {
  top: -112%;
  left: -151%;
  width: 240%;
  height: 240%;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-visual > strong {
  position: absolute;
  z-index: 8;
  top: 54%;
  left: 49%;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.79;
  text-align: center;
  text-shadow: 3px 3px 0 var(--g3-ink), -2px -2px 0 var(--g3-ink), 2px -2px 0 var(--g3-ink), -2px 2px 0 var(--g3-ink);
  transform: translate(-50%, -50%) rotate(-7deg);
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-bubbles i:nth-child(1) { top: 7%; right: 7%; width: 64px; height: 64px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-bubbles i:nth-child(2) { top: 42%; right: 7%; width: 30px; height: 30px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-bubbles i:nth-child(3) { bottom: 7%; left: 9%; width: 78px; height: 78px; }
.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-bubbles i:nth-child(4) { bottom: 24%; left: 45%; width: 27px; height: 27px; }

.w1-gate-3.w1-cmep-page .w1-cmep-r3-family-copy > p:not(.w1-gate-3-kicker, .w1-cmep-r3-brand-line) {
  max-width: 610px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  font-weight: 720;
  line-height: 1.5;
}

.w1-gate-3.w1-cmep-page .w1-cmep-r3-brand-line {
  margin: 28px 0 24px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 1000;
  line-height: 1;
}

.w1-gate-3 .footer h3 {
  font-size: 1.35rem;
}

.w1-gate-3 .footer .w1-gate-3-local-note {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1080px) {
  .w1-gate-3 .w1-gate-3-desktop-nav,
  .w1-gate-3 .w1-gate-3-desktop-cta {
    display: none !important;
  }

  .w1-gate-3 .w1-gate-3-mobile-menu {
    position: relative;
    display: block;
  }

  .w1-gate-3 .w1-gate-3-mobile-menu summary {
    min-height: 44px;
    border: 2px solid var(--g3-ink);
    border-radius: 999px;
    background: #fff;
    padding: 11px 16px;
    font-weight: 1000;
    cursor: pointer;
    list-style: none;
  }

  .w1-gate-3 .w1-gate-3-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .w1-gate-3 .w1-gate-3-mobile-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid !important;
    width: min(320px, calc(100vw - 36px)) !important;
    border: 2px solid var(--g3-ink);
    border-radius: 22px;
    background: var(--g3-paper);
    padding: 12px;
    box-shadow: 7px 8px 0 var(--g3-ink);
  }

  .w1-gate-3 .w1-gate-3-mobile-panel a {
    display: flex;
    min-height: 44px;
    align-items: center;
    color: var(--g3-ink);
    font-weight: 900;
    text-decoration: none;
  }

  .w1-gate-3 .w1-gate-3-hero,
  .w1-gate-3 .w1-gate-3-split,
  .w1-gate-3 .w1-gate-3-fresh-bridge {
    grid-template-columns: 1fr;
  }

  .w1-gate-3 .w1-gate-3-hero {
    min-height: auto;
  }

  .w1-gate-3 .w1-gate-3-hero-copy {
    max-width: 850px;
  }

  .w1-gate-3 .w1-gate-3-prebiotic-stage,
  .w1-gate-3.w1-cmep-page .w1-cmep-r3-pop-world {
    min-height: 650px;
  }

  .w1-gate-3 .w1-gate-3-flavor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w1-gate-3 .w1-gate-3-fresh-stage {
    min-height: 760px;
  }

  .w1-gate-3 .w1-gate-3-fresh-flavor-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .w1-gate-3 .w1-gate-3-fresh-flavor-grid figure:last-child {
    grid-column: 1 / -1;
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: none;
  }

  .w1-gate-3 .w1-gate-3-fresh-flavor-grid figure:last-child figcaption {
    border-top: 0;
    border-left: 3px solid var(--g3-ink);
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 22px;
    margin-top: 48px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps::before {
    display: none;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li:nth-child(even) {
    transform: none;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-family {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .w1-gate-3 h1 {
    font-size: 3.45rem;
  }

  .w1-gate-3 h2 {
    font-size: 2.75rem;
  }

  .w1-gate-3 h3 {
    font-size: 1.65rem;
  }

  .w1-gate-3 .site-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
  }

  .w1-gate-3 .site-header .brand img {
    width: 128px;
  }

  .w1-gate-3 .w1-gate-3-hero,
  .w1-gate-3 .w1-gate-3-section {
    padding: 66px 18px;
  }

  .w1-gate-3 .w1-gate-3-hero {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .w1-gate-3 .w1-gate-3-hero-copy {
    order: 2;
  }

  .w1-gate-3 .w1-gate-3-prebiotic-stage,
  .w1-gate-3 .w1-gate-3-fresh-stage {
    order: 1;
    width: 100%;
    min-height: 470px;
  }

  .w1-gate-3 .w1-gate-3-button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .w1-gate-3 .w1-gate-3-button-row .btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    text-align: center;
  }

  .w1-gate-3 .w1-gate-3-section-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .w1-gate-3 .w1-gate-3-section-heading > p:not(.w1-gate-3-kicker) {
    margin-inline: 0;
  }

  .w1-gate-3 .w1-gate-3-flavor-grid,
  .w1-gate-3 .w1-gate-3-pack-grid,
  .w1-gate-3 .w1-gate-3-path-grid,
  .w1-gate-3 .w1-gate-3-fresh-flavor-grid,
  .w1-gate-3 .footer-grid {
    grid-template-columns: 1fr;
  }

  .w1-gate-3 .w1-gate-3-flavor-card {
    min-height: 450px;
  }

  .w1-gate-3 .w1-gate-3-flavor-card img {
    height: 330px;
  }

  .w1-gate-3 .w1-gate-3-pack-grid article,
  .w1-gate-3 .w1-gate-3-path-grid article {
    min-height: auto;
  }

  .w1-gate-3 .w1-gate-3-fresh-bridge {
    min-height: auto;
  }

  .w1-gate-3 .w1-gate-3-fresh-stage {
    grid-template-columns: 1.18fr 0.82fr;
    min-height: 520px;
  }

  .w1-gate-3 .w1-gate-3-fresh-flavor-grid figure,
  .w1-gate-3 .w1-gate-3-fresh-flavor-grid figure:first-child,
  .w1-gate-3 .w1-gate-3-fresh-flavor-grid figure:last-child {
    display: grid;
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(390px, 1fr) auto;
    transform: none;
  }

  .w1-gate-3 .w1-gate-3-fresh-flavor-grid figure:last-child figcaption {
    border-top: 3px solid var(--g3-ink);
    border-left: 0;
  }

  .w1-gate-3 .w1-gate-3-cut-peel-art {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .w1-gate-3 .w1-gate-3-cut-peel-art .w1-gate-3-visual-frame:first-child {
    min-height: 500px;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .w1-gate-3 .w1-gate-3-sensory-tile {
    min-height: 190px;
    padding: 20px;
  }

  .w1-gate-3 .w1-gate-3-cmep-entry-art {
    min-height: 390px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-pop-world {
    order: 1;
    width: 100%;
    min-height: 490px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-hero .w1-gate-3-hero-copy {
    order: 2;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-pop-world > .w1-gate-3-local-note,
  .w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > .w1-gate-3-local-note,
  .w1-gate-3.w1-cmep-page .w1-cmep-r3-family-visual > .w1-gate-3-local-note {
    top: 12px;
    right: 12px;
    max-width: 48%;
    font-size: 0.62rem;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-lemon {
    width: 50%;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-guava {
    right: 3%;
    width: 43%;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-fruit-calamansi {
    right: 26%;
    bottom: 13%;
    width: 29%;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-pop-word {
    padding: 12px 16px;
    font-size: 2.2rem;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-hero-note {
    right: 14px;
    bottom: 14px;
    max-width: 48%;
    padding: 12px 14px;
    font-size: 0.78rem;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-stage {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-stage article {
    min-height: 440px;
    padding: 250px 24px 28px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-compare-stage article + article {
    border-top: 3px solid var(--g3-ink);
    border-left: 0;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-verdict {
    top: 17px;
    right: 17px;
    width: 52px;
    height: 52px;
    font-size: 2rem;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-muted-bubble i {
    top: 72px;
    width: 132px;
    height: 132px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-muted-bubble i:nth-child(2) {
    top: 106px;
    width: 94px;
    height: 94px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-real-fruit {
    top: 38px;
    width: 68%;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 18px;
    margin-top: 38px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps li > span {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-six-steps p {
    max-width: 145px;
    font-size: 0.86rem;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system {
    min-height: 460px;
    padding: 82px 20px 24px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system > div {
    grid-template-columns: 54px 1fr;
    gap: 2px 12px;
    padding: 14px 0;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-quality-system div > span {
    width: 46px;
    height: 46px;
    font-size: 1.4rem;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-family {
    grid-template-columns: 1fr;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-family-visual {
    min-height: 470px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-family-copy .w1-gate-3-button-row {
    display: grid;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-family-copy .btn {
    width: 100%;
    min-height: 48px;
  }

  .w1-gate-3.w1-cmep-page .w1-cmep-r3-family-visual > strong {
    font-size: 3.3rem;
  }
}
