:root {
  --ink: #17101f;
  --purple: #6335d7;
  --purple-deep: #4821ad;
  --paper: #fffdf7;
  --yellow: #ffca22;
  --orange: #ff9741;
  --blue: #72baff;
  --green: #a7e86d;
  --line: rgba(23, 16, 31, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", "Trebuchet MS", Arial, sans-serif; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { display: block; width: 152px; height: auto; }
.site-header nav { display: flex; gap: 28px; font-size: 15px; font-weight: 800; }
.site-header nav a, .footer-links a { text-decoration: none; }
.site-header nav a:hover, .footer-links a:hover, .text-link:hover { text-decoration: underline; }
.nav-cta, .button { border: 2px solid var(--ink); border-radius: 12px; text-decoration: none; font-weight: 900; box-shadow: 0 5px 0 var(--ink); transition: transform 160ms ease, box-shadow 160ms ease; }
.nav-cta { padding: 10px 16px; background: #fff; font-size: 14px; }
.nav-cta:hover, .button:hover { transform: translateY(3px); box-shadow: 0 2px 0 var(--ink); }

.hero { position: relative; overflow: hidden; background: var(--purple); color: #fff; min-height: 635px; }
.hero::before, .hero::after { content: ""; position: absolute; border: 3px solid rgba(255,255,255,.18); border-radius: 50%; pointer-events: none; }
.hero::before { width: 440px; height: 440px; right: -150px; top: -190px; }
.hero::after { width: 320px; height: 320px; left: -170px; bottom: -180px; }
.hero-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; min-height: 635px; gap: 30px; position: relative; z-index: 1; }
.hero-copy { padding: 74px 0; }
.eyebrow { margin: 0 0 16px; color: var(--yellow); font-size: 13px; letter-spacing: 1.25px; font-weight: 900; text-transform: uppercase; }
.eyebrow.purple { color: var(--purple); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
h1 { max-width: 620px; margin-bottom: 20px; font-size: clamp(46px, 6vw, 76px); line-height: .98; font-weight: 950; }
.hero-lede { max-width: 555px; margin-bottom: 30px; color: rgba(255,255,255,.92); font-size: 20px; line-height: 1.45; font-weight: 650; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 21px; }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-outline { background: transparent; color: var(--ink); }
.text-link { color: #fff; font-weight: 900; text-decoration: none; }
.text-link span { margin-left: 4px; font-size: 20px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 37px 0 0; list-style: none; font-size: 14px; font-weight: 800; }
.hero-points li::before { content: "✦"; margin-right: 7px; color: var(--yellow); }
.hero-art { position: relative; align-self: stretch; min-height: 560px; display: grid; place-items: end center; }
.hero-phone { width: min(340px, 90%); margin-top: 49px; border: 6px solid var(--ink); border-bottom: 0; border-radius: 38px 38px 0 0; box-shadow: 12px 12px 0 rgba(29,9,78,.44); object-fit: cover; object-position: top; }
.hero-character { position: absolute; width: 170px; bottom: 48px; left: 1%; filter: drop-shadow(0 9px 0 rgba(44, 17, 104, .3)); transform: rotate(-5deg); }
.burst { position: absolute; width: 80px; height: 80px; border: 5px dashed var(--yellow); border-radius: 50%; }
.burst-left { left: 0; top: 114px; transform: rotate(18deg); }
.burst-right { right: 0; bottom: 76px; border-color: var(--green); }
.hero-doodles { position: absolute; inset: 0; pointer-events: none; color: rgba(255,255,255,.24); font-weight: 900; }
.doodle { position: absolute; font-size: 60px; line-height: 1; }
.doodle-one { left: 7%; top: 21%; transform: rotate(-12deg); }.doodle-two { right: 8%; top: 16%; }.doodle-three { left: 38%; bottom: 9%; }.doodle-four { right: 43%; top: 7%; }

.steps-section { padding: 112px 0 122px; }
.section-heading { max-width: 620px; margin-bottom: 42px; }
h2 { margin-bottom: 14px; font-size: clamp(36px, 4.2vw, 55px); line-height: 1.04; font-weight: 950; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 330px; padding: 28px; border: 3px solid var(--ink); border-radius: 22px; box-shadow: 7px 8px 0 var(--ink); overflow: hidden; }
.step-orange { background: #ffd8a8; }.step-blue { background: #c9e6ff; }.step-green { background: #d9f3b9; }
.step-number { font-size: 15px; font-weight: 950; }.step-card img { display: block; width: 102px; height: 102px; margin: 29px 0 20px; object-fit: contain; }.step-card h3 { margin-bottom: 7px; font-size: 25px; font-weight: 950; }.step-card p { margin-bottom: 0; font-size: 16px; line-height: 1.38; font-weight: 700; }

.modes-section { background: #f1e9ff; padding: 112px 0; border-block: 3px solid var(--ink); }
.modes-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }.modes-copy { position: sticky; top: 30px; }.modes-copy > p:not(.eyebrow) { max-width: 430px; font-size: 18px; line-height: 1.45; font-weight: 650; margin-bottom: 28px; }.mode-list { display: grid; gap: 12px; }.mode-row { display: flex; align-items: center; gap: 17px; min-height: 106px; padding: 14px 18px; background: #fff; border: 2px solid var(--ink); border-radius: 17px; box-shadow: 0 5px 0 rgba(23,16,31,.18); }.mode-row img { width: 70px; height: 70px; object-fit: contain; }.mode-row h3 { margin-bottom: 4px; font-size: 23px; font-weight: 950; }.mode-row p { margin-bottom: 0; line-height: 1.3; font-weight: 700; color: #544c65; }

.party-section { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 55px; padding: 116px 0; }.party-copy > p:not(.eyebrow) { max-width: 460px; font-size: 18px; line-height: 1.48; font-weight: 650; margin-bottom: 30px; }.party-gallery { position: relative; min-height: 405px; }.party-gallery img { position: absolute; width: min(285px, 52%); border: 5px solid var(--ink); border-radius: 25px; box-shadow: 9px 10px 0 var(--purple-deep); }.party-gallery img:first-child { left: 3%; top: 0; transform: rotate(-5deg); }.party-gallery img:last-child { right: 1%; bottom: 0; transform: rotate(5deg); }

.site-footer { color: #fff; background: var(--ink); padding: 48px 0 36px; }.footer-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 32px; }.footer-inner > img { width: 145px; height: auto; }.footer-inner > p { margin: 0; color: rgba(255,255,255,.72); font-weight: 700; }.footer-links { display: flex; flex-wrap: wrap; gap: 16px; margin-left: auto; font-size: 14px; font-weight: 800; }.copyright { width: 100%; font-size: 12px; }.legal-footer { margin-top: 80px; }

.legal-page { min-height: 100vh; background: #f5efff; }.compact-header { background: var(--paper); }.legal-main { max-width: 840px; padding: 80px 0 0; }.legal-main h1 { color: var(--purple-deep); font-size: clamp(48px, 7vw, 74px); }.legal-date { color: #685f78; font-weight: 800; }.legal-card { margin-top: 34px; padding: clamp(24px, 5vw, 52px); background: #fff; border: 3px solid var(--ink); border-radius: 25px; box-shadow: 9px 10px 0 rgba(23,16,31,.2); font-size: 17px; line-height: 1.62; }.legal-card h2 { margin-top: 38px; margin-bottom: 10px; font-size: 28px; }.legal-card a { color: var(--purple-deep); font-weight: 900; }

@media (max-width: 820px) { .site-header nav { display: none; }.hero { min-height: auto; }.hero-grid, .modes-layout, .party-section { grid-template-columns: 1fr; }.hero-copy { padding: 62px 0 6px; }.hero-art { min-height: 440px; }.hero-phone { width: min(318px, 76vw); }.hero-character { width: 135px; left: 6%; bottom: 28px; }.steps-grid { grid-template-columns: 1fr; }.step-card { min-height: 0; }.step-card img { margin: 17px 0; width: 80px; height: 80px; }.modes-copy { position: static; }.party-gallery { min-height: 350px; }.site-footer { padding-top: 36px; }.footer-links { margin-left: 0; width: 100%; }.legal-main { padding-top: 54px; } }
@media (max-width: 480px) { .shell { width: min(100% - 28px, 1120px); }.site-header { min-height: 76px; }.brand img { width: 132px; }.nav-cta { padding: 8px 12px; font-size: 12px; }.hero-copy { padding-top: 48px; }.hero-lede { font-size: 17px; }.hero-art { min-height: 400px; }.hero-phone { width: 252px; border-width: 4px; border-radius: 28px 28px 0 0; }.hero-character { width: 105px; bottom: 24px; }.burst { width: 54px; height: 54px; border-width: 3px; }.steps-section, .modes-section, .party-section { padding: 76px 0; }.mode-row { padding: 12px; gap: 12px; min-height: 91px; }.mode-row img { width: 57px; height: 57px; }.mode-row h3 { font-size: 20px; }.mode-row p { font-size: 14px; }.party-gallery { min-height: 287px; }.site-footer { padding-bottom: 28px; } }
