.ffw-chronik,
.ffw-chronik * {
    box-sizing: border-box;
}

.ffw-chronik {
    --ffw-blue: #063a73;
    --ffw-blue-dark: #041f3f;
    --ffw-blue-soft: #eaf2fb;
    --ffw-red: #d71920;
    --ffw-gold: #f4c542;
    --ffw-text: #172033;
    --ffw-muted: #657084;
    --ffw-border: rgba(6, 58, 115, .14);
    --ffw-white: #ffffff;
    --ffw-shadow: 0 18px 48px rgba(4, 31, 63, .14);
    color: var(--ffw-text);
    font-family: inherit;
    line-height: 1.65;
    width: 100%;
    margin: 0 auto;
}

.ffw-chronik img {
    max-width: 100%;
    display: block;
}

.ffw-chronik-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: 34px;
    align-items: center;
    border-radius: 26px;
    padding: clamp(28px, 5vw, 64px);
    color: #fff;
    background:
        radial-gradient(circle at 86% 18%, rgba(255,255,255,.24), transparent 25%),
        linear-gradient(135deg, var(--ffw-blue-dark), var(--ffw-blue));
    box-shadow: var(--ffw-shadow);
    isolation: isolate;
}

.ffw-chronik-hero::before {
    content: "";
    position: absolute;
    inset: auto -12% -40% 35%;
    height: 80%;
    background: rgba(215, 25, 32, .2);
    transform: rotate(-8deg);
    border-radius: 999px;
    z-index: -1;
}

.ffw-chronik-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #cde3ff;
}

.ffw-chronik-kicker::before {
    content: "";
    width: 36px;
    height: 4px;
    border-radius: 99px;
    background: var(--ffw-red);
}

.ffw-chronik-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.15rem, 5vw, 4.7rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 900;
}

.ffw-chronik-hero p {
    margin: 22px 0 0;
    max-width: 780px;
    color: rgba(255,255,255,.88);
    font-size: clamp(1.02rem, 1.7vw, 1.24rem);
}

.ffw-chronik-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
    margin-top: 30px;
}

.ffw-chronik-stats div {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    padding: 16px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.ffw-chronik-stats strong {
    display: block;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    line-height: 1;
    color: #fff;
}

.ffw-chronik-stats span {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.78);
    font-size: .92rem;
}

.ffw-chronik-hero__visual {
    min-height: 320px;
    display: grid;
    place-items: center;
}

.ffw-chronik-shield {
    width: min(280px, 100%);
    aspect-ratio: .78;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 36px 26px;
    background:
        linear-gradient(150deg, rgba(255,255,255,.96), rgba(226,238,255,.92)),
        #fff;
    color: var(--ffw-blue-dark);
    border-radius: 36px 36px 96px 96px;
    box-shadow: 0 22px 55px rgba(0,0,0,.28);
    position: relative;
    overflow: hidden;
}

.ffw-chronik-shield::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    background: var(--ffw-red);
    border-radius: 58% 42% 54% 46%;
    top: -70px;
    right: -62px;
    transform: rotate(28deg);
    opacity: .9;
}

.ffw-chronik-shield span {
    position: relative;
    font-size: 5rem;
    line-height: .85;
    font-weight: 950;
    letter-spacing: -.08em;
}

.ffw-chronik-shield strong,
.ffw-chronik-shield small {
    position: relative;
    display: block;
}

.ffw-chronik-shield strong {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ffw-chronik-shield small {
    color: var(--ffw-muted);
    font-size: .9rem;
}

.ffw-chronik-intro-grid,
.ffw-chronik-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.ffw-chronik-intro-grid article,
.ffw-chronik-closing {
    border: 1px solid var(--ffw-border);
    border-radius: 22px;
    padding: clamp(22px, 3vw, 34px);
    background: #fff;
    box-shadow: 0 12px 34px rgba(4, 31, 63, .08);
}

.ffw-chronik-intro-grid h2,
.ffw-chronik-closing h2,
.ffw-chronik-section-head h2 {
    margin: 0 0 12px;
    color: var(--ffw-blue-dark);
    line-height: 1.15;
    font-weight: 850;
}

.ffw-chronik-intro-grid p,
.ffw-chronik-closing p,
.ffw-chronik-section-head p {
    margin: 0;
    color: var(--ffw-muted);
}

.ffw-chronik-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ffw-chronik-feature-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--ffw-border);
    background: #fff;
    box-shadow: 0 12px 34px rgba(4, 31, 63, .08);
}

.ffw-chronik-feature-grid img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: var(--ffw-blue-soft);
}

.ffw-chronik-feature-grid figcaption {
    padding: 16px 18px 18px;
    color: var(--ffw-muted);
    font-size: .95rem;
}

.ffw-chronik-section-head {
    margin: clamp(36px, 6vw, 74px) 0 24px;
    max-width: 850px;
}

.ffw-chronik-section-head span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--ffw-red);
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ffw-chronik-section-head h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.ffw-chronik-timeline {
    position: relative;
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.ffw-chronik-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: min(150px, 21vw);
    width: 3px;
    border-radius: 99px;
    background: linear-gradient(var(--ffw-blue), var(--ffw-red));
    opacity: .24;
}

.ffw-chronik-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(96px, 150px) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.ffw-chronik-year {
    position: relative;
    z-index: 1;
    align-self: start;
    display: inline-flex;
    justify-content: center;
    min-width: 96px;
    border-radius: 999px;
    padding: 11px 14px;
    background: var(--ffw-blue-dark);
    color: #fff;
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(4, 31, 63, .18);
}

.ffw-chronik-card {
    position: relative;
    border: 1px solid var(--ffw-border);
    border-radius: 22px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(4, 31, 63, .07);
}

.ffw-chronik-card::before {
    content: "";
    position: absolute;
    top: 24px;
    left: -36px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--ffw-red);
    box-shadow: 0 0 0 7px rgba(215, 25, 32, .13);
}

.ffw-chronik-item.is-highlight .ffw-chronik-card {
    border-color: rgba(215, 25, 32, .28);
    background: linear-gradient(180deg, #fff, #fff8f8);
}

.ffw-chronik-item.is-highlight .ffw-chronik-year {
    background: var(--ffw-red);
}

.ffw-chronik-badge {
    display: inline-flex;
    border-radius: 999px;
    padding: 5px 11px;
    background: var(--ffw-blue-soft);
    color: var(--ffw-blue);
    font-size: .8rem;
    font-weight: 800;
}

.ffw-chronik-card h3 {
    margin: 12px 0 8px;
    color: var(--ffw-blue-dark);
    font-size: clamp(1.15rem, 2vw, 1.48rem);
    line-height: 1.18;
    font-weight: 850;
}

.ffw-chronik-card p {
    margin: 0;
    color: var(--ffw-muted);
}

.ffw-chronik-closing {
    margin-top: clamp(34px, 6vw, 68px);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(4,31,63,.95), rgba(6,58,115,.94)),
        var(--ffw-blue-dark);
}

.ffw-chronik-closing h2,
.ffw-chronik-closing p {
    color: #fff;
}

.ffw-chronik-closing p {
    color: rgba(255,255,255,.84);
}

.ffw-chronik-source {
    margin: 18px 0 0;
    padding: 14px 18px;
    border-radius: 14px;
    background: #f6f8fb;
    color: var(--ffw-muted);
    font-size: .92rem;
}

@media (max-width: 860px) {
    .ffw-chronik-hero,
    .ffw-chronik-intro-grid,
    .ffw-chronik-feature-grid {
        grid-template-columns: 1fr;
    }

    .ffw-chronik-hero__visual {
        min-height: auto;
    }

    .ffw-chronik-stats {
        grid-template-columns: 1fr;
    }

    .ffw-chronik-timeline::before {
        left: 18px;
    }

    .ffw-chronik-item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-left: 42px;
    }

    .ffw-chronik-year {
        justify-self: start;
    }

    .ffw-chronik-card::before {
        left: -30px;
    }
}

@media (max-width: 520px) {
    .ffw-chronik-hero {
        border-radius: 18px;
        padding: 24px 18px;
    }

    .ffw-chronik-card,
    .ffw-chronik-intro-grid article,
    .ffw-chronik-closing {
        border-radius: 18px;
        padding: 18px;
    }
}
