@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300;1,9..40,400&display=swap");:root{--surface:#0b0b0a;--surface-raised:#141413;--surface-overlay:#1c1c1a;--cream:#f0ebe3;--cream-muted:hsla(37,30%,92%,.55);--terracotta:#c8553d;--terracotta-glow:rgba(200,85,61,.15);--forest:#3d7a5f;--forest-muted:rgba(61,122,95,.2);--gold:#c9a96e;--serif:"Instrument Serif",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--sans);line-height:1.6;color:var(--cream);background:var(--surface);overflow-x:hidden}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.03;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}h1,h2,h3{font-family:var(--serif);font-weight:400}h2{font-size:56px;margin-bottom:32px;letter-spacing:-.03em;color:var(--cream)}h3{font-size:32px;margin-bottom:20px;color:var(--terracotta)}p{font-size:20px;line-height:1.7;color:var(--cream-muted)}ul{list-style:none;padding:0}li{font-size:20px;margin-bottom:20px;padding-left:32px;position:relative;line-height:1.6}li:before{content:"→";position:absolute;left:0;color:var(--terracotta);font-weight:600}img{max-width:100%;height:auto;border-radius:16px;border:1px solid hsla(37,30%,92%,.08)}@media (max-width:768px){h2{font-size:36px}h3{font-size:24px}li,p{font-size:18px}}