:root {
  --article-ink: #17241f;
  --article-green: #163931;
  --article-rust: #9a5128;
  --article-paper: #f7f1e8;
  --article-paper-deep: #eee2d2;
  --article-line: rgba(23, 36, 31, 0.18);
}

body {
  background: var(--article-paper);
  color: var(--article-ink);
}

.editorial-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(154, 81, 40, 0.08), transparent 30rem),
    var(--article-paper);
}

.editorial-article {
  padding: 72px 24px 56px;
}

.article-masthead {
  width: min(900px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.article-back-link {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--article-green);
  font: 600 14px/1.3 "Poppins", sans-serif;
  text-decoration: none;
}

.article-back-link:hover,
.article-back-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-kicker,
.article-section-kicker {
  margin: 0 0 16px;
  color: var(--article-rust);
  font: 700 12px/1.4 "Poppins", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-masthead h1 {
  max-width: 850px;
  margin: 0 auto;
  color: var(--article-green);
  font: 400 clamp(48px, 7vw, 86px)/0.98 "DM Serif Display", Georgia, serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.article-standfirst {
  max-width: 760px;
  margin: 30px auto 0;
  color: #3e4b46;
  font: 400 clamp(20px, 2.3vw, 26px)/1.5 "Source Sans 3", sans-serif;
  text-wrap: pretty;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
  color: #5f6965;
  font: 500 14px/1.5 "Poppins", sans-serif;
}

.article-hero {
  width: min(1280px, 100%);
  margin: 0 auto 68px;
}

.article-hero img,
.article-wide-image img,
.article-spread-image img,
.article-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: var(--article-paper-deep);
}

.article-hero figcaption,
.article-wide-image figcaption,
.article-spread-image figcaption,
.article-gallery-card figcaption {
  margin-top: 10px;
  color: #626c68;
  font: 400 13px/1.45 "Source Sans 3", sans-serif;
}

.article-hero figcaption span,
.article-wide-image figcaption span,
.article-spread-image figcaption span,
.article-gallery-card figcaption span {
  display: block;
  color: #7a827f;
}

.article-body {
  width: min(720px, 100%);
  margin: 0 auto;
  font: 400 19px/1.78 "Source Sans 3", sans-serif;
}

.article-body > p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.1em 0 0;
  color: var(--article-rust);
  font: 400 4.3em/0.78 "DM Serif Display", Georgia, serif;
}

.article-body p {
  margin: 0 0 1.45em;
}

.article-body h2 {
  margin: 2.8em 0 0.8em;
  color: var(--article-green);
  font: 400 clamp(34px, 4.5vw, 48px)/1.08 "DM Serif Display", Georgia, serif;
  letter-spacing: -0.02em;
}

.article-body a {
  color: var(--article-green);
  font-weight: 600;
  text-decoration-color: rgba(154, 81, 40, 0.65);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.article-wide-image,
.article-image-spread,
.article-gallery {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 48px));
  margin: 64px 0;
  transform: translateX(-50%);
}

.article-image-spread {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.article-spread-image {
  min-width: 0;
  margin: 0;
}

.article-pullquote {
  position: relative;
  left: 50%;
  width: min(920px, calc(100vw - 48px));
  margin: 72px 0;
  padding: 56px clamp(28px, 6vw, 72px);
  transform: translateX(-50%);
  border: 0;
  border-top: 1px solid var(--article-rust);
  border-bottom: 1px solid var(--article-rust);
  color: var(--article-green);
  text-align: center;
}

.article-pullquote p {
  margin: 0;
  font: 400 clamp(34px, 5vw, 58px)/1.1 "DM Serif Display", Georgia, serif;
  text-wrap: balance;
}

.article-gallery {
  margin-top: 84px;
  padding: 34px 0 18px;
  border-top: 1px solid var(--article-line);
  border-bottom: 1px solid var(--article-line);
}

.article-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.article-gallery-heading h2 {
  margin: 0;
}

.article-gallery-controls {
  display: none;
  gap: 8px;
}

.article-gallery[data-enhanced="true"] .article-gallery-controls {
  display: flex;
}

.article-gallery-controls button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--article-green);
  border-radius: 50%;
  background: transparent;
  color: var(--article-green);
  cursor: pointer;
  font: 600 20px/1 "Poppins", sans-serif;
}

.article-gallery-controls button:hover {
  background: var(--article-green);
  color: #fff;
}

.article-gallery-track {
  display: grid;
  grid-auto-columns: min(76vw, 780px);
  grid-auto-flow: column;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--article-rust) var(--article-paper-deep);
}

.article-gallery-card {
  margin: 0;
  scroll-snap-align: start;
}

.article-gallery-status {
  margin: 0;
  color: #5f6965;
  font: 600 13px/1.4 "Poppins", sans-serif;
}

.article-source-list {
  margin: 0 0 44px;
  padding-left: 1.2em;
  color: #46524d;
  font-size: 16px;
  line-height: 1.6;
}

.article-source-list li + li {
  margin-top: 10px;
}

.article-related-place {
  width: min(920px, 100%);
  margin: 88px auto 0;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 4px;
  background: var(--article-green);
  color: #fff;
}

.article-related-place h2 {
  margin: 0 0 16px;
  font: 400 clamp(36px, 5vw, 54px)/1.05 "DM Serif Display", Georgia, serif;
}

.article-related-place > p:not(.article-section-kicker) {
  max-width: 720px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font: 400 18px/1.6 "Source Sans 3", sans-serif;
}

.article-related-place .article-section-kicker {
  color: #e7a777;
}

.article-related-address {
  font-weight: 600 !important;
}

.article-related-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.article-primary-action,
.article-secondary-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 10px 20px;
  color: #fff;
  font: 600 14px/1.3 "Poppins", sans-serif;
  text-decoration: none;
}

.article-primary-action {
  background: #fff;
  color: var(--article-green);
}

.article-secondary-action:hover,
.article-secondary-action:focus-visible {
  background: #fff;
  color: var(--article-green);
}

.article-publication-record {
  width: min(920px, 100%);
  margin: 28px auto 0;
  color: #66706c;
  font: 400 14px/1.6 "Source Sans 3", sans-serif;
}

.article-publication-record a {
  color: var(--article-green);
}

.article-back-link:focus-visible,
.article-body a:focus-visible,
.article-gallery-track:focus-visible,
.article-gallery-controls button:focus-visible,
.article-primary-action:focus-visible,
.article-secondary-action:focus-visible,
.article-publication-record a:focus-visible {
  outline: 3px solid #d98b56;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .editorial-article {
    padding: 44px 18px 40px;
  }

  .article-back-link {
    margin-bottom: 30px;
  }

  .article-masthead {
    margin-bottom: 34px;
  }

  .article-masthead h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .article-standfirst {
    font-size: 20px;
  }

  .article-hero {
    margin-bottom: 46px;
  }

  .article-body {
    font-size: 18px;
    line-height: 1.7;
  }

  .article-wide-image,
  .article-image-spread,
  .article-gallery,
  .article-pullquote {
    width: calc(100vw - 36px);
  }

  .article-image-spread {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .article-gallery-heading {
    align-items: center;
  }

  .article-gallery-track {
    grid-auto-columns: 88%;
  }

  .article-related-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-gallery-track {
    scroll-behavior: auto;
  }
}
