:root{
    --bg:#080808;
    --panel:#101010;
    --panel-2:#161616;
    --text:#f7f7f7;
    --muted:#9b9b9b;
    --border:#2c2c2c;
    --accent:#a51d22;
    --shell:1440px;
    --gutter:clamp(1.25rem,4vw,4rem);
}
body{overflow-x:hidden}
.site-shell{width:min(var(--shell),100%);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding:clamp(4rem,8vw,8rem) 0}
.section-dark{background:#0d0d0d}
.section-black{background:#050505}
.section-heading{max-width:760px;margin-bottom:3rem}
.section-heading.centered{text-align:center;margin-inline:auto}
.section-heading h2{margin-top:.45rem}
.section-action{text-align:center;margin-top:3.25rem}
.two-column-copy{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(2rem,7vw,7rem)}
.prose{display:grid;gap:1.25rem;font-size:1.05rem}
.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:1rem;top:1rem;z-index:9999;background:#fff;color:#000;padding:.75rem}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
