.page-about .about-hero {
    padding-bottom: 3rem;
}

.page-about .about-hero-grid {
    align-items: stretch;
}

.page-about .about-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-about .about-hero-copy p {
    max-width: 60ch;
}

.page-about .about-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.page-about .about-hero-points span {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid rgba(10, 59, 67, 0.08);
    color: var(--primary-dark);
    font-weight: 700;
}

.page-about .about-hero-visual,
.page-about .about-photo-block,
.page-about .infrastructure-preview,
.page-about .direction-card {
    min-height: 320px;
}

.page-about .about-hero-visual {
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 470px;
    border-color: rgba(10, 59, 67, 0.12);
    background:
        linear-gradient(140deg, rgba(10, 59, 67, 0.94), rgba(0, 109, 119, 0.72)),
        radial-gradient(circle at top right, rgba(238, 155, 0, 0.38), transparent 30%);
}

.page-about .about-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.page-about .about-hero-visual::after {
    content: "";
    position: absolute;
    inset: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: calc(var(--radius) - 0.2rem);
    pointer-events: none;
}

.page-about .about-hero-badge {
    position: absolute;
    top: 1.3rem;
    left: 1.3rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.92);
    color: var(--primary-dark);
    box-shadow: 0 14px 30px rgba(7, 27, 31, 0.14);
    font-size: 0.9rem;
    font-weight: 700;
}

.page-about .about-hero-badge-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0fa958, #62c370);
    box-shadow: 0 0 0 0.3rem rgba(15, 169, 88, 0.16);
}

.page-about .about-hero-overlay,
.page-about .about-photo-fill {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 5.8rem 2rem 2rem;
    color: #fff;
}

.page-about .about-hero-overlay {
    max-width: 450px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.12)),
        linear-gradient(180deg, rgba(7, 27, 31, 0.08), rgba(7, 27, 31, 0.76));
    backdrop-filter: blur(3px);
}

.page-about .about-hero-overlay p,
.page-about .about-hero-overlay .eyebrow,
.page-about .about-photo-fill .eyebrow {
    color: rgba(255, 255, 255, 0.82);
}

.page-about .about-hero-overlay h2,
.page-about .about-photo-fill h3 {
    color: #fff;
    text-wrap: balance;
}

.page-about .about-intro-grid,
.page-about .about-team-grid,
.page-about .about-commitments-grid,
.page-about .about-closing-grid {
    align-items: stretch;
}

.page-about .about-meta-grid,
.page-about .care-grid,
.page-about .gallery-strip,
.page-about .about-stats-grid {
    display: grid;
    gap: 1.5rem;
}

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

.page-about .about-meta-grid .card {
    border-color: rgba(10, 59, 67, 0.08);
}

.page-about .about-photo-block {
    position: relative;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(0, 109, 119, 0.9), rgba(10, 59, 67, 0.88)),
        radial-gradient(circle at top left, rgba(238, 155, 0, 0.28), transparent 26%);
}

.page-about .about-photo-fill p {
    color: rgba(255, 255, 255, 0.84);
}

.page-about .history-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2rem;
    align-items: start;
}

.page-about .history-copy {
    display: grid;
    gap: 1rem;
}

.page-about .about-pillars {
    margin-top: 2rem;
}

.page-about .chip-list,
.page-about .feature-list-about,
.page-about .engagement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-about .chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.page-about .chip-list li {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #fff3e2;
    color: var(--primary-dark);
    font-weight: 700;
}

.page-about .care-grid,
.page-about .about-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-about .care-grid .card,
.page-about .gallery-tile,
.page-about .direction-card {
    border-color: rgba(10, 59, 67, 0.08);
}

.page-about .feature-list-about {
    display: grid;
    gap: 0.8rem;
    margin: 1.5rem 0 2rem;
}

.page-about .feature-list-about li,
.page-about .engagement-list li {
    position: relative;
    padding-left: 1.3rem;
    font-weight: 700;
}

.page-about .feature-list-about li::before,
.page-about .engagement-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--accent);
}

.page-about .infrastructure-preview {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 234, 0.92)),
        linear-gradient(180deg, rgba(238, 155, 0, 0.08), rgba(0, 109, 119, 0.06));
}

.page-about .gallery-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 2rem;
}

.page-about .gallery-tile {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background:
        radial-gradient(circle at top right, rgba(238, 155, 0, 0.22), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 239, 229, 0.9));
}

.page-about .engagement-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.page-about .direction-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 234, 0.9)),
        linear-gradient(180deg, rgba(238, 155, 0, 0.08), rgba(0, 109, 119, 0.05));
}

.page-about .about-cta {
    min-height: 100%;
}

@media (max-width: 900px) {
    .page-about .about-meta-grid,
    .page-about .care-grid,
    .page-about .gallery-strip,
    .page-about .about-stats-grid,
    .page-about .history-layout {
        grid-template-columns: 1fr;
    }

    .page-about .about-hero-visual {
        min-height: 420px;
    }

    .page-about .about-hero-overlay {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .page-about .about-hero-badge {
        top: 1rem;
        left: 1rem;
        right: 1rem;
        justify-content: center;
        font-size: 0.82rem;
    }

    .page-about .about-hero-overlay,
    .page-about .about-photo-fill {
        padding: 4.7rem 1rem 1rem;
    }

    .page-about .about-hero-visual::after {
        inset: 0.75rem;
    }
}
