@layer reset,base,utilities;
@layer reset{
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,h4,p,ul,ol,figure,blockquote{margin:0}ul,ol{padding:0}img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}table{border-collapse:collapse}}
@layer base{
:root{--paper:#fffdf8;--ivory:#f8f2e7;--ivory-2:#efe4d2;--stone:#d9cdbb;--line:#dfd3c2;--ink:#17231f;--ink-soft:#53605a;--forest:#133c2d;--forest-deep:#09271d;--gold:#b8842c;--gold-dark:#805719;--gold-pale:#e8d19c;--blue:#cfe4f0;--plum:#2c1730;--purple:#56305e;--white:#fff;--danger:#8b2727;--success:#155f3f;--shadow:0 20px 55px rgba(35,27,16,.12);--shadow-soft:0 12px 35px rgba(35,27,16,.08);--radius:22px;--radius-sm:10px;--serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max:1280px;--reading:760px;--theme:var(--forest);--theme-dark:var(--forest-deep);--theme-soft:#edf3ef}
html{color-scheme:light;background:var(--paper);font-size:16px}body{min-height:100vh;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.72;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body::before{content:"";position:fixed;z-index:-2;inset:0;background:radial-gradient(circle at 18% 5%,rgba(207,228,240,.42),transparent 28%),linear-gradient(180deg,#fffdf8 0%,#faf5eb 100%)}
h1,h2,h3,h4{font-family:var(--serif);font-weight:500;line-height:1.05;letter-spacing:-.025em;text-wrap:balance}h1{font-size:clamp(3.2rem,7vw,6.9rem)}h2{font-size:clamp(2.35rem,4.4vw,4.65rem)}h3{font-size:clamp(1.5rem,2.2vw,2.35rem)}h4{font-size:1.25rem}p{max-width:72ch}p+p{margin-top:1rem}small{font-size:.82em}strong{font-weight:700}a{text-decoration-color:rgba(184,132,44,.5);text-underline-offset:.2em}a:hover{text-decoration-color:currentColor}::selection{background:var(--gold-pale);color:var(--ink)}:focus-visible{outline:3px solid #1269a8;outline-offset:4px}.skip-link{position:fixed;z-index:9999;left:1rem;top:1rem;transform:translateY(-160%);background:#fff;color:#000;padding:.8rem 1rem;border:2px solid #000}.skip-link:focus{transform:none}
input,select,textarea{border:1px solid #b9ac99;background:#fff;color:var(--ink);border-radius:7px;padding:.9rem 1rem;min-height:48px}textarea{min-height:170px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--theme);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme) 20%,transparent);outline:none}label{font-weight:700;color:var(--ink)}
}
@layer utilities{.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.narrow{max-width:var(--reading);margin-inline:auto}.centered{text-align:center}.centered p{margin-inline:auto}.actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:2rem}.light{color:#fff}.dark{background:#111;color:#fff}.tinted{background:var(--theme-soft)}.stretched{align-items:stretch}.reverse{direction:rtl}.reverse>*{direction:ltr}}
