/* REDISCOVER NEW PLACE PROFILE LAYOUT v1.5.18 */

.story-page .story-intro--new-profile {
  padding: clamp(62px, 6.8vw, 104px) 0 clamp(58px, 6.4vw, 94px);
  background:
    linear-gradient(112deg, rgba(248, 246, 239, .98), rgba(242, 247, 241, .88)),
    repeating-linear-gradient(118deg, rgba(85, 120, 99, .025) 0 2px, transparent 2px 18px);
}

.story-page .story-intro--new-profile .story-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  gap: clamp(46px, 7vw, 108px);
  align-items: start;
}

.story-page .story-intro--new-profile .story-intro-copy {
  min-width: 0;
  padding-top: 4px;
}

.story-page .story-intro--new-profile .story-intro-copy .eyebrow {
  margin-bottom: 14px;
}

.story-page .story-intro--new-profile .story-intro-copy h2 {
  max-width: 780px;
  margin: 0 0 24px;
  color: #23312f;
  font-size: clamp(1.75rem, 2.35vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.03em;
  text-wrap: pretty;
}

.story-page .story-intro--new-profile .story-intro-copy > p {
  max-width: 760px;
  margin: 0;
  color: #62706a;
  font-size: clamp(.98rem, 1.05vw, 1.08rem);
  line-height: 1.72;
}

.story-page .story-intro--new-profile .story-facts {
  position: sticky;
  top: 96px;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(35, 55, 50, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 58px rgba(43, 63, 55, .10);
}

.story-page .story-intro--new-profile .story-facts > h2 {
  margin: 0;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(35, 55, 50, .10);
  color: #74817b;
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.story-page .story-intro--new-profile .story-facts > dl {
  margin: 0;
  padding: 4px 28px 0;
}

.story-page .story-intro--new-profile .story-facts > dl > div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(35, 55, 50, .09);
}

.story-page .story-intro--new-profile .story-facts > dl > div:last-child {
  border-bottom: 0;
}

.story-page .story-intro--new-profile .story-facts dt {
  color: #7c8882;
  font-size: .65rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.story-page .story-intro--new-profile .story-facts dd {
  min-width: 0;
  margin: 0;
  color: #33413c;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.46;
  overflow-wrap: anywhere;
}

/* Alternate price-index markup used by the newer place template. */
.story-page .story-intro--new-profile .story-facts .price-index {
  padding: 22px 28px 24px;
  border-top: 1px solid rgba(35, 55, 50, .10);
  background: linear-gradient(180deg, rgba(239, 245, 235, .55), rgba(255, 255, 255, .94));
}

.story-page .story-intro--new-profile .price-index-head,
.story-page .story-intro--new-profile .price-index-overall,
.story-page .story-intro--new-profile .price-index-row {
  display: flex;
  align-items: center;
}

.story-page .story-intro--new-profile .price-index-head {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.story-page .story-intro--new-profile .price-index-head > span {
  color: #65736c;
  font-size: .67rem;
  font-weight: 500;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.story-page .story-intro--new-profile .price-index-head > em {
  padding: 5px 8px;
  border: 1px solid rgba(56, 90, 72, .12);
  border-radius: 999px;
  background: #f3f6f1;
  color: #7b8781;
  font-size: .58rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-page .story-intro--new-profile .price-index-overall {
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(35, 55, 50, .10);
}

.story-page .story-intro--new-profile .price-index-overall > span {
  color: #6f7b75;
  font-size: .74rem;
}

.story-page .story-intro--new-profile .price-index-overall > strong {
  color: #2f5f4b;
  font-size: .82rem;
  font-weight: 600;
}

.story-page .story-intro--new-profile .price-index-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 78px;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(35, 55, 50, .08);
}

.story-page .story-intro--new-profile .price-index-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.story-page .story-intro--new-profile .price-index-row > span:first-child {
  color: #65716c;
  font-size: .74rem;
  line-height: 1.3;
}

.story-page .story-intro--new-profile .price-index-row > strong {
  color: #35443e;
  font-size: .72rem;
  font-weight: 500;
  text-align: right;
}

.story-page .story-intro--new-profile .price-index-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.story-page .story-intro--new-profile .price-index-dots > span {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(47, 95, 75, .26);
  border-radius: 50%;
  background: transparent;
}

.story-page .story-intro--new-profile .price-index-dots > span.is-active {
  border-color: #5f8b4d;
  background: #5f8b4d;
}

.story-page .story-intro--new-profile .story-fact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 28px 26px;
  border-top: 1px solid rgba(35, 55, 50, .10);
}

.story-page .story-intro--new-profile .story-fact-tags > span {
  padding: 8px 11px;
  border: 1px solid rgba(35, 55, 50, .13);
  border-radius: 999px;
  background: #f2f6ef;
  color: #52615a;
  font-size: .66rem;
  font-weight: 500;
  line-height: 1.15;
}

@media (max-width: 1080px) {
  .story-page .story-intro--new-profile .story-intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
    gap: clamp(34px, 5vw, 60px);
  }
}

@media (max-width: 900px) {
  .story-page .story-intro--new-profile {
    padding: 68px 0 72px;
  }

  .story-page .story-intro--new-profile .story-intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .story-page .story-intro--new-profile .story-facts {
    position: static;
  }
}

@media (max-width: 640px) {
  .story-page .story-intro--new-profile {
    padding: 54px 0 60px;
  }

  .story-page .story-intro--new-profile .story-intro-copy h2 {
    font-size: clamp(1.58rem, 7vw, 2.12rem);
    line-height: 1.1;
  }

  .story-page .story-intro--new-profile .story-facts {
    border-radius: 22px;
  }

  .story-page .story-intro--new-profile .story-facts > h2,
  .story-page .story-intro--new-profile .story-facts > dl,
  .story-page .story-intro--new-profile .story-facts .price-index,
  .story-page .story-intro--new-profile .story-fact-tags {
    padding-left: 21px;
    padding-right: 21px;
  }

  .story-page .story-intro--new-profile .story-facts > dl > div {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 14px;
  }

  .story-page .story-intro--new-profile .price-index-row {
    grid-template-columns: minmax(0, 1fr) auto 66px;
    gap: 9px;
  }
}

@media (max-width: 430px) {
  .story-page .story-intro--new-profile .story-facts > dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .story-page .story-intro--new-profile .price-index-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .story-page .story-intro--new-profile .price-index-row > strong {
    grid-column: 1 / -1;
    text-align: left;
  }
}
