@charset "utf-8";
/* ==========================================================================
   Unimax Life, Umborli, Dombivli East
   Concept: OPEN FRAME. Media is never covered, type is never on media.
   Authored fresh for this project. Not a fork of the network sheet.

   Contrast, computed WCAG 2.1 relative luminance, every pair used below.
   Text is held to 4.5:1, non-text UI (rules that carry meaning, focus rings)
   to 3:1. Nothing in this file sits under its threshold.

     #12292E on #F6F4EF  13.82:1   body on the page ground
     #12292E on #FFFFFF  15.19:1   body in a card
     #12292E on #EDEAE2  12.64:1   body in a banded row
     #4B555E on #F6F4EF   6.92:1   captions and fine print
     #4B555E on #FFFFFF   7.61:1   caption under a gallery tile
     #4B555E on #EDEAE2   6.33:1   dt label in a banded row
     #0E3841 on #F6F4EF  11.50:1   headings on the page ground
     #0E3841 on #FFFFFF  12.65:1   headings in a card
     #0E3841 on #EDEAE2  10.52:1   headings in a banded row
     #FFFFFF on #0E3841  12.65:1   H1 and band copy on the hero band
     #FFFFFF on #08262D  15.84:1   topbar, action strip, footer headings
     #FFFFFF on #1F3136  13.54:1   copy in a tinted panel on dark
     #A8BCC0 on #0E3841   6.39:1   muted copy on the hero band
     #A8BCC0 on #08262D   8.01:1   exclusion line, stat labels, disclaimer
     #A8BCC0 on #1F3136   6.85:1   muted copy in a tinted panel
     #C3D0D2 on #0E3841   7.99:1   nav link at rest
     #C3D0D2 on #08262D  10.01:1   footer and drawer link at rest
     #C9A85C on #0E3841   5.56:1   eyebrow, active nav
     #C9A85C on #08262D   6.97:1   topbar RERA line, the price figure
     #C9A85C on #1F3136   5.96:1   label inside a tinted panel
     #7E6528 on #F6F4EF   5.06:1   eyebrow on light
     #7E6528 on #FFFFFF   5.56:1   label inside a card
     #7E6528 on #EDEAE2   4.62:1   label in a banded row
     #08262D on #B69549   5.57:1   label on the gold button
     #08262D on #C9A85C   6.97:1   label on the gold button, hover
     #9E2B25 on #FFFFFF   7.43:1   field error message
     #9E2B25 on #F6F4EF   6.76:1   error on the page ground
     #FFFFFF on #9E2B25   7.43:1   error note fill
     #B69549 on #0E3841   4.45:1   gold hairline on dark            (non-text)
     #B69549 on #08262D   5.57:1   gold hairline on the deep ground (non-text)
     #7E868D on #FFFFFF   3.70:1   form field edge on a white panel (non-text)
     #7E868D on #F6F4EF   3.36:1   form field edge on the ground    (non-text)
     #0E3841 on #F6F4EF  11.50:1   focus ring on light              (non-text)
     #C9A85C on #0E3841   5.56:1   focus ring on dark               (non-text)
     #C9A85C on #08262D   6.97:1   focus ring on the deep ground    (non-text)

   #FFFFFF on #B69549 is 2.84:1 and FAILS. A gold fill always carries a
   --primary-deep label. There is no rule in this file that sets a white
   colour inside a selector with a gold background.
   ========================================================================== */

/* ------------------------------------------------------------------ fonts -- */
/* Sourced from Google Fonts, delivered first party from /fonts/ so the page
   opens no third party connection. Latin subset only, four weights in three
   files (Public Sans is one variable file covering 400 and 600).            */

@font-face {
  font-family: "Alegreya Sans";
  src: url("/fonts/alegreya-sans-500-latin.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("/fonts/alegreya-sans-700-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Public Sans";
  src: url("/fonts/public-sans-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Metric matched fallbacks, so the swap does not reflow. Overrides computed
   from the real font tables: average advance across A-Z a-z and the space,
   hhea ascent and descent, both normalised to the adjusted size.
   Alegreya Sans avg 0.5128 em vs Trebuchet MS 0.5392 em -> 95.11%
   Public Sans   avg 0.5727 em vs Arial        0.5777 em -> 99.13%          */
@font-face {
  font-family: "Alegreya Sans Fallback";
  src: local("Trebuchet MS"), local("Verdana");
  size-adjust: 95.11%;
  ascent-override: 94.62%;
  descent-override: 31.54%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Public Sans Fallback";
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans");
  size-adjust: 99.13%;
  ascent-override: 95.84%;
  descent-override: 22.70%;
  line-gap-override: 0%;
}

/* ----------------------------------------------------------------- tokens -- */
:root {
  /* Brand ground */
  --primary: #0e3841;
  --primary-deep: #08262d;
  --primary-soft: #1f3136;

  /* Brand gold. Ornament and control fill. Never body text. */
  --secondary: #b69549;
  --secondary-lift: #c9a85c;
  --secondary-ink: #7e6528;

  /* Action */
  --cta: #0e3841;
  --cta-hover: #08262d;
  --cta-on-dark: #b69549;

  /* Ground */
  --background: #f6f4ef;
  --surface: #ffffff;
  --surface-alt: #edeae2;

  /* Ink */
  --text: #12292e;
  --text-muted: #4b555e;
  --text-on-dark: #ffffff;
  --muted-on-dark: #a8bcc0;
  --nav-link: #c3d0d2;

  /* Line */
  --border: #d8d3c7;
  --border-on-dark: #2c5059;
  --border-input: #7e868d;

  /* State */
  --error: #9e2b25;
  --focus: #0e3841;
  --focus-on-dark: #c9a85c;

  /* Type */
  --font-display: "Alegreya Sans", "Alegreya Sans Fallback", "Trebuchet MS",
    Verdana, sans-serif;
  --font-text: "Public Sans", "Public Sans Fallback", -apple-system, "Segoe UI",
    Roboto, Arial, sans-serif;

  --fs-price: clamp(2.5rem, 1.717rem + 3.478vw, 4.5rem);
  --fs-h1: clamp(2.125rem, 1.465rem + 2.935vw, 3.8125rem);
  --fs-h2: clamp(1.75rem, 1.481rem + 1.196vw, 2.4375rem);
  --fs-h3: clamp(1.4375rem, 1.34rem + 0.435vw, 1.6875rem);
  --fs-h4: clamp(1.1875rem, 1.139rem + 0.217vw, 1.3125rem);
  --fs-stat: clamp(1.5rem, 1.353rem + 0.652vw, 1.875rem);
  --fs-lead: clamp(1.125rem, 1.076rem + 0.217vw, 1.25rem);
  --fs-body: clamp(1rem, 0.976rem + 0.109vw, 1.0625rem);
  --fs-small: 0.9375rem;
  --fs-micro: 0.8125rem;

  /* Space */
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 64px;
  --s9: 96px;
  --s10: 128px;
  --gap: var(--s4);
  --block: clamp(48px, 8vw, 112px);
  --gutter: 16px;

  /* Shape. This build is square. That is a decision, not an absence. */
  --r0: 0;
  --r1: 2px;

  /* Depth. Cards are defined by a hairline, not a float. */
  --e0: none;
  --e1: 0 1px 0 var(--border-on-dark), 0 6px 18px -12px rgba(8, 38, 45, 0.55);
  --e2: 0 12px 32px -16px rgba(8, 38, 45, 0.26);
  --e3: 0 28px 64px -28px rgba(8, 38, 45, 0.42);

  /* Layers */
  --z-base: 0;
  --z-raised: 10;
  --z-header: 20;
  --z-actionbar: 30;
  --z-float: 40;
  --z-navbackdrop: 50;
  --z-nav: 60;
  --z-modalbackdrop: 70;
  --z-modal: 80;
  --z-lightbox: 90;

  /* Motion */
  --t-micro: 160ms;
  --t-ctrl: 240ms;
  --t-panel: 320ms;
  --t-reveal: 480ms;
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ------------------------------------------------------------------ reset -- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--font-text);
  font-size: var(--fs-body);
  line-height: 1.68;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img,
video,
svg {
  max-width: 100%;
}
img,
video {
  display: block;
  height: auto;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  margin: 0;
  color: var(--primary);
}
h1 {
  font-size: var(--fs-h1);
  line-height: 1.06;
  letter-spacing: -0.018em;
  text-wrap: balance;
}
h2 {
  font-size: var(--fs-h2);
  line-height: 1.12;
  letter-spacing: -0.014em;
  text-wrap: balance;
}
h3 {
  font-size: var(--fs-h3);
  line-height: 1.22;
  letter-spacing: -0.008em;
  text-wrap: balance;
}
h4 {
  font-size: var(--fs-h4);
  line-height: 1.32;
  letter-spacing: -0.005em;
}
p {
  margin: 0 0 var(--s4);
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}
strong,
b {
  font-weight: 600;
}
hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: var(--s5) 0;
}
::selection {
  background: var(--secondary-lift);
  color: var(--primary-deep);
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.topbar :focus-visible,
.header :focus-visible,
.hero :focus-visible,
.reels :focus-visible,
.rera :focus-visible,
.contact :focus-visible,
.footer :focus-visible,
.mobile-cta :focus-visible,
.lightbox :focus-visible {
  outline-color: var(--focus-on-dark);
}

/* ------------------------------------------------------------- primitives -- */
.container {
  width: min(100% - 32px, 1240px);
  margin-inline: auto;
}
.section {
  padding-block: var(--block);
}
/* Adjacent sections on the same ground are divided by a hairline. A dark band
   needs no divider on either side, so those four cancel it. */
.section + .section {
  border-top: 1px solid var(--border);
}
.section.flat,
.section.reels,
.section.rera,
.section.contact,
.flat + .section,
.reels + .section,
.rera + .section,
.contact + .section {
  border-top: 0;
}
.section__head {
  margin-bottom: var(--s6);
  max-width: 46rem;
}
.section__head.center {
  margin-inline: auto;
  text-align: center;
}
.section__title {
  font-size: var(--fs-h2);
}
.section__title--light {
  color: var(--text-on-dark);
}
.eyebrow {
  position: relative;
  display: inline-block;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--secondary-ink);
  padding-bottom: var(--s3);
  margin-bottom: var(--s3);
  max-width: max-content;
}
.eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--secondary);
}
.eyebrow--light {
  color: var(--secondary-lift);
}
.lead {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-lead);
  line-height: 1.55;
  max-width: 46ch;
  text-wrap: pretty;
}
.prose {
  max-width: 68ch;
}
.prose h2 {
  margin: var(--s7) 0 var(--s4);
}
.prose h2:first-child {
  margin-top: 0;
}
.prose ul {
  list-style: none;
  margin: 0 0 var(--s4);
}
.prose li {
  position: relative;
  padding-left: 20px;
  margin-bottom: var(--s2);
}
.prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 1px;
  background: var(--secondary);
}
.prose a,
.facts__note a,
.footer__disclaimer a {
  color: var(--secondary-ink);
  text-underline-offset: 3px;
}
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-small);
  font-variant-numeric: tabular-nums;
  min-width: 480px;
}
th {
  text-align: left;
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0 var(--s4) var(--s3) 0;
  border-bottom: 1px solid var(--border);
}
td {
  padding: var(--s3) var(--s4) var(--s3) 0;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: var(--z-lightbox);
}
.skip:focus {
  left: 8px;
  top: 8px;
  padding: 10px 16px;
  background: var(--secondary);
  color: var(--primary-deep);
  font-weight: 700;
  font-family: var(--font-display);
}
.hp-field {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ---------------------------------------------------------------- buttons -- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  min-height: 48px;
  padding: 12px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0;
  border: 1px solid transparent;
  border-radius: var(--r0);
  text-decoration: none;
  transition: background-color var(--t-micro) var(--ease-out),
    border-color var(--t-micro) var(--ease-out),
    color var(--t-micro) var(--ease-out);
}
.btn--gold {
  background: var(--cta-on-dark);
  color: var(--primary-deep);
  border-color: var(--cta-on-dark);
}
.btn--gold:hover {
  background: var(--secondary-lift);
  border-color: var(--secondary-lift);
}
.btn--ink {
  background: var(--cta);
  color: var(--text-on-dark);
  border-color: var(--cta);
}
.btn--ink:hover {
  background: var(--cta-hover);
  border-color: var(--cta-hover);
}
.btn--ghost {
  background: transparent;
  color: var(--nav-link);
  border-color: var(--border-on-dark);
}
.btn--ghost:hover {
  color: var(--text-on-dark);
  border-color: var(--secondary);
}
.btn--outline-light {
  background: transparent;
  color: var(--text-on-dark);
  border-color: var(--border-on-dark);
}
.btn--outline-light:hover {
  border-color: var(--secondary);
}
.btn--outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn--outline:hover {
  background: var(--primary);
  color: var(--text-on-dark);
}
.btn--lg {
  min-height: 52px;
  padding: 14px 26px;
  font-size: 1rem;
}
.btn--block {
  display: flex;
  width: 100%;
}
.btn[aria-busy="true"] {
  position: relative;
  overflow: hidden;
}
.btn[aria-busy="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40%;
  background: var(--primary-deep);
  animation: sweep 1.2s var(--ease-in-out) infinite;
}
@keyframes sweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(350%);
  }
}

/* ----------------------------------------------------------------- topbar -- */
.topbar {
  background: var(--primary-deep);
  color: var(--muted-on-dark);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.topbar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  flex-wrap: wrap;
  padding-block: 6px;
}
.topbar__rera {
  color: var(--secondary-lift);
  font-variant-numeric: tabular-nums;
}
.topbar__rera a {
  color: inherit;
}
.topbar__contact {
  display: flex;
  align-items: center;
  gap: var(--s2);
}
.topbar__contact a {
  text-decoration: none;
}
.topbar__contact a:hover {
  color: var(--text-on-dark);
}
.topbar__sep {
  opacity: 0.6;
}

/* ----------------------------------------------------------------- header -- */
.header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background: var(--primary);
  border-bottom: 1px solid var(--border-on-dark);
}
.header.scrolled {
  box-shadow: var(--e1);
}
.header__inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}
.brand img {
  display: block;
  width: 136px;
  height: 30px;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: var(--s2);
}
.header__actions .btn {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 0.875rem;
}
.btn--phone svg {
  flex: 0 0 auto;
}

/* nav */
.nav {
  display: flex;
  align-items: center;
  gap: var(--s5);
}
.nav__link {
  position: relative;
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nav-link);
  text-decoration: none;
  padding: 6px 0;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: var(--secondary);
  transition: width var(--t-ctrl) var(--ease-out);
}
.nav__link:hover,
.nav__link:focus-visible {
  color: var(--text-on-dark);
}
.nav__link:hover::after,
.nav__link:focus-visible::after {
  width: 100%;
}
.nav__link.active,
.nav__link[aria-current="page"] {
  color: var(--secondary-lift);
}
.nav__link.active::after,
.nav__link[aria-current="page"]::after {
  width: 100%;
  transition: none;
}
.nav__close,
.nav__link--mobile-cta {
  display: none;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-on-dark);
  transition: transform var(--t-ctrl) var(--ease-out),
    opacity var(--t-micro) var(--ease-out);
}
.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8, 38, 45, 0.72);
  z-index: var(--z-navbackdrop);
}
.nav-backdrop.open {
  display: block;
}

/* ------------------------------------------------------------------- hero -- */
.hero {
  background: var(--primary);
}
.hero__film {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--primary-deep);
  aspect-ratio: 1920 / 862;
  overflow: hidden;
}
.hero__film video,
.hero__film img.hero__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__film video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--t-panel) var(--ease-out);
}
.hero__film[data-state="playing"] video {
  opacity: 1;
}
.hero__loading {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40%;
  background: var(--secondary);
  animation: sweep 1.2s var(--ease-in-out) infinite;
}
.hero__filmbar {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--primary-deep);
  border-bottom: 1px solid var(--border-on-dark);
}
.hero__filmbar-inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  padding-block: 6px;
}
/* The one pill in the system. The UniMax monogram is stadium ended ribbons,
   so the mark is quoted exactly once, at the most important interaction. */
.watch {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  min-height: 44px;
  padding: 8px 20px 8px 14px;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--primary-deep);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.25;
  text-align: left;
  transition: background-color var(--t-micro) var(--ease-out);
}
.watch:hover {
  background: var(--secondary-lift);
}
.watch__glyph {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.watch__glyph::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 2px;
}
.watch__meta {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.04em;
}
/* Drawn once per session, after the second full pass of the loop. */
.watch--nudge {
  position: relative;
}
.watch--nudge::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -8px;
  height: 2px;
  background: var(--secondary);
  transform-origin: left center;
  animation: nudge 600ms var(--ease-out) 1 both;
}
@keyframes nudge {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.mute {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  min-height: 44px;
  padding: 8px 14px;
  color: var(--nav-link);
  border: 1px solid var(--border-on-dark);
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mute:hover {
  color: var(--text-on-dark);
  border-color: var(--secondary);
}
.mute[aria-disabled="true"] {
  opacity: 0.55;
  cursor: default;
}

.hero__head {
  padding-block: clamp(28px, 5vw, 56px);
}
.hero__title {
  color: var(--text-on-dark);
  max-width: 22ch;
}
.hero__lead {
  color: var(--muted-on-dark);
  margin-top: var(--s4);
}
.hero__actions-band {
  background: var(--primary-deep);
  border-top: 1px solid var(--border-on-dark);
  padding-block: clamp(24px, 4vw, 44px);
}
.price-lede {
  display: grid;
  gap: var(--s2);
}
.price-lede__label {
  color: var(--secondary-lift);
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.price__figure {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-price);
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--secondary-lift);
}
.price__second {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-stat);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  color: var(--text-on-dark);
}
.price__excl {
  font-size: var(--fs-small);
  line-height: 1.6;
  color: var(--muted-on-dark);
  max-width: 44ch;
}
.hero__actions {
  display: grid;
  gap: var(--s3);
  margin-top: var(--s5);
}
.hero__stats {
  list-style: none;
  margin-top: var(--s6);
  border-top: 1px solid var(--border-on-dark);
}
.hero__stats li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s4);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-on-dark);
}
.hero__stats .stat__value {
  order: 2;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-stat);
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  color: var(--text-on-dark);
  text-align: right;
}
.hero__stats .stat__label {
  order: 1;
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}

/* ------------------------------------------------------------------ facts -- */
.facts {
  border-top: 1px solid var(--border);
}
.facts__row {
  display: grid;
  gap: 2px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.facts__row dt {
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.4;
}
.facts__row dd {
  font-size: var(--fs-body);
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}
.facts__note {
  margin-top: var(--s4);
  font-size: var(--fs-small);
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 68ch;
}

/* ------------------------------------------------------------ price cards -- */
.price-band {
  background: var(--surface-alt);
}
.price-grid {
  display: grid;
  gap: var(--gap);
}
.price-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r0);
  box-shadow: var(--e0);
  padding: var(--s5);
  display: flex;
  flex-direction: column;
  gap: var(--s4);
}
.price-card__label {
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary-ink);
}
.price-card .price__figure {
  color: var(--primary);
}
.price-card .price__excl {
  color: var(--text-muted);
}
.price-card__rule {
  border-top: 1px solid var(--border);
}
.price-card dl {
  border-top: 1px solid var(--border);
}
.price-card dl > div {
  display: grid;
  gap: 2px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.price-card dt {
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.price-card dd {
  font-size: var(--fs-body);
  font-variant-numeric: tabular-nums;
}
.price-card .btn {
  margin-top: auto;
}

/* -------------------------------------------------- the finished 1 BHK -- */
.flat {
  background: var(--primary);
  color: var(--text-on-dark);
}
.flat .section__title,
.flat h3 {
  color: var(--text-on-dark);
}
.flat__grid {
  display: grid;
  gap: var(--s6);
  align-items: start;
}
.flat__frame {
  position: relative;
  border: 1px solid var(--border-on-dark);
  background: var(--primary-deep);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.flat__frame video,
.flat__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat__frame video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--t-panel) var(--ease-out);
}
.flat__frame[data-state="playing"] video {
  opacity: 1;
}
.flat__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  min-height: 52px;
  padding: 6px var(--s3);
  background: var(--primary-deep);
  border: 1px solid var(--border-on-dark);
  border-top: 0;
  flex-wrap: wrap;
}
.flat__copy p {
  color: var(--muted-on-dark);
}
.flat__copy .lead {
  color: var(--text-on-dark);
}

/* ------------------------------------------------------------ floor plans -- */
.plan-grid {
  display: grid;
  gap: var(--gap);
}
.plan {
  background: var(--surface);
  border: 1px solid var(--border);
  transition: border-color var(--t-micro) var(--ease-out);
}
.plan:hover,
.plan:focus-within {
  border-color: var(--secondary);
}
.plan a {
  display: block;
  padding: var(--s4);
  background: var(--surface);
}
/* A plan sheet is never cropped. No aspect-ratio, no object-fit here: that
   pairing is the trap that slices the dimension strings off the drawing. */
.plan img {
  width: 100%;
  height: auto;
}
.plan__cap {
  border-top: 1px solid var(--border);
  padding: 14px var(--s4);
}
.plan__cap h3 {
  font-size: var(--fs-h4);
}
.plan__cap p {
  margin: 4px 0 0;
  font-size: var(--fs-small);
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

/* ----------------------------------------------------------------- realms -- */
.realm {
  padding-block: var(--s7);
  border-top: 1px solid var(--border);
  display: grid;
  gap: var(--s5);
}
.realm:first-child {
  border-top: 0;
  padding-top: 0;
}
.realm__name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h2);
  line-height: 1.12;
  letter-spacing: -0.014em;
  color: var(--primary);
}
.realm__size {
  display: block;
  margin-top: var(--s2);
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary-ink);
  font-variant-numeric: tabular-nums;
}
.realm__lead {
  margin-top: var(--s4);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 46ch;
}
.realm__media {
  margin-top: var(--s5);
  border: 1px solid var(--border);
  background: var(--surface);
}
.realm__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.realm__media figcaption {
  border-top: 1px solid var(--border);
  padding: 12px var(--s4);
  font-size: var(--fs-small);
  color: var(--text-muted);
}
.realm__list {
  list-style: none;
}
.realm__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: var(--s2);
  line-height: 1.55;
  break-inside: avoid;
}
.realm__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 1px;
  background: var(--secondary);
}

/* ---------------------------------------------------------------- gallery -- */
.g-grid {
  display: grid;
  gap: var(--gap);
}
.g-item {
  display: block;
  background: var(--surface);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--t-micro) var(--ease-out);
}
.g-item:hover,
.g-item:focus-visible {
  border-color: var(--secondary);
}
/* aspect-ratio lives on the img with height:auto, never height:100% inside an
   auto row. That combination is what collapses these tiles to 0px on a phone. */
.g-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.g-item--wide img {
  aspect-ratio: 16 / 9;
}
.g-cap {
  display: block;
  border-top: 1px solid var(--border);
  padding: 12px var(--s4);
  font-size: var(--fs-small);
  line-height: 1.5;
  color: var(--text-muted);
}

/* ------------------------------------------------------------ reels rail -- */
.reels {
  background: var(--primary);
  color: var(--text-on-dark);
}
.reels .section__title {
  color: var(--text-on-dark);
}
.reels__rail {
  display: flex;
  gap: var(--s3);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  scrollbar-width: thin;
  padding-bottom: var(--s3);
}
.reels__card {
  flex: 0 0 min(72vw, 260px);
  scroll-snap-align: start;
  background: var(--primary-deep);
  border: 1px solid var(--border-on-dark);
  display: flex;
  flex-direction: column;
}
.reels__frame {
  position: relative;
  aspect-ratio: 9 / 16;
  background: var(--primary-deep);
  overflow: hidden;
}
.reels__frame img,
.reels__frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reels__frame video {
  position: absolute;
  inset: 0;
}
.reels__cap {
  padding: var(--s3) var(--s4) var(--s4);
  display: grid;
  gap: var(--s2);
}
.reels__cap h3 {
  color: var(--text-on-dark);
  font-size: var(--fs-h4);
}
.reels__dur {
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}
/* The play control sits under the poster. Never a triangle over the picture. */
.reels__play {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--border-on-dark);
  color: var(--text-on-dark);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  transition: border-color var(--t-micro) var(--ease-out),
    background-color var(--t-micro) var(--ease-out);
}
.reels__play:hover {
  border-color: var(--secondary);
  background: var(--primary-soft);
}

/* --------------------------------------------------------------- location -- */
.near {
  display: grid;
  gap: var(--s6);
}
.near__label {
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--secondary-ink);
  padding-bottom: var(--s2);
  border-bottom: 1px solid var(--border);
  margin-bottom: var(--s3);
}
.near__items {
  list-style: none;
  font-size: var(--fs-small);
}
.near__items li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s3);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.near__items li:last-child {
  border-bottom: 0;
}
.near__items span {
  flex: 0 0 auto;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

/* ------------------------------------------------------------------- rera -- */
.rera {
  background: var(--primary);
  color: var(--text-on-dark);
}
.rera .facts {
  border-top-color: var(--border-on-dark);
}
.rera .facts__row {
  border-bottom-color: var(--border-on-dark);
}
.rera .facts__row dt {
  color: var(--muted-on-dark);
}
.rera .facts__note,
.rera p {
  color: var(--muted-on-dark);
}
.rera .facts__note a,
.rera p a {
  color: var(--secondary-lift);
}
.rera__grid {
  display: grid;
  gap: var(--s6);
  align-items: start;
}
.rera__no {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h2);
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  color: var(--secondary-lift);
  margin-bottom: var(--s4);
}
.rera__qr {
  display: inline-block;
  background: var(--surface);
  padding: 12px;
  line-height: 0;
  border: 1px solid var(--border-on-dark);
}
.rera__qr img {
  width: 200px;
  height: 200px;
}

/* -------------------------------------------------------------------- faq -- */
.faq__list {
  max-width: 52rem;
  border-top: 1px solid var(--border);
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--s4);
  padding: 18px 0;
  min-height: 44px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h4);
  line-height: 1.35;
  color: var(--primary);
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  border-right: 2px solid var(--secondary-ink);
  border-bottom: 2px solid var(--secondary-ink);
  transform: rotate(45deg);
  transition: transform var(--t-ctrl) var(--ease-out);
}
.faq-item[open] summary::after {
  transform: rotate(-135deg);
}
.faq-item__body {
  padding-bottom: 20px;
  max-width: 68ch;
  color: var(--text-muted);
}

/* ---------------------------------------------------------------- contact -- */
.contact {
  background: var(--primary);
  color: var(--text-on-dark);
}
.contact__grid {
  display: grid;
  gap: var(--s7);
  align-items: start;
}
.contact__lead {
  color: var(--muted-on-dark);
  max-width: 46ch;
  margin-top: var(--s4);
}
.contact__details {
  list-style: none;
  margin-top: var(--s5);
  border-top: 1px solid var(--border-on-dark);
}
.contact__details li {
  display: flex;
  gap: var(--s3);
  padding: 14px 0;
  border-bottom: 1px solid var(--border-on-dark);
  font-size: var(--fs-small);
  color: var(--muted-on-dark);
}
.contact__details strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-micro);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary-lift);
  margin-bottom: 2px;
}
.contact__details a {
  color: var(--text-on-dark);
  font-variant-numeric: tabular-nums;
}
.contact__icon {
  flex: 0 0 auto;
  line-height: 1.4;
}

/* forms */
.contact__form,
.modal__form {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: var(--s5);
  display: grid;
  gap: var(--s4);
  color: var(--text);
}
.contact__form h3 {
  margin-bottom: var(--s1);
}
.field {
  display: grid;
  gap: 6px;
}
.field label {
  font-weight: 600;
  font-size: var(--fs-micro);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.field input,
.field select,
.field textarea,
.modal__form input,
.modal__form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  font-size: 1rem;
  line-height: 1.4;
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border-input);
  border-radius: var(--r1);
  transition: border-color var(--t-micro) var(--ease-out),
    box-shadow var(--t-micro) var(--ease-out);
}
.field textarea {
  min-height: 96px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus,
.modal__form input:focus,
.modal__form select:focus {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary);
}
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--error);
}
.field__err {
  font-size: var(--fs-small);
  color: var(--error);
}
.form-note {
  margin: 0;
  padding: 12px 14px;
  border-top: 2px solid var(--secondary);
  background: var(--surface-alt);
  font-size: var(--fs-small);
  color: var(--text);
}
.form-note--err {
  border-top-color: var(--error);
  background: var(--surface);
  color: var(--error);
}
.form-fineprint {
  margin: 0;
  font-size: var(--fs-small);
  line-height: 1.5;
  color: var(--text-muted);
}

/* ------------------------------------------------------ explore, siblings -- */
.explore-grid,
.siblings {
  display: grid;
  gap: var(--gap);
}
.explore-card,
.sibling {
  display: block;
  padding: var(--s4) var(--s5);
  min-height: 88px;
  background: var(--surface);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--t-micro) var(--ease-out);
}
.explore-card:hover,
.sibling:hover,
.explore-card:focus-visible,
.sibling:focus-visible {
  border-color: var(--secondary);
}
.explore-card h4,
.sibling strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h4);
  color: var(--primary);
  margin-bottom: 4px;
}
.explore-card span,
.sibling span {
  display: block;
  font-size: var(--fs-small);
  color: var(--text-muted);
}

/* ------------------------------------------------------- masthead, crumbs -- */
.masthead {
  background: var(--primary);
  color: var(--text-on-dark);
  padding-block: clamp(32px, 6vw, 72px);
}
.masthead h1 {
  color: var(--text-on-dark);
  max-width: 20ch;
}
.masthead p {
  margin-top: var(--s4);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--muted-on-dark);
  max-width: 52ch;
}
.crumbs {
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  margin-bottom: var(--s4);
}
.crumbs a {
  color: var(--nav-link);
  text-decoration: none;
}
.crumbs a:hover {
  color: var(--text-on-dark);
}
.crumbs span {
  margin: 0 8px;
  opacity: 0.6;
}

/* -------------------------------------------------------- video tour page -- */
.vt__stage {
  background: var(--primary-deep);
  border: 1px solid var(--border);
  padding: var(--s3);
}
.vt__stage video {
  width: 100%;
  height: auto;
  max-height: 78svh;
  object-fit: contain;
  background: var(--primary-deep);
}

/* ----------------------------------------------------------------- footer -- */
.footer {
  background: var(--primary-deep);
  color: var(--nav-link);
  font-size: var(--fs-small);
  padding-top: var(--block);
}
.footer__grid {
  display: grid;
  gap: var(--s7);
  padding-bottom: var(--s7);
}
.footer__brand img {
  width: 154px;
  height: 34px;
  margin-bottom: var(--s4);
}
.footer__brand p {
  color: var(--muted-on-dark);
  max-width: 42ch;
  line-height: 1.65;
}
.footer__rera {
  display: block;
  margin-top: var(--s3);
  color: var(--secondary-lift);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.footer__col h4 {
  color: var(--text-on-dark);
  font-size: var(--fs-micro);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: var(--s2);
  border-bottom: 1px solid var(--border-on-dark);
  margin-bottom: var(--s2);
}
.footer__col a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  color: var(--nav-link);
  transition: color var(--t-micro) var(--ease-out);
}
.footer__col a:hover {
  color: var(--text-on-dark);
}
.footer__addr {
  margin-top: var(--s2);
  color: var(--muted-on-dark);
  line-height: 1.6;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: var(--s3);
  margin-top: var(--s5);
}
.footer__social {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border-on-dark);
  color: var(--nav-link);
  transition: color var(--t-micro) var(--ease-out),
    border-color var(--t-micro) var(--ease-out);
}
.footer__social:hover {
  color: var(--text-on-dark);
  border-color: var(--secondary);
}
.footer__socials-label {
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}
.footer__bar {
  border-top: 1px solid var(--border-on-dark);
  padding-block: var(--s4);
}
.footer__bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-micro);
  color: var(--muted-on-dark);
}
.footer__bar-inner p {
  margin: 0;
}
.footer__legal a {
  text-decoration: none;
  color: var(--nav-link);
}
.footer__legal a:hover {
  color: var(--text-on-dark);
}
.footer__disclaimer {
  padding-bottom: var(--s7);
  font-size: var(--fs-small);
  line-height: 1.65;
  color: var(--muted-on-dark);
  max-width: 92ch;
}

/* ------------------------------------------------------- floats, bottom bar */
.float {
  position: fixed;
  right: 16px;
  bottom: calc(76px + env(safe-area-inset-bottom));
  z-index: var(--z-float);
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #128c7e;
  color: #fff;
  box-shadow: var(--e2);
}
.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-actionbar);
  display: none;
  transform: translateY(100%);
  transition: transform var(--t-panel) var(--ease-out);
  background: var(--primary-deep);
  border-top: 1px solid var(--border-on-dark);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-cta.show {
  transform: translateY(0);
}
.mcta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 60px;
  padding: 8px 4px;
  text-decoration: none;
  color: var(--nav-link);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mcta--enquire {
  background: var(--secondary);
  color: var(--primary-deep);
  font-family: var(--font-display);
  font-weight: 700;
}

/* ------------------------------------------------------------------ modal -- */
.modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: none;
}
.modal.open {
  display: block;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 38, 45, 0.72);
  z-index: var(--z-modalbackdrop);
}
.modal__dialog {
  position: absolute;
  inset: 0;
  z-index: var(--z-modal);
  background: var(--surface);
  overflow-y: auto;
  padding: var(--s5);
  display: grid;
  gap: var(--s4);
  align-content: start;
}
.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
  color: var(--text-muted);
}
.modal__head h3 {
  margin-bottom: var(--s2);
}
.modal__head p {
  color: var(--text-muted);
  font-size: var(--fs-small);
}
.modal__form {
  border: 0;
  padding: 0;
}

/* --------------------------------------------------------------- lightbox -- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--z-lightbox);
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 38, 45, 0.94);
  padding: 16px;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-width: 92vw;
  max-height: 86svh;
  width: auto;
  height: auto;
}
.lightbox__close,
.lightbox__nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  background: var(--primary-deep);
}
.lightbox__close {
  top: 16px;
  right: 16px;
}
.lightbox__nav--prev {
  left: 12px;
}
.lightbox__nav--next {
  right: 12px;
}

/* ----------------------------------------------------------------- reveal -- */
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--t-reveal) var(--ease-out),
    transform var(--t-reveal) var(--ease-out);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.hero .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

/* ======================================================================= */
/*  Breakpoints. Every multi column grid is authored single column above    */
/*  and opens out here. No grid-template-columns is ever written inline.    */
/* ======================================================================= */

@media (min-width: 480px) {
  .hero__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
  .hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--border-on-dark);
    border-bottom: 1px solid var(--border-on-dark);
  }
  .hero__stats li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    padding: 18px var(--s4);
    border-bottom: 0;
    border-left: 1px solid var(--border-on-dark);
  }
  .hero__stats li:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .hero__stats .stat__value {
    order: 1;
    text-align: left;
  }
  .hero__stats .stat__label {
    order: 2;
  }
  .near {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .explore-grid,
  .siblings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .modal__dialog {
    inset: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(440px, calc(100% - 32px));
    max-height: 88svh;
    border-radius: var(--r1);
    box-shadow: var(--e2);
  }
}

@media (min-width: 768px) {
  :root {
    --gap: var(--s5);
    --gutter: 32px;
  }
  .container {
    width: min(100% - 64px, 1240px);
  }
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .price-card {
    padding: var(--s6);
  }
  .price-card dl > div {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: var(--s4);
    align-items: baseline;
  }
  .facts__row {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: var(--s5);
    align-items: baseline;
  }
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realm {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: var(--s7);
  }
  .realm__list {
    columns: 2;
    column-gap: var(--s6);
  }
  .flat__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: var(--s7);
    align-items: center;
  }
  .g-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-item--wide {
    grid-column: span 2;
  }
  .explore-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .siblings {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  }
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .header__inner {
    min-height: 68px;
  }
  .brand img {
    width: 154px;
    height: 34px;
  }
  .hero__filmbar-inner {
    min-height: 64px;
  }
  .rera__qr img {
    width: 240px;
    height: 240px;
  }
}

@media (min-width: 1024px) {
  :root {
    --gap: var(--s6);
  }
  html {
    scroll-padding-top: 116px;
  }
  .header__inner {
    min-height: 72px;
  }
  .plan-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  }
  .g-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .near {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .explore-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  }
  .contact__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
  .rera__grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr);
    gap: var(--s8);
  }
  .footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  }
  .reels__rail {
    display: grid;
    /* 288px is a hard ceiling, not a preference: the resident-life reel is a
       576px-wide source, so anything past a 288px card is under 2x and softens. */
    grid-template-columns: repeat(3, minmax(0, 288px));
    justify-content: start;
    overflow: visible;
    scroll-snap-type: none;
  }
  .reels__card {
    flex: none;
  }
  .hero__head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: var(--s8);
    align-items: end;
  }
  .hero__lead {
    margin-top: 0;
    padding-bottom: 6px;
  }
  .hero__band-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: var(--s8);
    align-items: center;
  }
  .hero__actions {
    grid-template-columns: repeat(2, max-content);
    margin-top: var(--s6);
  }
  .hero__stats {
    margin-top: var(--s7);
  }
}

@media (min-width: 1280px) {
  .price-card {
    padding: var(--s7);
  }
}

/* ------------------------------------------------------- 767px and below -- */
@media (max-width: 767px) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
  }
  .nav-toggle {
    display: flex;
  }
  .header__actions .btn--gold {
    display: none;
  }
  .header__actions .btn--phone span {
    display: none;
  }
  .header__actions .btn--phone {
    width: 44px;
    min-height: 44px;
    padding: 0;
  }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 320px);
    z-index: var(--z-nav);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 64px var(--s5) var(--s5);
    background: var(--primary-deep);
    border-left: 1px solid var(--border-on-dark);
    transform: translateX(100%);
    transition: transform var(--t-panel) var(--ease-in-out);
    overflow-y: auto;
  }
  .nav.open {
    transform: translateX(0);
  }
  .nav__link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0;
    border-bottom: 1px solid var(--border-on-dark);
  }
  .nav__link::after {
    display: none;
  }
  .nav__link--mobile-cta {
    display: flex;
  }
  .nav__close {
    display: grid;
    place-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    font-size: 30px;
    line-height: 1;
    color: var(--nav-link);
  }
  .topbar__inner {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .topbar__sep,
  .topbar__contact > span:last-child {
    display: none;
  }
}

/* ------------------------------------------------------------ reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .reels__rail {
    scroll-snap-type: none;
  }
  /* The hero video is never given a src under reduced motion, so the poster
     stays and the empty <video> must not be faded in over it. */
}

/* ------------------------------------------------------------------ print -- */
@media print {
  .topbar,
  .header,
  .mobile-cta,
  .float,
  .modal,
  .lightbox,
  .hero__film,
  .hero__filmbar,
  .reels {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
    padding-bottom: 0;
  }
}

/* ==========================================================================
   Hero still + relocated film + autoplaying reels
   The hero carries the LCP as a still image. Every video autoplays muted when
   it scrolls into view and fetches nothing before that, so page load is
   unaffected. Nothing is painted over any video frame.
   ========================================================================== */

.hero__film img.hero__still {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* --- the film, moved off the hero --- */
.film__stage {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 1920 / 862;
  background: var(--primary-deep);
  overflow: hidden;
}
.film__stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.film__mute {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
}
.film__meta {
  margin-top: 14px;
  font-size: 0.9rem;
  color: var(--text-muted, #6b7280);
}

/* the only thing allowed to sit on a video frame is its own sound control,
   and it gets an opaque pill rather than a scrim across the picture */
.mute {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 20, 28, 0.82);
  color: #fff;
  font: inherit;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.mute:hover { background: rgba(10, 20, 28, 0.95); }
.mute:focus-visible { outline: 3px solid var(--gold, #c8a44d); outline-offset: 3px; }

/* --- reels rail --- */
.reels__card { cursor: pointer; }
.reels__card:focus-visible { outline: 3px solid var(--gold, #c8a44d); outline-offset: 4px; }
.reels__hint {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}
.reels__card.is-live .reels__hint::after { content: " on"; }
.reels__card.is-live { box-shadow: 0 0 0 2px var(--gold, #c8a44d); }

@media (max-width: 480px) {
  .film__stage { aspect-ratio: 16 / 10; }
  .film__mute { right: 10px; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .film__stage video, .reels__frame video { animation: none !important; }
}
