:root {
  --rrm-bg: #ffffff;
  --rrm-surface: #ffffff;
  --rrm-text: #111111;
  --rrm-muted: #5a5a56;
  --rrm-border: rgba(17, 17, 17, 0.12);
  --rrm-accent: #7f7f7a;
  --rrm-accent-dark: #111111;
  --rrm-shell: min(1440px, calc(100vw - 40px));
  --rrm-radius: 4px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--rrm-bg);
  color: var(--rrm-text);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  color: var(--rrm-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.site {
  background: var(--rrm-bg);
}

#page,
#content,
.site-content,
.ast-container,
.ast-plain-container,
.ast-page-builder-template,
.ast-separate-container .site-content,
.ast-separate-container .ast-article-single:not(.ast-related-post) {
  background: #ffffff;
}

.rrm-shell,
.entry-content > .wp-block-group,
.entry-content > section {
  margin-inline: auto;
  width: var(--rrm-shell);
}

.entry-content > section:not(.rrm-hero):not(.rrm-services-band):not(.rrm-banner):not(.rrm-slab):not(.rrm-section):not(.rrm-home-hero):not(.rrm-edge-split):not(.rrm-centerpiece) {
  width: min(1520px, calc(100vw - 40px));
}

a,
.menu-link {
  transition: color 160ms ease, opacity 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.ast-container,
.ast-separate-container #primary,
.ast-plain-container #primary,
.ast-page-builder-template .entry-content[ast-blocks-layout] {
  max-width: none;
  width: 100%;
}

.ast-page-builder-template .site-content > .ast-container,
.site-content > .ast-container {
  display: block;
  max-width: none;
  padding: 0 20px;
  width: 100%;
}

.content-area.primary,
.ast-article-single {
  margin: 0;
  max-width: none;
  width: 100%;
}

#primary,
.site-main,
.ast-article-single,
.entry-content {
  max-width: none;
  width: 100%;
}

.page .entry-header,
.home .entry-header {
  display: none;
}

.rrm-lead,
.rrm-page-intro p,
.rrm-content p,
.rrm-band p,
.rrm-editorial p,
.rrm-approach p,
.rrm-closing-cta p {
  color: var(--rrm-muted);
  font-size: 1.02rem;
  line-height: 1.9;
  max-width: 64ch;
}

.rrm-eyebrow {
  color: #6c6c68;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.rrm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.rrm-button,
.wp-block-button__link,
button,
input[type="submit"] {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #141414;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 52px;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.rrm-button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
  transform: translateY(-1px);
}

.rrm-button--secondary {
  background: transparent;
  border-color: rgba(17, 17, 17, 0.22);
  color: #111111;
}

.rrm-text-link {
  color: var(--rrm-text);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.rrm-text-link:hover {
  color: #111111;
  opacity: 0.65;
}

.rrm-card,
.rrm-portal-card,
.rrm-mortgage-calc {
  background: #f7f7f6;
  border: 1px solid var(--rrm-border);
  border-radius: var(--rrm-radius);
  padding: 34px;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  position: relative;
  z-index: 20;
}

.home .site-header {
  background: rgba(255, 255, 255, 0.96);
  left: 0;
  position: relative;
  right: 0;
  top: 0;
}

.site-header .ast-primary-header-bar,
.site-header .main-header-bar {
  background: transparent;
  border: 0;
}

.main-header-bar {
  padding-bottom: 14px;
  padding-top: 14px;
}

.site-title,
.site-title a {
  color: #171717;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-title a:hover,
.main-header-menu .menu-link:hover {
  color: rgba(17, 17, 17, 0.62);
}

.main-header-menu,
.ast-builder-menu-1 .main-header-menu,
.ast-builder-menu-1 .menu-link {
  align-items: center;
}

.ast-builder-menu-1 .menu-link,
.main-header-menu > .menu-item > .menu-link {
  color: #171717;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  padding-inline: 1rem;
  text-transform: uppercase;
}

.main-header-menu > .menu-item:last-child > .menu-link {
  background: #111111;
  border: 1px solid #111111;
  border-radius: 2px;
  color: #ffffff;
  margin-left: 14px;
  min-height: 46px;
  padding-inline: 18px;
}

.main-header-menu > .menu-item:last-child > .menu-link:hover {
  background: transparent;
  border-color: #111111;
  color: #111111;
}

.ast-builder-menu-1 .sub-menu {
  background: rgba(17, 17, 17, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 240px;
  padding: 14px 0;
}

.ast-builder-menu-1 .sub-menu .menu-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.ast-builder-menu-1 .sub-menu .menu-link:hover {
  color: #ffffff;
}

.rrm-hero {
  align-items: end;
  background: #111111;
  color: #ffffff;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding: 180px 0 110px;
  position: relative;
}

.rrm-hero--immersive {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.58) 44%, rgba(0, 0, 0, 0.88) 100%),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
}

.rrm-hero::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 28%);
  content: "";
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
}

.rrm-hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--rrm-bg) 92%);
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.rrm-hero .rrm-shell {
  position: relative;
  z-index: 1;
}

.rrm-hero .rrm-eyebrow,
.rrm-services-band .rrm-eyebrow,
.rrm-card--dark .rrm-eyebrow,
.rrm-closing-cta--dark .rrm-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.rrm-hero h1 {
  color: #ffffff;
  font-size: clamp(4.35rem, 8vw, 8rem);
  margin-bottom: 18px;
  max-width: 11ch;
}

.rrm-hero .rrm-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
  max-width: 60ch;
}

.rrm-home-hero,
.rrm-edge-split {
  margin-inline: calc(50% - 50vw);
  max-width: none;
  overflow: hidden;
  width: 100vw;
}

.rrm-home-hero {
  align-items: center;
  background: #111111;
  display: flex;
  justify-content: center;
  min-height: clamp(320px, 34vw, 440px);
  padding: 48px 20px;
  position: relative;
}

.rrm-home-hero::before {
  background: url("/wp-content/themes/rrm-child/assets/images/hero-desert.jpg") center 42% / cover no-repeat;
  content: "";
  filter: grayscale(1);
  inset: 0;
  position: absolute;
}

.rrm-home-hero::after {
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.14), rgba(17, 17, 17, 0.38)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  content: "";
  inset: 0;
  position: absolute;
}

.rrm-home-hero__content {
  position: relative;
  text-align: center;
  width: min(900px, calc(100vw - 40px));
  z-index: 1;
}

.rrm-home-hero .rrm-eyebrow,
.rrm-edge-split__media .rrm-eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.rrm-home-hero h1 {
  color: #ffffff;
  font-size: clamp(2.8rem, 5.5vw, 4.6rem);
  margin: 0 auto 14px;
  max-width: 13ch;
}

.rrm-home-hero .rrm-lead {
  color: rgba(255, 255, 255, 0.86);
  margin-inline: auto;
  max-width: 58ch;
}

.rrm-home-hero .rrm-button {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.rrm-home-hero .rrm-button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
}

.rrm-home-hero .rrm-actions {
  justify-content: center;
}

.rrm-home-hero + .rrm-edge-split,
.rrm-home-hero + .rrm-centerpiece {
  margin-top: clamp(28px, 4vw, 46px);
}

.rrm-edge-split {
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(320px, 32vw, 430px);
}

.rrm-edge-split__grid {
  display: contents;
}

.rrm-edge-split__content {
  align-items: center;
  background: #ffffff;
  display: flex;
  min-width: 0;
}

.rrm-edge-split__copy {
  width: min(560px, 100%);
}

.rrm-edge-split__copy h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 14px;
  max-width: 13ch;
}

.rrm-edge-split__copy p {
  max-width: 54ch;
}

.rrm-edge-split--media-right .rrm-edge-split__content {
  padding: 54px clamp(28px, 4vw, 60px) 54px max(32px, calc((100vw - var(--rrm-shell)) / 2));
}

.rrm-edge-split--media-right .rrm-edge-split__copy {
  margin-left: auto;
}

.rrm-edge-split--media-left .rrm-edge-split__content {
  order: 2;
  padding: 54px max(32px, calc((100vw - var(--rrm-shell)) / 2)) 54px clamp(28px, 4vw, 60px);
}

.rrm-edge-split__media {
  align-self: stretch;
  background-color: #111111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  min-height: clamp(320px, 32vw, 430px);
  min-width: 0;
  position: relative;
}

.rrm-edge-split__media::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: grayscale(1) brightness(0.52) contrast(1.06);
  inset: 0;
  position: absolute;
}

.rrm-edge-split__media::after {
  background:
    linear-gradient(180deg, rgba(6, 6, 6, 0.16), rgba(6, 6, 6, 0.36)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.22)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 58%);
  content: "";
  inset: 0;
  position: absolute;
}

.rrm-edge-split__media-copy {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.68), rgba(10, 10, 10, 0.52));
  backdrop-filter: blur(1px);
  bottom: 34px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  color: #ffffff;
  left: 34px;
  max-width: 380px;
  padding: 26px 28px;
  position: absolute;
  right: 34px;
  z-index: 1;
}

.rrm-edge-split__media-copy h2 {
  color: #ffffff;
  font-size: clamp(2rem, 2.8vw, 3rem);
  margin-bottom: 10px;
  max-width: 14ch;
}

.rrm-edge-split__media-copy p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 46ch;
}

.rrm-edge-split__media--services::after {
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.22), rgba(4, 4, 4, 0.46)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.32)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.035), transparent 60%);
}

.rrm-edge-split__media--reviews::before {
  filter: grayscale(1) brightness(0.6) contrast(1.04);
}

.rrm-edge-split__media--reviews::after {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.1), rgba(8, 8, 8, 0.24)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.16));
}

.rrm-edge-split__media--services::before {
  background-image: url("/wp-content/themes/rrm-child/assets/images/services-office.jpg");
}

.rrm-edge-split__media--reviews::before {
  background-image: url("/wp-content/themes/rrm-child/assets/images/reviews-office.jpg");
}

.rrm-service-list {
  border-top: 1px solid rgba(17, 17, 17, 0.18);
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.rrm-service-list li {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  color: #222220;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.rrm-service-list li::after {
  color: rgba(17, 17, 17, 0.48);
  content: "+";
  font-size: 1rem;
  line-height: 1;
}

.rrm-centerpiece {
  background: #ffffff;
  padding: clamp(56px, 8vw, 84px) 0;
}

.rrm-centerpiece__inner {
  margin: 0 auto;
  text-align: center;
  width: min(860px, calc(100vw - 40px));
}

.rrm-centerpiece__inner h2 {
  font-size: clamp(2.6rem, 4.8vw, 4.4rem);
  margin: 0 auto 16px;
  max-width: 13ch;
}

.rrm-home-hero h1,
.rrm-home-hero .rrm-lead,
.rrm-centerpiece__inner h2,
.rrm-edge-split__copy h2,
.rrm-edge-split__copy p,
.rrm-edge-split__media-copy h2,
.rrm-edge-split__media-copy p {
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.rrm-centerpiece__inner p {
  margin-inline: auto;
  max-width: 64ch;
}

.rrm-centerpiece__inner .rrm-actions {
  justify-content: center;
}

.rrm-centerpiece--compact {
  padding-bottom: 108px;
  padding-top: 72px;
}

.rrm-proof {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -38px;
  position: relative;
  z-index: 2;
}

.rrm-proof article {
  background: #f5f5f4;
  border-right: 1px solid rgba(23, 23, 23, 0.08);
  padding: 34px;
}

.rrm-proof article:last-child {
  border-right: 0;
}

.rrm-proof span {
  color: #8a8a84;
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 18px;
}

.rrm-proof h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.rrm-editorial,
.rrm-approach {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 1fr 1.05fr;
  padding: 130px 0;
}

.rrm-editorial .rrm-eyebrow,
.rrm-approach .rrm-eyebrow,
.rrm-closing-cta .rrm-eyebrow {
  color: var(--rrm-accent);
}

.rrm-editorial h2,
.rrm-approach h2,
.rrm-closing-cta h2,
.rrm-services-band h2 {
  font-size: clamp(3rem, 5.4vw, 5rem);
  margin-bottom: 20px;
  max-width: 12ch;
}

.rrm-editorial__media,
.rrm-approach__media {
  min-height: 680px;
}

.rrm-editorial__media {
  background-color: #1a1a1a;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.1), rgba(18, 18, 18, 0.26)),
    url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1400&q=80") center / cover no-repeat;
  position: relative;
}

.rrm-approach__media {
  background-color: #1a1a1a;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.1), rgba(18, 18, 18, 0.26)),
    url("https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=1400&q=80") center / cover no-repeat;
  position: relative;
}

.rrm-editorial__media::after,
.rrm-approach__media::after {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 14px
    );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.rrm-services-band {
  background: #111111;
  color: #ffffff;
  padding: 120px 0;
}

.rrm-services-band__intro {
  margin-bottom: 42px;
}

.rrm-services-band__grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rrm-card--dark {
  background: rgba(255, 255, 255, 0.015);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.74);
}

.rrm-card--dark h3,
.rrm-services-band h2 {
  color: #ffffff;
}

.rrm-closing-cta {
  background: #ffffff;
  padding: 120px 0 140px;
  text-align: center;
}

.rrm-closing-cta .rrm-button {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.rrm-closing-cta .rrm-button:hover {
  background: transparent;
  color: #111111;
}

.rrm-closing-cta .rrm-button--secondary {
  background: transparent;
  border-color: rgba(17, 17, 17, 0.24);
  color: #111111;
}

.rrm-closing-cta .rrm-button--secondary:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.rrm-closing-cta h2 {
  margin-inline: auto;
  max-width: 12ch;
}

.rrm-closing-cta .rrm-actions {
  justify-content: center;
}

.rrm-page-intro,
.rrm-content,
.rrm-band,
.rrm-mortgage-calc,
.rrm-portal-card {
  background: #ffffff;
  margin-top: 120px;
}

.rrm-page-intro,
.rrm-content,
.rrm-band {
  padding: 40px 0 100px;
}

.rrm-page-intro .rrm-eyebrow,
.rrm-content .rrm-eyebrow,
.rrm-band .rrm-eyebrow,
.rrm-mortgage-calc .rrm-eyebrow,
.rrm-portal-card .rrm-eyebrow {
  color: #6c6c68;
}

.rrm-page-intro h1 {
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  margin-bottom: 20px;
}

.rrm-page-intro .rrm-card,
.rrm-content .rrm-card,
.rrm-mortgage-calc,
.rrm-portal-card {
  background: #f3f3f2;
}

.rrm-mortgage-calc {
  display: grid;
  gap: 28px;
  margin-bottom: 100px;
}

.rrm-mortgage-calc__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rrm-mortgage-calc label {
  display: grid;
  gap: 8px;
}

.rrm-mortgage-calc input,
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
  background: #fff;
  border: 1px solid var(--rrm-border);
  border-radius: 0;
  color: var(--rrm-text);
  min-height: 54px;
  padding: 12px 16px;
}

.rrm-mortgage-calc__result strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-top: 6px;
}

.site-footer {
  background: #111111;
  color: rgba(255, 255, 255, 0.72);
}

.site-below-footer-wrap {
  border: 0;
  padding: 28px 0;
}

.ast-footer-copyright {
  text-align: center;
  width: 100%;
}

.ast-footer-copyright p {
  display: none;
}

.ast-footer-copyright::before,
.ast-footer-copyright::after {
  display: block;
}

.ast-footer-copyright::before {
  color: #ffffff;
  content: "Redeem Real Estate and Property Management";
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

.ast-footer-copyright::after {
  color: rgba(255, 255, 255, 0.52);
  content: "Arizona real estate guidance and property management with a calm, editorial presentation.";
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  margin-top: 10px;
  text-transform: uppercase;
}

.site-footer a {
  color: #fff;
}

@media (max-width: 921px) {
  .main-header-menu > .menu-item:last-child > .menu-link {
    margin-left: 0;
  }

  .rrm-home-hero,
  .rrm-edge-split {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }

  .rrm-edge-split,
  .rrm-edge-split__grid,
  .rrm-mortgage-calc__grid {
    grid-template-columns: 1fr;
  }

  .rrm-edge-split {
    min-height: 0;
    row-gap: 18px;
  }

  .rrm-home-hero,
  .rrm-edge-split__content,
  .rrm-centerpiece,
  .rrm-page-intro,
  .rrm-content,
  .rrm-band,
  .rrm-closing-cta,
  .rrm-centerpiece--compact {
    padding: 72px 0;
  }

  .rrm-home-hero {
    min-height: 420px;
    padding: 40px 20px;
  }

  .rrm-home-hero__content {
    width: min(560px, calc(100vw - 40px));
  }

  .rrm-home-hero h1,
  .rrm-centerpiece__inner h2,
  .rrm-edge-split__copy h2,
  .rrm-edge-split__media-copy h2,
  .rrm-page-intro h1 {
    max-width: none;
  }

  .rrm-edge-split--media-right .rrm-edge-split__content,
  .rrm-edge-split--media-left .rrm-edge-split__content {
    order: initial;
    padding-inline: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rrm-edge-split--media-left .rrm-edge-split__content {
    order: 2;
  }

  .rrm-edge-split__media {
    min-height: 340px;
  }

  .rrm-edge-split__media-copy {
    bottom: 20px;
    left: 20px;
    max-width: min(320px, calc(100% - 40px));
    padding: 22px 24px;
    right: 20px;
  }

  .rrm-centerpiece__inner,
  .rrm-home-hero__content {
    width: min(100%, calc(100vw - 40px));
  }
}

@media (max-width: 560px) {
  .rrm-edge-split {
    row-gap: 22px;
  }

  .rrm-edge-split__content,
  .rrm-centerpiece,
  .rrm-page-intro,
  .rrm-content,
  .rrm-band,
  .rrm-closing-cta,
  .rrm-centerpiece--compact {
    padding: 56px 0;
  }

  .rrm-edge-split--media-right .rrm-edge-split__content,
  .rrm-edge-split--media-left .rrm-edge-split__content {
    padding-inline: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .rrm-edge-split__media {
    min-height: 360px;
  }

  .rrm-edge-split__media-copy {
    bottom: 16px;
    left: 16px;
    max-width: none;
    padding: 18px 20px;
    right: 16px;
  }

  .rrm-edge-split__media-copy h2 {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
    max-width: 11ch;
  }

  .rrm-edge-split__media-copy p {
    font-size: 0.92rem;
    line-height: 1.55;
  }
}
