/* ═══════════════════════════════════════════════════════════════════
   ÜBER-MICH-SEITE — Umsetzung der Claude-Design-Entwürfe, 05.08.2026
   Desktop: „Über Mich Explorationen.dc.html"  (trotz Namens die fertige Seite)
   Mobil:   „Über Mich Seite - Mobil.dc.html"

   Setzt auf bsd-persona.css auf (Bühne, Portrait, Signatur, Badges,
   Buttons, Chips, Häkchen). Hier stehen nur die Sektionen dieser Seite.

   Ergänzungen gegenüber dem Entwurf (Absprache):
   · Kontakt-Sektion — im Entwurf fehlt sie samt E-Mail-Adresse komplett
   · Regions-Chips vollständig (Entwurf nennt nur 4 von 9 Orten)
   · Echte Links — der Entwurf hat kein einziges <a>
   Navigation und Footer des Entwurfs entfallen: dafür gibt es header.php
   und footer.php.
   ═══════════════════════════════════════════════════════════════════ */

.bd-ueber { display: block; }
.bd-ueber-wrap { position: relative; z-index: 5; max-width: 1060px; margin: 0 auto; padding: 0 56px; }

/* ── Hero ───────────────────────────────────────────────────────── */
.bd-ueber-hero {
  position: relative; z-index: 5;
  min-height: 820px;
  display: flex; align-items: center; gap: 60px; flex-wrap: wrap;
  padding: 150px 6% 140px;
}
.bd-ueber-hero-copy { flex: 1 1 480px; min-width: 420px; max-width: 600px; }

.bd-ueber h1.bd-ueber-h1 {
  margin: 20px 0 0;
  font-size: clamp(58px, 6.5vw, 92px); line-height: 0.98;
  font-weight: 800; letter-spacing: -0.03em; color: var(--bdp-text);
}
.bd-ueber h1.bd-ueber-h1 span { color: var(--bdp-gold); }
.bd-ueber .bd-ueber-hero-sub {
  margin: 22px 0 0; max-width: 520px;
  font-size: 18px; line-height: 1.65; font-weight: 500;
  color: rgba(245,242,234,0.72); text-wrap: pretty;
}
.bd-ueber-hero .bd-persona-btns { margin-top: 32px; }

.bd-ueber-stats {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 20px; margin-top: 40px; max-width: 520px;
}
.bd-ueber-stat { display: flex; flex-direction: column; gap: 4px; }
.bd-ueber-stat b { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; }
.bd-ueber-stat span { font-size: 11.5px; font-weight: 500; color: rgba(245,242,234,0.5); }
.bd-ueber-stat-sep { width: 1px; align-self: stretch; background: rgba(255,255,255,0.12); }

.bd-ueber-scroll {
  margin-top: 60px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.24em;
  /* .35 ergab nur 2,9:1 Kontrast auf #07080A — .62 liegt über 4,5:1 */
  text-transform: uppercase; color: rgba(245,242,234,0.62);
  animation: bdpBob 2.6s ease-in-out infinite;
}
.bd-ueber-scroll b { color: var(--bdp-gold); font-weight: 600; }

.bd-ueber-hero .bd-persona-portrait {
  flex: 0 0 clamp(340px, 34vw, 440px);
  aspect-ratio: 44 / 56;
  --bdp-shift: 18px; --bdp-radius: 20px;
}
/* Entwurf: Signatur rechts unten, ohne Zusatzzeile, 44 px, -4° */
.bd-ueber-hero .bd-persona-sign { left: auto; right: 22px; bottom: 16px; text-align: right; }
.bd-ueber-hero .bd-persona-sign b { font-size: 44px; transform: rotate(-4deg); transform-origin: right bottom; }
.bd-ueber-hero .bd-persona-sign span { display: none; }
/* Entwurf: Bewertung links UNTEN, Inhaber-Marke rechts OBEN */
.bd-ueber-hero .bd-persona-badge--rating { left: -40px; top: auto; bottom: 48px; }
.bd-ueber-hero .bd-persona-badge--owner  { right: -30px; bottom: auto; top: -24px; }

/* Laufband am Hero-Fuß */
.bd-ueber-marquee {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 6;
  display: flex; overflow: hidden;
  border-top: 1px solid rgba(233,180,76,0.22);
  background: rgba(10,11,14,0.8);
  padding: 11px 0;
}
.bd-ueber-marquee-track { display: flex; width: max-content; animation: bdpMarq 24s linear infinite; }
.bd-ueber-marquee-track > div {
  display: flex; align-items: center;
  font-size: 13px; font-weight: 700; letter-spacing: 0.2em;
  color: rgba(233,180,76,0.85); white-space: nowrap;
}
.bd-ueber-marquee-track span { padding: 0 26px; }

/* ── Gemeinsame Sektionsköpfe ───────────────────────────────────── */
.bd-ueber-sec { position: relative; z-index: 5; padding: 130px 56px 0; max-width: 1060px; margin: 0 auto; }
.bd-ueber h2.bd-ueber-h2 {
  margin: 18px 0 0;
  font-size: 44px; line-height: 1.08; font-weight: 800;
  letter-spacing: -0.02em; color: var(--bdp-text); text-wrap: balance;
}
.bd-ueber .bd-ueber-intro {
  margin: 16px 0 0; max-width: 560px;
  font-size: 15.5px; line-height: 1.7; font-weight: 500;
  color: rgba(245,242,234,0.65); text-wrap: pretty;
}

/* ── Meine Geschichte ───────────────────────────────────────────── */
.bd-ueber-story { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: start; }
.bd-ueber-story .bd-persona-quote { margin-top: 26px; font-size: 17px; padding: 26px 28px; }
.bd-ueber-story-text { display: flex; flex-direction: column; gap: 18px; }
.bd-ueber .bd-ueber-p {
  margin: 0; font-size: 15px; line-height: 1.75; font-weight: 500;
  color: rgba(245,242,234,0.7); text-wrap: pretty;
}
.bd-ueber-story .bd-persona-chips { margin-top: 24px; }

/* ── Schwerpunkte ───────────────────────────────────────────────── */
/* Kopf zentriert wie im Entwurf */
.bd-ueber-sec--center { text-align: center; }
.bd-ueber-sec--center .bd-persona-eyebrow { justify-content: center; }
.bd-ueber-sec--center .bd-ueber-intro { margin-left: auto; margin-right: auto; }
.bd-ueber-sec--center .bd-ueber-cards { text-align: left; }

.bd-ueber-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; perspective: 1400px; }
.bd-ueber-card {
  background: linear-gradient(180deg, #0C0E12, #0A0B0E);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px; padding: 34px 30px;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s, box-shadow .35s;
}
.bd-ueber-card:hover {
  transform: translateY(-10px) rotateX(3deg);
  border-color: rgba(233,180,76,0.5);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}
.bd-ueber-card-num {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, var(--bdp-gold-top), var(--bdp-gold));
  color: var(--bdp-ink); font-size: 14px; font-weight: 800;
}
.bd-ueber h3.bd-ueber-h3 { margin: 18px 0 0; font-size: 22px; font-weight: 800; line-height: 1.25; }
.bd-ueber .bd-ueber-card-text {
  margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; font-weight: 500;
  color: rgba(245,242,234,0.62);
}
.bd-ueber-card-tag {
  display: block; margin-top: 16px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--bdp-gold);
}
.bd-ueber-note {
  margin-top: 24px; text-align: center;
  font-size: 12.5px; font-weight: 500; color: rgba(245,242,234,0.55);
}
.bd-ueber-note b { color: var(--bdp-gold); font-weight: 700; }

/* ── Prinzipien ─────────────────────────────────────────────────── */
.bd-ueber-principles { margin-top: 36px; }
.bd-ueber-principle {
  display: grid; grid-template-columns: 120px 1fr 1.4fr; gap: 30px; align-items: start;
  padding: 38px 20px; border-top: 1px solid rgba(255,255,255,0.1);
  transition: background .3s;
}
.bd-ueber-principle:last-child { border-bottom: 1px solid rgba(255,255,255,0.1); }
.bd-ueber-principle:hover { background: rgba(233,180,76,0.04); }
.bd-ueber-principle-num {
  font-size: 64px; line-height: 1; font-weight: 800;
  color: transparent; -webkit-text-stroke: 1.5px rgba(233,180,76,0.7);
}
.bd-ueber-principle h3 { margin: 0; font-size: 24px; font-weight: 800; line-height: 1.25; }
.bd-ueber-principle p {
  margin: 0; font-size: 15px; line-height: 1.7; font-weight: 500;
  color: rgba(245,242,234,0.65); text-wrap: pretty;
}

/* ── Wissen ─────────────────────────────────────────────────────── */
.bd-ueber-know-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; }
.bd-ueber-know-side { max-width: 380px; font-size: 14.5px; line-height: 1.65; color: rgba(245,242,234,0.6); }
.bd-ueber-know { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.bd-ueber .bd-ueber-know-card {
  display: flex; flex-direction: column; gap: 9px;
  border: 1px solid rgba(255,255,255,0.1); border-radius: 16px;
  padding: 28px; min-height: 150px; text-decoration: none;
  transition: transform .3s, border-color .3s;
}
.bd-ueber .bd-ueber-know-card:hover { transform: translateY(-6px); border-color: rgba(233,180,76,0.45); }
.bd-ueber-know-kicker { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bdp-gold); }
.bd-ueber-know-title { font-size: 18px; font-weight: 700; line-height: 1.3; color: var(--bdp-text); }
.bd-ueber-know-text { font-size: 12.5px; line-height: 1.5; font-weight: 500; color: rgba(245,242,234,0.55); flex: 1; }
.bd-ueber-know-more { font-size: 13px; font-weight: 700; color: var(--bdp-gold); }

/* ── Kontakt (Ergänzung, nicht im Entwurf) ──────────────────────── */
.bd-ueber-contact { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.bd-ueber .bd-ueber-contact-card {
  display: flex; flex-direction: column; gap: 6px;
  border: 1px solid rgba(255,255,255,0.1); border-radius: 16px;
  padding: 24px 22px; text-decoration: none;
  transition: border-color .3s, transform .3s;
}
.bd-ueber a.bd-ueber-contact-card:hover { border-color: rgba(233,180,76,0.45); transform: translateY(-4px); }
.bd-ueber-contact-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--bdp-gold);
}
.bd-ueber-contact-val { font-size: 15px; font-weight: 700; color: var(--bdp-text); word-break: break-word; }
.bd-ueber-contact-sub { font-size: 12px; font-weight: 500; color: rgba(245,242,234,0.5); }

/* ── Abschluss-CTA ──────────────────────────────────────────────── */
.bd-ueber-cta-wrap { position: relative; z-index: 5; max-width: 1160px; margin: 130px auto 0; padding: 0 56px 110px; }
/* Entwurf: Text links, Portrait rechts — nicht mittig gestapelt */
.bd-ueber-cta {
  position: relative; overflow: hidden;
  background: radial-gradient(800px 400px at 30% 0%, rgba(233,180,76,0.12), transparent 60%),
              linear-gradient(180deg, #0D0F14, #0A0B0E);
  border: 1px solid rgba(233,180,76,0.25);
  border-radius: 26px; padding: 70px 70px 0;
  display: grid; grid-template-columns: 1fr 240px; gap: 50px; align-items: end;
  text-align: left;
}
.bd-ueber-cta-text { padding-bottom: 70px; }
.bd-ueber-cta .bd-persona-btns   { justify-content: flex-start; }
.bd-ueber-cta .bd-persona-checks { justify-content: flex-start; }
.bd-ueber-cta .bd-persona-eyebrow { justify-content: flex-start; }
.bd-ueber .bd-ueber-cta-p { margin-left: 0; }
.bd-ueber h2.bd-ueber-cta-h2 {
  margin: 18px 0 0; font-size: 52px; line-height: 1.05;
  font-weight: 800; letter-spacing: -0.02em; text-wrap: balance;
}
.bd-ueber .bd-ueber-cta-p {
  margin: 18px auto 0; max-width: 640px;
  font-size: 15.5px; line-height: 1.7; font-weight: 500;
  color: rgba(245,242,234,0.65); text-wrap: pretty;
}
.bd-ueber-cta .bd-persona-btns { justify-content: center; margin-top: 28px; }
.bd-ueber-cta .bd-persona-checks { justify-content: center; margin-top: 24px; }
.bd-ueber-cta .bd-persona-eyebrow { justify-content: center; }
/* Portrait-Wiederholung, unten weich ausgeblendet */
.bd-ueber-cta-portrait {
  width: 220px; height: 280px; margin: 0 auto; display: block; align-self: end;
  object-fit: cover; object-position: 50% 12%;
  border-radius: 16px 16px 0 0; opacity: .92;
  -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent);
          mask-image: linear-gradient(180deg, #000 70%, transparent);
}

/* ══════════════════════════════════════════════════════════════════
   MOBIL — Entwurf „Über Mich Seite - Mobil.dc.html"
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 899px) {
  .bd-ueber-wrap { padding: 0 22px; }

  .bd-ueber-hero {
    display: block; min-height: 0;
    padding: 116px 22px 120px;   /* 44px Entwurf + Platz für die Navi-Pille */
  }
  .bd-ueber-hero-copy { min-width: 0; max-width: none; }
  .bd-ueber h1.bd-ueber-h1 { margin-top: 16px; font-size: 62px; line-height: 0.98; }
  .bd-ueber .bd-ueber-hero-sub { margin-top: 18px; font-size: 15.5px; line-height: 1.6; }
  .bd-ueber-hero .bd-persona-portrait {
    flex: none; width: 100%; aspect-ratio: 44 / 52; margin-top: 30px;
    --bdp-shift: 12px; --bdp-radius: 18px;
  }
  .bd-ueber-hero .bd-persona-sign b { font-size: 36px; transform: rotate(-3deg); }
  .bd-ueber-hero .bd-persona-btns { margin-top: 32px; }
  .bd-ueber-stats { margin-top: 32px; max-width: none; }
  .bd-ueber-stat b { font-size: 20px; }
  .bd-ueber-stat span { font-size: 10.5px; }
  .bd-ueber-scroll { margin-top: 44px; text-align: center; font-size: 10px; }
  .bd-ueber-marquee { padding: 11px 0; }
  .bd-ueber-marquee-track { animation-duration: 22s; }
  .bd-ueber-marquee-track > div { font-size: 11px; }
  .bd-ueber-marquee-track span { padding: 0 20px; }

  .bd-ueber-sec { padding: 90px 22px 0; }
  .bd-ueber h2.bd-ueber-h2 { font-size: 34px; line-height: 1.1; }
  .bd-ueber .bd-ueber-intro { font-size: 14.5px; max-width: none; }

  .bd-ueber-story { display: block; }
  .bd-ueber-story .bd-persona-quote { margin-top: 24px; font-size: 15px; padding: 20px 22px; }
  .bd-ueber-story-text { margin-top: 24px; gap: 16px; }
  .bd-ueber .bd-ueber-p { font-size: 14.5px; line-height: 1.7; }
  .bd-ueber-story .bd-persona-chips { margin-top: 20px; }

  .bd-ueber-cards { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .bd-ueber-card { padding: 26px 24px; border-radius: 16px; }
  .bd-ueber-card:hover { transform: none; }
  .bd-ueber-card-num { width: 42px; height: 42px; border-radius: 11px; }
  .bd-ueber h3.bd-ueber-h3 { font-size: 19px; }
  .bd-ueber .bd-ueber-card-text { font-size: 13.5px; }

  .bd-ueber-principle { display: block; padding: 28px 0; }
  .bd-ueber-principle:hover { background: none; }
  .bd-ueber-principle-num { font-size: 44px; }
  .bd-ueber-principle h3 { margin-top: 10px; font-size: 19px; }
  .bd-ueber-principle p { margin-top: 10px; font-size: 14px; line-height: 1.65; }

  .bd-ueber-know-head { display: block; }
  .bd-ueber-know-side { margin-top: 14px; max-width: none; font-size: 13.5px; }
  .bd-ueber-know { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
  .bd-ueber .bd-ueber-know-card { padding: 22px; min-height: 0; border-radius: 14px; }
  .bd-ueber .bd-ueber-know-card:hover { transform: none; }
  .bd-ueber-know-title { font-size: 16px; }

  .bd-ueber-contact { grid-template-columns: 1fr 1fr; gap: 12px; }
  .bd-ueber .bd-ueber-contact-card { padding: 18px 16px; border-radius: 14px; }
  .bd-ueber a.bd-ueber-contact-card:hover { transform: none; }
  .bd-ueber-contact-val { font-size: 13.5px; }

  .bd-ueber-cta-wrap { margin-top: 90px; padding: 0 22px 60px; }
  /* Mobil wieder gestapelt und zentriert (Entwurf 4a) */
  .bd-ueber-cta { display: block; padding: 36px 26px 0; border-radius: 22px; text-align: center; }
  .bd-ueber-cta-text { padding-bottom: 0; }
  .bd-ueber-cta .bd-persona-eyebrow,
  .bd-ueber-cta .bd-persona-btns,
  .bd-ueber-cta .bd-persona-checks { justify-content: center; }
  .bd-ueber .bd-ueber-cta-p { margin-left: auto; margin-right: auto; }
  .bd-ueber-cta-portrait { margin-top: 26px; }
  .bd-ueber h2.bd-ueber-cta-h2 { font-size: 30px; line-height: 1.15; }
  .bd-ueber .bd-ueber-cta-p { font-size: 14px; }
  .bd-ueber-cta-portrait { width: 180px; height: 210px; margin-top: 26px; }
}

@media (max-width: 420px) {
  .bd-ueber-contact { grid-template-columns: 1fr; }
  .bd-ueber h1.bd-ueber-h1 { font-size: 52px; }
}
