:root {
  --cream: #fff9ed;
  --ink: #321b43;
  --plum: #5d2b72;
  --coral: #ff765f;
  --pink: #f7a9d2;
  --lime: #cde75c;
  --yellow: #ffd657;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at 10% 12%, rgba(247,169,210,.22), transparent 22rem), radial-gradient(circle at 94% 40%, rgba(205,231,92,.22), transparent 24rem), var(--cream);
}
.grain { position: absolute; inset: 0; pointer-events: none; opacity: .15; background-image: radial-gradient(rgba(50,27,67,.24) .55px, transparent .55px); background-size: 7px 7px; }
.nav, .hero, .what-is-coming, footer { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.nav { height: 112px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px 15px 18px 12px; transform: rotate(-4deg); background: var(--plum); color: white; font: 900 27px/1 "Arial Rounded MT Bold", Arial, sans-serif; box-shadow: 4px 4px 0 var(--yellow); }
.brand-mark::before { content: '✦'; position: absolute; right: -8px; top: -10px; color: var(--coral); font-size: 18px; }
.brand-name { font-weight: 900; font-size: 22px; letter-spacing: -1.2px; }
.brand-name span { color: var(--coral); }
.domain { font-size: 13px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; opacity: .6; }

.hero { min-height: 670px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 4vw; padding: 44px 0 86px; }
.eyebrow { width: max-content; max-width: 100%; margin: 0 0 22px; padding: 9px 14px; border: 1.5px solid rgba(50,27,67,.18); border-radius: 999px; background: rgba(255,255,255,.54); font-size: 13px; font-weight: 750; }
.eyebrow span { color: var(--coral); margin-right: 7px; }
h1 { margin: 0; max-width: 680px; font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-size: clamp(3.75rem, 7.1vw, 6.75rem); line-height: .91; letter-spacing: -.075em; font-weight: 900; }
h1 em { position: relative; color: var(--coral); font-style: normal; white-space: nowrap; }
h1 em::after { content: ''; position: absolute; left: 3%; right: 0; bottom: -3px; height: 9px; border-radius: 60% 30% 50% 40%; background: var(--yellow); z-index: -1; transform: rotate(-1deg); }
.intro { max-width: 580px; margin: 30px 0; color: #695474; font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.65; }
.coming-card { display: flex; align-items: center; gap: 16px; width: min(100%, 510px); padding: 17px 20px; border: 1.5px solid rgba(50,27,67,.14); border-radius: 18px; background: rgba(255,255,255,.7); box-shadow: 0 12px 35px rgba(74,36,89,.08); backdrop-filter: blur(10px); }
.coming-card div { display: flex; flex-direction: column; gap: 3px; }
.coming-card strong { font-size: 15px; }
.coming-card span:last-child { color: #7a6882; font-size: 13px; }
.pulse { flex: 0 0 auto; width: 12px; height: 12px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(255,118,95,.18); animation: pulse 2.2s ease-in-out infinite; }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.logo-stage { position: relative; width: min(430px, 88vw); aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 46% 54% 48% 52% / 56% 46% 54% 44%; background: var(--pink); box-shadow: 17px 18px 0 var(--plum), -18px -15px 0 var(--yellow); transform: rotate(3deg); }
.mega-s { transform: translate(-42px, -10px) rotate(-7deg); color: var(--cream); font: 900 clamp(10rem, 19vw, 15rem)/1 "Arial Rounded MT Bold", Arial, sans-serif; letter-spacing: -.1em; text-shadow: 7px 7px 0 var(--coral); }
.logo-caption { position: absolute; right: 34px; bottom: 50px; font: 900 clamp(1.7rem, 4vw, 3.2rem)/.76 "Arial Rounded MT Bold", Arial, sans-serif; letter-spacing: -.08em; transform: rotate(-5deg); }
.logo-caption b { color: var(--coral); font-size: 1.25em; }
.crown { position: absolute; z-index: 2; top: -30px; left: 42%; display: flex; gap: 6px; transform: rotate(-7deg); }
.crown i { width: 18px; height: 34px; background: var(--lime); border: 2px solid var(--ink); border-radius: 9px 9px 4px 4px; transform: rotate(-24deg); }
.crown i:nth-child(2) { height: 46px; transform: translateY(-12px); }
.crown i:nth-child(3) { transform: rotate(24deg); }
.sticker { position: absolute; z-index: 3; display: grid; place-items: center; border: 2px solid var(--ink); font-weight: 950; }
.sticker-one { top: 17%; left: -2%; width: 95px; height: 62px; border-radius: 50%; background: var(--lime); transform: rotate(-14deg); font-size: 18px; }
.sticker-two { right: -1%; bottom: 16%; width: 70px; height: 70px; border-radius: 22px; background: var(--coral); color: white; transform: rotate(12deg); font-size: 30px; }
.spark { position: absolute; color: var(--plum); font-size: 30px; animation: twinkle 3s ease-in-out infinite; }
.spark-one { right: 4%; top: 5%; }
.spark-two { left: 5%; bottom: 6%; animation-delay: .8s; }

.what-is-coming { padding: 96px 0 108px; border-top: 1px solid rgba(50,27,67,.13); text-align: center; }
.section-kicker { margin: 0 0 11px; color: var(--coral); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
h2 { margin: 0 0 45px; font: 900 clamp(2.1rem, 4.5vw, 4rem)/1 "Arial Rounded MT Bold", Arial, sans-serif; letter-spacing: -.055em; }
.creation-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.creation { min-height: 168px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 2px solid var(--ink); border-radius: 28px; box-shadow: 6px 7px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.creation:hover { transform: translateY(-5px) rotate(-1deg); box-shadow: 9px 11px 0 var(--ink); }
.creation span { font-size: 38px; }
.creation h3 { margin: 0; font-size: clamp(1rem, 2vw, 1.35rem); }
.creation.coral { background: var(--coral); color: white; }
.creation.pink { background: var(--pink); }
.creation.lime { background: var(--lime); }
footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(50,27,67,.13); }
.brand-small { transform: scale(.82); transform-origin: left center; }
footer p { margin: 0; color: #7a6882; font-size: 12px; }
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(93,43,114,.1); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 460px; height: 460px; left: -260px; top: 520px; }
.orbit-two { width: 720px; height: 720px; right: -450px; bottom: 30px; }

@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(255,118,95,.08); } }
@keyframes twinkle { 50% { transform: rotate(30deg) scale(1.25); opacity: .55; } }
@media (max-width: 850px) { .hero { grid-template-columns: 1fr; padding-top: 30px; text-align: center; } .hero-copy { display: flex; flex-direction: column; align-items: center; } .hero-art { min-height: 470px; margin-top: 25px; } .creation-list { grid-template-columns: 1fr; } .creation { min-height: 120px; } }
@media (max-width: 560px) { .nav, .hero, .what-is-coming, footer { width: min(100% - 30px, 1180px); } .nav { height: 86px; } .domain { display: none; } h1 { font-size: clamp(3.25rem, 16.2vw, 5rem); } .hero { padding-bottom: 62px; } .hero-art { min-height: 370px; } .logo-stage { width: min(310px, 84vw); box-shadow: 11px 12px 0 var(--plum), -11px -10px 0 var(--yellow); } .mega-s { transform: translate(-30px, -8px) rotate(-7deg); font-size: 10rem; } .logo-caption { right: 24px; bottom: 38px; font-size: 1.8rem; } .sticker-one { left: -1%; width: 76px; height: 51px; font-size: 14px; } .sticker-two { right: 0; width: 57px; height: 57px; } .what-is-coming { padding: 70px 0 80px; } footer { padding: 28px 0; flex-direction: column; gap: 18px; text-align: center; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }
