@font-face {
  font-family: "Pacific Standard";
  src: url("./Working file & Element/Homepage/Element/Font/Pacific Standard/Pacific Standard Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("./Working file & Element/Homepage/Element/Font/Myriad Pro/MyriadPro-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("./Working file & Element/Homepage/Element/Font/Myriad Pro/MyriadPro-Semibold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("./Working file & Element/Homepage/Element/Font/Myriad Pro/MYRIADPRO-LIGHTCOND.OTF")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("./Working file & Element/Homepage/Element/Font/Myriad Pro/MyriadPro-Cond.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("./Working file & Element/Homepage/Element/Font/Myriad Pro/MYRIADPRO-SEMIBOLDCOND.OTF")
    format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("./Working file & Element/Homepage/Element/Font/Myriad Pro/MyriadPro-BoldCond.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: #2f3a2b;
  font-family: "Myriad Pro", Arial, sans-serif;
  background: #f7f4ef;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.site {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: min(100vh, 1082px);
  overflow: hidden;
  background: #d8e4e5;
}

.hero::before {
  content: "";
  position: absolute;
  inset: calc(clamp(34px, 5vw, 92px) * -1) 0 0;
  min-height: calc(100% + clamp(34px, 5vw, 92px));
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 35%,
      rgba(8, 24, 36, 0.08) 100%
    ),
    url("./Working file & Element/Homepage/Element/amazing-sky-dawn.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: clamp(18px, 2.1vw, 39px) clamp(28px, 5.1vw, 98px);
}

.language {
  display: inline-grid;
  width: clamp(26px, 2.5vw, 36px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(47, 75, 62, 0.62);
  border-radius: 50%;
  color: rgba(47, 75, 62, 0.86);
  font-size: clamp(10px, 0.82vw, 14px);
  line-height: 1;
}

.brand {
  display: block;
  width: clamp(108px, 10.4vw, 200px);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(22px, 2.6vw, 50px);
  color: rgba(65, 68, 62, 0.76);
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(12px, 0.86vw, 16px);
  font-weight: 400;
}

.menu-button {
  display: inline-grid;
  width: clamp(27px, 2vw, 38px);
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: rgba(58, 61, 56, 0.8);
}

.hero__content {
  position: absolute;
  top: clamp(120px, 22vh, 238px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: none;
}

.hero__slogan {
  display: block;
  width: clamp(320px, 33.333vw, 640px);
  height: auto;
  filter: drop-shadow(0 2px 2px rgba(255, 255, 255, 0.16));
}

.intro-overview {
  position: relative;
  overflow: hidden;
  background: #f8f7f4;
}

.intro {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: clamp(420px, 41.5vw, 798px);
  padding: clamp(84px, 7vw, 134px) clamp(24px, 6vw, 116px)
    clamp(52px, 5vw, 96px);
  text-align: center;
  background: linear-gradient(180deg, #fbfaf7 0%, #f8f7f4 100%);
}

.intro__leaf {
  position: absolute;
  top: clamp(48px, 3.4vw, 65px);
  left: 50%;
  width: clamp(166px, 16vw, 306px);
  height: auto;
  opacity: 0.72;
  transform: translateX(-8%);
  pointer-events: none;
}

.intro__copy {
  position: relative;
  z-index: 1;
  width: min(100%, 1410px);
  color: #4a4a47;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(19px, 1.45vw, 28px);
  font-weight: 400;
  line-height: 1.36;
}

.intro__copy p {
  margin: 0 auto;
}

.intro__copy p + p {
  margin-top: clamp(28px, 2.2vw, 42px);
  max-width: 1370px;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  min-height: 45px;
  padding: 8px 8px 8px 25px;
  border-radius: 999px;
  background: #bd8766;
  color: #fff8ee;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(15px, 1vw, 20px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.42) inset;
}

.pill-link__text {
  display: inline-block;
  flex: 0 0 auto;
  font-weight: 400;
  white-space: nowrap;
}

.pill-link span {
  flex: 0 0 auto;
  display: inline-grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 248, 238, 0.8);
  border-radius: 50%;
  font-size: 20px;
}

.intro__button {
  position: relative;
  z-index: 1;
  align-self: start;
  justify-self: center;
  margin-top: clamp(42px, 4vw, 76px);
}

.overview {
  position: relative;
  min-height: clamp(560px, 51.8vw, 995px);
  margin-top: clamp(-160px, -8.3vw, -80px);
  background:
    linear-gradient(
      180deg,
      rgba(248, 247, 244, 0.98) 0%,
      rgba(248, 247, 244, 0.72) 11%,
      rgba(248, 247, 244, 0.12) 30%,
      rgba(248, 247, 244, 0) 43%
    ),
    url("./Working file & Element/Homepage/Element/Group 1.png") center bottom /
      contain no-repeat,
    url("./Working file & Element/Homepage/Element/Vector Smart Object2.png")
      center top / 100% auto no-repeat,
    url("./Working file & Element/Homepage/Element/Background.png") center top /
      100% auto no-repeat;
}

.overview::after {
  content: none;
}

.overview__content {
  position: relative;
  z-index: 1;
  width: min(42vw, 770px);
  padding: clamp(172px, 17vw, 326px) 0 clamp(70px, 7vw, 136px)
    clamp(42px, 5.3vw, 102px);
}

.overview h2 {
  margin: 0 0 clamp(36px, 3.3vw, 64px);
  color: #bd8766;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(38px, 3.6vw, 69px);
  font-weight: 300;
  line-height: 0.98;
}

.overview__list {
  display: grid;
  gap: 10px;
  margin: 0 0 clamp(38px, 2.7vw, 52px);
  padding: 0;
  list-style: none;
  color: #6d6f70;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 300;
  line-height: 1.42;
}

.overview__list li {
  position: relative;
  min-height: clamp(47px, 4.1vw, 79px);
  padding: 12px clamp(18px, 2.1vw, 40px) 12px clamp(48px, 4.5vw, 86px);
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.76) 0%,
    rgba(255, 255, 255, 0.58) 58%,
    rgba(255, 255, 255, 0.18) 86%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(1.5px);
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 78%,
    rgba(0, 0, 0, 0.4) 91%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 78%,
    rgba(0, 0, 0, 0.4) 91%,
    transparent 100%
  );
}

.overview__list li::before {
  content: "";
  position: absolute;
  top: 1.02em;
  left: clamp(22px, 2.1vw, 40px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.overview__list strong {
  color: #5f6263;
  font-weight: 700;
}

.overview__button {
  margin-left: clamp(0px, 0.5vw, 10px);
}

.prosperity-location {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 9.4vw, 180px) clamp(32px, 5vw, 96px)
    clamp(88px, 8vw, 154px);
  background:
    url("./Working file & Element/Homepage/Element/Vector Smart Object2.png")
      center top / 100% auto no-repeat,
    url("./Working file & Element/Homepage/Element/Background.png") center top /
      100% auto no-repeat,
    #f6f5f1;
}

.prosperity {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(560px, 1.7fr);
  gap: clamp(52px, 6vw, 116px);
  align-items: center;
  width: min(100%, 1736px);
  margin: 0 auto;
}

.prosperity__heading {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.5vw, 28px);
  color: #bd8766;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
}

.prosperity__heading span {
  font-size: clamp(120px, 10.3vw, 198px);
  font-weight: 300;
  line-height: 0.82;
}

.prosperity__heading h2 {
  margin: 0;
  font-size: clamp(56px, 5vw, 96px);
  font-weight: 300;
  line-height: 0.98;
}

.prosperity__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2vw, 38px);
}

.prosperity-card {
  position: relative;
  min-height: clamp(180px, 14vw, 268px);
  overflow: hidden;
  padding: clamp(28px, 2.5vw, 48px);
  background: rgba(255, 255, 255, 0.82);
  color: #777a78;
  box-shadow: 0 8px 18px rgba(84, 71, 56, 0.14);
  transition:
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.prosperity-card::after {
  content: attr(data-index);
}

.prosperity-card__index {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: clamp(38px, 2.8vw, 54px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(18px, 1.3vw, 25px);
  line-height: 1;
}

.prosperity-card__index::after {
  content: attr(data-label);
}

.prosperity-card p {
  position: relative;
  z-index: 1;
  margin: clamp(22px, 1.8vw, 34px) 0 0;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(20px, 1.45vw, 28px);
  font-weight: 300;
  line-height: 1.35;
}

.prosperity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: no-repeat right 16px center / auto 93%;
  opacity: 0.56;
  pointer-events: none;
}

.prosperity-card:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 160'%3E%3Ctext x='0' y='142' font-family='Arial' font-size='180' font-weight='700' fill='%23ffffff' fill-opacity='.14'%3E01%3C/text%3E%3C/svg%3E");
}

.prosperity-card:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 160'%3E%3Ctext x='0' y='142' font-family='Arial' font-size='180' font-weight='700' fill='%23b7b7b7' fill-opacity='.12'%3E02%3C/text%3E%3C/svg%3E");
}

.prosperity-card:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 160'%3E%3Ctext x='0' y='142' font-family='Arial' font-size='180' font-weight='700' fill='%23b7b7b7' fill-opacity='.12'%3E03%3C/text%3E%3C/svg%3E");
}

.prosperity-card:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 160'%3E%3Ctext x='0' y='142' font-family='Arial' font-size='180' font-weight='700' fill='%23b7b7b7' fill-opacity='.12'%3E04%3C/text%3E%3C/svg%3E");
}

.prosperity-card:nth-child(5)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 160'%3E%3Ctext x='0' y='142' font-family='Arial' font-size='180' font-weight='700' fill='%23b7b7b7' fill-opacity='.12'%3E05%3C/text%3E%3C/svg%3E");
}

.prosperity-card:nth-child(6)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 160'%3E%3Ctext x='0' y='142' font-family='Arial' font-size='180' font-weight='700' fill='%23b7b7b7' fill-opacity='.12'%3E06%3C/text%3E%3C/svg%3E");
}

.prosperity-card:nth-child(7)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 160'%3E%3Ctext x='0' y='142' font-family='Arial' font-size='180' font-weight='700' fill='%23b7b7b7' fill-opacity='.12'%3E07%3C/text%3E%3C/svg%3E");
}

.prosperity-card:nth-child(8)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 160'%3E%3Ctext x='0' y='142' font-family='Arial' font-size='180' font-weight='700' fill='%23b7b7b7' fill-opacity='.12'%3E08%3C/text%3E%3C/svg%3E");
}

.prosperity-card--extra {
  display: none;
}

.prosperity.is-expanded .prosperity-card--extra {
  display: block;
  animation: prosperity-card-in 180ms ease both;
}

@keyframes prosperity-card-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.prosperity-card--active {
  background: #3f6f2d;
  color: #efe2aa;
  box-shadow: inset -14px 0 0 rgba(49, 94, 33, 0.68),
    0 10px 22px rgba(55, 77, 44, 0.2);
}

.prosperity-card:hover,
.prosperity-card:focus-within {
  background: #3f6f2d;
  color: #efe2aa;
  box-shadow: inset -14px 0 0 rgba(49, 94, 33, 0.68),
    0 10px 22px rgba(55, 77, 44, 0.2);
  transform: translateY(-2px);
}

.prosperity__button {
  grid-column: 2;
  justify-self: center;
  margin-top: clamp(26px, 2.6vw, 50px);
}

.prosperity__button-text {
  font-weight: 400;
  font-size: inherit;
}

.location-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(640px, 1.22fr);
  align-items: stretch;
  width: min(100%, 1736px);
  min-height: clamp(600px, 44vw, 846px);
  margin: clamp(58px, 5vw, 96px) auto 0;
  overflow: hidden;
  border-radius: clamp(22px, 1.9vw, 36px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(78, 63, 44, 0.14);
}

.location-card__copy {
  position: relative;
  z-index: 2;
  padding: clamp(58px, 5vw, 96px) 0 clamp(48px, 5vw, 90px)
    clamp(56px, 5vw, 102px);
}

.location-card h2 {
  margin: 0 0 clamp(26px, 2vw, 38px);
  color: #bd8766;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(44px, 4.1vw, 78px);
  font-weight: 300;
  line-height: 0.98;
}

.location-card__copy > p {
  width: min(100%, 610px);
  margin: 0 0 clamp(30px, 2.5vw, 48px);
  color: #777a78;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(19px, 1.35vw, 26px);
  font-weight: 300;
  line-height: 1.46;
}

.location-detail {
  position: relative;
  width: min(100%, 688px);
}

.location-detail > img {
  display: block;
  width: 100%;
  height: auto;
}

.location-detail__content {
  position: absolute;
  inset: 8% 6% 9%;
  display: grid;
  grid-template-columns: 34% 1fr;
  color: #777a78;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(15px, 1vw, 19px);
}

.location-detail__tabs,
.location-detail__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-detail__tabs {
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 28px 20px 20px 12px;
  border-right: 1px solid rgba(189, 135, 102, 0.5);
  text-transform: uppercase;
  font-weight: 600;
}

.location-detail__tabs li {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.location-detail__tabs img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
  opacity: 0.72;
}

.location-detail__tabs li:nth-child(2) {
  color: #bd8766;
}

.location-detail__tabs li:nth-child(2) img {
  opacity: 0.9;
}

.location-detail__list {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 28px 12px 20px 28px;
  font-weight: 300;
  line-height: 1.08;
}

.location-detail__list li {
  position: relative;
  padding-left: 12px;
}

.location-detail__list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.location-detail__list span {
  display: block;
  font-size: 0.88em;
}

.location-card__map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(72%, 1180px);
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.nature-masterplan {
  display: grid;
  grid-template-columns: minmax(470px, 43vw) minmax(640px, 1fr);
  align-items: stretch;
  height: auto;
  min-height: 720px;
  max-height: none;
  overflow: visible;
  background: #f8f7f4;
}

.nature-masterplan__copy {
  align-self: center;
  padding: clamp(44px, 5vw, 88px) clamp(42px, 4.8vw, 92px);
}

.nature-masterplan h2 {
  margin: 0 0 clamp(36px, 2.8vw, 54px);
  color: #bd8766;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(54px, 4.3vw, 83px);
  font-weight: 300;
  line-height: 1.08;
}

.nature-masterplan__copy > p {
  width: min(100%, 720px);
  margin: 0 0 clamp(30px, 3vw, 56px);
  color: #777a78;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(21px, 1.45vw, 28px);
  font-weight: 300;
  line-height: 1.45;
}

.amenity-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 3.5vw, 68px);
  row-gap: clamp(10px, 0.9vw, 17px);
  margin: 0;
  padding: 0;
  color: #777a78;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(17px, 1.12vw, 22px);
  font-weight: 300;
  list-style: none;
}

.amenity-index li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  cursor: default;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.amenity-index span {
  display: inline-grid;
  width: clamp(24px, 1.6vw, 31px);
  aspect-ratio: 1;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #bd8766;
  border-radius: 50%;
  color: #777a78;
  font-size: 0.86em;
  line-height: 1;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.amenity-index li.is-active {
  color: #3f6f2d;
  transform: translateX(4px);
}

.amenity-index li.is-active span {
  border-color: #3f6f2d;
  background: #3f6f2d;
  color: #fff8ee;
  box-shadow: 0 0 0 5px rgba(63, 111, 45, 0.15);
}

.nature-masterplan__map {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #d7e4dd;
}

.nature-masterplan__map-frame {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1092 / 1431;
  margin: 0;
}

.nature-masterplan__map-frame > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: grid;
  width: clamp(34px, 3.15vw, 61px);
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: rgba(63, 111, 45, 0);
  color: transparent;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: clamp(17px, 1.55vw, 30px);
  line-height: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
  outline: none;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.map-pin:hover,
.map-pin:focus-visible,
.map-pin.is-active {
  background: #efe2aa;
  color: #3f6f2d;
  box-shadow:
    0 0 0 7px rgba(239, 226, 170, 0.32),
    0 10px 20px rgba(24, 44, 18, 0.26);
  transform: translate(-50%, -50%) scale(1.14);
}

.landscape-amenities {
  overflow: hidden;
  background:
    url("./Working file & Element/Homepage/Element/Vector Smart Object2.png")
      center top / 100% auto no-repeat,
    url("./Working file & Element/Homepage/Element/Background.png") center top /
      100% auto no-repeat,
    #f7f5f1;
}

.landscape-amenities > h2 {
  margin: 0;
  padding: clamp(70px, 6vw, 116px) 24px clamp(36px, 3.1vw, 60px);
  color: #bd8766;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(46px, 4.1vw, 78px);
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.amenity-gallery {
  position: relative;
  height: min(69vw, 760px);
  min-height: 560px;
  background: #2f3a2b;
}

.amenity-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.amenity-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.amenity-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.amenity-slide__copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: min(36%, 690px);
  min-height: clamp(214px, 17vw, 326px);
  padding: clamp(44px, 4.2vw, 80px) clamp(42px, 4.7vw, 90px)
    clamp(38px, 3.5vw, 68px);
  background: linear-gradient(
    90deg,
    rgba(63, 111, 45, 0.93) 0%,
    rgba(63, 111, 45, 0.77) 68%,
    rgba(63, 111, 45, 0.38) 88%,
    rgba(63, 111, 45, 0) 100%
  );
  color: #efe2aa;
}

.amenity-slide__copy h3 {
  margin: 0 0 clamp(16px, 1.2vw, 24px);
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(38px, 3.2vw, 62px);
  font-weight: 300;
  line-height: 1.02;
}

.amenity-slide__copy p {
  width: min(100%, 480px);
  margin: 0 0 clamp(26px, 2.2vw, 42px);
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(19px, 1.45vw, 28px);
  font-weight: 300;
  line-height: 1.32;
}

.amenity-slide__button {
  background: #fff8ee;
  color: #bd8766;
}

.amenity-slide__button span {
  border-color: rgba(189, 135, 102, 0.72);
}

.amenity-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  width: 74%;
  min-height: clamp(86px, 7vw, 134px);
  background: linear-gradient(
    90deg,
    rgba(239, 200, 159, 0) 0%,
    rgba(239, 200, 159, 0.58) 12%,
    rgba(239, 200, 159, 0.92) 100%
  );
}

.amenity-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border: 0;
  border-left: 1px solid rgba(133, 91, 63, 0.3);
  background: transparent;
  color: #6c5747;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(26px, 2.2vw, 42px);
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.amenity-tab:hover,
.amenity-tab:focus-visible,
.amenity-tab.is-active {
  background: rgba(255, 248, 238, 0.24);
  color: #3f6f2d;
  outline: none;
}

.residence-news-partners {
  overflow: hidden;
  padding: clamp(56px, 6vw, 96px) 0 clamp(70px, 6vw, 116px);
  background:
    url("./Working file & Element/Homepage/Element/Vector Smart Object2.png")
      center top / 100% auto no-repeat,
    url("./Working file & Element/Homepage/Element/Background.png") center top /
      100% auto no-repeat,
    #f7f5f1;
}

.residences {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-items: start;
  min-height: 100vh;
  padding: clamp(42px, 5vh, 70px) 0 clamp(24px, 3.2vh, 42px);
}

.residences > h2 {
  position: relative;
  z-index: 4;
  margin: 0 0 clamp(46px, 5vh, 70px);
  color: #bd8766;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(40px, 3.7vw, 70px);
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.residence-showcase {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 26px);
  width: min(100% - 40px, 1560px);
  height: clamp(390px, calc(100vh - 250px), 560px);
  min-height: 0;
  margin: 0 auto;
  overflow: visible;
}

.residence-slide {
  display: grid;
  flex: 0 0 22%;
  grid-template-rows: 2fr 1fr;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  opacity: 0.34;
  cursor: pointer;
  transform-origin: center top;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.residence-slide.is-active {
  flex-basis: 52%;
  opacity: 1;
  z-index: 2;
  transform: scale(1.02);
  box-shadow: 0 18px 36px rgba(55, 77, 44, 0.18);
}

.residence-slide:not(.is-active) {
  transform: scale(0.94);
}

.residence-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  transition:
    width 180ms ease,
    margin-left 180ms ease;
}

.residence-slide.is-active > img,
.residence-slide:hover > img,
.residence-slide:focus-within > img {
  width: 100%;
  margin-left: 0;
}

.residence-slide__caption {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 0;
  padding: clamp(14px, 1.25vw, 24px) 28px clamp(18px, 1.6vw, 30px);
  background: linear-gradient(
    180deg,
    rgba(63, 111, 45, 1) 0%,
    rgba(63, 111, 45, 0.94) 48%,
    rgba(63, 111, 45, 0.62) 76%,
    rgba(63, 111, 45, 0) 100%
  );
  color: #efe2aa;
  text-align: center;
  opacity: 0;
  transition: opacity 180ms ease;
}

.residence-slide.is-active .residence-slide__caption {
  opacity: 1;
}

.residence-slide__caption h3 {
  margin: 0 0 8px;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(35px, 2.8vw, 54px);
  font-weight: 300;
  line-height: 1;
}

.residence-slide__caption p {
  margin: 0 0 18px;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(20px, 1.6vw, 31px);
  font-weight: 300;
}

.residence-slide__button {
  justify-self: center;
  width: fit-content;
  min-height: 38px;
  padding: 6px 7px 6px 20px;
  background: #fff8ee;
  color: #bd8766;
}

.residence-slide__button span {
  width: 28px;
  font-size: 17px;
  border-color: rgba(189, 135, 102, 0.72);
}

.news-section {
  display: grid;
  grid-template-columns: minmax(150px, 250px) minmax(0, 1fr);
  gap: clamp(30px, 4vw, 76px);
  align-items: center;
  width: min(100% - 64px, 1190px);
  margin: clamp(70px, 7vw, 134px) auto 0;
}

.news-section h2 {
  margin: 0;
  color: #bd8766;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(42px, 3.7vw, 70px);
  font-weight: 300;
  line-height: 1.1;
}

.news-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: clamp(18px, 2vw, 34px);
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
}

.news-card {
  min-width: 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 22px rgba(78, 63, 44, 0.12);
  scroll-snap-align: start;
}

.news-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.28;
  object-fit: cover;
}

.news-card time,
.news-card h3 {
  display: block;
  padding: 0 16px;
  color: #777a78;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
}

.news-card time {
  margin-top: 16px;
  font-size: 15px;
}

.news-card h3 {
  display: -webkit-box;
  min-height: 86px;
  margin: 8px 0 20px;
  overflow: hidden;
  font-size: clamp(17px, 1.15vw, 22px);
  font-weight: 300;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.partners {
  width: min(100% - 56px, 1220px);
  margin: clamp(68px, 6vw, 116px) auto 0;
  text-align: center;
}

.partners h2 {
  margin: 0 0 18px;
  color: #bd8766;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(36px, 3.3vw, 63px);
  font-weight: 700;
  line-height: 1.05;
}

.partners p {
  width: min(100%, 720px);
  margin: 0 auto clamp(28px, 3vw, 58px);
  color: #777a78;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(17px, 1.2vw, 23px);
  font-weight: 300;
  line-height: 1.36;
}

.partner-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  align-items: center;
  gap: 1px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.partner-logo {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 112px;
  margin: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.partner-logo span {
  margin-bottom: 8px;
  color: #8e755f;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.partner-logo img {
  display: block;
  max-width: 120px;
  max-height: 56px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.partner-logo--primary img {
  max-width: 62px;
  max-height: 62px;
}

.experience-registration {
  padding: clamp(64px, 5.6vw, 108px) clamp(24px, 4vw, 76px)
    clamp(72px, 6vw, 116px);
  background:
    url("./Working file & Element/Homepage/Element/Vector Smart Object2.png")
      center top / 100% auto no-repeat,
    url("./Working file & Element/Homepage/Element/Background.png") center top /
      100% auto no-repeat,
    #f7f5f1;
}

.experience-registration__header {
  text-align: center;
  color: #bd8766;
}

.experience-registration__header h2 {
  margin: 0 0 10px;
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(42px, 3.7vw, 70px);
  font-weight: 300;
  line-height: 1;
}

.experience-registration__header p {
  margin: 0 0 clamp(34px, 3vw, 58px);
  font-family: "Pacific Standard", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(26px, 2.4vw, 46px);
  font-weight: 300;
  line-height: 1.08;
}

.overview h2,
.prosperity__heading span,
.prosperity__heading h2,
.location-card h2,
.nature-masterplan h2,
.landscape-amenities > h2,
.residences > h2,
.news-section h2,
.partners h2,
.experience-registration__header h2 {
  font-weight: 700;
}

.experience-form {
  position: relative;
  width: min(100%, 1400px);
  min-height: clamp(570px, 43vw, 744px);
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(34px, 3vw, 58px) clamp(44px, 5vw, 96px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.98) 33%,
      rgba(255, 255, 255, 0.72) 47%,
      rgba(255, 255, 255, 0) 60%
    ),
    url("./Working file & Element/Homepage/Element/form-bg.jpg") center bottom /
      cover no-repeat,
    #fff;
}

.experience-form__requests {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0 0 clamp(28px, 2.5vw, 48px);
  padding: 0;
  border: 0;
}

.experience-form__requests legend,
.experience-form label > span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #4a4a47;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 600;
}

.experience-form__requests label {
  display: inline-flex;
}

.experience-form__requests input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.experience-form__requests span {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  padding: 7px 24px;
  border: 1px solid #9a875f;
  border-radius: 999px;
  background: #efe2aa;
  color: #777a78;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(16px, 1vw, 20px);
  cursor: pointer;
}

.experience-form__requests input:checked + span {
  border-color: #3f6f2d;
  background: #3f6f2d;
  color: #fff8ee;
}

.experience-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 2.3vw, 44px) clamp(28px, 3vw, 56px);
}

.experience-form input,
.experience-form select {
  width: 100%;
  min-height: 43px;
  padding: 8px 18px;
  border: 1px solid rgba(74, 74, 71, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #4a4a47;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(16px, 1.05vw, 20px);
}

.experience-form input::placeholder {
  color: rgba(74, 74, 71, 0.55);
}

.experience-form__submit {
  display: block;
  width: min(100%, 210px);
  min-height: 65px;
  margin: clamp(40px, 3.8vw, 72px) auto 0;
  border: 0;
  border-radius: 999px;
  background: #3f6f2d;
  color: #fff8ee;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(24px, 1.6vw, 31px);
  font-weight: 700;
  cursor: pointer;
}

.experience-form__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.experience-form__message {
  min-height: 24px;
  margin: 18px 0 0;
  color: #3f6f2d;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 72, 23, 0.95), rgba(10, 72, 23, 0.78)),
    url("./Working file & Element/Homepage/Element/footer-bg.png") center center /
      cover no-repeat;
  color: #fff8ee;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(180px, 310px) 1fr;
  gap: clamp(56px, 8vw, 154px);
  width: min(100% - 96px, 1540px);
  margin: 0 auto;
  padding: clamp(68px, 6vw, 116px) 0 clamp(58px, 5vw, 96px);
}

.site-footer__brand img {
  display: block;
  width: clamp(132px, 12vw, 230px);
  height: auto;
  filter: brightness(0) saturate(100%) invert(86%) sepia(24%) saturate(624%)
    hue-rotate(355deg) brightness(101%) contrast(91%);
}

.site-footer__contact {
  align-self: center;
  margin: 0;
  font-style: normal;
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(24px, 1.65vw, 32px);
  font-weight: 600;
  line-height: 1.28;
}

.site-footer__contact p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 10px;
}

.site-footer__contact img {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  flex: 0 0 auto;
}

.site-footer__contact a {
  color: inherit;
}

.site-footer__contact-row {
  flex-wrap: wrap;
  gap: 28px;
}

.site-footer__contact-row span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-footer__disclaimer {
  grid-column: 1 / -1;
  margin: clamp(46px, 4.4vw, 84px) 0 0;
  padding-top: clamp(34px, 3vw, 58px);
  border-top: 2px solid rgba(255, 248, 238, 0.72);
  font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, sans-serif;
  font-size: clamp(20px, 1.35vw, 27px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 1180px) {
  .intro {
    min-height: auto;
    padding-bottom: 92px;
  }

  .overview {
    min-height: 780px;
    margin-top: 0;
    background-position: center top, right bottom, center top, center top;
    background-size: auto, min(1180px, 108vw) auto, auto 100%, cover;
  }

  .overview__content {
    width: min(58vw, 620px);
    padding: 96px 0 380px clamp(28px, 5vw, 64px);
  }

  .overview__list {
    font-size: clamp(17px, 2vw, 23px);
  }

  .prosperity-location {
    padding-left: clamp(24px, 4vw, 56px);
    padding-right: clamp(24px, 4vw, 56px);
  }

  .prosperity {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .prosperity__heading {
    justify-content: center;
  }

  .prosperity__cards {
    width: min(100%, 820px);
    justify-self: center;
  }

  .prosperity__button {
    grid-column: auto;
  }

  .location-card {
    display: block;
    min-height: auto;
  }

  .location-card__copy {
    padding: clamp(42px, 5vw, 72px) clamp(28px, 5vw, 64px) 28px;
  }

  .location-card__copy > p {
    width: min(100%, 560px);
  }

  .location-card__map {
    position: relative;
    display: block;
    width: 118%;
    height: auto;
    margin: -22px 0 0 -18%;
  }

  .nature-masterplan {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .nature-masterplan__copy {
    padding: 76px clamp(24px, 6vw, 70px) 48px;
  }

  .nature-masterplan__map {
    min-height: auto;
  }

  .nature-masterplan__map-frame {
    width: min(100%, 760px);
    height: auto;
    margin: 0 auto;
  }

  .nature-masterplan__map-frame > img {
    height: auto;
    object-fit: contain;
  }

  .amenity-gallery {
    height: min(76vw, 720px);
  }

  .amenity-slide__copy {
    width: 48%;
  }

  .amenity-tabs {
    width: 52%;
    grid-template-columns: 1fr;
  }

  .amenity-tab {
    min-height: 64px;
    justify-content: flex-start;
    font-size: 27px;
  }

  .residence-showcase {
    display: flex;
    width: min(100% - 28px, 1080px);
    height: clamp(380px, calc(100vh - 245px), 500px);
    min-height: 0;
    gap: 14px;
  }

  .news-section {
    grid-template-columns: 1fr;
  }

  .news-section h2 {
    text-align: center;
  }

  .partner-strip {
    grid-template-columns: repeat(7, 150px);
  }

  .experience-form {
    min-height: 650px;
  }

  .site-footer__inner {
    grid-template-columns: 180px 1fr;
    gap: 48px;
    width: min(100% - 56px, 980px);
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 720px;
  }

  .hero::before {
    inset: -42px 0 0;
    min-height: calc(100% + 42px);
    background-position: 52% top;
  }

  .hero__header {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding: 18px 18px 0;
  }

  .brand {
    justify-self: center;
    width: 118px;
  }

  .hero__nav a {
    display: none;
  }

  .hero__content {
    top: 158px;
  }

  .hero__slogan {
    width: min(78vw, 360px);
  }

  .intro {
    min-height: auto;
    padding: 74px 20px 72px;
  }

  .intro__leaf {
    top: 36px;
    width: 178px;
    transform: translateX(-6%);
  }

  .intro__copy {
    font-size: 18px;
    line-height: 1.45;
  }

  .intro__copy p + p {
    margin-top: 24px;
  }

  .intro__button {
    margin-top: 34px;
  }

  .overview {
    min-height: auto;
    margin-top: 0;
    background:
      linear-gradient(
        180deg,
        rgba(248, 247, 244, 0.98) 0%,
        rgba(248, 247, 244, 0.76) 100%
      ),
      url("./Working file & Element/Homepage/Element/Vector Smart Object2.png")
        center top / auto 100% no-repeat,
      url("./Working file & Element/Homepage/Element/Background.png") center top /
        auto 100% no-repeat,
      #f6f5f1;
  }

  .overview::after {
    content: "";
    display: block;
    height: min(78vw, 520px);
    margin-top: 28px;
    background: url("./Working file & Element/Homepage/Element/Group 1.png")
      center bottom / contain no-repeat;
  }

  .overview__content {
    width: 100%;
    padding: 72px 20px 0;
  }

  .overview h2 {
    margin-bottom: 24px;
    font-size: 42px;
  }

  .overview__list {
    gap: 7px;
    font-size: 17px;
  }

  .overview__list li {
    padding: 10px 14px 10px 36px;
    overflow: visible;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(255, 255, 255, 0.76) 74%,
      rgba(255, 255, 255, 0.5) 100%
    );
    -webkit-mask-image: none;
    mask-image: none;
  }

  .overview__list li::before {
    left: 18px;
  }

  .prosperity-location {
    padding: 72px 18px 82px;
    background-size: auto 100%, auto 100%, auto;
  }

  .prosperity {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .prosperity__heading {
    justify-content: center;
  }

  .prosperity__heading span {
    font-size: 92px;
  }

  .prosperity__heading h2 {
    font-size: 40px;
  }

  .prosperity__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .prosperity-card {
    min-height: 150px;
    padding: 24px;
  }

  .prosperity-card p {
    font-size: 18px;
  }

  .prosperity__button {
    grid-column: auto;
    margin-top: 0;
  }

  .location-card {
    display: block;
    min-height: auto;
    margin-top: 46px;
    border-radius: 22px;
  }

  .location-card__copy {
    padding: 42px 20px 26px;
  }

  .location-card h2 {
    font-size: 42px;
  }

  .location-card__copy > p {
    font-size: 18px;
  }

  .location-detail__content {
    inset: 8% 6% 9%;
    grid-template-columns: 35% 1fr;
    font-size: 11px;
  }

  .location-detail__tabs {
    gap: 8px;
    padding: 16px 8px 12px 6px;
  }

  .location-detail__list {
    gap: 3px;
    padding: 16px 4px 12px 12px;
  }

  .location-card__map {
    position: relative;
    display: block;
    width: 155%;
    height: auto;
    margin-left: -55%;
  }

  .nature-masterplan__copy {
    padding: 64px 20px 38px;
  }

  .nature-masterplan h2 {
    font-size: 43px;
  }

  .nature-masterplan__copy > p {
    margin-bottom: 34px;
    font-size: 18px;
  }

  .amenity-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 12px;
    font-size: 16px;
  }

  .nature-masterplan__map-frame > img {
    width: 100%;
    max-width: 100%;
  }

  .map-pin {
    width: 32px;
    font-size: 15px;
  }

  .landscape-amenities > h2 {
    padding: 58px 18px 28px;
    font-size: 42px;
  }

  .amenity-gallery {
    height: auto;
    min-height: 0;
  }

  .amenity-slide {
    position: relative;
    display: none;
  }

  .amenity-slide.is-active {
    display: block;
  }

  .amenity-slide > img {
    height: 62vw;
    min-height: 300px;
  }

  .amenity-slide__copy {
    position: relative;
    width: 100%;
    min-height: 0;
    padding: 34px 22px 38px;
    background: linear-gradient(
      180deg,
      rgba(63, 111, 45, 0.96) 0%,
      rgba(63, 111, 45, 0.88) 100%
    );
  }

  .amenity-slide__copy h3 {
    font-size: 39px;
  }

  .amenity-slide__copy p {
    font-size: 18px;
  }

  .amenity-tabs {
    position: relative;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #efc89f;
  }

  .amenity-tab:first-child {
    display: flex;
  }

  .amenity-tab {
    min-height: 64px;
    padding: 14px 10px;
    justify-content: center;
    font-size: 22px;
    text-align: center;
  }

  .residence-news-partners {
    padding-top: 46px;
  }

  .residences {
    min-height: auto;
    padding: 58px 0 48px;
  }

  .residences > h2 {
    font-size: 40px;
  }

  .residence-showcase {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100% - 36px, 520px);
    height: auto;
    min-height: 620px;
    gap: 22px;
  }

  .residence-slide {
    flex: none;
    grid-template-rows: 2fr 1fr;
    opacity: 0.5;
  }

  .residence-slide.is-active,
  .residence-slide:not(.is-active) {
    transform: none;
  }

  .residence-slide:not(.is-active) .residence-slide__caption {
    display: none;
  }

  .residence-slide__caption {
    padding: 22px 20px 30px;
  }

  .residence-slide__caption h3 {
    font-size: 34px;
  }

  .residence-slide__caption p {
    font-size: 20px;
  }

  .news-section {
    width: calc(100% - 36px);
    margin-top: 64px;
  }

  .news-scroller {
    grid-auto-columns: minmax(220px, 74%);
  }

  .partners {
    width: calc(100% - 36px);
  }

  .partners h2 {
    font-size: 36px;
  }

  .partner-strip {
    grid-template-columns: repeat(7, 136px);
  }

  .experience-registration {
    padding: 54px 18px 70px;
  }

  .experience-registration__header p {
    font-size: 27px;
  }

  .experience-form {
    min-height: 660px;
    padding: 28px 18px;
  }

  .experience-form__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .experience-form__requests span {
    padding-inline: 16px;
  }

  .experience-form__submit {
    min-height: 56px;
    margin-top: 30px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    width: calc(100% - 36px);
    padding: 54px 0 62px;
  }

  .site-footer__brand img {
    width: 126px;
  }

  .site-footer__contact {
    font-size: 20px;
  }

  .site-footer__contact-row {
    gap: 10px 24px;
  }

  .site-footer__disclaimer {
    margin-top: 24px;
    padding-top: 24px;
    font-size: 17px;
  }
}
