:root{--bg:#0f0d0a;--surface:rgba(30,25,18,.85);--text:#f0e8d8;--heading-color:#f0e8d8;--accent:#c9a84c;--muted:#a89880;--panel:rgba(30,25,18,.85);--panel-strong:rgba(45,37,25,.92);--accent2:#7a9e8e;--border:rgba(201,168,76,.18);--font-display:"system-ui, serif",serif;--font-body:"system-ui, sans-serif",sans-serif;--ease:cubic-bezier(0.4,0,0.2,1);--hero-overlay:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.2) 50%,rgba(0,0,0,.6))}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--heading-color)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}*,:after,:before{box-sizing:border-box}body,html{overflow-x:hidden}img,video{max-width:100%;height:auto}section{overflow-x:hidden}