@font-face {
  font-family: "RHC Butler";
  src: url("/assets/fonts/butler-ultralight.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "RHC Blackstone";
  src: url("/assets/fonts/blackstone.otf") format("opentype");
  font-display: swap;
}

:root {
  --rhc-olive: #4c6255;
  --rhc-olive-deep: #44584c;
  --rhc-clay: #bd6b39;
  --rhc-blush: #f5efec;
  --rhc-cream: #eee1d0;
  --rhc-ink: #222222;
  --rhc-taupe: #76695c;
  --rhc-border: rgba(34, 34, 34, 0.1);
  --rhc-shadow: 0 24px 60px rgba(34, 34, 34, 0.12);
  --rhc-width: 1290px;
  --rhc-width-narrow: 900px;
  --rhc-gutter: clamp(20px, 3vw, 32px);
  --rhc-body-font: "Montserrat", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --rhc-heading-font: "RHC Butler", Georgia, serif;
  --rhc-script-font: "RHC Blackstone", "Brush Script MT", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--rhc-ink);
  font: 400 20px/1.7 var(--rhc-body-font);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

p,
figure,
ul,
ol {
  margin: 0;
}

a {
  color: inherit;
}

#wrapper.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: clip;
  background: #fff;
}

.page-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.page-shell__content {
  flex: 1 0 auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 500;
  padding: 0.75rem 1rem;
  background: #fff;
  color: var(--rhc-ink);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

body,
button,
input,
select,
textarea {
  font-family: var(--rhc-body-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--rhc-heading-font);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.1;
  color: var(--rhc-ink);
}

h1 {
  font-size: clamp(2.9rem, 4.4vw, 4.6rem);
}

h2 {
  font-size: clamp(2.45rem, 3.8vw, 3.85rem);
}

h3 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

em {
  font-style: normal;
  font-family: var(--rhc-script-font);
  letter-spacing: 0;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 48px;
  padding: 0.8rem 1.7rem;
  border: 2px solid currentColor;
  background: transparent;
  color: var(--rhc-ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button-link:hover,
.button-link:focus-visible {
  color: #fff;
  border-color: var(--rhc-clay);
  background: var(--rhc-clay);
  box-shadow: 0 15px 25px rgba(34, 34, 34, 0.1);
  transform: translateY(-1px);
}

.button-link--light {
  color: #fff;
  border-color: #fff;
}

.button-link--light:hover,
.button-link--light:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--rhc-olive);
}

.button-link--submit,
.button-link--submit:visited {
  width: 100%;
  background: var(--rhc-ink);
  border-color: var(--rhc-ink);
  color: #fff;
}

.button-link--submit:hover,
.button-link--submit:focus-visible {
  background: var(--rhc-clay);
  border-color: var(--rhc-clay);
  color: #fff;
}

.page-shell__content {
  position: relative;
}

.page-article {
  display: grid;
  gap: 0;
}

.section,
.split-feature,
.service-section,
.cta-banner,
.profile-intro,
.story-banner,
.contact-hero,
.contact-methods,
.locations,
.legal-content {
  position: relative;
}

.section__inner,
.split-feature__frame,
.service-section__inner,
.cta-banner__inner,
.profile-intro__inner,
.story-banner__inner,
.contact-hero__inner,
.contact-methods__inner,
.locations__inner,
.page-hero__inner,
.site-footer__inner {
  width: min(100%, var(--rhc-width));
  margin: 0 auto;
  padding-inline: var(--rhc-gutter);
}

.section__inner--narrow {
  width: min(100%, var(--rhc-width-narrow));
}

.section__inner--prose {
  width: min(100%, 1240px);
  padding-inline: clamp(24px, 4vw, 46px);
}

.section-divider {
  position: absolute;
  inset-inline: 0;
  height: clamp(58px, 7vw, 100px);
  z-index: 0;
  pointer-events: none;
}

.section-divider--top {
  top: -1px;
}

.section-divider--bottom {
  bottom: -1px;
}

.section-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-divider--top svg {
  transform: rotate(180deg);
}

.section-divider--flip svg {
  transform: rotate(180deg);
}

.section-divider--top.section-divider--flip svg {
  transform: rotate(0deg);
}

.section-divider--white svg {
  fill: #fff;
}

.section-divider--olive svg {
  fill: var(--rhc-olive);
}

.section-divider--soft svg {
  fill: var(--rhc-blush);
}

.page-shell--inner .page-shell__content {
  padding-bottom: 0;
}

.page-hero {
  padding: 3.2rem 0 1.2rem;
  background: #fff;
}

.page-hero__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(124px, 15vw, 184px);
  padding-bottom: 1.7rem;
}

.page-hero__title {
  text-align: center;
}

.section--intro {
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(2.5rem, 5vw, 3.4rem);
  background: #fff;
  text-align: center;
}

.home-intro {
  display: grid;
  gap: 1.2rem;
  max-width: 800px;
}

.home-intro p {
  max-width: 800px;
  margin: 0 auto;
  color: #403934;
  font-size: 1.02rem;
}

.home-intro .button-link {
  justify-self: center;
  margin-top: 0.5rem;
}

.page-home-content .section--intro {
  padding: clamp(2.25rem, 4.5vw, 3.25rem) 0 clamp(3.1rem, 5vw, 4.5rem);
}

.page-home-content .section--intro .section__inner--narrow {
  width: min(100%, 1100px);
}

.page-home-content .home-intro {
  gap: 1.6rem;
  max-width: 1100px;
}

.page-home-content .home-intro h1 {
  font-size: clamp(2.4rem, 3.2vw, 3.35rem);
}

.page-home-content .home-intro p {
  max-width: 1100px;
  text-align: left;
  font-size: 0.98rem;
  line-height: 1.72;
}

.split-feature--olive-right .split-feature__frame::before {
  background: var(--rhc-olive);
}

.split-feature--olive-left .split-feature__frame::before {
  background: var(--rhc-olive);
}

.split-feature__frame,
.service-section__inner,
.profile-intro__inner,
.contact-methods__inner,
.locations__inner {
  position: relative;
  z-index: 1;
}

.split-feature__inner,
.service-section__inner,
.profile-intro__inner,
.contact-hero__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
}

.split-feature--reverse .split-feature__media,
.service-section--reverse .service-section__media {
  order: 2;
}

.split-feature--reverse .split-feature__content,
.service-section--reverse .service-section__content {
  order: 1;
}

.split-feature__media,
.service-section__media,
.profile-intro__portrait {
  position: relative;
}

.split-feature__media {
  display: flex;
  align-items: center;
  padding: clamp(4rem, 7vw, 6.5rem);
}

.split-feature__media img,
.service-section__media img,
.profile-intro__portrait img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.split-feature__media img {
  aspect-ratio: 1 / 1;
}

.split-feature__content,
.story-banner__card,
.contact-card,
.location-card,
.legal-content .section__inner--prose {
  background: #fff;
  box-shadow: var(--rhc-shadow);
}

.split-feature__content,
.story-banner__card,
.contact-card,
.legal-content .section__inner--prose {
  padding: clamp(2rem, 4vw, 4rem);
}

.split-feature__content {
  max-width: none;
  align-self: center;
  padding: clamp(4rem, 6vw, 6.5rem) clamp(2rem, 4vw, 4rem) clamp(3.25rem, 5vw, 5rem);
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.split-feature__content p:not(.split-feature__eyebrow),
.service-section__content p,
.cta-banner__content p,
.profile-intro__card p,
.story-banner__card p,
.contact-card p,
.location-card__content p,
.legal-content p,
.legal-content li {
  color: #423b35;
}

.split-feature__content p:not(.split-feature__eyebrow) {
  color: rgba(255, 255, 255, 0.92);
}

.split-feature__content h2 {
  color: #fff;
  font-size: clamp(2.45rem, 3.4vw, 3.45rem);
}

.split-feature__content,
.service-section__content,
.profile-intro__card,
.story-banner__card,
.contact-card,
.location-card__content,
.legal-content .section__inner--prose {
  display: grid;
  gap: 1.1rem;
}

.profile-intro__eyebrow,
.contact-form__field label,
.location-card__content h3 + p:first-of-type {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.82rem;
  font-weight: 600;
}

.split-feature__eyebrow {
  color: #fff;
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 0.02em;
  opacity: 0.92;
}

.page-about-content > .split-feature:first-child {
  margin-top: -30px;
}

/* === Homepage: Staff Highlight Sections — mirror the centered production row layouts === */

.split-feature {
  position: relative;
  margin: -30px 0;
  padding: 0;
  background: #fff;
  overflow: visible;
}

.split-feature + .split-feature {
  margin-top: 185px;
}

.split-feature .section-divider {
  left: 0;
  width: 100%;
  transform: none;
  z-index: 2;
}

.split-feature .section-divider--top {
  height: 100px;
}

.split-feature .section-divider--bottom {
  height: 80px;
}

.split-feature--reverse .section-divider--top {
  height: 70px;
}

.split-feature__frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: none;
  padding: 0;
  overflow: visible;
  z-index: 1;
}

.split-feature__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--rhc-olive);
  z-index: 0;
}

.split-feature--reverse .split-feature__frame::before {
  background: var(--rhc-olive);
}

.split-feature__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--rhc-width));
  margin: 0 auto;
  padding-inline: var(--rhc-gutter);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.split-feature__media {
  align-self: center;
  padding: clamp(5rem, 7vw, 6.5rem);
  z-index: 2;
}

.split-feature__media img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.split-feature__content {
  z-index: 1;
  padding: clamp(5rem, 7vw, 6.5rem) clamp(2.5rem, 4vw, 4rem) clamp(4rem, 5.5vw, 5rem);
}

.split-feature--reverse .split-feature__content {
  padding-top: clamp(3rem, 5vw, 4rem);
  padding-right: clamp(2.5rem, 4vw, 4rem);
  padding-bottom: clamp(3rem, 5vw, 4rem);
  padding-left: clamp(2.5rem, 4vw, 4rem);
}

.split-feature--reverse .split-feature__media {
  padding: clamp(5rem, 7vw, 6.5rem);
}

.split-feature__content h2 {
  font-size: clamp(2.3rem, 3vw, 3rem);
}

.split-feature__content p:not(.split-feature__eyebrow) {
  max-width: 460px;
  line-height: 1.7;
  font-size: 1rem;
}

.split-feature__eyebrow {
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.split-feature__content .button-link {
  min-height: unset;
  height: 48px;
  width: auto;
  padding: 0 1.5rem;
  font-size: 1rem;
  justify-self: start;
  align-self: start;
}

.page-home-content .service-section__content .button-link {
  min-height: unset;
  height: 48px;
  width: auto;
  padding: 0 1.5rem;
  font-size: 1rem;
  justify-self: center;
}

.page-home-content .section--services-title {
  padding: clamp(2.5rem, 4vw, 3.5rem) 0 0.9rem;
}

.section--services-title {
  padding: clamp(4rem, 6vw, 5rem) 0 1.25rem;
  text-align: center;
  background: #fff;
}

.service-section {
  padding: 0;
  overflow: hidden;
}

.service-section--light {
  background: #fff;
}

.service-section--soft {
  background: var(--rhc-blush);
}

.service-section__inner {
  position: relative;
  z-index: 1;
}

.service-section__media img {
  aspect-ratio: 1 / 1;
}

.service-section__content {
  max-width: none;
  padding: clamp(1.75rem, 3.6vw, 3rem);
  text-align: center;
  justify-items: center;
  align-content: center;
}

.service-section__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 4vw, 4rem);
}

.service-section__content h3 {
  font-size: clamp(1.75rem, 2vw, 2rem);
}

.page-home-content .service-section__content p {
  max-width: 430px;
  line-height: 1.68;
  font-size: 1rem;
}

.cta-banner {
  padding: clamp(5rem, 7vw, 7rem) 0 clamp(5.5rem, 8vw, 7.5rem);
  background-color: #d9d0c5;
  background-image: image-set(
    url("/assets/images/backgrounds/schedule-session-podcast-1900.webp") type("image/webp"),
    url("/assets/images/backgrounds/schedule-session-podcast.jpg") type("image/jpeg")
  );
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.cta-banner__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 560px);
  align-items: stretch;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.cta-banner__spacer {
  min-height: clamp(360px, 34vw, 470px);
}

.cta-banner__content {
  align-self: center;
  display: grid;
  gap: 1.25rem;
  color: #fff;
  padding: clamp(2.5rem, 4vw, 3.75rem);
  background: var(--rhc-olive);
  box-shadow: none;
  text-align: center;
  justify-items: center;
}

.cta-banner__content h2,
.story-banner__card .button-link--light:hover,
.story-banner__card .button-link--light:focus-visible {
  color: #fff;
}

.cta-banner__content h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  line-height: 1.15;
}

.cta-banner__content p {
  max-width: none;
  color: rgba(255, 255, 255, 0.92);
}

.page-home-content .cta-banner__content .button-link {
  min-height: unset;
  height: 56px;
  width: min(100%, 280px);
  padding: 0 1.7rem;
}

.profile-intro {
  margin-top: 0;
  padding: 0 0 clamp(3rem, 5vw, 4rem);
}

.profile-intro__card {
  padding: clamp(3rem, 5vw, 4.5rem) clamp(3rem, 5vw, 4rem);
  text-align: center;
  justify-items: center;
}

.profile-intro__card .split-feature__eyebrow {
  color: var(--rhc-ink);
}

.profile-intro__eyebrow {
  color: var(--rhc-clay);
}

.profile-intro__portrait {
  display: flex;
  align-items: center;
  padding: 2rem;
}

.profile-intro__portrait img {
  aspect-ratio: 2 / 3;
  object-position: 100% 92%;
}

.story-banner {
  padding: clamp(3rem, 5vw, 5rem) 0;
  background-image: image-set(
    url("/assets/images/backgrounds/jennifer-story-beach-1023.webp") type("image/webp"),
    url("/assets/images/backgrounds/jennifer-story-beach.jpg") type("image/jpeg")
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.story-banner__inner {
  position: relative;
  z-index: 1;
  padding-block: 2rem;
}

.page-jennifer-content .profile-intro__inner {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.story-banner__card {
  max-width: 560px;
  margin: -4.5rem auto 5rem 0;
  padding: 2rem 3.5rem 5rem;
  background: var(--rhc-olive);
  color: #fff;
  box-shadow: none;
}

.page-jennifer-content .profile-intro {
  min-height: 680px;
  display: flex;
  align-items: center;
}

.page-jennifer-content .story-banner {
  min-height: 820px;
  display: flex;
  align-items: center;
}

.story-banner__card h2,
.story-banner__card .profile-intro__eyebrow,
.story-banner__card .button-link--light,
.story-banner__card .button-link--light:hover,
.story-banner__card .button-link--light:focus-visible {
  color: #fff;
}

.page-jennifer .page-hero__title,
.page-privacy .page-hero__title,
.page-consumer-protection .page-hero__title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.page-jennifer .page-hero__title {
  transform: translateY(-72px);
}

.page-jennifer .profile-intro__eyebrow,
.page-jennifer .story-banner__card .profile-intro__eyebrow {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--rhc-olive);
}

.page-jennifer .story-banner__card .profile-intro__eyebrow {
  color: #fff;
}

.profile-intro__card h2,
.story-banner__card h2 {
  font-size: clamp(2.5rem, 3.5vw, 3.125rem);
  text-align: center;
}

.story-banner__card p {
  color: rgba(255, 255, 255, 0.92);
}

.contact-hero {
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 4rem);
  background: #fff;
}

.contact-hero__inner {
  grid-template-columns: minmax(320px, 1.1fr) minmax(360px, 0.9fr);
  align-items: stretch;
  gap: 0;
}

.contact-hero__mark {
  min-height: 100%;
  background-color: #fff;
  background-image: url("/assets/images/brand/real-hope-main-logo-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(78%, 430px);
}

.contact-card {
  width: min(100%, 442px);
  justify-self: center;
  padding: clamp(2rem, 3vw, 3rem);
}

.contact-card h1 {
  margin-bottom: 0.6rem;
  font-size: clamp(2.05rem, 2.6vw, 2.65rem);
  line-height: 1.05;
}

.contact-card h1 em {
  color: var(--rhc-olive);
}

.contact-form {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.contact-form__field {
  display: grid;
  gap: 0.3rem;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 0;
  background: #f3ece0;
  color: var(--rhc-ink);
  font-size: 1rem;
  line-height: 1.5;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: var(--rhc-clay);
  box-shadow: 0 0 0 3px rgba(189, 107, 57, 0.12);
}

.contact-form__field textarea {
  min-height: 82px;
  resize: vertical;
}

.required {
  color: var(--rhc-clay);
}

.contact-methods {
  padding: 0;
}

.contact-methods__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2.5rem);
}

.contact-methods__item {
  padding: 1.6rem 1rem;
  text-align: center;
}

.contact-methods__item p {
  margin-top: 0.45rem;
  font-size: 1.12rem;
}

.contact-methods__item a,
.legal-content a,
.location-card__content a {
  color: var(--rhc-clay);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.section--locations-title {
  padding: 0.3rem 0 1.1rem;
  text-align: center;
}

.locations {
  padding: 2rem 0 clamp(4rem, 7vw, 5rem);
}

.locations__inner {
  display: grid;
  gap: clamp(1.8rem, 3vw, 2.5rem);
}

.location-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
  overflow: hidden;
}

.location-card__content {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  align-content: start;
}

.location-card__map {
  min-height: 320px;
  background: #d9d9d9;
}

.location-card__map img,
.location-card__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.legal-content {
  padding: 0 0 clamp(4rem, 7vw, 5.5rem);
}

.legal-content .section__inner--prose {
  padding-top: clamp(2rem, 3vw, 2.75rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.4rem);
}

.page-privacy .legal-content .section__inner--prose,
.page-consumer-protection .legal-content .section__inner--prose {
  background: transparent;
  box-shadow: none;
}

.legal-content h2 {
  margin-top: 1rem;
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 0.5rem;
  padding-left: 1.35rem;
}

.site-footer {
  margin-top: 0;
  color: #fff;
  background: var(--rhc-olive);
}

.site-footer__primary {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__primary .site-footer__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.site-footer__social,
.site-footer__partner,
.site-scroll-top {
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-footer__social {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.site-footer__social:hover,
.site-footer__social:focus-visible,
.site-scroll-top:hover,
.site-scroll-top:focus-visible {
  background: #fff;
  color: var(--rhc-olive);
  transform: translateY(-1px);
}

.site-footer__social svg,
.site-scroll-top svg {
  width: 18px;
  height: 18px;
}

.site-footer__copyright {
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

.site-footer__nav {
  justify-self: end;
}

.site-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.1rem 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
}

.site-footer__link:hover,
.site-footer__link:focus-visible,
.site-footer__link.is-active {
  color: #fff;
}

.site-footer__partners-wrap {
  padding: 1.5rem 0;
}

.site-footer__partners {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
}

.site-footer__partner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  text-decoration: none;
}

.site-footer__partner:hover,
.site-footer__partner:focus-visible {
  transform: translateY(-2px);
}

.site-footer__partner img {
  width: 100%;
  max-width: 176px;
  max-height: 84px;
  object-fit: contain;
  opacity: 1;
}

.site-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 180;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid var(--rhc-clay);
  border-radius: 999px;
  background: transparent;
  color: var(--rhc-clay);
  cursor: pointer;
}

.site-scroll-top[hidden] {
  display: none;
}

.page-contact-content .locations {
  padding-bottom: 7rem;
}

.page-contact-content .location-card {
  min-height: 400px;
}

.page-consumer-protection .legal-content .section__inner--prose {
  min-height: 0;
}

.page-consumer-protection .legal-content,
.page-privacy .legal-content {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  h1 {
    font-size: clamp(2.5rem, 6vw, 3.6rem);
  }

  h2 {
    font-size: clamp(2.2rem, 4.8vw, 3rem);
  }

  .story-banner {
    background-position: center;
  }

  .page-consumer-protection .legal-content {
    padding-bottom: clamp(4rem, 7vw, 5.5rem);
  }

  .service-section__inner,
  .profile-intro__inner,
  .contact-hero__inner,
  .location-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .split-feature__inner,
  .split-feature--reverse .split-feature__inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .split-feature--reverse .split-feature__media,
  .service-section--reverse .service-section__media,
  .split-feature--reverse .split-feature__content,
  .service-section--reverse .service-section__content {
    order: initial;
  }

  .cta-banner__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .cta-banner__content,
  .story-banner__card {
    justify-self: stretch;
  }

  .cta-banner__spacer {
    display: none;
  }

  .service-section {
    margin: 0;
    padding-inline: 1rem;
  }

  .split-feature__media,
  .split-feature--reverse .split-feature__media,
  .service-section__media,
  .cta-banner__content {
    padding: clamp(2rem, 4vw, 3rem);
  }

  .profile-intro {
    margin-top: -48px;
  }

  .page-jennifer-content .profile-intro,
  .page-jennifer-content .story-banner {
    min-height: 0;
  }

  .page-jennifer .page-hero__title {
    transform: none;
  }

  .page-jennifer-content .profile-intro__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-hero__mark {
    min-height: 400px;
  }

  .contact-methods__inner,
  .site-footer__partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__primary .site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .site-footer__nav,
  .site-footer__menu {
    justify-self: center;
    justify-content: center;
  }

  .page-home-content .split-feature__frame::before {
    left: 0;
  }

  .page-home-content .split-feature--reverse .split-feature__frame::before {
    right: 0;
    left: 0;
  }

  .page-home-content .split-feature__inner,
  .page-home-content .split-feature--reverse .split-feature__inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .page-hero {
    padding-top: 2rem;
  }

  .cta-banner__inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section--intro,
  .split-feature,
  .service-section,
  .cta-banner,
  .story-banner,
  .contact-hero,
  .legal-content {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .split-feature__content,
  .story-banner__card,
  .contact-card,
  .legal-content .section__inner--prose {
    padding: 1.5rem;
  }

  .cta-banner {
    background-position: center;
  }

  .contact-methods__inner,
  .site-footer__partners {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-section {
    margin: 0;
    padding-inline: 1rem;
  }

  .split-feature {
    margin: 0;
  }

  .service-section__content,
  .profile-intro__card,
  .cta-banner__content,
  .story-banner__card,
  .service-section__media {
    padding: 1.5rem;
  }

  .profile-intro {
    margin-top: -28px;
  }

  .profile-intro__portrait {
    padding: 1.5rem;
  }

  .site-scroll-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }

  .page-home-content .home-intro p {
    text-align: left;
  }

  .page-home-content .split-feature {
    padding-bottom: 2.25rem;
    margin-top: 20px;
  }

  .split-feature__frame::before,
  .split-feature--reverse .split-feature__frame::before {
    background: var(--rhc-olive) !important;
  }

  .split-feature__inner,
  .split-feature--reverse .split-feature__inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-inline: 0;
  }

  .split-feature__media,
  .split-feature--reverse .split-feature__media {
    justify-content: center;
    padding: 1.75rem 1.5rem 0;
  }

  .split-feature__media img {
    height: auto;
    width:50%;
    margin-block: 0;
  }

  .split-feature__content,
  .split-feature--reverse .split-feature__content {
    padding: 1.5rem 1.5rem 2.25rem;
    max-width: none;
  }

  .split-feature__content p:not(.split-feature__eyebrow) {
    max-width: none;
  }

  .split-feature .section-divider {
    display: none;
  }

  .page-home-content .split-feature__content .button-link,
  .page-home-content .service-section__content .button-link,
  .page-home-content .cta-banner__content .button-link {
    width: 100%;
  }
}
