:root {
  --cream: #fff8f2;
  --foam: #fbf3de;
  --peach: #f0c2aa;
  --blush: #f6a7aa;
  --rose: #e07a90;
  --deep: #b84566;
  --cocoa: #7a4540;
  --ink: #4a2c2a;
  --soft: #8a5a52;
  --white: #fffaf6;
  --line: rgba(255, 255, 255, 0.72);
  --shadow: 0 18px 40px rgba(150, 78, 68, 0.14);
  --font-display: "Bagel Fat One", "Fredoka", "Trebuchet MS", sans-serif;
  --font-ui: "Fredoka", "Trebuchet MS", sans-serif;
  --font-body: "Nunito", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background: #fff1e8;
  line-height: 1.6;
}

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

a { color: inherit; }

button, input { font: inherit; }

:focus-visible {
  outline: 3px solid #c45d72;
  outline-offset: 3px;
}

::selection {
  background: #f6b7c0;
  color: #3d2224;
}

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse 48% 38% at 8% 6%, rgba(246, 167, 170, 0.9), transparent 70%),
    radial-gradient(ellipse 42% 36% at 92% 10%, rgba(227, 173, 145, 0.85), transparent 68%),
    radial-gradient(ellipse 36% 32% at 78% 92%, rgba(255, 206, 214, 0.8), transparent 70%),
    radial-gradient(ellipse 34% 30% at 14% 86%, rgba(251, 243, 222, 0.95), transparent 72%),
    linear-gradient(165deg, #fff8f3 0%, #ffe6d8 46%, #fff4ec 100%);
  background-size: 150% 150%;
  animation: wash 26s ease-in-out infinite alternate;
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: radial-gradient(rgba(122, 69, 64, 0.18) 0.55px, transparent 0.55px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

.bubble,
.spark,
.paw,
.bow {
  position: absolute;
  display: block;
}

.bubble {
  bottom: -80px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.2) 36%, rgba(246, 167, 170, 0.18) 70%, transparent 72%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.45);
  animation: rise linear infinite;
}

.bubble:nth-child(2) { left: 6%; width: 22px; height: 22px; animation-duration: 17s; animation-delay: -2s; }
.bubble:nth-child(3) { left: 16%; width: 14px; height: 14px; animation-duration: 13s; animation-delay: -8s; }
.bubble:nth-child(4) { left: 28%; width: 34px; height: 34px; animation-duration: 21s; animation-delay: -4s; }
.bubble:nth-child(5) { left: 42%; width: 12px; height: 12px; animation-duration: 15s; animation-delay: -11s; }
.bubble:nth-child(6) { left: 54%; width: 26px; height: 26px; animation-duration: 19s; animation-delay: -6s; }
.bubble:nth-child(7) { left: 67%; width: 16px; height: 16px; animation-duration: 14s; animation-delay: -1s; }
.bubble:nth-child(8) { left: 78%; width: 40px; height: 40px; animation-duration: 23s; animation-delay: -9s; }
.bubble:nth-child(9) { left: 90%; width: 18px; height: 18px; animation-duration: 16s; animation-delay: -13s; }

.spark {
  width: 12px;
  height: 12px;
  background: #fff;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.9));
  animation: twinkle 3.2s ease-in-out infinite;
}

.spark:nth-child(10) { left: 12%; top: 18%; animation-delay: 0.2s; }
.spark:nth-child(11) { left: 24%; top: 62%; width: 8px; height: 8px; animation-delay: 1.1s; }
.spark:nth-child(12) { left: 70%; top: 22%; width: 16px; height: 16px; animation-delay: 0.6s; }
.spark:nth-child(13) { left: 84%; top: 48%; animation-delay: 1.6s; }
.spark:nth-child(14) { left: 48%; top: 12%; width: 9px; height: 9px; animation-delay: 0.4s; }
.spark:nth-child(15) { left: 36%; top: 78%; width: 7px; height: 7px; animation-delay: 2s; }
.spark:nth-child(16) { left: 92%; top: 74%; animation-delay: 1.3s; }
.spark:nth-child(17) { left: 6%; top: 46%; width: 8px; height: 8px; animation-delay: 2.4s; }

.paw {
  width: 42px;
  color: rgba(196, 93, 114, 0.16);
  animation: drift 28s linear infinite;
}

.paw:nth-of-type(1) { top: 22%; left: -4%; animation-duration: 32s; }
.paw:nth-of-type(2) { top: 58%; left: -8%; width: 56px; animation-duration: 38s; animation-delay: -12s; }
.paw:nth-of-type(3) { top: 36%; left: -2%; width: 28px; animation-duration: 26s; animation-delay: -6s; }
.paw:nth-of-type(4) { top: 74%; left: -6%; animation-duration: 34s; animation-delay: -18s; }

.bow {
  width: 54px;
  color: rgba(232, 122, 144, 0.28);
  animation: floaty 7s ease-in-out infinite;
}

.bow:nth-of-type(5) { top: 14%; right: 8%; }
.bow:nth-of-type(6) { top: 46%; left: 4%; width: 40px; animation-delay: -2s; }
.bow:nth-of-type(7) { bottom: 12%; right: 14%; width: 64px; animation-delay: -4s; }

.pointer-glow {
  position: fixed;
  z-index: 1;
  width: 320px;
  height: 320px;
  margin: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 186, 186, 0.55), rgba(255, 186, 186, 0) 68%);
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.pointer-glow.on { opacity: 1; }

.site {
  position: relative;
  z-index: 2;
}

.nav-wrap {
  position: sticky;
  top: 14px;
  z-index: 30;
  padding: 0 16px;
}

.nav {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 10px 8px 12px;
  border-radius: 999px;
  background: rgba(255, 248, 242, 0.74);
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(160, 86, 74, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 3px rgba(246, 167, 170, 0.55);
}

.brand span {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.nav-links a {
  text-decoration: none;
  font-family: var(--font-ui);
  font-weight: 550;
  font-size: 0.98rem;
  padding: 8px 12px;
  border-radius: 999px;
}

.nav-links a:hover {
  background: rgba(246, 167, 170, 0.28);
}

.nav-social {
  display: flex;
  gap: 8px;
}

.icon-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #f3a0b0, #c24d6c);
  box-shadow: 0 8px 16px rgba(184, 69, 102, 0.22);
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.2, 1.4, 0.4, 1);
}

.icon-btn:hover { transform: scale(1.08, 0.94); }

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  place-items: center;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--cocoa);
}

.brand-mark {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(97%) sepia(12%) saturate(280%) hue-rotate(330deg);
}

.brand-mark.cocoa {
  width: 28px;
  height: 28px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(24%) saturate(1600%) hue-rotate(318deg) brightness(0.78) contrast(1.05);
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  padding: 54px 0 20px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.7);
  border: 1px solid var(--line);
  font-family: var(--font-ui);
  font-size: 0.92rem;
  color: var(--cocoa);
  letter-spacing: 0.04em;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 11vw, 7.6rem);
  font-weight: 400;
  line-height: 0.88;
  color: #fffaf6;
  -webkit-text-stroke: 6px #f3a3b4;
  paint-order: stroke fill;
  text-shadow: 0 16px 30px rgba(196, 90, 112, 0.28);
  animation: titleglow 4.8s ease-in-out infinite;
}

.kicker {
  margin: 10px 0 0;
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: lowercase;
  color: #c45d72;
}

.lead {
  max-width: 38rem;
  margin: 18px 0 0;
  font-size: 1.18rem;
  color: var(--ink);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.chip {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.66);
  border: 1px solid var(--line);
  font-family: var(--font-ui);
  font-size: 0.92rem;
  color: var(--cocoa);
}

.chip strong { font-weight: 600; color: var(--ink); }

.ca {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 40rem);
  margin-top: 14px;
  padding: 8px 8px 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.74);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-family: var(--font-ui);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ca-label {
  flex: none;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--soft);
}

.ca-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.92rem;
}

.ca-action {
  flex: none;
  margin-left: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f3a0b0, #c24d6c);
  color: var(--white);
  font-size: 0.84rem;
}

.ca-inline {
  width: 100%;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ca.copied .ca-action { background: #7a4540; }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 1.02rem;
  border: 1px solid transparent;
  transition: transform 0.25s cubic-bezier(0.2, 1.4, 0.4, 1), box-shadow 0.25s ease;
}

.btn:hover { transform: scale(1.04, 0.96); }

.btn-primary {
  color: var(--white);
  background: linear-gradient(180deg, #ee8ea4 0%, #c44768 100%);
  box-shadow: 0 12px 24px rgba(184, 69, 102, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-ghost {
  color: var(--cocoa);
  background: rgba(255, 250, 246, 0.72);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.hero-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.mascot-stage {
  position: relative;
  width: min(460px, 100%);
  margin-inline: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.halo {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background: conic-gradient(from 20deg, #f6a7aa, #fff6ea, #e3ad91, #ffd0dc, #f6a7aa);
  filter: blur(6px);
  animation: spin 18s linear infinite;
  opacity: 0.9;
}

.eye {
  position: absolute;
  width: 34%;
  height: 34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28, 14, 14, 0.55), transparent 70%);
  filter: blur(6px);
  animation: stare 4.6s ease-in-out infinite;
}

.eye-l { left: 10%; top: 24%; }
.eye-r { right: 10%; top: 24%; animation-delay: 0.35s; }

.mascot {
  position: relative;
  width: 82%;
  height: 82%;
  object-fit: cover;
  border-radius: 46%;
  border: 8px solid rgba(255, 248, 242, 0.92);
  box-shadow:
    0 24px 50px rgba(150, 74, 68, 0.28),
    0 0 0 14px rgba(246, 167, 170, 0.28);
  animation: meep 5.2s ease-in-out infinite;
}

.marquee {
  margin: 28px 0 10px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 248, 242, 0.38);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 18px;
  font-family: var(--font-ui);
  font-weight: 600;
  color: var(--cocoa);
  letter-spacing: 0.04em;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blush);
  box-shadow: 0 0 0 4px rgba(246, 167, 170, 0.25);
}

section {
  padding: 78px 0;
  scroll-margin-top: 96px;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 28px;
}

.section-head p.kicker { margin: 0 0 8px; }

h2 {
  margin: 0;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.sub {
  margin: 12px 0 0;
  color: var(--soft);
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.glass {
  background: rgba(255, 250, 246, 0.62);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.prose { padding: 28px 28px 8px; }

.prose p {
  margin: 0 0 16px;
  font-size: 1.05rem;
}

.facts {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.fact {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.fact span {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--soft);
}

.fact strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-ui);
  font-size: 1.25rem;
  font-weight: 600;
}

.clips-title {
  margin: 36px 0 16px;
  font-family: var(--font-ui);
  font-size: 1.4rem;
}

.clips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.clip {
  padding: 12px;
  border-radius: 28px;
  overflow: hidden;
}

.clip .tiktok-embed {
  margin: 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.step {
  padding: 22px 18px 20px;
  text-decoration: none;
  min-height: 100%;
  transition: transform 0.3s cubic-bezier(0.2, 1.2, 0.4, 1);
}

a.step:hover { transform: translateY(-8px) scale(1.02); }

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.step-no {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #f7b4c0, #e07a90);
  color: var(--white);
  font-family: var(--font-ui);
  font-weight: 600;
}

.logo-bubble {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.step h3 {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 1.25rem;
}

.step p {
  margin: 0;
  color: var(--soft);
}

.chart-frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 640px;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.85), rgba(255, 226, 216, 0.9));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.chart-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.chart-link {
  display: inline-flex;
  margin-top: 16px;
  font-family: var(--font-ui);
  color: var(--deep);
  font-weight: 600;
}

.join-banner {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 24px 50px rgba(160, 80, 70, 0.2);
  animation: bannershine 7s ease-in-out infinite;
}

.banner-frame {
  position: relative;
}

.banner-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.38) 48%, transparent 62%);
  background-size: 220% 100%;
  animation: sheen 5.5s ease-in-out infinite;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.2, 1.4, 0.4, 1);
}

.social-card:hover { transform: translateY(-6px) scale(1.02); }

.social-card strong {
  display: block;
  font-family: var(--font-ui);
  font-size: 1.15rem;
}

.social-card span {
  color: var(--soft);
  font-size: 0.92rem;
}

.footer {
  padding: 10px 0 36px;
  text-align: center;
  color: var(--soft);
  font-size: 0.92rem;
}

.footer strong {
  font-family: var(--font-ui);
  color: var(--ink);
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition-delay: var(--d, 0s);
}

.js .reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes wash {
  from { background-position: 0% 20%; }
  to { background-position: 80% 80%; }
}

@keyframes rise {
  0% { transform: translateY(0) scale(0.9); opacity: 0; }
  12% { opacity: 0.85; }
  100% { transform: translateY(-115vh) scale(1.08); opacity: 0; }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.25; transform: scale(0.7) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(20deg); }
}

@keyframes drift {
  from { transform: translateX(0) rotate(-12deg); }
  to { transform: translateX(110vw) rotate(18deg); }
}

@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(-16px) rotate(8deg); }
}

@keyframes spin { to { transform: rotate(1turn); } }

@keyframes meep {
  0%, 100% { transform: translateY(0) scale(1, 1); }
  50% { transform: translateY(-14px) scale(1.035, 0.97); }
}

@keyframes stare {
  0%, 100% { opacity: 0.28; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.08); }
}

@keyframes titleglow {
  0%, 100% { text-shadow: 0 14px 26px rgba(196, 90, 112, 0.22); }
  50% { text-shadow: 0 20px 36px rgba(196, 90, 112, 0.4); }
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes sheen {
  0% { background-position: 120% 0; }
  100% { background-position: -40% 0; }
}

@keyframes bannershine {
  0%, 100% { box-shadow: 0 24px 50px rgba(160, 80, 70, 0.18); }
  50% { box-shadow: 0 28px 60px rgba(196, 93, 114, 0.28); }
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .steps,
  .clips,
  .social-grid {
    grid-template-columns: 1fr;
  }

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

  .chart-frame { min-height: 520px; }
}

@media (max-width: 820px) {
  .nav-toggle { display: grid; }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    margin: 0;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
    background: rgba(255, 248, 242, 0.94);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links.open { display: flex; }

  .nav-social { justify-content: flex-start; padding: 6px 8px 2px; }

  .nav { position: relative; }
}

@media (max-width: 640px) {
  .steps { grid-template-columns: 1fr; }
  .hero { padding-top: 28px; }
  section { padding: 56px 0; }
  .hero h1 { -webkit-text-stroke-width: 3px; }
  .chart-frame { min-height: 460px; }
  .wrap { width: min(1120px, calc(100% - 28px)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }

  .js .reveal { opacity: 1; transform: none; }
}
