/* Skyline Prime Realty — India LP, brand from skylinerealtyuae.com */
:root {
  --blue: #0a1854;
  --blue-deep: #071242;
  --gold: #c8a96e;
  --gold-light: #e0c992;
  --gold-ink: #3d2e10;
  --white: #ffffff;
  --ivory: #f7f4ee;
  --muted: #5c6a8a;
  --max: 1200px;
  --header-h: 80px;
  --font: "Manrope", system-ui, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

#hero,
#partners,
#residences,
#trust,
#contact {
  scroll-margin-top: calc(var(--header-h) + 10px);
}

body {
  font-family: var(--font);
  color: var(--blue);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(var(--max), 90vw);
  margin-inline: auto;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

[data-reveal].is-visible,
[data-reveal="left"].is-visible,
[data-reveal="right"].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.btn--gold {
  background: var(--gold);
  color: var(--gold-ink);
}

.btn--gold:hover {
  background: var(--gold-light);
}

.btn--ghost {
  background: transparent;
  color: var(--blue);
  border-color: rgba(10, 24, 84, 0.18);
}

.btn--ghost:hover {
  border-color: var(--blue);
}

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

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(10, 24, 84, 0.08);
}

.header--scrolled {
  box-shadow: 0 10px 30px rgba(10, 24, 84, 0.06);
}

.header--hidden {
  transform: translateY(-100%);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}

.logo img {
  height: 46px;
  width: auto;
  object-fit: contain;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 720px) {
  .header__actions .btn--ghost {
    display: none;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 2.5rem) 0 3rem;
  color: var(--white);
  overflow: hidden;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 66, 0.38) 0%, rgba(7, 18, 66, 0.12) 52%, rgba(7, 18, 66, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 18, 66, 0.18) 0%, transparent 42%, rgba(7, 18, 66, 0.32) 100%);
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.hero__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.hero__sub {
  max-width: 28rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 2rem;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 28rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(200, 169, 110, 0.4);
}

.hero__stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.hero__stats span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.hero__form {
  background: #ffffff42;
  color: var(--blue);
  padding: 1.7rem 1.6rem 1.5rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.enquire__kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.enquire__title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
}

.enquire__interest {
  margin: 0 0 1rem;
  padding: 0.6rem 0.75rem;
  background: rgba(200, 169, 110, 0.14);
  font-size: 0.85rem;
  font-weight: 600;
}

.enquire__interest[hidden] {
  display: none !important;
}

.lead-form {
  display: grid;
  gap: 0.9rem;
}

.lead-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.lead-form__field {
  display: grid;
  gap: 0.35rem;
}

.lead-form__field span {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue);
}

.lead-form__field input,
.lead-form__field select,
.lead-form__phone select,
.lead-form__phone input {
  width: 100%;
  min-height: 48px;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(10, 24, 84, 0.16);
  background: var(--ivory);
  color: var(--blue);
  outline: none;
}

.lead-form__field input:focus,
.lead-form__field select:focus,
.lead-form__phone input:focus,
.lead-form__phone select:focus {
  border-color: var(--gold);
  background: var(--white);
}

.lead-form__phone {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 0.5rem;
}

.lead-form__note {
  font-size: 0.75rem;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 960px) {
  .hero {
    align-items: stretch;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .hero__stats {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 640px) {
  .lead-form__row,
  .lead-form__phone {
    grid-template-columns: 1fr;
  }

  .hero__stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.6rem;
  }

  .hero__stats strong {
    font-size: 1.5rem;
  }
}

/* Sections */
.section {
  padding: clamp(3.6rem, 6vw, 5.5rem) 0;
}

.section__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  font-weight: 500;
  line-height: 1.08;
  color: var(--blue);
}

.section__title--light {
  color: var(--white);
}

.section__header {
  margin-bottom: 2.2rem;
}

.section__header--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.section__aside {
  max-width: 16rem;
  font-size: 0.95rem;
  color: var(--muted);
  padding-bottom: 0.35rem;
}

@media (max-width: 700px) {
  .section__header--split {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section__header--center {
  text-align: center;
}

/* Partners */
.section--partners {
  background: var(--ivory);
  padding: clamp(2.6rem, 5vw, 3.6rem) 0;
}

.partners {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 0.55rem;
}

.partners li {
  min-width: 8.5rem;
  padding: 0.95rem 1.1rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--blue);
  background: var(--white);
  border: 1px solid rgba(10, 24, 84, 0.08);
}

/* Hot properties — Skyline listing cards */
.section--properties {
  background: var(--white);
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.hot-card {
  background: var(--white);
  border: 1px solid rgba(10, 24, 84, 0.08);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(10, 24, 84, 0.06);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.35s;
}

.hot-card:hover,
.hot-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(200, 169, 110, 0.5);
  box-shadow: 0 20px 44px rgba(10, 24, 84, 0.12);
  outline: none;
}

.hot-card__img {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: var(--blue-deep);
}

.hot-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 18, 66, 0.82) 100%);
  pointer-events: none;
}

.hot-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.hot-card:hover .hot-card__img img {
  transform: scale(1.06);
}

.hot-card__badge,
.hot-card__delivery,
.hot-card__dev,
.hot-card__img-title {
  position: absolute;
  z-index: 1;
}

.hot-card__badge {
  top: 0.85rem;
  left: 0.85rem;
  background: var(--gold);
  color: var(--gold-ink);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
}

.hot-card__delivery {
  top: 0.85rem;
  right: 0.85rem;
  background: rgba(10, 24, 84, 0.82);
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
}

.hot-card__dev {
  left: 1rem;
  bottom: 3.15rem;
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hot-card__img-title {
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15;
}

.hot-card__body {
  padding: 1.05rem 1.15rem 1.2rem;
}

.hot-card__loc {
  font-size: 0.84rem;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

.hot-card__meta {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(10, 24, 84, 0.08);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--blue);
}

.hot-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.hot-card__price strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--blue);
}

.hot-card__enquire {
  flex-shrink: 0;
  background: none;
  border: 0;
  padding: 0.2rem 0;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  cursor: pointer;
  transition: color 0.25s, transform 0.25s;
}

.hot-card__enquire:hover,
.hot-card__enquire:focus-visible {
  color: var(--gold-ink, #8a6d32);
  transform: translateX(2px);
  outline: none;
}

@media (max-width: 960px) {
  .property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .property-grid {
    grid-template-columns: 1fr;
  }
}

/* Why */
.section--why {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.why__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 66, 0.72), rgba(7, 18, 66, 0.88));
}

.why {
  position: relative;
  z-index: 1;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.why-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--gold-light);
  margin-bottom: 0.45rem;
}

.why-grid h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.why-grid p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 800px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Video + form above footer */
.consult {
  padding: clamp(3.2rem, 6vw, 5rem) 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(200, 169, 110, 0.16), transparent 46%),
    linear-gradient(180deg, #0a1854 0%, #071242 100%);
}

.consult__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 110, 0.38);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.consult__video {
  position: relative;
  min-height: 420px;
  background: #000;
}

.consult__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.consult__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 18, 66, 0.78) 100%);
  pointer-events: none;
}

.consult__video-meta {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1;
  color: var(--white);
}

.consult__video-meta span {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.35rem;
}

.consult__video-meta strong {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
}

.consult__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
  background: #ffffff42;
  backdrop-filter: blur(22px);
  color: var(--white);
}

.consult .enquire__kicker {
  color: var(--gold-light);
}

.consult .enquire__title {
  color: var(--white);
  font-size: clamp(1.8rem, 2.6vw, 2.35rem);
  margin-bottom: 0.45rem;
}

.consult .enquire__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  margin-bottom: 1.15rem;
}

.consult .enquire__interest {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-light);
}

.consult .lead-form__field span {
  color: rgba(255, 255, 255, 0.82);
}

.consult .lead-form__field input,
.consult .lead-form__field select,
.consult .lead-form__phone select,
.consult .lead-form__phone input {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.consult .lead-form__field input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.consult .lead-form__field input:focus,
.consult .lead-form__field select:focus,
.consult .lead-form__phone input:focus,
.consult .lead-form__phone select:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.2);
}

.consult .lead-form__field select option {
  color: var(--blue);
  background: var(--white);
}

.consult .lead-form__note {
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 900px) {
  .consult__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .consult__video {
    min-height: 260px;
  }
}

/* Footer */
.ft {
  background: var(--blue-deep);
  color: rgba(255, 255, 255, 0.78);
  padding: 2.6rem 0 1.4rem;
}

.ft__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.ft__logo img {
  height: 46px;
  width: auto;
  margin-bottom: 0.9rem;
  filter: brightness(0) invert(1);
}

.ft__tagline {
  max-width: 26rem;
}

.ft h4 {
  color: var(--gold-light);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.ft a,
.ft p {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.ft a:hover {
  color: var(--gold-light);
}

.ft__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.1rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 800px) {
  .ft__grid {
    grid-template-columns: 1fr;
  }
}

.wa-fab {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 40;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.wa-fab:hover {
  transform: scale(1.05);
}

/* Popup form */
.modal[hidden] {
  display: none !important;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 66, 0.62);
  backdrop-filter: blur(8px);
}

.modal__panel {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: var(--white);
  color: var(--blue);
  padding: 1.7rem 1.5rem 1.45rem;
  border: 1px solid rgba(200, 169, 110, 0.4);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.modal__title {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.modal__subtitle {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 1.15rem;
}

.modal .enquire__kicker {
  margin-bottom: 0.45rem;
}

.modal .lead-form__note {
  color: var(--muted);
}

.is-section-view .header,
.is-section-view .ft,
.is-section-view .wa-fab {
  display: none !important;
}
