:root {
  --ink: #173047;
  --muted: #5d7083;
  --cream: #fff7dc;
  --foam: #f8fdff;
  --blue: #74d9ff;
  --deep-blue: #278ad6;
  --pink: #ff7db7;
  --yellow: #ffd95e;
  --mint: #8cf2cf;
  --purple: #a986ff;
  --shadow: 0 24px 70px rgba(43, 93, 130, .22);
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: "Nunito", system-ui, sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 226, 113, .7), transparent 22rem),
    radial-gradient(circle at 90% 15%, rgba(255, 125, 183, .38), transparent 20rem),
    linear-gradient(180deg, #dff8ff 0%, #fbfbff 48%, #fff7dc 100%);
  overflow-x: hidden;
}

#bubble-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.site-header,
main,
footer { position: relative; z-index: 1; }

.site-header {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 2px solid rgba(255,255,255,.76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 14px 40px rgba(54, 122, 157, .12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(1.15rem, 3vw, 1.55rem);
}
.brand small { color: var(--deep-blue); }
.logo-cup {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), var(--pink));
  box-shadow: inset 0 -6px 12px rgba(255,255,255,.34);
}

nav { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  padding: 10px 15px;
  border-radius: 999px;
}
nav a:hover,
nav a.active { background: #fff; color: var(--deep-blue); }

main { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.hero,
.page-hero,
.contact-shell {
  margin: 46px 0 32px;
  border-radius: 44px;
  background: rgba(255,255,255,.7);
  border: 2px solid rgba(255,255,255,.8);
  box-shadow: var(--shadow);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
}

.eyebrow {
  margin: 0 0 12px;
  color: #e24f94;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 1000;
  font-size: .78rem;
}

h1, h2 { font-family: "Fredoka", sans-serif; line-height: .98; margin: 0; }
h1 { font-size: clamp(2.6rem, 8vw, 5.4rem); letter-spacing: -.055em; }
h2 { font-size: clamp(1.45rem, 3vw, 2.1rem); letter-spacing: -.03em; }
p { line-height: 1.65; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 64ch; }

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 0;
  font: 900 1rem "Nunito", sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.button.primary { color: #fff; background: linear-gradient(135deg, #ff5fa9, #2ab8f7); box-shadow: 0 13px 28px rgba(42,184,247,.25); }
.button.ghost { color: var(--deep-blue); background: #fff; }

.hero-card {
  position: relative;
  min-height: 430px;
  border-radius: 38px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.35), transparent),
    radial-gradient(circle at 50% 18%, #fff, transparent 12rem),
    linear-gradient(180deg, #aeeeff, #fcf0ff 62%, #fff2ac);
  overflow: hidden;
  box-shadow: inset 0 -20px 45px rgba(23,48,71,.08);
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -22px;
  height: 115px;
  background: rgba(255,255,255,.58);
  border-radius: 50% 50% 0 0;
}
.drink {
  position: absolute;
  bottom: 45px;
  width: 104px;
  border: 5px solid rgba(255,255,255,.78);
  border-radius: 20px 20px 32px 32px;
  box-shadow: 0 18px 28px rgba(36, 89, 120, .2);
  overflow: hidden;
  animation: bob 3.4s ease-in-out infinite;
}
.drink span { position: absolute; inset: 18px 14px auto; height: 14px; border-radius: 999px; background: rgba(255,255,255,.6); }
.drink.tall { left: 41%; height: 260px; transform: translateX(-50%); background: linear-gradient(#ffd7ec, #ff6eae); }
.drink.medium { right: 18%; height: 210px; background: linear-gradient(#ddfbff, #41bff4); animation-delay: -.6s; }
.drink.small { left: 16%; height: 170px; background: linear-gradient(#fff5b8, #ffc247); animation-delay: -1.2s; }
.straw { position: absolute; z-index: 1; width: 14px; height: 310px; left: 42%; bottom: 210px; background: repeating-linear-gradient(45deg, #fff 0 14px, #ff5fa9 14px 24px); border-radius: 999px; transform: rotate(11deg); }
.sparkle { position: absolute; color: #fff; text-shadow: 0 6px 14px rgba(39,138,214,.25); font-size: 2.1rem; animation: twinkle 2.4s ease-in-out infinite; }
.sparkle.one { left: 16%; top: 16%; }
.sparkle.two { right: 18%; top: 20%; animation-delay: -.7s; }
.sparkle.three { right: 42%; bottom: 18%; animation-delay: -1.1s; }

.cards.three,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}
.cards article,
.product-card,
.contact-form,
.contact-notes,
.feature-panel {
  background: rgba(255,255,255,.78);
  border: 2px solid rgba(255,255,255,.84);
  border-radius: 30px;
  box-shadow: 0 18px 45px rgba(43,93,130,.12);
}
.cards article { padding: 26px; }
.icon { font-size: 2.1rem; }
.cards h2 { margin-top: 12px; }
.cards p, .product-card p { color: var(--muted); }

.feature-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  margin: 24px 0 44px;
}
.steps { margin: 0; padding-left: 1.4rem; color: var(--muted); font-size: 1.1rem; }
.steps li { margin: 14px 0; }
.steps strong { color: var(--ink); }

.page-hero { padding: clamp(28px, 5vw, 58px); text-align: center; }
.page-hero .lede { margin-inline: auto; }
.product-card { padding: 26px; position: relative; overflow: hidden; }
.product-card::before {
  content: "";
  position: absolute;
  inset: -80px -80px auto auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
}
.product-art { font-size: 3rem; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 24px; background: rgba(255,255,255,.64); margin-bottom: 16px; }
.product-card span { display: inline-flex; margin-top: 12px; padding: 7px 12px; border-radius: 999px; background: #fff; color: var(--deep-blue); font-weight: 1000; }
.strawberry { background: linear-gradient(145deg, rgba(255,236,246,.9), rgba(255,157,202,.7)); }
.lagoon { background: linear-gradient(145deg, rgba(225,249,255,.92), rgba(108,219,255,.72)); }
.mango { background: linear-gradient(145deg, rgba(255,248,211,.92), rgba(255,200,90,.72)); }
.cocoa { background: linear-gradient(145deg, rgba(255,246,226,.92), rgba(212,151,102,.62)); }
.melon { background: linear-gradient(145deg, rgba(235,255,246,.92), rgba(110,235,187,.68)); }
.party { background: linear-gradient(145deg, rgba(247,240,255,.92), rgba(185,151,255,.68)); }

.contact-shell {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 24px;
  padding: clamp(24px, 4vw, 48px);
}
.contact-notes { padding: 18px 22px; margin-top: 22px; }
.contact-notes p { margin: 8px 0; }
.contact-form { padding: 24px; display: grid; gap: 15px; }
label { display: grid; gap: 7px; font-weight: 1000; color: var(--ink); }
input, select, textarea {
  width: 100%;
  border: 2px solid #d2eff8;
  border-radius: 18px;
  padding: 13px 14px;
  font: 700 1rem "Nunito", sans-serif;
  color: var(--ink);
  background: rgba(255,255,255,.88);
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: #ff7db7; box-shadow: 0 0 0 4px rgba(255,125,183,.16); }
.success { display: none; margin: 0; color: #128052; font-weight: 900; }
.contact-form.sent .success { display: block; }

footer { width: min(1120px, calc(100% - 32px)); margin: 28px auto 24px; text-align: center; color: var(--muted); font-weight: 800; }

@keyframes bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -14px; } }
@keyframes twinkle { 0%,100% { opacity: .5; scale: .9; } 50% { opacity: 1; scale: 1.16; } }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; border-radius: 28px; flex-direction: column; }
  nav { justify-content: flex-start; }
  .split,
  .feature-panel,
  .contact-shell { grid-template-columns: 1fr; }
  .hero-card { min-height: 360px; }
  .cards.three,
  .product-grid { grid-template-columns: 1fr; }
}
