:root {
  --pink: #ff6fcf;
  --hot-pink: #ff3ead;
  --lavender: #b78cff;
  --aqua: #61e7ff;
  --mint: #8dffcf;
  --yellow: #ffe66d;
  --purple: #6c3cf0;
  --ink: #48285d;
  --soft: #fff7ff;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(108, 60, 240, 0.20);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 5%, rgba(255, 230, 109, .45), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(97, 231, 255, .5), transparent 24%),
    linear-gradient(135deg, #fff7ff 0%, #fff0fb 38%, #eefbff 100%);
  overflow-x: hidden;
}

.sparkles::before,
.sparkles::after {
  content: "✦ ✧ ★ ✦ ✧ ★ ✦";
  position: fixed;
  z-index: -1;
  color: rgba(255, 62, 173, .25);
  font-size: 36px;
  letter-spacing: 32px;
  transform: rotate(-12deg);
}
.sparkles::before { top: 150px; left: -40px; }
.sparkles::after { bottom: 130px; right: -80px; color: rgba(108, 60, 240, .20); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(255,255,255,.8);
}
.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--purple);
  text-decoration: none;
  font-family: 'Baloo 2', cursive;
  font-size: 24px;
  font-weight: 800;
}
.logo-bubble {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--hot-pink), var(--lavender), var(--aqua));
  box-shadow: 0 10px 24px rgba(255, 62, 173, .25);
}
.nav-links { display: flex; gap: 18px; flex-wrap: wrap; }
.nav-links a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
}
.nav-links a:hover { color: var(--hot-pink); }

.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 22px 52px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--hot-pink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 13px;
}
h1, h2, h3 {
  font-family: 'Baloo 2', cursive;
  line-height: .95;
  margin: 0;
}
h1 {
  font-size: clamp(54px, 9vw, 104px);
  background: linear-gradient(135deg, var(--hot-pink), var(--purple), #18bde0);
  -webkit-background-clip: text;
  color: transparent;
}
.hero-text {
  font-size: 21px;
  line-height: 1.55;
  max-width: 650px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
}
.primary {
  color: white;
  background: linear-gradient(135deg, var(--hot-pink), var(--purple));
  box-shadow: 0 14px 30px rgba(255, 62, 173, .28);
}
.secondary {
  color: var(--purple);
  background: white;
  border: 2px solid rgba(108, 60, 240, .15);
}

.hero-art { display: grid; place-items: center; min-height: 500px; }
.rainbow-card {
  position: relative;
  width: min(430px, 92vw);
  aspect-ratio: 1;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,255,255,.35)),
    conic-gradient(from 190deg, #ff6fcf, #ffe66d, #8dffcf, #61e7ff, #b78cff, #ff6fcf);
  box-shadow: var(--shadow);
  border: 10px solid white;
  transform: rotate(4deg);
}
.squishy-face {
  position: absolute;
  inset: 88px;
  border-radius: 44% 56% 48% 52%;
  background: linear-gradient(135deg, #fff, #ffe4f8);
  box-shadow: inset 0 -20px 40px rgba(255, 111, 207, .16), 0 22px 44px rgba(108,60,240,.18);
  animation: wobble 3.5s ease-in-out infinite;
}
.eye { position: absolute; top: 38%; width: 18px; height: 24px; border-radius: 50%; background: var(--ink); }
.eye.left { left: 32%; }
.eye.right { right: 32%; }
.smile {
  position: absolute;
  left: 50%; top: 54%;
  width: 58px; height: 34px;
  border-bottom: 8px solid var(--hot-pink);
  border-radius: 0 0 80px 80px;
  transform: translateX(-50%);
}
.cloud { position: absolute; background: white; border-radius: 999px; opacity: .9; }
.cloud::before, .cloud::after { content: ""; position: absolute; background: white; border-radius: 50%; }
.cloud-one { width: 112px; height: 34px; left: 34px; top: 64px; }
.cloud-one::before { width: 48px; height: 48px; left: 18px; top: -22px; }
.cloud-one::after { width: 58px; height: 58px; right: 12px; top: -32px; }
.cloud-two { width: 98px; height: 30px; right: 28px; bottom: 58px; }
.cloud-two::before { width: 42px; height: 42px; left: 15px; top: -20px; }
.cloud-two::after { width: 50px; height: 50px; right: 10px; top: -26px; }
.floating-item { position: absolute; font-size: 42px; filter: drop-shadow(0 8px 10px rgba(108,60,240,.18)); animation: float 3s ease-in-out infinite; }
.star { top: -26px; right: 74px; color: var(--yellow); }
.heart { bottom: 36px; left: 32px; color: var(--hot-pink); animation-delay: .5s; }
.candy { top: 52%; right: -18px; animation-delay: 1s; }
.sparkle { bottom: -18px; right: 110px; color: var(--purple); animation-delay: .8s; }

@keyframes wobble { 0%,100% { transform: rotate(-4deg) scale(1); } 50% { transform: rotate(3deg) scale(1.04); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-16px) rotate(8deg); } }

.ticker {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 18px 22px;
  background: linear-gradient(90deg, var(--hot-pink), var(--lavender), var(--aqua));
  color: white;
  font-weight: 900;
  white-space: nowrap;
}
.ticker span { padding: 8px 18px; border-radius: 999px; background: rgba(255,255,255,.18); }

.section { max-width: 1180px; margin: 0 auto; padding: 76px 22px; }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.section-heading h2, .drop-card h2, .about-card h2, .contact-card h2 { font-size: clamp(38px, 5vw, 64px); color: var(--purple); }
.section-heading p:not(.eyebrow), .drop-card p, .about-card p, .contact-card p { font-size: 19px; line-height: 1.55; }
.bag-showcase, .product-grid { display: grid; gap: 20px; }
.bag-showcase { grid-template-columns: repeat(3, 1fr); }
.bag-card, .product-card, .about-card, .contact-card, .drop-card {
  background: rgba(255,255,255,.86);
  border: 2px solid white;
  border-radius: 32px;
  box-shadow: var(--shadow);
}
.bag-card { padding: 34px; min-height: 250px; position: relative; overflow: hidden; }
.bag-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -60px; bottom: -70px; opacity: .45; }
.bag-card.unicorn::after { background: var(--pink); }
.bag-card.rainbow::after { background: var(--yellow); }
.bag-card.mystery::after { background: var(--aqua); }
.bag-icon { font-size: 58px; display: block; margin-bottom: 18px; }
.bag-card h3, .product-card h3 { font-size: 31px; color: var(--hot-pink); }
.bag-card p, .product-card p { font-size: 17px; line-height: 1.45; }
.product-grid { grid-template-columns: repeat(4, 1fr); }
.product-card { padding: 24px; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 0 30px 70px rgba(255,62,173,.22); }
.product-card span { font-size: 42px; display: block; margin-bottom: 12px; }
.drops-section { padding-top: 28px; }
.drop-card { padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,240,251,.86)); }
.about-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; }
.about-card, .contact-card { padding: 42px; }
.founders { display: grid; gap: 18px; }
.founders div { display: flex; align-items: center; gap: 16px; background: white; border-radius: 26px; padding: 18px; box-shadow: var(--shadow); font-weight: 900; font-size: 22px; }
.founders span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--mint), var(--aqua), var(--lavender)); color: white; font-family: 'Baloo 2'; font-size: 32px; }
.contact-section { max-width: 850px; }
.contact-form { display: grid; gap: 14px; margin-top: 24px; }
input, textarea { width: 100%; border: 2px solid rgba(108,60,240,.14); border-radius: 20px; padding: 16px 18px; font: inherit; color: var(--ink); background: white; }
textarea { min-height: 140px; resize: vertical; }
.footer { text-align: center; padding: 32px 18px 48px; font-weight: 900; color: var(--purple); }

@media (max-width: 900px) {
  .hero, .about-section { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .bag-showcase { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .drop-card { flex-direction: column; align-items: flex-start; }
  .nav { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 360px; }
  .rainbow-card { width: 330px; }
  .squishy-face { inset: 70px; }
  .nav-links { font-size: 14px; }
}
