:root{--ink:#0f0f10;--white:#fff;--warm-white:#f5f5f2;--gray:#767676;--page-gutter:clamp(2rem, 6.65vw, 6rem);--grid-gap:clamp(1rem, 1.7vw, 1.5rem);--font-serif:Georgia, "Times New Roman", Times, serif;--font-sans:Arial, Helvetica, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink);min-width:320px}body{background:var(--ink);min-height:100%;color:var(--white);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}a,button{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}.skip-link{z-index:1000;background:var(--white);color:var(--ink);padding:.75rem 1rem;font-size:.75rem;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}::selection{background:var(--white);color:var(--ink)}@media (max-width:1199px){:root{--page-gutter:clamp(1.5rem, 4.5vw, 3rem)}}@media (max-width:767px){:root{--page-gutter:1.25rem;--grid-gap:.75rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
