.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0e2540;
}

.slider-track {
  position: relative;
  width: 100%;
  min-height: 560px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: min(1200px, 94%);
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 46px;
  align-items: center;
}

.hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 35, 0.42);
  z-index: -1;
}

.hero-copy {
  color: #ffffff;
  max-width: 720px;
}

.hero-copy h1 {
  margin: 0 0 16px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.hero-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  max-width: 700px;
}

.hero-form-wrap {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(10, 24, 44, 0.46);
  padding: 28px 34px 30px;
}

.hero-form-wrap h2 {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 700;
}

.hero-form-wrap > p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.35;
}

.hero-form {
  display: grid;
  gap: 10px;
}

.hero-form label {
  font-size: 15px;
  font-weight: 700;
}

.hero-form input {
  height: 30px;
  padding: 0 12px;
  border: none;
  outline: none;
  font-size: 15px;
}

.hero-form button {
  margin-top: 6px;
  width: fit-content;
  padding: 10px 28px;
  border: none;
  background: #ffffff;
  color: #0b1e38;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

.hero-form input,
.hero-form button,
.contact-page-form button {
  max-width: 100%;
}

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

.dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.dot.active {
  background: #ffffff;
  transform: scale(1.12);
}

@media (max-width: 768px) {
  .hero-overlay {
    grid-template-columns: 1fr;
    gap: 22px;
    height: 100%;
    padding: 28px 0 54px;
    align-content: center;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-form-wrap {
    padding: 20px;
  }

  .hero-form-wrap h2 {
    font-size: 30px;
  }

  .hero-form button {
    font-size: 22px;
  }

  .slider-track,
  .slide img {
    min-height: 640px;
  }
}

@media (max-width: 480px) {
  .hero-overlay {
    height: 100%;
    gap: 18px;
  }

  .hero-copy h1 {
    font-size: 31px;
  }

  .hero-form button {
    font-size: 20px;
    padding: 10px 22px;
  }

  .slider-track,
  .slide img {
    min-height: 690px;
  }
}

@media (max-width: 1024px) {
  .hero-overlay {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-form-wrap h2 {
    font-size: 32px;
  }
}

@media (max-width: 820px) {
  .hero-copy {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-form button {
    width: 100%;
    font-size: 20px;
  }
}

.fine-living-section {
  background: #eeeeee;
  padding: 56px 0 70px;
}

.fine-living-container {
  width: min(980px, 94%);
  margin: 0 auto;
}

.fine-living-section h2 {
  margin: 0 0 12px;
  text-align: center;
  color: #4e5964;
  font-size: 40px;
  font-weight: 700;
}

.fine-living-intro {
  margin: 0 auto 34px;
  max-width: 880px;
  color: #59626d;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.fine-living-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 14px;
  align-items: stretch;
}

.fine-living-left img,
.fine-living-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fine-living-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.fine-living-note {
  background: #072c5f;
  color: #ffffff;
  padding: 26px 24px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

@media (max-width: 900px) {
  .fine-living-section h2 {
    font-size: 30px;
  }

  .fine-living-grid {
    grid-template-columns: 1fr;
  }

  .fine-living-right {
    grid-template-rows: auto auto;
  }
}

@media (max-width: 600px) {
  .fine-living-section {
    padding: 38px 0 46px;
  }

  .fine-living-section h2 {
    font-size: 25px;
  }

  .fine-living-note {
    padding: 20px 18px;
  }
}

.overview-video-section {
  background: #efefef;
  padding: 28px 0 42px;
}

.overview-video-container {
  width: min(1900px, 99%);
  margin: 0 auto;
}

.overview-video-section h2 {
  margin: 0 0 12px;
  text-align: center;
  color: #5c6570;
  font-size: 32px;
  font-weight: 500;
}

.overview-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.overview-video-card {
  background: #d8d8d8;
}

.overview-video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

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

@media (max-width: 700px) {
  .overview-video-section h2 {
    font-size: 24px;
  }

  .overview-video-grid {
    grid-template-columns: 1fr;
  }
}

.amenities-gallery-section {
  background: #efefef;
  padding: 34px 0 48px;
}

.amenities-gallery-wrap {
  width: min(980px, 94%);
  margin: 0 auto;
  text-align: center;
}

.amenities-gallery-wrap h1 {
  margin: 0 0 8px;
  color: #4e5964;
  font-size: 48px;
  font-weight: 700;
}

.amenities-gallery-wrap > p {
  margin: 0 auto 28px;
  color: #5f6770;
  font-size: 33px;
  line-height: 1.3;
  max-width: 820px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 14px;
}

.amenity-card {
  margin: 0;
}

.amenity-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.amenity-card h3 {
  margin: 8px 0 0;
  color: #4b535e;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .amenities-gallery-wrap h1 {
    font-size: 34px;
  }

  .amenities-gallery-wrap > p {
    font-size: 18px;
  }

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

  .amenity-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 560px) {
  .amenities-gallery-section {
    padding: 26px 0 34px;
  }

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

  .amenities-gallery-wrap h1 {
    font-size: 28px;
  }

  .amenities-gallery-wrap > p {
    font-size: 16px;
  }
}

.gallery-hover-section {
  background: #f8fafc;
  padding: 100px 0;
}

.gallery-hover-wrap h1 {
  font-family: 'Crimson Pro', serif;
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.gallery-hover-wrap > p {
  font-size: 1.1rem;
  color: #64748b;
  margin-bottom: 60px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.gallery-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  background: #fff;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

/* Lightbox Styles */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.lightbox-modal.active {
  visibility: visible;
  opacity: 1;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 44, 0.98);
  backdrop-filter: blur(15px);
}

.lightbox-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 50px 100px rgba(0,0,0,0.8);
  transform: scale(0.95);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  transition: color 0.3s ease;
}

.lightbox-close:hover {
  color: #c79f36;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.lightbox-nav:hover {
  background: #c79f36;
  border-color: #c79f36;
  color: #fff;
}

.lightbox-nav svg {
  width: 30px;
  height: 30px;
}

.lightbox-prev {
  left: 40px;
}

.lightbox-next {
  right: 40px;
}

@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* Legacy Location Styles Removed - Replaced by .location-hub-section in main.css */

/* Legacy Section Cleaned */

/* Legacy Contact Styles Removed - Replaced by .contact-premium-section in main.css */
