:root {
  --ink: #071640;
  --muted: #61708c;
  --teal: #087f83;
  --teal-2: #0ea39d;
  --line: #dfe8ef;
  --soft: #f3fbf8;
  --card: #ffffff;
  --cream: #fbfaf5;
  --gold: #e7b55f;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #eaf4f1;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

#deck-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#stage {
  position: relative;
  width: 1920px;
  height: 1080px;
  flex-shrink: 0;
  overflow: hidden;
  transform-origin: center center;
  background: #fff;
  box-shadow: 0 40px 120px rgba(7, 22, 64, 0.18);
}

.slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(8, 127, 131, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(80px);
  transition: opacity 0.42s var(--ease), transform 0.42s var(--ease);
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.slide.exit-left {
  opacity: 0;
  transform: translateX(-80px);
}

.slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--gold), transparent);
}

.cover-slide,
.closing-slide {
  padding: 70px 84px;
}

.deck-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.brand-logo {
  display: block;
  width: 236px;
  height: auto;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.badges span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 88px;
  line-height: 1;
  letter-spacing: -0.062em;
}

h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.062em;
}

.lead,
.product-head p {
  color: var(--muted);
  font-size: 27px;
  line-height: 1.48;
}

.cover-grid,
.closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 0.55fr;
  gap: 70px;
  align-items: center;
  height: calc(100% - 104px);
}

.cover-card {
  display: grid;
  gap: 28px;
  border: 1px solid rgba(8, 127, 131, 0.16);
  border-radius: 38px;
  padding: 44px;
  background: rgba(239, 251, 247, 0.88);
  box-shadow: 0 28px 70px rgba(7, 22, 64, 0.12);
}

.cover-card strong {
  color: var(--teal);
  font-size: 118px;
  line-height: 1;
  letter-spacing: -0.07em;
}

.cover-card > span {
  color: var(--ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.mini-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-pills em {
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--teal);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.product-slide {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 44px;
  padding: 42px 56px 56px;
}

.product-slide.peach { background: radial-gradient(circle at 8% 86%, rgba(231, 181, 95, 0.13), transparent 34%), linear-gradient(180deg, #fff 0%, #fbfcfb 100%); }
.product-slide.green { background: radial-gradient(circle at 92% 12%, rgba(92, 190, 112, 0.14), transparent 34%), linear-gradient(180deg, #fff 0%, #f8fcfb 100%); }
.product-slide.rice { background: radial-gradient(circle at 10% 90%, rgba(110, 150, 80, 0.12), transparent 32%), linear-gradient(180deg, #fff 0%, #fbfcfb 100%); }
.product-slide.gut { background: radial-gradient(circle at 90% 16%, rgba(0, 175, 210, 0.16), transparent 34%), linear-gradient(180deg, #fff 0%, #f8fcfb 100%); }
.product-slide.tummy { background: radial-gradient(circle at 10% 88%, rgba(225, 190, 92, 0.15), transparent 32%), linear-gradient(180deg, #fff 0%, #fbfcfb 100%); }
.product-slide.her { background: radial-gradient(circle at 92% 16%, rgba(190, 120, 96, 0.12), transparent 34%), linear-gradient(180deg, #fff 0%, #fbfcfb 100%); }
.product-slide.supa { background: radial-gradient(circle at 92% 16%, rgba(34, 150, 84, 0.14), transparent 34%), linear-gradient(180deg, #fff 0%, #f8fcfb 100%); }
.product-slide.ura { background: radial-gradient(circle at 92% 16%, rgba(34, 120, 80, 0.14), transparent 34%), linear-gradient(180deg, #fff 0%, #f8fcfb 100%); }

.luna-problem {
  background:
    radial-gradient(circle at 90% 12%, rgba(64, 190, 194, 0.16), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(244, 164, 112, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.metabloom-problem {
  display: grid;
  grid-template-columns: 0.98fr 0.68fr;
  gap: 54px;
  padding: 64px 72px 126px;
  background:
    radial-gradient(circle at 88% 14%, rgba(92, 190, 112, 0.16), transparent 34%),
    radial-gradient(circle at 10% 86%, rgba(231, 181, 95, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
}

.metabloom-problem.rice {
  background:
    radial-gradient(circle at 88% 14%, rgba(110, 150, 80, 0.14), transparent 34%),
    radial-gradient(circle at 10% 86%, rgba(231, 181, 95, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.metabloom-problem.gut {
  background:
    radial-gradient(circle at 88% 14%, rgba(0, 175, 210, 0.16), transparent 34%),
    radial-gradient(circle at 10% 86%, rgba(8, 127, 131, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
}

.metabloom-problem.tummy {
  background:
    radial-gradient(circle at 88% 14%, rgba(225, 190, 92, 0.16), transparent 34%),
    radial-gradient(circle at 10% 86%, rgba(8, 127, 131, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.metabloom-problem.her {
  background:
    radial-gradient(circle at 88% 14%, rgba(190, 120, 96, 0.14), transparent 34%),
    radial-gradient(circle at 10% 86%, rgba(8, 127, 131, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.metabloom-problem.supa,
.metabloom-problem.ura {
  background:
    radial-gradient(circle at 88% 14%, rgba(34, 150, 84, 0.15), transparent 34%),
    radial-gradient(circle at 10% 86%, rgba(8, 127, 131, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
}

.problem-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.problem-copy h2 {
  max-width: 1120px;
  font-size: 78px;
}

.problem-copy .lead {
  max-width: 1000px;
  margin-bottom: 34px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.pain-grid div {
  display: grid;
  gap: 10px;
  min-height: 146px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 32px rgba(7, 22, 64, 0.055);
}

.pain-grid span,
.problem-note span {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pain-grid strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.problem-visual {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  min-width: 0;
}

.problem-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--card);
  box-shadow: 0 24px 70px rgba(7, 22, 64, 0.10);
}

.problem-visual > .rice-pair {
  align-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 24px;
  background: var(--card);
  box-shadow: 0 24px 70px rgba(7, 22, 64, 0.10);
}

.problem-visual > .rice-pair img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.problem-note {
  border-left: 5px solid var(--teal);
  border-radius: 0 20px 20px 0;
  padding: 22px 26px;
  background: rgba(8, 127, 131, 0.08);
}

.problem-note p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.visual-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--card);
  box-shadow: 0 24px 70px rgba(7, 22, 64, 0.10);
}

.visual-panel img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: top center;
  display: block;
}

.rice-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 92%;
}

.rice-pair img {
  width: 100%;
  height: auto;
  max-height: 390px;
  object-fit: contain;
}

.product-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 0 0;
}

.product-head {
  flex-shrink: 0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}

.product-head p {
  margin-bottom: 0;
  max-width: 1000px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.info-grid div {
  display: grid;
  gap: 9px;
  min-height: 154px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 32px rgba(7, 22, 64, 0.055);
}

.info-grid span,
.partner-angle span,
.fit-board span {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-grid strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.partner-angle {
  margin-top: 18px;
  border-left: 5px solid var(--teal);
  border-radius: 0 18px 18px 0;
  padding: 20px 24px;
  background: rgba(8, 127, 131, 0.08);
}

.partner-angle p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.merch-slide {
  padding: 64px 72px 82px;
  background:
    radial-gradient(circle at 86% 18%, rgba(8, 127, 131, 0.14), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(231, 181, 95, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
}

.merch-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 58px;
  align-items: center;
  height: calc(100% - 118px);
}

.merch-copy h2 {
  max-width: 820px;
  font-size: 72px;
}

.merch-copy .lead {
  max-width: 820px;
  margin-bottom: 26px;
}

.merch-points {
  display: grid;
  gap: 14px;
}

.merch-points div {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 32px rgba(7, 22, 64, 0.055);
}

.merch-points span,
.merch-visuals figcaption {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.merch-points strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.24;
  letter-spacing: -0.025em;
}

.merch-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 540px) 176px;
  gap: 22px;
  min-width: 0;
}

.merch-visuals figure {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 24px;
  background: var(--card);
  box-shadow: 0 24px 70px rgba(7, 22, 64, 0.10);
}

.shaker-card {
  grid-template-rows: 1fr;
  gap: 0;
}

.merch-visuals img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  border-radius: 22px;
  background: #fff;
}

.merch-visuals figcaption {
  text-align: center;
}

.charm-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 12px;
  min-width: 0;
}

.charm-strip figure {
  gap: 8px;
  min-width: 0;
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 12px 32px rgba(7, 22, 64, 0.07);
}

.charm-strip img {
  border-radius: 14px;
}

.charm-strip figcaption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.closing-grid {
  height: calc(100% - 156px);
}

.fit-board {
  display: grid;
  gap: 16px;
}

.fit-board div {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(8, 127, 131, 0.16);
  border-radius: 24px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(7, 22, 64, 0.07);
}

.fit-board strong {
  color: var(--ink);
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  margin-top: 34px;
  border-radius: 999px;
  padding: 0 34px;
  background: var(--teal);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(8, 127, 131, 0.22);
}

.legal {
  position: absolute;
  left: 84px;
  right: 360px;
  bottom: 46px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.42;
}

.slide-no {
  position: absolute;
  right: 60px;
  bottom: 46px;
  margin: 0;
  color: rgba(7, 22, 64, 0.34);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.controls {
  position: fixed;
  right: 18px;
  bottom: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(7, 22, 64, 0.10);
  border-radius: 999px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 38px rgba(7, 22, 64, 0.16);
  backdrop-filter: blur(18px);
}

.controls button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  color: var(--ink);
  cursor: pointer;
  font-size: 24px;
  font-weight: 800;
}

#counter {
  min-width: 64px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

#progress {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 21;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  transition: width 0.3s var(--ease);
}

@media (max-width: 900px), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .slide,
  .slide * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
