﻿/* Visual Studio 2017 compatible stylesheet.
   Uses Flexbox only. No CSS Grid, CSS variables, clamp or backdrop-filter. */

.about-hero {
    padding: 90px 0 80px;
    background: #f5f3ea;
}

.container {
    width: 92%;
    max-width: 1380px;
    margin: 0 auto;
}

.eyebrow {
    margin: 0 0 14px;
    color: #52663c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.about-hero-inner {
    display: flex;
    align-items: center;
    gap: 70px;
}

.about-hero-content {
    flex: 5;
    min-width: 0;
}

.about-hero-visual {
    position: relative;
    flex: 4;
    min-width: 0;
}

.about-hero h1 {
    margin: 0;
    color: #2f4827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 1.05;
}

.about-hero-lead {
    max-width: 680px;
    margin: 26px 0 0;
    color: #62685f;
    font-size: 19px;
    line-height: 1.7;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.button-secondary {
    border: 1px solid #52663c;
    background: transparent;
    color: #2f4827;
}

    .button-secondary:hover {
        background: #dfe4d2;
        color: #2f4827;
    }

/* ===== Therapist Photo ===== */

.about-photo {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 180px 180px 24px 24px;
    background: #dfe4d2;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
}

.therapist-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.quick-facts-card {
    position: absolute;
    right: -20px;
    bottom: 30px;
    width: 280px;
    padding: 24px;
    border: 1px solid #e4e0d5;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(41, 52, 35, 0.12);
}

    .quick-facts-card h2 {
        margin: 0 0 14px;
        color: #2f4827;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 24px;
    }

    .quick-facts-card ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .quick-facts-card li {
        position: relative;
        margin-top: 9px;
        padding-left: 22px;
        color: #62685f;
    }

        .quick-facts-card li:before {
            position: absolute;
            left: 0;
            color: #52663c;
            content: "✓";
            font-weight: 700;
        }

.story-section,
.values-section,
.process-section,
.testimonial-section {
    padding: 90px 0;
}

.story-inner {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.story-heading {
    flex: 1;
}

.story-text {
    flex: 1.2;
}

.story-heading h2,
.section-heading h2,
.education-content h2,
.clinic-content h2,
.about-cta h2 {
    margin: 0;
    color: #2f4827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.15;
}

.story-text p,
.education-content p,
.clinic-content p {
    margin: 0 0 18px;
    color: #62685f;
    font-size: 17px;
    line-height: 1.8;
}

.values-section,
.clinic-section {
    background: #f3f1e8;
}

.section-heading {
    max-width: 800px;
    margin-bottom: 38px;
}

.values-row,
.process-row,
.testimonial-row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.value-card,
.process-card,
.testimonial-card {
    width: calc(33.333% - 24px);
    margin: 12px;
    padding: 28px;
    border: 1px solid #e4e0d5;
    border-radius: 14px;
    background: #ffffff;
    box-sizing: border-box;
}

    .value-number,
    .process-card > span {
        display: flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #dfe4d2;
        color: #2f4827;
        font-family: Georgia, "Times New Roman", serif;
    }

    .value-card h3,
    .process-card h3 {
        margin: 18px 0 8px;
        color: #2f4827;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 23px;
        font-weight: 500;
    }

    .value-card p,
    .process-card p,
    .testimonial-card p {
        margin: 0;
        color: #62685f;
        line-height: 1.7;
    }

.education-section {
    padding: 90px 0;
    background: #ffffff;
}

.education-inner {
    display: flex;
    align-items: center;
    gap: 70px;
}

.education-content {
    flex: 1.3;
}

.education-card {
    flex: .7;
    padding: 40px;
    border-radius: 20px;
    background: #52663c;
    color: #ffffff;
}

.education-year {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    line-height: 1;
}

.education-card strong {
    display: block;
    margin-top: 8px;
    font-size: 22px;
}

.education-card p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .82);
}

.education-list,
.clinic-content ul {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

    .education-list li,
    .clinic-content li {
        position: relative;
        margin-top: 12px;
        padding-left: 28px;
        color: #62685f;
    }

        .education-list li:before,
        .clinic-content li:before {
            position: absolute;
            left: 0;
            color: #52663c;
            content: "✓";
            font-weight: 700;
        }

.process-card,
.testimonial-card {
    width: calc(33.333% - 24px);
}

.testimonial-card {
    margin-top: 12px;
}

    .testimonial-card p {
        font-family: Georgia, "Times New Roman", serif;
        font-size: 19px;
    }

    .testimonial-card footer {
        margin-top: 22px;
        color: #62685f;
        font-size: 14px;
    }

.clinic-section {
    padding: 90px 0;
}

.clinic-inner {
    display: flex;
    align-items: center;
    gap: 70px;
}

/* ===== Clinic Photo ===== */

.clinic-photo {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 120px 120px 24px 24px;
    background: #dfe4d2;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
}

.clinic-photo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.clinic-content {
    flex: 1;
}

    .clinic-content .button {
        margin-top: 28px;
    }

.about-cta {
    padding: 80px 0;
    background: #52663c;
    color: #ffffff;
}

.about-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.about-cta .eyebrow {
    color: rgba(255, 255, 255, .72);
}

.about-cta h2 {
    color: #ffffff;
}

.about-cta p {
    max-width: 680px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .82);
}

.about-cta small {
    display: block;
    margin-top: 16px;
    color: rgba(255, 255, 255, .62);
}

.button-light {
    flex: 0 0 auto;
    background: #ffffff;
    color: #2f4827;
}

    .button-light:hover {
        background: #dfe4d2;
        color: #2f4827;
    }

@media (max-width: 1050px) {
    .about-hero-inner,
    .story-inner,
    .education-inner,
    .clinic-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .about-hero-visual {
        max-width: 720px;
    }

    .value-card {
        width: calc(50% - 24px);
    }

    .process-card,
    .testimonial-card {
        width: calc(50% - 24px);
    }

    .quick-facts-card {
        right: 20px;
    }
}

@media (max-width: 700px) {
    .about-hero,
    .story-section,
    .values-section,
    .education-section,
    .process-section,
    .clinic-section,
    .testimonial-section {
        padding: 60px 0;
    }

        .about-hero h1 {
            font-size: 48px;
        }

    .story-heading h2,
    .section-heading h2,
    .education-content h2,
    .clinic-content h2,
    .about-cta h2 {
        font-size: 36px;
    }

    .about-photo-placeholder {
        min-height: 390px;
        border-radius: 120px 120px 18px 18px;
    }

    .quick-facts-card {
        position: static;
        width: auto;
        margin-top: 18px;
    }

    .value-card,
    .process-card,
    .testimonial-card {
        width: calc(100% - 24px);
    }

    .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
