/* ==========================================================================
   Akademie Styles - Ikonenschmiede Welle 2 (2026-05-04, CARMACK)
   Quelle: shared-projects/website/akademie/prototypen/v3-hybrid.html
   Ersetzt: alte Variante vom 2026-04-20
   Tokens kommen aus assets/brand/tokens.css (--ik-*)
   ========================================================================== */

/* === Generic === */
.ak-section { padding: 112px 0; position: relative; }
.ak-section--gray { background: var(--ik-gray); }
.ak-section--tight { padding: 80px 0; }
.ak-section--dark { background: var(--ik-black); color: #FFFFFF; }
.ak-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.ak-eyebrow {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ik-text-secondary);
    margin: 0 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ak-eyebrow__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--ik-red);
    flex-shrink: 0;
}
.ak-eyebrow__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.ak-h2 {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: clamp(28px, 3.4vw, 36px);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 28px;
    max-width: 28ch;
}
.ak-lead {
    font-family: var(--ik-font-body);
    font-size: 17px;
    line-height: 1.65;
    color: var(--ik-text-secondary);
    margin: 0;
    max-width: 64ch;
}
.ak-text-link {
    display: inline-block;
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ik-black);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--ik-black);
    transition: opacity 150ms ease;
}
.ak-text-link:hover { opacity: 0.6; }


/* === HERO === */
.ak-hero { padding: 80px 0 96px; position: relative; }
.ak-hero__inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.ak-hero__h1 {
    font-family: var(--ik-font-heading);
    font-weight: 300;
    font-size: clamp(36px, 4.8vw, 56px);
    letter-spacing: -0.03em;
    line-height: 1.05;
    color: var(--ik-black);
    margin: 0 0 28px;
    max-width: 24ch;
}
.ak-hero__sub {
    font-family: var(--ik-font-body);
    font-size: 18px;
    line-height: 1.6;
    color: var(--ik-text-secondary);
    margin: 0 0 36px;
    max-width: 56ch;
}
.ak-hero__meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 32px;
    border-top: 0.5px solid var(--ik-gray-border);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ik-text-tertiary);
}
.ak-hero__meta strong { color: var(--ik-black); font-weight: 500; }

/* Hero Niko-Quote-Box */
.ak-hero__quote {
    margin-top: 64px;
    padding: 32px 36px;
    border-top: 0.5px solid var(--ik-gray-border);
    border-bottom: 0.5px solid var(--ik-gray-border);
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 28px;
    align-items: center;
}
.ak-hero__quote-photo {
    width: 88px;
    height: 88px;
    background-image: url('../img/niko-foto.png');
    background-size: cover;
    background-position: center 20%;
    background-color: var(--ik-gray);
}
.ak-hero__quote-body {
    font-family: var(--ik-font-heading);
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    line-height: 1.55;
    color: var(--ik-black);
    margin: 0 0 10px;
    max-width: 56ch;
}
.ak-hero__quote-attr {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ik-text-tertiary);
}


/* === Diagnose === */
.ak-diagnose__grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
}
.ak-diagnose__body p {
    font-family: var(--ik-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--ik-text-secondary);
    margin-bottom: 1.2em;
}
.ak-diagnose__body p:last-child { margin-bottom: 0; }
.ak-diagnose__body strong { color: var(--ik-black); font-weight: 500; }
.ak-diagnose__source {
    margin-top: 24px !important;
    padding-top: 16px;
    border-top: 0.5px solid var(--ik-gray-border);
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: var(--ik-text-tertiary) !important;
    letter-spacing: 0.02em;
}
.ak-diagnose__source a {
    color: var(--ik-text-secondary);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 0.5px;
}
.ak-diagnose__source a:hover { color: var(--ik-red); }


/* Skimmer-Highlight */
.hl {
    background: linear-gradient(180deg, transparent 55%, rgba(255,224,102,0.55) 55%);
    padding: 0 2px;
    font-weight: 500;
}


/* === Curriculum (Phasen) === */
.ak-phases {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 40px;
    border-top: 0.5px solid var(--ik-gray-border);
}
.ak-phase {
    display: grid;
    grid-template-columns: 96px 1fr 1.6fr;
    gap: 40px;
    padding: 48px 0;
    border-bottom: 0.5px solid var(--ik-gray-border);
    align-items: start;
}
.ak-phase__num {
    font-family: var(--ik-font-heading);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--ik-text-tertiary);
    padding-top: 4px;
}
.ak-phase__name {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.015em;
    line-height: 1.2;
    color: var(--ik-black);
    margin: 0;
}
.ak-phase__meta {
    font-family: var(--ik-font-body);
    font-size: 12px;
    color: var(--ik-text-tertiary);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 8px;
}
.ak-phase__desc {
    font-family: var(--ik-font-body);
    font-size: 15px;
    line-height: 1.65;
    color: var(--ik-text-secondary);
    margin: 0 0 18px;
}
.ak-phase__modules {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ak-phase__modules li {
    font-family: var(--ik-font-body);
    font-size: 13px;
    color: var(--ik-text-secondary);
    line-height: 1.5;
}
.ak-phase__modules li::before {
    content: "·";
    margin-right: 10px;
    color: var(--ik-text-tertiary);
}
.ak-phase--eigenstudium {
    background: rgba(181,69,58,0.04);
    padding: 36px 24px;
    margin: 0 -24px;
}


/* === Begleitung 3 Saeulen === */
.ak-begleitung-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 0.5px solid var(--ik-gray-border);
    margin-top: 40px;
}
.ak-pillar {
    padding: 48px 40px;
    border-bottom: 0.5px solid var(--ik-gray-border);
    border-right: 0.5px solid var(--ik-gray-border);
}
.ak-pillar:first-child { padding-left: 0; }
.ak-pillar:last-child { padding-right: 0; border-right: 0; }
.ak-pillar__num {
    font-family: var(--ik-font-heading);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--ik-text-tertiary);
    margin-bottom: 16px;
}
.ak-pillar__h {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin: 0 0 16px;
}
.ak-pillar__t {
    font-family: var(--ik-font-body);
    font-size: 14px;
    line-height: 1.65;
    color: var(--ik-text-secondary);
    margin: 0;
}


/* === Mechanism-Frame (Werkzeug-Sektion) === */
.ak-mechanism {
    margin-top: 56px;
    padding: 28px 32px;
    background: #FBF7EE;
    border-left: 2px solid var(--ik-red);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
}
.ak-mechanism__label {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ik-red);
    white-space: nowrap;
}
.ak-mechanism__name {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.015em;
    color: var(--ik-black);
    margin: 0 0 6px;
}
.ak-mechanism__desc {
    font-family: var(--ik-font-body);
    font-size: 14px;
    line-height: 1.55;
    color: var(--ik-text-secondary);
    margin: 0 0 18px;
}
.ak-mechanism__steps {
    list-style: none;
    counter-reset: mech;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ak-mechanism__steps li {
    counter-increment: mech;
    font-family: var(--ik-font-body);
    font-size: 13px;
    line-height: 1.55;
    color: var(--ik-text-secondary);
    padding-left: 32px;
    position: relative;
}
.ak-mechanism__steps li::before {
    content: counter(mech);
    position: absolute;
    left: 0;
    top: 1px;
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: var(--ik-red);
    width: 22px;
    height: 22px;
    border: 0.5px solid var(--ik-red);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ak-mechanism__steps strong { color: var(--ik-black); font-weight: 500; }


/* === Werkzeuge === */
.ak-tools {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 56px;
    margin-top: 40px;
}
.ak-tool {
    border-top: 0.5px solid var(--ik-gray-border);
    padding-top: 20px;
}
.ak-tool__title {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
    color: var(--ik-black);
}
.ak-tool__desc {
    font-family: var(--ik-font-body);
    font-size: 14px;
    line-height: 1.55;
    color: var(--ik-text-secondary);
    margin: 0;
}


/* === Podcast === */
.ak-podcast { background: var(--ik-black); color: #FFFFFF; padding: 96px 0; }
.ak-podcast__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.ak-podcast__eyebrow { color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.ak-podcast__h2 {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: clamp(28px, 3vw, 32px);
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #FFFFFF;
    margin: 0 0 24px;
    max-width: 22ch;
}
.ak-podcast__t {
    font-family: var(--ik-font-body);
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    margin: 0 0 32px;
    max-width: 50ch;
}
.ak-podcast__player {
    display: block;
    border: 0.5px solid rgba(255,255,255,0.18);
    padding: 28px;
    background: rgba(255,255,255,0.03);
    color: inherit;
    text-decoration: none;
    transition: background 200ms ease, border-color 200ms ease;
}
.ak-podcast__player:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.35);
}
.ak-podcast__player-meta {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 14px;
}
.ak-podcast__player-title {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
    margin: 0 0 24px;
}
.ak-podcast__player-row { display: flex; align-items: center; gap: 16px; }
.ak-podcast__play {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    flex-shrink: 0;
}
.ak-podcast__progress {
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.18);
    position: relative;
}
.ak-podcast__progress::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    height: 1px;
    background: var(--ik-red);
}
.ak-podcast__time {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.5);
}
.ak-podcast__list {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    border-top: 0.5px solid rgba(255,255,255,0.12);
}
.ak-podcast__list li {
    padding: 14px 0;
    font-family: var(--ik-font-body);
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    border-bottom: 0.5px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.ak-podcast__list li span:last-child {
    color: rgba(255,255,255,0.4);
    font-size: 11px;
    letter-spacing: 0.06em;
}


/* === Ehrenbuch + Stimmen === */
.ak-ehrenbuch__h3 {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 8px;
}
.ak-ehrenbuch__sub {
    font-family: var(--ik-font-body);
    font-size: 14px;
    color: var(--ik-text-secondary);
    margin: 0 0 32px;
}
.ak-ehrenbuch__entry {
    background: #FFFFFF;
    padding: 32px;
    border: 0.5px solid var(--ik-gray-border);
    margin-bottom: 16px;
}
.ak-ehrenbuch__entry:last-child { margin-bottom: 0; }

/* Ehrenbuch Stats-Zeile */
.ak-ehrenbuch__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 0.5px solid var(--ik-gray-border);
    border-bottom: 0.5px solid var(--ik-gray-border);
    margin: 32px 0 40px;
}
.ak-ehrenbuch__stat {
    padding: 28px 24px;
    border-right: 0.5px solid var(--ik-gray-border);
    text-align: left;
}
.ak-ehrenbuch__stat:last-child { border-right: 0; }
.ak-ehrenbuch__stat-num {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -0.02em;
    color: var(--ik-red);
    line-height: 1;
    margin-bottom: 6px;
}
.ak-ehrenbuch__stat-label {
    font-family: var(--ik-font-body);
    font-size: 13px;
    line-height: 1.4;
    color: var(--ik-text-secondary);
    max-width: 28ch;
}
@media (max-width: 768px) {
    .ak-ehrenbuch__stats { grid-template-columns: 1fr; }
    .ak-ehrenbuch__stat {
        border-right: 0;
        border-bottom: 0.5px solid var(--ik-gray-border);
        padding: 24px 0;
    }
    .ak-ehrenbuch__stat:last-child { border-bottom: 0; }
}

/* Featured-Variante: Großformate */
.ak-ehrenbuch__entry--featured {
    display: grid;
    grid-template-columns: minmax(180px, 220px) 1fr;
    gap: 40px;
    align-items: center;
    background: linear-gradient(135deg, #FFFFFF 0%, rgba(181,69,58,0.04) 100%);
    border: 0.5px solid var(--ik-red);
    padding: 48px;
    margin-bottom: 32px;
}
.ak-ehrenbuch__featured-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-right: 0.5px solid var(--ik-red);
    padding-right: 32px;
}
.ak-ehrenbuch__featured-num {
    font-family: var(--ik-font-heading);
    font-weight: 400;
    font-size: clamp(72px, 12vw, 128px);
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: var(--ik-red);
}
.ak-ehrenbuch__featured-label {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ik-black);
    line-height: 1.3;
}
.ak-ehrenbuch__entry--featured .ak-ehrenbuch__body {
    font-size: 18px;
    line-height: 1.55;
    color: var(--ik-black);
    margin-bottom: 16px;
}
.ak-ehrenbuch__entry--featured .ak-ehrenbuch__author {
    font-size: 14px;
    color: var(--ik-text-secondary);
    font-weight: 400;
    letter-spacing: 0.02em;
}
@media (max-width: 768px) {
    .ak-ehrenbuch__entry--featured {
        grid-template-columns: 1fr;
        padding: 32px;
        gap: 24px;
    }
    .ak-ehrenbuch__featured-stat {
        border-right: 0;
        border-bottom: 0.5px solid var(--ik-red);
        padding-right: 0;
        padding-bottom: 16px;
        flex-direction: row;
        align-items: baseline;
        gap: 16px;
    }
    .ak-ehrenbuch__featured-num {
        font-size: 80px;
    }
}

.ak-ehrenbuch__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 0.5px solid var(--ik-gray-border);
    flex-wrap: wrap;
    gap: 12px;
}
.ak-ehrenbuch__author {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.ak-ehrenbuch__phase {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ik-red);
}
.ak-ehrenbuch__body {
    font-family: var(--ik-font-body);
    font-size: 14px;
    line-height: 1.65;
    color: var(--ik-text-secondary);
    margin: 0;
}

.ak-logs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 56px;
}
.ak-log {
    border: 0.5px solid var(--ik-gray-border);
    padding: 24px;
    background: #FFFFFF;
}
.ak-log__date {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ik-text-tertiary);
    margin-bottom: 12px;
}
.ak-log__text {
    font-family: var(--ik-font-heading);
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    color: var(--ik-black);
    margin: 0 0 14px;
}
.ak-log__attr {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ik-text-secondary);
}


/* === Niko-Block + Wendepunkt === */
.ak-niko-block { background: var(--ik-gray); padding: 96px 0; }
.ak-niko-block__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: center;
}
.ak-niko-photo {
    /* 2026-08-05: aspect-ratio 4/5 + cover hat Nikos Foto beschnitten (Niko-Korrektur).
       Natuerliche Bildproportion, kein Crop. */
    overflow: hidden;
    background: var(--ik-gray);
}
.ak-niko-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.ak-block__h3 {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.015em;
    margin: 0 0 16px;
}
.ak-block__text {
    font-family: var(--ik-font-body);
    font-size: 15px;
    line-height: 1.7;
    color: var(--ik-text-secondary);
    margin: 0 0 18px;
}
.ak-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ak-list li {
    font-family: var(--ik-font-body);
    font-size: 14px;
    color: var(--ik-text-secondary);
    padding-left: 18px;
    position: relative;
    line-height: 1.6;
}
.ak-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 8px;
    height: 1px;
    background: var(--ik-red);
}
.ak-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-top: 40px;
}
.ak-wendepunkt {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 0.5px solid var(--ik-gray-border);
    font-family: var(--ik-font-body);
    font-size: 15px;
    line-height: 1.7;
    color: var(--ik-text-secondary);
}
.ak-wendepunkt__label {
    display: block;
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ik-text-tertiary);
    margin-bottom: 10px;
}


/* === Community / Treffen === */
.ak-community {
    background: var(--ik-white);
    padding: 96px 0;
    border-top: 1px solid var(--ik-gray-border, rgba(0,0,0,0.08));
}
.ak-community__inner {
    max-width: var(--ik-content-max, 1280px);
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ak-community__headline {
    margin: 12px auto 16px;
    max-width: 24ch;
    text-align: center;
}
.ak-community .ak-eyebrow {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
}
.ak-community__lede {
    max-width: 640px;
    margin: 0 auto 48px;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--ik-text-secondary);
}
.ak-community__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.ak-community__item {
    background: var(--ik-gray, #F4F2EE);
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ak-community__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.ak-community__item:nth-child(7) {
    grid-column: span 2;
    aspect-ratio: 8 / 3;
}
@media (max-width: 1024px) {
    .ak-community__grid { grid-template-columns: repeat(3, 1fr); }
    .ak-community__item:nth-child(7) { grid-column: auto; aspect-ratio: 4 / 3; }
}
@media (max-width: 768px) {
    .ak-community { padding: 64px 0; }
    .ak-community__lede { margin-bottom: 32px; }
    .ak-community__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .ak-community__item:nth-child(7) { grid-column: auto; }
}


/* === Eignungs-Profil === */
.ak-fit__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-top: 32px;
}
.ak-fit__col h3 {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 0.5px solid var(--ik-gray-border);
}
.ak-fit__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ak-fit__col li {
    font-family: var(--ik-font-body);
    font-size: 14px;
    line-height: 1.6;
    color: var(--ik-text-secondary);
    padding-left: 24px;
    position: relative;
}
.ak-fit__col li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 1px;
    background: var(--ik-text-tertiary);
}


/* === Garantie === */
.ak-guarantee {
    background: var(--ik-gray);
    padding: 64px 0;
}
.ak-guarantee__inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}
.ak-guarantee__icon {
    width: 56px;
    height: 56px;
    border: 0.5px solid var(--ik-red);
    color: var(--ik-red);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 24px;
}


/* === Zulassung === */
.ak-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 0.5px solid var(--ik-gray-border);
    border-bottom: 0.5px solid var(--ik-gray-border);
    margin-top: 40px;
}
.ak-step {
    padding: 32px 28px;
    border-right: 0.5px solid var(--ik-gray-border);
}
.ak-step:first-child { padding-left: 0; }
.ak-step:last-child { padding-right: 0; border-right: 0; }
.ak-step__num {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--ik-text-tertiary);
    margin-bottom: 14px;
}
.ak-step__title {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 8px;
}
.ak-step__desc {
    font-family: var(--ik-font-body);
    font-size: 13px;
    line-height: 1.55;
    color: var(--ik-text-secondary);
    margin: 0;
}


/* === FAQ === */
.ak-faq__list {
    border-top: 0.5px solid var(--ik-gray-border);
    margin-top: 40px;
}
.ak-faq__item {
    border-bottom: 0.5px solid var(--ik-gray-border);
    padding: 24px 0;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 48px;
}
.ak-faq__q {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.ak-faq__a {
    font-family: var(--ik-font-body);
    font-size: 14px;
    line-height: 1.65;
    color: var(--ik-text-secondary);
    margin: 0;
}


/* === Video-Frame === */
.ak-video-frame {
    margin-top: 40px;
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--ik-black);
    overflow: hidden;
    border: 0.5px solid var(--ik-gray-border);
}
.ak-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* === CTA-Schluss · Aubergine-Plum === */
.ak-cta {
    background: var(--ik-dark-warm, #2B0A1E);
    color: #FFFFFF;
    padding: 144px 0;
}
.ak-cta__inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 24px;
}
.ak-cta__eyebrow { color: rgba(255,255,255,0.5); margin-bottom: 28px; }
.ak-cta__h2 {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: clamp(36px, 4.6vw, 48px);
    letter-spacing: -0.025em;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 0 0 28px;
    max-width: 22ch;
}
.ak-cta__sub {
    font-family: var(--ik-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    max-width: 60ch;
    margin: 0 0 40px;
}
.ak-cta__meta {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 0.5px solid rgba(255,255,255,0.18);
}
.ak-cta__meta-item {
    font-family: var(--ik-font-body);
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.ak-cta__meta-item strong { color: #FFFFFF; font-weight: 500; }
/* Bewerbungs-CTA - Outline auf dunkel (Brand-Guide v1.1: keine soliden Buttons) */
.ak-cta__primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.85);
    text-decoration: none;
    transition: background-color 200ms ease, color 200ms ease;
}
.ak-cta__primary:hover {
    background: #FFFFFF;
    color: var(--ik-dark-warm, #2B0A1E);
}
.ak-cta__secondary {
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    transition: color 200ms ease, border-color 200ms ease;
}
.ak-cta__secondary:hover {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}


/* === Hero-Button (Primary CTA) === */
.ak-hero__cta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin: 28px 0 40px;
}
.ak-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--ik-red);
    color: #FFFFFF !important;
    font-family: var(--ik-font-body);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0.5px solid var(--ik-red);
    transition: background 200ms ease, transform 200ms ease;
}
.ak-btn-primary:hover {
    background: #9b372e;
    transform: translateY(-1px);
}


/* === P.S. === */
.ak-ps {
    background: #FFFFFF;
    padding: 80px 0 96px;
    border-top: 0.5px solid var(--ik-gray-border);
}
.ak-ps__inner { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.ak-ps__label {
    font-family: var(--ik-font-heading);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ik-red);
    margin: 0 0 18px;
}
.ak-ps__body {
    font-family: var(--ik-font-heading);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: var(--ik-black);
    margin: 0;
}


/* === Mobile === */
@media (max-width: 768px) {
    body { font-size: 18px; }
    .ak-section { padding: 80px 0; }
    .ak-cta { padding: 96px 0; }
    .ak-diagnose__grid,
    .ak-grid-2,
    .ak-fit__grid,
    .ak-podcast__inner,
    .ak-niko-block__inner { grid-template-columns: 1fr; gap: 40px; }
    .ak-phase { grid-template-columns: 1fr; gap: 20px; padding: 40px 0; }
    .ak-phase__num { padding-top: 0; font-size: 14px; }
    .ak-begleitung-pillars { grid-template-columns: 1fr; }
    .ak-pillar { border-right: 0; padding: 32px 0; }
    .ak-tools { grid-template-columns: 1fr; }
    .ak-process { grid-template-columns: 1fr; }
    .ak-step {
        border-right: 0;
        border-bottom: 0.5px solid var(--ik-gray-border);
        padding: 24px 0;
    }
    .ak-step:last-child { border-bottom: 0; }
    .ak-faq__item { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }
    .ak-hero__quote { grid-template-columns: 1fr; gap: 16px; }
    .ak-hero__quote-photo { width: 72px; height: 72px; }
    .ak-mechanism { grid-template-columns: 1fr; padding: 24px; }
}


/* ═══════════════════════════════════════════════════════════════
   v4 Dramaturgie-Umbau 2026-08-05 (DON/GODIN/RAMS)
   Prototyp: shared-projects/website/akademie/prototypen/v4-vollzeit-weg.html
   ═══════════════════════════════════════════════════════════════ */

/* Spiegel-Sektion */
.ak-spiegel__body p { max-width: 62ch; }

/* Phasen-Outcome-Zeile — Warm-Grau-Tint + Label, keine Akzent-Side-Stripes (brand-guide) */
.ak-phase__outcome { margin: 16px 0 0; padding: 16px 20px; background: var(--ik-gray); font-family: var(--ik-font-body); font-size: 14px; line-height: 1.6; color: var(--ik-black); }
.ak-phase__outcome strong { font-weight: 500; color: var(--ik-red); }

/* Module einklappbar */
.ak-phase__details summary { cursor: pointer; font-family: var(--ik-font-body); font-size: 12.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ik-text-secondary); padding: 8px 0; list-style: none; }
.ak-phase__details summary::-webkit-details-marker { display: none; }
.ak-phase__details summary::after { content: ' +'; color: var(--ik-red); }
.ak-phase__details[open] summary::after { content: ' \2212'; }

/* Kompakte Werkzeug-Liste */
.ak-tools-compact { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 40px; margin-top: 40px; }
.ak-tools-compact div { border-top: 0.5px solid var(--ik-gray-border); padding-top: 14px; }
.ak-tools-compact h3 { font-family: var(--ik-font-heading); font-size: 16px; font-weight: 500; margin: 0 0 4px; }
.ak-tools-compact p { font-family: var(--ik-font-body); font-size: 13.5px; line-height: 1.55; color: var(--ik-text-secondary); margin: 0; }
@media (max-width: 700px) { .ak-tools-compact { grid-template-columns: 1fr; } }

/* Podcast-Einschub im Niko-Block */
.ak-podcast-inline { margin-top: 24px; padding: 20px 24px; background: var(--ik-gray); border-radius: 0; font-family: var(--ik-font-body); font-size: 14.5px; line-height: 1.65; }
.ak-podcast-inline a { color: var(--ik-red); text-decoration: underline; text-underline-offset: 3px; }

/* Worauf-Nikolas-schaut-Kasten — weiße Karte mit Hairline, Diamant als Marker */
.ak-blick { margin-top: 48px; padding: 32px; background: var(--ik-body-bg, #FFFFFF); border: 0.5px solid var(--ik-gray-border); }
.ak-blick h3 { font-family: var(--ik-font-heading); font-size: 20px; font-weight: 500; margin: 0 0 12px; letter-spacing: -0.015em; }
.ak-blick h3::before { content: '◆ '; color: var(--ik-red); font-size: 14px; vertical-align: 2px; }
.ak-blick p { font-family: var(--ik-font-body); font-size: 15px; line-height: 1.7; color: var(--ik-text-secondary); margin: 0; max-width: 62ch; }
.ak-blick p strong { color: var(--ik-black); font-weight: 500; }

/* Ermutigungszeile unter Eignungs-Liste */
.ak-fit__note { margin-top: 32px; padding-top: 20px; border-top: 0.5px solid var(--ik-gray-border); font-family: var(--ik-font-body); font-size: 14.5px; line-height: 1.65; color: var(--ik-text-secondary); max-width: 62ch; }

/* Sticky-CTA mobile — erscheint nach dem Hero, verschwindet an der Schluss-Sektion */
.ak-sticky-cta { display: none; }
@media (max-width: 700px) {
  .ak-sticky-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-top: 0.5px solid var(--ik-gray-border); transform: translateY(150%); transition: transform .3s ease; }
  .ak-sticky-cta.visible { transform: none; }
  .ak-sticky-cta a { display: block; text-align: center; color: #FFFFFF; text-decoration: none; font-family: var(--ik-font-body); font-size: 14px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; padding: 12px 20px; }
}

/* Filled-Button-Standard brand-guide §7.1/§7.11 (Niko-Final 30.04.), hier nachgezogen */
.ak-btn-primary, .ak-sticky-cta a {
  background: var(--ik-red-metal-flow);
  background-size: 200% 200%;
  animation: ikShineFlow 4s ease-in-out infinite;
}
.ak-btn-primary:hover, .ak-sticky-cta a:hover {
  box-shadow: 0 0 16px rgba(216,91,79,0.38), 0 0 36px rgba(181,69,58,0.15);
}
@keyframes ikShineFlow {
  0% { background-position: 0% 0%; }
  50% { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}
.ak-cta__primary {
  background: var(--ik-red-metal);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 0 18px rgba(181,69,58,0.32), 0 0 44px rgba(181,69,58,0.12);
}
.ak-cta__primary:hover { filter: brightness(1.22) saturate(1.1); }
@media (prefers-reduced-motion: reduce) {
  .ak-btn-primary, .ak-sticky-cta a { animation: none; background-position: 50% 50%; }
}
