:root {
  --bg: #010101;
  --panel: rgba(10, 10, 10, 0.66);
  --panel-strong: rgba(8, 8, 8, 0.82);
  --line: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --red: #ff304a;
  --green: #4cff89;
  --purple: #9d4dff;
  --yellow: #ffe761;
  --white: #ffffff;
  --black: #000000;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  --radius: 28px;
  --content: 1220px;
  --headline: "Bungee", Impact, Haettenschweiler, "Arial Black", sans-serif;
  --body: "Rajdhani", "Arial Narrow", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(157, 77, 255, 0.2), transparent 20%),
    radial-gradient(circle at 78% 16%, rgba(255, 48, 74, 0.18), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(76, 255, 137, 0.1), transparent 28%),
    #010101;
  font-family: var(--body);
  overflow-x: hidden;
}

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

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--yellow);
  color: var(--black);
}

.page-noise,
.page-grid,
.particle-layer,
.footer-bubbles,
.drip-row,
.floating-ui {
  pointer-events: none;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.15;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.15) 0 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px);
  background-size: 200px 200px, 270px 270px, 180px 180px;
}

.page-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, black 10%, black 90%, transparent);
}

.shell {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(6, 6, 6, 0.46);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.logo,
.nav a,
.button,
.kicker,
.badge,
.mini-label,
.section-tag,
.warning-chip,
.status-top,
.ticker-track,
.menu-toggle {
  text-transform: uppercase;
}

.logo {
  font-family: var(--headline);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: 0.06em;
  color: var(--yellow);
  text-shadow:
    0 0 10px rgba(255, 231, 97, 0.65),
    0 0 26px rgba(255, 48, 74, 0.4);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav a,
.mobile-menu a {
  position: relative;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.88);
}

.nav a::after,
.mobile-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  background: linear-gradient(90deg, var(--red), var(--green), var(--purple));
  box-shadow: 0 0 12px rgba(76, 255, 137, 0.5);
}

.nav a:hover::after,
.nav a:focus-visible::after,
.mobile-menu a:hover::after,
.mobile-menu a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions,
.cta-row,
.eyebrow-row,
.label-row,
.final-cta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.button,
.menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  min-height: 54px;
  padding: 0.88rem 1.5rem;
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 14px 30px rgba(0, 0, 0, 0.3);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    filter 160ms ease;
}

.button-ghost {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(255, 48, 74, 0.14), rgba(157, 77, 255, 0.12));
}

.button-acid {
  background:
    linear-gradient(180deg, rgba(76, 255, 137, 0.22), rgba(255, 48, 74, 0.16)),
    linear-gradient(135deg, rgba(255, 231, 97, 0.18), rgba(157, 77, 255, 0.22));
  border-color: rgba(76, 255, 137, 0.45);
}

.danger-button {
  animation: pulseDanger 2.2s ease-in-out infinite;
}

.danger-button:hover,
.danger-button:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  animation:
    pulseDanger 2.2s ease-in-out infinite,
    warningShake 240ms linear 1;
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(255, 231, 97, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 22px rgba(255, 48, 74, 0.3),
    0 0 38px rgba(76, 255, 137, 0.24),
    0 18px 34px rgba(0, 0, 0, 0.36);
}

.menu-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.06);
}

.mobile-menu {
  display: none;
  padding: 0 1rem 1rem;
  gap: 0.9rem;
  flex-direction: column;
  background: rgba(6, 6, 6, 0.92);
}

.mobile-menu.is-open {
  display: flex;
}

.panel-section,
.content-section {
  position: relative;
}

.panel-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.content-section {
  padding: 7rem 0;
}

.ingredients-section,
.ascension-section {
  overflow: hidden;
}

.image-panel {
  overflow: hidden;
}

.section-background {
  position: absolute;
  inset: 0;
}

.ingredients-section .section-background {
  inset: -3rem 0;
}

.section-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parallax-media,
.zoom-media {
  will-change: transform;
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 50% 50%, transparent 18%, rgba(0, 0, 0, 0.46) 100%),
    linear-gradient(90deg, rgba(255, 48, 74, 0.14), transparent 40%, rgba(76, 255, 137, 0.12));
}

.ascension-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.74)),
    radial-gradient(circle at 50% 35%, rgba(255, 48, 74, 0.14), transparent 28%),
    radial-gradient(circle at 76% 40%, rgba(76, 255, 137, 0.15), transparent 24%);
}

.formula-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.52) 42%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 18% 44%, rgba(255, 48, 74, 0.2), transparent 26%),
    radial-gradient(circle at 82% 36%, rgba(76, 255, 137, 0.14), transparent 24%);
}

.hero-shell,
.ascension-shell,
.ingredients-shell {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 2rem;
  align-items: end;
}

.hero-copy,
.section-copy,
.hero-ui {
  position: relative;
  z-index: 4;
}

.hero-copy h1,
.section-copy h2 {
  margin: 0;
  font-family: var(--headline);
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.12),
    0 0 42px rgba(157, 77, 255, 0.2);
}

.section-copy h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.hero-subhead,
.section-copy p,
.wide-copy,
.site-footer p,
.ingredient-card p {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.45;
  color: var(--muted);
}

.hero-subhead {
  max-width: 40rem;
  margin: 1.25rem 0 1.7rem;
}

.kicker,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--green);
}

.bright {
  color: var(--yellow);
}

.badge,
.mini-label,
.section-tag,
.warning-chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  background: rgba(8, 8, 8, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 18px rgba(0, 0, 0, 0.24);
}

.badge-live,
.blinker {
  color: var(--yellow);
  text-shadow: 0 0 12px rgba(255, 231, 97, 0.65);
}

.badge-warning {
  color: var(--green);
}

.badge-danger {
  color: #ff8d96;
}

.status-card,
.ingredient-card,
.stat-card,
.media-frame {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 8, 8, 0.6);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.status-card {
  padding: 1.2rem;
  position: relative;
}

.status-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 48, 74, 0.28), rgba(76, 255, 137, 0.16), rgba(157, 77, 255, 0.2));
  z-index: -1;
  filter: blur(18px);
  opacity: 0.65;
}

.status-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.status-grid div {
  padding: 0.95rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-grid strong,
.stat-card strong {
  display: block;
  font-family: var(--headline);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.status-grid span,
.stat-card span {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.chat-loop {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.chat-item {
  padding: 0.7rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--green);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.floating-ui {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.warning-chip,
.warning-icon {
  position: absolute;
  animation: driftFloat 6s ease-in-out infinite;
}

.warning-chip {
  color: var(--white);
}

.chip-a {
  top: 18%;
  left: 8%;
}

.chip-b {
  top: 24%;
  right: 10%;
  animation-delay: -1.4s;
}

.chip-c {
  bottom: 20%;
  right: 16%;
  animation-delay: -2.6s;
}

.warning-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-family: var(--headline);
  color: var(--yellow);
  background: rgba(255, 48, 74, 0.16);
  border: 1px solid rgba(255, 231, 97, 0.45);
  box-shadow: 0 0 28px rgba(255, 231, 97, 0.22);
}

.icon-a {
  top: 16%;
  right: 34%;
}

.icon-b {
  bottom: 24%;
  left: 10%;
  animation-delay: -1.8s;
}

.icon-c {
  bottom: 18%;
  right: 6%;
  animation-delay: -3.2s;
}

.particle-layer,
.footer-bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}

.particle {
  position: absolute;
  border-radius: 999px;
  opacity: 0.65;
  animation: riseParticle linear forwards;
}

.particle.sugar {
  width: 7px;
  height: 7px;
  background: radial-gradient(circle at 30% 30%, var(--white), rgba(255, 255, 255, 0.25));
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}

.particle.bubble,
.particle.footer {
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.24), rgba(76, 255, 137, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 18px rgba(76, 255, 137, 0.16);
}

.drip-row {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 90px;
}

.drip-row span {
  position: absolute;
  top: -18px;
  width: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 48, 74, 0.95), rgba(157, 77, 255, 0.18));
  filter: blur(0.4px);
  opacity: 0.84;
  animation: dripPulse 4.8s ease-in-out infinite;
}

.drip-row span:nth-child(1) {
  left: 12%;
  height: 82px;
}

.drip-row span:nth-child(2) {
  left: 26%;
  height: 56px;
  animation-delay: -0.8s;
}

.drip-row span:nth-child(3) {
  left: 48%;
  height: 74px;
  animation-delay: -1.7s;
}

.drip-row span:nth-child(4) {
  left: 72%;
  height: 62px;
  animation-delay: -2.3s;
}

.drip-row span:nth-child(5) {
  left: 88%;
  height: 84px;
  animation-delay: -3.1s;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 2.4rem;
  align-items: center;
}

.ingredients-shell {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 6rem);
}

.formula-copy {
  max-width: 780px;
  padding: 1.6rem;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.62), rgba(7, 7, 7, 0.42)),
    rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 54px rgba(0, 0, 0, 0.35);
}

.media-stack {
  position: relative;
}

.media-frame {
  position: relative;
  min-height: 520px;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.label-row {
  margin: 1.6rem 0;
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ingredient-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ingredient-card::before {
  content: "";
  position: absolute;
  inset: auto 10% -22px auto;
  width: 92px;
  height: 42px;
  background: radial-gradient(circle at top, rgba(255, 231, 97, 0.4), rgba(255, 48, 74, 0));
  filter: blur(10px);
  opacity: 0.85;
}

.ingredient-card::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -18px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 48, 74, 0.55), rgba(255, 231, 97, 0.22), rgba(76, 255, 137, 0.45));
  filter: blur(10px);
  opacity: 0.78;
}

.ingredient-card:hover,
.ingredient-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(76, 255, 137, 0.42);
  box-shadow:
    0 0 22px rgba(255, 48, 74, 0.18),
    0 0 34px rgba(76, 255, 137, 0.14),
    var(--shadow);
}

.ingredient-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--headline);
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ingredient-card p {
  margin: 0;
  font-size: 1rem;
}

.ascension-shell {
  display: grid;
  gap: 2rem;
  align-content: center;
}

.center-copy {
  margin: 0 auto;
  text-align: center;
}

.wide-copy {
  max-width: 36rem;
  margin: 1rem auto 0;
}

.final-cta {
  justify-content: center;
  width: 100%;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  padding: 1.25rem;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-card strong {
  color: var(--white);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
}

.ticker-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.66);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--yellow);
  text-shadow: 0 0 12px rgba(255, 231, 97, 0.3);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 0;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-shell {
  position: relative;
  z-index: 3;
}

.site-footer p {
  margin: 0;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 0 14px rgba(157, 77, 255, 0.22);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulseDanger {
  0%,
  100% {
    filter: saturate(1) brightness(1);
  }
  50% {
    filter: saturate(1.18) brightness(1.08);
  }
}

@keyframes warningShake {
  0%,
  100% {
    transform: translateY(-2px) translateX(0) scale(1.02);
  }
  25% {
    transform: translateY(-2px) translateX(-2px) rotate(-0.6deg) scale(1.02);
  }
  75% {
    transform: translateY(-2px) translateX(2px) rotate(0.6deg) scale(1.02);
  }
}

@keyframes driftFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes riseParticle {
  0% {
    transform: translate3d(0, 0, 0) scale(0.95);
    opacity: 0;
  }
  10% {
    opacity: 0.72;
  }
  100% {
    transform: translate3d(var(--drift-x), -120vh, 0) scale(1.12);
    opacity: 0;
  }
}

@keyframes dripPulse {
  0%,
  100% {
    transform: scaleY(0.95);
    opacity: 0.78;
  }
  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@keyframes tickerSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1080px) {
  .nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-shell,
  .split-layout,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    align-items: center;
  }

  .media-frame {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .content-section,
  .hero-shell,
  .ascension-shell,
  .ingredients-shell {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .hero-copy h1,
  .section-copy h2 {
    font-size: clamp(2.3rem, 15vw, 4rem);
  }

  .ingredient-grid {
    grid-template-columns: 1fr;
  }

  .status-grid {
    grid-template-columns: 1fr;
  }

  .badge,
  .mini-label,
  .section-tag,
  .warning-chip,
  .button,
  .menu-toggle {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .media-frame {
    min-height: 320px;
  }

  .formula-copy {
    padding: 1.15rem;
  }

  .warning-chip,
  .warning-icon {
    transform: scale(0.88);
  }

  .chip-a {
    top: 13%;
    left: 4%;
  }

  .chip-b {
    top: 22%;
    right: 2%;
  }

  .chip-c {
    right: 8%;
    bottom: 12%;
  }
}
