/* === Umbraco Festival Deutschland 2026 — festival.css ===
 *
 * TABLE OF CONTENTS
 * 1. Variables & Reset
 * 2. Layout & Navigation
 * 3. Hero Section
 * 4. About & Teaser Sections
 * 5. Footer
 * 6. Speaker Grid & Cards
 * 7. Speaker Detail Page
 * 8. Speaker Lineup Block (Homepage)
 * 9. Schedule & Session Cards
 * 10. Block Components
 * 11. Track Pills
 * 11b. Countdown
 * 11c. About Block
 * 11d. Newsletter Block
 * 11e. Hero Buttons
 * 12. Responsive Overrides
 * ========================================= */

/* == 1. VARIABLES & RESET == */
:root {
    /* Prototype-matched palette */
    --c-sand: #f0e8d4;
    --c-sand-light: #f0e8d4;
    --b-deep: #244a78;
    --b-mid: #4676aa;
    --b-light: #6f9ed1;
    --b-sky: #8bb8de;
    --b-night: #142945;
    /* Legacy aliases */
    --color-primary: #1B3A5C;
    --color-primary-hover: #4A87B8;
    --color-dark-bg: #1B3A5C;
    --color-dark-bg-2: #0F2640;
    --color-light-bg: var(--c-sand);
    --color-light-bg-2: var(--c-sand);
    --color-text: #1B3A5C;
    --color-text-muted: #6B7A8D;
    --color-white: #ffffff;
    --color-bg-cream: var(--c-sand);
    --color-navy: #1B3A5C;
    --color-navy-deep: var(--b-night);
    --color-gold: #C9A87C;
    --color-steel-blue: #4A87B8;
    --color-light-blue: #8BB5D0;
    --color-muted-dark: #6B7A8D;
    --color-border-warm: #E5E0D8;
    --font-sans: 'Inter', system-ui, sans-serif;
    --radius-pill: 999px;
    --container-max: 1200px;
    --section-pad: 2.5rem 1.5rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); color: var(--color-text); background: var(--color-bg-cream, #F5F0E8); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg, video { display: block; max-width: 100%; }

/* == Section background bands (matches Next.js prototype) == */
.page-home { background: var(--c-sand); position: relative; overflow-x: hidden; }
.page-home .umb-block-list { position: relative; z-index: 1; }

/* Band wrappers — auto-alternated by block list renderer */
.band-cream { background: var(--c-sand); }
.band-blue  { background: var(--b-deep); }
.band-dark  { background: var(--b-night); }

/* Override any hardcoded section backgrounds — band wrapper wins */
.band-cream > section, .band-cream > footer { background: transparent; }
.band-blue  > section, .band-blue  > footer { background: transparent; }
.band-dark  > section, .band-dark  > footer { background: transparent; }

/* Text on cream bands (dark text) */
.on-cream h2, .on-cream h3, .on-cream h4 { color: var(--color-text); }
.on-cream p { color: var(--color-text); }
.on-cream a:not(.btn) { color: var(--color-primary); }

/* Text on blue/dark bands (light text) */
.on-blue h2, .on-blue h3, .on-blue h4,
.on-dark h2, .on-dark h3, .on-dark h4 { color: #fff; }
.on-blue p, .on-dark p { color: rgba(255,255,255,.8); }
.on-blue a:not(.btn), .on-dark a:not(.btn) { color: rgba(255,255,255,.9); }
.on-blue .btn--secondary, .on-dark .btn--secondary { color: #fff; border-color: rgba(255,255,255,.4); }

/* Cards have white/light backgrounds — reset text to dark inside them */
.on-blue .ticket-card h3,
.on-blue .ticket-card p,
.on-blue .testimonial-card h3,
.on-blue .testimonial-card p,
.on-blue .audience-card h3,
.on-blue .audience-card h4,
.on-blue .audience-card p,
.on-blue .faq-item h3,
.on-blue .faq-item p,
.on-blue .speakers-carousel__card h3,
.on-blue .speakers-carousel__card p,
.on-blue .schedule__card h3,
.on-blue .schedule__card p,
.on-dark .ticket-card h3,
.on-dark .ticket-card p,
.on-dark .faq-item h3,
.on-dark .faq-item p { color: var(--color-navy); }

.on-blue .ticket-card__desc,
.on-blue .ticket-card__features li,
.on-blue .testimonial-card__quote,
.on-blue .testimonial-card__role,
.on-blue .audience-card__desc,
.on-blue .faq-item__answer,
.on-blue .faq-item__chevron,
.on-dark .ticket-card__desc,
.on-dark .ticket-card__features li,
.on-dark .faq-item__answer { color: var(--color-text-muted); }

/* Hero keeps its own background (not in block list) */
.page-home .block-hero { background: var(--c-sand-light); }

/* Band-responsive overrides for speakers carousel (was always blue) */
.on-cream .speakers-carousel__title { color: var(--color-text); }
.on-cream .speakers-carousel__link { color: var(--color-primary); }
.on-cream .speakers-carousel__link:hover { color: var(--color-primary-hover); opacity: 1; }
.on-cream .speakers-carousel__arrow { color: var(--color-text); border-color: rgba(27,58,92,.3); }
.on-cream .speakers-carousel__arrow:hover:not(:disabled) { border-color: rgba(27,58,92,.6); background: rgba(27,58,92,.05); }
.on-cream .speakers-carousel__empty { color: var(--color-text-muted); }

/* Band-responsive overrides for schedule (was always blue) */
.on-cream .schedule__heading { color: var(--color-text); }
.on-cream .schedule__empty { color: var(--color-text-muted); }
.on-cream .schedule__announced-hint { color: var(--color-text-muted); }
.on-cream .schedule__tab { border-color: rgba(27,58,92,.2); background: rgba(27,58,92,.06); color: var(--color-text-muted); }
.on-cream .schedule__tab:hover { background: rgba(27,58,92,.12); color: var(--color-text); }
.on-cream .schedule__tab--active { background: #d4943a; color: #fff; border-color: #d4943a; }
.on-cream .schedule__row--announced .schedule__time { color: var(--color-text-muted); }

/* Band-responsive overrides for testimonials (was always blue) */
.on-cream .block-testimonials__heading { color: var(--color-text); }
.on-cream .testimonial-card { background: #fff; }
.on-blue .testimonial-card { background: rgba(255,255,255,.95); }

/* Band-responsive overrides for CTA banner (was always dark) */
.on-cream .block-cta-banner__heading { color: var(--color-text); }
.on-blue .block-cta-banner__heading { color: #fff; }

/* Band-responsive overrides for sections that were always cream */
.on-blue .venue-section,
.on-blue .block-faq,
.on-blue .block-sponsors,
.on-blue .block-audience,
.on-blue .tickets-section { background: transparent; }

/* Tickets on blue */
.on-blue .tickets-section__heading { color: #fff; }
.on-blue .tickets-section__empty { color: rgba(255,255,255,.6); }
.on-blue .ticket-card { background: #fff; }
.on-blue .ticket-card__desc { color: var(--color-text); }
.on-blue .ticket-card__features li { color: var(--color-text); }

/* Stats cards: values stay dark (navy) inside white cards on any band */

/* FAQ on-blue overrides moved to block-faq section */

/* Sponsors on blue */
.on-blue .block-sponsors__heading { color: #fff; }
.on-blue .block-sponsors__view-all { color: rgba(255,255,255,.9); }
.on-blue .section-heading { color: #fff; }
.on-blue .section-subheading { color: rgba(255,255,255,.65); }

/* Audience on blue */
.on-blue .block-audience__heading { color: #fff; }
.on-blue .audience-card { background: rgba(255,255,255,.95); }

/* Venue on blue */
.on-blue .venue-teaser__name { color: #fff; }
.on-blue .venue-teaser__address { color: rgba(255,255,255,.7); }
.on-blue .venue-teaser__desc { color: rgba(255,255,255,.85); }
.on-blue .venue-teaser__highlights li { color: #fff; }

/* Wave dividers between sections */
.wave-div {
    line-height: 0;
    overflow: visible;
    position: relative;
    margin-top: -8px;
    margin-bottom: -8px;
    z-index: 2;
}
.wave-div svg {
    display: block;
    width: 100%;
}
.wave-div--cream-to-blue  { background: linear-gradient(to bottom, var(--c-sand) 50%, var(--b-deep) 50%); }
.wave-div--blue-to-cream  { background: linear-gradient(to bottom, var(--b-deep) 50%, var(--c-sand) 50%); }
.wave-div--cream-to-dark  { background: linear-gradient(to bottom, var(--c-sand) 50%, var(--b-night) 50%); }
.wave-div--dark-to-cream  { background: linear-gradient(to bottom, var(--b-night) 50%, var(--c-sand) 50%); }
.wave-div--light-to-cream { background: linear-gradient(to bottom, var(--c-sand-light) 50%, var(--c-sand) 50%); }
.wave-div--light-to-blue  { background: linear-gradient(to bottom, var(--c-sand-light) 50%, var(--b-deep) 50%); }
.wave-div--blue-to-dark   { background: linear-gradient(to bottom, var(--b-deep) 50%, var(--b-night) 50%); }
.wave-div--dark-to-blue   { background: linear-gradient(to bottom, var(--b-night) 50%, var(--b-deep) 50%); }

.page-home .site-footer { position: relative; z-index: 1; background: var(--b-night); color: rgba(255,255,255,.7); }
a { color: var(--color-primary); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { list-style: none; }

.container { width: 100%; max-width: var(--container-max); margin-inline: auto; padding-inline: 1.5rem; }

/* == Screen reader only utility == */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.btn-primary {
    display: inline-block;
    background: var(--color-navy);
    color: var(--color-white);
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 600;
/* == 2-5. LAYOUT, NAVIGATION, HERO, ABOUT, TEASER, FOOTER == */
    border-radius: var(--radius-pill);
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 4px 14px rgba(27,58,92,.3);
}
.btn-primary:hover { background: var(--color-gold); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,124,.5); text-decoration: none; }
.btn-primary:active { transform: translateY(0); }
.btn-primary--sm { font-size: .875rem; padding: .5rem 1.25rem; }

.site-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(27,58,92,.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.site-nav__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.site-nav__brand { display: flex; align-items: center; gap: .5rem; color: var(--color-white); font-weight: 700; font-size: 1rem; text-decoration: none; letter-spacing: -.01em; }
.site-nav__brand:hover { text-decoration: none; color: var(--color-white); }
.site-nav__logo-img { height: 80px; width: auto; }
.site-nav__emoji { font-size: 1.3rem; }
.site-nav__links { display: flex; align-items: center; gap: 1.75rem; }
.site-nav__link { color: rgba(255,255,255,.75); font-size: .9375rem; font-weight: 500; transition: color .2s; text-decoration: none; }
.site-nav__link:hover { color: var(--color-white); text-decoration: none; }
.site-nav__toggle { display: none; flex-direction: column; justify-content: space-between; width: 26px; height: 18px; background: none; border: none; cursor: pointer; padding: 0; }
.site-nav__toggle span { display: block; height: 2px; width: 100%; background: var(--color-white); border-radius: 2px; transition: transform .25s, opacity .25s; }

/* (legacy .hero classes removed — replaced by .block-hero) */

/* == BLOCK HERO — Paper-cut wave frame == */
.block-hero {
    min-height: 100vh;
    background: #5B7FA5;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    padding-top: 64px; /* clear fixed nav */
    isolation: isolate;
}
.block-hero__blob {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0; overflow: hidden; pointer-events: none;
}
.block-hero__content {
    flex: 1; display: flex; align-items: center; justify-content: center;
    text-align: center; padding: 2.5rem 1.5rem 18vh;
    position: relative; z-index: 5;
    color: #fff;
}
.block-hero__inner { max-width: 640px; margin: 0 auto; }
.block-hero__date {
    font-size: 0.8125rem; font-weight: 500;
    color: rgba(255,255,255,0.85); letter-spacing: .08em; text-transform: uppercase;
    margin-bottom: 1rem;
}
.block-hero__title {
    font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; color: #fff;
    line-height: 1.2; margin-bottom: 1rem;
}
.block-hero__subline {
    font-size: 1rem; color: rgba(255,255,255,0.8); line-height: 1.7;
    max-width: 520px; margin: 0 auto 1.5rem;
}
.block-hero__early-bird {
    font-size: 0.8125rem; color: rgba(255,255,255,0.6);
    margin-bottom: 1rem;
}
.block-hero__ctas {
    display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap;
    margin-top: 1.5rem;
}
@media (max-width: 768px) {
    .site-header__nav { display: none; }
    .block-hero__title { font-size: clamp(1.5rem, 6vw, 2.25rem); }
    .block-hero__ctas { flex-direction: column; align-items: center; }
}

/* (legacy .about-section, .teaser-section, .placeholder-pill removed) */

.site-footer { background: var(--color-navy-deep); color: rgba(255,255,255,.4); font-size: .875rem; padding: 2rem 1.5rem; text-align: center; }
.site-footer a { color: rgba(255,255,255,.6); }
.site-footer a:hover { color: var(--color-white); }
.site-footer__links { margin-top: .5rem; }
.site-footer__links a, .site-footer__sep { margin: 0 .35rem; }
.site-footer__sep { color: rgba(255,255,255,.3); }

/* == 6. SPEAKER GRID & CARDS == */
/* Speaker & track palette vars */
:root {
    --color-blue:  #3b82f6;
    --color-sand:  #c9a96e;
    --color-speaker-bg:    #F5F0E8;
    --color-speaker-hero1: #1B3A5C;
    --color-speaker-hero2: #0F2640;
    --color-speaker-hero3: #4A87B8;
    --color-track-code:        #dbeafe;
    --color-track-code-text:   #1e40af;
    --color-track-comm:        #d1fae5;
    --color-track-comm-text:   #065f46;
    --color-track-creat:       #fef3c7;
    --color-track-creat-text:  #92400e;
}



.speaker-list-hero {
    background: linear-gradient(135deg, var(--color-speaker-hero1) 0%, var(--color-speaker-hero2) 55%, var(--color-speaker-hero3) 100%);
    color: var(--color-white); padding: 7rem 1.5rem 0; text-align: center; position: relative; overflow: hidden;
}
.speaker-list-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 50% 35%, rgba(74,135,184,.15) 0%, transparent 70%); pointer-events: none; }
.speaker-list-hero__badge { position: relative; display: inline-block; background: rgba(255,255,255,.12); color: #bfdbfe; font-size: .8125rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .35rem 1rem; border-radius: var(--radius-pill); border: 1px solid rgba(255,255,255,.2); margin-bottom: 1.25rem; }
.speaker-list-hero__heading { position: relative; font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 700; letter-spacing: -.025em; margin-bottom: 1rem; }
.speaker-list-hero__intro { position: relative; font-size: clamp(1rem, 2vw, 1.1875rem); color: rgba(255,255,255,.72); max-width: 600px; margin-inline: auto; line-height: 1.65; margin-bottom: 2rem; }
.speaker-list-hero__wave { display: block; line-height: 0; margin-top: 2rem; }
.speaker-list-hero__wave svg { width: 100%; height: 80px; display: block; }

.speaker-list-coming-soon { text-align: center; font-size: 1.0625rem; color: var(--color-text-muted); margin: 2.5rem auto 1.5rem; max-width: 560px; line-height: 1.65; }

.speakers-section { padding: var(--section-pad); background: var(--color-speaker-bg); }

.speaker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; margin-top: 2.5rem; }
.speaker-grid--placeholder { opacity: .65; pointer-events: none; }

.speaker-card {
    background: var(--color-white); border-radius: 1rem; box-shadow: 0 2px 12px rgba(0,0,0,.07);
    padding: 2rem 1.5rem 1.5rem; display: flex; flex-direction: column; align-items: center; text-align: center;
    text-decoration: none; color: var(--color-text); border: 1px solid rgba(0,0,0,.05);
    transition: transform .22s ease, box-shadow .22s ease; cursor: pointer; gap: .5rem;
}
.speaker-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(27,58,92,.15); text-decoration: none; color: var(--color-text); }
.speaker-card--placeholder { cursor: default; opacity: .72; }
.speaker-card--placeholder:hover { transform: none; box-shadow: 0 2px 12px rgba(0,0,0,.07); }

.speaker-card__avatar { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; border: 3px solid var(--color-sand); background: var(--color-light-bg-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-bottom: .5rem; }
.speaker-card__avatar img { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; }
.speaker-card__initials { font-size: 2.25rem; font-weight: 700; color: var(--color-navy); text-transform: uppercase; line-height: 1; }
.speaker-card__name { font-size: 1.0625rem; font-weight: 700; letter-spacing: -.01em; margin: 0; color: var(--color-text); line-height: 1.3; }
.speaker-card__meta { font-size: .875rem; color: var(--color-text-muted); line-height: 1.45; margin: 0; }
.speaker-card__title { font-size: .9rem; color: var(--color-text-muted); }
.speaker-card__company { font-size: .85rem; color: var(--color-text-muted); }

/* == 7. SPEAKER DETAIL PAGE == */

.speaker-detail-hero { background: linear-gradient(135deg, #0f1729 0%, #1a2744 100%); padding: 6rem 0 3rem; position: relative; }
.speaker-detail-hero .container { position: relative; }
.speaker-detail-hero .back-link { display: inline-block; color: rgba(255,255,255,.65); text-decoration: none; font-size: .9rem; font-weight: 500; margin-bottom: 1rem; transition: color .2s; }
.speaker-detail-hero .back-link:hover { color: #fff; }
.speaker-detail-hero__wave { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; }
.speaker-detail-hero__wave svg { width: 100%; height: 80px; display: block; }

.speaker-detail-section { padding: 3rem 0 5rem; background: #f8f8ff; }
.speaker-detail { display: grid; grid-template-columns: 280px 1fr; gap: 3.5rem; align-items: start; }
.speaker-detail__sidebar { display: flex; flex-direction: column; align-items: center; gap: 1.25rem; text-align: center; }
.speaker-detail__avatar { width: 220px; height: 220px; border-radius: 50%; overflow: hidden; border: 4px solid var(--color-steel-blue); background: #e8e8f0; display: flex; align-items: center; justify-content: center; }
.speaker-detail__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.speaker-detail__initials { font-size: 4rem; font-weight: 700; color: var(--color-steel-blue); text-transform: uppercase; opacity: .5; }
.speaker-detail__identity { text-align: center; }
.speaker-detail__name { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; letter-spacing: -.025em; color: #1a1a2e; margin-bottom: .35rem; }
.speaker-detail__tagline { font-size: 1rem; color: #666; margin-bottom: 0; }
.speaker-detail__socials { display: flex; flex-direction: column; gap: .5rem; width: 100%; }
.social-link { display: flex; align-items: center; justify-content: space-between; padding: .6rem 1rem; border-radius: .5rem; background: #fff; border: 1px solid rgba(27,58,92,.15); color: var(--color-navy); font-size: .9rem; font-weight: 500; text-decoration: none; transition: background .2s, border-color .2s; }
.social-link:hover { background: rgba(27,58,92,.06); border-color: rgba(27,58,92,.35); text-decoration: none; }
.social-link__handle { font-size: .8125rem; color: var(--color-text-muted); }
.social-link__arrow  { opacity: .55; }

.speaker-detail__content { display: flex; flex-direction: column; gap: 2.5rem; }
.speaker-detail__bio { color: #333; line-height: 1.75; font-size: 1.05rem; margin-bottom: 2.5rem; }
.speaker-detail__bio p { margin-bottom: 1rem; }
.speaker-detail__bio p:last-child { margin-bottom: 0; }
.speaker-detail__sessions-title { font-size: 1.375rem; font-weight: 700; color: #1a1a2e; margin-bottom: 1.25rem; }
.speaker-detail-section .session-card { margin-bottom: 0; }

/* == 8. SPEAKERS CAROUSEL (Homepage) == */
.speakers-carousel {
    padding: 2.5rem 0;
    position: relative;
    overflow: hidden;
}
.speakers-carousel__inner {
    position: relative;
    z-index: 1;
}
.speakers-carousel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
}
.speakers-carousel__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-white, #fff);
    margin: 0;
}
.speakers-carousel__nav {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-shrink: 0;
}
.speakers-carousel__link {
    font-size: .9rem;
    font-weight: 600;
    color: var(--color-white, #fff);
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .2s;
}
.speakers-carousel__link:hover {
    opacity: .8;
    text-decoration: none;
    color: var(--color-white, #fff);
}
.speakers-carousel__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .4);
    background: transparent;
    color: var(--color-white, #fff);
    cursor: pointer;
    transition: border-color .2s, background .2s, opacity .2s;
    padding: 0;
}
.speakers-carousel__arrow:hover:not(:disabled) {
    border-color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .1);
}
.speakers-carousel__arrow:disabled {
    opacity: .3;
    cursor: default;
}

/* Scrollable track */
.speakers-carousel__track-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -.5rem;
    padding: 0 .5rem;
}
.speakers-carousel__track-wrapper::-webkit-scrollbar { display: none; }
.speakers-carousel__track {
    display: flex;
    gap: 1.5rem;
}

/* Card */
.speakers-carousel__card {
    flex: 0 0 220px;
    background: var(--color-white, #fff);
    border-radius: 1rem;
    overflow: hidden;
    text-decoration: none;
    color: var(--color-text, #1a1a2e);
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}
.speakers-carousel__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    text-decoration: none;
    color: var(--color-text, #1a1a2e);
}

/* Photo */
.speakers-carousel__photo {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--color-light-bg-2, #e8e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.speakers-carousel__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.speakers-carousel__initials {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-navy, #1B3A5C);
    text-transform: uppercase;
    opacity: .35;
}

/* Info below photo */
.speakers-carousel__info {
    padding: .875rem 1rem 1rem;
}
.speakers-carousel__name {
    font-size: .9375rem;
    font-weight: 700;
    color: var(--color-text, #1a1a2e);
    margin: 0 0 .15rem;
    line-height: 1.3;
}
.speakers-carousel__category {
    font-size: .8125rem;
    color: var(--color-text-muted, #6B7280);
    margin: 0;
    line-height: 1.3;
}

.speakers-carousel__empty {
    color: rgba(255, 255, 255, .7);
    font-size: 1.1rem;
    padding: 3rem 0;
    text-align: center;
}

@media (max-width: 640px) {
    .speakers-carousel { padding: 2.5rem 0; }
    .speakers-carousel__header { flex-wrap: wrap; }
    .speakers-carousel__card { flex: 0 0 180px; }
    .speakers-carousel__track { gap: 1rem; }
}


/* == 9. SCHEDULE & SESSION CARDS == */

/* ---- Section wrapper ---- */
.schedule-section {
    padding: var(--section-pad);
    background: var(--color-navy);          /* #1B3A5C dark blue */
    color: var(--color-white);
    min-height: 60vh;
}

/* ---- Heading ---- */
.schedule-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.schedule-heading {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--color-white);
    letter-spacing: -0.02em;
}

/* ---- Empty state ---- */
.schedule-empty {
    text-align: center;
    padding: 4rem 1rem;
    color: rgba(255,255,255,.7);
}
.schedule-empty__icon { font-size: 3rem; margin-bottom: 1rem; }
.schedule-empty h2 { color: var(--color-white); font-size: 1.5rem; margin-bottom: .75rem; }

/* ---- Day tabs ---- */
.schedule-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}
.schedule-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1.5rem;
    border-radius: var(--radius-pill);
    border: 2px solid rgba(255,255,255,.3);
    background: transparent;
    color: rgba(255,255,255,.75);
    font-family: var(--font-sans);
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.schedule-tab:hover,
.schedule-tab:focus-visible {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.6);
    color: var(--color-white);
    outline: none;
}
.schedule-tab--active {
    background: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-navy);
}

/* ---- Day label ---- */
.schedule-day__label {
    text-align: center;
    font-size: .875rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: 2rem;
}

/* ---- Timeline container ---- */
.schedule-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    max-width: 900px;
    margin-inline: auto;
}

/* Vertical connector line on the left */
.schedule-timeline::before {
    content: '';
    position: absolute;
    left: 72px;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: rgba(255,255,255,.15);
    pointer-events: none;
}

/* ---- Timeline row ---- */
.schedule-timeline__row {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding-bottom: 1.25rem;
    position: relative;
}

/* ---- Time column ---- */
.schedule-timeline__time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 1rem;
    gap: .35rem;
    position: relative;
}
.schedule-time-label {
    font-size: .875rem;
    font-weight: 600;
    color: rgba(255,255,255,.65);
    font-variant-numeric: tabular-nums;
    letter-spacing: .02em;
    line-height: 1;
}

/* Dot on the timeline */
.schedule-timeline__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-gold);
    border: 2px solid var(--color-navy);
    position: absolute;
    right: -10px;
    top: 1rem;
    z-index: 1;
    box-shadow: 0 0 0 2px rgba(201,168,124,.35);
}

/* ---- Session card ---- */
.schedule-card {
    background: var(--color-white);
    border-radius: .875rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
    gap: .875rem;
    transition: transform .15s ease, box-shadow .15s ease;
}
.schedule-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,.22);
}

/* Service sessions (breaks, doors open, etc.) */
.schedule-card--service {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: none;
}
.schedule-card--service:hover {
    transform: none;
    box-shadow: none;
}
.schedule-card--service .schedule-card__title {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    font-weight: 500;
}
.schedule-card--service .schedule-card__meta .schedule-card__time {
    color: rgba(255,255,255,.45);
}

/* Plenum/keynote cards get a gold left border */
.schedule-card--plenum {
    border-left: 4px solid var(--color-gold);
}

/* ---- Card internals ---- */
.schedule-card__body { flex: 1; }
.schedule-card__meta { margin-bottom: .4rem; }
.schedule-card__time {
    font-size: .8rem;
    font-weight: 600;
    color: var(--color-steel-blue);
    letter-spacing: .04em;
    font-variant-numeric: tabular-nums;
}
.schedule-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-navy);
    line-height: 1.35;
    margin-bottom: .375rem;
}
.schedule-card__desc {
    font-size: .9rem;
    color: var(--color-text-muted);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* ---- Speakers ---- */
.schedule-card__speakers {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    padding-top: .75rem;
    border-top: 1px solid var(--color-border-warm);
}
.schedule-speaker {
    display: flex;
    align-items: center;
    gap: .625rem;
}
.schedule-speaker__photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color-border-warm);
    flex-shrink: 0;
}
.schedule-speaker__photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-navy);
    color: var(--color-white);
    font-weight: 700;
    font-size: 1rem;
}
.schedule-speaker__info {
    display: flex;
    flex-direction: column;
    gap: .1rem;
}
.schedule-speaker__name {
    font-size: .9rem;
    font-weight: 600;
    color: var(--color-navy);
    line-height: 1.2;
}
.schedule-speaker__role {
    font-size: .8rem;
    color: var(--color-text-muted);
    line-height: 1.3;
}

/* ---- Day hidden state ---- */
.schedule-day--hidden { display: none; }

/* == 10. BLOCK COMPONENTS == */
/* --- Section Header (shared) --- */
.section-header {
    text-align: left;
    margin-bottom: 3rem;
}
.section-header__title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text);
}

/* --- Hero CTA group --- */
.hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
}
.btn-secondary {
    display: inline-block;
    background: transparent;
    color: var(--color-white);
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 600;
    padding: .8rem 2rem;
    border-radius: var(--radius-pill);
    border: 2px solid rgba(255,255,255,.5);
    cursor: pointer;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease;
}
.btn-secondary:hover { border-color: var(--color-white); background: rgba(255,255,255,.08); text-decoration: none; }

/* --- Speakers Section --- */
.speakers-section { padding: var(--section-pad); background: var(--color-dark-bg); }
.speakers-section .section-header__title { color: var(--color-white); }

/* --- Schedule Section (Screenshot-matched redesign) --- */
.schedule { padding: 2.5rem 0; }
.schedule__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    gap: 1rem;
}
.schedule__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.schedule__empty { color: rgba(255,255,255,.6); font-size: 1rem; text-align: center; }
.schedule__announced-hint {
    color: rgba(255,255,255,.7);
    font-size: .875rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

/* Day tabs — segmented pill bar aligned right of heading */
.schedule__tabs {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.12);
    border-radius: 2rem;
    padding: .2rem;
    gap: 0;
}
.schedule__tab {
    padding: .45rem 1.1rem;
    border-radius: 2rem;
    border: none;
    background: transparent;
    color: rgba(255,255,255,.65);
    font-size: .8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    position: relative;
}
.schedule__tab--sep::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: rgba(255,255,255,.25);
}
.schedule__tab:hover { color: #fff; }
.schedule__tab--active {
    background: rgba(255,255,255,.92);
    color: var(--color-navy, #1B3A5C);
    font-weight: 700;
}
.schedule__tab--active::after { display: none; }

/* Period filter (Vormittags / Nachmittags) */
.schedule__period-filter {
    display: flex;
    justify-content: center;
    gap: .375rem;
    margin-bottom: 1.5rem;
}
.schedule__period-btn {
    padding: .35rem 1rem;
    border-radius: 2rem;
    border: 1px solid rgba(255,255,255,.15);
    background: transparent;
    color: rgba(255,255,255,.5);
    font-size: .75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
}
.schedule__period-btn:hover {
    color: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,.3);
}
.schedule__period-btn--active {
    background: rgba(255,255,255,.15);
    color: #fff;
    border-color: rgba(255,255,255,.3);
}

/* Timeline container — stacked rows with gaps */
.schedule__timeline {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    max-width: 820px;
    margin: 0 auto;
}

/* Session row — 3-column grid: time | line | card */
.schedule__row {
    display: grid;
    grid-template-columns: 64px 24px 1fr;
    gap: 0;
    align-items: center;
    min-height: 64px;
}
.schedule__row--service { opacity: .7; }

/* Time — outside on the left, white on dark bg */
.schedule__time {
    font-size: 1.25rem;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    font-variant-numeric: tabular-nums;
    text-align: right;
    padding-right: .5rem;
    white-space: nowrap;
}
.schedule__row--announced .schedule__time {
    font-size: 1rem;
    color: rgba(255,255,255,.45);
    font-weight: 600;
}

/* Vertical line column with dot */
.schedule__line {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: stretch;
}
.schedule__line::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(255,255,255,.2);
    transform: translateX(-50%);
}
.schedule__row:first-child .schedule__line::before { top: 50%; }
.schedule__row:last-child .schedule__line::before { bottom: 50%; }
.schedule__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d4943a;
    border: 2px solid rgba(255,255,255,.3);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.schedule__row--service .schedule__dot {
    background: rgba(255,255,255,.35);
    border-color: rgba(255,255,255,.15);
}
.schedule__row--announced .schedule__dot {
    background: rgba(255,255,255,.3);
    border-color: rgba(255,255,255,.15);
}

/* White card — individual per row, separated */
.schedule__card {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    border-radius: .75rem;
    padding: .875rem 1.25rem;
    margin-left: .75rem;
}
.schedule__row--multi .schedule__card {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.schedule__row--multi .schedule__session {
    flex: 1 1 240px;
    min-width: 0;
}

/* Individual session — vertically centered */
.schedule__session {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 1;
}
.schedule__session-body {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    min-width: 0;
    flex: 1;
}
.schedule__title {
    font-size: .875rem;
    font-weight: 700;
    color: var(--color-navy, #1B3A5C);
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: 1.3;
}
.schedule__desc {
    font-size: .75rem;
    color: #6b7b8d;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Speaker info — right side, vertically centered */
.schedule__speakers {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex-shrink: 0;
}
.schedule__speaker {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.schedule__speaker-photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(0,0,0,.08);
}
.schedule__speaker-info {
    display: flex;
    flex-direction: column;
}
.schedule__speaker-name {
    font-size: .75rem;
    font-weight: 600;
    color: var(--color-navy, #1B3A5C);
    white-space: nowrap;
}

/* Hidden panel utility */
.schedule__panel.hidden { display: none; }

/* Responsive */
@media (max-width: 600px) {
    .schedule__header { flex-direction: column; align-items: flex-start; }
    .schedule__row { grid-template-columns: 48px 20px 1fr; min-height: 56px; }
    .schedule__time { font-size: 1rem; }
    .schedule__card { padding: .75rem 1rem; margin-left: .5rem; }
    .schedule__session { flex-direction: column; align-items: flex-start; gap: .5rem; }
    .schedule__speakers { flex-direction: row; flex-wrap: wrap; }
    .schedule__period-filter { gap: .25rem; }
    .schedule__period-btn { padding: .3rem .75rem; font-size: .6875rem; }
}

/* --- Ticket Section --- */
.tickets-section { padding: 2.5rem 0; }
.tickets-section__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: 2.5rem;
    text-align: left;
}
.tickets-section__empty { text-align: center; color: var(--color-text-muted); }
.ticket-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
    align-items: start;
}
.ticket-card {
    position: relative;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(6px);
    border: 2px solid transparent;
    border-radius: 1.25rem;
    padding: 2.5rem 1.75rem 2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    transition: transform .2s, box-shadow .2s;
}
.ticket-card--highlight {
    border-color: var(--color-steel-blue);
    box-shadow: 0 6px 28px rgba(74, 135, 184, .18);
    transform: scale(1.03);
}
.ticket-card__badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-navy);
    color: var(--color-white);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .04em;
    padding: .3rem 1rem;
    border-radius: var(--radius-pill);
    white-space: nowrap;
    text-transform: uppercase;
}
.ticket-card__name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-navy);
    text-align: center;
}
.ticket-card__price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-navy);
    text-align: center;
}
.ticket-card__desc {
    font-size: .875rem;
    color: var(--color-text-muted);
    line-height: 1.6;
}
.ticket-card__features {
    list-style: none;
    padding: 0;
    margin: .5rem 0 0;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    flex: 1;
}
.ticket-card__features li {
    font-size: .875rem;
    color: var(--color-text-muted);
    padding-left: 1.25rem;
    position: relative;
    line-height: 1.5;
}
.ticket-card__features li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--color-steel-blue);
    font-weight: 700;
}
.ticket-card__btn {
    display: inline-block;
    margin-top: auto;
    padding: .7rem 1.5rem;
    background: var(--color-navy);
    color: var(--color-white);
    border-radius: var(--radius-pill);
    font-weight: 600;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    transition: background .2s;
    align-self: stretch;
}
.ticket-card__btn:hover { background: var(--color-steel-blue); text-decoration: none; color: var(--color-white); }

/* --- Testimonials Block --- */
.block-testimonials { padding: 2.5rem 0; }
.block-testimonials__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 2rem;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
.testimonial-card {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(6px);
    border-radius: 1rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: none;
    margin: 0;
}
.testimonial-card__quote {
    font-size: .9375rem;
    line-height: 1.65;
    color: var(--color-text);
    font-style: italic;
    margin: 0;
    flex: 1;
}
.testimonial-card__author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .75rem;
    margin-top: auto;
    padding-top: .75rem;
    border-top: 1px solid rgba(0,0,0,.06);
}
.testimonial-card__avatar {
    width: 44px; height: 44px; border-radius: 50%; overflow: hidden;
    background: var(--color-light-bg-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.testimonial-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-card__initials { font-size: 1rem; font-weight: 700; color: var(--color-navy); }
.testimonial-card__meta { display: flex; flex-direction: column; }
.testimonial-card__name { font-size: .875rem; font-weight: 700; color: var(--color-navy); font-style: normal; }
.testimonial-card__role { font-size: .8125rem; color: var(--color-text-muted); }

/* --- Blog Preview Block --- */
.block-blog-preview { padding: 3rem 0; }
.blog-preview__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.blog-preview__heading {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
}
.blog-preview__link {
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .2s;
}
.blog-preview__link:hover { opacity: .8; }
.blog-preview__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.blog-card {
    display: flex;
    flex-direction: column;
    border-radius: .875rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: rgba(255,255,255,.08);
    transition: transform .2s, box-shadow .2s;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.blog-card__image-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-card__accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 40%;
    background: var(--color-gold);
    opacity: .65;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}
.blog-card__body {
    padding: 1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    flex: 1;
}
.blog-card__date {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    opacity: .7;
}
.blog-card__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card__read {
    font-size: .8125rem;
    font-weight: 600;
    margin-top: auto;
    padding-top: .5rem;
    opacity: .8;
}

/* Blog cards text colors per band */
.on-blue .blog-card { background: rgba(255,255,255,.08); }
.on-blue .blog-card__date,
.on-blue .blog-card__title,
.on-blue .blog-card__read { color: #fff; }
.on-blue .blog-preview__heading { color: #fff; }
.on-blue .blog-preview__link { color: rgba(255,255,255,.9); }

.on-cream .blog-card { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.on-cream .blog-card__date { color: var(--color-text-muted); }
.on-cream .blog-card__title { color: var(--color-navy); }
.on-cream .blog-card__read { color: var(--color-primary); }

@media (max-width: 900px) {
    .blog-preview__grid { grid-template-columns: 1fr 1fr; }
    .blog-preview__grid .blog-card:nth-child(n+3) { display: none; }
}
@media (max-width: 600px) {
    .blog-preview__grid { grid-template-columns: 1fr; }
    .blog-preview__grid .blog-card:nth-child(n+3) { display: flex; }
    .blog-preview__header { flex-direction: column; align-items: flex-start; gap: .5rem; }
}

/* --- Stats Block --- */
.block-stats { padding: 2.5rem 0; }
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.25rem;
    width: 100%;
}
.stat-card {
    background: rgba(255,255,255,.95);
    border-radius: .875rem;
    padding: 1.75rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
}
.stat-card__value {
    display: block;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--color-navy);
    line-height: 1.1;
}
.stat-card__label {
    display: block;
    font-size: .75rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
}

/* Stats cards on cream band: subtle border instead of white-on-white */
.on-cream .stat-card { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.on-blue .stat-card__value { color: var(--color-navy); }
.on-dark .stat-card { background: rgba(255,255,255,.9); }

@media (max-width: 600px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
    .stat-card { padding: 1.25rem .75rem; }
}

/* --- FAQ Block --- */
.block-faq { padding: 3rem 0; }
.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 3rem;
    align-items: start;
}
.faq-layout__heading {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--color-navy);
    line-height: 1.15;
    margin: 0 0 1rem;
}
.faq-layout__subtitle {
    font-size: .9375rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.5;
}
.faq-layout__subtitle a { color: var(--color-navy); text-decoration: none; font-weight: 600; }
.faq-layout__subtitle a:hover { text-decoration: underline; }
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.faq-item {
    background: #fff;
    border-radius: .75rem;
    border: 2px solid transparent;
    transition: border-color .2s;
}
.faq-item[open] { border-color: var(--color-navy); }
.faq-item__question {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1rem 1.25rem; cursor: pointer; font-weight: 600; font-size: .9375rem;
    color: var(--color-navy); list-style: none;
}
.faq-item__question::-webkit-details-marker { display: none; }
.faq-item__chevron { transition: transform .2s; flex-shrink: 0; color: var(--color-text-muted); }
.faq-item[open] .faq-item__chevron { transform: rotate(180deg); }
.faq-item__answer { padding: 0 1.25rem 1rem; font-size: .875rem; color: var(--color-text-muted); line-height: 1.7; }
.faq-item__answer p { margin: 0; }

@media (max-width: 768px) {
    .faq-layout { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* FAQ on blue band */
.on-blue .faq-layout__heading { color: #fff; }
.on-blue .faq-layout__subtitle { color: rgba(255,255,255,.65); }
.on-blue .faq-layout__subtitle a { color: #fff; }
.on-blue .faq-item { background: rgba(255,255,255,.95); }
.on-blue .faq-item[open] { background: #fff; }

/* --- CTA Banner Block --- */
.block-cta-banner {
    padding: 2.5rem 0;
    text-align: left;
}
.block-cta-banner__heading {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 1.5rem;
}
.block-cta-banner__btn {
    display: inline-block;
    padding: .875rem 2.5rem;
    background: var(--color-gold);
    color: var(--color-navy);
    font-weight: 700;
    font-size: 1rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: background .2s, transform .15s;
    box-shadow: 0 4px 16px rgba(201,168,124,.4);
}
.block-cta-banner__btn:hover {
    background: #b8943e;
    transform: translateY(-2px);
    text-decoration: none;
    color: var(--color-navy);
}

/* --- Footer Block --- */
.block-footer {
    padding: 3rem 0 1.5rem;
    color: rgba(255, 255, 255, .7);
    font-size: .875rem;
}
.block-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.block-footer__brand { font-weight: 700; font-size: 1rem; color: var(--color-white); margin-bottom: .5rem; }
.block-footer__desc { color: rgba(255,255,255,.5); line-height: 1.6; }
.block-footer__heading { font-weight: 700; font-size: .8125rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .75rem; }
.block-footer__links { display: flex; flex-direction: column; gap: .4rem; }
.block-footer__links a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
.block-footer__links a:hover { color: var(--color-white); }
.block-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; text-align: center; color: rgba(255,255,255,.4); font-size: .8125rem; }
@media (max-width: 768px) {
    .block-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .block-footer__grid { grid-template-columns: 1fr; }
}

/* --- Venue Teaser Section --- */
.venue-section { padding: var(--section-pad); background: var(--color-light-bg-2); }

.venue-teaser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-top: 2rem;
}

.venue-teaser__visual { display: flex; flex-direction: column; gap: 1.5rem; }

.venue-teaser__photo-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(27, 58, 92, .12);
}
.venue-teaser__photo {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.venue-teaser__photo-wrap:hover .venue-teaser__photo {
    transform: scale(1.03);
}

.venue-teaser__map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(27, 58, 92, .08);
}
.venue-teaser__map iframe { border-radius: 16px; display: block; }

.venue-teaser__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.venue-teaser__name {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-navy);
    line-height: 1.2;
}

.venue-teaser__address {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-style: normal;
    font-size: .95rem;
    color: var(--color-text-muted);
}
.venue-teaser__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--color-gold);
}

.venue-teaser__desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-text);
}

.venue-teaser__highlights {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin: .5rem 0;
}
.venue-teaser__highlights li {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-size: .95rem;
    font-weight: 500;
    color: var(--color-navy);
}
.venue-teaser__highlights svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--color-gold);
}

.venue-teaser__cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: .5rem;
    padding: .875rem 2rem;
    background: var(--color-gold);
    color: var(--color-navy);
    font-weight: 700;
    font-size: 1rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: background .2s, transform .15s;
    box-shadow: 0 4px 16px rgba(201, 168, 124, .35);
    width: fit-content;
}
.venue-teaser__cta:hover {
    background: #b8943e;
    transform: translateY(-2px);
    text-decoration: none;
    color: var(--color-navy);
}
.venue-teaser__cta svg {
    width: 18px;
    height: 18px;
    transition: transform .2s;
}
.venue-teaser__cta:hover svg {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .venue-teaser { grid-template-columns: 1fr; gap: 2rem; }
    .venue-teaser__visual { order: 2; }
    .venue-teaser__info { order: 1; }
}

/* --- Sponsors Section --- */
/* == SPONSORS == */
/* -- Sponsors Block -- */
.block-sponsors { padding: 2.5rem 0; }
.block-sponsors__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
}
.block-sponsors__heading {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--color-navy);
    margin: 0;
}
.block-sponsors__view-all {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .9rem;
    font-weight: 600;
    color: var(--color-navy);
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .2s;
}
.block-sponsors__view-all:hover { opacity: .7; }
.block-sponsors__view-all svg { transition: transform .2s; }
.block-sponsors__view-all:hover svg { transform: translateX(3px); }
.section-heading { font-size: 2rem; font-weight: 700; color: var(--color-navy); letter-spacing: 0.05em; text-transform: uppercase; }
.section-subheading { font-size: 1rem; color: var(--color-muted-dark); margin-top: .5rem; }
.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.sponsor-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    min-height: 100px;
    text-decoration: none;
    color: var(--color-navy);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: transform .2s, box-shadow .2s;
}
.sponsor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    text-decoration: none;
}
.sponsor-card img {
    max-height: 48px;
    max-width: 120px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter .2s;
}
.sponsor-card:hover img { filter: grayscale(0%); }
.sponsor-card__text { font-weight: 600; font-size: .9rem; }
.sponsor-card--placeholder { opacity: .4; cursor: default; }

@media (max-width: 768px) {
    .sponsors-grid { grid-template-columns: repeat(2, 1fr); }
    .block-sponsors__header { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
    .sponsors-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
    .sponsor-card { min-height: 80px; padding: 1rem .75rem; }
}

/* -- Target Audience Block -- */
.block-audience { padding: 2.5rem 0; text-align: left; }
.block-audience__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: 2.5rem;
}
.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}
.audience-card {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(6px);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}
.audience-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    background: rgba(27, 58, 92, .08);
    border-radius: 50%;
    color: var(--color-navy);
}
.audience-card__icon svg { width: 28px; height: 28px; }
.audience-card__title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: .5rem;
}
.audience-card__desc {
    font-size: .875rem;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* == 11. TRACK PILLS == */
.track-pill { display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: .25rem .75rem; border-radius: 2rem; margin-bottom: .75rem; }
.track-pill--code       { background: var(--color-navy); color: #fff; }
.track-pill--community  { background: var(--color-steel-blue); color: #fff; }
.track-pill--creativity { background: var(--color-gold); color: #fff; }

/* == 12. RESPONSIVE OVERRIDES == */

@media (max-width: 768px) {
    /* schedule responsive */
    .schedule-timeline::before { left: 56px; }
    .schedule-timeline__row { grid-template-columns: 68px 1fr; gap: .75rem; }
    .schedule-timeline__dot { right: -9px; }
    .schedule-card { padding: 1rem 1.125rem; }
    .schedule-card__title { font-size: 1rem; }
    .schedule-card__speakers { flex-direction: column; gap: .5rem; }

    .site-nav__toggle { display: flex; }
    .site-nav__links { display: none; flex-direction: column; align-items: flex-start; gap: 0; position: absolute; top: 64px; left: 0; right: 0; background: rgba(27,58,92,.99); border-bottom: 1px solid rgba(255,255,255,.08); padding: 1rem 1.5rem 1.5rem; }
    .site-nav__links--open { display: flex; }
    .site-nav__link { padding: .65rem 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.06); }
    .site-nav__links .btn-primary { margin-top: .75rem; width: 100%; text-align: center; }
    .speaker-detail { grid-template-columns: 1fr; gap: 2rem; }
    .speaker-detail__sidebar { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
    .speaker-detail__avatar { width: 160px; height: 160px; }
    .venue-layout { grid-template-columns: 1fr; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .speaker-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) { .speaker-grid { grid-template-columns: 1fr; } }

/* (legacy .lineup-grid and .program-item responsive rules removed) */

/* ============================================================
   HERO SECTION — v2 (feat/hero-section)
   Card-based countdown, sticky nav, accessibility upgrades
   ============================================================ */

/* == Skip link == */
.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 1000;
    background: #1a3352;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 0 0 6px 6px;
    font-weight: 600;
    text-decoration: none;
    transition: top .2s;
}
.skip-link:focus {
    top: 0;
}

/* == Site header (sticky, always semi-transparent) == */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(20, 41, 69, .55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 2rem;
}
.site-header__logo {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 700;
}
.site-header__logo-text { color: #fff; font-size: 1rem; }
.site-header__logo-img  { height: 80px; width: auto; }
.site-header__nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.site-header__nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: .9375rem;
    transition: opacity .15s;
    display: none; /* temporarily hidden */
}
.site-header__nav-link:hover,
.site-header__nav-link:focus-visible { opacity: .8; text-decoration: underline; }
.site-header__cta,
.site-header__nav .site-header__cta { margin-left: .5rem; display: none; /* temporarily hidden */ }
/* Nav CTA is always ghost/outlined — override btn--primary color if present */
.site-header__cta.btn--primary,
.site-header__nav .btn--primary {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.6);
}
.site-header__cta.btn--primary:hover,
.site-header__nav .btn--primary:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff;
    color: #fff;
}
.site-header__toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: .5rem;
}
.site-header__toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .2s, opacity .2s;
}
/* Scrolled state — intentionally removed (header stays transparent at all times) */

/* == Countdown cards — individual digit boxes with colon separators == */
/* Design: each digit in its own box, groups separated by ":", labels below group */
.block-hero__countdown {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: .5rem;
    margin: 1.25rem 0 1.5rem;
    flex-wrap: nowrap;
}
/* Group = two digit boxes + label below */
.countdown-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
}
.countdown-group__digits {
    display: flex;
    gap: .25rem;
}
/* Individual digit box */
.countdown-digit {
    background: #0a1a2e;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    width: 44px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.05);
    font-size: 1.75rem;
    font-weight: 700;
    color: #F5F0E8;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    line-height: 1;
    font-family: 'Courier New', monospace;
}
/* Colon separator between groups */
.countdown-colon {
    font-size: 1.75rem;
    font-weight: 700;
    color: rgba(255,255,255,.6);
    line-height: 1;
    align-self: flex-start;
    padding-top: .25rem;
    margin-bottom: 1.375rem;
}
/* Group label (Tage / Mon / Woch / Sek) */
.countdown-group__label {
    display: block;
    font-size: .6875rem;
    font-weight: 600;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
}
/* Legacy countdown-card kept for JS compatibility */
.countdown-card {
    display: none;
}
.countdown-card__number {
    display: none;
}
.countdown-card__label {
    display: none;
}
/* Flip animation on digit change */
@keyframes countdown-flip {
    0%   { transform: translateY(-6px); opacity: 0; }
    100% { transform: translateY(0);    opacity: 1; }
}
.countdown-card__number--flip {
    animation: countdown-flip .2s ease-out forwards;
}
.countdown-digit--flip {
    animation: countdown-flip .2s ease-out forwards;
}

/* == CTA button variants == */
.btn--primary {
    display: inline-block;
    background: #C9A87C;
    color: #fff;
    border: 2px solid #C9A87C;
    padding: .75rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background .2s, border-color .2s;
    cursor: pointer;
}
.btn--primary:hover,
.btn--primary:focus-visible {
    background: #b8956a;
    border-color: #b8956a;
    text-decoration: none;
    color: #fff;
}

/* Hero context: BOTH CTAs are outline/ghost buttons (transparent bg, white border)
   Design Analysis: target screenshot shows both hero buttons as bordered outline only */
.btn--primary.btn--hero {
    background: transparent;
    border-color: rgba(255,255,255,0.85);
    color: #fff;
}
.btn--primary.btn--hero:hover,
.btn--primary.btn--hero:focus-visible {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
}
.btn--secondary {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: .75rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background .2s;
    cursor: pointer;
}
.btn--secondary:hover,
.btn--secondary:focus-visible {
    background: rgba(255,255,255,.1);
    text-decoration: none;
    color: #fff;
}
.btn--sm { padding: .4rem 1.25rem; font-size: .875rem; }

/* Focus indicators */
.btn--primary:focus-visible,
.btn--secondary:focus-visible,
.site-header__nav-link:focus-visible,
.site-header__logo:focus-visible,
.skip-link:focus {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

/* == Reduced motion == */
@media (prefers-reduced-motion: reduce) {
    .countdown-card__number--flip { animation: none; }
    .countdown-digit--flip { animation: none; }
    .site-header { transition: none; }
    html { scroll-behavior: auto; }
}

/* == Mobile hero responsive == */
@media (max-width: 639px) {
    .site-header__toggle { display: none; /* hidden while nav links are hidden */ }
    .site-header__nav {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #1a3352;
        border-bottom: 1px solid rgba(255,255,255,.08);
        padding: 1rem 1.5rem 1.5rem;
    }
    .site-header__nav--open { display: flex; }
    .site-header__nav-link {
        padding: .65rem 0;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.06);
        display: none; /* temporarily hidden */
    }
    .site-header__cta {
        margin-left: 0;
        margin-top: .75rem;
        width: 100%;
        text-align: center;
        display: none; /* temporarily hidden */
    }
    .block-hero__ctas {
        flex-direction: column;
        align-items: center;
    }
    .block-hero__ctas .btn--primary,
    .block-hero__ctas .btn--secondary {
        width: 100%;
        text-align: center;
    }
    .countdown-digit { width: 34px; height: 44px; font-size: 1.25rem; }
    .block-hero__countdown { gap: .25rem; }
    .countdown-colon { font-size: 1.25rem; margin-bottom: 1.1rem; }
}

/* ==========================================
 * 13. Blog Post Page
 * ========================================== */
.page-blog-post { background: var(--c-sand); }

.blog-post__hero {
    position: relative;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}
.blog-post__hero-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.blog-post__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 40%,
        rgba(36, 74, 120, .35) 100%
    );
}

.blog-post__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

.blog-post__meta {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .75rem;
}
.blog-post__date {
    font-size: .8125rem;
    font-weight: 600;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
}
.blog-post__reading-time {
    font-size: .8125rem;
    font-weight: 500;
    color: var(--color-text-muted);
    opacity: .8;
}
.blog-post__meta .blog-post__date::after {
    content: "\00B7";
    margin-left: .75rem;
    color: var(--color-text-muted);
    opacity: .5;
}

.blog-post__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--color-navy);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.blog-post__excerpt {
    font-size: 1.125rem;
    line-height: 1.65;
    color: var(--color-text-muted);
    font-weight: 400;
    margin-bottom: 0;
}

.blog-post__divider {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, var(--color-gold), var(--b-mid));
    margin: 2rem 0;
    border-radius: 2px;
}

.blog-post__body { margin-bottom: 3rem; }

.blog-post__richtext h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-navy);
    line-height: 1.25;
    margin: 2.5rem 0 1rem;
}
.blog-post__richtext h2:first-child {
    margin-top: 0;
}
.blog-post__richtext h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-navy);
    margin: 2rem 0 .75rem;
}
.blog-post__richtext p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: 1.25rem;
}
.blog-post__richtext strong {
    color: var(--color-navy);
    font-weight: 700;
}
.blog-post__richtext ul,
.blog-post__richtext ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.blog-post__richtext ul { list-style-type: disc; }
.blog-post__richtext ol { list-style-type: decimal; }
.blog-post__richtext li {
    font-size: 1.0625rem;
    line-height: 1.75;
    margin-bottom: .4rem;
    color: var(--color-text);
}
.blog-post__richtext li::marker {
    color: var(--color-gold);
}
.blog-post__richtext a {
    color: var(--b-mid);
    text-decoration: underline;
    text-decoration-color: var(--color-gold);
    text-underline-offset: 2px;
    transition: color .2s;
}
.blog-post__richtext a:hover { color: var(--b-deep); }
.blog-post__richtext blockquote {
    border-left: 4px solid var(--color-gold);
    padding: .75rem 1.25rem;
    margin: 1.5rem 0;
    background: rgba(240, 232, 212, .5);
    border-radius: 0 .5rem .5rem 0;
}
.blog-post__richtext blockquote p {
    font-style: italic;
    color: var(--color-navy);
    margin-bottom: 0;
}

.blog-post__figure {
    margin: 2.5rem -1rem;
}
.blog-post__figure img {
    width: 100%;
    border-radius: .75rem;
}
.blog-post__figure figcaption {
    font-size: .8125rem;
    color: var(--color-text-muted);
    margin-top: .5rem;
    text-align: center;
    font-style: italic;
}

.blog-post__nav {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(36, 74, 120, .1);
}
.blog-post__back {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .9375rem;
    font-weight: 600;
    color: var(--b-mid);
    text-decoration: none;
    padding: .625rem 1.25rem;
    border: 2px solid var(--b-mid);
    border-radius: .5rem;
    transition: background .2s, color .2s;
}
.blog-post__back:hover {
    background: var(--b-mid);
    color: #fff;
}

@media (max-width: 600px) {
    .blog-post__hero-img { height: 240px; }
    .blog-post__container { padding: 1.5rem 1rem 3rem; }
    .blog-post__figure { margin-left: 0; margin-right: 0; }
    .blog-post__meta { flex-wrap: wrap; }
}

/* == Landing Page (Impressum, Datenschutz etc.) == */
.landing-page__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 6rem 2rem 4rem;
}
.landing-page__title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--color-heading, #1a3352);
}
.landing-page__body {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-body, #3a4a5c);
}
.landing-page__body h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 2.5rem 0 .75rem;
    color: var(--color-heading, #1a3352);
}
.landing-page__body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1.75rem 0 .5rem;
    color: var(--color-heading, #1a3352);
}
.landing-page__body p {
    margin-bottom: 1rem;
}
.landing-page__body a {
    color: var(--color-accent, #4676aa);
    text-decoration: underline;
}
.landing-page__body a:hover,
.landing-page__body a:focus-visible {
    color: var(--color-heading, #1a3352);
}
.landing-page__nav {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.landing-page__back {
    color: var(--color-accent, #4676aa);
    text-decoration: none;
    font-weight: 600;
    font-size: .9375rem;
}
.landing-page__back:hover,
.landing-page__back:focus-visible {
    text-decoration: underline;
}
