
body.theme-brutal{
  --accent:#ff7b1a;
  --accent-2:#ffd2a3;
  --accent-rgb:255,123,26;
  --bg:#0b0d10;
  --surface:#12161b;
  --surface-2:#181d24;
  --line:rgba(255,255,255,.11);
}
.theme-brutal .hero-copy{
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .18), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    var(--surface);
}
.theme-brutal .brand-mark{
  border-radius:14px;
}
.theme-brutal .section-title,
.theme-brutal .hero-copy h1{
  text-transform:uppercase;
}
.theme-brutal .surface-card,
.theme-brutal .service-card,
.theme-brutal .info-card,
.theme-brutal .process-step,
.theme-brutal .contact-card,
.theme-brutal .contact-wrap,
.theme-brutal .about-main,
.theme-brutal .about-side,
.theme-brutal .cta-banner,
.theme-brutal .hero-copy,
.theme-brutal .hero-visual{
  border-radius:24px;
}
.theme-brutal .quickfact strong,
.theme-brutal .service-card h3{
  font-weight:900;
}
