.process-index-hero .process-hero-title h1 {
    margin-top: 30px;
    line-height: 1.08;
    letter-spacing: -.045em;
}

/* Match the public editorial hero used by News, Activities, and ITA. */
.process-index-hero.editorial-hero {
    padding: clamp(42px, 5vw, 68px) 0 38px;
    background: #0d4e5e;
}

.process-index-hero.editorial-hero::before {
    content: none;
}

.process-index-hero.editorial-hero::after {
    content: attr(data-backdrop);
    right: -.03em;
    bottom: -.28em;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, .045);
    font-size: clamp(8rem, 22vw, 22rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.08em;
    box-shadow: none;
}

.process-index-hero.editorial-hero .process-hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr);
    gap: 60px;
    align-items: end;
    max-width: var(--wrap);
}

.process-index-hero.editorial-hero .process-hero-title > p {
    display: block;
    color: #8ee1d1;
}

.process-index-hero.editorial-hero .process-hero-title > p::before {
    content: none;
}

.process-index-hero.editorial-hero .process-hero-title h1 {
    max-width: 13ch;
    margin: 24px 0 0;
    font-size: clamp(3.3rem, 6.5vw, 6.2rem);
    line-height: 1.06;
    letter-spacing: -.05em;
}

.process-index-hero.editorial-hero .process-hero-title h1 span {
    color: #8ee1d1;
}

.process-index-hero.editorial-hero .process-hero-note {
    max-width: none;
    margin: 0;
    padding: 22px 0 8px;
    border-top-color: rgba(142, 225, 209, .55);
}

.process-index-hero.editorial-hero .process-hero-note > strong {
    font-size: 1.05rem;
}

.process-index-hero.editorial-hero .process-hero-note > p {
    max-width: 40ch;
    margin-top: 9px;
}

.process-index-hero.editorial-hero .process-hero-note > a {
    border-bottom-color: #8ee1d1;
}

@media (max-width: 760px) {
    .process-index-hero.editorial-hero {
        padding: 36px 0 32px;
    }

    .process-index-hero.editorial-hero .process-hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .process-index-hero.editorial-hero .process-hero-title h1 {
        margin-top: 20px;
        font-size: clamp(3rem, 13vw, 3.8rem);
        line-height: 1.1;
        letter-spacing: -.035em;
    }
}

.process-detail-hero .process-detail-grid p {
    margin: 0 0 24px;
}

.process-detail-hero .process-detail-grid h1 {
    line-height: 1.12;
    letter-spacing: -.04em;
}

@media (max-width: 760px) {
    .process-index-hero .process-hero-title h1 {
        margin-top: 24px;
        line-height: 1.12;
    }

    .process-detail-hero .process-detail-grid p {
        margin-bottom: 18px;
    }

    .process-detail-hero .process-detail-grid h1 {
        font-size: clamp(2.35rem, 11vw, 3.4rem);
        line-height: 1.18;
        letter-spacing: -.025em;
    }
}

.patient-guide-intro {
    margin-bottom: 3rem;
    padding: 2rem;
    border-left: 4px solid #168c9c;
    background: #edf7f7;
}

.patient-guide-intro h2,
.patient-guide-intro p {
    margin-top: 0;
}

.patient-guide-eyebrow,
.patient-section-heading small {
    color: #168c9c;
    font-size: .75rem;
    font-weight: 700;
}

.patient-section-heading {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 3.5rem 0 1.5rem;
}

.patient-section-heading > span {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: none;
    place-items: center;
    background: #123f66;
    color: white;
    font-size: .75rem;
    font-weight: 700;
}

.patient-section-heading h2 {
    margin: .15rem 0 0 !important;
}

.patient-documents > ol,
.patient-steps > ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.patient-documents > ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}

.patient-documents li {
    padding: 1.25rem;
    border: 1px solid #d4e3e6;
    background: white;
}

.patient-documents li strong,
.patient-documents li span {
    display: block;
}

.patient-documents li span {
    margin-top: .5rem;
    color: #657c85;
    font-size: .82rem;
}

.patient-steps > ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d4e3e6;
}

.patient-steps li {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    gap: .85rem;
    align-items: start;
    padding: 1rem 1.25rem;
    border-right: 1px solid #d4e3e6;
    border-bottom: 1px solid #d4e3e6;
}

.patient-steps li:nth-child(even) {
    border-right: 0;
}

.patient-steps li > span {
    color: #168c9c;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.patient-steps li p {
    margin: 0;
}

.patient-guide-figure {
    margin: 3rem auto 0;
}

.patient-guide-figure img {
    width: 100%;
    max-height: none !important;
}

.patient-guide-figure figcaption {
    padding-top: .6rem;
    color: #657c85;
    font-size: .75rem;
    text-align: center;
}

.patient-guide-map img {
    border: 1px solid #d4e3e6;
}

.patient-guide-source {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid #d4e3e6;
    color: #657c85;
    font-size: .75rem;
}

.patient-guide-source a {
    color: #176c79;
    text-decoration: underline;
}

@media (max-width: 760px) {
    .patient-guide-intro {
        padding: 1.25rem;
    }

    .patient-documents > ol,
    .patient-steps > ol {
        grid-template-columns: 1fr;
    }

    .patient-steps li,
    .patient-steps li:nth-child(even) {
        border-right: 0;
    }
}
