@import url("https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&family=Noto+Serif+SC:wght@500;700;900&display=swap");
:root{--ink:#2f2a25;--paper:#f6eedf;--red:#bd5845;--green:#4f7968;--gold:#daa64f;--brown:#a77939;font-family:"Noto Serif SC","Songti SC",serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 75% 15%,rgba(221,167,79,.18),transparent 28%),linear-gradient(120deg,#f8f1e5,#efe1ca)}.shell{width:min(1160px,calc(100% - 36px));margin:auto}.topbar{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(60,45,30,.16)}.brand{display:flex;align-items:center;gap:12px}.brand i{width:43px;height:43px;display:grid;place-items:center;background:var(--red);color:white;border-radius:5px 13px 5px 13px;font-family:"Ma Shan Zheng",cursive;font-size:25px;font-style:normal;box-shadow:4px 4px 0 #dfb36b}.brand b{letter-spacing:.13em}.topbar-actions{display:flex;align-items:center;gap:18px}.topbar-actions span{font-size:11px;letter-spacing:.18em;color:#756a60}.topbar-actions a{color:var(--red);text-decoration:none;border:1px solid rgba(189,88,69,.32);padding:9px 13px;border-radius:4px 13px 4px 13px;font-size:11px;font-weight:700}.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:54px;padding:58px 0 86px}.intro small{color:var(--red);font-weight:700;letter-spacing:.2em}.intro h1{font-size:clamp(48px,6vw,76px);line-height:1.18;margin:20px 0;letter-spacing:-.05em}.intro h1 em{font-family:"Ma Shan Zheng",cursive;font-style:normal;color:var(--red);font-weight:400}.intro p{line-height:2;color:#74695f;max-width:490px}.products{display:grid;grid-template-columns:1fr 1fr;gap:18px;transform:rotate(-1deg)}.product{min-height:365px;padding:31px;text-decoration:none;color:inherit;background:#fffaf0;border:1px solid rgba(60,45,30,.16);border-radius:8px 26px 8px 26px;box-shadow:0 25px 65px rgba(65,44,25,.14);position:relative;overflow:hidden;transition:.25s}.product:hover{transform:translateY(-8px) rotate(1deg);box-shadow:0 35px 80px rgba(65,44,25,.2)}.product:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-80px;top:-80px;background:var(--tone);opacity:.16}.product-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:8px 20px 8px 20px;background:var(--tone);color:white;font-family:"Ma Shan Zheng",cursive;font-size:30px}.product small{display:block;margin:42px 0 10px;color:var(--tone);font-weight:700;letter-spacing:.12em}.product h2{font-size:27px;margin:0 0 13px}.product p{color:#74695f;line-height:1.8;font-size:12px}.product span{position:absolute;left:31px;bottom:27px;color:var(--tone);font-size:13px;font-weight:700}.games{--tone:var(--green)}.stories{--tone:var(--red);transform:translateY(28px)}.literacy{--tone:var(--brown);grid-column:1/-1;min-height:235px}.literacy small{margin-top:18px}.literacy p{max-width:72%}.footer-note{margin:0;text-align:center;padding:0 18px 24px;font-size:10px;color:#8a7d71;letter-spacing:.12em}.footer-note a{color:inherit}@media(max-width:800px){.hero{grid-template-columns:1fr;padding:52px 0 90px}.products{transform:none}.stories{transform:none}.footer-note{position:static;padding:20px}.intro h1{font-size:52px}}@media(max-width:520px){.topbar-actions span{display:none}.products{grid-template-columns:1fr}.literacy{grid-column:auto}.product{min-height:320px}.product small,.literacy small{margin-top:32px}.literacy p{max-width:none}.intro h1{font-size:43px}}
