.about-body {
    background:
        radial-gradient(circle at top, rgba(25, 61, 45, 0.32), transparent 36rem),
        #020b07;
    color: #f2f3ef;
}

.about-page {
    width: min(1180px, calc(100% - 36px));
    margin: 32px auto 70px;
}

.about-hero {
    position: relative;
    overflow: hidden;
    min-height: 410px;
    display: flex;
    align-items: flex-end;
    padding: 54px;
    border: 1px solid rgba(229, 193, 99, 0.24);
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    background:
        linear-gradient(
            90deg,
            rgba(2, 12, 8, 0.97) 0%,
            rgba(2, 12, 8, 0.84) 42%,
            rgba(2, 12, 8, 0.18) 78%
        ),
        url("/assets/images/about/bond-122g.jpg") center 42% / cover no-repeat;
}

.about-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 670px;
}

.about-kicker,
.story-year {
    margin: 0 0 10px;
    color: #e4c164;
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-hero h1 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.3rem, 6vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.about-lead {
    max-width: 700px;
    margin: 24px 0 0;
    color: #eef2ed;
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    line-height: 1.65;
}

.about-byline {
    margin: 22px 0 0;
    color: #d6dbd5;
}

.about-story {
    margin-top: 28px;
}

.story-section {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: 38px;
    align-items: center;
    margin-top: 28px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(27, 37, 31, 0.97), rgba(8, 22, 15, 0.97));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.story-section-reverse .story-copy {
    order: 2;
}

.story-section-reverse .story-figure {
    order: 1;
}

.story-wide {
    grid-template-columns: 1fr;
    padding: 54px;
}

.story-copy h2,
.project-today h2,
.about-help h2 {
    margin: 0 0 20px;
    color: #e4c164;
    font-size: clamp(1.8rem, 3.5vw, 2.7rem);
    line-height: 1.1;
}

.story-copy p,
.project-today p,
.about-help p {
    margin: 0 0 18px;
    color: #f0f2ee;
    font-size: 1.04rem;
    line-height: 1.78;
}

.story-copy p:last-child,
.about-help p:last-of-type {
    margin-bottom: 0;
}

.story-figure {
    margin: 0;
}

.story-figure img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.story-figure-large img {
    object-position: center;
}

.story-figure figcaption {
    margin: 14px 5px 0;
    color: #cfd5cf;
    font-size: 0.92rem;
    line-height: 1.55;
}

.story-figure figcaption strong {
    color: #e4c164;
}

.project-today {
    margin-top: 28px;
    padding: 48px;
    border-radius: 28px;
    border: 1px solid rgba(229, 193, 99, 0.25);
    background:
        linear-gradient(135deg, rgba(43, 44, 32, 0.97), rgba(8, 25, 16, 0.98));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.project-today-heading {
    max-width: 760px;
}

.about-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.about-stat {
    min-height: 150px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(1, 12, 7, 0.62);
}

.about-stat strong {
    color: #e4c164;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1;
}

.about-stat span {
    margin-top: 11px;
    color: #eef1ec;
    line-height: 1.45;
}

.about-help {
    margin-top: 28px;
    padding: 48px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(13, 31, 21, 0.96);
}

.about-help p {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    color: #071008;
    background: linear-gradient(#f2d981, #ddb956);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.about-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.about-button-secondary {
    color: #ead27b;
    border: 1px solid rgba(229, 193, 99, 0.48);
    background: #0a1b11;
}

.about-signoff {
    margin-top: 28px;
    padding: 48px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid rgba(229, 193, 99, 0.22);
    background: linear-gradient(180deg, rgba(25, 48, 34, 0.95), rgba(5, 17, 10, 0.98));
}

.about-signoff blockquote {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(1.5rem, 4vw, 2.45rem);
    font-weight: 700;
    line-height: 1.3;
}

.about-signature {
    margin: 30px 0 0;
    color: #eef1ec;
    font-size: 1.04rem;
    line-height: 1.6;
}

.about-signature strong {
    color: #e4c164;
    font-size: 1.35rem;
}

.about-dedication {
    max-width: 760px;
    margin: 28px auto 0;
    padding-top: 25px;
    color: #bfc8c0;
    line-height: 1.65;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 900px) {
    .about-page {
        width: min(100% - 22px, 1180px);
        margin-top: 18px;
    }

    .about-hero {
        min-height: 470px;
        padding: 32px 25px;
        background:
            linear-gradient(
                0deg,
                rgba(2, 12, 8, 0.98) 0%,
                rgba(2, 12, 8, 0.82) 51%,
                rgba(2, 12, 8, 0.15) 100%
            ),
            url("/assets/images/about/bond-122g.jpg") center / cover no-repeat;
    }

    .story-section,
    .story-section-reverse {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 25px;
    }

    .story-section-reverse .story-copy,
    .story-section-reverse .story-figure {
        order: initial;
    }

    .story-wide,
    .project-today,
    .about-help,
    .about-signoff {
        padding: 30px 25px;
    }

    .about-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .about-stat-grid {
        grid-template-columns: 1fr;
    }

    .about-stat {
        min-height: 120px;
    }

    .about-actions {
        display: grid;
    }

    .about-button {
        width: 100%;
    }
}