.stories-body {
  color: var(--paper);
  background: #111a17;
}

.stories-hero {
  position: relative;
  min-height: 92svh;
  padding: 24px 5vw 80px;
  overflow: hidden;
  border-bottom: 1px solid rgba(233, 229, 216, .13);
  background:
    radial-gradient(circle at 83% 24%, rgba(73, 168, 181, .16), transparent 29%),
    linear-gradient(145deg, transparent 0 55%, rgba(217, 245, 95, .055) 55% 67%, transparent 67%),
    #111a17;
}

.stories-hero nav,
.stories-intro,
.stories-main,
.stories-footer {
  max-width: 1380px;
  margin-inline: auto;
}

.stories-nav {
  display: flex;
  gap: 24px;
}

.stories-nav a {
  color: rgba(233, 229, 216, .7);
  font: 10px "DM Mono";
  text-decoration: none;
  text-transform: uppercase;
}

.stories-intro {
  display: grid;
  grid-template-columns: .34fr 1fr .55fr;
  gap: 36px;
  align-items: end;
  padding-top: clamp(120px, 17vh, 190px);
}

.stories-intro .section-label {
  align-self: start;
  color: var(--acid);
}

.stories-intro h1 {
  font-size: clamp(70px, 10vw, 148px);
  line-height: .78;
}

.stories-intro h1 em,
.stories-overview h2 em,
.stories-context h2 em {
  color: var(--acid);
  font-weight: 300;
}

.stories-intro > p:last-child {
  margin: 0;
  color: #afb6ae;
  line-height: 1.75;
}

.stories-scroll {
  position: absolute;
  right: 5vw;
  bottom: 40px;
  color: var(--acid);
  font: 9px "DM Mono";
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.stories-scroll span {
  margin-left: 18px;
}

.stories-main {
  padding: 0 5vw 130px;
}

.stories-context {
  display: grid;
  grid-template-columns: .3fr 1fr;
  gap: 40px;
  padding: clamp(85px, 12vw, 150px) 0;
  border-bottom: 1px solid rgba(233, 229, 216, .13);
}

.stories-context h2,
.stories-overview h2 {
  margin: 0;
  font: 300 clamp(48px, 7vw, 92px)/.92 "Newsreader";
}

.stories-context > div > p {
  max-width: 720px;
  margin: 38px 0 0 auto;
  color: #aeb5ad;
  font-size: clamp(15px, 1.7vw, 19px);
  line-height: 1.8;
}

.stories-overview {
  padding-top: clamp(80px, 11vw, 140px);
}

.stories-overview[hidden],
.story-reader[hidden] {
  display: none;
}

.stories-overview > header {
  display: grid;
  grid-template-columns: .3fr 1fr;
  gap: 40px;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 70px;
  background: rgba(233, 229, 216, .15);
}

.story-card {
  position: relative;
  display: grid;
  min-height: 390px;
  padding: clamp(28px, 4vw, 50px);
  border: 0;
  color: var(--paper);
  background: #17211e;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease;
}

.story-card::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: var(--acid);
  content: "↗";
  font: 20px "DM Mono";
}

.story-card:hover,
.story-card:focus-visible {
  color: var(--ink);
  background: var(--acid);
  outline: none;
}

.story-card:hover *,
.story-card:focus-visible * {
  color: inherit;
}

.story-card-number,
.story-card-year,
.story-card-footer {
  color: #858d85;
  font: 9px "DM Mono";
  text-transform: uppercase;
}

.story-card-year {
  position: absolute;
  top: clamp(28px, 4vw, 50px);
  right: clamp(28px, 4vw, 50px);
}

.story-card strong {
  align-self: end;
  margin-top: 80px;
  font: 300 clamp(44px, 5vw, 72px)/.9 "Newsreader";
}

.story-card em {
  margin-top: 17px;
  color: var(--acid);
  font: 300 clamp(22px, 2.7vw, 32px)/1.08 "Newsreader";
}

.story-card-footer {
  display: flex;
  margin-top: 48px;
  padding-top: 20px;
  justify-content: space-between;
  border-top: 1px solid rgba(233, 229, 216, .14);
}

.story-reader {
  padding-top: 55px;
}

.story-toolbar {
  display: flex;
  padding-bottom: 22px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(233, 229, 216, .16);
}

.story-toolbar button,
.story-toolbar span {
  border: 0;
  color: #9da59d;
  background: transparent;
  font: 9px "DM Mono";
  text-transform: uppercase;
}

.story-toolbar button {
  color: var(--paper);
  cursor: pointer;
}

.story-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding: clamp(65px, 9vw, 120px) 0;
  align-items: end;
}

.story-heading p,
.story-reading-time {
  color: #899189;
  font: 9px "DM Mono";
  text-transform: uppercase;
}

.story-heading h2 {
  margin: 25px 0 0;
  font-size: clamp(70px, 11vw, 155px);
  line-height: .76;
}

.story-heading h3 {
  max-width: 840px;
  margin: 38px 0 0;
  color: var(--acid);
  font: 300 clamp(34px, 5vw, 64px)/1 "Newsreader";
}

.story-video {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 1px;
  background: rgba(233, 229, 216, .14);
}

.story-video-frame {
  min-height: 560px;
  background: #080d0b;
}

.story-video-frame iframe,
.story-video-poster,
.story-video-placeholder {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
}

.story-video-poster,
.story-video-placeholder {
  position: relative;
  overflow: hidden;
}

.story-video-poster img,
.story-video-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(.76) brightness(.65);
}

.story-video-poster button {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 55px;
  border: 0;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--paper);
  background: linear-gradient(0deg, rgba(8, 13, 11, .88), transparent 70%);
  flex-direction: column;
  text-align: left;
  cursor: pointer;
}

.story-video-poster button > span {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  border: 1px solid var(--acid);
  border-radius: 50%;
  place-items: center;
  color: var(--acid);
}

.story-video-poster strong,
.story-video-placeholder strong {
  font: 300 clamp(35px, 4vw, 58px) "Newsreader";
}

.story-video-poster small {
  margin-top: 10px;
  color: #c2c8c1;
  font: 9px "DM Mono";
  text-transform: uppercase;
}

.story-video-placeholder {
  display: flex;
  padding: 50px;
  justify-content: flex-end;
  background: #0b1210;
  flex-direction: column;
}

.story-video-placeholder img {
  position: absolute;
  inset: 0;
  opacity: .48;
}

.story-video-placeholder span,
.story-video-placeholder strong {
  position: relative;
}

.story-video-placeholder span {
  margin-bottom: 15px;
  color: var(--acid);
  font: 9px "DM Mono";
  text-transform: uppercase;
}

.story-video-copy {
  padding: clamp(35px, 5vw, 65px);
  background: #17211e;
}

.story-video-copy h3 {
  margin: 30px 0;
  font: 300 clamp(35px, 4vw, 58px)/1 "Newsreader";
}

.story-video-copy > p:last-child {
  color: #aeb5ad;
  line-height: 1.8;
}

.story-prose {
  max-width: 920px;
  margin: clamp(90px, 13vw, 170px) auto 0;
  padding: clamp(38px, 8vw, 105px);
  color: var(--ink);
  background: var(--paper);
}

.story-prose-label {
  margin: 0 0 55px;
  color: #717871;
  font: 9px "DM Mono";
  text-transform: uppercase;
}

.story-prose #story-prose > p {
  margin: 0 0 1.45em;
  font: 300 clamp(20px, 2.2vw, 26px)/1.65 "Newsreader";
}

.story-prose #story-prose > p:first-of-type {
  font-size: clamp(29px, 3.4vw, 42px);
  line-height: 1.35;
}

.story-inline-scene {
  margin: 75px -15% 75px;
}

.story-inline-scene img {
  display: block;
  width: 100%;
  max-height: 660px;
  object-fit: cover;
}

.story-inline-scene figcaption {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: #6e756e;
  font: 8px/1.6 "DM Mono";
  text-transform: uppercase;
}

.story-gallery {
  margin-top: clamp(90px, 13vw, 170px);
}

.story-gallery > header {
  display: grid;
  grid-template-columns: .3fr 1fr;
  gap: 40px;
}

.story-gallery h3 {
  margin: 0;
  font: 300 clamp(48px, 7vw, 94px)/.92 "Newsreader";
}

.story-scenes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin-top: 65px;
  background: rgba(233, 229, 216, .14);
}

.story-scenes figure {
  margin: 0;
  background: #17211e;
}

.story-scenes img {
  display: block;
  width: 100%;
  max-height: 760px;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.story-scenes figcaption {
  min-height: 190px;
  padding: 28px;
}

.story-scenes span {
  color: var(--coral);
  font: 9px "DM Mono";
  text-transform: uppercase;
}

.story-scenes strong {
  display: block;
  margin-top: 28px;
  color: var(--acid);
  font: 300 29px "Newsreader";
}

.story-scenes p {
  color: #aeb5ad;
  line-height: 1.65;
}

.story-reflection {
  max-width: 980px;
  margin: clamp(100px, 14vw, 180px) auto 0;
  padding-top: 35px;
  border-top: 1px solid rgba(233, 229, 216, .2);
}

.story-reflection blockquote {
  margin: 35px 0 45px;
  color: var(--acid);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
}

.story-reflection a {
  color: var(--paper);
  font: 9px "DM Mono";
  text-decoration: none;
  text-transform: uppercase;
}

.story-action {
  display: grid;
  grid-template-columns: .32fr 1fr;
  gap: clamp(35px, 7vw, 110px);
  max-width: 1180px;
  margin: clamp(90px, 13vw, 170px) auto 0;
  padding: clamp(35px, 5vw, 70px);
  border: 1px solid rgba(233, 229, 216, .18);
  background: #17231e;
}
.story-action-copy { min-width: 0; }
.story-action h3 {
  max-width: 800px;
  margin: 0 0 24px;
  color: var(--paper);
  font: 300 clamp(39px, 5vw, 68px)/.98 "Newsreader";
}
.story-action-copy > p {
  max-width: 760px;
  color: #aeb5ad;
  line-height: 1.8;
}
.story-action aside {
  margin-top: 38px;
  padding: 25px 0;
  border-top: 1px solid rgba(233, 229, 216, .18);
  border-bottom: 1px solid rgba(233, 229, 216, .18);
}
.story-action aside strong {
  color: var(--acid);
  font: 9px "DM Mono";
  text-transform: uppercase;
}
.story-action aside p { margin: 13px 0 0; color: var(--paper); line-height: 1.7; }
.story-action-links {
  display: flex;
  gap: 24px 35px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.story-action-links a {
  color: var(--paper);
  font: 9px "DM Mono";
  text-decoration: none;
  text-transform: uppercase;
}
.story-action-links a:first-child { color: var(--acid); }
.story-action-links a:hover, .story-action-links a:focus-visible { text-decoration: underline; }

.story-disclaimer {
  margin: 110px 0 0;
  color: #747c74;
  font: 8px "DM Mono";
  text-align: center;
  text-transform: uppercase;
}

.stories-footer {
  padding: 30px 5vw;
  border-top: 1px solid rgba(233, 229, 216, .13);
}

.stories-footer .footer-credit {
  color: rgba(233, 229, 216, .5);
}

.stories-footer .footer-credit a {
  color: var(--acid);
}

@media (max-width: 760px) {
  .stories-hero {
    min-height: 790px;
  }

  .stories-nav {
    gap: 13px;
  }

  .stories-nav a {
    font-size: 8px;
  }

  .stories-intro,
  .stories-context,
  .stories-overview > header,
  .stories-grid,
  .story-heading,
  .story-video,
  .story-gallery > header,
  .story-scenes {
    grid-template-columns: 1fr;
  }

  .stories-intro {
    padding-top: 105px;
  }

  .stories-intro h1 {
    font-size: clamp(64px, 20vw, 84px);
  }

  .stories-context {
    gap: 28px;
  }

  .stories-context > div > p {
    margin-left: 0;
  }

  .story-card {
    min-height: 330px;
  }

  .story-heading {
    align-items: start;
  }

  .story-heading h2 {
    font-size: clamp(65px, 21vw, 88px);
  }

  .story-video-frame,
  .story-video-frame iframe,
  .story-video-poster,
  .story-video-placeholder,
  .story-video-poster img,
  .story-video-placeholder img {
    min-height: 470px;
  }

  .story-video-poster button {
    padding: 30px;
  }

  .story-prose {
    padding: 36px 26px;
  }
  .story-action { grid-template-columns: 1fr; }

  .story-inline-scene {
    margin: 55px -26px;
  }

  .story-scenes figcaption {
    min-height: 0;
  }

  .stories-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
