/* =========================================================
   ATOM PHYSICAL THERAPY
   ABOUT PAGE
   ========================================================= */


/* ---------- BASE ---------- */

.atom-about-page {
    background: #ffffff;
    color: #292d31;
    font-size: 16px;
    line-height: 1.7;
}

.atom-about-page *,
.atom-about-page *::before,
.atom-about-page *::after {
    box-sizing: border-box;
}

.atom-about-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* ---------- TYPOGRAPHY ---------- */

.atom-about-page h1,
.atom-about-page h2,
.atom-about-page h3,
.atom-about-page p {
    margin-top: 0;
}

.atom-about-page h1 {
    margin-bottom: 0;
    font-size: 31px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #292d31;
}

.atom-about-page h2 {
    margin-bottom: 12px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #292d31;
}

.atom-about-page h3 {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #292d31;
}

.atom-about-page p {
    margin-bottom: 16px;
}

.atom-about-page p:last-child {
    margin-bottom: 0;
}

.atom-about-eyebrow {
    margin-bottom: 9px;
    color: #ef6c23;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}


/* ---------- HERO ---------- */

.atom-about-hero {
    padding: 32px 0 30px;
    background: #f6f6f5;
    border-bottom: 1px solid #e5e5e5;
}

.atom-about-hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 52px;
    align-items: center;
}

.atom-about-hero-copy {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.6;
    color: #4e5358;
}

.atom-about-hero-copy p {
    margin-bottom: 0;
}


/* ---------- STANDARD SECTION ---------- */

.atom-about-section {
    padding: 42px 0;
}

.atom-about-section-soft {
    background: #f6f6f5;
}

.atom-about-row {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 52px;
    align-items: start;
}

.atom-about-heading h2 {
    margin-bottom: 0;
}

.atom-about-copy {
    max-width: 770px;
    color: #50555a;
}

.atom-about-provider-name {
    margin-bottom: 14px !important;
    font-size: 20px !important;
}


/* ---------- DARK PHILOSOPHY ---------- */

.atom-about-dark {
    padding: 44px 0;
    background: #292d31;
    color: #ffffff;
}

.atom-about-dark-grid {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 52px;
    align-items: start;
}

.atom-about-dark h2,
.atom-about-dark h3 {
    color: #ffffff;
}

.atom-about-dark-copy > p {
    margin-bottom: 24px;
    color: rgba(255,255,255,0.76);
}

.atom-about-philosophy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.atom-about-philosophy-item {
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.18);
}

.atom-about-philosophy-item > span {
    display: block;
    margin-bottom: 16px;
    color: #ef6c23;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.atom-about-philosophy-item h3 {
    margin-bottom: 7px;
}

.atom-about-philosophy-item p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.72);
}


/* ---------- SERVICES ---------- */

.atom-about-section-intro {
    max-width: 800px;
    margin-bottom: 24px;
}

.atom-about-section-intro > p {
    color: #555a5f;
}

.atom-about-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.atom-about-service-card {
    padding: 22px;
    border: 1px solid #dededc;
    background: #ffffff;
}

.atom-about-service-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #5a5f64;
}

.atom-about-section-link {
    margin-top: 20px;
}


/* ---------- COMMUNITY ---------- */

.atom-about-community {
    padding: 42px 0;
    background: #f6f6f5;
    border-top: 1px solid #e4e4e2;
    border-bottom: 1px solid #e4e4e2;
}

.atom-about-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin-top: 20px;
}


/* ---------- TEXT LINKS ---------- */

.atom-about-text-link {
    color: #ef6c23 !important;
    text-decoration: none !important;
    font-weight: 700;
}

.atom-about-text-link:hover,
.atom-about-text-link:focus {
    color: #d85d18 !important;
}


/* ---------- PRINCIPLES ---------- */

.atom-about-principles {
    padding: 42px 0;
}

.atom-about-principles-heading {
    max-width: 720px;
    margin-bottom: 24px;
}

.atom-about-principles-heading > p {
    color: #555a5f;
}

.atom-about-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.atom-about-principle {
    min-height: 150px;
    padding: 22px;
    border-top: 3px solid #ef6c23;
    background: #f6f6f5;
}

.atom-about-principle-number {
    margin-bottom: 22px;
    color: #8a8e92;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.atom-about-principle p {
    margin-bottom: 0;
    color: #292d31;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
}


/* ---------- FINAL CTA ---------- */

.atom-about-final {
    padding: 40px 0;
    background: #343941;
    color: #ffffff;
}

.atom-about-final h2 {
    color: #ffffff;
}

.atom-about-final p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.74);
}

.atom-about-final-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 48px;
    align-items: center;
}

.atom-about-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}


/* ---------- BUTTONS ---------- */

.atom-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border: 2px solid transparent;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.035em;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.atom-about-btn-primary {
    background: #ef6c23;
    border-color: #ef6c23;
    color: #ffffff !important;
}

.atom-about-btn-primary:hover,
.atom-about-btn-primary:focus {
    background: #d85d18;
    border-color: #d85d18;
    color: #ffffff !important;
}

.atom-about-btn-dark-outline {
    background: transparent;
    border-color: rgba(255,255,255,0.75);
    color: #ffffff !important;
}

.atom-about-btn-dark-outline:hover,
.atom-about-btn-dark-outline:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #292d31 !important;
}


/* ---------- RESPONSIVE ---------- */

@media (max-width: 980px) {

    .atom-about-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atom-about-principles-grid {
        grid-template-columns: 1fr;
    }

    .atom-about-principle {
        min-height: 0;
    }
}


@media (max-width: 820px) {

    .atom-about-container {
        width: min(100% - 32px, 1180px);
    }

    .atom-about-hero-grid,
    .atom-about-row,
    .atom-about-dark-grid,
    .atom-about-final-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .atom-about-section,
    .atom-about-community,
    .atom-about-dark,
    .atom-about-principles {
        padding: 36px 0;
    }

    .atom-about-philosophy-grid {
        grid-template-columns: 1fr;
    }

    .atom-about-final-actions {
        justify-content: flex-start;
    }
}


@media (max-width: 560px) {

    .atom-about-page h1 {
        font-size: 28px;
    }

    .atom-about-service-grid {
        grid-template-columns: 1fr;
    }

    .atom-about-final-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .atom-about-btn {
        width: 100%;
    }
}

/* Orange accents for philosophy cards */
.atom-about-philosophy-item > span,
.atom-about-philosophy-item h3 {
    color: #ef6c23 !important;
}

/* Orange numbering for principles */
.atom-about-principle-number {
    color: #ef6c23 !important;
}