/* ============================================================
   OG Hildesheimer Börde — Über uns Page Styles
   ============================================================ */

/* --- Mission Hero --- */
.about-hero {
  background: #0a0a0a;
  padding: 5rem 0 4rem;
  border-bottom: 1px dashed rgba(253, 37, 4, 0.2);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #fd2504, transparent 60%);
}

.about-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  max-width: 800px;
  margin-bottom: 1.25rem;
}

.about-hero h1 span { color: #fd2504; }

.about-hero__sub {
  font-size: 1.1rem;
  color: #888;
  max-width: 580px;
  line-height: 1.7;
}

/* --- Mission Section --- */
.mission-section {
  background: #111;
  padding: 5rem 0;
}

.mission-section > .container > h2 { margin-bottom: 1.5rem; }

.mission-text {
  max-width: 720px;
  font-size: 1.05rem;
  color: #bbb;
  line-height: 1.85;
  margin-bottom: 3rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.value-card {
  border-top: 3px solid #fd2504;
  border-right: 1px dashed rgba(253, 37, 4, 0.2);
  border-bottom: 1px dashed rgba(255,255,255,0.06);
  border-left: 1px dashed rgba(255,255,255,0.06);
  padding: 2rem 1.5rem;
  background: #0a0a0a;
}

.value-card__icon {
  width: 40px;
  height: 40px;
  color: #fd2504;
  margin-bottom: 1rem;
}

.value-card__title {
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.5rem;
}

.value-card__text {
  font-size: 0.875rem;
  color: #777;
  margin: 0;
}

/* --- Differentiators Section --- */
.diff-section {
  background: #0a0a0a;
  padding: 5rem 0;
}

.diff-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  margin-top: 3rem;
}

.diff-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.diff-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  color: #ccc;
  font-size: 0.95rem;
  margin: 0;
}

.diff-list li .icon {
  color: #fd2504;
  flex-shrink: 0;
  margin-top: 2px;
}

.diff-list li strong {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.diff-image-placeholder {
  background: #111;
  border: 2px dashed rgba(253, 37, 4, 0.25);
  aspect-ratio: 1;
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  color: #333;
  font-size: 0.8rem;
  text-align: center;
  padding: 2rem;
}

/* --- Team Section --- */
.team-section {
  background: #111;
  padding: 5rem 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.team-card {
  background: #0a0a0a;
  border: 1px dashed rgba(255,255,255,0.08);
  padding: 2rem;
  position: relative;
}

.team-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd2504;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.team-card:hover::after { transform: scaleX(1); }

.team-avatar {
  width: 72px;
  height: 72px;
  background: #1a1a1a;
  border: 2px solid rgba(253, 37, 4, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #fd2504;
}

.team-card__name {
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.25rem;
}

.team-card__role {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fd2504;
  margin-bottom: 1rem;
}

.team-card__bio {
  font-size: 0.875rem;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

/* --- Stats Section --- */
.stats-section {
  background: #0d0d0d;
  padding: 4rem 0;
  border-top: 1px dashed rgba(253, 37, 4, 0.15);
  border-bottom: 1px dashed rgba(253, 37, 4, 0.15);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-item {}

.stat-item__number {
  font-size: 3rem;
  font-weight: 900;
  color: #fd2504;
  line-height: 1;
  display: block;
  font-variant-numeric: tabular-nums;
}

.stat-item__label {
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  display: block;
}

/* --- About CTA --- */
.about-cta {
  background: #fd2504;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0.04) 0px,
    rgba(0,0,0,0.04) 1px,
    transparent 1px,
    transparent 10px
  );
}

.about-cta > .container { position: relative; z-index: 1; }

.about-cta h2 { color: #fff; margin-bottom: 1rem; }
.about-cta p { color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 2rem; }

/* Responsive */
@media (max-width: 768px) {
  .values-grid { grid-template-columns: 1fr; }
  .diff-layout { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr; }
}
