/* Custom Overrides für Vegan in Leipzig */
    @font-face {
        font-family: "Press Start 2P";
        src: url("../fonts/press-start-2p.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        font-display: block;
    }

    @font-face {
        font-family: "VT323";
        src: url("../fonts/vt323.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        font-display: block;
    }

    :root {
        --primary-color: #8bac0f;
        --secondary-color: #306230;
        --accent-color: #c6d84f;
        --police-yellow: #d9cb63;
        --background-color: #dfe8b0;
        --surface-color: #edf3c4;
        --surface-strong: #f6fad2;
        --shadow-color: #1a2612;
        --text-color: #15200f;
        --content-width: 62rem;
        --reading-width: 46rem;
    }

    body, html {
        background-color: var(--background-color) !important;
        margin: 0;
        padding: 0;
    }

    *, *::before, *::after {
        box-sizing: border-box;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    main, #main {
        background-color: var(--background-color) !important;
        width: 100%;
        max-width: none; /* Hebt Breitenbeschränkungen auf, falls vorhanden */
    }
    /* 1. Alles radikal auf Weiß setzen */
    html, body, #wrapper, #main, .main, #wrapper > .bg {
        background-color: var(--background-color) !important;
        background-image: none !important;
        background-attachment: scroll !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    /* 2. Den "is-preload" Effekt neutralisieren, falls er hängen bleibt */
    body.is-preload *, body.is-preload *:before, body.is-preload *:after {
        transition: none !important;
    }

    /* 3. Alle Texte auf Schwarz setzen */
    body, body * {
        color: var(--text-color) !important;
    }

    html {
        scroll-behavior: auto;
    }

    body {
        font-family: "VT323", monospace;
        font-size: 1.55rem;
        line-height: 1.2;
        background-image:
            linear-gradient(rgba(21, 32, 15, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(21, 32, 15, 0.05) 1px, transparent 1px);
        background-size: 18px 18px;
    }

    h1, h2, h3, h4, h5, h6,
    .hero-jumpnav a,
    .hero-kicker,
    .label,
    .badge-opt,
    summary,
    .generic-section h1 {
        font-family: "Press Start 2P", monospace;
        letter-spacing: 0.04em;
    }

    /* icons */
    .fa-solid, .fas {
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
    }

    .fa-brands, .fab {
        font-family: "Font Awesome 5 Brands" !important;
    }
    .main-logo {
        display: block;      /* Macht das Bild zum Block-Element */
        margin-left: auto;   /* Schiebt von links zur Mitte */
        margin-right: auto;  /* Schiebt von rechts zur Mitte */
        max-width: 180px;
        margin-bottom: 1rem;
    }
    .generic-section {
        max-width: var(--content-width);
        margin: 4.5rem auto 1.75rem;
        padding: 0 0 0.9rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        border-bottom: 4px solid var(--secondary-color);
    }

    .generic-section::before {
        content: '';
        width: 2.25rem;
        height: 0.9rem;
        background:
            linear-gradient(90deg, var(--primary-color) 0 25%, transparent 25% 35%, var(--primary-color) 35% 60%, transparent 60% 70%, var(--primary-color) 70% 100%);
        flex: 0 0 auto;
    }

    .generic-section h1 {
        margin: 0;
        font-size: clamp(1rem, 1.45vw, 1.35rem);
        line-height: 1.3;
        text-transform: uppercase;
        font-weight: 800;
        text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.4);
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .generic-section h1 strong {
        font-weight: inherit;
    }

    .generic-section--divider {
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }

    .generic-section--divider::before {
        content: none;
    }

    .generic-section--divider h1 {
        display: none;
    }
/* donation.njk */
    .donation-cta {
        max-width: var(--reading-width);
        margin: 0 auto;
        padding: 1.4rem;
        background: var(--surface-strong);
        border: 4px solid var(--secondary-color);
        box-shadow: 8px 8px 0 var(--shadow-color);
        text-align: center;
    }

    .donation-cta p {
        margin: 0 0 1.2rem;
        font-size: 1.15rem;
        line-height: 1.5;
    }

    .donation-cta a {
        display: inline-block;
        min-width: min(100%, 22rem);
        padding: 1rem 1.2rem;
        border: 4px solid var(--secondary-color);
        background: var(--primary-color);
        color: var(--text-color) !important;
        text-decoration: none;
        text-transform: uppercase;
        box-shadow: 6px 6px 0 var(--shadow-color);
        transition: transform 0.15s steps(2), box-shadow 0.15s steps(2), background-color 0.15s steps(2);
        font-family: "Press Start 2P", monospace;
        font-size: 0.72rem;
        line-height: 1.7;
    }

    .donation-cta a:hover,
    .donation-cta a:focus-visible {
        background: var(--accent-color);
        transform: translate(2px, 2px);
        box-shadow: 4px 4px 0 var(--shadow-color);
    }

/* header.njk */
    .hero {
        position: relative;
        min-height: 32rem;
        overflow: visible;
        overflow-x: clip;
        overflow-y: visible;
        background:
            linear-gradient(180deg, rgba(15, 24, 11, 0.18), rgba(15, 24, 11, 0.18)),
            linear-gradient(135deg, #7f9721, #355b2d);
        border-bottom: 5px solid var(--secondary-color);
    }

    .hero-media {
        position: absolute;
        inset: 0;
        overflow: hidden;
    }

    .hero-media::after {
        content: '';
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(11, 16, 8, 0.15), rgba(11, 16, 8, 0.65)),
            repeating-linear-gradient(0deg, rgba(235, 246, 191, 0.12) 0 3px, transparent 3px 8px),
            linear-gradient(135deg, rgba(139, 172, 15, 0.3), rgba(20, 32, 15, 0.45));
    }

    .hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        image-rendering: pixelated;
        filter: contrast(1.08) saturate(0.72) sepia(0.16) brightness(0.9);
    }

    .hero-overlay {
        position: relative;
        z-index: 1;
        min-height: 32rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1rem;
        max-width: calc(var(--content-width) + 4rem);
        margin: 0 auto;
        padding: 2.75rem 2rem 5rem;
    }

    .site-sticky-nav {
        position: sticky;
        top: 0;
        z-index: 100;
        padding: 0.85rem 1.25rem;
        background: rgba(237, 243, 196, 0.94);
        border-bottom: 4px solid var(--secondary-color);
        box-shadow: 0 6px 0 var(--shadow-color);
    }

    .hero-jumpnav {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.35rem;
        align-self: stretch;
        width: 100%;
        max-width: var(--content-width);
        margin: 0 auto;
    }

    .hero-jumpnav a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 2.2rem;
        padding: 0.48rem 0.65rem;
        border: 3px solid rgba(255, 255, 255, 0.35);
        border-radius: 0;
        background: rgba(237, 243, 196, 0.14);
        color: #fff !important;
        font-size: 0.62rem;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        flex: 1 1 0;
        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.22);
        transition: background-color 0.15s steps(2), border-color 0.15s steps(2), transform 0.15s steps(2), box-shadow 0.15s steps(2);
    }

    .site-sticky-nav .nav-icon,
    .site-sticky-nav .nav-short {
        display: none;
    }

    .nav-icon {
        font-size: 0.85rem;
        line-height: 1;
    }

    .site-sticky-nav .hero-jumpnav a {
        border-color: var(--secondary-color);
        background: var(--surface-color);
        color: var(--text-color) !important;
        box-shadow: 4px 4px 0 var(--shadow-color);
    }

    .hero-jumpnav a:hover,
    .hero-jumpnav a:focus-visible {
        background: rgba(237, 243, 196, 0.3);
        border-color: rgba(255, 255, 255, 0.85);
        transform: translate(2px, 2px);
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.22);
    }

    .site-sticky-nav .hero-jumpnav a:hover,
    .site-sticky-nav .hero-jumpnav a:focus-visible {
        background: var(--accent-color);
        border-color: var(--secondary-color);
    }

    .site-sticky-nav .hero-jumpnav a.is-active {
        background: var(--primary-color);
        border-color: var(--secondary-color);
        color: #17210f !important;
        box-shadow: inset 0 0 0 3px rgba(237, 243, 196, 0.45), 4px 4px 0 var(--shadow-color);
    }

    .site-sticky-nav .hero-jumpnav a.is-active:hover,
    .site-sticky-nav .hero-jumpnav a.is-active:focus-visible {
        background: var(--accent-color);
        border-color: var(--secondary-color);
    }

    .hero-copy {
        max-width: 42rem;
        padding-top: 1rem;
    }

    .hero-kicker,
    .hero-subtitle,
    .hero-copy h1 {
        color: #fff !important;
    }

    .hero-kicker {
        margin: 0 0 0.75rem;
        font-size: 0.95rem;
        font-weight: 700;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

    .hero-copy h1 {
        margin: 0;
        font-size: clamp(1.6rem, 4vw, 3.15rem);
        line-height: 1.25;
        text-transform: uppercase;
        text-wrap: balance;
        text-shadow: 4px 4px 0 rgba(15, 24, 11, 0.72);
    }

    .hero-subtitle {
        margin: 1rem 0 0;
        max-width: 34rem;
        font-size: 1.05rem;
        line-height: 1.6;
    }

/* congress.njk */
    .page-shell {
        padding: 0 1.5rem 4rem;
    }

    .page-shell > h2,
    .page-shell > p {
        max-width: var(--reading-width);
        margin-left: auto;
        margin-right: auto;
    }

    .page-shell > h2 {
        margin-top: 4rem;
        margin-bottom: 0.75rem;
    }

    .page-shell > p {
        margin-bottom: 2rem;
        line-height: 1.75;
    }

    .anchor-section {
        scroll-margin-top: 7.5rem;
    }

    /* Quickinfos */
    .info-line {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
        max-width: var(--content-width);
        margin: 1rem auto 2.75rem;
        position: relative;
        z-index: 3;
    }

    .info-line .icon {
        display: flex;
        align-items: center;
        gap: 0.9rem;
        padding: 1rem 1.1rem;
        border: 4px solid var(--secondary-color);
        border-radius: 0;
        background: var(--surface-strong);
        box-shadow: 6px 6px 0 var(--shadow-color);
        font-weight: 700;
        line-height: 1.35;
    }

    .info-line .fact-icon {
        display: inline-grid;
        place-items: center;
        width: 2.6rem;
        height: 2.6rem;
        flex: 0 0 2.6rem;
        border-radius: 0;
        background: var(--primary-color);
        border: 3px solid var(--secondary-color);
        color: var(--text-color) !important;
        font-size: 0.95rem;
        box-shadow: 3px 3px 0 var(--shadow-color);
    }

    .info-line .fact-copy {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        min-width: 0;
    }

    .info-line .label {
        display: block;
        color: rgba(21, 32, 15, 0.7) !important;
        font-size: 0.58rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .info-line .value {
        display: block;
        font-size: 1.2rem;
        font-weight: 800;
        text-wrap: balance;
    }

    .hero-info-line {
        align-self: stretch;
        max-width: none;
        margin: 0;
    }

    .hero-info-line .icon {
        border-color: rgba(237, 243, 196, 0.45);
        background: rgba(16, 24, 11, 0.36);
        box-shadow: 6px 6px 0 rgba(15, 24, 11, 0.55);
        position: relative;
        overflow: visible;
    }

    .hero-info-line .fact-icon {
        background: var(--primary-color);
        border-color: rgba(16, 24, 11, 0.8);
        box-shadow: 3px 3px 0 rgba(15, 24, 11, 0.55);
    }

    .hero-info-line .label {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .hero-info-line .value {
        color: #fff !important;
    }

    .fact-link {
        text-decoration: none;
        color: inherit !important;
        border-bottom: 2px solid rgba(240, 223, 121, 0.85);
        width: fit-content;
    }

    .fact-link:hover,
    .fact-link:focus-visible {
        color: var(--accent-color) !important;
        border-bottom-color: var(--accent-color);
    }

    .fact-tooltip {
        position: absolute;
        left: 1rem;
        top: calc(100% + 0.85rem);
        min-width: 12.5rem;
        padding: 0.8rem 0.9rem;
        border: 4px solid var(--secondary-color);
        background: #f0df79;
        color: var(--text-color);
        box-shadow: 6px 6px 0 rgba(15, 24, 11, 0.8);
        font-size: 0.92rem;
        line-height: 1.45;
        white-space: pre-line;
        display: grid;
        gap: 0.6rem;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-0.35rem);
        transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
        pointer-events: none;
        z-index: 6;
    }

    .fact-tooltip img {
        display: block;
        width: min(18rem, 100%);
        height: auto;
        border: 4px solid var(--secondary-color);
        image-rendering: pixelated;
        box-shadow: 4px 4px 0 rgba(15, 24, 11, 0.55);
    }

    .fact-tooltip-copy {
        display: block;
    }

    .fact-tooltip-image {
        min-width: 28rem;
        max-width: 32rem;
        padding: 0.95rem;
        gap: 0.8rem;
    }

    .fact-tooltip-image img {
        width: 100%;
        max-width: none;
    }

    .fact-tooltip-image .fact-tooltip-copy {
        font-size: 0.84rem;
    }

    .fact-tooltip::before,
    .fact-tooltip::after {
        content: '';
        position: absolute;
        left: 1.1rem;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .fact-tooltip::before {
        bottom: 100%;
        border-width: 0 0.6rem 0.6rem 0.6rem;
        border-color: transparent transparent var(--secondary-color) transparent;
    }

    .fact-tooltip::after {
        bottom: calc(100% - 4px);
        border-width: 0 0.45rem 0.45rem 0.45rem;
        border-color: transparent transparent #f0df79 transparent;
    }

    .hero-info-line .has-tooltip:hover .fact-tooltip,
    .hero-info-line .has-tooltip:focus-visible .fact-tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    /* Informationen */
    .info-grid {
        display: flex;
        max-width: var(--content-width);
        margin: 2rem auto;
        gap: 1.75rem;
        border-top: 4px solid var(--secondary-color);
        padding-top: 2rem;
    }

    .single-post-container .info-grid:first-child {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
    }

    #rahmenprogramm > .generic-section + .info-grid {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
    }

    #rahmenprogramm > .generic-section {
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .info-label {
        flex: 0 0 25%; /* Exakt 1/4 der Breite */
        font-family: "Press Start 2P", monospace;
        font-size: 1.2rem;
        font-weight: 900;
        color: var(--text-color);
        text-transform: uppercase;
        line-height: 1.6;
        text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.45);
    }

    .info-content {
        flex: 0 0 75%; /* Die restlichen 3/4 */
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
        min-width: 0;
        max-width: var(--reading-width);
        background: var(--surface-color);
        border: 4px solid var(--secondary-color);
        box-shadow: 8px 8px 0 var(--shadow-color);
        padding: 1rem 1.2rem;
    }

    .info-content p {
        margin: 0;
    }

    .info-content p,
    .info-item,
    .speaker-topic,
    .details-content {
        line-height: 1.75;
    }

    .info-item {
        font-size: 1.1rem;
        display: flex;
        align-items: center;
    }

    .info-item i {
        color: var(--secondary-color);
        margin-right: 15px;
        width: 25px;
        text-align: center;
    }
    .stats-container {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin: 3rem 0;
        flex-wrap: wrap;
        max-width: var(--content-width);
        margin-left: auto;
        margin-right: auto;
    }

    .stats-container .stat-card {
        min-width: 220px;
        max-width: 320px;
    }

    .stat-card {
        background: var(--primary-color); /* Dunkler Hintergrund */
        border-bottom: 5px solid var(--text-color); /* Akzentfarbe als Unterstreichung */
        padding: 2rem;
        border-radius: 12px;
        min-width: 180px;
        flex: 1 1 220px;
        max-width: 280px;
        text-align: center;
        position: relative;
        transition: transform 0.3s ease;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .stat-card:hover {
        transform: translateY(-10px); /* Kleiner Animationseffekt */
    }

    .stat-number {
        display: block;
        font-size: 3.5rem;
        font-weight: 900;
        color: var(--primary-color); /* Zahlen in Gelb */
        line-height: 1;
    }

    .stat-label {
        display: block;
        font-size: 1.1rem;
        color: var(--background-color);
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 0.5rem;
    }

    .stat-card i {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.1); /* Dezent im Hintergrund */
    }
    .speaker-card {
        display: flex;
        background: var(--surface-color);
        border-radius: 0;
        overflow: hidden;
        box-shadow: 8px 8px 0 var(--shadow-color);
        margin-bottom: 1.1rem;
        margin-left: auto;
        margin-right: auto;
        max-width: var(--content-width);
        position: relative;
        border: 4px solid var(--secondary-color);
    }

    .program-days-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.75rem;
        max-width: var(--content-width);
        margin: 0 auto;
        align-items: start;
    }

    .program-day {
        min-width: 0;
        margin: 0 0 2.3rem;
    }

    .program-day h3 {
        margin: 0 0 0.8rem;
        font-size: 0.92rem;
        text-transform: uppercase;
        background: var(--secondary-color);
        color: var(--surface-strong) !important;
        padding: 0.8rem 0.9rem;
        display: inline-block;
        box-shadow: 4px 4px 0 var(--shadow-color);
    }

    .speaker-status {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .badge-opt {
        background: var(--accent-color);
        color: var(--text-color);
        padding: 3px 8px;
        font-size: 0.56rem;
        font-weight: bold;
        border-radius: 0;
        text-transform: uppercase;
        border: 3px solid var(--secondary-color);
        box-shadow: 3px 3px 0 rgba(15, 24, 11, 0.35);
    }

    .speaker-image {
        flex: 0 0 92px;
    }

    .speaker-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        image-rendering: pixelated;
        filter: contrast(1.16) saturate(0.72) sepia(0.16);
    }

    .speaker-info {
        padding: 0.8rem 1.1rem;
        flex-grow: 1;
        min-width: 0;
    }

    .speaker-name {
        margin: 0;
        font-size: 0.84rem;
        line-height: 1.5;
        color: var(--text-color);
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .speaker-org {
        display: block;
        color: var(--primary-color);
        font-style: normal;
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }

    .speaker-session {
        font-size: 0.95rem;
        font-weight: bold;
        color: var(--secondary-color);
        margin-bottom: 0.35rem;
    }

    .speaker-topic {
        margin: 0;
        font-size: 1rem;
        line-height: 1.4;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
details {
    background: var(--surface-color);
    border: 4px solid var(--secondary-color);
    margin-bottom: 0.75rem;
    padding: 0;
    transition: transform 0.15s steps(2), box-shadow 0.15s steps(2);
    width: 100%;
    max-width: 800px;
    box-shadow: 6px 6px 0 var(--shadow-color);
}

details:hover {
    background: var(--police-yellow);
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0 var(--shadow-color);
}

summary {
    list-style: none;
    padding: 0.9rem 1.1rem;
    cursor: pointer;
    font-weight: 800;
    font-size: 0.68rem;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--surface-color);
}

details:hover summary {
    background-color: var(--police-yellow);
}
/* Container-Setup */
.team-faq-container {
    display: flex;
    flex-direction: column; /* Handy: Alles untereinander */
    gap: 3rem;
    max-width: var(--content-width);
    margin: 3rem auto;
    padding: 0;
}

.support-section {
    margin: 4rem auto 0;
    max-width: var(--content-width);
}

.faq-column, .team-column {
    width: 100%;
}

/* Spezifische Anpassung für Team-Cards (etwas schlichter) */
.team-member.speaker-card {
    box-shadow: 8px 8px 0 var(--shadow-color);
    margin-bottom: 1.5rem;
}

.team-member .speaker-info {
    padding: 1.2rem;
}

.mail-obfuscation {
    font-weight: 700;
    word-break: break-word;
}

.contact-note {
    margin: 0.6rem 0 0;
    font-size: 0.92rem;
    line-height: 1.5;
    opacity: 0.82;
}

/* Desktop Upgrade: Nebeneinander */
@media (min-width: 768px) {
    .team-faq-container {
        flex-direction: row; /* Desktop: Nebeneinander */
        align-items: flex-start;
    }

    .faq-column {
        flex: 1.2; /* FAQ bekommt etwas mehr Platz */
    }

    .team-column {
        flex: 1;
    }
}

/* Chrome/Safari Pfeil-Entferner */
summary::-webkit-details-marker {
    display: none;
}

/* Ein eigener Pfeil oder ein Plus-Zeichen via After-Element */
summary::after {
    content: '+';
    font-size: 1.1rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

/* Wenn ausgeklappt: */
details[open] {
    border-color: var(--primary-color);
}

details[open] summary {
    border-bottom: 4px solid var(--primary-color);
    background: var(--accent-color);
}

details[open] summary::after {
    content: '−';
    transform: rotate(180deg);
}

.details-content {
    padding: 0.45rem 1.1rem 1rem;
    line-height: 1.6;
    background-color: var(--surface-strong);
}

    /* Mobile Anpassung */
    @media (max-width: 600px) {
        .speaker-card { 
            flex-direction: column;
            padding-top: 2.75rem;
        }
        .speaker-status {
            left: 1rem;
            right: auto;
        }
        .speaker-image { height: 150px; flex: none; }
        .speaker-name,
        .speaker-org,
        .speaker-topic {
            overflow-wrap: normal !important;
            word-break: normal !important;
            hyphens: auto !important;
        }
    }

    @media (max-width: 600px) {
        .stat-card {
            width: 100%;
            max-width: none;
        }
    }

    /* Mobile Optimierung: Untereinander stapeln auf kleinen Screens */
    @media (max-width: 768px) {
        .page-shell {
            padding: 0 1.25rem 3rem;
        }

        .generic-section {
            margin: 3.25rem auto 1.4rem;
            gap: 0.85rem;
        }

        .generic-section::before {
            width: 2.2rem;
        }

        .generic-section h1 {
            font-size: 1.35rem;
            letter-spacing: 0.03em;
        }

        .hero-jumpnav {
            flex-wrap: nowrap;
            justify-content: stretch;
            gap: 0.4rem;
            max-width: 100%;
        }

        .hero-jumpnav a {
            flex: 1 1 0;
            min-width: 0;
            min-height: 3rem;
            padding: 0.45rem 0.35rem;
            font-size: 0.64rem;
            box-shadow: 3px 3px 0 var(--shadow-color);
            gap: 0.3rem;
            flex-direction: column;
        }

        .nav-label {
            display: none;
        }

        .site-sticky-nav .nav-icon,
        .site-sticky-nav .nav-short {
            display: inline-flex !important;
            justify-content: center;
            align-items: center;
        }

        .nav-short {
            font-size: 0.54rem;
            line-height: 1;
        }

        .fact-tooltip {
            left: 0.65rem;
            right: 0.65rem;
            min-width: 0;
            width: auto;
            font-size: 0.82rem;
        }

        .fact-tooltip-image {
            min-width: 0;
            max-width: none;
        }

        .site-sticky-nav {
            padding: 0.75rem 1rem;
        }

        .info-line {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.75rem;
            margin: 0.75rem auto 2rem;
        }

        .info-grid {
            flex-direction: column;
            gap: 1rem;
            margin: 1.5rem auto;
        }

        .program-days-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .info-label {
            margin-bottom: 1rem;
            font-size: 1.8rem;
            border-bottom: 4px solid var(--primary-color);
            display: inline-block;
            width: auto;
        }

        .info-content {
            flex-basis: auto;
        }

    }

    @media (max-width: 520px) {
        .info-line {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 600px) {
        .info-line .icon {
            align-items: flex-start;
            padding: 0.9rem 1rem;
        }
        .hero {
            min-height: 25rem;
        }

        .hero-overlay {
            min-height: 25rem;
            padding: 2rem 1.25rem 3rem;
            justify-content: flex-end;
            gap: 1.25rem;
        }

        .site-sticky-nav {
            padding: 0.55rem 0.6rem;
        }

        .hero-jumpnav {
            gap: 0.3rem;
        }

        .hero-jumpnav a {
            min-height: 2.7rem;
            padding: 0.35rem 0.25rem;
            border-width: 2px;
            box-shadow: 2px 2px 0 var(--shadow-color);
        }

        .nav-icon {
            font-size: 0.78rem;
        }

        .nav-short {
            font-size: 0.48rem;
        }

        .hero-copy h1 {
            font-size: clamp(1.45rem, 8vw, 2.2rem);
            line-height: 1.18;
            text-wrap: pretty;
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .hero-subtitle {
            font-size: 0.95rem;
        }

        .donation-cta {
            padding: 1.1rem;
        }

        .donation-cta a {
            width: 100%;
            font-size: 0.64rem;
        }
    }
