.about-page {
    background:
        radial-gradient(circle at 22% 10%, rgba(215, 226, 231, 0.32), transparent 24rem),
        radial-gradient(circle at 82% 34%, rgba(216, 236, 248, 0.26), transparent 28rem),
        #f7f5ec;
    color: #102018;
}

.section-light {
    color: #102018;
}

.section-light .section-eyebrow,
.section-light .eyebrow {
    color: #166534;
}

.section-light h1,
.section-light h2,
.section-light h3 {
    color: #102018;
}

.section-light p {
    color: #334155;
}

.section-light .muted {
    color: #64748b;
}

.section-dark {
    color: #fff;
}

.section-dark .section-eyebrow,
.section-dark .eyebrow {
    color: #d9f99d;
}

.section-dark h1,
.section-dark h2,
.section-dark h3 {
    color: #fff;
}

.section-dark p {
    color: rgba(255, 255, 255, 0.86);
}

.section-dark .muted {
    color: rgba(255, 255, 255, 0.72);
}

.about-page .container {
    width: min(calc(100% - 48px), 1460px);
}

.about-hero {
    background:
        linear-gradient(90deg, rgba(4, 16, 9, 0.92) 0%, rgba(4, 16, 9, 0.64) 42%, rgba(4, 16, 9, 0.28) 78%),
        var(--about-hero-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: clamp(520px, 58vw, 720px);
    padding: clamp(2rem, 6vw, 5rem) 0 1.25rem;
}

.about-hero__inner {
    align-content: end;
    display: grid;
    min-height: inherit;
}

.about-hero__card {
    backdrop-filter: blur(14px);
    background: rgba(5, 18, 10, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    max-width: 640px;
    padding: clamp(1.15rem, 3vw, 2rem);
}

.about-eyebrow {
    align-items: center;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    gap: 0.4rem;
    letter-spacing: 0.08em;
    margin: 0 0 0.65rem;
    text-transform: uppercase;
}

.about-hero h1,
.about-copy h2,
.about-story h2,
.about-platform-card h2,
.about-contact h2,
.about-community h2,
.about-coming-soon h2,
.about-image-tile h3 {
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
}

.about-hero h1 {
    font-size: clamp(2.65rem, 6vw, 5.9rem);
    max-width: 920px;
}

.about-hero p {
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.55;
    margin: 1rem 0 0;
    max-width: 720px;
}

.about-hero__actions,
.about-stat-strip,
.about-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.about-hero__actions {
    margin-top: 1.25rem;
}

.about-hero .button--secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
}

.about-stat-strip {
    backdrop-filter: blur(16px);
    background: rgba(5, 18, 10, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
    justify-content: space-between;
    margin-top: 1rem;
    max-width: 1120px;
    padding: 0.85rem 1rem;
}

.about-stat-strip span {
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    display: inline-flex;
    gap: 0.65rem;
}

.about-stat-strip svg {
    color: #d3f08b;
}

.about-stat-strip strong {
    color: #fff;
    font-size: 0.95rem;
}

.about-section {
    padding-block: clamp(2rem, 5vw, 4rem);
    position: relative;
}

.about-section::before {
    background-image:
        linear-gradient(rgba(21, 88, 34, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21, 88, 34, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    mask-image: radial-gradient(circle at 50% 50%, #000, transparent 68%);
    pointer-events: none;
    position: absolute;
}

.about-mission,
.about-coverage,
.about-community {
    align-items: center;
    display: grid;
    gap: clamp(1.25rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
}

.about-copy,
.about-image-mosaic,
.about-do-grid,
.about-platform-card,
.about-island-card,
.about-community-cards {
    position: relative;
    z-index: 1;
}

.about-copy h2,
.about-contact h2,
.about-community h2 {
    font-size: clamp(2rem, 4.4vw, 4rem);
}

.about-copy p,
.about-story__copy p,
.about-platform-card p,
.about-contact p,
.about-community p {
    font-size: 1.02rem;
    line-height: 1.58;
}

.about-check-list {
    display: grid;
    gap: 0.48rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.about-check-list li {
    align-items: start;
    display: grid;
    font-weight: 730;
    gap: 0.5rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.about-check-list svg {
    color: var(--color-forest-700);
    margin-top: 0.1rem;
}

.about-image-mosaic {
    display: grid;
    gap: 0.85rem;
}

.about-image-tile {
    align-items: end;
    aspect-ratio: auto;
    background: var(--tile-image);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(23, 39, 28, 0.1);
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 150px;
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
}

.about-image-tile::after {
    background: linear-gradient(
        to top,
        rgba(5, 25, 15, 0.86),
        rgba(5, 25, 15, 0.35),
        rgba(5, 25, 15, 0.08)
    );
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.image-card-content {
    display: grid;
    gap: 0.25rem;
    max-width: 360px;
    position: relative;
    z-index: 2;
}

.about-image-tile--large {
    min-height: clamp(280px, 34vw, 390px);
}

.about-image-tile span {
    font-size: 0.82rem;
    font-weight: 900;
}

.about-image-tile h3 {
    color: #fff;
    font-size: clamp(1.12rem, 1.8vw, 1.55rem);
    line-height: 1.12;
    max-width: 360px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.about-image-tile p {
    color: rgba(255, 255, 255, 0.86);
}

.about-image-tile__badge {
    align-self: start;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #d9f99d;
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    height: 40px;
    justify-content: center;
    justify-self: end;
    place-items: center;
    position: relative;
    width: 40px;
    z-index: 2;
}

.about-image-tile__badge svg {
    height: 18px;
    width: 18px;
}

.about-story-band {
    background:
        radial-gradient(circle at 80% 14%, rgba(143, 189, 85, 0.12), transparent 24rem),
        linear-gradient(90deg, #082014, #102f1e);
    color: #fff;
}

.about-story {
    align-items: center;
    display: grid;
    gap: clamp(1.25rem, 4vw, 3rem);
    grid-template-columns: 310px minmax(0, 1fr) minmax(260px, 0.52fr);
    padding-block: clamp(2rem, 5vw, 4rem);
}

.about-story__image {
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    margin: 0;
    overflow: hidden;
}

.about-story__image img {
    aspect-ratio: 4 / 5;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-story h2 {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.about-story blockquote {
    border-left: 1px solid rgba(143, 189, 85, 0.45);
    color: #e3f0cf;
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    font-weight: 820;
    line-height: 1.05;
    margin: 0;
    padding-left: 1.5rem;
}

.about-story blockquote span {
    color: #d9f99d;
    display: block;
    font-size: 4rem;
    line-height: 0.65;
}

.about-timeline {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -2rem;
    position: relative;
    z-index: 3;
}

.about-timeline article {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(23, 39, 28, 0.1);
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    padding: 1rem;
}

.about-timeline span {
    color: var(--color-forest-700);
    display: block;
    font-size: 1.45rem;
    font-weight: 900;
}

.about-timeline h3 {
    font-size: 1rem;
    margin: 0.25rem 0;
}

.about-timeline p {
    font-size: 0.88rem;
    line-height: 1.4;
    margin: 0;
}

.about-section-heading {
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.about-section-heading h2 {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    margin: 0;
}

.about-do-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-do-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.8) 58%, rgba(8, 25, 14, 0.4)),
        var(--card-image);
    background-position: center bottom;
    background-size: cover;
    border: 1px solid rgba(23, 39, 28, 0.08);
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    min-height: 270px;
    padding: 1rem;
}

.about-do-card > span {
    align-items: center;
    background: #e8eef1;
    border-radius: 13px;
    color: var(--color-forest-700);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.about-do-card h3 {
    font-size: 1.05rem;
    line-height: 1.15;
    margin: 0.8rem 0 0.45rem;
}

.about-do-card p {
    font-size: 0.91rem;
    line-height: 1.42;
    margin: 0;
}

.about-platform-card {
    align-items: center;
    background:
        radial-gradient(circle at 90% 20%, rgba(143, 189, 85, 0.18), transparent 18rem),
        #0b2518;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
    overflow: hidden;
    padding: clamp(1.25rem, 4vw, 2rem);
}

.about-platform-card h2 {
    font-size: clamp(2rem, 4vw, 4rem);
}

.about-check-list--light svg {
    color: #d9f99d;
}

.about-map-mockup {
    align-items: end;
    display: flex;
    justify-content: center;
    min-height: 280px;
    position: relative;
}

.about-map-mockup__screen {
    background:
        radial-gradient(circle at 66% 38%, #8fb486 0 6px, transparent 7px),
        radial-gradient(circle at 36% 62%, #1f762d 0 8px, transparent 9px),
        linear-gradient(135deg, #d7e2e7, #eef0ec);
    border: 8px solid #17231d;
    border-radius: 18px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
    height: 210px;
    overflow: hidden;
    position: relative;
    width: min(100%, 470px);
}

.about-map-mockup__screen::before {
    background: rgba(255, 255, 255, 0.82);
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 30%;
}

.about-map-mockup__screen span {
    background: rgba(21, 88, 34, 0.15);
    border-radius: 999px;
    display: block;
    height: 10px;
    left: 18px;
    position: relative;
    top: 24px;
    width: 90px;
}

.about-map-mockup__screen span + span {
    margin-top: 16px;
    width: 70px;
}

.about-map-mockup__screen i {
    background: var(--color-forest-700);
    border: 3px solid #fff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    height: 22px;
    position: absolute;
    width: 22px;
}

.about-map-mockup__screen i:nth-of-type(1) { left: 48%; top: 34%; }
.about-map-mockup__screen i:nth-of-type(2) { left: 72%; top: 52%; }
.about-map-mockup__screen i:nth-of-type(3) { left: 58%; top: 70%; }
.about-map-mockup__screen i:nth-of-type(4) { left: 86%; top: 26%; }

.about-map-mockup__phone {
    background: #111b16;
    border: 6px solid #0b100d;
    border-radius: 24px;
    bottom: -10px;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.3);
    height: 175px;
    position: absolute;
    right: 2%;
    width: 92px;
}

.about-map-mockup__phone span {
    background: #eef0ec;
    border-radius: 10px;
    display: block;
    height: 56px;
    margin: 14px auto;
    width: 64px;
}

.about-map-mockup__phone span + span {
    background: #9db995;
    height: 34px;
}

.about-coverage {
    grid-template-columns: minmax(0, 0.6fr) minmax(440px, 1fr);
}

.about-island-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(23, 39, 28, 0.08);
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    padding: 1rem;
}

.about-coverage-map-wrap {
    background: #e2e6e8;
    border: 1px solid rgba(23, 39, 28, 0.08);
    border-radius: 16px;
    min-height: clamp(260px, 28vw, 390px);
    overflow: hidden;
    position: relative;
}

.about-coverage-map {
    z-index: 1;
}

.about-coverage-map-controls {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(23, 39, 28, 0.1);
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(17, 32, 22, 0.16);
    display: grid;
    overflow: hidden;
    position: absolute;
    right: 0.85rem;
    top: 0.85rem;
    z-index: 500;
}

.about-coverage-map-controls button {
    align-items: center;
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(23, 39, 28, 0.1);
    color: #142017;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.12rem;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
}

.about-coverage-map-controls button:last-child {
    border-bottom: 0;
}

.about-coverage-map-controls button:hover,
.about-coverage-map-controls button:focus-visible {
    background: #eef4f6;
}

.about-coverage-map-controls button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.about-coverage-stats,
.about-community-cards,
.about-contact-grid {
    display: grid;
    gap: 0.75rem;
}

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

.about-coverage-stats span,
.about-community-cards article {
    background: #f7f8f3;
    border: 1px solid rgba(23, 39, 28, 0.07);
    border-radius: 14px;
    padding: 0.85rem;
}

.about-coverage-stats strong {
    color: #142017;
    display: block;
    font-size: 1.1rem;
}

.about-community {
    grid-template-columns: minmax(0, 0.58fr) minmax(440px, 1fr);
}

.about-community-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-community-cards article {
    min-height: 150px;
}

.about-community-cards svg,
.about-community-cards .about-brand-icon {
    color: var(--color-forest-700);
}

.about-community-cards .about-brand-icon {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    font-size: 1.5rem;
    line-height: 1;
}

.about-community-cards strong,
.about-community-cards span {
    display: block;
}

.about-community-cards strong {
    margin-top: 0.7rem;
}

.about-community-cards span {
    font-size: 0.88rem;
    line-height: 1.38;
    margin-top: 0.25rem;
}

.about-contact {
    background:
        linear-gradient(90deg, rgba(5, 19, 10, 0.88), rgba(5, 19, 10, 0.72)),
        url("../img/woodland-trail.webp");
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.about-contact .container {
    display: grid;
    gap: 1.2rem;
}

.about-contact__heading {
    max-width: 760px;
}

.about-contact h2 {
    font-size: clamp(2.1rem, 4vw, 4rem);
}

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

.about-contact-card {
    background: rgba(5, 18, 10, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    color: #fff;
    display: grid;
    gap: 0.45rem;
    min-height: 170px;
    padding: 1rem;
    text-decoration: none;
    transition: background 160ms ease, transform 160ms ease;
}

.about-contact-card:hover {
    background: rgba(8, 29, 16, 0.72);
    transform: translateY(-2px);
}

.about-contact-card span {
    color: #d9f99d;
}

.about-contact-card small {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.about-contact-card em {
    align-items: center;
    color: #cfe89b;
    display: inline-flex;
    font-style: normal;
    font-weight: 850;
    gap: 0.25rem;
    margin-top: auto;
}

@media (max-width: 1100px) {
    .about-mission,
    .about-coverage,
    .about-community,
    .about-platform-card,
    .about-story {
        grid-template-columns: 1fr;
    }

    .about-story {
        align-items: start;
    }

    .about-story__image {
        max-width: 420px;
    }

    .about-do-grid,
    .about-contact-grid,
    .about-community-cards,
    .about-coverage-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .about-page .container {
        width: min(calc(100% - 32px), 1460px);
    }

    .about-hero {
        min-height: 620px;
    }

    .about-hero__card,
    .about-stat-strip,
    .about-platform-card,
    .about-island-card {
        border-radius: 16px;
    }

    .about-stat-strip {
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-image-mosaic,
    .about-timeline,
    .about-do-grid,
    .about-contact-grid,
    .about-community-cards,
    .about-coverage-stats {
        grid-template-columns: 1fr;
    }

    .about-image-tile,
    .about-image-tile--large {
        min-height: 245px;
    }

    .about-story blockquote {
        border-left: 0;
        border-top: 1px solid rgba(143, 189, 85, 0.45);
        padding-left: 0;
        padding-top: 1rem;
    }

    .about-timeline {
        margin-top: 0;
        padding-block: 1rem;
    }

    .about-map-mockup {
        min-height: 230px;
    }

    .about-map-mockup__screen {
        height: 180px;
    }

    .about-coverage-map-wrap {
        min-height: 240px;
    }
}
