.about-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 8vw, 108px) 0;
    background:
        radial-gradient(circle at 88% 10%, rgba(57, 132, 96, .15), transparent 34%),
        linear-gradient(135deg, #f5f9f7 0%, #f8f5ed 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    left: -260px;
    bottom: -320px;
    border: 1px solid rgba(23, 50, 77, .08);
    border-radius: 50%;
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr);
    gap: clamp(44px, 7vw, 92px);
    align-items: center;
}

.about-hero-copy h1 {
    max-width: 760px;
    margin-top: 14px;
    font-size: clamp(40px, 5.3vw, 68px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.about-hero-copy > p {
    max-width: 690px;
    margin: 22px 0 0;
    color: var(--site-muted);
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.8;
}

.about-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.about-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 7px 12px;
    color: var(--site-primary-dark);
    border: 1px solid rgba(23, 50, 77, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .65);
    font-size: 12px;
    font-weight: 600;
}

.about-hero-meta svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.about-hero-media {
    position: relative;
    min-height: 520px;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 28px 65px rgba(23, 50, 77, .16);
}

.about-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(9, 29, 43, .8) 100%);
    pointer-events: none;
}

.about-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
}

.about-hero-media figcaption {
    position: absolute;
    z-index: 1;
    left: 26px;
    right: 26px;
    bottom: 25px;
    color: #fff;
}

.about-hero-media figcaption span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-hero-media figcaption strong {
    max-width: 420px;
    display: block;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.35;
}

.about-story-section { background: #fff; }

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(250px, .7fr) minmax(0, 1.1fr) minmax(260px, .66fr);
    gap: clamp(32px, 5vw, 68px);
    align-items: start;
}

.about-story-heading h2,
.about-section-heading h2,
.about-access-heading h2,
.about-direction-grid h2 {
    margin-top: 12px;
    font-size: clamp(30px, 3.7vw, 46px);
    line-height: 1.18;
    letter-spacing: -.025em;
}

.about-story-content p {
    margin: 0;
    color: var(--site-muted);
    font-size: 15px;
    line-height: 1.9;
}

.about-story-content p + p { margin-top: 20px; }

.about-story-highlight {
    padding: 28px;
    border: 1px solid #e5e9e4;
    border-radius: 18px;
    background: #f5f9f7;
}

.about-story-highlight > span {
    color: var(--site-green);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-story-highlight h3 {
    margin-top: 14px;
    font-size: 22px;
    line-height: 1.38;
}

.about-story-highlight p {
    margin: 14px 0 0;
    color: var(--site-muted);
    font-size: 13px;
    line-height: 1.75;
}

.about-principles-section {
    border-top: 1px solid #eee9de;
    border-bottom: 1px solid #eee9de;
    background: #fbfaf6;
}

.about-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
}

.about-section-heading > p {
    margin: 0 0 5px;
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.75;
}

.about-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-principles-grid article {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #e4e1d8;
    border-radius: 18px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.about-principles-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 118, 92, .32);
    box-shadow: 0 18px 44px rgba(23, 50, 77, .08);
}

.about-card-number {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--site-green);
    border-radius: 50%;
    background: #eaf4ef;
    font-size: 11px;
    font-weight: 700;
}

.about-principles-grid h3 {
    margin-top: auto;
    padding-top: 48px;
    font-size: 23px;
}

.about-principles-grid p {
    margin: 10px 0 0;
    color: var(--site-muted);
    font-size: 13px;
    line-height: 1.75;
}

.about-direction-section { background: #fff; }

.about-direction-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.about-direction-grid article {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: clamp(30px, 4vw, 48px);
    border-radius: 22px;
}

.about-vision-card {
    color: #fff;
    background: linear-gradient(140deg, #153752 0%, #205368 58%, #2e765b 100%);
}

.about-vision-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -110px;
    bottom: -140px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
}

.about-vision-card .eyebrow { color: rgba(255, 255, 255, .72); }
.about-vision-card h2 { color: #fff; }

.about-direction-grid article > p {
    max-width: 650px;
    margin: 18px 0 0;
    color: inherit;
    opacity: .78;
    font-size: 14px;
    line-height: 1.85;
}

.about-mission-card {
    border: 1px solid #e2e7e3;
    background: #f5f9f7;
}

.about-direction-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
}

.about-mission-card .about-direction-icon { background: #e2f0e8; }

.about-direction-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-mission-card .about-direction-icon { color: var(--site-green); }

.about-mission-card ul {
    display: grid;
    gap: 13px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.about-mission-card li {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    color: var(--site-muted);
    font-size: 13px;
    line-height: 1.7;
}

.about-mission-card li span {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    color: var(--site-green);
    border-radius: 50%;
    background: #dfeee6;
    font-size: 11px;
    font-weight: 700;
}

.about-access-section { background: #fbfaf6; }

.about-access-heading {
    max-width: 800px;
    margin: 0 auto 44px;
    text-align: center;
}

.about-access-heading p {
    max-width: 680px;
    margin: 17px auto 0;
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.75;
}

.about-access-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #dedbd2;
    border-bottom: 1px solid #dedbd2;
}

.about-access-grid article {
    min-height: 230px;
    padding: 28px 25px;
    border-right: 1px solid #dedbd2;
}

.about-access-grid article:last-child { border-right: 0; }

.about-access-index {
    color: var(--site-green);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.about-access-grid h3 {
    margin-top: 64px;
    font-size: 20px;
}

.about-access-grid p {
    margin: 10px 0 0;
    color: var(--site-muted);
    font-size: 12.5px;
    line-height: 1.7;
}

.about-closing-section {
    padding: 0 0 clamp(62px, 7vw, 92px);
    background: #fbfaf6;
}

.about-closing-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: clamp(34px, 5vw, 58px);
    color: #fff;
    border-radius: 24px;
    background: #17324d;
}

.about-closing-panel::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -130px;
    top: -175px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
}

.about-closing-panel span {
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-closing-panel h2 {
    max-width: 870px;
    margin-top: 12px;
    color: #fff;
    font-size: clamp(28px, 4vw, 45px);
    line-height: 1.2;
}

.about-closing-panel p {
    max-width: 760px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.8;
}

.about-closing-panel .button {
    position: relative;
    z-index: 1;
    color: var(--site-primary-dark);
    background: #fff;
    white-space: nowrap;
}

@media (max-width: 1080px) {
    .about-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr); gap: 44px; }
    .about-hero-media, .about-hero-media img { min-height: 460px; }
    .about-story-grid { grid-template-columns: minmax(230px, .7fr) minmax(0, 1.2fr); }
    .about-story-highlight { grid-column: 2; }
    .about-access-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-access-grid article:nth-child(2) { border-right: 0; }
    .about-access-grid article:nth-child(-n+2) { border-bottom: 1px solid #dedbd2; }
}

@media (max-width: 820px) {
    .about-hero-grid,
    .about-story-grid,
    .about-section-heading,
    .about-direction-grid { grid-template-columns: 1fr; }

    .about-hero-media { min-height: 420px; }
    .about-hero-media img { min-height: 420px; }
    .about-story-highlight { grid-column: auto; }
    .about-section-heading { gap: 14px; }
    .about-principles-grid { grid-template-columns: 1fr; }
    .about-principles-grid article { min-height: 220px; }
    .about-principles-grid h3 { padding-top: 34px; }
    .about-closing-panel { grid-template-columns: 1fr; }
    .about-closing-panel .button { justify-self: start; }
}

@media (max-width: 560px) {
    .about-hero { padding: 54px 0 64px; }
    .about-hero-copy h1 { font-size: 38px; }
    .about-hero-actions { display: grid; grid-template-columns: 1fr; }
    .about-hero-actions .button { width: 100%; }
    .about-hero-media, .about-hero-media img { min-height: 360px; }
    .about-hero-media { border-radius: 20px; }
    .about-hero-media figcaption { left: 20px; right: 20px; bottom: 20px; }
    .about-story-heading h2,
    .about-section-heading h2,
    .about-access-heading h2,
    .about-direction-grid h2 { font-size: 29px; }
    .about-story-highlight,
    .about-principles-grid article,
    .about-direction-grid article { padding: 25px; }
    .about-access-grid { grid-template-columns: 1fr; }
    .about-access-grid article,
    .about-access-grid article:nth-child(2) { min-height: 185px; border-right: 0; border-bottom: 1px solid #dedbd2; }
    .about-access-grid article:last-child { border-bottom: 0; }
    .about-access-grid h3 { margin-top: 38px; }
    .about-closing-panel { padding: 30px 24px; border-radius: 18px; }
    .about-closing-panel .button { width: 100%; }
}
