.story-site {
  --story-cream: #f7f3eb;
  --story-forest: #074f43;
  --story-forest-dark: #003e34;
  --story-ink: #121824;
  --story-orange: #e1672f;
  background: #fffefa;
  color: var(--story-ink);
  font-family: var(--sans);
  min-height: 100vh;
  overflow: hidden;
}

.story-site h1,
.story-site h2,
.story-site h3,
.story-site p {
  margin: 0;
}

.story-site h1,
.story-site h2,
.story-site h3 {
  font-family: var(--serif);
  font-weight: 500;
}

.story-shell {
  margin-inline: auto;
  max-width: 1480px;
  padding-inline: clamp(28px, 5vw, 76px);
}

.story-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(190px, 1fr) auto minmax(250px, 1fr);
  height: 76px;
  padding: 0 clamp(22px, 5.2vw, 82px);
  position: relative;
  z-index: 80;
}

.story-header__logo {
  display: inline-flex;
  width: 205px;
}

.story-header__logo img {
  height: auto;
  width: 205px;
}

.story-header__logo .site-logo__on-dark {
  display: none;
}

.story-header__nav {
  align-items: stretch;
  align-self: stretch;
  display: flex;
  gap: clamp(24px, 3.2vw, 52px);
}

.story-header__nav a {
  align-items: center;
  display: flex;
  font-family: var(--sans);
  font-size: 15px;
  position: relative;
  white-space: nowrap;
}

.story-header__nav a::after {
  background: var(--story-forest);
  bottom: 11px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.story-header__nav a:hover::after,
.story-header__nav a.is-current::after {
  transform: scaleX(1);
}

.story-header__nav a.is-current {
  color: var(--story-forest);
}

.story-header__actions {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.story-header__search {
  display: grid;
  place-items: center;
}

.story-header__search svg {
  height: 22px;
  stroke-width: 1.9;
  width: 22px;
}

.story-header__book {
  background: var(--story-forest);
  border-radius: 5px;
  color: #fff;
  font-family: var(--sans);
  font-size: 16px;
  min-width: 122px;
  padding: 14px 22px;
  text-align: center;
}

.story-header__language {
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 12px 0;
}

.story-header__language span {
  margin-left: 5px;
}

.story-header__menu {
  background: transparent;
  display: none;
  height: 42px;
  padding: 9px;
  width: 42px;
}

.story-header__menu span {
  background: currentColor;
  display: block;
  height: 1px;
  margin: 5px auto;
  width: 22px;
}

/* Match the Discover header across stories, destinations, and About. */
@media (min-width: 761px) {
  .story-header--compact {
    gap: 24px;
    height: 53px;
    padding-inline: 5.3%;
  }

  .story-header--compact .story-header__logo,
  .story-header--compact .story-header__logo img {
    width: 182px;
  }

  .story-header--compact .story-header__nav {
    gap: 28px;
  }

  .story-header--compact .story-header__nav a {
    font-size: 13px;
  }

  .story-header--compact .story-header__nav a::after {
    bottom: 10px;
  }

  .story-header--compact .story-header__book {
    border-radius: 4px;
    font-size: 13px;
    min-width: 97px;
    padding: 8px 15px;
  }

  .story-header--compact .story-header__language {
    font-size: 11px;
  }
}

.story-hero {
  color: #fff;
  height: clamp(360px, 39vw, 560px);
  overflow: hidden;
  position: relative;
}

.story-hero picture > img {
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  position: absolute;
  width: 100%;
}

.story-hero__shade {
  background: linear-gradient(90deg, rgba(2, 11, 9, 0.88) 0%, rgba(3, 15, 12, 0.62) 42%, rgba(3, 15, 12, 0.1) 72%, rgba(3, 15, 12, 0.32) 100%);
  inset: 0;
  position: absolute;
}

.story-hero__inner {
  height: 100%;
  position: relative;
}

.story-breadcrumb {
  display: flex;
  font-family: var(--sans);
  font-size: 13px;
  gap: 12px;
  left: clamp(28px, 5vw, 76px);
  position: absolute;
  top: 42px;
}

.story-breadcrumb strong {
  font-weight: 400;
  opacity: 0.78;
}

.story-hero__copy {
  left: clamp(28px, 5vw, 76px);
  position: absolute;
  top: 50%;
  transform: translateY(-39%);
}

.story-hero__copy > p {
  color: #ef9b43;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.story-hero__copy h1 {
  font-size: clamp(43px, 5vw, 75px);
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin-top: 18px;
}

.story-hero__copy > span {
  display: block;
  font-family: var(--sans);
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.45;
  margin-top: 22px;
}

.story-hero__note {
  bottom: 86px;
  font-family: var(--script);
  font-size: clamp(18px, 2vw, 29px);
  font-style: italic;
  line-height: 1.4;
  position: absolute;
  right: clamp(36px, 7vw, 110px);
  transform: rotate(-7deg);
}

.story-hero__note::after {
  background: currentColor;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 45px;
}

.story-filters {
  display: flex;
  gap: 14px;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 24px;
  padding-top: 24px;
  scrollbar-width: none;
}

.story-filters a {
  border: 1px solid #dfe3df;
  border-radius: 999px;
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 14px;
  min-width: 124px;
  padding: 13px 22px;
  text-align: center;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.story-filters a:hover,
.story-filters a.is-active {
  background: var(--story-forest);
  border-color: var(--story-forest);
  color: #fff;
}

.story-content {
  padding-bottom: 52px;
  padding-top: 12px;
}

.story-section-label,
.story-card__category {
  color: var(--story-orange);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-section-label {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-bottom: 16px !important;
}

.story-section-label i,
.story-list-heading i {
  background: var(--story-orange);
  display: inline-block;
  height: 1px;
  width: 44px;
}

.story-featured {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 64px);
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.95fr);
}

.story-featured__image {
  aspect-ratio: 1.9 / 1;
  border-radius: 6px;
  overflow: hidden;
}

.story-featured__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
  width: 100%;
}

.story-featured__image:hover img,
.story-card__image:hover img,
.story-places__grid > a:hover img {
  transform: scale(1.035);
}

.story-featured__copy > p {
  color: var(--story-orange);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-featured__copy h2 {
  font-size: clamp(35px, 3.4vw, 54px);
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin-top: 14px;
}

.story-featured__copy > span {
  color: #586160;
  display: block;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}

.story-featured__copy > small {
  color: #68706d;
  display: block;
  font-size: 12px;
  margin-top: 22px;
}

.story-primary-button {
  align-items: center;
  background: var(--story-forest);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 15px;
  gap: 24px;
  margin-top: 22px;
  padding: 15px 23px;
}

.story-primary-button b {
  font-family: var(--sans);
  font-weight: 400;
}

.story-list-heading {
  align-items: center;
  display: flex;
  gap: 26px;
  margin-bottom: 18px;
  margin-top: 34px;
}

.story-list-heading h2 {
  font-size: clamp(31px, 3vw, 46px);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.story-list-heading > a {
  font-family: var(--serif);
  font-size: 13px;
  margin-left: auto;
}

.story-grid {
  display: grid;
  gap: 22px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card {
  background: #fff;
  border: 1px solid #e3e2dd;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(30, 38, 35, 0.025);
  min-width: 0;
  overflow: hidden;
}

.story-card__image {
  aspect-ratio: 1.68 / 1;
  display: block;
  overflow: hidden;
}

.story-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
  width: 100%;
}

.story-card__body {
  padding: 16px 18px 15px;
}

.story-card h3 {
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.2;
  margin-top: 8px;
}

.story-card__excerpt {
  color: #59625f;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.45;
  margin-top: 10px !important;
}

.story-card__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.story-card__bottom time {
  color: #5d6664;
  font-family: var(--sans);
  font-size: 12px;
}

.story-card__bottom a {
  color: var(--story-orange);
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1;
}

.story-empty {
  color: #5d6664;
  font-family: var(--sans);
  grid-column: 1 / -1;
  padding: 50px 0;
}

.story-places {
  background: var(--story-cream);
  border-bottom: 1px solid #e7e2d8;
  border-top: 1px solid #e7e2d8;
  padding: 8px 0 44px;
}

.story-list-heading--places {
  margin-top: 20px;
}

.story-places__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 200px repeat(3, minmax(0, 1fr));
}

.story-places__intro {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 220px;
}

.story-places__intro p {
  color: #48665f;
  font-family: var(--script);
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
}

.story-places__grid > a {
  aspect-ratio: 1.55 / 1;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.story-places__grid > a::after {
  background: linear-gradient(180deg, transparent 35%, rgba(2, 14, 11, 0.86));
  content: "";
  inset: 0;
  position: absolute;
}

.story-places__grid > a img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
  width: 100%;
}

.story-places__grid > a span {
  bottom: 18px;
  display: flex;
  flex-direction: column;
  left: 18px;
  position: absolute;
  z-index: 2;
}

.story-places__grid > a strong {
  font-family: var(--sans);
  font-size: 27px;
  font-weight: 500;
}

.story-places__grid > a small {
  font-family: var(--sans);
  font-size: 12px;
  margin-top: 4px;
}

.story-places__grid > a b {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  bottom: 18px;
  display: flex;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 16px;
  width: 34px;
  z-index: 2;
}

.story-newsletter {
  align-items: center;
  background: var(--story-forest);
  border-radius: 6px;
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr minmax(360px, 0.78fr);
  margin-bottom: 24px;
  margin-top: 28px;
  max-width: 1328px;
  min-height: 138px;
  padding-block: 28px;
}

.story-newsletter > div > p {
  font-family: var(--sans);
  font-size: 28px;
}

.story-newsletter > div > span {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  margin-top: 8px;
  opacity: 0.85;
}

.story-newsletter form {
  background: #fff;
  border-radius: 5px;
  display: flex;
  padding: 5px;
}

.story-newsletter label {
  flex: 1;
}

.story-newsletter input {
  border: 0;
  color: #34403d;
  height: 48px;
  outline: 0;
  padding: 0 16px;
  width: 100%;
}

.story-newsletter button {
  background: var(--story-orange);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: var(--sans);
  min-width: 126px;
  padding-inline: 18px;
}

.story-newsletter__message {
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
  grid-column: 1 / -1;
  margin: -18px 0 0;
}

.story-footer {
  background: var(--story-forest-dark);
  color: rgba(255, 255, 255, 0.9);
}

.story-footer__main {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.55fr repeat(4, 1fr);
  padding-bottom: 34px;
  padding-top: 30px;
}

.story-footer__main > div:not(.story-footer__brand) {
  display: flex;
  flex-direction: column;
  font-family: var(--sans);
  font-size: 12px;
  gap: 8px;
}

.story-footer__main strong {
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
}

.story-footer__logo {
  display: inline-flex;
  width: 205px;
}

.story-footer__logo img {
  height: auto;
  width: 205px;
}

.story-footer__logo .site-logo__on-light {
  display: none;
}

.story-footer__brand > p {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 16px;
}

.story-footer__social {
  display: flex;
  gap: 8px;
}

.story-footer__social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  font-family: var(--sans);
  height: 25px;
  justify-content: center;
  width: 25px;
}

.story-footer__quote {
  font-family: var(--script);
  font-size: 15px !important;
  font-style: italic;
  line-height: 1.45;
  margin-top: 8px !important;
}

.story-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  font-family: var(--sans);
  font-size: 11px;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 18px;
}

.story-footer__bottom nav {
  display: flex;
  gap: 28px;
}

/* Story detail */
.story-detail-site {
  background: #fbfaf6;
}

.story-article {
  padding: 36px 0 70px;
}

.story-article__shell {
  max-width: 1280px;
}

.story-article__breadcrumb {
  color: #66706d;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: 13px;
  gap: 10px;
}

.story-article__breadcrumb strong {
  color: var(--story-forest);
  font-weight: 400;
}

.story-article__header {
  margin: 64px auto 42px;
  max-width: 920px;
  text-align: center;
}

.story-article__header > p,
.story-article__cta p {
  color: var(--story-orange);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-article__header h1 {
  font-size: clamp(46px, 6vw, 78px);
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-top: 18px;
}

.story-article__header > span {
  color: #57625e;
  display: block;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.55;
  margin: 25px auto 0;
  max-width: 760px;
}

.story-article__header > div {
  color: #68716e;
  display: flex;
  font-family: var(--sans);
  font-size: 12px;
  gap: 24px;
  justify-content: center;
  margin-top: 24px;
}

.story-article__cover {
  aspect-ratio: 1.72 / 1;
  border-radius: 7px;
  margin: 0;
  overflow: hidden;
}

.story-article__cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.story-article__layout {
  display: grid;
  gap: 64px;
  grid-template-columns: 220px minmax(0, 720px);
  justify-content: center;
  margin-top: 54px;
}

.story-article__layout > aside {
  align-self: start;
  border-top: 1px solid #bec5c1;
  padding-top: 20px;
  position: sticky;
  top: 30px;
}

.story-article__layout > aside p {
  color: var(--story-orange);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.story-article__layout > aside span {
  color: #5d6763;
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
  margin-top: 12px;
}

.story-article__layout > aside a {
  color: var(--story-forest);
  display: inline-block;
  font-family: var(--sans);
  font-size: 13px;
  margin-top: 18px;
}

.story-article__content {
  min-width: 0;
  font-family: var(--sans);
  overflow-wrap: normal;
  word-break: normal;
}

.story-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  vertical-align: middle;
}

.story-article__content > p {
  color: #343f3b;
  font-size: 18px;
  line-height: 1.82;
  margin-bottom: 25px;
}

.story-article__content > p:first-child::first-letter {
  color: var(--story-forest);
  float: left;
  font-family: var(--sans);
  font-size: 68px;
  line-height: 0.75;
  margin: 12px 8px 0 0;
}

.story-article__content > h2 {
  font-size: 35px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 42px 0 18px;
}

.story-article__content > ul,
.story-article__content > ol {
  color: #343f3b;
  font-size: 17px;
  line-height: 1.7;
  margin: 18px 0 30px;
  padding-left: 22px;
}

.story-article__content li {
  margin-top: 8px;
}

.story-article__content ul { list-style: disc; padding-left: 22px; }
.story-article__content ol { list-style: decimal; padding-left: 22px; }
.story-article__content > h3 { font-size: 27px; line-height: 1.3; margin: 30px 0 16px; }
.story-article__content > blockquote {
  border-left: 4px solid var(--story-forest);
  padding-left: 22px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 1.82;
  color: #52645b;
}
.story-article__content .ql-align-center { text-align: center; }
.story-article__content .ql-align-right { text-align: right; }
.story-article__content .ql-align-justify { text-align: justify; }
.story-article__content .ql-size-small { font-size: .75em; }
.story-article__content .ql-size-large { font-size: 1.5em; }
.story-article__content .ql-size-huge { font-size: 2.5em; }
.story-article__content > p.ql-align-center:first-child::first-letter,
.story-article__content > p.ql-align-right:first-child::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.story-article__cta {
  align-items: center;
  background: var(--story-forest);
  border-radius: 7px;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  margin-top: 52px;
  padding: 28px 30px;
}

.story-article__cta h2 {
  font-size: 28px;
  margin: 8px 0 0;
}

.story-article__cta span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
  opacity: 0.8;
}

.story-article__cta > a {
  background: #fff;
  border-radius: 4px;
  color: var(--story-forest);
  font-size: 13px;
  padding: 14px 18px;
  white-space: nowrap;
}

.story-related {
  padding-bottom: 65px;
}

.story-related .story-list-heading {
  margin-top: 0;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 1080px) {
  .story-header {
    grid-template-columns: 1fr auto;
  }

  .story-header__nav {
    display: none;
  }

  .story-header__menu {
    display: block;
  }

  .story-featured {
    grid-template-columns: 1.45fr 1fr;
  }

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

  .story-places__intro {
    display: none;
  }

  .story-footer__main {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .story-footer__main > div:nth-child(4),
  .story-footer__main > div:nth-child(5) {
    display: none;
  }
}

@media (max-width: 760px) {
  .story-shell {
    padding-inline: 20px;
  }

  .story-header {
    height: 66px;
    padding-inline: 18px;
  }

  .story-header__logo,
  .story-header__logo img {
    width: 168px;
  }

  .story-header__search,
  .story-header__language {
    display: none;
  }

  .story-header__actions {
    gap: 8px;
  }

  .story-header__book {
    font-size: 14px;
    min-width: 96px;
    padding: 11px 13px;
  }

  .story-hero {
    height: 460px;
  }

  .story-hero picture > img {
    object-position: 64% center;
  }

  .story-hero__shade {
    background: linear-gradient(90deg, rgba(2, 11, 9, 0.86), rgba(2, 11, 9, 0.26));
  }

  .story-breadcrumb {
    left: 20px;
    top: 25px;
  }

  .story-hero__copy {
    bottom: 50px;
    left: 20px;
    top: auto;
    transform: none;
  }

  .story-hero__copy h1 {
    font-size: 45px;
  }

  .story-hero__copy > span br {
    display: none;
  }

  .story-hero__note {
    display: none;
  }

  .story-filters {
    justify-content: flex-start;
    padding-inline: 20px;
  }

  .story-filters a {
    min-width: auto;
    padding: 11px 18px;
  }

  .story-featured {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .story-featured__image {
    aspect-ratio: 1.4 / 1;
  }

  .story-featured__copy h2 {
    font-size: 40px;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-places__grid {
    grid-template-columns: 1fr;
  }

  .story-places__grid > a {
    aspect-ratio: 1.55 / 1;
  }

  .story-newsletter {
    border-radius: 0;
    gap: 22px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-top: 0;
    padding: 28px 20px;
  }

  .story-newsletter form {
    min-width: 0;
  }

  .story-newsletter button {
    min-width: 100px;
  }

  .story-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .story-footer__brand {
    grid-column: 1 / -1;
  }

  .story-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .story-article {
    padding-top: 24px;
  }

  .story-article__header {
    margin: 42px auto 30px;
    text-align: left;
  }

  .story-article__header h1 {
    font-size: 47px;
  }

  .story-article__header > div {
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: flex-start;
  }

  .story-article__cover {
    aspect-ratio: 1.25 / 1;
  }

  .story-article__layout {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .story-article__layout > aside {
    display: none;
  }

  .story-article__content > p {
    font-size: 17px;
  }

  .story-article__cta {
    grid-template-columns: 1fr;
  }

  .story-article__cta > a {
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .story-header__book {
    display: none;
  }

  .story-hero__copy h1,
  .story-article__header h1 {
    font-size: 40px;
  }

  .story-footer__main {
    grid-template-columns: 1fr;
  }
}
