/*
Theme Name: Freizeitspieler Theme
Version: 2.2
Author: Gemini
Description: Finales Layout mit minimiertem Footer-Abstand.
*/

:root {
    --page-bg: #ffde59;
    --brand-black: #000000;
}

body {
    background-color: var(--page-bg);
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--brand-black);
    overflow-x: hidden;
}

.site {
    min-height: 100vh;
}

.site-header {
    position: relative;
    background-color: var(--page-bg);
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 56px 20px 28px 20px;
    overflow: hidden;
}

.header-outline-text {
    position: relative;
    font-family: 'Anton', sans-serif;
    font-size: 14vw;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    cursor: default;
    padding-top: 30px;
    min-height: clamp(214px, 25vw, 356px);
    line-height: 0.9;
    margin-bottom: clamp(24px, 3vw, 40px);
    overflow: hidden;
}

.header-outline-text span {
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header-outline-text span:hover {
    color: var(--brand-black);
    -webkit-text-stroke: 1.5px var(--brand-black);
    transform: scale(1.15) translateY(-15px);
    z-index: 10;
}

.header-content-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 1300px);
    margin-top: 0;
}

.sub-headline {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 0;
    margin-bottom: clamp(40px, 6vw, 72px);
    letter-spacing: 3px;
    text-align: center;
    line-height: 1.2;
}

.stat-chips-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1300px;
    margin-bottom: 0;
    padding-top: 0;
}

.stat-chip {
    background: transparent;
    border: 3px solid var(--brand-black);
    padding: 35px;
    text-align: left;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.stat-chip:hover {
    transform: translateY(-10px);
}

.stat-label {
    font-weight: 900;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.stat-value {
    font-family: 'Anton', sans-serif;
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 900;
    line-height: 1;
    margin: 15px 0;
    word-break: break-word;
}

.stat-desc {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.8;
}

.site-info {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.6;
    text-align: center;
    margin-top: 28px;
}

.site-content {
    width: 100%;
    box-sizing: border-box;
}

.site-footer {
    padding: 0 20px 28px;
}

.site-footer-inner {
    width: min(100%, 1300px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.fsp-home {
    padding: 0 20px 64px;
}

.fsp-shell {
    width: min(100%, 1300px);
    margin: 0 auto;
}

.fsp-schedule-page .fsp-shell {
    width: min(100%, 1540px);
}

.fsp-section {
    padding-top: 36px;
}

.fsp-section-intro {
    padding-top: 12px;
}

.fsp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.fsp-hero-copy,
.fsp-highlight-card,
.fsp-format-card,
.fsp-final-cta {
    border: 3px solid var(--brand-black);
    background: rgba(255, 255, 255, 0.18);
}

.fsp-hero-copy {
    padding: 28px;
}

.fsp-hero-actions,
.fsp-final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.fsp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 3px solid var(--brand-black);
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.fsp-button:hover {
    transform: translateY(-4px);
}

.fsp-button-primary {
    background: var(--brand-black);
    color: var(--page-bg);
}

.fsp-button-secondary {
    background: transparent;
    color: var(--brand-black);
}

.fsp-highlight-stack {
    display: grid;
    gap: 16px;
}

.fsp-highlight-card {
    padding: 22px;
}

.fsp-marquee {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fsp-marquee span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 2px solid var(--brand-black);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fsp-section-dark .fsp-shell {
    background: var(--brand-black);
    color: var(--page-bg);
    border: 3px solid var(--brand-black);
    padding: 28px;
}

.fsp-kicker {
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 12px;
}

.fsp-title,
.fsp-title-small,
.fsp-panel h3,
.fsp-card h3,
.fsp-role-card h3 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.05;
    margin: 0;
}

.fsp-title {
    font-size: clamp(2.2rem, 4.8vw, 4.4rem);
    max-width: 14ch;
}

.fsp-title-small {
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    max-width: 18ch;
}

.fsp-lead {
    max-width: 850px;
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 18px 0 0;
}

.fsp-intro-grid,
.fsp-columns,
.fsp-roles {
    display: grid;
    gap: 20px;
    margin-top: 28px;
}

.fsp-intro-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.fsp-format-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.fsp-mini-schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.fsp-card,
.fsp-panel,
.fsp-role-card {
    border: 3px solid var(--brand-black);
    padding: 24px;
    background: rgba(255, 255, 255, 0.18);
}

.fsp-section-dark .fsp-role-card {
    border-color: var(--page-bg);
    background: rgba(255, 222, 89, 0.08);
}

.fsp-format-card {
    padding: 24px;
}

.fsp-card-label,
.fsp-role-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 2px solid currentColor;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.fsp-card p,
.fsp-panel p,
.fsp-role-card p,
.fsp-list li {
    font-size: 0.98rem;
    line-height: 1.7;
}

.fsp-card h3,
.fsp-panel h3,
.fsp-role-card h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    max-width: 16ch;
}

.fsp-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.fsp-link {
    display: inline-flex;
    margin-top: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 2px solid currentColor;
}

.fsp-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 26px;
}

.fsp-final-cta-copy p {
    max-width: 720px;
    font-size: 1rem;
    line-height: 1.75;
    margin: 16px 0 0;
}

.fsp-impress-address {
    margin: 16px 0 0;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.85;
    font-weight: 700;
    word-break: break-word;
}

.fsp-impress-address a {
    color: inherit;
    font-weight: 900;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.16em;
}

.fsp-impress-note {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 2px solid rgba(0, 0, 0, 0.16);
    font-size: 0.95rem;
    line-height: 1.7;
}

.fsp-schedule-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: start;
}

.fsp-schedule-main {
    display: grid;
    gap: 22px;
}

.fsp-schedule-sidebar {
    display: grid;
    gap: 22px;
    align-content: start;
}

.fsp-schedule-nav,
.fsp-schedule-upcoming-list {
    display: grid;
    gap: 12px;
}

.fsp-schedule-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fsp-schedule-week-panel,
.fsp-schedule-sidebar-card {
    display: grid;
    gap: 18px;
}

.fsp-schedule-week-head {
    display: grid;
    gap: 6px;
}

.fsp-schedule-week-head h2,
.fsp-schedule-sidebar-card h2 {
    margin-top: 10px;
}

.fsp-schedule-range-title {
    font-size: clamp(0.96rem, 2vw, 2rem);
    line-height: 1;
    max-width: none;
    white-space: nowrap;
}

.fsp-schedule-table-wrap {
    overflow-x: visible;
}

.fsp-schedule-week-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.fsp-schedule-week-table th,
.fsp-schedule-week-table td {
    border: 2px solid var(--brand-black);
    vertical-align: top;
}

.fsp-schedule-upcoming-item {
    border: 2px solid var(--brand-black);
    padding: 14px;
    background: rgba(255, 255, 255, 0.22);
}

.fsp-schedule-upcoming-meta,
.fsp-schedule-slot-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fsp-schedule-upcoming-meta span,
.fsp-schedule-slot-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border: 2px solid currentColor;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fsp-schedule-upcoming-item h3,
.fsp-schedule-slot-title {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.08;
}

.fsp-schedule-upcoming-item h3 {
    margin: 12px 0 8px;
    font-size: 1.5rem;
}

.fsp-schedule-upcoming-item p,
.fsp-schedule-slot-note {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
}

.fsp-schedule-window-head,
.fsp-schedule-day-head {
    background: #3b3b3b;
    color: #ffffff;
    padding: 10px 8px;
    text-align: center;
}

.fsp-schedule-window-head {
    width: 112px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fsp-schedule-day-head span,
.fsp-schedule-day-head strong {
    display: block;
}

.fsp-schedule-day-head span {
    font-size: 0.95rem;
    font-weight: 900;
}

.fsp-schedule-day-head strong {
    margin-top: 4px;
    font-size: 1.05rem;
    color: var(--page-bg);
}

.fsp-schedule-window-cell {
    background: rgba(255, 239, 173, 0.9);
    width: 112px;
    min-width: 112px;
    padding: 16px 8px;
    text-align: center;
}

.fsp-schedule-window-cell span,
.fsp-schedule-window-cell strong {
    display: block;
}

.fsp-schedule-window-cell span {
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fsp-schedule-window-cell strong {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.5;
}

.fsp-schedule-slot-cell {
    min-height: 168px;
    padding: 9px;
    background: rgba(255, 255, 255, 0.3);
}

.fsp-schedule-slot-cell.is-today {
    background: rgba(255, 222, 89, 0.35);
}

.fsp-schedule-slot-items {
    display: grid;
    gap: 10px;
}

.fsp-schedule-slot-item {
    background: rgba(159, 195, 126, 0.26);
    border: 2px solid rgba(0, 0, 0, 0.18);
    padding: 10px;
}

.fsp-schedule-slot-title {
    display: block;
    margin-top: 8px;
    color: inherit;
    text-decoration: none;
    font-size: 1.06rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fsp-schedule-slot-note {
    margin-top: 8px;
}

.fsp-schedule-slot-empty {
    display: inline-block;
    opacity: 0.45;
    font-weight: 700;
    padding-top: 6px;
}

.fsp-mini-schedule-card {
    display: grid;
    gap: 14px;
}

.fsp-mini-schedule-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fsp-mini-schedule-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border: 2px solid currentColor;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fsp-mini-schedule-title {
    display: block;
    color: inherit;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.02;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1280px) {
    .fsp-schedule-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .site-header {
        padding: 48px 20px 28px;
    }

    .header-outline-text {
        font-size: 11vw !important;
        padding-top: 24px;
        min-height: clamp(166px, 22vw, 264px);
        margin-bottom: 24px;
    }

    .header-content-wrapper {
        margin-top: 0;
    }

    .sub-headline {
        margin-bottom: 48px;
    }

    .stat-chips-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        padding-top: 0;
    }

    .stat-chip {
        min-height: 180px;
        padding: 28px;
    }

    .fsp-intro-grid {
        grid-template-columns: 1fr;
    }

    .fsp-hero-grid,
    .fsp-format-grid,
    .fsp-final-cta {
        grid-template-columns: 1fr;
    }

    .fsp-mini-schedule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767px) {
    .site-header {
        padding: 52px 12px 18px;
    }

    .header-outline-text {
        font-size: 9.8vw !important;
        padding-top: 16px;
        width: 100%;
        justify-content: center;
        min-height: 96px;
        line-height: 0.9;
        margin-bottom: 18px;
    }

    .header-outline-text span {
        -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
    }

    .header-outline-text span:hover {
        transform: none;
    }

    .header-content-wrapper {
        margin-top: 0;
    }

    .sub-headline {
        font-size: clamp(1rem, 5.8vw, 1.5rem);
        letter-spacing: 0.5px;
        margin-bottom: 28px;
        max-width: 14ch;
    }

    .stat-chips-container {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 0;
        max-width: 420px;
    }

    .stat-chip {
        min-height: 0;
        padding: 14px 14px 12px;
        border-width: 2px;
    }

    .stat-label {
        font-size: 0.66rem;
        letter-spacing: 0.4px;
    }

    .stat-value {
        font-size: clamp(1.9rem, 9vw, 2.6rem);
        margin: 6px 0;
    }

    .stat-desc {
        font-size: 0.82rem;
        line-height: 1.3;
    }

    .site-info {
        margin-top: 14px;
        font-size: 0.68rem;
    }

    .fsp-home {
        padding: 0 12px 44px;
    }

    .site-footer {
        padding: 0 12px 20px;
    }

    .fsp-section {
        padding-top: 24px;
    }

    .fsp-columns,
    .fsp-roles {
        grid-template-columns: 1fr;
    }

    .fsp-mini-schedule-grid {
        grid-template-columns: 1fr;
    }

    .fsp-hero-copy,
    .fsp-highlight-card,
    .fsp-format-card,
    .fsp-final-cta {
        padding: 18px;
        border-width: 2px;
    }

    .fsp-section-dark .fsp-shell {
        padding: 18px;
    }

    .fsp-card,
    .fsp-panel,
    .fsp-role-card {
        padding: 18px;
        border-width: 2px;
    }

    .fsp-card h3,
    .fsp-panel h3,
    .fsp-role-card h3 {
        font-size: 1.32rem;
    }

    .fsp-mini-schedule-title {
        font-size: 1.42rem;
    }

    .fsp-schedule-range-title {
        font-size: clamp(0.86rem, 3.4vw, 1.2rem);
    }

    .fsp-button {
        width: 100%;
        border-width: 2px;
    }

    .fsp-hero-actions,
    .fsp-final-cta-actions {
        flex-direction: column;
    }

    .fsp-schedule-upcoming-item,
    .fsp-schedule-slot-item,
    .fsp-schedule-week-table th,
    .fsp-schedule-week-table td {
        border-width: 2px;
    }

    .fsp-schedule-nav {
        grid-template-columns: 1fr;
    }

    .fsp-schedule-window-head,
    .fsp-schedule-window-cell {
        width: 108px;
        min-width: 108px;
    }

    .fsp-schedule-table-wrap {
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .site-header {
        padding: 44px 10px 16px;
    }

    .header-outline-text {
        font-size: 7.8vw !important;
        padding-top: 14px;
        min-height: 68px;
        margin-bottom: 14px;
    }

    .header-content-wrapper {
        margin-top: 0;
    }

    .sub-headline {
        font-size: 0.95rem;
        margin-bottom: 24px;
        max-width: 15ch;
    }

    .stat-chips-container {
        gap: 8px;
        max-width: 100%;
    }

    .stat-chip {
        padding: 12px 12px 10px;
    }

    .stat-value {
        font-size: 1.75rem;
        margin: 4px 0;
    }

    .stat-desc {
        font-size: 0.76rem;
    }

    .site-info {
        max-width: 90%;
        line-height: 1.35;
        font-size: 0.64rem;
    }
}

