.therapist-home {
    --home-ink: #243532;
    --home-muted: #687a75;
    --home-paper: #f4f7f2;
    --home-sage: #dce9df;
    --home-teal: #2f6f68;
    --home-coral: #c66c58;
    --home-line: #dce7df;
    --home-cream: #f7eee3;
}

.therapy-homepage {
    overflow: hidden;
    background: var(--home-paper);
    color: var(--home-ink);
}

.therapy-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    align-items: center;
    gap: clamp(2rem, 2vw, 6rem);
    min-height: auto;
    padding: clamp(3rem, 1vw, 7rem) max(1rem, 2vw);
    background: linear-gradient(120deg, #f4f7f2 0%, #e8f1e8 58%, #f7eee3 100%);
}

.therapy-hero::before {
    position: absolute;
    top: -160px;
    right: 20%;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(47, 111, 104, .12);
    border-radius: 50%;
    content: '';
}

.therapy-hero-copy,
.therapy-hero-visual {
    position: relative;
    z-index: 1;
}

.therapy-hero-copy {
    max-width: 700px;
}

.therapy-eyebrow {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin: 0 0 1rem;
    color: var(--home-teal);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.therapy-hero h1 {
    max-width: 720px;
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(3.1rem, 7vw, 6.8rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: .98;
}

.therapy-lead {
    max-width: 590px;
    margin: 1.7rem 0 0;
    color: var(--home-muted);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.7;
}

.therapy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 2rem;
}

.therapy-button {
    display: inline-flex;
    gap: .6rem;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .75rem 1rem;
    border: 1px solid var(--home-teal);
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.therapy-button:hover {
    transform: translateY(-2px);
}

.therapy-action-button {
    display: inline-flex;
    gap: .6rem;
    margin-top:5px;
    padding: .5rem .8rem;
    align-items: center;
    justify-content: center;
    border: 0.5px solid var(--home-teal)!important;
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.therapy-action-button:hover {
    transform: translateY(-2px);
}

.therapy-button-primary {
    background: var(--home-teal);
    color: #fff;
}

.therapy-button-primary:hover {
    background: var(--home-ink);
}

.therapy-button-quiet {
    background: transparent;
    color: var(--home-teal);
}

.therapy-button-quiet:hover {
    background: var(--home-sage);
}

.therapy-safety {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    max-width: 500px;
    margin: 1.4rem 0 0;
    color: var(--home-muted);
    font-size: .76rem;
    line-height: 1.5;
}

.therapy-safety i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: var(--home-teal);
}

.therapy-hero-visual {
    min-height: 430px;
    isolation: isolate;
}

.therapy-hero-image-wrap {
    position: absolute;
    inset: 6% 4% 4% 10%;
    overflow: hidden;
    border: 12px solid rgba(255, 255, 255, .72);
    border-radius: 46% 46% 18% 18% / 22% 22% 12% 12%;
    background: var(--home-sage);
    box-shadow: 0 28px 60px rgba(36, 53, 50, .16);
    transform: rotate(3deg);
}

.therapy-hero-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.82) contrast(.94);
}

.therapy-hero-note {
    position: absolute;
    right: -1%;
    bottom: 9%;
    display: flex;
    gap: .65rem;
    align-items: center;
    width: min(210px, 48%);
    padding: 1rem;
    border: 1px solid rgba(47, 111, 104, .15);
    border-radius: 4px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 32px rgba(36, 53, 50, .12);
    color: var(--home-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: .95rem;
    line-height: 1.25;
    transform: rotate(-4deg);
}

.therapy-hero-note i {
    color: var(--home-coral);
    font-size: 1.1rem;
}

.therapy-sun {
    position: absolute;
    top: 2%;
    right: 12%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--home-coral);
    box-shadow: 0 0 0 10px rgba(198, 108, 88, .1);
}

.why-therapy,
.expect-section {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.why-therapy {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 2vw, 8rem);
    padding: clamp(4rem, 5vw, 8rem) 0;
}

.section-intro {
    max-width: 360px;
}

.section-intro h2,
.expect-section h2 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 1.04;
}

.section-intro > p:last-child,
.expect-section > p {
    color: var(--home-muted);
    line-height: 1.7;
}

.reason-list {
    display: grid;
    gap: 0;
}

.reason-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.35rem 0;
    border-top: 1px solid var(--home-line);
}

.reason-item:last-child {
    border-bottom: 1px solid var(--home-line);
}

.reason-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--home-sage);
    color: var(--home-teal);
}

.reason-item h3 {
    margin: 0;
    font-size: 1rem;
}

.reason-item p {
    margin: .35rem 0 0;
    color: var(--home-muted);
    font-size: .9rem;
    line-height: 1.6;
}

.expect-section {
    display: grid;
    grid-template-columns: .8fr 1fr auto;
    gap: 2rem;
    align-items: end;
    padding: 2rem 0 5rem;
    border-top: 1px solid var(--home-line);
}

.expect-section .therapy-eyebrow {
    margin-bottom: .6rem;
}

.text-link {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    color: var(--home-teal);
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.text-link:hover {
    color: var(--home-coral);
}

@media (max-width: 760px) {
    .therapy-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 2.5rem;
        padding: 3.5rem 1rem 4rem;
    }

    .therapy-hero h1 {
        font-size: clamp(2.9rem, 14vw, 4.4rem);
    }

    .therapy-lead {
        margin-top: 1.2rem;
        font-size: 1rem;
    }

    .therapy-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .therapy-button {
        width: 100%;
    }

    .therapy-hero-visual {
        min-height: 300px;
        width: min(100%, 420px);
        margin: 0 auto;
    }

    .therapy-hero-image-wrap {
        inset: 5% 5% 3% 8%;
        border-width: 8px;
    }

    .therapy-hero-note {
        right: 0;
        bottom: 3%;
        width: min(190px, 52%);
        padding: .8rem;
        font-size: .85rem;
    }

    .why-therapy {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3.5rem 0;
    }

    .section-intro {
        max-width: none;
    }

    .expect-section {
        grid-template-columns: 1fr;
        gap: .8rem;
        padding-bottom: 3.5rem;
    }

    .text-link {
        white-space: normal;
    }
}
