/* Rhein Audit gunmetal / Rhine-red / paper — v3 (DG 7d cache). */
:root {
  --rhein-gun: #2a2c2e;
  --rhein-gun-2: #1c1e20;
  --rhein-paper: #e8e4dc;
  --rhein-red: #d12c2c;
  --rhein-red-soft: #e85a4a;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
button,
span,
.typography,
.space-grotesk {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif !important;
}

html,
body {
  background: #2a2c2e !important;
  color: #e8e4dc !important;
}

#rhein-field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

#rhein-hero-slot {
  position: relative;
  overflow: hidden;
  background: #1c1e20 !important;
}

#rhein-hero-slot > *:not(#rhein-field) {
  position: relative;
  z-index: 1;
}

#rhein-hero-slot video {
  opacity: 0 !important;
  visibility: hidden !important;
}

a {
  accent-color: #d12c2c;
}

.rhein-methodology {
  border-color: rgba(209, 44, 44, 0.28) !important;
}

.btn,
button,
a[class*="button"],
a[class*="cta"] {
  --tw-ring-color: #d12c2c;
}

.team-member img,
.member-cards-item img {
  object-fit: cover;
  background: #1c1e20;
}
