html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #F8F6F2;
  color: #1A1A1A;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

/* STICKY HEADER */
.nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(248, 246, 242, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 50px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.logo {
  font-weight: 700;
  letter-spacing: 3px;
}

.nav nav {
  display: flex;
  gap: 26px;
}

.nav nav a {
  text-decoration: none;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
}

.nav nav a:hover {
  color: #C8A96A;
}

.nav-btn {
  background: #C8A96A;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
}

/* HERO */
.hero {
  min-height: 100vh;
  background: url('images/hero.jpg') center/cover;
  display: flex;
  align-items: center;
  padding: 80px;
  color: white;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.tag {
  letter-spacing: 3px;
  font-size: 12px;
}

.hero h1 {
  font-size: 56px;
  line-height: 1.05;
}

.sub {
  font-size: 18px;
  line-height: 1.7;
}

.gold-btn {
  background: #C8A96A;
  color: white;
  border: none;
  padding: 14px 22px;
  border-radius: 999px;
  cursor: pointer;
}

.outline-btn {
  border: 1px solid white;
  padding: 14px 22px;
  background: transparent;
  color: white;
  border-radius: 999px;
  cursor: pointer;
}

/* TRUST */
.trust {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 30px;
  background: white;
}

/* SERVICES */
.services {
  padding: 80px;
  text-align: center;
}

.services h2 {
  font-size: 38px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card h3 {
  font-size: 24px;
  padding: 0 20px;
}

.card p {
  padding: 0 20px 25px;
  line-height: 1.5;
}

/* ABOUT */
.about {
  display: flex;
  gap: 50px;
  padding: 80px;
  align-items: center;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 42px;
}

.about-text p {
  font-size: 18px;
  line-height: 1.8;
}

.about img {
  width: 50%;
  border-radius: 18px;
  object-fit: cover;
}

/* CTA */
.cta {
  background: #1A1A1A;
  color: white;
  text-align: center;
  padding: 80px;
}

.cta h2 {
  font-size: 44px;
}

/* CONTACT */
.contact-lux {
  background: #1A1A1A;
  color: #F8F6F2;
  padding: 90px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.section-pill {
  display: inline-block;
  background: rgba(200, 169, 106, 0.18);
  color: #C8A96A;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 22px;
}

.contact-left h2 {
  font-size: 64px;
  margin: 0 0 25px;
}

.contact-left p {
  font-size: 20px;
  line-height: 1.7;
  color: #d8d2c7;
  max-width: 680px;
}

.contact-details {
  margin-top: 50px;
  border-top: 1px solid rgba(248, 246, 242, 0.15);
  border-bottom: 1px solid rgba(248, 246, 242, 0.15);
  padding: 30px 0;
}

.contact-details div {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin: 22px 0;
  font-size: 18px;
}

.contact-details a,
.contact-details span {
  color: #d8d2c7;
  text-decoration: none;
}

.contact-card {
  background: #F8F6F2;
  color: #1A1A1A;
  padding: 35px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.contact-card input,
.contact-card textarea {
  border: 1px solid #DDD6CB;
  background: white;
  padding: 16px;
  border-radius: 10px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

.contact-card button {
  margin-top: 10px;
  background: #C8A96A;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 10px;
  font-size: 17px;
  cursor: pointer;
}

.before-after-page {
  padding: 10px 8%;
  background: #f8f6f2;
  color: #1a1a1a;
}

.ba-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 55px;
}

.ba-header .eyebrow {
  color: #c8a96a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ba-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  margin-bottom: 18px;
}

.ba-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.ba-card {
  background: white;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.ba-card:hover {
  transform: translateY(-6px);
}

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

.ba-content {
  padding: 26px;
}

.ba-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin-bottom: 10px;
}

.ba-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.ba-cta {
  margin-top: 70px;
  text-align: center;
  background: #1a1a1a;
  color: white;
  padding: 55px 25px;
  border-radius: 26px;
}

.ba-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-bottom: 12px;
}

.ba-cta p {
  margin-bottom: 25px;
  color: #ddd;
}

.ba-btn {
  display: inline-block;
  background: #c8a96a;
  color: #1a1a1a;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.ba-btn:hover {
  background: #b89652;
}

/* Mobile */
@media (max-width: 850px) {
  .ba-grid {
    grid-template-columns: 1fr;
  }

  .ba-header h1 {
    font-size: 36px;
  }

  .ba-card img {
    height: 300px;
  }
}




footer {
  text-align: center;
  padding: 30px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav {
    padding: 14px 22px;
  }

  .nav nav {
    gap: 14px;
  }

  .nav-btn {
    display: none;
  }

  .hero {
    padding: 50px 25px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .trust {
    flex-wrap: wrap;
  }

  .services,
  .about {
    padding: 60px 25px;
  }

  .about {
    flex-direction: column;
  }

  .about img {
    width: 100%;
  }

  .contact-lux {
    grid-template-columns: 1fr;
    padding: 60px 25px;
  }

  .contact-left h2 {
    font-size: 42px;
  }

  .contact-details div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.service-card img {
  cursor: pointer;
}

.image-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.image-lightbox.active {
  display: flex;
}

.image-lightbox img {
  max-width: 92%;
  max-height: 88vh;
  border-radius: 18px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: white;
  font-size: 42px;
  cursor: pointer;
}

.logo,
.logo:visited,
.logo:hover,
.logo:active {
  text-decoration: none;
  color: inherit;
}

.card img {
  cursor: pointer;
}

.image-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
}

.image-lightbox.active {
  display: flex;
}

.image-lightbox img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 16px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.ba-card img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.ba-card img:hover {
  transform: scale(1.03);
}

.ba-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.ba-lightbox.active {
  display: flex;
}

.ba-lightbox img {
  max-width: 92%;
  max-height: 88vh;
  border-radius: 18px;
}

.ba-lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: white;
  font-size: 42px;
  cursor: pointer;
}


.card img {
  transition: transform 0.3s ease;
}

.card img:hover {
  transform: scale(1.05);
}


@media (max-width: 600px) {
  .nav {
    flex-direction: column;
    gap: 12px;
  }

  .nav nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero h1 {
    font-size: 34px;
  }
}