.heritage-home {
  --cream: #f7f3ec;
  --forest: #073f35;
  --forest-deep: #003c32;
  --ink: #111827;
  --ochre: #b88042;
  background: #fdfcf9;
  color: var(--ink);
  font-family: var(--sans);
  min-height: 100vh;
  overflow: hidden;
}

.heritage-home h1,
.heritage-home h2,
.heritage-home h3,
.heritage-home p {
  margin: 0;
}

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

.heritage-home button,
.heritage-home select,
.heritage-home input {
  font-family: inherit;
}

.heritage-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: 74px;
  padding: 0 clamp(22px, 5.2vw, 82px);
  position: relative;
  z-index: 80;
}

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

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

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

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

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

.heritage-nav a::after {
  background: var(--ochre);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform 180ms ease;
  width: 100%;
}

.heritage-nav a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

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

.heritage-search {
  display: grid;
  place-items: center;
}

.heritage-search svg {
  height: 22px;
  stroke-width: 1.9;
  width: 22px;
}

.heritage-book {
  background: var(--forest);
  border-radius: 5px;
  color: white;
  font-family: var(--sans);
  font-size: 16px;
  min-width: 122px;
  padding: 14px 22px;
  text-align: center;
  transition: background 180ms ease, transform 180ms ease;
}

.heritage-book:hover {
  background: #085e4f;
  transform: translateY(-1px);
}

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

.heritage-language span {
  font-size: 15px;
  margin-left: 5px;
}

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

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

.heritage-hero {
  height: clamp(390px, 40vw, 620px);
  overflow: hidden;
  position: relative;
}

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

.heritage-hero__shade {
  background: linear-gradient(90deg, rgba(8, 17, 14, 0.82) 0%, rgba(8, 17, 14, 0.54) 35%, rgba(8, 17, 14, 0.08) 70%, rgba(8, 17, 14, 0.25) 100%);
  inset: 0;
  position: absolute;
}

.heritage-hero__content {
  color: white;
  left: clamp(28px, 5.5vw, 90px);
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
}

.heritage-kicker {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.heritage-kicker i {
  background: currentColor;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.heritage-hero h1 {
  font-size: clamp(44px, 4.6vw, 72px);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-top: 23px;
}

.heritage-hero__content > p:not(.heritage-kicker) {
  font-family: var(--sans);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.5;
  margin-top: 22px;
}

.heritage-watch {
  align-items: center;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 15px;
  gap: 14px;
  margin-top: 18px;
}

.heritage-watch span {
  align-items: center;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  font-family: var(--sans);
  font-size: 11px;
  height: 38px;
  justify-content: center;
  padding-left: 2px;
  transition: background 180ms ease, color 180ms ease;
  width: 38px;
}

.heritage-watch:hover span {
  background: white;
  color: var(--forest);
}

.heritage-hero__note {
  bottom: 74px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--script);
  font-size: clamp(17px, 1.6vw, 25px);
  font-style: italic;
  line-height: 1.45;
  position: absolute;
  right: clamp(30px, 6vw, 95px);
  transform: rotate(-4deg);
}

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

.heritage-booking {
  align-items: stretch;
  background: white;
  border-radius: 7px;
  box-shadow: 0 10px 32px rgba(24, 35, 31, 0.12);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.75fr auto;
  margin: -28px auto 0;
  max-width: 1380px;
  min-height: 82px;
  padding: 7px;
  position: relative;
  width: calc(100% - clamp(44px, 10vw, 164px));
  z-index: 20;
}

.heritage-booking label {
  align-items: center;
  border-right: 1px solid #e5e1da;
  display: flex;
  gap: 15px;
  min-width: 0;
  padding: 12px 24px;
}

.heritage-booking label > svg {
  flex: 0 0 23px;
  height: 23px;
  stroke-width: 1.5;
  width: 23px;
}

.heritage-booking label > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.heritage-booking small {
  font-family: var(--sans);
  font-size: 13px;
  margin-bottom: 5px;
}

.heritage-booking select,
.heritage-booking input {
  background: transparent;
  border: 0;
  color: #68716d;
  font-size: 13px;
  height: 20px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.heritage-booking button {
  align-items: center;
  align-self: stretch;
  background: var(--forest);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: var(--sans);
  font-size: 19px;
  gap: 22px;
  justify-content: center;
  min-width: 205px;
  padding: 12px 25px;
}

.heritage-section {
  margin: 0 auto;
  max-width: 1480px;
  padding-inline: clamp(26px, 5.5vw, 90px);
}

.heritage-explore {
  padding-bottom: 56px;
  padding-top: 58px;
}

.heritage-section__head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.heritage-section__head > div > p {
  color: var(--ochre);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.heritage-section__head h2 {
  font-size: clamp(31px, 3vw, 46px);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.heritage-section__head > a {
  align-items: center;
  display: flex;
  font-family: var(--sans);
  font-size: 13px;
  gap: 9px;
  padding: 10px 0;
}

.heritage-section__head > a span {
  font-family: var(--sans);
}

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

.heritage-image-card {
  aspect-ratio: 1.56 / 1;
  border-radius: 5px;
  color: white;
  overflow: hidden;
  position: relative;
}

.heritage-image-card > img,
.heritage-destination-card > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 600ms ease;
  width: 100%;
}

.heritage-image-card:hover > img,
.heritage-destination-card:hover > img {
  transform: scale(1.045);
}

.heritage-image-card__shade,
.heritage-destination-card > span {
  background: linear-gradient(180deg, transparent 40%, rgba(2, 13, 10, 0.88) 100%);
  inset: 0;
  position: absolute;
}

.heritage-image-card > div {
  bottom: 18px;
  left: 20px;
  position: absolute;
}

.heritage-image-card h3 {
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.2;
}

.heritage-image-card small {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 8px;
  text-transform: uppercase;
}

.heritage-image-card > b,
.heritage-destination-card > b {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  bottom: 18px;
  display: flex;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 18px;
  width: 34px;
}

.heritage-destinations {
  background: var(--cream);
  border-bottom: 1px solid #eee8df;
  border-top: 1px solid #eee8df;
}

.heritage-destinations__inner {
  padding-bottom: 54px;
  padding-top: 38px;
}

.heritage-section__head--destinations {
  display: grid;
  grid-template-columns: 1fr auto auto;
  margin-bottom: 20px;
}

.heritage-section__head--destinations > div {
  align-items: baseline;
  display: flex;
  gap: 28px;
}

.heritage-section__head--destinations > div > p {
  margin: 0;
}

.heritage-section__head--destinations > p {
  color: #59645f;
  font-family: var(--sans);
  font-size: 13px;
  margin-right: 28px;
}

.heritage-destinations__layout {
  display: grid;
  gap: 35px;
  grid-template-columns: 110px 1fr;
}

.heritage-destinations__layout > nav {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.heritage-destinations__layout > nav a {
  background: transparent;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 15px;
  padding: 9px 0;
  text-align: left;
}

.heritage-destinations__layout > nav a.active {
  border-color: var(--ochre);
}

.heritage-destinations__grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.heritage-destination-card {
  aspect-ratio: 0.94 / 1;
  border-radius: 4px;
  color: white;
  overflow: hidden;
  position: relative;
}

.heritage-destination-card > div {
  bottom: 15px;
  left: 16px;
  max-width: calc(100% - 52px);
  position: absolute;
}

.heritage-destination-card h3 {
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.2;
}

.heritage-destination-card p {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.2;
  margin-top: 6px;
}

.heritage-destination-card > b {
  bottom: 16px;
  height: 32px;
  right: 12px;
  width: 32px;
}

.heritage-stories {
  display: grid;
  gap: 18px;
  grid-template-columns: 250px minmax(0, 1fr) 310px;
  padding-bottom: 62px;
  padding-top: 54px;
}

.heritage-stories__intro {
  padding-right: 22px;
}

.heritage-stories__intro > i {
  background: var(--ochre);
  display: block;
  height: 1px;
  margin: 10px 0 18px;
  width: 40px;
}

.heritage-stories__intro h2 {
  font-size: clamp(35px, 3.4vw, 52px);
  line-height: 1.2;
}

.heritage-stories__intro > p {
  color: #53605b;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  margin-top: 25px;
}

.heritage-stories__intro > a {
  align-items: center;
  background: var(--forest);
  border-radius: 4px;
  color: white;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 13px;
  gap: 16px;
  margin-top: 25px;
  padding: 14px 20px;
}

.heritage-story-feature {
  color: white;
  min-height: 370px;
  overflow: hidden;
  position: relative;
}

.heritage-story-feature > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 600ms ease;
  width: 100%;
}

.heritage-story-feature:hover > img {
  transform: scale(1.035);
}

.heritage-story-feature > span {
  background: linear-gradient(180deg, transparent 25%, rgba(6, 18, 15, 0.82));
  inset: 0;
  position: absolute;
}

.heritage-story-feature > div {
  bottom: 24px;
  left: 26px;
  max-width: 440px;
  position: absolute;
}

.heritage-story-feature small,
.heritage-story-list small {
  color: #d6a867;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.heritage-story-feature h3 {
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.2;
  margin-top: 8px;
}

.heritage-story-feature p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.heritage-story-feature b {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}

.heritage-story-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.heritage-story-list > a {
  align-items: center;
  border-bottom: 1px solid #e3ded6;
  display: grid;
  gap: 13px;
  grid-template-columns: 105px 1fr auto;
  padding: 8px 0;
}

.heritage-story-list > a:first-child {
  padding-top: 0;
}

.heritage-story-list img {
  height: 90px;
  object-fit: cover;
  width: 105px;
}

.heritage-story-list span {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.heritage-story-list strong {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.heritage-story-list b {
  color: var(--ochre);
  font-family: var(--sans);
  font-weight: 400;
}

.heritage-stays {
  padding-bottom: 58px;
}

.heritage-section__head--stays > div {
  align-items: baseline;
  display: flex;
  gap: 28px;
}

.heritage-section__head--stays > div > p {
  margin: 0;
}

.heritage-stays__grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.heritage-stay-card {
  background: white;
  border: 1px solid #e7e1d8;
  border-radius: 4px;
  overflow: hidden;
}

.heritage-stay-card__image {
  aspect-ratio: 1.65 / 1;
  display: block;
  overflow: hidden;
  position: relative;
}

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

.heritage-stay-card:hover .heritage-stay-card__image > img {
  transform: scale(1.04);
}

.heritage-stay-card__image > small {
  background: rgba(255, 250, 238, 0.94);
  border-radius: 12px;
  color: var(--ochre);
  font-size: 9px;
  font-weight: 600;
  left: 13px;
  letter-spacing: 0.11em;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}

.heritage-stay-card__image > span {
  align-items: center;
  background: rgba(5, 50, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 22px;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
}

.heritage-stay-card > div {
  padding: 16px 18px 14px;
}

.heritage-stay-card h3 {
  font-size: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.heritage-stay-card > div > p {
  color: #69716e;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.35;
  margin-top: 8px;
  min-height: 35px;
}

.heritage-stay-card > div > p.heritage-stay-card__location {
  font-family: var(--sans);
  font-size: 12px;
  min-height: 0;
}

.heritage-stay-card > div > div {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}

.heritage-stay-card > div > div > span {
  color: #4f5955;
  font-family: var(--sans);
  font-size: 12px;
}

.heritage-stay-card > div > div > span strong {
  color: var(--ink);
  font-size: 19px;
}

.heritage-stay-card > div > div > a {
  align-items: center;
  background: var(--forest);
  border-radius: 4px;
  color: white;
  display: flex;
  font-family: var(--sans);
  font-size: 12px;
  gap: 12px;
  padding: 11px 15px;
}

.heritage-stay-card > div > div > a b {
  font-family: var(--sans);
  font-weight: 400;
}

.heritage-footer {
  background: var(--forest-deep);
  color: white;
  padding: 38px clamp(26px, 5.5vw, 90px) 18px;
}

.heritage-footer__main {
  display: grid;
  gap: clamp(28px, 4vw, 62px);
  grid-template-columns: 1.6fr repeat(4, minmax(120px, 1fr));
  margin: 0 auto;
  max-width: 1300px;
}

.heritage-footer__logo {
  display: inline-flex;
  width: 210px;
}

.heritage-footer__logo img {
  height: auto;
  width: 210px;
}

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

.heritage-footer__brand > p,
.heritage-footer__main > div:last-child > p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 17px;
}

.heritage-footer__main > div:not(.heritage-footer__brand) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.heritage-footer__main strong {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}

.heritage-footer__main a,
.heritage-footer__main span {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--sans);
  font-size: 12px;
}

.heritage-footer__social {
  display: flex;
  gap: 11px;
}

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

.heritage-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  display: flex;
  justify-content: space-between;
  margin: 34px auto 0;
  max-width: 1300px;
  padding-top: 14px;
}

.heritage-footer__bottom > span,
.heritage-footer__bottom a {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--sans);
  font-size: 11px;
}

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

@media (max-width: 1180px) {
  .heritage-header {
    gap: 18px;
    grid-template-columns: 180px 1fr auto;
    padding-inline: 28px;
  }

  .heritage-header__logo,
  .heritage-header__logo img {
    width: 178px;
  }

  .heritage-nav {
    gap: 20px;
  }

  .heritage-header__actions {
    gap: 14px;
  }

  .heritage-language {
    display: none;
  }

  .heritage-booking {
    width: calc(100% - 56px);
  }

  .heritage-booking label {
    padding-inline: 16px;
  }

  .heritage-booking button {
    min-width: 170px;
  }

  .heritage-stories {
    grid-template-columns: 220px minmax(0, 1fr) 270px;
  }

  .heritage-footer__main {
    grid-template-columns: 1.4fr repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .heritage-header {
    grid-template-columns: 1fr auto;
    height: 66px;
    padding-inline: 20px;
  }

  .heritage-header__logo,
  .heritage-header__logo img {
    width: 170px;
  }

  .heritage-nav,
  .heritage-search,
  .heritage-book,
  .heritage-language {
    display: none;
  }

  .heritage-menu {
    display: block;
  }

  .heritage-hero {
    height: 570px;
  }

  .heritage-hero picture > img {
    object-position: 59% center;
  }

  .heritage-hero__content {
    left: 28px;
  }

  .heritage-hero__note {
    display: none;
  }

  .heritage-booking {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    max-width: none;
    padding: 13px 20px 20px;
    width: 100%;
  }

  .heritage-booking label {
    border-bottom: 1px solid #e5e1da;
    padding: 14px 10px;
  }

  .heritage-booking label:nth-child(2),
  .heritage-booking label:nth-child(4) {
    border-right: 0;
  }

  .heritage-booking button {
    grid-column: 1 / -1;
    min-height: 54px;
  }

  .heritage-section__head--destinations {
    grid-template-columns: 1fr auto;
  }

  .heritage-section__head--destinations > p {
    display: none;
  }

  .heritage-destinations__layout {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .heritage-destinations__layout > nav {
    flex-direction: row;
    gap: 24px;
    overflow-x: auto;
  }

  .heritage-destinations__layout > nav a {
    white-space: nowrap;
  }

  .heritage-destinations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .heritage-destination-card {
    aspect-ratio: 1.1 / 1;
  }

  .heritage-stories {
    grid-template-columns: 220px 1fr;
  }

  .heritage-story-list {
    gap: 8px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .heritage-story-list > a {
    grid-template-columns: 90px 1fr;
  }

  .heritage-story-list b {
    display: none;
  }

  .heritage-stays__grid {
    grid-template-columns: 1fr;
  }

  .heritage-stay-card {
    display: grid;
    grid-template-columns: 42% 1fr;
  }

  .heritage-stay-card__image {
    aspect-ratio: auto;
  }

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

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

@media (max-width: 640px) {
  .heritage-hero {
    height: 520px;
  }

  .heritage-hero__shade {
    background: linear-gradient(90deg, rgba(6, 15, 12, 0.76), rgba(6, 15, 12, 0.16)), linear-gradient(0deg, rgba(6, 15, 12, 0.45), transparent 55%);
  }

  .heritage-hero__content {
    left: 20px;
    right: 20px;
    top: 54%;
  }

  .heritage-kicker {
    font-size: 8px;
    gap: 7px;
    letter-spacing: 0.16em;
  }

  .heritage-hero h1 {
    font-size: 43px;
  }

  .heritage-hero__content > p:not(.heritage-kicker) {
    font-size: 14px;
  }

  .heritage-hero__content br {
    display: none;
  }

  .heritage-booking {
    grid-template-columns: 1fr;
  }

  .heritage-booking label,
  .heritage-booking label:nth-child(2),
  .heritage-booking label:nth-child(4) {
    border-bottom: 1px solid #e5e1da;
    border-right: 0;
  }

  .heritage-section {
    padding-inline: 20px;
  }

  .heritage-explore,
  .heritage-destinations__inner,
  .heritage-stories {
    padding-bottom: 42px;
    padding-top: 42px;
  }

  .heritage-section__head {
    align-items: flex-start;
    gap: 14px;
  }

  .heritage-section__head h2 {
    font-size: 31px;
  }

  .heritage-section__head > a {
    flex: 0 0 auto;
    font-size: 11px;
  }

  .heritage-explore__grid {
    grid-template-columns: 1fr;
  }

  .heritage-image-card {
    aspect-ratio: 1.45 / 1;
  }

  .heritage-section__head--destinations,
  .heritage-section__head--stays {
    display: flex;
  }

  .heritage-section__head--destinations > div,
  .heritage-section__head--stays > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .heritage-destinations__grid {
    display: flex;
    margin-right: -20px;
    overflow-x: auto;
    padding-right: 20px;
    scroll-snap-type: x mandatory;
  }

  .heritage-destination-card {
    aspect-ratio: 0.9 / 1;
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .heritage-stories {
    grid-template-columns: 1fr;
  }

  .heritage-stories__intro {
    padding-right: 0;
  }

  .heritage-stories__intro h2 br {
    display: none;
  }

  .heritage-story-feature {
    min-height: 390px;
  }

  .heritage-story-list {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .heritage-story-list > a {
    grid-template-columns: 105px 1fr auto;
  }

  .heritage-story-list b {
    display: block;
  }

  .heritage-stays {
    padding-bottom: 42px;
  }

  .heritage-stay-card {
    display: block;
  }

  .heritage-stay-card__image {
    aspect-ratio: 1.55 / 1;
  }

  .heritage-stay-card > div > div {
    align-items: center;
  }

  .heritage-stay-card > div > div > a {
    padding: 10px 12px;
  }

  .heritage-footer {
    padding-inline: 20px;
  }

  .heritage-footer__main {
    gap: 28px 20px;
  }

  .heritage-footer__main > div:last-child {
    grid-column: 1 / -1;
  }

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