/* =========================================
   GLOBAL / RESET
========================================= */

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

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

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

/* =========================================
   MENU
========================================= */

.cd-megamenu-button {
    font-size: 0 !important;
}

.cd-megamenu-button i,
.cd-megamenu-button svg {
    font-size: 34px !important;
    color: #2F2F2F;
    transition: 0.3s ease;
}

.cd-megamenu-button:hover i,
.cd-megamenu-button:hover svg {
    color: #C9A227;
    transform: scale(1.08);
}

.cd-megamenu-button:focus,
.cd-megamenu-button:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* =========================================
   SPORT4KIDS FOOTER
========================================= */

.cd-footer {
    background: linear-gradient(
        145deg,
        #E0B84D 0%,
        #A67C00 55%,
        #6B4F00 100%
    ) !important;
    box-shadow: inset 0 10px 40px rgba(0,0,0,0.15);
}

.cd-footer,
.cd-footer p,
.cd-footer span,
.cd-footer a {
    color: #F5E6C8 !important;
}

.cd-footer h1,
.cd-footer h2,
.cd-footer h3,
.cd-footer h4 {
    color: #FFFFFF !important;
}

.cd-footer a {
    transition: all 0.3s ease;
    text-decoration: none;
}

.cd-footer a:hover {
    color: #FFFFFF !important;
    opacity: 0.9;
}

.cd-footer img,
.cd-footer svg {
    opacity: 1 !important;
    filter: none !important;
}

.cd-footer i,
.cd-footer .fa,
.cd-footer .fab {
    color: #F5E6C8 !important;
    transition: all 0.3s ease;
}

.cd-footer i:hover,
.cd-footer .fa:hover,
.cd-footer .fab:hover {
    color: #FFFFFF !important;
    transform: scale(1.1);
}

.cd-footer img {
    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.cd-footer img:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

/* =========================================
   HERO BUTTONS
========================================= */

.s4k-hero-buttons {

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 42px;

    width: 100%;
    max-width: 1400px;

    margin: 70px auto 30px auto;

    padding: 0 24px;
}

/* =========================================
   BUTTON
========================================= */

.s4k-button {

    position: relative;

    display: grid;

    grid-template-columns: 175px 3px minmax(0, 1fr);

    align-items: stretch;

    width: 100%;
    min-height: 240px;

    padding: 38px 42px;

    border: 2px solid #E8B000;
    border-radius: 34px;

    background-color: #FFFFFF;

    background-repeat: no-repeat;
    background-position: 34px center;
    background-size: 140px;

    overflow: hidden;

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

/* =========================================
   HOVER
========================================= */

.s4k-button:hover {

    transform: translateY(-4px);

    box-shadow: 0 14px 34px rgba(0,0,0,0.08);

    border-color: #F0BC00;
}

/* =========================================
   GOLD LINE
========================================= */

.s4k-button::before {

    content: "";

    grid-column: 2;

    width: 3px;
    height: 100%;

    background: #E8B000;

    border-radius: 999px;

    align-self: center;
}

/* =========================================
   TEXT
========================================= */

.s4k-button span {

    grid-column: 3;

    display: flex;
    align-items: center;

    min-width: 0;

    height: 100%;

    padding-left: 26px;

    color: #111111;

    font-family: Play, sans-serif;

    font-size: 34px;
    font-weight: 700;

    line-height: 1.08;

    word-break: normal;
    overflow-wrap: normal;

    text-decoration: none !important;

    transition: color 0.25s ease;
}

/* =========================================
   TEXT HOVER
========================================= */

.s4k-button:hover span {
    color: #E8B000;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .s4k-hero-buttons {
        gap: 28px;
    }

    .s4k-button {

        grid-template-columns: 170px 3px minmax(0, 1fr);

        min-height: 210px;

        padding: 34px 34px;

        background-size: 125px;
    }

    .s4k-button span {

        padding-left: 26px;

        font-size: 28px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .s4k-hero-buttons {

        grid-template-columns: 1fr;

        gap: 22px;

        max-width: 430px;

        margin: 56px auto 80px auto;

        padding: 0 18px;
    }

.s4k-button {

    grid-template-columns: 108px 2px 1fr;

    min-height: 165px;

    padding: 20px 18px;

    border-radius: 24px;

    background-position: 18px center;
    background-size: 84px;
}

    .s4k-button::before {
        width: 2px;
    }

    .s4k-button span {

        padding-left: 18px;

        font-size: 24px;

        line-height: 1.05;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 390px) {

    .s4k-button {

        grid-template-columns: 105px 2px minmax(0, 1fr);

        min-height: 150px;

        padding: 18px 18px;

        background-size: 82px;
    }

    .s4k-button span {
        font-size: 20px;
    }
}

/* =========================================
   STATUTES BUTTON DESKTOP + MOBILE
========================================= */

.s4k-button-statuten {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 100%;
    max-width: 720px;

    min-height: 170px;

    margin: 60px auto 90px auto;
    padding: 34px 34px 34px 230px;

    border: 2px solid #E8B000;
    border-radius: 34px;

    background-color: #FFFFFF;
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: 36px center;

    text-decoration: none !important;

    box-sizing: border-box;
    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

/* HOVER */

.s4k-button-statuten:hover {
    transform: translateY(-2px);

    box-shadow: 0 12px 28px rgba(0,0,0,0.08);

    border-color: #E8B000;

    text-decoration: none !important;
}

/* NO UNDERLINE */

.s4k-button-statuten *,
.s4k-button-statuten:hover *,
.s4k-button-statuten:focus *,
.s4k-button-statuten:active * {
    text-decoration: none !important;
}

/* GOLD TEXT ON HOVER */

.s4k-button-statuten:hover .s4k-button-lines span {
    color: #E8B000;
}

/* VERTICAL LINE */

.s4k-button-statuten::before {
    content: "";

    position: absolute;

    left: 200px;
    top: 28px;
    bottom: 28px;

    width: 3px;

    background: #E8B000;
    border-radius: 999px;
}

/* TEXT BLOCK */

.s4k-button-lines {
    display: flex;
    flex-direction: column;
    gap: 18px;

    width: 100%;
}

/* INDIVIDUAL LINES */

.s4k-button-lines span {
    position: relative;

    display: block;

    padding-left: 28px;

    color: #111111;

    font-family: Play, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;

    box-sizing: border-box;

    transition: color 0.25s ease;

    text-decoration: none !important;
}

.s4k-button-lines span:last-child {
    white-space: nowrap;
}

/* GOLD MINI LINES */

.s4k-button-lines span::before {
    content: "";

    position: absolute;

    left: 0;
    top: 13px;

    width: 16px;
    height: 4px;

    background: #E8B000;
    border-radius: 999px;
}

/* SEPARATORS */

.s4k-button-lines span:not(:last-child) {
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .s4k-button-statuten {
        max-width: 760px;

        min-height: 155px;

        padding: 28px 28px 28px 160px;

        background-size: 98px auto;
        background-position: 28px center;

        border-radius: 28px;
    }

    .s4k-button-statuten::before {
        left: 138px;
    }

    .s4k-button-lines {
        gap: 14px;
    }

    .s4k-button-lines span {
        font-size: 16px;
        padding-left: 24px;
    }

    .s4k-button-lines span::before {
        width: 14px;
        top: 11px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .s4k-button-statuten {
        max-width: 100%;

        min-height: 132px;

        margin: 42px auto 64px auto;

        padding: 22px 20px 22px 122px;

        background-size: 74px auto;
        background-position: 22px center;

        border-radius: 24px;
    }

    .s4k-button-statuten::before {
        left: 104px;

        top: 20px;
        bottom: 20px;

        width: 2px;
    }

    .s4k-button-lines {
        gap: 10px;
    }

    .s4k-button-lines span {
        font-size: 14px;
        line-height: 1.3;

        padding-left: 18px;
    }

    .s4k-button-lines span::before {
        width: 10px;
        height: 3px;

        top: 9px;
    }

    .s4k-button-lines span:not(:last-child) {
        padding-bottom: 10px;
    }
}

/* =========================================
   SMALL SMARTPHONES
========================================= */

@media (max-width: 390px) {

    .s4k-button-statuten {
        padding: 20px 18px 20px 108px;

        background-size: 66px auto;
        background-position: 20px center;
    }

    .s4k-button-statuten::before {
        left: 92px;
    }

    .s4k-button-lines span {
        font-size: 13px;
    }
}

/* =========================================
   STATS â€” RESPONSIVE 2x2 GRID VERSION
========================================= */

/* Alte Version deaktivieren */
.s4k-stats-wrapper {
    display: none !important;
}

/* =========================================
   WRAPPER
========================================= */

.s4k-mobile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;

    width: 100%;
    max-width: 1120px;

    margin: 70px auto 110px auto;
    padding: 0 24px;

    box-sizing: border-box;

    font-family: Play, sans-serif;
}

/* =========================================
   KACHEL
========================================= */

.s4k-mobile-stat {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 30px;

    width: 100%;
    min-width: 0;

    min-height: 210px;

    padding: 30px 34px;

    border: 2px solid #E8B000;
    border-radius: 34px;

    background: #FFFFFF;

    overflow: hidden;
    box-sizing: border-box;
}

/* =========================================
   ICON SPALTE
========================================= */

.s4k-mobile-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;

    padding-right: 28px;

    border-right: 3px solid #E8B000;

    box-sizing: border-box;
}

.s4k-mobile-stat-icon img {
    width: 100%;
    max-width: 120px;

    height: auto;

    display: block;
}

/* =========================================
   TEXT SPALTE
========================================= */

.s4k-mobile-stat-content {
    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    height: 100%;
}

/* =========================================
   ZAHLEN
========================================= */

.s4k-mobile-stat-number,
.s4k-mobile-stat-number span,
.s4k-count,
.s4k-count-down {
    color: #E8B000 !important;
}

.s4k-mobile-stat-number {
    font-size: 58px;
    font-weight: 700;

    line-height: 0.95;
    letter-spacing: -1.5px;

    white-space: nowrap;

    margin: 0;
}

/* 4. Kachel kleiner */
.s4k-mobile-stat:nth-child(4) .s4k-mobile-stat-number,
.s4k-mobile-stat-number-small {
    font-size: 50px;

    line-height: 1;
    letter-spacing: -1px;

    white-space: nowrap;
}

/* =========================================
   GELBE LINIE
========================================= */

.s4k-mobile-stat-line {
    width: 56px;
    height: 5px;

    margin: 12px 0 14px 0;

    border-radius: 999px;

    background: #E8B000;
}

/* =========================================
   TEXT
========================================= */

.s4k-mobile-stat-title {
    color: #111111;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.12;

    margin: 0;
}

.s4k-mobile-stat-subtitle {
    color: #111111;

    font-size: 20px;
    font-weight: 400;

    line-height: 1.15;

    margin: 3px 0 0 0;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .s4k-mobile-stats {
        display: flex;
        flex-direction: column;

        max-width: 760px;

        gap: 28px;

        padding: 0 24px;
    }

    .s4k-mobile-stat {
        grid-template-columns: 245px 1fr;

        gap: 36px;

        min-height: 220px;

        padding: 34px 40px;

        border-radius: 30px;
    }

    .s4k-mobile-stat-icon {
        padding-right: 36px;
    }

    .s4k-mobile-stat-icon img {
        max-width: 160px;
    }

    .s4k-mobile-stat-number {
        font-size: 74px;
    }

    .s4k-mobile-stat:nth-child(4) .s4k-mobile-stat-number,
    .s4k-mobile-stat-number-small {
        font-size: 50px;
    }

    .s4k-mobile-stat-title,
    .s4k-mobile-stat-subtitle {
        font-size: 24px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .s4k-mobile-stats {
        max-width: 430px;

        gap: 22px;

        margin: 56px auto 80px auto;

        padding: 0 18px;
    }

    .s4k-mobile-stat {
        grid-template-columns: 34% 1fr;

        gap: 18px;

        min-height: 168px;

        padding: 20px 22px;

        border-radius: 24px;
    }

    .s4k-mobile-stat-icon {
        padding-right: 18px;

        border-right-width: 2px;
    }

    .s4k-mobile-stat-icon img {
        max-width: 102px;
    }

    .s4k-mobile-stat-number {
        font-size: 50px;

        line-height: 0.9;

        letter-spacing: -1px;
    }

    .s4k-mobile-stat:nth-child(4) .s4k-mobile-stat-number,
    .s4k-mobile-stat-number-small {
        font-size: 32px;

        line-height: 1;

        letter-spacing: -0.5px;
    }

    .s4k-mobile-stat-line {
        width: 44px;
        height: 5px;

        margin: 10px 0 12px 0;
    }

    .s4k-mobile-stat-title {
        font-size: 17px;

        line-height: 1.1;
    }

    .s4k-mobile-stat-subtitle {
        font-size: 16px;

        line-height: 1.1;
    }
}

/* =========================================
   KLEINE SMARTPHONES
========================================= */

@media (max-width: 390px) {

    .s4k-mobile-stat {
        grid-template-columns: 32% 1fr;

        gap: 16px;

        min-height: 158px;

        padding: 18px 18px;
    }

    .s4k-mobile-stat-icon {
        padding-right: 16px;
    }

    .s4k-mobile-stat-icon img {
        max-width: 92px;
    }

    .s4k-mobile-stat-number {
        font-size: 46px;
    }

    .s4k-mobile-stat:nth-child(4) .s4k-mobile-stat-number,
    .s4k-mobile-stat-number-small {
        font-size: 25px;
    }

    .s4k-mobile-stat-title {
        font-size: 16px;
    }

    .s4k-mobile-stat-subtitle {
        font-size: 15px;
    }
}

/* =========================================
   POSTS / DETAIL PAGE NAVIGATION
========================================= */

.cd-detailPageNavigation a.cd-button.cd-button-tertiary:not([href*="newslistblock"]) {
    font-size: 0 !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;
    padding: 12px 26px !important;

    transition: all 0.3s ease;
}

.cd-detailPageNavigation a.cd-button.cd-button-tertiary:not([href*="newslistblock"])::after {
    content: "More stories...";
    font-size: 18px;
    font-weight: 700;
    font-family: Play, sans-serif;
    color: #2F2F2F;
}

.cd-detailPageNavigation a.cd-button.cd-button-tertiary[href*="newslistblock"] {
    font-size: 0 !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 170px;
    height: 58px;
    padding: 0 34px !important;

    border-radius: 999px;
    border: 2px solid #6A6A6A !important;
    background: transparent !important;

    transition: all 0.3s ease;
}

.cd-detailPageNavigation a.cd-button.cd-button-tertiary[href*="newslistblock"]::after {
    content: "Back";
    font-size: 20px;
    font-weight: 700;
    font-family: Play, sans-serif;
    color: #2F2F2F;
    line-height: 1;
}

.cd-detailPageNavigation a.cd-button.cd-button-tertiary:hover {
    background: #C9A227 !important;
    border-color: #C9A227 !important;
}

.cd-detailPageNavigation a.cd-button.cd-button-tertiary:hover::after {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .cd-detailPageNavigation a.cd-button.cd-button-tertiary[href*="newslistblock"] {
        min-width: 150px;
        height: 54px;
    }

    .cd-detailPageNavigation a.cd-button.cd-button-tertiary[href*="newslistblock"]::after {
        font-size: 18px;
    }
}

/* =========================================
   CONTACT FORM BUTTON
========================================= */

button[type="submit"],
input[type="submit"],
.cd-button-primary {
    background: transparent !important;
    border: 3px solid #6A6A6A !important;
    color: #2F2F2F !important;
    border-radius: 999px !important;
    padding: 12px 34px !important;

    font-family: Play, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;

    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

button[type="submit"]:hover,
input[type="submit"]:hover,
.cd-button-primary:hover {
    background: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #FFFFFF !important;
    transform: scale(1.03);
}

button[type="submit"]:focus,
input[type="submit"]:focus,
.cd-button-primary:focus,
button[type="submit"]:active,
input[type="submit"]:active,
.cd-button-primary:active {
    outline: none !important;
    box-shadow: none !important;
}

/* =========================================
   FOOTBALL PAGE
========================================= */

.s4k-project-section {
    max-width: 1100px;
    margin: 0 auto 90px auto;
    padding: 0 24px;

    font-family: Play, sans-serif;
    color: #2F2F2F;
}

.s4k-project-eyebrow {
    color: #C9A227;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

    margin-bottom: 26px;
}

.s4k-project-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.05;

    margin-bottom: 26px;
}

.s4k-project-text {
    font-size: 22px;
    line-height: 1.55;

    max-width: 850px;
}

.s4k-project-card {
    background: #FFFFFF;

    border: 1px solid rgba(201,162,39,0.35);
    border-radius: 28px;

    padding: 36px;

    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.s4k-project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 32px;
}

.s4k-coach-card,
.s4k-team-card {
    background: #FFFFFF;

    border-radius: 26px;
    overflow: hidden;

    border: 1px solid rgba(201,162,39,0.35);

    box-shadow: 0 14px 34px rgba(0,0,0,0.08);

    transition: all 0.3s ease;
}

.s4k-coach-card:hover,
.s4k-team-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 22px 48px rgba(0,0,0,0.13);
}

.s4k-coach-card img {
    width: 100%;
    height: 420px;

    object-fit: cover;
    object-position: center top;

    display: block;
}

.s4k-president-card img {
    height: 420px;

    object-fit: cover;
    object-position: center 8%;

    display: block;
}

.s4k-coach-content,
.s4k-team-card {
    padding: 28px;
}

.s4k-coach-name,
.s4k-team-title {
    font-size: 30px;
    font-weight: 700;

    margin-bottom: 8px;
}

.s4k-coach-role {
    color: #C9A227;

    font-size: 18px;
    font-weight: 700;

    margin-bottom: 16px;
}

.s4k-coach-text,
.s4k-team-text {
    font-size: 18px;
    line-height: 1.5;
}

.s4k-team-card {
    min-height: 180px;

    background:
        linear-gradient(
            145deg,
            #FFFFFF 0%,
            #F8F1D6 100%
        );
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .s4k-project-section {
        width: 100%;
        max-width: 430px;

        margin-left: auto;
        margin-right: auto;

        padding-left: clamp(20px, 5vw, 28px);
        padding-right: clamp(20px, 5vw, 28px);
    }

    /* MEHR ABSTAND UNTER EYEBROW */

    .s4k-project-eyebrow {
        margin-bottom: 26px;
    }

    .s4k-project-title {
        font-size: clamp(36px, 9vw, 44px);

        line-height: 1.12;
    }

    .s4k-project-text {
        font-size: clamp(18px, 4.8vw, 21px);

        line-height: 1.55;
    }

    .s4k-project-card {
        width: 100%;

        padding: clamp(24px, 6vw, 34px);
    }

    .s4k-project-grid {
        grid-template-columns: 1fr;

        gap: 28px;
    }

    .s4k-coach-card img {
        height: clamp(260px, 78vw, 340px);
    }

    .s4k-coach-name,
    .s4k-team-title {
        font-size: clamp(26px, 7vw, 32px);

        line-height: 1.15;
    }

    .s4k-coach-text,
    .s4k-team-text {
        font-size: clamp(17px, 4.5vw, 19px);

        line-height: 1.5;
    }
}

/* =========================================
   FK OGRAZHDEN HERO SECTION
========================================= */

.s4k-club-hero {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 50px;
    align-items: center;
}

.s4k-club-logo img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.15));
}

.s4k-club-text h2 {
    font-size: 52px;
    line-height: 1.05;
    margin-bottom: 24px;
}

.s4k-club-text p {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.s4k-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.s4k-team-card-modern {
    background: #FFFFFF;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(201,162,39,0.25);
    box-shadow: 0 18px 42px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}

.s4k-team-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 54px rgba(0,0,0,0.14);
}

.s4k-team-image {
    position: relative;
    height: 290px;
    overflow: hidden;
}

.s4k-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.s4k-team-card-modern:hover .s4k-team-image img {
    transform: scale(1.05);
}

.s4k-team-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.72),
            rgba(0,0,0,0.08)
        );
}

.s4k-team-overlay {
    position: absolute;
    left: 28px;
    bottom: 24px;
    z-index: 2;
}

.s4k-team-overlay h3 {
    color: #FFFFFF;
    font-size: 54px;
    font-weight: 700;
    margin: 0;
}

.s4k-team-overlay span {
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.s4k-team-content {
    padding: 30px;
}

.s4k-team-content p {
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .s4k-club-hero {
        grid-template-columns: 1fr;
        gap: 34px;
        text-align: center;
    }

    .s4k-club-logo img {
        max-width: clamp(160px, 48vw, 220px);
    }

    .s4k-club-text h2 {
        font-size: clamp(36px, 9vw, 44px);
        line-height: 1.12;
    }

    .s4k-club-text p {
        font-size: clamp(18px, 4.8vw, 21px);
        line-height: 1.6;
    }

    .s4k-team-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .s4k-team-image {
        height: clamp(230px, 62vw, 300px);
    }

    .s4k-team-overlay h3 {
        font-size: clamp(38px, 10vw, 54px);
    }

    .s4k-team-content {
        padding: clamp(24px, 6vw, 32px);
    }
}

@media (max-width: 768px) {

    .s4k-project-section .s4k-project-title {
        font-size: clamp(30px, 7vw, 34px) !important;
        line-height: 1.15 !important;
        letter-spacing: -0.3px;
    }

}

/* =========================================
   OUR PROJECTS - INTERACTIVE TIMELINE
========================================= */

.s4k-timeline-section {
    max-width: 1250px;
    margin: 0 auto 180px auto;
    padding: 80px 40px 180px 40px;

    font-family: Play, sans-serif;
    color: #2F2F2F;
}

.s4k-timeline-intro {
    margin-bottom: 76px;
}

.s4k-timeline-eyebrow {
    display: block;
    color: #C9A227;

    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;

    margin-bottom: 26px;
}

.s4k-timeline-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.08;

    margin: 0 0 34px 0;
    max-width: 900px;
}

.s4k-timeline-text {
    font-size: 22px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0;
}

.s4k-timeline {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 80px;
    align-items: start;
}

.s4k-timeline-nav {
    position: relative;
    padding-left: 0;
}

.s4k-timeline-nav::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    bottom: 18px;

    width: 5px;
    border-radius: 999px;

    background: linear-gradient(180deg, #E0B84D, #A67C00);
}

.s4k-timeline-link {
    position: relative;
    display: block;

    padding-left: 92px;
    margin-bottom: 82px;

    text-decoration: none !important;
    cursor: pointer;

    transition: transform 0.3s ease;
}

.s4k-timeline-link:hover {
    transform: translateX(8px);
    text-decoration: none !important;
}

.s4k-timeline-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 41px;
    height: 41px;

    border-radius: 50%;
    background: #FFFFFF;
    border: 7px solid #C9A227;
    box-shadow: 0 0 0 18px rgba(201,162,39,0.13);
    box-sizing: border-box;

    transition: all 0.3s ease;
}

.s4k-timeline-link:hover::before,
.s4k-timeline-link.active::before {
    background: #C9A227;
    transform: scale(1.12);
    box-shadow: 0 0 0 18px rgba(201,162,39,0.16);
}

.s4k-timeline-date {
    font-size: 30px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 12px;
    line-height: 1;
    transition: color 0.3s ease;
    text-decoration: none !important;
}

.s4k-timeline-label {
    font-size: 18px;
    font-weight: 700;
    color: #2F2F2F;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    text-decoration: none !important;
}

.s4k-timeline-link:hover .s4k-timeline-date,
.s4k-timeline-link.active .s4k-timeline-date {
    color: #C9A227;
}

.s4k-timeline-link:hover .s4k-timeline-label,
.s4k-timeline-link.active .s4k-timeline-label {
    color: #2F2F2F;
}

.s4k-timeline-content {
    position: relative;
    height: 2350px;
    overflow: visible;
}

.s4k-milestone-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(0.98);

    background: #FFFFFF;
    border: 1px solid rgba(201,162,39,0.28);
    border-radius: 26px;
    padding: 38px 42px;

    box-shadow: 0 16px 42px rgba(0,0,0,0.08);

    overflow: hidden;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        top 0.35s ease;
}

.s4k-milestone-card.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.s4k-milestone-image {
    width: calc(100% + 84px);
    margin: -38px -42px 30px -42px;
    overflow: hidden;
    border-radius: 26px 26px 0 0;
}

.s4k-milestone-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.s4k-milestone-date {
    color: #C9A227;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.s4k-milestone-title {
    font-size: 34px;
    line-height: 1.12;
    font-weight: 700;
    margin-bottom: 24px;
}

.s4k-milestone-text {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.s4k-milestone-highlight {
    margin-top: 24px;
    padding: 18px 22px;
    background: #F8F1D6;
    border-left: 5px solid #C9A227;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1.45;
}

/* =========================================
   MOBILE TIMELINE
========================================= */

@media (max-width: 768px) {
    .s4k-timeline-section {
        width: 100%;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;

        padding: 48px 24px 110px 24px;

        overflow: visible;
    }

    .s4k-timeline-intro {
        margin-bottom: 68px;
    }

    .s4k-timeline-eyebrow {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 26px;
    }

    .s4k-timeline-title {
        font-size: clamp(32px, 8.4vw, 40px);
        line-height: 1.16;
        letter-spacing: -0.4px;
        margin-bottom: 26px;
        max-width: 100%;

        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    .s4k-timeline-text {
        font-size: clamp(18px, 4.5vw, 20px);
        line-height: 1.5;
        max-width: 100%;
        margin-bottom: 0;
    }

    .s4k-timeline {
        display: block;
        position: relative;
    }

    .s4k-timeline-nav {
        position: relative;
        padding-left: 0;
    }

    .s4k-timeline-nav::before {
        left: 24px;
        top: 24px;
        bottom: 24px;
        width: 4px;
        z-index: 1;
    }

    .s4k-timeline-link {
        position: relative;
        z-index: 3;

        padding-left: 82px;
        padding-right: 0;

        margin-bottom: 32px;
        min-height: 78px;

        transform: none !important;
    }

    .s4k-timeline-link::before {
        left: 4px;
        top: 0;

        width: 44px;
        height: 44px;

        border-width: 6px;
        box-shadow: 0 0 0 13px rgba(201,162,39,0.13);
        z-index: 4;
    }

    .s4k-timeline-link:hover::before,
    .s4k-timeline-link.active::before {
        transform: scale(1.05);
        box-shadow: 0 0 0 13px rgba(201,162,39,0.16);
    }

    .s4k-timeline-date {
        font-size: clamp(20px, 6vw, 28px);
        line-height: 1.05;
        margin-bottom: 10px;
    }

    .s4k-timeline-label {
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: 2.4px;
    }

    .s4k-timeline-content {
        display: contents;
        height: auto;
        min-height: auto;
    }

    .s4k-milestone-card {
        position: relative;
        display: none;

        width: 100%;
        max-width: none;
        box-sizing: border-box;

        margin: 4px 0 58px 0;
        padding: 30px 24px 32px 24px;

        z-index: 10;

        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        top: auto !important;
        left: auto;
        right: auto;

        background: #FFFFFF;
        border: 1px solid rgba(201,162,39,0.28);
        border-radius: 24px;
        box-shadow: 0 14px 36px rgba(0,0,0,0.10);

        overflow: hidden;
    }

    .s4k-milestone-card.active {
        display: block;
    }

    .s4k-milestone-image {
        width: calc(100% + 48px);
        margin: -30px -24px 24px -24px;
        border-radius: 24px 24px 0 0;
    }

    .s4k-milestone-image img {
        height: 220px;
    }

    .s4k-milestone-date {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 1.4px;
        margin-bottom: 16px;
    }

    .s4k-milestone-title {
        font-size: clamp(25px, 6.5vw, 30px);
        line-height: 1.18;
        letter-spacing: 0;
        margin-bottom: 20px;

        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    .s4k-milestone-text {
        font-size: clamp(18px, 4.8vw, 20px);
        line-height: 1.55;
        letter-spacing: 0;
        margin-bottom: 18px;

        word-break: normal;
        overflow-wrap: normal;
        hyphens: auto;
    }

    .s4k-milestone-highlight {
        font-size: 18px;
        line-height: 1.45;
        margin-top: 20px;
        padding: 18px 20px;
        border-radius: 18px;
    }
}

/* =========================================
   OUR PROJECTS - BUTTONS GRID
========================================= */

.s4k-project-buttons-section {
    width: 100%;
    max-width: 1400px;

    margin: 80px auto 120px auto;
    padding: 0 24px;

    font-family: Play, sans-serif;
}

/* GRID */

.s4k-project-buttons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 24px;
}

/* BUTTON */

.s4k-project-button {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 260px;

    padding: 34px 22px;

    border: 2px solid #E8B000;
    border-radius: 30px;

    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center 34px;
    background-size: 130px auto;

    overflow: hidden;
    box-sizing: border-box;

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

/* TEXT */

.s4k-project-button span {
    margin-top: 150px;

    color: #111111;

    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;

    text-decoration: none !important;

    transition: color 0.25s ease;
}

/* HOVER */

.s4k-project-button:hover {
    transform: translateY(-4px);

    box-shadow: 0 14px 34px rgba(0,0,0,0.08);

    border-color: #F0BC00;
}

/* TEXT HOVER */

.s4k-project-button:hover span {
    color: #E8B000;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .s4k-project-buttons-section {
        max-width: 430px;

        margin: 56px auto 90px auto;
        padding: 0 18px;
    }

    .s4k-project-buttons-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 18px;
    }

    .s4k-project-button {
        min-height: 190px;

        padding: 22px 14px;

        border-radius: 24px;

        background-size: 82px auto;
        background-position: center 24px;
    }

    .s4k-project-button span {
        margin-top: 108px;

        font-size: 18px;
        line-height: 1.12;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 390px) {

    .s4k-project-button {
        min-height: 175px;

        background-size: 74px auto;
    }

    .s4k-project-button span {
        margin-top: 98px;

        font-size: 16px;
    }
}

/* =========================================
   SPORT4KIDS DONATION SECTION
========================================= */

.s4k-donation-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;

    font-family: Play, sans-serif;
}

.s4k-donation-header {
    text-align: left;
    max-width: 850px;
    margin: 0 0 50px 0;
}

.s4k-donation-eyebrow {
    display: block;
    text-align: left;

    color: #C9A227;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 26px;
}

.s4k-donation-header h2 {
    font-size: 58px;
    line-height: 1.05;
    margin-bottom: 28px;
    color: #2F2F2F;
}

.s4k-donation-header p {
    font-size: 22px;
    line-height: 1.6;
    color: #2F2F2F;
}

.s4k-donation-frame-wrapper {
    position: relative;
    width: 100%;

    border-radius: 30px;
    overflow: hidden;

    background: #FFFFFF;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid rgba(201,162,39,0.2);
}

.s4k-donation-frame {
    width: 100%;
    height: 2100px;

    border: none;
    display: block;

    background: #FFFFFF;
}

@media (max-width: 768px) {
    .s4k-donation-section {
        padding: 60px 20px;
    }

    .s4k-donation-header h2 {
        font-size: clamp(34px, 9vw, 40px);
        line-height: 1.12;
    }

    .s4k-donation-header p {
        font-size: clamp(18px, 4.8vw, 19px);
        line-height: 1.55;
    }

    .s4k-donation-frame {
        height: 2300px;
    }
}

/* =========================================
   SPORTS EQUIPMENT PAGE
========================================= */

.s4k-equipment-hero {
    max-width: 1400px;
    margin: 0 auto 100px auto;
    padding: 120px 32px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.95) 0%,
            rgba(255,255,255,0.82) 45%,
            rgba(255,255,255,0.45) 100%
        ),
        url("https://sport4kids.ch/clubdesk/wwwfiles/equipment_hero.jpeg");

    background-size: cover;
    background-position: center;

    border-radius: 38px;

    font-family: Play, sans-serif;
}

.s4k-equipment-hero-content {
    max-width: 760px;
}

.s4k-equipment-hero h1 {
    margin: 0 0 28px 0;

    color: #2F2F2F;

    font-size: clamp(44px, 6vw, 78px);
    font-weight: 700;
    line-height: 1.02;
}

.s4k-equipment-hero p {
    margin: 0;

    color: #2F2F2F;

    font-size: 24px;
    line-height: 1.5;
}

/* =========================================
   INFRASTRUCTURE PAGE HERO
========================================= */

.s4k-infrastructure-hero {
    max-width: 1400px;
    margin: 0 auto 100px auto;
    padding: 120px 32px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.95) 0%,
            rgba(255,255,255,0.82) 45%,
            rgba(255,255,255,0.45) 100%
        ),
        url("https://sport4kids.ch/clubdesk/wwwfiles/infrastructure_hero.jpeg");

    background-size: cover;
    background-position: center;

    border-radius: 38px;

    font-family: Play, sans-serif;
}

.s4k-infrastructure-hero h1 {
    margin: 0 0 28px 0;

    color: #2F2F2F;

    font-size: clamp(44px, 6vw, 78px);
    font-weight: 700;
    line-height: 1.02;
}

.s4k-infrastructure-hero p {
    margin: 0;

    color: #2F2F2F;

    font-size: 24px;
    line-height: 1.5;
}


/* IMPACT */

.s4k-equipment-impact {
    max-width: 1200px;
    margin: 0 auto 110px auto;
    padding: 0 24px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;

    font-family: Play, sans-serif;
}

.s4k-equipment-impact-card {
    padding: 34px 24px;

    background: #FFFFFF;

    border: 2px solid #E8B000;
    border-radius: 28px;

    text-align: center;

    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.s4k-equipment-impact-card h3 {
    margin: 0 0 10px 0;

    color: #E8B000;

    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.s4k-equipment-impact-card p {
    margin: 0;

    color: #2F2F2F;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

/* SUPPORT AREAS */

.s4k-equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;

    margin-top: 42px;
}

.s4k-equipment-card {
    padding: 34px;

    background: #FFFFFF;

    border: 1px solid rgba(232,176,0,0.45);
    border-radius: 28px;

    box-shadow: 0 14px 34px rgba(0,0,0,0.07);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.s4k-equipment-card:hover {
    transform: translateY(-4px);

    border-color: #E8B000;

    box-shadow: 0 18px 42px rgba(0,0,0,0.10);
}

.s4k-equipment-card h3 {
    margin: 0 0 14px 0;

    color: #111111;

    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.s4k-equipment-card p {
    margin: 0;

    color: #2F2F2F;

    font-size: 19px;
    line-height: 1.5;
}

/* FEATURE BLOCKS */

.s4k-equipment-feature {
    max-width: 1200px;
    margin: 0 auto 110px auto;
    padding: 0 24px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;

    font-family: Play, sans-serif;
}

.s4k-equipment-feature-reverse .s4k-equipment-feature-image {
    order: 2;
}

.s4k-equipment-feature-image img {
    width: 100%;
    height: 520px;

    object-fit: cover;
    display: block;

    border-radius: 34px;

    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.s4k-equipment-feature-text h2 {
    margin: 0 0 24px 0;

    color: #2F2F2F;

    font-size: clamp(38px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.05;
}

.s4k-equipment-feature-text p {
    margin: 0 0 18px 0;

    color: #2F2F2F;

    font-size: 22px;
    line-height: 1.55;
}

/* GALLERY */

.s4k-equipment-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;

    margin-top: 42px;
}

.s4k-equipment-gallery img {
    width: 100%;
    height: 320px;

    object-fit: cover;
    display: block;

    border-radius: 26px;

    box-shadow: 0 12px 30px rgba(0,0,0,0.10);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.s4k-equipment-gallery img:hover {
    transform: translateY(-4px);

    box-shadow: 0 18px 42px rgba(0,0,0,0.14);
}

/* CTA */

.s4k-equipment-cta {
    max-width: 1000px;
    margin: 20px auto 120px auto;
    padding: 70px 34px;

    background: #FFFFFF;

    border: 2px solid #E8B000;
    border-radius: 36px;

    text-align: center;

    font-family: Play, sans-serif;

    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.s4k-equipment-cta h2 {
    max-width: 1100px;

    margin: 0 auto 28px auto;

    color: #2F2F2F;

    text-align: center;

    font-size: clamp(48px, 6vw, 86px);
    font-weight: 700;
    line-height: 1.02;

    letter-spacing: -1px;
}

.s4k-equipment-cta p {
    max-width: 720px;

    margin: 0 auto 34px auto;

    color: #2F2F2F;

    text-align: center;

    font-size: 22px;
    line-height: 1.5;
}

.s4k-equipment-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 16px 34px;

    background: #FFFFFF;

    border: 2px solid #E8B000;
    border-radius: 999px;

    color: #111111;

    font-size: 22px;
    font-weight: 700;

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.s4k-equipment-cta a:hover {
    transform: translateY(-4px);

    color: #E8B000;

    border-color: #F0BC00;

    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .s4k-equipment-hero {
        margin: 0 auto 70px auto;
        padding: 70px 24px;

        border-radius: 28px;
    }

    .s4k-equipment-hero h1 {
        font-size: clamp(36px, 9vw, 48px);
    }

    .s4k-equipment-hero p {
        font-size: 19px;
        line-height: 1.5;
    }

    .s4k-infrastructure-hero {
        margin: 0 auto 70px auto;
        padding: 70px 24px;

        border-radius: 28px;
    }

    .s4k-infrastructure-hero h1 {
        font-size: clamp(36px, 9vw, 48px);
    }

    .s4k-infrastructure-hero p {
        font-size: 19px;
        line-height: 1.5;
    }

    .s4k-equipment-impact {
        max-width: 430px;

        grid-template-columns: repeat(2, 1fr);
        gap: 18px;

        margin-bottom: 80px;
        padding: 0 18px;
    }

    .s4k-equipment-impact-card {
        padding: 24px 14px;

        border-radius: 24px;
    }

    .s4k-equipment-impact-card h3 {
        font-size: 36px;
    }

    .s4k-equipment-impact-card p {
        font-size: 15px;
    }

    .s4k-equipment-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .s4k-equipment-card {
        padding: 28px;
    }

    .s4k-equipment-card h3 {
        font-size: 26px;
    }

    .s4k-equipment-card p {
        font-size: 18px;
    }

    .s4k-equipment-feature,
    .s4k-equipment-feature-reverse {
        max-width: 430px;

        grid-template-columns: 1fr;
        gap: 34px;

        margin-bottom: 80px;
        padding: 0 18px;
    }

    .s4k-equipment-feature-reverse .s4k-equipment-feature-image {
        order: 0;
    }

    .s4k-equipment-feature-image img {
        height: 320px;

        border-radius: 26px;
    }

    .s4k-equipment-feature-text h2 {
        font-size: clamp(32px, 8vw, 42px);
    }

    .s4k-equipment-feature-text p {
        font-size: 19px;
    }

    .s4k-equipment-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .s4k-equipment-gallery img {
        height: 300px;
    }

    .s4k-equipment-cta {
        max-width: 430px;

        margin: 0 auto 90px auto;
        padding: 50px 24px;

        border-radius: 28px;
    }

    .s4k-equipment-cta h2 {
        font-size: clamp(38px, 10vw, 54px);

        line-height: 1.05;
    }

    .s4k-equipment-cta p {
        font-size: 19px;
    }

    .s4k-equipment-cta a {
        font-size: 20px;
    }
}

/* =========================================
   BEFORE / AFTER SLIDER
========================================= */

.s4k-before-after {
    position: relative;

    width: 100%;
    max-width: 1100px;
    aspect-ratio: 16 / 9;

    margin: 60px auto 100px auto;

    overflow: hidden;

    border: 2px solid #E8B000;
    border-radius: 34px;

    box-shadow: 0 18px 45px rgba(0,0,0,0.12);

    --position: 50%;
}

.s4k-before-after-img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.s4k-before-wrap {
    position: absolute;
    inset: 0;

    width: var(--position);

    overflow: hidden;
}

.s4k-before-after-range {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
    cursor: ew-resize;

    z-index: 5;
}

.s4k-before-after-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--position);

    width: 4px;

    background: #E8B000;

    transform: translateX(-50%);

    z-index: 4;
}

.s4k-before-after-line::before {
    content: "↔";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    background: #FFFFFF;

    border: 2px solid #E8B000;
    border-radius: 50%;

    color: #111111;

    font-size: 26px;
    font-weight: 700;

    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

.s4k-before-after-label {
    position: absolute;
    top: 24px;

    padding: 8px 16px;

    background: rgba(255,255,255,0.92);

    border: 2px solid #E8B000;
    border-radius: 999px;

    color: #111111;

    font-family: Play, sans-serif;
    font-size: 16px;
    font-weight: 700;

    z-index: 3;
}

.s4k-before-label {
    left: 24px;
}

.s4k-after-label {
    right: 24px;
}

/* MOBILE */

@media (max-width: 768px) {

    .s4k-before-after {
        aspect-ratio: 4 / 5;

        margin: 40px auto 70px auto;

        border-radius: 26px;
    }

    .s4k-before-after-line::before {
        width: 46px;
        height: 46px;

        font-size: 22px;
    }

    .s4k-before-after-label {
        top: 16px;

        font-size: 14px;
        padding: 7px 13px;
    }

    .s4k-before-label {
        left: 16px;
    }

    .s4k-after-label {
        right: 16px;
    }
}

/* =========================================
   OUR TEAM PAGE
========================================= */

/* =========================================
   HERO
========================================= */

.s4k-team-page-hero {

    max-width: 1400px;

    margin: 0 auto 100px auto;

    padding: 120px 32px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.96) 0%,
            rgba(255,255,255,0.84) 48%,
            rgba(255,255,255,0.45) 100%
        ),
        url("https://sport4kids.ch/clubdesk/wwwfiles/s4k_team_hero.jpeg");

    background-size: cover;

    background-position: center;

    border-radius: 38px;

    font-family: Play, sans-serif;
}

.s4k-team-page-hero-content {
    max-width: 780px;
}

.s4k-team-page-hero h1 {

    margin: 0 0 28px 0;

    color: #2F2F2F;

    font-size: clamp(44px, 6vw, 78px);

    font-weight: 700;

    line-height: 1.02;
}

.s4k-team-page-hero p {

    margin: 0;

    color: #2F2F2F;

    font-size: 24px;

    line-height: 1.5;
}

/* =========================================
   SECTION
========================================= */

.s4k-team-page-section {
    max-width: 1300px;
    margin: 0 auto 110px auto;
    padding: 0 24px;

    font-family: Play, sans-serif;
}

/* =========================================
   GRID
========================================= */

.s4k-team-page-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;

    margin-top: 46px;
}

/* =========================================
   CARD
========================================= */

.s4k-team-member-card {
    min-height: 620px;

    overflow: hidden;

    padding: 32px;

    background: #FFFFFF;

    border: 1px solid rgba(232,176,0,0.38);
    border-radius: 34px;

    text-align: left;

    box-shadow: 0 14px 34px rgba(0,0,0,0.06);

    opacity: 0;
    transform: translateY(22px);

    display: flex;
    flex-direction: column;

    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.s4k-team-member-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.s4k-team-member-card:hover {
    transform: translateY(-8px);

    border-color: #E8B000;

    box-shadow: 0 24px 54px rgba(0,0,0,0.12);
}

.s4k-founder-card {
    border-top: 5px solid #E8B000;
}

/* =========================================
   IMAGE
========================================= */

.s4k-team-member-image {
    width: calc(100% + 64px);
    height: 360px;

    margin:
        -32px
        -32px
        30px
        -32px;

    overflow: hidden;

    border-radius:
        34px
        34px
        0
        0;

    background: transparent;
}

.s4k-team-member-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center top;

    transition: transform 0.5s ease;
}

.s4k-team-member-card:hover .s4k-team-member-image img {
    transform: scale(1.03);
}

/* =========================================
   CONTENT
========================================= */

.s4k-team-member-card h3 {
    margin: 0 0 10px 0;

    color: #111111;

    font-size: 34px;
    font-weight: 700;
    line-height: 1.05;
}

.s4k-team-member-role {
    min-height: 48px;

    margin-bottom: 18px;

    color: #E8B000;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.s4k-team-member-card p {
    margin: 0 0 28px 0;

    color: #2F2F2F;

    font-size: 17px;
    line-height: 1.55;
}

/* =========================================
   EMAIL BUTTON
========================================= */

.s4k-team-email {
    margin-top: auto;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.s4k-team-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    background: linear-gradient(
        135deg,
        #F5D36A,
        #E8B000
    );

    border-radius: 999px;

    color: #111111 !important;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow:
        0 8px 20px rgba(232,176,0,0.18);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.s4k-team-email-btn i {
    font-size: 15px;
}

.s4k-team-email-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 28px rgba(232,176,0,0.28);
}

/* =========================================
   CTA
========================================= */

.s4k-team-page-cta {
    max-width: 1000px;
    margin: 10px auto 120px auto;
    padding: 70px 34px;

    background: #FFFFFF;

    border: 2px solid #E8B000;
    border-radius: 36px;

    text-align: center;

    font-family: Play, sans-serif;

    box-shadow: 0 18px 45px rgba(0,0,0,0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.s4k-team-page-cta:hover {
    transform: translateY(-4px);

    box-shadow:
        0 24px 48px rgba(0,0,0,0.12);
}

.s4k-team-page-cta h2 {
    max-width: 900px;

    margin: 0 auto 26px auto;

    color: #2F2F2F;

    text-align: center;

    font-size: clamp(44px, 6vw, 72px);
    font-weight: 700;
    line-height: 1.03;

    letter-spacing: -1px;
}

.s4k-team-page-cta p {
    max-width: 720px;

    margin: 0 auto 34px auto;

    color: #2F2F2F;

    text-align: center;

    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.s4k-team-page-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 16px 34px;

    background: #FFFFFF;

    border: 2px solid #E8B000;
    border-radius: 999px;

    color: #111111;

    font-size: 22px;
    font-weight: 700;

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.s4k-team-page-cta a:hover {
    transform: translateY(-4px);

    color: #E8B000;

    border-color: #F0BC00;

    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .s4k-team-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .s4k-team-page-hero {

        margin: 0 auto 70px auto;

        padding: 80px 24px;

        border-radius: 28px;
    }

    .s4k-team-page-hero-content {
        max-width: 100%;
    }

    .s4k-team-page-hero h1 {

        font-size: clamp(28px, 8vw, 46px);

        line-height: 1.05;

        letter-spacing: -1px;

        margin-bottom: 24px;

        word-break: normal;

        overflow-wrap: break-word;
    }

    .s4k-team-page-hero p {

        font-size: 19px;

        line-height: 1.6;
    }

    .s4k-team-page-section {

        max-width: 430px;

        margin-bottom: 80px;

        padding: 0 18px;
    }

    .s4k-team-page-grid {

        grid-template-columns: 1fr;

        gap: 24px;

        margin-top: 34px;
    }

    .s4k-team-member-card {

        min-height: auto;

        padding: 28px;

        border-radius: 28px;
    }

    .s4k-team-member-image {

        width: calc(100% + 56px);

        height: 340px;

        margin:
            -28px
            -28px
            24px
            -28px;

        border-radius:
            28px
            28px
            0
            0;
    }

    .s4k-team-member-card h3 {

        font-size: 32px;
    }

    .s4k-team-member-role {

        min-height: auto;

        font-size: 17px;
    }

    .s4k-team-member-card p {

        font-size: 17px;
    }

    .s4k-team-page-cta {

        max-width: 430px;

        margin: 0 auto 90px auto;

        padding: 50px 24px;

        border-radius: 28px;
    }

    .s4k-team-page-cta h2 {

        font-size: clamp(36px, 9vw, 52px);
    }

    .s4k-team-page-cta p {

        font-size: 19px;
    }

    .s4k-team-page-cta a {

        font-size: 20px;
    }
}

/* =========================================
   HOMEPAGE HERO INTRO
========================================= */

.s4k-home-hero {

    max-width: 1400px;

    margin: 0 auto 110px auto;

    padding: 120px 32px 40px 32px;

    font-family: Play, sans-serif;
}

.s4k-home-hero-content {
    max-width: 920px;
}

.s4k-home-hero-title {

    margin: 0 0 30px 0;

    max-width: 1100px;

    color: #2F2F2F;

    font-size: clamp(54px, 6vw, 78px);

    font-weight: 700;

    line-height: 0.95;

    letter-spacing: -2px;
}

.s4k-home-hero-text {

    max-width: 760px;

    margin: 0;

    color: #2F2F2F;

    font-size: 24px;

    line-height: 1.6;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .s4k-home-hero {

        margin: 0 auto 70px auto;

        padding: 70px 24px 10px 24px;
    }

.s4k-home-hero-title {

    max-width: 340px;

    font-size: clamp(38px, 10vw, 52px);

    line-height: 0.98;

    letter-spacing: -1px;
}

    .s4k-home-hero-text {

        font-size: 19px;

        line-height: 1.55;
    }

}