/* ============================================================
   Project page BMW E31 — article polish.
   Basis-Tokens und Panel-Optik kommen aus ../../styles.css.
   ============================================================ */

/* Story-Absätze linksbündig, Überschriften bleiben zentriert */
.site-main .hero-panel {
    gap: var(--space-md);
}

.site-main .hero-panel p {
    text-align: left;
    color: var(--ink-muted);
    line-height: 1.75;
}

.site-main .hero-panel h2 {
    font-size: var(--step-2);
    color: var(--ink);
}

/* Fließtext-Links (im Absatz) sichtbar unterstreichen */
.site-main .hero-panel p a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
