* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #241912;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.header {
  height: 78px;
  background: #fff;
  position: relative;
  z-index: 20;
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  width: 155px;
  height: 65px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 14px;
  font-weight: 500;
}
.nav-links a {
  padding: 8px 0;
}
.nav-links .active {
  color: #6a3c20;
  border-bottom: 2px solid #6a3c20;
}
.has-menu span {
  font-size: 16px;
  margin-left: 4px;
}
.nav-button {
  background: #6a3c20;
  color: #fff !important;
  border-radius: 24px;
  padding: 10px 19px !important;
}
.nav-button span {
  margin-left: 8px;
}
.menu {
  display: none;
  border: 0;
  background: none;
  font-size: 27px;
}
.hero {
  height: 620px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}
.hero-slide {
  opacity: 0;
  transition: opacity 0.8s;
}
.hero-slide.active {
  opacity: 1;
}
.hero-slide img {
  object-position: center 52%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 12, 7, 0.73), rgba(20, 12, 7, 0.08) 70%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 55%);
}
.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-copy {
  max-width: 650px;
  padding-bottom: 8px;
}
.kicker {
  letter-spacing: 0.20em;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2%;
}
.kicker.dark {
  color: #6a3c20;
}
.hero h1,
h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.02;
  font-weight: 600;
}
.hero h1 {
  font-size: clamp(60px, 7vw, 92px);
  margin: 0;
}
.hero h1 em,
h2 em {
  color: #e2c49c;
  font-style: italic;
}
.hero-copy > p:not(.kicker) {
  font-size: 17px;
  max-width: 520px;
  margin: 22px 0;
  color: #fff;
}
.actions {
  display: flex;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
}
.btn span {
  margin-left: 8px;
}
.brown {
  background: #6a3c20;
  color: #fff;
}
.outline {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.light {
  background: #fff;
  color: #6a3c20;
}
.outline-dark {
  border-color: #6a3c20;
  color: #6a3c20;
}
.whatsapp {
  background: #25d366;
  color: #fff;
}
.arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
.prev {
  left: 32px;
}
.next {
  right: 32px;
}
.dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 8px;
}
.dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #fff8;
  cursor: pointer;
}
.dots button.active {
  width: 30px;
  border-radius: 20px;
  background: #fff;
}
.scroll {
  position: absolute;
  right: 28px;
  bottom: 15px;
  font-size: 27px;
}
.highlights {
  background: #fff;
}
.highlight-card {
  margin-top: -30px;
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 35px #3d261515;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 22px 14px;
}
.highlight-card > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 6px 20px;
  border-right: 1px solid #e5ded7;
}
.highlight-card > div:last-child {
  border: 0;
}
.highlight-card i {
  font-style: normal;
  color: #6a3c20;
  font-size: 30px;
}
.highlight-card b {
  display: block;
  font-size: 14px;
}
.highlight-card span {
  font-size: 12px;
  color: #71675e;
}
.section {
  padding: 100px 0;
}
.about {
  background: #f8f4ed;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.about h2,
.section-head h2,
.experience-grid h2 {
  font-size: clamp(42px, 5vw, 66px);
  margin: 0;
}
.about-text {
  font-size: 17px;
  color: #71675e;
  padding-top: 12px;
}
.about-text p {
  margin-top: 0;
}
.about-text p + p {
  margin-top: 17px;
}
.about-text strong {
  color: #241912;
}
.text-link {
  display: inline-block;
  color: #6a3c20;
  font-weight: 700;
  margin-top: 20px;
}
.property {
  background: #fff;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
}
.section-head > div > p:last-child {
  color: #71675e;
  margin: 12px 0 0;
}
.property-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 520px;
}
.property-image {
  min-height: 520px;
}
.property-info {
  background: #f0e4d4;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow-small {
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 700;
  color: #6a3c20;
}
.property-info h3 {
  font-family: "Playfair Display", serif;
  font-size: 39px;
  line-height: 1.1;
  margin: 16px 0;
}
.property-info > p {
  color: #71675e;
}
.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.specs span {
  font-size: 13px;
  color: #71675e;
}
.specs b {
  display: block;
  color: #241912;
  font-size: 17px;
}
.check {
  border-top: 1px solid #d7c8b7;
  margin-top: 28px;
  padding-top: 20px;
  display: flex;
  gap: 28px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #71675e;
}
.check b {
  display: block;
  font-size: 13px;
  color: #241912;
  letter-spacing: 0;
  margin-top: 3px;
}
.gallery {
  background: #fff;
}
.centered {
  text-align: center;
  margin: auto;
}
.section-head.centered {
  display: block;
  max-width: 800px;
}
.section-head.centered h2 {
  margin-top: 0;
}
.section-head.centered > div > p:last-child {
  max-width: 620px;
  margin: 12px auto 0;
}
.filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 30px;
}
.filters button {
  border: 1px solid #ded4c8;
  background: #fff;
  border-radius: 22px;
  padding: 8px 20px;
  cursor: pointer;
}
.filters button.active,
.filters button:hover {
  background: #6a3c20;
  color: #fff;
  border-color: #6a3c20;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 170px;
  gap: 10px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 0;
  background: #ddd;
}
.gallery-item img {
  transition: 0.45s;
}
.gallery-item:hover img {
  transform: scale(1.04);
}
.gallery-item:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, #0008);
}
.gallery-item figcaption {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.gallery-item.wide {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item.hidden {
  display: none;
}
.view-all {
  display: block;
  margin: 24px auto 0;
  border: 0;
  background: #6a3c20;
  color: #fff;
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: 700;
  cursor: pointer;
}
.experiences {
  background: #f7f2ea;
}
.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.experience-grid > div:last-child {
  padding-top: 10px;
  color: #71675e;
  font-size: 17px;
}
.experience-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 25px;
}
.experience-list span {
  color: #241912;
  background: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 13px;
}
.cta {
  background: #6a3c20;
  color: #fff;
  text-align: center;
  padding: 90px 20px;
}
.cta h2 {
  font-size: clamp(45px, 6vw, 72px);
  margin: 0 0 18px;
}
.cta p:not(.kicker) {
  color: #eaded2;
  margin-bottom: 25px;
}
.contact {
  background: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.contact h2 {
  font-size: clamp(44px, 5vw, 66px);
  margin: 0;
}
.contact-copy {
  color: #71675e;
  font-size: 17px;
  max-width: 520px;
  margin-top: 24px;
}
.contact-card {
  background: #f7f2ea;
  padding: 34px;
}
.contact-card > div:not(.contact-actions) {
  padding: 16px 0;
  border-bottom: 1px solid #dfd4c8;
}
.contact-card small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #71675e;
}
.contact-card strong {
  display: block;
  margin-top: 3px;
  font-size: 17px;
}
.contact-actions {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
/* .wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  background: #25d366;
  color: #fff;
  border-radius: 30px;
  padding: 13px 19px;
  font-weight: 700;
  box-shadow: 0 10px 25px #0002;
} */
footer {
  background: #21150f;
  color: #fff;
  padding: 45px 0 20px;
}
.foot {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.foot img {
  /* width: 170px;
  height: 105px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  mix-blend-mode: screen; */
   width: 170px;
  height: 100px;
  object-fit: contain;
  object-position: left center;
}
.foot p {
  color: #bfb0a4;
  font-size: 13px;
}
.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #d8cbc0;
  font-size: 13px;
  align-content: start;
  justify-content: end;
}
.copyright {
  border-top: 1px solid #ffffff18;
  margin-top: 35px;
  padding-top: 18px;
  color: #96887c;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}
/* Floating WhatsApp Button */

.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.wa-float img {
  width: 62px;
  height: 62px;
  display: block;
  object-fit: contain;
  background: transparent;
  border: none;
}

.wa-float:hover {
  transform: scale(1.08);
}
/* Mobile */
@media (max-width: 700px) {
  .wa-float {
    width: 54px;
    height: 54px;
    right: 18px;
    bottom: 18px;
  }
}
@media (max-width: 950px) {
  .nav-links {
    gap: 17px;
  }
  .highlight-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .highlight-card > div {
    border-bottom: 1px solid #e5ded7;
  }
  .highlight-card > div:nth-child(2n) {
    border-right: 0;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item.wide {
    grid-column: span 2;
  }
  .property-layout {
    grid-template-columns: 1fr;
  }
  .property-image {
    min-height: 430px;
  }
  .experience-grid,
  .contact-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .header,
  .nav {
    height: 70px;
  }
  .logo img {
    width: 125px;
  }
  .nav-links {
    display: none;
  }
  .menu {
    display: block;
  }
  .hero {
    height: 700px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .hero-copy > p:not(.kicker) {
    font-size: 15px;
  }
  .arrow {
    width: 40px;
    height: 40px;
    font-size: 29px;
  }
  .prev {
    left: 14px;
  }
  .next {
    right: 14px;
  }
  .highlight-card {
    grid-template-columns: 1fr;
    margin-top: 0;
    border-radius: 0;
  }
  .highlight-card > div {
    border-right: 0;
  }
  .section {
    padding: 72px 0;
  }
  .section-head {
    display: block;
  }
  .section-head .btn {
    margin-top: 25px;
  }
  .property-info {
    padding: 38px 28px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }
  .filters {
    justify-content: flex-start;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
  .filters button {
    white-space: nowrap;
  }
  .experience-list {
    grid-template-columns: 1fr;
  }
  .contact-actions {
    flex-direction: column;
  }
  .foot {
    display: block;
  }
  .foot-links {
    justify-content: flex-start;
    margin-top: 25px;
  }
  .copyright {
    display: block;
  }
  .copyright span {
    display: block;
    margin-top: 7px;
  }
  .wa-float span {
    display: none;
  }
  /* .wa-float {
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
}
