.maepora-explore {
  --maepora-explore-navy: #0D1422;
  --maepora-explore-slate: #2A3340;
  --maepora-explore-gold: #C9A15A;
  --maepora-explore-cream: #E6E2D8;
  --maepora-explore-white: #FFFFFF;
  --maepora-explore-ink: #131A25;
  --maepora-explore-muted: #5D6470;
  color: var(--maepora-explore-ink);
  background: var(--maepora-explore-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.maepora-explore,
.maepora-explore * {
  box-sizing: border-box;
}

.maepora-explore .maepora-explore__inner {
  width: min(100% - 96px, 1240px);
  margin-inline: auto;
}

.maepora-explore .maepora-explore__eyebrow {
  margin: 0 0 20px;
  color: var(--maepora-explore-slate);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.maepora-explore .maepora-explore__eyebrow--light {
  color: var(--maepora-explore-gold);
}

.maepora-explore .maepora-explore__title {
  max-width: 850px;
  margin: 0;
  color: var(--maepora-explore-navy);
  font-family: "Playfair Display", "PT Serif", Georgia, serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.maepora-explore .maepora-explore__title--light {
  color: var(--maepora-explore-white);
}

.maepora-explore .maepora-explore__body {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--maepora-explore-muted);
  font-size: 17px;
  line-height: 1.75;
}

.maepora-explore .maepora-explore__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.maepora-explore .maepora-explore__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  color: var(--maepora-explore-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.maepora-explore .maepora-explore__button--gold {
  border-color: var(--maepora-explore-gold);
  color: var(--maepora-explore-navy);
  background: var(--maepora-explore-gold);
}

.maepora-explore .maepora-explore__button--gold:hover,
.maepora-explore .maepora-explore__button--gold:focus-visible {
  border-color: var(--maepora-explore-white);
  color: var(--maepora-explore-navy);
  background: var(--maepora-explore-white);
}

.maepora-explore .maepora-explore__button--outline {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(13, 20, 34, 0.18);
}

.maepora-explore .maepora-explore__button--outline:hover,
.maepora-explore .maepora-explore__button--outline:focus-visible {
  border-color: var(--maepora-explore-white);
  color: var(--maepora-explore-navy);
  background: var(--maepora-explore-white);
}

.maepora-explore .maepora-explore__button:focus-visible {
  outline: 2px solid var(--maepora-explore-gold);
  outline-offset: 4px;
}

.maepora-explore .maepora-explore__hero {
  position: relative;
  min-height: min(800px, 86vh);
  isolation: isolate;
  color: var(--maepora-explore-white);
  background: var(--maepora-explore-navy);
}

.maepora-explore .maepora-explore__hero-image,
.maepora-explore .maepora-explore__hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.maepora-explore .maepora-explore__hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: 56% center;
}

.maepora-explore .maepora-explore__hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 20, 34, 0.9) 0%, rgba(13, 20, 34, 0.62) 44%, rgba(13, 20, 34, 0.12) 72%),
    linear-gradient(0deg, rgba(13, 20, 34, 0.48) 0%, rgba(13, 20, 34, 0.02) 55%);
}

.maepora-explore .maepora-explore__hero-inner {
  display: flex;
  min-height: min(800px, 86vh);
  align-items: center;
  padding-block: 100px;
}

.maepora-explore .maepora-explore__hero-copy {
  max-width: 800px;
}

.maepora-explore .maepora-explore__hero-title {
  max-width: 800px;
  margin: 0;
  color: var(--maepora-explore-white);
  font-family: "Playfair Display", "PT Serif", Georgia, serif;
  font-size: clamp(54px, 7vw, 100px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.91;
  text-wrap: balance;
}

.maepora-explore .maepora-explore__hero-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--maepora-explore-white);
  font-family: "PT Serif", Georgia, serif;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.45;
}

.maepora-explore .maepora-explore__hero-body {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
}

.maepora-explore .maepora-explore__articles {
  scroll-margin-top: 24px;
  padding-block: 132px 144px;
  background: #F4F1EA;
}

.maepora-explore .maepora-explore__articles-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: end;
  margin-bottom: 76px;
}

.maepora-explore .maepora-explore__articles-intro {
  max-width: 450px;
  margin: 0 0 7px;
  color: var(--maepora-explore-muted);
  font-size: 17px;
  line-height: 1.75;
}

.maepora-explore .maepora-explore__article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 28px;
}

.maepora-explore .maepora-explore__article-tile {
  display: flex;
  min-height: 570px;
  flex-direction: column;
  border: 1px solid rgba(42, 51, 64, 0.2);
  background: var(--maepora-explore-white);
}

.maepora-explore .maepora-explore__article-art {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  isolation: isolate;
  color: var(--maepora-explore-white);
  background: var(--maepora-explore-slate);
}

.maepora-explore .maepora-explore__article-art::before,
.maepora-explore .maepora-explore__article-art::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.maepora-explore .maepora-explore__article-art::before {
  inset: 0;
  opacity: 0.88;
}

.maepora-explore .maepora-explore__article-art::after {
  width: 150px;
  height: 150px;
  right: -34px;
  bottom: -54px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.maepora-explore .maepora-explore__article-tile--coast .maepora-explore__article-art::before {
  background:
    linear-gradient(180deg, transparent 0 47%, rgba(230, 226, 216, 0.28) 48% 49%, transparent 50%),
    linear-gradient(155deg, #0D1422 0%, #2A3340 58%, #80745F 100%);
}

.maepora-explore .maepora-explore__article-tile--food .maepora-explore__article-art::before {
  background:
    radial-gradient(circle at 78% 22%, rgba(201, 161, 90, 0.68) 0 13%, transparent 13.5%),
    radial-gradient(circle at 30% 80%, rgba(230, 226, 216, 0.22) 0 21%, transparent 21.5%),
    linear-gradient(135deg, #2A3340, #101B2C);
}

.maepora-explore .maepora-explore__article-tile--outdoors .maepora-explore__article-art::before {
  background:
    linear-gradient(123deg, transparent 0 47%, rgba(201, 161, 90, 0.58) 48% 49%, transparent 50%),
    linear-gradient(35deg, #0D1422 0%, #405045 100%);
}

.maepora-explore .maepora-explore__article-tile--towns .maepora-explore__article-art::before {
  background:
    linear-gradient(90deg, rgba(230, 226, 216, 0.13) 1px, transparent 1px),
    linear-gradient(rgba(230, 226, 216, 0.13) 1px, transparent 1px),
    linear-gradient(145deg, #2A3340, #735E46);
  background-size: 42px 42px, 42px 42px, auto;
}

.maepora-explore .maepora-explore__article-tile--weekend .maepora-explore__article-art::before {
  background:
    radial-gradient(ellipse at 82% 95%, transparent 0 30%, rgba(230, 226, 216, 0.18) 30.5% 31%, transparent 31.5%),
    radial-gradient(ellipse at 82% 95%, transparent 0 50%, rgba(201, 161, 90, 0.42) 50.5% 51%, transparent 51.5%),
    linear-gradient(145deg, #0D1422, #38505A);
}

.maepora-explore .maepora-explore__article-tile--seasonal .maepora-explore__article-art::before {
  background:
    repeating-linear-gradient(135deg, transparent 0 30px, rgba(230, 226, 216, 0.08) 31px 32px),
    linear-gradient(135deg, #2A3340, #806A49);
}

.maepora-explore .maepora-explore__article-number {
  position: absolute;
  top: 24px;
  left: 24px;
  color: var(--maepora-explore-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.maepora-explore .maepora-explore__article-art-label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.maepora-explore .maepora-explore__article-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 30px 28px;
}

.maepora-explore .maepora-explore__article-category {
  margin: 0 0 16px;
  color: var(--maepora-explore-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.maepora-explore .maepora-explore__article-title {
  margin: 0;
  color: var(--maepora-explore-navy);
  font-family: "Playfair Display", "PT Serif", Georgia, serif;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.maepora-explore .maepora-explore__article-teaser {
  margin: 20px 0 28px;
  color: var(--maepora-explore-muted);
  font-size: 14px;
  line-height: 1.65;
}

.maepora-explore .maepora-explore__article-status,
.maepora-explore .maepora-explore__editorial-status {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: auto 0 0;
  color: var(--maepora-explore-navy);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.maepora-explore .maepora-explore__article-status span,
.maepora-explore .maepora-explore__editorial-status span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--maepora-explore-gold);
}

.maepora-explore .maepora-explore__detour {
  padding-block: 132px;
  background: var(--maepora-explore-cream);
}

.maepora-explore .maepora-explore__detour-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(70px, 9vw, 140px);
  align-items: start;
}

.maepora-explore .maepora-explore__detour-list {
  border-top: 1px solid rgba(42, 51, 64, 0.32);
}

.maepora-explore .maepora-explore__detour-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px;
  padding-block: 26px;
  border-bottom: 1px solid rgba(42, 51, 64, 0.32);
}

.maepora-explore .maepora-explore__detour-number {
  margin: 3px 0 0;
  color: var(--maepora-explore-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.maepora-explore .maepora-explore__detour-item h3 {
  margin: 0 0 10px;
  color: var(--maepora-explore-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
}

.maepora-explore .maepora-explore__detour-item p:last-child {
  margin: 0;
  color: var(--maepora-explore-muted);
  font-size: 15px;
  line-height: 1.65;
}

.maepora-explore .maepora-explore__events {
  padding-block: 112px;
  color: var(--maepora-explore-cream);
  background: var(--maepora-explore-slate);
}

.maepora-explore .maepora-explore__events-inner {
  display: grid;
  grid-template-columns: minmax(290px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: center;
}

.maepora-explore .maepora-explore__events-marker {
  display: grid;
  width: min(100%, 430px);
  aspect-ratio: 1;
  align-content: center;
  gap: 20px;
  padding: 48px;
  border: 1px solid rgba(201, 161, 90, 0.74);
  color: rgba(230, 226, 216, 0.72);
  font-family: "Playfair Display", "PT Serif", Georgia, serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.95;
}

.maepora-explore .maepora-explore__events-marker span:nth-child(2) {
  color: var(--maepora-explore-white);
  text-align: center;
}

.maepora-explore .maepora-explore__events-marker span:nth-child(3) {
  text-align: right;
}

.maepora-explore .maepora-explore__events-copy p:not(.maepora-explore__eyebrow):not(.maepora-explore__editorial-status) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(230, 226, 216, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.maepora-explore .maepora-explore__events-copy p + p:not(.maepora-explore__editorial-status) {
  margin-top: 10px;
}

.maepora-explore .maepora-explore__events-copy .maepora-explore__editorial-status {
  margin-top: 30px;
  color: var(--maepora-explore-white);
}

.maepora-explore .maepora-explore__locations {
  padding-block: 104px;
  background: var(--maepora-explore-white);
}

.maepora-explore .maepora-explore__locations-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: end;
}

.maepora-explore .maepora-explore__locations-copy p:last-child {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--maepora-explore-muted);
  font-size: 16px;
  line-height: 1.75;
}

.maepora-explore .maepora-explore__location-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(42, 51, 64, 0.3);
  list-style: none;
}

.maepora-explore .maepora-explore__location-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding-block: 20px;
  border-bottom: 1px solid rgba(42, 51, 64, 0.3);
  color: var(--maepora-explore-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
}

.maepora-explore .maepora-explore__location-list span {
  color: var(--maepora-explore-gold);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.maepora-explore .maepora-explore__closing {
  padding-block: 112px;
  color: var(--maepora-explore-white);
  background: var(--maepora-explore-navy);
}

.maepora-explore .maepora-explore__closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: end;
}

.maepora-explore .maepora-explore__closing-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(230, 226, 216, 0.74);
  font-size: 17px;
  line-height: 1.7;
}

.maepora-explore .maepora-explore__actions--closing {
  flex-wrap: nowrap;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .maepora-explore .maepora-explore__inner {
    width: min(100% - 72px, 1120px);
  }

  .maepora-explore .maepora-explore__article-grid {
    gap: 22px;
  }

  .maepora-explore .maepora-explore__article-copy {
    padding-inline: 26px;
  }

  .maepora-explore .maepora-explore__article-title {
    font-size: 28px;
  }
}

@media (max-width: 1000px) {
  .maepora-explore .maepora-explore__article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maepora-explore .maepora-explore__article-title {
    font-size: clamp(27px, 3.5vw, 34px);
  }
}

@media (max-width: 900px) {
  .maepora-explore .maepora-explore__inner {
    width: min(100% - 56px, 840px);
  }

  .maepora-explore .maepora-explore__hero,
  .maepora-explore .maepora-explore__hero-inner {
    min-height: 740px;
  }

  .maepora-explore .maepora-explore__hero-shade {
    background:
      linear-gradient(90deg, rgba(13, 20, 34, 0.9) 0%, rgba(13, 20, 34, 0.58) 72%, rgba(13, 20, 34, 0.2) 100%),
      linear-gradient(0deg, rgba(13, 20, 34, 0.58) 0%, rgba(13, 20, 34, 0.05) 60%);
  }

  .maepora-explore .maepora-explore__articles,
  .maepora-explore .maepora-explore__detour {
    padding-block: 104px;
  }

  .maepora-explore .maepora-explore__articles-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 62px;
  }

  .maepora-explore .maepora-explore__detour-inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .maepora-explore .maepora-explore__events-inner {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 52px;
  }

  .maepora-explore .maepora-explore__events-marker {
    padding: 32px;
  }

  .maepora-explore .maepora-explore__locations-inner,
  .maepora-explore .maepora-explore__closing-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .maepora-explore .maepora-explore__location-list {
    max-width: 620px;
  }
}

@media (max-width: 768px) {
  .maepora-explore .maepora-explore__inner {
    width: min(100% - 40px, 680px);
  }

  .maepora-explore .maepora-explore__hero,
  .maepora-explore .maepora-explore__hero-inner {
    min-height: 720px;
  }

  .maepora-explore .maepora-explore__hero-inner {
    padding-block: 84px;
  }

  .maepora-explore .maepora-explore__hero-image {
    object-position: 61% center;
  }

  .maepora-explore .maepora-explore__hero-title {
    font-size: clamp(48px, 11vw, 76px);
  }

  .maepora-explore .maepora-explore__article-art {
    min-height: 230px;
  }

  .maepora-explore .maepora-explore__events {
    padding-block: 92px;
  }

  .maepora-explore .maepora-explore__events-inner {
    grid-template-columns: 1fr;
  }

  .maepora-explore .maepora-explore__events-marker {
    width: min(78vw, 420px);
  }

  .maepora-explore .maepora-explore__locations,
  .maepora-explore .maepora-explore__closing {
    padding-block: 92px;
  }
}

@media (max-width: 620px) {
  .maepora-explore .maepora-explore__article-grid {
    grid-template-columns: 1fr;
  }

  .maepora-explore .maepora-explore__article-tile {
    min-height: 0;
  }

  .maepora-explore .maepora-explore__article-title {
    font-size: 32px;
  }
}

@media (max-width: 520px) {
  .maepora-explore .maepora-explore__inner {
    width: min(100% - 32px, 460px);
  }

  .maepora-explore .maepora-explore__title {
    font-size: 40px;
  }

  .maepora-explore .maepora-explore__hero,
  .maepora-explore .maepora-explore__hero-inner {
    min-height: 700px;
  }

  .maepora-explore .maepora-explore__hero-title {
    font-size: clamp(43px, 13.5vw, 58px);
    line-height: 0.94;
  }

  .maepora-explore .maepora-explore__hero-lede {
    margin-top: 24px;
    font-size: 19px;
  }

  .maepora-explore .maepora-explore__hero-body {
    font-size: 14px;
  }

  .maepora-explore .maepora-explore__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .maepora-explore .maepora-explore__button {
    width: 100%;
  }

  .maepora-explore .maepora-explore__articles,
  .maepora-explore .maepora-explore__detour {
    padding-block: 82px;
  }

  .maepora-explore .maepora-explore__article-grid {
    gap: 24px;
  }

  .maepora-explore .maepora-explore__article-art {
    min-height: 220px;
  }

  .maepora-explore .maepora-explore__article-copy {
    padding: 28px 24px 26px;
  }

  .maepora-explore .maepora-explore__article-title {
    font-size: 30px;
  }

  .maepora-explore .maepora-explore__events-marker {
    width: 100%;
    padding: 30px;
  }

  .maepora-explore .maepora-explore__locations-inner {
    gap: 54px;
  }

  .maepora-explore .maepora-explore__actions--closing {
    display: grid;
  }
}
