/* =============================================================================
   Kona26 Athlete – Single-Seite
   Quelle: single-kona26_athlete.php (vormals Inline-<style>)
   Plugin: kona26-athlete
============================================================================= */

/* -- Hawaii-Akzentfarbe --------------------------------------------------- */
:root {
    --k26-accent:       #E8572A;
    --k26-accent-light: #fdf1ec;
}

/* -- Wrap ----------------------------------------------------------------- */
.k26-single-athlete .k26-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 50px;
}

/* -- Card ----------------------------------------------------------------- */
.k26-card {
    margin: 0 0 28px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
}

.k26-card--sport {
    background: var(--k26-accent-light);
    border-color: transparent;
}

.k26-card h2 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.15;
}

/* -- Hero ----------------------------------------------------------------- */
.k26-hero {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    align-items: stretch;
    margin: 0 0 28px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 22px;
}

.k26-hero__content {
    display: flex;
    flex-direction: column;
}

.k26-kicker {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #666;
}

.k26-title {
    margin: 0 0 10px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
}

.k26-subline {
    margin: 0 0 20px;
    color: #666;
    font-size: 17px;
}

.k26-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
}

/* -- Social-Icons im Hero ------------------------------------------------- */
.k26-hero-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.k26-hero-social .k26-hero-sponsors__label {
    flex: 0 0 100%;
    margin-bottom: 0;
}

.k26-hs-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .15s, background .15s, color .15s;
    color: #fff;
}
.k26-hs-btn:hover { transform: scale(1.12); }

.k26-hs-btn--web    { background: #555; }
.k26-hs-btn--web:hover { background: #333; }

.k26-hs-btn--ig     { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.k26-hs-btn--ig:hover { filter: brightness(1.1); }

.k26-hs-btn--fb     { background: #1877f2; }
.k26-hs-btn--fb:hover { background: #0e5fc4; }

.k26-hs-btn--tt     { background: #010101; }
.k26-hs-btn--tt:hover { background: #333; }

.k26-hs-btn--strava { background: #fc4c02; }
.k26-hs-btn--strava:hover { background: #e03d00; }

/* -- Fact-Kacheln --------------------------------------------------------- */
.k26-fact {
    padding: 14px 16px;
    background: #f8f8f8;
    border-radius: 14px;
}

.k26-fact__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #666;
    margin-bottom: 5px;
}

.k26-fact__value {
    font-size: 16px;
    font-weight: 700;
}

/* -- Profilbild ------------------------------------------------------------ */
.k26-profile-image {
    line-height: 0;
}

.k26-profile-image__crop {
    overflow: hidden;
    border-radius: 18px;
    max-height: 520px;
}

.k26-profile-image img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top center;
    border-radius: 0;
}

.k26-post-card__thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.k26-profile-image--placeholder {
    min-height: 420px;
    background: linear-gradient(135deg, #f0f0f0, #dcdcdc);
    border-radius: 18px;
}

.k26-image-meta {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.k26-image-meta span {
    display: block;
}

.k26-credit {
    display: block;
}

/* -- Pullquote ------------------------------------------------------------ */
.k26-pullquote {
    margin: 0 0 28px;
    padding: 36px 36px 28px;
    background: var(--k26-accent-light);
    border-radius: 22px;
    position: relative;
}

.k26-pullquote__mark {
    position: absolute;
    top: 16px;
    left: 30px;
    font-size: 96px;
    line-height: 1;
    color: var(--k26-accent);
    font-family: Georgia, serif;
    pointer-events: none;
    opacity: .35;
}

.k26-pullquote__text {
    margin: 20px 0 16px;
    font-size: clamp(20px, 2.5vw, 26px);
    line-height: 1.5;
    font-weight: 500;
    font-style: italic;
    color: #1a1a1a;
    border: none;
    padding: 0;
}

.k26-pullquote__hibiscus {
    position: absolute;
    bottom: -22px;
    right: 6px;
    width: 190px;
    height: 185px;
    pointer-events: none;
}

.k26-pullquote__byline {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* -- Grid / Specs --------------------------------------------------------- */
.k26-grid {
    display: grid;
    gap: 22px;
}

.k26-grid--2 {
    grid-template-columns: 1fr 1fr;
}

.k26-quote {
    margin: 0 0 22px;
    padding: 20px;
    background: #faf7f0;
    border-radius: 16px;
}

.k26-quote h3 {
    margin: 0 0 10px;
}

.k26-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.k26-specs > div {
    padding: 14px 16px;
    background: #f8f8f8;
    border-radius: 14px;
}

.k26-specs strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.k26-section-note {
    margin: -10px 0 18px;
    font-size: 13px;
    color: #999;
    font-style: italic;
}

/* -- Skill-Anzeige -------------------------------------------------------- */
.k26-skill-list { display: grid; gap: 20px; }

.k26-skill__label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.k26-skill__name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #555;
}

.k26-skill__km {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.k26-skill__icons {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
}

.k26-skill__icon {
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .k26-skill__icons { gap: 0; width: 100%; }
    .k26-skill__icon  { flex: 0 0 10%; text-align: center; font-size: clamp(16px, 7vw, 22px); }
}

.k26-section-note--below {
    margin-top: 16px;
    margin-bottom: 0;
}

.k26-skill__icon--off {
    filter: grayscale(1) opacity(.25);
}

.k26-skill__icon--flip {
    display: inline-block;
    transform: scaleX(-1);
}
.k26-skill__icon--off.k26-skill__icon--flip {
    display: inline-block;
    transform: scaleX(-1);
}

.k26-specs--training {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ececec;
}

/* -- Kona-Statistiken ----------------------------------------------------- */
.k26-kona-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin: 0 0 28px;
}

.k26-kona-stat {
    padding: 20px 16px;
    background: var(--k26-accent-light);
    border-radius: 16px;
    text-align: center;
}

.k26-kona-stat__number {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 800;
    line-height: 1;
    color: var(--k26-accent);
    margin-bottom: 8px;
    letter-spacing: -.02em;
}

.k26-kona-stat--time .k26-kona-stat__number {
    font-size: clamp(26px, 3.5vw, 38px);
}

.k26-kona-stat__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #888;
}

/* -- Tabellen ------------------------------------------------------------- */
.k26-table-wrap {
    overflow-x: auto;
}

.k26-table {
    width: 100%;
    border-collapse: collapse;
}

.k26-table th,
.k26-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    font-size: 14px;
}

.k26-table thead tr {
    background: var(--k26-accent-light);
}

.k26-table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #666;
}

.k26-table td.k26-td-best {
    background: #fde0ce;
}

.k26-table th.k26-col-center,
.k26-table td.k26-col-center {
    text-align: center;
}

.k26-best {
    font-weight: 700;
}

/* -- Galerie ------------------------------------------------------------- */
.k26-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
}

.k26-gallery__thumb {
    display: block;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    transition: opacity .15s, transform .15s;
}

.k26-gallery__thumb:hover {
    opacity: .85;
    transform: scale(1.03);
}

.k26-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* -- Lightbox ------------------------------------------------------------- */
.k26-lb {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.k26-lb[hidden] { display: none; }

.k26-lb__figure {
    max-width: min(92vw, 1100px);
    margin: 0;
    text-align: center;
}

.k26-lb__img {
    display: block;
    max-width: 100%;
    max-height: 82vh;
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
    object-fit: contain;
}

.k26-lb__caption {
    margin-top: 10px;
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.4;
}

.k26-lb__close {
    position: fixed;
    top: 18px;
    right: 22px;
    background: rgba(255,255,255,.15);
    border: none;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    z-index: 100000;
}
.k26-lb__close:hover { background: rgba(255,255,255,.3); }

.k26-lb__nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.15);
    border: none;
    color: #fff;
    font-size: 36px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    z-index: 100000;
    line-height: 1;
}
.k26-lb__nav:hover { background: rgba(255,255,255,.3); }
.k26-lb__prev { left: 16px; }
.k26-lb__next { right: 16px; }
.k26-lb__nav[hidden] { display: none; }

/* -- Link-Buttons --------------------------------------------------------- */
.k26-link-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.k26-link-buttons a,
.k26-cta-button {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #d6d6d6;
    border-radius: 999px;
    text-decoration: none;
}

/* -- Blog-Posts des Athleten ---------------------------------------------- */
.k26-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.k26-post-card {
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
}

.k26-post-card__body {
    padding: 10px 12px 12px;
}

.k26-post-card__date {
    font-size: 11px;
    color: #999;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.k26-post-card__body h3 {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}

.k26-post-card__body h3 a {
    text-decoration: none;
    color: inherit;
}

.k26-post-card__body h3 a:hover {
    color: #E8572A;
}

/* -- Mehr Athleten entdecken ----------------------------------------------- */
.k26-card--cta {
    text-align: center;
}

.k26-card--mehr-athleten {
    text-align: center;
}

.k26-mehr-athleten {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 14px;
    margin: 24px 0 4px;
}

.k26-mehr-av {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: inherit;
    width: 80px;
}

.k26-mehr-av__img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .15s, transform .15s;
}

.k26-mehr-av:hover .k26-mehr-av__img {
    box-shadow: 0 4px 14px rgba(232,87,42,.35);
    transform: translateY(-2px);
}

.k26-mehr-av__init {
    font-size: 22px;
    font-weight: 700;
    color: #bbb;
    line-height: 1;
}

.k26-mehr-av__name {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #333;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* -- Verwandte Athleten --------------------------------------------------- */
.k26-related-section__title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 20px;
    font-size: 20px;
}

.k26-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 700px) {
    .k26-mini-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

.k26-mini-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: #fff;
    transition: box-shadow .18s, transform .18s, border-color .18s;
}

.k26-mini-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.09);
    transform: translateY(-2px);
    border-color: #E8572A;
}

.k26-mini-card__img-wrap {
    position: relative;
    aspect-ratio: 3 / 4;
}

.k26-mini-card__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f0f0f0;
}

.k26-mini-card__stars-row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 8px 6px;
    background: linear-gradient(transparent, rgba(0,0,0,.55));
    text-align: center;
    line-height: 1;
}

.k26-mini-card__stars {
    display: inline-block;
    font-size: 20px;
    color: #FFD700;
    letter-spacing: .1em;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    line-height: 1.4;
    text-align: center;
}

.k26-mini-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    transition: transform .28s;
}

.k26-mini-card:hover .k26-mini-card__img img {
    transform: scale(1.04);
}

.k26-mini-card__img--initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0ede8, #ddd8d0);
}

.k26-mini-card__initials {
    font-size: clamp(28px, 6vw, 44px);
    font-weight: 800;
    color: #999;
    letter-spacing: -.02em;
    line-height: 1;
    text-decoration: none !important;
}

.k26-mini-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #efefef, #dcdcdc);
}

.k26-mini-card__body {
    padding: 10px 12px 12px;
}

.k26-mini-card__name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

.k26-mini-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

/* -- Agegroup-Badge ------------------------------------------------------- */
.k26-ag-badge {
    display: inline-block;
    padding: 3px 10px;
    background: #E8572A;
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none !important;
}

.k26-ag-badge--sm {
    font-size: 11px;
    padding: 2px 8px;
}

.k26-mini-card__city {
    font-size: 12px;
    color: #777;
}

/* -- Agegroup-Tabelle (Related) ------------------------------------------ */
.k26-ag-table--related {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-top: 4px;
}
.k26-ag-table--related thead th {
    text-align: left;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #888;
    border-bottom: 2px solid #e7e7e7;
}
.k26-ag-table--related .k26-agt-row { cursor: pointer; transition: background .13s; }
.k26-ag-table--related .k26-agt-row:hover { background: #fff7f5; }
.k26-ag-table--related .k26-agt-row td {
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}
.k26-ag-table--related .k26-agt-col-foto { width: 56px; padding-right: 4px !important; }
.k26-ag-table--related .k26-agt-avatar {
    width: 44px; height: 44px; min-width: 44px;
    border-radius: 50%; overflow: hidden;
    background: #efefef;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.k26-ag-table--related .k26-agt-photo {
    width: 44px; height: 44px; border-radius: 50%;
    background-size: cover; background-position: center 20%; background-repeat: no-repeat;
}
.k26-ag-table--related .k26-agt-initials { font-size: 14px; font-weight: 700; color: #aaa; text-transform: uppercase; }
.k26-ag-table--related .k26-agt-col-name { width: 22%; }
.k26-ag-table--related .k26-agt-col-ort { width: 18%; color: #555; }
.k26-ag-table--related .k26-agt-col-quali { width: auto; color: #555; }
.k26-ag-table--related .k26-agt-col-finishes { width: 160px; text-align: center; font-weight: 600; }
.k26-ag-table--related .k26-agt-none { color: #ccc; font-weight: 400; }

@media (max-width: 600px) {
    .k26-ag-table--related .k26-agt-col-ort,
    .k26-ag-table--related .k26-agt-col-quali { display: none; }
    .k26-ag-table--related .k26-agt-avatar { width: 36px; height: 36px; }
    .k26-ag-table--related .k26-agt-photo  { width: 36px; height: 36px; }
}

/* -- Sponsoren ------------------------------------------------------------ */
.k26-hero-sponsors {
    margin-top: 18px;
}

.k26-hero-sponsors__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #888;
    margin-bottom: 8px;
}

.k26-hero-sponsors__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.k26-sponsor-tag--hero {
    padding: 5px 13px;
    font-size: 13px;
    background: rgba(255,255,255,.15);
    border-color: rgba(255,255,255,.35);
    color: inherit;
}

a.k26-sponsor-tag--hero:hover {
    background: rgba(255,255,255,.3);
    border-color: rgba(255,255,255,.7);
}

.k26-sponsor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.k26-sponsor-tag {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #d6d6d6;
    border-radius: 999px;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s, background .15s;
}

a.k26-sponsor-tag:hover {
    border-color: #111;
    background: #f8f8f8;
}

/* -- Registrierungs-CTA --------------------------------------------------- */
.k26-reg-cta {
    margin: 0 0 28px;
}

.k26-reg-cta__btn {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #E8572A;
    border: 2px solid #E8572A;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none !important;
    transition: background .15s, color .15s;
    text-align: center;
}

.k26-reg-cta__btn:hover {
    background: #E8572A;
    color: #fff !important;
}

/* -- PRO-Badge ------------------------------------------------------------ */
.k26-pro-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    background: #0a0a1a;
    color: #FFD700;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none !important;
    vertical-align: middle;
    line-height: 1.2;
}

.k26-pro-badge--sm {
    font-size: 10px;
    padding: 2px 7px;
}

.k26-pro-badge--card {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 10px;
    padding: 3px 9px;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,.35);
}

/* -- Qualistory ----------------------------------------------------------- */
.k26-qualistory {
    position: relative;
    margin-top: 22px;
    line-height: 1.7;
    color: #333;
}

.k26-qualistory--collapsed {
    max-height: 20em;
    overflow: hidden;
}

.k26-qualistory__fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

.k26-qualistory__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 8px 20px;
    background: transparent;
    border: 1px solid var(--k26-accent);
    border-radius: 999px;
    color: var(--k26-accent);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.k26-qualistory__toggle:hover {
    background: var(--k26-accent);
    color: #fff;
}

.k26-qualistory__toggle::after {
    content: '▾';
    font-size: 12px;
}

.k26-qualistory__toggle[aria-expanded="true"]::after {
    content: '▴';
}

/* -- Follow-Button -------------------------------------------------------- */
.k26-follow-wrap {
    margin-top: auto;
    padding-top: 24px;
}

.k26-follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    border-radius: 999px;
    border: 2px solid var(--k26-accent);
    background: transparent;
    color: var(--k26-accent);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s, color .15s;
    text-decoration: none;
}

.k26-follow-btn:hover,
.k26-follow-btn--active {
    background: var(--k26-accent);
    color: #fff;
}

.k26-follow-btn--active:hover {
    background: #c0381a;
    border-color: #c0381a;
}

.k26-follow-btn[disabled] {
    opacity: .6;
    cursor: wait;
}

/* Fan-Zone-Hero-Variante (dunkler Hintergrund) */
.k26-follow-btn--hero-cta {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.55);
}
.k26-follow-btn--hero-cta:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
    border-color: #fff;
}
.k26-follow-btn--hero-cta.k26-follow-btn--active {
    background: #E8572A;
    border-color: #E8572A;
    color: #fff;
}
.k26-follow-btn--hero-cta.k26-follow-btn--active:hover {
    background: #c0381a;
    border-color: #c0381a;
}

.k26-follow-hint {
    color: #666;
    font-size: 15px;
}

/* -- Meine Athleten ------------------------------------------------------- */
.k26-meine-athleten {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.k26-ma-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 16px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    transition: border-color .15s, box-shadow .15s;
}

.k26-ma-card:hover {
    border-color: var(--k26-accent);
    box-shadow: 0 4px 18px rgba(232,87,42,.1);
}

.k26-ma-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--k26-accent-light);
}

.k26-ma-avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--k26-accent);
}

.k26-ma-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

/* -- Responsive ---------------------------------------------------------- */
@media (max-width: 900px) {
    .k26-hero,
    .k26-grid--2,
    .k26-post-grid {
        grid-template-columns: 1fr;
    }

    .k26-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .k26-title {
        font-size: 38px;
    }

    .k26-card h2 {
        font-size: 24px;
    }
}
