
.mod-hero-wrapper {
  padding-top: 70px;
  position: relative;
  margin-bottom: 70px;
}

.hero-image-block {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
}

.hero-image-block .hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-image-block .hero-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
  pointer-events: none;
}

.hero-image-block .hero-headline {
  position: absolute;
  left: 182px;
  bottom: 82px;
  width: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.hero-image-block .hero-headline .hero-headline__top {
  display: block;
  font-size: 32px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.hero-image-block .hero-headline .hero-headline__main {
  display: block;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
}

.top-image-section {
  padding: 0rem 0 8rem;
}
/* Top 10 Reasons Tile Section */
.top-ten-section {
  background-color: #f4f4f4;
  padding: 4rem 0;
}

.top-ten-title {
  color: #909090;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.top-ten-title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.5rem;
}

.top-ten-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .top-ten-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.technology-text {
  font-size: 14px;
}

.top-ten-tile {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: transform 0.2s ease;
  justify-content: space-between;
}

.tile-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #EEF1F4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tile-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.tile-number {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #B5975A;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.tile-title {
  color: #284966;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#sec__01 {
  height: 100%;
}
@media (min-width: 768px) {
  .tile-title {
    font-size: 15px;
  }
}

/* Features Section */
.features-section {
  background-color: #f4f4f4;
  padding-bottom: 4rem;
}

.features-title {
  color: #284966;
  margin-top: 0;
  margin-bottom: 3rem;
}

.features-title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.5rem;
  color: #909090;
}

.features-layout {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
}

.features-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  gap: 8px;
}
@media (max-width: 1024px) {
  .features-layout {
    grid-template-columns: 1fr;
  }
  .features-list {
    width: 100%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    gap: 8px;
  }
}

.features-image {
  width: 100%;
  height: 650px;
}

.features-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  height: 86px;
  transition: transform 0.2s ease;
}

.feature-icon-circle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #284966;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.feature-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}

.feature-title {
  color: #284966;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}

.feature-description {
  color: #5a5a5a;
  font-size: 14px;
  margin: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .features-image {
    width: 100%;
  }

  .features-image img {
    height: 100%;
  }

  .feature-title {
    font-size: 17px;
  }

  .feature-description {
    font-size: 15px;
  }
}

/* Technology Section Layout */
.technology-section-layout {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}

.technology-text-content {
  flex: 0 0 40%;
  max-width: 40%;
}

.technology-text-content p {
  text-align: left;
  margin-bottom: 1rem;
}

.technology-carousel-container {
  flex: 1;
  min-width: 0;
}

/* Technology Carousel */
.technology-carousel {
  width: 100%;
}

.carousel-preview {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  overflow: hidden;
}

.carousel-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(359deg, rgba(41, 75, 103, 0.80) 1.02%, rgba(41, 75, 103, 0.00) 45.55%);
  pointer-events: none;
}

.carousel-caption {
  position: absolute;
  left: 32px;
  bottom: 32px;
  right: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.carousel-thumbnails-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
}

.carousel-thumbnails {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
}

.carousel-thumbnails::-webkit-scrollbar {
  display: none;
}

.carousel-thumbnail {
  flex-shrink: 0;
  width: 106px;
  height: 106px;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.carousel-thumbnail::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.carousel-thumbnail:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

.carousel-thumbnail.active {
  border-color: #B5975A;
}

.carousel-thumbnail.active::after {
  background: rgba(0, 0, 0, 0);
}

.carousel-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 106px;
  background: #EEF1F4;
  border: none;
  color: #284966;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-arrow:hover {
  background: #E0E5EA;
}

.carousel-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carousel-arrow:disabled:hover {
  background: #EEF1F4;
}

@media (max-width: 1023px) {
  .technology-section-layout {
    flex-direction: column;
    gap: 32px;
  }

  .technology-text-content {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .technology-text-content p {
    text-align: left;
  }

  .technology-carousel-container {
    flex: 1 1 100%;
    width: 100%;
  }

  .carousel-preview {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .carousel-preview {
    height: 400px;
  }
  .features-image {
    height: 330px;
  }

  .carousel-caption {
    left: 16px;
    bottom: 16px;
    right: 16px;
    font-size: 16px;
  }

}

@media (max-width: 480px) {
  .carousel-preview {
    height: 300px;
  }

  .carousel-thumbnail {
    width: 100px;
    height: 70px;
  }
}

#sec__03 {
  padding-bottom: 4rem;
}

/* Technology Section */
#sec__05 {
  padding: 4rem 0 8rem;
}

/* Floorplate Section */
.floorplate-section {
  background-color: #EEF1F4;
  padding-bottom: 4rem;
}

.unit-section {
  background-color: #fff;
  padding-bottom: 8rem;
}

.floorplate-image-wrapper {
  margin: 2rem auto;
  max-width: 1000px;
}

.floorplate-image-container {
  background-color: #fff;
  padding: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.floorplate-image-container img {
  max-width: 100%;
  max-height: 560px;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

.floorplate-caption {
  text-align: center;
  color: #5a5a5a;
  font-size: 10px;
  line-height: 1.5;
  margin: 16px 0 0 0;
  padding: 0 1rem;
}

.floorplate-units {
  margin-top: 0;
  background: #fff;
  padding: 2rem;
}

.floorplate-unit-tabs {
  display: flex;
  background: #dce2e8;
  border-radius: 999px;
  padding: 4px;
  gap: 4px;
  margin: 0 auto 4rem;

}

.floorplate-unit-tab {
  border: 0;
  background: transparent;
  color: #284966;
  font-size: 22px;
  font-family: 'Century Gothic', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 1.25rem 1.5rem;
  flex: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.floorplate-unit-tab.is-active {
  background: #284f74;
  color: #fff;
}

.floorplate-unit-panel {
  display: none;
}

.floorplate-unit-panel.is-active {
  display: block;
}

.floorplate-unit-layout {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(340px, 1fr);
  gap: 2rem;
  align-items: start;
}

.floorplate-plan-card {
  background: #fff;
  border: 1px solid #dce2e8;
}

.floorplate-plan-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.floorplate-plan-tab {
  border: 0;
  background: #d0d0d0;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 1rem;
  cursor: pointer;
}

.floorplate-plan-tab.is-active {
  background: #fff;
  color: #284966;
}

.floorplate-plan-image-wrap {
  padding: 1.5rem;
  padding-bottom: 80px;
}

.floorplate-plan-image {
  width: 100%;
  max-height: 272px;
  object-fit: contain;
}

.floorplate-plan-disclaimer {
  font-size: 11px;
  color: #5a5a5a;
  padding: 0 1.5rem 1.5rem;
  margin: 0;
}

.floorplate-unit-details-title {
  font-size: 32px;
  font-weight: 700;
  color: #284966;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.floorplate-unit-stats {
  background: #fff;
}

.floorplate-unit-stat {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 20px 1rem;
  border-bottom: 1px solid #dce2e8;
  color: #2e2e2e;
  font-size: 16px;
}

.floorplate-unit-stat:last-child {
  border-bottom: 0;
}

.floorplate-unit-stat--highlight {
  background: #e8ecef;
  font-weight: 500;
}

.floorplate-gallery {
  margin-top: 80px;
}

.floorplate-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 50px;
}

.floorplate-gallery-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #284966;
}

.floorplate-gallery-nav {
  display: inline-flex;
  gap: 0.5rem;
}

.floorplate-gallery-arrow {
  border: 1px solid #d4dae0;
  background: #fff;
  color: #5b5b5b;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.floorplate-gallery-arrow:hover {
  border-color: #284966;
  color: #284966;
}

.floorplate-gallery-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.floorplate-gallery-main {
  overflow: hidden;
  padding-bottom: 1.25rem;
}

.floorplate-gallery-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.3s ease;
  will-change: transform;
}

.floorplate-gallery-slide {
  flex: 0 0 calc((100% - 2rem) / 3);
  cursor: pointer;
}

.floorplate-gallery-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.floorplate-gallery-indicator {
  display: flex;
  gap: 8px;
  margin-top: 0.25rem;
  align-items: center;
}

.floorplate-gallery-indicator-item {
  width: 22px;
  height: 3px;
  background: #c7ced5;
  border-radius: 999px;
}

.floorplate-gallery-indicator-item.is-active {
  background: #284f74;
}

.floorplate-unit-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.potential-section {
  background: #f4f4f4;
  padding: 5rem 0;
}

.potential-section .potential-hero-wrap {
  margin-top: 1.75rem;
}

.potential-section .potential-features {
  margin-top: 3rem;
}

.potential-section .potential-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.potential-section .potential-feature .icon-anim {
  width: 34px;
  height: 34px;
  margin: 0 0 1rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 34px;
}

.potential-section .potential-feature p {
  margin: 0;
  color: #2f4a69;
  font-size: 14px;
  line-height: 1.45;
}

.potential-section .potential-feature p strong {
  display: block;
  margin-bottom: 0.75rem;
  color: #284966;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.buy-better-section {
  background: #fff;
  padding-bottom: 4rem;
}

.buy-better-section .buy-better-title {
  color: #909090;
  margin-bottom: 2.5rem;
}

.buy-better-layout {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.buy-better-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2.75rem;
}

.buy-better-media {
  width: 100%;
}

.buy-better-media img {
  width: 100%;
  height: auto;
  display: block;
}

.buy-better-copy {
  color: #2f4a69;
  font-size: 14px;
}

.buy-better-copy .icon-anim {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.buy-better-copy h3 {
  margin: 0 0 0.9rem;
  color: #284966;
  font-size: 16px;
  font-weight: 700;
}

.buy-better-copy ul {
  margin: 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}

.buy-better-copy li {
  margin-bottom: 0.45rem;
  font-size: 14px;
  line-height: 1.45;
}

.brochure-cta-section {
  height: 334px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url("../img/hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2.5rem;
}

.brochure-cta-content {
  padding: 1rem;
}

.brochure-cta-title {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.brochure-cta-btn {
  display: inline-block;
  padding: 0.95rem 2.2rem;
  background: #b4975a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.brochure-cta-btn:hover {
  background: #a48951;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-image-block {
    height: auto;
    min-height: 0;
  }

  .hero-image-block .hero-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    vertical-align: top;
  }

  .hero-image-block .hero-gradient {
    height: 42%;
  }

  .hero-image-block .hero-headline {
    left: 0;
    right: 0;
    bottom: 18px;
    width: 100%;
    padding: 1rem 1rem 1.35rem;
    text-align: center;
  }

  .hero-image-block .hero-headline .hero-headline__top {
    font-size: 16px;
    letter-spacing: 0.06em;
    margin-bottom: 0.2rem;
    line-height: 1.2;
  }

  .hero-image-block .hero-headline .hero-headline__main {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: 0.01em;
  }

  .floorplate-section {
    padding: 3rem 0;
    margin-top: 3rem;
  }

  .floorplate-image-wrapper {
    margin: 1.5rem 1rem;
  }

  .floorplate-image-container {
    padding: 2rem 1.5rem;
  }

  .floorplate-caption {
    font-size: 13px;
    margin-top: 1rem;
  }

  .floorplate-unit-tabs {
    margin-bottom: 52px;
  }

  .floorplate-units {
    padding: 1.25rem;
  }

  .floorplate-gallery {
    margin-top: 48px;
  }

  .floorplate-unit-tab {
    font-size: 16px;
    padding: 0.6rem 0.8rem;
  }

  .floorplate-unit-layout {
    grid-template-columns: 1fr;
  }

  .floorplate-plan-tab {
    font-size: 16px;
  }

  .floorplate-plan-image {
    max-height: 272px;
  }

  .floorplate-unit-details-title {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .floorplate-unit-stat {
    font-size: 15px;
    padding: 0.75rem 0.85rem;
  }

  .floorplate-gallery-title {
    font-size: 16px;
  }

  .floorplate-gallery-slide {
    flex: 0 0 calc((100% - 1rem) / 2);
  }

  .floorplate-gallery-slide img {
    height: 200px;
  }

  .potential-section {
    padding: 3.25rem 0;
  }

  .potential-section .potential-features {
    margin-top: 2.25rem;
  }

  .potential-section .potential-feature {
    margin-bottom: 2rem;
  }

  .potential-section .potential-feature p {
    font-size: 14px;
    line-height: 1.45;
  }

  .potential-section .potential-feature p strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .buy-better-section {
    padding: 3.25rem 0;
  }

  .buy-better-layout {
    gap: 2rem;
  }

  .buy-better-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .buy-better-row--mobile-image-first .buy-better-media {
    order: 1;
  }

  .buy-better-row--mobile-image-first .buy-better-copy {
    order: 2;
  }

  .buy-better-copy h3 {
    font-size: 16px;
  }

  .buy-better-copy li {
    font-size: 14px;
  }

  .brochure-cta-section {
    height: 260px;
    margin-top: 1.5rem;
  }

  .brochure-cta-title {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .brochure-cta-btn {
    padding: 0.8rem 1.25rem;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .hero-image-block .hero-headline {
    bottom: 12px;
    padding: 0.75rem 0.75rem 1rem;
  }

  .hero-image-block .hero-headline .hero-headline__top {
    font-size: 16px;
  }

  .hero-image-block .hero-headline .hero-headline__main {
    font-size: 32px;
  }

  .floorplate-gallery-slide {
    flex: 0 0 100%;
  }

  .potential-section .potential-feature p {
    font-size: 14px;
  }

  .potential-section .potential-feature p strong {
    font-size: 18px;
  }
}
