:root {
  --black: #080808;
  --ink: #10100f;
  --cream: #f1ede4;
  --paper: #e7e2d8;
  --gold: #c7a768;
  --muted: #9b968c;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

body.admin-bar .rr-site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.rr-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wp-site-blocks,
.wp-site-blocks > *,
.wp-block-post-content,
.wp-block-post-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.wp-site-blocks {
  padding: 0;
}

.wp-block-post-content {
  max-width: none;
}

.shell {
  width: min(1380px, calc(100% - 96px));
  margin-inline: auto;
}

.rr-site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0;
  background: var(--black);
}

.home .rr-site-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
}

.rr-skip-link:focus {
  position: fixed;
  z-index: 100001;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  clip-path: none;
  overflow: visible;
  border: 1px solid var(--gold);
  background: var(--black);
  color: var(--cream);
}

.nav {
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  align-items: center;
  justify-content: space-between;
  height: 104px;
  border-bottom: 1px solid #282724;
  position: relative;
  z-index: 5;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 230px;
  height: 52px;
}

.nav-logo img {
  display: block;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.nav-brand-copy {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.nav-brand-copy strong {
  font-family: Italiana, serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.42em;
  font-weight: 400;
}

.nav-brand-copy small {
  color: var(--gold);
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.28em;
  margin-top: 7px;
}

.navlinks {
  grid-column: 2;
  justify-self: center;
  color: #bcb8b0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.navlinks .wp-block-navigation__container {
  gap: 42px;
}

.navlinks a:hover,
.navlinks a:focus-visible {
  color: var(--gold);
}

.nav-cta {
  grid-column: 3;
  justify-self: end;
  align-self: center;
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--gold);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-cta span,
.wp-block-button__link span {
  color: var(--gold);
  margin-left: 15px;
}

.rrsm-contact--footer {
  display: block;
}

.rrsm-footer-social {
  display: inline-block;
  margin-top: 8px;
}

.rrsm-brokerage-lockup--hero {
  flex-wrap: nowrap;
}

.rrsm-brokerage-lockup--hero .broker-mark {
  width: 86px;
  height: 34px;
  max-width: 86px;
  padding: 3px 6px;
  object-fit: contain;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at 75% 48%, #28251f 0, #12110f 29%, #080808 60%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 49.9%, rgba(199, 167, 104, 0.12) 50%, transparent 50.1%);
  opacity: 0.6;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  min-height: calc(100vh - 66px);
  padding-top: 104px;
  position: relative;
}

.hero-copy {
  z-index: 2;
  padding: 60px 0;
}

.eyebrow,
.section-tag {
  margin: 0;
  color: #b6b1a7;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
}

.eyebrow > span {
  display: inline-block;
  width: 42px;
  height: 1px;
  margin-right: 16px;
  vertical-align: middle;
  background: var(--gold);
}

.hero h1,
.intro h2,
.section-head h2,
.market h2,
.contact h2 {
  margin: 30px 0;
  font-family: Italiana, serif;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.025em;
}

.hero h1 {
  font-size: clamp(72px, 8.2vw, 138px);
}

em {
  color: var(--gold);
  font-weight: 400;
}

.lede {
  max-width: 545px;
  margin: 0;
  color: #a9a59d;
  font-size: 17px;
  line-height: 1.75;
}

.lede-item {
  display: inline-block;
}

.lede i {
  padding: 0 5px;
  color: var(--gold);
  font-style: normal;
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 42px;
  margin-top: 46px;
}

.hero .actions {
  flex-wrap: nowrap;
}

.actions .wp-block-buttons,
.market-copy .wp-block-buttons {
  margin: 0;
}

.actions > .wp-block-buttons {
  min-width: 0;
}

.wp-site-blocks .actions > .wp-block-buttons,
.wp-site-blocks .actions > .wp-block-buttons > .wp-block-button {
  display: contents;
}

.actions .wp-block-button__link {
  display: block;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-button .wp-block-button__link {
  display: inline-block;
  border-radius: 0;
  padding: 20px 25px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.wp-block-button.gold .wp-block-button__link {
  border: 0;
  background: var(--gold);
  color: #111;
}

.wp-block-button.gold .wp-block-button__link span {
  color: #111;
}

.text-link {
  width: fit-content;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #514f49;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 16px;
  color: var(--gold);
}

.portrait-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: calc(100vh - 170px);
  min-height: 0;
}

.portrait {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.portrait img {
  display: block;
  width: auto;
  height: 92%;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom;
  filter: saturate(0.75) contrast(1.06);
}

.portrait-orbit {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(199, 167, 104, 0.35);
  border-radius: 50%;
}

.portrait-orbit::after {
  content: "";
  position: absolute;
  top: 46px;
  left: 95px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px var(--gold);
}

.hero-monogram {
  position: absolute;
  z-index: 1;
  top: calc(10% - 116px);
  left: calc(5% - 154px);
  width: 884px;
  height: 884px;
  max-width: none;
  margin: 0;
  opacity: 0.055;
  background: var(--russell-brand-monogram-image, url("../images/russell-rr-monogram.png")) center / contain no-repeat;
  filter: saturate(0.72);
  pointer-events: none;
}

.hero-monogram img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.location-card {
  position: absolute;
  right: 0;
  bottom: 12%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 5px 0 5px 20px;
  border-left: 1px solid var(--gold);
  background: rgba(8, 8, 8, 0.55);
  backdrop-filter: blur(10px);
}

.location-card p,
.location-card h3 {
  margin: 0;
}

.location-card p {
  color: #888;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.location-card h3 {
  margin: 7px 0;
  font-family: Italiana, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-foot {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 66px;
  border-top: 1px solid #282724;
  color: #777;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.hero-foot p,
.broker-lockup p {
  margin: 0;
  white-space: nowrap;
}

.hero-foot .line {
  flex: 1;
  width: auto;
  height: 1px;
  margin: 0;
  border: 0;
  background: #333;
}

.broker-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.broker-mark {
  width: 86px;
  height: 34px;
  margin: 0;
  padding: 3px 6px;
  border-radius: 2px;
  background: #fff;
}

.broker-mark::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/realty-executives.png") center / contain no-repeat;
}

.broker-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro {
  display: grid;
  grid-template-columns: 27% 73%;
  padding: 140px 0;
  background: var(--paper);
  color: var(--ink);
}

.section-tag {
  color: #777;
}

.intro h2,
.section-head h2,
.market h2 {
  font-size: clamp(48px, 5.3vw, 82px);
}

.intro h2 {
  margin: 30px 0 !important;
}

.intro p:not(.section-tag, .text-link) {
  max-width: 620px;
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.text-link.dark {
  display: block;
  margin-top: 25px;
  border-color: #aaa;
}

.expertise {
  padding: 140px 0;
  background: #11110f;
}

.section-head {
  display: grid;
  grid-template-columns: 27% 73%;
  align-items: start;
}

.section-head h2 {
  margin: 0 0 30px !important;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 85px;
  border-top: 1px solid #34332f;
}

.rr-service-card {
  position: relative;
  min-height: 780px;
  padding: 40px 38px 45px 0;
  border-right: 1px solid #34332f;
}

.rr-service-card + .rr-service-card {
  padding-left: 38px;
}

.rr-service-card:last-child {
  border-right: 0;
}

.rr-service-number {
  display: inline;
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.rr-service-card > h3 {
  margin: 48px 0 18px;
  font-family: Italiana, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

.rr-service-list,
.rr-service-list > * {
  margin-block: 0;
}

.rr-service-row {
  position: relative;
  padding: 16px 0 16px 24px;
  border-bottom: 1px solid #292824;
}

.rr-service-row::before {
  content: "\2014";
  position: absolute;
  top: 16px;
  left: 0;
  color: var(--gold);
}

.rr-service-row h4 {
  display: block;
  margin: 0;
  color: #d8d3c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.rr-service-row p {
  display: block;
  margin: 6px 0 0;
  color: #77746d;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.55;
}

.rr-card-link {
  position: absolute;
  top: 37px;
  right: 28px;
  margin: 0;
  color: var(--gold);
  font-size: 18px;
}

.market {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 760px;
}

.market-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
}

.market-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 75%, #171612), linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
  pointer-events: none;
}

.market-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-copy {
  padding: 120px 9%;
  background: #171612;
}

.market-copy > p:not(.section-tag) {
  margin: 0;
  color: #9e9a91;
  line-height: 1.8;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px 0;
  border-top: 1px solid #3b3933;
  border-bottom: 1px solid #3b3933;
}

.stats > .wp-block-group {
  padding: 28px 0;
}

.stats > .wp-block-group + .wp-block-group {
  padding-left: 30px;
  border-left: 1px solid #3b3933;
}

.stats h3 {
  display: block;
  margin: 0;
  color: var(--gold);
  font-family: Italiana, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
}

.stats p {
  display: inline;
  margin: 0;
  color: #777;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wp-block-button.outline .wp-block-button__link {
  border: 1px solid #5c574c;
  outline: 1px solid currentColor;
  outline-offset: 0;
  background: transparent;
  color: var(--cream);
}

.contact {
  background: var(--gold);
  color: #111;
}

.contact-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}

.contact .eyebrow {
  color: #544629;
}

.contact .eyebrow > span {
  background: #111;
}

.contact h2 {
  margin: 24px 0;
  font-size: clamp(65px, 8vw, 120px);
}

.contact h2 em {
  color: #fff8e8;
}

.circle-link {
  position: absolute;
  right: 2%;
  display: grid;
  place-content: center;
  width: 175px;
  height: 175px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}

.circle-link a {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  color: #111;
}

.circle-link span {
  font-size: 18px;
}

.rr-site-footer {
  margin: 0;
  background: var(--black);
}

.rr-footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
  padding: 70px 0 32px;
  color: #8b877f;
  font-size: 12px;
  line-height: 1.7;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 280px;
  height: 92px;
}

.footer-logo img {
  display: block;
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.footer-brand-copy {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.footer-brand-copy strong {
  color: var(--cream);
  font-family: Italiana, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.42em;
}

.footer-brand-copy small {
  margin-top: 7px;
  color: var(--gold);
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.28em;
}

.footer-broker {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.footer-broker img {
  display: block;
  width: 96px;
  height: 42px;
  padding: 4px 7px;
  border-radius: 2px;
  background: #fff;
  object-fit: contain;
}

.footer-broker p,
.footer-contact,
.footer-legal {
  margin: 0;
}

.footer-legal {
  grid-column: 1 / -1;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #292824;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rr-content-page {
  min-height: 55vh;
  padding-block: 160px 100px;
  background: var(--paper);
  color: var(--ink);
}

.rr-content-page h1 {
  margin: 0 0 42px;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 86px);
}

/* Premium market-opportunities introduction. */
.rr-loader {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 50% 44%, #28251f 0, #12110f 29%, #080808 64%);
  color: var(--cream);
  opacity: 1;
  touch-action: none;
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.rr-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 49.9%, rgba(199, 167, 104, 0.12) 50%, transparent 50.1%);
  opacity: 0.7;
}

html[data-rr-loader="show"] .rr-loader {
  display: flex;
  animation: rrLoaderFailsafe 4.2s ease forwards;
}

html[data-rr-loader="skip"] .rr-loader {
  display: none;
}

.rr-loader[data-phase="leaving"] {
  animation: none;
  opacity: 0;
  pointer-events: none;
}

.rr-loader__rule {
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(199, 167, 104, 0.08);
  pointer-events: none;
}

.rr-loader__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  transform: translateY(-1vh);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.45s ease;
}

.rr-loader[data-phase="leaving"] .rr-loader__center {
  filter: blur(4px);
  transform: translateY(calc(-1vh - 8px));
}

.rr-loader__eyebrow {
  margin: 0 0 2px;
  color: #b6b1a7;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0;
  animation: rrLoaderFade 0.55s 0.05s ease forwards;
}

.rr-loader__eyebrow span {
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-right: 13px;
  vertical-align: middle;
  background: var(--gold);
}

.rr-loader__logo-frame {
  display: grid;
  width: clamp(235px, 20vw, 290px);
  aspect-ratio: 1;
  place-items: center;
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  animation: rrLoaderLogo 0.7s 0.08s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.rr-loader__logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-0.7%, 4.1%);
}

.rr-loader__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(-48px, -3vw, -34px);
  opacity: 0;
  transform: translateY(5px);
  animation: rrLoaderBrand 0.62s 0.22s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.rr-loader__brand strong {
  padding-left: 0.5em;
  font-family: Italiana, serif;
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5em;
}

.rr-loader__brand small {
  margin-top: 9px;
  padding-left: 0.34em;
  color: var(--gold);
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.34em;
}

.rr-loader__status {
  margin: 40px 0 0;
  color: #aaa59c;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0;
  animation: rrLoaderFade 0.55s 0.28s ease forwards;
}

.rr-loader__progress {
  width: clamp(210px, 24vw, 330px);
  height: 1px;
  margin-top: 18px;
  overflow: hidden;
  background: rgba(199, 167, 104, 0.18);
}

.rr-loader__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8e6f38, var(--gold), #f0d79a);
  box-shadow: 0 0 16px rgba(199, 167, 104, 0.55);
  transform: scaleX(0);
  transform-origin: left center;
  animation: rrLoaderProgress 1.15s 0.25s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.rr-loader__footer {
  position: absolute;
  bottom: max(34px, env(safe-area-inset-bottom));
  left: 50%;
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(1380px, calc(100% - 96px));
  color: #777;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.18em;
  opacity: 0;
  transform: translateX(-50%);
  animation: rrLoaderFade 0.55s 0.4s ease forwards;
}

.rr-loader__footer-line {
  flex: 1;
  height: 1px;
  background: #333;
}

.rr-loader__broker-name {
  color: var(--cream);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.rr-loader__broker {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.rr-loader__broker img {
  display: block;
  width: 80px;
  height: 32px;
  padding: 3px 6px;
  border-radius: 2px;
  background: #fff;
  object-fit: contain;
}

@keyframes rrLoaderLogo {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes rrLoaderBrand {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rrLoaderFade {
  to { opacity: 1; }
}

@keyframes rrLoaderProgress {
  to { transform: scaleX(1); }
}

@keyframes rrLoaderFailsafe {
  0%, 94% { opacity: 1; visibility: visible; pointer-events: auto; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}

@media (max-width: 900px) {
  .shell {
    width: min(calc(100% - 40px), 680px);
  }

  .nav {
    grid-template-columns: 230px 1fr auto;
  }

  .nav .navlinks {
    display: none;
    grid-column: 2;
    justify-self: end;
  }

  .navlinks .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  .navlinks .wp-block-navigation__responsive-container-open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--cream);
  }

  .navlinks .wp-block-navigation__responsive-container.is-menu-open {
    z-index: 9999;
    padding: 32px;
    background: #090909;
    background-color: #090909 !important;
    color: var(--cream) !important;
  }

  .navlinks .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 72px;
  }

  .navlinks .wp-block-navigation__responsive-container-close {
    color: var(--cream);
  }

  .hero-grid {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    padding: 70px 0 20px;
  }

  .hero h1 {
    font-size: 70px;
  }

  .portrait-wrap {
    height: 560px;
    min-height: 0;
  }

  .portrait-orbit {
    width: 420px;
    height: 420px;
  }

  .hero-monogram {
    top: calc(10% - 84px);
    left: calc(5% - 112px);
    width: 641px;
    height: 641px;
  }

  .hero .hero-foot {
    display: none;
  }

  .intro,
  .section-head {
    grid-template-columns: 1fr;
  }

  .intro {
    gap: 35px;
    padding: 90px 0;
  }

  .expertise {
    padding: 90px 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .rr-service-card,
  .rr-service-card + .rr-service-card {
    min-height: auto;
    padding: 34px 0 40px;
    border-right: 0;
    border-bottom: 1px solid #34332f;
  }

  .rr-service-card > h3 {
    margin: 42px 0 22px;
  }

  .rr-service-row p {
    font-size: 11px;
    line-height: 1.6;
  }

  .market {
    grid-template-columns: 1fr;
  }

  .market-image {
    min-height: 520px;
  }

  .market-copy {
    padding: 80px 30px;
  }

  .contact-inner {
    min-height: 600px;
  }

  .circle-link {
    position: relative;
    right: auto;
    margin-top: 40px;
  }

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

  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .rr-loader__rule {
    inset: 20px;
  }

  .rr-loader__footer {
    bottom: max(24px, env(safe-area-inset-bottom));
    width: calc(100% - 40px);
  }

  .rr-loader__footer > span:first-child {
    display: none;
  }
}

@media (max-width: 782px) {
  body.admin-bar .rr-site-header {
    top: 46px;
  }
}

@media (max-width: 520px) {
  .nav {
    grid-template-columns: 170px 1fr auto;
    height: 85px;
  }

  .nav-logo {
    gap: 10px;
    width: 170px;
    height: 46px;
  }

  .nav-logo img {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .nav-brand-copy strong {
    font-size: 12px;
    letter-spacing: 0.34em;
  }

  .nav-brand-copy small {
    margin-top: 5px;
    font-size: 5.5px;
    letter-spacing: 0.18em;
  }

  .nav-cta {
    font-size: 9px;
  }

  .hero-grid {
    padding-top: 85px;
  }

  .hero h1 {
    font-size: 55px;
  }

  .lede i {
    padding: 0 2px;
  }

  .portrait-wrap {
    height: 440px;
  }

  .portrait-orbit {
    width: 330px;
    height: 330px;
  }

  .hero-monogram {
    top: calc(10% - 66px);
    left: calc(5% - 88px);
    width: 503px;
    height: 503px;
  }

  .location-card {
    right: 0;
  }

  .intro h2,
  .section-head h2,
  .market h2 {
    font-size: 43px;
  }

  .service-grid {
    margin-top: 45px;
  }

  .rr-service-row h4 {
    font-size: 10px;
    line-height: 1.45;
  }

  .rr-service-row p {
    font-size: 10.5px;
  }

  .market-image {
    min-height: 360px;
  }

  .contact h2 {
    font-size: 55px;
  }

  .footer-logo {
    gap: 14px;
    width: 245px;
    height: 84px;
  }

  .footer-logo img {
    flex-basis: 84px;
    width: 84px;
    height: 84px;
  }

  .footer-brand-copy strong {
    font-size: 14px;
    letter-spacing: 0.34em;
  }

  .footer-brand-copy small {
    margin-top: 6px;
    font-size: 6px;
    letter-spacing: 0.2em;
  }

  .rr-loader__center {
    transform: translateY(-4vh);
  }

  .rr-loader[data-phase="leaving"] .rr-loader__center {
    transform: translateY(calc(-4vh - 8px));
  }

  .rr-loader__eyebrow {
    font-size: 7px;
    letter-spacing: 0.25em;
  }

  .rr-loader__eyebrow span {
    width: 26px;
    margin-right: 10px;
  }

  .rr-loader__logo-frame {
    width: 225px;
  }

  .rr-loader__brand {
    margin-top: -40px;
  }

  .rr-loader__brand strong {
    padding-left: 0.42em;
    font-size: 17px;
    letter-spacing: 0.42em;
  }

  .rr-loader__brand small {
    padding-left: 0.25em;
    font-size: 6px;
    letter-spacing: 0.25em;
  }

  .rr-loader__status {
    margin-top: 34px;
    font-size: 7.5px;
    letter-spacing: 0.21em;
  }

  .rr-loader__progress {
    width: 210px;
  }

  .rr-loader__footer {
    justify-content: center;
    font-size: 6.5px;
    letter-spacing: 0.12em;
  }

  .rr-loader__footer-line {
    display: none;
  }

  .rr-loader__broker {
    gap: 7px;
  }

  .rr-loader__broker img {
    width: 72px;
    height: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rr-loader,
  .rr-loader__center,
  .rr-loader__eyebrow,
  .rr-loader__logo-frame,
  .rr-loader__brand,
  .rr-loader__status,
  .rr-loader__progress span,
  .rr-loader__footer {
    transition: none;
    animation: none;
    filter: none;
    opacity: 1;
    transform: none;
  }

  .rr-loader__logo-frame img {
    transform: translate(-0.7%, 4.1%);
  }

  .rr-loader__progress span {
    transform: scaleX(1);
  }
}
