.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: 44px;
  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;
}

.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;
  }

  .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;
  }
}

.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;
  }
}

.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;
  }
}

.floorplan-showcase {
  background: #efefef;
  padding: 30px 0 40px;
}

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

.floorplan-wrap h1 {
  margin: 0 0 10px;
  color: #4e5964;
  font-size: 40px;
  font-weight: 700;
}

.floorplan-wrap p {
  margin: 0 auto 18px;
  max-width: 760px;
  color: #59626d;
  font-size: 14px;
  line-height: 1.45;
}

.floorplan-image-box {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  justify-items: center;
}

.floorplan-image-box img {
  width: min(640px, 100%);
  height: auto;
  display: block;
}

@media (max-width: 700px) {
  .floorplan-wrap h1 {
    font-size: 30px;
  }
}

.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-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-hover-section {
  background: #efefef;
  padding: 28px 0 40px;
}

.gallery-hover-wrap {
  width: min(1920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.gallery-hover-wrap h1 {
  margin: 0 0 6px;
  color: #4f5965;
  font-size: 34px;
  font-weight: 700;
}

.gallery-hover-wrap > p {
  margin: 0 0 14px;
  color: #6a727b;
  font-size: 13px;
}

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

.gallery-hover-card {
  margin: 0;
  overflow: hidden;
  background: #ddd;
}

.gallery-hover-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease, filter 0.35s ease;
}

.gallery-hover-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.04);
}

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

@media (max-width: 600px) {
  .gallery-hover-wrap h1 {
    font-size: 26px;
  }

  .gallery-hover-grid {
    grid-template-columns: 1fr;
  }
}

.location-overview-section {
  background: #efefef;
}

.location-overview-top {
  width: min(1220px, 95%);
  margin: 0 auto;
  padding: 22px 0 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 34px;
  align-items: start;
}

.location-minutes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 28px;
}

.location-minute-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.minute-badge {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}

.minute-badge strong {
  font-size: 45px;
  font-weight: 700;
}

.minute-badge span {
  margin-top: 3px;
  font-size: 18px;
}

.minute-badge.gold {
  background: #c79f36;
}

.minute-badge.blue {
  background: #12478a;
}

.location-minute-item p {
  margin: 0;
  color: #727272;
  font-size: 15px;
  font-weight: 500;
}

.location-about h2 {
  margin: 0 0 10px;
  color: #c79f36;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.location-about p {
  margin: 0;
  color: #4e4e4e;
  font-size: 17px;
  line-height: 1.5;
}

.location-map-wrap iframe {
  width: 100%;
  height: 390px;
  border: none;
  display: block;
}

@media (max-width: 1100px) {
  .location-overview-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

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

@media (max-width: 520px) {
  .location-minutes-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .location-map-wrap iframe {
    height: 300px;
  }
}

.contact-page-section {
  background: #efefef;
  padding: 40px 0 56px;
}

.contact-page-wrap {
  width: min(1180px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 28px;
}

.contact-info-card,
.contact-form-card {
  background: #ffffff;
  border: 1px solid #d8dce1;
  border-radius: 8px;
  padding: 28px;
}

.contact-info-card h1 {
  margin: 0 0 10px;
  color: #1d3d6a;
  font-size: 36px;
  font-weight: 700;
}

.contact-info-card > p {
  margin: 0 0 18px;
  color: #5b6672;
  font-size: 16px;
  line-height: 1.55;
}

.contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-info-list li {
  color: #3f4954;
  font-size: 15px;
  line-height: 1.45;
}

.contact-info-list a {
  color: #1d3d6a;
  text-decoration: none;
}

.contact-form-card h2 {
  margin: 0 0 14px;
  color: #1d3d6a;
  font-size: 28px;
  font-weight: 700;
}

.contact-page-form {
  display: grid;
  gap: 14px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-page-form label {
  display: block;
  margin-bottom: 6px;
  color: #3f4954;
  font-size: 14px;
  font-weight: 600;
}

.contact-page-form input,
.contact-page-form textarea {
  width: 100%;
  border: 1px solid #cdd3da;
  border-radius: 6px;
  padding: 11px 12px;
  font-size: 15px;
  color: #222;
  outline: none;
  box-sizing: border-box;
}

.contact-page-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-page-form input:focus,
.contact-page-form textarea:focus {
  border-color: #1e4f8f;
}

.contact-page-form button {
  width: fit-content;
  border: none;
  border-radius: 6px;
  background: #1e4f8f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 22px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .contact-page-wrap {
    grid-template-columns: 1fr;
  }
}

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

  .contact-info-card h1 {
    font-size: 30px;
  }
}
