@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@400;500;600&display=swap');
:root{color-scheme:dark;--bg:#100a11;--surface:#1c111e;--deep:#2b1429;--plum:#713653;--plum-light:#8d456b;--oxblood:#7a2639;--gold:#d4af62;--gold-light:#f0d89a;--ivory:#f0dfd2;--muted:#baa79f;--paper:#e9dccd;--ink:#291b25;--ink-soft:#624b55;--rule:#d4af6238;--display:'Cormorant Garamond',Georgia,serif;--body:'Manrope',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}body{margin:0;background:var(--bg);color:var(--ivory);font:400 1rem/1.7 var(--body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:var(--display);font-weight:500;line-height:1.08}h1{font-size:clamp(3rem,5.9vw,5rem);letter-spacing:-.035em}h2{font-size:clamp(2.35rem,4.2vw,3.5rem);letter-spacing:-.025em}h3{font-size:2rem}a{color:inherit;text-underline-offset:.25em}button{font:inherit}img{display:block;max-width:100%;height:auto}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--gold-light);outline-offset:5px}::selection{background:var(--plum);color:var(--ivory)}.wrap{width:min(1240px,100% - 3rem);margin-inline:auto}.skip{position:fixed;z-index:99;top:1rem;left:1rem;transform:translateY(-200%);background:var(--paper);color:var(--ink);padding:.7rem 1rem}.skip:focus{transform:none}.site-header{border-bottom:1px solid var(--rule);background:var(--bg);position:sticky;top:0;z-index:10}.header-row{min-height:5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.wordmark{font:500 1.6rem/1.15 var(--display);letter-spacing:.025em;text-decoration:none;white-space:nowrap}.nav{display:flex;gap:1.7rem;align-items:center;flex-wrap:wrap}.nav a{font-size:.875rem;text-decoration:none;color:var(--muted);padding:.6rem 0}.nav a:hover,.nav a[aria-current=page]{color:var(--gold-light)}.edition{font:italic 1rem var(--display);color:var(--muted);white-space:nowrap}.hero{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;padding-block:5rem 6rem}.product-label{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem;font:500 1.4rem var(--display);letter-spacing:.13em;color:var(--gold-light)}.product-label img{width:2.6rem;height:2.6rem;object-fit:contain}.hero h1 em{font-weight:400;color:var(--gold-light)}.lead{font-size:1.1rem;line-height:1.8;color:var(--muted);max-width:36rem;margin-top:1.6rem}.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.button{min-height:3rem;padding:.65rem 1.45rem;border:1px solid var(--rule);border-radius:2px;display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-size:.9375rem;font-weight:500;transition:background .2s,border-color .2s,color .2s}.button.primary{background:var(--plum);border-color:var(--plum)}.button.primary:hover{background:var(--plum-light)}.button.secondary:hover{border-color:var(--gold);color:var(--gold-light)}.book-figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.book{width:min(360px,100%);position:relative;aspect-ratio:2/3;transform:rotate(-2deg);box-shadow:0 24px 50px #0006;transition:transform .4s}.book:hover{transform:rotate(0)}.book>img{width:100%;height:100%;object-fit:contain;border-radius:3px}.book-label{position:absolute;inset:25% 15%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:1.3rem;pointer-events:none}.book-label img{width:6rem;height:6rem;object-fit:contain}.book-label span{font:500 clamp(2rem,3vw,2.5rem)/1.05 var(--display);letter-spacing:.17em;text-transform:uppercase;color:var(--gold-light);text-shadow:0 2px 5px #0009}.book-figure figcaption{color:var(--muted);font:italic 1.1rem var(--display)}.section{padding-block:5rem}.section-head{max-width:43rem;margin-bottom:3rem}.section-head p{margin-top:1.2rem;color:var(--muted)}.eyebrow{display:block;font-size:.875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.dark-band{background:var(--surface);border-block:1px solid var(--rule)}.features{display:grid;grid-template-columns:1fr 1fr;column-gap:5rem}.feature{padding:2rem 0;border-top:1px solid var(--rule)}.feature h3{color:var(--gold-light);margin-bottom:1rem}.feature p{color:var(--muted)}.paper{background:var(--paper);color:var(--ink)}.paper .section-head p{color:var(--ink-soft)}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.steps li>span{font:500 3rem var(--display);color:var(--plum)}.steps h3{font-size:1.6rem;margin-block:1rem}.steps p{color:var(--ink-soft)}.note{font-size:.875rem;color:var(--muted);margin-top:1.5rem}.paper .note{color:var(--ink-soft)}.faq{max-width:54rem}.faq h2{margin-bottom:2rem}details{border-top:1px solid var(--rule);padding-block:1.2rem}details:last-child{border-bottom:1px solid var(--rule)}summary{font:500 1.55rem/1.3 var(--display);cursor:pointer;padding:.25rem 2rem .25rem 0;position:relative;list-style:none}summary::-webkit-details-marker{display:none}summary::after{content:'+';position:absolute;right:0;color:var(--gold)}details[open] summary::after{content:'−'}details p{margin-top:1rem;color:var(--muted);max-width:47rem}.site-footer{background:var(--surface);border-top:1px solid var(--rule);padding-block:2.5rem}.footer-row{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.footer-copy{font-size:.875rem;color:var(--muted);margin-top:.6rem}.footer-links{display:flex;flex-direction:column;align-items:flex-end;gap:.7rem;font-size:.875rem;color:var(--muted)}.footer-links nav{display:flex;gap:1.4rem;flex-wrap:wrap}.footer-links a:hover{color:var(--gold-light)}.email{overflow-wrap:anywhere}.review-notice{background:#281725;border-bottom:1px solid var(--rule);font-size:.875rem;color:var(--muted);padding:.7rem 0}.review-notice strong{color:var(--gold-light);font-weight:500}.page-intro{padding-block:4rem 2rem;max-width:52rem}.page-intro h1{font-size:clamp(2.8rem,5vw,4.5rem)}.page-intro p{margin-top:1rem;color:var(--muted)}.prose{max-width:52rem;padding-bottom:5rem}.prose h2{font-size:2rem;margin:2.5rem 0 1rem;color:var(--gold-light)}.prose h3{font-size:1.6rem;margin:1.7rem 0 .8rem}.prose p,.prose ul,.prose ol{margin:1rem 0;color:var(--muted)}.prose li{margin:.5rem 0}.prose a{color:var(--gold-light)}.prose strong{font-weight:600;color:var(--ivory)}.prose .pending{border-left:3px solid var(--plum-light);padding:1.2rem 1.5rem;background:var(--surface);margin:1.7rem 0}.prose table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.9375rem}.prose th,.prose td{text-align:left;vertical-align:top;padding:1rem;border-bottom:1px solid var(--rule);overflow-wrap:anywhere}.prose th{color:var(--gold-light);font-weight:500}.prose td{color:var(--muted)}.table-scroll{overflow:auto}.table-scroll:focus-visible{outline:2px solid var(--gold)}.policy-meta{font-size:.875rem}.breadcrumb{font-size:.875rem;color:var(--muted);display:inline-block;margin-bottom:1.5rem}.link-inline{color:var(--gold-light)}.not-found{min-height:60vh;padding-block:5rem}.not-found p{margin-top:1rem}
@media(max-width:1000px){.header-row{gap:1.3rem}.edition{display:none}.nav{gap:1.3rem}.hero{gap:3rem;grid-template-columns:1.15fr 1fr}.hero h1{font-size:4rem}.features{gap:0 3rem}}
@media(max-width:720px){html{scroll-padding-top:9rem}.wrap{width:calc(100% - 2.5rem)}.header-row{flex-direction:column;gap:.4rem;padding-block:1rem}.nav{justify-content:center;gap:.3rem 1.2rem}.hero{grid-template-columns:1fr;gap:3rem;padding-block:3rem 4rem}.hero h1{font-size:clamp(2.7rem,9vw,3.8rem)}.book{width:min(290px,85%)}.book-label span{font-size:2rem}.book-label img{width:5rem;height:5rem}.section{padding-block:3.5rem}.features,.steps{grid-template-columns:1fr;gap:0}.steps li{padding:1.6rem 0;border-top:1px solid #291b2529}.footer-row{flex-direction:column}.footer-links{align-items:flex-start}.page-intro{padding-top:3rem}.prose table{font-size:.875rem}.prose th,.prose td{padding:.65rem}.section-head{margin-bottom:2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
