.stories-page .portal-hero {
  background: radial-gradient(circle at 84% 20%, rgba(198, 153, 86, 0.16), transparent 30%), linear-gradient(122deg, #f4faf8, #f7f8f3 62%, #fff);
}

.stories-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 38px;
}

.stories-intro h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.35;
}

.stories-intro p {
  margin: 0;
  color: #607482;
  font-size: 14px;
  line-height: 1.9;
}

.stories-reading-note {
  padding: 22px 24px;
  border-radius: 16px;
  background: #edf7f5;
  color: #365d62;
  font-size: 12px;
  line-height: 1.8;
}

.stories-page .resource-card blockquote {
  margin: 16px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--green);
  background: #f4f9f8;
  color: #315863;
  font-size: 13px;
  line-height: 1.75;
}

.story-detail .portal-hero h1 {
  max-width: 860px;
}

.story-detail .portal-hero .lead {
  max-width: 820px;
}

.story-article {
  padding: 0;
  overflow: hidden;
}

.story-cover {
  position: relative;
  margin: 0;
  background: #eaf2f2;
}

.story-cover > img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.story-cover figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 99px;
  background: rgba(7, 30, 50, 0.72);
  color: #fff;
  font-size: 9px;
  backdrop-filter: blur(8px);
}

.story-copy {
  padding: 42px 46px 48px;
}

.story-opening {
  margin: 0 0 32px;
  color: #294b5d;
  font-size: 19px;
  line-height: 1.9;
}

.story-voice {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 4px solid var(--green);
  border-radius: 0 15px 15px 0;
  background: #edf7f5;
  color: #244f57;
  font-size: 17px;
  line-height: 1.85;
}

.story-copy h2 {
  margin-top: 42px;
}

.story-copy p {
  margin: 0 0 18px;
}

.story-scene {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(190px, 0.8fr);
  gap: 24px;
  align-items: center;
  margin: 34px 0;
  padding: 22px;
  border: 1px solid #e0eaeb;
  border-radius: 17px;
  background: #fbfdfd;
}

.story-scene img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 13px;
}

.story-scene p {
  margin: 0;
  color: #4f6975;
}

.story-reflection {
  margin-top: 42px;
  padding: 28px;
  border-radius: 17px;
  background: linear-gradient(125deg, #f4f8f1, #edf7f5);
}

.story-reflection h2 {
  margin-top: 0;
  font-size: 22px;
}

.story-reflection ul {
  margin-bottom: 0;
}

.story-disclaimer {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #e4ecee;
  color: #81909b !important;
  font-size: 11px !important;
  line-height: 1.8 !important;
}

.story-aside-person {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 18px;
  border: 3px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 850px) {
  .stories-intro,
  .story-scene {
    grid-template-columns: 1fr;
  }

  .story-cover > img {
    height: 330px;
  }
}

@media (max-width: 560px) {
  .stories-intro h2 {
    font-size: 25px;
  }

  .story-cover > img {
    height: 245px;
  }

  .story-copy {
    padding: 30px 20px 34px;
  }

  .story-opening,
  .story-voice {
    font-size: 16px;
  }

  .story-scene {
    padding: 14px;
  }

  .story-scene img {
    height: 190px;
  }
}
