:root {
  --chalk: #f8f8f7;
  --white: #ffffff;
  --sage: #7a9e7e;
  --bordeaux: #b03045;
  --slate: #4a5585;
  --navy: #18235d;
  --inkwell: #2b2b2b;
  --sky: #eaf5f8;
  --line: rgba(43, 43, 43, 0.09);
  --shadow: 0 17px 42px rgba(43, 43, 43, 0.08);
  --radius: 28px;
  --page-width: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--inkwell);
  background: linear-gradient(180deg, #fff 0%, var(--chalk) 72%, #fff 100%);
  font-family: Figtree, system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.page-width { width: min(calc(100% - 48px), var(--page-width)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(43,43,43,.06); backdrop-filter: blur(12px); }
.site-nav { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: auto; height: auto; max-width: 100%; object-fit: contain; }
.brand--header img { width: 128px; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2.25vw, 31px); color: rgba(43,43,43,.72); font-size: .9rem; font-weight: 600; }
.desktop-nav > a:not(.nav-cta) { padding: 9px 0; border-bottom: 2px solid transparent; transition: color .18s ease, border-color .18s ease; }
.desktop-nav > a:not(.nav-cta):hover, .desktop-nav > a[aria-current="page"] { color: var(--bordeaux); border-color: var(--bordeaux); }
.nav-cta, .support-button { display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--navy); border-radius: 999px; box-shadow: 0 8px 18px rgba(24,35,93,.16); font-weight: 700; transition: transform .18s ease, box-shadow .18s ease; }
.nav-cta { min-height: 42px; padding: 10px 18px; }
.nav-cta:hover, .support-button:hover { transform: translateY(-2px); box-shadow: 0 11px 22px rgba(24,35,93,.22); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { display: grid; width: 45px; height: 42px; place-content: center; gap: 5px; list-style: none; cursor: pointer; border: 1px solid var(--line); border-radius: 12px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary i { display: block; width: 19px; height: 2px; background: var(--navy); border-radius: 999px; }
.mobile-nav__links { position: absolute; top: calc(100% + 9px); right: 0; display: grid; width: min(260px, calc(100vw - 32px)); padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.mobile-nav__links a { padding: 10px 12px; border-radius: 9px; font-size: .95rem; font-weight: 600; }
.mobile-nav__links a[aria-current="page"] { color: var(--bordeaux); background: rgba(176,48,69,.06); }
.mobile-nav__links .nav-cta { margin-top: 3px; color: #fff; }

.hero { display: grid; grid-template-columns: minmax(0, .83fr) minmax(430px, 1.17fr); gap: clamp(45px, 7vw, 105px); align-items: start; padding-block: clamp(68px, 9vw, 116px) clamp(64px, 8vw, 100px); }
.hero-copy { max-width: 460px; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 21px; color: var(--navy); font-size: clamp(3rem, 5.4vw, 5.4rem); font-weight: 800; letter-spacing: -.07em; line-height: .92; }
.sparkle-divider { display: flex; width: min(100%, 325px); margin-bottom: 27px; align-items: center; gap: 10px; color: var(--navy); }
.sparkle-divider span { height: 1px; flex: 1; background: rgba(24,35,93,.28); }
.sparkle-divider b, .sparkle-divider i, .sparkle-divider em { display: inline-block; font-style: normal; line-height: 1; }
.sparkle-divider b { color: var(--bordeaux); font-size: 18px; }
.sparkle-divider i { color: var(--sage); font-size: 14px; }
.sparkle-divider em { color: var(--navy); font-size: 19px; }
.hero-intro { max-width: 390px; margin: 0; color: rgba(43,43,43,.82); font-size: clamp(1.1rem, 1.5vw, 1.28rem); font-weight: 500; line-height: 1.55; }
.founders-photo { min-height: 426px; margin: 0; overflow: hidden; border-radius: 31px; background: #dce6da; box-shadow: 0 20px 44px rgba(43,43,43,.13); }
.founders-photo img { display: block; width: 100%; height: 100%; min-height: 426px; object-fit: cover; object-position: center; }

.story { position: relative; display: grid; min-height: 610px; padding: clamp(37px, 5.5vw, 70px) clamp(28px, 6.5vw, 82px); overflow: hidden; background: rgba(255,255,255,.96); border: 1px solid rgba(43,43,43,.06); border-radius: var(--radius); box-shadow: var(--shadow); }
.story-copy { position: relative; z-index: 1; max-width: 760px; }
.story h2 { margin-bottom: 24px; color: var(--navy); font-size: clamp(1.65rem, 2.8vw, 2.45rem); letter-spacing: -.05em; line-height: 1.05; }
.story p { max-width: 704px; margin-bottom: 17px; color: rgba(43,43,43,.78); font-size: 1rem; line-height: 1.66; }
.story .reach-out { margin-top: 23px; }
.reach-out a { color: var(--bordeaux); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.story .signoff { margin: 30px 0 0; color: var(--inkwell); }
.story .signature { margin: -3px 0 0; color: var(--navy); font-family: Caveat, cursive; font-size: 2.25rem; font-weight: 700; line-height: 1.1; }

.classroom-illustration { position: absolute; right: 25px; bottom: 0; display: block; width: min(30%, 275px); height: auto; max-height: 330px; object-fit: contain; object-position: right bottom; }

.support-banner { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 22px; margin-bottom: 85px; padding: 29px clamp(24px, 4.2vw, 50px); background: var(--sage); border-radius: var(--radius); }
.support-icon { display: grid; width: 54px; height: 54px; place-items: center; color: var(--bordeaux); background: #fff; border-radius: 50%; box-shadow: 0 6px 16px rgba(43,43,43,.08); font-size: 1.45rem; }
.support-copy h2 { margin-bottom: 2px; color: var(--inkwell); font-size: clamp(1.15rem, 2vw, 1.45rem); letter-spacing: -.035em; line-height: 1.2; }.support-copy p { margin: 0; color: rgba(43,43,43,.8); }.support-button { min-height: 48px; padding: 12px 22px; white-space: nowrap; }

.site-footer { padding: 46px 0 28px; background: #fff; border-top: 1px solid var(--line); }.footer-inner { display: grid; grid-template-columns: auto 1fr; gap: 26px 44px; }.brand--footer { width: 190px; }.brand--footer img { width: 100%; }.footer-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 13px clamp(16px, 2.3vw, 31px); color: rgba(43,43,43,.7); font-size: .9rem; font-weight: 600; }.footer-links a:hover, .footer-links a[aria-current="page"] { color: var(--bordeaux); }.footer-bottom { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 20px; padding-top: 19px; border-top: 1px solid var(--line); color: rgba(43,43,43,.52); font-size: .82rem; }.footer-social { display: flex; gap: 9px; }.footer-social a { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .18s ease, box-shadow .18s ease; }.footer-social a:hover { transform: translateY(-2px); box-shadow: 0 5px 11px rgba(43,43,43,.12); }.footer-social img { display: block; width: 15px; height: 15px; }

@media (max-width: 960px) { .desktop-nav { gap: 15px; font-size: .83rem; }.hero { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 44px; }.founders-photo, .founders-photo img { min-height: 370px; }.story-copy { max-width: 660px; }.classroom-illustration { right: 14px; width: min(29%, 225px); } }
@media (max-width: 790px) { .site-nav { min-height: 72px; }.brand--header img { width: 111px; }.desktop-nav { display: none; }.mobile-nav { display: block; }.hero { grid-template-columns: 1fr; gap: 37px; padding-top: 58px; }.hero-copy { max-width: 560px; }.founders-photo, .founders-photo img { min-height: 0; height: auto; aspect-ratio: 16 / 10; }.story { min-height: 0; padding-bottom: 252px; }.classroom-illustration { right: 50%; bottom: 21px; width: min(250px, 62%); max-height: none; transform: translateX(50%); }.story-copy { max-width: none; }.support-banner { grid-template-columns: auto 1fr; }.support-button { grid-column: 1 / -1; justify-self: start; margin-top: 4px; }.footer-inner { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; } }
@media (max-width: 560px) { .page-width { width: min(calc(100% - 32px), var(--page-width)); }.hero { padding-block: 40px 54px; } h1 { font-size: clamp(2.85rem, 14vw, 4.1rem); }.sparkle-divider { margin-bottom: 20px; }.founders-photo { border-radius: 22px; }.story { padding: 31px 24px 236px; border-radius: 22px; }.story h2 { margin-bottom: 19px; }.story p { font-size: .96rem; line-height: 1.61; }.classroom-illustration { width: min(225px, 69%); bottom: 16px; }.support-banner { grid-template-columns: 1fr; gap: 13px; padding: 25px 22px; border-radius: 22px; text-align: center; }.support-icon { margin: auto; }.support-button { grid-column: auto; justify-self: center; margin-top: 7px; }.site-footer { padding-top: 34px; }.footer-links { gap: 11px 20px; font-size: .86rem; }.footer-bottom { align-items: flex-start; flex-direction: column; }.brand--footer { width: 170px; } }
