:root {
  --ink: #09090b;
  --cream: #fffaf2;
  --white: #ffffff;
  --pink: #ff2f82;
  --pink-dark: #d91467;
  --blue: #178bd8;
  --blue-deep: #075bb6;
  --cyan: #3ac8f4;
  --purple: #6f2aa9;
  --lime: #dfff00;
  --yellow: #ffd84d;
  --orange: #ff783d;
  --line: rgba(9,9,11,.14);
  --radius-xl: 44px;
  --radius-lg: 28px;
  --shadow: 0 22px 60px rgba(31, 21, 57, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  background: var(--ink); color: white; padding: 12px 18px; border-radius: 999px;
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.honeypot { position: absolute; left: -9999px; }
.section-pad { padding: 112px max(5vw, 28px); }
.kicker {
  margin: 0 0 14px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Archivo Black", sans-serif;
  letter-spacing: -.055em;
  line-height: .94;
}
h2 { font-size: clamp(2.6rem, 5.3vw, 5.8rem); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 24px; border-radius: 999px;
  text-decoration: none; font-weight: 800; border: 2px solid var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(9,9,11,.16); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: .92rem; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }

.announcement {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 36px; padding: 8px 16px; background: var(--lime);
  font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.announcement a { text-underline-offset: 3px; }
.announcement-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  min-height: 78px; padding: 12px max(3.5vw, 22px);
  background: rgba(255,255,255,.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand img { width: 174px; height: 46px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); }
.desktop-nav a { text-decoration: none; font-size: .92rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--pink); }
.site-header > .button { justify-self: end; }

.hero {
  min-height: min(830px, calc(100vh - 114px));
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  background: linear-gradient(115deg, #ff2f82 0%, #ff476e 35%, #ff743f 68%, #ffbe3f 100%);
  border-bottom: 3px solid var(--ink);
}
.hero-copy {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(56px, 7vw, 110px) clamp(32px, 6vw, 102px);
}
.eyebrow {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 24px; padding: 9px 14px; border: 1.5px solid rgba(255,255,255,.55);
  border-radius: 999px; color: white; font-size: .76rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
.spark { color: var(--lime); }
.hero h1 { margin-bottom: 28px; color: white; font-size: clamp(4.1rem, 7.3vw, 8.6rem); }
.hero h1 span { color: var(--lime); }
.hero-lead { max-width: 650px; margin-bottom: 28px; color: white; font-size: clamp(1.05rem, 1.45vw, 1.35rem); }
.waitlist-form { position: relative; max-width: 650px; }
.form-shell {
  display: grid; grid-template-columns: 1fr auto; gap: 8px;
  padding: 8px; background: white; border: 2px solid var(--ink); border-radius: 18px;
  box-shadow: 0 9px 0 rgba(9,9,11,.18);
}
.form-shell input {
  min-width: 0; min-height: 58px; border: 0; outline: 0; padding: 0 16px;
  color: var(--ink); background: transparent; font-size: 1rem;
}
.form-shell button {
  min-height: 58px; padding: 0 25px; border: 0; border-radius: 12px;
  background: var(--lime); color: var(--ink); font-weight: 900; cursor: pointer;
}
.form-shell button:hover { filter: brightness(.96); }
.form-shell input:focus-visible { box-shadow: inset 0 0 0 3px rgba(23,139,216,.35); border-radius: 10px; }
.form-note, .form-message { margin: 13px 0 0; color: rgba(255,255,255,.9); font-size: .82rem; }
.form-message.error { color: white; font-weight: 700; }
.form-message.success { color: var(--lime); font-weight: 800; }
.count-chip {
  width: fit-content; display: inline-flex; align-items: center; gap: 8px;
  margin-top: 18px; padding: 9px 13px; border-radius: 999px;
  background: rgba(255,255,255,.95); border: 1.5px solid var(--ink);
  color: var(--ink); font-size: .79rem; font-weight: 700;
}
.count-chip[hidden] { display: none; }
.count-pulse {
  width: 9px; height: 9px; border-radius: 50%; background: var(--lime);
  border: 1px solid var(--ink); box-shadow: 0 0 0 4px rgba(223,255,0,.25);
}
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 11px; margin-top: 36px;
}
.hero-stats div {
  display: flex; align-items: baseline; gap: 7px;
  padding: 10px 15px; background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: white;
  backdrop-filter: blur(8px);
}
.hero-stats strong { font-size: 1.04rem; }
.hero-stats span { font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

.hero-art {
  position: relative; min-height: 690px; overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.85), rgba(255,255,255,0) 23%),
    linear-gradient(160deg, #7fe2ff 0%, #25aee8 50%, #0d65bd 100%);
  border-left: 3px solid var(--ink);
}
.sun-orb {
  position: absolute; right: -8%; top: -10%; width: 46%; aspect-ratio: 1;
  border-radius: 50%; background: var(--lime); border: 3px solid var(--ink);
}
.splash { position: absolute; border: 3px solid var(--ink); border-radius: 50%; opacity: .5; }
.splash-one { width: 430px; height: 160px; left: 8%; bottom: 9%; transform: rotate(-8deg); }
.splash-two { width: 340px; height: 90px; left: 19%; bottom: 14%; transform: rotate(8deg); }
.can-stage { position: absolute; inset: 6% 7% 4% 8%; display: grid; place-items: center; }
.can-glow {
  position: absolute; width: 58%; aspect-ratio: .9; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.85), rgba(255,255,255,0) 68%);
  filter: blur(12px);
}
.hero-can {
  position: relative; z-index: 3; height: min(73vh, 700px); width: auto;
  filter: drop-shadow(0 38px 24px rgba(0,34,89,.28));
  transform: rotate(5deg);
}
.hero-berries { position: absolute; z-index: 4; width: 49%; right: -4%; bottom: -1%; filter: drop-shadow(0 14px 12px rgba(0,0,0,.16)); }
.flavor-pill {
  position: absolute; z-index: 5; left: 6%; bottom: 5%;
  max-width: 220px; padding: 12px 16px; background: white; border: 2px solid var(--ink);
  border-radius: 999px; font-size: .78rem; font-weight: 800; text-align: center;
  transform: rotate(-4deg);
}
.hero-word {
  position: absolute; color: rgba(255,255,255,.25); font-family: "Archivo Black";
  font-size: clamp(2.5rem, 5vw, 6rem); line-height: 1; writing-mode: vertical-rl;
}
.word-one { left: 1%; top: 5%; }
.word-two { right: 1%; top: 24%; transform: rotate(180deg); }

.ticker {
  overflow: hidden; background: var(--ink); color: white; border-bottom: 3px solid var(--ink);
}
.ticker-track {
  display: flex; width: max-content; gap: 28px; align-items: center;
  padding: 17px 0; font-family: "Archivo Black"; font-size: clamp(1rem, 2vw, 1.6rem);
  text-transform: uppercase; animation: ticker 28s linear infinite;
}
.ticker-track b { color: var(--pink); }
@keyframes ticker { to { transform: translateX(-50%); } }

.product-intro { background: var(--cream); }
.section-heading { max-width: 1050px; margin-bottom: 60px; }
.section-heading h2 span { color: var(--pink); }
.product-grid {
  display: grid; grid-template-columns: 1fr minmax(330px, .9fr) 1fr;
  gap: 22px; align-items: stretch;
}
.product-feature, .product-center {
  min-height: 590px; border: 2.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden;
}
.product-feature {
  position: relative; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end;
}
.product-feature h3 { margin-bottom: 12px; font-family: "Archivo Black"; font-size: clamp(2rem, 3vw, 3.6rem); line-height: .98; }
.product-feature p { max-width: 390px; margin-bottom: 0; font-size: 1.05rem; }
.feature-pink { background: var(--pink); color: white; }
.feature-blue { background: var(--blue); color: white; }
.feature-number {
  position: absolute; top: 28px; right: 30px; font-family: "Archivo Black"; font-size: 3.6rem; opacity: .3;
}
.decorative-rings {
  position: absolute; left: -60px; top: -35px; width: 300px; aspect-ratio: 1;
  border: 3px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 35px transparent, 0 0 0 38px var(--lime), 0 0 0 75px transparent, 0 0 0 78px var(--lime);
  opacity: .8;
}
.decorative-stars { position: absolute; top: 54px; left: 38px; color: var(--lime); font-size: 3rem; letter-spacing: 8px; }
.product-center {
  position: relative; background: linear-gradient(145deg, #fff 0%, #fee9f2 52%, #cceeff 100%);
  display: grid; place-items: center;
}
.product-center::before {
  content: ""; position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow);
  border: 2px solid var(--ink); top: 9%; left: 10%;
}
.product-can-wrap { position: relative; z-index: 2; height: 470px; display: grid; place-items: center; }
.product-can-wrap img { max-height: 100%; filter: drop-shadow(0 24px 20px rgba(36,38,77,.24)); transform: rotate(-4deg); }
.product-title {
  position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 16px 18px; background: white; border: 2px solid var(--ink); border-radius: 16px;
}
.product-title span { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-title strong { font-family: "Archivo Black"; font-size: 1.25rem; color: var(--purple); }

.benefits { background: white; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.benefits-top {
  display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; margin-bottom: 52px;
}
.benefits-top h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5.6rem); }
.benefits-intro { max-width: 530px; margin-bottom: 8px; font-size: 1.08rem; }
.benefit-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-card {
  min-height: 310px; padding: 28px; border: 2px solid var(--ink); border-radius: 24px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.benefit-card h3 { margin-bottom: 10px; font-family: "Archivo Black"; font-size: 1.65rem; line-height: 1; }
.benefit-card p { margin-bottom: 0; font-size: .95rem; }
.benefit-icon {
  width: 88px; height: 88px; margin-bottom: auto; display: grid; place-items: center;
  border: 2px solid var(--ink); border-radius: 50%; background: white;
  font-family: "Archivo Black"; font-size: 2.5rem;
}
.card-protein { background: #e7ddff; }
.card-fiber { background: #ffd5e6; }
.card-sugar { background: #c9efff; }
.card-vitamins { background: #e8ff78; }
.nutrition-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 18px; border: 2px solid var(--ink); border-radius: 999px; overflow: hidden;
}
.nutrition-bar span {
  padding: 14px 18px; text-align: center; border-right: 2px solid var(--ink);
  font-size: .84rem; text-transform: uppercase; letter-spacing: .05em;
}
.nutrition-bar span:last-child { border-right: 0; }
.nutrition-bar b { font-size: 1rem; }

.why { background: var(--yellow); }
.why-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.why-art { display: grid; grid-template-columns: 1.25fr .55fr; gap: 16px; min-height: 650px; }
.berry-panel, .logo-panel { border: 2.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; }
.berry-panel {
  position: relative; display: flex; flex-direction: column; justify-content: space-between;
  padding: 35px; background: linear-gradient(150deg, var(--blue), #51d8f4);
}
.berry-panel img { width: 95%; margin: 5% auto 0; filter: drop-shadow(0 18px 16px rgba(5,54,95,.18)); }
.berry-panel p {
  margin: 0; color: white; font-family: "Archivo Black"; font-size: clamp(2.3rem, 4vw, 4.5rem); line-height: .95;
}
.logo-panel { display: grid; place-items: center; background: white; padding: 34px 20px; }
.logo-panel img { max-height: 530px; width: auto; }
.why-copy h2 span { color: var(--pink); }
.why-copy > p:not(.kicker) { max-width: 610px; font-size: 1.16rem; }
.check-list { list-style: none; margin: 34px 0; padding: 0; display: grid; gap: 15px; }
.check-list li { display: flex; align-items: center; gap: 13px; font-size: 1.04rem; font-weight: 700; }
.check-list span { width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: white; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.launch-strip {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px;
  padding: 28px max(5vw,28px); background: linear-gradient(90deg, var(--purple), var(--pink), var(--orange));
  color: white; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
}
.launch-strip > div { display: flex; flex-direction: column; }
.mini-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.launch-strip strong { font-family: "Archivo Black"; font-size: 2.2rem; }
.launch-strip p { max-width: 680px; margin: 0; font-weight: 600; }

.faq { display: grid; grid-template-columns: .62fr 1.38fr; gap: 8vw; background: var(--cream); }
.faq-heading h2 { position: sticky; top: 130px; font-size: clamp(3rem, 5vw, 5.5rem); }
.faq-list { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 2px solid var(--ink); }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 25px;
  padding: 26px 0; cursor: pointer; font-family: "Archivo Black"; font-size: clamp(1.2rem, 2vw, 1.7rem);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: "DM Sans"; font-size: 2rem; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 760px; padding: 0 0 27px; margin: 0; font-size: 1rem; }

.final-cta {
  display: grid; grid-template-columns: .82fr 1.18fr; min-height: 610px;
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
}
.final-cta-art {
  position: relative; display: grid; place-items: center; overflow: hidden;
  background: linear-gradient(145deg, #35cdf4, #0b7cc9);
  border-right: 3px solid var(--ink);
}
.final-cta-art img { position: relative; z-index: 2; width: 76%; filter: drop-shadow(0 22px 18px rgba(0,41,95,.25)); }
.bubble { position: absolute; border: 3px solid var(--ink); border-radius: 50%; background: var(--lime); }
.bubble-a { width: 220px; height: 220px; left: -55px; top: -45px; }
.bubble-b { width: 140px; height: 140px; right: -20px; bottom: -30px; background: var(--pink); }
.final-cta-copy {
  display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 115px);
  background: linear-gradient(145deg, var(--pink), #ff445c 55%, var(--orange));
  color: white;
}
.final-cta h2 { margin-bottom: 20px; font-size: clamp(3.4rem, 6vw, 7rem); }
.final-cta h2 span { color: var(--lime); }
.final-cta-copy > p:not(.kicker) { max-width: 610px; font-size: 1.13rem; }
.footer-form { margin-top: 22px; }

.site-footer {
  display: grid; grid-template-columns: .8fr 1fr 1.3fr; gap: 50px;
  padding: 50px max(5vw,28px); background: white;
}
.footer-brand img { width: 175px; margin-bottom: 15px; }
.footer-brand p, .footer-legal p { color: #5a5a62; font-size: .84rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); align-content: start; gap: 12px 28px; }
.footer-links a { font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--pink); }
.footer-legal { max-width: 620px; justify-self: end; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 670px; border-left: 0; border-top: 3px solid var(--ink); }
  .hero-can { height: 600px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-center { grid-column: span 2; min-height: 650px; }
  .benefit-cards { grid-template-columns: repeat(2, 1fr); }
  .why-layout { grid-template-columns: 1fr; }
  .why-art { max-width: 860px; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading h2 { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: span 2; justify-self: start; }
}

@media (max-width: 720px) {
  .section-pad { padding: 76px 20px; }
  .announcement { font-size: .66rem; }
  .announcement > span:first-child { display: none; }
  .announcement-dot { display: none; }
  .site-header { min-height: 68px; padding: 10px 16px; }
  .brand img { width: 130px; height: 38px; }
  .button-small { min-height: 40px; padding: 0 15px; font-size: .78rem; }
  .hero-copy { padding: 58px 20px 64px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 6rem); }
  .hero-lead { font-size: 1rem; }
  .form-shell { grid-template-columns: 1fr; }
  .form-shell input { min-height: 54px; }
  .form-shell button { min-height: 54px; }
  .hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); }
  .hero-stats div { justify-content: center; }
  .hero-art { min-height: 570px; }
  .hero-can { height: 505px; }
  .hero-berries { width: 63%; }
  .flavor-pill { max-width: 175px; font-size: .66rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-feature, .product-center { min-height: 470px; }
  .product-center { grid-column: auto; }
  .product-center::before { width: 86%; left: 7%; }
  .product-can-wrap { height: 380px; }
  .benefits-top { grid-template-columns: 1fr; gap: 22px; }
  .benefit-cards { grid-template-columns: 1fr; }
  .benefit-card { min-height: 250px; }
  .nutrition-bar { grid-template-columns: 1fr 1fr; border-radius: 22px; }
  .nutrition-bar span { border-bottom: 2px solid var(--ink); }
  .nutrition-bar span:nth-child(2) { border-right: 0; }
  .nutrition-bar span:nth-child(3), .nutrition-bar span:nth-child(4) { border-bottom: 0; }
  .why-art { grid-template-columns: 1fr .38fr; min-height: 520px; }
  .berry-panel { padding: 22px; }
  .berry-panel p { font-size: 2.35rem; }
  .logo-panel { padding: 24px 10px; }
  .launch-strip { grid-template-columns: 1fr; gap: 16px; padding-block: 34px; }
  .launch-strip .button { justify-self: start; }
  .final-cta { grid-template-columns: 1fr; }
  .final-cta-art { min-height: 360px; border-right: 0; border-bottom: 3px solid var(--ink); }
  .final-cta-copy { padding: 68px 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .footer-legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
