:root{
  color-scheme:light;
  --bg:#e4ded2;--surface:#f0eadf;--surface-2:#d6cfc2;--text:#25312d;--muted:#4a5550;
  --link:#235d57;--moss:#3e6253;--gold:#765a16;--focus:#6b4f00;--line:#aaa194;
  --button-text:#f7f2e8;--hover-text:#f7f2e8;--focus-text:#fff8ef;--shadow:0 12px 28px rgba(37,49,45,.10);--radius:1rem;--measure:66ch
}
:root[data-theme="dusk"]{
  color-scheme:dark;
  --bg:#1f2926;--surface:#293530;--surface-2:#35423c;--text:#f2eee4;--muted:#c7c1b4;
  --link:#a9c9c0;--moss:#b7c3a5;--gold:#d8bc73;--focus:#f0c96a;--line:#52615a;
  --button-text:#17201d;--hover-text:#17201d;--focus-text:#17201d;--shadow:0 12px 28px rgba(0,0,0,.18)
}
*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:18px;line-height:1.68;text-rendering:optimizeLegibility}
img,svg{max-width:100%;height:auto}a{color:var(--link);text-decoration-thickness:.11em;text-underline-offset:.2em}a:hover{text-decoration-thickness:.17em}a:focus-visible,button:focus-visible{outline:3px solid var(--focus);outline-offset:4px}button{font:inherit}.skip-link{position:absolute;left:-999rem;top:.5rem;background:var(--focus);color:var(--focus-text);padding:.7rem 1rem;border-radius:.5rem;z-index:999}.skip-link:focus{left:.75rem}.site-header{background:var(--surface);border-bottom:1px solid var(--line)}.nav{width:min(960px,calc(100% - 2rem));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;flex-wrap:wrap}.brand{font-family:Georgia,"Times New Roman",serif;font-size:1.22rem;letter-spacing:.06em;color:var(--moss);font-weight:700;text-decoration:none}.brand small{display:block;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.68rem;letter-spacing:.02em;color:var(--muted);font-weight:500}.nav-actions,.nav-links{display:flex;align-items:center;gap:.45rem 1rem;flex-wrap:wrap}.nav-links a{color:var(--moss);font-weight:700;text-decoration:none;padding:.35rem .1rem;border-bottom:2px solid transparent}.nav-links a:hover{text-decoration:underline}.nav-links a[aria-current="page"]{border-color:var(--gold);color:var(--text)}.theme-toggle{min-height:44px;border:2px solid var(--link);border-radius:999px;background:transparent;color:var(--text);padding:.55rem .9rem;cursor:pointer;font-weight:700}.theme-toggle:hover{background:var(--surface-2)}main{display:block}.section{padding:clamp(2.8rem,7vw,5.2rem) 1rem;border-bottom:1px solid var(--line)}.section.alt{background:var(--surface-2)}.section.soft{background:var(--surface)}.wrap{width:min(960px,100%);margin:auto}.measure{max-width:var(--measure)}.hero{padding-top:clamp(3.7rem,9vw,6.8rem)}.eyebrow{color:var(--gold);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;margin:0 0 .8rem}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.16;margin:0 0 1rem;text-wrap:balance}h1{font-size:clamp(2.35rem,6vw,4.6rem);color:var(--moss);max-width:18ch;letter-spacing:-.02em}h2{font-size:clamp(1.65rem,3.6vw,2.5rem);color:var(--moss);max-width:27ch}h3{font-size:1.3rem;color:var(--gold)}p{margin:0 0 1.05rem}.lede{font-size:clamp(1.12rem,2.2vw,1.35rem);max-width:56ch;color:var(--muted)}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.button{display:inline-block;border:2px solid var(--link);border-radius:999px;padding:.75rem 1.15rem;text-decoration:none;font-weight:800;background:transparent;color:var(--link);min-height:44px}.button.primary{background:var(--link);color:var(--button-text)}.button:hover{background:var(--moss);border-color:var(--moss);color:var(--hover-text)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.25rem,3vw,1.8rem);box-shadow:var(--shadow)}.alt .card{background:var(--bg)}.card p:last-child{margin-bottom:0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.1rem,3vw,2rem);align-items:start}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.path-list{display:grid;gap:.9rem}.path{display:block;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.15rem 1.25rem;text-decoration:none;color:var(--text)}.path:hover{border-color:var(--link);background:var(--surface-2)}.path strong{display:block;font-family:Georgia,"Times New Roman",serif;color:var(--moss);font-size:1.16rem;margin-bottom:.25rem}.path span{color:var(--muted)}blockquote{margin:1.8rem 0;padding:1.15rem 1.3rem;border-left:5px solid var(--gold);background:var(--surface);border-radius:0 var(--radius) var(--radius) 0;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:1.15rem;color:var(--muted)}.alt blockquote{background:var(--bg)}.note{background:var(--surface-2);border-left:5px solid var(--moss);padding:1rem 1.15rem;border-radius:0 .8rem .8rem 0}.prompt-list{counter-reset:prompt;display:grid;gap:1rem}.prompt{counter-increment:prompt;background:var(--surface);border:1px solid var(--line);padding:1.2rem 1.3rem;border-radius:var(--radius)}.prompt h3{margin-bottom:.55rem}.prompt h3::before{content:counter(prompt) ". ";color:var(--gold)}.small{font-size:.9rem;color:var(--muted)}.status{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:.2rem .68rem;color:var(--moss);font-weight:800;background:var(--bg)}.footer{background:var(--surface);padding:2.2rem 1rem;color:var(--muted)}.footer-grid{width:min(960px,100%);margin:auto;display:grid;grid-template-columns:2fr 1fr;gap:2rem}.footer nav{display:flex;gap:.6rem 1rem;flex-wrap:wrap;align-content:start}.footer a{color:var(--link)}.article-index{display:flex;gap:.55rem 1rem;flex-wrap:wrap;margin:1rem 0 0}.article-index a{font-weight:700}.worksheet-line{border-bottom:2px dotted var(--line);min-height:2.4rem;margin:.4rem 0 1.2rem}.plain-list{padding-left:1.3rem}.plain-list li{margin:.45rem 0}.legacy{min-height:60vh;display:grid;place-items:center}.legacy .card{max-width:var(--measure)}
@media(max-width:760px){.grid,.grid.three,.footer-grid{grid-template-columns:1fr}.nav{align-items:flex-start}.nav-actions{width:100%;justify-content:space-between}.nav-links{gap:.3rem .75rem}h1{max-width:19ch}}
@media(max-width:520px){body{font-size:17px}.nav{width:min(100% - 1.2rem,960px)}.section{padding-left:.8rem;padding-right:.8rem}.button{width:100%;text-align:center}.theme-toggle{width:auto}.nav-links{width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{:root{--bg:#fff;--surface:#fff;--surface-2:#f4f4f4;--text:#111;--muted:#333;--link:#111;--moss:#111;--gold:#111;--line:#bbb;color-scheme:light}.site-header,.footer,.actions,.theme-toggle{display:none!important}body{font-size:12pt}.section{padding:1rem 0;border:0}.card,.prompt{box-shadow:none}}
