:root{--bg:#080706;--card:#0f0e0d;--surface:#161413;--amber:#d4a574;--amber-bright:#e8c49a;--cream:#f5f1e8;--secondary:#948a7c;--tertiary:#5e5648;--border:#1e1b18;--border-subtle:#151311;--sans:"DM Sans", sans-serif;--serif:"Playfair Display", serif;--good:#4a7a56;--bad:#7a4a4a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--secondary);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-size:16px;font-weight:300;line-height:1.75;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;opacity:.025;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:128px 128px;position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:9998;background:radial-gradient(#0000 55%,#0403038c 100%);position:fixed;inset:0}h1,h2,h3,h4,h5,h6{font-family:var(--serif);color:var(--cream);letter-spacing:-.01em;font-style:italic;font-weight:400;line-height:1.25}h1{font-size:clamp(1.75rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.125rem,2.5vw,1.5rem)}a{color:var(--amber);text-decoration:none;transition:color .2s}a:hover{color:var(--amber-bright)}b,strong{color:var(--secondary);font-weight:500}
