:root {
  --navy: #071e3b;
  --navy-2: #0b2a50;
  --cream: #fff8e9;
  --paper: #f8eed9;
  --gold: #f2b632;
  --gold-soft: #ffd36b;
  --burgundy: #7c313c;
  --olive: #687343;
  --ink: #102643;
  --muted: #5e6570;
  --line: rgba(16, 38, 67, 0.18);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(0, 12, 31, 0.28);
  --heading: "Trebuchet MS", "Avenir Next Rounded", "Arial Rounded MT Bold", sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px clamp(24px, 5vw, 80px); color: var(--cream);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 clamp(19px, 2vw, 27px)/1 var(--heading); text-decoration: none; }
.brand-mark { width: 62px; height: 54px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3.5vw, 52px); font-weight: 600; }
.site-nav a { position: relative; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--cream); }

.hero {
  min-height: 880px; padding: 150px clamp(24px, 6vw, 100px) 96px;
  display: grid; grid-template-columns: minmax(0, .96fr) minmax(450px, 1.04fr); align-items: center; gap: 50px;
  color: var(--cream); overflow: hidden; position: relative;
  background:
    radial-gradient(circle at 64% 44%, rgba(242,182,50,.13), transparent 28%),
    linear-gradient(145deg, #06182f 0%, var(--navy) 58%, #092848 100%);
}
.hero::after { content: ""; position: absolute; height: 54px; left: -2%; right: -2%; bottom: -22px; background: var(--cream); border-radius: 50% 45% 0 0; transform: rotate(-.4deg); }
.hero-copy { position: relative; z-index: 2; max-width: 710px; }
h1, h2 { margin: 0; font-family: var(--heading); letter-spacing: -.035em; }
.hero h1 { font-size: clamp(52px, 5.5vw, 88px); line-height: .99; max-width: 780px; }
.hero h1 span { color: var(--gold-soft); }
.hero-copy > p:not(.family-note) { max-width: 660px; margin: 30px 0 34px; font-size: clamp(18px, 1.5vw, 23px); color: rgba(255,248,233,.85); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 56px; padding: 14px 26px; align-items: center; justify-content: center; border: 1.5px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #11243b; border-color: var(--gold); background: var(--gold); box-shadow: 0 10px 30px rgba(242,182,50,.2); }
.button-gold:hover { background: var(--gold-soft); box-shadow: 0 14px 34px rgba(242,182,50,.28); }
.button-ghost { color: var(--cream); border-color: rgba(255,248,233,.75); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.family-note { margin-top: 34px; font-size: 16px; color: rgba(255,248,233,.78); }
.spark { color: var(--gold); margin-right: 9px; }

.hero-art { position: relative; min-height: 620px; isolation: isolate; }
.photo-frame { position: absolute; margin: 0; padding: 10px; background: var(--cream); border-radius: 8px; box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; }
.selfie-frame { width: min(66%, 510px); aspect-ratio: 1; left: 4%; top: 5%; transform: rotate(3deg); }
.album-frame { width: min(48%, 360px); aspect-ratio: 1; right: 1%; bottom: 3%; transform: rotate(-4deg); }
.trail-lines { position: absolute; inset: 15% -10% 6% 12%; border: 2px solid rgba(242,182,50,.35); border-left-color: transparent; border-radius: 50%; transform: rotate(16deg); }
.trail-lines::after { content: ""; position: absolute; inset: 34px -12px -26px 52px; border: 1px solid rgba(242,182,50,.2); border-radius: 50%; }
.hero-star { position: absolute; z-index: 5; color: var(--gold); text-shadow: 0 0 22px rgba(242,182,50,.5); }
.star-one { left: 0; top: 49%; font-size: 44px; }.star-two { right: 4%; top: 14%; font-size: 24px; }

.colouring { position: relative; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(50px, 8vw, 120px); padding: 140px clamp(24px, 6vw, 100px); background: var(--cream); overflow: hidden; }
.colouring::before { content: ""; position: absolute; left: -5%; right: -5%; bottom: 34px; height: 120px; border-top: 2px solid rgba(242,182,50,.42); border-radius: 50%; transform: rotate(1deg); }
.paper-preview { position: relative; min-height: 570px; }
.colour-page { position: absolute; top: 20px; left: 50%; width: 325px; height: 430px; padding: 7px; border: 1px solid rgba(16,38,67,.23); background: #fff; box-shadow: 0 18px 34px rgba(50,38,20,.16); transform-origin: bottom center; overflow: hidden; }
.page-back { transform: translateX(-70%) rotate(-10deg); }.page-middle { transform: translateX(-40%) rotate(8deg); }.page-front { transform: translateX(-54%) rotate(-1deg); z-index: 2; }
.colour-page img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.folder { position: absolute; z-index: 3; left: 50%; bottom: 34px; width: 510px; height: 230px; transform: translateX(-52%) rotate(-1.5deg); background: var(--burgundy); clip-path: polygon(0 18%, 42% 18%, 48% 0, 100% 0, 100% 100%, 0 100%); box-shadow: 0 20px 38px rgba(68,25,31,.28); }
.folder span { position: absolute; left: 48%; top: 43%; color: var(--gold); font-size: 56px; }
.crayon { position: absolute; z-index: 4; bottom: 8px; left: 5%; width: 18px; height: 170px; border-radius: 6px; background: var(--olive); transform: rotate(-42deg); box-shadow: 0 4px 9px rgba(0,0,0,.2); }
.crayon::after { content: ""; position: absolute; inset: 16px 0 auto; height: 10px; border-top: 3px solid rgba(255,255,255,.45); border-bottom: 3px solid rgba(255,255,255,.45); }
.crayon-two { left: 10%; bottom: -8px; background: #bd8a2e; transform: rotate(-35deg); }.crayon-three { left: 15%; bottom: 2px; transform: rotate(-28deg); }
.colouring-copy { position: relative; z-index: 2; max-width: 750px; }
.colouring h2, .story h2, .hope-section h2 { color: var(--navy); font-size: clamp(44px, 4.6vw, 72px); line-height: 1.03; }
.colouring-copy > p { margin: 26px 0; font-size: 20px; color: #3e4d5d; }
.check-list { list-style: none; padding: 0; margin: 28px 0 36px; display: grid; gap: 10px; font-weight: 700; font-size: 18px; }
.check-list li::before { content: "✓"; color: #d79315; margin-right: 14px; font-size: 23px; }
.download-form label { display: block; margin-bottom: 9px; font-weight: 750; }
.form-row { display: flex; gap: 12px; }
.form-row input { flex: 1; min-width: 0; min-height: 58px; padding: 0 18px; border: 1.5px solid rgba(16,38,67,.28); border-radius: 14px; background: rgba(255,255,255,.7); color: var(--ink); outline: none; }
.form-row input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(242,182,50,.16); }
.reassurance { font-size: 14px; color: var(--muted); }.reassurance span { color: var(--gold); margin-right: 7px; }
.form-success { margin-top: 16px; padding: 18px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: #fff3cf; }
.form-success a { display: inline-block; margin-left: 6px; font-weight: 800; color: var(--burgundy); }

.music-section { position: relative; display: grid; grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr); align-items: center; gap: clamp(50px, 8vw, 120px); padding: 150px clamp(24px, 6vw, 100px); color: var(--cream); overflow: hidden; background: radial-gradient(circle at 65% 45%, rgba(25,68,105,.7), transparent 42%), var(--navy); }
.music-section::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(circle, var(--gold) 0 1px, transparent 1.5px); background-size: 170px 140px; }
.album-stage { position: relative; z-index: 1; max-width: 560px; margin: auto; }
.album-stage img { position: relative; z-index: 2; width: 100%; border: 10px solid var(--cream); border-radius: 12px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.album-shadow { position: absolute; inset: -14px 20px 16px -20px; border-radius: 14px; background: var(--gold); transform: rotate(3deg); }
.player-copy { position: relative; z-index: 1; max-width: 850px; }
.music-section h2 { font-size: clamp(44px, 4.4vw, 72px); line-height: 1.05; }
.player-copy > p { max-width: 660px; margin: 24px 0 38px; color: rgba(255,248,233,.8); font-size: 20px; }
.spotify-embeds { display: grid; gap: 18px; margin: 28px 0 34px; }
.spotify-track { padding: 18px; border: 1px solid rgba(242,182,50,.3); border-radius: 18px; background: rgba(255,255,255,.06); }
.spotify-track-heading { display: flex; align-items: center; gap: 12px; margin: 0 4px 13px; }
.spotify-track-heading > span { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: 19px; }
.spotify-track h3 { margin: 0; color: var(--cream); font: 700 21px/1.2 var(--heading); }
.spotify-track p { margin: 2px 0 0; color: var(--gold-soft); font-size: 14px; }
.spotify-track iframe { display: block; border: 0; border-radius: 12px; }
.stream-links { display: flex; flex-wrap: wrap; gap: 12px; }
.stream-links a { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 150px; padding: 15px 18px; border: 1px solid rgba(242,182,50,.75); border-radius: 12px; text-decoration: none; font-weight: 650; transition: color .2s, background .2s, transform .2s; }
.stream-links a:hover { color: var(--navy); background: var(--gold); transform: translateY(-2px); }

.story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); gap: clamp(60px, 9vw, 140px); align-items: center; padding: 150px clamp(24px, 8vw, 130px); background: var(--cream); }
.story-copy { max-width: 700px; }.story-copy > p { font-size: 19px; color: #35485b; }
.story-copy blockquote { position: relative; margin: 42px 0 0 48px; color: var(--burgundy); font: italic 500 clamp(23px, 2.2vw, 34px)/1.45 Georgia, serif; }
.story-copy blockquote::before { content: "“"; position: absolute; left: -48px; top: -26px; color: var(--gold); font-size: 84px; }
.story-portrait { position: relative; max-width: 560px; aspect-ratio: .9; margin: auto; padding: 8px; border: 2px solid var(--gold); border-radius: 48% 48% 24px 24px; }
.story-portrait img { width: 100%; height: 100%; object-fit: cover; border-radius: 48% 48% 19px 19px; }
.portrait-note { position: absolute; right: -14px; bottom: 24px; padding: 10px 16px; color: var(--cream); background: var(--burgundy); border-radius: 999px; font: 700 14px var(--heading); }

.hope-section { padding: 100px clamp(24px, 8vw, 130px) 120px; text-align: center; background: #f5e2b7; }
.hope-section h2 { margin-bottom: 58px; }
.hope-columns { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1200px; margin: auto; }
.hope-columns article { padding: 10px clamp(24px, 4vw, 60px); }
.hope-columns article + article { border-left: 1px solid rgba(16,38,67,.22); }
.hope-columns span { display: block; color: var(--burgundy); font-size: 34px; }.hope-columns article:nth-child(2) span { color: var(--gold); }.hope-columns article:nth-child(3) span { color: var(--olive); }
.hope-columns p { margin: 18px auto 0; max-width: 310px; font-size: 18px; font-weight: 620; }

.social-section { padding: 100px clamp(24px, 8vw, 130px) 120px; text-align: center; color: var(--cream); background: linear-gradient(145deg, var(--navy-2), var(--navy)); }
.social-kicker { margin: 0 0 12px; color: var(--gold-soft); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.social-section h2 { font-size: clamp(44px, 4.6vw, 72px); line-height: 1.03; }
.social-intro { max-width: 710px; margin: 20px auto 46px; color: rgba(255,248,233,.8); font-size: 19px; }
.social-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1160px; margin: auto; }
.social-card { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 15px; padding: 22px; text-align: left; text-decoration: none; border: 1px solid rgba(242,182,50,.35); border-radius: 18px; background: rgba(255,255,255,.07); transition: transform .2s, border-color .2s, background .2s; }
.social-card:hover { transform: translateY(-3px); border-color: var(--gold); background: rgba(255,255,255,.11); }
.social-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; color: var(--navy); background: var(--gold); font: 800 28px/1 var(--heading); }
.social-card strong, .social-card small { display: block; }.social-card strong { font: 700 20px/1.25 var(--heading); }.social-card small { margin-top: 3px; color: rgba(255,248,233,.68); }.social-card b { color: var(--gold-soft); font-size: 20px; }
.play-icon { font-size: 18px; }

.site-footer { padding: 84px 24px 38px; text-align: center; color: var(--cream); background: var(--navy); }
.footer-mark { width: 96px; height: 86px; margin: 0 auto; object-fit: contain; }.site-footer h2 { margin: 14px 0 30px; font-size: clamp(38px, 4vw, 60px); }
.site-footer nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; }
.site-footer nav a { text-decoration: none; }.site-footer nav a:hover { color: var(--gold-soft); }.site-footer nav span { color: var(--gold); font-size: 10px; }
.site-footer > p { max-width: 700px; margin: 42px auto 0; padding-top: 24px; border-top: 1px solid rgba(242,182,50,.35); color: var(--gold-soft); }

@media (max-width: 980px) {
  .site-header { position: absolute; padding: 20px 22px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 78px; right: 20px; flex-direction: column; align-items: flex-start; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(7,30,59,.97); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 128px; }
  .hero-copy { max-width: 820px; }.hero-art { min-height: 570px; max-width: 720px; width: 100%; margin: auto; }
  .colouring { grid-template-columns: 1fr; }.paper-preview { order: 2; }
  .music-section { grid-template-columns: 1fr; }.album-stage { width: min(76vw, 500px); }
  .story { grid-template-columns: 1fr; }.story-copy { max-width: 820px; }.story-portrait { width: min(80vw, 530px); }
}

@media (max-width: 640px) {
  .brand-mark { width: 44px; }.brand span { font-size: 17px; }
  .hero { padding: 118px 20px 76px; gap: 20px; }.hero h1 { font-size: clamp(44px, 13vw, 66px); }
  .hero-copy > p:not(.family-note) { font-size: 17px; }.hero-actions { display: grid; }.button { width: 100%; }
  .hero-art { min-height: 430px; }.selfie-frame { width: 76%; left: 0; }.album-frame { width: 52%; right: 0; bottom: 0; }
  .colouring { padding: 90px 20px; }.colouring h2, .story h2, .hope-section h2, .music-section h2 { font-size: 42px; }
  .paper-preview { min-height: 390px; width: 100%; max-width: 390px; margin: 18px auto 0; transform: none; }
  .colour-page { top: 12px; width: min(66vw, 250px); height: auto; aspect-ratio: 3 / 4; padding: 5px; }
  .page-back { display: none; }
  .page-middle { transform: translateX(-44%) rotate(4deg); opacity: .72; }
  .page-front { transform: translateX(-50%) rotate(-1deg); }
  .folder { bottom: 30px; width: min(78vw, 305px); height: 102px; transform: translateX(-50%) rotate(-1deg); }
  .folder span { left: 48%; top: 30%; font-size: 34px; }
  .crayon { left: 12%; bottom: 19px; width: 10px; height: 72px; }
  .crayon-two { left: 17%; bottom: 13px; }
  .crayon-three { display: none; }
  .form-row { display: grid; }.form-row .button { min-height: 58px; }
  .music-section { padding: 100px 20px; }.spotify-track { padding: 12px; }.spotify-track-heading { margin: 2px 4px 12px; }
  .stream-links { display: grid; grid-template-columns: 1fr 1fr; }.stream-links a { min-width: 0; gap: 8px; }
  .story { padding: 96px 20px; }.story-copy blockquote { margin-left: 34px; }.story-copy blockquote::before { left: -38px; }
  .hope-section { padding: 78px 20px; }.hope-columns { grid-template-columns: 1fr; }.hope-columns article { padding: 32px 10px; }.hope-columns article + article { border-left: 0; border-top: 1px solid rgba(16,38,67,.22); }
  .social-section { padding: 78px 20px; }.social-links-grid { grid-template-columns: 1fr; }
  .site-footer nav { gap: 12px; }.site-footer nav span { display: none; }.site-footer nav a { width: 46%; }
}

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