:root{--navy:#082e3c;--gold:#ffc342;--teal:#076b68;--paper:#fffdf6;--ink:#173c47;--line:#d9e3df}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #ca5900;outline-offset:5px}img{display:block;max-width:100%;height:auto}.wrap{max-width:1200px;margin:auto;padding-left:32px;padding-right:32px}.header{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:108px}.brand{display:flex;align-items:center;gap:9px;font-size:29px;font-weight:800;letter-spacing:-1px;white-space:nowrap}.brand img{width:46px}.gold{color:#af7500}.brand sup{font-size:11px;vertical-align:top;margin-left:3px;letter-spacing:0}.header nav{display:flex;gap:30px;font-size:15px;font-weight:700}.header nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:6px}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--navy);color:white;padding:15px 25px;border:2px solid var(--navy);border-radius:7px;font-weight:700;font-size:16px;transition:transform .2s,background .2s}.button:hover{background:var(--teal);transform:translateY(-2px)}.button.small{padding:10px 18px;font-size:14px}.button.outline{background:transparent;color:var(--navy)}.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:50px;align-items:center;padding-top:45px;padding-bottom:74px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;margin:0 0 20px;color:var(--teal)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,5.5vw,70px);line-height:1.08;letter-spacing:-3px;margin-bottom:25px}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--teal)}.intro{max-width:470px;font-size:18px;line-height:1.8;margin-bottom:28px}.micro{font-size:13px;line-height:1.6;margin-top:17px;color:#4e686e}.hero-art{position:relative;padding:28px 45px 36px;background:#dfede8;border-radius:48% 48% 12px 12px}.book-cover{width:310px;margin:auto;transform:rotate(5deg);box-shadow:12px 18px 0 #173c4720,18px 25px 35px #173c4725;border-radius:3px}.circle-note{position:absolute;left:-13px;top:25px;z-index:1;background:var(--gold);border:3px solid var(--paper);border-radius:50%;width:115px;height:115px;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:16px;line-height:1.4;transform:rotate(-10deg)}.art-caption{display:block;text-align:center;margin-top:32px;font-family:Georgia,serif;font-style:italic}.ticker{display:flex;justify-content:center;gap:45px;flex-wrap:wrap;background:var(--navy);color:var(--gold);padding:20px 24px;font-size:12px;font-weight:800;letter-spacing:1.7px}.section{padding-top:85px;padding-bottom:85px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:35px}h2{font-size:43px;letter-spacing:-1.5px;line-height:1.15;margin-bottom:0}.section-heading>p{font-size:16px;color:#536c70;margin-bottom:3px}.featured{display:grid;grid-template-columns:.8fr 1.2fr;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:white}.featured-art{background:#f1e9d5;display:grid;place-items:center;padding:48px}.featured-art img{width:250px;box-shadow:8px 14px 23px #173c4730;transform:rotate(-4deg)}.featured-copy{padding:42px}.pill{display:inline-block;border-radius:50px;padding:3px 13px;background:#ffedba;color:#5e4500;font-size:12px;font-weight:700;margin-bottom:20px}.featured-copy .eyebrow{margin-bottom:12px}.featured-copy h3{font-size:42px;line-height:1.1;letter-spacing:-1px;margin-bottom:18px}.featured-copy p{font-size:15px}.specs{display:flex;list-style:none;padding:20px 0;gap:26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px}.specs strong{display:block;font-size:27px;color:var(--teal);line-height:1.3}.actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.actions>span{font-size:13px}.store-note{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 0 0}.store-note h3{font-size:18px;margin-bottom:4px}.store-note p{font-size:14px;margin:0}.text-link{font-size:14px;font-weight:700;white-space:nowrap}.inside-section{background:#e9f1ed}.previews{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.page{padding:20px;background:#d3e4dc;border-radius:10px;transition:transform .2s}.page img{box-shadow:0 5px 12px #173c471b}.previews a:hover .page{transform:translateY(-5px)}.previews a>span{display:block;font-size:14px;font-weight:700;margin-top:17px}.how{display:grid;grid-template-columns:1fr 1fr;gap:90px}.how>div>p:last-child{margin-top:25px;max-width:350px}.how ol{list-style:none;padding:0;margin:0}.how li{display:flex;gap:23px;border-bottom:1px solid var(--line);padding:0 0 23px;margin-bottom:23px}.how li>span{font-family:Georgia,serif;font-style:italic;font-size:32px;color:var(--teal)}.how h3{font-size:20px;margin-bottom:5px}.how li p{font-size:15px;margin:0}.faq{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.2fr;gap:50px}.faq h2{font-size:35px}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-size:16px;font-weight:700}.faq details p{font-size:15px;margin:15px 0 0;color:#536c70}footer{background:var(--navy);color:white;padding:40px 0 25px}footer .gold{color:var(--gold)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-inner p{font-family:Georgia,serif;font-style:italic;margin:0}.footer-inner>a:last-child{font-size:14px}.footer-bottom{border-top:1px solid #ffffff25;margin-top:32px;padding-top:22px;display:flex;justify-content:space-between;font-size:12px;color:#c3d6d9}.skip{position:fixed;top:-100px;left:15px;background:white;padding:12px;z-index:10}.skip:focus{top:15px}.additional-books{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.additional-books article{border:1px solid var(--line);padding:25px;border-radius:12px;margin-top:28px}.additional-books h3{font-size:24px}.additional-books img{max-height:260px;object-fit:contain;margin-bottom:20px}.additional-books p{font-size:15px}@media(max-width:900px){.header nav{gap:18px}.hero{gap:25px}.hero-art{padding:30px}.circle-note{left:-10px;width:95px;height:95px;font-size:14px}.featured-copy{padding:28px}.featured-art{padding:28px}.how{gap:40px}.footer-inner p{display:none}}@media(max-width:650px){.wrap{padding-left:22px;padding-right:22px}.header{min-height:100px;flex-wrap:wrap;gap:10px;padding-top:16px;padding-bottom:16px}.brand{font-size:25px}.brand img{width:38px}.header nav{order:3;width:100%;justify-content:center;gap:32px;font-size:14px}.header .button{font-size:12px;padding:8px 10px}.hero{grid-template-columns:1fr;padding-top:33px;padding-bottom:45px;gap:35px}h1{font-size:49px;letter-spacing:-2px}.intro{font-size:17px}.hero-art{margin:0 15px}.hero-art .book-cover{width:250px}.circle-note{left:-5px;top:20px}.ticker{gap:14px 24px;font-size:10px}.section{padding-top:55px;padding-bottom:55px}.section-heading{display:block}.section-heading>p{margin-top:20px}h2{font-size:35px}.featured{grid-template-columns:1fr}.featured-art{padding:35px}.featured-art img{width:200px}.featured-copy h3{font-size:36px}.specs{gap:25px}.store-note{display:block}.store-note .text-link{display:inline-block;margin-top:18px}.previews{grid-template-columns:1fr;gap:35px}.page{max-width:340px;margin:auto}.previews a>span{text-align:center}.how,.faq{grid-template-columns:1fr;gap:30px}.footer-inner{flex-wrap:wrap}.footer-bottom{gap:20px}.additional-books{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
