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

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

.floorplan-home-section {
  background: #f5f3ef;
  padding: 42px 0 52px;
}

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

.floorplan-home-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #102741;
  font-size: 14px;
  font-weight: 500;
}

.floorplan-home-section h2 {
  margin: 0 0 28px;
  color: #0d2340;
  font-size: 30px;
  font-weight: 500;
}

.floorplan-home-section h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.floorplan-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.floorplan-home-card {
  padding: 14px 14px 16px;
  border: 1px solid #d6d2cc;
  background: #fff;
}

.floorplan-home-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.floorplan-home-rating {
  margin: 12px 0 8px;
  color: #e1a245;
  font-size: 14px;
  letter-spacing: 2px;
}

.floorplan-home-card h3 {
  margin: 0 0 10px;
  color: #0f1720;
  font-size: 19px;
  font-weight: 500;
}

.floorplan-home-meta,
.floorplan-home-text {
  margin: 0;
  color: #56616a;
  font-size: 12px;
  line-height: 1.7;
}

.floorplan-home-meta {
  font-weight: 500;
}

.floorplan-home-meta strong {
  color: #2f3b47;
}

.floorplan-home-meta span {
  margin: 0 6px;
  color: #b8b4ad;
}

.floorplan-home-text {
  margin-top: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7e0d8;
}

.floorplan-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #c89b45;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.floorplan-home-button:hover,
.floorplan-home-button:focus-visible {
  background: #b58835;
  transform: translateY(-1px);
}

.floorplan-amenities-section {
  background: #f8f2eb;
  padding: 32px 0 56px;
}

.floorplan-amenities-wrap {
  width: min(980px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1.05fr) minmax(0, 1.95fr);
  gap: 18px;
  align-items: start;
}

.floorplan-amenities-intro {
  padding: 8px 0;
}

.floorplan-amenities-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #111f2f;
  font-size: 14px;
  font-weight: 500;
}

.floorplan-amenities-intro h2 {
  margin: 0 0 18px;
  color: #0d2340;
  font-size: 31px;
  line-height: 1.35;
  font-weight: 500;
}

.floorplan-amenities-intro h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.floorplan-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.floorplan-amenity-tile {
  min-height: 150px;
  padding: 18px 20px 16px;
  border: 1px solid #d8cec2;
  background: rgba(255, 255, 255, 0.45);
}

.floorplan-amenity-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: #f0e7de;
  color: #223247;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.floorplan-amenity-icon-dark {
  background: #12263c;
  color: #fff;
}

.floorplan-amenity-tile h3 {
  margin: 0 0 8px;
  color: #071a2e;
  font-size: 18px;
  font-weight: 500;
}

.floorplan-amenity-tile p {
  margin: 0;
  color: #5f5d59;
  font-size: 12px;
  line-height: 1.55;
  max-width: 180px;
}

.floorplan-gallery-section {
  background: #fff;
  padding: 34px 0 40px;
}

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

.floorplan-gallery-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #132640;
  font-size: 14px;
  font-weight: 500;
}

.floorplan-gallery-wrap h2 {
  margin: 0 0 22px;
  color: #0d2340;
  font-size: 31px;
  font-weight: 500;
}

.floorplan-gallery-wrap h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.floorplan-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.55fr 0.55fr;
  gap: 12px;
}

.floorplan-gallery-item {
  margin: 0;
  overflow: hidden;
  background: #f1ede8;
}

.floorplan-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}

.floorplan-gallery-item-wide {
  grid-column: span 1;
}

.floorplan-gallery-item-tall {
  grid-row: span 2;
}

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

  .floorplan-home-grid {
    grid-template-columns: 1fr;
  }

  .floorplan-home-section h2 {
    font-size: 25px;
  }

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

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

  .floorplan-amenities-intro h2 {
    font-size: 26px;
  }

  .floorplan-gallery-wrap h2 {
    font-size: 26px;
  }

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

  .floorplan-gallery-item-tall,
  .floorplan-gallery-item-wide {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 520px) {
  .floorplan-showcase {
    padding: 24px 0 30px;
  }

  .floorplan-wrap h1 {
    font-size: 26px;
  }

  .floorplan-home-section {
    padding: 30px 0 36px;
  }

  .floorplan-home-card {
    padding: 12px;
  }

  .floorplan-home-card img {
    height: 160px;
  }

  .floorplan-home-meta span {
    display: none;
  }

  .floorplan-amenities-section {
    padding: 26px 0 38px;
  }

  .floorplan-amenity-tile {
    min-height: 0;
    padding: 16px;
  }

  .floorplan-gallery-section {
    padding: 28px 0 34px;
  }

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

  .floorplan-gallery-item img {
    min-height: 220px;
  }
}

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

@media (max-width: 420px) {
  .gallery-hover-section {
    padding: 22px 0 30px;
  }

  .gallery-hover-wrap > p {
    padding: 0 14px;
  }
}

.location-overview-section {
  background: #fff;
  padding: 40px 0 54px;
}

.location-overview-wrap {
  width: min(1060px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
  gap: 42px;
  align-items: start;
}

.location-copy h2 {
  margin: 0 0 28px;
  color: #0d2340;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.location-copy h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.location-points {
  display: grid;
  gap: 18px;
}

.location-point-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.location-point-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5ede5;
  color: #0f2340;
  font-size: 13px;
  font-weight: 700;
}

.location-point-item p {
  margin: 0;
  color: #0a1525;
  font-size: 17px;
  line-height: 1.45;
}

.location-map-card {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(17, 34, 55, 0.08);
}

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

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

@media (max-width: 780px) {
  .location-copy h2 {
    font-size: 31px;
  }
}

@media (max-width: 520px) {
  .location-overview-section {
    padding: 28px 0 38px;
  }

  .location-copy h2 {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .location-point-item {
    align-items: flex-start;
  }

  .location-point-item p {
    font-size: 15px;
  }

  .location-map-card iframe {
    height: 250px;
  }
}

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

  .contact-page-section {
    padding: 28px 0 38px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 20px;
  }

  .contact-page-form button {
    width: 100%;
  }
}
