/* =====================================================================
   51 Incepto — Luxury Residences, Sector 60, Gurugram
   Production stylesheet. Mobile-first responsive, design-token driven.
   ===================================================================== */

:root {
  /* ---- Brand palette (from Figma) ---- */
  --bg:            #172e28;  /* primary deep green            */
  --bg-2:          #142b25;  /* alternate section green       */
  --bg-card-dark:  #0f1f1a;  /* darkest panel / floor-plan bg */
  --panel:         #1e3a34;  /* info-card panel               */
  --ink:           #0d0d0d;  /* near-black (cards on light)   */
  --gold:          #caa56a;  /* primary gold                  */
  --gold-2:        #c9a84c;  /* sharper gold (accents)        */
  --gold-soft:     rgba(202,165,106,.5);
  --beige:         #fffbf5;  /* warm off-white text           */
  --grey:          #9d9d9d;
  --grey-2:        #d7d7d7;

  --beige-65: rgba(255,251,245,.65);
  --beige-55: rgba(255,251,245,.55);
  --beige-50: rgba(255,251,245,.50);
  --beige-45: rgba(255,251,245,.45);

  --gold-grad: linear-gradient(175deg, #caa56a 0%, #e5c98a 50%, #caa56a 100%);
  --hairline:  rgba(202,165,106,.20);

  /* ---- Type ---- */
  --f-display: "Fredoka", system-ui, sans-serif;       /* big light headings */
  --f-serif:   "Faustina", Georgia, serif;             /* body / data        */
  --f-playfair:"Playfair Display", Georgia, serif;     /* refined sub-heads  */
  --f-ui:      "Inter", system-ui, sans-serif;         /* labels / UI text   */

  /* ---- Layout ---- */
  --maxw: 1400px;
  --gutter: clamp(20px, 6vw, 80px);
  --radius: 16px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--beige);
  font-family: var(--f-serif);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* ---- Layout helpers ---- */
.container { width: min(var(--maxw), 100% - 2*var(--gutter)); margin-inline: auto; }
.section   { padding-block: clamp(56px, 8vw, 60px); }
.amenities-section {padding-top: 0 !important;}
.section--green2 { background: var(--bg-2) !important; }

/* Section heading with flanking gold rules */
.rule-head {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(16px, 4vw, 40px);
  margin: 0 0 clamp(28px, 4vw, 48px);
}
.rule-head::before, .rule-head::after {
  content: ""; flex: 1 1 auto; height: 2px; max-width: 486px;
  background: linear-gradient(90deg, transparent, var(--gold) 60%);
}
.rule-head::after { background: linear-gradient(270deg, transparent, var(--gold) 60%); }
.rule-head h2 {
  margin: 0; flex: 0 0 auto; text-transform: capitalize;
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(34px, 6vw, 70px); line-height: 1.05;
  color: #fff; white-space: nowrap;
}

/* Centered display sub-heading (Every Detail… / Thoughtfully… / Only the…) */
.disp-head {
  text-align: center; margin: 0 0 clamp(28px, 4vw, 44px);
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(28px, 4.5vw, 44px); line-height: 1.15; color: var(--beige);
}
.disp-head .gold { color: var(--gold); }

/* Gold pill button */
.btn-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px 18px; border-radius: 8px;
  background-image: var(--gold-grad); color: var(--bg);
  font-family: var(--f-serif); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; font-size: 13px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(202,165,106,.35); }
.btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px 18px; border-radius: 8px;
  border: 1px solid var(--gold); color: var(--beige);
  font-family: var(--f-ui); font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; font-size: 13px;
  transition: background .2s ease, color .2s ease;
}
.btn-outline:hover { background: var(--gold); color: var(--bg); }
.btn-gold svg, .btn-outline svg { width: 16px; height: 16px; }

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header {
  position: absolute; inset: 0 0 auto 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 18px var(--gutter);
}
.logo { display: flex; align-items: center; gap: 10px; min-height: 44px; }
.logo img { height: 48px; width: auto; }
.logo .logo-fallback {
  display: flex; align-items: baseline; gap: 8px;
  font-family: var(--f-playfair); color: #fff;
}
.logo .logo-fallback b { font-size: 30px; line-height: 1; }
.logo .logo-fallback span {
  font-family: var(--f-ui); letter-spacing: .35em; font-size: 13px;
  border-left: 1px solid rgba(255,255,255,.5); padding-left: 8px;
}
.header-phone {
  font-family: var(--f-ui); color: #fff; text-transform: uppercase;
  font-size: clamp(15px, 2.2vw, 24px); letter-spacing: .02em; white-space: nowrap;
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative; min-height: clamp(700px, 78vh, 819px);
  display: flex; align-items: flex-end; justify-content: center;
  text-align: center; overflow: hidden;
  border-radius: 0 0 16px 16px;
  box-shadow: 4px 4px 2px rgba(0,0,0,.25); 
}
.hero__media { position: absolute; inset: 0; background: #20342d; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(85,85,85,0) 50%, rgba(0,0,0,.48) 73%, rgba(0,0,0,.8) 89%);
}
.hero__inner { position: relative; z-index: 2; padding: 0 20px clamp(48px, 9vh, 96px); width: 100%; }
.hero__title {
  margin: 0 0 12px; font-family: var(--f-serif); font-weight: 500;
  text-transform: uppercase; color: #fff; letter-spacing: .01em;
  font-size: clamp(40px, 8vw, 68px); line-height: 1;
}
.hero__loc {
  display: inline-flex; align-items: center; gap: 6px; margin: 0 0 22px;
  color: var(--grey-2); text-transform: capitalize;
  font-family: var(--f-display); font-weight: 300; font-size: clamp(16px, 3vw, 28px);
}
.hero__loc svg { width: 26px; height: 26px; color: var(--gold); }
.hero__badges {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}
.hero__badges .badge {
  border: 1.5px solid var(--gold-soft); border-radius: 8px; padding: 8px 14px;
  font-family: var(--f-display); font-weight: 400; color: #fff;
  font-size: clamp(15px, 2.6vw, 28px); white-space: nowrap;
}

/* =====================================================================
   ABOUT
   ===================================================================== */
.about__lead {
  max-width: var(--maxw); margin: 0 auto; text-align: center; text-transform: capitalize;
  font-family: var(--f-display); font-weight: 300; color: #fff;
  font-size: clamp(14px, 1.4vw, 18px); line-height: 1.7;
}
.about__more {
  text-transform: none; color: var(--grey);
  font-family: var(--f-display); font-weight: 300; font-size: 11px; white-space: nowrap;
}
.about__more:hover { color: var(--gold); }
.slider-section-div-start{
    margin-top: 50px;
}
.uk-card-default{
    background-color: transparent !important;
    border: none !important;
}
.uk-card-media-top img{
    border-radius: 8px !important;
}
.uk-slidenav-previous,.uk-slidenav-next{
    border-radius: 50% !important;
}
/* =====================================================================
   AMENITIES
   ===================================================================== */
.amenity-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 1080px) { .amenity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px)  { .amenity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px)  { .amenity-grid { grid-template-columns: 1fr; } }
.amenity {
  background: rgba(175,175,175,.04); border: 1px solid rgba(202,165,106,.14);
  border-radius: var(--radius); padding: 33px 29px;
  display: flex; flex-direction: column; gap: 2px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.amenity:hover { transform: translateY(-4px); border-color: rgba(202,165,106,.4); background: rgba(202,165,106,.06); }
.amenity__icon {
  width: 50px; height: 50px; border-radius: 8px; display: grid; place-items: center;
  background: rgba(202,165,106,.1); border: 1px solid rgba(202,165,106,.25); color: var(--gold);
}
.amenity__icon svg { width: 24px; height: 24px; }
.amenity h3 {
  margin: 0; font-family: var(--f-display); font-weight: 400; font-size: 19px;
  line-height: 1.5; color: var(--beige);
  text-transform: capitalize;margin-top: 14px;
}
.amenity p { margin: 0px 0 0; font-size: 13px; line-height: 1.6; color: var(--beige-55); }

/* =====================================================================
   PROJECT OVERVIEW
   ===================================================================== */
.overview__grid {
  display: grid; gap: clamp(32px, 5vw, 80px); align-items: start;
  grid-template-columns: 1fr 1fr;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px;
  font-family: var(--f-serif); font-weight: 600; color: var(--gold);
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 40px; height: 1px; background: var(--gold-soft); }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 40px; height: 1px; background: var(--gold-soft); }

.overview h2 {
  margin: 0 0 24px; font-family: var(--f-display); font-weight: 300;
  font-size: clamp(30px, 4vw, 46px); line-height: 1.1; color: var(--beige);
}
.overview h2 .gold { color: var(--gold); }
.overview p { margin: 0 0 20px; color: var(--beige-65); line-height: 1.8; font-size: 16px; }
.overview__list { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 12px; }
.overview__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--beige); }
.overview__list svg { width: 16px; height: 16px; color: var(--gold); flex: 0 0 auto; margin-top: 3px; }

/* Info card */
.info-card {
  background: var(--panel); border: 1px solid var(--hairline);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.info-card__head { background: var(--bg-card-dark); padding: 24px 32px; }
.info-card__head h3 { margin: 0; font-family: var(--f-display); font-weight: 400; font-size: 21px; color: var(--beige); }
.info-card__head span { display: block; margin-top: 4px; color: var(--gold); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.spec { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
  padding: 18px 32px; border-bottom: 1px solid rgba(202,165,106,.08); }
.spec dt { font-family: var(--f-serif); font-weight: 500; font-size: 14px; color: var(--beige-50); }
.spec dd { margin: 0; text-align: right; font-family: var(--f-serif); font-weight: 600; font-size: 16px; color: var(--beige); }
.info-card__price { background: rgba(202,165,106,.05); border-top: 1px solid rgba(202,165,106,.12); padding: 25px 32px 24px; }
.info-card__price .label { font-size: 14px; color: var(--beige-45); }
.info-card__price .amount { font-family: var(--f-display); font-weight: 400; font-size: 34px; color: var(--beige); margin: 6px 0 16px; }
.info-card__price .amount small { font-family: var(--f-serif); font-size: 14px; color: var(--beige-50); margin-left: 6px; }
.info-card dl { margin: 0; }

/* =====================================================================
   FLOOR PLAN
   ===================================================================== */
.floorplan__grid { display: grid; gap: clamp(28px, 4vw, 65px); align-items: start; grid-template-columns: minmax(0, 794px) 340px; justify-content: center; }
.floorplan__canvas {
  background: var(--bg-card-dark); border: 1px solid rgba(201,168,76,.2);
  border-radius: var(--radius); padding: 22px;
}
.floorplan__canvas svg { width: 100%; height: auto; display: block; }
.fp-room { fill: rgba(201,168,76,.04); stroke: rgba(201,168,76,.55); stroke-width: 1.5; }
.fp-wall { fill: none; stroke: rgba(201,168,76,.85); stroke-width: 2; }
.fp-name { fill: rgba(201,168,76,.85); font-family: var(--f-ui); font-size: 15px; font-weight: 500; }
.fp-dim  { fill: rgba(255,255,255,.4); font-family: var(--f-ui); font-size: 12px; }
.fp-util { fill: rgba(201,168,76,.55); }

.fp-detail h3 { margin: 0; font-family: var(--f-playfair); font-weight: 600; font-size: 24px; color: var(--gold); }
.fp-detail .sub { margin: 8px 0 0; color: #6b6555; font-family: var(--f-ui); font-size: 13px; }
.fp-area {
  display: inline-block; margin-top: 12px; padding: 7px 14px; border-radius: 8px;
  background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.3);
  color: var(--gold-2); font-family: var(--f-ui); font-weight: 600; font-size: 13px;
}
.fp-rooms {
  background: #fff; border: 1px solid rgba(201,168,76,.12); border-radius: var(--radius);
  padding: 25px; margin: 20px 0;
}
.fp-rooms .cap { font-family: var(--f-ui); font-weight: 600; font-size: 11px; letter-spacing: .15em; color: var(--gold-2); text-transform: uppercase; }
.fp-rooms ul { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.fp-rooms li { display: flex; align-items: center; gap: 10px; font-family: var(--f-ui); font-size: 13px; color: var(--ink); }
.fp-rooms li::before { content: ""; width: 5px; height: 5px; border-radius: 2px; background: var(--gold-2); }
.fp-detail .btn-gold { margin-bottom: 12px; }
.fp-detail .btn-outline svg { color: var(--gold); }

/* =====================================================================
   PREMIUM BRANDS
   ===================================================================== */
.brand-grid {
  display: grid; gap: 16px; justify-content: center; margin-top: clamp(28px, 4vw, 44px);
  grid-template-columns: repeat(auto-fit, minmax(160px, 220px));
}
.brand {
  background: rgba(255,251,245,.03); border: 1px solid rgba(255,251,245,.07);
  border-radius: var(--radius); padding: 29px 21px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  transition: transform .25s ease, border-color .25s ease;
}
.brand:hover { transform: translateY(-4px); border-color: rgba(202,165,106,.4); }
.brand__logo {
  width: 110px; height: 110px; border-radius: 8px; overflow: hidden;
  display: grid; place-items: center; background: #fff;
}
.brand__logo img { width: 100%; height: 100%; object-fit: contain; }
.brand__logo--yellow { background: #f9ee2f; }
.brand__logo--blue   { background: #2696d5; }
.brand h3 { margin: 0; font-family: var(--f-serif); font-weight: 600; font-size: 16px; color: var(--beige); }
.brand span { font-family: var(--f-serif); font-weight: 600; font-size: 12px; letter-spacing: .07em; color: rgba(202,165,106,.7); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq__wrap { max-width: 900px; margin-inline: auto; }
.faq__head { text-align: center; margin-bottom: clamp(32px, 5vw, 56px); }
.faq__head h2 {
  margin: 0; font-family: var(--f-serif); font-weight: 500; line-height: 1.2;
  font-size: clamp(30px, 5vw, 42px); color: var(--beige);
}
.faq__head h2 .gold { color: var(--gold-2); }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid rgba(201,168,76,.12); border-radius: 8px; overflow: hidden; }
.faq-item.open { border-color: rgba(201,168,76,.4); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 28px; text-align: left;
  font-family: var(--f-ui); font-weight: 600; font-size: 15px; color: var(--ink);
}
.faq-item.open .faq-q { color: var(--gold-2); }
.faq-icon {
  flex: 0 0 auto; width: 32px; height: 32px; border-radius: 16px; display: grid; place-items: center;
  background: rgba(0,0,0,.04); border: 1px solid rgba(0,0,0,.08); color: var(--ink);
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.faq-item.open .faq-icon { background: rgba(201,168,76,.12); border-color: rgba(201,168,76,.35); color: var(--gold-2); transform: rotate(45deg); }
.faq-icon svg { width: 14px; height: 14px; }
.faq-a { overflow: hidden; height: 0; transition: height .3s ease; }
.faq-a__inner { padding: 0 28px 24px; border-top: 1px solid rgba(201,168,76,.1); }
.faq-a__inner p { margin: 16px 0 0; font-family: var(--f-ui); font-size: 14px; line-height: 1.8; color: #6b6555; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: var(--bg-card-dark);}
.site-footer__top {
  max-width: var(--maxw); margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between;
}
.site-footer .logo-fallback b { font-size: 26px; }
.site-footer__contact { display: flex; flex-wrap: wrap; gap: 8px 28px; font-family: var(--f-ui); font-size: 14px; color: var(--beige-65); }
.site-footer__contact a:hover { color: var(--gold); }
.site-footer__legal {
  max-width: var(--maxw); margin: 28px auto 0; padding-top: 20px;
  border-top: 1px solid rgba(202,165,106,.12);
  font-family: var(--f-ui); font-size: 12px; line-height: 1.7; color: var(--beige-45);
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 960px) {
  .overview__grid { grid-template-columns: 1fr; }
  .floorplan__grid { grid-template-columns: 1fr; }
  .fp-detail { max-width: 520px; margin-inline: auto; width: 100%; }
}
@media (max-width: 680px) {
  .slide { flex-basis: 100%; }                 /* one image per view on phones */
  .rule-head::before, .rule-head::after { max-width: 80px; }
  .site-header { padding-block: 14px; }
  .logo img { height: 38px; }
  .spec { flex-direction: column; gap: 4px; }
  .spec dd { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
