/* belschak.dev v4 — Sektion 07: About · Welle 2.5 Port
   Quelle des Ziel-Looks: claude-design-run/bundle-2026-07-14 (id="s07").
   Zweispaltig auf paper-deep: Marginalien-Spalte (Route Maastricht -> Lisboa +
   Koordinaten), großer About-Absatz mit Einzug und scrub-gebundenem Line-Brighten.
   Initial-States für Entrances setzt NUR section.js. */

.ab {
  position: relative;
  z-index: 1; /* liegt über dem sticky Footer-Cover (Sektion 08); als direkte Vor-Sektion Pflicht */
  /* --px kommt aus shared/tokens.css (Welle 2.5, Owner C); Fallback = Bundle-Wert */
  padding: clamp(110px, 15vh, 200px) var(--px, clamp(20px, 6vw, 110px));
  overflow: hidden;
  background: var(--paper-deep);
}

/* ---------- Rail (Bundle-Chrome) ---------- */
.ab-rail {
  position: absolute;
  top: 50%;
  right: clamp(5px, 1vw, 20px);
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-soft); /* 5.99:1 auf paper-deep */
}

/* ---------- Zwei Spalten ---------- */
.ab-cols {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 110px);
  align-items: flex-start;
}

.ab-side {
  flex: 0 0 190px;
}

.ab-kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400; /* als <h2> ausgezeichnet: Browser-Bold neutralisieren */
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.ab-kicker-num {
  /* Bundle: coral. Auf paper-deep erreichen coral (2.82:1) und coral-deep (4.20:1)
     bei 12px keine 4.5:1 -> ink (14.4:1), Gewicht als Pop */
  color: var(--ink);
  font-weight: 600;
}

/* ---------- Route Maastricht -> Lisboa ---------- */
.ab-stop {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ab-from {
  margin-top: clamp(24px, 4vh, 44px);
  color: var(--ink-soft);
}

.ab-route {
  margin: 8px 0;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.4;
  color: var(--coral); /* dekorative Linie (aria-hidden) */
  transform-origin: 50% 0;
}

.ab-to {
  color: var(--ink);
}

.ab-coords {
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}

/* ---------- About-Absatz: groß, mit Einzug ---------- */
.ab-text {
  flex: 1 1 360px;
  max-width: 34em;
  font-size: clamp(20px, 2.1vw, 29px);
  line-height: 1.55;
  font-weight: 450;
  color: var(--ink); /* statischer Endzustand; das Line-Brighten scrubbt nur bei aktiver Motion */
}

/* Einzug als Inline-Spacer statt text-indent: SplitText-Zeilen erben text-indent
   sonst auf jede Zeile */
.ab-indent {
  display: inline-block;
  width: clamp(36px, 6vw, 110px);
}

.ab-em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  white-space: nowrap;
  /* Bundle: coral (2.82:1 auf paper-deep, fällt auch als Large Text durch)
     -> coral-deep: 4.20:1, als Bold >= 20px Large Text (>= 3:1) konform */
  color: var(--coral-deep);
}

/* ---------- Mobile ---------- */
@media (max-width: 719px) {
  .ab-side {
    flex-basis: 100%;
  }
}
