/* ==========================================================================
   about.css — Seitenspezifische Regeln für "Über uns" (/ueber-uns)
   Nur Regeln, die NICHT in base.css / components.css stehen.
   Hero/Scroll-Indicator/Dark-CTA/Buttons/Header/Footer leben dort.
   ========================================================================== */

/* ---------- HERO (Über-uns-Maßstab, schlanker als der geteilte Hero) ---------- */
.hero { padding: 100px 0 96px; margin-top: 0; padding-top: 100px; }
.hero-geo .compass-lg { width: 640px; height: 640px; top: -60px; right: -140px; }
.hero-geo .compass-sm { width: 200px; height: 200px; bottom: 50px; left: 5%; }
.hero .hero-inner { max-width: 760px; }
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: 62px; line-height: 1.04; letter-spacing: -0.03em; margin-bottom: 28px; }
.hero h1 .highlight { color: var(--color-brass-light); font-style: italic; font-family: "Lora", serif; font-weight: 400; }
.hero .lead { font-size: 22px; margin-bottom: 0; max-width: 620px; }

/* ---------- PERSON ---------- */
.person { padding: 130px 0; }
.person .grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: start; }
.person .portrait-col { position: sticky; top: 110px; }
.person .portrait {
  aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; position: relative;
  background: linear-gradient(165deg, #2A5275 0%, #0F2A40 100%);
  display: flex; align-items: center; justify-content: center; border: 1px solid var(--color-border);
}
.person .portrait .portrait-geo { width: 70%; height: 70%; opacity: 0.5; }
.person .portrait .portrait-hint {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(250, 248, 245, 0.5); text-align: center;
}
.person .portrait-caption {
  margin-top: 20px; padding-left: 20px; border-left: 2px solid var(--color-brass);
}
.person .portrait-caption .name { font-family: "Inter", sans-serif; font-size: 18px; font-weight: 600; color: var(--color-marine); margin-bottom: 2px; }
.person .portrait-caption .role { font-family: "Inter", sans-serif; font-size: 14px; color: var(--color-stone); }
.person .text-col .eyebrow { margin-bottom: 16px; }
.person .text-col h2 { font-size: 42px; line-height: 1.1; margin-bottom: 32px; }
.person .text-col p { font-size: 18px; line-height: 1.7; margin-bottom: 24px; }
.person .text-col p strong { font-weight: 600; color: var(--color-marine); }
.person .text-col .pull {
  font-family: "Lora", serif; font-style: italic; font-size: 24px; line-height: 1.4; color: var(--color-marine);
  margin: 36px 0; padding-left: 28px; border-left: 3px solid var(--color-brass);
}

/* ---------- HALTUNG ---------- */
.stance { padding: 130px 0; background: var(--color-marine-deep); color: var(--color-paper); position: relative; overflow: hidden; }
.stance-geo { position: absolute; top: 40px; right: -150px; width: 600px; height: 600px; opacity: 0.16; pointer-events: none; }
.stance .container { position: relative; z-index: 1; }
.stance .head { max-width: 720px; margin-bottom: 64px; }
.stance .head .eyebrow { color: var(--color-brass-light); margin-bottom: 16px; }
.stance .head h2 { font-size: 46px; line-height: 1.08; color: var(--color-paper); margin-bottom: 20px; }
.stance .head p { font-size: 18px; line-height: 1.65; color: rgba(250, 248, 245, 0.8); }
.stance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.stance-card { background: rgba(250, 248, 245, 0.04); border: 1px solid rgba(250, 248, 245, 0.1); border-radius: 12px; padding: 36px 32px; position: relative; overflow: hidden; transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease); }
.stance-card::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--color-brass), var(--color-brass-light)); transition: width 0.5s var(--ease-out); }
.stance-card:hover { transform: translateY(-4px); border-color: rgba(184, 149, 74, 0.4); background: rgba(250, 248, 245, 0.06); }
.stance-card:hover::after { width: 100%; }
.stance-card .num { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.16em; color: var(--color-brass-light); margin-bottom: 16px; }
.stance-card h3 { font-family: "Inter", sans-serif; font-size: 21px; color: var(--color-paper); margin-bottom: 12px; line-height: 1.3; }
.stance-card p { font-size: 16px; line-height: 1.6; color: rgba(250, 248, 245, 0.8); }

/* ---------- FEINWERK ---------- */
.feinwerk { padding: 130px 0; }
.feinwerk .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.feinwerk .head .eyebrow { margin-bottom: 16px; }
.feinwerk .head h2 { font-size: 46px; line-height: 1.08; margin-bottom: 24px; }
.feinwerk .head p { font-size: 18px; line-height: 1.65; margin-bottom: 20px; }
.feinwerk .head p strong { font-weight: 600; color: var(--color-marine); }
.feinwerk-visual { position: relative; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.feinwerk-visual .connector { display: flex; flex-direction: column; align-items: center; gap: 0; width: 100%; max-width: 340px; }
.feinwerk-node {
  width: 100%; background: var(--color-paper); border: 1px solid var(--color-border); border-radius: 12px;
  padding: 24px 28px; text-align: center; position: relative; z-index: 1;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.feinwerk-node:hover { transform: translateY(-2px); border-color: var(--color-border-strong); box-shadow: 0 8px 24px rgba(27,58,82,0.06); }
.feinwerk-node.parent { background: linear-gradient(135deg, #2A5275 0%, #1B3A52 100%); border-color: transparent; }
.feinwerk-node .node-label { font-family: "Inter", sans-serif; font-size: 18px; font-weight: 600; color: var(--color-marine); margin-bottom: 2px; }
.feinwerk-node.parent .node-label { color: var(--color-paper); }
.feinwerk-node .node-sub { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-stone); }
.feinwerk-node.parent .node-sub { color: rgba(250,248,245,0.6); }
.feinwerk-connector-line { width: 2px; height: 40px; background: var(--color-border-brass); position: relative; }
.feinwerk-connector-line::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 8px; height: 8px; background: var(--color-brass); border-radius: 50%; transform: translateX(-50%); }

/* ---------- PERSÖNLICH ---------- */
.personal { padding: 130px 0; background: var(--color-sand); position: relative; overflow: hidden; }
.personal-geo { position: absolute; left: -100px; bottom: -100px; width: 440px; height: 440px; opacity: 0.05; pointer-events: none; }
.personal .container { position: relative; z-index: 1; }
.personal .head { max-width: 680px; margin-bottom: 56px; }
.personal .head .eyebrow { margin-bottom: 16px; }
.personal .head h2 { font-size: 46px; line-height: 1.08; }
.personal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.personal-card { background: var(--color-paper); border: 1px solid var(--color-border); border-radius: 12px; padding: 32px 28px; transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.personal-card:hover { transform: translateY(-4px); border-color: var(--color-border-strong); box-shadow: 0 12px 32px rgba(27, 58, 82, 0.06); }
.personal-card .icon { width: 40px; height: 40px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; background: rgba(184, 149, 74, 0.1); border-radius: 8px; color: var(--color-brass); }
.personal-card .icon svg { width: 22px; height: 22px; }
.personal-card h3 { font-family: "Inter", sans-serif; font-size: 18px; color: var(--color-marine); margin-bottom: 10px; }
.personal-card p { font-size: 15px; line-height: 1.6; }

/* ---------- DARK CTA (Über-uns-Maßstab) ---------- */
.dark-cta { padding: 130px 0; }
.dark-cta-geo { width: 700px; height: 700px; }
.dark-cta::before { width: 800px; height: 800px; }
.dark-cta h2 { font-size: 50px; line-height: 1.08; }
.dark-cta p { font-size: 19px; max-width: 620px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .hero h1 { font-size: 48px; }
  .hero-geo .compass-lg { width: 420px; height: 420px; opacity: 0.3; }
  .person .grid { grid-template-columns: 1fr; gap: 48px; }
  .person .portrait-col { position: static; max-width: 400px; }
  .stance-grid { grid-template-columns: 1fr; }
  .feinwerk .grid { grid-template-columns: 1fr; gap: 48px; }
  .feinwerk-visual { max-width: 340px; margin: 0 auto; }
  .personal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero { padding: 72px 0 80px; padding-top: 72px; }
  .hero h1 { font-size: 38px; }
  .hero .lead { font-size: 18px; }
  .person, .stance, .feinwerk, .personal, .dark-cta { padding: 80px 0; }
  .person .text-col h2, .stance .head h2, .feinwerk .head h2, .personal .head h2, .dark-cta h2 { font-size: 32px; }
  .person .text-col .pull { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .person .portrait-col { position: static; }
}
