/* =========================================
   ULTRA-LUXURY REDESIGN - SPARV STUDIO
========================================= */

:root {
  /* Color Palette */
  --obsidian: #0f0f11;
  --obsidian-light: #1a1a1d;
  --ivory: #f9f8f6;
  --champagne: #e6dfd1;
  --brushed-gold: #c1a173;
  --stone-beige: #d6d0c4;
  --graphite: #2a2a2a;
  --white: #ffffff;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--obsidian);
  color: var(--ivory);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Typography */
.font-playfair {
  font-family: 'Playfair Display', serif;
}

.font-inter {
  font-family: 'Inter', sans-serif;
}

.text-obsidian {
  color: var(--obsidian);
}

.text-ivory {
  color: var(--ivory);
}

.text-gold {
  color: var(--brushed-gold) !important;
}

.text-champagne {
  color: var(--champagne);
}

.text-stone {
  color: var(--stone-beige);
}

.bg-obsidian {
  background-color: var(--obsidian);
}

.bg-obsidian-light {
  background-color: var(--obsidian-light);
}

.bg-ivory {
  background-color: var(--ivory);
}

.bg-stone {
  background-color: var(--stone-beige);
}

.letter-spacing-sm {
  letter-spacing: 1px;
}

.letter-spacing-md {
  letter-spacing: 2px;
}

.letter-spacing-lg {
  letter-spacing: 4px;
}

.fs-xs {
  font-size: 0.75rem;
}

.fs-xxl {
  font-size: 5rem;
  line-height: 1;
}

.fs-giant {
  font-size: 10vw;
  line-height: 0.8;
  letter-spacing: -2px;
}

@media (min-width: 992px) {
  .fs-xxl {
    font-size: 8rem;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-max {
  z-index: 9999;
}

/* Cinematic Transitions & Reveals */
.reveal-up {
  opacity: 0.8;
  transform: translateY(60px);
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

/* Image Treatments */
.img-cinematic {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.img-architectural {
  width: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(0.9);
}

.img-zoom-hover {
  overflow: hidden;
}

.img-zoom-hover img {
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.img-zoom-hover:hover img {
  transform: scale(1.05);
}

/* =========================================
   NEW HEADER & FULL SCREEN MENU
========================================= */
.brand-logo {
  font-size: 1.25rem;
  letter-spacing: 4px;
}

.header-link {
  font-size: 0.75rem;
  font-family: 'Inter', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ivory);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0.5rem;
}

.header-link:hover {
  color: var(--brushed-gold);
}

.main-header {
  transition: all 0.5s ease;
  background: transparent;
  display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.main-header.scrolled {
  background: rgba(15, 15, 17, 0.9);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu-trigger:hover .menu-text {
  color: var(--brushed-gold);
}

.full-screen-menu {
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  /* height: 100vh; */
  height: 80px;
  background-color: rgba(15, 15, 17, 0.98);
  backdrop-filter: blur(20px);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.full-screen-menu.open {
  opacity: 1;
  visibility: visible;
}

.menu-link {
  font-size: 3rem;
  color: var(--ivory);
  text-decoration: none;
  transition: all 0.4s ease;
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}

.full-screen-menu.open .menu-link {
  opacity: 1;
  transform: translateY(0);
}

.menu-link:hover {
  color: var(--brushed-gold);
  transform: translateX(20px) !important;
}

.menu-number {
  font-size: 1rem;
  color: var(--stone-beige);
  margin-right: 2rem;
  font-family: 'Inter', sans-serif;
  letter-spacing: 2px;
}

/* =========================================
   LUXURY INTRO LOADER
========================================= */
.intro-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--obsidian);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), visibility 1s;
}

.intro-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.intro-logo {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  letter-spacing: 8px;
  color: var(--ivory);
  opacity: 0;
  animation: fadeIn 1s forwards 0.3s;
}

.intro-line {
  width: 0;
  height: 1px;
  background-color: var(--brushed-gold);
  margin-top: 1rem;
  animation: growLine 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes growLine {
  to {
    width: 100px;
  }
}

/* =========================================
   CINEMATIC SLIDING HERO
========================================= */
.cinematic-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--obsidian);
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 1.5s;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  will-change: transform;
  transition: transform 8s linear;
}

.hero-slide.active .hero-slide-bg {
  transform: scale(1);
}

.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(15, 15, 17, 0.8) 0%, rgba(15, 15, 17, 0.3) 50%, rgba(15, 15, 17, 0.1) 100%);
  z-index: 1;
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
  max-width: 1200px;
}

/* Hero Headline Typography Overrides */
.hero-slide-content h1.fs-xxl {
  font-size: 3.5rem;
}

@media (min-width: 992px) {
  .hero-slide-content h1.fs-xxl {
    font-size: 5rem;
  }
}

/* Staggered text animations in slide */
.hero-slide .slide-text {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-slide.active .slide-text {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.active .slide-text.t1 {
  transition-delay: 0.5s;
}

.hero-slide.active .slide-text.t2 {
  transition-delay: 0.7s;
}

.hero-slide.active .slide-text.t3 {
  transition-delay: 0.9s;
}

.hero-slide.active .slide-text.t4 {
  transition-delay: 1.1s;
}

/* =========================================
   INTERACTIVE PROGRESS NAVIGATION
========================================= */
.progress-nav-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 0 5%;
  background: linear-gradient(to top, rgba(15, 15, 17, 0.9), transparent);
}

.progress-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.progress-item {
  flex-grow: 1;
  text-align: center;
  padding: 1.5rem 0;
  cursor: pointer;
  position: relative;
}

.progress-item .nav-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}

.progress-item.active .nav-label,
.progress-item:hover .nav-label {
  color: var(--ivory);
}

.progress-line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: var(--brushed-gold);
}

.progress-item.active .progress-line {
  animation: progressFill 6s linear forwards;
}

@keyframes progressFill {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 991px) {

  /* On mobile, condense progress nav */
  .progress-nav {
    border-top: none;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .progress-item {
    display: none;
  }

  .mobile-slide-counter {
    display: block !important;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 4px;
    color: var(--ivory);
  }

  .hero-slide-overlay {
    background: linear-gradient(to top, rgba(15, 15, 17, 0.9) 0%, rgba(15, 15, 17, 0.5) 50%, rgba(15, 15, 17, 0.3) 100%);
  }
}

.mobile-slide-counter {
  display: none;
}

/* =========================================
   PREMIUM CTAs
========================================= */
.btn-primary-luxury {
  display: inline-flex;
  align-items: center;
  background-color: var(--ivory);
  color: var(--obsidian);
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 1px solid var(--ivory);
}

.btn-primary-luxury .btn-arrow {
  margin-left: 0.75rem;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-primary-luxury:hover {
  background-color: var(--champagne);
  border-color: var(--champagne);
  padding: 1rem 2.25rem;
}

.btn-primary-luxury:hover .btn-arrow {
  transform: translateX(5px);
}

.btn-secondary-luxury {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: var(--ivory);
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.25rem;
}

.btn-secondary-luxury:hover {
  color: var(--brushed-gold);
  border-bottom-color: var(--brushed-gold);
}

.floating-contact {
  position: absolute;
  bottom: 8rem;
  right: 3rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.floating-contact-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.25rem;
}

@media (max-width: 991px) {
  .floating-contact {
    display: none;
  }
}

.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--obsidian);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9999;
  padding: 1rem;
  text-align: center;
  display: none;
}

@media (max-width: 991px) {
  .mobile-sticky-cta {
    display: block;
  }
}


/* Layout Hacks (Negative Space & Asymmetry) */
.negative-margin-top {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

/* Hotspots & Inside Residence */
.hotspot-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--brushed-gold);
  color: var(--obsidian);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 0 rgba(193, 161, 115, 0.7);
  animation: pulse 2s infinite;
}

.hotspot:hover,
.hotspot.active {
  transform: scale(1.2);
  animation: none;
}

.hotspot-card {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: var(--obsidian-light);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ivory);
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  text-align: left;
}

.hotspot.active .hotspot-card {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.hotspot-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* Vertical Timeline */
.timeline {
  position: relative;
  padding-left: 30px;
  border-left: 1px solid rgba(193, 161, 115, 0.3);
}

.timeline-step {
  position: relative;
  margin-bottom: 3rem;
}

.timeline-step::before {
  content: '';
  position: absolute;
  left: -35px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: var(--brushed-gold);
  border-radius: 50%;
}

/* Services (Interactive Background Swapper & Tabs) */
.services-section {
  height: 100vh;
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.services-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.04);
}

.services-bg.active {
  opacity: 1;
  transform: scale(1);
}

.services-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 15, 17, 0.9) 0%, rgba(15, 15, 17, 0.65) 50%, rgba(15, 15, 17, 0.35) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Services Tabs */
.services-tab-nav {
  display: inline-flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 5px;
  backdrop-filter: blur(12px);
  gap: 6px;
}

.service-tab-btn {
  background: transparent;
  border: 1px solid transparent;
  color: var(--stone-beige);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.service-tab-btn .tab-number {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  opacity: 0.6;
}

.service-tab-btn:hover {
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.05);
}

.service-tab-btn.active {
  background: var(--brushed-gold);
  color: var(--obsidian);
  font-weight: 600;
  border-color: var(--brushed-gold);
  box-shadow: 0 4px 15px rgba(193, 161, 115, 0.3);
}

.service-tab-btn.active .tab-number {
  color: var(--obsidian);
  opacity: 0.85;
}

.services-glass-card {
  background: rgba(15, 15, 17, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 2.5rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.service-tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.service-tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.service-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--stone-beige);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
}

.badge-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(193, 161, 115, 0.12);
  color: var(--brushed-gold);
  border: 1px solid rgba(193, 161, 115, 0.25);
  padding: 0.3rem 0.8rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
}

.portfolio-pillar-card {
  background: #141416;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 2.5rem;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio-pillar-card:hover {
  border-color: rgba(193, 161, 115, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
}

.service-item {
  font-size: 3.5rem;
  color: rgba(249, 248, 246, 0.3);
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(249, 248, 246, 0.1);
  padding: 1rem 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .service-item {
    font-size: 2.5rem;
  }
}

.service-item:hover,
.service-item.active {
  color: var(--ivory);
  padding-left: 2rem;
}

/* Projects Masonry */
.project-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
  cursor: pointer;
}

.project-card img {
  width: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(to top, rgba(15, 15, 17, 0.9), transparent);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-card:hover .project-info {
  opacity: 1;
  transform: translateY(0);
}

/* Gallery Masonry & Filters */
.filter-btn {
  background: transparent;
  border: none;
  color: var(--stone-beige);
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  color: var(--brushed-gold);
}

.masonry-grid {
  column-count: 1;
  column-gap: 1.5rem;
}

@media (min-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .masonry-grid {
    column-count: 3;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  position: relative;
  cursor: zoom-in;
}

.masonry-item img {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}

.masonry-item:hover img {
  opacity: 0.8;
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(15, 15, 17, 0.98);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-height: 90vh;
  max-width: 90vw;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  color: var(--ivory);
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.3s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  color: var(--brushed-gold);
}

.lightbox-close {
  top: 20px;
  right: 40px;
}

.lightbox-prev {
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

/* FAQ Accordion */
.faq-item {
  border-bottom: 1px solid rgba(193, 161, 115, 0.2);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: var(--brushed-gold);
  padding: 2rem 0;
  display: flex;
  align-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-question:hover,
.faq-item.active .faq-question {
  color: var(--brushed-gold);
}

.faq-number {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--brushed-gold);
  margin-right: 1.5rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  color: var(--stone-beige);
  font-weight: 300;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 2rem;
}

/* Statistics */
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--ivory);
  line-height: 1;
}

/* Misc Utilities */
.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/* Buttons */
.btn-outline-gold {
  border: 1px solid var(--brushed-gold);
  color: var(--ivory);
  transition: all 0.3s ease;
}

.btn-outline-gold:hover {
  background-color: var(--brushed-gold);
  color: var(--obsidian);
}

.btn-gold {
  background-color: var(--brushed-gold);
  border: 1px solid var(--brushed-gold);
  color: var(--obsidian);
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: transparent;
  color: var(--brushed-gold);
}

/* =========================================
   REUSABLE HEADING SYSTEM
========================================= */

/* Main Page Heading (H1) across all pages */
.page-heading {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 400;
  color: var(--ivory);
}

/* Section Heading (H2) - Standard across all sections & pages */
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  line-height: 1.15;
  font-weight: 400;
  color: var(--ivory);
}

/* Prominent Section Heading modifier (4rem) */
.section-heading-lg {
  font-size: 4rem;
}

/* Narrative / Editorial Statement Heading (H2) */
.section-statement {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
}

/* Call-to-Action Pre-Footer Heading (H2) */
.cta-heading {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--ivory);
}

/* Brand Title in Footer (H2) */
.footer-brand-heading {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  color: var(--ivory);
  letter-spacing: 4px;
}

/* Eyebrows / Category Badges (span) */
.section-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brushed-gold);
  display: block;
  margin-bottom: 1rem;
}

/* Project / Feature / Item Heading (H3) */
.card-heading {
  font-family: 'Playfair Display', serif;
  color: var(--ivory);
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

/* Feature / Pillar Heading (H4) */
.feature-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Process Step Heading (H5) */
.step-heading {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--brushed-gold);
}

/* Hotspot Card Heading (H5) */
.hotspot-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--brushed-gold);
  margin-bottom: 0.5rem;
}

/* =========================================
   REUSABLE LAYOUT & COMPONENT CLASSES
========================================= */

/* Header Layout & Navigation */
.header-col-side {
  width: 25%;
}

.header-col-nav {
  width: 60%;
}

.header-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.intro-loader-logo-img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.header-link-gold {
  /* background-color: #ffffff; */
  color: var(--brushed-gold) !important;
}

/* Hero Slides Content */
.hero-slide-desc {
  max-width: 500px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.hero-slide-badge {
  font-size: 10px;
}

/* Subpage Heroes */
.subpage-hero {
  position: relative;
  height: 70vh;
  min-height: 450px;
  margin-top: 0;
}

.subpage-hero-sm {
  position: relative;
  height: 60vh;
  min-height: 400px;
  margin-top: 0;
}

.subpage-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.subpage-hero-bg-dark {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.35);
}

/* Hotspots */
.hotspot-main-img {
  height: 85vh;
  min-height: 500px;
  object-fit: cover;
}

.hotspot-pos-kitchen {
  top: 40%;
  left: 30%;
}

.hotspot-pos-entertainment {
  top: 55%;
  left: 70%;
}

.hotspot-pos-wardrobe {
  top: 25%;
  left: 85%;
}

/* Architectural Image Heights */
.img-h-100vh {
  height: 100vh;
  object-fit: cover;
}

.img-h-80vh {
  height: 80vh;
  object-fit: cover;
}

.img-h-70vh {
  height: 70vh;
  object-fit: cover;
}

.img-h-60vh {
  height: 60vh;
  object-fit: cover;
}

.img-h-50vh {
  height: 50vh;
  object-fit: cover;
}

.img-founder-portrait {
  height: 60vh;
  filter: grayscale(100%) contrast(1.1);
  object-fit: cover;
}

.img-studio-preview {
  filter: brightness(0.7) grayscale(0.5);
  object-fit: cover;
}

/* =========================================
   LEGAL PAGES & DOCUMENTATION COMPONENTS
   (Terms & Conditions, Privacy Policy)
========================================= */

/* Legal Hero Banner */
.legal-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52vh;
  padding-top: 130px;
  padding-bottom: 60px;
}

.legal-hero-bg {
  height: 100%;
  filter: brightness(0.28);
}

.legal-hero-overlay {
  background: linear-gradient(180deg, rgba(15, 15, 17, 0.4) 0%, rgba(15, 15, 17, 0.85) 75%, var(--obsidian) 100%);
}

.legal-hero-desc {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Legal Headings & Utilities */
.legal-heading {
  font-size: 1.75rem;
  line-height: 1.3;
}

.max-w-600 {
  max-width: 600px;
}

.table-col-25 {
  width: 25%;
}

.table-col-75 {
  width: 75%;
}

/* Legal Sticky Table of Contents */
.legal-toc-wrapper {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--brushed-gold) rgba(255, 255, 255, 0.05);
}

.legal-toc-wrapper::-webkit-scrollbar {
  width: 4px;
}

.legal-toc-wrapper::-webkit-scrollbar-thumb {
  background: var(--brushed-gold);
  border-radius: 4px;
}

.toc-link {
  display: block;
  color: var(--stone-beige);
  text-decoration: none;
  font-size: 0.825rem;
  padding: 0.55rem 0.85rem;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
  line-height: 1.4;
}

.toc-link:hover,
.toc-link.active {
  color: var(--brushed-gold);
  border-left-color: var(--brushed-gold);
  background: rgba(193, 161, 115, 0.06);
  transform: translateX(4px);
}

.toc-link .toc-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.75rem;
  color: var(--brushed-gold);
  margin-right: 0.5rem;
  font-weight: 600;
}

/* Legal Section Cards */
.legal-section-card {
  background: #141416;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  scroll-margin-top: 100px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.legal-section-card:hover {
  border-color: rgba(193, 161, 115, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.legal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(193, 161, 115, 0.12);
  color: var(--brushed-gold);
  border: 1px solid rgba(193, 161, 115, 0.25);
  padding: 0.25rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
}

.clause-box {
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid var(--brushed-gold);
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  border-radius: 0 4px 4px 0;
}

.highlight-pill {
  background: rgba(193, 161, 115, 0.08);
  border: 1px solid rgba(193, 161, 115, 0.15);
  border-radius: 4px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.search-legal-input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ivory);
  font-size: 0.85rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border-radius: 3px;
  width: 100%;
  transition: all 0.3s ease;
}

.search-legal-input:focus {
  outline: none;
  border-color: var(--brushed-gold);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 3px rgba(193, 161, 115, 0.15);
}

.search-icon-wrap {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--stone-beige);
  pointer-events: none;
}

/* Legal Tables */
.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.85rem;
}

.legal-table th {
  background: rgba(193, 161, 115, 0.12);
  color: var(--brushed-gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
}

.legal-table td {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--stone-beige);
  vertical-align: top;
}

.legal-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

/* Back to Top Floating Button */
.back-to-top-btn {
  position: fixed;
  bottom: 85px;
  right: 25px;
  width: 44px;
  height: 44px;
  background: #1a1a1d;
  border: 1px solid rgba(193, 161, 115, 0.4);
  color: var(--brushed-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 998;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.back-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn:hover {
  background: var(--brushed-gold);
  color: var(--obsidian);
  transform: translateY(-3px);
}

/* =========================================
   CONTACT US PAGE STYLES
========================================= */
.contact-hero-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(193, 161, 115, 0.12);
  border: 1px solid rgba(193, 161, 115, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--brushed-gold);
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.quick-contact-card {
  background: #141416;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 2rem;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
  display: block;
  height: 100%;
}

.quick-contact-card:hover {
  border-color: rgba(193, 161, 115, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.quick-contact-card:hover .contact-hero-icon {
  background: var(--brushed-gold);
  color: var(--obsidian);
  box-shadow: 0 0 15px rgba(193, 161, 115, 0.4);
}

.office-card {
  background: #141416;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.office-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--brushed-gold);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.office-card:hover {
  border-color: rgba(193, 161, 115, 0.35);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.office-card:hover::before {
  opacity: 1;
}

/* Contact Page Specific Layout & Luxury Form System */
.contact-main-section {
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}

.contact-form-card {
  background: #141417;
  border: 1px solid rgba(193, 161, 115, 0.22);
  border-radius: 8px;
  padding: 2.75rem 2.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
  position: relative;
}

@media (max-width: 768px) {
  .contact-main-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .contact-form-card {
    padding: 1.75rem 1.25rem;
  }
}

/* Step Header */
.form-step-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.75rem 0 1.15rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.form-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(193, 161, 115, 0.18);
  border: 1px solid rgba(193, 161, 115, 0.4);
  color: var(--brushed-gold);
  font-size: 0.75rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  flex-shrink: 0;
}

.form-step-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 0;
}

.form-step-hint {
  font-size: 0.75rem;
  color: var(--stone-beige);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-left: auto;
}

/* Category Selection Tiles */
.category-tiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (max-width: 600px) {
  .category-tiles-grid {
    grid-template-columns: 1fr;
  }
}

.category-tile {
  background: #19191d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 0.9rem 1rem;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  position: relative;
  user-select: none;
}

.category-tile:hover {
  border-color: rgba(193, 161, 115, 0.5);
  background: #202026;
  transform: translateY(-2px);
}

.category-tile.active {
  background: rgba(193, 161, 115, 0.12);
  border-color: var(--brushed-gold);
  box-shadow: 0 4px 20px rgba(193, 161, 115, 0.2);
}

.category-tile .tile-icon {
  font-size: 1.25rem;
  color: var(--brushed-gold);
  margin-top: 1px;
  flex-shrink: 0;
}

.category-tile .tile-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 0.15rem;
  font-family: 'Inter', sans-serif;
  line-height: 1.3;
}

.category-tile .tile-desc {
  font-size: 0.725rem;
  color: var(--stone-beige);
  line-height: 1.35;
  font-family: 'Inter', sans-serif;
  opacity: 0.85;
}

.category-tile .tile-check {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--brushed-gold);
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.category-tile.active .tile-check {
  opacity: 1;
}

/* Form Controls & Input Groups */
.luxury-input-group {
  margin-bottom: 1.25rem;
}

.luxury-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 0.5rem;
}

.luxury-label .required-tag {
  color: var(--brushed-gold);
  font-size: 0.65rem;
  font-weight: 600;
  background: rgba(193, 161, 115, 0.14);
  padding: 2px 7px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}

.luxury-label .optional-tag {
  color: var(--stone-beige);
  font-size: 0.65rem;
  font-weight: 400;
  opacity: 0.7;
  letter-spacing: 0.5px;
}

.input-with-icon {
  position: relative;
}

.input-with-icon .input-icon-left {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brushed-gold);
  font-size: 1rem;
  pointer-events: none;
  opacity: 0.8;
  z-index: 2;
}

.input-with-icon .luxury-input {
  padding-left: 3rem !important;
}

.luxury-input {
  background: #18181c !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  padding: 0.9rem 1.15rem !important;
  font-size: 0.925rem !important;
  font-family: 'Inter', sans-serif !important;
  transition: all 0.25s ease !important;
  width: 100%;
}

.luxury-input:focus {
  outline: none !important;
  background: #1f1f25 !important;
  border-color: var(--brushed-gold) !important;
  box-shadow: 0 0 0 3px rgba(193, 161, 115, 0.2) !important;
  color: #ffffff !important;
}

.luxury-input::placeholder {
  color: rgba(214, 208, 196, 0.45) !important;
  font-size: 0.875rem !important;
}

.luxury-select {
  background-color: #18181c !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  padding: 0.75rem 2.5rem 0.75rem 1.15rem !important;
  font-size: 0.925rem !important;
  font-family: 'Inter', sans-serif !important;
  line-height: 1.5 !important;
  min-height: 48px !important;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c1a173' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-position: right 1.15rem center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 10px !important;
  transition: all 0.25s ease !important;
  appearance: none;
  -webkit-appearance: none;
}

.luxury-select:focus {
  outline: none !important;
  background-color: #1f1f25 !important;
  border-color: var(--brushed-gold) !important;
  box-shadow: 0 0 0 3px rgba(193, 161, 115, 0.2) !important;
}

.luxury-select option {
  background-color: #1a1a1e;
  color: #ffffff;
  padding: 10px 14px;
}

.field-helper {
  font-size: 0.735rem;
  color: var(--stone-beige);
  opacity: 0.8;
  margin-top: 0.4rem;
  line-height: 1.35;
  font-family: 'Inter', sans-serif;
}

/* Privacy & Assurance Box */
.trust-assurance-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  padding: 0.9rem 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.775rem;
  color: var(--stone-beige);
  font-family: 'Inter', sans-serif;
  margin-top: 1.25rem;
}

.trust-assurance-box i {
  font-size: 1.25rem;
  color: var(--brushed-gold);
  flex-shrink: 0;
}

/* Office Directory Cards Enhancements */
.office-card {
  background: #141417;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 1.85rem;
  margin-bottom: 1.25rem;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.office-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--brushed-gold);
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.office-card:hover {
  border-color: rgba(193, 161, 115, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.office-card:hover::before {
  opacity: 1;
}

.office-actions-bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.office-action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.735rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.45rem 0.85rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.office-action-link:hover {
  background: rgba(193, 161, 115, 0.2);
  border-color: var(--brushed-gold);
  color: #ffffff;
}

.office-action-link i {
  color: var(--brushed-gold);
}

/* =========================================
   CONSULTATION & DIRECTORY SYSTEM
========================================= */
.consultation-card {
  background: #141417;
  border: 1px solid rgba(193, 161, 115, 0.22);
  border-radius: 8px;
  padding: 3rem 2.75rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
  position: relative;
  transition: border-color 0.3s ease;
}

.consultation-card:hover {
  border-color: rgba(193, 161, 115, 0.38);
}

.address-card {
  background: #141417;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1.65rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.address-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--brushed-gold);
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.address-card:hover {
  border-color: rgba(193, 161, 115, 0.35);
  background: #18181d;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.address-card:hover::before {
  opacity: 1;
}

.hotline-card {
  background: linear-gradient(135deg, #1d1b17 0%, #151518 100%);
  border: 1px solid rgba(193, 161, 115, 0.35);
  border-radius: 8px;
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.hotline-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(193, 161, 115, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.badge-priority-hotline {
  background-color: #f7c4c4;
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.25);
  font-size: 0.75rem;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.rera-card {
  background: rgba(193, 161, 115, 0.05);
  border: 1px dashed rgba(193, 161, 115, 0.32);
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  position: relative;
}

.rera-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(193, 161, 115, 0.15);
  border: 1px solid rgba(193, 161, 115, 0.3);
  color: var(--brushed-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 3px;
}

.badge-hub-type {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--brushed-gold);
  background: rgba(193, 161, 115, 0.12);
  padding: 2px 8px;
  border-radius: 3px;
}

.action-btn-sm {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.45rem 0.95rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.action-btn-sm:hover {
  background: rgba(193, 161, 115, 0.2);
  border-color: var(--brushed-gold);
  color: #ffffff;
  transform: translateY(-1px);
}

.action-btn-gold {
  background: var(--brushed-gold);
  color: #0f0f11 !important;
  border-color: var(--brushed-gold);
  font-weight: 600;
}

.action-btn-gold:hover {
  background: #d4b585;
  border-color: #d4b585;
  color: #0f0f11 !important;
}

.luxury-select-custom {
  background-color: #18181c !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  padding: 0.85rem 2.5rem 0.85rem 2.85rem !important;
  font-size: 0.925rem !important;
  font-family: 'Inter', sans-serif !important;
  line-height: 1.5 !important;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c1a173' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-position: right 1.15rem center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 10px !important;
  transition: all 0.25s ease !important;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}

.luxury-select-custom:focus {
  outline: none !important;
  background-color: #1f1f25 !important;
  border-color: var(--brushed-gold) !important;
  box-shadow: 0 0 0 3px rgba(193, 161, 115, 0.2) !important;
}

.luxury-select-custom option {
  background-color: #1a1a1e !important;
  color: #ffffff !important;
  padding: 12px 14px;
}

.form-success-message {
  display: none;
  background: rgba(193, 161, 115, 0.12);
  border: 1px solid var(--brushed-gold);
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Print Optimization for Legal Documents */
@media print {
  body {
    background: #fff !important;
    color: #111 !important;
  }

  .main-header,
  .intro-loader,
  .mobile-sticky-cta,
  .full-screen-menu,
  .legal-toc-wrapper,
  .back-to-top-btn,
  .print-hide,
  footer {
    display: none !important;
  }

  .legal-section-card {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #111 !important;
    page-break-inside: avoid;
    box-shadow: none !important;
    margin-bottom: 2rem;
  }

  .text-ivory,
  .text-stone,
  .text-graphite {
    color: #222 !important;
  }

  .text-gold {
    color: #99732f !important;
  }

  .legal-table th {
    background: #eee !important;
    color: #111 !important;
  }

  .legal-table td {
    border-color: #ddd !important;
    color: #222 !important;
  }

  .clause-box {
    background: #f9f9f9 !important;
    border-left: 4px solid #99732f !important;
  }
}