  :root{
    --paper:#FFF8EA;
    --paper-dark:#F5E9CE;
    --sky:#3EB6E8;
    --sky-deep:#1E92C9;
    --sun:#FFC93C;
    --grass:#49A868;
    --grass-deep:#2F8350;
    --coral:#FF6E82;
    --night:#2C1150;
    --night-deep:#1B0A34;
    --wood:#A9713F;
    --wood-dark:#7C4E28;
    --ink:#3A2A1A;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  @keyframes float-star{
    0%,100%{transform:translateY(0) rotate(0deg);}
    50%{transform:translateY(-10px) rotate(12deg);}
  }
  @keyframes wiggle{
    0%,100%{transform:rotate(-1.5deg);}
    50%{transform:rotate(1.5deg);}
  }
  body{
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:'Quicksand',sans-serif;
    font-weight:500;
    overflow-x:hidden;
  }
  h1,h2,h3,.display{
    font-family:'Baloo 2',cursive;
    font-weight:700;
    margin:0;
    line-height:1.05;
  }
  img{max-width:100%;display:block;}
  .wrap{max-width:1120px;margin:0 auto;padding:0 32px;}
  a{color:inherit;}

  /* ---------- crayon divider ---------- */
  .crayons{
    height:14px;
    display:flex;
  }
  .crayons span{flex:1;height:100%;}

  /* ---------- header ---------- */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(255,248,234,0.92);
    backdrop-filter:blur(6px);
    border-bottom:3px dashed var(--wood);
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 32px; max-width:1120px; margin:0 auto;
  }
  .brand{display:flex;align-items:center;gap:10px;}
  .brand-mark{
    width:52px;height:52px;border-radius:50%;
    object-fit:cover;
    border:3px solid var(--ink);
    box-shadow:2px 3px 0 rgba(122,78,40,0.3);
  }
  .brand-name{display:flex;flex-direction:column;line-height:1.15;}
  .brand-title{font-family:'Baloo 2';font-size:23px;color:var(--ink);}
  .brand-title em{font-style:normal;color:var(--grass-deep);}
  .brand-sub{font-family:'Quicksand';font-size:12.5px;font-weight:700;color:#8A6F45;letter-spacing:0.01em;}
  .nav-cta{
    background:var(--coral); color:white; font-family:'Baloo 2'; font-size:15px;
    padding:10px 20px; border-radius:999px; text-decoration:none;
    border:3px solid var(--ink);
    box-shadow:3px 3px 0 var(--ink);
  }

  /* ---------- hero ---------- */
  .hero{
    position:relative;
    background:linear-gradient(180deg, var(--sky) 0%, var(--sky-deep) 70%);
    padding:70px 0 0;
    overflow:hidden;
  }
  .hero-clouds{
    position:absolute; inset:0; pointer-events:none;
    background-image:
      radial-gradient(60px 30px at 8% 20%, rgba(255,255,255,0.85), transparent 70%),
      radial-gradient(80px 34px at 22% 12%, rgba(255,255,255,0.7), transparent 70%),
      radial-gradient(70px 30px at 85% 18%, rgba(255,255,255,0.75), transparent 70%),
      radial-gradient(50px 26px at 95% 32%, rgba(255,255,255,0.6), transparent 70%);
  }
  .hero-inner{
    position:relative; z-index:2;
    display:flex; align-items:center; gap:40px;
    max-width:1120px; margin:0 auto; padding:20px 32px 0;
  }
  .hero-copy{flex:1;}
  .hero-badge{
    display:inline-block; background:var(--sun); color:var(--ink);
    font-family:'Baloo 2'; font-size:14px; padding:6px 16px;
    border-radius:999px; border:2.5px solid var(--ink); margin-bottom:18px;
    transform:rotate(-3deg);
  }
  .hero h1{
    font-size:54px; color:white;
    text-shadow: 3px 3px 0 var(--ink);
  }
  .hero h1 span{color:var(--sun); text-shadow:3px 3px 0 var(--ink);}
  .hero p.lede{
    font-size:19px; color:#F0FBFF; margin:22px 0 30px; max-width:460px;
    font-weight:600;
  }
  .store-row{display:flex; gap:16px; flex-wrap:wrap;}
  .store-btn{
    display:flex; align-items:center; gap:10px;
    background:var(--ink); color:white; text-decoration:none;
    padding:13px 22px; border-radius:16px; border:3px solid var(--ink);
    font-family:'Baloo 2'; font-size:16px;
    box-shadow:4px 4px 0 var(--wood-dark);
    transition:transform .15s ease;
  }
  .store-btn:hover{transform:translateY(-3px) rotate(-1deg);}
  .store-badge-link{
    display:inline-flex; align-items:center;
    background:#000000; border-radius:14px;
    padding:14px 22px;
    border:3px solid var(--ink);
    box-shadow:4px 4px 0 rgba(0,0,0,0.25);
    transition:transform .15s ease;
  }
  .store-badge-link:hover{transform:translateY(-3px);}
  .store-badge{height:40px; width:auto;}
  .store-btn .glyph{font-size:22px;}
  .store-btn small{display:block;font-family:'Quicksand';font-weight:600;font-size:10px;opacity:.8;}

  .hero-art{flex:1.25; position:relative; text-align:center;}
  .hero-art img{
    max-height:640px; margin:0 auto;
    filter:drop-shadow(0 20px 18px rgba(0,0,0,0.25));
    animation:wiggle 4s ease-in-out infinite;
    transform-origin:bottom center;
  }
  .sparkle{
    position:absolute; font-size:26px; color:var(--sun);
    animation:float-star 3.4s ease-in-out infinite;
    filter:drop-shadow(1px 1px 0 var(--ink));
  }
  .sparkle.s1{top:6%; left:8%; animation-delay:.2s;}
  .sparkle.s2{top:18%; right:6%; font-size:20px; color:white; animation-delay:1s;}
  .sparkle.s3{bottom:12%; left:2%; font-size:18px; color:var(--coral); animation-delay:1.8s;}

  .grass-edge{
    height:64px; width:100%;
    background:var(--grass);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 64" preserveAspectRatio="none"><path d="M0,20 Q30,0 60,20 T120,20 T180,20 T240,20 T300,20 T360,20 T420,20 T480,20 T540,20 T600,20 T660,20 T720,20 T780,20 T840,20 T900,20 T960,20 T1020,20 T1080,20 T1140,20 T1200,20 V64 H0 Z"/></svg>') center/cover;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 64" preserveAspectRatio="none"><path d="M0,20 Q30,0 60,20 T120,20 T180,20 T240,20 T300,20 T360,20 T420,20 T480,20 T540,20 T600,20 T660,20 T720,20 T780,20 T840,20 T900,20 T960,20 T1020,20 T1080,20 T1140,20 T1200,20 V64 H0 Z"/></svg>') center/cover;
    margin-top:-2px;
  }

  /* ---------- section headings ---------- */
  .section{padding:86px 0;}
  .section-head{max-width:560px; margin:0 0 54px;}
  .section-head h2{font-size:38px; color:var(--ink);}
  .section-head p{font-size:17px; margin-top:14px; color:#5a4a36; font-weight:600;}
  .section-head.center{margin:0 auto 54px; text-align:center;}

  /* ---------- feature rows (pinned card motif, echoes in-app cards) ---------- */
  .feature{
    display:flex; align-items:center; gap:56px;
    margin-bottom:96px;
  }
  .feature:last-child{margin-bottom:0;}
  .feature.reverse{flex-direction:row-reverse;}
  .feature-media{flex:1.05; position:relative;}
  .pin-frame{
    position:relative;
    background:var(--paper-dark);
    border-radius:20px;
    padding:14px;
    border:4px solid var(--wood);
    box-shadow:6px 8px 0 rgba(122,78,40,0.35);
  }
  .pin-frame img{border-radius:10px;}
  .pin-dot{
    position:absolute; top:-14px; left:50%; transform:translateX(-50%);
    width:22px; height:22px; border-radius:50%;
    background:var(--coral); border:3px solid var(--ink);
  }
  .feature-copy{flex:1;}
  .feature-copy .tag{
    display:inline-block; font-family:'Baloo 2'; font-size:13px;
    padding:5px 14px; border-radius:999px; margin-bottom:14px;
    border:2px solid var(--ink);
    transform:rotate(-2deg);
  }
  .feature-copy h3{font-size:29px; margin-bottom:14px; color:var(--ink);}
  .feature-copy p{font-size:16.5px; color:#5a4a36; font-weight:600; line-height:1.55;}

  .tag.tag-yellow{background:var(--sun);}
  .tag.tag-pink{background:#FFC7D1;}
  .tag.tag-green{background:#BFEBCB;}
  .tag.tag-purple{background:#D8C6F5;}

  /* ---------- glow section ---------- */
  .glow-section{
    background:radial-gradient(1200px 500px at 50% -10%, #4a1e7d 0%, var(--night) 55%, var(--night-deep) 100%);
    color:white; position:relative;
  }
  .glow-section::before{
    content:""; position:absolute; inset:0;
    background-image:
      radial-gradient(2px 2px at 10% 20%, white, transparent),
      radial-gradient(2px 2px at 80% 15%, white, transparent),
      radial-gradient(1.5px 1.5px at 60% 40%, white, transparent),
      radial-gradient(2px 2px at 30% 70%, white, transparent),
      radial-gradient(1.5px 1.5px at 90% 60%, white, transparent),
      radial-gradient(2px 2px at 45% 85%, white, transparent);
    opacity:.7;
  }
  .glow-section .section-head p{color:#D8C9F5;}
  .glow-section .section-head h2{color:white;}
  .glow-inner{position:relative; z-index:2;}
  .glow-feature{display:flex; align-items:center; gap:56px;}
  .glow-media{flex:1.05;}
  .glow-media .pin-frame{
    background:#1B0A34; border-color:#6B3FB0;
    box-shadow:0 0 40px rgba(155,92,255,0.45), 6px 8px 0 rgba(0,0,0,0.4);
  }
  .glow-copy{flex:1;}
  .glow-copy h3{font-size:29px; color:white; margin-bottom:14px;}
  .glow-copy p{font-size:16.5px; color:#E4D6FF; font-weight:600; line-height:1.6;}
  .glow-copy .tag{background:#9B5CFF; border-color:#C9A8FF; color:white;}

  /* ---------- gallery strip ---------- */
  .gallery-section{background:var(--paper-dark); padding:80px 0;}
  .gallery-strip{
    display:flex; gap:22px; overflow-x:auto; padding:6px 4px 20px;
    scroll-snap-type:x mandatory;
  }
  .gallery-strip::-webkit-scrollbar{height:10px;}
  .gallery-strip::-webkit-scrollbar-thumb{background:var(--wood); border-radius:10px;}
  .gallery-card{
    scroll-snap-align:start;
    flex:0 0 340px;
    background:var(--paper);
    border:4px solid var(--ink);
    border-radius:18px;
    padding:12px;
    transform:rotate(-1.4deg);
  }
  .gallery-card:nth-child(2n){transform:rotate(1.6deg);}
  .gallery-card img{border-radius:10px;}
  .gallery-card figcaption{
    text-align:center; font-family:'Baloo 2'; font-size:16px; padding-top:10px; color:var(--ink);
  }

  /* ---------- final cta ---------- */
  .final-cta{
    background:var(--sun);
    padding:76px 0;
    text-align:center;
    position:relative;
    border-top:4px dashed var(--ink);
    border-bottom:4px dashed var(--ink);
  }
  .final-cta h2{font-size:40px; color:var(--ink); margin-bottom:16px;}
  .final-cta p{font-size:17px; font-weight:700; color:#5a4a1a; max-width:480px; margin:0 auto 30px;}
  .final-cta .store-row{justify-content:center;}
  .final-cta .store-btn{box-shadow:4px 4px 0 rgba(0,0,0,0.35);}

  /* ---------- footer ---------- */
  footer{
    background:var(--night-deep); color:#C9B6E8;
    padding:44px 0 28px;
  }
  .footer-inner{
    display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px;
  }
  footer .brand-title{color:white;}
  footer .brand-title em{color:#8FDBAC;}
  footer .brand-sub{color:#A594C9;}
  .footer-links{display:flex; gap:24px; font-size:14px; font-weight:600; flex-wrap:wrap; justify-content:flex-end;}
  .footer-links a{text-decoration:none; color:#C9B6E8;}
  .footer-links a:hover{color:white;}
  .fine-print{
    margin-top:26px; font-size:12.5px; color:#8A76AC; text-align:center;
  }

  @media (max-width:860px){
    .hero-inner{flex-direction:column; padding-top:6px;}
    .hero h1{font-size:38px; text-align:center;}
    .hero p.lede{margin-left:auto;margin-right:auto;text-align:center;}
    .hero-badge{display:block;margin:0 auto 18px;width:max-content;}
    .store-row{justify-content:center;}
    .hero-art img{max-height:400px;}
    .feature, .feature.reverse, .glow-feature{flex-direction:column;}
    .section-head h2, .final-cta h2{font-size:29px;}
    nav.links{display:none;}
    .footer-inner{flex-direction:column; text-align:center;}
    .footer-links{justify-content:center;}
  }

  /* ---------- legal pages (privacy / terms) ---------- */
  .legal-hero{
    background:linear-gradient(180deg, var(--sky) 0%, var(--sky-deep) 100%);
    padding:56px 0 46px;
    color:white;
  }
  .legal-hero .wrap{max-width:760px;}
  .legal-hero .back-link{
    display:inline-flex; align-items:center; gap:6px;
    color:white; text-decoration:none; font-weight:700; font-size:14px;
    opacity:.9; margin-bottom:18px;
  }
  .legal-hero .back-link:hover{opacity:1;}
  .legal-hero h1{font-size:36px; text-shadow:2px 2px 0 var(--ink);}
  .legal-hero .updated{
    margin-top:12px; font-size:14px; font-weight:700; color:#EAF9FF;
  }
  .legal-body{padding:56px 0 90px;}
  .legal-body .wrap{max-width:760px;}
  .legal-note{
    background:var(--paper-dark);
    border:2px dashed var(--wood);
    border-radius:14px;
    padding:16px 20px;
    font-size:14px; font-weight:600; color:#6a5636;
    margin-bottom:40px;
  }
  .legal-note strong{color:var(--ink);}
  .legal-body h2{
    font-size:22px; color:var(--ink); margin-top:42px; margin-bottom:14px;
    padding-top:6px; border-top:3px dashed var(--paper-dark);
  }
  .legal-body h2:first-of-type{border-top:none; margin-top:0; padding-top:0;}
  .legal-body p{font-size:15.5px; line-height:1.7; color:#4a3a26; font-weight:500; margin:0 0 14px;}
  .legal-body ul{margin:0 0 14px; padding-left:22px;}
  .legal-body li{font-size:15.5px; line-height:1.7; color:#4a3a26; font-weight:500; margin-bottom:6px;}
  .legal-body a{color:var(--sky-deep); font-weight:700; text-decoration:underline;}
  .legal-body .placeholder{
    background:#FFE9B0; padding:1px 6px; border-radius:6px; font-weight:700; color:#6a4a12;
  }
