.about-page {
    background: #fff;
}

.about-hero {
    min-height: 660px;
    padding: 148px 32px 72px;
    background: linear-gradient(110deg, rgba(8, 38, 37, 0.94) 0%, rgba(10, 63, 63, 0.68) 48%, rgba(212, 154, 28, 0.28) 100%), url('../images/manlooking.jpg') center / cover no-repeat;
}

/* .about-hero .F-inner {
    position: fixed;
} */

.about-hero__content {
    max-width: 720px;
    color: #f8f2e7;
}

.about-hero__content h1 {
    margin: 0 0 18px;
    color: #f8f2e7;
    font-size: clamp(2.7rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.06;
}

.about-hero__content p {
    max-width: 620px;
    margin: 0 0 28px;
    color: rgba(255, 250, 240, 0.84);
    font-size: 1.1rem;
    line-height: 1.75;
}

.about-hero__cta {
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 10px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
    box-shadow: 0 10px 20px rgba(140, 106, 61, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 999px;
    font-weight: 700;
}

.about-story {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(40px, 7vw, 100px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 32px;
    align-items: center;
}

.about-story__image {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 28px 55px rgba(41, 25, 4, 0.17);
}

.about-story__image img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.about-story__stat {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 190px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 250, 240, 0.95);
    color: var(--ink);
}

.about-story__stat strong,
.about-impact__grid strong {
    display: block;
    color: var(--brand-primary);
    font-size: 1.8rem;
    line-height: 1.1;
}

.about-story__stat span,
.about-impact__grid span {
    display: block;
    margin-top: 5px;
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.5;
}

.about-story__copy h2 {
    max-width: 620px;
    margin: 11px 0 18px;
    color: var(--ink);
    font-size: clamp(2rem, 3.5vw, 3.1rem);
    line-height: 1.14;
}

.about-story__copy p {
    color: var(--ink-soft);
    line-height: 1.75;
}

.about-impact {
    padding: 84px 32px 96px;
    background: linear-gradient(180deg, #f8f2e7 0%, #f0e8db 100%);
}

.about-impact .section-header {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.about-impact__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1050px;
    margin: 36px auto 24px;
}

.about-impact__grid article {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 30px rgba(88, 64, 3, 0.07);
    text-align: center;
}

.about-locations {
    margin: 0;
    color: var(--ink-soft);
    text-align: center;
}

html[data-theme="dark"] .about-page { background: #12100e; }
html[data-theme="dark"] .about-story__copy h2 { color: var(--ink); }
html[data-theme="dark"] .about-story__copy p, html[data-theme="dark"] .about-locations { color: var(--ink-soft); }
html[data-theme="dark"] .about-impact { background: linear-gradient(180deg, #191510 0%, #211b15 100%); }
html[data-theme="dark"] .about-impact__grid article, html[data-theme="dark"] .about-story__stat { background: #211b15; border-color: var(--border); box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24); }
html[data-theme="dark"] .about-story__stat { color: var(--ink); }

@media screen and (max-width: 800px) {
    .about-hero { min-height: 590px; padding: 132px 20px 56px; }
    .about-story { grid-template-columns: 1fr; padding: 64px 20px; gap: 36px; }
    .about-story__image, .about-story__image img { min-height: 340px; }
    .about-impact { padding: 64px 20px 78px; }
    .about-impact__grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 600px) {
    .about-hero { min-height: 520px; padding: 124px 16px 40px; }
    .about-story { padding: 48px 16px; }
    .about-story__stat { position: relative; right: auto; bottom: auto; margin-top: 16px; max-width: none; }
    .about-impact { padding: 48px 16px 60px; }
    .about-impact__grid article { padding: 22px; }
}
