/* =========================================================
   MATEMBEZI — MTO WA MBU DESTINATION PAGE
   Paste this file at: assets/css/mto-wa-mbu.css
   Scoped to body[data-page="mto-wa-mbu"].
========================================================= */

body[data-page="mto-wa-mbu"] {
  --destination-gold: #d6b970;
  --destination-cream: #f7f0e4;
  --destination-forest: #102f24;
  --destination-forest-deep: #081d15;
  overflow-x: hidden;
}

body[data-page="mto-wa-mbu"] .site-header:not(.is-scrolled):not(.nav-expanded) {
  background: linear-gradient(to bottom, rgba(5, 20, 14, .54), transparent);
}

body[data-page="mto-wa-mbu"] .site-header:not(.is-scrolled):not(.nav-expanded) .brand-mark {
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .24),
    0 0 0 5px rgba(255, 255, 255, .055);
}

body[data-page="mto-wa-mbu"] .site-header:not(.is-scrolled):not(.nav-expanded) .main-nav a:hover,
body[data-page="mto-wa-mbu"] .site-header:not(.is-scrolled):not(.nav-expanded) .main-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, .1);
  color: var(--gold-2);
}

/* Hero */

body[data-page="mto-wa-mbu"] .destination-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: max(720px, 90svh);
  align-items: end;
  overflow: hidden;
  padding: calc(var(--header) + 94px) 0 106px;
  background:
    linear-gradient(
      90deg,
      rgba(5, 22, 15, .97) 0%,
      rgba(5, 22, 15, .83) 42%,
      rgba(5, 22, 15, .42) 73%,
      rgba(5, 22, 15, .22) 100%
    ),
    radial-gradient(circle at 76% 18%, rgba(214, 185, 112, .4), transparent 31%),
    var(--page-image) center 46% / cover no-repeat;
}

body[data-page="mto-wa-mbu"] .destination-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .19;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .23) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 60%, rgba(255, 255, 255, .13) 0 1px, transparent 1.5px);
  background-size: 31px 31px, 47px 47px;
  -webkit-mask-image: linear-gradient(to right, #000, transparent 80%);
  mask-image: linear-gradient(to right, #000, transparent 80%);
}

body[data-page="mto-wa-mbu"] .destination-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 210px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(3, 16, 10, .5), transparent);
}

body[data-page="mto-wa-mbu"] .destination-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, .53fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: end;
}

body[data-page="mto-wa-mbu"] .destination-hero-copy {
  max-width: 830px;
}

body[data-page="mto-wa-mbu"] .destination-hero .breadcrumbs {
  margin-bottom: 31px;
  color: rgba(255, 255, 255, .65);
}

body[data-page="mto-wa-mbu"] .destination-hero .breadcrumbs a {
  color: rgba(255, 255, 255, .92);
}

body[data-page="mto-wa-mbu"] .destination-hero .eyebrow {
  gap: .58rem;
  padding: .46rem .72rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--pill);
  background: rgba(255, 255, 255, .08);
  color: var(--gold-2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[data-page="mto-wa-mbu"] .destination-hero h1 {
  max-width: 11ch;
  margin: 22px 0 25px;
  color: #fff;
  font-size: clamp(3.65rem, 6.4vw, 6.3rem);
  line-height: .94;
  letter-spacing: -.055em;
  text-shadow: 0 9px 36px rgba(0, 0, 0, .27);
}

body[data-page="mto-wa-mbu"] .destination-hero h1 span {
  display: block;
  color: var(--gold-2);
}

body[data-page="mto-wa-mbu"] .destination-hero-copy > p {
  max-width: 670px;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid var(--destination-gold);
  color: rgba(255, 255, 255, .83);
  font-size: clamp(1.03rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

body[data-page="mto-wa-mbu"] .destination-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 33px;
}

body[data-page="mto-wa-mbu"] .destination-hero-actions .btn {
  min-height: 53px;
  padding-inline: 1.25rem;
}

body[data-page="mto-wa-mbu"] .destination-hero-ghost {
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .09);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[data-page="mto-wa-mbu"] .destination-hero-ghost:hover {
  border-color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

body[data-page="mto-wa-mbu"] .destination-facts {
  position: relative;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 28px 28px 76px 28px;
  background: rgba(7, 34, 23, .65);
  color: #fff;
  box-shadow:
    0 30px 74px rgba(0, 0, 0, .3),
    inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(19px) saturate(130%);
  -webkit-backdrop-filter: blur(19px) saturate(130%);
}

body[data-page="mto-wa-mbu"] .destination-facts::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-2), transparent);
}

body[data-page="mto-wa-mbu"] .destination-facts-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

body[data-page="mto-wa-mbu"] .destination-facts-head span {
  color: var(--gold-2);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body[data-page="mto-wa-mbu"] .destination-facts-head i {
  color: var(--gold-2);
  font-size: 1.35rem;
}

body[data-page="mto-wa-mbu"] .destination-facts dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 7px 0 0;
}

body[data-page="mto-wa-mbu"] .destination-facts dl > div {
  padding: 17px 10px 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

body[data-page="mto-wa-mbu"] .destination-facts dl > div:nth-child(even) {
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, .11);
}

body[data-page="mto-wa-mbu"] .destination-facts dt {
  color: rgba(255, 255, 255, .58);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-page="mto-wa-mbu"] .destination-facts dd {
  margin: 4px 0 0;
  color: #fff;
  font: 700 1rem/1.3 Georgia, "Times New Roman", serif;
}

body[data-page="mto-wa-mbu"] .destination-facts > p {
  margin: 19px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: .83rem;
  line-height: 1.65;
}

/* Gateway story */

body[data-page="mto-wa-mbu"] .destination-intro {
  padding-block: clamp(92px, 10vw, 138px);
}

body[data-page="mto-wa-mbu"] .destination-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .87fr) minmax(0, 1.13fr);
  gap: clamp(58px, 8vw, 108px);
  align-items: center;
}

body[data-page="mto-wa-mbu"] .destination-story-image {
  position: relative;
  isolation: isolate;
  min-height: 660px;
  margin: 0;
  overflow: visible;
  border-radius: 36px 36px 120px 36px;
  box-shadow: 0 34px 90px rgba(22, 28, 23, .2);
}

body[data-page="mto-wa-mbu"] .destination-story-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 24px -24px -24px 24px;
  border: 1px solid rgba(198, 166, 100, .62);
  border-radius: inherit;
}

body[data-page="mto-wa-mbu"] .destination-story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(7, 27, 19, .75), transparent 58%);
  pointer-events: none;
}

body[data-page="mto-wa-mbu"] .destination-story-image > img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  border-radius: inherit;
  object-fit: cover;
}

body[data-page="mto-wa-mbu"] .destination-story-image figcaption {
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 32px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px 20px 56px 20px;
  background: rgba(8, 36, 25, .73);
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  line-height: 1.5;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body[data-page="mto-wa-mbu"] .destination-story-image figcaption > i {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(214, 185, 112, .16);
  color: var(--gold-2);
  font-size: 1.2rem;
}

body[data-page="mto-wa-mbu"] .destination-story-image figcaption strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
}

body[data-page="mto-wa-mbu"] .destination-intro-copy h2 {
  max-width: 12ch;
  margin: 15px 0 24px;
}

body[data-page="mto-wa-mbu"] .destination-intro-copy > p {
  max-width: 680px;
  color: var(--muted);
}

body[data-page="mto-wa-mbu"] .destination-intro-copy .destination-lead {
  color: var(--ink);
  font-size: 1.09rem;
  line-height: 1.77;
}

body[data-page="mto-wa-mbu"] .destination-detail-list {
  display: grid;
  gap: 0;
  margin-top: 31px;
  border-top: 1px solid var(--line);
}

body[data-page="mto-wa-mbu"] .destination-detail-list > div {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

body[data-page="mto-wa-mbu"] .destination-detail-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(198, 166, 100, .15);
  color: var(--terracotta);
  font-size: 1.08rem;
}

body[data-page="mto-wa-mbu"] .destination-detail-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
}

body[data-page="mto-wa-mbu"] .destination-detail-list div > span:last-child {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
}

/* Destination pillars */

body[data-page="mto-wa-mbu"] .destination-pillars {
  position: relative;
  overflow: hidden;
  padding-block: clamp(92px, 10vw, 132px);
}

body[data-page="mto-wa-mbu"] .destination-pillars::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -150px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(198, 166, 100, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(198, 166, 100, .035);
  pointer-events: none;
}

body[data-page="mto-wa-mbu"] .destination-section-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-bottom: 50px;
}

body[data-page="mto-wa-mbu"] .destination-section-head h2 {
  margin: 14px 0 18px;
}

body[data-page="mto-wa-mbu"] .destination-section-head p {
  max-width: 690px;
  margin-inline: auto;
}

body[data-page="mto-wa-mbu"] .destination-pillar-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body[data-page="mto-wa-mbu"] .destination-pillar-card {
  position: relative;
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(37, 35, 31, .1);
  border-radius: 27px 27px 74px 27px;
  background: linear-gradient(180deg, #fff, #fcf8f0);
  box-shadow: 0 18px 48px rgba(31, 27, 22, .09);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

body[data-page="mto-wa-mbu"] .destination-pillar-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(198, 166, 100, .18);
  border-radius: 50%;
}

body[data-page="mto-wa-mbu"] .destination-pillar-card:hover {
  transform: translateY(-7px);
  border-color: rgba(198, 166, 100, .35);
  box-shadow: 0 28px 68px rgba(31, 27, 22, .15);
}

body[data-page="mto-wa-mbu"] .destination-pillar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body[data-page="mto-wa-mbu"] .destination-pillar-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(198, 166, 100, .2), rgba(198, 166, 100, .08));
  color: var(--terracotta);
  font-size: 1.36rem;
}

body[data-page="mto-wa-mbu"] .destination-pillar-number {
  color: rgba(24, 61, 47, .18);
  font: 700 2.4rem/1 Georgia, "Times New Roman", serif;
}

body[data-page="mto-wa-mbu"] .destination-pillar-card h3 {
  margin: 28px 0 13px;
  color: var(--forest);
  font-size: 1.55rem;
}

body[data-page="mto-wa-mbu"] .destination-pillar-card p {
  color: var(--muted);
  font-size: .94rem;
}

body[data-page="mto-wa-mbu"] .destination-pillar-card .small-link {
  position: relative;
  z-index: 1;
  width: max-content;
  margin-top: auto;
  padding-top: 22px;
}

/* Planning */

body[data-page="mto-wa-mbu"] .destination-planning {
  position: relative;
  overflow: hidden;
  padding-block: clamp(94px, 10vw, 136px);
  background:
    radial-gradient(circle at 82% 12%, rgba(214, 185, 112, .18), transparent 29%),
    linear-gradient(145deg, #163e2f, #0b281e 64%, #071c14);
  color: #fff;
}

body[data-page="mto-wa-mbu"] .destination-planning::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .35) .7px, transparent .7px);
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(135deg, #000, transparent 75%);
  mask-image: linear-gradient(135deg, #000, transparent 75%);
}

body[data-page="mto-wa-mbu"] .destination-planning .container {
  position: relative;
  z-index: 1;
}

body[data-page="mto-wa-mbu"] .destination-planning-head {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, .7fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: end;
}

body[data-page="mto-wa-mbu"] .destination-planning .eyebrow {
  color: var(--gold-2);
}

body[data-page="mto-wa-mbu"] .destination-planning-head h2 {
  max-width: 11ch;
  margin: 15px 0 0;
  color: #fff;
}

body[data-page="mto-wa-mbu"] .destination-planning-head > p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 1.02rem;
  line-height: 1.75;
}

body[data-page="mto-wa-mbu"] .destination-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 27px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 30px 76px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body[data-page="mto-wa-mbu"] .destination-stat {
  position: relative;
  min-width: 0;
  padding: 29px 24px;
}

body[data-page="mto-wa-mbu"] .destination-stat + .destination-stat {
  border-left: 1px solid rgba(255, 255, 255, .13);
}

body[data-page="mto-wa-mbu"] .destination-stat i {
  display: block;
  margin-bottom: 15px;
  color: var(--gold-2);
  font-size: 1.25rem;
}

body[data-page="mto-wa-mbu"] .destination-stat strong,
body[data-page="mto-wa-mbu"] .destination-stat span {
  display: block;
}

body[data-page="mto-wa-mbu"] .destination-stat strong {
  color: #fff;
  font: 700 clamp(1.45rem, 2.3vw, 2rem)/1 Georgia, "Times New Roman", serif;
}

body[data-page="mto-wa-mbu"] .destination-stat span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .61);
  font-size: .78rem;
  line-height: 1.4;
}

body[data-page="mto-wa-mbu"] .destination-rhythm {
  display: grid;
  grid-template-columns: minmax(230px, .5fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: center;
  margin-top: 22px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 23px;
  background: rgba(0, 0, 0, .12);
}

body[data-page="mto-wa-mbu"] .destination-rhythm-intro > span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-2);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body[data-page="mto-wa-mbu"] .destination-rhythm-intro > strong {
  display: block;
  max-width: 15ch;
  color: #fff;
  font: 700 1.2rem/1.3 Georgia, "Times New Roman", serif;
}

body[data-page="mto-wa-mbu"] .destination-rhythm-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="mto-wa-mbu"] .destination-rhythm-options > div {
  display: flex;
  gap: 11px;
  padding: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .065);
  color: rgba(255, 255, 255, .62);
  font-size: .76rem;
  line-height: 1.45;
}

body[data-page="mto-wa-mbu"] .destination-rhythm-options i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--gold-2);
}

body[data-page="mto-wa-mbu"] .destination-rhythm-options strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: .82rem;
}

/* CTA */

body[data-page="mto-wa-mbu"] .destination-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .18), transparent 30%),
    linear-gradient(135deg, #c6a664, #dfc681);
  color: #171511;
}

body[data-page="mto-wa-mbu"] .destination-cta::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(23, 21, 17, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(23, 21, 17, .025);
  pointer-events: none;
}

body[data-page="mto-wa-mbu"] .destination-cta .cta-inner {
  position: relative;
  z-index: 1;
}

body[data-page="mto-wa-mbu"] .destination-cta-kicker {
  display: block;
  margin-bottom: 9px;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body[data-page="mto-wa-mbu"] .destination-cta h2 {
  margin-bottom: 10px;
  color: #171511;
}

body[data-page="mto-wa-mbu"] .destination-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(23, 21, 17, .7);
}

body[data-page="mto-wa-mbu"] .destination-cta .btn-primary {
  background: #102f24;
  color: #fff;
  box-shadow: 0 16px 34px rgba(16, 47, 36, .22);
}

body[data-page="mto-wa-mbu"] .destination-cta .btn-primary:hover {
  box-shadow: 0 21px 44px rgba(16, 47, 36, .3);
}

body[data-page="mto-wa-mbu"] .destination-cta-outline {
  border: 1px solid rgba(23, 21, 17, .24);
  background: rgba(255, 255, 255, .24);
  color: #171511;
  box-shadow: none;
}

body[data-page="mto-wa-mbu"] .destination-cta-outline:hover {
  border-color: rgba(23, 21, 17, .4);
  background: rgba(255, 255, 255, .38);
}

/* Responsive */

@media (max-width: 1080px) {
  body[data-page="mto-wa-mbu"] .site-header,
  body[data-page="mto-wa-mbu"] .site-header:not(.is-scrolled):not(.nav-expanded) {
    background: #fffdf8 !important;
    color: var(--ink) !important;
    box-shadow: 0 9px 30px rgba(24, 35, 29, .13) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body[data-page="mto-wa-mbu"] .destination-hero {
    min-height: auto;
    padding: calc(var(--header) + 78px) 0 86px;
  }

  body[data-page="mto-wa-mbu"] .destination-hero-grid,
  body[data-page="mto-wa-mbu"] .destination-intro-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="mto-wa-mbu"] .destination-hero-grid {
    gap: 44px;
  }

  body[data-page="mto-wa-mbu"] .destination-facts {
    width: min(100%, 680px);
  }

  body[data-page="mto-wa-mbu"] .destination-intro-grid {
    gap: 72px;
  }

  body[data-page="mto-wa-mbu"] .destination-story-image {
    width: min(100% - 24px, 700px);
    min-height: 600px;
  }

  body[data-page="mto-wa-mbu"] .destination-story-image > img {
    min-height: 600px;
  }

  body[data-page="mto-wa-mbu"] .destination-intro-copy {
    max-width: 760px;
  }

  body[data-page="mto-wa-mbu"] .destination-planning-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  body[data-page="mto-wa-mbu"] .destination-planning-head > p {
    max-width: 730px;
  }

  body[data-page="mto-wa-mbu"] .destination-rhythm {
    grid-template-columns: 1fr;
  }

  body[data-page="mto-wa-mbu"] .destination-rhythm-intro > strong {
    max-width: none;
  }
}

@media (max-width: 820px) {
  body[data-page="mto-wa-mbu"] .destination-pillar-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="mto-wa-mbu"] .destination-pillar-card {
    min-height: 0;
  }

  body[data-page="mto-wa-mbu"] .destination-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="mto-wa-mbu"] .destination-stat:nth-child(3) {
    border-left: 0;
  }

  body[data-page="mto-wa-mbu"] .destination-stat:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .13);
  }

  body[data-page="mto-wa-mbu"] .destination-rhythm-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body[data-page="mto-wa-mbu"] .destination-hero {
    padding: calc(var(--header) + 56px) 0 68px;
    background:
      linear-gradient(
        180deg,
        rgba(5, 22, 15, .76) 0%,
        rgba(5, 22, 15, .9) 58%,
        rgba(5, 22, 15, .97) 100%
      ),
      var(--page-image) 60% center / cover no-repeat;
  }

  body[data-page="mto-wa-mbu"] .destination-hero .breadcrumbs {
    margin-bottom: 24px;
  }

  body[data-page="mto-wa-mbu"] .destination-hero h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.45rem);
  }

  body[data-page="mto-wa-mbu"] .destination-hero-copy > p {
    padding-left: 15px;
    font-size: 1rem;
  }

  body[data-page="mto-wa-mbu"] .destination-facts {
    padding: 23px;
    border-radius: 23px 23px 58px 23px;
  }

  body[data-page="mto-wa-mbu"] .destination-intro {
    padding-block: 82px;
  }

  body[data-page="mto-wa-mbu"] .destination-intro-grid {
    gap: 62px;
  }

  body[data-page="mto-wa-mbu"] .destination-story-image {
    width: calc(100% - 15px);
    min-height: 520px;
    border-radius: 26px 26px 78px 26px;
  }

  body[data-page="mto-wa-mbu"] .destination-story-image::before {
    inset: 15px -15px -15px 15px;
  }

  body[data-page="mto-wa-mbu"] .destination-story-image > img {
    min-height: 520px;
  }

  body[data-page="mto-wa-mbu"] .destination-story-image figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 16px;
    border-radius: 16px 16px 42px 16px;
  }

  body[data-page="mto-wa-mbu"] .destination-pillar-card {
    padding: 25px;
    border-radius: 23px 23px 58px 23px;
  }

  body[data-page="mto-wa-mbu"] .destination-planning-head h2 {
    max-width: 12ch;
  }

  body[data-page="mto-wa-mbu"] .destination-stat {
    padding: 24px 19px;
  }

  body[data-page="mto-wa-mbu"] .destination-rhythm {
    padding: 21px;
  }

  body[data-page="mto-wa-mbu"] .destination-cta .cta-actions {
    width: 100%;
  }
}

@media (max-width: 520px) {
  body[data-page="mto-wa-mbu"] .destination-hero-actions {
    display: grid;
  }

  body[data-page="mto-wa-mbu"] .destination-hero-actions .btn,
  body[data-page="mto-wa-mbu"] .destination-cta .btn {
    width: 100%;
  }

  body[data-page="mto-wa-mbu"] .destination-facts dl {
    grid-template-columns: 1fr;
  }

  body[data-page="mto-wa-mbu"] .destination-facts dl > div,
  body[data-page="mto-wa-mbu"] .destination-facts dl > div:nth-child(even) {
    padding: 14px 0;
    border-left: 0;
  }

  body[data-page="mto-wa-mbu"] .destination-stats {
    grid-template-columns: 1fr;
  }

  body[data-page="mto-wa-mbu"] .destination-stat + .destination-stat {
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="mto-wa-mbu"] *,
  body[data-page="mto-wa-mbu"] *::before,
  body[data-page="mto-wa-mbu"] *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
