.af1-about-page {
    --about-bg: #050505;
    --about-bg-soft: #0b0b0b;
    --about-panel: rgba(12, 12, 12, 0.78);
    --about-panel-strong: rgba(15, 15, 15, 0.9);
    --about-border: rgba(255, 255, 255, 0.08);
    --about-border-strong: rgba(255, 255, 255, 0.12);
    --about-red: #da1111;
    --about-red-soft: rgba(218, 17, 17, 0.22);
    --about-copy: rgba(255, 255, 255, 0.76);
    --about-muted: rgba(255, 255, 255, 0.58);
    position: relative;
    overflow: clip;
    background:
        radial-gradient(circle at 78% 12%, rgba(218, 17, 17, 0.1), transparent 22%),
        radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.03), transparent 18%),
        linear-gradient(180deg, #030303 0%, #050505 32%, #060606 100%);
}

.af1-about-page::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 14%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.02));
    z-index: 0;
}

.af1-about-page > * {
    position: relative;
    z-index: 1;
}

.af1-about-page .container {
    width: min(calc(100% - 40px), 1500px);
}

.af1-about-hero,
.af1-about-story,
.af1-about-timeline,
.af1-about-mission,
.af1-about-cta {
    padding-block: clamp(18px, 2.8vw, 34px);
}

.af1-about-hero {
    padding-top: 0;
    padding-bottom: 4px;
}

.af1-about-hero-shell {
    min-height: clamp(280px, 44vw, 460px);
    display: grid;
    align-items: stretch;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0.96) 0%, rgba(3, 3, 3, 0.88) 32%, rgba(3, 3, 3, 0.34) 58%, rgba(3, 3, 3, 0.06) 78%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.28)),
        url('../../images/about/hero.png') right center / cover no-repeat,
        linear-gradient(180deg, #0b0b0b 0%, #080808 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.af1-about-hero-inner {
    display: grid;
    align-items: center;
    padding-top: calc(var(--nav-height) + clamp(18px, 2.8vw, 36px));
    padding-bottom: clamp(12px, 2vw, 24px);
    min-height: clamp(280px, 44vw, 460px);
}

.af1-about-hero-copy {
    width: min(100%, 720px);
    display: grid;
    gap: 18px;
}

.af1-about-eyebrow,
.af1-about-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.af1-about-eyebrow::before,
.af1-about-section-kicker::before {
    content: '';
    width: 34px;
    height: 1px;
    background: var(--about-red);
    box-shadow: 0 0 18px rgba(218, 17, 17, 0.35);
}

.af1-about-hero h1,
.af1-about-section-head h2,
.af1-about-story-card h2,
.af1-about-cta-copy h2 {
    margin: 0;
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(38px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: rgba(255, 255, 255, 0.98);
}

.af1-about-hero h1 {
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    white-space: nowrap;
}

.af1-about-hero-subtitle {
    margin: 0;
    max-width: 26ch;
    font-size: clamp(18px, 1.45vw, 28px);
    line-height: 1.45;
    color: var(--about-copy);
}

.af1-about-hero-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(218, 17, 17, 0), var(--about-red) 16%, var(--about-red) 84%, rgba(218, 17, 17, 0));
}

.af1-about-stats {
    padding-top: 2px;
    padding-bottom: clamp(16px, 2.4vw, 24px);
}

.af1-about-stats-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--about-border);
    border-radius: 6px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(15, 15, 15, 0.92), rgba(9, 9, 9, 0.9)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.af1-about-stat {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 20px 22px;
    border-right: 1px solid var(--about-border);
}

.af1-about-stat:last-child {
    border-right: 0;
}

.af1-about-stat-icon,
.af1-about-timeline-icon,
.af1-about-value-icon,
.af1-about-cta-arrow {
    color: var(--about-red);
}

.af1-about-stat-icon svg,
.af1-about-timeline-icon svg,
.af1-about-value-icon svg,
.af1-about-cta-arrow svg {
    width: 100%;
    height: 100%;
    color: currentColor;
}

.af1-about-stat-icon svg *,
.af1-about-timeline-icon svg *,
.af1-about-value-icon svg *,
.af1-about-cta-arrow svg * {
    stroke: currentColor;
}

.af1-about-stat-icon {
    width: 40px;
    height: 40px;
}

.af1-about-stat-copy {
    display: grid;
    gap: 3px;
}

.af1-about-stat strong {
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(24px, 2vw, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.98);
}

.af1-about-stat span {
    font-size: 14px;
    line-height: 1.45;
    color: var(--about-copy);
}

.af1-about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(18px, 2vw, 28px);
    align-items: stretch;
}

.af1-about-story-media,
.af1-about-story-card,
.af1-about-timeline-card,
.af1-about-value-card,
.af1-about-cta-card {
    margin: 0;
    border: 1px solid var(--about-border);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(15, 15, 15, 0.9), rgba(9, 9, 9, 0.9)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.af1-about-story-media {
    min-height: 100%;
    overflow: hidden;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
}

.af1-about-story-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    filter: brightness(0.58) saturate(0.95);
}

.af1-about-story-card {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(24px, 3vw, 38px);
    position: relative;
    overflow: hidden;
}

.af1-about-story-card::after,
.af1-about-cta-card::after {
    content: '';
    position: absolute;
    inset: auto auto 0 0;
    width: 140px;
    height: 1px;
    background: linear-gradient(90deg, var(--about-red), rgba(218, 17, 17, 0));
}

.af1-about-story-card h2,
.af1-about-section-head h2,
.af1-about-cta-copy h2 {
    font-size: clamp(30px, 3.4vw, 46px);
}

.af1-about-story-copy {
    display: grid;
    gap: 16px;
    width: min(100%, 56ch);
}

.af1-about-story-copy p,
.af1-about-section-head p,
.af1-about-timeline-content p,
.af1-about-value-card p,
.af1-about-cta-copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--about-copy);
}

.af1-about-section-head {
    display: grid;
    gap: 14px;
    text-align: center;
    width: min(100%, 760px);
    margin: 0 auto 24px;
}

.af1-about-timeline {
    padding-top: clamp(18px, 3vw, 32px);
}

.af1-about-timeline-list {
    position: relative;
    display: grid;
    gap: 14px;
    padding-left: clamp(34px, 4vw, 56px);
}

.af1-about-timeline-list::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: linear-gradient(180deg, rgba(218, 17, 17, 0.92), rgba(218, 17, 17, 0.28));
}

.af1-about-timeline-item {
    position: relative;
}

.af1-about-timeline-node {
    position: absolute;
    top: 34px;
    left: -41px;
    width: 30px;
    display: flex;
    justify-content: center;
}

.af1-about-timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.92);
    background: var(--about-red);
    box-shadow: 0 0 0 4px rgba(218, 17, 17, 0.16), 0 0 20px rgba(218, 17, 17, 0.24);
}

.af1-about-timeline-card {
    display: grid;
    grid-template-columns: minmax(200px, 0.28fr) minmax(0, 1fr) 72px;
    gap: clamp(18px, 2vw, 28px);
    align-items: start;
    padding: 22px 24px;
    position: relative;
    overflow: hidden;
}

.af1-about-timeline-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(218, 17, 17, 0.8), rgba(218, 17, 17, 0));
    opacity: 0.7;
}

.af1-about-timeline-meta {
    display: grid;
    gap: 10px;
}

.af1-about-timeline-year {
    display: inline-block;
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(28px, 2.3vw, 44px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--about-red);
}

.af1-about-timeline-meta h3,
.af1-about-value-card h3 {
    margin: 0;
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.96);
}

.af1-about-timeline-content {
    display: grid;
    gap: 8px;
}

.af1-about-timeline-icon {
    width: 52px;
    height: 52px;
    align-self: center;
    justify-self: end;
    opacity: 0.95;
}

.af1-about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 20px);
}

.af1-about-value-card {
    display: grid;
    gap: 14px;
    align-items: start;
    padding: 22px 22px 24px;
    min-height: 100%;
}

.af1-about-value-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.af1-about-value-number {
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(26px, 2.1vw, 36px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--about-red);
}

.af1-about-value-top h3 {
    flex: 1 1 180px;
    font-size: clamp(17px, 1.35vw, 21px);
    white-space: nowrap;
}

.af1-about-value-bottom {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.af1-about-value-icon {
    width: 40px;
    height: 40px;
}

.af1-about-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.95fr);
    align-items: stretch;
    overflow: hidden;
    position: relative;
}

.af1-about-cta-copy {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(26px, 3vw, 40px);
    position: relative;
    z-index: 1;
}

.af1-about-cta-copy p {
    width: min(100%, 54ch);
}

.af1-about-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    width: fit-content;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    background: linear-gradient(180deg, #e11717, #b90d0d);
    color: #fff;
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.af1-about-cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(218, 17, 17, 0.24);
    background: linear-gradient(180deg, #f11f1f, #c71010);
}

.af1-about-cta-arrow {
    width: 18px;
    height: 18px;
    color: currentColor;
}

.af1-about-cta-media {
    position: relative;
    min-height: 280px;
    margin-left: -24px;
    background:
        linear-gradient(90deg, rgba(6, 6, 6, 0.98) 0%, rgba(6, 6, 6, 0.42) 30%, rgba(6, 6, 6, 0.08) 60%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.38));
}

.af1-about-cta-media img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    filter: brightness(0.72) saturate(0.98);
}

.af1-about-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.af1-about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .af1-about-hero-shell {
        min-height: 400px;
        background:
            linear-gradient(180deg, rgba(3, 3, 3, 0.92) 0%, rgba(3, 3, 3, 0.86) 34%, rgba(3, 3, 3, 0.34) 72%, rgba(3, 3, 3, 0.18) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32)),
            url('../../images/about/hero.png') 72% center / cover no-repeat,
            linear-gradient(180deg, #0b0b0b 0%, #080808 100%);
    }

    .af1-about-hero-inner {
        min-height: 400px;
        align-items: end;
        padding-bottom: 16px;
    }

    .af1-about-story-grid,
    .af1-about-cta-card {
        grid-template-columns: 1fr;
    }

    .af1-about-timeline-card {
        grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr) 64px;
    }

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

    .af1-about-cta-media {
        margin-left: 0;
        min-height: 220px;
    }
}

@media (max-width: 820px) {
    .af1-about-page .container {
        width: min(calc(100% - 24px), 1500px);
    }

    .af1-about-hero,
    .af1-about-story,
    .af1-about-timeline,
    .af1-about-mission,
    .af1-about-cta {
        padding-block: 14px 18px;
    }

    .af1-about-hero-shell {
        min-height: 330px;
        background:
            linear-gradient(180deg, rgba(3, 3, 3, 0.94) 0%, rgba(3, 3, 3, 0.84) 44%, rgba(3, 3, 3, 0.32) 88%, rgba(3, 3, 3, 0.26) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32)),
            url('../../images/about/hero.png') 68% center / cover no-repeat,
            linear-gradient(180deg, #0b0b0b 0%, #080808 100%);
    }

    .af1-about-hero-inner {
        min-height: 330px;
        padding-top: calc(var(--nav-height) + 16px);
        padding-bottom: 12px;
    }

    .af1-about-hero-subtitle {
        max-width: 22ch;
        font-size: 17px;
    }

    .af1-about-stats-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .af1-about-stat:nth-child(2n) {
        border-right: 0;
    }

    .af1-about-stat:nth-child(-n + 2) {
        border-bottom: 1px solid var(--about-border);
    }

    .af1-about-story-media img {
        min-height: 280px;
    }

    .af1-about-timeline-list {
        padding-left: 26px;
    }

    .af1-about-timeline-list::before {
        left: 10px;
    }

    .af1-about-timeline-node {
        left: -24px;
    }

    .af1-about-timeline-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px 18px 20px;
    }

    .af1-about-timeline-icon {
        width: 40px;
        height: 40px;
        justify-self: start;
    }

    .af1-about-values {
        grid-template-columns: 1fr;
    }

    .af1-about-cta-copy {
        padding: 22px 18px;
    }
}

@media (max-width: 560px) {
    .af1-about-hero-shell {
        min-height: 400px;
    }

    .af1-about-hero-inner {
        min-height: 400px;
        padding-top: calc(var(--nav-height) + 16px);
        padding-bottom: 22px;
    }

    .af1-about-eyebrow,
    .af1-about-section-kicker {
        font-size: 11px;
        letter-spacing: 0.24em;
    }

    .af1-about-stat {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 14px;
    }

    .af1-about-stat strong {
        font-size: 26px;
    }

    .af1-about-stat span,
    .af1-about-story-copy p,
    .af1-about-section-head p,
    .af1-about-timeline-content p,
    .af1-about-value-card p,
    .af1-about-cta-copy p {
        font-size: 14px;
        line-height: 1.7;
    }

    .af1-about-story-card,
    .af1-about-value-card {
        padding-inline: 18px;
    }

    .af1-about-hero h1 {
        white-space: normal;
        font-size: clamp(28px, 9vw, 38px);
    }

    .af1-about-value-top h3 {
        white-space: normal;
    }
}
