:root {
  --cream: #fff9ef;
  --cream-deep: #f7eddf;
  --paper: #fffdf8;
  --ink: #231d37;
  --muted: #675f70;
  --purple: #7445d8;
  --purple-dark: #4d278f;
  --orange: #f7782c;
  --teal: #20a9aa;
  --gold: #f4b938;
  --blue: #3f8fd7;
  --line: rgba(58, 42, 79, 0.13);
  --soft-shadow: 0 18px 45px rgba(61, 39, 89, 0.12), 0 3px 9px rgba(61, 39, 89, 0.08);
  --clay-shadow: 0 12px 0 rgba(58, 35, 89, 0.08), 0 22px 50px rgba(58, 35, 89, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Nunito, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; position: relative; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 999;
  background: var(--ink); color: white; border-radius: 12px; padding: 12px 18px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 249, 239, 0.88);
  border-bottom: 1px solid rgba(80, 59, 99, 0.1);
  backdrop-filter: blur(18px) saturate(1.3);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.wordmark {
  display: inline-flex; align-items: flex-start; gap: 7px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: 28px; font-weight: 900; letter-spacing: -1.5px;
  white-space: nowrap;
}
.wordmark span { color: var(--orange); }
.wordmark sup { color: var(--teal); font-size: 10px; margin-left: -5px; margin-top: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .footer-links a {
  color: #4d4558; font-size: 14px; font-weight: 800;
  transition: color 180ms ease, transform 180ms ease;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible, .footer-links a:hover { color: var(--purple); }
.desktop-nav a[aria-current="true"] { color: var(--purple); }
.header-cta { margin-left: 8px; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; font-weight: 900; border: 1px solid var(--line); padding: 9px 14px; border-radius: 12px; background: white; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav {
  position: absolute; right: 0; top: 52px; width: 220px; padding: 12px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--soft-shadow);
  display: grid; gap: 4px;
}
.mobile-menu nav a { padding: 10px 12px; border-radius: 10px; font-weight: 800; }
.mobile-menu nav a:hover { background: #f1e9ff; color: var(--purple); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 12px 20px; border-radius: 14px;
  font-size: 14px; font-weight: 900; line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(116, 69, 216, 0.38); outline-offset: 3px;
}
.button-primary {
  color: white; background: linear-gradient(145deg, #8655e5, #6736c4);
  box-shadow: 0 8px 0 #4e268f, 0 14px 25px rgba(88, 47, 164, 0.24);
}
.button-primary:hover { box-shadow: 0 6px 0 #4e268f, 0 12px 22px rgba(88, 47, 164, 0.28); }
.button-secondary { background: white; border: 1px solid var(--line); box-shadow: 0 6px 0 rgba(49, 37, 68, 0.08); }

.hero {
  min-height: 760px; overflow: hidden; position: relative; display: grid; align-items: center;
  padding: 92px 0 110px;
  background:
    radial-gradient(circle at 6% 10%, rgba(246, 185, 56, 0.22), transparent 22%),
    radial-gradient(circle at 92% 12%, rgba(32, 169, 170, 0.15), transparent 25%),
    linear-gradient(135deg, #fffaf2 0%, #fff6e8 52%, #f8f0ff 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 85px;
  background: linear-gradient(180deg, transparent, var(--cream));
}
.hero-orb { position: absolute; border-radius: 999px; filter: blur(1px); opacity: 0.55; }
.hero-orb-one { width: 190px; height: 190px; background: #ffd46a; left: -85px; top: 120px; }
.hero-orb-two { width: 260px; height: 260px; background: #c8b0ff; right: -135px; bottom: 70px; }
.hero-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: center; gap: 54px; position: relative; z-index: 2; }
.hero-copy { padding: 22px 0; }
.eyebrow {
  margin: 0 0 14px; color: var(--purple); font-size: 13px; font-weight: 950;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.eyebrow.light { color: #f8d7ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-weight: 900; }
h1 { font-size: clamp(50px, 6vw, 80px); line-height: 0.98; letter-spacing: -4px; margin-bottom: 25px; max-width: 630px; }
h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-lede { max-width: 610px; color: var(--muted); font-size: 19px; line-height: 1.75; margin-bottom: 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 30px 0 0; }
.hero-trust li { font-size: 12px; font-weight: 900; color: #51485c; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid var(--line); }
.hero-trust li::before { content: "✓"; color: var(--teal); margin-right: 6px; }
.responsive-picture { display: block; width: 100%; }
.responsive-picture > img { display: block; width: 100%; }
.hero-visual {
  position: relative; margin: 0; padding: 12px; border-radius: 42px;
  background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.85);
  box-shadow: var(--clay-shadow); transform: rotate(1.2deg);
}
.hero-visual::before { content: ""; position: absolute; inset: -14px 28px 18px -16px; border: 2px dashed rgba(116,69,216,.22); border-radius: 46px; z-index: -1; transform: rotate(-2.8deg); }
.hero-visual img { aspect-ratio: 1.44 / 1; width: 100%; object-fit: cover; border-radius: 32px; }
.hero-visual figcaption {
  position: absolute; left: -22px; bottom: 34px; max-width: 330px;
  display: flex; align-items: center; gap: 12px; padding: 14px 18px;
  background: rgba(255,253,248,.94); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--soft-shadow);
  transform: rotate(-2deg); color: var(--muted); font-size: 12px; line-height: 1.4;
}
.hero-visual figcaption strong { display: block; color: var(--ink); font-size: 13px; }
.caption-icon { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; color: white; background: var(--orange); border-radius: 12px; box-shadow: inset 0 -4px 0 rgba(0,0,0,.1); }

.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .character-copy h2, .story-copy h2, .parents-copy h2, .support-heading h2, .faq-layout h2 {
  font-size: clamp(36px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -2px; margin-bottom: 18px;
}
.section-heading > p:last-child, .character-copy > p, .parents-copy > p, .support-heading > p, .story-copy > p { color: var(--muted); font-size: 17px; }

.how-section { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: white; border: 1px solid var(--line); border-radius: 30px; padding: 12px 12px 24px; box-shadow: var(--soft-shadow); transition: transform 220ms ease; }
.step-card:hover { transform: translateY(-6px) rotate(-.3deg); }
.step-image-wrap { position: relative; overflow: hidden; border-radius: 22px; }
.step-image-wrap img { width: 100%; aspect-ratio: 1.22; object-fit: cover; }
.step-number { position: absolute; left: 14px; top: 14px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: var(--orange); color: white; font-weight: 950; box-shadow: 0 5px 0 #c95016; }
.step-card:nth-child(2) .step-number { background: var(--purple); box-shadow: 0 5px 0 var(--purple-dark); }
.step-card:nth-child(3) .step-number { background: var(--teal); box-shadow: 0 5px 0 #117879; }
.step-content { padding: 22px 12px 0; }
.step-content h3 { font-size: 25px; margin-bottom: 8px; }
.step-content p { color: var(--muted); margin-bottom: 0; }

.character-section { overflow: hidden; color: white; background: linear-gradient(145deg, #41206f, #6d3bc2 55%, #248ca7 130%); }
.character-section::before { content: ""; position: absolute; inset: 0; opacity: .17; background: radial-gradient(circle at 20px 20px, white 0 2px, transparent 3px) 0 0/70px 70px; }
.character-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; position: relative; }
.character-image-card { position: relative; padding: 12px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 36px; box-shadow: 0 24px 60px rgba(25,8,49,.34); transform: rotate(-1deg); }
.character-image-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: 26px; }
.image-ribbon { position: absolute; left: 28px; bottom: -20px; padding: 13px 22px; color: var(--ink); background: var(--gold); border-radius: 15px; font-family: "Arial Rounded MT Bold", sans-serif; font-weight: 900; box-shadow: 0 7px 0 #bf8917; }
.character-copy > p { color: rgba(255,255,255,.78); }
.character-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 27px; }
.character-chip { display: flex; align-items: center; gap: 12px; padding: 12px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.17); border-radius: 17px; }
.character-chip:last-child { grid-column: 1 / -1; }
.character-mark { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 13px; color: white; font-weight: 950; box-shadow: inset 0 -4px 0 rgba(0,0,0,.13); }
.character-chip.orange .character-mark { background: var(--orange); }
.character-chip.purple .character-mark { background: #a064ef; }
.character-chip.teal .character-mark { background: var(--teal); }
.character-chip.gold .character-mark { background: var(--gold); }
.character-chip.blue .character-mark { background: var(--blue); }
.character-chip strong, .character-chip small { display: block; }
.character-chip small { color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.35; margin-top: 2px; }

.grow-section { background: linear-gradient(180deg, #fff9ee, #f8f0e7); }
.age-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.age-card { position: relative; overflow: hidden; min-height: 260px; padding: 30px; border-radius: 30px; background: white; border: 1px solid var(--line); box-shadow: var(--soft-shadow); }
.age-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -50px; bottom: -60px; opacity: .18; background: currentColor; }
.age-card > span { display: inline-block; margin-bottom: 30px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.75); border: 1px solid currentColor; font-size: 12px; font-weight: 900; }
.age-card h3 { color: var(--ink); font-size: 27px; margin-bottom: 11px; }
.age-card p { color: var(--muted); margin-bottom: 0; }
.age-card.blue { color: var(--blue); background: linear-gradient(145deg, #f4faff, #e7f2ff); }
.age-card.teal { color: var(--teal); background: linear-gradient(145deg, #f3fffc, #dcf5ef); }
.age-card.purple { color: var(--purple); background: linear-gradient(145deg, #fbf7ff, #eee2ff); }

.parents-section { background: var(--paper); }
.parents-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; padding: 55px; border-radius: 40px; background: linear-gradient(135deg, #fff7e9, #f7efff); border: 1px solid var(--line); box-shadow: var(--soft-shadow); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trust-grid article { min-height: 145px; padding: 18px 14px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: rgba(255,255,255,.76); border: 1px solid rgba(76,54,91,.1); border-radius: 20px; }
.trust-grid article > span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 11px; border-radius: 11px; background: #efe6ff; color: var(--purple); font-weight: 950; }
.trust-grid strong { font-size: 13px; line-height: 1.25; }
.trust-grid small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }

.story-section { color: white; overflow: hidden; background: #18152c; }
.story-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 15%, rgba(122,70,213,.46), transparent 32%), radial-gradient(circle at 80% 80%, rgba(32,169,170,.24), transparent 35%); }
.story-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; position: relative; }
.story-copy > p { color: rgba(255,255,255,.72); }
.story-copy blockquote { margin: 26px 0; padding: 22px 0 22px 22px; border-left: 4px solid var(--gold); color: #f8eafa; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.text-link { display: inline-flex; gap: 10px; color: #ffda72; font-weight: 900; }
.story-image-stack { min-height: 600px; position: relative; }
.story-image-main, .story-image-float { position: absolute; object-fit: cover; border: 9px solid rgba(255,255,255,.12); box-shadow: 0 25px 60px rgba(0,0,0,.35); }
.story-image-main { width: 83%; height: 68%; right: 0; top: 0; border-radius: 32px; transform: rotate(2deg); }
.story-image-float { width: 66%; height: 50%; left: 0; bottom: 0; border-radius: 28px; transform: rotate(-4deg); }

.support-section { background: linear-gradient(145deg, #6b3fc5, #432072); color: white; overflow: hidden; }
.support-section::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -220px; top: -230px; background: rgba(255,192,73,.18); }
.support-panel { position: relative; z-index: 1; }
.support-heading { max-width: 690px; margin-bottom: 38px; }
.support-heading > p { color: rgba(255,255,255,.78); }
.campaign-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.campaign-card { display: flex; flex-direction: column; min-height: 315px; padding: 28px; border-radius: 28px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 18px 45px rgba(32,12,60,.2); }
.campaign-card.live { color: var(--ink); background: linear-gradient(145deg, #fffdf7, #fff2d6); }
.campaign-status { align-self: flex-start; padding: 6px 10px; border-radius: 999px; color: #5c379d; background: #efe4ff; font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.campaign-card.live .campaign-status { color: #0d6d5f; background: #d9f6eb; }
.campaign-card h3 { font-size: 29px; margin: 30px 0 10px; }
.campaign-card p { color: rgba(255,255,255,.72); }
.campaign-card.live p { color: var(--muted); }
.campaign-button { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border-radius: 13px; color: white; background: var(--purple); font-weight: 900; }
.campaign-button.disabled { color: rgba(255,255,255,.55); background: rgba(255,255,255,.1); border: 1px dashed rgba(255,255,255,.28); cursor: not-allowed; }
.support-note { text-align: center; margin: 26px 0 0; color: rgba(255,255,255,.67); font-size: 12px; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 20px rgba(61,39,89,.06); }
.faq-list summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; list-style: none; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: var(--purple); background: #efe7ff; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 22px 22px; color: var(--muted); margin: 0; }

.site-footer { padding: 52px 0; color: #ddd6e9; background: #18142a; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; }
.footer-mark { color: white; }
.footer-inner > div:first-child p { margin: 8px 0 0; color: #aaa1b8; font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #ddd6e9; }
.copyright { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8f879c; font-size: 12px; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 50% 20%, #f1e6ff, transparent 34%), var(--cream); }
.error-card { width: min(620px, 100%); padding: 58px; text-align: center; border-radius: 38px; background: white; border: 1px solid var(--line); box-shadow: var(--clay-shadow); }
.error-card .wordmark { margin-bottom: 38px; }
.error-card h1 { max-width: none; font-size: clamp(42px, 7vw, 68px); }
.error-card > p:not(.eyebrow) { color: var(--muted); margin-bottom: 30px; }

@media (max-width: 1020px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: 92%; margin-inline: auto; }
  .character-layout, .story-grid { grid-template-columns: 1fr; }
  .character-image-card { max-width: 760px; }
  .character-copy { max-width: 760px; }
  .parents-panel { grid-template-columns: 1fr; }
  .story-image-stack { min-height: 670px; }
}

@media (max-width: 780px) {
  .section { padding: 76px 0; }
  .shell { width: min(100% - 28px, 1180px); }
  .steps-grid, .age-grid, .campaign-grid { grid-template-columns: 1fr; }
  .step-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; padding: 10px; }
  .step-content { padding: 18px; }
  .character-list { grid-template-columns: 1fr; }
  .character-chip:last-child { grid-column: auto; }
  .parents-panel { padding: 34px 22px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .campaign-card { min-height: 270px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 560px) {
  .header-inner { min-height: 66px; }
  .wordmark { font-size: 24px; }
  .hero { padding: 65px 0 86px; }
  h1 { letter-spacing: -3px; }
  .hero-lede { font-size: 17px; }
  .button-row .button { width: 100%; }
  .hero-visual { width: 100%; padding: 8px; border-radius: 27px; transform: none; }
  .hero-visual img { border-radius: 21px; }
  .hero-visual figcaption { position: relative; inset: auto; margin: -8px 8px 0; max-width: none; transform: translateY(50%); }
  .section-heading h2, .character-copy h2, .story-copy h2, .parents-copy h2, .support-heading h2, .faq-layout h2 { letter-spacing: -1.5px; }
  .step-card { display: block; }
  .character-layout { gap: 55px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 120px; }
  .story-image-stack { min-height: 460px; }
  .story-image-main { width: 92%; height: 64%; }
  .story-image-float { width: 78%; height: 47%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .error-card { padding: 40px 24px; }
}

@media (max-width: 640px) {
  .hero-visual img,
  .step-image-wrap img,
  .character-image-card img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
  }
  .step-card { display: block; }
  .story-image-stack {
    display: grid;
    gap: 18px;
    min-height: 0;
  }
  .story-image-stack > .responsive-picture {
    display: block;
    width: 100%;
  }
  .story-image-main,
  .story-image-float {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    transform: none;
    object-fit: contain;
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@media print {
  .site-header, .button-row, .mobile-menu { display: none !important; }
  .section, .hero { padding: 30px 0; }
  body { background: white; }
}
