@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap";:root{--paper: #f7f3ec;--paper-deep: #eee7dc;--ink: #17313b;--ink-soft: #53636a;--line: #d8d0c4;--rust: #b75439;--rust-dark: #8e3d2b;--sage: #788f7b;--sage-light: #dfe8df;--sun: #e8c778;--white: #fffdf9;--shadow: 0 20px 60px rgba(34, 38, 33, .09);--display: "Fraunces", Georgia, serif;--body: "DM Sans", "Trebuchet MS", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");z-index:10}a{color:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--sun);outline-offset:4px}.wrap{width:min(1160px,calc(100% - 40px));margin:0 auto}.topbar{border-bottom:1px solid var(--line);background:#f7f3eceb;position:relative;z-index:20}.nav{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-family:var(--display);font-size:23px;font-weight:600;letter-spacing:-.03em}.brand-mark{width:31px;height:31px;display:grid;place-items:center;color:var(--paper);background:var(--ink);border-radius:9px 3px}.brand-mark svg{width:20px;height:20px}.nav-links{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600;color:var(--ink-soft)}.nav-links a{text-decoration:none;padding:8px 0;border-bottom:1px solid transparent}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--rust);border-color:var(--rust)}.menu-button{display:none;background:none;border:0;color:var(--ink);cursor:pointer;padding:8px}.menu-button svg{width:23px;height:23px}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--rust);font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:700}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor}h1,h2,h3{font-family:var(--display);font-weight:600;letter-spacing:-.035em;line-height:1.08;margin:0}h1{font-size:clamp(43px,7vw,78px)}h2{font-size:clamp(32px,4vw,50px)}h3{font-size:25px}p{margin:0 0 1.1em}.muted{color:var(--ink-soft)}.button{display:inline-flex;align-items:center;gap:10px;padding:13px 19px;border:1px solid var(--ink);border-radius:4px;text-decoration:none;font-size:14px;font-weight:700;transition:transform .2s ease,background-color .2s ease,color .2s ease}.button:hover{transform:translateY(-2px);background:var(--ink);color:var(--paper)}.button.primary{background:var(--rust);color:var(--white);border-color:var(--rust)}.button.primary:hover{background:var(--rust-dark);border-color:var(--rust-dark)}.button.text{border:0;padding-left:0;padding-right:0;color:var(--rust)}.button.text:hover{background:transparent;color:var(--rust-dark);transform:none}.button svg{width:16px;height:16px}.hero{padding:92px 0 86px;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:430px;height:430px;border:1px solid var(--line);border-radius:50%;right:-180px;top:40px;opacity:.7}.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(350px,.7fr);align-items:center;gap:85px}.hero h1{max-width:720px;margin:17px 0 24px}.hero h1 em{font-style:normal;color:var(--rust)}.hero-copy{font-size:19px;line-height:1.55;color:var(--ink-soft);max-width:560px}.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:32px}.hero-art{min-height:340px;position:relative;display:grid;place-items:center}.book-illustration{width:min(100%,405px);aspect-ratio:1 / .87;position:relative;transform:rotate(-5deg)}.book-page{position:absolute;left:16%;top:14%;width:67%;height:72%;background:var(--white);border:1px solid #cfc4b7;border-radius:4px 13px 5px 4px;box-shadow:15px 17px 0 var(--sage-light),25px 27px #788f7b2e;padding:30px}.book-page:before{content:"";position:absolute;inset:22px;border-left:1px solid #e6ddd1}.book-page:after{content:"A";position:absolute;right:26px;top:24px;font-family:var(--display);font-size:46px;color:var(--rust);opacity:.9}.book-lines{display:flex;flex-direction:column;gap:13px;margin-top:45px}.book-lines span{display:block;height:5px;background:#d5dcd7;border-radius:2px}.book-lines span:nth-child(2){width:78%}.book-lines span:nth-child(3){width:91%}.book-lines span:nth-child(4){width:62%}.book-tab{position:absolute;left:9%;top:34%;width:14px;height:88px;background:var(--rust)}.book-seal{position:absolute;right:4%;bottom:14%;width:66px;height:66px;border:1px solid var(--rust);color:var(--rust);border-radius:50%;display:grid;place-items:center;font-family:var(--display);font-size:24px;background:var(--paper)}.section{padding:86px 0}.section.tinted{background:var(--paper-deep)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:40px}.section-head h2{max-width:620px}.section-intro{max-width:450px;color:var(--ink-soft)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:260px;padding:24px;border:1px solid var(--line);background:#fffdf99e;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.category-card:hover{transform:translateY(-7px);border-color:var(--rust);box-shadow:var(--shadow)}.category-icon{width:46px;height:46px;color:var(--rust);margin-bottom:30px}.category-icon svg{width:100%;height:100%}.category-card h3{font-size:24px;margin-bottom:10px}.category-card p{font-size:14px;line-height:1.5;color:var(--ink-soft);margin-bottom:18px}.category-arrow{color:var(--rust);font-size:20px}.feature-band{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.feature-band h2{margin:15px 0 17px}.feature-list{display:grid;gap:15px}.feature-row{display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:start;padding:21px 0;border-top:1px solid var(--line)}.feature-row:last-child{border-bottom:1px solid var(--line)}.feature-number{color:var(--rust);font-family:var(--display);font-size:24px}.feature-row strong{display:block;margin-bottom:4px}.feature-row span{color:var(--ink-soft);font-size:14px}.callout{background:var(--ink);color:var(--paper);padding:45px;display:flex;justify-content:space-between;align-items:center;gap:30px}.callout h2{max-width:620px}.callout .button{color:var(--paper);border-color:var(--paper);white-space:nowrap}.callout .button:hover{background:var(--paper);color:var(--ink)}.footer{padding:60px 0 25px;background:var(--ink);color:#dce3df}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:60px;padding-bottom:47px;border-bottom:1px solid rgba(220,227,223,.2)}.footer .brand{color:var(--paper)}.footer p{color:#afc0ba;font-size:13px;max-width:340px}.footer h3{font-family:var(--body);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--sun);margin-bottom:16px}.footer-links{display:grid;gap:9px;font-size:14px}.footer-links a{color:#dce3df;text-decoration:none}.footer-links a:hover{color:var(--sun)}.disclaimer{margin:25px 0 18px;font-size:12px;line-height:1.55;color:#aabbb5;max-width:900px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;color:#91a69e;font-size:12px}.page-intro{padding:77px 0 65px;border-bottom:1px solid var(--line)}.page-intro h1{max-width:780px;margin:18px 0 17px}.page-intro p{font-size:18px;color:var(--ink-soft);max-width:680px}.crumb{font-size:13px;color:var(--ink-soft);margin-bottom:22px}.crumb a{color:var(--rust);text-decoration:none}.guide-layout{display:grid;grid-template-columns:230px 1fr;gap:65px;padding:66px 0 90px}.side-index{position:sticky;top:20px;align-self:start}.side-index strong{display:block;font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:var(--rust);margin-bottom:15px}.side-index a{display:block;text-decoration:none;color:var(--ink-soft);font-size:14px;border-left:1px solid var(--line);padding:8px 0 8px 15px}.side-index a:hover,.side-index a.current{color:var(--rust);border-left-color:var(--rust)}.guide-content{max-width:770px}.guide-content h2{font-size:31px;margin:42px 0 15px}.guide-content h3{font-size:22px;margin:28px 0 10px}.guide-content p,.guide-content li{color:#3e5055}.guide-content ul,.guide-content ol{padding-left:24px;margin:10px 0 22px}.guide-content li{padding:4px 0}.article-meta{display:flex;flex-wrap:wrap;gap:11px;margin-top:24px}.pill{padding:6px 10px;border:1px solid var(--line);font-size:12px;color:var(--ink-soft);border-radius:100px}.article-note{margin:30px 0;border-left:3px solid var(--rust);background:var(--paper-deep);padding:22px 25px;color:var(--ink)}.related{margin-top:55px;padding-top:30px;border-top:1px solid var(--line)}.related-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.related-links a{padding:16px;border:1px solid var(--line);text-decoration:none;font-family:var(--display);font-size:18px;background:var(--white)}.related-links a:hover{border-color:var(--rust);color:var(--rust)}.listing{padding:70px 0 90px}.category-block{margin:0 0 55px}.category-block-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:5px}.category-block-head h2{font-size:34px}.category-block-head span{font-size:12px;letter-spacing:.12em;color:var(--rust);text-transform:uppercase}.guide-list{display:grid;grid-template-columns:repeat(2,1fr)}.guide-link{display:flex;justify-content:space-between;gap:18px;padding:22px 0;border-bottom:1px solid var(--line);text-decoration:none}.guide-link:hover .guide-link-title{color:var(--rust)}.guide-link-title{font-family:var(--display);font-size:21px;line-height:1.2;transition:color .2s}.guide-link-desc{display:block;color:var(--ink-soft);font-family:var(--body);font-size:13px;line-height:1.45;margin-top:6px;max-width:390px}.guide-link-arrow{color:var(--rust);font-size:20px}.simple-page{padding:76px 0 100px;max-width:800px}.simple-page h1{margin:16px 0 23px}.simple-page h2{font-size:30px;margin:48px 0 15px}.simple-page p,.simple-page li{color:#3e5055}.simple-page ul{padding-left:22px}details{border-top:1px solid var(--line);padding:19px 0}details:last-of-type{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-family:var(--display);font-size:20px;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-family:var(--body);color:var(--rust);font-size:24px;line-height:1}details[open] summary:after{content:"−"}details p{padding:14px 35px 0 0;margin-bottom:0;font-size:15px}.mail-card{background:var(--sage-light);padding:30px;margin-top:30px;border-left:3px solid var(--sage)}.mail-card a{color:var(--rust-dark);font-family:var(--display);font-size:26px;text-decoration:none}.mail-card a:hover{text-decoration:underline}@media(max-width:820px){.wrap{width:min(100% - 32px,680px)}.nav{min-height:68px}.menu-button{display:block}.nav-links{display:none;position:absolute;left:16px;right:16px;top:68px;padding:12px 20px 18px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.nav-links.is-open{display:flex}.nav-links a{padding:12px 0}.hero{padding:60px 0 55px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-art{min-height:260px}.category-grid{grid-template-columns:repeat(2,1fr)}.feature-band{grid-template-columns:1fr;gap:35px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>:first-child{grid-column:1 / -1}.guide-layout{grid-template-columns:1fr;gap:30px;padding-top:40px}.side-index{position:static;display:flex;flex-wrap:wrap;gap:8px}.side-index strong{width:100%;margin-bottom:0}.side-index a{border:1px solid var(--line);padding:7px 11px}.guide-list{grid-template-columns:1fr}}@media(max-width:520px){.wrap{width:calc(100% - 28px)}.hero h1{font-size:46px}.hero-copy{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.button{justify-content:center}.category-grid{grid-template-columns:1fr}.category-card{min-height:210px}.section,.listing{padding:58px 0}.section-head,.callout{align-items:flex-start;flex-direction:column}.callout{padding:30px 24px}.footer-grid{grid-template-columns:1fr}.footer-grid>:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:6px}.page-intro{padding:55px 0 45px}.page-intro h1{font-size:45px}.related-links{grid-template-columns:1fr}}
