:root {
  --charcoal: #171512;
  --charcoal-2: #211e1a;
  --cream: #faf7f1;
  --cream-2: #f2ede3;
  --gold: #c8a15a;
  --gold-soft: #e4cd9a;
  --gold-dark: #a07f3f;
  --ink: #2a2620;
  --ink-soft: #6b6459;
  --hair: rgba(200, 161, 90, 0.28);
  --radius: 2px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Jost", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-weight: 300;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
main{
    width:100%;
    overflow-x:hidden;
}
h1,
h2,
h3,
h4,
.serif {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.eyebrow {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: var(--gold-dark);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}
.section {
  padding: 5.5rem 0;
}
@media (max-width: 767.98px) {
  .section {
    padding: 3.5rem 0;
  }
}
.section-cream2 {
  background: var(--cream-2);
}
.navbar-brand img{
  width: 200px;
}
/* Buttons */
.btn-gold {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #1c1a17;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6rem;
  font-weight: 500;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  transition: 0.3s ease;
}
.btn-gold:hover {
  background: #3a3732;
  color: var(--gold);
}
.btn-outline-cream {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6rem;
  font-weight: 500;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  transition: 0.3s ease;
}
.btn-outline-cream:hover {
  background: #fff;
  color: var(--charcoal);
  border-color: #fff;
}
.btn-line {
  background: transparent;
  border: none;
  color: var(--ink);
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 0 0.3rem 0;
  border-bottom: 1px solid var(--gold);
  border-radius: 0;
}
.btn-line:hover {
  color: var(--gold-dark);
}
.offcanvas-header img{
    width:235px;
}
/* NAVBAR */
.navbar {
  padding: 0.9rem 0;
  transition: 0.35s ease;
  background: rgba(23, 21, 18, 0);
}
.navbar.scrolled {
  background: rgba(23, 21, 18, 0.96);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1;
}
.brand-tag {
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  color: var(--gold-soft);
  display: block;
  margin-top: 2px;
}
.navbar .nav-link {
  color: #f2ede3;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0.85rem;
  padding: 0.4rem 0 !important;
  border-bottom: 1px solid transparent;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold-soft);
  border-color: var(--gold);
}
.navbar-toggler {
  border: none;
  color: #fff;
  box-shadow: none !important;
}
.offcanvas-body .nav-link {
  color: var(--ink);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--hair);
}

/* HERO */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 50px;
  background:
    linear-gradient(180deg, rgba(20, 18, 15, 0.55), rgba(15, 13, 11, 0.82)),
    url("https://images.unsplash.com/photo-1616594039964-ae9021a400a0?q=80&w=1600&auto=format&fit=crop")
      center/cover no-repeat;
}
.hero .container {
  padding-top: 5rem;
}
.hero-eyebrow {
  color: var(--gold-soft);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--gold-soft);
}
.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5.2vw, 3.2rem);
  line-height: 1.12;
  margin: 1rem 0 1.1rem;
}
.hero p.lead {
  color: #e9e4d8;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 1.02rem;
  max-width: 640px;
  line-height: 1.75;
}
.usp-strip {
  color: var(--gold-soft);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1.6rem 0 2rem;
}
.usp-strip span:not(:last-child)::after {
  content: "|";
  margin-left: 1rem;
  color: var(--gold-dark);
}

/* Hero search card */
.search-card {
  background: rgba(24, 22, 18, 0.55);
  border: 1px solid var(--hair);
  backdrop-filter: blur(10px);
  border-radius: var(--radius);
  padding: 1.6rem;
  margin-top: 2.8rem;
}
.search-card h6 {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  margin-bottom: 1rem;
}
.search-card .form-control,
.search-card .form-select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #f5f2ea;
  border-radius: var(--radius);
  font-size: 0.85rem;
  padding: 0.7rem 0.85rem;
}
.search-card .form-control::placeholder {
  color: #cfc8b8;
}
.search-card .form-control:focus,
.search-card .form-select:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gold);
  box-shadow: 0 0 0 0.15rem rgba(200, 161, 90, 0.25);
  color: #fff;
}
.search-card select option {
  color: #111;
}
.search-note {
  color: #c9c2b2;
  font-size: 0.8rem;
  margin-top: 0.9rem;
  line-height: 1.6;
}

/* Trust bar */
.trust-card {
  border: 1px solid var(--hair);
  padding: 1.9rem 1.5rem;
  height: 100%;
  transition: 0.3s ease;
  background: #fff;
}
.trust-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(30, 25, 15, 0.08);
}
.trust-num {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.trust-card h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.trust-card p {
  font-size: 0.87rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.6;
}

/* About */
.about-copy p {
  color: var(--ink-soft);
  line-height: 1.85;
  font-size: 0.98rem;
}
.about-photo-wrap {
  position: relative;
}
.about-photo-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about-frame {
  position: absolute;
  inset: 16px -16px -16px 16px;
  border: 1px solid var(--gold);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about-frame {
    inset: 12px -8px -8px 12px;
  }
  .hero-eyebrow{
      font-size:.4rem;
  }
}

/* Room type cards */
.room-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  height: 420px;
}
.room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.room-card:hover img {
  transform: scale(1.06);
}
.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 18, 15, 0) 35%,
    rgba(15, 13, 11, 0.92) 100%
  );
}
.room-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6rem;
  z-index: 2;
  color: #fff;
}
.room-card-body .badge-suit {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.room-card-body h3 {
  color: #fff;
  font-size: 1.7rem;
  margin: 0.3rem 0 0.6rem;
}
.room-card-body p {
  font-size: 0.84rem;
  color: #e6e1d4;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}

/* Location cards */
.loc-card {
  background: #fff;
  border: 1px solid var(--hair);
  height: 100%;
}
.loc-img {
  height: 320px;
  overflow: hidden;
}
.loc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.loc-card:hover .loc-img img {
  transform: scale(1.08);
}
.loc-body {
  padding: 1.6rem;
}
.loc-body h4 {
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
}
.loc-body p {
  color: var(--ink-soft);
  font-size: 0.87rem;
  line-height: 1.65;
}
.loc-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.9rem 0 1.1rem;
}
.loc-keys span {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  border: 1px solid var(--hair);
  color: var(--gold-dark);
  padding: 0.28rem 0.6rem;
  text-transform: uppercase;
}

/* Why zodha - dark */
.why-section {
  background:
    linear-gradient(180deg, rgba(15, 13, 11, 0.92), rgba(15, 13, 11, 0.92)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1600&auto=format&fit=crop")
      center/cover fixed;
  color: #f2ede3;
}
.why-section .eyebrow {
  color: var(--gold-soft);
}
.why-section .eyebrow::before,
.why-section .eyebrow::after {
  background: var(--gold-soft);
}
.why-section h2 {
  color: #fff;
}
.why-section > .container > p {
  color: #cfc8b8;
}
.why-item {
  border-top: 1px solid var(--hair);
  padding: 1.6rem 0;
}
.why-item h5 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.why-item p {
  color: #c9c2b2;
  font-size: 0.87rem;
  line-height: 1.7;
  margin: 0;
}
.why-item .wi-no {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

/* Amenities */
.amenity-tile {
  background: #fff;
  border: 1px solid var(--hair);
  padding: 1.7rem 1.2rem;
  text-align: center;
  height: 100%;
  transition: 0.3s ease;
}
.amenity-tile:hover {
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.amenity-tile:hover i,
.amenity-tile:hover h6,
.amenity-tile:hover small {
  color: #fff !important;
}
.amenity-tile i {
  font-size: 1.7rem;
  color: var(--gold);
}
.amenity-tile h6 {
  margin: 0.9rem 0 0.3rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.amenity-tile small {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

/* Property cards */
.prop-card {
  background: #fff;
  border: 1px solid var(--hair);
  overflow: hidden;
  height: 100%;
}
.prop-img {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.prop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.prop-card:hover .prop-img img {
  transform: scale(1.08);
}
.prop-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gold);
  color: #1c1a17;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.32rem 0.7rem;
}
.prop-body {
  padding: 1.4rem 1.5rem;
}
.prop-body h5 {
  font-size: 1.25rem;
  margin-bottom: 0.15rem;
}
.prop-body .prop-loc {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
}
.prop-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.76rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--hair);
  padding-top: 0.9rem;
  margin-top: 0.3rem;
}

/* How it works */
.step-item {
  position: relative;
  padding-left: 0;
  text-align: center;
}
.step-circle {
  width: 64px;
  height: 64px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: var(--gold);
  margin: 0 auto 1.1rem;
  background: #fff;
}
.step-item h6 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.step-item p {
  font-size: 0.83rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
.step-line {
  position: absolute;
  top: 32px;
  left: calc(50% + 46px);
  right: calc(-50% + 46px);
  height: 1px;
  background: var(--hair);
}
@media (max-width: 991.98px) {
  .step-line {
    display: none;
  }
}

/* Who we serve */
.who-card {
  border: 1px solid var(--hair);
  background: #fff;
  padding: 1.8rem 1.5rem;
  height: 100%;
}
.who-card i {
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 0.9rem;
  display: block;
}
.who-card h6 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.who-card p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.6;
}

/* Local area map section */
.map-frame {
  border: 1px solid var(--hair);
  min-height: 320px;
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  filter: grayscale(0.15);
}

/* Testimonials */
.testi-section {
  background:
    linear-gradient(180deg, rgba(15, 13, 11, 0.88), rgba(15, 13, 11, 0.92)),
    url("https://images.unsplash.com/photo-1571003123894-1f0594d2b5d9?q=80&w=1600&auto=format&fit=crop")
      center/cover fixed;
  color: #fff;
}
.testi-section .eyebrow {
  color: var(--gold-soft);
}
.testi-section .eyebrow::before,
.testi-section .eyebrow::after {
  background: var(--gold-soft);
}
.testi-section h2 {
  color: #fff;
}
.stars {
  color: var(--gold);
  letter-spacing: 0.2em;
  font-size: 1rem;
  margin-bottom: 1.3rem;
}
.testi-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  line-height: 1.6;
  font-style: italic;
  color: #f2ede3;
  max-width: 760px;
  margin: 0 auto;
}
.testi-name {
  margin-top: 1.4rem;
  color: var(--gold-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.testi-sub {
  color: #a89d86;
  font-size: 0.76rem;
}

/* FAQ */
.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--hair);
}
.accordion-button {
  font-family: "Jost", sans-serif;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
  padding: 1.3rem 0.2rem;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--gold-dark);
  background: transparent;
}
.accordion-button::after {
  filter: sepia(1) saturate(3) hue-rotate(-10deg);
}
.accordion-body {
  padding: 0 0.2rem 1.4rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.75;
}

/* Final CTA */
.final-cta {
  background: var(--charcoal);
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  position: relative;
}
.final-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.final-cta p {
  color: #cfc8b8;
  max-width: 600px;
  margin: 0 auto 1.6rem;
  font-size: 0.95rem;
}
.micro-copy {
  margin-top: 1.6rem;
  color: var(--gold-soft);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

/* Contact */
.contact-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.contact-info-item i {
  color: var(--gold);
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
.contact-info-item h6 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.3rem;
}
.contact-info-item p {
  font-size: 0.87rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.6;
}
.contact-form {
  background: #fff;
  border: 1px solid var(--hair);
  padding: 2rem;
}
.contact-form .form-control,
.contact-form .form-select {
  border-radius: var(--radius);
  border-color: var(--hair);
  font-size: 0.87rem;
  padding: 0.7rem 0.9rem;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.15rem rgba(200, 161, 90, 0.2);
}
.contact-form label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  margin-bottom: 0.35rem;
}

/* Footer */
footer {
  background: var(--charcoal);
  color: #c9c2b2;
  padding-top: 4.5rem;
}
footer h6 {
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.3rem;
}
footer p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #a89d86;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 0.65rem;
}
footer ul li a {
  color: #c9c2b2;
  text-decoration: none;
  font-size: 0.85rem;
  transition: 0.2s;
}
footer ul li a:hover {
  color: var(--gold-soft);
}
.footer-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 3rem;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.78rem;
  color: #8a8172;
}
.social-row a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e6e1d4;
  margin-right: 0.6rem;
  transition: 0.25s;
}
.social-row a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #171512;
}

/* Sticky mobile CTA */
.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: var(--charcoal);
  border-top: 1px solid var(--hair);
  padding: 0.7rem 1rem;
  display: flex;
  gap: 0.6rem;
}
.mobile-sticky-cta a {
  flex: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .mobile-sticky-cta {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body {
    padding-bottom: 64px;
  }
}

.wa-fab {
  position: fixed;
  right: 16px;
  bottom: 80px;
  z-index: 1040;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .wa-fab {
    bottom: 24px;
  }
}

/* 5-column helper for "who we serve" on large screens */
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/* ============ Interior / Sub-page additions ============ */
.page-hero {
  position: relative;
  min-height: 52svh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 18, 15, 0.5) 0%,
    rgba(15, 13, 11, 0.86) 100%
  );
  z-index: 1;
}
.page-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
}
.page-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  line-height: 1.15;
  margin: 0.9rem 0 1rem;
}
.page-hero p.lead {
  color: #e9e4d8;
  font-size: 0.98rem;
  max-width: 640px;
  line-height: 1.75;
}
.page-breadcrumb {
  --bs-breadcrumb-divider-color: #cfc8b8;
  font-size: 0.78rem;
}
.page-breadcrumb a {
  color: #cfc8b8;
  text-decoration: none;
}
.page-breadcrumb a:hover {
  color: var(--gold-soft);
}
.page-breadcrumb .active {
  color: var(--gold-soft);
}

/* Blog */
.blog-card {
  background: #fff;
  border: 1px solid var(--hair);
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(30, 25, 15, 0.1);
}
.blog-img {
  height: 200px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.blog-card:hover .blog-img img {
  transform: scale(1.06);
}
.blog-body {
  padding: 1.4rem 1.5rem;
}
.blog-tag {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.blog-body h3 {
  font-size: 1.25rem;
  margin: 0.5rem 0 0.7rem;
  line-height: 1.35;
}
.blog-body p {
  font-size: 0.87rem;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
.blog-meta {
  font-size: 0.76rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--hair);
  padding-top: 0.8rem;
}
article.post-body {
  max-width: 760px;
  margin: 0 auto;
}
article.post-body h2 {
  font-size: 1.6rem;
  margin: 2.2rem 0 1rem;
}
article.post-body h3 {
  font-size: 1.25rem;
  margin: 1.6rem 0 0.8rem;
}
article.post-body p {
  font-size: 0.98rem;
  line-height: 1.85;
  color: var(--ink-soft);
  margin-bottom: 1.1rem;
}
article.post-body ul {
  margin-bottom: 1.1rem;
}
article.post-body li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--ink-soft);
}
.post-hero-tag {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

/* Property page */
.gallery-main {
  height: 420px;
  overflow: hidden;
  border: 1px solid var(--hair);
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumb {
  height: 202px;
  overflow: hidden;
  border: 1px solid var(--hair);
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table tr {
  border-bottom: 1px solid var(--hair);
}
.spec-table td {
  padding: 0.85rem 0.3rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.spec-table td:first-child {
  color: var(--ink);
  font-weight: 500;
  width: 42%;
}
.price-box {
  border: 1px solid var(--gold);
  padding: 1.6rem;
  background: var(--cream-2);
}
.price-box .amt {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--gold-dark);
}
.price-box small {
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Hub cards (rooms/, locations/, amenities/) */
.hub-card {
  background: #fff;
  border: 1px solid var(--hair);
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease;
}
.hub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(30, 25, 15, 0.08);
}
.hub-img {
  height: 220px;
  overflow: hidden;
}
.hub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.hub-card:hover .hub-img img {
  transform: scale(1.06);
}

.section-divider {
  border-bottom: 1px solid var(--hair);
}