.project-insight-page {
  background: #050505;
  color: #f7f5f1;
}

.project-story {
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 8%, rgba(212, 166, 86, 0.1), transparent 28%),
    #050505;
}

.story-width {
  width: min(1180px, 86%);
  margin-inline: auto;
}

.story-hero {
  width: min(1450px, 92%);
  margin: 0 auto;
  padding: 205px 0 90px;
}

.story-hero-copy {
  width: min(1120px, 88%);
  margin: 0 auto 58px;
}

.story-back,
.story-next a {
  color: #d4a656;
  text-decoration: none;
}

.story-back {
  display: inline-block;
  margin-bottom: 46px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.story-kicker,
.story-number,
.chapter-heading > p,
.story-takeaway > p {
  color: #d4a656;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.story-hero h1 {
  max-width: 940px;
  margin: 22px 0 30px;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.story-deck {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.7;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.story-meta span {
  padding: 10px 16px;
  border: 1px solid rgba(212, 166, 86, 0.25);
  border-radius: 99px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.story-cover,
.feature-figure,
.image-pair figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(212, 166, 86, 0.17);
  background: #0a0a09;
}

.story-cover {
  border-radius: 30px;
}

.story-cover img {
  width: 100%;
  max-height: 780px;
  display: block;
  object-fit: cover;
}

figcaption {
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.5;
}

.story-intro {
  display: grid;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 70px;
  padding: 80px 0 150px;
}

.story-intro h2,
.chapter-heading h2 {
  margin-bottom: 30px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.story-intro > div > p,
.chapter-heading > p:last-child,
.story-takeaway div {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.85;
}

.chapter-heading > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-transform: none;
}

.story-intro > div > p + p {
  margin-top: 22px;
}

.story-note {
  padding-left: 22px;
  border-left: 2px solid #d4a656;
  color: rgba(212, 166, 86, 0.88) !important;
}

.story-chapter {
  padding-bottom: 155px;
}

.chapter-heading {
  display: grid;
  grid-template-columns: 0.4fr 1.15fr 0.9fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 55px;
  padding-top: 28px;
  border-top: 1px solid rgba(212, 166, 86, 0.2);
}

.chapter-heading h2 {
  margin: 0;
}

.feature-figure {
  border-radius: 24px;
}

.feature-figure img {
  width: 100%;
  max-height: 840px;
  display: block;
  object-fit: cover;
}

.feature-wide img {
  aspect-ratio: 16 / 8.5;
}

.image-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.image-pair figure {
  border-radius: 20px;
}

.image-pair img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.image-pair-portrait img {
  aspect-ratio: 4 / 4.25;
}

.story-takeaway {
  display: grid;
  grid-template-columns: 0.35fr 1.2fr 0.9fr;
  gap: 55px;
  align-items: start;
  padding: 75px 0;
  border-top: 1px solid rgba(212, 166, 86, 0.24);
  border-bottom: 1px solid rgba(212, 166, 86, 0.24);
}

.story-takeaway blockquote {
  margin: 0;
  color: #d4a656;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.story-takeaway div p + p {
  margin-top: 20px;
}

.story-next {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 100px 0 140px;
}

.story-next a {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(212, 166, 86, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.015);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.story-next a:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 166, 86, 0.5);
  background: rgba(212, 166, 86, 0.05);
}

.story-next span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-next strong {
  color: #fff;
  font-size: 27px;
}

.story-footer {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 40px;
  align-items: end;
  padding: 65px 7%;
  border-top: 1px solid rgba(212, 166, 86, 0.17);
  background: #080807;
}

.story-footer img {
  width: 92px;
  margin-bottom: 18px;
}

.story-footer p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.47);
  line-height: 1.7;
}

.story-footer > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.story-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

@media (max-width: 1050px) {
  .story-hero { padding-top: 190px; }
  .story-hero-copy { width: 92%; }
  .chapter-heading { grid-template-columns: 0.3fr 1fr; }
  .chapter-heading > p:last-child { grid-column: 2; }
  .story-takeaway { grid-template-columns: 0.3fr 1fr; }
  .story-takeaway div { grid-column: 2; }
}

@media (max-width: 700px) {

  .story-width {
    width: 88%;
  }

  /* HERO SPACING */

  .story-hero {
    width: 90%;
    padding: 115px 0 30px;
  }

  .story-hero-copy {
    width: 100%;
    margin-bottom: 28px;
  }

  .story-back {
    margin-bottom: 24px;
  }

  /* HERO HEADING */

  .story-hero h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  /* GENERAL PARAGRAPH TEXT */

  .story-deck,
  .story-intro > div > p,
  .chapter-heading > p:last-child,
  .story-takeaway div p {
    font-size: 13px;
    line-height: 1.45;
  }

  /* GOLD SECTION LABELS */

  .story-kicker,
  .story-number,
  .chapter-heading > p:first-child,
  .story-takeaway > p {
    font-size: 9px;
    line-height: 1.3;
  }

  /* CHAPTER HEADINGS */

  .story-intro h2,
  .chapter-heading h2 {
    font-size: 26px;
    line-height: 1.06;
    margin-bottom: 18px;
  }

  /* GOLD CONSTRUCTION NOTE */

  .story-note {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 18px;
    padding-left: 14px;
  }

  /* IMAGE CAPTIONS */

  figcaption {
    font-size: 10px;
    line-height: 1.4;
    padding: 11px 14px;
  }

  /* SINGLE-COLUMN MOBILE LAYOUT */

  .story-intro,
  .chapter-heading,
  .story-takeaway,
  .story-next,
  .story-footer {
    grid-template-columns: 1fr;
  }

  /* INTRODUCTION SPACING */

  .story-intro {
    gap: 14px;
    padding: 35px 0 65px;
  }

  .story-intro > div > p + p {
    margin-top: 14px;
  }

  /* CHAPTER SPACING */

  .story-chapter {
    padding-bottom: 65px;
  }

  .chapter-heading {
    gap: 12px;
    margin-bottom: 24px;
    padding-top: 20px;
  }

  .chapter-heading > p:last-child,
  .story-takeaway div {
    grid-column: auto;
  }

  /* IMAGES */

  .story-cover {
    border-radius: 18px;
  }

  .story-cover img {
    aspect-ratio: 4 / 3;
  }

  .image-pair {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
  }

  .image-pair img {
    aspect-ratio: 4 / 3;
  }

  /* KEEP VERTICAL PHOTOS UNCROPPED */

  .image-pair-portrait img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  /* FINAL FIELD NOTE */

  .story-takeaway {
    gap: 18px;
    padding: 42px 0;
  }

  .story-takeaway blockquote {
    font-size: 30px;
    line-height: 1.06;
  }

  /* BOTTOM LINKS */

  .story-next {
    gap: 10px;
    padding: 55px 0 70px;
  }

  .story-next a {
    min-height: 108px;
    padding: 22px;
  }

  .story-next strong {
    font-size: 23px;
  }

  /* FOOTER */

  .story-footer {
    gap: 24px;
    align-items: start;
    padding: 40px 7%;
  }
}