/* =============================================================================
   TrueMagazin Special – Wortwelten Buchmesse 2026
   Namespace: .tms-
   ============================================================================= */

:root {
    --tms-bg: #0d1217;
    --tms-panel: rgba(18, 22, 27, 0.82);
    --tms-panel-strong: rgba(18, 22, 27, 0.96);
    --tms-text: rgba(255, 255, 255, 0.91);
    --tms-muted: rgba(255, 255, 255, 0.64);
    --tms-line: rgba(255, 255, 255, 0.16);
    --tms-line-strong: rgba(255, 255, 255, 0.3);
    --tms-gold: #d4af37;
    --tms-rose: #b96f70;
    --tms-rose-soft: rgba(185, 111, 112, 0.16);
    --tms-gold-soft: rgba(212, 175, 55, 0.14);
    --tms-radius: 18px;
    --tms-shadow: 0 1.7rem 4.5rem rgba(0, 0, 0, 0.3);
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 18% 8%, rgba(185, 111, 112, 0.08), transparent 26rem),
        radial-gradient(circle at 84% 28%, rgba(212, 175, 55, 0.06), transparent 32rem),
        #0d1217;
}

.tms-page {
    display: block !important;
    width: 100%;
    min-height: 100vh;
    padding: 0 1rem 4rem;
}

.tms-main {
    width: min(100%, 84rem);
    margin: 0 auto;
}

.tms-main section,
.tms-main header {
    scroll-margin-top: 8rem;
}

.tms-eyebrow {
    margin: 0 0 0.75rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.28rem;
    line-height: 1.5;
    text-transform: uppercase;
}

.tms-progress {
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.tms-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--tms-rose), var(--tms-gold));
    box-shadow: 0 0 1rem rgba(212, 175, 55, 0.35);
    transition: width 0.08s linear;
}

/* HERO --------------------------------------------------------------------- */

.tms-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(96vw, 100rem);
    min-height: clamp(38rem, 78vh, 57rem);
    margin: 1.5rem 0 0 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: clamp(14px, 2vw, 24px);
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.42);
    background: #111820;
}

.tms-hero-image {
    position: absolute;
    z-index: -3;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 56%;
    transform: scale(1.035);
    filter: saturate(0.9) contrast(1.02);
    animation: tms-hero-settle 1.8s cubic-bezier(.2,.7,.2,1) forwards;
}

.tms-hero-shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 10, 14, 0.9) 0%, rgba(7, 11, 15, 0.68) 43%, rgba(7, 11, 15, 0.18) 78%),
        linear-gradient(0deg, rgba(6, 9, 12, 0.78), transparent 45%),
        radial-gradient(circle at 20% 25%, rgba(185, 111, 112, 0.17), transparent 36%);
}

.tms-hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent) top / 54% 1px no-repeat;
    pointer-events: none;
}

.tms-hero-content {
    position: relative;
    display: flex;
    min-height: inherit;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: min(100%, 58rem);
    padding: clamp(3rem, 7vw, 7rem);
    text-align: left;
}

.tms-draft-badge {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.tms-hero h1 {
    width: auto;
    max-width: 100%;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.7rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 0.95;
    text-transform: none;
    text-shadow: 0 0.8rem 2rem rgba(0,0,0,0.34);
}

.tms-hero h1 em {
    color: var(--tms-gold);
    font-family: 'Dancing Script', cursive;
    font-size: 1.05em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.tms-hero-lead {
    max-width: 46rem;
    margin: 1.6rem 0 0;
    color: rgba(255,255,255,0.88);
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    line-height: 1.75;
    text-shadow: 0 0.35rem 1rem rgba(0,0,0,0.48);
}

.tms-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.tms-hero-actions .button {
    margin: 0;
}

.tms-scroll-cue {
    position: absolute;
    right: 2rem;
    bottom: 1.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    border: 0;
    color: rgba(255,255,255,0.7);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}

.tms-scroll-cue span {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 2.5rem;
    overflow: hidden;
    background: rgba(255,255,255,0.24);
}

.tms-scroll-cue span::after {
    content: '';
    position: absolute;
    top: -60%;
    left: 0;
    width: 1px;
    height: 60%;
    background: #fff;
    animation: tms-scroll-cue 1.8s ease-in-out infinite;
}

@keyframes tms-hero-settle {
    to { transform: scale(1); }
}

@keyframes tms-scroll-cue {
    0% { transform: translateY(0); opacity: 0; }
    30% { opacity: 1; }
    100% { transform: translateY(270%); opacity: 0; }
}

/* STICKY NAV ---------------------------------------------------------------- */

.tms-sticky-nav {
    position: sticky;
    z-index: 150;
    top: 4.7rem;
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    width: min(100%, 72rem);
    margin: 1rem auto 0;
    padding: 0.45rem;
    overflow-x: auto;
    border: 1px solid rgba(255,255,255,0.17);
    border-radius: 999px;
    background: rgba(10, 14, 18, 0.76);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.18);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    scrollbar-width: none;
}

.tms-sticky-nav::-webkit-scrollbar { display: none; }

.tms-sticky-nav a {
    flex: 0 0 auto;
    min-height: 2.2rem;
    padding: 0.53rem 0.8rem;
    border: 0;
    border-radius: 999px;
    color: rgba(255,255,255,0.65);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease;
}

.tms-sticky-nav a:hover,
.tms-sticky-nav a.is-active {
    background: rgba(255,255,255,0.11);
    color: #fff;
}

/* FACTS --------------------------------------------------------------------- */

.tms-facts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: min(100%, 76rem);
    margin: 2.25rem auto 0;
    overflow: hidden;
    border: 1px solid var(--tms-line);
    border-radius: var(--tms-radius);
    background: rgba(255,255,255,0.035);
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.12);
}

.tms-facts div {
    position: relative;
    min-width: 0;
    padding: 1.3rem 1rem;
    text-align: center;
}

.tms-facts div + div::before {
    content: '';
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    width: 1px;
    background: rgba(255,255,255,0.11);
}

.tms-facts strong,
.tms-facts span {
    display: block;
}

.tms-facts strong {
    margin-bottom: 0.25rem;
    color: #fff;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.tms-facts span {
    color: var(--tms-muted);
    font-size: 0.76rem;
}

/* GENERAL STORY ------------------------------------------------------------- */

.tms-story {
    width: min(100%, 78rem);
    margin: 0 auto;
}

.tms-chapter,
.tms-voices,
.tms-values,
.tms-interviews,
.tms-gallery,
.tms-visit {
    margin-top: clamp(5rem, 10vw, 9rem);
}

.tms-chapter-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.tms-chapter-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.2), transparent);
}

.tms-chapter-label span {
    display: inline-grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    color: var(--tms-gold);
    font-family: Georgia, serif;
    font-size: 0.9rem;
}

.tms-chapter-label b {
    color: rgba(255,255,255,0.66);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.tms-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
}

.tms-copy {
    min-width: 0;
}

.tms-copy h2,
.tms-section-heading h2,
.tms-video-copy h2,
.tms-timeline-section h2,
.tms-feature-copy h2,
.tms-community h2,
.tms-publisher-copy h2,
.tms-outro h2 {
    width: auto;
    max-width: 100%;
    margin: 0 0 1.4rem;
    color: #fff;
    font-size: clamp(2rem, 4.3vw, 3.8rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.08;
    text-transform: none;
    overflow-wrap: anywhere;
}

.tms-copy p,
.tms-video-copy p,
.tms-feature-copy p,
.tms-community > p,
.tms-publisher-copy > p,
.tms-interview-body > p {
    color: var(--tms-text);
    font-size: clamp(1.02rem, 1.6vw, 1.16rem);
    line-height: 1.9;
}

.tms-pullquote {
    position: relative;
    margin: 0;
    padding: clamp(2rem, 4vw, 3rem);
    overflow: hidden;
    border: 1px solid var(--tms-line);
    border-radius: var(--tms-radius);
    background: rgba(255,255,255,0.035);
    box-shadow: var(--tms-shadow);
}

.tms-pullquote > span {
    position: absolute;
    top: -1.4rem;
    right: 1rem;
    color: rgba(255,255,255,0.06);
    font-family: Georgia, serif;
    font-size: 12rem;
    line-height: 1;
}

.tms-pullquote p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(1.45rem, 3vw, 2.35rem);
    font-style: italic;
    line-height: 1.45;
}

.tms-pullquote footer,
.tms-wide-quote footer {
    margin-top: 1.25rem;
    color: rgba(255,255,255,0.58);
    font-size: 0.74rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.tms-pullquote-rose {
    background:
        radial-gradient(circle at 100% 0, rgba(185,111,112,0.2), transparent 45%),
        rgba(255,255,255,0.035);
}

/* IMAGES -------------------------------------------------------------------- */

.tms-cinema-image {
    width: min(96vw, 92rem);
    margin: 2.25rem 0 3.5rem 50%;
    transform: translateX(-50%);
}

.tms-cinema-image button,
.tms-offset-image button,
.tms-gallery-item {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--tms-radius);
    box-shadow: none;
    background: transparent;
    line-height: 0;
    cursor: zoom-in;
}

.tms-cinema-image img {
    display: block;
    width: 100%;
    max-height: 54rem;
    object-fit: cover;
    border-radius: var(--tms-radius);
    box-shadow: 0 2rem 5rem rgba(0,0,0,0.32);
    transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.tms-cinema-image button:hover img,
.tms-offset-image button:hover img,
.tms-gallery-item:hover img {
    transform: scale(1.018);
    filter: brightness(1.04);
}

.tms-cinema-image figcaption {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.75rem;
    color: rgba(255,255,255,0.52);
    font-size: 0.72rem;
    line-height: 1.5;
}

.tms-editorial-grid-media {
    align-items: stretch;
}

.tms-offset-image {
    align-self: stretch;
    margin: 0;
}

.tms-offset-image button,
.tms-offset-image img {
    height: 100%;
}

.tms-offset-image img {
    display: block;
    width: 100%;
    min-height: 30rem;
    object-fit: cover;
    border-radius: var(--tms-radius);
    box-shadow: var(--tms-shadow);
    transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.tms-wide-quote {
    position: relative;
    width: min(100%, 64rem);
    margin: 4rem auto 0;
    padding: 2.4rem clamp(1.5rem, 4vw, 3.4rem);
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.18);
    border-bottom: 1px solid rgba(255,255,255,0.18);
    text-align: center;
}

.tms-wide-quote p {
    margin: 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(1.5rem, 3.4vw, 2.6rem);
    font-style: italic;
    line-height: 1.45;
}

.tms-wide-quote-gold {
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.055), transparent);
}

/* VIDEO --------------------------------------------------------------------- */

.tms-video-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
    width: min(96vw, 92rem);
    margin: clamp(6rem, 11vw, 10rem) 0 0 50%;
    padding: clamp(2rem, 6vw, 5rem);
    transform: translateX(-50%);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: clamp(18px, 2vw, 28px);
    background:
        radial-gradient(circle at 85% 50%, rgba(185,111,112,0.13), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015)),
        rgba(7,11,15,0.82);
    box-shadow: var(--tms-shadow);
}

.tms-media-note {
    margin-bottom: 0 !important;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255,255,255,0.12);
    color: var(--tms-muted) !important;
    font-size: 0.86rem !important;
    line-height: 1.65 !important;
}

.tms-phone-stage {
    position: relative;
    display: grid;
    justify-items: center;
}

.tms-phone-glow {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 24rem;
    height: 24rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(185,111,112,0.22);
    filter: blur(70px);
    opacity: 0.65;
    pointer-events: none;
}

.tms-phone {
    position: relative;
    width: min(100%, 20rem);
    padding: 0.5rem;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 2rem;
    background: rgba(0,0,0,0.7);
    box-shadow: 0 2rem 5rem rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.12);
}

.tms-phone::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0.8rem;
    left: 50%;
    width: 5.2rem;
    height: 1.15rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(0,0,0,0.82);
    pointer-events: none;
}

.tms-phone video {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: 1.55rem;
    background: #000;
}

.tms-video-caption {
    margin-top: 1rem;
    color: rgba(255,255,255,0.55);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.13rem;
    text-transform: uppercase;
}

/* TIMELINE ------------------------------------------------------------------ */

.tms-timeline-section {
    width: min(100%, 72rem);
    margin: clamp(6rem, 10vw, 9rem) auto 0;
}

.tms-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.tms-timeline::before {
    content: '';
    position: absolute;
    top: 1.1rem;
    left: 7%;
    right: 7%;
    height: 1px;
    background: linear-gradient(90deg, var(--tms-rose), rgba(255,255,255,0.2), var(--tms-gold));
}

.tms-timeline > div {
    position: relative;
    padding-top: 2.9rem;
}

.tms-timeline > div::before {
    content: '';
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid #111820;
    border-radius: 50%;
    background: rgba(255,255,255,0.38);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.22);
}

.tms-timeline > div.is-done::before { background: var(--tms-rose); }
.tms-timeline > div.is-now::before { background: var(--tms-gold); box-shadow: 0 0 0 1px var(--tms-gold), 0 0 1.2rem rgba(212,175,55,0.4); }
.tms-timeline > div.is-future { opacity: 0.65; }

.tms-timeline time,
.tms-timeline strong,
.tms-timeline span {
    display: block;
}

.tms-timeline time {
    margin-bottom: 0.45rem;
    color: var(--tms-gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.09rem;
    text-transform: uppercase;
}

.tms-timeline strong {
    margin-bottom: 0.4rem;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 600;
}

.tms-timeline span {
    color: var(--tms-muted);
    font-size: 0.84rem;
    line-height: 1.6;
}

/* MELLE STATS --------------------------------------------------------------- */

.tms-stat-stack {
    display: grid;
    gap: 0.9rem;
}

.tms-stat-stack > div {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 1rem;
    align-items: center;
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--tms-line);
    border-radius: 14px;
    background: rgba(255,255,255,0.035);
}

.tms-stat-stack span {
    grid-row: 1 / 3;
    color: var(--tms-rose);
    font-family: Georgia, serif;
    font-size: 2rem;
}

.tms-stat-stack strong {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 600;
}

.tms-stat-stack small {
    color: var(--tms-muted);
    font-size: 0.78rem;
}

/* SECTION HEADINGS ---------------------------------------------------------- */

.tms-section-heading {
    width: min(100%, 64rem);
    margin-bottom: 2rem;
}

.tms-section-heading > p:last-child {
    max-width: 48rem;
    margin: 0;
    color: var(--tms-muted);
    font-size: 1rem;
    line-height: 1.75;
}

/* PEOPLE -------------------------------------------------------------------- */

.tms-people-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.tms-person-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--tms-line);
    border-radius: var(--tms-radius);
    background:
        linear-gradient(160deg, rgba(255,255,255,0.065), rgba(255,255,255,0.015)),
        rgba(14,19,24,0.86);
    box-shadow: 0 1.3rem 3rem rgba(0,0,0,0.18);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.tms-person-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.35);
    box-shadow: 0 1.7rem 4rem rgba(0,0,0,0.27);
}

.tms-person-card.is-pending::after {
    content: 'Interview folgt';
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgba(0,0,0,0.58);
    color: rgba(255,255,255,0.78);
    font-size: 0.56rem;
    font-weight: 600;
    letter-spacing: 0.09rem;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.tms-person-media {
    position: relative;
    display: grid;
    aspect-ratio: 4 / 3;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(185,111,112,0.18), rgba(212,175,55,0.08));
}

.tms-person-media img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.tms-person-card:hover .tms-person-media img {
    transform: scale(1.025);
}

.tms-person-placeholder {
    position: absolute;
    z-index: 1;
    color: rgba(255,255,255,0.15);
    font-family: Georgia, serif;
    font-size: 5rem;
}

.tms-person-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem;
}

.tms-person-role {
    margin: 0 0 0.35rem;
    color: var(--tms-gold);
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
}

.tms-person-body h3 {
    width: auto;
    margin: 0 0 0.7rem;
    color: #fff;
    font-size: 1.35rem;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
}

.tms-person-body > p:not(.tms-person-role) {
    flex: 1;
    margin: 0;
    color: var(--tms-muted);
    font-size: 0.86rem;
    line-height: 1.65;
}

.tms-person-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.tms-person-links a,
.tms-person-links span {
    border: 0;
    color: rgba(255,255,255,0.72);
    font-size: 0.72rem;
}

.tms-person-links a:hover { color: #fff; }

/* FEATURE STORY ------------------------------------------------------------- */

.tms-feature-story {
    display: grid;
    grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.35fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
    width: min(96vw, 88rem);
    margin: clamp(6rem, 11vw, 10rem) 0 0 50%;
    padding: clamp(2rem, 6vw, 5rem);
    transform: translateX(-50%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 48%, rgba(212,175,55,0.16), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.012));
}

.tms-speed-number {
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(4.2rem, 11vw, 9rem);
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 0.9;
    text-shadow: 0 0 3rem rgba(212,175,55,0.17);
}

.tms-feature-copy blockquote {
    margin: 2rem 0 0;
    padding: 1.2rem 0 1.2rem 1.4rem;
    border-left: 3px solid var(--tms-gold);
    color: rgba(255,255,255,0.82);
    font-family: Georgia, serif;
    font-size: 1.13rem;
    font-style: italic;
    line-height: 1.7;
}

/* COMMUNITY ----------------------------------------------------------------- */

.tms-community {
    width: min(100%, 68rem);
    margin: clamp(6rem, 10vw, 9rem) auto 0;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid var(--tms-line);
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 45%, rgba(185,111,112,0.11), transparent 46%),
        rgba(255,255,255,0.025);
    text-align: center;
}

.tms-community h2 {
    max-width: 60rem;
    margin-inline: auto;
}

.tms-community-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    margin: 2rem auto;
}

.tms-community-cloud span {
    padding: 0.5rem 0.78rem;
    border: 1px solid rgba(255,255,255,0.19);
    border-radius: 999px;
    background: rgba(255,255,255,0.035);
    color: rgba(255,255,255,0.76);
    font-size: 0.76rem;
}

.tms-community > p {
    max-width: 52rem;
    margin: 0 auto;
}

/* VALUES -------------------------------------------------------------------- */

.tms-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.tms-values-grid article {
    min-width: 0;
    padding: 1.5rem;
    border: 1px solid var(--tms-line);
    border-radius: var(--tms-radius);
    background: rgba(255,255,255,0.028);
}

.tms-values-grid span {
    color: var(--tms-rose);
    font-family: Georgia, serif;
    font-size: 1.3rem;
}

.tms-values-grid h3 {
    width: auto;
    margin: 0.8rem 0 0.75rem;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

.tms-values-grid p {
    margin: 0;
    color: var(--tms-muted);
    font-size: 0.88rem;
    line-height: 1.72;
}

/* PUBLISHER ----------------------------------------------------------------- */

.tms-publisher-feature {
    display: grid;
    grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    margin-top: clamp(6rem, 10vw, 9rem);
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid var(--tms-line);
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,0.08), transparent 30%),
        rgba(255,255,255,0.025);
}

.tms-publisher-logos {
    display: grid;
    min-height: 19rem;
    place-items: center;
    padding: 1.5rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.92);
}

.tms-publisher-logos img {
    display: block;
    width: min(100%, 24rem);
    max-height: 18rem;
    object-fit: contain;
}

.tms-cover-switch {
    display: grid;
    grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.11);
}

.tms-cover-stage {
    position: relative;
    display: grid;
    min-height: 17rem;
    place-items: center;
}

.tms-cover-stage img {
    max-width: 100%;
    max-height: 17rem;
    border-radius: 6px;
    object-fit: contain;
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.28);
}

.tms-cover-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tms-cover-controls button {
    width: auto;
    min-height: 2.35rem;
    padding: 0 0.75rem;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    box-shadow: none;
    background: transparent;
    color: rgba(255,255,255,0.72) !important;
    font-size: 0.68rem;
    letter-spacing: 0.06rem;
    line-height: 1;
}

.tms-cover-controls button.is-active {
    background: #fff;
    color: #111820 !important;
}

/* INTERVIEWS ---------------------------------------------------------------- */

.tms-interview {
    overflow: hidden;
    margin-top: 0.85rem;
    border: 1px solid var(--tms-line);
    border-radius: 16px;
    background: rgba(255,255,255,0.027);
    transition: border-color .2s ease, background .2s ease;
}

.tms-interview[open] {
    border-color: rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.042);
}

.tms-interview summary {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 5.2rem;
    padding: 1.1rem 1.25rem;
    cursor: pointer;
    list-style: none;
}

.tms-interview summary::-webkit-details-marker { display: none; }

.tms-interview summary:focus-visible {
    outline: 2px solid rgba(212,175,55,0.72);
    outline-offset: -2px;
}

.tms-interview-index {
    display: inline-grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: var(--tms-gold);
    font-family: Georgia, serif;
    font-size: 0.8rem;
}

.tms-interview summary span:nth-child(2) small,
.tms-interview summary span:nth-child(2) strong {
    display: block;
}

.tms-interview summary small {
    margin-bottom: 0.2rem;
    color: var(--tms-muted);
    font-size: 0.66rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.tms-interview summary strong {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.4;
}

.tms-interview summary > b {
    color: rgba(255,255,255,0.64);
    font-size: 1.7rem;
    font-weight: 300;
    transition: transform .22s ease;
}

.tms-interview[open] summary > b {
    transform: rotate(45deg);
}

.tms-interview-pending { opacity: 0.58; }
.tms-interview-pending[open] summary > b { transform: none; }

.tms-interview-body {
    padding: 0 1.25rem 1.5rem 5rem;
}

.tms-interview-intro {
    max-width: 54rem;
    margin-top: 0;
    color: var(--tms-muted) !important;
}

.tms-qa-item {
    max-width: 58rem;
    padding: 1.6rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.tms-qa-item:first-of-type {
    margin-top: 1rem;
}

.tms-qa-number {
    margin: 0 0 0.45rem !important;
    color: var(--tms-rose) !important;
    font-family: Georgia, serif;
    font-size: 0.86rem !important;
    font-weight: 600;
    line-height: 1 !important;
}

.tms-qa-item h3 {
    width: auto;
    max-width: 54rem;
    margin: 0 0 0.8rem;
    color: #fff;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-transform: none;
}

.tms-qa-item p:last-child {
    margin: 0;
    color: rgba(255,255,255,0.78);
    font-size: 1rem;
    line-height: 1.82;
}

/* GALLERY ------------------------------------------------------------------- */

.tms-masonry {
    display: grid;
    grid-auto-rows: 14rem;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 0.8rem;
}

.tms-gallery-item {
    min-height: 0;
    border-radius: 14px;
}

.tms-gallery-item.is-wide { grid-column: span 2; }
.tms-gallery-item.is-tall { grid-row: span 2; }

.tms-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease, filter .3s ease;
}

/* VISIT --------------------------------------------------------------------- */

.tms-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 0.9rem;
}

.tms-bento-card {
    display: flex;
    min-height: 10rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.35rem;
    border: 1px solid var(--tms-line);
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
}

.tms-bento-card small,
.tms-bento-card strong,
.tms-bento-card span {
    display: block;
}

.tms-bento-card small {
    color: var(--tms-rose);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
}

.tms-bento-card strong {
    margin: 1.1rem 0 auto;
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 600;
    line-height: 1.2;
}

.tms-bento-card span {
    margin-top: 0.8rem;
    color: var(--tms-muted);
    font-size: 0.78rem;
    line-height: 1.5;
}

.tms-bento-link {
    border-bottom: 1px solid var(--tms-line);
    background: linear-gradient(145deg, rgba(212,175,55,0.11), rgba(255,255,255,0.02));
    transition: transform .2s ease, border-color .2s ease;
}

.tms-bento-link:hover {
    transform: translateY(-3px);
    border-color: rgba(212,175,55,0.45);
}

/* OUTRO --------------------------------------------------------------------- */

.tms-outro {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 35rem;
    place-items: center;
    width: min(96vw, 94rem);
    margin: clamp(6rem, 11vw, 10rem) 0 0 50%;
    overflow: hidden;
    transform: translateX(-50%);
    border: 1px solid rgba(255,255,255,0.17);
    border-radius: 24px;
    text-align: center;
}

.tms-outro > img {
    position: absolute;
    z-index: -3;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.75);
}

.tms-outro-shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    background: linear-gradient(0deg, rgba(6,10,14,0.92), rgba(6,10,14,0.62)), radial-gradient(circle at 50% 40%, rgba(185,111,112,0.14), transparent 38%);
}

.tms-outro-content {
    width: min(100%, 62rem);
    padding: clamp(2rem, 6vw, 5rem);
}

.tms-outro h2 {
    margin-inline: auto;
    text-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.4);
}

.tms-outro blockquote {
    margin: 1.5rem auto 0;
    padding: 0;
    border: 0;
    color: rgba(255,255,255,0.84);
    font-family: Georgia, serif;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-style: italic;
}

.tms-outro-content > p:not(.tms-eyebrow) {
    color: rgba(255,255,255,0.6);
    font-size: 0.8rem;
}

.tms-outro .tms-hero-actions {
    justify-content: center;
}

/* LIGHTBOX ------------------------------------------------------------------ */

.tms-lightbox[hidden] { display: none !important; }

.tms-lightbox {
    position: fixed;
    z-index: 20000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 3.5rem 1.25rem 1.25rem;
    background: rgba(3,5,7,0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.tms-lightbox img {
    display: block;
    max-width: min(96vw, 100rem);
    max-height: 88vh;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 2rem 6rem rgba(0,0,0,0.5);
}

.tms-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    min-width: 0;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 50%;
    box-shadow: none;
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
}

body.tms-lightbox-open { overflow: hidden; }

.tms-toast {
    position: fixed;
    z-index: 21000;
    right: 1rem;
    bottom: 1rem;
    max-width: min(28rem, calc(100vw - 2rem));
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 12px;
    background: rgba(12,17,22,0.94);
    color: #fff;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.32);
    font-size: 0.82rem;
    backdrop-filter: blur(14px);
}

/* REVEALS ------------------------------------------------------------------- */

.tms-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}

.tms-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE ---------------------------------------------------------------- */

@media screen and (max-width: 1100px) {
    .tms-people-grid,
    .tms-values-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .tms-publisher-feature {
        grid-template-columns: minmax(14rem, .8fr) minmax(0,1.2fr);
    }
}

@media screen and (max-width: 900px) {
    .tms-facts {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .tms-facts div:nth-child(4),
    .tms-facts div:nth-child(5) {
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .tms-editorial-grid,
    .tms-video-section,
    .tms-feature-story,
    .tms-publisher-feature {
        grid-template-columns: 1fr;
    }

    .tms-offset-image img { min-height: 24rem; }

    .tms-phone-stage { margin-top: 0.5rem; }

    .tms-feature-story { text-align: left; }
    .tms-speed-number { font-size: clamp(4rem, 20vw, 7rem); }

    .tms-timeline {
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 2rem 1rem;
    }

    .tms-timeline::before { display: none; }

    .tms-cover-switch {
        grid-template-columns: minmax(9rem, 11rem) minmax(0,1fr);
    }
}

@media screen and (max-width: 736px) {
    .tms-page { padding-inline: 0.75rem; }

    .tms-main section,
    .tms-main header { scroll-margin-top: 6rem; }

    .tms-hero {
        width: calc(100vw - 1rem);
        min-height: min(47rem, calc(100svh - 5rem));
        margin-top: 0.75rem;
        border-radius: 14px;
    }

    .tms-hero-image {
        object-position: 62% center;
    }

    .tms-hero-shade {
        background:
            linear-gradient(0deg, rgba(6,10,14,0.94) 0%, rgba(6,10,14,0.58) 62%, rgba(6,10,14,0.18)),
            radial-gradient(circle at 50% 70%, rgba(185,111,112,0.13), transparent 35%);
    }

    .tms-hero-content {
        justify-content: flex-end;
        padding: 2rem 1.25rem 4rem;
    }

    .tms-hero h1 {
        font-size: clamp(2.65rem, 13vw, 4.7rem);
    }

    .tms-hero-lead {
        font-size: 1rem;
        line-height: 1.65;
    }

    .tms-scroll-cue { display: none; }

    .tms-hero-actions {
        width: 100%;
    }

    .tms-hero-actions .button {
        flex: 1 1 100%;
        width: 100%;
        text-align: center;
    }

    .tms-sticky-nav {
        top: 4.1rem;
        justify-content: flex-start;
        width: calc(100vw - 1rem);
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 12px;
    }

    .tms-facts {
        grid-template-columns: repeat(2, minmax(0,1fr));
        border-radius: 14px;
    }

    .tms-facts div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,0.1); }
    .tms-facts div:nth-child(odd)::before { display: none; }

    .tms-chapter,
    .tms-voices,
    .tms-values,
    .tms-interviews,
    .tms-gallery,
    .tms-visit {
        margin-top: 4.8rem;
    }

    .tms-copy h2,
    .tms-section-heading h2,
    .tms-video-copy h2,
    .tms-timeline-section h2,
    .tms-feature-copy h2,
    .tms-community h2,
    .tms-publisher-copy h2,
    .tms-outro h2 {
        font-size: clamp(1.8rem, 9vw, 2.75rem);
    }

    .tms-pullquote {
        padding: 1.5rem;
    }

    .tms-cinema-image {
        width: calc(100vw - 1rem);
        margin-top: 1.75rem;
        margin-bottom: 2.2rem;
    }

    .tms-cinema-image figcaption {
        display: block;
    }

    .tms-cinema-image figcaption span {
        display: block;
        margin-top: 0.15rem;
    }

    .tms-offset-image img { min-height: 20rem; }

    .tms-video-section,
    .tms-feature-story {
        width: calc(100vw - 1rem);
        margin-top: 5rem;
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .tms-phone { width: min(82vw, 18rem); }

    .tms-timeline {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .tms-timeline > div {
        padding: 0.2rem 0 1rem 2rem;
        border-left: 1px solid rgba(255,255,255,0.14);
    }

    .tms-timeline > div::before {
        top: 0.42rem;
        left: -0.4rem;
    }

    .tms-people-grid,
    .tms-values-grid {
        grid-template-columns: 1fr;
    }

    .tms-person-card {
        display: grid;
        grid-template-columns: 7rem minmax(0,1fr);
    }

    .tms-person-media {
        height: 100%;
        min-height: 12rem;
        aspect-ratio: auto;
    }

    .tms-community {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .tms-publisher-feature {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .tms-publisher-logos { min-height: 12rem; }

    .tms-cover-switch {
        grid-template-columns: 1fr;
    }

    .tms-cover-controls { justify-content: center; }

    .tms-interview summary {
        grid-template-columns: auto minmax(0,1fr) auto;
        gap: 0.75rem;
        padding: 1rem;
    }

    .tms-interview-index {
        width: 2.2rem;
        height: 2.2rem;
    }

    .tms-interview summary strong { font-size: 0.96rem; }

    .tms-interview-body {
        padding: 0 1rem 1rem;
    }

    .tms-qa-item {
        padding: 1.3rem 0;
    }

    .tms-masonry {
        grid-auto-rows: 12rem;
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .tms-gallery-item.is-wide { grid-column: 1 / -1; }
    .tms-gallery-item.is-tall { grid-row: span 2; }

    .tms-bento {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .tms-bento-card { min-height: 9rem; }

    .tms-outro {
        width: calc(100vw - 1rem);
        min-height: 34rem;
        border-radius: 16px;
    }
}

@media screen and (max-width: 480px) {
    .tms-facts { grid-template-columns: 1fr 1fr; }
    .tms-facts div { padding: 1rem 0.65rem; }

    .tms-person-card {
        display: flex;
    }

    .tms-person-media {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .tms-masonry {
        display: grid;
        grid-auto-rows: 13rem;
        grid-template-columns: 1fr;
    }

    .tms-gallery-item.is-wide,
    .tms-gallery-item.is-tall {
        grid-column: auto;
        grid-row: auto;
    }

    .tms-bento { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    .tms-hero-image,
    .tms-scroll-cue span::after,
    .tms-reveal,
    .tms-person-card,
    .tms-cinema-image img,
    .tms-offset-image img,
    .tms-gallery-item img {
        animation: none !important;
        transition: none !important;
    }

    .tms-reveal {
        opacity: 1;
        transform: none;
    }
}

/* =============================================================================
   Refinements 2026-08-15 – Co-Branding, Interview-Medien & Longread-Reader
   Bestehendes Design bleibt erhalten; diese Regeln verfeinern nur einzelne
   Komponenten des Wortwelten-Specials.
   ============================================================================= */

/* Sticky navigation must not be clipped by outer wrappers. */
.tms-page,
.tms-main {
    overflow: visible !important;
}

/* HERO CO-BRANDING --------------------------------------------------------- */
.tms-cobrand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 1.05rem;
}

.tms-partner-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(10.5rem, 14vw, 13.5rem);
    min-height: 3.45rem;
    padding: 0.55rem 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 11px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,244,233,0.93));
    box-shadow:
        0 0.75rem 2rem rgba(0,0,0,0.28),
        inset 0 1px 0 rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tms-partner-mark img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 2.75rem;
    object-fit: contain;
}

.tms-cobrand-copy {
    color: rgba(255,255,255,0.73);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.27rem;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: 0 0.15rem 0.7rem rgba(0,0,0,0.45);
}

/* STICKY NAV / START ------------------------------------------------------- */
.tms-sticky-nav {
    isolation: isolate;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
}

.tms-sticky-nav a {
    scroll-snap-align: center;
}

.tms-sticky-nav .tms-nav-start {
    margin-left: 0.35rem;
    box-shadow: inset 0 0 0 1px rgba(212,175,55,0.34);
    color: rgba(241,211,111,0.9);
}

.tms-sticky-nav .tms-nav-start:hover,
.tms-sticky-nav .tms-nav-start.is-active {
    background: rgba(212,175,55,0.13);
    color: #f5dda0;
}

/* PREMIERE – no duplicate hero image ------------------------------------- */
.tms-premiere-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0 2.7rem;
    color: rgba(255,255,255,0.46);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.tms-premiere-divider::before,
.tms-premiere-divider::after {
    content: '';
    height: 1px;
    flex: 1 1 auto;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.16));
}

.tms-premiere-divider::after {
    background: linear-gradient(90deg, rgba(255,255,255,0.16), transparent);
}

.tms-premiere-divider span {
    flex: 0 0 auto;
}

/* INTERVIEW MEDIA ---------------------------------------------------------- */
.tms-interview-visuals {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(10rem, 0.65fr);
    align-items: stretch;
    gap: 1rem;
    width: min(100%, 50rem);
    margin: 0 0 1.6rem;
}

.tms-interview-visuals.is-single {
    grid-template-columns: minmax(0, 22rem);
}

.tms-interview-visual {
    position: relative;
    min-width: 0;
    min-height: 15rem;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 15px;
    background:
        radial-gradient(circle at 30% 10%, rgba(212,175,55,0.1), transparent 45%),
        rgba(255,255,255,0.025);
    box-shadow: 0 1rem 2.8rem rgba(0,0,0,0.2);
}

.tms-interview-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 15rem;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.tms-interview-visual:hover img {
    transform: scale(1.025);
    filter: brightness(1.04);
}

.tms-interview-cover {
    background: rgba(255,255,255,0.055);
}

.tms-interview-cover img,
.tms-interview-logo-visual img {
    object-fit: contain;
    padding: 1rem;
}

.tms-interview-logo-visual {
    background: rgba(255,255,255,0.94);
}

.tms-interview-visual figcaption {
    position: absolute;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    padding: 0.48rem 0.62rem;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 9px;
    background: rgba(7,10,13,0.76);
    color: rgba(255,255,255,0.78);
    font-size: 0.68rem;
    line-height: 1.35;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.tms-interview-visual.is-missing {
    display: none;
}

/* LONGREAD PORTAL ---------------------------------------------------------- */
.tms-article-portal {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(17rem, 0.72fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    width: min(96vw, 90rem);
    margin: clamp(5rem, 9vw, 8rem) 0 clamp(5rem, 8vw, 7rem) 50%;
    padding: clamp(2rem, 5vw, 4.8rem);
    overflow: hidden;
    transform: translateX(-50%);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 24px;
    background:
        linear-gradient(125deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018) 48%, rgba(212,175,55,0.035)),
        rgba(14,19,24,0.95);
    box-shadow: 0 2rem 6rem rgba(0,0,0,0.3);
}

.tms-article-portal-glow {
    position: absolute;
    z-index: -2;
    width: 32rem;
    height: 32rem;
    right: -10rem;
    top: -13rem;
    border-radius: 50%;
    background: rgba(212,175,55,0.13);
    filter: blur(70px);
    pointer-events: none;
}

.tms-article-portal::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(212,175,55,0.34), transparent) top / 52% 1px no-repeat;
    pointer-events: none;
}

.tms-article-portal-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    line-height: 1.03;
    letter-spacing: -0.035em;
    text-transform: none;
}

.tms-article-portal-copy > p:not(.tms-eyebrow) {
    max-width: 46rem;
    margin: 1.35rem 0 0;
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    line-height: 1.8;
}

.tms-article-open {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    min-height: 3.7rem;
    margin-top: 1.8rem;
    padding: 0.55rem 0.6rem 0.55rem 1.2rem;
    border: 1px solid rgba(255,255,255,0.34);
    border-radius: 999px;
    box-shadow: none;
    background: rgba(255,255,255,0.04);
    color: #fff !important;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.tms-article-open b {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #13181d;
    font-size: 1rem;
    font-weight: 500;
    transition: transform .3s cubic-bezier(.2,.7,.2,1), background .25s ease;
}

.tms-article-open:hover,
.tms-article-open:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(212,175,55,0.6);
    background: rgba(212,175,55,0.08);
}

.tms-article-open:hover b,
.tms-article-open:focus-visible b {
    transform: rotate(45deg);
    background: #f0d77f;
}

.tms-article-portal-preview {
    position: relative;
    display: flex;
    min-height: 20rem;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.7rem;
    overflow: hidden;
    transform: rotate(2deg);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 18px;
    background:
        linear-gradient(0deg, rgba(7,10,13,0.93), rgba(7,10,13,0.22)),
        url('/data/wortwelten-buchmesse/hero-muenster-2025.jpg') center / cover;
    box-shadow: 0 2rem 4rem rgba(0,0,0,0.3);
    transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.tms-article-portal:hover .tms-article-portal-preview {
    transform: rotate(0.6deg) translateY(-4px);
}

.tms-article-portal-preview span,
.tms-article-portal-preview strong,
.tms-article-portal-preview i {
    display: block;
    position: relative;
    z-index: 1;
}

.tms-article-portal-preview span {
    margin-bottom: 0.75rem;
    color: #efcf63;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.24rem;
}

.tms-article-portal-preview strong {
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    font-weight: 400;
    line-height: 1.15;
}

.tms-article-portal-preview i {
    margin-top: 0.8rem;
    color: rgba(255,255,255,0.58);
    font-size: 0.76rem;
    font-style: normal;
}

/* FULLSCREEN LONGREAD ------------------------------------------------------ */
.tms-article-reader[hidden] {
    display: none !important;
}

.tms-article-reader {
    position: fixed;
    z-index: 26000;
    inset: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(4,7,10,0.97);
    opacity: 0;
    transition: opacity .35s ease;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.tms-article-reader.is-open {
    opacity: 1;
}

body.tms-reader-open {
    overflow: hidden !important;
}

.tms-article-reader-shell {
    min-height: 100%;
    color: var(--tms-text);
    background:
        radial-gradient(circle at 18% 8%, rgba(185,111,112,0.07), transparent 28rem),
        radial-gradient(circle at 83% 30%, rgba(212,175,55,0.055), transparent 30rem),
        #0c1116;
}

.tms-reader-bar {
    position: sticky;
    z-index: 5;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.8rem;
    padding: 0.65rem clamp(1rem, 4vw, 3rem);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    background: rgba(10,14,18,0.86);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.tms-reader-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.tms-reader-logo {
    display: inline-flex;
    width: 8.5rem;
    padding: 0.38rem 0.55rem;
    border-radius: 8px;
    background: rgba(255,255,255,0.95);
}

.tms-reader-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.tms-reader-brand small,
.tms-reader-brand strong {
    display: block;
}

.tms-reader-brand small {
    color: rgba(255,255,255,0.52);
    font-size: 0.6rem;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
}

.tms-reader-brand strong {
    margin-top: 0.1rem;
    color: #fff;
    font-size: 0.88rem;
}

.tms-reader-close {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 2.8rem;
    padding: 0.2rem 0.25rem 0.2rem 0.85rem;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    box-shadow: none;
    background: rgba(255,255,255,0.04);
    color: #fff !important;
    font-size: 0.66rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.tms-reader-close b {
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    font-size: 1.35rem;
    font-weight: 300;
}

.tms-reader-article {
    width: min(100% - 2rem, 78rem);
    margin: 0 auto;
    padding: clamp(3.5rem, 8vw, 8rem) 0 5rem;
}

.tms-reader-hero {
    width: min(100%, 64rem);
    margin: 0 auto clamp(3rem, 7vw, 5rem);
}

.tms-reader-hero h1 {
    max-width: 60rem;
    margin: 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(3rem, 7vw, 6.6rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
    text-transform: none;
}

.tms-reader-deck {
    max-width: 52rem;
    margin: 1.7rem 0 0;
    color: rgba(255,255,255,0.72);
    font-size: clamp(1.08rem, 2vw, 1.36rem);
    line-height: 1.75;
}

.tms-reader-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.6rem;
}

.tms-reader-meta span {
    padding: 0.42rem 0.7rem;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    color: rgba(255,255,255,0.58);
    font-size: 0.65rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.tms-reader-wide-media {
    width: min(100%, 72rem);
    margin: 0 auto clamp(4rem, 9vw, 7rem);
}

.tms-reader-wide-media img {
    display: block;
    width: 100%;
    max-height: 44rem;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 2rem 6rem rgba(0,0,0,0.3);
}

.tms-reader-wide-media figcaption,
.tms-reader-image-pair figcaption {
    margin-top: 0.65rem;
    color: rgba(255,255,255,0.45);
    font-size: 0.7rem;
}

.tms-reader-grid {
    display: grid;
    grid-template-columns: minmax(8rem, 13rem) minmax(0, 46rem);
    justify-content: center;
    gap: clamp(1.5rem, 5vw, 4rem);
    margin: clamp(4rem, 9vw, 8rem) 0;
}

.tms-reader-aside {
    position: sticky;
    top: 7rem;
    align-self: start;
    padding-top: 0.3rem;
}

.tms-reader-aside span,
.tms-reader-aside strong {
    display: block;
}

.tms-reader-aside span {
    color: var(--tms-gold);
    font-family: Georgia, serif;
    font-size: 1rem;
}

.tms-reader-aside strong {
    margin-top: 0.55rem;
    color: rgba(255,255,255,0.56);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
    line-height: 1.65;
    text-transform: uppercase;
}

.tms-reader-copy {
    min-width: 0;
}

.tms-reader-copy > p {
    margin: 0 0 1.45rem;
    color: rgba(255,255,255,0.82);
    font-family: Georgia, serif;
    font-size: clamp(1.08rem, 1.8vw, 1.26rem);
    line-height: 1.92;
}

.tms-reader-dropcap::first-letter {
    float: left;
    margin: 0.12rem 0.6rem 0 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 5.2rem;
    line-height: 0.78;
}

.tms-reader-copy blockquote,
.tms-reader-publisher blockquote {
    margin: 2.4rem 0;
    padding: 0 0 0 1.4rem;
    border-left: 2px solid var(--tms-gold);
    color: rgba(255,255,255,0.95);
    font-family: Georgia, serif;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-style: italic;
    line-height: 1.55;
}

.tms-reader-copy blockquote footer,
.tms-reader-publisher blockquote footer {
    margin-top: 0.8rem;
    color: rgba(255,255,255,0.45);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.66rem;
    font-style: normal;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
}

.tms-reader-person-strip,
.tms-reader-publisher {
    display: grid;
    grid-template-columns: minmax(13rem, 20rem) minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.5rem, 5vw, 4rem);
    width: min(100%, 64rem);
    margin: clamp(4rem, 9vw, 7rem) auto;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    background: rgba(255,255,255,0.028);
}

.tms-reader-person {
    min-height: 18rem;
    margin: 0;
    overflow: hidden;
    border-radius: 15px;
    background: rgba(255,255,255,0.04);
}

.tms-reader-person img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: cover;
}

.tms-reader-person-strip h2,
.tms-reader-publisher h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    line-height: 1.1;
    text-transform: none;
}

.tms-reader-person-strip p:not(.tms-eyebrow),
.tms-reader-publisher p:not(.tms-eyebrow) {
    color: rgba(255,255,255,0.72);
    line-height: 1.8;
}

.tms-reader-image-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1rem;
    width: min(100%, 68rem);
    margin: clamp(4rem, 9vw, 7rem) auto;
}

.tms-reader-image-pair figure {
    margin: 0;
}

.tms-reader-image-pair img {
    display: block;
    width: 100%;
    height: clamp(22rem, 42vw, 38rem);
    border-radius: 17px;
    object-fit: cover;
}

.tms-reader-highlight {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    align-items: center;
    gap: clamp(1.2rem, 4vw, 3rem);
    width: min(100%, 62rem);
    margin: clamp(4rem, 9vw, 7rem) auto;
    padding: clamp(1.5rem, 4vw, 2.8rem);
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 20px;
    background:
        radial-gradient(circle at 16% 50%, rgba(212,175,55,0.12), transparent 30%),
        rgba(255,255,255,0.025);
}

.tms-reader-speed {
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    line-height: 0.9;
    text-shadow: 0 0 2rem rgba(212,175,55,0.18);
}

.tms-reader-highlight span,
.tms-reader-highlight strong {
    display: block;
}

.tms-reader-highlight span {
    color: var(--tms-gold);
    font-size: 0.7rem;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
}

.tms-reader-highlight strong {
    margin-top: 0.45rem;
    color: rgba(255,255,255,0.88);
    font-family: Georgia, serif;
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    font-weight: 400;
    line-height: 1.5;
}

.tms-reader-publisher-logo {
    display: grid;
    min-height: 16rem;
    padding: 1rem;
    place-items: center;
    border-radius: 15px;
    background: rgba(255,255,255,0.95);
}

.tms-reader-publisher-logo img {
    display: block;
    max-width: 100%;
    max-height: 14rem;
    object-fit: contain;
}

.tms-reader-draft-note {
    padding: 1rem 1.1rem;
    border: 1px dashed rgba(212,175,55,0.32);
    border-radius: 12px;
    background: rgba(212,175,55,0.055);
    color: rgba(255,255,255,0.62) !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 0.85rem !important;
    line-height: 1.7 !important;
}

.tms-reader-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(100%, 64rem);
    margin: clamp(4rem, 9vw, 7rem) auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.48);
    font-size: 0.72rem;
}

/* Responsive refinements --------------------------------------------------- */
@media screen and (max-width: 900px) {
    .tms-article-portal {
        grid-template-columns: 1fr;
    }

    .tms-article-portal-preview {
        min-height: 16rem;
        transform: none;
    }

    .tms-reader-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .tms-reader-aside {
        position: static;
        display: flex;
        align-items: baseline;
        gap: 0.8rem;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 0.75rem;
    }

    .tms-reader-aside strong {
        margin: 0;
    }

    .tms-reader-person-strip,
    .tms-reader-publisher {
        grid-template-columns: 1fr;
    }

    .tms-reader-person {
        min-height: 25rem;
    }
}

@media screen and (max-width: 736px) {
    .tms-cobrand {
        align-items: flex-start;
        gap: 0.65rem;
        margin-bottom: 0.8rem;
    }

    .tms-partner-mark {
        width: 10.8rem;
        min-height: 3.25rem;
        padding: 0.5rem 0.65rem;
    }

    .tms-partner-mark img {
        max-height: 2.55rem;
    }

    .tms-cobrand-copy {
        width: 100%;
        font-size: 0.61rem;
        letter-spacing: 0.19rem;
    }

    .tms-sticky-nav {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }

    .tms-sticky-nav .tms-nav-start {
        margin-left: 0.15rem;
    }

    .tms-premiere-divider {
        margin: 1.5rem 0 2rem;
        font-size: 0.59rem;
        letter-spacing: 0.14rem;
    }

    .tms-interview-visuals,
    .tms-interview-visuals.is-single {
        grid-template-columns: 1fr 0.62fr;
        gap: 0.7rem;
        width: 100%;
    }

    .tms-interview-visuals.is-single {
        grid-template-columns: 1fr;
        max-width: 19rem;
    }

    .tms-interview-visual,
    .tms-interview-visual img {
        min-height: 12rem;
    }

    .tms-interview-body {
        padding-left: 1rem;
    }

    .tms-article-portal {
        width: calc(100vw - 1rem);
        margin-top: 5rem;
        margin-bottom: 5rem;
        padding: 1.5rem 1rem;
        border-radius: 17px;
    }

    .tms-article-portal-copy h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .tms-article-open {
        width: 100%;
        justify-content: space-between;
    }

    .tms-article-portal-preview {
        min-height: 14rem;
        padding: 1.2rem;
    }

    .tms-reader-bar {
        min-height: 4.3rem;
        padding: 0.5rem 0.65rem;
    }

    .tms-reader-logo {
        width: 6.7rem;
    }

    .tms-reader-brand > span:last-child {
        display: none;
    }

    .tms-reader-close span {
        display: none;
    }

    .tms-reader-close {
        padding: 0.15rem;
        border: 0;
    }

    .tms-reader-close b {
        width: 2.4rem;
        height: 2.4rem;
    }

    .tms-reader-article {
        width: min(100% - 1.5rem, 78rem);
        padding-top: 3rem;
    }

    .tms-reader-hero h1 {
        font-size: clamp(2.65rem, 13vw, 4.7rem);
    }

    .tms-reader-deck {
        font-size: 1rem;
    }

    .tms-reader-wide-media {
        margin-bottom: 4rem;
    }

    .tms-reader-wide-media img {
        min-height: 22rem;
    }

    .tms-reader-grid {
        margin: 4rem 0;
    }

    .tms-reader-copy > p {
        font-size: 1.05rem;
        line-height: 1.86;
    }

    .tms-reader-dropcap::first-letter {
        font-size: 4.4rem;
    }

    .tms-reader-person-strip,
    .tms-reader-publisher,
    .tms-reader-highlight {
        margin-top: 4rem;
        margin-bottom: 4rem;
        padding: 1rem;
        border-radius: 15px;
    }

    .tms-reader-person {
        min-height: 22rem;
    }

    .tms-reader-image-pair {
        grid-template-columns: 1fr;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .tms-reader-image-pair img {
        height: min(115vw, 34rem);
    }

    .tms-reader-highlight {
        grid-template-columns: 1fr;
    }

    .tms-reader-footer {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .tms-interview-visuals {
        grid-template-columns: minmax(0, 1fr) minmax(7rem, 0.52fr);
    }

    .tms-interview-visual,
    .tms-interview-visual img {
        min-height: 10.5rem;
    }

    .tms-interview-visual figcaption {
        right: 0.4rem;
        bottom: 0.4rem;
        left: 0.4rem;
        padding: 0.38rem 0.45rem;
        font-size: 0.6rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tms-article-open,
    .tms-article-open b,
    .tms-article-portal-preview,
    .tms-interview-visual img,
    .tms-article-reader {
        transition: none !important;
    }
}

.tms-reader-person.is-missing,
.tms-reader-publisher-logo.is-missing {
    display: none;
}

/* =============================================================================
   Hotfix 2026-08-15 23:26 – Galerie, zuverlässige Sticky-Navigation,
   Longread-Medien und Dokument-Footer. Grunddesign bleibt unverändert.
   ============================================================================= */

/* Die globalen Truepublishing-Buttonregeln setzen Buttons auf 2.75rem Höhe.
   Galerie-Buttons müssen dagegen die komplette Grid-Zelle ausfüllen. */
.tms-masonry .tms-gallery-item {
    align-self: stretch;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.tms-masonry .tms-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* JS-Fallback: position:sticky funktioniert je nach globalem Wrapper-/Browser-
   Zusammenspiel nicht zuverlässig. Sobald die Leiste den oberen Rand erreicht,
   übernimmt diese feste Variante. */
.tms-sticky-nav-spacer {
    display: block;
    width: 100%;
    height: 0;
    pointer-events: none;
}

.tms-sticky-nav.is-fixed {
    position: fixed !important;
    z-index: 12050;
    top: 4.65rem;
    left: 50%;
    width: min(calc(100vw - 2rem), 72rem);
    margin: 0;
    transform: translateX(-50%);
    box-shadow: 0 1.1rem 3rem rgba(0,0,0,0.34);
}

/* Longread: Text links, passende Medien rechts. */
.tms-reader-person-strip.tms-reader-media-card,
.tms-reader-publisher.tms-reader-media-card {
    grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 22rem);
}

.tms-reader-media-copy {
    min-width: 0;
}

.tms-reader-person figcaption,
.tms-reader-mini-media figcaption,
.tms-reader-publisher-logo figcaption {
    margin-top: 0.55rem;
    color: rgba(255,255,255,0.45);
    font-size: 0.66rem;
    line-height: 1.45;
}

.tms-reader-person {
    min-height: 0;
    overflow: visible;
    background: transparent;
}

.tms-reader-person img {
    min-height: 18rem;
    border-radius: 15px;
    box-shadow: 0 1.2rem 3rem rgba(0,0,0,0.24);
}

.tms-reader-media-duo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
    align-items: stretch;
    gap: 0.75rem;
    min-width: 0;
}

.tms-reader-mini-media,
.tms-reader-publisher-logo {
    margin: 0;
    min-width: 0;
}

.tms-reader-mini-media {
    display: flex;
    flex-direction: column;
}

.tms-reader-mini-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 18rem;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 1.2rem 3rem rgba(0,0,0,0.24);
}

.tms-reader-mini-media.is-cover img {
    object-fit: contain;
    padding: 0.7rem;
    background: rgba(255,255,255,0.94);
}

.tms-reader-publisher-media {
    grid-template-columns: 1fr 0.72fr;
}

.tms-reader-publisher-logo {
    min-height: 18rem;
}

/* Wenn ein noch nicht hochgeladenes Bild fehlt, bleibt keine leere Spalte. */
.tms-reader-media-card.is-media-missing {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, 52rem);
}

.tms-reader-media-duo.is-media-missing {
    display: none;
}

/* Der normale Truepublishing-Footer bleibt außerhalb des Specials am echten
   Dokumentende und erhält nur etwas Abstand zum Abschlussbild. */
.tms-site-footer {
    position: relative;
    z-index: 3;
    margin-top: 0;
}

@media screen and (max-width: 900px) {
    .tms-sticky-nav.is-fixed {
        top: 3.9rem;
        width: calc(100vw - 1rem);
    }

    .tms-reader-person-strip.tms-reader-media-card,
    .tms-reader-publisher.tms-reader-media-card {
        grid-template-columns: 1fr;
    }

    .tms-reader-media-duo {
        grid-template-columns: minmax(0, 1fr) minmax(8rem, 0.58fr);
        max-width: 32rem;
    }
}

@media screen and (max-width: 480px) {
    .tms-sticky-nav.is-fixed {
        top: 3.65rem;
        width: calc(100vw - 0.75rem);
    }

    .tms-masonry {
        grid-auto-rows: 16rem;
    }

    .tms-reader-media-duo {
        grid-template-columns: 1fr 0.62fr;
    }

    .tms-reader-mini-media img,
    .tms-reader-person img,
    .tms-reader-publisher-logo {
        min-height: 14rem;
    }
}

.tms-sticky-nav-sentinel {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

/* =============================================================================
   Feinschliff 2026-08-16 00:35 – Medien ohne Beschnitt, kompaktere Interviews,
   redaktionellere Longread-Bilder und Lene-Jansen-Feature.
   ============================================================================= */

/* Stimmen: Die gelieferten Portrait-/Messegrafiken werden vollständig gezeigt.
   Keine Köpfe, Logos oder Instagram-Karten mehr abschneiden. */
.tms-person-media {
    aspect-ratio: 4 / 3;
    padding: 0.55rem;
    background:
        radial-gradient(circle at 25% 12%, rgba(212,175,55,0.08), transparent 42%),
        rgba(255,255,255,0.025);
}

.tms-person-media img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    border-radius: 10px;
}

.tms-person-card[data-person="zeilenfluss"] .tms-person-media {
    background: rgba(255,255,255,0.92);
}

.tms-person-card[data-person="zeilenfluss"] .tms-person-media img {
    padding: 0.55rem;
}

/* Interviews: Medien sind Zusatz, nicht Hauptinhalt. Kleinere, ruhige Kacheln
   mit vollständiger Bilddarstellung statt großer gecroppter Flächen. */
.tms-interview-visuals,
.tms-interview-visuals.is-single {
    grid-template-columns: repeat(2, minmax(9rem, 13rem));
    justify-content: start;
    align-items: start;
    gap: 0.8rem;
    width: auto;
    max-width: 29rem;
    margin-bottom: 1.35rem;
}

.tms-interview-visuals.is-single {
    grid-template-columns: minmax(9rem, 13rem);
    max-width: 13rem;
}

.tms-interview-visual {
    min-height: 0;
    aspect-ratio: 4 / 5;
    display: grid;
    place-items: center;
}

.tms-interview-visual img,
.tms-interview-cover img,
.tms-interview-logo-visual img {
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    padding: 0.45rem;
    object-fit: contain !important;
}

.tms-interview-portrait img {
    padding: 0.25rem;
}

.tms-interview-logo-visual {
    background: rgba(255,255,255,0.94);
}

/* Lene bekommt im visuellen Special – analog zu Dennis und Zeilenfluss –
   einen eigenen prominenten Story-Moment. */
.tms-author-feature {
    display: grid;
    grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(1.8rem, 5vw, 4.5rem);
    align-items: center;
    width: min(100%, 72rem);
    margin: clamp(5rem, 10vw, 8rem) auto 0;
    padding: clamp(1.4rem, 4vw, 2.8rem);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 18%, rgba(185,111,112,0.14), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.014));
    box-shadow: 0 1.4rem 3.6rem rgba(0,0,0,0.2);
}

.tms-author-feature-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 0.58fr);
    gap: 0.75rem;
    align-items: end;
}

.tms-author-feature-media figure {
    margin: 0;
    padding: 0.55rem;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 15px;
    background: rgba(255,255,255,0.035);
}

.tms-author-feature-media figure.is-book {
    transform: translateY(1rem);
}

.tms-author-feature-media img {
    display: block;
    width: 100%;
    max-height: 24rem;
    object-fit: contain;
    border-radius: 10px;
}

.tms-author-feature-media figcaption {
    margin-top: 0.45rem;
    color: rgba(255,255,255,0.48);
    font-size: 0.64rem;
    line-height: 1.4;
}

.tms-author-feature-copy h2 {
    width: auto;
    margin: 0 0 1rem;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3.65rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.08;
    text-transform: none;
}

.tms-author-feature-copy > p:not(.tms-eyebrow) {
    color: rgba(255,255,255,0.72);
    line-height: 1.8;
}

.tms-author-feature-copy blockquote {
    margin: 1.5rem 0;
    padding: 0.8rem 0 0.8rem 1.1rem;
    border-left: 2px solid var(--tms-gold);
    color: rgba(255,255,255,0.9);
    font-family: Georgia, serif;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-style: italic;
    line-height: 1.55;
}

.tms-text-link {
    display: inline-flex;
    margin-top: 0.25rem;
    border-bottom-color: rgba(212,175,55,0.45);
    color: var(--tms-gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
}

/* Longread: Medien werden zu kleinen redaktionellen Begleitmotiven rechts,
   statt als dominante weiße Blöcke den Text zu überfahren. */
.tms-reader-person-strip.tms-reader-media-card,
.tms-reader-publisher.tms-reader-media-card {
    grid-template-columns: minmax(0, 1.7fr) minmax(12rem, 18rem) !important;
    align-items: center;
    gap: clamp(1.4rem, 3vw, 2.4rem);
}

.tms-reader-person,
.tms-reader-mini-media,
.tms-reader-publisher-logo {
    min-height: 0 !important;
}

.tms-reader-person img {
    width: 100%;
    height: auto;
    max-height: 18rem;
    min-height: 0 !important;
    object-fit: contain !important;
}

.tms-reader-media-duo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.7rem;
    max-width: 18rem;
    margin-left: auto;
}

.tms-reader-mini-media,
.tms-reader-publisher-logo {
    flex: 1 1 0;
    width: auto;
    padding: 0.45rem;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 13px;
    background: rgba(255,255,255,0.035);
}

.tms-reader-mini-media img {
    width: 100%;
    height: auto !important;
    max-height: 16rem;
    min-height: 0 !important;
    padding: 0;
    border-radius: 9px;
    object-fit: contain !important;
    box-shadow: none;
}

.tms-reader-mini-media.is-cover,
.tms-reader-publisher-logo {
    background: rgba(255,255,255,0.94);
}

.tms-reader-mini-media.is-cover img,
.tms-reader-publisher-logo img {
    max-height: 14.5rem;
    padding: 0.35rem;
    background: transparent;
    object-fit: contain !important;
}

.tms-reader-mini-media.is-book-photo {
    background: rgba(255,255,255,0.04);
}

.tms-reader-publisher-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tms-reader-publisher-logo img {
    width: 100%;
    max-width: 100%;
}

/* Captions unter hellen Medienkarten bleiben sichtbar. */
.tms-reader-mini-media.is-cover figcaption,
.tms-reader-publisher-logo figcaption {
    color: rgba(14,19,24,0.62);
}

/* Schließen-X exakt geometrisch zentrieren – unabhängig von der Glyph-Metrik. */
.tms-reader-close b {
    position: relative;
    display: block;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.tms-reader-close b::before,
.tms-reader-close b::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9rem;
    height: 1.5px;
    border-radius: 999px;
    background: #fff;
    transform-origin: center;
}

.tms-reader-close b::before { transform: translate(-50%, -50%) rotate(45deg); }
.tms-reader-close b::after  { transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 900px) {
    .tms-author-feature {
        grid-template-columns: 1fr;
    }

    .tms-author-feature-media {
        width: min(100%, 30rem);
    }

    .tms-reader-person-strip.tms-reader-media-card,
    .tms-reader-publisher.tms-reader-media-card {
        grid-template-columns: 1fr !important;
    }

    .tms-reader-media-duo {
        justify-content: flex-start;
        max-width: 20rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 736px) {
    .tms-interview-visuals,
    .tms-interview-visuals.is-single {
        grid-template-columns: repeat(2, minmax(7.2rem, 10.5rem));
        max-width: 23rem;
    }

    .tms-interview-visuals.is-single {
        grid-template-columns: minmax(7.2rem, 10.5rem);
    }

    .tms-interview-visual,
    .tms-interview-visual img {
        min-height: 0 !important;
    }

    .tms-author-feature {
        margin-top: 4rem;
        padding: 1rem;
        border-radius: 17px;
    }

    .tms-author-feature-media {
        grid-template-columns: minmax(0, 1fr) minmax(7rem, 0.52fr);
    }

    .tms-author-feature-media img {
        max-height: 20rem;
    }
}

@media screen and (max-width: 480px) {
    .tms-interview-visuals,
    .tms-interview-visuals.is-single {
        grid-template-columns: repeat(2, minmax(6.2rem, 8.7rem));
        gap: 0.55rem;
    }

    .tms-interview-visuals.is-single {
        grid-template-columns: minmax(6.2rem, 8.7rem);
    }

    .tms-person-media {
        aspect-ratio: 1 / 1;
    }

    .tms-reader-media-duo {
        gap: 0.55rem;
        max-width: 17rem;
    }
}

/* Instagram-/Portraitkarten der Stimmen entsprechen überwiegend 4:5. */
.tms-person-media { aspect-ratio: 4 / 5 !important; }
@media screen and (max-width: 480px) {
    .tms-person-media { aspect-ratio: 4 / 5 !important; }
    .tms-author-feature-media figure.is-book { transform: none; }
}

/* =============================================================================
   Feinschliff 2026-08-16 08:15 – Wortwelten-Schlusskapitel, Truepublishing-
   Brücke, einheitliche Zeilenfluss-Stimme und seitenbezogener Widerruf-Button.
   ============================================================================= */

/* Der persistente Widerrufsbutton stammt aus legal_templates.php. Auf diesem
   redaktionellen Special wird ausschließlich dieser einzelne fixe Button
   ausgeblendet; Footer und Rechtstemplates bleiben unverändert. */
body.tms-wortwelten-page .tp-withdrawal-persistent {
    display: none !important;
}

/* Zeilenfluss nutzt in den vier Stimmen jetzt ebenfalls eine fertige 4:5-
   Wortwelten-Karte. Keine abweichende weiße Sonderfläche mehr. */
.tms-person-card[data-person="zeilenfluss"] .tms-person-media {
    background:
        radial-gradient(circle at 25% 12%, rgba(212,175,55,0.08), transparent 42%),
        rgba(255,255,255,0.025) !important;
}

.tms-person-card[data-person="zeilenfluss"] .tms-person-media img {
    padding: 0 !important;
}

/* Der große Zeilenfluss-Featureblock erwartet künftig ein eigenes Motiv.
   Solange die Datei noch fehlt, fällt das PHP-Bild automatisch auf die
   vorhandene Imprint-Grafik zurück. */
.tms-publisher-visual {
    position: relative;
    align-content: center;
    padding: clamp(0.8rem, 2vw, 1.15rem);
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 12%, rgba(212,175,55,0.08), transparent 46%),
        rgba(255,255,255,0.03);
}

.tms-publisher-visual img {
    width: 100%;
    height: auto;
    max-height: 31rem;
    padding: 0 !important;
    border-radius: 13px;
    object-fit: contain !important;
}

.tms-publisher-visual-note {
    display: block;
    margin-top: 0.7rem;
    color: rgba(255,255,255,0.42);
    font-size: 0.6rem;
    line-height: 1.5;
}

.tms-publisher-visual-note strong {
    color: rgba(255,255,255,0.68);
    font-weight: 600;
}

/* -------------------------------------------------------------------------
   Wortwelten-Termine am Ende des Specials
   ------------------------------------------------------------------------- */
.tms-welcome-section {
    width: min(100%, 76rem);
    margin: clamp(5rem, 10vw, 8rem) auto 0;
}

.tms-welcome-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.6rem);
}

.tms-welcome-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(12rem, 0.72fr);
    align-items: center;
    gap: clamp(1rem, 3vw, 1.7rem);
    min-width: 0;
    padding: clamp(0.75rem, 2vw, 1.05rem);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.016));
    box-shadow: 0 1.2rem 3rem rgba(0,0,0,0.18);
    color: inherit !important;
    text-decoration: none !important;
    overflow: hidden;
    transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.tms-welcome-card::after {
    content: '';
    position: absolute;
    inset: auto -18% -54% 28%;
    height: 70%;
    background: radial-gradient(circle, rgba(212,175,55,0.09), transparent 68%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .32s ease;
}

.tms-welcome-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,175,55,0.34);
    box-shadow: 0 1.55rem 3.8rem rgba(0,0,0,0.25);
}

.tms-welcome-card:hover::after { opacity: 1; }

.tms-welcome-card > img {
    display: block;
    width: 100%;
    max-height: 31rem;
    border-radius: 13px;
    object-fit: contain;
    box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.2);
}

.tms-welcome-card > span {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

.tms-welcome-card small {
    color: var(--tms-gold);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}

.tms-welcome-card strong {
    color: #fff;
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    line-height: 1.25;
}

.tms-welcome-card b {
    color: rgba(255,255,255,0.62);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   Truepublishing / Die Weltenschmiede – transparenter Absender des Specials
   ------------------------------------------------------------------------- */
.tms-tp-bridge {
    position: relative;
    isolation: isolate;
    width: min(100%, 76rem);
    margin: clamp(4rem, 8vw, 6.5rem) auto clamp(3.5rem, 7vw, 5rem);
    padding: clamp(1.5rem, 4.8vw, 3.4rem);
    border: 1px solid rgba(255,255,255,0.17);
    border-radius: 25px;
    background:
        radial-gradient(circle at 12% 14%, rgba(212,175,55,0.10), transparent 30%),
        radial-gradient(circle at 88% 82%, rgba(89,112,144,0.16), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.018));
    box-shadow: 0 2rem 5rem rgba(0,0,0,0.28);
    overflow: hidden;
}

.tms-tp-bridge-aura {
    position: absolute;
    z-index: -1;
    width: 23rem;
    aspect-ratio: 1;
    right: -8rem;
    top: -9rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,55,0.18), rgba(212,175,55,0.03) 45%, transparent 70%);
    filter: blur(9px);
    animation: tms-tp-aura 7s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes tms-tp-aura {
    from { transform: translate3d(-1.2rem, 0.4rem, 0) scale(0.92); opacity: 0.58; }
    to   { transform: translate3d(0.8rem, 1.2rem, 0) scale(1.08); opacity: 0.94; }
}

.tms-tp-bridge-brand {
    display: grid;
    justify-items: center;
    margin-bottom: 2rem;
    text-align: center;
}

.tms-tp-mark {
    width: clamp(4rem, 7vw, 5.8rem);
    height: auto;
    margin-bottom: 0.8rem;
    filter: drop-shadow(0 0.8rem 1.4rem rgba(0,0,0,0.28));
}

.tms-tp-bridge-brand .tms-eyebrow {
    margin-bottom: 0.7rem;
}

.tms-tp-wordmark {
    width: min(100%, 34rem);
    max-height: 7rem;
    object-fit: contain;
    filter: drop-shadow(0 0.8rem 1.8rem rgba(0,0,0,0.22));
}

.tms-tp-bridge-copy {
    width: min(100%, 58rem);
    margin: 0 auto;
    text-align: center;
}

.tms-tp-bridge-copy h2 {
    width: auto;
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.9rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-transform: none;
}

.tms-tp-bridge-copy p {
    margin: 0 auto 1rem;
    color: rgba(255,255,255,0.72);
    font-size: clamp(0.96rem, 1.6vw, 1.08rem);
    line-height: 1.85;
}

.tms-tp-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.tms-tp-stat {
    min-width: 0;
    padding: 1.15rem 0.85rem;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 15px;
    background: rgba(7,10,13,0.34);
    text-align: center;
}

.tms-tp-stat strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 400;
    line-height: 1;
}

.tms-tp-stat span {
    color: rgba(255,255,255,0.52);
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    line-height: 1.5;
    text-transform: uppercase;
}

.tms-tp-bridge-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

@media screen and (max-width: 980px) {
    .tms-welcome-card {
        grid-template-columns: 1fr;
    }

    .tms-welcome-card > img {
        width: min(100%, 25rem);
        margin: 0 auto;
    }

    .tms-welcome-card > span {
        align-items: center;
        text-align: center;
    }

    .tms-tp-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 736px) {
    .tms-welcome-section,
    .tms-tp-bridge {
        width: 100%;
    }

    .tms-welcome-grid {
        grid-template-columns: 1fr;
    }

    .tms-welcome-card {
        padding: 0.8rem;
        border-radius: 17px;
    }

    .tms-welcome-card > img {
        max-height: none;
    }

    .tms-tp-bridge {
        padding: 1.35rem 1rem;
        border-radius: 19px;
    }

    .tms-tp-bridge-copy {
        text-align: left;
    }

    .tms-tp-bridge-brand {
        justify-items: start;
        text-align: left;
    }

    .tms-tp-wordmark {
        width: min(100%, 25rem);
    }

    .tms-tp-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .tms-tp-stat {
        padding: 1rem 0.65rem;
    }

    .tms-tp-bridge-actions {
        justify-content: stretch;
    }

    .tms-tp-bridge-actions .button {
        width: 100%;
    }

    .tms-publisher-visual-note {
        font-size: 0.56rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tms-tp-bridge-aura {
        animation: none !important;
    }
}

/* =============================================================================
   Madeleine Puljic – prominenter Editorial-Slider
   Immer nur ein Motiv sichtbar. Fehlende Zusatzbilder werden per JS entfernt.
   Auf Touch-Geräten kann gewischt, am Desktop zusätzlich geklickt werden.
   ============================================================================= */

.tms-author-feature-madeleine .tms-madeleine-slider {
    display: block;
    min-width: 0;
    width: min(100%, 24rem);
    justify-self: center;
}

.tms-madeleine-slider-viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 22%, rgba(185,111,112,0.12), transparent 48%),
        rgba(255,255,255,0.025);
    box-shadow: 0 1rem 2.8rem rgba(0,0,0,0.18);
    touch-action: pan-y;
    cursor: grab;
    outline: none;
}

.tms-madeleine-slider-viewport:active {
    cursor: grabbing;
}

.tms-madeleine-slider-viewport:focus-visible {
    box-shadow: 0 0 0 2px rgba(212,175,55,0.45), 0 1rem 2.8rem rgba(0,0,0,0.18);
}

.tms-author-feature-madeleine .tms-madeleine-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0.75rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(4%, 0, 0) scale(0.985);
    transition: opacity 260ms ease, transform 320ms ease, visibility 260ms ease;
}

.tms-author-feature-madeleine .tms-madeleine-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0,0,0) scale(1);
}

.tms-author-feature-madeleine .tms-madeleine-slide.is-leaving-left {
    transform: translate3d(-4%,0,0) scale(0.985);
}

.tms-author-feature-madeleine .tms-madeleine-slide img {
    display: block;
    width: 100%;
    height: calc(100% - 2rem);
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 11px;
}

.tms-author-feature-madeleine .tms-madeleine-slide figcaption {
    display: flex;
    align-items: center;
    min-height: 2rem;
    margin: 0;
    padding: 0.5rem 0.2rem 0;
    color: rgba(255,255,255,0.55);
    font-size: 0.64rem;
    line-height: 1.35;
}

.tms-madeleine-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    -webkit-appearance: none !important;
    appearance: none !important;
    display: grid !important;
    place-items: center;
    width: 2.5rem !important;
    min-width: 2.5rem !important;
    max-width: 2.5rem !important;
    height: 2.5rem !important;
    min-height: 2.5rem !important;
    max-height: 2.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    background: rgba(8,12,15,0.72);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tms-madeleine-slider-arrow:hover,
.tms-madeleine-slider-arrow:focus-visible {
    border-color: rgba(212,175,55,0.55);
    background: rgba(18,22,25,0.92);
}

.tms-madeleine-slider-arrow:hover {
    transform: translateY(-50%) scale(1.04);
}

.tms-madeleine-slider-arrow.is-prev { left: 0.7rem; }
.tms-madeleine-slider-arrow.is-next { right: 0.7rem; }

.tms-madeleine-slider-arrow::before,
.tms-madeleine-slider-arrow::after {
    content: none !important;
    display: none !important;
}

.tms-madeleine-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    min-height: 2rem;
    padding: 0.55rem 0.2rem 0;
}

.tms-madeleine-slider-dots {
    display: flex;
    align-items: center;
    gap: 0.42rem;
}

.tms-madeleine-slider-dot {
    /* main.css gibt Buttons Mindesthöhen, Padding und Shadows. Für die
       Slider-Indikatoren müssen diese globalen Button-Regeln vollständig
       neutralisiert werden, sonst werden aus Punkten auf Mobile hohe Pills. */
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 0.48rem !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 0.48rem !important;
    min-height: 0 !important;
    max-height: 0.48rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    outline-offset: 0.18rem;
    background: rgba(255,255,255,0.28) !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    cursor: pointer;
    transform: none !important;
    transition: width 180ms ease, background 180ms ease !important;
}

.tms-madeleine-slider-dot::before,
.tms-madeleine-slider-dot::after {
    content: none !important;
    display: none !important;
}

.tms-madeleine-slider-dot.is-active {
    width: 1.35rem !important;
    height: 0.48rem !important;
    max-height: 0.48rem !important;
    background: var(--tms-gold) !important;
}

.tms-madeleine-slider-hint {
    color: rgba(255,255,255,0.38);
    font-size: 0.58rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.tms-madeleine-slider.is-single .tms-madeleine-slider-arrow,
.tms-madeleine-slider.is-single .tms-madeleine-slider-footer {
    display: none;
}

@media screen and (max-width: 900px) {
    .tms-author-feature-madeleine .tms-madeleine-slider {
        width: min(100%, 25rem);
        justify-self: start;
    }
}

@media screen and (max-width: 560px) {
    .tms-author-feature-madeleine .tms-madeleine-slider {
        width: 100%;
    }

    .tms-madeleine-slider-arrow {
        width: 2.35rem;
        height: 2.35rem;
    }

    .tms-madeleine-slider-hint {
        font-size: 0.54rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tms-author-feature-madeleine .tms-madeleine-slide,
    .tms-madeleine-slider-arrow,
    .tms-madeleine-slider-dot {
        transition: none !important;
    }
}

/* Der vorherige Madeleine-Longread-Block hatte nur tms-reader-media-card und
   erbte deshalb die eigentliche Grid-/Card-Struktur nicht. Mit der ergänzten
   tms-reader-person-strip-Klasse sitzt der Text wieder links und die Medien
   kompakt rechts. Diese Regel hält den Medienbereich etwas breiter, da ein
   Messestand mehr Detail enthält als ein einzelnes Cover. */
.tms-reader-madeleine-card.tms-reader-person-strip.tms-reader-media-card {
    grid-template-columns: minmax(0, 1.55fr) minmax(15rem, 21rem) !important;
    align-items: center;
}

.tms-reader-madeleine-card .tms-reader-media-duo {
    max-width: 21rem;
}

.tms-reader-madeleine-card .tms-reader-mini-media:last-child {
    flex: 1.28 1 0;
    background: rgba(255,255,255,0.045);
}

.tms-reader-madeleine-card .tms-reader-mini-media:last-child img {
    max-height: 18rem;
    object-fit: contain !important;
}

.tms-reader-madeleine-card .tms-reader-media-copy blockquote {
    margin: 1.6rem 0;
    padding: 0.75rem 0 0.75rem 1.1rem;
    border-left: 2px solid var(--tms-gold);
    color: rgba(255,255,255,0.92);
    font-family: Georgia, serif;
    font-size: clamp(1.08rem, 1.8vw, 1.35rem);
    font-style: italic;
    line-height: 1.6;
}

.tms-reader-madeleine-card .tms-reader-media-copy blockquote footer {
    margin-top: 0.65rem;
    color: rgba(255,255,255,0.45);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.64rem;
    font-style: normal;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}


.tms-reader-madeleine-card .tms-reader-mini-media.is-stand-photo {
    flex: 1.28 1 0;
    background: rgba(255,255,255,0.045);
}

.tms-reader-madeleine-card .tms-reader-mini-media.is-stand-photo img {
    max-height: 18rem;
    object-fit: contain !important;
}