:root {
  --heading-font: "Playfair Display", sans-serif;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.footer-section {
  background: #fff;
  border-top: 1px solid #0f1b2d0d;
  padding: 64px 48px;
}

.footer-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
}

.footer-logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-logo-img {
  width: auto;
  height: 50px;
  display: block;
}

.footer-links {
  gap: 32px;
  display: flex;
}

.footer-link {
  color: #8a95a5;
  font-size: .84rem;
  text-decoration: none;
  transition: color .25s;
}

.footer-link:hover {
  color: #0f1b2d;
}

.footer-copy {
  color: #8a95a5;
  font-size: .8rem;
}

.nav-wrap {
  z-index: 1000;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff5;
  border-bottom: 1px solid #0f1b2d0d;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: 76px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
}

.nav-logo {
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-logo-img {
  width: auto;
  max-width: 2.5rem;
  display: block;
}

.nav-logo-img-white {
  opacity: 0;
  width: auto;
  max-width: 2.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-links {
  align-items: center;
  gap: 40px;
  display: flex;
}

.nav-link {
  color: #6b7a8d;
  letter-spacing: .01em;
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.nav-link:hover {
  color: #0f1b2d;
}

.nav-cta {
  color: #fff;
  letter-spacing: .01em;
  cursor: pointer;
  background: #0f1b2d;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  font-family: DM Sans, sans-serif;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s;
  display: inline-flex;
}

.nav-cta:hover {
  background: #1a2b40;
}

.nav-hamburger {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: none;
}

.nav-hamburger-line {
  background: #0f1b2d;
  border-radius: 2px;
  width: 22px;
  height: 2px;
  display: block;
}

.nav-drawer {
  z-index: 999;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-drawer-link {
  color: #0f1b2d;
  font-family: DM Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-drawer-cta {
  color: #fff;
  cursor: pointer;
  background: #0f1b2d;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 15px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
}

.furn-hero {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 180px 48px 100px;
}

.furn-hero-label {
  color: #8a95a5;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: .73rem;
  font-weight: 600;
  display: block;
}

.furn-hero-label-line {
  vertical-align: middle;
  background: #c5a55a;
  width: 20px;
  height: 1px;
  margin-right: 12px;
  display: inline-block;
}

.furn-hero-title {
  color: #0f1b2d;
  letter-spacing: -.025em;
  max-width: 680px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.08;
}

.furn-hero-subtitle {
  color: #8a95a5;
  max-width: 520px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.75;
}

.furn-packages {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 48px 160px;
}

.furn-packages-grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 28px;
  display: grid;
}

.furn-card {
  text-align: center;
  background: #fff;
  border: 1px solid #0f1b2d0f;
  border-radius: 14px;
  flex-direction: column;
  padding: 44px 36px 40px;
  display: flex;
  position: relative;
}

.furn-card-icon-wrap {
  background-color: #0f1b2d0a;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.furn-card-icon {
  fill: none;
  stroke: #0f1b2d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8px;
  width: 26px;
  height: 26px;
}

.furn-card-name {
  color: #8a95a5;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: .73rem;
  font-weight: 600;
}

.furn-card-features {
  text-align: left;
  flex: 1;
  margin-bottom: 36px;
}

.furn-card-feature {
  color: #4a5568;
  border-bottom: 1px solid #0f1b2d0d;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: .88rem;
  display: flex;
}

.furn-card-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.furn-card-feature-text {
  display: block;
}

.furn-card-feature-last {
  color: #4a5568;
  border-bottom: none;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  font-size: .88rem;
  display: flex;
}

.furn-card-btn {
  color: #fff;
  cursor: pointer;
  background: #0f1b2d;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 14px 0;
  font-family: DM Sans, sans-serif;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s;
  display: inline-flex;
}

.furn-card-btn:hover {
  background: #1a2b40;
}

.furn-card-popular {
  text-align: center;
  background: #0f1b2d;
  border: 1px solid #0f1b2d;
  border-radius: 14px;
  flex-direction: column;
  padding: 44px 36px 40px;
  display: flex;
  position: relative;
  transform: scale(1.03);
  box-shadow: 0 20px 60px #0f1b2d24;
}

.furn-card-badge {
  color: #0f1b2d;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  background: #c5a55a;
  border-radius: 20px;
  padding: 5px 18px;
  font-family: DM Sans, sans-serif;
  font-size: .68rem;
  font-weight: 700;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.furn-card-icon-wrap-light {
  background-color: #ffffff14;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.furn-card-icon-light {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8px;
  width: 26px;
  height: 26px;
}

.furn-card-name-light {
  color: #ffffff73;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: .73rem;
  font-weight: 600;
}

.furn-card-feature-light {
  color: #ffffffa6;
  border-bottom: 1px solid #ffffff12;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  font-size: .88rem;
  display: flex;
}

.furn-card-feature-light-last {
  color: #ffffffa6;
  border-bottom: none;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  font-size: .88rem;
  display: flex;
}

.furn-card-btn-light {
  color: #0f1b2d;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 14px 0;
  font-family: DM Sans, sans-serif;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s;
  display: inline-flex;
}

.furn-card-btn-light:hover {
  background: #f0f0f0;
}

.furn-how {
  background: #f6f7f9;
  padding: 120px 48px;
}

.furn-how-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.furn-how-header {
  text-align: center;
  margin-bottom: 72px;
}

.furn-how-label {
  color: #8a95a5;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: .73rem;
  font-weight: 600;
  display: block;
}

.furn-how-label-line {
  vertical-align: middle;
  background: #c5a55a;
  width: 20px;
  height: 1px;
  margin-right: 12px;
  display: inline-block;
}

.furn-how-title {
  color: #0f1b2d;
  letter-spacing: -.02em;
  font-family: Playfair Display, serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.15;
}

.furn-how-grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  display: grid;
}

.furn-how-step {
  background: #fff;
  border: 1px solid #0f1b2d0a;
  border-radius: 14px;
  padding: 40px 32px;
}

.furn-how-step-num {
  color: #fff;
  background: #0f1b2d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  font-family: Playfair Display, serif;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
}

.furn-how-step-title {
  color: #0f1b2d;
  margin-bottom: 10px;
  font-family: Playfair Display, serif;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
}

.furn-how-step-text {
  color: #8a95a5;
  font-size: .88rem;
  line-height: 1.75;
}

.furn-cta {
  max-width: 1140px;
  margin: 0 auto;
  padding: 120px 48px;
}

.furn-cta-card {
  background: #0f1b2d;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 64px 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.furn-cta-shape {
  pointer-events: none;
  background: #c5a55a0f;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  position: absolute;
  top: -60px;
  right: -40px;
}

.furn-cta-left {
  z-index: 2;
  flex: 1;
  position: relative;
}

.furn-cta-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: Playfair Display, serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
}

.furn-cta-desc {
  color: #ffffff80;
  font-size: .92rem;
  line-height: 1.65;
}

.furn-cta-right {
  z-index: 2;
  flex-shrink: 0;
  position: relative;
}

.furn-cta-btn {
  color: #0f1b2d;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  font-family: DM Sans, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .25s;
  display: inline-flex;
}

.furn-cta-btn:hover {
  background: #f0f0f0;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding: 170px 32px 120px;
  }

  .hero-title {
    font-size: 3.6rem;
  }

  .properties-section {
    padding: 100px 32px;
  }

  .properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-section {
    padding: 100px 32px;
  }

  .process-track-grid {
    gap: 24px;
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .process-card {
    padding: 36px 28px;
  }

  .process-card-ghost {
    font-size: 5.5rem;
  }

  .about-section {
    padding: 100px 32px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .about-img-wrap {
    height: 360px;
  }

  .services-section {
    padding: 100px 32px 48px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .midcta-section {
    padding: 72px 32px;
  }

  .midcta-card {
    gap: 36px;
    padding: 48px;
  }

  .pricing-section, .apply-section {
    padding: 100px 32px;
  }

  .footer-section {
    padding: 48px 32px;
  }

  .nav-inner {
    padding: 0 32px;
  }

  .nav-links {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .page-hero {
    padding: 140px 32px 56px;
  }

  .page-hero-title {
    font-size: 2.8rem;
  }

  .filter-bar {
    gap: 12px;
  }

  .listings-section {
    padding: 16px 32px 100px;
  }

  .prop-hero-img {
    height: 380px;
  }

  .prop-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prop-title {
    font-size: 2.2rem;
  }

  .prop-apply-card {
    position: static;
  }

  .gallery-container {
    padding: 0 32px;
  }

  .gallery-desktop-viewport {
    height: 420px;
  }

  .gallery-nav-btn {
    width: 40px;
    height: 40px;
  }

  .gallery-nav-btn.gallery-nav-prev {
    left: 12px;
  }

  .gallery-nav-btn.gallery-nav-next {
    right: 12px;
  }

  .furn-hero {
    padding: 150px 32px 72px;
  }

  .furn-hero-title {
    font-size: 2.8rem;
  }

  .furn-packages {
    padding: 32px 32px 100px;
  }

  .furn-packages-grid {
    gap: 20px;
  }

  .furn-how {
    padding: 80px 32px;
  }

  .furn-how-grid {
    gap: 20px;
  }

  .furn-cta {
    padding: 80px 32px;
  }

  .furn-cta-card {
    gap: 36px;
    padding: 48px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding: 148px 24px 100px;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-btn-primary, .hero-btn-secondary {
    width: 100%;
  }

  .properties-section {
    padding: 80px 24px;
  }

  .section-header {
    margin-bottom: 48px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .properties-grid {
    grid-template-columns: 1fr;
  }

  .process-section {
    padding: 80px 24px;
  }

  .process-track-grid {
    display: none;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-card {
    padding: 36px 28px;
  }

  .process-card-ghost {
    font-size: 5rem;
  }

  .about-section {
    padding: 80px 24px;
  }

  .about-grid {
    gap: 40px;
  }

  .about-title {
    font-size: 2rem;
  }

  .services-section {
    padding: 80px 24px 36px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .midcta-section {
    padding: 56px 24px;
  }

  .midcta-card {
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    gap: 28px;
    padding: 40px 28px;
  }

  .midcta-title {
    font-size: 1.45rem;
  }

  .midcta-btn {
    justify-content: center;
    width: 100%;
  }

  .pricing-section {
    padding: 80px 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pricing-card-featured {
    transform: scale(1);
  }

  .apply-section {
    padding: 80px 24px;
  }

  .apply-title {
    font-size: 2rem;
  }

  .footer-section {
    padding: 40px 24px;
  }

  .footer-inner {
    text-align: center;
    flex-direction: column;
    gap: 24px;
  }

  .nav-inner {
    padding: 0 24px;
  }

  .page-hero {
    padding: 130px 24px 44px;
  }

  .page-hero-title {
    font-size: 2.2rem;
  }

  .filter-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .filter-price-trigger {
    min-width: 100%;
  }

  .filter-price-panel {
    min-width: 100%;
    left: 0;
    right: 0;
  }

  .filter-status-group {
    width: 100%;
  }

  .filter-radio-label {
    flex: 1;
    justify-content: center;
  }

  .filter-clear-btn {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .listings-section {
    padding: 12px 24px 80px;
  }

  .listings-top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .back-wrap {
    padding: 88px 20px 0;
  }

  .prop-hero-wrap {
    padding: 20px 20px 0;
  }

  .prop-hero-img {
    border-radius: 10px;
    height: 280px;
  }

  .prop-content {
    padding: 36px 20px 72px;
  }

  .prop-title {
    font-size: 1.8rem;
  }

  .prop-price {
    font-size: 1.3rem;
  }

  .prop-details-grid {
    grid-template-columns: 1fr;
  }

  .gallery-container {
    padding: 0 20px;
  }

  .gallery-desktop {
    display: none;
  }

  .gallery-mobile {
    display: block;
  }

  .gallery-mobile-viewport {
    height: 280px;
  }

  .furn-hero {
    padding: 130px 24px 56px;
  }

  .furn-hero-title {
    font-size: 2.2rem;
  }

  .furn-hero-subtitle {
    font-size: .95rem;
  }

  .furn-packages {
    padding: 24px 24px 80px;
  }

  .furn-packages-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .furn-card-popular {
    transform: scale(1);
  }

  .furn-how {
    padding: 64px 24px;
  }

  .furn-how-title {
    font-size: 2rem;
  }

  .furn-how-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .furn-cta {
    padding: 56px 24px;
  }

  .furn-cta-card {
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    gap: 28px;
    padding: 40px 28px;
  }

  .furn-cta-btn {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-title {
    font-size: 2.15rem;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .process-card-title.new {
    margin-top: 0;
  }

  .about-title {
    font-size: 1.75rem;
  }

  .service-card.reveal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .pricing-card {
    padding: 36px 24px;
  }

  .pricing-card-price {
    font-size: 2.6rem;
  }

  .pricing-card-featured {
    padding: 36px 24px;
  }

  .pricing-card-price-light {
    font-size: 2.6rem;
  }

  .apply-title {
    font-size: 1.75rem;
  }

  .page-hero-title {
    font-size: 1.85rem;
  }

  .filter-status-group {
    justify-content: space-between;
  }

  .prop-title {
    font-size: 1.6rem;
  }

  .prop-apply-card {
    padding: 28px 20px;
  }

  .gallery-container {
    padding: 0 16px;
  }

  .gallery-mobile-viewport {
    height: 240px;
  }

  .gallery-mobile-thumbs {
    gap: 3px;
    padding: 8px;
  }

  .gallery-mobile-thumb {
    width: 50px;
    min-width: 50px;
    height: 40px;
  }

  .furn-hero-title {
    font-size: 1.85rem;
  }

  .furn-card {
    padding: 36px 24px 32px;
  }

  .furn-card-price {
    font-size: 2.4rem;
  }

  .furn-card-popular {
    padding: 36px 24px 32px;
  }

  .furn-card-price-light {
    font-size: 2.4rem;
  }

  .farnish-stuff.anim-prop-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
