:root { --forest:#173c35; --forest-deep:#102d28; --wood:#704526; --orange:#c96227; --orange-deep:#9e4316; --mint:#dff3e7; --moss:#edf3e6; --cream:#fbfaf5; --ink:#1d2b27; --muted:#52625b; --line:#d8dfd5; --white:#fff; --radius:24px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body { margin:0; background:var(--cream); color:var(--ink); font:400 17px/1.6 ui-rounded, "Avenir Next", "Segoe UI", system-ui, sans-serif; }
a { color:var(--orange-deep); font-weight:750; text-underline-offset:3px; }
a:hover { color:var(--forest); }
a:focus-visible { outline:3px solid var(--orange); outline-offset:4px; border-radius:4px; }
h1,h2,h3,p { margin-top:0; } h1,h2,h3 { font-family:ui-rounded, "Avenir Next", "Trebuchet MS", sans-serif; line-height:1.1; letter-spacing:-.035em; } h1 { font-size:clamp(2.75rem,5vw,5rem); margin-bottom:22px; } h2 { font-size:clamp(2rem,3.5vw,3.25rem); margin-bottom:18px; } h3 { font-size:1.3rem; margin:16px 0 9px; }
.skip-link { position:fixed; z-index:20; top:-100px; left:16px; background:var(--white); color:var(--forest); padding:10px 14px; } .skip-link:focus { top:16px; }
.site-header { width:min(1180px,calc(100% - 40px)); min-height:84px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { color:var(--forest); display:inline-flex; align-items:center; gap:10px; text-decoration:none; font-size:1.35rem; font-weight:850; letter-spacing:-.04em; } .brand-mark { display:grid; place-items:center; width:34px; height:34px; border-radius:12px 12px 14px 14px; background:var(--forest); color:var(--mint); font-size:1.05rem; letter-spacing:-.08em; }
nav { display:flex; flex-wrap:wrap; gap:24px; } nav a { color:var(--forest); text-decoration:none; font-size:.96rem; }
.hero { min-height:560px; padding:70px max(20px,calc((100% - 1180px)/2)); display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr); align-items:center; gap:64px; background:linear-gradient(160deg,var(--moss) 0%,#f4f6e9 55%,#f8eee1 100%); overflow:hidden; }
.hero-copy { max-width:650px; }.eyebrow { margin-bottom:13px; font-weight:850; font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; color:var(--orange-deep); }.lede { max-width:590px; font-size:1.22rem; color:var(--muted); }.hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:22px; margin:30px 0 24px; }.button { display:inline-block; padding:13px 20px 14px; border-radius:16px; background:var(--orange); box-shadow:0 4px 0 var(--orange-deep); color:white; text-decoration:none; font-weight:850; }.button:hover { color:white; background:#b75420; transform:translateY(1px); box-shadow:0 3px 0 var(--orange-deep); }.text-link { color:var(--forest); }.availability { max-width:540px; margin-bottom:10px; color:var(--forest); }.quiet { max-width:510px; font-size:.88rem; color:var(--muted); }
.hero-art { position:relative; height:390px; border:2px solid rgba(112,69,38,.15); border-radius:42% 42% 30px 30px; background:#cfe9d6; overflow:hidden; box-shadow:0 20px 40px rgba(23,60,53,.12); }.ontario-badge { position:absolute;z-index:3;top:22px;left:22px;display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;column-gap:9px;align-items:center;padding:10px 14px 11px;border:1px solid rgba(255,255,255,.55);border-radius:17px;background:rgba(23,60,53,.94);box-shadow:0 8px 20px rgba(23,60,53,.2);color:white;line-height:1.05;transform:rotate(-2deg); }.ontario-badge span { grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#f3c968;color:var(--forest);font-size:.8rem;transform:rotate(45deg); }.ontario-badge strong { font-size:.88rem;letter-spacing:.01em; }.ontario-badge small { margin-top:3px;color:#d8e9df;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase; }.sun { position:absolute; top:38px; right:58px; width:74px; height:74px; border-radius:50%; background:#f6c967; }.hill { position:absolute; border-radius:50%; }.hill-one { width:460px;height:210px; background:#88c59e; bottom:-80px; left:-80px; }.hill-two { width:380px;height:220px; background:#4f9875; bottom:-115px; right:-105px; }.tree { position:absolute; width:0;height:0;border-left:36px solid transparent;border-right:36px solid transparent;border-bottom:110px solid #28634e; }.tree:after { content:""; position:absolute; left:-6px; top:104px; width:12px;height:58px; background:var(--wood); }.tree-one { left:40px;top:78px; transform:scale(.7); }.tree-two { right:120px;top:90px; transform:scale(.9); }.trail { position:absolute; height:55px;width:390px;right:-32px;bottom:45px; background:#e6bf8b; transform:rotate(-12deg);border-radius:50%; }.hero-art img { position:absolute; width:122px;height:145px;object-fit:contain;bottom:35px;left:50%;transform:translateX(-50%);filter:drop-shadow(0 12px 8px rgba(25,56,41,.2)); }.math-card { position:absolute; display:grid;place-items:center; width:94px;height:62px;border-radius:14px; background:#fffefa;color:var(--forest); font-weight:850;box-shadow:0 8px 18px rgba(32,74,58,.14); }.card-one { left:35%;top:78px;transform:rotate(-8deg); }.card-two { right:8%;bottom:96px;transform:rotate(8deg);font-size:1.5rem; }
.proof { width:min(1120px,calc(100% - 40px)); margin:-40px auto 0; position:relative; display:grid;grid-template-columns:repeat(3,1fr); background:var(--forest);color:white;border-radius:var(--radius); }.proof article { padding:24px 28px; }.proof article+article { border-left:1px solid rgba(255,255,255,.2); }.proof strong,.proof span { display:block; }.proof strong { font-size:1.1rem; }.proof span { color:#d5e3dc;font-size:.9rem; }
.practice-depth { width:min(1120px,calc(100% - 40px));margin:0 auto;padding:104px 0 112px; }
.practice-depth-heading { margin-bottom:32px; }
.practice-depth-heading>div:first-child { max-width:780px; }.practice-depth-heading>div:first-child>p:not(.eyebrow) { margin-bottom:0;color:var(--muted);font-size:1.1rem; }
.practice-infographic { margin:0 0 44px;overflow:hidden;border:1px solid #c8d9cc;border-radius:28px;background:var(--moss);box-shadow:0 18px 42px rgba(23,60,53,.11); }.practice-infographic img { display:block;width:100%;height:auto; }.practice-infographic figcaption { padding:12px 18px;color:var(--forest);font-size:.82rem;font-weight:800;text-align:center; }
.grade-practice-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px; }
.grade-practice-card { overflow:hidden;padding:25px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 10px 28px rgba(23,60,53,.07); }
.grade-practice-card>header { display:flex;align-items:center;gap:14px;margin-bottom:23px; }.grade-practice-card header p { margin:0;color:var(--orange-deep);font-size:.7rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase; }.grade-practice-card h3 { margin:2px 0 0;font-size:1.32rem; }
.grade-number { display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:18px 18px 20px 20px;background:var(--forest);color:var(--mint);font-size:1.5rem;font-weight:900;letter-spacing:-.05em; }
.practice-metrics { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line); }
.practice-metric { min-width:0;padding:18px 12px 16px 0; }.practice-metric+.practice-metric { padding-left:14px;border-left:1px solid var(--line); }.practice-metric strong,.practice-metric span { display:block; }.practice-metric strong { color:var(--forest);font-size:clamp(1.35rem,2.3vw,1.75rem);line-height:1;letter-spacing:-.04em; }.practice-metric span { margin-top:8px;color:var(--muted);font-size:.75rem;font-weight:750;line-height:1.3; }
.practice-range { margin:15px 0 13px;color:var(--muted);font-size:.85rem; }.practice-range strong { color:var(--ink);font-size:1rem; }
.practice-levels { display:flex;gap:7px; }.practice-levels span { flex:1;padding:7px 8px;border-radius:999px;background:var(--mint);color:var(--forest);font-size:.74rem;font-weight:850;text-align:center; }.practice-levels span:nth-child(2) { background:#f6e6cb;color:#754214; }.practice-levels span:nth-child(3) { background:#edd8d0;color:#76351f; }
.grade-ten-card { grid-column:1/-1;background:linear-gradient(145deg,#fff 0%,#f2f7ef 100%); }.course-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px; }.course-practice { padding:20px;border:1px solid #cad9cd;border-radius:18px;background:rgba(255,255,255,.8); }.course-practice h4 { margin:0 0 17px;color:var(--forest);font-size:1.12rem;line-height:1.2; }.course-practice h4 span { margin-left:5px;color:var(--muted);font-size:.76rem;letter-spacing:.08em; }
.practice-definitions { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:22px;overflow:hidden;border:1px solid #c8d9cc;border-radius:20px;background:#c8d9cc; }.practice-definitions div { padding:20px;background:var(--moss); }.practice-definitions strong,.practice-definitions span { display:block; }.practice-definitions strong { margin-bottom:6px;color:var(--forest);font-size:.88rem; }.practice-definitions span { color:var(--muted);font-size:.8rem;line-height:1.45; }
.section,.curriculum,.support-section { width:min(1120px,calc(100% - 40px)); margin:0 auto; padding:112px 0; }.section-heading { max-width:730px; }.section-heading>p:not(.eyebrow),.curriculum p { color:var(--muted);font-size:1.1rem; }.steps { display:grid;grid-template-columns:repeat(3,1fr);gap:20px; list-style:none; padding:0;margin:48px 0 0;counter-reset:steps; }.steps li { padding:26px; background:var(--white); border:1px solid var(--line); border-radius:var(--radius); }.steps p,.feature-card p { color:var(--muted); margin-bottom:0; }.step-number { color:var(--orange-deep);font-weight:900;letter-spacing:.08em; }
.curriculum { display:grid;grid-template-columns:1fr .8fr;gap:72px;align-items:center; border-top:1px solid var(--line);border-bottom:1px solid var(--line); }.strand-list { margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px; }.strand-list li { display:flex;align-items:center;gap:11px;padding:14px;background:var(--white);border-radius:14px;font-weight:750; }.dot {width:14px;height:14px;border-radius:50%;}.number{background:#1cb0f6}.algebra{background:#ce82ff}.data{background:#2ec4b6}.spatial{background:#ff9600}.money{background:#e2af00}
.showcase { padding-bottom:96px; }.gallery-group { margin-top:46px; }.gallery-group+.gallery-group { margin-top:72px; }.gallery-group h3 { font-size:1.35rem;margin:0 0 24px; }.screenshots { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;align-items:start; }.screenshots figure { margin:0;text-align:center; }.parent-screenshots { grid-template-columns:repeat(2,minmax(0,1fr));gap:32px; }.parent-screen-column { display:grid;gap:54px;align-content:start; }.parent-screenshots .phone-frame { max-width:360px;aspect-ratio:390/844; }.parent-screenshots .phone-frame img { height:100%;object-fit:cover;object-position:center top;animation:parent-page-scroll 20s ease-in-out infinite alternate; }.parent-screen-column:first-child figure:nth-child(2) img { animation-duration:16s; }.parent-screen-column:last-child figure:first-child img { animation-duration:28s; }.parent-screen-column:last-child figure:nth-child(2) img { animation-duration:22s; }.parent-screenshots .phone-frame:hover img { animation-play-state:paused; }.screen-label { margin:0 0 14px;color:var(--forest);font-size:1.2rem;line-height:1.2; }.phone-frame { max-width:300px;margin:0 auto 18px;padding:9px;border:2px solid rgba(23,60,53,.22);border-radius:36px;background:#17201e;box-shadow:0 22px 44px rgba(23,60,53,.16);overflow:hidden; }.phone-frame img { display:block;width:100%;height:auto;border-radius:27px; }.screenshots figcaption { max-width:32ch;margin:0 auto;color:var(--muted);font-size:.95rem; }
@keyframes parent-page-scroll { 0%,12% { object-position:center top; } 88%,100% { object-position:center bottom; } }
.parent-section { padding-bottom:112px; }.parent-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px; }.feature-card { padding:28px;background:#f0f6ee;border-radius:var(--radius); }.feature-icon { display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--mint);color:var(--forest);font-size:1.5rem;font-weight:800; }
.privacy-callout { padding:68px max(20px,calc((100% - 1120px)/2));background:var(--forest);color:white;display:flex;align-items:center;justify-content:space-between;gap:45px; }.privacy-callout>div { max-width:740px; }.privacy-callout .eyebrow { color:#bce1cd; }.privacy-callout h2 { margin-bottom:16px; }.privacy-callout p:not(.eyebrow) { color:#d6e4dc; }.button-light { flex:0 0 auto;background:var(--mint);box-shadow:0 4px 0 #aacdb8;color:var(--forest); }.button-light:hover { color:var(--forest);background:#ccebd9;box-shadow:0 3px 0 #aacdb8; }
.support-section { padding-bottom:104px;max-width:760px;margin-left:max(20px,calc((100% - 1120px)/2)); }.support-section p { color:var(--muted); }.support-section strong { color:var(--ink); }.site-footer { padding:38px max(20px,calc((100% - 1120px)/2)); border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:22px;color:var(--muted);font-size:.88rem; }.site-footer div { display:flex;gap:22px; }.site-footer p { margin:0; }
.error-page { min-height:100vh;background:linear-gradient(155deg,var(--moss),#f8eee1); }.error-main { width:min(720px,calc(100% - 40px)); margin:9vh auto;padding:60px 0; }.error-main>p:last-child { margin-top:32px; }
@media (max-width:760px) { body{font-size:16px}.site-header{min-height:70px;width:calc(100% - 32px)}nav{gap:14px}nav a{font-size:.85rem}.hero{min-height:0;padding:48px 20px 64px;grid-template-columns:1fr;gap:36px}.hero-art{height:290px;max-width:520px;width:100%;margin:auto}.proof{grid-template-columns:1fr;margin-top:-28px;width:calc(100% - 32px)}.proof article{padding:18px 20px}.proof article+article{border-left:0;border-top:1px solid rgba(255,255,255,.2)}.practice-depth{width:calc(100% - 32px);padding:72px 0}.practice-depth-heading{margin-bottom:24px}.practice-infographic{margin-bottom:34px;border-radius:18px}.practice-infographic figcaption{padding:10px 12px}.grade-practice-grid,.course-grid,.practice-definitions{grid-template-columns:1fr}.grade-ten-card{grid-column:auto}.section,.curriculum,.support-section{width:calc(100% - 32px);padding:72px 0}.steps,.parent-grid{grid-template-columns:1fr;margin-top:32px}.curriculum{grid-template-columns:1fr;gap:28px}.strand-list{grid-template-columns:1fr 1fr}.screenshots{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:18px;padding:8px 4px 30px}.screenshots figure{flex:0 0 min(82vw,300px);scroll-snap-align:center}.parent-screenshots{display:grid;grid-template-columns:1fr;overflow:visible;scroll-snap-type:none;padding:8px 0 30px}.parent-screen-column{gap:42px}.parent-screenshots figure{width:100%;max-width:360px;margin-inline:auto}.phone-frame{box-shadow:0 14px 28px rgba(23,60,53,.14)}.privacy-callout{padding:54px 20px;display:block}.privacy-callout .button{margin-top:10px}.site-footer{padding:28px 16px;display:grid;grid-template-columns:1fr 1fr}.site-footer p{grid-column:1/-1}.site-footer div{justify-content:flex-end;gap:14px}.support-section{margin-left:auto}.card-one{left:22%}.card-two{right:5%} }
@media (max-width:390px) { nav a:nth-child(2){display:none}.strand-list{grid-template-columns:1fr}.site-footer{display:block}.site-footer div{margin:18px 0}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.button:hover{transform:none}.parent-screenshots .phone-frame img{animation:none;object-position:center top} }
