
:root {
  --night: #0c162b;
  --night-2: #132343;
  --ink: #202536;
  --cream: #fbf4e9;
  --paper: #fffaf2;
  --lavender: #d9c7e9;
  --lavender-deep: #7c688e;
  --gold: #e6b568;
  --coral: #d98674;
  --sage: #718777;
  --line: rgba(32,37,54,.12);
  --shadow: 0 24px 70px rgba(18, 24, 42, .15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%); width: min(1220px, calc(100% - 40px)); display: flex; justify-content: space-between; align-items: center; padding: 26px 0; color: white; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 18px; }
.nav { display: flex; gap: 30px; font-size: 14px; font-weight: 600; }
.nav a { opacity: .86; }
.nav a:hover { opacity: 1; }
.hero { min-height: 100vh; min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--night); }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 61% 50%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,13,27,.92) 0%, rgba(8,16,33,.7) 35%, rgba(8,16,33,.18) 70%, rgba(8,16,33,.12) 100%), linear-gradient(0deg, rgba(8,16,33,.42), transparent 44%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 190px 0 105px; color: white; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.eyebrow { color: #f0d5a2; }
h1, h2, h3 { font-family: "Libre Baskerville", Georgia, serif; letter-spacing: -.035em; line-height: 1.12; }
h1, h2 { margin: 0; }
h1 { font-size: clamp(48px, 6.2vw, 80px); max-width: 760px; }
h1 em { color: #f2d9ac; font-weight: 400; }
h2 { font-size: clamp(34px, 4vw, 54px); }
h3 { font-size: 25px; margin: 10px 0 14px; }
.hero-copy { max-width: 610px; font-size: 19px; color: rgba(255,255,255,.84); margin: 28px 0 34px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 23px; font-weight: 700; font-size: 14px; font-family: inherit; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: #f1d09c; color: #19213a; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.intro { display: grid; grid-template-columns: 90px 1fr; gap: 34px; padding: 82px 0; max-width: 920px; }
.moon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: #efe3f3; color: var(--lavender-deep); font-size: 35px; }
.section-kicker { color: var(--coral); margin: 0 0 12px; }
.intro p:last-child { font-size: 18px; max-width: 780px; color: #555a68; margin: 20px 0 0; }
.stories { background: var(--cream); padding: 82px 0 92px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 35px; }
.coming-soon, .soft-label { display: inline-flex; border-radius: 999px; background: white; border: 1px solid var(--line); padding: 9px 14px; font-size: 12px; font-weight: 700; color: #6f6676; }
.story-card { display: grid; grid-template-columns: 1.1fr .9fr; background: #fff; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(32,37,54,.06); }
.story-image-wrap { min-height: 460px; }
.story-image-wrap img { height: 100%; object-fit: cover; }
.story-copy { padding: 55px; display: flex; flex-direction: column; justify-content: center; }
.story-meta { font-weight: 700; color: var(--lavender-deep); line-height: 1.45; }
.story-copy p:not(.story-meta) { color: #626775; font-size: 17px; }
.platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.platform-link { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 700; }
.platform-link.active { color: #4f435e; background: #f6eff8; border-color: #d8c5df; }
.platform-link.active:hover { background: #efe3f3; }
.platform-link.disabled { color: #9297a0; background: #fafafa; }
.colouring { padding: 88px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.colouring-copy p:not(.section-kicker) { font-size: 18px; color: #626775; }
.colouring-image { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.colouring-image img { height: 100%; object-fit: cover; }
.printable-link { text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.printable-link:hover { transform: translateY(-1px); border-color: #c9b7d6; box-shadow: 0 7px 18px rgba(34,31,50,.08); }
.grown-ups { background: var(--night); color: white; padding: 84px 0 94px; }
.grown-ups-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.grown-ups .section-kicker { color: #ebbd94; }
.grown-ups p { color: rgba(255,255,255,.78); font-size: 17px; margin-top: 0; }
.grown-ups-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
.grown-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 28px; }
.grown-card h3 { color: #fff6e9; }
.grown-card p { font-size: 14px; }
.grown-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #f4cf9f; background: rgba(244,207,159,.1); border: 1px solid rgba(244,207,159,.25); }
.button-warm { background: #f1d09c; color: #19213a; }
.button-outline { background: transparent; color: #fff6e9; border: 1px solid rgba(255,255,255,.3); }
.site-form { display: grid; gap: 12px; margin-top: 20px; }
.site-form label { display: grid; gap: 6px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; }
.site-form input[type="text"], .site-form input[type="email"], .site-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.07); color: white; border-radius: 12px; padding: 11px 12px; font: inherit; font-size: 14px; outline: none; }
.site-form input::placeholder { color: rgba(255,255,255,.38); }
.site-form textarea { resize: vertical; min-height: 112px; }
.site-form input:focus, .site-form textarea:focus { border-color: rgba(241,208,156,.7); box-shadow: 0 0 0 3px rgba(241,208,156,.08); }
.hidden-field { position: absolute !important; left: -9999px !important; }
.form-note { font-size: 11px !important; color: rgba(255,255,255,.5) !important; margin-top: 12px !important; }
.form-note a { text-decoration: underline; text-underline-offset: 2px; }
.consent { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 8px !important; font-weight: 500 !important; line-height: 1.45; }
.consent input { margin: 3px 0 0; }
.footer { background: #07101f; color: rgba(255,255,255,.75); padding: 38px 0; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; font-size: 13px; }
.footer-brand { color: white; margin-right: auto; }
.footer-inner p { margin: 0; }
.footer-links { display: flex; gap: 16px; }
.footer-links a:hover { color: white; }
.copyright { color: rgba(255,255,255,.48); }

.simple-page { min-height: 100vh; background: var(--paper); }
.simple-header { background: var(--night); color: white; padding: 22px 0; }
.simple-header .shell { display: flex; align-items: center; justify-content: space-between; }
.simple-main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 100px; }
.simple-main h1 { color: var(--ink); font-size: clamp(38px,6vw,60px); }
.simple-main h2 { margin-top: 42px; font-size: 28px; }
.simple-main p, .simple-main li { color: #555a68; }
.simple-main a { color: #6f587d; text-decoration: underline; text-underline-offset: 3px; }
.simple-card { margin-top: 30px; border: 1px solid var(--line); background: white; border-radius: 24px; padding: 32px; box-shadow: 0 18px 48px rgba(18,24,42,.08); }

@media (max-width: 980px) { .grown-ups-grid { grid-template-columns: 1fr 1fr; } .updates-card { grid-column: 1 / -1; } }
@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  .nav { display: none; }
  .hero { min-height: 100vh; min-height: 100svh; }
  .hero-image { object-position: 65% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,13,27,.9), rgba(6,13,27,.45)), linear-gradient(0deg, rgba(6,13,27,.55), transparent); }
  .hero-content { padding-bottom: 80px; }
  .intro { grid-template-columns: 1fr; padding: 68px 0; }
  .story-card, .colouring, .grown-ups-intro { grid-template-columns: 1fr; }
  .story-image-wrap { min-height: 320px; }
  .story-copy { padding: 34px; }
  .colouring { gap: 40px; padding: 70px 0; }
  .grown-ups-intro { gap: 30px; }
  .grown-ups-grid { grid-template-columns: 1fr; }
  .updates-card { grid-column: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .shell, .site-header, .hero-content { width: min(100% - 28px, 1120px); }
  h1 { font-size: 48px; }
  .hero-copy { font-size: 17px; }
  .stories, .grown-ups { padding-block: 72px; }
  .story-card { border-radius: 22px; }
  .story-copy { padding: 26px; }
  .grown-card { padding: 23px; }
  .footer-inner { display: grid; grid-template-columns: 1fr; }
}
