@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Ibarra+Real+Nova:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap");

:root {
  --ink: #0b1110;
  --ocean: #0f6b5c;
  --ocean-dark: #0a4c42;
  --sand: #f6efe2;
  --mist: #eef2f1;
  --gold: #d4af37;
  --plum: #3a1435;
  --rose: #ff7f66;
  --violet: #4b3f72;
}

body {
  font-family: "Ibarra Real Nova", "Times New Roman", serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% 20%, #fff6eb 0%, #ffffff 55%, #f7f2ea 100%);
  background-attachment: fixed;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
  letter-spacing: 0.02em;
}

.nav-blur {
  backdrop-filter: blur(10px);
  background: rgba(8, 10, 12, 0.72);
}

.nav-shadow {
  box-shadow: 0 10px 25px rgba(6, 18, 15, 0.4);
}

.navbar-brand,
.navbar .nav-link {
  font-family: "Inter", sans-serif;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.78);
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #fff;
}

.navbar .btn-light {
  background: linear-gradient(120deg, #f5d27b, #d4af37);
  border: none;
  color: #1a1202;
  font-weight: 600;
}

.navbar .btn-light:hover {
  filter: brightness(0.95);
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
}

.hero-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    120deg,
    rgba(6, 8, 12, 0.88),
    rgba(33, 14, 34, 0.55),
    rgba(16, 65, 56, 0.45)
  );
}

.hero .container {
  padding-top: 6rem;
  padding-bottom: 6rem;
  z-index: 2;
}

.hero-kicker {
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
}

.hero-metrics .metric-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 1rem;
  text-align: center;
  backdrop-filter: blur(6px);
}

.metric-number {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}

.metric-label {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.section-pad {
  padding: 5rem 0;
}

.section-title h2 {
  font-size: 2.5rem;
}

.highlight-card {
  background: linear-gradient(145deg, #ffffff, #f7efe4);
  border-radius: 22px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 20px 40px rgba(20, 12, 25, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 50px rgba(30, 10, 40, 0.18);
}

.highlight-card h5 {
  margin-bottom: 0.75rem;
}

.bg-soft {
  background: linear-gradient(120deg, #fff0dd, #f8f1e5 60%, #fff8f0);
}

.villa-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 45px rgba(16, 10, 26, 0.16);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.villa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 55px rgba(18, 8, 30, 0.22);
}

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

.feature-list li {
  padding-left: 1.4rem;
  margin-bottom: 0.75rem;
  position: relative;
  font-family: "Inter", sans-serif;
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 1.4rem;
  line-height: 1;
}

.investment {
  background: radial-gradient(circle at top, #2b0c2e, #0c1513, #050807);
}

.investment-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
}

.investment-card h3 {
  margin: 0;
  font-size: 1.6rem;
}

.contact-card {
  background: linear-gradient(160deg, #ffffff, #f5eee2);
  border-radius: 20px;
  padding: 1.6rem;
  border: 1px solid rgba(212, 175, 55, 0.18);
  font-family: "Inter", sans-serif;
}

.contact-form .form-control {
  border-radius: 16px;
  padding: 0.75rem 1rem;
  font-family: "Inter", sans-serif;
  border: 1px solid rgba(60, 25, 45, 0.2);
}

.contact-form .form-control:focus {
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.2);
}

.btn-primary {
  background: linear-gradient(120deg, #0f6b5c, #1b3f6a);
  border-color: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.btn-primary:hover {
  filter: brightness(0.96);
  background: linear-gradient(120deg, #0c5c50, #162f52);
}

.btn-outline-light {
  font-family: "Inter", sans-serif;
  border-width: 2px;
}

.btn-outline-dark {
  border-color: #2b1a2f;
  color: #2b1a2f;
}

.btn-outline-dark:hover {
  background: #2b1a2f;
  color: #fff;
}

.footer {
  background: linear-gradient(120deg, #120a12, #0b1512);
  color: #fff;
  padding: 2rem 0;
  font-family: "Inter", sans-serif;
}

.footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.social-links i {
  font-size: 1.15rem;
  line-height: 1;
}

.alert {
  font-family: "Inter", sans-serif;
}

.page-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(120deg, #1c0f20, #1b3f6a, #0f6b5c);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(255, 127, 102, 0.25), transparent 45%);
}

.page-hero .container {
  position: relative;
}

.developer-logo {
  height: 70px;
  width: auto;
  max-width: 100%;
}

.site-logo {
  height: 102px;
  width: auto;
  display: block;
}

.media-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 55px rgba(18, 8, 30, 0.18);
  background: #fff;
  height: 420px;
}

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

.media-carousel,
.media-carousel .carousel-inner,
.media-carousel .carousel-item {
  height: 100%;
}

.media-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.map-embed {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 55px rgba(18, 8, 30, 0.18);
  background: #fff;
}

.map-embed iframe {
  width: 100%;
  height: 650px;
  border: 0;
  display: block;
}

.villa-spec {
  border: 1px solid rgba(43, 26, 47, 0.18);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
}

.gallery-tile,
.gallery-hero {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  width: 100%;
}

.gallery-filter .btn.active {
  background: #2b1a2f;
  border-color: #2b1a2f;
  color: #fff;
}

.gallery-hero {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 55px rgba(18, 8, 30, 0.22);
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.gallery-hero img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-tile {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(16, 10, 26, 0.14);
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.gallery-tile img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-tile:hover img,
.gallery-hero:hover img {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 2rem;
  }
  .hero .container {
    padding-top: 7rem;
  }

  .gallery-hero img {
    height: 260px;
  }

  .gallery-tile img {
    height: 170px;
  }

  .media-frame {
    height: 320px;
  }

  .developer-logo {
    height: 56px;
  }

  .site-logo {
    height: 72px;
  }

  .map-embed iframe {
    height: 420px;
  }
}
