.awe-page {
  overflow: hidden;
  width: 100%;
}

.awe-page .desc p:last-child,
.awe-page .accordion-details p:last-child {
  margin-bottom: 0;
}

.awe-page .pp-hero .desc p,
.awe-page .pp-cta .desc p {
  color: #fff;
}

.awe-page .pp-hero .desc p:last-child {
  margin-bottom: 2rem;
}

.awe-page .pp-hero .video-col {
  display: none !important;
}

.awe-page .pp-hero {
  background: #053d5b;
  isolation: isolate;
}

.awe-page .pp-hero .awe-hero__background {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 68%;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.awe-page .pp-hero .pp-hero-overlay {
  z-index: -1;
}

.awe-page .pp-hero .cont {
  position: relative;
  z-index: 2;
}

.awe-page .pp-hero .awe-hero__offering {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 2.6vw, 3.6rem);
  line-height: 1.15;
  margin: 1.2rem 0 1.8rem;
}

.awe-page .pp-hero .awe-hero__audience {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.4;
  margin: 0 0 2.4rem;
}

.awe-hero__logo {
  position: absolute;
  right: max(3rem, calc((100vw - 1100px) / 2));
  top: 4.5rem;
  width: 21rem;
  z-index: 2;
}

.awe-hero__logo img {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 911px) {
  .awe-page .pp-hero {
    min-height: 63.2rem;
  }

  .awe-page .pp-hero .content-col {
    padding-top: 4.5875rem;
  }
}

.awe-pull-quote {
  border-left: .6rem solid #77c9db;
  color: #053d5b;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 3.1vw, 4.6rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
  margin: 5rem 0;
  padding: 1.5rem 0 1.5rem 3rem;
}

.awe-page .pp-image-grid .image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.awe-page .pp-image-grid .image-item {
  min-width: 0;
  overflow: hidden;
}

.awe-page .pp-image-grid .image-item {
  aspect-ratio: 4 / 3;
}

.awe-page .pp-image-grid .grid-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.awe-page .pp-snapshot {
  background: #f4f7f7;
  padding: 4.5rem 0;
}

.awe-page .pp-snapshot .cont {
  max-width: 120rem;
}

.awe-facts-grid {
  align-items: stretch;
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.awe-fact-card {
  background: #fff;
  border: 1px solid #c9dadd;
  border-top: .4rem solid #77c9db;
  box-shadow: 0 .8rem 2.4rem rgba(5, 61, 91, .06);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  min-height: 14rem;
  min-width: 0;
  padding: 2.4rem;
  text-align: left;
}

.awe-fact-card__label {
  color: #4b5a63;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
}

.awe-fact-card__value {
  color: #053d5b;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.awe-process {
  background: #04273a;
  padding: 8rem 0;
}

.awe-process h2,
.awe-process h3,
.awe-process p {
  color: #fff;
}

.awe-process .awe-pathways__intro,
.awe-process .awe-pathways__footer {
  background: transparent;
  margin-inline: auto;
  max-width: 90rem;
  padding: 0;
  text-align: center;
}

.awe-process .awe-pathways__intro {
  margin-bottom: 5rem;
}

.awe-process .awe-pathways__footer {
  border-top: 1px solid rgba(119, 201, 219, .5);
  margin-top: 5rem;
  padding-top: 4rem;
}

.awe-process .steps-layout {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.awe-process .step {
  position: relative;
  text-align: center;
}

.awe-process .step:not(:last-child)::after {
  border-right: .3rem solid #77c9db;
  border-top: .3rem solid #77c9db;
  content: "";
  height: 1.3rem;
  position: absolute;
  right: -3.2rem;
  top: 3.5rem;
  transform: rotate(45deg);
  width: 1.3rem;
}

.awe-process .title {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.awe-process .number {
  border: 1px solid #77c9db;
  border-radius: 50%;
  box-sizing: border-box;
  color: #77c9db;
  display: grid;
  font-family: "Cormorant Garamond", serif;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-size: 3.2rem;
  font-variant-numeric: lining-nums tabular-nums;
  height: 7rem;
  line-height: 1;
  margin-bottom: 2rem;
  place-items: center;
  text-align: center;
  width: 7rem;
}

.awe-process h3 {
  color: #77c9db;
  min-height: 6.4rem;
}

.awe-process .desc p {
  font-size: 1.6rem;
}

.awe-page .accordion-header:focus-visible,
.awe-page .btn:focus-visible {
  outline: 3px solid #77c9db;
  outline-offset: 4px;
}

/* The same pathways component treatment used by Promenade Pointe. */
.awe-page .pathways-section {
  background: linear-gradient(180deg, #fff 0%, #d9f8ff 100%);
}

.awe-page .pathways-section h2 {
  background: #053d5b;
  color: #fff;
  margin: 0;
  padding: 3rem;
  text-align: center;
}

.awe-page .pathways-section .accordion-item {
  background: #fff;
  padding: 3rem;
}

.awe-page .pathways-section .accordion-item:not(:last-child) {
  border-bottom: 1px solid #77c9db;
}

.awe-page .pathways-section .accordion-header {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  padding: 0;
  text-align: left;
  width: 100%;
}

.awe-page .pathways-section .accordion-header .title3 {
  margin-bottom: 0;
}

.awe-pathways__intro,
.awe-pathways__footer {
  background: #fff;
  margin: 0;
  padding: 3rem;
}

.awe-pathways__footer {
  border-top: 1px solid #77c9db;
}

/* Economics has no matching section on the Promenade Pointe page. */
.awe-economics {
  background: #f4f7f7;
  padding: 8rem 0;
}

.awe-economics__details {
  background: #fff;
  border-top: .5rem solid #77c9db;
}

.awe-economics__heading {
  color: #0072ad;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1;
  margin: 0;
  min-height: 12rem;
  padding: 3rem 8rem;
  text-align: center;
}

.awe-economics__content {
  border-top: 1px solid #c9dadd;
  padding: 5rem;
}

.awe-rent-gap {
  background: #fff;
  margin: 0 auto 5rem;
  max-width: 80rem;
  padding: 3rem;
}

.awe-rent-gap > div {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 8rem 8rem minmax(0, 1fr);
  margin-bottom: 2rem;
}

.awe-rent-gap span {
  color: #053d5b;
  font-size: 1.4rem;
  font-weight: 700;
}

.awe-rent-gap strong {
  color: #0072ad;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.awe-rent-gap i {
  background: #77c9db;
  display: block;
  height: 2.4rem;
}

.awe-rent-gap > div:first-child i {
  width: 94.1%;
}

.awe-rent-gap > div:nth-child(2) i {
  background: #0072ad;
  width: 100%;
}

.awe-rent-gap p {
  color: #053d5b;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  text-align: right;
}

.awe-economics__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.awe-economics__grid > div {
  border-bottom: 1px solid #c9dadd;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(15rem, .8fr) 1.2fr;
  padding: 2.4rem 3rem;
}

.awe-economics__grid > div:nth-child(odd) {
  border-right: 1px solid #c9dadd;
}

.awe-economics__grid dt {
  color: #053d5b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.awe-economics__grid dd {
  color: #0072ad;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
}

.awe-economics__note {
  margin-top: 4rem;
}

.awe-economics__gate {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

.awe-economics__gate p {
  margin: 0;
}

.awe-risks__footer {
  border-top: 1px solid #c9dadd;
  margin-top: 3rem;
  padding-top: 3rem;
}

.awe-contact {
  color: #fff;
  margin: 3rem 0 0;
  text-align: center;
}

.awe-contact a {
  color: #fff;
}

.awe-closing-cta {
  background-position: center;
  background-size: cover;
  isolation: isolate;
  overflow: hidden;
}

.awe-closing-cta__overlay {
  background: rgba(4, 39, 58, .88);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.awe-closing-cta .cont {
  position: relative;
  z-index: 1;
}

@media (max-width: 910px) {
  .awe-page .pp-hero .content-col {
    padding-top: 7rem;
  }

  .awe-hero__logo {
    right: 3rem;
    top: 3rem;
    width: 15rem;
  }

  .awe-page .pp-image-grid .image-grid {
    grid-template-columns: 1fr;
  }

  .awe-facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .awe-process .steps-layout {
    grid-template-columns: 1fr;
  }

  .awe-process .step:not(:last-child)::after {
    bottom: -3.4rem;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%) rotate(135deg);
  }

  .awe-page .pathways-section {
    padding: 3rem;
  }

  .awe-page .pathways-section .cont {
    padding: 0;
  }

  .awe-economics {
    padding: 5rem 0;
  }

  .awe-economics__grid {
    grid-template-columns: 1fr;
  }

  .awe-economics__grid > div:nth-child(odd) {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .awe-hero__logo {
    display: none;
  }

  .awe-rent-gap > div {
    grid-template-columns: 7rem 7rem minmax(0, 1fr);
  }

  .awe-facts-grid {
    grid-template-columns: 1fr;
  }

  .awe-economics__heading {
    font-size: 4rem;
    min-height: auto;
    padding: 3rem 2rem;
  }

  .awe-economics__content {
    padding: 3rem 2rem;
  }

  .awe-economics__grid > div {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}
