.about-hero,
.about-story,
.about-values,
.about-timeline,
.about-footprint,
.about-cta {
    width: min(1100px, 92%);
    margin: 0 auto 2.5rem;
}

.about-hero {
    display: block;
}

.about-kicker {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(224, 240, 255, 0.72);
    font-size: 0.76rem;
    margin-bottom: 0.75rem;
}

.about-hero__content,
.about-card,
.founder-card {
    border: 1px solid rgba(0, 191, 255, 0.24);
    border-radius: 18px;
    background:
        linear-gradient(155deg, rgba(13, 26, 56, 0.92) 0%, rgba(9, 17, 38, 0.85) 65%),
        radial-gradient(circle at top right, rgba(0, 191, 255, 0.14), transparent 45%);
    box-shadow: 0 18px 36px rgba(0, 10, 40, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.about-hero__content {
    padding: 2.5rem 2rem;
}

.about-hero__content h1 {
    max-width: 13ch;
    margin-bottom: 0.75rem;
}

.about-hero__content h2,
.about-story__intro p,
.about-card p,
.about-footprint__locations span,
.founder-card span {
    color: rgba(223, 238, 255, 0.88);
}

.about-hero__actions,
.about-story__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.about-hero__highlights {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.about-hero__highlights div {
    padding: 0.95rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 191, 255, 0.2);
    background: rgba(4, 14, 36, 0.55);
}

.about-hero__highlights strong {
    color: var(--primary-color);
    font-size: 0.95rem;
    line-height: 1.45;
}

.about-card__eyebrow {
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: var(--weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.about-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem;
    align-items: start;
}

.about-story__intro {
    padding: 0.5rem 0;
}

.founder-card {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.founder-card img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(0, 191, 255, 0.24);
    background: rgba(0, 0, 0, 0.25);
}

.founder-card h3,
.about-card h3 {
    margin-bottom: 0.4rem;
}

.founder-card p {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-weight: var(--weight-bold);
}

.about-section-heading {
    margin-bottom: 1rem;
}

.about-section-heading h2 {
    max-width: 26ch;
}

.about-values__grid {
    display: grid;
    gap: 1rem;
}

.about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-card {
    padding: 1.3rem 1.15rem;
}

.about-timeline__list {
    position: relative;
    display: grid;
    gap: 1.15rem;
    margin-top: 1.25rem;
}

.about-timeline__list::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 116px;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 191, 255, 0.15) 0%, rgba(0, 191, 255, 0.8) 50%, rgba(0, 191, 255, 0.15) 100%);
    box-shadow: 0 0 18px rgba(0, 191, 255, 0.35);
}

.about-timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
    padding-left: 1.5rem;
}

.about-timeline__item::before {
    content: "";
    position: absolute;
    left: 108px;
    top: 1.15rem;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid rgba(0, 191, 255, 0.85);
    background: #091126;
    box-shadow: 0 0 0 5px rgba(0, 191, 255, 0.12), 0 0 18px rgba(0, 191, 255, 0.4);
}

.about-timeline__year {
    padding-top: 0.75rem;
    color: var(--primary-color);
    font-weight: var(--weight-bold);
    font-size: 1rem;
    letter-spacing: 0.08em;
}

.about-timeline__media {
    margin-top: 1.5rem;
}

.about-timeline__media-card {
    padding: 1.3rem;
}

.about-timeline__media-card h3 {
    margin-bottom: 0.4rem;
}

.about-timeline__figure {
    margin: 1rem 0 0;
    padding: 0.9rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 191, 255, 0.2);
    background: rgba(4, 14, 36, 0.52);
    overflow: hidden;
}

.about-timeline__figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(0, 191, 255, 0.16);
    box-shadow: 0 10px 24px rgba(0, 10, 40, 0.28);
}

.about-card--wide {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: start;
}

.about-footprint__locations {
    display: grid;
    gap: 1rem;
}

.about-footprint__locations div {
    padding: 1rem;
    border-radius: 14px;
    background: rgba(4, 14, 36, 0.45);
    border: 1px solid rgba(0, 191, 255, 0.18);
}

.about-footprint__locations strong {
    display: block;
    color: var(--primary-color);
    margin-bottom: 0.4rem;
}

.about-cta {
    margin-bottom: 1rem;
}

@media screen and (max-width: 960px) {
    .about-hero,
    .about-story,
    .about-card--wide,
    .about-values__grid {
        grid-template-columns: 1fr;
    }

    .about-story {
        align-items: stretch;
    }
}

@media screen and (max-width: 640px) {
    .about-hero__content,
    .about-card,
    .founder-card {
        padding: 1.1rem;
    }

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

    .about-hero__content h1 {
        max-width: none;
    }

    .about-timeline__list::before {
        left: 20px;
    }

    .about-timeline__item {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        padding-left: 2.6rem;
    }

    .about-timeline__item::before {
        left: 11px;
        top: 0.9rem;
    }

    .about-timeline__year {
        padding-top: 0;
    }
}
.about-hero__actions--stacked {
    align-content: center;
    align-items: flex-start;
}
