.accordion-question:hover,
.breadcrumb-link:hover,
.footer-bottom-links a:hover,
.footer-contact-link:hover,
.footer-link:hover,
.mobile-link:hover,
.nav-link:hover,
.pre-logo,
.sidebar-cat-list li a:hover {
  color: var(--gold);
}
#hero,
.nav-link {
  position: relative;
}
#lightbox,
#mobileMenu,
#navbar,
#preloader,
#scrollTop {
  position: fixed;
}
#hero,
.blog-img,
.footer-wrapper,
.gallery-item,
.plan-card,
.testi-card {
  overflow: hidden;
}
#lb-next,
.lb-close {
  right: 1.5rem;
}
.amenity-card,
.cta-custom-section,
.inquiry-btn-wrap,
.property-stat-item {
  text-align: center;
}
.article-body h2,
.article-body h3 {
  line-height: 1.3;
  color: var(--charcoal);
}
:root {
  --gold: #c8a96b;
  --gold-light: #e8d8b9;
  --gold-dark: #a07840;
  --cream: #faf7f2;
  --charcoal: #1a1a1a;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Inter, sans-serif;
  background: var(--cream);
  color: var(--charcoal);
}
#preloader {
  inset: 0;
  z-index: 9999;
  background: #0e0c09;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s, visibility 0.7s;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.pre-logo {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: 0.2em;
  animation: 0.9s forwards fadeInUp;
}
.pre-line {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin-top: 1.2rem;
  animation: 1.2s 0.4s forwards expandLine;
}
.pre-sub {
  font-family: "Cormorant Garamond", serif;
  color: #a89060;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  margin-top: 0.8rem;
  opacity: 0;
  animation: 0.7s 0.8s forwards fadeInUp;
}
.hero-eyebrow,
.nav-link {
  font-family: Inter, sans-serif;
}
@keyframes expandLine {
  to {
    width: 180px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#navbar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s;
  padding: 1.4rem 0;
}
#navbar.scrolled {
  background: rgba(10, 9, 7, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(200, 169, 107, 0.15);
  padding: 0.9rem 0;
}
.nav-link {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 3px;
  transition: color 0.3s;
}
.btn-gold,
.btn-outline-gold {
  font-size: 0.72rem;
  padding: 0.6rem 1.6rem;
  letter-spacing: 0.18em;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.35s;
}
#lightbox,
.gallery-item::after {
  transition: opacity 0.4s;
  inset: 0;
}
.footer-col-list li a:hover::before,
.nav-link:hover::after {
  width: 100%;
}
.btn-gold {
  background: var(--gold);
  color: #0e0c09;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  transition: background 0.3s, transform 0.2s;
}
.btn-outline-gold,
.hero-eyebrow {
  color: var(--gold);
  text-transform: uppercase;
}
.btn-gold:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
}
#scrollTop,
.badge-pill span.dot,
.card-hl:hover .icon-ring,
.footer-col-list li a::before {
  background: var(--gold);
}
.btn-outline-gold {
  border: 1px solid rgba(200, 169, 107, 0.5);
  border-radius: 2px;
  transition: 0.3s;
}
.btn-outline-gold:hover,
.plan-tab.active {
  background: var(--gold);
  color: #0e0c09;
}
#hero {
  height: 100vh;
  min-height: 700px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1613977257363-707ba9348227?w=1800&q=85")
    center/cover no-repeat;
  transform: scale(1.08);
  animation: 18s ease-in-out infinite alternate heroZoom;
}
@keyframes heroZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.18);
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(14, 12, 9, 0.85) 0,
    rgba(14, 12, 9, 0.4) 60%,
    rgba(14, 12, 9, 0.75) 100%
  );
}
.cta-content,
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  display: inline-block;
  border-bottom: 1px solid rgba(200, 169, 107, 0.4);
  padding-bottom: 0.4rem;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 6vw, 3.2rem);
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
}
.cta-highlight,
.hero-title em,
.newsletter-highlight {
  color: var(--gold);
  font-style: italic;
}
.hero-sub {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
  font-weight: 300;
}
.detail-item .val,
.stat-chip .num,
.stat-num,
.testi-card::before {
  font-family: "Playfair Display", serif;
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(200, 169, 107, 0.62);
  border: 1px solid rgba(200, 169, 107, 0.3);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 999px;
}
.badge-pill span.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.scroll-cue {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.about-image-wrap,
.about-img-wrap,
.about-img-wrap img,
.gallery-item,
.testi-card {
  position: relative;
}
.scroll-cue-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, rgba(200, 169, 107, 0.8), transparent);
  animation: 2s ease-in-out infinite scrollPulse;
}
@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.1);
  }
}
.section-title.light {
  color: #fff;
}
.about-img-wrap::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 60%;
  height: 60%;
  border: 1px solid var(--gold-light);
  z-index: 0;
  pointer-events: none;
}
.about-img-wrap img {
  z-index: 1;
}
.stat-chip {
  background: var(--charcoal);
  color: var(--gold-light);
  padding: 1.2rem 1.8rem;
  display: inline-block;
  border-left: 3px solid var(--gold);
  z-index: 99;
}
.stat-chip .num {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--gold);
}
.stat-chip .lbl {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 0.3rem;
}
.card-hl {
  background: #fff;
  border: 1px solid #f0ead8;
  padding: 2rem 1.8rem;
  border-radius: 4px;
  transition: box-shadow 0.35s, transform 0.35s, background 0.35s;
  cursor: default;
}
.card-hl:hover {
  box-shadow: 0 16px 48px rgba(200, 169, 107, 0.18);
  transform: translateY(-6px);
  background: linear-gradient(135deg, #fffdf8, #fff8ee);
}
.icon-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  transition: background 0.3s;
}
.card-hl:hover .icon-ring svg {
  stroke: #fff;
}
.detail-item {
  padding: 1.4rem 1.6rem;
  background: #fff;
  border: 1px solid #f0ead8;
}
.detail-item .lbl {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #999;
}
.detail-item .val {
  font-size: 1.2rem;
  color: var(--charcoal);
  margin-top: 0.25rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 0.75rem;
}
.gallery-grid .g1 {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item {
  border-radius: 3px;
}
.blog-card-img-wrap img,
.blog-image,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.gallery-item:hover img {
  transform: scale(1.07);
}
.gallery-item::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 50%, rgba(14, 12, 9, 0.5));
  opacity: 0;
}
.amenity-card:hover,
.footer-social-btn:hover {
  background: rgba(200, 169, 107, 0.08);
}
.gallery-item:hover .zoom-hint,
.gallery-item:hover::after {
  opacity: 1;
}
.plan-card {
  background: #fff;
  border: 1px solid #f0ead8;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow 0.35s, transform 0.35s;
}
.plan-card:hover {
  box-shadow: 0 20px 56px rgba(200, 169, 107, 0.2);
  transform: translateY(-5px);
}
.plan-tab {
  cursor: pointer;
  padding: 0.5rem 1.4rem;
  border-radius: 2px;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: 0.25s;
}
.plan-tab:not(.active) {
  color: #888;
  border: 1px solid #e8e0d0;
}
.page-btn:hover,
.plan-tab:not(.active):hover {
  border-color: var(--gold);
  color: var(--gold);
}
.amenity-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem 1.5rem;
  border-radius: 4px;
  transition: background 0.35s, border-color 0.35s, transform 0.35s;
}
.amenity-card:hover {
  border-color: rgba(200, 169, 107, 0.3);
  transform: translateY(-5px);
}
.comment-form-inp:focus,
.footer-social-btn:hover,
.form-inp:focus,
.lb-arrow:hover,
.lb-close:hover,
.newsletter-inp:focus,
.newsletter-input:focus,
.sidebar-search input:focus {
  border-color: var(--gold);
}
#scrollTop:hover,
.nearby-card:hover {
  transform: translateY(-3px);
}
.stats-dark {
  background: var(--charcoal);
}
.stat-num {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--gold);
  line-height: 1;
}
.stat-lbl {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5rem;
}
.testi-card {
  background: #fff;
  border: 1px solid #f0ead8;
  border-radius: 4px;
  padding: 2.5rem 2rem;
}
.testi-card::before {
  content: '"';
  font-size: 9rem;
  color: var(--gold-light);
  position: absolute;
  top: -2rem;
  left: 1rem;
  line-height: 1;
  pointer-events: none;
}
.form-dark {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 2.5rem;
}
.form-inp {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  padding: 0.85rem 1.1rem;
  color: #fff;
  font-size: 0.9rem;
  outline: 0;
  transition: border-color 0.3s;
  font-family: Inter, sans-serif;
}
.lb-close,
.nearby-icon {
  width: 44px;
  height: 44px;
}
.form-inp::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.blog-img img {
  transition: transform 0.6s;
  width: 100%;
}
.blog-card-custom:hover .blog-image,
.blog-card:hover .blog-card-img-wrap img,
.blog-card:hover .blog-img img {
  transform: scale(1.06);
}
.blog-tag {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200, 169, 107, 0.1);
  padding: 0.25rem 0.7rem;
  border-radius: 2px;
  display: inline-block;
}
.footer-col-heading,
.lb-counter {
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.nearby-card {
  background: #fff;
  border: 1px solid #f0ead8;
  border-radius: 4px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: box-shadow 0.3s, transform 0.3s;
}
#lightbox-img,
#scrollTop {
  border-radius: 3px;
  opacity: 0;
}
.nearby-card:hover {
  box-shadow: 0 12px 40px rgba(200, 169, 107, 0.15);
}
.nearby-icon {
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(200, 169, 107, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section,
.inquiry-section {
  background: linear-gradient(135deg, #0e0c09 0, #1a1510 50%, #0e0c09 100%);
}
footer {
  background: #080705;
}
.footer-link {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.3s;
}
#scrollTop {
  bottom: 2rem;
  right: 2rem;
  z-index: 900;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(200, 169, 107, 0.4);
  pointer-events: none;
  transition: opacity 0.35s, transform 0.35s;
  cursor: pointer;
}
#lightbox.open,
#scrollTop.visible {
  opacity: 1;
  pointer-events: auto;
}
#mobileMenu {
  display: none;
  inset: 0;
  z-index: 998;
  background: rgba(8, 7, 5, 0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
#lightbox,
.footer-social-btn {
  display: flex;
  align-items: center;
}
#mobileMenu.open {
  display: flex;
}
.mobile-link {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
.footer-col-heading,
.footer-col-list li a:hover,
.footer-social-btn:hover,
.lb-arrow:hover,
.lb-close:hover,
.stats-dark span {
  color: var(--gold);
  color: var(--gold);
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid .g1 {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid .g1 {
    grid-column: span 1;
  }
}
.footer-social-btn {
  justify-content: center;
}
.footer-col-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.footer-col-list li a {
  position: relative;
  padding-left: 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.83rem;
  text-decoration: none;
  transition: 0.3s;
}
.footer-col-list li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.3s;
}
.footer-col-list li a:hover {
  padding-left: 0.3rem;
}
#lightbox {
  z-index: 9000;
  background: rgba(6, 4, 2, 0.97);
  backdrop-filter: blur(16px);
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.lb-arrow,
.lb-close {
  position: absolute;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
}
#lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.9);
  transform: scale(0.94);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
}
#lightbox.open #lightbox-img {
  transform: scale(1);
  opacity: 1;
}
.lb-close {
  top: 1.5rem;
  border: 1px solid rgba(200, 169, 107, 0.3);
  border-radius: 50%;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
}
.lb-close:hover {
  transform: rotate(90deg);
}
.lb-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(200, 169, 107, 0.25);
  border-radius: 50%;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
}
.lb-caption,
.lb-counter,
.lb-thumbs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.lb-arrow:hover {
  background: rgba(200, 169, 107, 0.1);
}
#lb-prev {
  left: 1.5rem;
}
.lb-counter {
  bottom: 1.8rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.35);
}
.lb-caption {
  bottom: 3.5rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.footer-logo-text,
.footer-watermark,
.stats-dark span {
  font-family: "Playfair Display", serif;
}
.gallery-item {
  cursor: zoom-in;
}
.gallery-item .zoom-hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.zoom-hint-ring {
  width: 52px;
  height: 52px;
  border: 1.5px solid rgba(200, 169, 107, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
.footer-logo-row,
.lb-thumbs {
  align-items: center;
  display: flex;
}
.lb-thumbs {
  bottom: 1rem;
  gap: 0.5rem;
}
.blog-hero-watermark,
.footer-watermark {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}
.lb-thumb {
  width: 48px;
  height: 34px;
  object-fit: cover;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.35;
  border: 1px solid transparent;
  transition: 0.25s;
}
.lb-thumb.active,
.lb-thumb:hover {
  opacity: 1;
  border-color: var(--gold);
}
.stats-dark span {
  font-size: 2.5rem;
}
.footer-wrapper {
  background: #06050300;
  position: relative;
}
.footer-top-border {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.footer-hero {
  background: linear-gradient(135deg, #0a0806 0, #120f0a 40%, #0a0806 100%);
  padding: 5rem 1.5rem 3.5rem;
  position: relative;
}
.footer-watermark {
  position: absolute;
  right: -2rem;
  font-size: 22rem;
  color: rgba(200, 169, 107, 0.03);
  line-height: 1;
  font-weight: 700;
}
.footer-brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 4rem;
}
.footer-logo-block {
  max-width: 320px;
}
.footer-logo-row {
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}
.footer-logo-text {
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.footer-description {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 2rem;
}
.about-stat-num,
.logo span,
.property-stat-value {
  font-family: "Playfair Display", serif;
}
.footer-contact-text,
.toc-list li a {
  line-height: 1.6;
}
.footer-social-row,
.newsletter-form {
  display: flex;
  gap: 0.75rem;
}
.footer-social-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(200, 169, 107, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  transition: 0.35s;
  background: rgba(255, 255, 255, 0.02);
}
.footer-bottom-links a,
.footer-contact-link {
  transition: color 0.3s;
  text-decoration: none;
}
.footer-social-btn:hover {
  background: var(--gold);
  color: #000;
  transform: translateY(-3px);
}
.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  flex: 1;
  min-width: 0;
}
.footer-col-heading {
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  position: relative;
  padding-bottom: 0.9rem;
}
.footer-contact-link,
.footer-contact-text {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.83rem;
}
.footer-col-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background: var(--gold);
}
.footer-col-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-list {
  gap: 0.9rem;
}
.footer-contact-item {
  display: flex;
  gap: 0.6rem;
}
.footer-contact-item-start {
  align-items: flex-start;
}
.footer-contact-item-center {
  align-items: center;
}
.footer-contact-icon {
  flex-shrink: 0;
}
.footer-contact-icon-top {
  margin-top: 2px;
}
.footer-bottom-links a,
.footer-copy {
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom-links a,
.footer-copy,
.footer-tagline {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.footer-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.footer-divider-line-left {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 169, 107, 0.2));
}
.footer-divider-line-right {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 169, 107, 0.2), transparent);
}
.footer-bottom-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer-tagline {
  color: rgba(255, 255, 255, 0.65);
}
.footer-bottom-links {
  display: flex;
  gap: 2rem;
}
@media (max-width: 991px) {
  .footer-nav-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.logo span {
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.08em;
}
#mobileMenu button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #fff;
  font-size: 1.8rem;
}
.property-stats-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.property-stats-container {
  background: rgba(14, 12, 9, 0.75);
  backdrop-filter: blur(14px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.property-stat-item {
  padding: 1rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.property-stat-item:last-child {
  border-right: none;
}
.property-stat-value {
  font-size: 1.5rem;
  color: var(--gold);
}
.property-stat-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.25rem;
}
.about-section,
.blog-section,
.contact-section {
  background: var(--cream);
}
.about-grid {
  display: grid;
  gap: 4rem;
  align-items: center;
}
.about-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}
.about-stat-chip {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: #0f0c09;
  padding: 1.25rem 1.8rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  border-left: 3px solid var(--gold);
}
.blog-hero,
.cta-custom-section {
  position: relative;
  overflow: hidden;
}
.about-stat-num {
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.45rem;
}
.about-stat-label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.about-description {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  color: #555;
  line-height: 1.9;
  font-weight: 300;
}
.about-mini-stat-value,
.blog-title,
.cta-title {
  font-family: "Playfair Display", serif;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.about-mini-stat-value {
  font-size: 2rem;
  color: var(--gold);
  line-height: 1.1;
}
.about-mini-stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  margin-top: 0.35rem;
}
.inquiry-label-light,
.newsletter-label-light {
  color: var(--gold-light);
}
.inquiry-form-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 3rem;
  backdrop-filter: blur(14px);
}
.inquiry-form-grid {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.inquiry-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-bottom: 0.5rem;
}
.blog-readmore,
.blog-tag-custom {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.inquiry-textarea {
  resize: none;
}
.inquiry-btn {
  padding: 0.75rem 2.5rem;
  font-size: 0.875rem;
}
.blog-grid {
  display: grid;
  gap: 1.75rem;
}
.blog-card-custom {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}
.blog-card-custom:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.blog-image-wrap {
  height: 13rem;
  overflow: hidden;
}
.blog-content {
  padding: 1.5rem;
}
.blog-tag-custom {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.65rem;
  color: var(--gold);
  border: 1px solid rgba(200, 169, 107, 0.25);
  padding: 0.45rem 0.75rem;
  background: rgba(200, 169, 107, 0.06);
}
.blog-title {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0.5rem 0;
  color: #111;
}
.blog-description {
  font-size: 0.83rem;
  color: #888;
  line-height: 1.7;
  margin: 0.75rem 0 1rem;
}
.blog-readmore {
  font-size: 0.72rem;
  color: var(--gold);
  border-bottom: 1px solid rgba(200, 169, 107, 0.4);
  padding-bottom: 2px;
  text-decoration: none;
  transition: 0.3s;
}
.blog-readmore:hover {
  color: #000;
  border-color: var(--gold);
}
@media (min-width: 768px) {
  .inquiry-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.cta-custom-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: linear-gradient(rgba(8, 7, 5, 0.82), rgba(8, 7, 5, 0.82)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1600&q=80")
      center center/cover no-repeat;
}
.cta-custom-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at top right,
      rgba(200, 169, 107, 0.14),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(200, 169, 107, 0.08),
      transparent 40%
    );
  pointer-events: none;
}
.cta-subtitle {
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.contact-label,
.office-hours-label {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.cta-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
.contact-text,
.cta-description {
  font-family: "Cormorant Garamond", serif;
}
.cta-description {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-weight: 300;
}
.cta-btn-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.cta-btn {
  padding: 0.75rem 2rem;
}
.contact-grid {
  display: grid;
  gap: 4rem;
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-icon-wrap {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: rgba(200, 169, 107, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-label {
  font-size: 0.65rem;
  color: #999;
  margin-bottom: 0.25rem;
}
.contact-text {
  font-size: 1.05rem;
  color: var(--charcoal);
  line-height: 1.7;
}
.contact-social-row {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.contact-social-link {
  width: 40px;
  height: 40px;
  border: 1px solid #e8e0d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: 0 0;
}
.contact-social-link:hover {
  border-color: var(--gold);
  background: rgba(200, 169, 107, 0.08);
  transform: translateY(-3px);
}
.newsletter-card {
  background: #fff;
  border: 1px solid #f0ead8;
  border-radius: 4px;
  padding: 2.5rem;
}
.newsletter-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--charcoal);
}
.newsletter-description {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  color: #777;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.newsletter-input {
  flex: 1;
  padding: 0.85rem 1rem;
  border: 1px solid #e8e0d0;
  border-radius: 3px;
  font-size: 0.9rem;
  outline: 0;
  font-family: Inter, sans-serif;
  transition: border-color 0.3s;
}
.office-hours {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f0ead8;
}
.office-hours-label {
  font-size: 0.65rem;
  color: #999;
  margin-bottom: 0.8rem;
}
.office-hours-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  font-size: 0.83rem;
}
.office-day,
.policy-section .highlight-note strong,
.tc-section .highlight-note strong {
  color: var(--charcoal);
}
.office-time {
  color: #888;
}
@media (min-width: 1024px) {
  .about-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blog-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(180deg, #0e0c09 0, #1a1510 60%, #0e0c09 100%);
}
.blog-hero-watermark {
  position: absolute;
  right: -3rem;
  font-family: "Playfair Display", serif;
  font-size: 18rem;
  color: rgba(200, 169, 107, 0.025);
  line-height: 1;
  font-weight: 700;
}
.cat-tab {
  cursor: pointer;
  padding: 0.45rem 1.3rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: 0.3s;
  border: 1px solid #e0d8c8;
  color: #888;
  background: #fff;
  white-space: nowrap;
}
.blog-card-tag,
.featured-badge {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  width: fit-content;
  text-transform: uppercase;
}
.cat-tab.active,
.cat-tab:hover,
.page-btn.active {
  background: var(--gold);
  color: #0e0c09;
  border-color: var(--gold);
}
.featured-post-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.featured-post-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.7s;
}
.featured-post-card:hover img,
.related-card:hover .related-card-img {
  transform: scale(1.05);
}
.featured-post-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 20%,
    rgba(14, 12, 9, 0.35) 55%,
    rgba(14, 12, 9, 0.88) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem;
}
.featured-badge {
  display: inline-block;
  background: var(--gold);
  color: #0e0c09;
  padding: 0.3rem 0.8rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.blog-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #f0ead8;
  transition: box-shadow 0.35s, transform 0.35s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  box-shadow: 0 18px 52px rgba(200, 169, 107, 0.16);
  transform: translateY(-5px);
}
.blog-card-img-wrap {
  overflow: hidden;
  height: 220px;
}
.blog-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-tag {
  color: var(--gold);
  background: rgba(200, 169, 107, 0.08);
  padding: 0.22rem 0.65rem;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.blog-card-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  line-height: 1.4;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
  transition: color 0.3s;
}
.blog-card:hover .blog-card-title,
.sidebar-recent-item:hover .sidebar-recent-title {
  color: var(--gold-dark);
}
.blog-card-excerpt {
  font-size: 0.84rem;
  color: #888;
  line-height: 1.7;
  font-family: "Cormorant Garamond", serif;
  flex: 1;
  margin-bottom: 1rem;
}
.article-hero-watermark,
.newsletter-cta-watermark,
.newsletter-watermark {
  line-height: 1;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}
.blog-card-meta {
  font-size: 0.7rem;
  color: #bbb;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.blog-card-meta-dot {
  width: 3px;
  height: 3px;
  background: #ddd;
  border-radius: 50%;
}
.sidebar-search {
  display: flex;
  gap: 0.5rem;
}
.sidebar-search input {
  flex: 1;
  padding: 0.7rem 1rem;
  border: 1px solid #e8e0d0;
  border-radius: 3px;
  font-size: 0.85rem;
  outline: 0;
  font-family: Inter, sans-serif;
  transition: border-color 0.3s;
}
.sidebar-search button {
  background: var(--gold);
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-search button:hover {
  background: var(--gold-dark);
}
.sidebar-recent-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 3rem;
}
.page-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0d8c8;
  border-radius: 3px;
  font-size: 0.8rem;
  color: #888;
  cursor: pointer;
  transition: 0.3s;
  font-family: Inter, sans-serif;
  background: #fff;
  text-decoration: none;
}
.page-btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.newsletter-banner,
.newsletter-cta {
  background: linear-gradient(135deg, #0e0c09 0, #1a1510 50%, #0e0c09 100%);
  padding: 4rem 0;
  text-align: center;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.newsletter-cta-watermark,
.newsletter-watermark {
  position: absolute;
  right: -2rem;
  font-family: "Playfair Display", serif;
  font-size: 14rem;
  color: rgba(200, 169, 107, 0.03);
}
.newsletter-inp {
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(200, 169, 107, 0.3);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 3px;
  color: #fff;
  font-size: 0.9rem;
  outline: 0;
  width: 100%;
  max-width: 380px;
  font-family: Inter, sans-serif;
  transition: border-color 0.3s;
}
.article-body .dropcap,
.article-body blockquote,
.article-body h2,
.article-body h3,
.article-hero-watermark,
.highlight-box h4 {
  font-family: "Playfair Display", serif;
}
.newsletter-inp::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.article-hero {
  padding: 9rem 0 3rem;
  background: linear-gradient(180deg, #0e0c09 0, #1a1510 50%, #0e0c09 100%);
  position: relative;
  overflow: hidden;
}
.article-hero-watermark {
  position: absolute;
  right: -4rem;
  font-size: 20rem;
  color: rgba(200, 169, 107, 0.02);
}
.article-category-badge {
  display: inline-block;
  background: var(--gold);
  color: #0e0c09;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 2px;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.article-meta-item {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.article-meta-dot {
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.article-body {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  line-height: 2;
  color: #444;
  font-weight: 400;
}
.article-body h2 {
  font-size: 1.8rem;
  margin: 2.5rem 0 1rem;
  font-weight: 600;
}
.article-body h3 {
  font-size: 1.4rem;
  margin: 2rem 0 0.8rem;
  font-weight: 600;
}
.article-body p {
  margin-bottom: 1.4rem;
}
.article-body blockquote {
  border-left: 3px solid var(--gold);
  padding: 1.2rem 2rem;
  margin: 2rem 0;
  background: linear-gradient(90deg, rgba(200, 169, 107, 0.04), transparent);
  font-style: italic;
  font-size: 1.25rem;
  color: #555;
  line-height: 1.8;
}
.article-body blockquote cite {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.8rem;
  font-style: normal;
  font-family: Inter, sans-serif;
}
.article-body ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.article-body ul li {
  padding: 0.5rem 0 0.5rem 1.8rem;
  position: relative;
}
.article-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 8px;
  height: 8px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: 0 0;
}
.article-body .dropcap {
  float: left;
  font-size: 5.5rem;
  line-height: 0.8;
  color: var(--gold);
  margin-right: 1rem;
  margin-top: 0.2rem;
  font-weight: 600;
}
.article-img-full {
  width: 100%;
  border-radius: 6px;
  margin: 2rem 0;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}
.article-img-inline {
  width: 100%;
  max-width: 600px;
  border-radius: 4px;
  margin: 1.5rem auto;
  display: block;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.highlight-box {
  background: linear-gradient(135deg, #fdfbf6, #faf5e8);
  border: 1px solid rgba(200, 169, 107, 0.2);
  border-radius: 6px;
  padding: 2rem;
  margin: 2rem 0;
}
.highlight-box h4 {
  font-size: 1.2rem;
  color: var(--charcoal);
  margin-bottom: 0.8rem;
}
.highlight-box p,
.policy-section .highlight-note p,
.tc-section .highlight-note p {
  margin-bottom: 0;
  font-size: 1.05rem;
  color: #666;
}
.highlight-box p {
  line-height: 1.8;
}
.share-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #e0d8c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  transition: 0.3s;
  cursor: pointer;
  background: #fff;
}
.share-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200, 169, 107, 0.05);
  transform: translateY(-2px);
}
.author-box {
  background: #fdfbf7;
  border: 1px solid #f0ead8;
  border-radius: 6px;
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin: 3rem 0;
}
.author-avatar,
.comment-avatar {
  flex-shrink: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.policy-section ol li,
.policy-section ul li,
.related-card-tag,
.tc-section ol li,
.tc-section ul li {
  margin-bottom: 0.5rem;
}
.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8a96b, #a07840);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
}
.related-card {
  background: #fff;
  border: 1px solid #f0ead8;
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.35s, transform 0.35s;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.related-card:hover {
  box-shadow: 0 14px 42px rgba(200, 169, 107, 0.14);
  transform: translateY(-4px);
}
.related-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.6s;
}
.related-card-body {
  padding: 1.2rem;
}
.related-card-tag {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-block;
}
.comment-card {
  background: #fff;
  border: 1px solid #f0ead8;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}
.comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ddd, #bbb);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.comment-form-inp {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1px solid #e8e0d0;
  border-radius: 3px;
  font-size: 0.9rem;
  outline: 0;
  font-family: Inter, sans-serif;
  transition: border-color 0.3s;
  background: #fff;
  margin-bottom: 0.75rem;
}
.sidebar-card {
  background: #fff;
  border: 1px solid #f0ead8;
  border-radius: 5px;
  padding: 1.8rem;
  margin-bottom: 1.5rem;
}
.sidebar-heading {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--gold);
}
.sidebar-recent-item {
  display: flex;
  gap: 0.8rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #f5f0e8;
  cursor: pointer;
  transition: background 0.25s;
}
.sidebar-cat-list li:last-child,
.sidebar-recent-item:last-child {
  border-bottom: none;
}
.sidebar-recent-item:hover {
  background: #fdfbf7;
  margin: 0 -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 3px;
}
.sidebar-recent-thumb {
  width: 60px;
  height: 50px;
  object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}
.sidebar-recent-title {
  font-size: 0.8rem;
  color: var(--charcoal);
  line-height: 1.4;
  font-weight: 500;
  transition: color 0.3s;
}
.sidebar-recent-date {
  font-size: 0.65rem;
  color: #bbb;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sidebar-tag {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border: 1px solid #e8e0d0;
  border-radius: 999px;
  color: #888;
  text-decoration: none;
  transition: 0.3s;
}
.breadcrumb-current,
.breadcrumb-link {
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.sidebar-tag:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200, 169, 107, 0.04);
}
.sidebar-cat-list,
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-cat-list li {
  padding: 0.55rem 0;
  border-bottom: 1px solid #f5f0e8;
}
.sidebar-cat-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
  font-family: Inter, sans-serif;
}
.sidebar-cat-count {
  font-size: 0.7rem;
  color: #bbb;
  background: #faf7f2;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
}
.page-hero {
  padding: 8rem 0 3.5rem;
  background: linear-gradient(180deg, #0e0c09 0, #1a1510 50%, #0e0c09 100%);
  position: relative;
  overflow: hidden;
}
.page-hero-watermark {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Playfair Display", serif;
  font-size: 16rem;
  color: rgba(200, 169, 107, 0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  font-weight: 700;
}
.breadcrumb-link {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s;
  text-decoration: none;
}
.breadcrumb-sep {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.25);
  margin: 0 0.5rem;
}
.breadcrumb-current {
  font-size: 0.68rem;
  color: var(--gold);
}
.section-pad {
  padding: 5rem 0;
}
.section-label {
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: Inter, sans-serif;
}
.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--charcoal);
}
.gold-rule {
  width: 48px;
  height: 2px;
  background: var(--gold);
}
.gold-rule.mx {
  margin: 1rem auto;
}
.toc-card {
  background: #fdfbf7;
  border: 1px solid #f0ead8;
  border-radius: 6px;
  padding: 1.8rem 2rem;
  margin-bottom: 2rem;
  position: sticky;
  top: 7rem;
  z-index: 10;
}
.policy-section h2,
.tc-section h2,
.toc-heading {
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
  color: var(--charcoal);
}
.toc-heading {
  font-size: 1.15rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--gold);
}
.accordion-question,
.last-updated,
.toc-list li a {
  font-family: Inter, sans-serif;
}
.accordion-item,
.faq-category h2 {
  border-bottom: 1px solid #f0ead8;
}
.toc-list li {
  padding: 0.4rem 0;
}
.toc-list li a {
  font-size: 0.82rem;
  color: #666;
  text-decoration: none;
  transition: color 0.3s, padding-left 0.3s;
  display: block;
}
.toc-list li a:hover {
  color: var(--gold);
  padding-left: 0.4rem;
}
.toc-list li a.toc-active {
  color: var(--gold);
  font-weight: 500;
}
.faq-category,
.policy-section,
.tc-section {
  margin-bottom: 3rem;
  scroll-margin-top: 7rem;
}
.policy-section h2,
.tc-section h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.policy-section h3,
.tc-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: var(--charcoal);
  margin: 1.5rem 0 0.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.policy-section ol,
.policy-section p,
.policy-section ul,
.tc-section ol,
.tc-section p,
.tc-section ul {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  line-height: 2;
  color: #555;
  margin-bottom: 1.2rem;
}
.policy-section p,
.tc-section p {
  font-weight: 400;
}
.policy-section ol,
.policy-section ul,
.tc-section ol,
.tc-section ul {
  padding-left: 1.5rem;
}
.policy-section .highlight-note,
.tc-section .highlight-note {
  background: linear-gradient(135deg, #fdfbf6, #faf5e8);
  border: 1px solid rgba(200, 169, 107, 0.2);
  border-radius: 6px;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
}
.last-updated {
  font-size: 0.75rem;
  color: #bbb;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.faq-category h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
  font-weight: 600;
  padding-bottom: 0.6rem;
}
.accordion-question {
  width: 100%;
  text-align: left;
  background: 0 0;
  border: none;
  padding: 1.2rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--charcoal);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
  line-height: 1.5;
}
.accordion-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #e0d8c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: 1rem;
}
.accordion-item.active .accordion-icon {
  border-color: var(--gold);
  background: var(--gold);
}
.accordion-icon svg {
  transition: transform 0.3s;
  stroke: #888;
}
.accordion-item.active .accordion-icon svg {
  stroke: #0e0c09;
  transform: rotate(45deg);
}
.accordion-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s, padding 0.4s;
}
.accordion-item.active .accordion-answer {
  max-height: 500px;
  padding-bottom: 1.2rem;
}
.accordion-answer p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #555;
  margin: 0;
  padding-right: 2rem;
}
#blog-more {
  margin-bottom: 60px;
}
.newsletter-section {
  background: #fff;
}
.newsletter-content {
  position: relative;
  z-index: 10;
  padding: 0 1.5rem;
}
.newsletter-main-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.newsletter-main-description {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 300;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.newsletter-main-input {
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(200, 169, 107, 0.3);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 3px;
  color: #fff;
  font-size: 0.9rem;
  outline: 0;
  width: 100%;
  max-width: 380px;
  font-family: Inter, sans-serif;
  transition: 0.3s;
}
.newsletter-main-input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
}
.newsletter-main-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.newsletter-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}
.newsletter-note {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.22);
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .footer-hero {
    padding: 4rem 1.25rem 3rem;
  }
  .footer-nav-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-watermark {
    font-size: 10rem;
    right: -1rem;
  }
  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom-links {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .property-stats-wrapper {
    display: none;
  }
  .about-image {
    height: 420px;
  }
  .about-stat-chip {
    right: 1rem;
    bottom: 1rem;
    padding: 1rem 1.2rem;
  }
  .about-stat-num {
    font-size: 1.4rem;
  }
  .about-description {
    font-size: 1.02rem;
  }
  .about-stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .inquiry-form-wrapper,
  .newsletter-card {
    padding: 1.5rem;
  }
  .blog-content {
    padding: 1.25rem;
  }
  .blog-title {
    font-size: 1rem;
  }
  .cta-custom-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .cta-description {
    font-size: 1.02rem;
    margin-bottom: 2rem;
  }
  .cta-btn-group,
  .newsletter-form-wrap {
    flex-direction: column;
    align-items: center;
  }
  .cta-btn {
    width: 100%;
    max-width: 280px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .office-hours-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-banner {
    padding: 3rem 0;
  }
  .newsletter-watermark {
    font-size: 8rem;
    right: -1rem;
  }
  .newsletter-btn {
    width: 100%;
    max-width: 380px;
  }
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}