/* ================================================================
   HF Raumklar — Über uns (About) page styles
   ================================================================ */

.hd-brandlink { text-decoration: none; }

/* ---------- About hero ---------- */
.ab-hero { padding: clamp(48px, 6vw, 96px) 0 clamp(40px, 5vw, 80px); background: var(--bg); }
.ab-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.ab-hero h1 {
  font-size: clamp(44px, 6vw, 88px); line-height: 1.02; letter-spacing: -.04em;
  font-weight: 700; margin: 28px 0 0;
}
.ab-hero h1 .or { color: var(--orange); }
.ab-hero .lead { font-size: 17px; line-height: 1.7; color: var(--ink-2); max-width: 520px; margin: 28px 0 0; }
.ab-hero .lead b { color: var(--ink); font-weight: 700; }
.ab-hero-stats { display: flex; gap: 40px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.ab-hero-stats .num { font-size: 30px; font-weight: 700; line-height: 1; letter-spacing: -.02em; display: block; }
.ab-hero-stats .num .or { color: var(--orange); }
.ab-hero-stats .lbl { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 8px; display: block; }
.ab-hero-media { margin: 0; position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--bg-stone); }
.ab-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 34% 50%; display: block; }
.ab-hero-media figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 24px 18px;
  background: linear-gradient(transparent, rgba(0,0,0,.55));
  color: #fff; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600;
}
@media (max-width: 920px) {
  .ab-hero-grid { grid-template-columns: 1fr; }
  .ab-hero-media { aspect-ratio: 16/10; }
}

/* ---------- Story ---------- */
.ab-story-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.ab-story-body p { font-size: 16.5px; line-height: 1.8; color: var(--ink-2); margin: 0 0 22px; }
.ab-story-body p:last-child { margin-bottom: 0; }
.ab-story-body b { color: var(--ink); font-weight: 700; }
.ab-drop { float: left; font-size: 64px; line-height: .8; font-weight: 700; color: var(--orange); margin: 6px 14px 0 0; letter-spacing: -.03em; }
@media (max-width: 920px) { .ab-story-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- Values ---------- */
.ab-values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.ab-value {
  padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--bg); display: flex; flex-direction: column; gap: 12px; min-height: 230px;
}
.ab-value-num { font-size: 13px; font-weight: 700; letter-spacing: .24em; color: var(--orange); }
.ab-value h3 { font-size: 20px; font-weight: 700; letter-spacing: -.015em; margin: 0; }
.ab-value p { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin: 0; }
@media (max-width: 920px) { .ab-values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ab-values-grid { grid-template-columns: 1fr; } }

/* ---------- Gallery (mosaic) ---------- */
.ab-gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px; gap: 14px;
}
.ab-shot { margin: 0; position: relative; overflow: hidden; background: var(--bg-stone); }
.ab-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.ab-shot:hover img { transform: scale(1.04); }
.ab-shot figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 18px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,.55));
  color: #fff; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600;
  opacity: 0; transform: translateY(6px); transition: opacity .25s ease, transform .25s ease;
}
.ab-shot:hover figcaption { opacity: 1; transform: translateY(0); }
.ab-shot-1 { grid-column: span 2; grid-row: span 2; }
.ab-shot-4 { grid-column: span 2; }
@media (max-width: 920px) {
  .ab-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .ab-shot-1 { grid-column: span 2; grid-row: span 1; }
  .ab-shot-4 { grid-column: span 2; }
}

/* ---------- Team ---------- */
.ab-team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.ab-member { text-align: center; }
.ab-member-photo {
  aspect-ratio: 4/5; background: var(--bg-stone); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
  overflow: hidden;
}
.ab-member-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.ab-member-photo svg { width: 100%; height: 100%; display: block; }
.ab-more-photo { position: relative; width: 100%; height: 100%; overflow: hidden; }
.ab-more-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 18% 30%; display: block; }
.ab-more-glass { display: none; }
.ab-more-glass { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20,22,26,.55), rgba(20,22,26,.30) 45%, rgba(34,193,245,.10)); }
.ab-member-photo span { font-size: 40px; font-weight: 700; color: var(--muted); letter-spacing: .04em; }
.ab-member-name { font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.ab-member-role { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 4px; }
@media (max-width: 1100px) { .ab-team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) {
  .ab-team-grid { grid-template-columns: 1fr 1fr; }
  /* letzte Karte ("& weitere Kollegen/in") mittig statt allein links */
  .ab-member-more { grid-column: 1 / -1; width: calc(50% - 12px); margin-inline: auto; }
}

/* About CTA reuses .cta-final; headline sizing tweak */
.ab-cta h2 { font-size: clamp(40px, 6vw, 84px); }
