/* Little Seedlings */
/* ===================== LITTLE SEEDLINGS (Kids Club) ===================== */
.ls-page{ --navy:#243447; --navy-deep:#1b2a3d; --green:#7d9e77; --green-d:#4a7a4e; --green-lt:#e3efde; --green-pale:#eef4ec; --sun:#f5c84a; --sun-lt:#ffe39a; --sun-pale:#fff6da; --ink:#5a6a78; --ink-soft:#7a8794;
  background:#fff; color:var(--navy); }
.ls-page *{ box-sizing:border-box; }

/* hero */
.ls-top{ position:relative; background:linear-gradient(160deg,#243447 0%,#2f4a63 55%,#1b2a3d 100%); overflow:hidden; padding:30px 24px 64px; text-align:center; }
.ls-top::after{ content:""; position:absolute; left:0; right:0; bottom:-1px; height:46px; background:#fff; border-radius:55% 55% 0 0 / 100% 100% 0 0; }
.ls-sun{ position:absolute; top:26px; right:8%; width:74px; height:74px; border-radius:50%; background:radial-gradient(circle,#ffe39a,#f5c84a); box-shadow:0 0 0 12px rgba(245,200,74,0.18); display:flex; align-items:center; justify-content:center; font-size:2rem; }
.ls-back{ position:relative; z-index:2; display:inline-flex; align-items:center; gap:7px; background:rgba(255,255,255,0.14); border:1.5px solid rgba(255,255,255,0.4); color:#fff; font-weight:800; font-size:0.84rem; border-radius:50px; padding:9px 18px; cursor:pointer; font-family:inherit; margin:0 auto 18px; }
.ls-back:hover{ background:rgba(255,255,255,0.24); }
.ls-top-inner{ position:relative; z-index:2; max-width:720px; margin:0 auto; }
.ls-h1{ font-family:Georgia,serif; font-weight:800; color:#fff !important; -webkit-text-fill-color:#fff !important; font-size:clamp(2.2rem,6vw,3.4rem); line-height:1.05; margin:6px 0 10px; }
.ls-quote{ font-family:Georgia,serif; font-style:italic; color:var(--sun-lt); font-size:clamp(1.1rem,2.6vw,1.5rem); margin:0 0 16px; }
.ls-intro{ color:rgba(255,255,255,0.85); font-size:1.02rem; line-height:1.65; max-width:580px; margin:0 auto 24px; }
.ls-btnrow{ display:flex; flex-wrap:wrap; gap:11px; justify-content:center; }

/* buttons */
.ls-btn{ display:inline-flex; align-items:center; gap:8px; border-radius:50px; padding:13px 22px; font-size:0.9rem; font-weight:800; cursor:pointer; font-family:inherit; border:none; transition:transform .15s, background .2s, box-shadow .2s; white-space:nowrap; }
.ls-btn:hover{ transform:translateY(-2px); }
.ls-btn-sun{ background:var(--sun); color:var(--navy); box-shadow:0 6px 18px rgba(245,200,74,0.4); }
.ls-btn-sun:hover{ background:#ffd45f; }
.ls-btn-white{ background:#fff; color:#243447; box-shadow:0 6px 18px rgba(0,0,0,0.2); }
.ls-btn-white:hover{ background:#f1f6ef; }
.ls-btn-ghost{ background:rgba(255,255,255,0.12); color:#fff; border:1.6px solid rgba(255,255,255,0.55); }
.ls-btn-ghost:hover{ background:rgba(255,255,255,0.22); }
.ls-btn-green{ background:var(--green-d); color:#fff; }
.ls-btn-green:hover{ background:#3f6b43; }
.ls-cta{ margin-top:auto; align-self:flex-start; display:inline-flex; align-items:center; gap:7px; background:#fff; border:1.6px solid var(--green); color:var(--green-d); border-radius:50px; padding:10px 18px; font-size:0.84rem; font-weight:800; cursor:pointer; font-family:inherit; transition:.15s; }
.ls-cta:hover{ background:var(--green-pale); transform:translateY(-1px); }
.ls-cta.locked{ border-color:#e0d2a8; color:#9a7b2e; background:var(--sun-pale); }
.ls-cta.locked:hover{ background:#fdeec2; }

/* sections */
.ls-sec{ max-width:1120px; margin:0 auto; padding:44px 24px; }
.ls-sec-eyebrow{ font-size:0.72rem; font-weight:800; letter-spacing:0.14em; text-transform:uppercase; color:var(--green); text-align:center; margin-bottom:8px; }
.ls-sec-title{ font-family:Georgia,serif; font-weight:800; color:var(--navy); font-size:clamp(1.6rem,3.4vw,2.2rem); text-align:center; margin:0 0 8px; }
.ls-sec-sub{ text-align:center; color:var(--ink); font-size:1rem; line-height:1.6; max-width:560px; margin:0 auto 30px; }

/* feature cards */
.ls-fgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.ls-fbox{ position:relative; background:#fff; border:1px solid #ecefe9; border-radius:24px; padding:26px 24px 24px; box-shadow:0 6px 24px rgba(36,52,71,0.06); display:flex; flex-direction:column; transition:transform .18s, box-shadow .18s; }
.ls-fbox:hover{ transform:translateY(-4px); box-shadow:0 16px 40px rgba(36,52,71,0.1); }
.ls-fico{ width:62px; height:62px; border-radius:18px; background:var(--green-pale); display:flex; align-items:center; justify-content:center; font-size:2rem; margin-bottom:16px; }
.ls-fbox:nth-child(2n) .ls-fico{ background:var(--sun-pale); }
.ls-fbox-title{ font-family:Georgia,serif; font-weight:700; font-size:1.28rem; color:var(--navy); margin:0 0 9px; line-height:1.2; }
.ls-fbox-desc{ font-size:0.94rem; color:var(--ink); line-height:1.6; margin:0 0 20px; flex:1; }

/* growing space tiles */
.ls-space-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.ls-space{ background:linear-gradient(160deg,#fff,#f6faf4); border:1px solid #e7ede4; border-radius:22px; padding:24px 18px; text-align:center; cursor:pointer; transition:transform .16s, box-shadow .16s, border-color .16s; box-shadow:0 4px 16px rgba(36,52,71,0.05); }
.ls-space:hover{ transform:translateY(-3px); border-color:var(--green); box-shadow:0 12px 30px rgba(36,52,71,0.1); }
.ls-space-emoji{ font-size:2.6rem; }
.ls-space-name{ font-family:Georgia,serif; font-weight:700; color:var(--navy); font-size:1.06rem; margin:10px 0 4px; }
.ls-space-desc{ font-size:0.8rem; color:var(--ink-soft); line-height:1.45; }

/* character guide cards */
.ls-char-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(225px,1fr)); gap:18px; }
.ls-char{ position:relative; background:#fff; border:1px solid #ecefe9; border-radius:24px; padding:24px 20px 22px; box-shadow:0 6px 24px rgba(36,52,71,0.06); display:flex; flex-direction:column; align-items:center; text-align:center; transition:transform .18s, box-shadow .18s; }
.ls-char:hover{ transform:translateY(-4px); box-shadow:0 16px 40px rgba(36,52,71,0.1); }
.ls-char-avatar{ width:84px; height:84px; border-radius:50%; background:radial-gradient(circle at 38% 32%,#f4f9f2,#dcebd6); border:3px solid var(--green-lt); display:flex; align-items:center; justify-content:center; font-size:2.6rem; margin-bottom:14px; }
.ls-char:nth-child(2n) .ls-char-avatar{ background:radial-gradient(circle at 38% 32%,#fff8e6,#ffeab5); border-color:var(--sun-lt); }
.ls-char-name{ font-family:Georgia,serif; font-weight:700; font-size:1.15rem; color:var(--navy); margin:0 0 4px; }
.ls-char-grows{ font-size:0.86rem; color:var(--ink); line-height:1.5; margin:0 0 14px; }
.ls-char-meta{ display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin-bottom:16px; }
.ls-level{ font-size:0.72rem; font-weight:800; padding:4px 11px; border-radius:50px; }
.ls-level.easy{ background:var(--green-lt); color:var(--green-d); }
.ls-level.medium{ background:var(--sun-pale); color:#9a7b2e; }
.ls-time{ font-size:0.72rem; font-weight:700; color:var(--ink-soft); background:#f3f5f2; padding:4px 11px; border-radius:50px; display:inline-flex; align-items:center; gap:4px; }

/* grow cards */
.ls-ggrid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(248px,1fr)); gap:18px; }
.ls-gbox{ position:relative; background:#fff; border:1px solid #ecefe9; border-radius:24px; overflow:hidden; box-shadow:0 6px 24px rgba(36,52,71,0.06); display:flex; flex-direction:column; transition:transform .18s, box-shadow .18s; }
.ls-gbox:hover{ transform:translateY(-4px); box-shadow:0 16px 40px rgba(36,52,71,0.1); }
.ls-gbox-top{ background:linear-gradient(135deg,var(--green-lt),#d3e8cd); padding:22px; text-align:center; position:relative; }
.ls-gbox:nth-child(2n) .ls-gbox-top{ background:linear-gradient(135deg,var(--sun-pale),#ffe7a8); }
.ls-gbox-emoji{ font-size:2.8rem; }
.ls-gbox-name{ font-family:Georgia,serif; font-weight:700; color:var(--navy); font-size:1.06rem; margin-top:6px; }
.ls-gbox-body{ padding:18px 20px 20px; display:flex; flex-direction:column; flex:1; }
.ls-grow-row{ display:flex; align-items:flex-start; gap:9px; font-size:0.82rem; color:var(--ink); padding:6px 0; border-bottom:1px solid #f2f4f0; line-height:1.4; }
.ls-grow-row:last-of-type{ border-bottom:none; margin-bottom:14px; }
.ls-grow-row b{ color:var(--navy); font-weight:700; }
.ls-grow-ico{ font-size:0.95rem; flex-shrink:0; }

/* members-only lock */
.ls-lock{ position:absolute; top:14px; right:14px; display:inline-flex; align-items:center; gap:5px; background:var(--navy); color:var(--sun-lt); font-size:0.64rem; font-weight:800; letter-spacing:0.04em; text-transform:uppercase; padding:5px 10px; border-radius:50px; z-index:2; box-shadow:0 3px 10px rgba(36,52,71,0.25); }
.ls-gbox .ls-lock{ top:12px; right:12px; }

/* safety strip */
.ls-safety{ max-width:1120px; margin:8px auto 0; padding:0 24px; }

/* ---- Little Seedlings plant pots CTA -------------------------------------- */
#page-little-seedlings .ls-pots{ max-width:1120px; margin:0 auto; padding:0 24px; }
#page-little-seedlings .ls-pots-card{
  display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(20px,3vw,38px); align-items:center;
  background:#FFFDF9 !important; border:2px solid #EFE4D8 !important; border-radius:28px;
  padding:clamp(20px,3vw,32px); box-shadow:0 4px 20px rgba(60,50,40,.06); }
#page-little-seedlings .ls-pots-img{
  display:block; width:100%; height:auto; border-radius:20px; }
#page-little-seedlings .ls-pots-body{ min-width:0; }
#page-little-seedlings .ls-pots-eb{
  font-size:.7rem; font-weight:800; letter-spacing:.2em; text-transform:uppercase; margin:0 0 8px;
  color:#7E9A6B !important; -webkit-text-fill-color:#7E9A6B !important; }
#page-little-seedlings .ls-pots-h{
  font-family:'Playfair Display',Georgia,serif !important;
  font-size:clamp(1.5rem,3vw,2.1rem) !important; font-weight:700 !important; margin:0 0 6px !important;
  color:#3E4B3A !important; -webkit-text-fill-color:#3E4B3A !important; }
#page-little-seedlings .ls-pots-tag{
  font-size:1rem; font-weight:700; margin:0 0 12px;
  color:#B0736F !important; -webkit-text-fill-color:#B0736F !important; }
#page-little-seedlings .ls-pots-d{
  font-size:.95rem; line-height:1.7; margin:0 0 14px;
  color:#55604F !important; -webkit-text-fill-color:#55604F !important; }
#page-little-seedlings .ls-pots-list{ margin:0 0 18px; padding-left:20px; }
#page-little-seedlings .ls-pots-list li{
  font-size:.9rem; line-height:1.7; margin:0 0 5px;
  color:#55604F !important; -webkit-text-fill-color:#55604F !important; }
#page-little-seedlings .ls-pots-acts{ display:flex; gap:11px; flex-wrap:wrap; }
#page-little-seedlings .ls-pots-b{
  display:inline-flex; align-items:center; justify-content:center; min-height:50px;
  padding:14px 22px; border-radius:999px; cursor:pointer; font:inherit; font-size:.9rem; font-weight:800;
  background:#fff !important; border:2px solid #E2D8C8 !important;
  color:#3E4B3A !important; -webkit-text-fill-color:#3E4B3A !important;
  transition:transform .16s ease, box-shadow .16s ease; }
#page-little-seedlings .ls-pots-b:hover{ transform:translateY(-2px); box-shadow:0 10px 22px rgba(60,50,40,.12); }
#page-little-seedlings .ls-pots-b.is-go{
  background:#7E9A6B !important; border-color:#7E9A6B !important;
  color:#fff !important; -webkit-text-fill-color:#fff !important; }
#page-little-seedlings .ls-pots-b:focus-visible{ outline:3px solid #C98A80; outline-offset:3px; }
#page-little-seedlings .ls-pots-note{
  margin:16px 0 0; padding:14px 16px; border-radius:16px; font-size:.84rem; line-height:1.65;
  background:#FBF3E3 !important;
  color:#6B5427 !important; -webkit-text-fill-color:#6B5427 !important; }
@media (max-width:820px){
  #page-little-seedlings .ls-pots-card{ grid-template-columns:1fr; }
  #page-little-seedlings .ls-pots-acts .ls-pots-b{ flex:1 1 auto; }
}

.ls-safety-inner{ background:var(--green-pale); border:1px solid #dcebd6; border-radius:24px; padding:26px 28px; display:flex; flex-wrap:wrap; align-items:center; gap:18px 30px; justify-content:center; }
.ls-safety-title{ width:100%; text-align:center; font-family:Georgia,serif; font-weight:700; color:var(--navy); font-size:1.15rem; margin-bottom:4px; }
.ls-safety-item{ display:flex; align-items:center; gap:10px; font-size:0.92rem; font-weight:600; color:var(--green-d); }
.ls-safety-item span{ font-size:1.4rem; }

/* modal */
.ls-modal{ display:none; position:fixed; inset:0; z-index:6200; background:rgba(20,30,45,0.55); backdrop-filter:blur(3px); align-items:center; justify-content:center; padding:20px; }
.ls-modal.open{ display:flex; }
.ls-modal-box{ background:#fff; border-radius:26px; max-width:480px; width:100%; max-height:88vh; overflow-y:auto; box-shadow:0 30px 80px rgba(20,30,45,0.4); position:relative; }
.ls-modal-top{ background:linear-gradient(135deg,var(--green-lt),#cfe7c9); padding:30px 28px 24px; text-align:center; position:relative; }
.ls-modal-top.sun{ background:linear-gradient(135deg,var(--sun-pale),#ffe39a); }
.ls-modal-emoji{ font-size:3.4rem; }
.ls-modal-name{ font-family:Georgia,serif; font-weight:800; color:var(--navy); font-size:1.6rem; margin-top:6px; line-height:1.15; }
.ls-modal-cat{ font-size:0.72rem; font-weight:800; letter-spacing:0.12em; text-transform:uppercase; color:var(--green-d); margin-top:6px; }
.ls-x{ position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,0.7); border:none; font-size:1rem; color:var(--navy); cursor:pointer; display:flex; align-items:center; justify-content:center; }
.ls-x:hover{ background:#fff; }
.ls-modal-body{ padding:24px 28px 28px; }
.ls-modal-desc{ font-size:1rem; color:var(--ink); line-height:1.65; margin:0 0 20px; }
.ls-modal-h{ font-size:0.7rem; font-weight:800; letter-spacing:0.1em; text-transform:uppercase; color:var(--green); margin:0 0 10px; }
.ls-modal-rows{ background:#f7faf6; border:1px solid #eef2ec; border-radius:16px; padding:6px 16px; margin-bottom:20px; }
.ls-steps{ list-style:none; margin:0 0 20px; padding:0; counter-reset:step; }
.ls-steps li{ position:relative; padding:0 0 14px 40px; font-size:0.95rem; color:var(--ink); line-height:1.5; }
.ls-steps li::before{ counter-increment:step; content:counter(step); position:absolute; left:0; top:-2px; width:27px; height:27px; border-radius:50%; background:var(--green-d); color:#fff; font-size:0.82rem; font-weight:800; display:flex; align-items:center; justify-content:center; }
.ls-modal-note{ background:var(--sun-pale); border-left:3px solid var(--sun); border-radius:12px; padding:13px 16px; font-size:0.86rem; color:#7a5f1e; line-height:1.55; margin-bottom:20px; }
.ls-modal-acts{ display:flex; gap:10px; flex-wrap:wrap; }

@media(max-width:860px){ .ls-fgrid{ grid-template-columns:repeat(2,1fr); } .ls-space-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ .ls-fgrid{ grid-template-columns:1fr; } .ls-space-grid{ grid-template-columns:repeat(2,1fr); } .ls-sun{ width:56px; height:56px; font-size:1.5rem; top:18px; } .ls-modal-box{ max-width:none; } }

/* Kids Club entry banner -> Little Seedlings */
.ls-entry{ max-width:1120px; margin:22px auto; padding:0 24px; }
.ls-entry-inner{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; background:linear-gradient(135deg,#243447,#2f5d3a); border-radius:24px; padding:22px 26px; box-shadow:0 10px 30px rgba(36,52,71,0.18); cursor:pointer; transition:transform .16s, box-shadow .16s; }
.ls-entry-inner:hover{ transform:translateY(-3px); box-shadow:0 18px 44px rgba(36,52,71,0.26); }
.ls-entry-emoji{ width:62px; height:62px; border-radius:18px; background:rgba(245,200,74,0.22); display:flex; align-items:center; justify-content:center; font-size:2.1rem; flex-shrink:0; }
.ls-entry-text{ flex:1; min-width:180px; }
.ls-entry-title{ font-family:Georgia,serif; font-weight:800; color:#fff; font-size:1.5rem; line-height:1.1; }
.ls-entry-sub{ color:rgba(255,255,255,0.82); font-size:0.92rem; margin-top:4px; }
