/*--------------------------------------------------------------
  XARU HOME — brand skin over Xproperty base
  Palette: sand #F5F1E8 · gold #C9A876/#A98B5F/#8B6E45 · carbon #1C1B19
----------------------------------------------------------------*/

/* ============ Self-hosted brand fonts (Playfair Display + Poppins) ============ */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xaru/playfair-display-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xaru/playfair-display-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xaru/playfair-display-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xaru/playfair-display-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xaru/playfair-display-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/xaru/poppins-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xaru/poppins-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/xaru/poppins-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/xaru/poppins-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/xaru/poppins-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/xaru/poppins-latin-400-italic.woff2") format("woff2");
}

/* ============ General luxury tone ============ */
body {
  background-color: #fff;
}
h1, h2, h3.cs_section_title, .cs_hero_title, .cs_cta_title {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cs_section_title {
  font-weight: 600;
}

/* Gold accents on primary buttons */
.cs_btn.cs_style_1.cs_primary_bg {
  background-color: var(--primary-color);
}
.cs_btn.cs_style_1.cs_primary_bg:hover {
  background-color: var(--accent2-color);
  color: #fff;
}
.cs_btn.xr_gold_btn {
  background: linear-gradient(120deg, #C9A876, #A98B5F 55%, #8B6E45);
  color: #fff !important;
}
.cs_btn.xr_gold_btn:hover {
  background: #1C1B19;
  color: #fff !important;
}

/* Iconboxes: gold icon chips */
.cs_iconbox.cs_style_1 .cs_iconbox_icon.cs_primary_bg {
  background: linear-gradient(135deg, #C9A876, #8B6E45);
  color: #fff;
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  color: var(--accent3-color);
}
.cs_property_price.cs_primary_bg {
  background-color: rgba(28, 27, 25, 0.88) !important;
  border: 1px solid rgba(201, 168, 118, 0.6);
}
.cs_counter_icon {
  filter: sepia(0.4) hue-rotate(-15deg) saturate(1.4);
}
a:hover {
  color: var(--accent3-color);
}
.cs_site_header a:hover {
  color: var(--accent3-color);
}

/* ============ Header ============ */
.cs_site_header .cs_site_brand img {
  height: 42px;
  width: auto;
}
.cs_site_header.cs_style_1 {
  background-color: rgba(245, 241, 232, 0.96);
}

/* ============ Preloader — Hompark double curtain ============ */
.cs_preloader {
  background-color: var(--sand-color);
  transition: transform 700ms cubic-bezier(0.86, 0, 0.07, 1) 0.95s;
  overflow: hidden;
}
.cs_preloader .xr_preloader_layer {
  position: absolute;
  inset: 0;
  background-color: var(--primary-color);
  transition: transform 700ms cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
}
.cs_preloader .cs_preloader_in {
  background-color: transparent;
  z-index: 2;
}
.cs_preloader .xr_preloader_logo {
  width: 84px;
  height: auto;
  animation: xr_breathe 1.8s ease-in-out infinite;
  transition: all 700ms cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
}
.cs_preloader p {
  color: var(--accent-color);
  font-family: var(--primary-font);
  letter-spacing: 6px;
  transition: all 700ms cubic-bezier(0.86, 0, 0.07, 1);
}
@keyframes xr_breathe {
  0%, 100% { opacity: 0.55; transform: scale(0.97); }
  50% { opacity: 1; transform: scale(1); }
}
body.page-loaded .cs_preloader {
  transform: translateX(100%);
  pointer-events: none;
}
body.page-loaded .cs_preloader .xr_preloader_layer {
  transform: translateX(-100%);
}
body.page-loaded .cs_preloader .xr_preloader_logo {
  opacity: 0;
  transform: scale(1.5);
  animation: none;
}
body.page-loaded .cs_preloader p {
  opacity: 0 !important;
  transform: translateY(20px);
}

/* ============ Entrance choreography (post-preloader cascade) ============ */
.cs_site_header.cs_style_1 {
  transform: translateY(-80px);
  opacity: 0;
}
body.page-loaded .cs_site_header.cs_style_1 {
  transform: translateY(0);
  opacity: 1;
  transition: transform 700ms cubic-bezier(0.86, 0, 0.07, 1) 1.2s,
    opacity 700ms cubic-bezier(0.86, 0, 0.07, 1) 1.2s,
    background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap {
  opacity: 0;
}
body.page-loaded .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap {
  opacity: 1;
  transition: opacity 700ms cubic-bezier(0.86, 0, 0.07, 1) 1.4s;
}
.xr_hero_slider_wrap {
  transform: scale(1.3);
  opacity: 0;
}
body.page-loaded .xr_hero_slider_wrap {
  transform: scale(1);
  opacity: 1;
  transition: all 700ms cubic-bezier(0.86, 0, 0.07, 1) 1.25s;
}
@media (prefers-reduced-motion: reduce) {
  .cs_site_header.cs_style_1,
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap,
  .xr_hero_slider_wrap {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

/* ============ Page transition overlay (ported from Hompark) ============ */
.xr_transition_overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 100000001;
  background: var(--accent-color);
  transition: all 0.5s ease;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  pointer-events: none;
}
.xr_transition_overlay .xr_layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  background: var(--primary-color);
  transition: all 0.5s ease;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.6s;
}
.xr_transition_overlay.active {
  left: 0;
  pointer-events: all;
}
.xr_transition_overlay.active .xr_layer {
  right: 0;
}

/* ============ Hero — fullscreen Hompark style ============ */
.cs_hero.cs_style_1.xr_hero {
  padding: 200px 0 140px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.cs_hero.cs_style_1.xr_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 27, 25, 0.62) 0%, rgba(28, 27, 25, 0.35) 45%, rgba(28, 27, 25, 0.72) 100%);
}
.cs_hero.cs_style_1.xr_hero .container {
  position: relative;
  z-index: 2;
}
.xr_hero .cs_hero_title {
  color: #fff;
  font-weight: 600;
  line-height: 1.15em;
}
.xr_hero .cs_hero_subtitle_text {
  color: rgba(245, 241, 232, 0.92);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.xr_hero .xr_hero_divider {
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C9A876, transparent);
  margin: 0 auto;
}
.xr_hero_scroll {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(245, 241, 232, 0.75);
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
}

/* ============ Sections rhythm ============ */
/* Iconbox grids outside .cs_about scope (Investment, Relocation) */
.xr_features_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .xr_features_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.xr_dark_section {
  background-color: var(--primary-color);
}
.xr_dark_section .cs_section_title,
.xr_dark_section h2, .xr_dark_section h3 {
  color: #fff;
}
.xr_dark_section p {
  color: rgba(245, 241, 232, 0.78);
}
/* Phase 5 — primary buttons were invisible (dark on dark) inside dark
   sections: give them a gold hairline so the CTA reads as a button. */
.xr_dark_section .cs_btn.cs_primary_bg {
  border: 1px solid var(--accent-color);
}
.xr_eyebrow {
  display: inline-block;
  color: var(--accent3-color);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: var(--secondary-font);
}
.xr_dark_section .xr_eyebrow {
  color: var(--accent-color);
}
.xr_pillar {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 28px 22px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  text-align: center;
}
.xr_pillar:hover {
  border-color: var(--accent-color);
  transform: translateY(-4px);
}
.xr_pillar i {
  font-size: 26px;
  color: var(--accent2-color);
  margin-bottom: 14px;
  display: inline-block;
}
.xr_pillar h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.xr_pillar p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 0;
}
.xr_region_list span {
  display: inline-block;
  border: 1px solid rgba(201, 168, 118, 0.5);
  color: var(--accent-color);
  border-radius: 40px;
  padding: 6px 18px;
  margin: 5px 6px 5px 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.xr_digital_quote {
  max-width: 860px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.85em;
  color: rgba(245, 241, 232, 0.88);
}
.xr_digital_assets_badges span {
  display: inline-block;
  border: 1px solid rgba(201, 168, 118, 0.55);
  color: var(--accent-color);
  border-radius: 8px;
  padding: 4px 16px;
  margin: 0 6px;
  font-size: 13px;
  letter-spacing: 2px;
}

/* Footer */
.cs_footer .cs_logo img {
  max-width: 170px;
  height: auto;
}
.cs_footer_bottom .cs_footer_text {
  color: rgba(245, 241, 232, 0.75);
}

/* Project feature */
.xr_project_tag {
  display: inline-block;
  background: rgba(201, 168, 118, 0.14);
  color: var(--accent3-color);
  border-radius: 6px;
  padding: 4px 14px;
  margin: 0 8px 8px 0;
  font-size: 13px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .cs_hero.cs_style_1.xr_hero {
    min-height: 92vh;
    padding: 160px 0 110px;
  }
  .cs_site_header .cs_site_brand img {
    height: 34px;
  }
}

/* ============ Phase 3 — CTA background overlay ============ */
.cs_cta.cs_style_1.cs_bg_filed {
  position: relative;
  overflow: hidden;
}
.cs_cta.cs_style_1.cs_bg_filed::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(161deg, #1c1b19 0%, #26282b 49%, #8b6e45 100%);
  opacity: 0.72;
}
.cs_cta.cs_style_1.cs_bg_filed > * {
  position: relative;
  z-index: 2;
}

/*==============================================================
  HOMPARK EFFECTS LAYER — XARU adaptation
================================================================*/

/* ---- Signature curve + section rhythm (150px -> 80px mobile) ---- */
.xr_section {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .xr_section {
    padding: 80px 0;
  }
}

/* ---- Angular language (Hompark radius 0) ---- */
.cs_card.cs_style_1 .cs_card_thumbnail,
.cs_card.cs_style_1 .cs_card_thumbnail.cs_radius_20,
.cs_property_price.cs_radius_10,
.cs_btn.cs_style_1.cs_radius_20,
.xr_pillar,
.cs_iconbox.cs_style_1 .cs_iconbox_icon.cs_radius_20,
.cs_cta.cs_style_1.cs_radius_20,
.xr_land_card_img,
.cs_form_field.cs_radius_10 {
  border-radius: 0 !important;
}

/* ---- Section numbering + Playfair eyebrow (Hompark header pattern) ---- */
.xr_sec_num {
  display: block;
  font-size: 30px;
  line-height: 1em;
  font-weight: 800;
  font-family: var(--secondary-font);
  color: var(--primary-color);
  opacity: 0.2;
  margin-bottom: 10px;
}
.xr_dark_section .xr_sec_num {
  color: #fff;
}
.xr_eyebrow_serif {
  display: block;
  font-family: var(--primary-font);
  font-size: 30px;
  line-height: 1.2em;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.xr_eyebrow_serif span {
  color: var(--accent3-color);
}
.xr_dark_section .xr_eyebrow_serif {
  color: #fff;
}
.xr_dark_section .xr_eyebrow_serif span {
  color: var(--accent-color);
}
.xr_small_line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  opacity: 0.55;
  font-family: var(--secondary-font);
}
.xr_small_line::after {
  content: "";
  width: 50px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}

/* ---- Duotone 161deg overlay (carbon -> gold), Hompark signature ---- */
.xr_duotone_overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(161deg, #1c1b19 0%, #26282b 49%, #8b6e45 100%);
  opacity: 0.65;
}

/* ---- HERO SLIDER (Swiper, Hompark spec) ---- */
.xr_hero_slider_wrap {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
}
.xr_hero_slider {
  height: 100%;
}
.xr_hero_slider .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.xr_slide_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0);
  scale: 1.2;
  will-change: transform;
}
.xr_hero_slider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(161deg, #1c1b19 0%, #26282b 49%, #8b6e45 100%);
  opacity: 0.65;
}
.xr_hero_slider .xr_slide_content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 120px 100px 60px;
}
.xr_slide_content .xr_hero_divider {
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a876, transparent);
  margin: 0 auto 24px;
}
.xr_slide_content h1 {
  font-family: var(--primary-font);
  color: var(--sand-color);
  font-size: 4.2vw;
  line-height: 1.15em;
  font-weight: 600;
  margin-bottom: 20px;
}
.xr_slide_content .xr_hero_sub {
  color: rgba(245, 241, 232, 0.92);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
}
.xr_hero_rotater_line {
  font-family: var(--primary-font);
  color: var(--accent-color);
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 34px;
  min-height: 1.4em;
}
.xr_hero_rotater_line .xr_text_rotater {
  display: inline-block;
}
/* CTA outline glow (Hompark hero button) */
.xr_hero_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 38px;
  border: 2px solid var(--sand-color);
  color: var(--sand-color);
  font-family: var(--secondary-font);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 0 20px rgba(201, 168, 118, 0.4);
  transition: all 0.25s ease-in-out;
}
.xr_hero_btn:hover {
  background-color: var(--accent3-color);
  border-color: var(--accent3-color);
  color: #fff;
}
/* Fraction 1 / N (bottom right) */
.xr_hero_fraction {
  position: absolute;
  z-index: 5;
  right: 100px;
  bottom: 44px;
  left: auto;
  top: auto;
  width: auto;
  color: rgba(245, 241, 232, 0.85);
  font-family: var(--secondary-font);
}
.xr_hero_fraction .swiper-pagination-current {
  font-size: 40px;
  font-weight: 800;
  color: var(--sand-color);
}
.xr_hero_fraction .swiper-pagination-total {
  font-size: 20px;
  font-weight: 600;
  opacity: 0.7;
}
/* PREV / NEXT rotated 90deg on the right */
.xr_hero_nav {
  position: absolute;
  z-index: 5;
  right: 44px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  display: flex;
  align-items: center;
  gap: 18px;
}
.xr_hero_nav button {
  background: none;
  border: 0;
  color: rgba(245, 241, 232, 0.75);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--secondary-font);
  cursor: pointer;
  transition: color 0.25s ease-in-out;
  padding: 6px 2px;
}
.xr_hero_nav button:hover {
  color: var(--accent-color);
}
.xr_hero_nav .xr_nav_sep {
  width: 42px;
  height: 1px;
  background: rgba(245, 241, 232, 0.4);
  display: inline-block;
}
/* Vertical social column on the left */
.xr_hero_social {
  position: absolute;
  z-index: 5;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.xr_hero_social .xr_social_title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(245, 241, 232, 0.75);
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}
.xr_hero_social .xr_social_line {
  width: 1px;
  height: 42px;
  background: rgba(245, 241, 232, 0.4);
}
.xr_hero_social a {
  color: rgba(245, 241, 232, 0.8);
  font-size: 12px;
  transition: color 0.25s ease-in-out;
}
.xr_hero_social a:hover {
  color: var(--accent-color);
}
/* Scroll indicator */
.xr_hero_scroll {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: rgba(245, 241, 232, 0.75);
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.xr_hero_scroll::after {
  content: "";
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, var(--accent-color), transparent);
  animation: xr_scrollcue 1.8s ease-in-out infinite;
}
@keyframes xr_scrollcue {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@media (max-width: 991px) {
  .xr_hero_slider_wrap {
    min-height: 560px;
  }
  .xr_hero_slider .xr_slide_content {
    padding: 110px 24px 90px;
  }
  .xr_slide_content h1 {
    font-size: 34px;
  }
  .xr_hero_social,
  .xr_hero_nav {
    display: none;
  }
  .xr_hero_fraction {
    right: 24px;
    bottom: 24px;
  }
  .xr_hero_rotater_line {
    font-size: 17px;
  }
}

/* ---- LAND & LARGE-SCALE DEVELOPMENTS — signature cards ---- */
.xr_land_card {
  position: relative;
  background-color: #fff;
  border: 1px solid var(--border-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-in-out;
}
.xr_land_card:hover {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}
.xr_land_card_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.xr_land_card_img .xr_px_img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  scale: 1.14;
  will-change: transform;
}
.xr_land_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.14;
  will-change: transform;
}
.xr_land_badge {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 24px;
  background: var(--primary-color);
  color: var(--accent-color);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  font-family: var(--secondary-font);
}
.xr_land_card_body {
  padding: 30px 28px 34px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.xr_land_card_body h3 {
  font-family: var(--primary-font);
  font-size: 25px;
  margin-bottom: 8px;
}
.xr_land_card_meta {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: var(--accent3-color);
  margin-bottom: 14px;
  font-family: var(--secondary-font);
}
.xr_land_card_body p {
  margin-bottom: 22px;
}
.xr_land_price {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--border-color);
  padding-top: 18px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.5px;
  font-size: 14px;
}

/* ---- Signature link: underline 60px -> 100% ---- */
.xr_link {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--primary-color);
  font-family: var(--secondary-font);
}
.xr_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background: var(--accent3-color);
  transition: width 0.25s ease-in-out;
}
.xr_link:hover::after {
  width: 100%;
}
.xr_link i {
  margin-left: 8px;
  font-size: 11px;
}

/* ---- Signature side-image composition (sand block + pattern + overflow) ---- */
.xr_side_composition {
  position: relative;
  padding: 60px 0 65px 0;
}
.xr_side_composition .xr_sand_block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  right: 120px;
  background-color: var(--gray-color);
}
.xr_side_composition .xr_sand_block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50vw;
  background-color: inherit;
}
.xr_side_composition .xr_pattern_bg {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 120%;
  height: 110%;
  background-image: radial-gradient(rgba(139, 110, 69, 0.35) 1px, transparent 1.6px);
  background-size: 18px 18px;
  will-change: transform;
}
.xr_side_composition .xr_img_holder {
  position: relative;
  transform: translate(85px, -65px);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  will-change: transform;
}
.xr_side_composition .xr_img_holder img {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .xr_side_composition {
    padding: 30px 0;
  }
  .xr_side_composition .xr_sand_block {
    left: -12px;
    right: 30px;
  }
  .xr_side_composition .xr_img_holder {
    transform: translate(24px, -12px);
  }
}

/* ---- Benefits zig-zag + circle hover (pillars) ---- */
.xr_pillar_col:nth-child(odd) .xr_pillar {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .xr_pillar_col:nth-child(odd) .xr_pillar {
    margin-top: 0;
  }
}
.xr_pillar {
  border: 0;
  border-right: 1px solid #e7e0d1;
  background: transparent;
  position: relative;
}
.xr_pillar_col:last-child .xr_pillar {
  border-right: 0;
}
.xr_pillar:hover {
  transform: none;
  border-color: #e7e0d1;
}
.xr_pillar i {
  position: relative;
  z-index: 1;
  transition: color 0.25s ease-in-out;
}
.xr_pillar .xr_pillar_icon {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
}
.xr_pillar .xr_pillar_icon::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--gray-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: 0;
}
.xr_pillar:hover .xr_pillar_icon::after {
  opacity: 1;
}
.xr_pillar .xr_pillar_icon i {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .xr_pillar {
    border-right: 0;
  }
}

/* ---- Social squares inverted hover (footer) ---- */
.xr_social_squares {
  display: flex;
  gap: 10px;
}
.xr_social_squares a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  transition: all 0.25s ease-in-out;
}
.xr_social_squares a:hover {
  background: var(--accent-color);
  color: var(--primary-color) !important;
}

/* ---- Stats band (Odometer, elevated suffix like Hompark) ---- */
.xr_stats_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.xr_stat {
  padding: 40px 20px;
  text-align: center;
  border-right: 1px solid var(--border-color);
}
.xr_stat:last-child {
  border-right: 0;
}
.xr_stat .odometer,
.xr_stat .xr_stat_number {
  font-size: 50px;
  font-weight: 800;
  line-height: 1em;
  color: var(--primary-color);
  font-family: var(--secondary-font);
}
.xr_stat .xr_stat_extra {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--accent3-color);
  transform: translateY(10px);
  margin-left: 4px;
}
.xr_stat .xr_stat_label {
  display: block;
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .xr_stats_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .xr_stat:nth-child(2) {
    border-right: 0;
  }
  .xr_stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border-color);
  }
  .xr_stat .odometer,
  .xr_stat .xr_stat_number {
    font-size: 36px;
  }
}

/* ---- Dark section video background (opacity .15 over 161deg) ---- */
.xr_video_section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(161deg, #1c1b19 0%, #26282b 49%, #8b6e45 100%);
}
.xr_video_section .xr_video_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  pointer-events: none;
}
.xr_video_section > .container {
  position: relative;
  z-index: 2;
}

/* ---- Floating labels ---- */
.xr_float_field {
  position: relative;
}
.xr_float_field .xr_float_label {
  position: absolute;
  left: 16px;
  top: 0;
  line-height: 54px;
  color: rgba(28, 27, 25, 0.55);
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  font-size: 15px;
}
.xr_float_field .xr_float_label.label-up {
  top: -34px;
  left: 0;
  line-height: 20px;
  font-size: 13px;
  color: var(--accent3-color);
}
.xr_float_field textarea ~ .xr_float_label {
  line-height: 20px;
  top: 16px;
}
.xr_float_field textarea ~ .xr_float_label.label-up {
  top: -24px;
}

/* ---- Peek gallery slider (80% / opacity .6) ---- */
.xr_peek .slick-slide {
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
}
.xr_peek .slick-slide.slick-center {
  opacity: 1;
}

/* ---- Overflowed gold box (footer-bar style CTA) ---- */
.xr_cta_overlap {
  margin-bottom: -100px;
  position: relative;
  z-index: 3;
}
.xr_cta_overlap .cs_cta {
  background-color: var(--primary-color);
}
.xr_footer_pushed {
  padding-top: 180px !important;
}
.xr_cta_triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 0 0;
  border-color: rgba(235, 207, 167, 0.15) transparent transparent transparent;
  pointer-events: none;
}

/* ---- Nav hover: top border underline (Hompark menu) ---- */
@media (min-width: 1200px) {
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list > li > a {
    position: relative;
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    height: 1px;
    background: var(--accent3-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease-in-out;
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list > li > a:hover::before {
    transform: scaleX(1);
  }
}

/* ---- Listing land-card price tag ---- */
.xr_poa_price {
  font-size: 15px !important;
  letter-spacing: 0.5px;
}

/* ---- Interior page headers: duotone + Playfair sand title ---- */
.cs_page_header.xr_duotone_overlay .container {
  position: relative;
  z-index: 2;
}
.cs_page_header.xr_duotone_overlay .cs_page_header_title {
  font-family: var(--primary-font);
  color: var(--sand-color);
}
.cs_page_header.xr_duotone_overlay .breadcrumb,
.cs_page_header.xr_duotone_overlay .breadcrumb a {
  color: rgba(245, 241, 232, 0.85);
}

/* Footer bottom social vs scroll-up button clearance */
.cs_footer_bottom .xr_social_squares {
  margin-right: 76px;
}

/* ==========================================================================
   Language switcher — real folder links (Phase 5 i18n)
   Dropdown items are now <a> links; keep the original button look & feel.
   ========================================================================== */
.cs_site_header.cs_style_1 .cs_language_switcher { outline: none; }
.cs_site_header.cs_style_1 .cs_language_dropdown {
  width: auto;
  min-width: 118px;
}
.cs_site_header.cs_style_1 .cs_language_dropdown a,
.cs_site_header.cs_style_1 .cs_language_dropdown .xr_lang_soon {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  text-decoration: none;
  color: var(--primary-color);
  white-space: nowrap;
  font: inherit;
}
.cs_site_header.cs_style_1 .cs_language_dropdown a:last-child,
.cs_site_header.cs_style_1 .cs_language_dropdown .xr_lang_soon:last-child {
  margin-bottom: 0;
}
.cs_site_header.cs_style_1 .cs_language_dropdown a:hover { opacity: .7; }
.cs_site_header.cs_style_1 .cs_language_dropdown a[aria-current="true"] { font-weight: 700; }
.cs_site_header.cs_style_1 .cs_language_dropdown .xr_lang_soon {
  opacity: .45;
  cursor: not-allowed;
}
.cs_site_header.cs_style_1 .cs_language_dropdown .xr_soon_tag {
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .8;
}

/* ==========================================================================
   Mobile language selector (inside the hamburger menu)
   Injected at the end of the slide-out nav by gen_i18n.py. Hidden on desktop;
   only shown at the mobile-menu breakpoint (<=1199px). RTL handled in
   xaru-rtl.css. The desktop header switcher is untouched.
   ========================================================================== */
.cs_mobile_lang { display: none; }

@media (max-width: 1199px) {
  /* Turn the slide-out panel into a column so the nav list scrolls and the
     language row is pinned at the very bottom (end of navigation), visible. */
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap {
    display: flex;
    flex-direction: column;
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_nav_list {
    height: auto;
    flex: 1 1 auto;
    min-height: 0;
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_mobile_lang {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 15px 0;
    padding-top: 18px;
    border-top: 1px solid rgba(28, 27, 25, .12);
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_mobile_lang_item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(28, 27, 25, .16);
    border-radius: 10px;
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
    line-height: 1;
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
    transition: border-color .25s ease, background-color .25s ease, color .25s ease;
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_mobile_lang_item .flag-icon {
    width: 20px;
    height: 15px;
    flex: 0 0 auto;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(28, 27, 25, .08);
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_mobile_lang_item:hover {
    border-color: #C9A876;
    color: #8B6E45;
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_mobile_lang_item.is-active {
    border-color: #C9A876;
    background: linear-gradient(135deg, rgba(201, 168, 118, .16), rgba(139, 110, 69, .12));
    color: #8B6E45;
    font-weight: 700;
  }
}

/* ==========================================================================
   XARU mega-menu — 4 doors + Company + Insights (Phase 1 architecture)
   Editorial luxury: carbon panel, gold column titles, ivory items. Desktop
   opens on hover; mobile becomes an accordion inside the hamburger. RTL rules
   live in xaru-rtl.css. Palette tokens only — no design tokens changed.
   ========================================================================== */
.xr_mega_item > .xr_mega_link { display: inline-block; }
.xr_mega_toggle { display: none; }
.xr_mega_panel { display: none; }
.xr_mega_col_title {
  font-family: var(--secondary-font);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent-color);
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201, 168, 118, .28);
  transition: color .25s ease;
}
.xr_mega_col_title:hover { color: #E7D3AE; }
.xr_mega_sub {
  display: block;
  font-family: var(--secondary-font);
  font-size: 13.5px;
  letter-spacing: .01em;
  text-transform: none;
  color: rgba(245, 241, 232, .82);
  text-decoration: none;
  padding: 6px 0;
  transition: color .2s ease, padding-left .2s ease;
}
.xr_mega_sub:hover { color: #fff; padding-left: 6px; }
.xr_mega_lead {
  font-family: var(--primary-font);
  color: var(--sand-color);
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.xr_mega_lead_sub {
  font-family: var(--secondary-font);
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(245, 241, 232, .6);
  margin: 0;
}

@media (min-width: 1200px) {
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list.cs_mp_0 > li.xr_mega_item {
    position: static;
  }
  .xr_mega_panel {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #14130F;
    border-top: 1px solid rgba(201, 168, 118, .35);
    box-shadow: 0 34px 70px rgba(0, 0, 0, .45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .32s cubic-bezier(.86,0,.07,1),
      transform .32s cubic-bezier(.86,0,.07,1), visibility .32s;
    z-index: 900;
    padding: 46px 0 50px;
  }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list.cs_mp_0 > li.xr_mega_item:hover > .xr_mega_panel,
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list.cs_mp_0 > li.xr_mega_item.is-open > .xr_mega_panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .xr_mega_inner {
    display: flex;
    gap: 56px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    align-items: flex-start;
  }
  .xr_mega_intro { flex: 0 0 230px; }
  .xr_mega_cols { display: flex; gap: 56px; flex: 1 1 auto; }
  .xr_mega_col { flex: 1 1 0; min-width: 0; }
  .xr_mega_col.xr_mega_col_wide { flex: 1.15 1 0; }
}

/* Mobile accordion inside the hamburger slide-out (<=1199px) */
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list.cs_mp_0 > li.xr_mega_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .xr_mega_item > .xr_mega_link { flex: 1 1 auto; }
  .xr_mega_toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    background: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
  }
  .xr_mega_toggle span,
  .xr_mega_toggle span::before {
    content: "";
    position: absolute;
    background: var(--accent-color);
  }
  .xr_mega_toggle span { width: 14px; height: 1.5px; }
  .xr_mega_toggle span::before { width: 1.5px; height: 14px; left: 6.25px; top: -6.25px; transition: opacity .25s ease; }
  .xr_mega_item.is-open .xr_mega_toggle span::before { opacity: 0; }
  .xr_mega_panel {
    display: none;
    flex: 1 1 100%;
    width: 100%;
    padding: 4px 0 14px 12px;
  }
  .xr_mega_item.is-open > .xr_mega_panel { display: block; }
  .xr_mega_intro { display: none; }
  .xr_mega_col { margin-bottom: 14px; }
  .xr_mega_col_title {
    color: var(--accent3-color);
    border-bottom-color: rgba(28, 27, 25, .12);
    margin-bottom: 8px;
  }
  .xr_mega_sub { color: rgba(28, 27, 25, .74); font-size: 14px; }
  .xr_mega_sub:hover { color: var(--primary-color); }
}

/* ==========================================================================
   Secondary (ghost) header CTA + pillar shell scaffold (Phase 1)
   ========================================================================== */
.cs_btn.cs_style_1.xr_btn_ghost {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid rgba(201, 168, 118, .55);
}
.cs_btn.cs_style_1.xr_btn_ghost:hover {
  border-color: var(--accent-color);
  color: var(--accent3-color);
}
.cs_sticky_active .cs_btn.cs_style_1.xr_btn_ghost { color: var(--primary-color); }
@media (max-width: 575px) { .xr_header_cta { display: none; } }

.xr_pillar_sec .cs_section_title { font-size: 34px; }
.xr_pillar_body {
  max-width: 820px;
  margin-top: 18px;
  padding-left: 62px;
}
.xr_pillar_lead {
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.9;
  color: var(--secondary-color);
  margin: 0 0 14px;
}
.xr_pillar_ph {
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent3-color);
  background: linear-gradient(135deg, rgba(201,168,118,.14), rgba(139,110,69,.08));
  border: 1px dashed rgba(201, 168, 118, .5);
  border-radius: 4px;
  padding: 6px 12px;
  margin: 0;
}
.xr_pillar_note {
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1.8;
  color: var(--secondary-color);
  margin: 16px 0 0;
  padding: 16px 20px;
  border-left: 2px solid var(--accent-color);
  background: rgba(245, 241, 232, .5);
}
.xr_pillar_intro {
  font-family: var(--primary-font);
  font-size: 26px;
  line-height: 1.4;
  color: var(--primary-color);
}
.xr_form_shell { max-width: 760px; }
.xr_form_side {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 26px 26px 30px;
  margin-bottom: 24px;
  background: rgba(250, 248, 242, .6);
}
.xr_form_side h3 {
  font-family: var(--primary-font);
  font-size: 22px;
  color: var(--primary-color);
  margin: 0 0 18px;
}
.xr_form_field { margin-bottom: 16px; }
.xr_form_field label {
  display: block;
  font-family: var(--secondary-font);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: 6px;
}
.xr_form_field input,
.xr_form_field select,
.xr_form_field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: #fff;
  font-family: var(--secondary-font);
  font-size: 14px;
  color: var(--primary-color);
}
.xr_form_note {
  font-size: 12px;
  color: var(--secondary-color);
  opacity: .8;
  margin-top: 14px;
}
[dir="rtl"] .xr_pillar_body { padding-left: 0; padding-right: 62px; }
[dir="rtl"] .xr_pillar_note { border-left: 0; border-right: 2px solid var(--accent-color); }
@media (max-width: 767px) {
  .xr_pillar_body { padding-left: 0; }
  [dir="rtl"] .xr_pillar_body { padding-right: 0; }
}

/* ==========================================================================
   Header fit for the 6-item mega nav + two-button CTA (Phase 1)
   Compacts nav spacing and CTA sizing so nothing overlaps at >=1200px. The
   legacy .cs_right_nav_list max-width:300 clamp is lifted (it clipped the 2nd
   button). Palette/typography unchanged.
   ========================================================================== */
@media (min-width: 1200px) {
  .cs_site_header.cs_style_1 .cs_main_header_left .cs_site_brand + .cs_main_header_center { margin-left: 30px; }
  .cs_site_header.cs_style_1 .cs_nav_list.cs_mp_0 > li { margin-right: 20px; }
  .cs_site_header.cs_style_1 .cs_nav_list.cs_mp_0 > li:last-child { margin-right: 0; }
  .cs_site_header.cs_style_1 .cs_nav_list.cs_mp_0 > li > .xr_mega_link {
    font-size: 12.5px; letter-spacing: .02em; white-space: nowrap;
  }
  .cs_site_header.cs_style_1 .cs_right_nav_list { max-width: none; gap: 14px; }
  .cs_site_header.cs_style_1 .cs_right_nav_list .cs_btn.cs_style_1 {
    padding: 9px 15px !important; font-size: 11.5px !important;
    letter-spacing: .03em; white-space: nowrap;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .cs_site_header.cs_style_1 .cs_nav_list.cs_mp_0 > li { margin-right: 13px; }
  .cs_site_header.cs_style_1 .cs_nav_list.cs_mp_0 > li > .xr_mega_link { font-size: 11.5px; }
  .cs_site_header.cs_style_1 .cs_right_nav_list .cs_btn.cs_style_1 { padding: 8px 12px !important; font-size: 11px !important; }
}

/* ================================================================ Phase 2 — property core */
.xr_hero_eyebrow {
  font-family: var(--secondary-font);
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 18px;
}
.xr_block { position: relative; }

/* ---- status badges ---- */
.xr_badge_stack { position: absolute; z-index: 3; left: 0; top: 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.xr_status_badge {
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 15px;
  background: var(--primary-color);
  color: var(--accent-color);
  border-left: 3px solid var(--accent-color);
}
.xr_status_badge.is-live { background: #1f3d2b; color: #cfe8d4; border-left-color: #7fbf8f; }
.xr_status_badge.is-gold { background: var(--primary-color); color: var(--accent-color); border-left-color: var(--accent-color); }
.xr_status_badge.is-warn { background: #4a3410; color: #f0d9a8; border-left-color: var(--accent-color); }
.xr_status_badge.is-off  { background: #2a2926; color: #bdb6a6; border-left-color: #7d7666; }
.xr_status_badge.xr_badge_sm { font-size: 10px; padding: 5px 12px; letter-spacing: 1.5px; }

.xr_opp_card { text-align: left; }
.xr_opp_desc { color: var(--secondary-color); font-size: 15px; }

/* ---- catalog filter bar ---- */
.xr_filter_bar {
  display: flex; flex-wrap: wrap; align-items: flex-end; gap: 18px;
  padding: 26px 28px; background: var(--gray3-color); border: 1px solid var(--border-color);
}
.xr_filter_label { font-family: var(--primary-font); font-size: 20px; margin-right: 6px; align-self: center; }
.xr_filter_field { display: flex; flex-direction: column; min-width: 190px; }
.xr_filter_field label {
  font-family: var(--secondary-font); font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--accent3-color); margin-bottom: 6px;
}
.xr_filter_select {
  padding: 11px 14px; border: 1px solid var(--border-color); background: #fff;
  font-family: var(--secondary-font); font-size: 14px; color: var(--primary-color);
}
.xr_filter_reset {
  padding: 11px 22px; border: 1px solid var(--primary-color); background: transparent;
  font-family: var(--secondary-font); font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--primary-color); cursor: pointer; transition: all .2s;
}
.xr_filter_reset:hover { background: var(--primary-color); color: var(--accent-color); }
.xr_catalog_count { font-family: var(--secondary-font); font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; color: var(--accent3-color); margin-top: 20px; }
.xr_no_results { font-family: var(--primary-font); font-size: 22px; text-align: center; padding: 40px 0; }

/* ---- journey selector ---- */
.xr_journey_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.xr_journey_card {
  display: flex; align-items: center; gap: 16px; padding: 28px 26px;
  border: 1px solid var(--border-color); background: #fff; transition: all .25s;
  font-family: var(--primary-font); font-size: 21px; color: var(--primary-color);
}
.xr_journey_card:hover { box-shadow: 10px 10px 40px rgba(0,0,0,.12); border-color: var(--accent-color); color: var(--primary-color); }
.xr_journey_i {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-color); color: var(--accent-color); transition: all .25s;
}
.xr_journey_card:hover .xr_journey_i { background: var(--accent-color); color: var(--primary-color); }

/* ---- three markets ---- */
.xr_market_card { display: block; background: #fff; border: 1px solid var(--border-color); height: 100%; transition: all .25s; }
.xr_market_card:hover { box-shadow: 10px 10px 50px rgba(0,0,0,.18); }
.xr_market_card .xr_px_img { position: relative; height: 260px; background-size: cover; background-position: center; }
.xr_market_body { padding: 30px 28px 34px; }
.xr_market_body h3 { font-family: var(--primary-font); font-size: 26px; margin-bottom: 10px; }
.xr_market_body p { color: var(--secondary-color); margin-bottom: 18px; }

/* ---- featured tabs ---- */
.xr_tabs { display: flex; flex-wrap: wrap; gap: 10px; border-bottom: 1px solid var(--border-color); }
.xr_tab_btn {
  padding: 12px 22px; background: transparent; border: 0; border-bottom: 2px solid transparent;
  font-family: var(--secondary-font); font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent3-color); cursor: pointer; transition: all .2s;
}
.xr_tab_btn.is-active { color: var(--primary-color); border-bottom-color: var(--accent-color); }
.xr_tab_pane { display: none; }
.xr_tab_pane.is-active { display: block; }

/* ---- capability strip (dark) ---- */
.xr_cap_item { padding: 30px 26px; border: 1px solid rgba(201,168,118,.28); height: 100%; }
.xr_cap_item h3 { font-family: var(--primary-font); font-size: 26px; margin-bottom: 10px; color: var(--accent-color); }

/* ---- ASHIMA facets ---- */
.xr_ashima_facet { padding: 26px 22px; background: #fff; border: 1px solid var(--border-color); height: 100%; }
.xr_ashima_facet h4 { font-family: var(--primary-font); font-size: 21px; margin-bottom: 8px; }
.xr_ashima_facet p { font-size: 14px; color: var(--secondary-color); margin: 0; }

/* ---- infra cards ---- */
.xr_infra_card { display: block; padding: 32px 26px; background: #fff; border: 1px solid var(--border-color); height: 100%; transition: all .25s; }
.xr_infra_card:hover { box-shadow: 10px 10px 40px rgba(0,0,0,.12); border-color: var(--accent-color); }
.xr_infra_card h3 { font-family: var(--primary-font); font-size: 23px; margin-bottom: 10px; }
.xr_infra_card p { font-size: 14px; color: var(--secondary-color); margin-bottom: 18px; }

/* ---- presence / governance ---- */
.xr_presence_item { padding: 26px 22px; border-top: 2px solid var(--accent-color); background: #fff; height: 100%; }
.xr_presence_item h4 { font-family: var(--primary-font); font-size: 20px; margin-bottom: 8px; }
.xr_presence_item p { font-size: 14px; color: var(--secondary-color); margin: 0; }
.xr_phase0 { font-family: var(--secondary-font); font-size: 12px; letter-spacing: 1px; color: var(--accent3-color); font-style: italic; }

/* ---- insights chips ---- */
.xr_insight_chips { display: flex; flex-wrap: wrap; gap: 12px; }
.xr_insight_chip {
  padding: 12px 22px; border: 1px solid var(--border-color); background: #fff;
  font-family: var(--secondary-font); font-size: 13px; letter-spacing: 1px; color: var(--primary-color); transition: all .2s;
}
.xr_insight_chip:hover { background: var(--primary-color); color: var(--accent-color); border-color: var(--primary-color); }

/* ---- pillar lists / process / faq ---- */
.xr_pillar_list { list-style: none; padding: 0; margin: 16px 0 0; }
.xr_pillar_list li { position: relative; padding-left: 26px; margin-bottom: 12px; color: var(--secondary-color); }
.xr_pillar_list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 1px; background: var(--accent-color); }
.xr_process { list-style: none; counter-reset: xrp; padding: 0; margin: 16px 0 0; }
.xr_process li { display: flex; gap: 16px; align-items: baseline; margin-bottom: 14px; color: var(--secondary-color); }
.xr_process li span { font-family: var(--primary-font); font-size: 20px; color: var(--accent-color); min-width: 34px; }
.xr_faq_block { margin-top: 16px; }
.xr_faq_item { border-top: 1px solid var(--border-color); padding: 18px 0; }
.xr_faq_item h4 { font-family: var(--primary-font); font-size: 20px; margin-bottom: 8px; }
.xr_faq_item p { color: var(--secondary-color); margin: 0; }

/* ---- ficha (detail) ---- */
.xr_ficha_img { height: 460px; background-size: cover; background-position: center; }
.xr_ficha_price { font-family: var(--secondary-font); font-weight: 600; font-size: 18px; color: var(--accent3-color); letter-spacing: .5px; }
.xr_facts { border-top: 1px solid var(--border-color); }
.xr_fact { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--border-color); }
.xr_fact_l { font-family: var(--secondary-font); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent3-color); flex: 0 0 42%; }
.xr_fact_v { text-align: right; color: var(--primary-color); }
.xr_nda_line { font-family: var(--secondary-font); font-size: 14px; color: var(--accent3-color); letter-spacing: .5px; margin: 6px 0 16px; }
.xr_nda_line i { margin-right: 8px; color: var(--accent-color); }
.xr_dealroom { counter-reset: dr; list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.xr_dealroom li { counter-increment: dr; position: relative; padding: 12px 18px 12px 42px; background: var(--gray3-color); border: 1px solid var(--border-color); font-size: 14px; font-family: var(--secondary-font); }
.xr_dealroom li::before { content: counter(dr); position: absolute; left: 14px; top: 12px; font-family: var(--primary-font); color: var(--accent-color); }

@media (max-width: 991px) {
  .xr_journey_grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .xr_filter_field { min-width: 100%; }
}
.xr_badge_row { display: flex; flex-wrap: wrap; gap: 8px; }
