/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
:root {
  --ink: #434550;
  --ink-deep: #25324a;
  --muted: #666a76;
  --paper: #fbfaf7;
  --white: #ffffff;
  --coral: #f27079;
  --coral-dark: #d95361;
  --sky: #d7ecf5;
  --lime: #dce9af;
  --line: rgba(67, 69, 80, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand img {
  display: block;
  width: 118px;
  height: auto;
}
.header-note {
  color: var(--muted);
  font-size: 14px;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: clamp(44px, 7vw, 94px);
  align-items: center;
  min-height: 690px;
  padding-block: 72px;
}
.eyebrow, .section-label {
  margin: 0 0 18px;
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h1, h2, p {
  text-wrap: pretty;
}
h1 {
  max-width: 810px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.8vw, 76px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.042em;
}
.lead {
  max-width: 710px;
  margin: 30px 0 34px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.58;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  transition: transform .2s ease, background-color .2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--coral);
  color: var(--white);
}
.button-primary:hover {
  background: var(--coral-dark);
}
.microcopy {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.lesson-card {
  position: relative;
  min-height: 540px;
  padding: 30px;
  overflow: hidden;
  background: var(--sky);
  border: 1px solid rgba(67, 69, 80, .08);
  border-radius: 30px 30px 8px 30px;
  box-shadow: 0 26px 70px rgba(37, 50, 74, .12);
}
.lesson-card-bullying {
  background: #f7d0cc;
}
.lesson-card-study {
  background: #f3dfb8;
}
.lesson-card-school {
  background: #dce9af;
}
.lesson-card-emotions {
  background: #ddd4ee;
}
.lesson-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 3;
}
.lesson-number {
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: .82;
}
.lesson-unit {
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.photo-stage {
  position: relative;
  height: 302px;
  margin: -6px -10px 0;
}
.photo-circle {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 252px;
  height: 252px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .84);
  transform: translate(-50%, -50%);
}
.brand-doodles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.doodle {
  position: absolute;
  display: block;
  font-family: Georgia, serif;
  font-weight: 700;
  line-height: 1;
}
.doodle-wave {
  left: 5px;
  top: 104px;
  color: #4f7c8e;
  font-size: 56px;
  transform: rotate(-14deg);
}
.doodle-zigzag {
  right: 5px;
  top: 86px;
  color: var(--ink-deep);
  font-size: 72px;
  transform: rotate(68deg);
}
.doodle-ring {
  right: 25px;
  bottom: 44px;
  width: 30px;
  height: 30px;
  border: 5px solid #d3a928;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.doodle-sprinkles {
  left: 28px;
  bottom: 38px;
  color: var(--coral-dark);
  font-size: 20px;
  letter-spacing: 3px;
  transform: rotate(26deg);
}
.doodle-confetti {
  right: 29px;
  top: 41px;
  color: #4f7c8e;
  font-size: 17px;
  letter-spacing: 3px;
  transform: rotate(-18deg);
}
.hero-child {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -2px;
  width: 292px;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 16px 18px rgba(37,50,74,.13));
}
.hero-child-bullying {
  bottom: -9px;
  width: 352px;
}
.hero-child-study {
  bottom: -5px;
  width: 334px;
}
.hero-child-emotions {
  bottom: -10px;
  width: 326px;
}
.photo-dot {
  position: absolute;
  border-radius: 50%;
}
.photo-dot-one {
  right: 15px;
  top: 32px;
  width: 28px;
  height: 28px;
  background: var(--coral);
}
.photo-dot-two {
  left: 14px;
  bottom: 44px;
  width: 14px;
  height: 14px;
  background: var(--ink-deep);
}
.visual-words {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: -18px 0 16px;
}
.visual-words span {
  padding: 8px 10px;
  background: var(--white);
  border: 1px solid rgba(67,69,80,.08);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 5px 16px rgba(37,50,74,.06);
}
.lesson-tags {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lesson-tags span {
  padding: 9px 12px;
  background: rgba(255,255,255,.68);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-strip > div {
  padding: 26px 30px 26px 0;
}
.proof-strip > div + div {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}
.proof-strip strong, .proof-strip span {
  display: block;
}
.proof-strip strong {
  margin-bottom: 7px;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}
.proof-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}
.outcomes {
  padding-block: 104px;
}
.outcomes h2, .research h2, .school h2, .process h2, .note h2, .final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.033em;
}
.outcomes h2 {
  max-width: 700px;
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid var(--line);
}
.outcome {
  min-height: 210px;
  padding: 26px 30px 24px 0;
  border-right: 1px solid var(--line);
}
.outcome:not(:first-child) {
  padding-left: 30px;
}
.outcome:last-child {
  border-right: 0;
}
.outcome-index {
  color: var(--coral-dark);
  font-family: Georgia, serif;
  font-size: 18px;
}
.outcome p {
  margin: 46px 0 0;
  font-size: 18px;
  font-weight: 720;
  line-height: 1.43;
}
.research {
  display: grid;
  grid-template-columns: minmax(210px, .55fr) 1.45fr;
  gap: 58px;
  align-items: center;
  padding: 72px;
  background: var(--ink-deep);
  color: var(--white);
}
.research-stat {
  font-family: Georgia, serif;
  font-size: clamp(70px, 10vw, 126px);
  line-height: .9;
  color: #ff8e91;
}
.research .section-label {
  color: #ff9fa2;
}
.research h2 {
  max-width: 740px;
}
.research-copy > p:not(.section-label) {
  max-width: 720px;
  margin: 24px 0 22px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.55;
}
.research a {
  display: inline-flex;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font-size: 13px;
}
.school {
  padding-block: 112px;
}
.school-intro {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  column-gap: 70px;
  align-items: end;
}
.school-intro .section-label {
  grid-column: 1 / -1;
}
.school-intro h2 {
  max-width: 700px;
}
.school-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.credential-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 68px;
  background: var(--line);
  border: 1px solid var(--line);
}
.credential-grid article {
  min-height: 264px;
  padding: 30px;
  background: var(--white);
}
.credential-number {
  color: var(--coral-dark);
  font-family: Georgia, serif;
}
.credential-grid h3 {
  margin: 34px 0 12px;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
}
.credential-grid p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.55;
}
.credential-grid a {
  color: var(--ink-deep);
  font-size: 13px;
  font-weight: 750;
  border-bottom: 1px solid var(--ink-deep);
}
.review {
  margin-block: 0 112px;
  padding: 72px;
  background: #f5d6d2;
}
.review blockquote {
  max-width: 930px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.18;
  letter-spacing: -.025em;
}
.review figcaption {
  margin-top: 28px;
  font-weight: 800;
}
.review > a {
  display: inline-block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  border-bottom: 1px solid var(--muted);
}
.process {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 74px;
  padding: 92px 72px;
  background: var(--white);
}
.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}
.steps li {
  position: relative;
  padding: 6px 0 30px 70px;
  border-bottom: 1px solid var(--line);
  counter-increment: steps;
}
.steps li + li {
  padding-top: 30px;
}
.steps li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--lime);
  font-weight: 850;
}
.steps li + li::before {
  top: 26px;
}
.steps strong, .steps span {
  display: block;
}
.steps strong {
  margin-bottom: 8px;
  font-size: 18px;
}
.steps span {
  color: var(--muted);
  line-height: 1.5;
}
.note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 50px;
  align-items: start;
  padding-block: 110px;
}
.note-symbol {
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 120px;
  line-height: .8;
}
.note h2 {
  max-width: 820px;
}
.note > div:last-child > p:last-child {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}
.final-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding: 72px;
  background: var(--ink-deep);
  color: var(--white);
}
.final-cta .section-label {
  color: #ff9fa2;
}
.final-cta h2 {
  max-width: 650px;
}
.final-cta p:last-child {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
}
.button-light {
  flex: 0 0 auto;
  background: var(--white);
  color: var(--ink-deep);
}
.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-block: 38px 100px;
  color: var(--muted);
  font-size: 12px;
}
.footer img {
  width: 92px;
  height: auto;
}
.footer div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.footer a {
  border-bottom: 1px solid var(--muted);
}
.mobile-cta {
  display: none;
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 54px 72px;
  }
  .lesson-card {
    min-height: 530px;
  }
  .proof-strip {
    grid-template-columns: 1fr;
  }
  .proof-strip > div {
    padding: 20px 0;
  }
  .proof-strip > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .outcome-grid {
    grid-template-columns: 1fr;
  }
  .outcome {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .outcome:not(:first-child) {
    padding-left: 0;
  }
  .outcome p {
    margin-top: 20px;
  }
  .research {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 64px 40px;
  }
  .school-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .school-intro > p:last-child {
    margin-top: 0;
  }
  .process {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 64px 40px;
  }
  .note {
    grid-template-columns: 90px 1fr;
    gap: 24px;
  }
  .note-symbol {
    font-size: 88px;
  }
  .final-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 56px 40px;
  }
}
@media (max-width: 600px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }
  .site-header {
    min-height: 68px;
  }
  .brand img {
    width: 103px;
  }
  .header-note {
    display: none;
  }
  .hero {
    gap: 36px;
    padding-block: 42px 64px;
  }
  h1 {
    font-size: clamp(42px, 12vw, 58px);
  }
  .lead {
    margin: 24px 0 28px;
    font-size: 18px;
  }
  .button-primary {
    width: 100%;
  }
  .lesson-card {
    min-height: 490px;
    padding: 24px;
    border-radius: 24px 24px 6px 24px;
  }
  .photo-stage {
    height: 270px;
  }
  .photo-circle {
    width: 220px;
    height: 220px;
  }
  .hero-child {
    width: 258px;
  }
  .hero-child-bullying {
    bottom: -7px;
    width: 316px;
  }
  .hero-child-study, .hero-child-emotions {
    bottom: -7px;
    width: 300px;
  }
  .doodle-wave {
    left: -3px;
  }
  .doodle-zigzag {
    right: -2px;
  }
  .lesson-number {
    font-size: 62px;
  }
  .visual-words {
    margin-top: -12px;
  }
  .outcomes {
    padding-block: 76px;
  }
  .research {
    width: 100%;
    padding: 58px 24px;
  }
  .research-stat {
    font-size: 72px;
  }
  .school {
    padding-block: 78px;
  }
  .credential-grid {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }
  .credential-grid article {
    min-height: 0;
  }
  .review {
    margin-bottom: 76px;
    padding: 48px 24px;
  }
  .process {
    width: 100%;
    padding: 64px 24px;
  }
  .note {
    grid-template-columns: 1fr;
    padding-block: 76px;
  }
  .note-symbol {
    display: none;
  }
  .final-cta {
    width: 100%;
    padding: 58px 24px 84px;
  }
  .button-light {
    width: 100%;
  }
  .footer {
    align-items: flex-start;
    padding-bottom: 108px;
  }
  .footer div {
    max-width: 190px;
    align-items: flex-end;
    text-align: right;
  }
  .mobile-cta {
    position: fixed;
    z-index: 20;
    left: 14px;
    right: 14px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 14px;
    background: var(--coral);
    color: var(--white);
    box-shadow: 0 14px 38px rgba(37,50,74,.24);
    font-weight: 850;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
