body.about-figma-body {
    background: #f1f1f1;
}

body.about-figma-body .cb-header {
    background: rgba(244, 244, 244, 0.95);
    box-shadow: 0 1px 5px rgba(15, 23, 42, 0.1);
}

body.about-figma-body .navbar-custom {
    background: #f4f4f4 !important;
}

body.about-figma-body .navbar-custom .nav-link,
body.about-figma-body .navbar-custom .navbar-brand,
body.about-figma-body .navbar-custom .dropdown-toggle {
    color: #000000 !important;
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
    line-height: 24px;
}

body.about-figma-body .navbar-custom .nav-link:hover,
body.about-figma-body .navbar-custom .nav-link:focus,
body.about-figma-body .navbar-custom .dropdown-toggle:hover,
body.about-figma-body .navbar-custom .dropdown-toggle:focus {
    color: #000000 !important;
    opacity: 0.72;
}

body.about-figma-body .footer {
    margin-top: 0;
}

.about-page {
    min-height: calc(100vh - 75px);
    background: #f1f1f1;
    border-top: 1px solid #d9d9d9;
}

.about-shell {
    max-width: 1140px;
    margin: 0 auto;
    padding: 91px 15px 144px;
}

.about-hero,
.about-section {
    max-width: 1110px;
    margin: 0 auto;
}

.about-hero {
    text-align: center;
    margin-bottom: 96px;
}

.about-page-title,
.about-section-title,
.about-team-name {
    margin: 0;
    color: #212529;
    font-family: "Bakbak One", "Anton", sans-serif;
    font-weight: 400;
}

.about-page-title {
    font-size: clamp(48px, 5vw, 72px);
    line-height: 0.95;
}

.about-page-intro,
.about-section-copy,
.about-team-bio,
.about-contact-copy p,
.about-contact-email {
    margin: 0;
    color: #212529;
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.about-page-intro {
    max-width: 1105px;
    margin: 33px auto 0;
}

.about-section {
    margin-top: 78px;
}

.about-section--mission {
    margin-top: 0;
}

.about-section-title {
    font-size: 48px;
    line-height: 60px;
}

.about-section-copy {
    max-width: 1095px;
    margin-top: 17px;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.about-team-card {
    min-height: 480px;
    padding: 32px 32px 28px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
}

.about-team-photo {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 999px;
    object-fit: cover;
}

.about-team-name {
    margin-top: 12px;
    font-size: 26px;
    line-height: 44px;
}

.about-team-role {
    margin: 0;
    color: #212529;
    font-family: "Bakbak One", "Anton", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.about-team-bio {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.about-section--contact {
    margin-top: 94px;
}

.about-contact-copy {
    margin-top: 18px;
}

.about-contact-email {
    margin-top: 10px;
}

.about-contact-label {
    color: #0d6efd;
}

.about-contact-value {
    color: #0d6efd;
    text-decoration: underline;
}

@media (max-width: 1199.98px) {
    .about-shell {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-team-grid {
        gap: 24px;
    }

    .about-team-card {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 991.98px) {
    .about-shell {
        padding-top: 72px;
        padding-bottom: 96px;
    }

    .about-hero {
        margin-bottom: 72px;
    }

    .about-section {
        margin-top: 64px;
    }

    .about-team-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .about-shell {
        padding: 56px 16px 72px;
    }

    .about-page-title {
        line-height: 1;
    }

    .about-page-intro,
    .about-section-copy,
    .about-contact-copy p,
    .about-contact-email {
        font-size: 14px;
        line-height: 24px;
    }

    .about-section-title {
        font-size: 38px;
        line-height: 46px;
    }

    .about-team-card {
        min-height: 0;
        padding: 24px 20px;
    }

    .about-team-name {
        font-size: 22px;
        line-height: 32px;
    }
}
