.hero-about {
    background: linear-gradient(135deg, #ff8a00 0%, #ffb347 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.hero-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/coral-3202725_1920.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.hero-about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 138, 0, 0.58) 0%, rgba(255, 179, 71, 0.45) 100%);
    pointer-events: none;
}

.hero-about .hero-content {
    position: relative;
    z-index: 2;
}

.hero-about .hero-title {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.3rem, 4.4vw, 3.6rem);
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.about-eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff2e6;
    font-weight: 700;
    font-size: 0.82rem;
}

.about-lead {
    max-width: 820px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.25rem;
    line-height: 1.65;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.hero-about .hero-subtitle.about-lead {
    color: rgba(255, 255, 255, 0.96);
}

.about-block .container,
.about-block-light .container {
    max-width: 1100px;
}

.about-block p,
.about-block-light p {
    color: #4a5568;
    line-height: 1.75;
    margin-bottom: 0.8rem;
}

.about-who-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.about-who-copy {
    background: #ffffff;
    border: 1px solid rgba(13, 41, 78, 0.08);
    border-radius: 1rem;
    box-shadow: 0 8px 18px rgba(13, 41, 78, 0.1), 0 2px 6px rgba(13, 41, 78, 0.06);
    padding: 1.35rem 1.4rem;
}

.about-who-copy p:last-child {
    margin-bottom: 0;
}

.about-who-highlights {
    display: grid;
    gap: 0.8rem;
}

.about-team-showcase {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 1rem;
    align-items: start;
}

.about-leadership-intro {
    max-width: 860px;
    margin: 0 auto 1.4rem;
    text-align: center;
}

.about-team-group-photo {
    max-width: 980px;
    margin: 1.2rem auto 0;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(13, 41, 78, 0.08);
    box-shadow: 0 12px 24px rgba(13, 41, 78, 0.12), 0 3px 8px rgba(13, 41, 78, 0.07);
}

.about-team-group-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.about-team-lead {
    background: linear-gradient(160deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(13, 41, 78, 0.08);
    border-radius: 1rem;
    box-shadow: 0 12px 26px rgba(13, 41, 78, 0.12), 0 3px 8px rgba(13, 41, 78, 0.07);
    padding: 1rem;
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 1rem;
    align-items: center;
    height: fit-content;
}

.about-team-lead-accent {
    border-color: rgba(255, 138, 0, 0.28);
    background: linear-gradient(120deg, rgba(255, 138, 0, 0.1) 0%, rgba(255, 255, 255, 1) 58%);
    box-shadow: 0 12px 26px rgba(13, 41, 78, 0.12), 0 0 0 1px rgba(255, 138, 0, 0.2);
}

.about-team-lead-photo {
    width: 170px;
    aspect-ratio: 3 / 4;
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid rgba(255, 138, 0, 0.3);
    box-shadow: 0 8px 16px rgba(13, 41, 78, 0.14);
}

.about-team-lead-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 34%;
}

.about-team-kicker {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem !important;
    font-weight: 700;
    color: #c05600 !important;
}

.about-team-lead h3,
.about-team-member h3 {
    margin: 0 0 0.1rem;
    color: #0d294e;
    font-size: 1.25rem;
}

.about-team-side {
    display: grid;
    gap: 0.9rem;
}

.about-team-member {
    background: #ffffff;
    border: 1px solid rgba(13, 41, 78, 0.08);
    border-radius: 1rem;
    box-shadow: 0 8px 18px rgba(13, 41, 78, 0.1), 0 2px 6px rgba(13, 41, 78, 0.06);
    padding: 0.95rem 1rem;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0.85rem;
    align-items: start;
}

.about-team-member-accent {
    border-color: rgba(255, 138, 0, 0.24);
    background: linear-gradient(120deg, rgba(255, 138, 0, 0.08) 0%, rgba(255, 255, 255, 1) 60%);
    grid-template-columns: 120px 1fr;
}

.about-profile-photo-member {
    width: 120px;
    margin: 0;
}

.about-profile-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 138, 0, 0.12) 0%, rgba(255, 179, 71, 0.08) 100%);
    border-style: dashed;
}

.about-profile-photo-placeholder span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgba(255, 138, 0, 0.2);
    color: #c05600;
    font-weight: 700;
}

.about-profile-avatar {
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 999px;
    background: rgba(255, 138, 0, 0.16);
    color: #c05600;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.45rem;
}

.about-profile-photo {
    width: min(170px, 100%);
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 0 0.75rem;
    border: 2px solid rgba(255, 138, 0, 0.28);
    box-shadow: 0 6px 14px rgba(13, 41, 78, 0.12);
}

.about-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.about-profile-role {
    margin: 0 0 0.35rem !important;
    font-size: 0.82rem;
    font-weight: 600;
    color: #c05600 !important;
}

.about-team-lead p,
.about-team-member p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
}

.about-team-lead:hover,
.about-team-member:hover {
    transform: translateY(-3px);
}

.about-highlight-card {
    background: #ffffff;
    border: 1px solid rgba(13, 41, 78, 0.08);
    border-radius: 1rem;
    box-shadow: 0 8px 18px rgba(13, 41, 78, 0.1), 0 2px 6px rgba(13, 41, 78, 0.06);
    padding: 1rem 1.1rem;
}

.about-highlight-card h3 {
    margin-bottom: 0.35rem;
    font-size: 1rem;
    color: #0d294e;
}

.about-highlight-card i {
    color: #ff8a00;
    margin-right: 0.35rem;
}

.about-highlight-card p {
    margin: 0;
}

.about-mission-panel {
    max-width: 920px;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(13, 41, 78, 0.08);
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(13, 41, 78, 0.1), 0 2px 6px rgba(13, 41, 78, 0.06);
    text-align: center;
}

.about-mission-panel p {
    margin-bottom: 1rem;
}

.about-mission-pill-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.about-mission-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.38rem 0.75rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: #c05600;
    background: rgba(255, 138, 0, 0.12);
    border: 1px solid rgba(255, 138, 0, 0.3);
}

.about-results-block .container {
    max-width: 1100px;
}

.about-results-intro {
    max-width: 900px;
    margin: 0 auto 1.6rem;
    text-align: center;
}

.about-results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.4rem;
}

.about-result-item {
    text-align: center;
    min-height: 0;
}

.about-result-item .about-value-icon {
    margin: 0 auto 0.65rem;
}

.about-result-item h3 {
    margin: 0;
    font-size: 1.06rem;
    color: #0d294e;
}

.about-timeline {
    margin: 2rem auto 0;
    max-width: 980px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    position: relative;
    padding: 0;
}

.about-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 3px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(13, 41, 78, 0.2) 0%, rgba(13, 41, 78, 0.45) 50%, rgba(13, 41, 78, 0.2) 100%);
    border-radius: 999px;
}

.about-timeline-item,
.about-value-card {
    text-align: left;
    min-height: 0;
}

.about-timeline-item {
    position: relative;
    width: calc(50% - 2rem);
    margin: 0;
    overflow: visible !important;
}

.about-timeline-item:nth-child(odd) {
    justify-self: start;
}

.about-timeline-item:nth-child(even) {
    justify-self: end;
}

.about-timeline-node-icon {
    position: absolute;
    top: 1.05rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #ff8a00;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 138, 0, 0.2), 0 8px 14px rgba(13, 41, 78, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.82rem;
    z-index: 2;
}

.about-timeline-item:nth-child(odd) .about-timeline-node-icon {
    right: -3rem;
}

.about-timeline-item:nth-child(even) .about-timeline-node-icon {
    left: -3rem;
}

.about-year {
    display: inline-flex;
    margin-bottom: 0.65rem;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    background: rgba(255, 138, 0, 0.16);
    color: #c05600;
    font-weight: 700;
    font-size: 0.8rem;
}

.about-timeline-item h3,
.about-value-card h3 {
    margin-bottom: 0.45rem;
    color: #0d294e;
    font-size: 1.05rem;
}

.about-timeline-item p,
.about-value-card p {
    margin: 0;
}

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

.about-milestones-orbs {
    position: relative;
    overflow: hidden;
}

.about-milestones-orbs::before,
.about-milestones-orbs::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
    z-index: 0;
    animation: aboutOrbFloat 8s ease-in-out infinite;
}

.about-milestones-orbs::before {
    width: 300px;
    height: 300px;
    left: -80px;
    top: 120px;
    background: radial-gradient(circle, rgba(255, 138, 0, 0.2) 0%, rgba(255, 138, 0, 0) 72%);
}

.about-milestones-orbs::after {
    width: 240px;
    height: 240px;
    right: 4%;
    bottom: 80px;
    background: radial-gradient(circle, rgba(255, 179, 71, 0.2) 0%, rgba(255, 179, 71, 0) 72%);
    animation-delay: -3s;
}

.about-milestones-orbs .container {
    position: relative;
    z-index: 1;
}

.about-value-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
    background: rgba(255, 138, 0, 0.14);
    color: #c05600;
    font-size: 1rem;
}

.about-quote {
    margin: 3.4rem 0 0;
    border-left: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    color: #0d294e;
    box-shadow: none;
    text-align: center;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.35;
    font-weight: 700;
}

.about-cta {
    padding: 0 0 5rem;
}

.about-cta-card {
    max-width: 920px;
    margin: 0 auto;
    padding: 2rem 1.6rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(13, 41, 78, 0.08);
    background: linear-gradient(135deg, rgba(255, 138, 0, 0.12) 0%, rgba(255, 179, 71, 0.08) 100%);
    box-shadow: 0 12px 24px rgba(13, 41, 78, 0.1), 0 3px 8px rgba(13, 41, 78, 0.06);
    text-align: center;
    cursor: pointer;
}

.about-cta-card h2 {
    margin: 0 0 0.7rem;
    color: #0d294e;
}

.about-cta-card p {
    margin: 0 auto;
    max-width: 760px;
}

.about-cta-actions {
    margin-top: 1.35rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@keyframes aboutOrbFloat {
    0% {
        transform: translateY(0px);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-12px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 0.9;
    }
}

@media (max-width: 960px) {
    .hero-about .hero-title {
        font-size: clamp(2rem, 8vw, 2.7rem);
    }

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

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

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

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

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

    .about-team-lead-photo {
        width: min(210px, 100%);
    }

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

    .about-timeline::before {
        left: 1rem;
        transform: none;
    }

    .about-timeline-item {
        width: auto;
        justify-self: stretch;
        margin-left: 2.5rem;
    }

    .about-timeline-item:nth-child(even) {
        justify-self: stretch;
    }

    .about-timeline-item:nth-child(odd) .about-timeline-node-icon,
    .about-timeline-item:nth-child(even) .about-timeline-node-icon {
        left: -2.5rem;
        right: auto;
    }
}

@media (max-width: 640px) {
    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-cta {
        padding-bottom: 4rem;
    }

    .about-cta-card {
        padding: 1.5rem 1rem;
    }
}
