@charset "UTF-8";
:root{--blue:#2148d9;--ink:#172644;--orange:#ff653e;--yellow:#ffe275;--muted:#59637a;--paper:#fffefa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:var(--paper);font:17px/1.65 'Segoe UI',Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin:0}.container{width:min(1240px,calc(100% - 96px));margin:auto}.site-header{display:flex;justify-content:space-between;align-items:center;padding:27px 0;border-bottom:1px solid #17264420}.logo{display:flex;gap:12px;align-items:center;font-size:24px;font-weight:800;line-height:.95;letter-spacing:-1px;color:var(--blue)}.logo i{font:italic 25px Georgia,serif}.logo-dot{color:var(--orange)}.logo-icon{color:var(--orange);font-size:57px;line-height:1;letter-spacing:0}nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}.header-button{border:1px solid #2148d940;padding:11px 18px;border-radius:30px;color:var(--blue)}.header-button span{margin-left:16px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:25px;align-items:center;padding:70px 0 85px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:750;color:var(--blue);margin-bottom:23px}h1{font-size:clamp(44px,4.65vw,67px);line-height:1.07;letter-spacing:-3px;font-weight:750}h1 em{font-family:Georgia,serif;font-weight:normal;color:var(--blue);letter-spacing:-2px}.lead{max-width:500px;font-size:17px;color:var(--muted);margin-top:26px;line-height:1.8}.button{display:inline-flex;align-items:center;gap:30px;background:var(--blue);color:white;border-radius:8px;padding:16px 23px;font-size:15px;font-weight:650;margin-top:28px;box-shadow:0 5px 0 #102784;transition:transform .2s}.button:hover{transform:translateY(-3px)}.hero-footnote{font-size:13px;color:var(--muted);margin-top:21px}.hero-books{position:relative;height:500px;background:#edf0ff;border-radius:48% 48% 24px 24px;margin-left:12px}.hero-book{display:block;position:absolute;box-shadow:12px 18px 25px #10245c35;transition:transform .25s}.hero-book img{width:100%;border-radius:3px}.tower-book{width:54%;top:100px;left:1%;transform:rotate(-12deg)}.ayo-book{width:49%;top:144px;right:3%;transform:rotate(10deg)}.tower-book:hover{transform:rotate(-8deg) translateY(-8px)}.ayo-book:hover{transform:rotate(6deg) translateY(-8px)}.book-note{position:absolute;top:25px;right:55px;transform:rotate(6deg);font-size:14px;line-height:1.3;color:var(--blue)}.book-note em{font:italic 23px/1.3 Georgia,serif}.joy-sticker{position:absolute;left:20%;bottom:21px;background:var(--yellow);color:var(--ink);width:104px;height:104px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:850;line-height:1.2;transform:rotate(-9deg);border:1px solid #172644}.word-strip{display:flex;align-items:center;justify-content:center;gap:45px;padding:19px 25px;background:var(--yellow);font-size:22px;color:var(--blue)}.word-strip span{font-size:14px;letter-spacing:1.7px;font-weight:750}.catalog{padding-top:85px;padding-bottom:85px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}h2{font-size:44px;line-height:1.15;letter-spacing:-1.8px}h2 em{font-family:Georgia,serif;font-weight:normal;color:var(--blue)}.section-heading>p{font-size:16px;color:var(--muted);padding-bottom:5px}.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.book-card{border:1px solid #19274724;border-radius:17px;overflow:hidden;display:flex;flex-direction:column;background:white}.cover-stage{height:390px;position:relative;display:flex;align-items:center;justify-content:center;background:#e9eeff;padding:30px}.torre .cover-stage{background:#ffecdb}.cover-stage img{width:auto;height:100%;max-width:75%;object-fit:contain;box-shadow:10px 13px 17px #10245c30;transform:rotate(-5deg);transition:transform .25s}.torre .cover-stage img{transform:rotate(5deg);height:85%}.cover-stage:hover img{transform:rotate(0deg) translateY(-5px)}.age-tag{position:absolute;left:22px;top:22px;background:white;padding:6px 14px;border-radius:30px;font-size:13px;font-weight:700;z-index:1}.cover-link{position:absolute;right:22px;bottom:22px;border:1px solid #17264460;border-radius:50%;width:40px;height:40px;text-align:center;font-size:24px;line-height:36px;background:#fff9}.book-body{padding:30px;display:flex;flex-direction:column;flex:1}.book-theme{font-size:11px;letter-spacing:1.6px;font-weight:750;color:var(--blue);margin-bottom:10px}.torre .book-theme{color:#9f441d}.book-body h3{font-size:28px;line-height:1.2;letter-spacing:-.7px;max-width:420px}.book-description{font-size:16px;color:var(--muted);margin-top:17px}.tags{display:flex;gap:8px;flex-wrap:wrap;list-style:none;padding:0;margin:22px 0 27px}.tags li{font-size:12px;border:1px solid #17264425;border-radius:20px;padding:4px 11px}.book-bottom{border-top:1px solid #17264420;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.price-label{font-size:12px;color:var(--muted);display:block}.price{display:block;font-size:26px;line-height:1.3;letter-spacing:-1px}.book-button{display:inline-flex;align-items:center;justify-content:center;gap:22px;color:var(--blue);border:1px solid var(--blue);border-radius:7px;font-size:14px;font-weight:700;padding:12px 16px;transition:background .2s}.book-button:hover{background:var(--blue);color:white}.together{display:grid;grid-template-columns:.85fr 1.15fr;background:var(--blue);color:white;border-radius:20px;overflow:hidden;margin-bottom:75px}.together-picture img{height:100%;width:100%;object-fit:cover}.together-copy{padding:56px 55px}.together-copy .eyebrow{color:var(--yellow);font-size:10px}.together h2{font-size:40px}.together h2 em{color:var(--yellow)}.together-copy>p:not(.eyebrow){margin-top:22px;font-size:16px;color:#e3e8ff}.text-link{display:inline-block;margin-top:26px;font-size:15px;font-weight:650;border-bottom:1px solid #fff9;padding-bottom:4px}.text-link span{margin-left:20px}.site-footer{border-top:1px solid #17264420;padding-top:30px;padding-bottom:35px;display:flex;align-items:center;justify-content:space-between;gap:25px}.site-footer .logo{font-size:20px}.site-footer .logo-icon{font-size:43px}.site-footer p,.site-footer>a:last-child{font-size:13px;color:var(--muted)}.skip{position:fixed;top:-100px;left:20px;z-index:10;background:var(--yellow);padding:10px}.skip:focus{top:10px}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}nav>a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:5px}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.hero{gap:15px}.hero-books{height:440px}.book-note{right:30px}.ayo-book{top:150px}.tower-book{top:120px}.word-strip{gap:25px}.together-copy{padding:38px}.book-body{padding:24px}.book-button{gap:12px;padding:11px 12px}.cover-stage{height:340px}.joy-sticker{width:88px;height:88px;font-size:14px}}
@media(max-width:760px){.container{width:calc(100% - 40px)}.site-header{padding:21px 0}.logo{font-size:21px;gap:8px}.logo-icon{font-size:45px}nav>a:not(.header-button){display:none}.header-button{font-size:12px;padding:9px 12px}.header-button span{display:none}.hero{grid-template-columns:1fr;padding:40px 0 45px;gap:32px}h1{font-size:clamp(39px,8.5vw,59px);letter-spacing:-1.9px}h1 em{letter-spacing:-1.5px}.eyebrow{font-size:10px;letter-spacing:1.1px;margin-bottom:19px}.lead{font-size:16px;margin-top:23px}.lead br{display:none}.button{font-size:14px;gap:20px;padding:15px 18px}.hero-footnote{font-size:12px}.hero-books{height:415px;max-width:450px;width:95%;margin:0 auto}.tower-book{top:99px}.ayo-book{top:128px}.book-note{right:30px;top:20px}.joy-sticker{left:16%;bottom:17px}.word-strip{gap:16px;padding:16px 15px;flex-wrap:wrap;font-size:17px}.word-strip span{font-size:11px;letter-spacing:.5px}.catalog{padding-top:55px;padding-bottom:55px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px;font-size:15px}h2{font-size:36px}.book-grid{grid-template-columns:1fr;gap:28px}.cover-stage{height:360px}.book-body{padding:24px}.book-body h3{font-size:27px}.book-description{font-size:15px}.book-bottom{gap:10px}.book-button{font-size:13px;gap:15px}.price{font-size:25px}.together{grid-template-columns:1fr;margin-bottom:45px}.together-picture{max-height:330px;overflow:hidden}.together-picture img{aspect-ratio:1;object-position:50% 40%}.together-copy{padding:30px 25px 35px}.together h2{font-size:34px}.together-copy .eyebrow{font-size:9px}.site-footer{flex-wrap:wrap}.site-footer p{order:3;width:100%;font-size:12px}.site-footer>a:last-child{font-size:12px}}
@media(max-width:370px){.container{width:calc(100% - 32px)}.hero-books{height:365px}.hero-book.ayo-book{top:120px}.hero-book.tower-book{top:95px}.joy-sticker{bottom:12px}.book-note em{font-size:20px}.book-bottom{align-items:start;flex-direction:column}.book-button{width:100%}.header-button{font-size:11px}.cover-stage{height:320px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
