/* Design reminder: Warm Editorial Utility – klare Pressehierarchie, warme ChimaeQ-Flächen, rote Funktionsakzente und ehrliche Status-Platzhalter. */

.press-page {
    background: #ffffff;
}

.press-page main {
    padding-bottom: 0;
}

.press-page h1,
.press-page h2,
.press-page h3,
.press-page p {
    text-wrap: pretty;
}

.press-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 8rem) 0;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 178, 46, 0.24) 0 5.5rem, transparent 5.6rem),
        #ffffff;
}

.press-hero::before {
    content: "PRESS";
    position: absolute;
    right: -0.08em;
    bottom: -0.22em;
    color: rgba(176, 16, 16, 0.055);
    font-size: clamp(7rem, 18vw, 17rem);
    font-weight: 900;
    letter-spacing: -0.09em;
    line-height: 0.8;
    pointer-events: none;
}

.press-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.65fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: end;
}

.press-kicker,
.press-eyebrow,
.press-card-label {
    margin: 0 0 0.85rem;
    color: var(--brand-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.press-hero h1 {
    max-width: 8ch;
    margin: 0;
    color: var(--brand-dark);
    font-size: clamp(4rem, 9vw, 8.5rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 0.78;
    text-transform: uppercase;
}

.press-lead {
    max-width: 42rem;
    margin: 2rem 0 0;
    color: var(--text-dark);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.65;
}

.press-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 2.25rem;
}

.press-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: var(--brand);
    color: #fff8ef;
    font-weight: 800;
    transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.press-primary-link:hover,
.press-primary-link:focus-visible {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(176, 16, 16, 0.26);
}

.press-primary-link:active {
    transform: scale(0.97);
}

.press-status,
.press-inline-status,
.press-file-state,
.press-download-type {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.press-status {
    gap: 0.5rem;
    padding: 0.78rem 1rem;
    border: 1px solid rgba(62, 36, 3, 0.18);
    color: var(--text-dark);
    background: rgba(255, 255, 255, 0.35);
}

.press-status span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--brand-light);
    box-shadow: 0 0 0 4px rgba(255, 178, 46, 0.18);
}

.press-hero-panel {
    position: relative;
    display: grid;
    gap: 1rem;
    min-height: 25rem;
    padding: 2rem;
    border-radius: 1.5rem 1.5rem 5.5rem 1.5rem;
    background: var(--brand-dark);
    color: #fff7ef;
    box-shadow: 1.2rem 1.2rem 0 rgba(255, 178, 46, 0.78);
}

.press-hero-panel::after {
    content: "";
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 3.25rem;
    height: 3.25rem;
    border: 0.2rem solid var(--brand-light);
    border-radius: 50%;
}

.press-panel-number {
    color: var(--brand-light);
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.press-hero-panel p {
    align-self: end;
    margin: auto 0 0;
    color: #ffc86a;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.press-hero-panel strong {
    max-width: 14ch;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.03;
}

.press-hero-panel > span:last-child {
    max-width: 26ch;
    color: rgba(255, 247, 239, 0.75);
    font-size: 0.92rem;
    line-height: 1.55;
}

.press-index {
    position: sticky;
    top: 158px;
    z-index: 20;
    border-top: 1px solid rgba(62, 36, 3, 0.09);
    border-bottom: 1px solid rgba(62, 36, 3, 0.12);
    background: rgba(255, 247, 240, 0.94);
    backdrop-filter: blur(16px);
}

.press-index-inner {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    overflow-x: auto;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    scrollbar-width: thin;
}

.press-index-label {
    flex: 0 0 auto;
    color: var(--brand-dark);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.press-index a {
    flex: 0 0 auto;
    color: var(--text-muted-dark);
    font-size: 0.88rem;
    font-weight: 700;
}

.press-index a:hover,
.press-index a:focus-visible {
    color: var(--brand);
    text-decoration: none;
}

.press-section {
    scroll-margin-top: 14rem;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    background: #ffffff;
}

.press-section-tint {
    background: #ffffff;
}

.press-section-dark {
    background: #5f0b0b;
    color: #fff7ef;
}

.press-section-grid {
    display: grid;
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: start;
}

.press-section-heading {
    max-width: 31rem;
}

.press-heading-wide {
    max-width: 48rem;
    margin-bottom: 2.75rem;
}

.press-section-number {
    display: inline-grid;
    place-items: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 2.25rem;
    border-radius: 0.8rem;
    background: var(--brand);
    color: #fff7ef;
    font-size: 0.8rem;
    font-weight: 900;
    transform: rotate(-4deg);
}

.press-section h2 {
    margin: 0;
    color: var(--text-dark);
    font-size: clamp(2.15rem, 4vw, 4.35rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.press-section-heading > p:last-child {
    max-width: 44rem;
    margin: 1.25rem 0 0;
    color: var(--text-muted-dark);
    line-height: 1.7;
}

.press-prose {
    max-width: 47rem;
}

.press-prose > p {
    color: var(--text-muted-dark);
    font-size: 1rem;
    line-height: 1.8;
}

.press-prose .press-prose-lead {
    margin-top: 0;
    color: var(--text-dark);
    font-size: clamp(1.25rem, 2.1vw, 1.7rem);
    font-weight: 700;
    line-height: 1.45;
}

.press-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2.25rem 0 0;
}

.press-facts div {
    min-height: 9rem;
    padding: 1.2rem;
    border-top: 0.25rem solid var(--brand);
    background: #fee2d0;
}

.press-facts dt {
    color: var(--brand-dark);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.press-facts dd {
    margin: 1rem 0 0;
    color: var(--text-dark);
    font-weight: 700;
    line-height: 1.45;
}

.press-inline-status {
    padding: 0.45rem 0.65rem;
    background: rgba(176, 16, 16, 0.1);
    color: var(--brand-dark);
}

.press-contact-card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(62, 36, 3, 0.11);
    border-radius: 1.5rem;
    background: #fff7f0;
    box-shadow: 0 1.3rem 3rem rgba(62, 36, 3, 0.08);
}

.press-contact-icon {
    display: grid;
    place-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1rem;
    background: var(--brand);
    color: #fff7ef;
    transform: rotate(-3deg);
}

.press-contact-icon svg {
    width: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.press-contact-card h3,
.press-download-card h3,
.press-location-card h3,
.press-release-empty h3 {
    margin: 0;
    color: var(--text-dark);
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    line-height: 1.15;
}

.press-contact-card p:not(.press-card-label),
.press-download-card p:not(.press-card-label),
.press-release-empty p {
    color: var(--text-muted-dark);
    line-height: 1.65;
}

.press-contact-card .press-file-state {
    grid-column: 2;
}

.press-file-state {
    padding: 0.48rem 0.72rem;
    border: 1px solid rgba(176, 16, 16, 0.2);
    background: rgba(176, 16, 16, 0.07);
    color: var(--brand-dark);
}

.press-download-grid,
.press-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.press-download-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 29rem;
    padding: 1.6rem;
    overflow: hidden;
    border: 1px solid rgba(62, 36, 3, 0.1);
    border-radius: 1.5rem;
    background: #fee2d0;
    transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.press-download-card:nth-child(2) {
    background: #f6cfb8;
}

.press-download-card-accent {
    background: var(--brand-dark);
    color: #fff7ef;
}

.press-download-card:hover {
    transform: translateY(-0.35rem);
    box-shadow: 0 1.4rem 3rem rgba(62, 36, 3, 0.14);
}

.press-download-type {
    align-self: flex-end;
    padding: 0.42rem 0.65rem;
    border: 1px solid rgba(62, 36, 3, 0.18);
    color: var(--text-muted-dark);
}

.press-download-card-accent .press-download-type {
    border-color: rgba(255, 247, 239, 0.25);
    color: rgba(255, 247, 239, 0.75);
}

.press-download-icon {
    display: grid;
    place-items: center;
    width: 5.5rem;
    height: 5.5rem;
    margin: 3rem 0 2.25rem;
    border-radius: 50%;
    background: #fff7f0;
    color: var(--brand);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0.65rem 0.65rem 0 var(--brand-light);
}

.press-download-card-accent .press-card-label {
    color: var(--brand-light);
}

.press-download-card-accent h3,
.press-download-card-accent p:not(.press-card-label) {
    color: #fff7ef;
}

.press-disabled-action {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 3.1rem;
    margin-top: auto;
    padding: 0.8rem 1rem;
    border-top: 1px solid rgba(62, 36, 3, 0.17);
    color: var(--text-muted-dark);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: not-allowed;
}

.press-disabled-action::after {
    content: "—";
    font-size: 1.2rem;
}

.press-download-card-accent .press-disabled-action {
    border-color: rgba(255, 247, 239, 0.2);
    color: rgba(255, 247, 239, 0.65);
}

.press-section-dark .press-section-number {
    background: var(--brand-light);
    color: var(--brand-dark);
}

.press-section-dark .press-eyebrow {
    color: var(--brand-light);
}

.press-section-dark h2 {
    color: #fff7ef;
}

.press-release-empty {
    padding: clamp(1.75rem, 4vw, 3rem);
    border: 1px solid rgba(255, 247, 239, 0.2);
    border-radius: 0 2.5rem 0 2.5rem;
    background: rgba(255, 255, 255, 0.06);
}

.press-release-empty h3,
.press-release-empty p {
    color: #fff7ef;
}

.press-release-date {
    display: block;
    margin-bottom: 2.5rem;
    color: var(--brand-light);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.press-file-state-light {
    border-color: rgba(255, 178, 46, 0.35);
    background: rgba(255, 178, 46, 0.1);
    color: var(--brand-light);
}

.press-location-card {
    position: relative;
    min-height: 24rem;
    padding: 1.6rem;
    overflow: hidden;
    border: 1px solid rgba(62, 36, 3, 0.1);
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(62, 36, 3, 0.07);
}

.press-location-card:nth-child(1) {
    border-radius: 0 2.5rem 0 0;
}

.press-location-card:nth-child(2) {
    border-radius: 2.5rem 0 2.5rem 0;
}

.press-location-card:nth-child(3) {
    border-radius: 0 0 0 2.5rem;
}

.press-location-code {
    position: absolute;
    right: -0.05em;
    top: -0.18em;
    color: rgba(176, 16, 16, 0.07);
    font-size: 8rem;
    font-weight: 900;
    letter-spacing: -0.1em;
    line-height: 1;
}

.press-location-card .press-card-label,
.press-location-card h3,
.press-location-card ul,
.press-location-card .press-file-state {
    position: relative;
    z-index: 1;
}

.press-location-card h3 {
    max-width: 15ch;
    margin-top: 5.5rem;
}

.press-location-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 1.5rem 0 2rem;
    padding-left: 1.15rem;
    color: var(--text-muted-dark);
    line-height: 1.5;
}

.press-usage-section {
    padding-top: 1.5rem;
}

.press-usage-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    padding: clamp(1.75rem, 5vw, 3.5rem);
    border-radius: 1.5rem;
    background: #f6cfb8;
}

.press-usage-mark {
    display: grid;
    place-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: var(--brand-dark);
    color: var(--brand-light);
    font-size: 2.5rem;
    font-weight: 900;
}

.press-usage-card h2 {
    max-width: 16ch;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.press-usage-card p:last-child {
    max-width: 52rem;
    margin-bottom: 0;
    color: var(--text-muted-dark);
    line-height: 1.7;
}

/* Clean white card pass: the dark press section and small branded icons remain accents. */
.press-facts div,
.press-contact-card,
.press-download-card,
.press-download-card:nth-child(2),
.press-usage-card {
    background: #ffffff;
}

@media (max-width: 1120px) {
    .press-index {
        top: 140px;
    }

    .press-download-grid,
    .press-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .press-download-card:last-child,
    .press-location-card:last-child {
        grid-column: 1 / -1;
        min-height: 22rem;
    }
}

@media (max-width: 960px) {
    .press-index {
        top: 142px;
    }

    .press-hero-grid,
    .press-section-grid {
        grid-template-columns: 1fr;
    }

    .press-hero-panel {
        min-height: 20rem;
        max-width: 35rem;
    }

    .press-contact-card {
        max-width: 48rem;
    }

    .press-usage-card {
        grid-template-columns: auto 1fr;
    }

    .press-usage-card .press-file-state {
        grid-column: 2;
    }
}

@media (max-width: 700px) {
    .press-hero {
        padding: 4.2rem 0 5rem;
        background: #ffffff;
    }

    .press-hero h1 {
        font-size: clamp(3.7rem, 18vw, 5.6rem);
    }

    .press-hero-panel {
        min-height: 18rem;
        border-radius: 1.25rem 1.25rem 4rem 1.25rem;
        box-shadow: 0.75rem 0.75rem 0 rgba(255, 178, 46, 0.78);
    }

    .press-index {
        top: 118px;
    }

    .press-section {
        scroll-margin-top: 11rem;
    }

    .press-facts,
    .press-download-grid,
    .press-location-grid {
        grid-template-columns: 1fr;
    }

    .press-download-card:last-child,
    .press-location-card:last-child {
        grid-column: auto;
    }

    .press-download-card {
        min-height: 25rem;
    }

    .press-contact-card {
        grid-template-columns: 1fr;
    }

    .press-contact-card .press-file-state {
        grid-column: auto;
    }

    .press-usage-card {
        grid-template-columns: 1fr;
    }

    .press-usage-card .press-file-state {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .press-primary-link,
    .press-download-card {
        transition: none;
    }
}
