/* Approved homepage rules from dist/styles.css; loaded on the front page only. */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 710px;
  height: min(880px, 94svh);
  color: #fffef8;
  background: #13261e;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 49%;
  z-index: -3;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, #071b251e 0%, transparent 27%, #08201b18 40%, #0a201d80 65%, #0a201dca 100%);
}

.hero-content {
  position: absolute;
  bottom: 117px;
  left: var(--gutter);
  right: var(--gutter);
  text-align: center;
  max-width: 1150px;
  margin-inline: auto;
}

.hero-location {
  color: #f0e8d7;
  margin-bottom: 21px;
  font-size: 13px;
}

.hero h1 {
  text-shadow: 0 2px 22px #06130a30;
}

.hero-support {
  font-size: 16px;
  letter-spacing: .075em;
  margin-top: 25px;
  line-height: 1.6;
}

.hero-support span {
  margin-inline: 9px;
  color: #d4bb8f;
}

.hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.hero-bottom {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #ffffff30;
  padding-top: 23px;
  font-size: 13px;
  letter-spacing: .05em;
  color: #eeeadd;
}

.hero-rate {
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: .13em;
}

.hero-rate strong {
  font-weight: 400;
  font-size: 17px;
  margin-left: 6px;
  letter-spacing: .06em;
}

.introduction {
  padding-block: 125px 115px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(55px, 7vw, 112px);
  align-items: center;
}

.intro-image {
  position: relative;
  padding-bottom: 32px;
}

.intro-image img {
  height: 570px;
  object-fit: cover;
  object-position: 30% 50%;
}

.intro-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 13px;
  letter-spacing: .08em;
  color: #727b70;
}

.intro-copy .eyebrow {
  margin-bottom: 25px;
}

.intro-copy h2 {
  margin-bottom: 29px;
}

.body-copy p {
  margin-top: 17px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text);
}

.text-link {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #a99b80;
  padding-bottom: 8px;
  margin-top: 27px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .11em;
  font-weight: 500;
}

.text-link span {
  font-size: 19px;
  line-height: 1;
}

.text-link:hover {
  color: var(--bronze);
}

.stay-summary {
  background: #eeeee5;
  padding-top: 57px;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 47px;
}

.stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-right: 1px solid #ccd3c5;
}

.stat:last-child {
  border: 0;
}

.stat-value {
  font-family: var(--serif);
  font-size: 66px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.stat-value small {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 400;
}

.stat-price .stat-value {
  font-size: 54px;
}

.stat-label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .1em;
  margin-top: 16px;
  line-height: 1.5;
}

.bedroom-note {
  border-top: 1px solid #ccd3c5;
  padding-block: 26px;
  text-align: center;
}

.bedroom-note p {
  font-size: 15px;
  line-height: 1.7;
}

.bedroom-note strong {
  font-weight: 500;
  margin-right: 17px;
}

.bedroom-note span {
  color: var(--text);
}

.groups {
  padding-block: 120px 125px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(58px, 7vw, 110px);
  align-items: center;
}

.groups-copy > .eyebrow {
  margin-bottom: 25px;
}

.groups-copy h2 {
  font-size: clamp(39px, 3.45vw, 56px);
}

.groups-intro {
  color: var(--text);
  line-height: 1.85;
  margin-top: 25px;
  font-size: 17px;
  max-width: 530px;
}

.gathering-list {
  margin-top: 33px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 25px;
}

.gathering-list > div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 32px;
}

.gathering-list h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 9px;
}

.gathering-list p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
}

.groups-image {
  position: relative;
  padding-bottom: 32px;
}

.groups-image img {
  height: 685px;
  object-fit: cover;
  object-position: 50% 52%;
}

.groups-image figcaption {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  letter-spacing: .06em;
  color: #727b70;
}

.exclusive {
  padding-top: 86px;
  background: #e9ece2;
}

.exclusive-copy {
  text-align: center;
  max-width: 815px;
}

.exclusive-copy > .eyebrow {
  margin-bottom: 23px;
}

.exclusive-copy h2 {
  font-size: clamp(44px, 4.3vw, 70px);
}

.exclusive-copy > p:last-child {
  max-width: 710px;
  margin: 28px auto 49px;
  line-height: 1.85;
  color: var(--text);
  font-size: 17px;
}

.aerial-image img {
  width: 100%;
  aspect-ratio: 1.777;
  object-fit: cover;
}

.aerial-image figcaption {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 13px;
  letter-spacing: .04em;
  color: #596754;
  padding-top: 15px;
}

.aerial-image figcaption a {
  border-bottom: 1px solid #97a088;
  padding-bottom: 3px;
}

.aerial-image figcaption a > span {
  margin-left: 12px;
}

.exclusive-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-block: 42px 65px;
}

.exclusive-bottom > p {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -.015em;
}

.exclusive-bottom .button {
  flex-shrink: 0;
}

@media (min-width: 1700px) {
  .hero-content {
    bottom: 130px;
  }

  .hero h1 {
    font-size: 77px;
  }
}

@media (max-width: 1260px) {
  .hero {
    height: 850px;
    max-height: 94svh;
    min-height: 730px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-content {
    bottom: 118px;
  }

  .intro-image img {
    height: 560px;
  }

  .introduction {
    gap: 40px;
    padding-block: 85px;
  }

  .intro-copy h2 {
    font-size: 42px;
  }

  .body-copy p {
    font-size: 16px;
  }

  .groups {
    gap: 45px;
    padding-block: 85px;
  }

  .groups h2 {
    font-size: 43px;
  }

  .groups h2 br {
    display: none;
  }

  .groups-image img {
    height: 790px;
  }

  .gathering-list {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .gathering-list h3 {
    font-size: 24px;
  }

  .exclusive-bottom > p {
    font-size: 27px;
  }

  .stat-value {
    font-size: 60px;
  }

  .stat-price .stat-value {
    flex-direction: column;
    align-items: center;
    gap: 7px;
    font-size: 49px;
  }
}

@media (max-width: 760px) {
  .hero {
    height: 850px;
    min-height: 735px;
    max-height: none;
  }

  .hero-image {
    object-position: 50% 45%;
  }

  .hero-shade {
    background: linear-gradient(180deg, #071b2535 0%, transparent 24%, #08201b40 43%, #0a201dd6 85%, #0a201def 100%);
  }

  .hero-content {
    bottom: 121px;
    left: 22px;
    right: 22px;
  }

  .hero h1 {
    font-size: clamp(39px, 8.8vw, 58px);
    line-height: 1.08;
    letter-spacing: -.025em;
  }

  .desktop-break {
    display: none;
  }

  .hero-location {
    font-size: 12px;
    letter-spacing: .17em;
    margin-bottom: 22px;
  }

  .hero-support {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.9;
    max-width: 310px;
    margin: 22px auto 0;
  }

  .hero-support span {
    margin-inline: 5px;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 26px;
    flex-direction: column;
    align-items: center;
  }

  .hero-actions .button {
    min-width: 255px;
    min-height: 51px;
    padding: 16px 22px;
  }

  .hero-bottom {
    bottom: 24px;
    padding-top: 21px;
    gap: 12px;
    align-items: center;
  }

  .hero-small-note {
    font-size: 12px;
    max-width: 175px;
    line-height: 1.6;
  }

  .hero-rate {
    font-size: 10px;
    white-space: normal;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: right;
  }

  .hero-rate strong {
    font-size: 17px;
    margin: 0;
    white-space: nowrap;
  }

  .introduction {
    display: flex;
    flex-direction: column;
    gap: 39px;
    padding-block: 70px 62px;
  }

  .intro-image {
    width: 100%;
    padding-bottom: 27px;
  }

  .intro-image img {
    height: auto;
    aspect-ratio: 1.12;
  }

  .intro-image figcaption {
    font-size: 12px;
    letter-spacing: .04em;
  }

  .intro-copy {
    width: 100%;
  }

  .intro-copy .eyebrow {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .intro-copy h2 {
    font-size: 44px;
    margin-bottom: 23px;
  }

  .body-copy p {
    font-size: 16px;
    line-height: 1.85;
    margin-top: 15px;
  }

  .text-link {
    font-size: 12px;
    margin-top: 25px;
  }

  .stay-summary {
    padding-top: 39px;
  }

  .numbers {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    padding-bottom: 35px;
  }

  .stat {
    padding: 4px 12px;
    min-height: 91px;
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat-value {
    font-size: 58px;
    gap: 7px;
  }

  .stat-value small {
    font-size: 10px;
  }

  .stat-price .stat-value {
    font-size: 47px;
    flex-direction: row;
    gap: 6px;
  }

  .stat-label {
    font-size: 13px;
    letter-spacing: .12em;
    margin-top: 13px;
  }

  .bedroom-note {
    padding-block: 24px 28px;
  }

  .bedroom-note p {
    font-size: 14px;
    line-height: 1.75;
  }

  .bedroom-note strong,
  .bedroom-note span {
    display: block;
  }

  .bedroom-note strong {
    margin: 0 0 7px;
  }

  .groups {
    display: flex;
    flex-direction: column;
    gap: 39px;
    padding-block: 65px 63px;
  }

  .groups-copy {
    width: 100%;
  }

  .groups-copy > .eyebrow {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .groups h2 {
    font-size: 43px;
    line-height: 1.08;
    max-width: 510px;
  }

  .groups-intro {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 23px;
  }

  .gathering-list {
    grid-template-columns: 1fr;
    gap: 24px 21px;
    margin-top: 28px;
  }

  .gathering-list h3 {
    font-size: 26px;
  }

  .gathering-list p {
    line-height: 1.7;
  }

  .groups-image {
    width: 100%;
    padding-bottom: 28px;
  }

  .groups-image img {
    height: auto;
    aspect-ratio: .88;
    object-fit: cover;
  }

  .groups-image figcaption {
    font-size: 12px;
    letter-spacing: .025em;
  }

  .exclusive {
    padding-top: 61px;
  }

  .exclusive-copy {
    width: calc(100% - 48px);
  }

  .exclusive-copy > .eyebrow {
    font-size: 12px;
    margin-bottom: 21px;
  }

  .exclusive-copy h2 {
    font-size: clamp(42px, 9.7vw, 62px);
  }

  .exclusive-copy > p:last-child {
    font-size: 16px;
    line-height: 1.8;
    margin: 25px auto 33px;
  }

  .aerial-image {
    width: 100%;
  }

  .aerial-image img {
    aspect-ratio: 1.42;
    object-position: 53% 50%;
  }

  .aerial-image figcaption {
    margin-inline: 24px;
    font-size: 11px;
    line-height: 1.6;
    align-items: start;
    gap: 15px;
    padding-top: 13px;
  }

  .aerial-image figcaption > span {
    max-width: 160px;
  }

  .aerial-image figcaption > a {
    white-space: nowrap;
  }

  .exclusive-bottom {
    padding-block: 33px 51px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 23px;
  }

  .exclusive-bottom > p {
    font-size: 29px;
    max-width: 325px;
  }

  .exclusive-bottom .button {
    padding-inline: 29px;
  }
}

@media (max-width: 370px) {
  .hero h1 {
    font-size: 38px;
  }

  .hero {
    min-height: 790px;
  }

  .stat-price .stat-value {
    flex-direction: column;
    gap: 1px;
  }

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