:root{color-scheme:light;--green:#317a55;--deep:#214b3a;--cream:#fffaf0;--gold:#efb84c;--ink:#243c32}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#e9f8ee,#fffaf0 48rem);font:700 17px/1.65 Nunito,system-ui,sans-serif}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;margin:auto;padding:18px 24px}.brand{display:flex;align-items:center;gap:10px;color:var(--deep);font-size:1.3rem;font-weight:950;text-decoration:none}.brand img{width:52px;height:52px}.site-header nav,footer{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.site-header a,footer a{color:var(--deep)}.start-button,.primary-action{display:inline-flex;justify-content:center;padding:11px 18px;border-radius:14px;background:var(--green);color:#fff!important;text-decoration:none;box-shadow:0 6px 16px #317a5530}.catalog-page,.library-home,.info-page,.story-page{width:min(1120px,calc(100% - 32px));margin:30px auto 70px}.library-home,.info-page{text-align:center;max-width:900px}.eyebrow{margin:0;color:#a25f15;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}h1{margin:.15em 0;color:var(--deep);font-size:clamp(2.2rem,6vw,4.4rem);line-height:1.05}h2{color:var(--deep)}.catalog-intro,.story-intro,.info-page>p{max-width:720px;margin:12px auto 28px;color:#526b60}.grade-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:32px 0}.grade-card{min-height:230px;padding:28px;border:2px solid #bddcc8;border-radius:26px;background:#fff;color:var(--deep);text-decoration:none;box-shadow:0 14px 34px #295d3e16}.grade-card span,.grade-card strong{display:block}.grade-card span{font-size:1.7rem}.grade-card strong{color:#a25f15}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0;list-style:none}.story-grid a{display:block;height:100%;overflow:hidden;border:2px solid #cfe5d6;border-radius:20px;background:#fff;color:var(--deep);text-decoration:none;box-shadow:0 10px 26px #295d3e14}.story-grid img{display:block;width:100%;height:auto;aspect-ratio:80/27;object-fit:cover}.story-grid span{display:flex;justify-content:space-between;gap:12px;padding:14px}.story-grid small{color:#6a7f75}.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:24px}.breadcrumbs a{color:var(--green)}.story-page article{padding:clamp(18px,4vw,44px);border:2px solid #d8c49b;border-radius:30px;background:var(--cream);box-shadow:0 18px 45px #614a2517}.story-art{display:grid;gap:12px;margin:28px 0}.story-art figure{margin:0;overflow:hidden;border-radius:22px}.story-art img{display:block;width:100%;height:auto;aspect-ratio:80/27;object-fit:cover}.story-text{display:grid;gap:12px;padding:0;list-style:none;counter-reset:story}.story-text li{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:13px 16px;border-radius:15px;background:#fff}.story-text li span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e0f1e5;color:var(--green)}.story-text p{margin:2px 0}.story-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:28px}.story-actions>a:not(.primary-action){color:var(--green)}.story-neighbours{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.story-neighbours a{display:grid;padding:18px;border-radius:18px;background:#fff;color:var(--deep);text-decoration:none}.story-neighbours a:last-child{text-align:right}.story-neighbours span{color:#6a7f75;font-size:.75rem;text-transform:uppercase}footer{justify-content:center;padding:30px 20px;border-top:1px solid #cfe1d4;background:#f8fff9}footer p{flex-basis:100%;margin:0;text-align:center;color:#6a7f75}@media(max-width:760px){.site-header{align-items:flex-start}.site-header nav a:not(.start-button){display:none}.grade-grid,.story-grid{grid-template-columns:1fr}.story-neighbours{grid-template-columns:1fr}.story-neighbours a:last-child{text-align:left}body{font-size:16px}.story-text li{grid-template-columns:32px 1fr;padding:11px}.story-page article{padding:18px}}