body.page-about {
    --about-surface: rgba(23, 28, 36, 0.9);
    --about-surface-soft: rgba(255, 255, 255, 0.045);
    --about-border: rgba(255, 255, 255, 0.1);
    --about-border-strong: rgba(145, 200, 255, 0.24);
    --about-muted: rgba(255, 255, 255, 0.74);
    --about-accent: #91c8ff;
    --about-accent-soft: rgba(145, 200, 255, 0.12);
    margin: 0;
    color: #fff;
    background-color: #0f1319;
    font-family: Arial, sans-serif;
}

body.page-about .about-page {
    width: min(calc(100% - 48px), 1400px);
    margin: 0 auto;
    padding:
        clamp(30px, 5vw, 66px)
        clamp(18px, 4vw, 40px)
        clamp(52px, 8vw, 96px);
}

body.page-about .eyebrow {
    margin: 0 0 10px;
    color: var(--about-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

body.page-about h1,
body.page-about h2,
body.page-about h3 {
    margin: 0;
    color: #fff;
}

body.page-about h1 {
    max-width: 820px;
    font-size: clamp(38px, 5.4vw, 62px);
    line-height: 1.02;
    letter-spacing: -0.025em;
}

body.page-about h2 {
    font-size: clamp(28px, 3.6vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.015em;
}

body.page-about h3 {
    font-size: clamp(19px, 2.2vw, 25px);
    line-height: 1.2;
}

body.page-about .about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 285px);
    gap: clamp(34px, 5vw, 64px);
    align-items: center;
    padding-bottom: clamp(34px, 5vw, 54px);
    border-bottom: 1px solid var(--about-border);
}

body.page-about .about-hero-main {
    min-width: 0;
}

body.page-about .about-lead {
    max-width: 820px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

body.page-about .about-profile {
    display: flex;
    justify-content: flex-end;
}

body.page-about .about-portrait {
    width: min(100%, 275px);
    margin: 0;
}

body.page-about .about-portrait img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--about-border);
    border-radius: 18px;
    background: #171c24;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

body.page-about .about-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    margin: 26px 0 0;
    border-top: 1px solid var(--about-border);
}

body.page-about .about-facts div {
    padding: 13px 0;
    border-bottom: 1px solid var(--about-border);
}

body.page-about .about-facts dt {
    margin-bottom: 4px;
    color: var(--about-accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-about .about-facts dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.45;
}

body.page-about .about-story {
    width: 100%;
}

body.page-about .about-story-section {
    padding: clamp(48px, 7vw, 82px) 0;
    border-bottom: 1px solid var(--about-border);
}

body.page-about .about-story-section--split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: clamp(36px, 6vw, 74px);
    align-items: start;
}

body.page-about .about-story-section--visual-left {
    grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
}

body.page-about .about-story-copy {
    min-width: 0;
}

body.page-about .about-story-copy > p:not(.eyebrow),
body.page-about .about-community-copy > p,
body.page-about .about-tmp-detail p,
body.page-about .about-closing > p,
body.page-about .about-role-card p,
body.page-about .about-heading-note {
    margin: 18px 0 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.78;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

body.page-about .about-substory {
    margin-top: 30px;
    padding: 24px 26px;
    border: 1px solid var(--about-border-strong);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(145, 200, 255, 0.08), rgba(255, 255, 255, 0.025));
}

body.page-about .about-substory p {
    margin: 15px 0 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

body.page-about .about-visual {
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--about-border);
    border-radius: 20px;
    background: var(--about-surface);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

body.page-about .about-visual--retro {
    position: sticky;
    top: 86px;
    padding: 20px;
}

body.page-about .about-retro-screen {
    display: grid;
    gap: 5px;
    min-height: 220px;
    align-content: center;
    padding: 25px;
    border: 2px solid rgba(145, 200, 255, 0.26);
    border-radius: 14px;
    color: #bde2ff;
    background: radial-gradient(circle at center, rgba(66, 129, 168, 0.18), rgba(5, 12, 17, 0.95));
    box-shadow: inset 0 0 36px rgba(74, 178, 255, 0.08);
}

body.page-about .about-retro-screen strong {
    margin-top: 10px;
    color: #fff;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 0.95;
}

body.page-about .about-retro-screen > span:not(.about-visual-kicker) {
    font-size: 19px;
    font-weight: 800;
}

body.page-about .about-retro-screen small {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.4;
}

body.page-about .about-visual-kicker {
    color: var(--about-accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

body.page-about .about-retro-note {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 9px;
    align-items: center;
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    text-align: center;
}

body.page-about .about-retro-note span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
}

body.page-about .about-retro-note strong {
    color: #ffd978;
    font-size: 13px;
}

body.page-about .about-visual--retro > p {
    margin: 16px 4px 2px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.6;
}

body.page-about .about-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(30px, 5vw, 60px);
    align-items: start;
    margin-bottom: 30px;
}

body.page-about .about-heading-note {
    margin: 0;
}

body.page-about .about-role-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.page-about .about-role-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--about-border);
    border-radius: 16px;
    background: var(--about-surface-soft);
}

body.page-about .about-role-card:nth-child(2) {
    background: linear-gradient(180deg, rgba(145, 200, 255, 0.075), rgba(255, 255, 255, 0.035));
}

body.page-about .about-role-date {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--about-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

body.page-about .about-role-card h3 {
    font-size: 21px;
}

body.page-about .about-role-card p {
    font-size: 14px;
    line-height: 1.68;
}

body.page-about .about-community-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--about-border);
}

body.page-about .about-community-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.page-about .about-community-map div {
    display: flex;
    min-height: 116px;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid var(--about-border);
    border-radius: 14px;
    background: var(--about-surface);
}

body.page-about .about-community-map span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.page-about .about-community-map strong {
    color: var(--about-accent);
    font-size: 28px;
}

body.page-about .about-visual--webdisk {
    padding: 24px;
}

body.page-about .about-brand-image {
    display: block;
    width: min(100%, 250px);
    max-height: 78px;
    margin: 0 auto 24px;
    object-fit: contain;
}

body.page-about .about-mini-timeline {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-about .about-mini-timeline li {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid var(--about-border);
}

body.page-about .about-mini-timeline span {
    color: var(--about-accent);
    font-size: 12px;
    font-weight: 900;
}

body.page-about .about-mini-timeline strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.4;
}

body.page-about .about-visual--streaming {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--about-border);
}

body.page-about .about-stat {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: #171c24;
}

body.page-about .about-stat strong {
    color: #fff;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1;
}

body.page-about .about-stat span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    line-height: 1.45;
}

body.page-about .about-timeline {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-about .about-timeline li {
    display: grid;
    grid-template-columns: minmax(135px, 0.62fr) minmax(180px, 0.82fr) minmax(0, 1.56fr);
    gap: 18px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--about-border);
    border-radius: 12px;
    background: var(--about-surface-soft);
}

body.page-about .about-timeline span {
    color: var(--about-accent);
    font-size: 12px;
    font-weight: 900;
}

body.page-about .about-timeline strong {
    color: #fff;
    font-size: 15px;
}

body.page-about .about-timeline em {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
}

body.page-about .about-tmp-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
    margin-top: 30px;
}

body.page-about .about-road-visual {
    position: relative;
    display: flex;
    min-height: 245px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--about-border);
    border-radius: 18px;
    background: linear-gradient(180deg, #1b2028, #10141a);
}

body.page-about .about-road-visual::before,
body.page-about .about-road-visual::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 88px;
    background: rgba(255, 255, 255, 0.045);
    border-left: 1px solid rgba(255, 255, 255, 0.025);
    border-right: 1px solid rgba(255, 255, 255, 0.025);
}

body.page-about .about-road-visual::before { left: 11%; }
body.page-about .about-road-visual::after { right: 11%; }

body.page-about .about-road-line {
    position: absolute;
    inset: 0 auto 0 50%;
    width: 4px;
    background: repeating-linear-gradient(to bottom, rgba(255,255,255,0.62) 0 22px, transparent 22px 43px);
    transform: translateX(-50%);
}

body.page-about .about-road-visual strong,
body.page-about .about-road-visual small {
    position: relative;
    z-index: 1;
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(15, 19, 25, 0.9);
}

body.page-about .about-road-visual strong {
    color: var(--about-accent);
    font-size: 38px;
}

body.page-about .about-road-visual small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
}

body.page-about .about-story-section--low-activity {
    position: relative;
}

body.page-about .about-phase-grid {
    display: grid;
    grid-template-columns: minmax(285px, 0.68fr) minmax(0, 1.32fr);
    gap: clamp(32px, 5vw, 62px);
    align-items: start;
}

body.page-about .about-phase-timeline {
    position: sticky;
    top: 86px;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-about .about-phase-timeline li {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 6px;
    row-gap: 5px;
    align-items: baseline;
    padding: 16px 17px;
    border: 1px solid var(--about-border);
    border-radius: 14px;
    background: var(--about-surface-soft);
}

body.page-about .about-phase-timeline li:last-child {
    border-color: rgba(255, 185, 120, 0.28);
    background: linear-gradient(
        135deg,
        rgba(255, 142, 91, 0.08),
        rgba(255, 255, 255, 0.025)
    );
}

body.page-about .about-phase-timeline span {
    color: var(--about-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

body.page-about .about-phase-timeline strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
}

body.page-about .about-phase-timeline em {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-style: normal;
    line-height: 1.55;
}

body.page-about .about-phase-copy > h3 {
    margin-top: 32px;
}

body.page-about .about-phase-copy > h3:first-child {
    margin-top: 0;
}

body.page-about .about-phase-timeline .about-phase-timeline-memory {
    border-color: rgba(145, 200, 255, 0.24);
    background: linear-gradient(
        135deg,
        rgba(145, 200, 255, 0.075),
        rgba(255, 255, 255, 0.025)
    );
}

body.page-about .about-memory {
    margin-top: 34px;
    padding: 26px 28px;
    border: 1px solid rgba(145, 200, 255, 0.24);
    border-left: 4px solid rgba(145, 200, 255, 0.68);
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(145, 200, 255, 0.085),
        rgba(255, 255, 255, 0.025)
    );
}

body.page-about .about-memory-date {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    color: var(--about-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

body.page-about .about-memory-layout {
    display: flow-root;
}

body.page-about .about-memory-figure {
    float: right;
    width: min(34%, 300px);
    margin: 0 0 22px clamp(24px, 4vw, 38px);
}

body.page-about .about-memory-copy h3 {
    margin: 0;
}

body.page-about .about-memory-copy p {
    margin: 16px 0 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.78;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

body.page-about .about-memory-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

body.page-about .about-memory-image-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 180ms ease;
}

body.page-about .about-memory-image-link:hover img,
body.page-about .about-memory-image-link:focus-visible img {
    transform: scale(1.015);
}

body.page-about .about-memory-image-link:focus-visible {
    outline: 2px solid var(--about-accent);
    outline-offset: 3px;
}

body.page-about .about-memory-image-zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 11, 15, 0.78);
    backdrop-filter: blur(6px);
    font-size: 11px;
    font-weight: 800;
}

body.page-about .about-memory-figure figcaption {
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

body.page-about .about-image-dialog {
    width: min(calc(100vw - 32px), 1640px);
    max-width: none;
    height: auto;
    max-height: calc(100vh - 32px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    color: #fff;
    background: #0d1117;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.65);
}

body.page-about .about-image-dialog::backdrop {
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(4px);
}

body.page-about .about-image-dialog-shell {
    display: grid;
    max-height: calc(100vh - 32px);
    grid-template-rows: auto minmax(0, 1fr) auto;
}

body.page-about .about-image-dialog-header {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body.page-about .about-image-dialog-close {
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    cursor: pointer;
    font-weight: 800;
}

body.page-about .about-image-dialog-close:hover,
body.page-about .about-image-dialog-close:focus-visible {
    border-color: var(--about-accent);
    outline: none;
}

body.page-about .about-image-dialog-stage {
    display: grid;
    min-height: 0;
    place-items: center;
    overflow: auto;
    padding: clamp(10px, 2vw, 20px);
}

body.page-about .about-image-dialog-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 150px);
    width: auto;
    height: auto;
    object-fit: contain;
}

body.page-about .about-image-dialog-caption {
    margin: 0;
    padding: 11px 16px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    text-align: center;
}

body.page-about .about-phase-copy > p,
body.page-about .about-breakpoint p {
    margin: 16px 0 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.78;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

body.page-about .about-breakpoint {
    margin-top: 34px;
    padding: 26px 28px;
    border: 1px solid rgba(255, 185, 120, 0.28);
    border-left: 4px solid rgba(255, 185, 120, 0.7);
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(255, 142, 91, 0.075),
        rgba(255, 255, 255, 0.025)
    );
}

body.page-about .about-breakpoint-date {
    display: inline-block;
    margin-bottom: 8px;
    color: #ffc58e;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-about .about-project-mosaic {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

body.page-about .about-project-mosaic article {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    border: 1px solid var(--about-border);
    border-radius: 14px;
    background: var(--about-surface-soft);
}

body.page-about .about-project-mosaic img {
    width: auto;
    max-width: 100%;
    height: 40px;
    margin: 0 auto auto 0;
    object-fit: contain;
    object-position: left center;
}

body.page-about .about-project-mosaic strong {
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
}

body.page-about .about-project-link {
    color: #fff;
    text-decoration: none;
    text-underline-offset: 3px;
}

body.page-about .about-project-link:hover,
body.page-about .about-project-link:focus-visible {
    color: var(--about-accent);
    text-decoration: underline;
    outline: none;
}

body.page-about .about-project-mosaic span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
    line-height: 1.4;
}

body.page-about .about-project-text::before {
    content: 'WÖRKI';
    margin-bottom: auto;
    color: var(--about-accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

body.page-about .about-closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--about-border);
}

body.page-about .about-closing > p {
    margin: 0;
}

body.page-about .about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.page-about .about-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #4e535b;
    border-radius: 10px;
    color: #d4d7dc;
    background: rgba(255, 255, 255, 0.06);
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

body.page-about .about-actions a:hover,
body.page-about .about-actions a:focus-visible {
    color: #ffffcc;
    border-color: #ffffcc;
    background: rgba(255, 255, 204, 0.08);
    outline: none;
}

body.page-about .public-external-link {
    color: #ffffcc;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 204, 0.35);
    text-underline-offset: 3px;
}

body.page-about .public-external-link:hover,
body.page-about .public-external-link:focus-visible {
    color: #fff;
    text-decoration-color: #ffffcc;
    outline: none;
}

body.page-about .public-external-link-favicon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 3px;
    object-fit: contain;
    vertical-align: -3px;
}

body.page-about .about-story-section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 980px) {
    body.page-about .about-story-section--split,
    body.page-about .about-story-section--visual-left,
    body.page-about .about-community-detail,
    body.page-about .about-tmp-detail,
    body.page-about .about-phase-grid {
        grid-template-columns: 1fr;
    }

    body.page-about .about-phase-timeline {
        position: static;
    }

    body.page-about .about-story-section--visual-left .about-visual {
        order: 2;
    }

    body.page-about .about-role-grid {
        grid-template-columns: 1fr;
    }

    body.page-about .about-section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    body.page-about .about-project-mosaic {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-about .about-visual--retro {
        position: static;
    }
}

@media (max-width: 780px) {
    body.page-about .about-memory-figure {
        float: none;
        width: min(100%, 440px);
        margin: 0 auto 24px;
    }

    body.page-about .about-hero {
        grid-template-columns: 1fr;
        gap: 26px;
        align-items: start;
    }

    body.page-about .about-profile {
        justify-content: center;
    }

    body.page-about .about-portrait {
        width: min(100%, 250px);
    }

    body.page-about .about-timeline li {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    body.page-about .about-project-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-about .about-closing {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    body.page-about h1 {
        font-size: clamp(34px, 11vw, 48px);
    }

    body.page-about .about-facts,
    body.page-about .about-community-map,
    body.page-about .about-visual--streaming,
    body.page-about .about-project-mosaic {
        grid-template-columns: 1fr;
    }

    body.page-about .about-story-copy > p:not(.eyebrow),
    body.page-about .about-community-copy > p,
    body.page-about .about-tmp-detail p,
    body.page-about .about-closing > p,
    body.page-about .about-role-card p,
    body.page-about .about-heading-note,
    body.page-about .about-lead,
    body.page-about .about-substory p,
    body.page-about .about-memory-copy p {
        text-align: left;
        hyphens: none;
    }

    body.page-about .about-substory,
    body.page-about .about-role-card,
    body.page-about .about-visual--webdisk,
    body.page-about .about-visual--retro {
        padding: 18px;
    }
}

/* ABOUT_TIMELINE_SCROLLSPY_V1 */

body.page-about .about-phase-grid--interactive {
    display: grid;
    grid-template-columns:
        minmax(330px, 0.68fr)
        minmax(0, 1.32fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: start;
}

body.page-about .about-phase-timeline-shell {
    position: sticky;
    top: calc(var(--live-menu-height, 64px) + 18px);
    align-self: start;
    width: 100%;
    min-width: 0;
    max-height:
        calc(
            100vh
            - var(--live-menu-height, 64px)
            - 36px
        );
    overflow: visible;
}

body.page-about .about-phase-timeline--interactive {
    width: 100%;
    min-width: 0;
    max-height:
        calc(
            100vh
            - var(--live-menu-height, 64px)
            - 36px
        );
    box-sizing: border-box;
    margin: 0;
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color:
        rgba(145, 200, 255, 0.34)
        transparent;
    scrollbar-gutter: stable;
}

body.page-about
.about-phase-timeline--interactive
li {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

body.page-about
.about-phase-timeline--interactive
li.is-active {
    border-color: rgba(145, 200, 255, 0.72);
    background:
        linear-gradient(
            135deg,
            rgba(30, 136, 229, 0.19),
            rgba(145, 200, 255, 0.07)
        );
    box-shadow:
        inset 3px 0 0 rgba(145, 200, 255, 0.92),
        0 12px 30px rgba(0, 0, 0, 0.18);
    transform: translateX(3px);
}

body.page-about
.about-phase-timeline--interactive
a {
    display: block;
    width: 100%;
    min-width: 0;
    color: inherit;
    text-decoration: none;
    white-space: normal;
}

body.page-about
.about-phase-timeline--interactive
a > span {
    display: inline;
    margin-right: 6px;
}

body.page-about
.about-phase-timeline--interactive
a > strong {
    display: inline;
}

body.page-about
.about-phase-timeline--interactive
a > em {
    display: block;
    width: 100%;
    min-width: 0;
    margin-top: 6px;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
    color: var(--about-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

body.page-about
.about-phase-timeline--interactive
a:focus-visible {
    border-radius: 10px;
    outline: 2px solid var(--about-accent);
    outline-offset: 4px;
}

body.page-about
.about-phase-timeline--interactive
a.is-active strong,
body.page-about
.about-phase-timeline--interactive
a.is-active span {
    color: #b9dcff;
}

body.page-about .about-phase-section {
    scroll-margin-top:
        calc(
            var(--live-menu-height, 64px)
            + 24px
        );
}

body.page-about
.about-phase-section
+ .about-phase-section {
    margin-top: clamp(40px, 6vw, 64px);
    padding-top: clamp(30px, 4vw, 44px);
    border-top:
        1px solid
        rgba(255, 255, 255, 0.075);
}

body.page-about .about-phase-section > h3 {
    margin: 0 0 16px;
}

body.page-about .about-phase-section > h4 {
    margin: 30px 0 12px;
    color: #fff;
    font-size: clamp(17px, 2.5vw, 20px);
    line-height: 1.25;
}

body.page-about
.about-phase-section
> p {
    margin: 16px 0 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.78;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

body.page-about
.about-phase-section
> h3
+ p,
body.page-about
.about-phase-section
> h4
+ p {
    margin-top: 0;
}

@media (max-width: 980px) {
    body.page-about
    .about-phase-grid--interactive {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body.page-about
    .about-phase-timeline-shell {
        position: sticky;
        top: var(--live-menu-height, 58px);
        z-index: 30;
        max-height: none;
        margin:
            0
            calc(-1 * clamp(18px, 4vw, 28px));
        padding:
            10px
            clamp(18px, 4vw, 28px);
        overflow: hidden;
        border-top:
            1px solid
            rgba(255, 255, 255, 0.06);
        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.09);
        background:
            rgba(15, 19, 26, 0.94);
        -webkit-backdrop-filter:
            blur(14px);
        backdrop-filter:
            blur(14px);
    }

    body.page-about
    .about-phase-timeline--interactive {
        display: flex;
        gap: 10px;
        max-height: none;
        padding:
            0
            0
            5px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        scrollbar-gutter: auto;
    }

    body.page-about
    .about-phase-timeline--interactive
    li {
        flex:
            0
            0
            min(76vw, 310px);
        min-width: 0;
        scroll-snap-align: center;
    }

    body.page-about
    .about-phase-timeline--interactive
    li.is-active {
        transform: translateY(-2px);
    }

    body.page-about
    .about-phase-section {
        scroll-margin-top:
            calc(
                var(--live-menu-height, 58px)
                + 128px
            );
    }
}

@media (max-width: 780px) {
    body.page-about
    .about-phase-section
    > p {
        text-align: left;
        hyphens: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-about
    .about-phase-timeline--interactive
    li {
        transition: none;
    }
}

/* END_ABOUT_TIMELINE_SCROLLSPY_V1 */

/* ABOUT_TIMELINE_TEXT_WRAP_FIX_V2 */

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li {
    height: auto;
    min-height: 0;
}

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li
> a {
    width: 100%;
    min-width: 0;
    white-space: normal;
}

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li
> a
> em {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 6px;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 1.45;
}

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li
> a
> strong {
    white-space: normal;
    overflow-wrap: break-word;
}

/* END_ABOUT_TIMELINE_TEXT_WRAP_FIX_V2 */

/* ABOUT_TIMELINE_STRUCTURE_FIX_V3 */

/*
 * Die ursprüngliche Timeline hatte span/strong/em direkt im <li>
 * und verwendete deshalb ein zweispaltiges Grid auf dem <li>.
 *
 * Die interaktive Variante enthält stattdessen einen <a>-Wrapper.
 * Deshalb muss das alte Grid hier aufgehoben werden, damit der Link
 * die komplette Kartenbreite erhält.
 */
body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li {
    display: block;
    width: auto;
    min-width: 0;
    height: auto;
}

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li
> a {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    white-space: normal;
}

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li
> a
> span,
body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li
> a
> strong {
    white-space: normal;
    overflow-wrap: break-word;
}

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li
> a
> em {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin-top: 6px;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: break-word;
    word-break: normal;
}

/* END_ABOUT_TIMELINE_STRUCTURE_FIX_V3 */

/* ABOUT_TEXT_POLISH_V1 */

body.page-about .about-memory-image-zoom-icon {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.page-about .about-keyword-emphasis {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: rgba(145, 200, 255, 0.78);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

/* END_ABOUT_TEXT_POLISH_V1 */

/* ABOUT_APRIL_BREAKPOINT_RESTORE_V1 */

/*
 * Der 17./18. April ist erzählerisch der Wendepunkt des Kapitels.
 * Das bereits vorhandene warme about-breakpoint-Design wird deshalb
 * wieder als eigener visueller Block genutzt.
 */

body.page-about
.about-phase-section
+ .about-phase-section.about-phase-section--breakpoint {
    margin-top: clamp(34px, 5vw, 48px);
    padding-top: 0;
    border-top: 0;
}

body.page-about
.about-phase-section--breakpoint
.about-breakpoint {
    margin-top: 0;
}

body.page-about
.about-phase-section--breakpoint
.about-breakpoint
> h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1.15;
}

body.page-about
.about-phase-section--breakpoint
.about-breakpoint
> h4 {
    margin: 32px 0 12px;
    color: #fff;
    font-size: clamp(17px, 2.4vw, 20px);
    line-height: 1.3;
}

body.page-about
.about-phase-section--breakpoint
.about-breakpoint
> p
> strong {
    color: #fff;
    font-weight: 900;
}

/*
 * Auch links soll der letzte Chronologiepunkt als besonderer
 * Wendepunkt erkennbar bleiben und nicht wie ein normaler
 * blauer Timeline-Eintrag aussehen.
 */

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li:last-child {
    border-color: rgba(255, 185, 120, 0.34);
    background:
        linear-gradient(
            135deg,
            rgba(255, 142, 91, 0.10),
            rgba(255, 255, 255, 0.025)
        );
}

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li:last-child.is-active {
    border-color: rgba(255, 185, 120, 0.72);
    background:
        linear-gradient(
            135deg,
            rgba(255, 142, 91, 0.18),
            rgba(255, 185, 120, 0.055)
        );
    box-shadow:
        inset 3px 0 0 rgba(255, 185, 120, 0.92),
        0 12px 30px rgba(0, 0, 0, 0.18);
}

body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li:last-child
> a.is-active
> span,
body.page-about
.about-phase-timeline.about-phase-timeline--interactive
> li:last-child
> a.is-active
> strong {
    color: #ffc58e;
}

/* END_ABOUT_APRIL_BREAKPOINT_RESTORE_V1 */
