: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;
}

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

.property-card {
  cursor: pointer;
  border: 1px solid #0f1b2d0a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 16px #0f1b2d0a;
}

.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px #0f1b2d1a;
}

.property-card-img-wrap {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.property-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.property-card-body {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  max-height: 21rem;
  padding: 28px 28px 32px;
  display: flex;
}

.property-card-location {
  color: #8a95a5;
  letter-spacing: .04em;
  margin-bottom: 8px;
  font-size: .76rem;
  font-weight: 500;
}

.property-card-title {
  color: #0f1b2d;
  margin-bottom: 20px;
  font-family: Playfair Display, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.property-card-price-row {
  border-bottom: 1px solid #0f1b2d0f;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.property-card-price-dot {
  background: #c5a55a;
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 6px #c5a55a80, 0 0 12px #c5a55a33;
}

.property-card-price {
  color: #0f1b2d;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.property-card-price-period {
  color: #8a95a5;
  font-size: .8rem;
  font-weight: 400;
}

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

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

.properties-footer {
  text-align: center;
  margin-top: 56px;
}

.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;
}

.page-hero {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 160px 48px 72px;
}

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

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

.page-hero-title {
  color: #0f1b2d;
  letter-spacing: -.025em;
  margin-bottom: 16px;
  font-family: Playfair Display, serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.1;
}

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

.filter-bar {
  border-bottom: 1px solid #0f1b2d0f;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  margin-bottom: 12px;
  padding: 28px 0;
  display: flex;
}

.filter-group {
  flex-direction: column;
  gap: 6px;
  display: flex;
  position: relative;
}

.filter-label {
  color: #8a95a5;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
}

.filter-search {
  color: #0f1b2d;
  background-color: #f6f7f9;
  border: 1px solid #0f1b2d0f;
  border-radius: 8px;
  outline: none;
  min-width: 200px;
  height: 100%;
  margin-bottom: 0;
  padding: 11px 16px;
  font-family: DM Sans, sans-serif;
  font-size: .86rem;
  font-weight: 500;
}

.filter-search:focus-visible, .filter-search[data-wf-focus-visible] {
  border-color: #d7a95f;
}

.filter-select {
  color: #6b7a8d;
  cursor: pointer;
  appearance: none;
  background-color: #f6f7f9;
  background-image: url("https://cdn.prod.website-files.com/69df487262ee666707e87a7c/69df487262ee666707e87a84_download.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0f1b2d0f;
  border-radius: 8px;
  outline: none;
  min-width: 170px;
  height: 100%;
  margin-bottom: 0;
  padding: 11px 16px;
  font-family: DM Sans, sans-serif;
  font-size: .86rem;
  font-weight: 500;
  position: relative;
}

.filter-select:focus-visible, .filter-select[data-wf-focus-visible] {
  border: 1px solid #d7a95f;
}

.filter-price-trigger {
  color: #6b7a8d;
  cursor: pointer;
  appearance: none;
  background-color: #f6f7f9;
  background-image: url("https://cdn.prod.website-files.com/69df487262ee666707e87a7c/69df487262ee666707e87a84_download.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  border: 1px solid #0f1b2d0f;
  border-radius: 8px;
  min-width: 200px;
  padding: 11px 36px 11px 16px;
  font-family: DM Sans, sans-serif;
  font-size: .86rem;
  font-weight: 500;
}

.filter-price-panel {
  z-index: 50;
  border: 1px solid #0f1b2d14;
  border-radius: 10px;
  min-width: 320px;
  margin-top: 8px;
  padding: 24px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 12px 40px #0f1b2d14;
}

.range-wrapper {
  width: 100%;
  padding: 16px 0 0;
}

.range-track {
  cursor: pointer;
  background: #e8eaed;
  border-radius: 6px;
  width: 100%;
  height: 6px;
  position: relative;
}

.range-handle {
  z-index: 2;
  cursor: grab;
  background: #0f1b2d;
  border: 3px solid #c5a55a;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  box-shadow: 0 2px 8px #0f1b2d26;
}

.range-fill {
  background: #c5a55a;
  border-radius: 6px;
  height: 100%;
}

.range-input {
  display: none;
}

.range-values-row {
  justify-content: space-between;
  margin-top: 16px;
  display: flex;
}

.range-value-display {
  color: #0f1b2d;
  font-size: .9rem;
  font-weight: 700;
}

.filter-clear-btn {
  color: #6b7a8d;
  cursor: pointer;
  background: none;
  border: 1.5px solid #0f1b2d1f;
  border-radius: 8px;
  margin-left: auto;
  padding: 11px 20px;
  font-family: DM Sans, sans-serif;
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .25s, color .25s;
}

.filter-clear-btn:hover {
  color: #0f1b2d;
  border-color: #0f1b2d;
}

.listings-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 48px 160px;
}

.listings-top-bar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.listings-results-text {
  color: #8a95a5;
  font-size: .86rem;
}

.listings-results-count {
  color: #0f1b2d;
  font-weight: 700;
}

.listings-results-total {
  color: #0f1b2d;
  font-weight: 600;
}

.filter-tag {
  color: #0f1b2d;
  background: #f6f7f9;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-size: .78rem;
  font-weight: 500;
  display: inline-flex;
}

.filter-tag-field {
  color: #8a95a5;
}

.filter-tag-operator {
  display: none;
}

.filter-tag-value {
  font-weight: 600;
}

.filter-tag-remove {
  color: #8a95a5;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  transition: color .2s;
}

.filter-tag-remove:hover {
  color: #0f1b2d;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.hidden {
  display: none;
}

.value-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.div-block-2 {
  display: flex;
}

@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;
  }
}
