@import "tailwindcss";

:root {
  --purple: #45205f;
  --purple-deep: #241636;
  --purple-dark: #170d25;
  --purple-soft: #7b47a8;
  --teal: #00a6a6;
  --teal-dark: #08777d;
  --gold: #d9a514;
  --gold-light: #ffe18a;
  --gold-deep: #8e6200;
  --ink: #21182a;
  --muted: #6e6874;
  --cream: #fbf8f2;
  --soft: #f3f0f5;
  --white: #fff;
  --line: rgba(69, 32, 95, .13);
  --shadow: 0 25px 70px rgba(35, 20, 49, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h2 { color: var(--purple-deep); font-size: clamp(2.15rem, 4vw, 4.25rem); line-height: 1.06; margin-bottom: 22px; }
h2 em { color: var(--teal-dark); font-style: italic; font-weight: 500; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 860px; }
.site { min-height: 100vh; }

.topbar { background: var(--purple-deep); color: #fff; font-size: .77rem; letter-spacing: .035em; }
.topbar-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.topbar-inner > span::before { content: "●"; color: var(--teal); font-size: .58rem; margin-right: 9px; }
.topbar-inner div { display: flex; gap: 24px; color: rgba(255,255,255,.8); }
.topbar a:hover { color: var(--gold-light); }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(40,20,56,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 26px; }
.brand { width: 72px; height: 72px; flex: 0 0 auto; display: grid; place-items: center; }
.brand img { width: 72px; height: 72px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.8vw, 25px); flex: 1; }
.desktop-nav a { position: relative; font-size: .82rem; font-weight: 750; color: #2e2932; white-space: nowrap; padding: 31px 0 26px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--teal); transition: right .3s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--purple); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.nav-cta { font-size: .76rem !important; padding: 13px 17px !important; }
.menu-button { display: none; width: 45px; height: 45px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: var(--purple); }
.mobile-nav { display: none; }

.metal-button { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 24px; border: 1px solid #b37c00; border-radius: 12px; overflow: hidden; color: #271b00; font-size: .84rem; font-weight: 850; letter-spacing: .012em; background: linear-gradient(115deg, #8b5d00 0%, #f3c13a 18%, #fff1a4 35%, #c88d07 54%, #ffe071 72%, #9d6800 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.85), inset 0 -2px 4px rgba(88,48,0,.28), 0 10px 26px rgba(157,104,0,.24); transition: transform .25s ease, box-shadow .25s ease; }
.metal-button::before { content: ""; position: absolute; z-index: -1; inset: 1px; border-radius: 10px; background: linear-gradient(115deg, #b47700, #f7cf58 27%, #d59d15 50%, #ffdf74 72%, #ac7100); }
.metal-button::after { content: ""; position: absolute; top: -80%; bottom: -80%; left: -45%; width: 30%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); transform: rotate(18deg); animation: metallicShine 4.8s ease-in-out infinite; }
.metal-button:hover { transform: translateY(-3px); box-shadow: inset 0 1px 0 #fff, 0 16px 34px rgba(157,104,0,.33); }
.metal-button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(0,166,166,.45); outline-offset: 3px; }
@keyframes metallicShine { 0%, 65% { left: -45%; } 88%,100% { left: 120%; } }

.full-hero { position: relative; min-height: clamp(640px, 72vh, 820px); display: grid; align-items: center; color: #fff; background-size: cover; background-position: center; overflow: hidden; }
.hero-home { background-position: center 36%; }
.hero-about, .hero-reading, .hero-programs, .hero-tuition, .hero-literacy, .hero-contact { background-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,10,38,.97) 0%, rgba(45,18,67,.91) 36%, rgba(41,19,60,.62) 57%, rgba(25,12,34,.08) 100%); }
.hero-about .hero-shade, .hero-contact .hero-shade { background: linear-gradient(90deg, rgba(25,10,37,.98), rgba(46,19,67,.88) 46%, rgba(38,16,52,.25) 76%, rgba(24,10,30,.05)); }
.hero-lines { position: absolute; inset: 0; pointer-events: none; }
.hero-lines i { position: absolute; display: block; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: 4vw; top: 50%; transform: translateY(-50%); animation: heroPulse 7s ease-in-out infinite; }
.hero-lines i:nth-child(2) { width: 620px; height: 620px; right: -2vw; animation-delay: -2.3s; }
.hero-lines i:nth-child(3) { width: 780px; height: 780px; right: -8vw; animation-delay: -4.6s; }
@keyframes heroPulse { 0%,100% { opacity: .25; transform: translateY(-50%) scale(.96); } 50% { opacity: .7; transform: translateY(-50%) scale(1.03); } }
.hero-content { position: relative; z-index: 2; padding-block: 95px; }
.hero-content > * { max-width: 710px; }
.eyebrow { margin-bottom: 18px; color: var(--purple); font-size: .73rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin-right: 11px; vertical-align: middle; background: var(--gold); }
.eyebrow.light { color: #fff3c8; }
.hero-content h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 6.25rem); line-height: .97; text-wrap: balance; text-shadow: 0 8px 30px rgba(0,0,0,.24); }
.hero-content h1 span { display: block; color: var(--gold-light); font-style: italic; font-weight: 500; }
.hero-text { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.glass-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 23px; border: 1px solid rgba(255,255,255,.55); border-radius: 12px; color: #fff; font-size: .84rem; font-weight: 800; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); transition: background .25s ease, transform .25s ease; }
.glass-button:hover { background: rgba(255,255,255,.17); transform: translateY(-3px); }
.hero-badges { display: flex; gap: 18px; margin-top: 48px; }
.hero-badges span { color: rgba(255,255,255,.88); font-size: .77rem; font-weight: 700; }
.hero-badges span::before { content: "✦"; margin-right: 7px; color: var(--teal); }
.reveal { animation: revealUp .8s both; }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.trust-strip { position: relative; z-index: 4; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 120px; padding: 27px 28px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--teal-dark); font-family: Georgia, serif; font-size: 2.15rem; line-height: 1; white-space: nowrap; }
.trust-grid span { color: var(--muted); font-size: .76rem; font-weight: 700; line-height: 1.45; }

.section { position: relative; padding: 105px 0; overflow: hidden; }
.section.white { background: #fff; }
.section.soft { background: var(--soft); }
.section-heading { max-width: 690px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow::after { content: ""; display: inline-block; width: 34px; height: 2px; margin-left: 11px; vertical-align: middle; background: var(--gold); }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.media-card { position: relative; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.media-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.6); border-radius: inherit; pointer-events: none; }
.media-card img { height: 630px; object-fit: cover; }
.media-card.arched { border-radius: 180px 26px 26px 26px; }
.media-card.arched img { object-position: center 26%; }
.media-card.arched.reverse { border-radius: 26px 26px 180px 26px; }
.media-card.modern img { height: 720px; object-position: center top; }
.check-list { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; font-size: .93rem; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: .72rem; background: var(--teal); }
.text-link { color: var(--purple); font-size: .86rem; font-weight: 900; }
.text-link span { display: inline-block; margin-left: 5px; color: var(--gold-deep); transition: transform .25s ease; }
.text-link:hover span { transform: translateX(6px); }

.ambient { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.ambient-letter { position: absolute; color: rgba(69,32,95,.04); font-family: Georgia, serif; font-weight: 900; line-height: 1; animation: ambientFloat 11s ease-in-out infinite; }
.ambient-letter.a1 { left: 3%; top: 12%; font-size: 11rem; transform: rotate(-12deg); }
.ambient-letter.a2 { right: 3%; top: 38%; font-size: 15rem; animation-delay: -4s; }
.ambient-letter.a3 { left: 42%; bottom: -1%; font-size: 6rem; font-style: italic; animation-delay: -7s; }
.ambient-letter.a4 { right: 18%; top: 10%; font-size: 5rem; color: rgba(217,165,20,.08); }
.ambient-ring { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(0,166,166,.08); border-radius: 50%; }
.ambient-ring.r1 { right: -210px; top: 7%; }
.ambient-ring.r2 { left: -270px; bottom: 4%; width: 560px; height: 560px; }
@keyframes ambientFloat { 0%,100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-22px) rotate(3deg); } }

.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.program-card { display: flex; flex-direction: column; min-height: 350px; padding: 27px; border: 1px solid rgba(69,32,95,.1); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: 0 12px 35px rgba(39,21,53,.06); transition: transform .3s ease, box-shadow .3s ease, border .3s ease; }
.program-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(39,21,53,.13); border-color: rgba(0,166,166,.3); }
.icon-box { width: 52px; height: 52px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 15px; color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.4); }
.icon-box.teal { background: linear-gradient(145deg, #18c6c5, #08747a); }
.icon-box.purple { background: linear-gradient(145deg, #7446a0, #3b1958); }
.icon-box.gold { color: #3b2800; background: linear-gradient(145deg, #ffe47d, #bc7b00); }
.icon-symbol { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 800; }
.card-grade { color: var(--teal-dark); font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.program-card h3 { margin: 8px 0 10px; color: var(--purple-deep); font-size: 1.13rem; line-height: 1.3; }
.program-card p { flex: 1; margin-bottom: 25px; color: var(--muted); font-size: .83rem; line-height: 1.65; }
.program-meta { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); }
.program-meta b { color: var(--purple); font-size: .75rem; }
.program-meta a { color: var(--teal-dark); font-size: .72rem; font-weight: 900; }
.center-action { margin-top: 42px; text-align: center; }

.founder-band { padding-bottom: 0; color: #fff; background: linear-gradient(135deg, var(--purple-dark), var(--purple) 70%, #70368e); }
.founder-band::before { content: "S"; position: absolute; left: 6%; bottom: -20%; color: rgba(255,255,255,.025); font-family: Georgia,serif; font-size: 32rem; line-height: 1; }
.founder-grid { display: grid; grid-template-columns: 1fr 440px; align-items: end; gap: 75px; }
.founder-grid > div:first-child { padding-bottom: 105px; }
.founder-grid blockquote { margin: 0 0 25px; color: #fff; font-size: clamp(2rem,4vw,3.8rem); line-height: 1.18; }
.founder-grid p:not(.eyebrow) { max-width: 620px; margin-bottom: 28px; color: rgba(255,255,255,.72); }
.founder-photo { height: 590px; overflow: hidden; border-radius: 220px 220px 0 0; border: 1px solid rgba(255,255,255,.18); border-bottom: 0; box-shadow: 0 0 0 13px rgba(255,255,255,.04); }
.founder-photo img { height: 100%; object-fit: cover; object-position: center 10%; }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 25px; }
.process-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 28px; height: 1px; background: linear-gradient(90deg, var(--teal), var(--gold)); }
.process-step { position: relative; padding: 0 20px; text-align: center; }
.process-step > span { position: relative; z-index: 2; width: 56px; height: 56px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-family: Georgia, serif; font-weight: 700; background: var(--purple); border: 5px solid #fff; box-shadow: 0 0 0 1px rgba(69,32,95,.15); }
.soft .process-step > span { border-color: var(--soft); }
.process-step h3 { margin-bottom: 9px; color: var(--purple-deep); }
.process-step p { color: var(--muted); font-size: .82rem; line-height: 1.7; }

.lab-teaser { color: #fff; background: linear-gradient(120deg, #08757b, #00a7a7 55%, #22bab5); }
.lab-teaser-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.lab-teaser h2 { color: #fff; }
.lab-teaser p:not(.eyebrow) { max-width: 650px; margin-bottom: 28px; color: rgba(255,255,255,.82); }
.floating-books { position: relative; min-height: 330px; perspective: 900px; }
.book-shape { position: absolute; width: 180px; height: 250px; padding: 28px 20px; display: flex; align-items: flex-end; justify-content: center; border: 5px solid rgba(255,255,255,.25); border-left: 14px solid rgba(20,10,30,.35); border-radius: 5px 17px 17px 5px; color: rgba(255,255,255,.9); font-family: Georgia,serif; font-size: 1.5rem; letter-spacing: .1em; box-shadow: 0 24px 55px rgba(18,50,53,.25), inset 0 0 0 2px rgba(255,255,255,.1); }
.book-shape.one { left: 10%; top: 38px; background: var(--purple); transform: rotate(-13deg); animation: bookFloat 6s ease-in-out infinite; }
.book-shape.two { left: 38%; top: 5px; background: #d39a0d; transform: translateZ(40px) rotate(4deg); animation: bookFloat 7s ease-in-out infinite -2s; }
.book-shape.three { right: 2%; top: 54px; background: #fff; color: var(--purple); transform: rotate(13deg); animation: bookFloat 6.5s ease-in-out infinite -4s; }
@keyframes bookFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -18px; } }

.mission-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mission-panels > div { padding: 23px; border-radius: 16px; background: var(--soft); }
.mission-panels h3 { margin-bottom: 6px; color: var(--purple); font-size: 1rem; }
.mission-panels p { margin: 0; color: var(--muted); font-size: .8rem; }
.founder-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.founder-story .section-heading { margin-bottom: 20px; }
.founder-story > div:last-child > p { color: var(--muted); }
.portrait-frame { height: 530px; overflow: hidden; border-radius: 26px 190px 26px 26px; background: #fff; box-shadow: var(--shadow); }
.portrait-frame img { height: 100%; object-fit: cover; object-position: center 24%; }
.values-section { background: var(--purple-deep); }
.values-section h2 { color: #fff; }
.values-section h2 em { color: var(--gold-light); }
.values-section .eyebrow { color: #fff3c8; }
.value-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.value-card { min-height: 260px; padding: 28px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.045); }
.value-card span { color: var(--gold); font-family: Georgia, serif; font-size: .9rem; }
.value-card h3 { margin: 50px 0 8px; color: #fff; }
.value-card p { color: rgba(255,255,255,.65); font-size: .78rem; }

.need-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.need-grid div { min-height: 130px; padding: 24px; display: flex; gap: 18px; align-items: flex-start; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.need-grid span { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: .75rem; font-weight: 900; background: var(--teal); }
.need-grid p { margin: 3px 0 0; font-size: .86rem; font-weight: 750; line-height: 1.5; }
.section.dark { color: #fff; background: var(--purple-dark); }
.skills-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.skills-grid h2 { color: #fff; }
.skills-grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.skill-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.skill-list div { min-height: 92px; padding: 21px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.04); }
.skill-list span { color: var(--gold); font-family: Georgia, serif; }
.skill-list b { font-size: .83rem; }
.faq-section { background: var(--cream); }
.faq-list { display: grid; gap: 11px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
.faq-list summary { padding: 21px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; color: var(--purple-deep); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 1.4rem; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 24px 23px; color: var(--muted); font-size: .88rem; }

.format-band { padding: 0; color: #fff; background: linear-gradient(90deg, var(--purple) 0 50%, var(--teal-dark) 50%); }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; }
.format-grid > div { min-height: 300px; padding: 70px 65px; }
.format-grid > div:first-child { padding-left: 0; }
.format-grid > div:last-child { padding-right: 0; }
.format-grid span { color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.format-grid h3 { margin: 13px 0 10px; max-width: 430px; font-family: Georgia,serif; font-size: 2rem; line-height: 1.2; }
.format-grid p { max-width: 430px; color: rgba(255,255,255,.72); font-size: .87rem; }

.include-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.include-grid div { padding: 22px; border-radius: 14px; color: var(--purple-deep); font-size: .8rem; font-weight: 800; background: var(--soft); }
.include-grid span { margin-right: 10px; color: var(--gold-deep); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(39,21,53,.055); }
.price-card.featured { color: #fff; background: linear-gradient(145deg,var(--purple),var(--purple-deep)); transform: translateY(-8px); box-shadow: 0 25px 55px rgba(43,21,60,.22); }
.popular { position: absolute; top: 17px; right: 18px; padding: 5px 9px; border-radius: 99px; color: #3a2700; font-size: .6rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; background: var(--gold-light); }
.price-card h3 { max-width: 220px; min-height: 50px; margin-bottom: 24px; color: var(--purple-deep); font-size: 1.05rem; line-height: 1.4; }
.price-card.featured h3 { color: #fff; }
.price { color: var(--teal-dark); font-family: Georgia,serif; font-size: 2.8rem; font-weight: 700; }
.featured .price { color: var(--gold-light); }
.price-sub { min-height: 27px; color: var(--muted); font-size: .76rem; }
.featured .price-sub { color: rgba(255,255,255,.68); }
.price-card ul { min-height: 135px; margin: 24px 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.15); }
.price-card li { margin-bottom: 9px; color: var(--muted); font-size: .78rem; }
.featured li { color: rgba(255,255,255,.8); }
.outline-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid var(--purple); border-radius: 10px; color: var(--purple); font-size: .8rem; font-weight: 850; background: #fff; }
.price-card .metal-button, .price-card .outline-button { width: 100%; }
.pricing-note { margin: 35px auto 0; max-width: 750px; text-align: center; color: var(--muted); font-size: .75rem; }
.family-savings { color: #fff; background: linear-gradient(120deg,var(--teal-dark),var(--teal)); }
.savings-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 30px; align-items: center; }
.savings-grid h2 { margin: 0; color: #fff; font-size: clamp(2rem,3.5vw,3.6rem); }
.saving { min-height: 180px; padding: 28px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.08); }
.saving strong { color: var(--gold-light); font-family: Georgia,serif; font-size: 3.2rem; }
.saving span { font-size: .75rem; line-height: 1.5; }

.library-section { background: var(--cream); }
.level-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 42px; }
.level-tabs button { padding: 10px 18px; border: 1px solid var(--line); border-radius: 99px; color: var(--purple); font-size: .75rem; font-weight: 800; background: #fff; cursor: pointer; transition: .25s ease; }
.level-tabs button:hover, .level-tabs button.active { color: #fff; border-color: var(--purple); background: var(--purple); transform: translateY(-2px); }
.book-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 23px; align-items: start; }
.book-card { perspective: 1000px; }
.book-cover { position: relative; min-height: 330px; padding: 27px 20px 24px 32px; display: flex; flex-direction: column; overflow: hidden; border-radius: 5px 20px 20px 5px; color: #fff; background: linear-gradient(145deg,color-mix(in srgb,var(--cover) 82%, white),var(--cover)); box-shadow: -6px 8px 0 color-mix(in srgb,var(--cover) 65%, black), 0 22px 38px rgba(40,20,52,.19); transform: rotateY(-4deg); transition: transform .35s ease, box-shadow .35s ease; }
.book-card:hover .book-cover { transform: rotateY(0) translateY(-7px); box-shadow: -4px 10px 0 color-mix(in srgb,var(--cover) 65%, black), 0 30px 48px rgba(40,20,52,.25); }
.book-spine { position: absolute; left: 10px; top: 0; bottom: 0; width: 8px; border-right: 1px solid rgba(255,255,255,.27); background: rgba(20,10,30,.16); }
.book-level { font-size: .61rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.cover-art { position: relative; width: 100%; height: 128px; margin: 24px 0 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 14px; box-shadow: 0 14px 24px rgba(22,8,35,.22); }
.cover-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(25,8,37,.42)); }
.cover-art img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.book-card:hover .cover-art img { transform: scale(1.06); }
.cover-art span { position: absolute; z-index: 2; right: 10px; top: 8px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--purple-deep); background: linear-gradient(145deg,#fff4a8,#c9860d); box-shadow: 0 5px 12px rgba(30,13,38,.26); }
.book-cover h3 { margin: auto 0 6px; font-family: Georgia,serif; font-size: 1.3rem; line-height: 1.1; }
.book-cover small { color: rgba(255,255,255,.7); font-size: .57rem; }
.book-info { padding: 24px 4px 0; }
.book-info > span { color: var(--teal-dark); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.book-info p { margin: 5px 0 13px; color: var(--muted); font-size: .72rem; }
.book-info button { padding: 0; border: 0; color: var(--purple); font-size: .75rem; font-weight: 900; background: none; cursor: pointer; }
.games-section { background: #fff; }
.games-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.game-panel { min-height: 520px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--soft); box-shadow: 0 14px 40px rgba(38,18,54,.07); }
.game-panel:nth-child(2) { background: #eef9f8; }
.game-panel:nth-child(3) { background: #fff9e9; }
.game-head > span { color: var(--teal-dark); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.game-head h3 { margin: 6px 0; color: var(--purple-deep); font-family: Georgia,serif; font-size: 1.5rem; }
.game-head p { color: var(--muted); font-size: .78rem; }
.built-word { display: flex; justify-content: center; gap: 8px; margin: 35px 0 25px; }
.built-word span { width: 45px; height: 50px; display: grid; place-items: center; border-bottom: 3px solid var(--purple); color: var(--purple); font-size: 1.25rem; font-weight: 900; }
.letter-bank { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 28px; }
.letter-bank button, .rhyme-choices button { width: 48px; height: 48px; border: 1px solid rgba(69,32,95,.15); border-radius: 12px; color: #fff; font-weight: 900; background: var(--purple); box-shadow: 0 7px 14px rgba(69,32,95,.16); cursor: pointer; }
.letter-bank button:hover, .rhyme-choices button:hover { transform: translateY(-3px); }
.game-controls { display: flex; gap: 8px; }
.game-controls button, .game-primary { min-height: 42px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 9px; color: var(--purple); font-size: .72rem; font-weight: 900; background: #fff; cursor: pointer; }
.game-controls button { flex: 1; }
.game-controls .game-primary, .game-primary { color: #fff; border-color: var(--teal-dark); background: var(--teal-dark); }
.game-primary.wide { width: 100%; margin-top: 18px; }
.game-message { margin-top: 18px; padding: 12px; border-radius: 10px; color: #8a432d; font-size: .72rem; font-weight: 800; background: #fff2ed; }
.game-message.success { color: #17634d; background: #e9f9f2; }
.game-message button { display: block; margin-top: 7px; padding: 0; border: 0; color: inherit; font-weight: 900; text-decoration: underline; background: none; cursor: pointer; }
.rhyme-word { margin: 30px auto 24px; color: var(--purple); font-family: Georgia,serif; font-size: 3.2rem; font-weight: 700; text-align: center; }
.rhyme-choices { display: flex; justify-content: center; gap: 10px; }
.rhyme-choices button { width: auto; min-width: 70px; padding: 0 12px; background: var(--teal-dark); }
.sequence-list { display: grid; gap: 9px; margin-top: 24px; }
.sequence-list div { min-height: 68px; padding: 10px; display: grid; grid-template-columns: 25px 1fr 28px 28px; gap: 6px; align-items: center; border: 1px solid rgba(217,165,20,.22); border-radius: 10px; background: #fff; }
.sequence-list b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: .67rem; background: var(--gold-deep); }
.sequence-list span { font-size: .7rem; line-height: 1.35; }
.sequence-list button { width: 26px; height: 28px; padding: 0; border: 1px solid var(--line); border-radius: 6px; color: var(--purple); background: var(--soft); cursor: pointer; }
.parent-tip { color: #fff; background: var(--purple-deep); }
.parent-tip-grid { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 55px; align-items: center; }
.parent-tip span { color: var(--gold-light); font-size: .65rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.parent-tip h2 { margin: 7px 0 0; color: #fff; font-size: 2.6rem; }
.parent-tip p { margin: 0; color: rgba(255,255,255,.7); font-size: .86rem; }

.reader-overlay { position: fixed; z-index: 200; inset: 0; padding: 28px; display: grid; place-items: center; background: rgba(18,8,28,.8); backdrop-filter: blur(10px); animation: fadeIn .25s both; }
@keyframes fadeIn { from { opacity: 0; } }
.reader-modal { position: relative; width: min(830px,100%); max-height: calc(100vh - 56px); padding: 34px; overflow-y: auto; border-radius: 26px; background: var(--cream); box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.reader-close { position: absolute; z-index: 2; right: 18px; top: 18px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: #fff; font-size: 1.5rem; background: var(--purple); cursor: pointer; }
.reader-top { display: flex; justify-content: space-between; align-items: end; gap: 22px; padding-right: 50px; }
.reader-top span { color: var(--teal-dark); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.reader-top h2 { margin: 3px 0 0; font-size: 2.1rem; }
.listen-button { min-height: 42px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--purple); font-size: .7rem; font-weight: 850; background: #fff; cursor: pointer; }
.page-progress { display: flex; gap: 5px; margin: 18px 0; }
.page-progress span { flex: 1; height: 4px; border-radius: 99px; background: rgba(69,32,95,.12); }
.page-progress span.done { background: var(--teal); }
.book-page { position: relative; min-height: 310px; padding: 45px 45% 40px 45px; display: flex; align-items: center; overflow: hidden; border-radius: 18px; color: #fff; background: linear-gradient(145deg,var(--book-color),color-mix(in srgb,var(--book-color) 62%, black)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.book-page::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.12); box-shadow: 10px 0 30px rgba(0,0,0,.2); }
.book-page > p { position: relative; z-index: 2; font-family: Georgia,serif; font-size: clamp(1.35rem,2.4vw,2rem); line-height: 1.45; }
.page-number { position: absolute; top: 18px; left: 44px; font-size: .61rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.page-photo { position: absolute; z-index: 1; right: 22px; top: 22px; bottom: 22px; width: 40%; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; box-shadow: 0 14px 34px rgba(10,3,18,.3); animation: photoPageTurn .45s cubic-bezier(.2,.8,.2,1) both; transform-origin: left center; }
.page-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 60%,rgba(18,8,28,.5)); }
.page-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.page-photo span { position: absolute; z-index: 2; left: 12px; bottom: 10px; color: rgba(255,255,255,.84); font-size: .56rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
@keyframes photoPageTurn { from { opacity: 0; transform: perspective(800px) rotateY(-12deg) translateX(14px); } to { opacity: 1; transform: perspective(800px) rotateY(0) translateX(0); } }
.comprehension { margin-top: 17px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.comprehension h3 { margin-bottom: 4px; color: var(--purple); font-size: .9rem; }
.comprehension p { margin-bottom: 12px; font-size: .8rem; }
.comprehension > div { display: flex; flex-wrap: wrap; gap: 8px; }
.comprehension button { padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--purple); font-size: .7rem; font-weight: 750; background: var(--soft); cursor: pointer; }
.comprehension strong { display: block; margin-top: 10px; font-size: .72rem; }
.comprehension .right { color: #167152; }
.comprehension .try { color: #9b492f; }
.reader-nav { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.reader-nav button { min-height: 42px; padding: 9px 14px; border: 0; border-radius: 9px; color: #fff; font-size: .7rem; font-weight: 850; background: var(--purple); cursor: pointer; }
.reader-nav button:disabled { opacity: .35; cursor: not-allowed; }
.reader-nav span { color: var(--muted); font-size: .68rem; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-cards { display: grid; gap: 11px; }
.contact-cards > * { padding: 18px 20px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: transform .2s ease; }
.contact-cards a:hover { transform: translateX(5px); }
.contact-cards span { color: var(--teal-dark); font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.contact-cards b { margin: 4px 0 2px; color: var(--purple-deep); font-size: .82rem; overflow-wrap: anywhere; }
.contact-cards small { color: var(--muted); font-size: .68rem; }
.consult-form { min-height: 670px; padding: 39px; border: 1px solid rgba(69,32,95,.1); border-radius: 23px; background: #fff; box-shadow: var(--shadow); }
.form-title span { color: var(--teal-dark); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.form-title h3 { margin: 6px 0 2px; color: var(--purple-deep); font-family: Georgia,serif; font-size: 1.8rem; }
.form-title p { margin-bottom: 23px; color: var(--muted); font-size: .68rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.consult-form label { display: grid; gap: 6px; margin-bottom: 14px; color: var(--purple-deep); font-size: .7rem; font-weight: 850; }
.consult-form input, .consult-form select, .consult-form textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(69,32,95,.16); border-radius: 9px; color: var(--ink); font-size: .78rem; background: #fbfafc; }
.consult-form textarea { resize: vertical; }
.consult-form fieldset { margin: 3px 0 20px; padding: 0; display: flex; gap: 20px; border: 0; }
.consult-form legend { margin-bottom: 7px; color: var(--purple-deep); font-size: .7rem; font-weight: 850; }
.consult-form fieldset label { display: flex; align-items: center; gap: 7px; margin: 0; }
.consult-form fieldset input { width: auto; accent-color: var(--teal); }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.privacy-note { display: block; margin-top: 9px; text-align: center; color: var(--muted); font-size: .62rem; }
.form-success { min-height: 590px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.form-success > span { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 1.8rem; background: var(--teal); }
.form-success h3 { margin: 18px 0 6px; color: var(--purple); font-family: Georgia,serif; font-size: 2rem; }
.form-success p { max-width: 440px; color: var(--muted); }

.closing-cta { padding: 67px 0; color: #fff; background: linear-gradient(100deg,var(--purple-deep),var(--purple)); }
.closing-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.closing-cta .eyebrow { margin-bottom: 7px; }
.closing-cta h2 { margin: 0; color: #fff; font-size: clamp(2rem,3.6vw,3.4rem); }
footer { padding: 72px 0 22px; color: rgba(255,255,255,.72); background: #120b1b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr 1fr; gap: 55px; }
.footer-brand img { width: 112px; height: 112px; object-fit: contain; }
.footer-brand p { max-width: 300px; margin-top: 20px; font-size: .78rem; }
.footer-grid h3 { margin-bottom: 17px; color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin-bottom: 9px; font-size: .75rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid > div:last-child a:first-of-type { color: var(--gold-light); }
.footer-grid > div:last-child p { margin-top: 15px; font-size: .72rem; }
.footer-bottom { margin-top: 52px; padding-top: 20px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); font-size: .63rem; }

@media (max-width: 1100px) {
  .nav-wrap { min-height: 80px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 14px 24px 24px; display: grid; gap: 4px; visibility: hidden; opacity: 0; transform: translateY(-10px); background: #fff; box-shadow: 0 25px 45px rgba(28,13,40,.17); transition: .25s ease; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-nav > a:not(.metal-button) { padding: 10px 4px; border-bottom: 1px solid var(--line); color: var(--purple-deep); font-size: .82rem; font-weight: 800; }
  .mobile-nav > a.active { color: var(--teal-dark); }
  .mobile-nav .metal-button { margin-top: 10px; }
  .program-grid { grid-template-columns: repeat(2,1fr); }
  .book-grid { grid-template-columns: repeat(3,1fr); row-gap: 42px; }
  .value-grid { grid-template-columns: repeat(3,1fr); }
  .value-card { min-height: 220px; }
  .value-card h3 { margin-top: 35px; }
  .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .price-card.featured { transform: none; }
  .topbar-inner div a:last-child { display: none; }
}

@media (max-width: 850px) {
  .container { width: min(100% - 34px, 680px); }
  .topbar-inner { min-height: 32px; font-size: .67rem; }
  .topbar-inner > span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand, .brand img { width: 62px; height: 62px; }
  .full-hero { min-height: 690px; align-items: end; background-position: 62% center; }
  .hero-shade, .hero-about .hero-shade, .hero-contact .hero-shade { background: linear-gradient(0deg,rgba(24,10,38,.98) 0%,rgba(38,16,56,.88) 49%,rgba(24,10,38,.15) 100%); }
  .hero-content { padding-block: 215px 62px; }
  .hero-content h1 { font-size: clamp(3rem,12vw,5.2rem); }
  .hero-badges { flex-wrap: wrap; margin-top: 34px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div { min-height: 100px; border-bottom: 1px solid var(--line); }
  .section { padding: 80px 0; }
  .split, .founder-story, .skills-grid, .contact-grid, .lab-teaser-grid { grid-template-columns: 1fr; gap: 46px; }
  .signature .media-card, .outcomes .media-card { max-width: 520px; }
  .media-card img, .media-card.modern img { height: 560px; }
  .founder-grid { grid-template-columns: 1fr 340px; gap: 25px; }
  .founder-grid > div:first-child { padding-bottom: 75px; }
  .founder-photo { height: 500px; }
  .process-grid { grid-template-columns: repeat(2,1fr); row-gap: 42px; }
  .process-grid::before { display: none; }
  .floating-books { max-width: 480px; width: 100%; margin: auto; }
  .need-grid { grid-template-columns: repeat(2,1fr); }
  .skill-list { grid-template-columns: 1fr 1fr; }
  .include-grid { grid-template-columns: repeat(2,1fr); }
  .format-grid > div { padding: 55px 35px; }
  .format-grid > div:first-child { padding-left: 0; }
  .format-grid > div:last-child { padding-right: 0; }
  .savings-grid { grid-template-columns: 1fr 1fr; }
  .savings-grid > div:first-child { grid-column: 1/-1; }
  .games-grid { grid-template-columns: 1fr; }
  .game-panel { min-height: auto; }
  .parent-tip-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  .topbar-inner > span { max-width: 59%; }
  .topbar-inner div { gap: 0; }
  .hero-content { padding-top: 240px; }
  .hero-content h1 { font-size: 3.35rem; }
  .hero-actions { display: grid; }
  .hero-actions > * { width: 100%; }
  .hero-badges { display: grid; gap: 8px; }
  .trust-grid strong { font-size: 1.6rem; }
  .trust-grid > div { padding: 20px 13px; gap: 9px; }
  .section { padding: 68px 0; }
  h2 { font-size: 2.45rem; }
  .section-heading { margin-bottom: 35px; }
  .split { gap: 35px; }
  .media-card img, .media-card.modern img { height: 460px; }
  .media-card.arched { border-radius: 110px 20px 20px 20px; }
  .program-grid, .need-grid, .pricing-grid, .include-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 325px; }
  .founder-band { padding-top: 75px; }
  .founder-grid { display: flex; flex-direction: column; align-items: stretch; }
  .founder-grid > div:first-child { padding-bottom: 0; }
  .founder-photo { width: min(90%,340px); height: 440px; margin-inline: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 50px 1fr; column-gap: 15px; text-align: left; }
  .process-step > span { grid-row: 1/3; width: 48px; height: 48px; }
  .process-step h3 { margin: 5px 0 2px; }
  .floating-books { min-height: 280px; transform: scale(.83); transform-origin: center; }
  .mission-panels { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 180px; }
  .value-card h3 { margin-top: 24px; }
  .skill-list { grid-template-columns: 1fr; }
  .format-band { background: var(--purple); }
  .format-grid { grid-template-columns: 1fr; }
  .format-grid > div { min-height: 240px; padding: 48px 0 !important; }
  .format-grid > div:last-child { position: relative; }
  .format-grid > div:last-child::before { content: ""; position: absolute; left: -17px; right: -17px; top: 0; bottom: 0; z-index: -1; background: var(--teal-dark); }
  .savings-grid { grid-template-columns: 1fr; }
  .savings-grid > div:first-child { grid-column: auto; }
  .book-grid { grid-template-columns: repeat(2,1fr); gap: 34px 15px; }
  .book-cover { min-height: 280px; padding: 22px 15px 20px 26px; }
  .cover-art { height: 105px; margin: 21px 0 17px; }
  .book-cover h3 { font-size: 1.05rem; }
  .reader-overlay { padding: 10px; }
  .reader-modal { max-height: calc(100vh - 20px); padding: 24px 17px; border-radius: 18px; }
  .reader-top { display: block; padding-right: 43px; }
  .reader-top h2 { font-size: 1.7rem; }
  .listen-button { margin-top: 10px; }
  .book-page { min-height: 425px; padding: 42px 30px 205px; }
  .book-page::after { display: none; }
  .page-photo { left: 18px; right: 18px; top: auto; bottom: 18px; width: auto; height: 165px; transform-origin: center top; }
  .book-page > p { align-self: start; }
  .comprehension > div { display: grid; }
  .reader-nav button { padding: 8px 10px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .consult-form { min-height: auto; padding: 25px 19px; }
  .closing-cta .container { display: grid; }
  .closing-cta .metal-button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
