:root {
  --rr-black: #111111;
  --rr-charcoal: #1b1b1b;
  --rr-gold: #b8924a;
  --rr-gold-deep: #96733a;
  --rr-champagne: #d6b875;
  --rr-ivory: #f7f4ed;
  --rr-white: #ffffff;
  --rr-text: #252525;
  --rr-muted: #727272;
  --rr-border: #e8e2d7;
  --rr-success: #2e7d5b;
  --rr-danger: #b94a48;
  --rr-shadow: 0 22px 60px rgba(17,17,17,.11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rr-text); background: var(--rr-ivory); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.rr-public-container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.rr-skip-link { position: fixed; left: 16px; top: -60px; z-index: 2000; padding: 10px 14px; border-radius: 10px; color: #111; background: var(--rr-champagne); transition: .2s; }
.rr-skip-link:focus { top: 16px; }

.rr-public-header { position: sticky; top: 0; z-index: 1100; border-bottom: 1px solid rgba(232,226,215,.8); background: rgba(247,244,237,.9); backdrop-filter: blur(18px); transition: .2s ease; }
.rr-public-header.is-scrolled { box-shadow: 0 10px 30px rgba(17,17,17,.07); }
.rr-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rr-public-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.rr-brand-symbol { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: #111; background: linear-gradient(145deg, #ead49e, var(--rr-gold)); border: 1px solid #c8a965; box-shadow: 0 12px 30px rgba(184,146,74,.2); }
.rr-brand-symbol span { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; }
.rr-brand-name { display: grid; line-height: 1.05; }
.rr-brand-name strong { font-family: Georgia, serif; font-size: 1.16rem; }
.rr-brand-name small { margin-top: 5px; color: var(--rr-muted); font-size: .6rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.rr-public-nav { display: flex; align-items: center; gap: 22px; }
.rr-public-nav a { color: #4b4b4b; text-decoration: none; font-size: .76rem; font-weight: 750; }
.rr-public-nav a:hover { color: var(--rr-gold-deep); }
.rr-nav-login { min-height: 42px; display: inline-flex !important; align-items: center; gap: 8px; padding: 0 15px; border-radius: 11px; color: #fff !important; background: #111; }
.rr-nav-login:hover { background: var(--rr-gold-deep); }
.rr-mobile-menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--rr-border); border-radius: 12px; color: #111; background: #fff; }

.rr-hero { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 112px) 0; color: #fff; background:
  radial-gradient(circle at 80% 18%, rgba(214,184,117,.18), transparent 28%),
  linear-gradient(135deg, #0d0d0d 0%, #181818 58%, #262016 100%); }
.rr-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(214,184,117,.55), transparent); }
.rr-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(36px, 6vw, 76px); }
.rr-client-priority, .rr-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--rr-champagne); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rr-hero h1 { margin: 18px 0 20px; font-family: Georgia, serif; font-size: clamp(2.5rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.045em; }
.rr-hero h1 span { display: block; color: var(--rr-champagne); }
.rr-hero-copy > p { max-width: 680px; color: rgba(255,255,255,.68); font-size: clamp(.98rem, 1.6vw, 1.12rem); line-height: 1.8; }
.rr-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rr-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-size: .78rem; font-weight: 800; transition: .18s ease; }
.rr-button:hover { transform: translateY(-2px); }
.rr-button-primary { color: #111; background: linear-gradient(135deg, #e5cb8e, var(--rr-gold)); }
.rr-button-secondary { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.rr-button-dark { color: #fff; background: #111; }
.rr-button-light { color: #111; background: #fff; }
.rr-button-ghost { color: #111; border-color: var(--rr-border); background: transparent; }
.rr-hero-trust { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.rr-hero-trust div { padding: 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.035); }
.rr-hero-trust strong, .rr-hero-trust span { display: block; }
.rr-hero-trust strong { font-size: .72rem; }
.rr-hero-trust span { margin-top: 4px; color: rgba(255,255,255,.46); font-size: .62rem; }
.rr-hero-visual { position: relative; min-height: 510px; }
.rr-hero-glow { position: absolute; inset: 12% 8% 15%; border-radius: 50%; background: rgba(184,146,74,.22); filter: blur(70px); }
.rr-project-marquee { position: absolute; inset: 0; overflow: hidden; border: 1px solid rgba(214,184,117,.18); border-radius: 28px; background: #171717; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.rr-project-marquee-track { display: flex; height: 100%; animation: rr-marquee 34s linear infinite; }
.rr-marquee-card { position: relative; min-width: 78%; height: 100%; overflow: hidden; text-decoration: none; }
.rr-marquee-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.rr-marquee-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.86)); }
.rr-marquee-overlay { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; display: grid; }
.rr-marquee-overlay small { color: var(--rr-champagne); font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; }
.rr-marquee-overlay strong { margin-top: 6px; color: #fff; font-family: Georgia, serif; font-size: 1.6rem; }
.rr-floating-property-card { position: absolute; right: -18px; bottom: -22px; z-index: 4; width: min(280px, 75%); padding: 18px; border: 1px solid rgba(214,184,117,.4); border-radius: 18px; color: #111; background: linear-gradient(145deg, #f7edcf, #d6b875); box-shadow: var(--rr-shadow); }
.rr-floating-property-card span, .rr-floating-property-card small { display: block; }
.rr-floating-property-card span { font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.rr-floating-property-card strong { display: block; margin: 5px 0; font-family: Georgia, serif; font-size: 1.55rem; }
.rr-floating-property-card small { color: #5b4a2e; font-size: .68rem; }
.rr-text-button { margin-top: 12px; padding: 0; border: 0; color: #111; background: none; font-size: .7rem; font-weight: 850; }
@keyframes rr-marquee { to { transform: translateX(-100%); } }

.rr-public-strip { border-bottom: 1px solid var(--rr-border); background: #fff; }
.rr-public-strip .rr-public-container { min-height: 68px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 16px; }
.rr-public-strip span { display: flex; align-items: center; justify-content: center; gap: 8px; color: #5b5b5b; font-size: .72rem; font-weight: 750; }
.rr-public-strip i { color: var(--rr-gold-deep); }

.rr-project-section, .rr-process-section, .rr-visualizer-section { padding: clamp(70px, 9vw, 118px) 0; }
.rr-project-section { background: var(--rr-ivory); }
.rr-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.rr-section-heading-centered { max-width: 740px; margin-inline: auto; text-align: center; display: block; }
.rr-section-heading h2 { max-width: 720px; margin: 10px 0 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; }
.rr-section-heading > p { max-width: 440px; margin: 0; color: var(--rr-muted); line-height: 1.7; }
.rr-project-filter { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.rr-filter-search { min-width: min(100%, 360px); display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--rr-border); border-radius: 13px; background: #fff; }
.rr-filter-search input { width: 100%; min-height: 46px; border: 0; outline: 0; background: transparent; }
.rr-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rr-filter-chips button { min-height: 38px; padding: 0 13px; border: 1px solid var(--rr-border); border-radius: 999px; color: #595959; background: #fff; font-size: .68rem; font-weight: 750; }
.rr-filter-chips button.is-active { border-color: #111; color: #fff; background: #111; }
.rr-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.rr-project-card { overflow: hidden; border: 1px solid var(--rr-border); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(17,17,17,.06); transition: .2s ease; }
.rr-project-card:hover { transform: translateY(-5px); box-shadow: var(--rr-shadow); }
.rr-project-image { position: relative; display: block; aspect-ratio: 1.4/1; overflow: hidden; }
.rr-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.rr-project-card:hover .rr-project-image img { transform: scale(1.045); }
.rr-project-status, .rr-project-type { position: absolute; top: 14px; padding: 6px 9px; border-radius: 999px; font-size: .6rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.rr-project-status { left: 14px; color: #fff; background: rgba(17,17,17,.82); }
.rr-project-type { right: 14px; color: #111; background: var(--rr-champagne); }
.rr-project-card-body { padding: 18px; }
.rr-project-location { display: flex; align-items: center; gap: 6px; color: var(--rr-gold-deep); font-size: .66rem; font-weight: 750; }
.rr-project-card h3 { margin: 10px 0 8px; font-family: Georgia, serif; font-size: 1.35rem; }
.rr-project-card p { color: var(--rr-muted); font-size: .75rem; line-height: 1.65; }
.rr-project-card-actions { display: flex; gap: 9px; margin-top: 16px; }
.rr-project-card-actions .rr-button { flex: 1; min-height: 42px; }
.rr-project-empty { padding: 40px; border: 1px dashed var(--rr-border); border-radius: 18px; color: var(--rr-muted); text-align: center; background: #fff; }

.rr-visualizer-section { color: #fff; background: #111; }
.rr-visualizer-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; }
.rr-visualizer-copy h2 { margin: 12px 0 18px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); }
.rr-visualizer-copy p { color: rgba(255,255,255,.6); line-height: 1.8; }
.rr-visualizer-preview { min-height: 430px; position: relative; border: 1px solid rgba(214,184,117,.2); border-radius: 24px; background: radial-gradient(circle at 50% 50%, rgba(184,146,74,.16), transparent 45%), #171717; overflow: hidden; }
.rr-mini-world { position: absolute; inset: 15%; border: 1px solid rgba(214,184,117,.35); border-radius: 50%; }
.rr-mini-house, .rr-mini-car, .rr-mini-plane { position: absolute; border: 1px solid rgba(214,184,117,.45); background: rgba(214,184,117,.11); }
.rr-mini-house { width: 30%; height: 25%; left: 35%; top: 34%; }
.rr-mini-car { width: 18%; height: 8%; left: 16%; bottom: 22%; }
.rr-mini-plane { width: 22%; height: 9%; right: 13%; top: 20%; transform: rotate(-18deg); }
.rr-process-section { background: #fff; }
.rr-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rr-process-grid > div { padding: 24px; border: 1px solid var(--rr-border); border-radius: 18px; background: #fcfaf6; }
.rr-process-grid i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #111; background: var(--rr-champagne); }
.rr-process-grid h3 { margin: 16px 0 8px; font-family: Georgia, serif; }
.rr-process-grid p { margin: 0; color: var(--rr-muted); line-height: 1.65; font-size: .76rem; }
.rr-login-cta { padding: 0 0 90px; background: #fff; }
.rr-login-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 38px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #111, #292218); }
.rr-login-cta h2 { margin: 8px 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3rem); }
.rr-login-cta p { margin: 0; color: rgba(255,255,255,.58); }

.rr-project-detail-hero { padding: 70px 0 40px; color: #fff; background: linear-gradient(135deg, #111, #2a2318); }
.rr-back-link { display: inline-flex; gap: 8px; color: var(--rr-champagne); text-decoration: none; font-size: .72rem; font-weight: 800; }
.rr-project-detail-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 46px; margin-top: 28px; }
.rr-project-detail-copy h1 { margin: 12px 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.rr-project-detail-lead { color: rgba(255,255,255,.65); line-height: 1.8; }
.rr-project-detail-image { overflow: hidden; border: 1px solid rgba(214,184,117,.2); border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.rr-project-detail-image img { width: 100%; min-height: 390px; object-fit: cover; }
.rr-project-detail-content { padding: 70px 0; }
.rr-project-information-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 26px; }
.rr-public-panel { padding: 24px; border: 1px solid var(--rr-border); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(17,17,17,.05); }
.rr-amenity-list, .rr-check-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.rr-lot-option-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.rr-protected-price-panel { padding: 22px; border-radius: 18px; color: #fff; background: #111; }
.rr-project-price-lock { color: var(--rr-champagne); }

.rr-public-footer { padding-top: 64px; color: rgba(255,255,255,.72); background: #0d0d0d; }
.rr-footer-grid { display: grid; grid-template-columns: 1.2fr .75fr 1fr; gap: 48px; padding-bottom: 48px; }
.rr-public-brand-footer { color: #fff; }
.rr-footer-grid h2 { color: var(--rr-champagne); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.rr-footer-grid p { color: rgba(255,255,255,.5); line-height: 1.75; }
.rr-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.rr-footer-grid a { color: rgba(255,255,255,.66); text-decoration: none; font-size: .75rem; }
.rr-footer-grid a:hover { color: var(--rr-champagne); }
.rr-footer-cta { min-height: 44px; display: inline-flex !important; align-items: center; gap: 8px; padding: 0 14px; border-radius: 11px; color: #111 !important; background: var(--rr-champagne); font-weight: 850 !important; }
.rr-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.rr-footer-bottom .rr-public-container { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.35); font-size: .65rem; }

@media (max-width: 991.98px) {
  .rr-mobile-menu-button { display: grid; place-items: center; }
  .rr-public-nav { position: fixed; top: 76px; left: 16px; right: 16px; display: grid; gap: 4px; padding: 14px; border: 1px solid var(--rr-border); border-radius: 16px; background: #fff; box-shadow: var(--rr-shadow); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .18s; }
  .rr-public-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .rr-public-nav a { padding: 11px 12px; border-radius: 10px; }
  .rr-hero-grid, .rr-visualizer-grid, .rr-project-detail-grid, .rr-project-information-grid { grid-template-columns: 1fr; }
  .rr-hero-visual { min-height: 440px; }
  .rr-project-grid { grid-template-columns: repeat(2,1fr); }
  .rr-section-heading { align-items: flex-start; flex-direction: column; }
  .rr-footer-grid { grid-template-columns: 1fr 1fr; }
  .rr-footer-grid > div:first-child { grid-column: 1/-1; }
}
@media (max-width: 767.98px) {
  .rr-public-strip .rr-public-container { grid-template-columns: 1fr; padding: 16px 0; }
  .rr-public-strip span { justify-content: flex-start; }
  .rr-hero { padding-top: 52px; }
  .rr-hero-trust, .rr-process-grid, .rr-project-grid, .rr-lot-option-grid { grid-template-columns: 1fr; }
  .rr-project-filter, .rr-login-cta-inner { align-items: stretch; flex-direction: column; }
  .rr-filter-search { min-width: 100%; }
  .rr-floating-property-card { right: 10px; }
  .rr-footer-grid { grid-template-columns: 1fr; }
  .rr-footer-grid > div:first-child { grid-column: auto; }
  .rr-footer-bottom .rr-public-container { align-items: flex-start; flex-direction: column; justify-content: center; padding: 16px 0; }
}
@media (max-width: 480px) {
  .rr-public-container { width: min(100% - 24px, 1180px); }
  .rr-brand-name small { display: none; }
  .rr-hero-visual { min-height: 360px; }
  .rr-marquee-card { min-width: 90%; }
  .rr-project-card-actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================================================
   HUMAN-CENTERED REAL ESTATE EXPERIENCE V2
   ========================================================= */

.rr-human-hero-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 184, 117, .28);
  border-radius: 30px;
  background: #f3ead8;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

.rr-human-hero-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 54%, rgba(17, 17, 17, .78)),
    linear-gradient(90deg, rgba(17, 17, 17, .08), transparent 48%);
}

.rr-human-hero-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rr-human-hero-caption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 7px;
  max-width: 390px;
  color: #fff;
}

.rr-human-hero-caption span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--rr-champagne);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rr-human-hero-caption strong {
  font-family: Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 1.85rem);
  line-height: 1.16;
}

.rr-human-floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 16px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 18px 46px rgba(17, 17, 17, .18);
  backdrop-filter: blur(14px);
}

.rr-human-floating-card-agent {
  top: 25px;
  left: -24px;
}

.rr-human-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 13px;
  color: #111;
  background: linear-gradient(145deg, #ead49e, var(--rr-gold));
}

.rr-human-floating-card div {
  display: grid;
}

.rr-human-floating-card small {
  color: var(--rr-muted);
  font-size: .58rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.rr-human-floating-card strong {
  margin-top: 3px;
  color: #191919;
  font-size: .72rem;
}

.rr-human-section {
  padding: clamp(76px, 9vw, 124px) 0;
  background: #fff;
}

.rr-human-section-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(38px, 7vw, 88px);
}

.rr-human-section-visual {
  position: relative;
  min-width: 0;
}

.rr-human-section-visual > img {
  width: 100%;
  border: 1px solid var(--rr-border);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(17, 17, 17, .12);
}

.rr-human-proof-card {
  position: absolute;
  right: -22px;
  bottom: -24px;
  display: flex;
  width: min(330px, 82%);
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(184, 146, 74, .32);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, .13);
}

.rr-human-proof-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 13px;
  color: #111;
  background: var(--rr-champagne);
}

.rr-human-proof-card div {
  display: grid;
}

.rr-human-proof-card strong {
  font-size: .75rem;
}

.rr-human-proof-card small {
  margin-top: 3px;
  color: var(--rr-muted);
  font-size: .62rem;
  line-height: 1.4;
}

.rr-human-section-copy h2 {
  max-width: 700px;
  margin: 12px 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(2.15rem, 4.4vw, 3.75rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.rr-human-section-copy > p {
  max-width: 680px;
  color: var(--rr-muted);
  line-height: 1.8;
}

.rr-human-benefits {
  display: grid;
  gap: 12px;
  margin: 26px 0 28px;
}

.rr-human-benefits article {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--rr-border);
  border-radius: 15px;
  background: #fcfaf6;
}

.rr-human-benefits article > i {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 12px;
  color: #111;
  background: var(--rr-champagne);
}

.rr-human-benefits article > div {
  display: grid;
}

.rr-human-benefits strong {
  font-size: .76rem;
}

.rr-human-benefits span {
  margin-top: 4px;
  color: var(--rr-muted);
  font-size: .68rem;
  line-height: 1.5;
}

.rr-human-stories {
  padding: 0 0 clamp(72px, 8vw, 110px);
  background: #fff;
}

.rr-human-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.rr-human-story-grid article {
  position: relative;
  min-height: 210px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--rr-border);
  border-radius: 20px;
  background: linear-gradient(145deg, #fbf8f1, #fff);
}

.rr-human-story-grid article::after {
  position: absolute;
  right: -35px;
  bottom: -55px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(184, 146, 74, .19);
  border-radius: 50%;
  content: "";
}

.rr-story-quote {
  color: var(--rr-gold);
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: .7;
}

.rr-human-story-grid p {
  position: relative;
  z-index: 1;
  margin: 20px 0 24px;
  color: #2b2b2b;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.45;
}

.rr-human-story-grid small {
  color: var(--rr-gold-deep);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* =========================================================
   COMPLETE 3D SQM VIEWER
   ========================================================= */

.rr-sqm-modal {
  position: fixed;
  z-index: 2300;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.rr-sqm-modal.is-open {
  display: flex;
}

.rr-sqm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, .78);
  backdrop-filter: blur(10px);
}

.rr-sqm-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(214, 184, 117, .4);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 38px 110px rgba(0, 0, 0, .48);
}

.rr-sqm-dialog-header {
  position: sticky;
  z-index: 8;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--rr-border);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(14px);
}

.rr-sqm-dialog-header h2 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 1.75rem;
}

.rr-icon-button {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border: 1px solid var(--rr-border);
  border-radius: 13px;
  color: #111;
  background: #f8f5ee;
  cursor: pointer;
}

.rr-sqm-dialog-body {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  min-height: 590px;
}

.rr-sqm-stage-wrap {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px),
    radial-gradient(circle at 52% 42%, rgba(184,146,74,.24), transparent 36%),
    #111;
  background-size: 32px 32px, 32px 32px, auto, auto;
}

.rr-sqm-stage {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  overflow: hidden;
  outline: none;
  perspective: 1120px;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  overscroll-behavior: contain;
}

.rr-sqm-stage:focus-visible {
  box-shadow:
    inset 0 0 0 3px rgba(214,184,117,.95),
    inset 0 0 0 7px rgba(255,255,255,.15);
}

.rr-sqm-stage.is-interacting {
  cursor: grabbing;
}

.rr-lot-world {
  --lot-rotation-x: 58deg;
  --lot-rotation-z: -28deg;
  --lot-scale: 1;
  width: min(510px, 72vw);
  aspect-ratio: var(--lot-aspect, .5);
  max-height: 410px;
  transform:
    rotateX(var(--lot-rotation-x))
    rotateZ(var(--lot-rotation-z))
    scale(var(--lot-scale));
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform .22s ease,
    width .35s ease,
    aspect-ratio .35s ease;
}

.rr-lot-world.is-direct-manipulation {
  transition: none;
}

.rr-lot-world.is-spinning {
  animation: rr-human-lot-spin 13s linear infinite;
}

@keyframes rr-human-lot-spin {
  from {
    transform:
      rotateX(var(--lot-rotation-x))
      rotateZ(var(--lot-rotation-z))
      scale(var(--lot-scale));
  }

  to {
    transform:
      rotateX(var(--lot-rotation-x))
      rotateZ(calc(var(--lot-rotation-z) + 360deg))
      scale(var(--lot-scale));
  }
}

.rr-lot-plane {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 230px;
  border: 5px solid #d6b875;
  border-radius: 10px;
  background:
    linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px),
    #6f9b70;
  background-size: 10% 10%;
  box-shadow:
    0 0 0 10px #c8ad7b,
    23px 34px 0 #907553,
    32px 49px 70px rgba(0, 0, 0, .38);
  transform-style: preserve-3d;
}

.rr-lot-dimension {
  position: absolute;
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  text-shadow: 0 2px 5px rgba(0,0,0,.7);
}

.rr-lot-width-label {
  top: -31px;
  left: 50%;
  transform: translateX(-50%) rotateZ(28deg);
}

.rr-lot-length-label {
  top: 50%;
  right: -48px;
  transform: translateY(-50%) rotateZ(118deg);
}

.rr-lot-area-badge {
  position: absolute;
  right: 11px;
  bottom: 11px;
  padding: 7px 10px;
  border: 1px solid rgba(214,184,117,.36);
  border-radius: 9px;
  color: #fff;
  background: rgba(17,17,17,.8);
  font-weight: 850;
  transform: rotateZ(28deg) translateZ(7px);
}

.rr-lot-house {
  position: absolute;
  top: 20%;
  left: 17%;
  width: 48%;
  height: 48%;
  transform: translateZ(20px);
  transform-style: preserve-3d;
}

.rr-lot-house-body {
  position: absolute;
  inset: 18% 0 0;
  border: 3px solid #815f42;
  border-radius: 5px;
  background:
    linear-gradient(90deg, transparent 59%, #604c3d 60%, #604c3d 76%, transparent 77%),
    #f0dfc3;
  box-shadow: 12px 17px 0 rgba(73,47,28,.55);
}

.rr-lot-house-roof {
  position: absolute;
  z-index: 2;
  inset: -2% -7% 55%;
  background: #76503c;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform-origin: bottom;
  transform: rotateX(-22deg);
}

.rr-lot-car {
  position: absolute;
  right: 6%;
  bottom: 12%;
  width: 23%;
  height: 12%;
  border-radius: 5px;
  background: #344f6f;
  box-shadow: 7px 10px 0 rgba(0,0,0,.25);
  transform: translateZ(12px);
}

.rr-lot-car::before,
.rr-lot-car::after {
  position: absolute;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #17202b;
}

.rr-lot-car::before { left: 13%; }
.rr-lot-car::after { right: 13%; }

.rr-lot-tree {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #255c37;
  box-shadow:
    0 0 0 8px #3d7d4c,
    5px 8px 0 9px rgba(0,0,0,.15);
  transform: translateZ(18px);
}

.rr-lot-tree::after {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 4px;
  height: 22px;
  content: "";
  background: #704d2f;
  transform: translateZ(-10px);
}

.rr-lot-tree-one { right: 14%; top: 13%; }
.rr-lot-tree-two { left: 8%; bottom: 12%; }

.rr-sqm-gesture-hint,
.rr-sqm-zoom-indicator {
  position: absolute;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(17,17,17,.52);
  font-size: .61rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.rr-sqm-gesture-hint { left: 10px; bottom: 10px; }
.rr-sqm-zoom-indicator { top: 10px; right: 10px; }
.rr-sqm-mobile-hint { display: none; }

.rr-sqm-stage-controls {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.rr-stage-control {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 11px;
  color: #fff;
  background: rgba(255,255,255,.075);
  font-size: .65rem;
  font-weight: 750;
  cursor: pointer;
}

.rr-stage-control:hover {
  border-color: rgba(214,184,117,.62);
  background: rgba(214,184,117,.14);
}

.rr-sqm-control-note {
  margin: 12px 0 0;
  color: rgba(255,255,255,.42);
  font-size: .59rem;
  text-align: center;
}

.rr-sqm-control-note kbd {
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}

.rr-sqm-information {
  padding: 28px;
  background: #fff;
}

.rr-field-label {
  display: block;
  margin-bottom: 8px;
  color: #4f4f4f;
  font-size: .7rem;
  font-weight: 850;
}

.rr-public-select {
  width: 100%;
  min-height: 49px;
  padding: 0 13px;
  border: 1px solid var(--rr-border);
  border-radius: 13px;
  color: var(--rr-text);
  background: #fff;
}

.rr-sqm-equation {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0;
  padding: 15px;
  overflow-x: auto;
  border: 1px solid var(--rr-border);
  border-radius: 15px;
  background: #f8f5ee;
}

.rr-sqm-equation > div { min-width: 82px; }
.rr-sqm-equation span,
.rr-sqm-equation strong { display: block; }
.rr-sqm-equation span { color: var(--rr-muted); font-size: .64rem; }
.rr-sqm-equation strong { white-space: nowrap; }
.rr-sqm-equation > i { color: #9e978b; font-size: .68rem; }

.rr-sqm-explanation {
  padding: 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #111, #2b2419);
}

.rr-sqm-explanation p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}

.rr-scale-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}

.rr-scale-guide > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--rr-border);
  border-radius: 13px;
}

.rr-scale-guide strong,
.rr-scale-guide small { display: block; }
.rr-scale-guide strong { font-size: .72rem; }
.rr-scale-guide small { margin-top: 3px; color: var(--rr-muted); font-size: .62rem; }

.rr-scale-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.rr-scale-person::before {
  position: absolute;
  top: 1px;
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--rr-gold-deep);
}

.rr-scale-person::after {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 14px;
  height: 19px;
  border-radius: 8px 8px 4px 4px;
  content: "";
  background: var(--rr-gold-deep);
}

.rr-scale-vehicle::before {
  position: absolute;
  inset: 9px 1px 6px;
  border-radius: 6px;
  content: "";
  background: #3e5f82;
}

.rr-scale-vehicle::after {
  position: absolute;
  inset: 6px 8px 15px;
  border-radius: 4px 4px 0 0;
  content: "";
  background: #6f91b4;
}

.rr-sqm-note {
  margin-top: 15px;
  color: var(--rr-muted);
  font-size: .67rem;
  line-height: 1.55;
}

body.rr-modal-open { overflow: hidden; }

@media (max-width: 991.98px) {
  .rr-human-section-grid,
  .rr-sqm-dialog-body {
    grid-template-columns: 1fr;
  }

  .rr-human-hero-frame {
    inset: 0 4%;
  }

  .rr-human-floating-card-agent {
    left: 0;
  }

  .rr-human-section-visual {
    max-width: 720px;
  }

  .rr-sqm-stage-wrap {
    min-height: 570px;
  }

  .rr-sqm-information {
    border-top: 1px solid var(--rr-border);
  }
}

@media (max-width: 767.98px) {
  .rr-human-story-grid {
    grid-template-columns: 1fr;
  }

  .rr-human-hero-caption {
    left: 18px;
    right: 18px;
    bottom: 22px;
  }

  .rr-human-floating-card-agent {
    top: 12px;
    left: 10px;
  }

  .rr-human-proof-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

  .rr-sqm-modal {
    align-items: stretch;
    padding: 0;
  }

  .rr-sqm-dialog {
    width: 100%;
    max-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .rr-sqm-dialog-header {
    padding: 16px;
  }

  .rr-sqm-dialog-header h2 {
    font-size: 1.35rem;
  }

  .rr-sqm-stage-wrap {
    min-height: 510px;
    padding: 16px 12px 20px;
  }

  .rr-sqm-stage {
    min-height: 360px;
  }

  .rr-lot-world {
    width: min(430px, 80vw);
  }

  .rr-sqm-desktop-hint { display: none; }
  .rr-sqm-mobile-hint { display: inline; }

  .rr-stage-control {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .rr-stage-control span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .rr-sqm-control-note { display: none; }
  .rr-sqm-information { padding: 20px 16px 28px; }
}

@media (max-width: 480px) {
  .rr-human-floating-card-agent {
    max-width: 210px;
  }

  .rr-human-floating-card strong {
    font-size: .66rem;
  }

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

  .rr-sqm-gesture-hint {
    max-width: 72%;
  }
}

.rr-project-human-cta {
  padding: 0 0 clamp(74px, 8vw, 110px);
  background: var(--rr-ivory);
}

.rr-project-human-cta-inner {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(28px, 5vw, 62px);
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--rr-border);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(17,17,17,.08);
}

.rr-project-human-cta-visual {
  overflow: hidden;
  border-radius: 20px;
  background: #f1e8d6;
}

.rr-project-human-cta-visual img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

.rr-project-human-cta h2 {
  margin: 10px 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(1.85rem, 3.8vw, 3.1rem);
}

.rr-project-human-cta p {
  max-width: 700px;
  color: var(--rr-muted);
  line-height: 1.75;
}

.rr-project-human-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 767.98px) {
  .rr-project-human-cta-inner {
    grid-template-columns: 1fr;
  }

  .rr-project-human-actions {
    flex-direction: column;
  }

  .rr-project-human-actions .rr-button {
    width: 100%;
  }
}

/* Project-card metadata row correction and human-friendly touch sizing */
.rr-project-card-body .rr-project-type {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding: 10px 0 0;
  border-top: 1px solid var(--rr-border);
  border-radius: 0;
  color: var(--rr-muted);
  background: transparent;
  font-size: .63rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.rr-project-card-body .rr-project-type span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rr-project-card h3 a {
  text-decoration: none;
}

.rr-project-card h3 a:hover {
  color: var(--rr-gold-deep);
}

@media (max-width: 480px) {
  .rr-project-card-body .rr-project-type {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================================
   RITREMIS LUXURY REAL ESTATE V3
   Reference-inspired public website + light/dark modes
   ========================================================= */

html[data-theme="light"] {
  --rr-page: #f6f3ec;
  --rr-surface: #ffffff;
  --rr-surface-2: #f1ede4;
  --rr-surface-3: #ebe4d6;
  --rr-ink: #171512;
  --rr-ink-soft: #5f5a50;
  --rr-line: #e2dbce;
  --rr-header: rgba(255,255,255,.92);
  --rr-header-ink: #171512;
  --rr-card-shadow: 0 18px 50px rgba(53, 43, 28, .10);
  --rr-footer: #13110e;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --rr-page: #0d0d0c;
  --rr-surface: #151513;
  --rr-surface-2: #1b1a17;
  --rr-surface-3: #242119;
  --rr-ink: #f6f0e4;
  --rr-ink-soft: #aaa397;
  --rr-line: rgba(214,184,117,.16);
  --rr-header: rgba(13,13,12,.92);
  --rr-header-ink: #f5efdf;
  --rr-card-shadow: 0 20px 65px rgba(0,0,0,.34);
  --rr-footer: #080807;
}

html[data-theme="dark"] body,
body.rr-public-body {
  color: var(--rr-ink);
  background: var(--rr-page);
}

body.rr-public-body {
  overflow-x: hidden;
  transition: color .25s ease, background-color .25s ease;
}

.rr-public-container {
  width: min(1240px, calc(100% - 40px));
}

.rr-public-header {
  position: fixed;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  color: #fff;
  background: transparent;
  backdrop-filter: none;
}

.rr-public-header.is-scrolled,
.rr-public-body:not(.is-landing) .rr-public-header {
  border-bottom-color: var(--rr-line);
  color: var(--rr-header-ink);
  background: var(--rr-header);
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  backdrop-filter: blur(18px);
}

.rr-header-inner {
  min-height: 74px;
  gap: 22px;
}

.rr-public-brand {
  min-width: 190px;
  color: inherit;
}

.rr-brand-symbol {
  width: 37px;
  height: 43px;
  border: 0;
  border-radius: 0;
  color: var(--rr-champagne);
  background: transparent;
  box-shadow: none;
  font-size: 1.5rem;
}

.rr-brand-name strong {
  font-family: Georgia, "Times New Roman", serif;
  color: inherit;
  font-size: 1.18rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rr-brand-name small {
  color: currentColor;
  opacity: .64;
  letter-spacing: .17em;
}

.rr-public-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 24px;
}

.rr-public-nav a {
  position: relative;
  color: inherit;
  opacity: .8;
  font-size: .62rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.rr-public-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--rr-gold);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.rr-public-nav a:hover {
  color: inherit;
  opacity: 1;
}

.rr-public-nav a:hover::after {
  transform: scaleX(1);
}

.rr-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.rr-header-phone {
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  font-size: .64rem;
  font-weight: 700;
}

.rr-theme-toggle,
.rr-mobile-menu-button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 2px;
  color: inherit;
  background: rgba(255,255,255,.06);
}

.rr-public-header.is-scrolled .rr-theme-toggle,
.rr-public-header.is-scrolled .rr-mobile-menu-button,
.rr-public-body:not(.is-landing) .rr-theme-toggle,
.rr-public-body:not(.is-landing) .rr-mobile-menu-button {
  border-color: var(--rr-line);
  background: var(--rr-surface);
}

.rr-nav-login {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #c49a48;
  border-radius: 2px;
  color: #15120d !important;
  background: linear-gradient(135deg, #e0c17c, #b88935);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .62rem !important;
}

.rr-nav-login:hover {
  color: #15120d !important;
  background: linear-gradient(135deg, #efd89e, #c99b45);
}

.rr-luxury-hero {
  position: relative;
  min-height: 790px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #090909;
}

.rr-hero-media,
.rr-hero-overlay {
  position: absolute;
  inset: 0;
}

.rr-hero-media {
  background-image: var(--rr-hero-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  animation: rr-hero-kenburns 18s ease-in-out infinite alternate;
}

.rr-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3,3,3,.94) 0%, rgba(5,5,5,.77) 38%, rgba(5,5,5,.20) 74%, rgba(5,5,5,.33) 100%),
    linear-gradient(180deg, rgba(0,0,0,.34), transparent 45%, rgba(0,0,0,.52));
}

@keyframes rr-hero-kenburns {
  to { transform: scale(1.09) translate3d(-1%, -.8%, 0); }
}

.rr-luxury-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 150px;
}

.rr-luxury-hero-copy {
  max-width: 690px;
}

.rr-hero-welcome,
.rr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rr-champagne);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rr-hero-welcome::before,
.rr-eyebrow::before {
  width: 26px;
  height: 1px;
  content: "";
  background: currentColor;
}

.rr-luxury-hero h1 {
  margin: 18px 0 19px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7.4vw, 6.7rem);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.rr-luxury-hero h1 span {
  display: block;
  color: var(--rr-champagne);
}

.rr-luxury-hero-copy > p {
  max-width: 590px;
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  line-height: 1.8;
}

.rr-button {
  min-height: 45px;
  border-radius: 2px;
  font-size: .66rem;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.rr-button-gold {
  color: #15120d;
  background: linear-gradient(135deg, #e2c580, #b98936);
}

.rr-button-gold:hover {
  color: #15120d;
  box-shadow: 0 14px 32px rgba(184,146,74,.28);
}

.rr-button-outline-light {
  color: #fff;
  border-color: rgba(255,255,255,.4);
  background: rgba(0,0,0,.16);
}

.rr-hero-property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
  margin-top: 34px;
  color: rgba(255,255,255,.62);
  font-size: .65rem;
}

.rr-hero-property-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.rr-hero-property-meta i {
  color: var(--rr-champagne);
}

.rr-hero-search-wrap {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 28px;
  left: 0;
}

.rr-property-search {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr)) auto;
  align-items: stretch;
  border: 1px solid rgba(214,184,117,.25);
  background: rgba(13,13,13,.88);
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
}

.rr-property-search label {
  display: grid;
  gap: 5px;
  padding: 15px 17px;
  border-right: 1px solid rgba(255,255,255,.1);
}

.rr-property-search label > span {
  color: rgba(255,255,255,.46);
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rr-property-search select {
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: .72rem;
  font-weight: 700;
}

.rr-property-search select option {
  color: #171512;
  background: #fff;
}

.rr-property-search-button {
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 0;
  color: #15120d;
  background: linear-gradient(135deg, #e0c17b, #b98936);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rr-featured-section,
.rr-catalogue-section,
.rr-human-section,
.rr-visualizer-section {
  padding: clamp(72px, 8vw, 110px) 0;
}

.rr-featured-section,
.rr-catalogue-section {
  color: var(--rr-ink);
  background: var(--rr-page);
}

.rr-section-heading-inline {
  align-items: end;
}

.rr-section-heading h2,
.rr-human-section h2,
.rr-visualizer-copy h2 {
  color: var(--rr-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.025em;
}

.rr-section-heading h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4.8vw, 4rem);
}

.rr-carousel-actions {
  display: flex;
  gap: 8px;
}

.rr-carousel-actions button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rr-line);
  color: var(--rr-ink);
  background: var(--rr-surface);
}

.rr-carousel-actions button:hover {
  border-color: var(--rr-gold);
  color: #17120a;
  background: var(--rr-champagne);
}

.rr-project-carousel {
  position: relative;
  overflow-x: auto;
  padding: 4px 2px 22px;
  scrollbar-width: thin;
  scrollbar-color: var(--rr-gold) transparent;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.rr-project-carousel::-webkit-scrollbar { height: 5px; }
.rr-project-carousel::-webkit-scrollbar-thumb { background: var(--rr-gold); }

.rr-project-carousel-track {
  display: flex;
  gap: 18px;
  width: max-content;
}

.rr-luxury-property-card {
  width: min(310px, 82vw);
  overflow: hidden;
  border: 1px solid var(--rr-line);
  color: var(--rr-ink);
  background: var(--rr-surface);
  box-shadow: var(--rr-card-shadow);
  scroll-snap-align: start;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.rr-luxury-property-card:hover {
  transform: translateY(-7px);
  border-color: rgba(184,146,74,.5);
}

.rr-luxury-property-image {
  position: relative;
  display: block;
  aspect-ratio: 1.34 / 1;
  overflow: hidden;
}

.rr-luxury-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.rr-luxury-property-card:hover img {
  transform: scale(1.06);
}

.rr-property-badge,
.rr-property-favorite {
  position: absolute;
  top: 12px;
}

.rr-property-badge {
  left: 12px;
  padding: 6px 8px;
  color: #17120a;
  background: var(--rr-champagne);
  font-size: .52rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.rr-property-favorite {
  right: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  color: #fff;
  background: rgba(0,0,0,.32);
  backdrop-filter: blur(8px);
}

.rr-luxury-property-body {
  padding: 16px;
}

.rr-property-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--rr-gold-deep);
  font-size: .6rem;
  font-weight: 750;
}

html[data-theme="dark"] .rr-property-location,
html[data-theme="dark"] .rr-project-location {
  color: var(--rr-champagne);
}

.rr-luxury-property-body h3 {
  margin: 9px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 500;
}

.rr-luxury-property-body h3 a {
  text-decoration: none;
}

.rr-property-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rr-line);
  color: var(--rr-ink-soft);
  font-size: .58rem;
}

.rr-property-specs span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.rr-property-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 13px;
}

.rr-property-price-label small,
.rr-property-price-label strong {
  display: block;
}

.rr-property-price-label small {
  color: var(--rr-ink-soft);
  font-size: .54rem;
  text-transform: uppercase;
}

.rr-property-price-label strong {
  margin-top: 2px;
  color: var(--rr-gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .95rem;
}

html[data-theme="dark"] .rr-property-price-label strong {
  color: var(--rr-champagne);
}

.rr-property-card-footer > div {
  display: flex;
  gap: 6px;
}

.rr-property-icon-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rr-line);
  color: var(--rr-ink);
  background: transparent;
  text-decoration: none;
}

.rr-property-icon-button:hover {
  border-color: var(--rr-gold);
  color: #17120a;
  background: var(--rr-champagne);
}

.rr-estate-value-section {
  padding: 30px 0;
  border-top: 1px solid var(--rr-line);
  border-bottom: 1px solid var(--rr-line);
  color: var(--rr-ink);
  background: var(--rr-surface);
}

.rr-estate-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rr-estate-value-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 24px;
  border-right: 1px solid var(--rr-line);
}

.rr-estate-value-grid article:last-child { border-right: 0; }

.rr-estate-value-grid article > span {
  flex: 0 0 auto;
  color: var(--rr-gold);
  font-size: 1.8rem;
}

.rr-estate-value-grid h3 {
  margin: 0 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.rr-estate-value-grid p {
  margin: 0;
  color: var(--rr-ink-soft);
  font-size: .62rem;
  line-height: 1.55;
}

.rr-catalogue-section {
  background: var(--rr-surface-2);
}

.rr-project-filter {
  padding: 14px;
  border: 1px solid var(--rr-line);
  background: var(--rr-surface);
}

.rr-filter-search {
  border-radius: 0;
  border-color: var(--rr-line);
  color: var(--rr-ink);
  background: var(--rr-surface-2);
}

.rr-filter-search input {
  color: var(--rr-ink);
}

.rr-filter-search input::placeholder {
  color: var(--rr-ink-soft);
}

.rr-filter-chips button {
  border-radius: 2px;
  border-color: var(--rr-line);
  color: var(--rr-ink-soft);
  background: var(--rr-surface);
}

.rr-filter-chips button.is-active {
  border-color: var(--rr-gold);
  color: #17120a;
  background: var(--rr-champagne);
}

.rr-project-card {
  border-radius: 0;
  border-color: var(--rr-line);
  color: var(--rr-ink);
  background: var(--rr-surface);
  box-shadow: var(--rr-card-shadow);
}

.rr-project-type {
  position: static !important;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 0 !important;
  border-radius: 0 !important;
  color: var(--rr-ink-soft) !important;
  background: transparent !important;
  font-size: .62rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.rr-project-type span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.rr-project-card h3 a,
.rr-project-card p,
.rr-project-card-body {
  color: inherit;
}

.rr-project-card p {
  color: var(--rr-ink-soft);
}

.rr-button-dark {
  color: var(--rr-page);
  background: var(--rr-ink);
}

.rr-button-ghost {
  color: var(--rr-ink);
  border-color: var(--rr-line);
}

.rr-human-section {
  color: var(--rr-ink);
  background: var(--rr-surface);
}

.rr-human-section-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
}

.rr-human-section-copy > p {
  color: var(--rr-ink-soft);
  line-height: 1.85;
}

.rr-human-section blockquote {
  position: relative;
  margin: 25px 0;
  padding: 20px 22px 20px 30px;
  border-left: 2px solid var(--rr-gold);
  color: var(--rr-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.65;
  background: var(--rr-surface-2);
}

.rr-adviser-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.rr-adviser-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rr-gold);
  border-radius: 50%;
  color: #17120a;
  background: var(--rr-champagne);
}

.rr-adviser-profile strong,
.rr-adviser-profile small { display: block; }
.rr-adviser-profile small { color: var(--rr-ink-soft); }

.rr-human-section-visual {
  position: relative;
}

.rr-human-section-visual > img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border: 1px solid var(--rr-line);
  background: var(--rr-surface-2);
  box-shadow: var(--rr-card-shadow);
}

.rr-human-proof-card {
  position: absolute;
  left: -30px;
  bottom: 24px;
  max-width: 320px;
  display: flex;
  gap: 12px;
  padding: 17px;
  border: 1px solid rgba(184,146,74,.45);
  color: var(--rr-ink);
  background: var(--rr-surface);
  box-shadow: var(--rr-card-shadow);
}

.rr-human-proof-card > span {
  color: var(--rr-gold);
  font-size: 1.4rem;
}

.rr-human-proof-card strong,
.rr-human-proof-card small { display: block; }
.rr-human-proof-card small { margin-top: 4px; color: var(--rr-ink-soft); font-size: .62rem; }

.rr-visualizer-section {
  color: #fff;
  background:
    radial-gradient(circle at 18% 40%, rgba(184,146,74,.18), transparent 28%),
    linear-gradient(130deg, #090909, #1b1812);
}

.rr-visualizer-copy h2 {
  color: #fff;
}

.rr-mini-world,
.rr-mini-plane,
.rr-mini-house,
.rr-mini-car {
  border-color: rgba(214,184,117,.42);
}

.rr-login-cta {
  padding: 0 0 90px;
  background: var(--rr-surface);
}

.rr-login-cta-inner {
  border: 1px solid rgba(214,184,117,.25);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.72)),
    radial-gradient(circle at 80% 20%, rgba(214,184,117,.2), transparent 35%);
}

.rr-public-footer {
  background: var(--rr-footer);
}

.rr-footer-grid {
  grid-template-columns: 1.25fr .7fr .8fr .9fr 1.1fr;
  gap: 34px;
}

.rr-footer-socials {
  display: flex;
  gap: 8px;
}

.rr-footer-socials a {
  width: 34px;
  height: 34px;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
}

.rr-footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.rr-footer-assistance input {
  width: 100%;
}

.rr-project-detail-content,
.rr-public-panel,
.rr-project-detail-hero {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.rr-project-detail-content {
  color: var(--rr-ink);
  background: var(--rr-page);
}

.rr-public-panel {
  border-radius: 0;
  border-color: var(--rr-line);
  color: var(--rr-ink);
  background: var(--rr-surface);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
  transition: opacity .65s ease, transform .65s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1199.98px) {
  .rr-public-nav { gap: 15px; }
  .rr-property-search { grid-template-columns: repeat(2, 1fr) auto; }
  .rr-property-search-button { grid-row: span 2; }
  .rr-estate-value-grid { grid-template-columns: repeat(2, 1fr); }
  .rr-estate-value-grid article:nth-child(2) { border-right: 0; }
  .rr-estate-value-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--rr-line); }
  .rr-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .rr-footer-assistance { grid-column: span 2; }
}

@media (max-width: 991.98px) {
  .rr-public-header { color: var(--rr-header-ink); background: var(--rr-header); border-bottom-color: var(--rr-line); backdrop-filter: blur(18px); }
  .rr-header-inner { min-height: 68px; }
  .rr-public-nav {
    top: 76px;
    color: var(--rr-ink);
    border-radius: 0;
    border-color: var(--rr-line);
    background: var(--rr-surface);
  }
  .rr-header-actions { margin-left: auto; }
  .rr-nav-login { display: none !important; }
  .rr-luxury-hero { min-height: 760px; }
  .rr-luxury-hero-inner { padding-top: 120px; }
  .rr-property-search { grid-template-columns: repeat(2, 1fr); }
  .rr-property-search-button { min-height: 58px; grid-column: 1 / -1; grid-row: auto; }
  .rr-human-section-grid { grid-template-columns: 1fr; }
  .rr-human-proof-card { left: 20px; }
  .rr-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .rr-footer-brand-column { grid-column: 1 / -1; }
  .rr-footer-assistance { grid-column: auto; }
}

@media (max-width: 767.98px) {
  .rr-public-container { width: min(100% - 24px, 1240px); }
  .rr-luxury-hero { min-height: 820px; align-items: flex-start; }
  .rr-luxury-hero-inner { padding-top: 128px; padding-bottom: 310px; }
  .rr-luxury-hero h1 { font-size: clamp(2.8rem, 16vw, 4.9rem); }
  .rr-hero-property-meta { display: grid; }
  .rr-hero-search-wrap { bottom: 18px; }
  .rr-property-search { grid-template-columns: 1fr 1fr; }
  .rr-property-search label { padding: 12px; }
  .rr-section-heading-inline { align-items: flex-start; flex-direction: row; }
  .rr-estate-value-grid { grid-template-columns: 1fr; }
  .rr-estate-value-grid article { border-right: 0; border-bottom: 1px solid var(--rr-line); }
  .rr-estate-value-grid article:last-child { border-bottom: 0; }
  .rr-project-grid { grid-template-columns: 1fr; }
  .rr-human-proof-card { position: relative; left: 0; bottom: auto; margin: -25px 16px 0; }
  .rr-footer-grid { grid-template-columns: 1fr; }
  .rr-footer-brand-column { grid-column: auto; }
}

@media (max-width: 480px) {
  .rr-brand-name small { display: block; }
  .rr-brand-name strong { font-size: .9rem; }
  .rr-brand-name small { font-size: .48rem; }
  .rr-header-actions { gap: 6px; }
  .rr-theme-toggle { width: 37px; height: 37px; }
  .rr-luxury-hero-inner { padding-bottom: 420px; }
  .rr-property-search { grid-template-columns: 1fr; }
  .rr-property-search-button { grid-column: auto; }
  .rr-property-search label { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .rr-section-heading-inline { flex-direction: column; }
  .rr-carousel-actions { align-self: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  .rr-hero-media { animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
