/* =====================================================
   Nikunj City — Landing Page Styles
   Theme: Earthy Beige + Deep Emerald + Antique Gold
   ===================================================== */

:root {
  --green-900: #0f2e23;
  --green-800: #163b2c;
  --green-700: #1e4d3a;
  --green-600: #2a6a51;
  --green-500: #3e8a6c;
  --gold: #c9a86a;
  --gold-2: #b08e4b;
  --cream: #f7f1e3;
  --cream-2: #efe6d2;
  --beige: #e8dcc3;
  --ink: #1a1f1c;
  --ink-2: #3b4540;
  --muted: #6b756f;
  --line: rgba(30, 77, 58, 0.12);
  --shadow-1: 0 8px 30px rgba(15, 46, 35, 0.08);
  --shadow-2: 0 20px 60px rgba(15, 46, 35, 0.15);
  --radius: 14px;
  --max: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

em {
  font-style: italic;
  color: var(--gold-2);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: var(--green-900);
  line-height: 1.15;
  margin: 0 0 .6em;
  letter-spacing: -.01em;
}

.h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.h2.white {
  color: #fff;
}

.h2 em {
  color: var(--gold);
}

.lead {
  font-size: 1.05rem;
  color: var(--ink-2);
  max-width: 60ch;
}

/* Eyebrow */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green-700);
  margin: 0 0 16px;
}

.eyebrow span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.eyebrow--light {
  color: var(--cream);
}

.eyebrow--light span {
  background: var(--gold);
}

.eyebrow.center,
.center {
  text-align: center;
}

.section-head {
  margin-bottom: 56px;
}

.section-head.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .02em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}

.btn--gold {
  background: var(--gold);
  color: var(--green-900);
  box-shadow: 0 8px 24px rgba(201, 168, 106, .35);
}

.btn--gold:hover {
  background: var(--gold-2);
  transform: translateY(-2px);
}

.btn--green {
  background: var(--green-700);
  color: #fff;
}

.btn--green:hover {
  background: var(--green-900);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .5);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.btn--white {
  color: #fff;
}

.btn--sm {
  padding: 10px 18px;
  font-size: .82rem;
}

.btn--block {
  width: 100%;
}

/* Top strip */
.top-strip {
  background: var(--green-900);
  color: var(--cream);
  font-size: .82rem;
}

.top-strip__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.top-strip__inner i {
  color: var(--gold);
  margin-right: 6px;
}

.top-strip__cta {
  font-weight: 600;
}

.top-strip__cta:hover {
  color: var(--gold);
}

.hide-mobile {
  display: inline;
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 241, 227, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: padding .25s ease;
}

.nav.is-scrolled {
  background: rgba(247, 241, 227, 0.95);
}

.nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 16px 0; */
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--green-800);
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid var(--gold);
}

.brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--green-900);
}

.brand-text em {
  font-size: 1.55rem;
  color: var(--gold-2);
}

.nav__brand--light .brand-text,
.nav__brand--light .brand-text em {
  color: var(--cream);
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav__menu a {
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink-2);
  position: relative;
}

.nav__menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .3s ease;
}

.nav__menu a:hover {
  color: var(--green-800);
}

.nav__menu a:hover::after {
  width: 100%;
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.nav__toggle span {
  width: 26px;
  height: 2px;
  background: var(--green-900);
  transition: transform .3s;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  height: clamp(620px, 92vh, 880px);
  overflow: hidden;
  isolation: isolate;
}

.hero__slides,
.hero__slide {
  position: absolute;
  inset: 0;
}

.hero__slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.4s ease, transform 6s ease;
}

.hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(15, 46, 35, .85) 0%, rgba(15, 46, 35, .55) 45%, rgba(15, 46, 35, .25) 100%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* max-width: 820px; */
  color: #fff;
  padding-bottom: 60px;
}

.hero__content .eyebrow {
  color: var(--gold);
}

.hero__content .eyebrow span {
  background: var(--gold);
}

.hero__title {
  color: #fff;
  font-size: clamp(2.6rem, 6.4vw, 5.4rem);
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: -.02em;
}

.hero__title em {
  color: var(--gold);
}

.hero__sub {
  font-size: 1.1rem;
  max-width: 560px;
  color: rgba(255, 255, 255, .85);
  margin: 0 0 36px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.hero__chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: .82rem;
  backdrop-filter: blur(8px);
}

.hero__chips i {
  color: var(--gold);
}

.hero__dots {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.hero__dots button {
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  transition: background .3s, width .3s;
}

.hero__dots button.is-active {
  background: var(--gold);
  width: 50px;
}

.hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
  display: grid;
  place-items: center;
  z-index: 3;
  backdrop-filter: blur(8px);
  transition: background .3s;
}

.hero__arrow:hover {
  background: var(--gold);
  color: var(--green-900);
  border-color: var(--gold);
}

.hero__arrow--prev {
  left: 24px;
}

.hero__arrow--next {
  right: 24px;
}

.hero__scroll {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: rgba(255, 255, 255, .7);
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
}

.hero__scroll span {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, .4);
  animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {

  0%,
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
  }
}

/* Marquee */
.marquee {
  background: var(--green-900);
  color: var(--cream);
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid var(--gold-2);
  border-bottom: 1px solid var(--gold-2);
}

.marquee__track {
  display: flex;
  gap: 40px;
  animation: marq 28s linear infinite;
  white-space: nowrap;
}

.marquee__track span {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.3rem;
}

.marquee__track i {
  color: var(--gold);
  align-self: center;
}

@keyframes marq {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ============ ABOUT ============ */
.about {
  padding: 110px 0;
  background: var(--cream);
  position: relative;
}

/* .about::before {
  content: '';
  position: absolute;
  right: -120px;
  top: 80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: var(--beige);
  opacity: .5;
  z-index: 0;
} */

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about__img {
  position: relative;
}

.about__img img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-2);
  aspect-ratio: 4/5;
  object-fit: cover;
}

.about__badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: var(--green-800);
  color: var(--cream);
  padding: 26px 32px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow-2);
  border: 3px solid var(--gold);
}

.about__badge .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: var(--gold);
  line-height: 1;
}

.about__badge .lbl {
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.3;
}

.kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
}

.kv>div {
  border-left: 2px solid var(--gold);
  padding-left: 14px;
}

.kv span {
  display: block;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.kv strong {
  font-weight: 600;
  color: var(--green-900);
  font-size: .95rem;
}

/* ============ USP ============ */
.usp {
  padding: 110px 0;
  background: var(--green-900);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.usp::before {
  content: '';
  position: absolute;
  left: -200px;
  top: -200px;
  width: 500px;
  height: 500px;
  border: 1px solid var(--gold-2);
  border-radius: 50%;
  opacity: .2;
}

.usp .eyebrow {
  color: var(--gold);
}

.usp .eyebrow span {
  background: var(--gold);
}

.usp h2 {
  color: #fff;
}

.usp h2 em {
  color: var(--gold);
}

.usp__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.usp__card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(201, 168, 106, .2);
  padding: 36px 28px;
  border-radius: var(--radius);
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.usp__card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  background: rgba(201, 168, 106, .08);
}

.usp__card i {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 18px;
}

.usp__card h4 {
  color: var(--cream);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.usp__card p {
  color: rgba(247, 241, 227, .7);
  font-size: .92rem;
  margin: 0;
}

/* ============ LOCATION ============ */
.location {
  padding: 110px 0;
  background: var(--cream-2);
}

.location__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

.location__map {
  border-radius: var(--radius);
  overflow: hidden;
  /* min-height: 500px; */
  box-shadow: var(--shadow-1);
  border: 1px solid var(--line);
}

.location__list {
  background: #fff;
  padding: 36px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}

.location__list h3 {
  color: var(--green-800);
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.location__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location__list li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}

.location__list li:last-child {
  border: 0;
}

.location__list i {
  color: var(--gold-2);
}

.location__list b {
  color: var(--green-700);
  font-weight: 700;
  font-size: .92rem;
}

/* ============ AMENITIES ============ */
.amenities {
  padding: 110px 0;
  background: var(--cream);
}

.amen__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.amen__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 36px 18px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.amen__item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2);
  border-color: var(--gold);
}

.amen__item i {
  font-size: 2rem;
  color: var(--green-700);
  transition: color .3s, transform .3s;
}

.amen__item:hover i {
  color: var(--gold-2);
  transform: scale(1.15);
}

.amen__item span {
  font-weight: 600;
  color: var(--ink);
  font-size: .92rem;
}

/* ============ SITEPLAN ============ */
.siteplan {
  padding: 110px 0;
  background: var(--green-900);
  color: var(--cream);
  position: relative;
}

.siteplan .eyebrow {
  color: var(--gold);
}

.siteplan .eyebrow span {
  background: var(--gold);
}

.siteplan h2 {
  color: #fff;
}

.siteplan h2 em {
  color: var(--gold);
}

.siteplan .lead {
  color: rgba(247, 241, 227, .75);
}

.siteplan__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.plot-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: rgba(255, 255, 255, .04);
  border-radius: var(--radius);
  overflow: hidden;
}

.plot-table th,
.plot-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(201, 168, 106, .15);
  font-size: .92rem;
}

.plot-table th {
  background: rgba(201, 168, 106, .15);
  color: var(--gold);
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .78rem;
}

.plot-table tbody tr:hover {
  background: rgba(201, 168, 106, .06);
}

.siteplan__art {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.siteplan__card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(201, 168, 106, .2);
  padding: 36px 24px;
  border-radius: var(--radius);
  text-align: center;
  transition: transform .3s;
}

.siteplan__card--alt {
  background: var(--gold);
  color: var(--green-900);
  border-color: var(--gold);
}

.siteplan__card:hover {
  transform: translateY(-4px);
}

.siteplan__card .num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.4rem;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 6px;
}

.siteplan__card--alt .num {
  color: var(--green-900);
}

.siteplan__card .lbl {
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .85;
}

/* ============ GALLERY ============ */
.gallery {
  padding: 110px 0;
  background: var(--cream);
}

.gal__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}

.gal__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
}

.gal__item.gal--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.gal__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.gal__item span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 46, 35, .7) 100%);
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
  font-size: 1.6rem;
}

.gal__item:hover img {
  transform: scale(1.08);
}

.gal__item:hover span {
  opacity: 1;
}

/* ============ DEVELOPER ============ */
.developer {
  padding: 110px 0;
  background: var(--cream-2);
}

.dev__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.dev__card {
  padding: 36px 28px;
  background: #fff;
  border-radius: var(--radius);
  border-left: 4px solid var(--gold);
  transition: transform .3s, box-shadow .3s;
}

.dev__card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-1);
}

.dev__card h3 {
  font-size: 1.6rem;
  margin-bottom: 4px;
  color: var(--green-900);
}

.dev__card span {
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ============ CTA BANNER ============ */
.cta-banner {
  padding: 80px 0;
  background: linear-gradient(120deg, var(--green-900) 0%, var(--green-700) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(201, 168, 106, .08);
}

.cta-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cta-banner__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ============ CONTACT ============ */
.contact {
  padding: 110px 0;
  background: var(--cream);
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact__info {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  gap: 22px;
}

.contact__info li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
}

.contact__info i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-700);
  color: var(--gold);
  font-size: 1rem;
}

.contact__info strong {
  display: block;
  color: var(--green-900);
  margin-bottom: 2px;
}

.contact__info a:hover {
  color: var(--gold-2);
}

.contact__form {
  background: #fff;
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  border-top: 4px solid var(--gold);
}

.contact__form h3 {
  color: var(--green-900);
  font-size: 1.8rem;
  margin-bottom: 24px;
}

/* Floating labels */
.field {
  position: relative;
  margin-bottom: 18px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 18px 16px 8px;
  font-family: inherit;
  font-size: .95rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  outline: none;
  resize: vertical;
  transition: border-color .25s ease, background .25s ease;
}

.field select {
  padding: 14px 16px;
}

.field textarea {
  padding-top: 18px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  background: #fff;
}

.field label {
  position: absolute;
  left: 16px;
  top: 18px;
  font-size: .95rem;
  color: var(--muted);
  pointer-events: none;
  transition: all .2s ease;
}

.field input:focus+label,
.field input:not(:placeholder-shown)+label,
.field textarea:focus+label,
.field textarea:not(:placeholder-shown)+label {
  top: 5px;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.form-note {
  font-size: .78rem;
  color: var(--muted);
  text-align: center;
  margin: 10px 0 0;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--green-900);
  color: var(--cream);
  padding: 80px 0 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr;
  gap: 50px;
  padding-bottom: 50px;
}

.footer h5 {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  padding: 6px 0;
  color: rgba(247, 241, 227, .75);
  font-size: .92rem;
}

.footer ul li i {
  color: var(--gold);
  margin-right: 8px;
}

.footer ul a:hover {
  color: var(--gold);
}

.footer p {
  color: rgba(247, 241, 227, .7);
  font-size: .92rem;
}

.footer p.dim {
  font-size: .82rem;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  transition: background .25s, transform .25s;
}

.socials a:hover {
  background: var(--gold);
  color: var(--green-900);
  transform: translateY(-3px);
}

.footer__bar {
  border-top: 1px solid rgba(201, 168, 106, .2);
  padding: 22px 0;
  font-size: .82rem;
  color: rgba(247, 241, 227, .6);
}

.footer__bar-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__bar i {
  color: var(--gold);
}

/* ============ POPUP ============ */
.popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup.is-open {
  display: flex;
}

.popup__bg {
  position: absolute;
  inset: 0;
  background: rgba(15, 46, 35, .7);
  backdrop-filter: blur(6px);
  animation: fadeIn .3s ease;
}

.popup__card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  max-width: 920px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
  animation: popUp .4s cubic-bezier(.2, .8, .2, 1);
}

@keyframes popUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.95);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}

.popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: var(--green-900);
  display: grid;
  place-items: center;
  z-index: 5;
  transition: background .25s, transform .25s;
}

.popup__close:hover {
  background: var(--gold);
  transform: rotate(90deg);
}

.popup__art {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 480px;
}

.popup__art::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 46, 35, .3) 0%, rgba(15, 46, 35, .85) 100%);
}

.popup__art-content {
  position: relative;
  z-index: 1;
}

.popup__art h3 {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.15;
}

.popup__art h3 em {
  color: var(--gold);
}

.popup__art p {
  color: rgba(255, 255, 255, .85);
  font-size: .95rem;
  margin: 0 0 20px;
}

.popup__art ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.popup__art li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
}

.popup__art i {
  color: var(--gold);
}

.popup__form {
  padding: 40px;
}

.popup__form h3 {
  color: var(--green-900);
  font-size: 1.7rem;
  margin-bottom: 4px;
}

.popup__form>p {
  color: var(--muted);
  font-size: .9rem;
  margin: 0 0 20px;
}

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(15, 46, 35, .95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.lightbox.is-open {
  display: flex;
  animation: fadeIn .25s ease;
}

.lightbox img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}

.lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  display: grid;
  place-items: center;
  transition: background .25s;
}

.lightbox__close:hover {
  background: var(--gold);
  color: var(--green-900);
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: grid;
  place-items: center;
  transition: background .25s;
}

.lightbox__nav:hover {
  background: var(--gold);
  color: var(--green-900);
}

.lightbox__nav--prev {
  left: 30px;
}

.lightbox__nav--next {
  right: 30px;
}

/* ============ FLOATING BUTTONS ============ */
.float-wa,
.float-cta {
  position: fixed;
  right: 22px;
  z-index: 40;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  transition: transform .25s ease;
}

.float-wa {
  bottom: 92px;
  background: #25D366;
  color: #fff;
  font-size: 1.5rem;
}

.float-cta {
  bottom: 22px;
  background: var(--gold);
  color: var(--green-900);
  width: auto;
  padding: 0 22px;
  height: 56px;
  border-radius: 999px;
  font-weight: 700;
  gap: 8px;
  display: inline-flex;
  align-items: center;
}

.float-wa:hover,
.float-cta:hover {
  transform: translateY(-4px) scale(1.05);
}

/* ============ TOAST ============ */
.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  background: var(--green-900);
  color: var(--cream);
  padding: 18px 24px;
  border-radius: 12px;
  border-left: 4px solid var(--gold);
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 200;
  box-shadow: var(--shadow-2);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
  max-width: 90%;
}

.toast.is-show {
  transform: translateX(-50%) translateY(0);
}

.toast i {
  color: var(--gold);
  font-size: 1.6rem;
}

/* ============ REVEAL ============ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {

  .about__grid,
  .siteplan__inner,
  .contact__grid,
  .location__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .gal__grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

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

  .popup__art {
    min-height: 220px;
    padding: 30px;
  }
}

@media (max-width: 760px) {
  .hide-mobile {
    display: none;
  }

  .nav__toggle {
    display: flex;
  }

  .nav__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border-bottom: 1px solid var(--line);
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, transform .3s;
  }

  .nav__menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav__menu a {
    padding: 12px 8px;
    border-bottom: 1px solid var(--line);
  }

  .nav__menu .btn {
    margin-top: 10px;
  }

  .hero {
    height: 100vh;
    min-height: 580px;
  }

  .hero__title {
    font-size: 2.6rem;
  }

  .hero__chips {
    display: none;
  }

  .hero__arrow {
    display: none;
  }

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

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

  .gal__item.gal--lg {
    grid-column: span 2;
    grid-row: span 1;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .float-cta span {
    display: none;
  }

  .float-cta {
    width: 56px;
    /* padding: 0; */
  }

  .about__badge {
    bottom: -20px;
    right: 10px;
    padding: 18px 22px;
  }

  .about__badge .num {
    font-size: 2.2rem;
  }

  section {
    padding: 70px 0 !important;
  }
}

@media (max-width: 480px) {

  .usp__grid,
  .amen__grid {
    grid-template-columns: 1fr;
  }

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

  .h2 {
    font-size: 2rem;
  }

  .hero__title {
    font-size: 2.2rem;
  }
}

.nav__brand{
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  max-width: 140px; /* adjust as needed */
}

.brand-logo{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px){
  .popup__art{
    display: none;
  }
}