:root{--ink:#231f20;--ink-soft:#5c534b;--ink-dim:#8b8078;--paper:#fefcf8;--paper-tint:#f7f0e4;--paper-deep:#efe3d0;--clay-200:#f0cbb1;--clay-300:#e0a077;--clay-500:#c25b2c;--clay-600:#a8481c;--clay-700:#8a3a15;--sage-300:#b7c7b3;--sage-500:#7d9a80;--sage-700:#52705a;--accent:var(--clay-600);--accent-hover:var(--clay-700);--accent-contrast:#fffaf4;--rule:#231f2018;--rule-strong:#231f2033;--ink-on-deep:var(--ink);--font-display:"Fraunces",Georgia,"Times New Roman",serif;--font:"Nunito",system-ui,-apple-system,"Segoe UI",sans-serif;--weight-regular:400;--weight-semibold:600;--weight-bold:700;--text-xs:0.78rem;--text-sm:0.875rem;--text-base:1.0625rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:1.9rem;--text-3xl:2.4rem;--text-display:clamp(2.4rem,1.4rem + 3.4vw,3.9rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--section-pad:clamp(3.5rem,2rem + 6vw,6rem);--blob-1:1.6rem 1.1rem 1.5rem 1.2rem;--blob-2:1.1rem 1.6rem 1.2rem 1.5rem;--blob-3:1.4rem 1.3rem 1.1rem 1.6rem;--radius-sm:0.6rem 0.5rem 0.65rem 0.55rem;--measure:66ch;--container:1120px;--duration:140ms;color-scheme:light}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--weight-bold);line-height:1.12;letter-spacing:-0.012em;text-wrap:balance;margin:0 0 var(--space-4)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl);line-height:1.25}h4{font-size:var(--text-lg);line-height:1.3}p{margin:0 0 var(--space-4)}p:last-child{margin-bottom:0}a{color:var(--accent);text-decoration-color:var(--clay-300);text-decoration-thickness:2px;text-underline-offset:0.18em;transition:color var(--duration) ease,text-decoration-color var(--duration) ease}a:hover{color:var(--accent-hover);text-decoration-color:currentColor}:focus-visible{outline:3px solid var(--clay-500);outline-offset:3px;border-radius:2px}::selection{background:var(--clay-200);color:var(--ink)}img{max-width:100%;height:auto;display:block}ul,ol{margin:0 0 var(--space-4);padding-left:1.35em}li{margin-bottom:var(--space-2)}strong{font-weight:var(--weight-bold)}blockquote{margin:var(--space-6) 0;padding:var(--space-2) 0 var(--space-2) var(--space-5);border-left:4px solid var(--clay-300);font-family:var(--font-display);font-size:var(--text-lg);line-height:1.4;color:var(--ink-soft)}hr{border:0;height:1px;background:var(--rule-strong);margin:var(--space-7) 0}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-5)}.container.narrow{max-width:44rem}.band{padding-block:var(--section-pad)}.band.tint{background:var(--paper-tint)}.band.deep{background:var(--paper-deep);color:var(--ink-on-deep)}.band.tight{padding-block:var(--space-7)}.kicker{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:0.06em;text-transform:uppercase;color:var(--clay-600)}.kicker::before{content:"";width:2.2rem;height:3px;border-radius:3px;background:var(--clay-300);flex:none}.lead{font-size:var(--text-lg);line-height:1.55;color:var(--ink-soft);max-width:58ch;margin-bottom:var(--space-5)}a.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:48px;padding-inline:var(--space-6);border-radius:var(--blob-1);background:var(--accent);color:var(--accent-contrast);font-weight:var(--weight-bold);font-size:var(--text-base);text-decoration:none;border:2px solid var(--accent);transition:background var(--duration) ease,border-color var(--duration) ease,transform var(--duration) ease}a.button:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-contrast);transform:translateY(-1px)}a.button.ghost{background:transparent;color:var(--accent);border-color:var(--clay-300);border-radius:var(--blob-2)}a.button.ghost:hover{background:var(--paper-tint);border-color:var(--accent)}.prose{max-width:var(--measure);font-size:1.125rem;line-height:1.75}.prose h2{font-size:var(--text-2xl);margin-top:var(--space-7)}.prose h3{font-size:var(--text-xl);margin-top:var(--space-6)}.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose p,.prose ul,.prose ol{margin-bottom:var(--space-5)}.prose li{margin-bottom:var(--space-3)}.prose img{border-radius:var(--blob-3);margin:var(--space-6) 0}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}a.button:hover{transform:none}}