:root{--forest:#173e36;--ink:#253c35;--paper:#fffaf0;--cream:#f8f1e3;--yellow:#f6d482;--blue:#c7e4ed;--coral:#ef9b86;--line:#dfdfcd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:400 1rem/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}img{display:block;max-width:100%}a{color:inherit}a:focus-visible,button:focus-visible{outline:3px solid #e99958;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(3.5rem,6vw,6rem);font-weight:500}h2{font-size:clamp(2.4rem,4vw,4.3rem);font-weight:500}h3{font-size:1.7rem;font-weight:500}.wrap{width:min(1200px,calc(100% - 3rem));margin-inline:auto}.section-pad{padding:clamp(5rem,8vw,8rem) 0}.skip-link{position:absolute;left:1rem;top:-5rem;background:white;padding:.5rem 1rem;z-index:5}.skip-link:focus{top:1rem}.site-header{background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{min-height:88px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.brand{text-decoration:none;display:flex;align-items:center;gap:.75rem;font-family:Georgia,serif;font-size:1.14rem;font-weight:700;line-height:1.08;color:var(--forest)}.brand-mark{display:grid;place-items:center;background:var(--forest);color:var(--yellow);width:42px;height:42px;border-radius:50%;font-family:system-ui;font-size:1.6rem}.site-header nav{display:flex;gap:clamp(1rem,3vw,2.6rem)}.site-header nav a{text-decoration:none;font-size:.94rem;font-weight:650}.site-header nav a:hover,.text-link:hover,.underlined-link:hover{text-decoration:underline;text-underline-offset:5px}.hero{background:var(--forest);color:var(--paper);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:clamp(2rem,5vw,5rem);align-items:center;min-height:680px;padding:5rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;color:var(--yellow);margin-bottom:1.35rem}.eyebrow.dark{color:#526d53}.hero h1{margin-bottom:1.6rem}.hero h1 em{font-weight:400;color:var(--yellow)}.hero-copy>p:not(.eyebrow){font-size:clamp(1.1rem,1.6vw,1.33rem);max-width:35rem;color:#e7eee7;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:1.7rem;flex-wrap:wrap;margin-top:2.4rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:1.4rem;min-height:55px;padding:.82rem 1.4rem;border-radius:4px;text-decoration:none;font-weight:750;line-height:1.2;transition:transform .15s,background .15s}.button:hover{transform:translateY(-2px)}.button-light{background:var(--yellow);color:var(--forest)}.button-light:hover{background:#ffe2a3}.button-dark{background:var(--forest);color:white}.button-dark:hover{background:#245d52}.text-link{text-decoration:none;font-weight:650}.hero-art{position:relative;max-width:590px;justify-self:end;background:#e1ece0;border:12px solid #fffdf5;box-shadow:20px 22px 0 #26594d;transform:rotate(2deg)}.hero-art img{width:100%;aspect-ratio:1/1;object-fit:cover}.art-caption{position:absolute;right:0;bottom:-50px;color:#e9f1e9;font-family:Georgia,serif;font-size:.93rem;font-style:italic;transform:rotate(-2deg)}.intro{background:#fffdf7}.intro-grid,.grownups-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,8vw,8rem);align-items:start}.intro h2,.grownups h2{max-width:12ch}.intro-copy p,.grownups-grid p{font-size:1.13rem;line-height:1.8;max-width:39rem}.intro-copy p:last-child{margin-bottom:0}.books{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem}.section-heading h2{max-width:13ch;margin-bottom:0}.section-heading>p{max-width:22rem;margin-bottom:.4rem;font-size:1.05rem}.book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.book-card{background:#fffdf8;border:1px solid #e8dfcf;box-shadow:0 8px 24px #3d48331c}.book-image{aspect-ratio:1/1;overflow:hidden;background:#eee8d9}.book-image img{width:100%;height:100%;object-fit:cover}.book-card:nth-child(3) .book-image img{object-position:center bottom}.book-copy{padding:1.5rem 1.5rem 1.8rem}.book-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#6a7d62;margin-bottom:.7rem}.book-copy h3{min-height:3.6rem;margin-bottom:.8rem}.book-copy>p:last-of-type{margin-bottom:0}.in-progress{display:inline-block;margin-top:1rem;padding:.35rem .55rem;border:1px solid #b4cdbf;color:#356356;border-radius:3px;font-size:.8rem;font-weight:750}.activities{background:#dcebe5}.activity-grid{display:grid;grid-template-columns:1fr .85fr;gap:clamp(3rem,9vw,9rem);align-items:center}.activity-copy h2{max-width:12ch}.activity-copy>p:not(.eyebrow){font-size:1.13rem;max-width:36rem}.activity-copy .button{margin:1.2rem 0 0}.activity-copy .fine-print{font-size:.85rem!important;color:#4d675b;margin-top:1rem}.activity-paper{background:#fffdf6;min-height:430px;padding:2.2rem 2.5rem;border:1px solid #d6d4bd;box-shadow:18px 18px 0 #b8d6cc,0 20px 35px #41675d2a;transform:rotate(3deg);display:flex;flex-direction:column;justify-content:space-between}.paper-top,.paper-bottom{font-size:.78rem;text-transform:uppercase;letter-spacing:.13em;font-weight:750;color:#67755b}.activity-paper strong{font:400 clamp(3rem,5vw,5rem)/.98 Georgia,serif;color:var(--forest)}.paper-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.paper-tiles span{background:#f7edce;padding:.8rem .5rem;font-size:.75rem;color:#6b755c}.paper-tiles span:nth-child(2){background:#d9e9ef}.paper-tiles span:nth-child(3){background:#f9dfd4}.paper-tiles b{display:block;font-size:.93rem;color:var(--ink)}.grownups{background:#fffdf7}.underlined-link{font-weight:750;text-underline-offset:5px}.site-footer{background:var(--forest);color:#f1f5ec;padding:2.5rem 0}.footer-inner{display:flex;justify-content:space-between;gap:2rem;align-items:center}.footer-inner strong,.footer-inner span{display:block}.footer-inner strong{font:500 1.35rem Georgia,serif}.footer-inner span{font-size:.84rem;color:#cadbd0}.footer-inner p{font:italic 1.2rem Georgia,serif;margin:0;color:var(--yellow)}@media(max-width:800px){.site-header nav{gap:1rem}.hero-grid{grid-template-columns:1fr;padding:4rem 0 5rem;min-height:auto}.hero-art{width:min(100%,520px);justify-self:center;margin-top:1rem}.intro-grid,.grownups-grid,.activity-grid{grid-template-columns:1fr;gap:2rem}.book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading{display:block}.section-heading>p{margin-top:1rem}.activity-paper{max-width:540px;width:100%;justify-self:center}}@media(max-width:600px){.wrap{width:min(100% - 2rem,1200px)}.header-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:1rem;padding:1.1rem 0}.site-header nav{width:100%;overflow:auto;padding-bottom:.2rem}.site-header nav a{white-space:nowrap;font-size:.87rem}.hero-grid{padding:3.4rem 0 5rem}.hero h1{font-size:clamp(3rem,14vw,4.5rem)}.hero-art{border-width:7px;box-shadow:10px 12px 0 #26594d}.art-caption{display:none}.hero-actions{align-items:flex-start;flex-direction:column;gap:1.3rem}.book-grid{grid-template-columns:1fr}.book-copy h3{min-height:0}.section-pad{padding:4.5rem 0}.activity-paper{min-height:350px;padding:1.5rem;transform:rotate(1deg);box-shadow:9px 9px 0 #b8d6cc}.footer-inner{display:block}.footer-inner p{margin-top:1.5rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
