:root{color-scheme:light;--paper:#fbfaf7;--cream:#f2ece2;--sand:#ddd1bd;--gold:#967745;--gold-light:#cdb88f;--ink:#2f2b26;--muted:#6f675d;--white:#fff;--line:rgba(150,119,69,.25)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;font-size:16px;line-height:1.6}
a{color:inherit}
.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,88px);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:relative;z-index:5}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none}
.brand-mark{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#fff;display:grid;place-items:center;box-shadow:0 0 0 1px rgba(150,119,69,.2)}
.brand-mark img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.brand-words{display:flex;flex-direction:column;line-height:1.15}
.brand-words strong{font-family:"Playfair Display",Georgia,serif;font-size:1.23rem;font-weight:600;color:#765b30}
.brand-words span{font-size:.7rem;text-transform:uppercase;letter-spacing:.17em;color:var(--muted);margin-top:4px}
nav{display:flex;gap:30px;align-items:center}
nav a{text-decoration:none;font-size:.9rem;font-weight:600;color:#4d463e}
nav a:hover{color:var(--gold)}
.hero{min-height:660px;padding:clamp(66px,9vw,120px) clamp(24px,7vw,108px);display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.86fr);gap:clamp(48px,8vw,120px);align-items:center;background:radial-gradient(circle at 88% 20%,rgba(205,184,143,.28),transparent 31%),linear-gradient(145deg,#fbfaf7 0%,#f7f1e7 100%);overflow:hidden}
.hero-copy{max-width:720px}
.eyebrow{margin:0 0 17px;color:var(--gold);font-weight:700;letter-spacing:.16em;font-size:.78rem;text-transform:uppercase}
h1,h2,h3{font-family:"Playfair Display",Georgia,serif;margin:0;line-height:1.12}
h1{font-size:clamp(3rem,5.5vw,5.6rem);font-weight:500;letter-spacing:-.035em}
.intro{font-size:clamp(1.05rem,1.35vw,1.25rem);color:var(--muted);max-width:660px;margin:28px 0 34px}
.primary-button{display:inline-flex;align-items:center;gap:14px;background:var(--gold);color:#fff;text-decoration:none;padding:14px 20px;border-radius:100px;font-weight:700;box-shadow:0 12px 28px rgba(112,84,42,.18);transition:.25s ease}
.primary-button:hover{background:#7d6137;transform:translateY(-2px)}
.primary-button span{font-size:1.25rem}
.hero-board{background:#fff;border:10px solid #d5c4a5;border-radius:26px;box-shadow:0 28px 70px rgba(75,56,24,.17),inset 0 0 20px rgba(205,184,143,.15);min-height:438px;position:relative;transform:rotate(1.2deg)}
.board-top{height:32px;border-bottom:2px solid #e2d8c6;display:flex;gap:6px;align-items:center;padding:0 16px}
.board-top span{width:8px;height:8px;border-radius:50%;background:#d6c6ab}
.board-content{padding:36px 36px 28px;color:#37332e}
.board-label{font-size:.75rem;letter-spacing:.17em;font-weight:700;color:var(--gold);margin:0 0 26px}
.math-row{display:flex;align-items:center;gap:25px}
.fraction{display:grid;width:48px;font-size:2rem;text-align:center;line-height:1.1;font-weight:500}
.fraction b{font-weight:500}.fraction b:first-child{border-bottom:2px solid #282522;padding-bottom:4px}.fraction b:last-child{padding-top:4px}
.equals{font-size:2rem}
.bar-model{display:grid;grid-template-columns:repeat(4,1fr);width:min(210px,50vw);height:60px;border:3px solid #282522;border-radius:5px;overflow:hidden}
.bar-model i{background:var(--gold-light);border-right:2px solid #282522}.bar-model i:last-child{border:0}.bar-model .empty{background:#fff}
.thinking-line{display:flex;gap:9px;flex-wrap:wrap;margin-top:32px}
.thinking-line span{border:1px solid var(--gold-light);border-radius:50px;padding:5px 10px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#6f5731}
.board-note{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.65rem,2.6vw,2.2rem);line-height:1.18;margin:42px 0 0}
.directory{padding:100px clamp(24px,7vw,108px) 112px;background:#fff}
.section-heading{max-width:690px;margin-bottom:48px}
.section-heading h2,.collection h2{font-size:clamp(2.25rem,4vw,4rem);font-weight:500}
.section-heading>p:last-child{color:var(--muted);font-size:1.08rem}
.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1320px;margin:auto}
.resource-card{position:relative;min-height:410px;border:1px solid var(--line);border-radius:26px;padding:36px;text-decoration:none;background:#fcfaf6;overflow:hidden;display:flex;flex-direction:column;transition:.25s ease}
.resource-card:before{content:"";position:absolute;right:-80px;top:-90px;width:250px;height:250px;border-radius:50%;background:rgba(205,184,143,.16)}
.resource-card:hover{transform:translateY(-5px);border-color:var(--gold-light);box-shadow:0 22px 55px rgba(89,68,34,.11)}
.resource-card:nth-child(2),.resource-card:nth-child(3){background:#f5efe5}
.card-number{position:absolute;right:28px;top:22px;font-family:"Playfair Display",Georgia,serif;font-size:3.8rem;color:rgba(150,119,69,.15);line-height:1}
.card-icon{width:50px;height:50px;border-radius:14px;background:var(--gold);color:#fff;display:grid;place-items:center;font-size:1.35rem;font-weight:700;margin-bottom:28px;position:relative}
.resource-card h3{font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:500;max-width:520px}
.resource-card>p{color:var(--muted);max-width:570px;margin:15px 0 16px}
.resource-card ul{list-style:none;padding:0;margin:0 0 24px;display:flex;gap:8px;flex-wrap:wrap}
.resource-card li{background:#fff;border:1px solid var(--line);border-radius:100px;padding:5px 11px;font-size:.78rem;color:#685536}
.card-link{margin-top:auto;font-weight:700;color:#755d37;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:18px}
.mini-board{background:#fff;border:3px solid var(--gold);display:flex;flex-direction:column;gap:5px;padding:10px}.mini-board i{display:block;width:26px;height:2px;background:var(--gold)}
.dice{grid-template-columns:repeat(2,6px);grid-template-rows:repeat(3,6px);gap:5px}.dice i{width:6px;height:6px;border-radius:50%;background:#fff}.dice i:nth-child(3){grid-column:1/3;justify-self:center}
.philosophy-strip{background:var(--gold);color:#fff;min-height:92px;display:flex;align-items:center;justify-content:center;gap:clamp(15px,3vw,42px);padding:24px clamp(20px,5vw,70px);text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:700;text-align:center}
.philosophy-strip p{margin:0}.philosophy-strip span{color:#eadfcf;font-size:1.2rem}
.collection{padding:105px clamp(24px,8vw,125px);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;background:var(--cream)}
.collection>p{font-size:1.15rem;color:var(--muted);margin:0 0 8px;max-width:620px}
footer{display:flex;align-items:center;justify-content:space-between;padding:36px clamp(24px,7vw,108px);background:#2f2b26;color:#eee6da;font-size:.85rem}
.footer-brand{display:flex;align-items:center;gap:16px}.footer-brand img{width:58px;height:58px;object-fit:cover;border-radius:50%;background:#fff}.footer-brand p{font-family:"Playfair Display",Georgia,serif;font-size:1.05rem}
@media(max-width:840px){.site-header{height:82px;padding:0 18px}.brand-mark{width:56px;height:56px}.brand-words strong{font-size:1.05rem}.brand-words span{font-size:.58rem}nav a:first-child{display:none}nav{gap:0}nav a{font-size:.78rem}.hero{grid-template-columns:1fr;padding:65px 22px 76px;gap:55px}.hero-board{min-height:375px;max-width:560px;width:100%;margin:auto;transform:none}.directory{padding:76px 20px 82px}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:390px;padding:28px}.philosophy-strip{display:grid;grid-template-columns:1fr auto 1fr;gap:9px}.philosophy-strip p:last-child{grid-column:2/4}.collection{grid-template-columns:1fr;gap:25px;padding:75px 24px}footer{align-items:flex-start;gap:30px}.footer-brand p{display:none}}
@media(max-width:470px){h1{font-size:2.75rem}.hero-board{min-height:345px;border-width:7px}.board-content{padding:29px 22px}.bar-model{width:165px;height:52px}.resource-card{min-height:410px}.philosophy-strip{font-size:.67rem}.site-header nav a{max-width:84px;text-align:right;line-height:1.2}footer{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-button,.resource-card{transition:none}}

/* Prepared to Succeed resource library */
.prepared-page{background:var(--paper)}
.prepared-hero{padding:70px clamp(24px,8vw,125px) 82px;background:var(--gold);color:#fff}
.prepared-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:clamp(42px,6vw,90px);align-items:center;max-width:1500px;margin:0 auto}
.prepared-hero-copy{min-width:0}
.prepared-hero-image{margin:0;border-radius:28px;overflow:hidden;aspect-ratio:4/5;min-height:430px;background:#e6ddcf;box-shadow:0 28px 65px rgba(69,45,14,.25);border:1px solid rgba(255,255,255,.35)}
.prepared-hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:55% center}
.breadcrumb{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:.82rem;margin-bottom:54px}.breadcrumb a{text-decoration:none;font-weight:700;color:#755d37}.breadcrumb a:hover{text-decoration:underline}
.prepared-hero .breadcrumb,.prepared-hero .breadcrumb a{color:#f3eadb}.prepared-hero .eyebrow{color:#f5e9d5}.prepared-hero h1{font-size:clamp(3rem,5.5vw,5.4rem);max-width:900px}.prepared-intro{max-width:900px;font-size:clamp(1.08rem,1.55vw,1.28rem);color:#fffaf2;margin:24px 0 0;line-height:1.7}.level-copy{max-width:900px;border-top:1px solid rgba(255,255,255,.32);margin-top:38px;padding-top:28px}.level-copy .eyebrow{margin-bottom:9px}.level-copy>p:last-child{font-size:1rem;line-height:1.72;color:#fffaf2;margin:0}
.resource-browser{padding:96px clamp(20px,7vw,108px) 110px;background:#fff}.browser-heading{max-width:740px}.browser-heading h2{font-size:clamp(2.35rem,4.5vw,4.5rem);font-weight:500}.browser-heading>p:last-child{color:var(--muted);font-size:1.08rem}
.year-tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:42px 0 22px;overflow-x:auto;padding:3px 3px 12px}.year-tab{appearance:none;border:1px solid var(--line);background:#faf7f1;border-radius:16px;padding:15px 10px;min-width:130px;color:var(--ink);font:600 .9rem "DM Sans",sans-serif;cursor:pointer;transition:.2s}.year-tab b{display:block;color:var(--gold);font-size:.73rem;text-transform:uppercase;letter-spacing:.1em;margin-top:4px}.year-tab:hover{border-color:var(--gold-light)}.year-tab.active{background:var(--gold);color:#fff;border-color:var(--gold);box-shadow:0 12px 25px rgba(112,84,42,.16)}.year-tab.active b{color:#fff4df}
.selection-panel{border:1px solid var(--line);border-radius:24px;padding:28px;background:var(--paper)}.selected-level{display:flex;flex-direction:column;margin-bottom:21px}.selected-level span{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-weight:700}.selected-level strong{font-family:"Playfair Display",Georgia,serif;font-size:1.55rem;color:#755d37}
.strand-list{display:flex;gap:9px;flex-wrap:wrap}.strand-chip{appearance:none;border:1px solid var(--line);border-radius:100px;background:#fff;color:#5f574e;padding:9px 14px;font:600 .8rem "DM Sans",sans-serif;cursor:pointer}.strand-chip:hover,.strand-chip.active{border-color:var(--gold);color:#60491f;background:#eee3d1}
.resource-results{padding-top:58px}.results-title{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:25px}.results-title .eyebrow{margin-bottom:8px}.results-title h3{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:500}.preview-note{background:#f5efe5;border:1px solid var(--line);color:#755d37;border-radius:100px;padding:7px 13px;font-size:.75rem;font-weight:700;white-space:nowrap}
.download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.download-card{position:relative;min-height:465px;border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;display:flex;flex-direction:column;box-shadow:0 12px 35px rgba(84,64,32,.06)}.download-card h4{font-family:"Playfair Display",Georgia,serif;font-size:1.45rem;line-height:1.2;margin:34px 0 10px}.download-card p{color:var(--muted);font-size:.92rem;margin:0 0 22px}.download-card button{margin-top:auto;border:0;border-radius:100px;padding:11px 14px;background:#e9e2d6;color:#7d7469;font-weight:700}.free-card{border-top:5px solid var(--gold)}.locked-card{background:#f7f3ec;color:#766e63}.access-badge{position:absolute;left:25px;top:24px;font-size:.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;border-radius:100px;padding:5px 9px}.access-badge.free{color:#fff;background:var(--gold)}.access-badge.locked{color:#6f675d;background:#e4dccf}.file-icon,.lock-icon{position:absolute;right:24px;top:24px;font-weight:700;color:var(--gold);font-size:.78rem}.lock-icon{font-size:1.25rem;color:#958a7d}.resource-preview{height:145px;margin:5px 0 22px;border-radius:13px;overflow:hidden;background:#e8e0d3;padding:16px 18px 0;position:relative}.preview-paper{height:160px;background:#fff;padding:15px 17px;border-radius:5px 5px 0 0;box-shadow:0 7px 22px rgba(70,53,28,.14);display:flex;flex-direction:column}.preview-paper small{font-size:.55rem;letter-spacing:.13em;color:var(--gold);font-weight:700}.preview-paper strong{font-family:"Playfair Display",Georgia,serif;font-size:1.12rem;line-height:1.15;color:#332e28;margin:8px 0 5px}.preview-paper span{font-size:.55rem;letter-spacing:.08em;color:#776b5e}.preview-paper i{height:1px;background:#d8d0c4;margin-top:12px}.assessment-preview{background:#dfd2bd}.card-preview{background:#eee7dc}.mini-tenframe,.mini-numberline{margin-top:13px;border:1px solid #b9a98d;padding:5px 8px;color:#92713e;font-size:.62rem;word-spacing:7px}.locked-preview{filter:saturate(.55);opacity:.72}.locked-preview:after{content:"LOCKED";position:absolute;inset:0;display:grid;place-items:center;background:rgba(238,232,222,.5);font-size:.68rem;font-weight:800;letter-spacing:.16em;color:#6f6559}
@media(max-width:1000px){.prepared-hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:34px}.prepared-hero-image{min-height:390px}.year-tabs{grid-template-columns:repeat(7,140px)}.download-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.prepared-hero{padding:48px 22px 60px}.breadcrumb{margin-bottom:38px}.prepared-hero-grid{grid-template-columns:1fr;gap:34px}.prepared-hero h1{font-size:3rem}.prepared-hero-image{width:100%;aspect-ratio:4/3;min-height:0;max-height:440px}.prepared-hero-image img{object-position:55% 38%}.resource-browser{padding:70px 18px 78px}.selection-panel{padding:20px}.results-title{align-items:flex-start;flex-direction:column}.preview-note{white-space:normal}.download-grid{grid-template-columns:1fr}.download-card{min-height:440px}}
.download-button{margin-top:auto;border:0;border-radius:100px;padding:11px 14px;background:var(--gold);color:#fff;font-weight:700;text-align:center;text-decoration:none;transition:.2s ease}.download-button:hover{background:#7d6137;transform:translateY(-1px)}.download-button.is-unavailable{background:#e9e2d6;color:#7d7469;pointer-events:none}
.actual-preview{height:210px;padding:0;background:#eee7dc;border:1px solid #e2d8c7}.actual-preview img{display:block;width:100%;height:auto}.actual-preview[hidden],.download-card[hidden]{display:none}
