.insights-story {
  box-sizing: border-box;
  position: relative;
  min-height: 100svh;
  padding: 88px clamp(54px, 4.8vw, 92px) 96px;
  background: #f4f1e9;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
}

.insights-copy {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.insights-rule {
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 0 36px;
  background: linear-gradient(90deg, #c08b17 0 22%, #a23a2b 22% 44%, #2f7c55 44% 72%, #172318 72% 100%);
}

.insights-eyebrow {
  margin: 0;
  color: #30342d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.insights-eyebrow {
  margin-bottom: 26px;
  font-size: 27px;
  letter-spacing: 12px;
}

.insights-copy h2 {
  max-width: 1120px;
  margin: 0 0 36px;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 5.4vw, 104px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.insights-paragraphs {
  max-width: 1285px;
}

.insights-paragraphs p {
  margin: 0 0 28px;
  color: #44483f;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: 0;
}

.insights-paragraphs p:last-child {
  margin-bottom: 0;
}

.flavour-pill {
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px 2px;
  border-radius: 999px;
  background: rgba(242, 85, 24, 0.16);
  color: #8f310f;
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.pill-gold {
  background: rgba(242, 85, 24, 0.16);
  color: #8f310f;
}

.pill-red {
  background: rgba(242, 85, 24, 0.16);
  color: #8f310f;
}

.pill-green {
  background: rgba(242, 85, 24, 0.16);
  color: #8f310f;
}

@media (max-width: 1200px) {
  .insights-story {
    padding: 72px 42px 82px;
  }

  .insights-eyebrow {
    font-size: 22px;
    letter-spacing: 8px;
  }
}

@media (max-width: 860px) {
  .insights-story {
    display: block;
    padding: 56px 24px 68px;
  }

  .insights-rule {
    margin-bottom: 28px;
  }

  .insights-eyebrow {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .insights-copy h2 {
    font-size: clamp(48px, 12vw, 72px);
    letter-spacing: 0;
  }
}

@media (max-width: 520px) {
  .insights-story {
    padding: 44px 16px 56px;
  }

  .insights-copy h2 {
    font-size: 42px;
  }

  .insights-paragraphs p {
    font-size: 17px;
    line-height: 1.7;
  }
}
