:root {
  --gold: #bd9554;
  --gold-bright: #d1aa66;
  --dark: #07090a;
  --cream: #f5efe4;
  --text: #f7f4ee;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #171717;
  font-family: "Montserrat", Arial, sans-serif;
  background: #0a0a0a;
}

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

h1,
h2 {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header {
  min-height: 74px;
  background: linear-gradient(180deg, rgba(2, 4, 5, .78), rgba(2, 4, 5, .08));
  z-index: 20;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-transform: uppercase;
}

.brand:hover {
  color: #fff;
}

.brand-mark {
  color: var(--gold-bright);
  font-size: 32px;
  line-height: 1;
}

.brand-copy {
  display: grid;
  font-size: 18px;
  letter-spacing: 7px;
  line-height: 1;
}

.brand-copy small {
  font-size: 8px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 4px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--gold-bright);
}

.dropdown-menu {
  --bs-dropdown-bg: rgba(9, 10, 10, .96);
  --bs-dropdown-border-color: rgba(189, 149, 84, .45);
  --bs-dropdown-link-color: #fff;
  --bs-dropdown-link-hover-color: #111;
  --bs-dropdown-link-hover-bg: var(--gold-bright);
  border-radius: 0;
  padding: 8px;
  margin-top: 7px;
}

.dropdown-item {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 14px;
}

.call-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--gold);
  border-radius: 24px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  transition: background .25s ease, color .25s ease;
}

.call-pill i,
.eyebrow,
.city,
.connection i,
.site-footer i {
  color: var(--gold-bright);
  font-size: 13px;
}

.call-pill:hover {
  color: #101010;
  background: var(--gold-bright);
}

.hero {
  position: relative;
  min-height: 695px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .84) 31%, rgba(0, 0, 0, .22) 59%, rgba(0, 0, 0, .1) 100%),
    radial-gradient(circle at 74% 28%, rgba(52, 83, 142, .64), transparent 34%),
    url("../assets/hero-building.jpg") right bottom / auto 690px no-repeat,
    #050809;
  overflow: hidden;
}

.hero-inner {
  min-height: 518px;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(550px, 100%);
  margin-left: 12px;
  padding-top: 100px;
}

.hero h1 {
  font-size: clamp(39px, 4.6vw, 45px);
  line-height: 1.18;
  margin: 0 0 14px;
}

.city {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.gold-line {
  display: block;
  width: 44px;
  height: 1px;
  margin: 0 0 40px;
  background: var(--gold-bright);
}

.residence {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 32px;
}

.feature-row div {
  min-height: 63px;
  padding: 0 14px;
  border-right: 1px solid rgba(189, 149, 84, .28);
  text-align: center;
}

.feature-row div:first-child {
  padding-left: 0;
}

.feature-row i {
  color: var(--gold-bright);
  font-size: 26px;
  display: block;
  margin-bottom: 7px;
}

.feature-row span {
  display: block;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

.about-stats {
    display: flex;
    gap: 30px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.about-stats div {
    border-left: 1px solid rgba(189, 149, 84, .28);
    padding-left: 15px;
}

.about-stats span {
    font-size: 19px;
    color: #fff;
    font-family: quickend;
    font-weight: 600;
}

.about-stats h4 {
    color: #c39954;
    margin-top: 5px;
}


.btn {
  border-radius: 2px;
  min-width: 142px;
  padding: 14px 25px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-gold {
  color: #fff;
  border: 1px solid #c6a162;
  background: linear-gradient(135deg, #cba864, #b68a48);
}

.btn-gold:hover {
  color: #111;
  filter: brightness(1.08);
}

.btn-outline-gold {
  color: #fff;
  border: 1px solid var(--gold);
}

.btn-outline-gold:hover {
  color: #111;
  background: var(--gold-bright);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.floating-actions {
  position: absolute;
  right: 3px;
  top: 276px;
  display: grid;
  gap: 3px;
}

.floating-actions a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(20, 23, 28, .86);
  border-radius: 50%;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease;
}

.floating-actions a:hover {
  background: var(--gold);
  transform: translateX(-4px);
}

.section-dark {
  color: var(--text);
  background: #090a0a;
}

.pancha {
  padding: 31px 0 29px;
  background:
    radial-gradient(circle at 16% 52%, rgba(255, 255, 255, .05), transparent 24%),
    radial-gradient(circle at 78% 28%, rgba(189, 149, 84, .08), transparent 18%),
    linear-gradient(180deg, #171717, #080909 58%, #12100d);
}

.eyebrow {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pancha h2,
.connectivity h2,
.amenities h2 {
  font-size: clamp(28px, 3.6vw, 38px);
  margin-bottom: 14px;
}

.section-copy {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 auto 24px;
}

.element-grid {
  max-width: 1044px;
  margin: 0 auto;
}

.image-card {
  position: relative;
  height: 198px;
  color: #fff;
  overflow: hidden;
  background: #111;
}

.image-card img,
.amenity img,
.floor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .78));
}

.image-card > div {
  position: absolute;
  inset: auto 0 14px;
  z-index: 2;
}

.image-card i {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 auto 5px;
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}

.image-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-card p {
  margin: 0;
  font-size: 14px;
}

.image-card:hover img,
.amenity article:hover img,
.hover-lift:hover {
  transform: scale(1.08);
  filter: saturate(1.18) contrast(1.08);
}

.image-card:hover i {
  background: rgba(189, 149, 84, .82);
}

.connectivity,
.amenities {
  background: var(--cream);
}

.connectivity {
  padding: 28px 0 29px;
}

.connection-row {
  margin-top: 18px;
}

.connection {
  min-height: 86px;
  display: grid;
  align-content: start;
  gap: 4px;
  border-right: 1px solid rgba(80, 68, 50, .2);
}

.connection:last-child {
  border-right: 0;
}

.connection i {
  font-size: 27px;
  margin-bottom: 5px;
}

.connection strong {
  font-size: 14px;
  text-transform: uppercase;
}

.connection span {
  font-size: 11px;
  line-height: 1.35;
}

.planning {
  padding: 40px 0 34px;
  overflow: hidden;
}

.planning h2 {
  font-size: clamp(27px, 3vw, 35px);
  line-height: 1.18;
}

.planning p:not(.eyebrow) {
  max-width: 300px;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.floor-img {
  height: auto;
  transform-origin: center;
}

.amenities {
  padding: 27px 0 36px;
}

.amenities-row {
  margin-top: 21px;
}

.amenity article {
  position: relative;
  overflow: visible;
}

.amenity article > span {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
}

.amenity img {
  height: 114px;
}

.amenity h3 {
  margin: 13px 0 0;
  color: #111;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cta {
  padding: 40px 0 30px;
  background: linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.55)),url("../assets/hero-building.jpg") center / auto 358px no-repeat;
  border-bottom: 1px solid rgba(189, 149, 84, .45);
  
}

.cta h2 {
  font-size: clamp(20px, 2.5vw, 23px);
}

.cta p {
  font-size: 18px;
  margin-bottom: 22px;
}

.footer-logo {
  display: inline-grid;
  justify-items: center;
  color: #fff;
  text-transform: uppercase;
}

/* GALLERY */
.gallery-card {
    position: relative;
    overflow: hidden;
	margin-bottom: 30px;
}

.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-card.large img {
    height: 300px;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.gallery-item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 206;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Image animation */
#lightbox-img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

/* Active state */
#lightbox.active {
  opacity: 1;
  visibility: visible;
}

#lightbox.active #lightbox-img {
  transform: scale(1);
}

#lightbox {
  backdrop-filter: blur(5px);
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.lightbox .nav {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.lightbox .prev { left: 30px; }
.lightbox .next { right: 30px; }

body.no-scroll {
  overflow: hidden;
  padding-right: 15px; /* prevents scrollbar jump */
}

.text-normal {
	text-align: justify;
    font-size: 13px;
}

.footer-logo i {
  color: var(--gold-bright);
  font-size: 47px;
}

.footer-logo small {
  font-size: 11px;
  letter-spacing: 4px;
}

.footer-logo strong {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 9px;
}

.footer-logo span {
  color: var(--gold-bright);
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 15px;
}

.site-footer {
  color: rgba(255, 255, 255, .8);
  background: #111;
  font-size: 11px;
}

.site-footer .container {
  padding-top: 30px;
  padding-bottom: 27px;
}

.site-footer h4 {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.site-footer p {
  line-height: 1.9;
  margin-bottom: 8px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(70px, 1fr));
  gap: 8px 18px;
}

.site-footer a {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}

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

.socials {
  display: flex;
  gap: 9px;
}

.socials a {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-bottom .container {
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-bottom a {
  margin-left: 34px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }

  .navbar-expand-lg .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .site-header {
    background: rgba(4, 6, 7, .95);
  }

  .navbar-toggler {
    border-color: rgba(209, 170, 102, .5);
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }

  .navbar-collapse {
    padding: 18px 0;
  }

  .hero {
    background-position: 60% top;
  }

  .hero-copy {
    padding-top: 110px;
  }

  .feature-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
  }

  .connection {
    border-right: 0;
    margin-bottom: 20px;
  }

  .planning .col-lg-8 {
    margin-top: 28px;
  }
}

@media (max-width: 575.98px) {
  .brand-copy {
    font-size: 14px;
    letter-spacing: 5px;
  }

  .hero,
  .hero-inner {
    min-height: 650px;
  }

  .hero-copy {
    margin-left: 0;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .floating-actions {
    top: auto;
    bottom: 18px;
  }

  .image-card {
    height: 210px;
  }

  .footer-bottom a {
    margin: 0 20px 0 0;
  }
}
