/* ============================================================
   ABOUT PAGE — strict reuse of homepage patterns
   ============================================================ */

/* ============================================================
   GESCHICHTE — story, portrait flush to next section
   ============================================================ */
.about-story {
  background: var(--paper);
  padding: clamp(80px, 11vw, 140px) 0 0;   /* NO bottom padding — portrait sits flush */
  position: relative;
}
.about-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: end;
}
.about-story-text {
  padding-bottom: clamp(80px, 11vw, 140px); /* push text away from next section */
}
.about-story-text .eyebrow {
  margin-bottom: 24px;
}
.about-story-text h2 {
  font-family: var(--font);
  font-size: clamp(28px, 2.9vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0 0 32px;
  text-wrap: balance;
}
.about-story-text h2 em {
  font-style: normal;
  font-weight: 600;
  color: var(--gold);
}
.about-story-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-muted);
  font-weight: 300;
  margin: 0 0 20px;
  max-width: 560px;
}
.about-story-text .intro-lead {
  font-size: 18px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.7;
  margin: 0 0 24px;
}
.about-story-text strong {
  font-weight: 500;
  color: var(--navy);
}
.about-story-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 36px;
  padding-left: 18px;
  border-left: 2px solid var(--gold);
}
.about-story-meta .meta-name {
  color: var(--navy);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.about-story-meta .meta-role {
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-story-portrait {
  align-self: end;
  display: flex;
  justify-content: flex-end;
}
.about-story-portrait img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin-bottom: 0; /* flush to bottom edge of section */
}

/* ============================================================
   KENNZAHLEN — editorial figures (more refined than .values)
   ============================================================ */
.key-figures {
  background: var(--bg-soft);
  padding: clamp(90px, 12vw, 160px) 0;
}
.key-figures .section-head { margin-bottom: clamp(60px, 7vw, 96px); }

.kf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(20, 45, 86, 0.12);
  border-bottom: 1px solid rgba(20, 45, 86, 0.12);
}
.kf {
  padding: 44px 36px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  border-right: 1px solid rgba(20, 45, 86, 0.1);
  transition: background 0.3s ease;
}
.kf:last-child { border-right: 0; }
.kf:first-child { padding-left: 0; }
.kf:last-child { padding-right: 0; }
.kf:hover { background: var(--bg-soft); }
.kf:hover:first-child,
.kf:hover:last-child {
  background: linear-gradient(90deg, transparent, var(--bg-soft) 12px, var(--bg-soft) calc(100% - 12px), transparent);
}

.kf-eyebrow {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.kf-num {
  font-family: var(--font);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.035em;
  color: var(--navy);
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  font-variant-numeric: tabular-nums;
}
.kf-unit {
  font-size: 0.28em;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.kf h3 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--navy);
  margin: 8px 0 0;
  line-height: 1.3;
}
.kf p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-muted);
  font-weight: 300;
  margin: 0;
}

/* ============================================================
   VIDEO SECTION — Imagefilm (dark)
   ============================================================ */
.video-section {
  background: var(--navy-deep);
  color: #fff;
  padding: clamp(90px, 12vw, 160px) 0;
  position: relative;
  overflow: hidden;
}
.video-section::before {
  content: "";
  position: absolute;
  top: -180px; left: -180px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(246,159,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.video-section .section-head {
  margin-bottom: clamp(56px, 7vw, 88px);
  position: relative;
  z-index: 1;
}
.video-section .section-head h2 { color: #fff; }
.video-section .section-head h2 em { color: var(--gold); }
.video-section .section-head .lead { color: rgba(255,255,255,0.65); }

.video-frame {
  margin: 0;
  position: relative;
  z-index: 1;
  background: #000;
  aspect-ratio: 16 / 9;
  max-width: 1200px;
  margin-inline: auto;
  overflow: hidden;
  box-shadow:
    0 60px 120px -40px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}
.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

/* ============================================================
   ABOUT QUOTE — centered Walleczek quote on dark canvas
   ============================================================ */
.about-quote-section {
  padding: clamp(90px, 12vw, 160px) 0;
}
.about-quote-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-quote-inner .quote-glyph {
  font-family: Georgia, serif;
  font-size: 140px;
  line-height: 0.6;
  color: var(--gold);
  opacity: 1;
  margin-bottom: 28px;
}
.about-quote-inner blockquote {
  margin: 0 auto 48px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.015em;
  color: #fff;
  text-wrap: balance;
  max-width: 880px;
}
.about-quote-inner blockquote em {
  font-style: normal;
  font-weight: 500;
  color: var(--gold);
}
.about-quote-author {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 28px;
  position: relative;
}
.about-quote-author::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-quote-author .author-name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.about-quote-author .author-role {
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* ============================================================
   AUDIT — Geprüft. Testiert. (light)
   ============================================================ */
.audit {
  background: var(--bg-soft);
  padding: clamp(90px, 12vw, 160px) 0;
}
.audit .section-head { margin-bottom: clamp(56px, 7vw, 88px); }
.audit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 88px);
}
.audit-col h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0 0 16px;
  line-height: 1.25;
}
.audit-col p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-muted);
  font-weight: 300;
  margin: 0;
}
.audit-col strong {
  font-weight: 500;
  color: var(--navy);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .about-story { padding-top: 80px; }
  .about-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-story-text { padding-bottom: 0; }
  .about-story-portrait { justify-content: center; }
  .audit-grid { grid-template-columns: 1fr; gap: 32px; }
  .kf-grid { grid-template-columns: 1fr 1fr; }
  .kf { border-bottom: 1px solid rgba(20, 45, 86, 0.1); }
  .kf:nth-last-child(-n+2) { border-bottom: 0; }
  .kf:nth-child(2n) { border-right: 0; }
  /* Quote glyph too big on small */
  .about-quote-inner .quote-glyph { font-size: 100px; }
  .about-quote-inner blockquote { font-size: clamp(20px, 4vw, 30px); }
}
@media (max-width: 640px) {
  .kf-grid { grid-template-columns: 1fr; }
  .kf { border-right: 0; padding: 36px 0 32px; }
  .kf:first-child { padding-left: 0; }
  .kf:last-child { padding-right: 0; }
  .about-quote-inner .quote-glyph { font-size: 80px; margin-bottom: 16px; }
  .about-story-meta { margin-top: 24px; }
}


/* ============================================================
   ABOUT — PARTNER (Sutor Bank, kleine editoriale Section)
   ============================================================ */
.about-partner {
  background: var(--paper);
  padding: clamp(72px, 9vw, 120px) 0;
  border-top: 1px solid rgba(20, 45, 86, 0.06);
}
.ap-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.ap-meta {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ap-meta .eyebrow { margin: 0; }
.ap-rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.ap-since {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 500;
}
.ap-logo {
  display: block;
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 4px 0;
}
.ap-body h2 {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0 0 24px;
  text-wrap: balance;
}
.ap-body h2 em {
  font-style: normal;
  font-weight: 600;
  color: var(--gold);
}
.ap-body p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-muted);
  max-width: 640px;
  text-wrap: pretty;
}
.ap-body p strong {
  color: var(--navy);
  font-weight: 500;
}
.ap-body .ap-detail {
  font-size: 14px;
  color: var(--ink-faint);
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(20, 45, 86, 0.08);
  max-width: 640px;
}

@media (max-width: 820px) {
  .ap-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ap-meta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
  }
  .ap-rule { flex-shrink: 0; }
  .ap-logo { max-width: 180px; order: 3; flex-basis: 100%; margin: 4px 0 0; }
}
