/* =========================================================
   Little Me Learning Academy — stylesheet
   Lightweight, no build step. One file for the whole site.
   ========================================================= */

:root{
  /* Brand */
  --red:        #E7392E;
  --red-dark:   #C42A20;
  --red-soft:   #FCEBE9;

  /* Playful accents (used sparingly) */
  --sun:   #FBB03B;
  --teal:  #2BB3A3;
  --sky:   #4C9EE0;
  --grape: #9B6BD6;

  /* Neutrals — warm */
  --ink:    #2E2A26;
  --muted:  #6E655B;
  --cream:  #FFF9F2;
  --cream2: #FFF3E7;
  --card:   #FFFFFF;
  --line:   #EFE6DA;

  --maxw: 1140px;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 40px -22px rgba(60,40,20,.35);
  --shadow-sm: 0 8px 22px -14px rgba(60,40,20,.35);
  --font-body: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-head: "Baloo 2", var(--font-body);
}

*,*::before,*::after{ box-sizing:border-box; }

html{ scroll-behavior:smooth; scroll-padding-top:90px; }

body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--cream);
  line-height:1.65;
  font-size:1.02rem;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:var(--red-dark); text-decoration:none; }
a:hover{ text-decoration:underline; }

h1,h2,h3,h4{
  font-family:var(--font-head);
  line-height:1.12;
  color:var(--ink);
  margin:0 0 .5em;
  font-weight:700;
}
h1{ font-size:clamp(2.1rem, 5vw, 3.4rem); letter-spacing:-.5px; }
h2{ font-size:clamp(1.7rem, 3.6vw, 2.5rem); }
h3{ font-size:1.25rem; }
p{ margin:0 0 1rem; }

.wrap{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:22px; }
.section{ padding:74px 0; }
.section--tight{ padding:52px 0; }
.center{ text-align:center; }
.lead{ font-size:1.15rem; color:var(--muted); }
.eyebrow{
  display:inline-block; font-family:var(--font-head); font-weight:700;
  color:var(--red); letter-spacing:.6px; text-transform:uppercase;
  font-size:.8rem; margin-bottom:.5rem;
}
.muted{ color:var(--muted); }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:.5rem;
  font-family:var(--font-head); font-weight:600; font-size:1.02rem;
  padding:.8rem 1.5rem; border-radius:999px; border:2px solid transparent;
  cursor:pointer; transition:transform .12s ease, box-shadow .2s ease, background .2s ease;
  text-decoration:none; line-height:1;
}
.btn:hover{ text-decoration:none; transform:translateY(-2px); }
.btn--primary{ background:var(--red); color:#fff; box-shadow:0 10px 20px -10px var(--red); }
.btn--primary:hover{ background:var(--red-dark); color:#fff; }
.btn--ghost{ background:#fff; color:var(--red-dark); border-color:var(--red-soft); box-shadow:var(--shadow-sm); }
.btn--ghost:hover{ border-color:var(--red); color:var(--red-dark); }
.btn--light{ background:#fff; color:var(--red-dark); }
.btn--light:hover{ background:var(--cream2); color:var(--red-dark); }
.btn--lg{ padding:1rem 1.9rem; font-size:1.1rem; }

/* ---------- Header / Nav ---------- */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,249,242,.9);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{ display:flex; align-items:center; justify-content:space-between; gap:1rem; height:74px; }
.brand{ display:flex; align-items:center; gap:.6rem; font-family:var(--font-head); font-weight:700; color:var(--ink); font-size:1.12rem; }
.brand:hover{ text-decoration:none; }
.brand img{ height:42px; width:42px; object-fit:contain; }
.brand span b{ color:var(--red); }
.brand small{ display:block; font-family:var(--font-body); font-weight:600; font-size:.68rem; letter-spacing:1px; text-transform:uppercase; color:var(--muted); margin-top:-2px; }

.nav-links{ display:flex; align-items:center; gap:.3rem; list-style:none; margin:0; padding:0; }
.nav-links a{
  color:var(--ink); font-family:var(--font-head); font-weight:600; font-size:1rem;
  padding:.5rem .85rem; border-radius:999px; transition:background .15s, color .15s;
}
.nav-links a:hover{ background:var(--red-soft); color:var(--red-dark); text-decoration:none; }
.nav-links a.active{ color:var(--red-dark); }
.nav-cta{ margin-left:.4rem; }

.nav-toggle{
  display:none; background:none; border:0; cursor:pointer; padding:.4rem;
  width:44px; height:44px; border-radius:12px;
}
.nav-toggle span{ display:block; width:24px; height:2.5px; background:var(--ink); border-radius:2px; margin:5px auto; transition:.25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform:translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform:translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero{ position:relative; overflow:hidden; background:
    radial-gradient(1100px 500px at 85% -10%, var(--cream2), transparent 60%),
    radial-gradient(800px 400px at 0% 110%, var(--red-soft), transparent 55%);
}
.hero-grid{ display:grid; grid-template-columns:1fr 1fr; align-items:stretch; min-height:min(78vh,600px); }
.hero-copy{ align-self:center; padding-block:56px; padding-inline:max(22px, calc((100vw - var(--maxw))/2 + 22px)) clamp(28px,4vw,60px); }
.hero-copy h1 span{ color:var(--red); }
.hero-copy .lead{ max-width:32ch; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:.8rem; margin-top:1.6rem; }
.hero-badges{ display:flex; flex-wrap:wrap; gap:1.2rem 1.8rem; margin-top:2rem; }
.hero-badges div{ font-weight:700; font-family:var(--font-head); color:var(--ink); display:flex; align-items:center; gap:.5rem; }
.hero-badges svg{ color:var(--red); flex:none; }

.hero-media{ position:relative; }
.hero-media{ position:relative; overflow:hidden; }
.hero-media .photo{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.blob{ position:absolute; border-radius:50%; z-index:-1; }
.blob--1{ width:180px; height:180px; background:var(--sun); opacity:.25; top:-30px; left:-30px; }
.blob--2{ width:130px; height:130px; background:var(--teal); opacity:.22; bottom:-24px; right:-10px; }
.float-badge{
  position:absolute; bottom:24px; left:24px; background:#fff; border-radius:18px;
  box-shadow:var(--shadow); padding:.7rem 1rem; display:flex; align-items:center; gap:.6rem;
  font-family:var(--font-head); font-weight:700; font-size:.95rem;
}
.float-badge .dot{ width:38px; height:38px; border-radius:12px; background:var(--red-soft); color:var(--red); display:grid; place-items:center; }

/* ---------- Trust strip ---------- */
.trust{ background:#fff; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; padding-block:26px; }
.trust-item{ display:flex; align-items:center; gap:.7rem; justify-content:center; text-align:left; }
.trust-item .ic{ width:44px; height:44px; border-radius:14px; display:grid; place-items:center; flex:none; }
.trust-item b{ font-family:var(--font-head); display:block; font-size:.98rem; }
.trust-item small{ color:var(--muted); font-weight:600; }
.ic-red{ background:var(--red-soft); color:var(--red); }
.ic-sun{ background:#FEF1DA; color:#E5940B; }
.ic-teal{ background:#DCF3F0; color:var(--teal); }
.ic-sky{ background:#E1F0FB; color:var(--sky); }

/* ---------- Generic split ---------- */
.split{ display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center; }
.split--reverse .split-media{ order:2; }
.split-media img{ border-radius:var(--radius); box-shadow:var(--shadow); width:100%; object-fit:cover; }
.frame{ border:0; border-radius:12px; box-shadow:var(--shadow); overflow:hidden; }
.split-media .frame img{ width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:0; box-shadow:none; }
.img-crayons{ object-position:center 62%; }

/* ---------- Full-bleed feature bands ---------- */
.feature{ display:grid; grid-template-columns:1fr 1fr; align-items:stretch; }
.feature-media{ position:relative; min-height:420px; }
.feature-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.feature-body{ display:flex; align-items:center; padding-block:64px; }
.feature-inner{ width:100%; max-width:560px; }
.feature:not(.feature--reverse) .feature-body{ padding-inline:clamp(28px,4vw,60px) max(22px, calc((100vw - var(--maxw))/2 + 22px)); }
.feature--reverse .feature-media{ order:2; }
.feature--reverse .feature-body{ padding-inline:max(22px, calc((100vw - var(--maxw))/2 + 22px)) clamp(28px,4vw,60px); }
.feature--tint{ background:var(--cream2); }

/* ---------- Cards / features ---------- */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.card{
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px 24px; box-shadow:var(--shadow-sm); transition:transform .18s ease, box-shadow .18s ease;
}
.card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.card .ic{ width:54px; height:54px; border-radius:16px; display:grid; place-items:center; margin-bottom:14px; }
.card h3{ margin-bottom:.35rem; }
.card p{ margin:0; color:var(--muted); }

/* ---------- Checklist ---------- */
.checklist{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:.6rem 1.6rem; }
.checklist li{ position:relative; padding-left:2rem; color:var(--ink); font-weight:600; }
.checklist li::before{
  content:""; position:absolute; left:0; top:.15rem; width:1.35rem; height:1.35rem; border-radius:50%;
  background:var(--red-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23E7392E' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}

/* ---------- Quote band ---------- */
.band{ background:var(--red); color:#fff; border-radius:var(--radius); padding:52px 40px; text-align:center; box-shadow:var(--shadow); }
.band h2{ color:#fff; max-width:24ch; margin-inline:auto; }
.band p{ color:#ffe9e6; }
.band .btn--light{ margin-top:.6rem; }

/* ---------- Info / hours + contact mini ---------- */
.info-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px; box-shadow:var(--shadow-sm); }
.info-row{ display:flex; gap:.8rem; align-items:flex-start; padding:.7rem 0; border-bottom:1px dashed var(--line); }
.info-row:last-child{ border-bottom:0; }
.info-row .ic{ width:42px; height:42px; border-radius:12px; background:var(--red-soft); color:var(--red); display:grid; place-items:center; flex:none; }
.info-row b{ font-family:var(--font-head); }
.hours-list{ list-style:none; margin:0; padding:0; }
.hours-list li{ display:flex; justify-content:space-between; padding:.45rem 0; border-bottom:1px dashed var(--line); font-weight:600; }
.hours-list li:last-child{ border-bottom:0; }
.hours-list li span:last-child{ color:var(--muted); }

/* ---------- Forms ---------- */
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field{ display:flex; flex-direction:column; gap:.35rem; }
.field.full{ grid-column:1/-1; }
.field label{ font-family:var(--font-head); font-weight:600; font-size:.95rem; }
.field input, .field select, .field textarea{
  font-family:var(--font-body); font-size:1rem; color:var(--ink);
  padding:.8rem .95rem; border:1.5px solid var(--line); border-radius:14px; background:#fff;
  width:100%; transition:border .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color:var(--red); box-shadow:0 0 0 4px var(--red-soft);
}
.field textarea{ min-height:130px; resize:vertical; }
.form-note{ font-size:.85rem; color:var(--muted); margin-top:.4rem; }

/* ---------- Contact layout ---------- */
.contact-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:start; }
@media (max-width:860px){ .contact-grid{ grid-template-columns:1fr; gap:26px; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero{ background:
    radial-gradient(900px 400px at 90% -20%, var(--cream2), transparent 60%),
    var(--cream); padding:56px 0 40px; border-bottom:1px solid var(--line); text-align:center; }
.page-hero p{ max-width:56ch; margin-inline:auto; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--ink); color:#e9e2d8; margin-top:20px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; padding-block:56px 30px; }
.site-footer img{ width:150px; margin-bottom:10px; }
.site-footer h4{ color:#fff; font-family:var(--font-head); font-size:1.05rem; margin:0 0 .8rem; }
.site-footer a{ color:#e9e2d8; }
.site-footer a:hover{ color:#fff; }
.footer-links{ list-style:none; margin:0; padding:0; display:grid; gap:.5rem; }
.foot-contact{ list-style:none; margin:0; padding:0; display:grid; gap:.7rem; }
.foot-contact li{ display:flex; gap:.6rem; align-items:flex-start; }
.foot-contact svg{ color:var(--red); flex:none; margin-top:3px; }
.socials{ display:flex; gap:.6rem; margin-top:1rem; }
.socials a{ width:40px; height:40px; border-radius:12px; background:rgba(255,255,255,.08); display:grid; place-items:center; color:#fff; }
.socials a:hover{ background:var(--red); }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); padding:18px 22px; text-align:center; font-size:.86rem; color:#b9b0a4; }
.placeholder{ color:var(--red); font-weight:700; }

/* ---------- Reveal animation ---------- */
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){ .reveal{ opacity:1; transform:none; transition:none; } html{ scroll-behavior:auto; } }

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .hero-grid, .split{ grid-template-columns:1fr; gap:34px; }
  .split--reverse .split-media{ order:0; }
  .hero-grid{ min-height:0; gap:0; }
  .hero-copy{ padding:38px 22px 28px; }
  .hero-media{ min-height:300px; order:2; }
  .feature{ grid-template-columns:1fr; }
  .feature-media{ min-height:280px; }
  .feature-body{ padding:36px 22px !important; }
  .feature-inner{ max-width:none; }
  .grid-3{ grid-template-columns:1fr 1fr; }
  .trust-grid{ grid-template-columns:1fr 1fr; gap:20px; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width:720px){
  .nav-toggle{ display:block; }
  .nav-links{
    position:absolute; top:74px; left:0; right:0; flex-direction:column; align-items:stretch;
    background:var(--cream); border-bottom:1px solid var(--line); gap:0; padding:10px 16px 18px;
    box-shadow:var(--shadow); transform:translateY(-140%); transition:transform .28s ease; z-index:-1;
  }
  .nav-links.open{ transform:translateY(0); }
  .nav-links a{ padding:.85rem .6rem; border-radius:12px; }
  .nav-links li:not(:last-child) a{ border-bottom:1px solid var(--line); border-radius:0; }
  .nav-cta{ margin:.6rem 0 0; }
  .nav-cta .btn{ width:100%; justify-content:center; }
}
@media (max-width:560px){
  .section{ padding:52px 0; }
  .grid-3, .grid-2, .form-grid, .checklist{ grid-template-columns:1fr; }
  .trust-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .band{ padding:40px 24px; }
  .float-badge{ left:16px; bottom:16px; }
}
