.brand-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(5rem, 8vw, 12rem);
  padding-bottom: clamp(5rem, 8vw, 12rem);
}
@media (max-width: 767px) {
  .brand-cta {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.brand-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 42%);
  pointer-events: none;
}
.brand-cta__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.brand-cta .section-title .icon * {
  fill: rgb(19.6, 30.1, 39.9);
}
.brand-cta .section-title__eyebrow {
  color: rgb(19.6, 30.1, 39.9);
}
.brand-cta .section-title__heading {
  color: rgba(19.6, 30.1, 39.9, 0.92);
}
.brand-cta .section-title__description {
  color: rgb(19.6, 30.1, 39.9);
}
.brand-cta__actions {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .brand-cta {
    padding: 7rem 0;
  }
  .brand-cta .section-title {
    text-align: center;
  }
  .brand-cta .section-title__heading {
    font-size: clamp(2.6rem, 10vw, 3.6rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }
  .brand-cta .section-title__description {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .brand-cta {
    padding: 0.5rem;
    padding-top: clamp(5rem, 8vw, 12rem);
    padding-bottom: clamp(5rem, 8vw, 12rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .brand-cta {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .brand-cta__actions {
    margin-top: 2rem;
  }
  .brand-cta__button {
    width: 80%;
    min-width: auto;
  }
}

.brand-intro {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6rem, 10vw, 12rem);
  padding-bottom: clamp(5rem, 8vw, 12rem);
  background: rgb(19.6, 30.1, 39.9);
  color: #fff;
}
.brand-intro__background {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: radial-gradient(circle at center, rgba(22, 164, 172, 0.08), rgba(22, 164, 172, 0) 58%), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.018) 0.0625rem, transparent 0.0625rem, transparent 8rem);
}
.brand-intro__container {
  position: relative;
  z-index: 2;
  width: min(100% - 5rem, 1680px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .brand-intro__container {
    display: flex;
    flex-direction: column;
    width: min(100% - 3rem, 100%);
  }
}
.brand-intro__main {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: clamp(3rem, 7vw, 8rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  grid-template-columns: minmax(22rem, 36rem) minmax(36rem, 52rem);
}
.brand-intro__content {
  max-width: 38rem;
}
.brand-intro__eyebrow {
  display: inline-block;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.brand-intro__title {
  margin: 0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(4.5rem, 6vw, 5.5rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
}
.brand-intro__title br {
  display: none;
}
.brand-intro__title::after {
  content: ".";
  color: #fff;
}
.brand-intro__accent-line {
  width: 2.5rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #16a4ac;
}
.brand-intro__description {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: -0.01em;
}
.brand-intro__link {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
  text-decoration: none;
}
.brand-intro__link-text {
  position: relative;
  padding-bottom: 1rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}
.brand-intro__link-text:hover {
  color: #16a4ac;
}
.brand-intro__link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #16a4ac;
  transform-origin: left center;
  transition: transform 240ms ease;
}
.brand-intro__link-arrow {
  position: relative;
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
  color: #16a4ac;
}
.brand-intro__link-arrow-track {
  display: flex;
  align-items: center;
  width: max-content;
  transform: translateX(-1.5rem);
  transition: none;
}
.brand-intro__link:hover .brand-intro__link-arrow-track {
  color: #16a4ac;
  transform: translateX(0);
  transition: transform 0.55s cubic-bezier(0.85, 0, 0.24, 1);
}
.brand-intro__link-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.brand-intro__link-arrow-icon svg {
  width: 100%;
  height: 100%;
}
.brand-intro__link:hover .brand-intro__link-text::after {
  transform: scaleX(0.72);
}
.brand-intro__visual {
  display: flex;
  flex-direction: column;
  justify-self: end;
  width: 100%;
  max-width: 52rem;
}
.brand-intro__visual-top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.brand-intro__visual-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.brand-intro__visual-line {
  width: 2.5rem;
  height: 1px;
  margin-bottom: 2rem;
  background: #16a4ac;
}
.brand-intro__figure {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4/3;
}
.brand-intro__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-intro__stats {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.brand-intro__stat {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}
.brand-intro__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3rem;
  right: calc(1.5rem * -1);
  width: 1px;
  height: calc(100% - 3rem);
  background: rgba(255, 255, 255, 0.08);
}
.brand-intro__stat-number {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 0.92;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.brand-intro__stat-number.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.brand-intro__stat-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.brand-intro__stat-line {
  width: 2rem;
  height: 1px;
  margin-top: 1.5rem;
  background: #16a4ac;
}
@media (max-width: 1200px) {
  .brand-intro__main {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .brand-intro__visual, .brand-intro__content, .brand-intro__description {
    width: 100%;
    max-width: 100%;
  }
  .brand-intro__visual-line {
    display: none;
  }
  .brand-intro__title br {
    display: block;
  }
  .brand-intro__figure {
    aspect-ratio: 16/9;
  }
  .brand-intro__stats {
    gap: 2rem;
    padding-top: 4rem;
  }
  .brand-intro__stat {
    padding-top: 0;
    border-top: 0;
  }
  .brand-intro__stat::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .brand-intro {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .brand-intro__main {
    gap: 4rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .brand-intro__visual {
    max-width: 100%;
  }
  .brand-intro__visual-line {
    display: none;
  }
  .brand-intro__figure {
    aspect-ratio: 1/1;
  }
  .brand-intro__title {
    font-size: clamp(3.5rem, 14vw, 5rem);
  }
  .brand-intro__description {
    font-size: 1rem;
    line-height: 1.9;
  }
  .brand-intro__stats {
    gap: 2rem;
    padding-top: 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brand-intro__stat {
    padding-top: 0;
    padding-left: 1rem;
    border-top: 0;
  }
  .brand-intro__stat::after {
    display: none;
  }
  .brand-intro__stat-value {
    margin-bottom: 0.5rem;
    font-size: clamp(2.75rem, 10vw, 4rem);
  }
  .brand-intro__stat-label {
    line-height: 1.8;
    letter-spacing: 0.18em;
  }
  .brand-intro__stat-divider {
    margin-top: 1.5rem;
  }
  .brand-intro__link {
    gap: 1.5rem;
  }
}

.featured-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  min-height: 100vh;
  background: rgb(19.6, 30.1, 39.9);
  color: #fff;
  transition: min-height 0.25s ease;
}
.scrolled .featured-hero {
  min-height: 95vh;
}
.featured-hero--full {
  min-height: 100vh;
}
.featured-hero--full .featured-hero__container {
  min-height: 100vh;
}
.featured-hero--compact {
  min-height: 92svh;
}
.featured-hero--compact .featured-hero__container {
  min-height: 92svh;
}
.featured-hero__content {
  padding-top: clamp(4rem, 12vw, 12rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  transition: opacity 0.2s linear;
}
.featured-hero__title {
  font-size: clamp(3.5rem, 8vw, 6.5rem);
}
.featured-hero__slider, .featured-hero__track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.featured-hero__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 4.5rem;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.5s ease;
}
.featured-hero__button-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.featured-hero__button-rect {
  fill: rgba(255, 255, 255, 0.82);
  transition: fill 0.35s ease, transform 0.5s ease;
}
.featured-hero__button-cutout {
  fill: #000;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  dominant-baseline: middle;
}
.featured-hero__button:hover {
  transform: translateY(-0.125rem);
}
.featured-hero__button:hover .featured-hero__button-rect {
  fill: rgba(255, 255, 255, 0.95);
}
.featured-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 2s ease;
}
.featured-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.featured-hero__slide.is-active .featured-hero__image {
  transform: scale(1.08);
}
.featured-hero__slide.is-active .featured-hero__content > * {
  opacity: 1;
  transform: translateX(0);
}
.featured-hero__slide.is-active .featured-hero__title-text {
  clip-path: inset(0 0 0 0);
}
.featured-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.featured-hero__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.featured-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  will-change: transform;
  filter: brightness(1) saturate(1);
  transition: transform 14s cubic-bezier(0.22, 1, 0.36, 1), opacity 2s ease, filter 0.15s linear;
}
.featured-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(19.6, 30.1, 39.9, 0.22), rgba(19.6, 30.1, 39.9, 0.08) 34%, rgba(19.6, 30.1, 39.9, 0.1) 58%, rgba(19.6, 30.1, 39.9, 0.72) 100%), linear-gradient(to right, rgba(19.6, 30.1, 39.9, 0.22), transparent 30%, transparent 70%, rgba(19.6, 30.1, 39.9, 0.12));
  transition: background 0.35s ease;
}
.featured-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: min(100% - 5rem, 95rem);
  min-height: 100vh;
  margin-inline: auto;
}
.featured-hero__content {
  max-width: 47.5rem;
  padding-top: clamp(10rem, 14vw, 12rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}
.featured-hero__content > * {
  opacity: 0;
  transform: translateX(1.5rem);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-hero__tag {
  display: inline-flex;
  align-items: center;
  height: 2.25rem;
  margin-bottom: 1.5rem;
  padding-inline: 1.125rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(0.25rem);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.095), 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.featured-hero__eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.78;
}
.featured-hero__title {
  margin: 0 0 1.5rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.35rem;
}
.featured-hero__title-text {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-hero__description {
  max-width: 35rem;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.125rem;
  line-height: 1.9;
}
.featured-hero__actions {
  display: flex;
  align-items: center;
}
.featured-hero__navigation {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.featured-hero__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 7.5rem;
  padding-inline: 2rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  pointer-events: auto;
  cursor: pointer;
}
.featured-hero__nav--prev {
  left: 0;
  flex-direction: row-reverse;
}
.featured-hero__nav--prev .featured-hero__nav-label {
  writing-mode: vertical-rl;
  transform: none;
}
.featured-hero__nav--next {
  right: 0;
}
.featured-hero__nav-line {
  width: 1px;
  height: 7.5rem;
  background: rgba(255, 255, 255, 0.3);
}
.featured-hero__nav-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: color 0.25s ease;
}
.featured-hero__nav-label:hover {
  color: rgb(255, 255, 255);
}
.featured-hero__pagination {
  position: absolute;
  right: 5rem;
  bottom: 10rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  pointer-events: none;
}
.featured-hero__pagination-current, .featured-hero__pagination-total {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24em;
}
.featured-hero__pagination-divider {
  width: 2.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}
.featured-hero__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  overflow: hidden;
  width: 100%;
  height: 0.1875rem;
  background: rgba(255, 255, 255, 0.08);
}
.featured-hero__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.52);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
@media (min-width: 1201px) and (max-width: 1720px) {
  .featured-hero__content {
    max-width: 40rem;
    padding-left: 2.5rem;
  }
  .featured-hero__title {
    font-size: clamp(4rem, 5vw, 5.5rem);
    line-height: 0.92;
  }
  .featured-hero__description {
    max-width: 30rem;
  }
  .featured-hero__nav {
    width: 4rem;
    padding-inline: 0.75rem;
  }
  .featured-hero__pagination {
    display: none;
    right: 5rem;
    bottom: 10rem;
  }
}
@media (max-width: 1200px) {
  .featured-hero__container {
    width: min(100% - 4rem, 100%);
  }
  .featured-hero__content {
    max-width: 40rem;
    padding-bottom: 7rem;
    padding-left: 0;
  }
  .featured-hero__navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .featured-hero, .featured-hero--full, .featured-hero--compact {
    min-height: 100svh;
  }
  .featured-hero .featured-hero {
    touch-action: pan-y;
  }
  .featured-hero__overlay {
    background: linear-gradient(to top, rgba(19.6, 30.1, 39.9, 0.78) 0%, rgba(19.6, 30.1, 39.9, 0.48) 28%, rgba(19.6, 30.1, 39.9, 0.12) 62%, rgba(19.6, 30.1, 39.9, 0.04) 100%);
  }
  .featured-hero__container {
    width: min(100% - 2rem, 100%);
    min-height: 100svh;
  }
  .featured-hero__content {
    max-width: 100%;
    padding: 0 0.75rem 7rem;
  }
  .featured-hero__tag {
    background: rgba(255, 255, 255, 0.35);
  }
  .featured-hero__title {
    font-size: clamp(3.2rem, 14vw, 4.8rem);
    line-height: 0.9;
  }
  .featured-hero__description {
    max-width: 22rem;
    font-size: 1rem;
    line-height: 1.8;
  }
  .featured-hero__actions {
    margin-top: 2rem;
  }
  .featured-hero__pagination {
    display: none;
  }
  .featured-hero__mobile-pagination {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transform: translateX(-50%);
  }
  .featured-hero__mobile-bullet {
    width: 1.75rem;
    height: 0.22rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .featured-hero__mobile-bullet.is-active {
    background: rgba(255, 255, 255, 0.96);
    transform: scaleX(1.15);
  }
}

.featured-project {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  color: rgb(19.6, 30.1, 39.9);
  padding-top: clamp(5rem, 8vw, 12rem);
  padding-bottom: clamp(5rem, 8vw, 12rem);
}
@media (max-width: 767px) {
  .featured-project {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.featured-project__container {
  width: min(100% - 5rem, 1680px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .featured-project__container {
    display: flex;
    flex-direction: column;
    width: min(100% - 3rem, 100%);
  }
}
.featured-project__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 6rem;
  display: none !important;
}
.featured-project__header-mobile {
  display: none;
}
.featured-project__eyebrow {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #999999;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.featured-project__all-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.featured-project__all-text {
  position: relative;
  padding-bottom: 0.5rem;
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: color 0.25s ease, transform 0.25s ease;
}
.featured-project__all-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #adb5bd;
  transform-origin: left center;
  transition: transform 240ms ease;
}
.featured-project__all-text:hover {
  color: #16a4ac;
}
.featured-project__all-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #999999;
  transition: all 240ms ease;
}
.featured-project__all-link:hover .featured-project__all-arrow {
  color: #16a4ac;
  transform: translateX(0.25rem);
}
.featured-project__all-link:hover .featured-project__all-text::after {
  background: #16a4ac;
  transform: scaleX(0.7);
}
.featured-project__main {
  display: grid;
  grid-template-columns: minmax(22rem, 32rem) minmax(0, 58rem);
  justify-content: space-between;
  align-items: start;
  gap: 6rem;
  margin-bottom: 3rem;
}
.featured-project__content {
  max-width: 34rem;
}
.featured-project__tag {
  display: inline-block;
  margin-bottom: 2rem;
  color: #16a4ac;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.featured-project__title {
  margin: 0;
  color: rgb(19.6, 30.1, 39.9);
  font-family: "Outfit", sans-serif;
  font-size: clamp(4.5rem, 6vw, 6rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
}
.featured-project__divider {
  width: 2.5rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #16a4ac;
}
.featured-project__description {
  max-width: 34rem;
  margin: 0;
  color: rgba(19.6, 30.1, 39.9, 0.68);
  font-size: 1.125rem;
  line-height: 1.95;
  letter-spacing: -0.01em;
}
.featured-project__link {
  margin-top: 3rem;
}
.featured-project__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.32/1;
  max-width: 58rem;
  margin-left: auto;
  background: #e5e5e5;
}
.featured-project__media:hover {
  cursor: pointer;
}
.featured-project__media:hover .featured-project__image {
  transform: scale(1.04);
  filter: brightness(0.45);
}
.featured-project__media:hover .featured-project__preview {
  opacity: 1;
  visibility: visible;
}
.featured-project__media:hover .featured-project__preview-circle {
  transform: scale(1);
}
.featured-project__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease, filter 500ms ease;
}
.featured-project__preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.featured-project__preview-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.28);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.24);
  transform: scale(0.85);
  transition: transform 400ms ease, background-color 400ms ease;
}
.featured-project__preview-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin-left: 0.125rem;
  color: #fff;
}
.featured-project__media-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(19.6, 30.1, 39.9, 0.72) 0%, rgba(19.6, 30.1, 39.9, 0.42) 18%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0) 62%);
  pointer-events: none;
}
.featured-project__media-brand {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2rem;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
}
.featured-project__media-logo {
  display: block;
  width: clamp(12rem, 22vw, 18rem);
  height: auto;
  object-fit: contain;
  opacity: 0.96;
  filter: drop-shadow(0 0.35rem 1.2rem rgba(0, 0, 0, 0.45));
}
.featured-project__footer {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 3rem;
  border-top: 1px solid rgba(19.6, 30.1, 39.9, 0.08);
  gap: 3rem;
}
@media (min-width: 1201px) {
  .featured-project__footer {
    gap: 2rem;
  }
}
@media (min-width: 1601px) {
  .featured-project__footer {
    justify-items: center;
  }
}
.featured-project__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.featured-project__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.featured-project__meta-label {
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.featured-project__meta-value {
  color: rgba(19.6, 30.1, 39.9, 0.68);
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (max-width: 1200px) {
  .featured-project__main {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .featured-project__header {
    margin-inline: 0.5rem;
    margin-bottom: 3rem;
  }
  .featured-project__divider {
    display: none;
  }
  .featured-project__description {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .featured-project__media {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0;
    aspect-ratio: 16/9;
  }
  .featured-project__content {
    max-width: 100%;
    order: 3;
  }
  .featured-project__footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    order: 5;
  }
}
@media (max-width: 991px) {
  .featured-project__media-brand {
    bottom: 3rem;
  }
  .featured-project__media-logo {
    width: 13rem;
  }
}
@media (max-width: 767px) {
  .featured-project {
    overflow: visible;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .featured-project__header {
    display: none;
  }
  .featured-project__header-mobile {
    display: block;
    order: 2;
    padding-inline: 1rem;
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: center;
  }
  .featured-project__all-link {
    display: none;
  }
  .featured-project__main {
    display: contents;
  }
  .featured-project__media {
    order: 1;
    overflow: hidden;
    margin-inline: auto;
    margin-bottom: 0;
    aspect-ratio: 1.2/1;
    border-radius: 0;
  }
  .featured-project__media-brand {
    bottom: 2rem;
  }
  .featured-project__media-logo {
    width: 10rem;
  }
  .featured-project__media-overlay {
    background: linear-gradient(to top, rgba(19.6, 30.1, 39.9, 0.88) 0%, rgba(19.6, 30.1, 39.9, 0.72) 24%, rgba(19.6, 30.1, 39.9, 0.42) 48%, rgba(0, 0, 0, 0) 76%);
  }
  .featured-project__footer {
    order: 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-inline: 1rem;
    border-top: 0;
  }
  .featured-project__item {
    gap: 1rem;
  }
  .featured-project__meta {
    gap: 0.25rem;
  }
  .featured-project__meta-label {
    font-size: 0.625rem;
    letter-spacing: 0.16em;
  }
  .featured-project__meta-value {
    font-size: 0.875rem;
    line-height: 1.55;
  }
  .featured-project__content {
    order: 3;
    max-width: 100%;
    padding-inline: 1rem;
    margin-top: 0;
  }
  .featured-project__tag {
    display: none;
  }
  .featured-project__title {
    max-width: 100%;
    font-size: clamp(2.6rem, 10vw, 3.6rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
    text-align: center;
  }
  .featured-project__description {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
  }
  .featured-project__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 3.5rem;
    margin: 2rem auto;
  }
}

#featured-showcase .section-title__eyebrow {
  color: #16a4ac !important;
}

/* ==================================================
FEATURED SHOWCASE
================================================== */
.featured-showcase {
  position: relative;
  overflow: hidden;
  background-color: #f8f9fa;
  padding-top: clamp(5rem, 8vw, 12rem);
  padding-bottom: clamp(5rem, 8vw, 12rem);
}
@media (max-width: 767px) {
  .featured-showcase {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.featured-showcase {
  padding-bottom: 0;
  /* ==================================================
  HEADER
  ================================================== */
}
.featured-showcase__header {
  max-width: 62rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.featured-showcase {
  /* ==================================================
  SLIDER
  ================================================== */
}
.featured-showcase__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: rgb(19.6, 30.1, 39.9);
}
.featured-showcase {
  /* ==================================================
  TRACK
  ================================================== */
}
.featured-showcase__track {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 42rem;
  min-height: 42rem;
}
.featured-showcase {
  /* ==================================================
  ITEM
  ================================================== */
}
.featured-showcase__item {
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  text-decoration: none;
  transition: flex-grow 1.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
  will-change: flex-grow;
}
.featured-showcase__item:hover .featured-showcase__picture img {
  transform: scale(1.03);
}
.featured-showcase__item:hover .featured-showcase__link-arrow {
  transform: translateX(0.35rem);
}
.featured-showcase__item.is-active {
  flex-grow: 2.45;
  filter: brightness(1) saturate(1);
}
.featured-showcase__item.is-active .featured-showcase__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.56) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0) 72%);
}
.featured-showcase__item.is-active .featured-showcase__watermark {
  opacity: 0;
  transform: translateY(-1rem);
}
.featured-showcase__item.is-active .featured-showcase__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}
.featured-showcase__item.is-secondary {
  flex-grow: 1;
  filter: brightness(0.84) saturate(0.92);
}
.featured-showcase {
  /* ==================================================
  MEDIA
  ================================================== */
}
.featured-showcase__picture, .featured-showcase__picture img {
  width: 100%;
  height: 100%;
}
.featured-showcase__picture {
  overflow: hidden;
}
.featured-showcase__picture img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.featured-showcase {
  /* ==================================================
  OVERLAY
  ================================================== */
}
.featured-showcase__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.16) 52%, rgba(0, 0, 0, 0.72) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0) 72%);
  transition: background 0.6s ease, opacity 0.6s ease;
}
.featured-showcase {
  /* ==================================================
  WATERMARK
  ================================================== */
}
.featured-showcase__watermark {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 4;
  color: rgba(255, 255, 255, 0.38);
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.5rem, 4vw, 5.5rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.06em;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.15s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-showcase {
  /* ==================================================
  CONTENT
  ================================================== */
}
.featured-showcase__content {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 5;
  max-width: 32rem;
  opacity: 0;
  transform: translateY(2rem);
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.32), 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
  transition: opacity 0.55s ease, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-showcase {
  /* ==================================================
  LABEL
  ================================================== */
}
.featured-showcase__label {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.featured-showcase {
  /* ==================================================
  TITLE
  ================================================== */
}
.featured-showcase__heading {
  margin-bottom: 1.5rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.05em;
}
.featured-showcase {
  /* ==================================================
  DESCRIPTION
  ================================================== */
}
.featured-showcase__text {
  max-width: 28rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1rem, 1vw, 1.18rem);
  font-weight: 500;
  line-height: 1.55;
}
.featured-showcase {
  /* ==================================================
  LINK
  ================================================== */
}
.featured-showcase__link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.26);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.featured-showcase__link-arrow {
  transition: transform 0.45s ease;
}
.featured-showcase {
  /* ==================================================
  MOBILE
  ================================================== */
}
@media (max-width: 991px) {
  .featured-showcase {
    padding: 4rem 0 0;
  }
  .featured-showcase__header {
    margin-top: 1rem;
    margin-bottom: 4rem;
    text-align: left;
  }
  .featured-showcase {
    /* ==================================================
    GRID
    ================================================== */
  }
  .featured-showcase__track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .featured-showcase {
    /* ==================================================
    ITEM
    ================================================== */
  }
  .featured-showcase__item, .featured-showcase__item.is-active, .featured-showcase__item.is-secondary {
    position: relative;
    flex: none;
    width: 100%;
    height: 50vw;
    min-height: 0;
    filter: none !important;
    transition: none;
  }
  .featured-showcase {
    /* ==================================================
    IMAGE
    ================================================== */
  }
  .featured-showcase__picture img {
    transform: none !important;
    transition: none;
  }
  .featured-showcase {
    /* ==================================================
    OVERLAY
    ================================================== */
  }
  .featured-showcase__overlay, .featured-showcase__item.is-active .featured-showcase__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.56) 100%), linear-gradient(89deg, rgba(0, 0, 0, 0.28) -1%, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0) 50%);
  }
  .featured-showcase {
    /* ==================================================
    WATERMARK
    ================================================== */
  }
  .featured-showcase__watermark {
    display: none;
  }
  .featured-showcase {
    /* ==================================================
    CONTENT
    ================================================== */
  }
  .featured-showcase__content, .featured-showcase__item.is-active .featured-showcase__content {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: block;
    max-width: none;
    opacity: 1 !important;
    transform: none !important;
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.45), 0 0.25rem 1rem rgba(0, 0, 0, 0.4);
    transition: none;
  }
  .featured-showcase {
    /* ==================================================
    LABEL
    ================================================== */
  }
  .featured-showcase__label {
    margin-bottom: 0.35rem;
    opacity: 1 !important;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .featured-showcase {
    /* ==================================================
    TITLE
    ================================================== */
  }
  .featured-showcase__heading {
    margin-bottom: 0.5rem;
    opacity: 1 !important;
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    line-height: 0.92;
  }
  .featured-showcase {
    /* ==================================================
    DESCRIPTION
    ================================================== */
  }
  .featured-showcase__text {
    display: none;
  }
  .featured-showcase {
    /* ==================================================
    LINK
    ================================================== */
  }
  .featured-showcase__link {
    gap: 0.35rem;
    padding-bottom: 0;
    border-bottom: none;
    opacity: 1 !important;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }
  .featured-showcase__link-arrow {
    transform: none !important;
    transition: none;
  }
}

.featured-hotel {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  padding-top: clamp(5rem, 8vw, 12rem);
  padding-bottom: clamp(5rem, 8vw, 12rem);
}
@media (max-width: 767px) {
  .featured-hotel {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.featured-hotel__container {
  width: min(100% - 5rem, 1680px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .featured-hotel__container {
    display: flex;
    flex-direction: column;
    width: min(100% - 3rem, 100%);
  }
}
.featured-hotel__main {
  display: grid;
  grid-template-columns: minmax(24rem, 32rem) minmax(0, 64rem);
  align-items: center;
  justify-content: space-between;
  gap: clamp(4rem, 8vw, 10rem);
  margin: 4rem 0;
}
.featured-hotel__eyebrow {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #16a4ac;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.featured-hotel__heading {
  margin: 0;
  color: rgb(19.6, 30.1, 39.9);
  font-family: "Outfit", sans-serif;
  font-size: clamp(4rem, 5.5vw, 6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.featured-hotel__divider {
  width: 3rem;
  height: 1px;
  margin: 2.5rem 0;
  background: #16a4ac;
}
.featured-hotel__description {
  max-width: 28rem;
  margin: 0;
  margin-bottom: 2.5rem;
  color: rgba(19.6, 30.1, 39.9, 0.68);
  font-size: 1.125rem;
  line-height: 1.9;
}
.featured-hotel__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #000;
}
.featured-hotel__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.featured-hotel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.featured-hotel__image, .featured-hotel__image-hover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-hotel__image {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.8s ease, transform 1.4s ease;
}
.featured-hotel__image-hover {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.8s ease, transform 2.4s ease;
  pointer-events: none;
}
.featured-hotel__media:hover .featured-hotel__image {
  opacity: 0;
}
.featured-hotel__media:hover .featured-hotel__image-hover {
  opacity: 1;
  transform: scale(1.04);
}
.featured-hotel__logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  width: 9rem;
  height: auto;
  pointer-events: none;
}
.featured-hotel__footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: none;
}
.featured-hotel__meta {
  position: relative;
  padding-top: 1rem;
}
.featured-hotel__meta-label {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.featured-hotel__meta-value {
  color: rgb(19.6, 30.1, 39.9);
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 1200px) {
  .featured-hotel__main {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }
  .featured-hotel__content {
    display: contents;
    max-width: 100%;
  }
  .featured-hotel__eyebrow {
    order: 1;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #999999;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .featured-hotel__heading {
    order: 2;
    margin-bottom: 2rem;
    color: rgb(19.6, 30.1, 39.9);
    font-family: "Outfit", sans-serif;
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 300;
    line-height: 0.92;
    letter-spacing: -0.05em;
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .featured-hotel__media {
    order: 3;
    aspect-ratio: 16/9;
  }
  .featured-hotel__divider {
    order: 4;
  }
  .featured-hotel__description {
    order: 5;
    max-width: 100%;
  }
  .featured-hotel .button {
    order: 6;
  }
  .featured-hotel__footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .featured-hotel__logo {
    top: 1.25rem;
    left: 1.25rem;
    width: 7rem;
  }
  .featured-hotel__eyebrow::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 1px;
    margin-top: 1rem;
    background: #16a4ac;
  }
  .featured-hotel__footer {
    gap: 2rem;
  }
  .featured-hotel__meta-value {
    font-size: 2rem;
  }
  .featured-hotel__image-hover {
    display: none;
  }
  .featured-hotel__image, .featured-hotel__image-hover {
    transition: none;
    transform: none;
  }
}

.home-intro {
  position: relative;
  padding: 10rem 0 6rem;
  background-color: #f8f9fa;
}
.home-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 62rem;
  margin: 0 auto;
  text-align: center;
}
.home-intro__eyebrow {
  margin-bottom: 2rem;
  color: #16a4ac;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}
.home-intro__heading {
  max-width: 56rem;
  margin-bottom: 1.5rem;
  color: rgba(19.6, 30.1, 39.9, 0.68);
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-wrap: balance;
}
.home-intro__description {
  max-width: 42rem;
  color: rgba(19.6, 30.1, 39.9, 0.68);
  font-size: 1.125rem;
  line-height: 1.9;
}
.home-intro__description::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  margin-top: 3rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  background: #16a4ac;
}
.home-intro {
  /* ==================================================
  MOBILE
  ================================================== */
}
@media (max-width: 991px) {
  .home-intro .section-title__heading, .home-intro .section-title__description {
    text-align: center;
    margin-bottom: 0;
  }
  .home-intro .section-title__heading p, .home-intro .section-title__description p {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=home.css.map */
