@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap");
:root{--bg:#171916;--surface:#20231f;--surface-2:#292c27;--text:#f1eadf;--muted:#aaa79e;--orange:#b86536;--orange-light:#d1844d;--teal:#477f79;--teal-light:#66a099;--line:#3b3d37;--max:1180px;--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"DM Sans",system-ui,sans-serif;line-height:1.65}a{color:inherit}button,input{font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:99;background:var(--orange);padding:.7rem 1rem;border-radius:8px}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgba(23,25,22,.92);backdrop-filter:blur(14px)}.header-inner{max-width:var(--max);margin:auto;padding:1rem 1.4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;gap:.8rem;align-items:center;text-decoration:none}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#171916;font-size:1.2rem}.brand small,.brand strong{display:block}.brand small,.eyebrow{font-size:.7rem;letter-spacing:.22em;font-weight:700;color:var(--orange-light)}.brand strong{font-family:"DM Serif Display",serif;font-size:1.15rem}.main-nav,.nav-themes{display:flex;align-items:center;gap:.25rem}.main-nav a{padding:.55rem .75rem;text-decoration:none;color:var(--muted);border-radius:99px;font-size:.92rem}.main-nav a:hover,.main-nav a:focus-visible{background:var(--surface-2);color:var(--text)}.menu-button{display:none;background:var(--surface-2);color:var(--text);border:1px solid var(--line);border-radius:99px;padding:.55rem .9rem}main{min-height:70vh}.loading,.message{max-width:var(--max);margin:auto;padding:8rem 1.4rem}.hero{max-width:var(--max);margin:auto;padding:6rem 1.4rem 5rem;display:grid;grid-template-columns:1.45fr .7fr;gap:3rem;align-items:end}.article{max-width:760px}.article h1,.article h2,.article h3,.core p,.section-heading h2,.theme-card h3,.theme-hero h1,.message h1{font-family:"DM Serif Display",serif;font-weight:400;line-height:1.05}.hero-copy h1{font-size:clamp(3.4rem,7.5vw,6.8rem);margin:0 0 2rem;max-width:900px}.hero-copy>p{font-size:1.18rem;color:var(--muted);max-width:680px}.article blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:5px solid var(--orange);background:var(--surface);font-family:"DM Serif Display",serif;font-size:1.55rem;line-height:1.35}.article h2{font-size:2.2rem;margin:3rem 0 1rem}.article h3{font-size:1.55rem;margin:2rem 0 .7rem}.article li{margin:.5rem 0}.core{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:0 25px 65px rgba(0,0,0,.25)}.core p{font-size:2.5rem;margin:3rem 0 .3rem;color:var(--orange-light)}.themes-section{background:var(--surface);border-top:1px solid var(--line);padding:5rem max(1.4rem,calc((100vw - var(--max))/2))}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-heading h2{font-size:3.4rem;margin:.5rem 0 0}.search{display:flex;align-items:center;gap:.7rem;color:var(--muted)}.search input{background:var(--bg);color:var(--text);border:1px solid var(--line);border-radius:99px;padding:.8rem 1rem;outline:none}.search input:focus{border-color:var(--teal-light);box-shadow:0 0 0 3px rgba(102,160,153,.2)}.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem}.theme-card{min-height:240px;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:1.8rem;border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;overflow:hidden;transition:.2s transform,.2s border-color}.theme-card:before{content:"";position:absolute;inset:0 0 auto;height:8px;background:var(--orange)}.theme-card.teal:before{background:var(--teal)}.theme-card:hover{transform:translateY(-4px);border-color:var(--orange)}.theme-card.teal:hover{border-color:var(--teal)}.theme-card h3{font-size:2.2rem;margin:2rem 0 .5rem}.theme-card p{color:var(--muted);max-width:430px}.theme-number{font-family:monospace;color:var(--muted)}.arrow{position:absolute;right:1.6rem;top:1.5rem;font-size:1.6rem}.theme-page{max-width:980px;margin:auto;padding:4rem 1.4rem}.theme-hero{padding:3rem;border-radius:var(--radius);background:linear-gradient(135deg,#a85b32,#493a2d);border:1px solid #805034}.theme-hero.teal{background:linear-gradient(135deg,#3f736e,#2c403d);border-color:#477f79}.theme-hero span{font-size:.75rem;letter-spacing:.2em;font-weight:700}.theme-hero h1{font-size:clamp(3.5rem,8vw,6.5rem);margin:3rem 0 1rem}.theme-hero p{font-size:1.2rem;max-width:650px}.theme-content{margin:4rem auto}.theme-content>h1:first-child{display:none}.chapter-nav{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding-top:2rem}.chapter-nav a,.button{color:var(--text);text-decoration:none;padding:.8rem 1rem;border:1px solid var(--line);border-radius:99px}.chapter-nav a:hover,.button:hover{border-color:var(--orange);background:var(--surface)}.site-footer{max-width:var(--max);margin:auto;padding:3rem 1.4rem;display:flex;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted)}.site-footer strong,.site-footer span{display:block}.site-footer strong{color:var(--text)}.noscript{padding:1rem;background:#6c2e25;color:white}
@media(max-width:800px){.menu-button{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:75px;padding:1rem 1.4rem 1.5rem;background:var(--bg);border-bottom:1px solid var(--line);align-items:stretch}.main-nav.open,.nav-themes{display:flex;flex-direction:column}.main-nav a{padding:.8rem}.hero{grid-template-columns:1fr;padding-top:4rem}.core p{font-size:2rem}.section-heading{align-items:stretch;flex-direction:column}.search{align-items:stretch;flex-direction:column}.theme-grid{grid-template-columns:1fr}.theme-hero{padding:2rem}.site-footer{flex-direction:column;gap:1rem}}
