@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.scc{
  --scc-ink:#221E1B;--scc-muted:#6B6259;--scc-maxw:1000px;
  --scc-disp:'Bebas Neue',Impact,sans-serif;
  color:var(--scc-ink);
}
.scc *{box-sizing:border-box}
.scc-wrap{max-width:var(--scc-maxw);margin:0 auto;padding:0 clamp(20px,5vw,40px)}
.scc-center{text-align:center}
.scc-disp{font-family:var(--scc-disp);text-transform:uppercase;letter-spacing:.02em;line-height:.9;font-weight:400}
.scc-h1{font-size:clamp(44px,7vw,84px)}

.scc-hero{background:var(--scc-charcoal);color:#fff;padding:clamp(48px,7vw,80px) 0}
.scc-eyebrow{font-weight:700;font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--scc-orange);display:block;margin-bottom:10px}
.scc-hero .scc-h1{color:#fff !important;margin-bottom:18px}
.scc-lede{font-size:clamp(17px,1.9vw,20px);line-height:1.55;color:rgba(255,255,255,.9);max-width:60ch;margin:0 auto}
.scc-lede p{margin:0}
.scc-note{font-size:14px;color:rgba(255,255,255,.6);margin-top:16px}