﻿:root {
  --bg: #f2efe9;
  --panel: #ffffff;
  --text: #1f2124;
  --muted: #5e6470;
  --accent: #b88a44;
  --accent-deep: #825e23;
  --line: #ddd4c7;
  --shadow: 0 12px 30px rgba(31, 33, 36, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Mulish", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

h1,
h2,
h3,
.brand {
  font-family: "Cinzel", serif;
  letter-spacing: 0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.top-bar {
  background: #ffffff;
  color: #1f2124;
  border-bottom: 1px solid #ddd4c7;
}

.top-bar-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.top-logo {
  width: 178px;
  height: 120px;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.88rem;
}

.top-contact a {
  color: #825e23;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}

.brand {
  font-size: 1.2rem;
  color: #f8f6f2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #f8f6f2;
}

.site-nav a {
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #f8f6f2;
  padding: 0.48rem 0.7rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.7rem 1.2rem;
  transition: all 0.25s ease;
}

.btn:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

.btn-sm {
  padding: 0.48rem 0.85rem;
}

.btn-ghost {
  background: transparent;
  color: #fff;
}

.hero {
  min-height: 86vh;
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

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

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
  background-size: cover;
  background-position: center;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(9, 11, 14, 0.48), rgba(9, 11, 14, 0.16)),
    radial-gradient(circle at top right, rgba(212, 176, 117, 0.34), transparent 46%);
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(transparent 82%, rgba(0, 0, 0, 0.18));
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.24);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  transition: background 200ms ease, border-color 200ms ease;
}

.hero-arrow:hover {
  background: rgba(184, 138, 68, 0.7);
  border-color: rgba(255, 255, 255, 0.8);
}

.hero-arrow-prev {
  left: 1.1rem;
}

.hero-arrow-next {
  right: 1.1rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fbf9f4;
  padding: 4rem 0;
  animation: rise 900ms ease;
  max-width: 760px;
  /* background: rgba(10, 12, 15, 0.28); */
  /* border: 1px solid rgba(255, 255, 255, 0.22); */
  /* border-radius: 14px; */
  /* backdrop-filter: blur(4px); */
  /* box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24); */
  padding-inline: clamp(1rem, 2vw, 1.6rem);
}


.kicker {
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  color: #f0d7ab;
  margin: 0 0 0.6rem;
  font-weight: 700;
}

.center {
  text-align: center;
}

.hero h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  max-width: 13ch;
  margin: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.hero-copy {
  max-width: 53ch;
  color: #f1ece2;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.32);
}

.hero-cta {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.stats {
  background: #f6f2ea;
  color:#1f2329;
  padding: 0.8rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.stats article {
  text-align: center;
  padding: 1rem 0.6rem;
}

.stats h2 {
  margin: 0;
  color: var(--accent);
}

section {
  padding: 4.4rem 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.about-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.8rem;
  box-shadow: var(--shadow);
}

.about-art {
  min-height: 340px;
  border-radius: 8px;
  background-image:
    linear-gradient(152deg, rgba(12, 14, 17, 0.25), rgba(12, 14, 17, 0.45)),
    url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.checklist {
  padding-left: 1.15rem;
  color: var(--muted);
}

.amenities {
  background: linear-gradient(#f7f4ee, #efe9de);
}

.amenity-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.amenity-grid article {
  position: relative;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.15rem 0.8rem;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  overflow: hidden;
}

.amenity-grid article:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(10, 12, 15, 0.25), rgba(10, 12, 15, 0.55)), url("https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.amenity-grid article:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(10, 12, 15, 0.25), rgba(10, 12, 15, 0.55)), url("https://images.unsplash.com/photo-1575429198097-0414ec08e8cd?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.amenity-grid article:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(10, 12, 15, 0.25), rgba(10, 12, 15, 0.55)), url("https://images.unsplash.com/photo-1512918728675-ed5a9ecdebfd?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.amenity-grid article:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(10, 12, 15, 0.25), rgba(10, 12, 15, 0.55)), url("images/fitness.jpg");
  background-size: cover;
  background-position: center;
}

.amenity-grid article:nth-child(5) {
  background-image: linear-gradient(180deg, rgba(10, 12, 15, 0.25), rgba(10, 12, 15, 0.55)), url("https://images.unsplash.com/photo-1516455590571-18256e5bb9ff?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.amenity-grid article:nth-child(6) {
  background-image: linear-gradient(180deg, rgba(10, 12, 15, 0.25), rgba(10, 12, 15, 0.55)), url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.amenity-grid article:nth-child(7) {
  background-image: linear-gradient(180deg, rgba(10, 12, 15, 0.25), rgba(10, 12, 15, 0.55)), url("https://images.unsplash.com/photo-1613490493576-7fde63acd811?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.amenity-grid article:nth-child(8) {
  background-image: linear-gradient(180deg, rgba(10, 12, 15, 0.25), rgba(10, 12, 15, 0.55)), url("https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.page-link-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}

.page-link-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 200ms ease, box-shadow 200ms ease;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.page-link-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.page-link-card:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(8, 10, 13, 0.3), rgba(8, 10, 13, 0.65)), url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
}

.page-link-card:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(8, 10, 13, 0.3), rgba(8, 10, 13, 0.65)), url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
}

.page-link-card:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(8, 10, 13, 0.3), rgba(8, 10, 13, 0.65)), url("https://images.unsplash.com/photo-1480074568708-e7b720bb3f09?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
}

.page-link-card:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(8, 10, 13, 0.3), rgba(8, 10, 13, 0.65)), url("https://images.unsplash.com/photo-1554995207-c18c203602cb?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
}

.page-link-card:nth-child(5) {
  background-image: linear-gradient(180deg, rgba(8, 10, 13, 0.3), rgba(8, 10, 13, 0.65)), url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
}

.plan-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.plan-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: left;
}

.plan-card-media {
  min-height: 190px;
  background-image:
    url("https://images.unsplash.com/photo-1600121848594-d8644e57abab?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.plan-card:nth-child(1) .plan-card-media {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1200&q=80");
}

.plan-card:nth-child(2) .plan-card-media {
  background-image: url("https://images.unsplash.com/photo-1600121848594-d8644e57abab?auto=format&fit=crop&w=1200&q=80");
}

.plan-card:nth-child(3) .plan-card-media {
  background-image:
    url("https://images.unsplash.com/photo-1600607687644-c7171b42498f?auto=format&fit=crop&w=1200&q=80");
}

.plan-card-body {
  padding: 1rem 1.2rem 1.2rem;
  color: #111111;
}

.plan-card-body h3,
.plan-card-body p {
  margin: 0 0 0.35rem;
}

.plan-card span {
  color: #111111;
  font-weight: 700;
}

.gallery {
  background: #ece8df;
}

.gallery-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 170px 170px;
  gap: 0.8rem;
}

.tile {
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.t1 {
  grid-column: span 5;
  grid-row: span 2;
  background-image: url("https://images.unsplash.com/photo-1493809842364-78817add7ffb?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.t2 {
  grid-column: span 4;
  background-image: url("https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.t3 {
  grid-column: span 3;
  background-image: url("images/t3.jpg");
  background-size: cover;
  background-position: center;
}

.t4 {
  grid-column: span 7;
  background-image: url("https://images.unsplash.com/photo-1600047509358-9dc75507daeb?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.distance-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
}

.distance-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
}

.distance-list li:last-child {
  border-bottom: 0;
}

.map-mock {
  min-height: 300px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background-image:
    linear-gradient(135deg, rgba(10, 12, 14, 0.18), rgba(10, 12, 14, 0.35)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.contact {
  background: #f5f1e9;
  /* color: #171b20; */
  color: #f5f1e9;
}

.contact-wrap {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.contact-wrap>div {
  border-radius: 10px;
  padding: 1.2rem;
  min-height: 461px;
  background-image:
    linear-gradient(160deg, rgba(8, 9, 12, 0.45), rgba(8, 9, 12, 0.72)),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.contact-form {
  background: #21262d;
  padding: 1.2rem;
  border-radius: 10px;
  border: 1px solid #313842;
  display: grid;
  gap: 0.85rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
}

input,
select {
  width: 100%;
  border: 1px solid #59616b;
  background: #15181d;
  color: #f8f7f3;
  border-radius: 4px;
  padding: 0.63rem 0.72rem;
}

.form-note {
  min-height: 1.2em;
  color: #e6d0a8;
  font-size: 0.85rem;
}

.site-footer {
  background: white;
  color: #0f1215;
  padding: 1.1rem 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.inner-hero {
  padding: 7rem 0 3rem;
  background:
    linear-gradient(120deg, rgba(13, 15, 18, 0.88), rgba(13, 15, 18, 0.62)),
    linear-gradient(115deg, #343d46 0%, #1c2026 44%, #2f2c2a 100%);
  color: #f8f4ec;
}

.inner-hero h1 {
  margin: 0;
  font-size: clamp(1.9rem, 5vw, 3.2rem);
}

.inner-hero p {
  margin: 0.5rem 0 0;
  color: #e4dbc7;
}

.emi-section {
  background: #efe9de;
}

.emi-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.bank-info,
.emi-result {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.2rem;
}

.bank-info h2 {
  margin-top: 0;
}

.bank-copy {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.bank-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.bank-row {
  width: 100%;
  text-align: left;
  border: 1px solid #c9bfaf;
  border-radius: 8px;
  background: #fff;
  padding: 0.65rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text);
  cursor: pointer;
}

.bank-row strong {
  color: var(--accent-deep);
}

.bank-row.is-active {
  border-color: var(--accent);
  background: #fbf6ec;
}

.bank-details {
  margin-top: 0.9rem;
  border-top: 1px solid #ddd4c7;
  padding-top: 0.7rem;
}

.bank-details p {
  margin: 0.35rem 0;
  font-size: 0.9rem;
  color: #38414b;
}

.emi-form {
  display: grid;
  gap: 0.8rem;
}

.emi-form label {
  display: grid;
  gap: 0.35rem;
}

.emi-form input {
  background: #fff;
  color: var(--text);
  border: 1px solid #b9b1a5;
}

.emi-result h2 {
  margin-top: 0;
}

.emi-result {
  background-image:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
    url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.emi-meta {
  margin: 0.1rem 0 0.4rem;
  color: #3b4049;
  font-size: 0.95rem;
}

.emi-summary {
  margin-top: 1rem;
  border-top: 1px solid #d9d0c2;
  padding-top: 0.8rem;
}

.emi-label {
  margin: 0.25rem 0 0.1rem;
  color: #4c5561;
  font-size: 0.9rem;
}

#emi-monthly {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  color: var(--accent-deep);
  margin: 0;
}

#emi-total {
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 700;
  color: #2a3340;
  margin: 0;
}

@keyframes rise {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 960px) {

  .split,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 180px 180px;
  }

  .t1,
  .t2,
  .t3,
  .t4 {
    grid-column: auto;
    grid-row: auto;
  }

  .emi-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 0;
  }

  .top-contact {
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.82rem;
  }

  .site-nav {
    position: absolute;
    right: 4vw;
    top: 74px;
    background: #171b20;
    border: 1px solid #303944;
    border-radius: 8px;
    padding: 0.8rem;
    min-width: 220px;
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
  }
}

@media (max-width: 560px) {
  section {
    padding: 3.2rem 0;
  }

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

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

  .page-link-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 180px);
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.4rem;
  }

  .hero-arrow-prev {
    left: 0.5rem;
  }

  .hero-arrow-next {
    right: 0.5rem;
  }

  .hero-content {
    padding: 2.2rem 0.85rem;
    margin-inline: 0.2rem;
  }

}
