/* Marken-Hotfix Abstand final – nur margin-top der Byline geändert.
   Marken-Hotfix: Das bestehende Einig-Zeichen bleibt unverändert.
   Diese Datei ändert nur die Lockup-Anordnung und die Schrift von „by Zeitziele“. */
.header-inner {
    min-height: 92px;
    justify-content: flex-start;
}

.brand {
    gap: 16px;
    min-width: 0;
}

.brand-mark {
    width: 64px;
    height: 64px;
    display: inline-flex;
    flex: 0 0 64px;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
}

.brand-mark svg {
    width: 100%;
    height: 100%;
    display: block;
}

.brand-lockup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    gap: 0;
    line-height: 1;
}

.brand-name {
    display: block;
    color: var(--ink);
    font-size: clamp(2rem, 2.3vw, 2.55rem);
    font-weight: 850;
    letter-spacing: -.06em;
    white-space: nowrap;
}

.brand-byline {
    display: block;
    margin-top: 5px;
    margin-left: 1px;
    color: var(--petrol);
    font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", "Apple Chancery", cursive;
    font-size: clamp(1rem, 1.04vw, 1.14rem);
    font-style: normal;
    font-weight: 500;
    line-height: .92;
    letter-spacing: .01em;
    white-space: nowrap;
}

.footer-brand-byline {
    margin-left: 4px;
    color: var(--petrol);
    font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", "Apple Chancery", cursive;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .header-inner { min-height: 72px; }
    .brand { gap: 12px; }
    .brand-mark { width: 54px; height: 54px; flex-basis: 54px; }
    .brand-name { font-size: 2rem; }
    .brand-byline { font-size: .98rem; margin-top: 5px; margin-left: 1px; }
}

/* Header-Hotfix: ruhige, einheitliche Fläche ohne Verlauf oder Transparenzeffekt. */
.site-header {
    background: var(--paper);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* Startseiten-Hotfix: den Verlauf direkt unter dem Header entfernen. */
.home-hero {
    background-image: none !important;
    background-color: var(--paper) !important;
}
