:root {
  --ink: #16352d;
  --forest: #1e5b48;
  --leaf: #6f9d55;
  --mint: #dcefd5;
  --cream: #f8f3e7;
  --paper: #fffdf7;
  --sun: #f3c447;
  --coral: #e97c55;
  --blue: #4b7695;
  --line: rgba(22, 53, 45, 0.16);
  --shadow: 0 24px 70px rgba(30, 71, 57, 0.14);
  --display: "Songti SC", "STSong", "Noto Serif SC", serif;
  --body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.75; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .17; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -60px; left: 16px; background: var(--ink); color: white; padding: 10px 16px; z-index: 100; }
.skip-link:focus { top: 10px; }
.section-pad { padding: 112px max(6vw, 24px); }
.site-header { height: 80px; padding: 0 max(5vw, 22px); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 247, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { text-decoration: none; display: flex; align-items: center; gap: 11px; line-height: 1.15; }
.brand-mark { width: 39px; height: 39px; border-radius: 50% 50% 46% 54%; background: var(--forest); color: var(--cream); display: grid; place-items: center; font-family: var(--display); font-size: 25px; transform: rotate(-5deg); }
.brand strong { display: block; font-family: var(--display); letter-spacing: .06em; }
.brand small { font-size: 8px; letter-spacing: .18em; color: var(--leaf); }
#site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
#site-nav a { text-decoration: none; }
#site-nav a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta { background: var(--ink); color: white; padding: 10px 20px; border-radius: 999px; }
.menu-button { display: none; border: 0; background: none; color: var(--ink); }
.hero { min-height: calc(100vh - 80px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 7vw; overflow: hidden; background: radial-gradient(circle at 80% 20%, #eff4d3 0, transparent 30%), var(--cream); position: relative; }
.hero::after { content: "READING / GROWING / SHARING"; position: absolute; left: 5vw; bottom: 14px; font-size: clamp(34px, 7vw, 110px); font-weight: 800; letter-spacing: -.05em; color: rgba(30,91,72,.045); white-space: nowrap; }
.eyebrow { margin: 0 0 14px; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; line-height: 1.22; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 5.5vw, 82px); margin-bottom: 28px; }
h1 em { color: var(--forest); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 9px; background: var(--sun); opacity: .55; transform: rotate(-1deg); z-index: -1; }
h2 { font-size: clamp(34px, 4.2vw, 62px); }
.hero-lead { max-width: 620px; font-size: clamp(17px, 1.5vw, 21px); color: #405b53; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin: 36px 0; flex-wrap: wrap; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 5px 22px 5px 22px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--forest); color: white; box-shadow: 0 14px 28px rgba(30,91,72,.22); }
.text-button { padding: 0; min-height: auto; font-weight: 600; }
.text-button span { margin-left: 8px; color: var(--coral); }
.trust-list { list-style: none; display: flex; gap: 22px; padding: 0; margin: 0; flex-wrap: wrap; font-size: 13px; color: #48655c; }
.trust-list li::before { content: "✦"; color: var(--coral); margin-right: 7px; }
.hero-visual { position: relative; }
.sunshine-bookbar { aspect-ratio: 4 / 5; max-height: 680px; position: relative; overflow: hidden; border-radius: 42% 42% 12px 12px; background: var(--forest); box-shadow: var(--shadow); }
.sunshine-bookbar img { width: 100%; height: 100%; display: block; object-fit: cover; }
.sunshine-bookbar::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(11,47,37,.06) 16%, rgba(12,56,43,.9)); pointer-events: none; }
.bookbar-copy { position: absolute; z-index: 1; right: 7%; bottom: 7%; left: 11%; color: white; text-shadow: 0 2px 16px rgba(10,44,35,.42); }
.bookbar-copy span, .bookbar-copy small { display: block; letter-spacing: .12em; font-size: 12px; }
.bookbar-copy strong { display: block; margin: 8px 0; font-family: var(--display); font-size: clamp(28px, 3.2vw, 46px); line-height: 1.25; }
.visual-placeholder { aspect-ratio: 4 / 5; max-height: 680px; position: relative; overflow: hidden; border-radius: 42% 42% 12px 12px; background: linear-gradient(165deg, #a6c18b 0 48%, #5e815c 48% 57%, #f3dfaa 57%); box-shadow: var(--shadow); }
.visual-placeholder::before { content: ""; position: absolute; inset: 9% 9% 16%; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; }
.visual-placeholder p { position: absolute; inset: auto 0 8%; text-align: center; color: var(--ink); font-size: 13px; }
.visual-placeholder p span { display: block; font-family: var(--display); font-size: 21px; }
.sun { position: absolute; width: 80px; height: 80px; border-radius: 50%; background: var(--sun); top: 13%; right: 12%; box-shadow: 0 0 0 15px rgba(243,196,71,.16); }
.shelf { position: absolute; height: 12px; background: var(--ink); left: 13%; right: 13%; bottom: 36%; border-radius: 8px; box-shadow: 0 19px 0 rgba(22,53,45,.45); }
.book { position: absolute; bottom: 39%; width: 15%; border-radius: 4px 10px 2px 2px; transform-origin: bottom; }
.book::after { content: "A B C"; position: absolute; inset: 16% 10%; border: 1px solid rgba(255,255,255,.7); color: white; display: grid; place-items: center; font-weight: 800; font-size: 11px; }
.book-one { height: 31%; left: 18%; background: var(--coral); transform: rotate(-5deg); }
.book-two { height: 38%; left: 39%; background: var(--blue); transform: rotate(2deg); }
.book-three { height: 27%; right: 18%; background: var(--forest); transform: rotate(7deg); }
.floating-note { position: absolute; right: -30px; bottom: 18%; background: var(--paper); padding: 18px 22px; box-shadow: var(--shadow); transform: rotate(-3deg); }
.floating-note strong, .floating-note span { display: block; }
.floating-note strong { font-family: var(--display); }
.floating-note span { font-size: 12px; color: #668077; }
.section-heading { max-width: 800px; }
.centered { text-align: center; margin-inline: auto; }
.centered > p:last-child { color: #60766f; }
.intro { background: var(--paper); display: grid; grid-template-columns: 1fr .75fr; gap: 8vw; }
.intro-copy { padding-top: 42px; font-size: 18px; }
.intro-copy a { color: var(--forest); font-weight: 700; }
.values-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { padding: 38px 4vw 34px 0; }
.value-card + .value-card { border-left: 1px solid var(--line); padding-left: 4vw; }
.value-card span { font-family: var(--display); font-size: 34px; color: var(--sun); }
.value-card h3 { font-family: var(--display); font-size: 26px; margin-bottom: 8px; }
.value-card p { color: #5e746c; }
.comparison { background: linear-gradient(180deg, #fffaf0 0%, #f7f2e7 100%); }
.comparison .section-heading > p:last-child { color: #5e746c; }
.comparison-grid { max-width: 1120px; margin: 54px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.comparison-column { overflow: hidden; border-radius: 8px 34px 8px 34px; box-shadow: 0 18px 44px rgba(41,66,57,.1); }
.comparison-column.common { background: rgba(255,255,255,.78); border: 1px solid rgba(34,75,63,.12); }
.comparison-column.ours { background: var(--ink); color: white; }
.comparison-column-title { padding: 30px 32px 24px; border-bottom: 1px solid rgba(34,75,63,.12); }
.comparison-column.ours .comparison-column-title { border-bottom-color: rgba(255,255,255,.16); }
.comparison-column-title span { display: block; margin-bottom: 5px; color: #788a83; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.comparison-column.ours .comparison-column-title span { color: #a9cb8d; }
.comparison-column-title h3 { margin: 0; font-family: var(--display); font-size: clamp(26px, 3vw, 38px); line-height: 1.25; }
.comparison-item { position: relative; padding: 23px 32px 23px 92px; border-bottom: 1px solid rgba(34,75,63,.1); }
.comparison-column.ours .comparison-item { border-bottom-color: rgba(255,255,255,.13); }
.comparison-item:last-child { border-bottom: 0; }
.comparison-item > span { position: absolute; top: 25px; left: 32px; min-width: 42px; padding: 4px 8px; border-radius: 999px; background: #e9e5db; color: #64776f; font-size: 11px; font-weight: 800; text-align: center; }
.comparison-column.ours .comparison-item > span { background: var(--sun); color: var(--ink); }
.comparison-item strong { display: block; margin-bottom: 6px; font-family: var(--display); font-size: 20px; }
.comparison-item p { margin: 0; color: #667971; font-size: 14px; line-height: 1.75; }
.comparison-column.ours .comparison-item p { color: #c8d8d2; }
.comparison-closing { max-width: 1120px; margin: 20px auto 0; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #fff; border-left: 5px solid var(--sun); box-shadow: 0 12px 30px rgba(41,66,57,.07); }
.comparison-closing p { max-width: 710px; margin: 0; color: #536a62; }
.comparison-closing strong { color: var(--ink); }
.assessment { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(40px, 8vw, 120px); background: #edf0d4; overflow: hidden; }
.assessment-visual { min-height: 440px; display: grid; place-items: center; position: relative; }
.assessment-visual::before, .assessment-visual::after { content: ""; position: absolute; border-radius: 50%; background: rgba(243,196,71,.52); }
.assessment-visual::before { width: 330px; height: 330px; }
.assessment-visual::after { width: 88px; height: 88px; top: 10%; right: 4%; background: var(--coral); }
.tablet { width: min(335px, 78vw); aspect-ratio: 4 / 3; padding: 24px; position: relative; z-index: 1; background: var(--ink); border: 12px solid #314f45; border-radius: 22px; box-shadow: 18px 22px 0 rgba(22,53,45,.13); transform: rotate(-5deg); color: white; }
.tablet span { color: #dcefd5; letter-spacing: .1em; font-size: 13px; }
.tablet i { display: block; height: 14px; margin-top: 19px; border-radius: 99px; background: rgba(255,255,255,.17); }
.tablet i:nth-of-type(2) { width: 74%; background: var(--sun); }
.tablet i:nth-of-type(3) { width: 55%; background: #78a4bf; }
.tablet b { position: absolute; right: 24px; bottom: 22px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); color: var(--ink); font-size: 26px; }
.assessment-copy h2 { margin-bottom: 18px; }
.assessment-copy > p:not(.eyebrow) { max-width: 650px; color: #4b655b; font-size: 17px; }
.first-visit-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px 0; }
.first-visit-routes div { padding: 16px; background: rgba(255,255,255,.6); border-top: 3px solid var(--sun); }
.first-visit-routes div:last-child { border-color: var(--forest); }
.first-visit-routes b, .first-visit-routes span { display: block; }
.first-visit-routes b { font-family: var(--display); font-size: 19px; }
.first-visit-routes span { margin-top: 3px; color: #516a60; font-size: 12px; }
.assessment-results { margin: 28px 0; padding: 22px 24px; background: rgba(255,255,255,.56); border-left: 4px solid var(--forest); }
.assessment-results span { font-weight: 800; }
.assessment-results ul { padding-left: 20px; margin: 8px 0 0; color: #4b655b; font-size: 14px; }
.pathways { background: var(--ink); color: var(--cream); }
.pathways .eyebrow { color: #a9cb8d; }
.pathways .centered > p:last-child { color: #afc0ba; }
.stage-tabs { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1100px; margin: 52px auto 0; border: 1px solid rgba(255,255,255,.2); }
.stage-tabs button { color: var(--cream); background: transparent; border: 0; padding: 24px; cursor: pointer; border-right: 1px solid rgba(255,255,255,.2); }
.stage-tabs button:last-child { border-right: 0; }
.stage-tabs button b, .stage-tabs button span { display: block; }
.stage-tabs button b { font-family: var(--display); font-size: 26px; }
.stage-tabs button span { font-size: 12px; opacity: .7; }
.stage-tabs button[aria-selected="true"] { background: var(--sun); color: var(--ink); }
.stage-panel { max-width: 1100px; margin: 0 auto; padding: 60px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: #24483d; border-radius: 0 0 48px 8px; }
.stage-panel[hidden] { display: none; }
.stage-number { color: var(--sun); font-family: var(--display); font-size: 56px; margin-bottom: 4px; }
.stage-panel h3 { font-family: var(--display); font-size: 32px; line-height: 1.3; }
.stage-panel > div > p:last-child { color: #bdd0c9; }
.stage-panel ul { margin: 0; padding: 0; list-style: none; }
.stage-panel li { border-bottom: 1px solid rgba(255,255,255,.14); padding: 14px 0; }
.stage-panel li span { display: inline-block; min-width: 94px; color: #a9cb8d; font-size: 12px; }
.outcomes { background: var(--paper); }
.outcomes .section-heading > p:last-child { color: #5b7269; }
.outcome-grid { max-width: 1120px; margin: 60px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outcome-card { min-height: 470px; padding: 30px; border: 1px solid var(--line); border-top: 6px solid var(--forest); background: #fffdf8; box-shadow: 0 14px 34px rgba(22,53,45,.08); }
.outcome-card.middle { border-top-color: var(--sun); transform: translateY(22px); }
.outcome-card.upper { border-top-color: #78a4bf; }
.outcome-stage { display: flex; justify-content: space-between; align-items: center; color: var(--forest); }
.outcome-stage span { padding: 5px 10px; border: 1px solid currentColor; border-radius: 999px; font-weight: 800; font-size: 12px; }
.outcome-stage b { font-family: var(--display); font-size: 34px; line-height: 1; color: #b6c8bd; }
.outcome-card h3 { margin: 26px 0 10px; font-family: var(--display); font-size: 28px; line-height: 1.3; }
.outcome-card > p:not(.parent-note) { min-height: 72px; color: #557067; }
.outcome-card ul { margin: 26px 0 0; padding: 0; list-style: none; }
.outcome-card li { position: relative; padding: 10px 0 10px 22px; border-top: 1px solid var(--line); color: #38564b; font-size: 14px; }
.outcome-card li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 900; }
.parent-note { margin-top: 18px; padding: 12px 14px; background: #edf0d4; color: #38564b; font-size: 12px; line-height: 1.55; }
.outcomes-action { max-width: 1120px; margin: 52px auto 0; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-left: 4px solid var(--sun); background: #fff8d9; }
.outcomes-action p { margin: 0; color: #466157; }
.curriculum { background: var(--cream); }
.material-grid { max-width: 1120px; margin: 68px auto 0; display: grid; gap: 48px; }
.material-card { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; align-items: center; gap: clamp(34px, 7vw, 100px); }
.material-card.reverse { grid-template-columns: 1.2fr minmax(260px, .8fr); }
.material-card.reverse .material-cover { order: 2; }
.material-card.reverse .material-copy { order: 1; }
.material-cover { width: min(100%, 350px); aspect-ratio: .72; justify-self: center; position: relative; overflow: hidden; border: 10px solid white; box-shadow: 12px 14px 0 rgba(22, 53, 45, .12), var(--shadow); background: var(--forest); }
.material-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: .82; }
.material-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(0,0,0,.18), rgba(0,0,0,.42)); }
.bw-cover { background: #049779; transform: rotate(-3deg); }
.wsw-cover { background: #ee9e2a; transform: rotate(3deg); }
.smrt-cover { background: #168e84; transform: rotate(-2deg); }
.cover-title { position: absolute; z-index: 1; inset: 0; padding: 28px 24px; display: flex; flex-direction: column; color: white; text-shadow: 0 2px 12px rgba(0,0,0,.3); }
.cover-title small { font-size: 12px; letter-spacing: .15em; }
.cover-title strong { margin-top: auto; font-family: var(--display); font-size: clamp(58px, 6vw, 84px); line-height: .9; letter-spacing: -.07em; }
.cover-title span { margin-top: 10px; font-family: var(--display); font-size: 22px; }
.material-copy h3 { font-family: var(--display); font-size: clamp(30px, 3vw, 44px); line-height: 1.3; margin-bottom: 15px; }
.material-copy > p:not(.eyebrow) { color: #506960; font-size: 17px; }
.material-copy ul { margin: 22px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 9px; }
.material-copy li { border: 1px solid rgba(30, 91, 72, .28); padding: 6px 12px; border-radius: 999px; color: var(--forest); font-size: 12px; font-weight: 700; }
.detail-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 0 0 5px; border: 0; border-bottom: 2px solid var(--sun); background: transparent; color: var(--forest); cursor: pointer; font-weight: 800; font-size: 14px; }
.detail-link span { font-size: 18px; line-height: 1; transition: transform .2s ease; }
.detail-link:hover span, .detail-link:focus-visible span { transform: translate(3px, -3px); }
.detail-link:focus-visible { outline: 3px solid rgba(243,196,71,.7); outline-offset: 4px; }
.material-dialog { width: min(980px, calc(100vw - 32px)); max-height: min(88vh, 880px); border: 0; padding: 0; background: var(--paper); color: var(--ink); box-shadow: 0 28px 90px rgba(7, 29, 22, .38); overflow: auto; }
.material-dialog::backdrop { background: rgba(12, 39, 30, .7); backdrop-filter: blur(3px); }
.dialog-close { position: sticky; top: 14px; z-index: 2; display: flex; justify-content: flex-end; height: 0; padding-right: 14px; }
.dialog-close button { width: 42px; height: 42px; border: 1px solid rgba(22,53,45,.18); border-radius: 50%; background: white; color: var(--ink); box-shadow: 0 4px 18px rgba(22,53,45,.15); cursor: pointer; font-size: 28px; line-height: 1; }
.dialog-panel { padding: clamp(42px, 7vw, 78px); }
.dialog-panel h2 { max-width: 670px; margin-bottom: 14px; font-size: clamp(32px, 4vw, 50px); }
.dialog-panel > p:not(.eyebrow) { max-width: 730px; color: #506960; font-size: 17px; }
.full-detail-image { margin: 34px 0 0; border: 1px solid var(--line); background: white; }
.full-detail-image img { display: block; width: 100%; height: auto; }
.full-detail-image figcaption { padding: 12px 14px; color: #506960; font-size: 13px; font-weight: 700; }
.reading-support { max-width: 1120px; margin: 60px auto 0; padding: 28px 32px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: var(--ink); color: white; border-radius: 6px 30px 6px 30px; }
.reading-support strong, .reading-support span { display: block; }
.reading-support strong { font-family: var(--display); font-size: 21px; line-height: 1.45; }
.reading-support span { color: #c9dad1; font-size: 13px; margin-top: 8px; }
.support-materials { display: flex; gap: 12px; }
.support-materials figure { width: 88px; margin: 0; }
.support-materials img { display: block; width: 88px; height: 104px; object-fit: cover; object-position: top; border: 2px solid rgba(255,255,255,.46); }
.support-materials figcaption { margin-top: 5px; color: #c9dad1; font-size: 10px; line-height: 1.4; }
.cambridge { background: #eaf1f4; }
.cambridge .section-heading > p:last-child { color: #536d74; }
.ket-reasons { max-width: 1120px; margin: 56px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ket-reason { padding: 32px 30px; background: white; border: 1px solid rgba(75,118,149,.18); border-top: 6px solid var(--blue); box-shadow: 0 16px 36px rgba(45,79,95,.09); }
.ket-reason:nth-child(2) { border-top-color: var(--sun); }
.ket-reason:nth-child(3) { border-top-color: var(--coral); }
.ket-reason > span { color: var(--blue); font-family: var(--display); font-size: 30px; }
.ket-reason:nth-child(2) > span { color: #b6880b; }
.ket-reason:nth-child(3) > span { color: #bd5d3e; }
.ket-reason h3 { margin: 4px 0 12px; font-family: var(--display); font-size: 25px; }
.ket-reason p { margin: 0; color: #536d74; font-size: 15px; }
.school-bridge { max-width: 1120px; margin: 24px auto 0; padding: 44px; background: var(--ink); color: white; border-radius: 6px 38px 6px 38px; }
.school-bridge-heading { max-width: 860px; }
.school-bridge-heading .eyebrow { color: #a9cb8d; }
.school-bridge-heading h3 { margin-bottom: 12px; font-family: var(--display); font-size: clamp(28px, 3vw, 42px); line-height: 1.35; }
.school-bridge-heading > p:last-child { color: #c8d8d2; }
.school-benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 30px; border: 1px solid rgba(255,255,255,.16); }
.school-benefit-grid article { min-width: 0; padding: 22px 18px; border-right: 1px solid rgba(255,255,255,.16); }
.school-benefit-grid article:last-child { border-right: 0; }
.school-benefit-grid b, .school-benefit-grid span { display: block; }
.school-benefit-grid b { margin-bottom: 7px; color: var(--sun); font-family: var(--display); font-size: 18px; }
.school-benefit-grid span { color: #c8d8d2; font-size: 13px; line-height: 1.7; }
.ket-boundary { margin-top: 24px; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr; gap: 12px; background: rgba(255,255,255,.07); border-left: 4px solid var(--coral); }
.ket-boundary strong { color: #ffd9c9; }
.ket-boundary p { margin: 0; color: #c8d8d2; font-size: 13px; }
.ket-cta { margin-top: 26px; background: var(--sun); color: var(--ink); box-shadow: none; }
.exam-grid { max-width: 1120px; margin: 58px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.exam-card { padding: 38px; background: #fff; border: 1px solid rgba(75,118,149,.2); border-top: 7px solid var(--blue); box-shadow: 0 18px 42px rgba(45,79,95,.1); }
.exam-card.pet { border-top-color: var(--coral); }
.exam-label { margin-bottom: 12px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.exam-card.pet .exam-label { color: #bd5d3e; }
.exam-card h3 { margin-bottom: 10px; font-family: var(--display); font-size: 30px; }
.exam-card > p:not(.exam-label) { color: #536d74; }
.exam-card ul { margin: 26px 0 0; padding: 0; list-style: none; }
.exam-card li { display: grid; grid-template-columns: 58px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(75,118,149,.18); }
.exam-card li b { color: var(--forest); }
.exam-card li span { color: #4e676e; font-size: 14px; }
.exam-path { max-width: 1120px; margin: 24px auto 0; padding: 38px; background: var(--ink); color: white; border-radius: 6px 36px 6px 36px; }
.exam-path-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.exam-path-heading .eyebrow { color: #a9cb8d; }
.exam-path-heading h3 { margin-bottom: 14px; font-family: var(--display); font-size: 30px; }
.exam-path ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.exam-path li { padding: 20px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.exam-path li span, .exam-path li b { display: block; }
.exam-path li span { color: var(--sun); font-family: var(--display); font-size: 26px; }
.exam-path li b { margin: 5px 0; font-size: 16px; }
.exam-path li p { margin: 0; color: #bfd0ca; font-size: 13px; line-height: 1.6; }
.exam-note { margin: 22px 0 0; color: #c8d8d2; font-size: 12px; }
.curriculum-map { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5vw; margin: 80px 0 60px; }
.map-line { position: absolute; height: 2px; background: var(--ink); left: 15%; right: 15%; top: 50%; }
.course-node { z-index: 1; min-height: 280px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 18px 50px rgba(22,53,45,.1); }
.course-node span { font-size: 12px; letter-spacing: .2em; }
.course-node h3 { font-family: var(--display); font-size: 54px; margin: 3px 0; }
.course-node p { margin-bottom: 4px; font-weight: 700; }
.course-node small { opacity: .7; }
.course-node.mint { background: #cbe2bd; transform: rotate(-3deg); }
.course-node.yellow { background: #f1ce61; transform: translateY(20px); }
.course-node.blue { background: #b7d0db; transform: rotate(3deg); }
.support-courses { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.support-courses article { padding: 42px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px 42px 10px 10px; }
.support-courses h3 { font-family: var(--display); font-size: 28px; }
.pending-tag { display: inline-block; background: var(--cream); border: 1px dashed var(--leaf); padding: 5px 10px; font-size: 11px; }
.stories { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; }
.video-card { border: 1px solid var(--line); background: white; }
.video-card > div:last-child { padding: 24px; }
.video-card small { color: var(--coral); }
.video-card h3 { font-family: var(--display); font-size: 22px; line-height: 1.5; margin: 7px 0 0; }
.video-placeholder { aspect-ratio: 4 / 3; background: linear-gradient(145deg, #567668, #aac78c); display: grid; place-items: center; color: white; position: relative; overflow: hidden; }
.video-placeholder::before { content: "READ"; position: absolute; font: 800 74px/1 var(--display); opacity: .08; transform: rotate(-12deg); }
.video-placeholder.warm { background: linear-gradient(145deg, #d77952, #e6bc76); }
.video-placeholder.paper { background: linear-gradient(145deg, #557b91, #bdd1d9); }
.video-placeholder button { width: 58px; height: 58px; border-radius: 50%; border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.16); color: white; cursor: pointer; }
.video-placeholder span { position: absolute; bottom: 16px; font-size: 12px; }
.privacy-note { text-align: center; margin: 26px 0 0; color: #71827c; font-size: 12px; }
.camp { background: var(--paper); padding-top: 20px; }
.camp-card { background: var(--sun); color: var(--ink); border-radius: 8px 80px 8px 80px; padding: 64px; display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: center; }
.camp-number { display: flex; align-items: start; }
.camp-number strong { font: 700 clamp(84px, 11vw, 160px)/.8 var(--display); }
.camp-number span { font-size: 22px; }
.camp-copy h2 { font-size: clamp(32px, 3.6vw, 52px); }
.camp-copy ul { padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.camp-copy li { border: 1px solid rgba(22,53,45,.4); padding: 5px 12px; border-radius: 999px; font-size: 12px; }
.dark { background: var(--ink); color: white; white-space: nowrap; }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--cream); }
.faq-list details, .privacy details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; position: relative; padding: 22px 42px 22px 0; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; font-size: 24px; font-weight: 300; }
details[open] summary::after { content: "−"; }
.faq-list details p { color: #587067; padding-right: 50px; }
.booking { background: var(--forest); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start; }
.booking .eyebrow { color: #b5d89d; }
.booking-copy > p { color: #d1dfda; }
.contact-card { margin-top: 42px; padding: 28px; border: 1px solid rgba(255,255,255,.22); }
.contact-card span { color: #b5d89d; font-size: 12px; letter-spacing: .18em; }
.contact-card ol { padding-left: 20px; }
.contact-card li { margin: 8px 0; }
.lead-form { padding: 40px; background: var(--paper); color: var(--ink); border-radius: 10px 50px 10px 10px; box-shadow: var(--shadow); }
.consultation-card h3 { margin-top: 8px; font-size: clamp(28px, 3vw, 40px); }
.consultation-card > p { color: #587067; }
.consultation-card ul { margin: 28px 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.consultation-card li { padding: 16px 18px; border: 1px solid var(--line); background: white; }
.consultation-card .consultation-note { margin: 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 700; font-size: 13px; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #b9c5c0; background: transparent; padding: 11px 4px; color: var(--ink); border-radius: 0; margin-top: 3px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--forest); box-shadow: 0 2px 0 var(--forest); }
[aria-invalid="true"] { border-color: #b94f3b; }
.field-error { color: #b94f3b; min-height: 18px; margin: 3px 0 0; font-size: 11px; }
.consent-row { margin: 4px 0 20px; }
.consent-row label { display: grid; grid-template-columns: 20px 1fr; gap: 8px; font-size: 11px; color: #536760; }
.consent-row input { width: auto; margin-top: 4px; }
.submit-button { width: 100%; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--forest); font-size: 12px; text-align: center; }
.privacy { padding-top: 24px; padding-bottom: 24px; background: var(--forest); color: white; }
.privacy details { border-color: rgba(255,255,255,.2); }
.privacy p { color: #c5d7d0; max-width: 900px; }
.site-footer { background: #102921; color: white; padding: 60px max(6vw, 24px) 90px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; }
.site-footer strong { font-family: var(--display); font-size: 24px; }
.site-footer span { color: #a9cb8d; font-size: 12px; }
.site-footer p { color: #aebcb7; font-size: 13px; }
.mobile-booking { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section-pad { padding: 78px 22px; }
  .site-header { height: 68px; }
  .menu-button { display: block; }
  #site-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 20px 24px 28px; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  #site-nav.is-open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { max-width: 540px; margin-inline: auto; width: 100%; }
  .visual-placeholder { aspect-ratio: 4 / 4.3; }
  .intro, .faq, .booking { grid-template-columns: 1fr; }
  .assessment { grid-template-columns: 1fr; gap: 24px; }
  .assessment-visual { min-height: 330px; }
  .first-visit-routes { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card + .value-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .comparison-grid { grid-template-columns: 1fr; max-width: 680px; }
  .comparison-closing { max-width: 680px; align-items: flex-start; flex-direction: column; }
  .stage-panel { padding: 38px 28px; grid-template-columns: 1fr; gap: 22px; }
  .outcome-grid { grid-template-columns: 1fr; max-width: 620px; }
  .outcome-card { min-height: auto; }
  .outcome-card.middle { transform: none; }
  .curriculum-map { gap: 18px; }
  .material-card, .material-card.reverse { grid-template-columns: minmax(220px, .8fr) 1fr; gap: 34px; }
  .material-card.reverse .material-cover { order: 2; }
  .material-card.reverse .material-copy { order: 1; }
  .reading-support { grid-template-columns: 1fr; gap: 16px; }
  .ket-reasons { grid-template-columns: 1fr; max-width: 680px; }
  .school-benefit-grid { grid-template-columns: 1fr 1fr; }
  .school-benefit-grid article { border-bottom: 1px solid rgba(255,255,255,.16); }
  .school-benefit-grid article:nth-child(2n) { border-right: 0; }
  .school-benefit-grid article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .exam-path ol { grid-template-columns: 1fr 1fr; }
  .course-node { min-height: 220px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .camp-card { grid-template-columns: auto 1fr; padding: 45px 32px; gap: 28px; }
  .camp-card > .button { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { padding-bottom: 64px; }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .hero { padding-top: 48px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-button { justify-content: flex-start; }
  .trust-list { gap: 8px 16px; }
  .floating-note { right: -8px; bottom: 12%; padding: 12px 14px; }
  .stage-tabs button { padding: 15px 6px; }
  .stage-tabs { grid-template-columns: 1fr 1fr; }
  .stage-tabs button b { font-size: 20px; }
  .stage-panel { border-radius: 0 0 32px 6px; }
  .outcome-grid { margin-top: 42px; }
  .outcome-card { padding: 26px 22px; }
  .outcome-card > p:not(.parent-note) { min-height: 0; }
  .outcomes-action { margin-top: 34px; padding: 22px; align-items: stretch; flex-direction: column; }
  .outcomes-action .button { width: 100%; }
  .curriculum-map { grid-template-columns: 1fr; margin-top: 46px; }
  .material-grid { gap: 58px; margin-top: 48px; }
  .material-card, .material-card.reverse { display: flex; flex-direction: column; gap: 28px; align-items: stretch; }
  .material-card.reverse .material-cover, .material-card.reverse .material-copy { order: initial; }
  .material-cover { width: min(238px, 70vw); }
  .material-copy { text-align: left; }
  .dialog-panel { padding: 48px 24px 28px; }
  .full-detail-image { margin-top: 26px; }
  .reading-support { padding: 24px; margin-top: 48px; }
  .comparison-grid { margin-top: 34px; }
  .comparison-column-title { padding: 26px 22px 20px; }
  .comparison-item { padding: 20px 22px 20px 80px; }
  .comparison-item > span { top: 22px; left: 22px; }
  .comparison-closing { padding: 22px; }
  .comparison-closing .button { width: 100%; text-align: center; }
  .school-bridge { padding: 30px 22px; }
  .school-benefit-grid { grid-template-columns: 1fr; }
  .school-benefit-grid article, .school-benefit-grid article:nth-child(2n) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .school-benefit-grid article:last-child { grid-column: auto; border-bottom: 0; }
  .ket-boundary { grid-template-columns: 1fr; }
  .ket-cta { width: 100%; text-align: center; }
  .exam-grid, .exam-path ol { grid-template-columns: 1fr; }
  .exam-card, .exam-path { padding: 26px 22px; }
  .map-line { width: 2px; height: auto; top: 10%; bottom: 10%; left: 50%; right: auto; }
  .course-node { width: min(270px, 82vw); min-height: 270px; margin-inline: auto; }
  .course-node.yellow { transform: translateX(12px); }
  .support-courses, .story-grid { grid-template-columns: 1fr; }
  .support-courses article { padding: 30px 24px; }
  .camp-card { grid-template-columns: 1fr; border-radius: 6px 52px 6px 52px; }
  .camp-number strong { font-size: 112px; }
  .lead-form { padding: 30px 20px; border-radius: 8px 36px 8px 8px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 60px; }
  .mobile-booking { display: flex; position: fixed; left: 12px; right: 12px; bottom: 10px; height: 50px; align-items: center; justify-content: center; z-index: 60; background: var(--sun); color: var(--ink); border: 1px solid rgba(22,53,45,.25); box-shadow: 0 10px 30px rgba(10,40,30,.28); text-decoration: none; font-weight: 800; border-radius: 999px; }
}

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