:root {
  --green-900: #073f20;
  --green-800: #0c622f;
  --green-600: #12963b;
  --green-100: #e7f8df;
  --blue-800: #06489f;
  --blue-600: #0876dc;
  --yellow-400: #ffd737;
  --orange-500: #ff7a00;
  --pink-500: #f34879;
  --purple-700: #6120b6;
  --ink: #122033;
  --muted: #5d6d7e;
  --cream: #fffaf0;
  --surface: #ffffff;
  --line: rgba(18, 32, 51, 0.12);
  --shadow: 0 20px 50px rgba(20, 83, 45, 0.18);
  --pf-wh-max-width: min(76%, 1320px);
  --alpro-chrome-top: 110px;
  --campaign-nav-height: 80px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  scroll-padding-top: calc(var(--alpro-chrome-top) + var(--campaign-nav-height) + 8px);
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 215, 55, 0.26), transparent 28rem),
    radial-gradient(circle at 90% 12%, rgba(8, 118, 220, 0.16), transparent 24rem),
    linear-gradient(180deg, #fffdf5 0%, #effbe8 48%, #fffdf7 100%);
}

.deworm-site img {
  display: block;
  width: 100%;
  height: auto;
}

.deworm-site a:not(.button) {
  color: inherit;
  text-decoration: none;
}

.deworm-site .button {
  color: #fff;
  text-decoration: none;
}

.deworm-site .button-white {
  color: var(--green-800);
}

.deworm-site section[id],
.deworm-site article[id] {
  scroll-margin-top: calc(var(--alpro-chrome-top) + var(--campaign-nav-height) + 8px);
}

.alpro-site-header__inner > .alpro-site-header__cluster {
  flex: 1;
  width: 100%;
  min-width: 0;
}

@media (min-width: 901px) {
  .alpro-site-header__cluster {
    width: 100%;
  }

  .alpro-site-header__bottom {
    flex-wrap: nowrap;
    width: 100%;
  }

  .alpro-site-nav-main {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
    font-size: 13.5px;
    gap: 0.05rem 0.12rem;
  }

  .alpro-site-nav-main > a,
  .alpro-site-mega__hit {
    padding: 0.35rem 0.38rem;
    font-size: 13.5px;
  }

  .alpro-site-header__cta-row {
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin-left: 0.25rem;
  }

  .alpro-site-btn {
    font-size: 13px;
    padding: 0.4rem 0.8rem;
  }
}

@media (min-width: 1200px) {
  .alpro-site-nav-main {
    font-size: 14px;
    gap: 0.1rem 0.2rem;
  }

  .alpro-site-nav-main > a,
  .alpro-site-mega__hit {
    padding: 0.4rem 0.45rem;
    font-size: 14px;
  }

  .alpro-site-btn {
    font-size: 14px;
    padding: 0.45rem 1rem;
  }
}

.campaign-nav-bar.hero-nav {
  position: fixed;
  top: var(--alpro-chrome-top);
  left: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  background: linear-gradient(180deg, rgba(4, 36, 20, 0.82) 0%, rgba(4, 36, 20, 0.35) 80%, transparent 100%);
  border-bottom: 0;
  box-shadow: none;
}

.campaign-nav-bar.hero-nav.is-pinned,
.campaign-nav-bar.hero-nav.is-open {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(18, 32, 51, 0.08);
  backdrop-filter: blur(18px);
}

.campaign-nav-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: var(--pf-wh-max-width);
  margin: 0 auto;
  padding: 12px clamp(18px, 4vw, 56px);
  box-sizing: border-box;
}

.hero-brand-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.hero-brand-mark__alpro,
.hero-campaign-logo {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
}

.hero-brand-mark__alpro img,
.hero-campaign-logo img {
  display: block;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4));
}

.hero-brand-mark__alpro img {
  height: 30px;
  max-width: min(96px, 22vw);
}

.hero-brand-mark__alpro--lg {
  padding: 7px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.hero-brand-mark__alpro.hero-brand-mark__alpro--lg img {
  height: clamp(28px, 5.4vw, 40px);
  max-width: min(210px, 52vw);
  filter: none;
}

.campaign-nav-bar.hero-nav.is-pinned .hero-brand-mark__alpro--lg,
.campaign-nav-bar.hero-nav.is-open .hero-brand-mark__alpro--lg {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.hero-campaign-logo img {
  height: 34px;
  max-width: min(130px, 28vw);
}

.hero-brand-mark__divider {
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.42);
}

.campaign-nav-bar.hero-nav.is-pinned .hero-brand-mark__alpro img,
.campaign-nav-bar.hero-nav.is-pinned .hero-campaign-logo img,
.campaign-nav-bar.hero-nav.is-open .hero-brand-mark__alpro img,
.campaign-nav-bar.hero-nav.is-open .hero-campaign-logo img {
  filter: none;
}

.campaign-nav-bar.hero-nav.is-pinned .hero-brand-mark__divider,
.campaign-nav-bar.hero-nav.is-open .hero-brand-mark__divider {
  background: rgba(29, 66, 138, 0.18);
}

.campaign-nav-bar .site-nav {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, 2vw, 28px);
  font-size: 0.94rem;
  font-weight: 800;
}

.campaign-nav-bar .site-nav a {
  padding: 8px 0;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  white-space: nowrap;
}

.campaign-nav-bar .site-nav a:hover,
.campaign-nav-bar .site-nav a:focus-visible {
  color: var(--yellow-400);
}

.campaign-nav-bar.hero-nav.is-pinned .site-nav a,
.campaign-nav-bar.hero-nav.is-open .site-nav a {
  color: #23344d;
  text-shadow: none;
}

.campaign-nav-bar.hero-nav.is-pinned .site-nav a:hover,
.campaign-nav-bar.hero-nav.is-open .site-nav a:hover,
.campaign-nav-bar.hero-nav.is-pinned .site-nav a:focus-visible,
.campaign-nav-bar.hero-nav.is-open .site-nav a:focus-visible {
  color: var(--green-600);
}

.campaign-nav-bar .header-actions {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.campaign-nav-bar .nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.campaign-nav-bar .nav-toggle span {
  display: block;
  height: 3px;
  margin: 5px 0;
  border-radius: 10px;
  background: #fff;
}

.campaign-nav-bar.hero-nav.is-pinned .nav-toggle,
.campaign-nav-bar.hero-nav.is-open .nav-toggle {
  background: var(--green-100);
}

.campaign-nav-bar.hero-nav.is-pinned .nav-toggle span,
.campaign-nav-bar.hero-nav.is-open .nav-toggle span {
  background: var(--green-800);
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  padding-top: max(14px, env(safe-area-inset-top));
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: auto;
  height: 52px;
  max-width: min(220px, 46vw);
  object-fit: contain;
}

.brand-logo-footer {
  height: 46px;
  max-width: 200px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.8vw, 34px);
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a {
  padding: 10px 0;
  color: #23344d;
}

.site-nav a:hover {
  color: var(--green-600);
}

.header-actions {
  display: flex;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--green-100);
}

.nav-toggle span {
  display: block;
  height: 3px;
  margin: 5px 0;
  border-radius: 10px;
  background: var(--green-800);
}

.button-white {
  color: var(--green-800);
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.hero-buttons .button-white:hover {
  color: var(--green-900);
  background: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(6, 72, 159, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(6, 72, 159, 0.24);
}

.button-small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.86rem;
}

.button-xl {
  min-height: 56px;
  padding: 0 30px;
  font-size: 1rem;
}

.button-green {
  background: linear-gradient(135deg, #38d23f, #0b8f34);
}

.button-blue {
  background: linear-gradient(135deg, #0792ff, #06489f);
}

.button-purple {
  background: linear-gradient(135deg, #8d3df2, #5616a9);
}

.button-yellow {
  color: #2a2300;
  background: linear-gradient(135deg, #ffe45f, #ffb703);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - var(--alpro-chrome-top));
  min-height: calc(100svh - var(--alpro-chrome-top));
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  overflow: hidden;
  background: #b9e7ff;
}

.hero-carousel {
  position: absolute;
  inset: 0;
}

.hero-side-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 0;
  background: transparent;
}

.hero-side-logo img {
  width: auto;
  height: clamp(64px, 10vw, 110px);
  filter:
    brightness(1.12)
    drop-shadow(0 0 6px rgba(255, 255, 255, 1))
    drop-shadow(0 0 14px rgba(255, 255, 255, 1))
    drop-shadow(0 0 30px rgba(255, 255, 255, 0.9))
    drop-shadow(0 0 54px rgba(150, 215, 255, 0.8));
}

@media (max-width: 720px) {
  .hero-side-logo {
    margin-bottom: 16px;
  }

  .hero-side-logo img {
    height: 60px;
  }
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 650ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img,
.hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 36, 20, 0.68) 0%, rgba(4, 36, 20, 0.36) 42%, rgba(4, 36, 20, 0.02) 100%),
    linear-gradient(180deg, transparent 54%, rgba(5, 48, 25, 0.72) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: clamp(80px, 12vh, 150px) clamp(20px, 6vw, 78px) clamp(48px, 8vh, 90px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange-500);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--yellow-400);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(3.5rem, 8vw, 6.6rem);
  line-height: 0.88;
  letter-spacing: 0;
  word-break: normal;
  hyphens: none;
  text-shadow: 0 7px 0 rgba(0, 75, 28, 0.42);
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.15;
}

p {
  font-size: 1.03rem;
  line-height: 1.65;
}

.hero-copy p:not(.eyebrow) {
  max-width: 590px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-tagline {
  margin-top: 6px;
  font-weight: 700;
  color: #ffd23c;
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.hero-tagline + .hero-tagline {
  margin-top: 2px;
}

.hero-buttons,
.center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.about-stats div {
  min-height: 104px;
  padding: 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(6, 42, 22, 0.92);
  box-shadow: 0 16px 34px rgba(6, 42, 22, 0.18);
}

.about-stats strong {
  display: block;
  color: var(--yellow-400);
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  line-height: 1.05;
}

.about-stats span {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.section-grid,
.story-layout,
.competition-grid,
.game-panel {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(26px, 5vw, 70px);
}

.section-grid.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.section-copy p {
  color: var(--muted);
}

.quick-facts,
.story-badges {
  display: flex;
  gap: 10px;
  margin: 24px 0 0;
}

.quick-facts {
  flex-wrap: wrap;
}

.story-badges {
  flex-wrap: nowrap;
  align-items: center;
}

.quick-facts span {
  padding: 10px 14px;
  border: 1px solid rgba(18, 150, 59, 0.18);
  border-radius: 999px;
  color: var(--green-800);
  background: #fff;
  font-weight: 850;
}

.story-badges span {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-weight: 850;
  white-space: nowrap;
}

.story-badges span + span::before {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  content: "·";
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 32px;
}

.story-actions .story-badges {
  margin: 0;
}

.story-flipbook-btn {
  min-height: 42px;
  padding: 0 20px;
  font-size: 0.92rem;
  white-space: nowrap;
}

.intro-band .quick-facts {
  justify-content: center;
}

.image-frame,
.wide-image,
.comic-cover,
.game-panel figure {
  margin: 0;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
  color: var(--muted);
}

.worms-section {
  background: #fff;
}

.worms-section .wide-image,
.campaign-section .wide-image {
  max-width: 1180px;
  margin: 0 auto;
}

.worm-card-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.worm-card,
.spread-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(18, 32, 51, 0.1);
}

.worm-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 430px;
  padding: 16px;
}

.worm-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  content: "";
  background: var(--card-color);
}

.worm-card-image {
  display: grid;
  aspect-ratio: 1 / 0.82;
  margin-bottom: 18px;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.worm-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.worm-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--card-color);
  font-size: 1.18rem;
  font-weight: 950;
  box-shadow: inset 0 -4px rgba(0, 0, 0, 0.14);
}

.worm-card h3 {
  color: var(--card-color);
}

.worm-card p,
.spread-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.worm-card-orange {
  --card-color: #ff8a00;
}

.worm-card-pink {
  --card-color: #e83f73;
}

.worm-card-blue {
  --card-color: #0876dc;
}

.worm-card-green {
  --card-color: #12963b;
}

.spread-block {
  max-width: 1180px;
  margin: clamp(38px, 6vw, 72px) auto 0;
}

.compact-heading {
  margin-bottom: 24px;
}

.compact-heading h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
}

.spread-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.spread-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.spread-card h3,
.spread-card p {
  padding-right: 20px;
  padding-left: 20px;
}

.spread-card h3 {
  margin-top: 20px;
}

.spread-card p {
  padding-bottom: 22px;
}

.campaign-section {
  background: linear-gradient(180deg, #effbe8, #fffdf5);
}

.mission-grid {
  display: grid;
  max-width: 1080px;
  margin: 0 auto 26px;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mission-card {
  min-height: 158px;
  padding: 22px;
  border: 1px solid rgba(6, 72, 159, 0.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(6, 72, 159, 0.08);
}

.mission-card span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--blue-600);
  font-weight: 950;
}

.mission-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.daily-mission-strip {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid rgba(18, 150, 59, 0.18);
  border-radius: 26px 26px 14px 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.daily-mission-step {
  overflow: hidden;
  min-height: 224px;
  border: 2px solid rgba(8, 118, 220, 0.14);
  border-radius: 18px;
  background: #fff;
}

.daily-mission-step img {
  height: 138px;
  object-fit: cover;
}

.daily-mission-step div {
  position: relative;
  padding: 18px 10px 12px;
  text-align: center;
}

.daily-mission-step span {
  position: absolute;
  top: -20px;
  left: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--blue-600);
  box-shadow: 0 8px 16px rgba(6, 72, 159, 0.22);
  font-size: 1rem;
  font-weight: 950;
  transform: translateX(-50%);
}

.daily-mission-step h3 {
  min-height: 36px;
  margin-top: 5px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.08;
}

.mission-greenery {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 36px rgba(10, 109, 45, 0.18);
}

.mission-greenery img {
  width: 100%;
  height: clamp(115px, 13vw, 160px);
  object-fit: cover;
  object-position: center;
}

.mission-cta-band {
  display: flex;
  max-width: 1180px;
  margin: 18px auto 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(22px, 6vw, 74px);
  color: #fff;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 55%),
    linear-gradient(135deg, #147b2f, #0f9b35);
  box-shadow: 0 18px 36px rgba(10, 109, 45, 0.2);
}

.mission-cta-band strong {
  display: block;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1;
}

.mission-cta-band p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.98rem, 1.6vw, 1.25rem);
  line-height: 1.35;
}

.mission-cta-band .button {
  min-width: 210px;
}

.center-actions {
  justify-content: center;
}

.story-section {
  background: linear-gradient(135deg, #0b6d2f 0%, #50a843 100%);
  color: #fff;
}

.story-section .eyebrow,
.game-section .eyebrow {
  color: var(--yellow-400);
}

.story-section .section-copy p {
  color: rgba(255, 255, 255, 0.86);
}

.story-layout {
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
}

.story-character {
  margin: 0;
}

.story-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.story-title-row h2 {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.story-character--inline {
  max-width: 100px;
  margin: 0;
  flex-shrink: 0;
}

.story-character img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.comic-cover {
  max-width: 430px;
  justify-self: center;
  transform: rotate(-2deg);
  margin: 0;
}

.competition-character {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  background: linear-gradient(180deg, #eef8ff 0%, #fff 100%);
}

.competition-character img {
  display: block;
  width: min(100%, 340px);
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(18, 32, 51, 0.16));
}

.flipbook-modal,
.coming-soon-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: 20px;
}

.flipbook-modal[hidden],
.coming-soon-modal[hidden] {
  display: none;
}

.flipbook-modal-backdrop,
.coming-soon-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(18, 32, 51, 0.78);
  cursor: pointer;
}

.flipbook-modal-panel,
.coming-soon-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 900px);
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.coming-soon-modal-panel {
  width: min(100%, 420px);
}

.flipbook-modal-header,
.coming-soon-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #0792ff, #06489f);
}

.flipbook-modal-title,
.coming-soon-modal-title {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
}

.flipbook-modal-close,
.coming-soon-modal-close {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #06489f;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.flipbook-modal-close:hover,
.coming-soon-modal-close:hover {
  background: #eef6ff;
}

.coming-soon-modal-body {
  padding: 40px 28px 48px;
  text-align: center;
  background: #f5f7fa;
}

.coming-soon-message {
  margin: 0;
  color: #06489f;
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
}

.flipbook-modal-body {
  background: #f5f7fa;
}

.flipbook-modal-body iframe {
  display: block;
  width: 100%;
  height: min(56vw, 500px);
  max-height: 70vh;
  border: 0;
}

body.flipbook-open,
body.coming-soon-open,
body.nav-open {
  overflow: hidden;
}

.game-section {
  background: #083a88;
  color: #fff;
}

.game-panel {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.game-panel .section-copy p {
  color: rgba(255, 255, 255, 0.84);
}

.game-play-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 8px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.game-play-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.game-play-cta:focus-visible {
  outline: 3px solid var(--yellow-400);
  outline-offset: 4px;
}

.game-play-cta img {
  display: block;
  width: min(100%, 520px);
  height: auto;
}

.leaderboard-section {
  background: #f2fbff;
}

.parent-school-section {
  background: #fff;
}

.two-column {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  align-items: start;
}

.info-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(18, 32, 51, 0.1);
}

.info-panel > img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.info-panel > div {
  padding: 28px;
}

.info-panel h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.05rem);
  line-height: 1.08;
}

.info-panel .school-panel-body {
  padding: 28px;
}

.school-panel-copy {
  min-width: 0;
}

.deworm-site ul {
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.products-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 122, 0, 0.12), transparent 22rem),
    radial-gradient(circle at 92% 72%, rgba(97, 32, 182, 0.1), transparent 24rem),
    linear-gradient(180deg, #fffdf5 0%, #ecf9e6 52%, #f7fff2 100%);
}

.products-section::before,
.products-section::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.products-section::before {
  top: -120px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: rgba(56, 210, 63, 0.12);
}

.products-section::after {
  bottom: -100px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: rgba(255, 215, 55, 0.16);
}

.products-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.products-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
}

.products-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(18, 150, 59, 0.16);
  border-radius: 999px;
  color: var(--green-800);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(18, 32, 51, 0.06);
  font-size: 0.92rem;
  font-weight: 850;
}

.products-trust-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  font-size: 0.82rem;
}

.products-showcase {
  display: grid;
  gap: 28px;
}

.product-showcase-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(18, 32, 51, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-showcase-visual,
.product-showcase-copy {
  min-width: 0;
}

.product-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(18, 32, 51, 0.14);
}

.product-showcase-card.is-reverse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-showcase-card.is-reverse .product-showcase-visual {
  order: 2;
}

.product-showcase-card.is-reverse .product-showcase-copy {
  order: 1;
}

.product-showcase-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0;
}

.product-showcase-card--hygiene .product-showcase-visual {
  background:
    radial-gradient(circle at 20% 20%, rgba(243, 72, 121, 0.14), transparent 42%),
    radial-gradient(circle at 80% 80%, rgba(8, 118, 220, 0.14), transparent 42%),
    linear-gradient(160deg, #fff7fb 0%, #f0f8ff 100%);
}

.product-showcase-card--gut .product-showcase-visual {
  background:
    radial-gradient(circle at 18% 24%, rgba(97, 32, 182, 0.12), transparent 40%),
    radial-gradient(circle at 82% 76%, rgba(255, 122, 0, 0.12), transparent 40%),
    linear-gradient(160deg, #faf6ff 0%, #fff8ef 100%);
}

.product-showcase-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-showcase-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.product-showcase-copy {
  display: grid;
  align-content: center;
  gap: 0;
  padding: clamp(28px, 4vw, 40px);
}

.product-showcase-copy h3 {
  margin-top: 4px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.product-origin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 10px 0 0;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(7, 146, 255, 0.1);
  color: #06489f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.product-origin .product-origin__flag {
  display: inline-block;
  width: 22px;
  height: auto;
  border-radius: 2px;
  object-fit: contain;
  vertical-align: middle;
}

.product-lead {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-feature-grid {
  display: grid;
  gap: 14px;
  margin: 24px 0 28px;
}

.product-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(18, 150, 59, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, #fcfffb, #f4fbf0);
}

.product-feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(18, 150, 59, 0.1);
  font-size: 1.15rem;
}

.product-feature strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.96rem;
}

.product-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.product-shop-link {
  justify-self: start;
  gap: 10px;
  min-width: 180px;
}

.product-shop-arrow {
  display: inline-block;
  transition: transform 180ms ease;
}

.product-shop-link:hover .product-shop-arrow {
  transform: translateX(4px);
}

.products-footnote {
  max-width: 680px;
  margin: 30px auto 0;
  padding: 16px 20px;
  border: 1px dashed rgba(18, 150, 59, 0.28);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  line-height: 1.65;
}

.products-footnote strong {
  color: var(--green-800);
}

.competition-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(141, 61, 242, 0.14), transparent 24rem),
    radial-gradient(circle at 88% 80%, rgba(255, 215, 55, 0.18), transparent 22rem),
    linear-gradient(180deg, #f8f2ff 0%, #fff9ef 100%);
}

.competition-section::before {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 122, 0, 0.1);
  content: "";
  pointer-events: none;
}

.competition-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.competition-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 56px);
}

.competition-content h2 {
  max-width: 12ch;
}

.competition-lead {
  margin: 16px 0 0;
  max-width: 52ch;
  color: var(--muted);
  line-height: 1.7;
}

.competition-lead strong {
  color: var(--ink);
}

.competition-dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.competition-date-card {
  padding: 18px 20px;
  border: 1px solid rgba(97, 32, 182, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(18, 32, 51, 0.06);
}

.competition-date-card--highlight {
  border-color: rgba(255, 122, 0, 0.24);
  background: linear-gradient(180deg, #fff9ef, #fff);
}

.competition-date-label {
  display: block;
  margin-bottom: 8px;
  color: var(--purple-700);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.competition-date-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.25;
}

.competition-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.competition-benefit {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 16px 10px;
  border: 1px solid rgba(18, 150, 59, 0.12);
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.competition-benefit span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  font-size: 1.2rem;
}

.competition-benefit strong {
  color: var(--green-800);
  font-size: 0.78rem;
  line-height: 1.25;
}

.competition-shop-link {
  gap: 10px;
  width: 100%;
  margin-top: 28px;
}

.competition-shop-arrow {
  display: inline-block;
  transition: transform 180ms ease;
}

.competition-shop-link:hover .competition-shop-arrow {
  transform: translateX(4px);
}

.competition-prize-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(18, 32, 51, 0.12);
}

.competition-prize-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: #fff;
  background: var(--green-900);
}

.site-footer p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  font-weight: 850;
}

@media (min-width: 901px) {
  .hero-brand-mark__alpro img {
    height: 34px;
    max-width: 108px;
  }

  .hero-campaign-logo img {
    height: 38px;
    max-width: 145px;
  }

  .hero-brand-mark__divider {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .hero-brand-mark {
    gap: 8px;
  }

  .hero-brand-mark__alpro img {
    height: 24px;
    max-width: 78px;
  }

  .hero-campaign-logo img {
    height: 28px;
    max-width: 110px;
  }

  .hero-brand-mark__divider {
    height: 22px;
  }
}

@media (max-width: 1040px) {
  .campaign-nav-bar__inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .hero-brand-mark {
    order: 1;
  }

  .campaign-nav-bar .nav-toggle {
    display: block;
    order: 2;
    margin-left: auto;
  }

  .campaign-nav-bar .site-nav,
  .campaign-nav-bar .header-actions {
    display: none;
  }

  .campaign-nav-bar.is-open .campaign-nav-bar__inner {
    align-items: stretch;
  }

  .campaign-nav-bar.is-open .site-nav,
  .campaign-nav-bar.is-open .header-actions {
    display: flex;
    width: 100%;
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .campaign-nav-bar.is-open .site-nav {
    flex-direction: column;
    gap: 4px;
  }

  .campaign-nav-bar.is-open .header-actions {
    flex-wrap: wrap;
  }

  .campaign-nav-bar.is-open .header-actions .button {
    flex: 1 1 auto;
  }

  .hero-copy {
    padding-bottom: 72px;
  }

  .daily-mission-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-stats,
  .mission-grid,
  .daily-mission-strip,
  .worm-card-grid,
  .spread-grid,
  .two-column {
    grid-template-columns: 1fr 1fr;
  }

  .product-showcase-card,
  .product-showcase-card.is-reverse {
    grid-template-columns: 1fr;
  }

  .product-showcase-card.is-reverse .product-showcase-visual,
  .product-showcase-card.is-reverse .product-showcase-copy {
    order: unset;
  }

  .section-grid,
  .section-grid.reverse,
  .story-layout,
  .competition-grid,
  .game-panel {
    grid-template-columns: 1fr;
  }

  .section-grid.reverse .section-copy {
    order: -1;
  }

  .competition-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mission-cta-band {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .mission-cta-band .button {
    width: 100%;
    min-width: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .story-badges {
    flex-wrap: wrap;
  }

  .story-badges span {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .site-header.is-open {
    gap: 12px;
  }

  .site-header.is-open .header-actions .button {
    width: 100%;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    height: 44px;
    max-width: min(190px, 52vw);
  }

  .brand-logo-footer {
    height: 40px;
    max-width: 170px;
  }

  .hero {
    min-height: max(620px, calc(100svh - var(--alpro-chrome-top)));
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(4, 36, 20, 0.15) 0%, rgba(4, 36, 20, 0.55) 42%, rgba(4, 36, 20, 0.88) 100%);
  }

  .hero-slide img,
  .hero-slide video {
    object-position: 68% center;
  }

  .hero-copy {
    align-self: end;
    width: 100%;
    padding: clamp(220px, 42vw, 320px) 18px 28px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 1.02rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .button {
    width: 100%;
  }

  .about-stats div {
    min-height: auto;
    padding: 16px;
  }

  .about-stats strong {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .about-stats span {
    font-size: 0.86rem;
  }

  .section {
    padding: 58px 16px;
  }

  h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(1.75rem, 8.5vw, 2.5rem);
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .quick-facts {
    justify-content: center;
  }

  .story-layout {
    gap: 28px;
  }

  .story-title-row {
    gap: 10px;
    margin-bottom: 12px;
  }

  .story-character--inline {
    max-width: 76px;
  }

  .comic-cover {
    max-width: min(100%, 320px);
    transform: none;
  }

  .story-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 24px;
  }

  .story-badges {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 6px;
  }

  .story-badges span {
    white-space: normal;
    font-size: 0.92rem;
  }

  .story-flipbook-btn {
    width: 100%;
  }

  .mission-grid,
  .daily-mission-strip,
  .worm-card-grid,
  .spread-grid,
  .about-stats,
  .two-column,
  .product-showcase-card,
  .product-showcase-card.is-reverse {
    grid-template-columns: 1fr;
  }

  .daily-mission-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .product-showcase-card.is-reverse .product-showcase-visual,
  .product-showcase-card.is-reverse .product-showcase-copy {
    order: unset;
  }

  .product-showcase-copy {
    padding: 22px;
  }

  .product-showcase-frame {
    min-height: 0;
  }

  .product-shop-link {
    width: 100%;
  }

  .products-trust-bar {
    gap: 10px;
  }

  .products-trust-item {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    font-size: 0.88rem;
  }

  .competition-dates,
  .competition-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .competition-content h2 {
    max-width: none;
  }

  .competition-shop-link {
    width: 100%;
  }

  .flipbook-modal,
  .coming-soon-modal {
    padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
  }

  .flipbook-modal-panel,
  .coming-soon-modal-panel {
    width: 100%;
    max-height: calc(100svh - 24px);
    border-width: 5px;
    border-radius: 18px;
    overflow: hidden;
  }

  .flipbook-modal-body {
    display: flex;
    justify-content: center;
    overflow: auto;
    padding: 14px;
  }

  .flipbook-modal-header {
    padding: 12px 14px;
    gap: 10px;
  }

  .flipbook-modal-title {
    font-size: clamp(0.82rem, 3.6vw, 0.95rem);
    line-height: 1.25;
  }

  .flipbook-modal-body iframe {
    width: 300px;
    max-width: 100%;
    height: 400px;
  }

  .image-frame,
  .wide-image,
  .comic-cover,
  .game-panel figure {
    border-width: 5px;
    border-radius: 18px;
  }

  .info-panel > div,
  .info-panel .school-panel-body {
    padding: 22px;
  }

  .site-footer {
    display: grid;
    gap: 20px;
    padding-bottom: max(34px, env(safe-area-inset-bottom));
  }

  .footer-links {
    gap: 12px;
  }

  .button-xl {
    width: 100%;
  }

  .daily-mission-step {
    min-height: 220px;
  }

  .daily-mission-step img {
    height: 150px;
  }

  .mission-greenery {
    border-radius: 0 0 22px 22px;
  }

  .mission-greenery img {
    height: 110px;
  }

  .mission-cta-band {
    display: grid;
    justify-items: stretch;
    padding: 22px 18px;
    text-align: center;
  }

  .mission-cta-band .button {
    width: 100%;
    min-width: 0;
  }

  .worm-card {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .competition-dates,
  .competition-benefits {
    grid-template-columns: 1fr;
  }

  .daily-mission-strip {
    grid-template-columns: 1fr;
  }

  .story-badges span + span::before {
    margin: 0 8px;
  }

  .about-stats strong {
    font-size: 1.45rem;
  }
}

@media (max-width: 900px) {
  :root {
    --alpro-chrome-top: 56px;
    --campaign-nav-height: 70px;
  }

  html {
    scroll-padding-top: calc(var(--alpro-chrome-top) + var(--campaign-nav-height) + 8px);
  }

  .deworm-site section[id],
  .deworm-site article[id] {
    scroll-margin-top: calc(var(--alpro-chrome-top) + var(--campaign-nav-height) + 8px);
  }

  .alpro-site-header__inner {
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.45rem 0.85rem 0.55rem;
    gap: 0.65rem;
  }

  .alpro-site-header__cluster {
    flex: 1;
    min-width: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
  }

  .alpro-site-header__top {
    order: 1;
    width: auto;
    flex: 1;
    justify-content: flex-end;
    gap: 0.5rem 0.75rem;
    font-size: 12px;
  }

  .alpro-site-nav-toggle {
    order: 2;
  }

  .alpro-site-nav-toggle-label {
    order: 3;
    margin-right: 0;
    margin-left: 0;
    padding: 0.35rem 0.65rem;
    font-size: 13px;
  }

  .alpro-site-header__bottom {
    order: 4;
    width: 100%;
    flex: 1 1 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* ===== Handwashing practice section ===== */
.handwash-section {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Cg fill='%23ffffff' fill-opacity='0.45' stroke='%23ffffff' stroke-opacity='0.85' stroke-width='1.4'%3E%3Ccircle cx='42' cy='54' r='24'/%3E%3Ccircle cx='236' cy='40' r='14'/%3E%3Ccircle cx='160' cy='130' r='32'/%3E%3Ccircle cx='292' cy='176' r='18'/%3E%3Ccircle cx='64' cy='214' r='28'/%3E%3Ccircle cx='208' cy='258' r='17'/%3E%3Ccircle cx='118' cy='292' r='11'/%3E%3Ccircle cx='30' cy='140' r='9'/%3E%3Ccircle cx='284' cy='84' r='9'/%3E%3C/g%3E%3C/svg%3E") repeat,
    linear-gradient(180deg, #c7e7fe 0%, #ddf1ff 60%, #eef8ff 100%);
}

.handwash-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.handwash-heading {
  margin-bottom: 34px;
  text-align: center;
}

.handwash-eyebrow {
  margin: 0 0 6px;
  color: #0876dc;
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  font-weight: 900;
}

.handwash-title {
  display: grid;
  margin: 0;
  font-size: clamp(2.4rem, 6.6vw, 4.8rem);
  line-height: 0.86;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.handwash-title-1,
.handwash-title-2 {
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
  text-shadow: 0 5px 0 rgba(8, 64, 143, 0.16), 0 8px 16px rgba(0, 0, 0, 0.14);
}

.handwash-title-1 {
  color: #0b3f8f;
}

.handwash-title-2 {
  color: #e8362f;
}

.handwash-tip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 20px auto 0;
  max-width: 660px;
  padding: 12px 26px;
  border-radius: 999px;
  color: #4a3a00;
  background: linear-gradient(135deg, #ffe45f, #ffc01e);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 12px 26px rgba(255, 183, 3, 0.32);
}

.handwash-tip-icon {
  font-size: 1.15rem;
}

.handwash-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.handwash-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(8, 118, 220, 0.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(8, 118, 220, 0.12);
}

.handwash-step-head {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 52px;
}

.handwash-step-num {
  flex-shrink: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #0792ff, #06489f);
  font-size: 0.92rem;
  font-weight: 950;
  box-shadow: 0 6px 12px rgba(6, 72, 159, 0.26);
}

.handwash-step h3 {
  color: #0b3f8f;
  font-size: 0.82rem;
  line-height: 1.16;
  text-align: left;
}

.handwash-step-media {
  overflow: hidden;
  margin-top: auto;
  border-radius: 12px;
  background: linear-gradient(180deg, #f4fbff, #eef6ff);
}

.handwash-step-media img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}

.handwash-fact {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 820px;
  margin: 32px auto 0;
  padding: 18px 26px;
  border: 2px solid rgba(8, 118, 220, 0.22);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(8, 118, 220, 0.1);
}

.handwash-fact-icon {
  flex-shrink: 0;
  font-size: 1.8rem;
}

.handwash-fact p {
  margin: 0;
  flex: 1;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.5;
}

.handwash-fact strong {
  color: #0b3f8f;
}

.handwash-fact-germs {
  color: var(--green-600);
  font-weight: 900;
}

.handwash-fact-worms {
  color: #e8362f;
  font-weight: 900;
}

.handwash-fact-noworm {
  position: relative;
  flex-shrink: 0;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 3px solid #e8362f;
  border-radius: 50%;
  font-size: 1.5rem;
}

.handwash-fact-noworm::after {
  position: absolute;
  width: 56px;
  height: 3px;
  background: #e8362f;
  content: "";
  transform: rotate(-45deg);
}

.handwash-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 820px;
  margin: 18px auto 0;
  padding: 18px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b3f8f, #071f56);
  font-size: clamp(1.15rem, 3vw, 1.8rem);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 36px rgba(6, 72, 159, 0.3);
}

.handwash-banner-text {
  color: #fff;
}

.handwash-banner-accent {
  color: var(--yellow-400);
}

.handwash-banner-star {
  color: var(--yellow-400);
  font-size: 1.2em;
}

.handwash-shell .mission-cta-band {
  margin-top: 26px;
  border-radius: 28px;
}

/* ===== Game / competition section additions ===== */
.game-section .section-copy .game-audience {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 4px;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.96rem;
  font-weight: 800;
}

.game-audience-pill {
  font-size: 1.1rem;
}

.game-section--banner {
  padding: 0;
  background: #083a88;
}

.game-banner {
  display: block;
  width: 100%;
  line-height: 0;
  transition: opacity 180ms ease;
}

.game-banner:hover {
  opacity: 0.96;
}

.game-banner:focus-visible {
  outline: 3px solid var(--yellow-400);
  outline-offset: -3px;
}

.game-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ===== Game prize band ===== */
.game-prize-section {
  --prize-navy: #2a1c63;
  background: linear-gradient(180deg, #fff7ea 0%, #fffaf0 100%);
}

.prize-banner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid rgba(255, 183, 3, 0.55);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.7), transparent 30%),
    linear-gradient(135deg, #fff1cf 0%, #ffe4a6 55%, #ffd987 100%);
  box-shadow: 0 26px 60px rgba(150, 100, 0, 0.18);
}

.prize-banner__top {
  display: grid;
  grid-template-columns: 1.65fr auto 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  padding: clamp(22px, 3.4vw, 38px) clamp(22px, 4vw, 48px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='240' viewBox='0 0 360 240'%3E%3Cg fill='%23f5a623' fill-opacity='0.38'%3E%3Cpath d='M300 44l3 7 7 3-7 3-3 7-3-7-7-3 7-3z'/%3E%3Ccircle cx='44' cy='58' r='2.8'/%3E%3Ccircle cx='196' cy='188' r='2.4'/%3E%3C/g%3E%3Cg fill='%238d3df2' fill-opacity='0.3'%3E%3Cpath d='M96 150l2.5 6 6 2.5-6 2.5-2.5 6-2.5-6-6-2.5 6-2.5z'/%3E%3Ccircle cx='318' cy='168' r='2.8'/%3E%3Ccircle cx='150' cy='72' r='2.2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 240px;
}

.prize-banner__title {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--prize-navy);
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.prize-banner__sparkle {
  color: #f5a623;
  font-size: 0.9em;
}

.prize-banner__grand-row {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 28px);
}

.prize-banner__grand-row .prize-medal-img {
  flex-shrink: 0;
  width: clamp(82px, 9vw, 116px);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(120, 70, 0, 0.28));
}

.prize-banner__grand-copy {
  min-width: 0;
}

.prize-banner__lead {
  margin: 0;
  color: var(--prize-navy);
  font-size: clamp(0.98rem, 1.7vw, 1.2rem);
  font-weight: 800;
  line-height: 1.35;
}

.prize-banner__lead strong {
  font-weight: 950;
}

.prize-banner__spec {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 16px;
  border: 2px solid var(--prize-navy);
  border-radius: 999px;
  color: var(--prize-navy);
  font-size: 0.85rem;
  font-weight: 900;
}

.prize-banner__grand-row .prize-tablet-img {
  flex-shrink: 0;
  width: clamp(150px, 18vw, 230px);
  height: auto;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.2));
}

.prize-banner__divider {
  align-self: stretch;
  width: 2px;
  margin: 6px 0;
  background: linear-gradient(180deg, transparent, rgba(42, 28, 99, 0.28), transparent);
}

.prize-banner__bonus {
  display: flex;
  align-items: center;
  gap: 16px;
}

.prize-banner__gift {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 3px solid var(--prize-navy);
  border-radius: 50%;
  color: var(--prize-navy);
}

.prize-banner__bonus-text {
  margin: 0;
  color: var(--prize-navy);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.prize-banner__bonus-plus {
  display: block;
  font-size: 0.7em;
  letter-spacing: 0.04em;
}

.prize-banner__bonus-num {
  display: block;
  font-size: clamp(2.4rem, 4.6vw, 3.6rem);
  line-height: 0.95;
}

.prize-banner__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px clamp(16px, 3vw, 32px);
  padding: 16px clamp(22px, 4vw, 48px);
  color: #fff;
  background: #1c1248;
}

.prize-banner__bar-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 700;
}

.prize-banner__bar-item--lead {
  font-weight: 800;
}

.prize-banner__bar-item--lead strong {
  color: var(--yellow-400);
  font-weight: 950;
}

.prize-banner__trophy {
  font-size: 1.25rem;
}

.prize-banner__cta {
  margin-left: auto;
  padding: 12px 26px;
  border: 2px solid #c97e00;
  border-radius: 12px;
  color: #3a2600;
  background: linear-gradient(180deg, #ffe45f 0%, #ffc01e 52%, #ff9e00 100%);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.55), inset 0 -4px 0 rgba(180, 110, 0, 0.32), 0 10px 20px rgba(201, 126, 0, 0.4);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.prize-banner__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.6), inset 0 -4px 0 rgba(180, 110, 0, 0.32), 0 16px 28px rgba(201, 126, 0, 0.48);
}

.prize-banner__cta:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 6px rgba(120, 75, 0, 0.4), 0 6px 14px rgba(201, 126, 0, 0.4);
}

@media (max-width: 900px) {
  .prize-banner__top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .prize-banner__title {
    justify-content: center;
  }

  .prize-banner__grand-row {
    flex-direction: column;
    text-align: center;
  }

  .prize-banner__divider {
    width: 70%;
    height: 2px;
    margin: 4px auto;
    background: linear-gradient(90deg, transparent, rgba(42, 28, 99, 0.28), transparent);
  }

  .prize-banner__bonus {
    flex-direction: column;
    text-align: center;
  }

  .prize-banner__bar {
    flex-direction: column;
    text-align: center;
  }

  .prize-banner__cta {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

/* ===== Lucky draw single column ===== */
.competition-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.competition-grid--single .competition-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.competition-grid--single .competition-content h2 {
  max-width: none;
}

.competition-grid--single .competition-lead {
  margin-right: auto;
  margin-left: auto;
}

/* ===== Numbered kit features ===== */
.product-feature-icon.product-feature-step {
  color: #fff;
  background: linear-gradient(135deg, #38d23f, #0b8f34);
  box-shadow: 0 6px 14px rgba(11, 143, 52, 0.28);
  font-size: 1.15rem;
  font-weight: 950;
}

/* ===== Supported by band ===== */
.supported-by {
  padding: 42px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fffdf7, #eef4fa);
}

.supported-by__inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.supported-by__label {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.supported-by__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 5vw, 58px);
}

.supported-by__logos img {
  width: auto;
  height: clamp(72px, 11vw, 116px);
  object-fit: contain;
}

@media (max-width: 1040px) {
  .handwash-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .handwash-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .handwash-fact {
    flex-direction: column;
    text-align: center;
  }

}

@media (max-width: 480px) {
  .handwash-strip {
    grid-template-columns: 1fr;
  }
}
