/* Globale Bild-Absicherung: verhindert horizontalen Overflow durch Content-
   oder User-Bilder (Bootstrap-Reboot setzt max-width nicht). Spezifische
   Bild-Regeln (Logo, Thumbnails) überschreiben dies dank höherer Spezifität. */
img {
    max-width: 100%;
    height: auto;
}

h1 {
    margin: 0;
    font-family: "Boldonse", sans-serif;
    font-weight: 400;
    font-size: 3.25rem;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.fc-title-home {
    margin-bottom: 26px;
    font-family: "Boldonse", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(22px, 3vw, 33px);
    line-height: 1;
    letter-spacing: 0.23em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.fc-title {
    margin: 0 0 12px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fc-text-dark);
}

.fc-subtitle {
    max-width: 680px;
    margin: 0 auto 22px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: clamp(15px, 1.8vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: var(--fc-text-dark);
    opacity: 0.75;
}

@media (max-width: 768px) {
    .fc-title-home {
        font-size: 18px;
    }
}