@font-face {
  font-family: "Gilroy";
  src: url("/assets-f/fonts/f5e265869ef8e1.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets-f/fonts/87fa906a0f932e.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Didot LT Std";
  src: url("/assets-f/fonts/7809a1cf596ac4.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --rr-mo-black: #111111;
  --rr-mo-ink: #1d1b18;
  --rr-mo-ivory: #f5f1e9;
  --rr-mo-paper: #ffffff;
  --rr-mo-gold: #b89a67;
  --rr-mo-line: rgba(29, 27, 24, 0.17);
  --rr-mo-body: "Gilroy", Arial, sans-serif;
  --rr-mo-display: "Didot LT Std", Georgia, serif;
}

html {
  scroll-behavior: smooth;
}

body.rr-mo-site {
  margin: 0 !important;
  padding-top: 88px !important;
  overflow-x: hidden !important;
  background: var(--rr-mo-paper) !important;
  color: var(--rr-mo-ink) !important;
  font-family: var(--rr-mo-body) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

body.rr-mo-site h1,
body.rr-mo-site h2,
body.rr-mo-site h3 {
  font-family: var(--rr-mo-display) !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

body.rr-mo-site .rr-mo-main h1,
body.rr-mo-site .rr-mo-main h2,
body.rr-mo-site .rr-mo-main h3 {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
}

body.rr-mo-site button,
body.rr-mo-site input,
body.rr-mo-site select,
body.rr-mo-site textarea {
  font-family: var(--rr-mo-body) !important;
}

.rr-mo-site-header {
  position: fixed !important;
  top: 0 !important;
  z-index: 2147482500 !important;
  width: 100% !important;
  min-height: 88px !important;
  background: var(--rr-mo-black) !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.rr-mo-site-header nav,
.rr-mo-site-footer nav {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
}

.rr-mo-header-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: min(1520px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  padding-right: 0;
}

.rr-mo-brand {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  width: 158px !important;
  height: 70px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.rr-mo-brand img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 68px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.rr-mo-desktop-nav {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  gap: clamp(22px, 2.6vw, 44px);
  margin-left: auto;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rr-mo-header-phone {
  flex: 0 0 auto;
  margin-left: clamp(22px, 2.6vw, 42px);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none !important;
  white-space: nowrap;
}

.rr-mo-header-phone:hover {
  color: var(--rr-mo-gold) !important;
}

.rr-mo-mobile-call {
  display: none;
}

.rr-mo-desktop-nav > a,
.rr-mo-desktop-nav summary {
  color: inherit !important;
  cursor: pointer;
  list-style: none;
  text-decoration: none !important;
  transition: color 160ms ease;
}

.rr-mo-desktop-nav > a:hover,
.rr-mo-desktop-nav summary:hover,
.rr-mo-nav-dropdown[open] > summary {
  color: var(--rr-mo-gold) !important;
}

.rr-mo-desktop-nav summary::-webkit-details-marker {
  display: none;
}

.rr-mo-nav-dropdown {
  position: relative !important;
  inset: auto !important;
}

.rr-mo-nav-dropdown:not([open]) > .rr-mo-nav-menu {
  display: none !important;
}

.rr-mo-nav-dropdown > summary::after {
  content: "↓";
  margin-left: 8px;
  color: var(--rr-mo-gold);
}

.rr-mo-nav-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  display: grid;
  width: 300px;
  padding: 18px;
  background: #fff;
  color: var(--rr-mo-ink);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}

.rr-mo-nav-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 22px;
  content: "";
}

.rr-mo-nav-menu a {
  padding: 10px 12px;
  color: var(--rr-mo-ink) !important;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: none;
}

.rr-mo-nav-menu a:hover {
  background: var(--rr-mo-ivory);
}

.rr-mo-menu-button {
  display: none;
}

.rr-mo-mobile-nav,
.rr-mo-mobile-scrim {
  display: none;
}

.rr-mo-site-header #rr-desktop-phone {
  right: max(24px, calc((100vw - 1520px) / 2 + 24px)) !important;
  color: #fff !important;
  font-family: var(--rr-mo-body) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.035em !important;
}

.rr-mo-site-header #rr-mobile-phone {
  background: var(--rr-mo-gold) !important;
  color: var(--rr-mo-black) !important;
  border-color: #fff !important;
}

.rr-mo-main {
  display: block;
  width: 100%;
}

.rr-mo-home-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 88px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.88) 0%, rgba(8, 8, 8, 0.58) 46%, rgba(8, 8, 8, 0.12) 100%),
    url("/ours/homepage/1031-exchange-missouri-mo-homepage-market-07.webp") center / cover no-repeat;
  color: #fff;
}

.rr-mo-home-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.46));
  content: "";
  pointer-events: none;
}

.rr-mo-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(88px, 12vh, 150px) 0 64px;
}

.rr-mo-eyebrow {
  margin: 0 0 22px;
  color: var(--rr-mo-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.rr-mo-home-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(48px, 6.7vw, 98px) !important;
  line-height: 0.98 !important;
  text-wrap: balance;
}

.rr-mo-hero-copy {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}

.rr-mo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.rr-mo-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--rr-mo-gold);
  background: var(--rr-mo-gold);
  color: var(--rr-mo-black) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.rr-mo-button-secondary {
  background: transparent;
  color: #fff !important;
}

.rr-mo-button-secondary:hover {
  background: #fff;
  color: var(--rr-mo-black) !important;
}

.rr-mo-stat-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1320px, calc(100% - 64px));
  margin: -1px auto 0;
  background: var(--rr-mo-black);
  color: #fff;
}

.rr-mo-stat {
  min-width: 0;
  padding: 34px clamp(22px, 3vw, 48px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.rr-mo-stat:last-child {
  border-right: 0;
}

.rr-mo-stat strong {
  display: block;
  color: var(--rr-mo-gold);
  font-family: var(--rr-mo-display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.rr-mo-stat span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.rr-mo-section {
  padding: clamp(76px, 9vw, 132px) 0;
}

.rr-mo-section-dark {
  background: var(--rr-mo-black);
  color: #fff;
}

.rr-mo-section-ivory {
  background: var(--rr-mo-ivory);
}

.rr-mo-section-inner {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
}

.rr-mo-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  margin-bottom: 48px;
}

.rr-mo-section-head h2 {
  margin: 0;
  color: inherit !important;
  font-size: clamp(42px, 5.2vw, 74px) !important;
  line-height: 1 !important;
}

.rr-mo-section-head p:last-child {
  max-width: 650px;
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 18px;
}

.rr-mo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rr-mo-image-card {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: flex-end;
  overflow: hidden;
  background: #222 center / cover no-repeat;
  color: #fff !important;
  text-decoration: none !important;
}

.rr-mo-image-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 26%, rgba(0, 0, 0, 0.88));
  content: "";
  transition: background 220ms ease;
}

.rr-mo-image-card:hover::before {
  background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.94));
}

.rr-mo-image-card-content {
  position: relative;
  z-index: 1;
  padding: 34px;
}

.rr-mo-image-card small {
  color: var(--rr-mo-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rr-mo-image-card h3 {
  margin: 10px 0 12px;
  color: #fff !important;
  font-size: clamp(30px, 2.8vw, 43px) !important;
  line-height: 1.05 !important;
}

.rr-mo-image-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.rr-mo-about-band {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 580px;
}

.rr-mo-about-image {
  min-height: 520px;
  background: url("/ours/homepage/1031-exchange-missouri-mo-homepage-market-08.webp") center / cover no-repeat;
}

.rr-mo-about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 5vw, 72px);
  background: var(--rr-mo-ivory);
}

.rr-mo-about-copy h2 {
  max-width: 620px;
  margin: 0;
  color: var(--rr-mo-ink) !important;
  font-size: clamp(40px, 4.2vw, 58px) !important;
  line-height: 1 !important;
}

.rr-mo-about-copy p {
  max-width: 630px;
  margin: 26px 0 0;
  color: rgba(29, 27, 24, 0.72);
  font-size: 17px;
}

.rr-mo-about-copy .rr-mo-button {
  margin-top: 32px;
}

.rr-mo-market-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 18px;
}

.rr-mo-market-card {
  position: relative;
  grid-column: span 4;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #222 center / cover no-repeat;
  color: #fff !important;
  text-decoration: none !important;
}

.rr-mo-market-card:first-child,
.rr-mo-market-card:nth-child(5) {
  grid-column: span 8;
}

.rr-mo-market-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.82));
  content: "";
}

.rr-mo-market-card span {
  position: relative;
  z-index: 1;
  padding: 26px;
  font-family: var(--rr-mo-display);
  font-size: clamp(28px, 3vw, 43px);
}

.rr-mo-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.17);
}

.rr-mo-process-card {
  min-height: 510px;
  padding: 0;
  background: var(--rr-mo-black);
}

.rr-mo-process-image {
  height: 260px;
  background: #222 center / cover no-repeat;
}

.rr-mo-process-copy {
  padding: 34px;
}

.rr-mo-process-copy small {
  color: var(--rr-mo-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rr-mo-process-copy h3 {
  margin: 10px 0 14px;
  color: #fff !important;
  font-size: 36px !important;
  line-height: 1.05 !important;
}

.rr-mo-process-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.rr-mo-final-cta {
  position: relative;
  display: flex;
  min-height: 490px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42)),
    url("/ours/homepage/1031-exchange-missouri-mo-homepage-market-03.webp") center / cover no-repeat;
  color: #fff;
}

.rr-mo-final-cta .rr-mo-section-inner {
  position: relative;
  z-index: 1;
}

.rr-mo-final-cta h2 {
  max-width: 800px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(46px, 6vw, 82px) !important;
  line-height: 1 !important;
}

.rr-mo-page-hero {
  position: relative;
  display: flex;
  min-height: 440px;
  align-items: flex-end;
  background:
    linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.74)),
    var(--rr-mo-page-image) center / cover no-repeat;
  color: #fff;
}

.rr-mo-page-hero-inner {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 90px 0 58px;
}

.rr-mo-page-hero h1 {
  max-width: 930px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(48px, 6vw, 82px) !important;
  line-height: 1 !important;
}

.rr-mo-breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rr-mo-breadcrumbs a {
  color: inherit !important;
  text-decoration: none !important;
}

.rr-mo-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
}

.rr-mo-about-intro img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.rr-mo-copy h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 70px) !important;
  line-height: 1 !important;
}

.rr-mo-copy p {
  margin: 24px 0 0;
  color: rgba(29, 27, 24, 0.72);
  font-size: 18px;
}

.rr-mo-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.rr-mo-principle {
  padding: 38px;
  background: #fff;
}

.rr-mo-principle h3 {
  margin: 0 0 14px;
  font-size: 32px !important;
  line-height: 1.1 !important;
}

.rr-mo-principle p {
  margin: 0;
  color: rgba(29, 27, 24, 0.68);
}

.rr-mo-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.rr-mo-contact-aside {
  position: sticky;
  top: 126px;
}

.rr-mo-contact-aside h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 1 !important;
}

.rr-mo-contact-aside p {
  margin: 24px 0 0;
  color: rgba(29, 27, 24, 0.7);
  font-size: 18px;
}

.rr-mo-contact-links {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.rr-mo-contact-links a {
  color: var(--rr-mo-ink) !important;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
}

.rr-mo-contact-map {
  min-height: 300px;
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid var(--rr-mo-line);
  filter: grayscale(0.6);
}

.rr-mo-contact-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.rr-mo-form-card {
  padding: clamp(32px, 5vw, 64px);
  background: var(--rr-mo-black);
  color: #fff;
}

.rr-mo-form-card h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1 !important;
}

.rr-mo-form-card > p {
  margin: 18px 0 32px;
  color: rgba(255, 255, 255, 0.66);
}

.rr-mo-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rr-mo-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.rr-mo-field-full {
  grid-column: 1 / -1;
}

.rr-mo-field > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rr-mo-field input,
.rr-mo-field select,
.rr-mo-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  outline: 0;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 16px;
}

.rr-mo-field select {
  color-scheme: dark;
}

.rr-mo-field textarea {
  min-height: 150px;
  resize: vertical;
}

.rr-mo-field input:focus,
.rr-mo-field select:focus,
.rr-mo-field textarea:focus {
  border-color: var(--rr-mo-gold);
}

.rr-mo-form-card button {
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
}

.rr-mo-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.rr-mo-site-footer {
  padding: clamp(64px, 8vw, 110px) 0 28px;
  background: var(--rr-mo-black);
  color: #fff;
}

.rr-mo-footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(34px, 6vw, 90px);
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rr-mo-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.rr-mo-footer-contact img {
  display: block !important;
  width: 190px !important;
  height: auto !important;
  margin-bottom: 28px;
}

.rr-mo-footer-contact p {
  max-width: 440px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.62);
}

.rr-mo-footer-contact a {
  margin-top: 8px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.rr-mo-footer-map {
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  filter: grayscale(0.68) contrast(0.96);
}

.rr-mo-footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
}

.rr-mo-footer-links {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.9fr;
  gap: 42px;
  width: min(1320px, calc(100% - 64px));
  margin: 56px auto 0;
}

.rr-mo-footer-column h2 {
  margin: 0 0 20px;
  color: var(--rr-mo-gold) !important;
  font-family: var(--rr-mo-body) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rr-mo-footer-column nav {
  display: grid;
  gap: 11px;
}

.rr-mo-footer-column a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  text-decoration: none !important;
}

.rr-mo-footer-column a:hover {
  color: #fff !important;
}

.rr-mo-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1320px, calc(100% - 64px));
  margin: 52px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

.rr-mo-footer-bottom a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Repair every generated taxonomy index without changing its content model. */
.rr-taste-index,
.rr-taste-index-inner,
.rr-taste-index-grid {
  overflow: visible !important;
}

.rr-taste-index-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  align-items: stretch !important;
}

.rr-taste-index-grid > .rr-taste-native-card {
  height: auto !important;
  min-height: 440px !important;
  overflow: hidden !important;
}

.rr-taste-index-grid .rr-taste-card-media {
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 230px !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
}

.rr-taste-index-grid .rr-taste-card-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.rr-taste-index-grid .rr-taste-card-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 205px !important;
  max-height: none !important;
  padding: 26px !important;
  overflow: visible !important;
}

.rr-taste-index-grid .rr-taste-card-copy h3 {
  margin: 0 0 12px !important;
  color: var(--rr-mo-ink) !important;
  font-size: clamp(25px, 2vw, 34px) !important;
  line-height: 1.08 !important;
  overflow: visible !important;
}

.rr-taste-index-grid .rr-taste-card-copy p {
  display: block !important;
  flex: 1 1 auto !important;
  max-height: none !important;
  margin: 0 0 16px !important;
  overflow: visible !important;
  color: rgba(29, 27, 24, 0.68) !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
}

.rr-taste-index-grid .rr-taste-card-copy small {
  margin-top: auto !important;
  color: var(--rr-mo-ink) !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

.rr-taste-index-hero {
  min-height: 430px !important;
}

.rr-taste-index-hero h1 {
  color: #fff !important;
}

@media (max-width: 1020px) {
  .rr-mo-desktop-nav {
    gap: 18px;
    font-size: 12px;
  }

  .rr-mo-header-phone {
    margin-left: 18px;
    font-size: 12px;
  }

  .rr-mo-card-grid,
  .rr-mo-process-grid,
  .rr-mo-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-mo-process-card:last-child,
  .rr-mo-principle:last-child {
    grid-column: 1 / -1;
  }

  .rr-mo-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-taste-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .rr-mo-site-header {
    min-height: 72px !important;
  }

  body.rr-mo-site {
    padding-top: 72px !important;
  }

  .rr-mo-header-inner {
    width: 100%;
    min-height: 72px;
    padding: 0 18px;
  }

  .rr-mo-brand,
  .rr-mo-site-header > .rr-mo-brand {
    position: absolute !important;
    top: 50% !important;
    left: 18px !important;
    display: flex !important;
    width: 122px !important;
    height: 58px !important;
    transform: translateY(-50%) !important;
  }

  .rr-mo-desktop-nav {
    display: none !important;
  }

  .rr-mo-header-phone {
    display: none;
  }

  .rr-mo-menu-button,
  .rr-mo-site-header > .rr-mo-menu-button {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    left: auto !important;
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    padding: 10px !important;
    border: 0 !important;
    background: transparent !important;
    transform: translateY(-50%) !important;
    place-content: center;
    gap: 5px;
  }

  .rr-mo-menu-button span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.rr-mo-menu-open .rr-mo-menu-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.rr-mo-menu-open .rr-mo-menu-button span:nth-child(2) {
    opacity: 0;
  }

  body.rr-mo-menu-open .rr-mo-menu-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .rr-mo-site-header .rr-mo-mobile-nav {
    position: fixed !important;
    z-index: 2147482490;
    inset: 72px 0 auto !important;
    display: grid;
    width: auto !important;
    height: auto !important;
    max-height: calc(100vh - 72px);
    padding: 28px 24px 34px;
    overflow-y: auto;
    background: var(--rr-mo-black);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .rr-mo-mobile-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 17px;
    text-decoration: none !important;
  }

  .rr-mo-mobile-scrim {
    position: fixed;
    z-index: 2147482480;
    inset: 72px 0 0;
    display: block;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  body.rr-mo-menu-open {
    overflow: hidden !important;
  }

  body.rr-mo-menu-open .rr-mo-mobile-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.rr-mo-menu-open .rr-mo-mobile-scrim {
    opacity: 1;
    pointer-events: auto;
  }

  .rr-mo-site-header #rr-desktop-phone {
    display: none !important;
  }

  .rr-mo-mobile-call {
    position: fixed;
    z-index: 2147482470;
    right: 18px;
    bottom: 18px;
    display: grid;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    background: var(--rr-mo-gold);
    color: var(--rr-mo-black) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26);
    text-decoration: none !important;
    place-items: center;
  }

  .rr-mo-mobile-call svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
  }

  .rr-mo-home-hero {
    min-height: 670px;
    background-position: 62% center;
  }

  .rr-mo-hero-inner,
  .rr-mo-stat-band,
  .rr-mo-section-inner,
  .rr-mo-page-hero-inner,
  .rr-mo-footer-top,
  .rr-mo-footer-links,
  .rr-mo-footer-bottom {
    width: calc(100% - 36px);
  }

  .rr-mo-hero-inner {
    padding: 96px 0 42px;
  }

  .rr-mo-home-hero h1 {
    font-size: clamp(44px, 13vw, 66px) !important;
  }

  .rr-mo-hero-copy {
    font-size: 17px;
  }

  .rr-mo-stat-band {
    grid-template-columns: 1fr;
  }

  .rr-mo-stat {
    display: grid;
    grid-template-columns: 94px 1fr;
    align-items: center;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .rr-mo-stat:last-child {
    border-bottom: 0;
  }

  .rr-mo-stat strong {
    font-size: 46px;
  }

  .rr-mo-stat span {
    margin: 0;
  }

  .rr-mo-section-head,
  .rr-mo-about-band,
  .rr-mo-about-intro,
  .rr-mo-contact-layout,
  .rr-mo-footer-top {
    grid-template-columns: 1fr;
  }

  .rr-mo-section-head {
    gap: 22px;
  }

  .rr-mo-card-grid,
  .rr-mo-process-grid,
  .rr-mo-principles {
    grid-template-columns: 1fr;
  }

  .rr-mo-process-card:last-child,
  .rr-mo-principle:last-child {
    grid-column: auto;
  }

  .rr-mo-image-card {
    min-height: 440px;
  }

  .rr-mo-about-image {
    min-height: 390px;
  }

  .rr-mo-about-copy {
    padding: 52px 22px;
  }

  .rr-mo-market-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .rr-mo-market-card,
  .rr-mo-market-card:first-child,
  .rr-mo-market-card:nth-child(5) {
    grid-column: auto;
  }

  .rr-mo-page-hero {
    min-height: 360px;
  }

  .rr-mo-page-hero h1 {
    font-size: clamp(44px, 12vw, 62px) !important;
  }

  .rr-mo-about-intro img {
    aspect-ratio: 4 / 3;
  }

  .rr-mo-contact-aside {
    position: static;
  }

  .rr-mo-form-grid {
    grid-template-columns: 1fr;
  }

  .rr-mo-field-full {
    grid-column: auto;
  }

  .rr-mo-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .rr-mo-footer-bottom {
    flex-direction: column;
  }

  .rr-taste-index-grid {
    grid-template-columns: 1fr !important;
  }

  .rr-taste-index-grid > .rr-taste-native-card {
    min-height: 0 !important;
  }
}

@media (max-width: 480px) {
  .rr-mo-actions {
    display: grid;
  }

  .rr-mo-button {
    width: 100%;
    box-sizing: border-box;
  }

  .rr-mo-footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Missouri conversion story — composed from the site's original editorial palette. */
.rr-mo-promise-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  background: var(--rr-mo-black);
  color: #fff;
}

.rr-mo-promise-band > div {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 32px clamp(24px, 3vw, 46px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.rr-mo-promise-band > div:last-child {
  border-right: 0;
}

.rr-mo-promise-band small,
.rr-mo-timeline small {
  color: var(--rr-mo-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rr-mo-promise-band strong {
  max-width: 360px;
  font-family: var(--rr-mo-display);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.rr-mo-editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: clamp(56px, 9vw, 140px);
  align-items: start;
}

.rr-mo-editorial-lead {
  position: sticky;
  top: 128px;
}

.rr-mo-editorial-lead h2,
.rr-mo-passive-copy h2,
.rr-mo-final-lead-copy h2 {
  margin: 0;
  font-size: clamp(44px, 5.5vw, 76px) !important;
  line-height: 0.98 !important;
}

.rr-mo-editorial-lead > p:not(.rr-mo-eyebrow),
.rr-mo-passive-copy > p:not(.rr-mo-eyebrow):not(.rr-mo-fine-print),
.rr-mo-final-lead-copy > p:not(.rr-mo-eyebrow) {
  margin: 28px 0 0;
  color: rgba(29, 27, 24, 0.7);
  font-size: 18px;
}

.rr-mo-situation-list {
  border-top: 1px solid var(--rr-mo-line);
}

.rr-mo-situation-list a {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 30px 52px 30px 0;
  border-bottom: 1px solid var(--rr-mo-line);
  color: var(--rr-mo-ink) !important;
  text-decoration: none !important;
}

.rr-mo-situation-list a::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--rr-mo-gold);
  font-size: 28px;
  content: "↗";
  transform: translateY(-50%);
}

.rr-mo-situation-list span {
  font-family: var(--rr-mo-display);
  font-size: clamp(27px, 2.6vw, 40px);
  line-height: 1.08;
}

.rr-mo-situation-list small {
  max-width: 610px;
  color: rgba(29, 27, 24, 0.62);
  font-size: 15px;
}

.rr-mo-passive-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  min-height: 720px;
  background: var(--rr-mo-black);
  color: #fff;
}

.rr-mo-passive-image {
  min-height: 620px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url("/ours/homepage/1031-exchange-missouri-mo-homepage-market-05.jpg") center / cover no-repeat;
}

.rr-mo-passive-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(58px, 6vw, 96px);
}

.rr-mo-passive-copy h2 {
  color: #fff !important;
}

.rr-mo-passive-copy > p:not(.rr-mo-eyebrow):not(.rr-mo-fine-print) {
  color: rgba(255, 255, 255, 0.72);
}

.rr-mo-passive-copy ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.rr-mo-passive-copy li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.88);
}

.rr-mo-passive-copy li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--rr-mo-gold);
  content: "";
}

.rr-mo-fine-print {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.6;
}

.rr-mo-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration-color: var(--rr-mo-gold) !important;
  text-underline-offset: 7px;
  text-transform: uppercase;
}

.rr-mo-text-link-dark {
  color: var(--rr-mo-ink) !important;
}

.rr-mo-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rr-mo-line);
  border-bottom: 1px solid var(--rr-mo-line);
}

.rr-mo-timeline article {
  min-width: 0;
  padding: 34px clamp(22px, 2.4vw, 38px) 40px;
  border-right: 1px solid var(--rr-mo-line);
}

.rr-mo-timeline article:last-child {
  border-right: 0;
}

.rr-mo-timeline h3 {
  margin: 14px 0 15px;
  font-size: clamp(28px, 2.7vw, 39px) !important;
  line-height: 1.05 !important;
}

.rr-mo-timeline p {
  margin: 0;
  color: rgba(29, 27, 24, 0.65);
  font-size: 15px;
}

.rr-mo-faq-section {
  background: #fff;
}

.rr-mo-faq-list {
  border-top: 1px solid var(--rr-mo-line);
}

.rr-mo-faq-list details {
  border-bottom: 1px solid var(--rr-mo-line);
}

.rr-mo-faq-list summary {
  position: relative;
  padding: 28px 72px 28px 0;
  cursor: pointer;
  font-family: var(--rr-mo-display);
  font-size: clamp(25px, 2.7vw, 39px);
  line-height: 1.12;
  list-style: none;
}

.rr-mo-faq-list summary::-webkit-details-marker {
  display: none;
}

.rr-mo-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 12px;
  color: var(--rr-mo-gold);
  font-family: var(--rr-mo-body);
  font-size: 32px;
  content: "+";
  transform: translateY(-50%);
}

.rr-mo-faq-list details[open] summary::after {
  content: "−";
}

.rr-mo-faq-list details p {
  max-width: 900px;
  margin: -8px 0 30px;
  color: rgba(29, 27, 24, 0.68);
  font-size: 17px;
}

.rr-mo-final-lead {
  padding: clamp(76px, 9vw, 126px) 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.48)),
    url("/ours/homepage/1031-exchange-missouri-mo-homepage-market-03.webp") center / cover no-repeat;
  color: #fff;
}

.rr-mo-final-lead-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(50px, 8vw, 120px);
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  align-items: center;
}

.rr-mo-final-lead-copy h2 {
  color: #fff !important;
}

.rr-mo-final-lead-copy > p:not(.rr-mo-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.rr-mo-call-display {
  display: inline-block;
  margin-top: 34px;
  color: #fff !important;
  font-family: var(--rr-mo-display);
  font-size: clamp(34px, 4vw, 54px);
  text-decoration: none !important;
}

.rr-mo-home-form {
  background: rgba(17, 17, 17, 0.94);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.rr-mo-form-status {
  margin: 0 0 24px;
  padding: 14px 16px;
  font-size: 14px;
}

.rr-mo-form-status-success {
  border: 1px solid rgba(184, 154, 103, 0.65);
  background: rgba(184, 154, 103, 0.15);
}

.rr-mo-form-status-error {
  border: 1px solid rgba(255, 148, 148, 0.64);
  background: rgba(255, 80, 80, 0.12);
}

@media (max-width: 1180px) and (min-width: 768px) {
  .rr-mo-brand {
    width: 132px !important;
  }

  .rr-mo-desktop-nav {
    gap: 16px;
    font-size: 11px;
  }

  .rr-mo-header-phone {
    margin-left: 16px;
    font-size: 12px;
  }

  .rr-mo-final-lead-inner {
    grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1.25fr);
  }
}

@media (max-width: 960px) {
  .rr-mo-editorial-split,
  .rr-mo-passive-band,
  .rr-mo-final-lead-inner {
    grid-template-columns: 1fr;
  }

  .rr-mo-editorial-lead {
    position: static;
  }

  .rr-mo-passive-image {
    min-height: 520px;
  }

  .rr-mo-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-mo-timeline article:nth-child(2) {
    border-right: 0;
  }

  .rr-mo-timeline article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--rr-mo-line);
  }
}

@media (max-width: 767px) {
  .rr-mo-promise-band,
  .rr-mo-final-lead-inner {
    width: calc(100% - 36px);
  }

  .rr-mo-promise-band {
    grid-template-columns: 1fr;
  }

  .rr-mo-promise-band > div {
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .rr-mo-promise-band > div:last-child {
    border-bottom: 0;
  }

  .rr-mo-editorial-split {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .rr-mo-editorial-lead h2,
  .rr-mo-passive-copy h2,
  .rr-mo-final-lead-copy h2 {
    font-size: clamp(42px, 12vw, 60px) !important;
  }

  .rr-mo-passive-image {
    min-height: 390px;
  }

  .rr-mo-passive-copy {
    padding: 54px 22px;
  }

  .rr-mo-passive-copy .rr-mo-actions {
    width: 100%;
  }

  .rr-mo-timeline {
    grid-template-columns: 1fr;
  }

  .rr-mo-timeline article,
  .rr-mo-timeline article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--rr-mo-line);
  }

  .rr-mo-timeline article:last-child {
    border-bottom: 0;
  }

  .rr-mo-faq-list summary {
    padding-right: 52px;
  }

  .rr-mo-final-lead {
    padding: 68px 0;
  }

  .rr-mo-final-lead-inner {
    gap: 42px;
  }

  .rr-mo-home-form {
    padding: 32px 20px;
  }
}
