.theme-umdark {
  --bg: #0b0b0d;
  --bg2: #111114;
  --text: #f5f5f7;
  --muted: #b8b8bd;
  --hair: rgba(255, 255, 255, 0.08);
  --accent: #d6c3a1;

  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;
  --space-6: 64px;

  --h1: clamp(36px, 6vw, 64px);
  --h2: clamp(24px, 4vw, 36px);
  --body: 17px;
  --micro: 12px;
}

.theme-umdark,
.theme-umdark p,
.theme-umdark li,
.theme-umdark input,
.theme-umdark textarea,
.theme-umdark select,
.theme-umdark button {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.theme-umdark body,
.theme-umdark {
  background-color: var(--bg);
  background-image: url('../images/texture-lasbrisas.png');
  background-repeat: repeat;
  color: var(--text);
  font-size: var(--body);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.theme-umdark .rws-bg-white,
.theme-umdark .rws-bg-grey {
  background-color: var(--bg);
  background-image: url('../images/texture-lasbrisas.png');
  background-repeat: repeat;
  color: var(--text);
}

.theme-umdark [data-image-src],
.theme-umdark [data-parallax] {
  background: transparent !important;
}

.theme-umdark .rws-bg-dark,
.theme-umdark .rws-bg-color,
.theme-umdark .bg-dark,
.theme-umdark .bg-primary {
  background-color: var(--bg2) !important;
  background-image: url('../images/texture-lasbrisas.png') !important;
  background-repeat: repeat !important;
  color: var(--text);
}

.theme-umdark h1,
.theme-umdark h2,
.theme-umdark h3,
.theme-umdark h4,
.theme-umdark h5,
.theme-umdark h6 {
  color: var(--text);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.theme-umdark h1 { font-size: var(--h1); }
.theme-umdark h2 { font-size: var(--h2); }

.theme-umdark a,
.theme-umdark a:visited {
  color: var(--text);
}

.theme-umdark a:hover {
  color: var(--accent);
}

.theme-umdark .post-heading-center-location h2,
.theme-umdark .post-heading-left-location h2 {
  color: var(--text);
}

.theme-umdark .post-heading-center-location p,
.theme-umdark .post-heading-left-location p {
  color: var(--muted);
}

.theme-umdark .padding-top100,
.theme-umdark .padding-bottom100 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.theme-umdark .padding-top80,
.theme-umdark .padding-bottom80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.theme-umdark .padding-top50,
.theme-umdark .padding-bottom50 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.theme-umdark .navbar.navbar-location {
  border-bottom: 1px solid transparent;
}

.theme-umdark .navbar.navbar-location.affix {
  background: rgba(11, 11, 13, 0.84);
  border-bottom-color: var(--hair);
  backdrop-filter: blur(8px);
  box-shadow: none;
}

.theme-umdark .navbar.navbar-location .nav > li > a {
  color: rgba(245, 245, 247, 0.88);
  font-size: var(--micro);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-umdark .navbar.navbar-location .nav > li > a:hover,
.theme-umdark .navbar.navbar-location .nav > li > a.active {
  color: var(--text);
}

.theme-umdark .navbar.navbar-location .nav > li.nav-menu-btn > a {
  background: transparent !important;
  color: var(--text) !important;
  border: 1px solid var(--hair);
  border-radius: 999px;
}

.theme-umdark .navbar.navbar-location .nav > li.nav-menu-btn > a:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--accent) !important;
}

.theme-umdark #footer {
  border-top: 1px solid var(--hair);
  background-color: var(--bg2) !important;
  background-image: url('../images/texture-lasbrisas.png') !important;
  background-repeat: repeat !important;
  color: var(--muted) !important;
}

.theme-umdark .btn-custom,
.theme-umdark .btn,
.theme-umdark input[type="submit"] {
  font-family: "", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
}

.theme-umdark .section-textured {
  background-color: var(--bg);
  background-image: url('../images/texture-lasbrisas.png');
  background-repeat: repeat;
  color: var(--text);
}

.theme-umdark .navbar.navbar-location.navbar-landing {
  background: transparent;
}

.theme-umdark .navbar.navbar-location .navbar-brand img {
  height: 34px;
}

.theme-umdark .rws-hero-dark {
  min-height: 100vh;
  background-color: var(--bg);
  background-image: url('../images/texture-lasbrisas.png');
  background-repeat: repeat;
  color: var(--text);
}

.theme-umdark .rws-hero-dark__overlay {
  background: linear-gradient(to bottom, rgba(11, 11, 13, 0.45) 0%, rgba(11, 11, 13, 0.65) 100%);
}

.theme-umdark .rws-hero-dark__vignette {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.56) 100%);
}

.theme-umdark .rws-hero-dark__content {
  padding-top: 130px;
  padding-bottom: 64px;
}

.theme-umdark .rws-hero-dark__title {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--h1);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-shadow: none;
}

.theme-umdark .rws-hero-dark__subtitle {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.01em;
  text-shadow: none;
}

.theme-umdark .rws-hero-dark__byline {
  color: var(--muted);
  font-size: var(--micro);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-umdark .rws-hero-btn {
  border-radius: 999px;
  height: 44px;
  padding: 0 22px;
}

.theme-umdark .rws-hero-btn--ghost {
  border-color: var(--hair);
  background: rgba(0, 0, 0, 0.24);
}

.theme-umdark .rws-hero-btn--ghost:hover {
  color: var(--accent);
}

.theme-umdark .rws-hero-btn--solid {
  background: rgba(245, 245, 247, 0.95);
  color: #0d0d0f;
}

.theme-umdark .rws-hero-btn--solid:hover {
  background: #fff;
}

.theme-umdark .rws-hero-dark__stats {
  /*color: var(--muted);*/
  border-top: 1px solid var(--hair);
  margin-top: 28px;
  padding-top: 16px;
}

.theme-umdark .listing-metrics {
  margin-top: 20px;
}

.theme-umdark .listing-metric {
  border-top: 1px solid var(--hair);
  padding-top: 14px;
  margin-bottom: 28px;
}

.theme-umdark .listing-metric p {
  margin: 0 0 6px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: var(--micro);
  letter-spacing: 0.08em;
}

.theme-umdark .listing-metric h4 {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
  font-weight: 500;
}

.theme-umdark #features .listing-features-card {
  background: rgba(17, 17, 20, 0.92);
  border: 1px solid var(--hair);
  box-shadow: none;
  border-radius: 0;
}

.theme-umdark #features .feature_div {
  border-top-color: var(--hair);
  color: var(--text);
}

.theme-umdark #listing_gallery {
  background-color: var(--bg2) !important;
  background-image: url('../images/texture-lasbrisas.png') !important;
  background-repeat: repeat !important;
}

.theme-umdark #listing_gallery .container.img .row > div {
  margin-bottom: var(--space-3);
}

.theme-umdark #listing_gallery img {
  width: 100%;
  height: auto;
}

.theme-umdark #listing_map .container,
.theme-umdark .container-map {
  background: transparent;
}

.theme-umdark #listing_map .rwsidx_map {
  border-radius: 0;
}

.theme-umdark #homevalue,
.theme-umdark #about,
.theme-umdark #agent {
  background-color: var(--bg2) !important;
  background-image: url('../images/texture-lasbrisas.png') !important;
  background-repeat: repeat !important;
}

.theme-umdark .about-img,
.theme-umdark .agent-img {
  border-radius: 0;
}

.theme-umdark .list-icon-realestate ul {
  padding-left: 0;
}

.theme-umdark .list-icon-realestate li {
  list-style: none;
  border-top: 1px solid var(--hair);
  padding: 10px 0;
  color: var(--muted);
}

.theme-umdark .footer-location {
  border-top: 1px solid var(--hair);
  padding-top: 48px;
  padding-bottom: 24px;
}

.theme-umdark .footer-credits {
  border-top-color: var(--hair) !important;
}

.theme-umdark #contact .rws-signup-location,
.theme-umdark .rws-modal .modal-content,
.theme-umdark .portfolio-modal .modal-content {
  background: rgba(11, 11, 13, 0.96);
  border: 1px solid var(--hair);
  border-radius: 0;
  box-shadow: none;
}

.theme-umdark #contact .rws-signup-location form,
.theme-umdark .rws-modal .modal-body {
  padding: 32px;
}

.theme-umdark #contact input.form-control,
.theme-umdark #contact textarea.form-control,
.theme-umdark .rws-modal input.form-control,
.theme-umdark .rws-modal textarea.form-control,
.theme-umdark .rws-modal select.form-control {
  background: var(--bg2);
  color: var(--text);
  border: 1px solid var(--hair);
  border-radius: 0;
}

.theme-umdark #contact input::placeholder,
.theme-umdark #contact textarea::placeholder,
.theme-umdark .rws-modal input::placeholder,
.theme-umdark .rws-modal textarea::placeholder {
  color: var(--muted);
}

.theme-umdark #contact .btn_contact,
.theme-umdark .rws-modal .btn_contact {
  width: 100%;
  border: 1px solid var(--hair);
  background: var(--text);
  color: #0d0d0f !important;
  border-radius: 999px;
}

.theme-umdark #contact .btn_contact:hover,
.theme-umdark .rws-modal .btn_contact:hover {
  background: #fff;
  color: #0d0d0f !important;
}

.theme-umdark .umdark-callout-mobile {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.theme-umdark .umdark-callout-mobile a {
  color: var(--text);
  text-decoration: underline;
}

.theme-umdark .umdark-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1600;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(11, 11, 13, 0.98);
  border-top: 1px solid var(--hair);
  backdrop-filter: blur(8px);
}

.theme-umdark .umdark-sticky-btn {
  display: block;
  text-align: center;
  padding: 14px 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-umdark .umdark-sticky-btn--call {
  color: var(--text);
  border-right: 1px solid var(--hair);
}

.theme-umdark .umdark-sticky-btn--request {
  color: #0d0d0f;
  background: var(--text);
}

@media (max-width: 991px) {
  .theme-umdark {
    padding-bottom: 56px;
  }

  .theme-umdark .padding-top100,
  .theme-umdark .padding-bottom100 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .theme-umdark .padding-top80,
  .theme-umdark .padding-bottom80 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .theme-umdark .padding-top50,
  .theme-umdark .padding-bottom50 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .theme-umdark .rws-hero-dark {
    min-height: 74vh;
  }

  .theme-umdark .rws-hero-dark__content {
    padding-top: 110px;
    padding-bottom: 56px;
  }

  .theme-umdark .navbar.navbar-location .nav {
    background: rgba(11, 11, 13, 0.98);
    border-top: 1px solid var(--hair);
    padding: 12px 0;
  }

  .theme-umdark .listing-metric {
    margin-bottom: 20px;
  }

  .theme-umdark #contact .rws-signup-location form,
  .theme-umdark .rws-modal .modal-body {
    padding: 24px;
  }
}
