/* Homeschool Mission v1 shared stylesheet */
:root{
      --bg: #d7dbd2;
      --bg-soft: #eef0e9;
      --green-1: #b9c2b2;
      --green-2: #74806e;
      --ink: #171b1f;
      --muted: #343b37;
      --line: rgba(23, 27, 31, 0.5);
      --panel: rgba(238, 240, 233, 0.34);
    }*{ box-sizing: border-box; }html{ scroll-behavior: smooth; }body.home-page{
      margin: 0;
      min-height: 100vh;
      font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,.45), transparent 31%),
        radial-gradient(circle at 18% 20%, rgba(185,194,178,.62), transparent 34%),
        linear-gradient(90deg, rgba(116,128,110,.52), rgba(215,219,210,.82) 46%, rgba(239,240,234,.86)),
        var(--bg);
      overflow-x: hidden;
    }.home-page .page{
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 7vh 6vw 5vh;
    }.home-page .hero{
      width: min(1060px, 100%);
      margin: 0 auto;
      text-align: center;
      padding-top: 1rem;
    }.home-page .launching{
      font-size: clamp(.9rem, 1.5vw, 1.15rem);
      letter-spacing: .19em;
      font-weight: 800;
      margin: 0 0 10vh;
    }.home-page .eyebrow{
      font-size: clamp(.7rem, 1.15vw, .92rem);
      letter-spacing: .31em;
      font-weight: 600;
      color: #252b2f;
      margin: 0 0 3.2rem;
      text-transform: uppercase;
    }.home-page h1{
      font-family: Georgia, 'Times New Roman', serif;
      font-weight: 400;
      font-size: clamp(2.35rem, 5vw, 4.85rem);
      line-height: 1.02;
      letter-spacing: -.045em;
      max-width: 1040px;
      margin: 0 auto 1.9rem;
    }.home-page h1 span{ display: block; }.home-page .subhead{
      font-size: clamp(1rem, 1.72vw, 1.34rem);
      line-height: 1.48;
      letter-spacing: .08em;
      font-style: italic;
      max-width: 790px;
      margin: 0 auto 1.9rem;
      color: #22282b;
    }.home-page .support{
      font-size: clamp(.92rem, 1.25vw, 1.05rem);
      line-height: 1.55;
      letter-spacing: .035em;
      max-width: 750px;
      margin: 0 auto;
      color: #2c3330;
    }.home-page .bottom{
      width: min(1140px, 100%);
      margin: 7vh auto 0;
      border-top: 1.4px solid var(--line);
      display: grid;
      grid-template-columns: 1.2fr 1.15fr 1.2fr;
      min-height: 118px;
    }.home-page .panel{
      padding: 1.2rem 1.45rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }.home-page .panel + .panel{ border-left: 1.4px solid var(--line); }.home-page .family-copy{
      font-size: .89rem;
      line-height: 1.5;
      color: #202626;
      max-width: 370px;
    }.home-page .cta-wrap{ align-items: center; text-align: center; }.home-page .button{
      display: inline-block;
      border: 1.5px solid var(--line);
      padding: .95rem 2.4rem;
      color: var(--ink);
      text-decoration: none;
      font-size: .82rem;
      letter-spacing: .14em;
      font-weight: 800;
      text-transform: uppercase;
      min-width: 280px;
      background: rgba(255,255,255,.14);
      transition: background .2s ease, transform .2s ease;
      cursor: pointer;
      font-family: inherit;
    }.home-page .button:hover{ background: rgba(255,255,255,.32); transform: translateY(-1px); }.home-page .cta-note{
      margin: .85rem 0 0;
      font-size: .86rem;
      color: #2e3432;
    }.home-page .social{
      display: grid;
      grid-template-columns: 38px 1fr;
      gap: .9rem;
      align-items: center;
      max-width: 330px;
    }.home-page .instagram-icon{
      width: 34px;
      height: 34px;
      display: block;
    }.home-page .social p{
      margin: 0;
      font-size: .9rem;
      line-height: 1.38;
      color: #222727;
    }.home-page .social a{
      color: inherit;
      text-decoration: none;
    }.home-page .social a:hover{ text-decoration: underline; }.home-page .handle{ font-weight: 700; letter-spacing: .06em; }.home-page .modal{
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 1.25rem;
      background: rgba(17, 22, 20, .62);
    }.home-page .modal.is-open{ display: flex; }.home-page .modal-card{
      position: relative;
      width: min(620px, 100%);
      max-height: min(88vh, 720px);
      background: #f8f4ec;
      border: 1.3px solid rgba(23, 27, 31, .45);
      border-radius: 10px;
      box-shadow: 0 24px 70px rgba(0,0,0,.28);
      overflow: hidden;
    }.home-page .modal-header{
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      padding: 1rem 3.85rem;
      border-bottom: 1px solid rgba(23, 27, 31, .24);
      text-align: center;
    }.home-page .modal-title{
      margin: 0;
      width: 100%;
      font-size: .82rem;
      font-weight: 800;
      letter-spacing: .13em;
      text-transform: uppercase;
      text-align: center;
    }.home-page .modal-close{
      position: absolute;
      right: 1.1rem;
      top: 50%;
      transform: translateY(-50%);
      width: 38px;
      height: 38px;
      border: 1px solid rgba(23, 27, 31, .38);
      border-radius: 50%;
      background: transparent;
      color: var(--ink);
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer;
    }.home-page .modal-close:hover{ background: rgba(255,255,255,.35); }.home-page .form-frame{
      width: 100%;
      height: 402px;
    }body.home-page.modal-open{ overflow: hidden; }

    @media (max-width: 900px) {.home-page .page{ padding: 5vh 5vw 4vh; }.home-page .launching{ margin-bottom: 7vh; }.home-page .eyebrow{ margin-bottom: 2.3rem; }.home-page .bottom{ grid-template-columns: 1fr; }.home-page .panel + .panel{ border-left: 0; border-top: 1.4px solid var(--line); }.home-page .panel{ align-items: center; text-align: center; }.home-page .family-copy, .home-page .social{ max-width: 560px; }.home-page .social{ text-align: left; }
    }

    @media (max-width: 620px) {.home-page .page{ padding: 4vh 1.2rem 3vh; }.home-page .launching{ margin-bottom: 5.5vh; letter-spacing: .14em; }.home-page .eyebrow{ letter-spacing: .16em; line-height: 1.55; }.home-page h1{ font-size: clamp(2.25rem, 11vw, 3.35rem); line-height: 1.03; }.home-page .subhead{ letter-spacing: .035em; }.home-page .support{ letter-spacing: .01em; }.home-page .button{ min-width: 100%; padding: .95rem 1rem; }.home-page .bottom{ margin-top: 5vh; }.home-page .panel{ padding: 1.1rem .4rem; }.home-page .modal{ padding: .75rem; }.home-page .modal-card{ max-height: 92vh; }.home-page .form-frame{ height: 430px; }
    }
  

/* Summer Lab pages */
:root{
  --cream: #fbf6ed;
  --paper: #fffaf3;
  --paper-soft: #f2dfd2;
  --oxblood: #8d2f2b;
  --brown: #4f170d;
  --clay: #b7533f;
  --sage: #8f9b78;
  --sage-soft: #d8ddcc;
  --ink: #2c1812;
  --muted: #6d544d;
  --line: rgba(79, 23, 13, 0.16);
  --shadow: 0 22px 55px rgba(79, 23, 13, 0.14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
}*{ box-sizing: border-box; }html{ scroll-behavior: smooth; }body.lab-page{
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
}.lab-page a{ color: inherit; text-decoration: none; }.lab-page p{ color: var(--muted); margin: 0; }.lab-page ul{ margin: 15px 0 0; padding-left: 18px; color: var(--muted); }.lab-page li{ margin: 5px 0; }.lab-page .site-header{
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 239, 228, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}.lab-page .nav-shell{
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}.lab-page .brand-logo{ display: inline-flex; align-items: center; flex: 0 0 auto; }.lab-page .brand-logo img{ display: block; width: 190px; max-height: 44px; object-fit: contain; }.lab-page .nav-links{ display: flex; gap: 22px; color: var(--muted); font-size: 13px; }.lab-page .nav-links a:hover{ color: var(--brown); }.lab-page .nav-button{ padding: 10px 16px; border-radius: 999px; background: var(--brown); color: var(--paper); font-size: 13px; font-weight: 750; white-space: nowrap; }.lab-page .section-pad{ width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 66px 0; }.lab-page .hero{ display: grid; grid-template-columns: 1.02fr 0.8fr; gap: 52px; align-items: center; padding-top: 88px; }.lab-page .eyebrow, .lab-page .section-kicker, .lab-page .week{
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10.5px;
  font-weight: 850;
  color: var(--clay);
  margin: 0 0 13px;
}.lab-page h1, .lab-page h2, .lab-page h3{ margin: 0; letter-spacing: -0.043em; color: var(--brown); }.lab-page h1{ font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(36px, 5.5vw, 62px); line-height: 0.99; }.lab-page h2{ font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(27px, 3.4vw, 40px); line-height: 1.07; }.lab-page h3{ font-size: 17px; line-height: 1.18; }.lab-page .hero-lede{ font-size: 16.5px; margin: 22px 0 0; max-width: 650px; }.lab-page .date-note{ margin-top: 18px; font-size: 14px; color: var(--brown); }.lab-page .date-note strong{ color: var(--oxblood); }.lab-page .hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }.lab-page .button{ display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border-radius: 999px; font-size: 13.5px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }.lab-page .button:hover{ transform: translateY(-2px); box-shadow: 0 12px 28px rgba(79,23,13,.12); }.lab-page .button.primary{ background: var(--oxblood); color: var(--paper); }.lab-page .button.secondary{ background: rgba(79, 23, 13, 0.08); color: var(--brown); }.lab-page .small-note{ font-size: 13px; margin-top: 15px; }.lab-page .hero-image-wrap{ display: flex; justify-content: center; align-items: center; }.lab-page .hero-image-wrap img{
  display: block;
  width: min(100%, 455px);
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 0;
  box-shadow: var(--shadow);
}.lab-page .why-section{ display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: start; }.lab-page .why-left .section-kicker{ color: var(--oxblood); }.lab-page .why-right{ border-left: 1px solid var(--line); padding-left: 34px; }.lab-page .why-right p{ font-size: 16.5px; }.lab-page .why-right p + p{ margin-top: 18px; }.lab-page .section-heading{ margin-bottom: 32px; }.lab-page .section-heading.full-width p:not(.section-kicker){ max-width: 100%; font-size: 16px; margin-top: 16px; }.lab-page .compact-heading{ margin-bottom: 24px; }.lab-page .compact-heading h2{ white-space: normal; }.lab-page .how-section, .lab-page .audience-section, .lab-page .sessions-section, .lab-page .deliverables-section, .lab-page .faq-section, .lab-page .cta-section{ border-top: 1px solid var(--line); }.lab-page .path-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.lab-page .path-item, .lab-page .session-card, .lab-page .state-card, .lab-page .faq-list details{ background: rgba(255, 248, 238, 0.76); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 24px; box-shadow: 0 10px 30px rgba(79, 23, 13, 0.055); }.lab-page .path-item span{ color: var(--clay); font-weight: 850; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; display: block; margin-bottom: 10px; }.lab-page .path-item p{ margin-top: 10px; }.lab-page .two-column-list{ display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; border-top: 1px solid var(--line); }.lab-page .two-column-list div{ display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 19px 0; border-bottom: 1px solid var(--line); }.lab-page .two-column-list strong{ font-size: 15.5px; color: var(--oxblood); }.lab-page .two-column-list p{ margin: 0; }.lab-page .session-grid{ display: grid; gap: 18px; }.lab-page .five-session-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }.lab-page .five-session-grid .session-card, .lab-page .five-session-grid .highlight-card, .lab-page .five-session-grid .final-session{ grid-column: auto; }.lab-page .five-session-grid .session-card{ height: 100%; }.lab-page .session-card{ position: relative; overflow: hidden; }.lab-page .session-card::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--oxblood), var(--clay), var(--sage)); }.lab-page .session-card h3{ min-height: 54px; }.lab-page .session-date{ color: var(--oxblood); font-size: 13px; font-weight: 800; margin: 12px 0; }.lab-page .session-card > p:not(.week):not(.session-date){ font-size: 14.5px; }.lab-page .state-cards{ display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.lab-page .state-card{ background: var(--paper); }.lab-page .state-card h3{ font-family: "Libre Baskerville", Georgia, serif; color: var(--oxblood); font-size: 24px; }.lab-page .faq-list{ display: grid; gap: 12px; }.lab-page .faq-list details{ padding: 20px 24px; }.lab-page .faq-list summary{ cursor: pointer; font-weight: 800; color: var(--brown); font-size: 15.5px; }.lab-page .faq-list p{ margin-top: 13px; max-width: 900px; }.lab-page .text-link{ color: var(--oxblood); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }.lab-page .cta-card{
  text-align: center;
  padding: 48px 34px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 15% 0%, rgba(183, 83, 63, 0.24), transparent 30%),
    radial-gradient(circle at 90% 100%, rgba(143, 155, 120, 0.35), transparent 34%),
    var(--brown);
  box-shadow: var(--shadow);
}.lab-page .cta-card .section-kicker{ color: var(--paper-soft); font-size: 10px; }.lab-page .cta-card h2{ color: var(--paper); max-width: 790px; margin: 0 auto; font-size: clamp(26px, 3vw, 36px); }.lab-page .cta-card p:not(.section-kicker){ color: rgba(255, 248, 238, 0.82); max-width: 780px; margin: 16px auto 0; }.lab-page .cta-card .button{ margin-top: 24px; background: var(--paper); color: var(--brown); }.lab-page .footer{ width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 34px 0 58px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }.lab-page .footer p{ margin: 0 0 4px; font-size: 13px; }.lab-page .footer a{ color: var(--oxblood); font-weight: 700; }.lab-page .reveal{ opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.lab-page .reveal.visible{ opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {.lab-page .hero{ grid-template-columns: 1fr; gap: 38px; }.lab-page .hero-image-wrap{ justify-content: flex-start; }.lab-page .hero-image-wrap img{ max-width: 520px; }.lab-page .path-grid, .lab-page .state-cards{ grid-template-columns: 1fr 1fr; }.lab-page .five-session-grid{ grid-template-columns: 1fr 1fr; }.lab-page .five-session-grid .session-card, .lab-page .five-session-grid .highlight-card, .lab-page .five-session-grid .final-session{ grid-column: auto; }
}

@media (max-width: 760px) {body.lab-page{ font-size: 14.5px; }.lab-page .nav-shell{ min-height: 58px; width: min(100% - 28px, 1120px); }.lab-page .brand-logo img{ width: 158px; max-height: 38px; }.lab-page .nav-links{ display: none; }.lab-page .nav-button{ display: none; }.lab-page .section-pad{ width: min(100% - 30px, 1120px); padding: 50px 0; }.lab-page .hero{ padding-top: 54px; }.lab-page h1{ font-size: clamp(33px, 10.5vw, 48px); }.lab-page h2{ font-size: clamp(25px, 8vw, 34px); }.lab-page .why-section, .lab-page .path-grid, .lab-page .state-cards, .lab-page .two-column-list, .lab-page .five-session-grid{ grid-template-columns: 1fr; }.lab-page .why-right{ border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 24px; }.lab-page .two-column-list{ gap: 0; }.lab-page .two-column-list div{ grid-template-columns: 1fr; gap: 6px; }.lab-page .session-card h3{ min-height: 0; }.lab-page .hero-image-wrap{ justify-content: center; }.lab-page .hero-image-wrap img{ width: min(100%, 430px); }.lab-page .path-item, .lab-page .session-card, .lab-page .state-card, .lab-page .faq-list details{ padding: 21px; }.lab-page .cta-card{ padding: 40px 22px; }
}

@media (max-width: 420px) {.lab-page .section-pad{ width: min(100% - 24px, 1120px); }.lab-page .brand-logo img{ width: 142px; }.lab-page .button{ width: 100%; }.lab-page .hero-actions{ width: 100%; }.lab-page .footer{ width: min(100% - 24px, 1120px); }
}.lab-page .cta-line{ display: block; }.lab-page .footer-links{ display: flex; flex-direction: column; align-items: flex-end; }
@media (max-width: 760px) {.lab-page .footer-links{ align-items: flex-start; } }


/* Language toggle for Summer Lab pages only */
.lab-page .nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.lab-page .language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.72);
  color: var(--brown);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(79, 23, 13, 0.07);
}

.lab-page .language-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(79, 23, 13, 0.12);
}

.lab-page .language-toggle-label {
  min-width: 20px;
  text-align: center;
  color: var(--muted);
}

.lab-page .language-toggle.en .language-toggle-label:first-child,
.lab-page .language-toggle.es .language-toggle-label:last-child {
  color: var(--oxblood);
}

.lab-page .language-toggle-track {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: rgba(79, 23, 13, 0.12);
  border: 1px solid rgba(79, 23, 13, 0.14);
}

.lab-page .language-toggle-knob {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--oxblood);
  transform: translateY(-50%);
  transition: left .22s ease;
  box-shadow: 0 4px 10px rgba(79, 23, 13, 0.22);
}

.lab-page .language-toggle.es .language-toggle-knob { left: 21px; }

@media (max-width: 760px) {
  .lab-page .nav-actions { margin-left: auto; gap: 8px; }
  .lab-page .language-toggle { min-height: 34px; padding: 4px 7px; }
}

@media (max-width: 420px) {
  .lab-page .nav-shell { gap: 10px; }
  .lab-page .language-toggle-label { font-size: 10px; min-width: 18px; }
  .lab-page .language-toggle-track { width: 40px; height: 22px; }
  .lab-page .language-toggle-knob { width: 16px; height: 16px; }
  .lab-page .language-toggle.es .language-toggle-knob { left: 21px; }
}
