.blog-page {
  color-scheme: light;
  background: #faf9f7;
  color: #1a1c1b;
}

.blog-page main { max-width: 1120px; }
.blog-nav { margin-bottom: 42px; }
.blog-nav [aria-current="page"] { color: #25686a; }

.blog-hero {
  max-width: 800px;
  padding: 54px 0 34px;
}

.blog-eyebrow {
  margin: 0 0 10px;
  color: #25686a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-hero h1 {
  margin: 0;
  color: #2d5355;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.blog-hero > p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: #52677f;
  font-size: 19px;
}

.story-article {
  max-width: 860px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid #dedbd5;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(45, 52, 54, .08);
}

.story-article h2,
.soro-section h2 {
  margin: 0;
  color: #2d5355;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.15;
}

.story-article p { color: #3f4849; }
.story-lead { font-size: 21px; font-weight: 600; line-height: 1.5; }
.story-details { margin-top: 24px; border-top: 1px solid #e3e2e0; }

.story-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  color: #25686a;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.story-details summary::-webkit-details-marker { display: none; }
.story-details summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eef4f4;
  font-size: 20px;
}
.story-details[open] summary::after { content: "-"; }
.story-less { display: none; }
.story-details[open] .story-more { display: none; }
.story-details[open] .story-less { display: inline; }
.story-body { display: grid; }
.story-body section { padding: 30px 0; border-bottom: 1px solid #e3e2e0; }
.story-body section:last-child { padding-bottom: 0; border-bottom: 0; }
.story-body h3 { margin: 0 0 14px; color: #2d5355; font-size: 23px; }
.story-body p { margin: 0 0 13px; }
.story-body ul { margin: 14px 0 18px; padding-left: 22px; color: #3f4849; }
.story-body li + li { margin-top: 7px; }
.story-signature {
  margin-top: 22px !important;
  padding: 18px 20px;
  border-left: 4px solid #25686a;
  border-radius: 0 12px 12px 0;
  background: #eef4f4;
}

.soro-section { margin-top: 70px; padding-top: 34px; border-top: 1px solid #dedbd5; }
.soro-section header { max-width: 720px; margin-bottom: 28px; }
.soro-section header > p:last-child { color: #52677f; }
.soro-fallback { padding: 18px; border: 1px solid #dedbd5; border-radius: 12px; background: #fff; color: #52677f; }

@media (max-width: 760px) {
  .blog-page main { padding-inline: 16px; }
  .blog-nav { align-items: center; }
  .blog-nav span { gap: 10px; }
  .blog-nav span a:nth-last-child(-n+2) { display: none; }
  .blog-hero { padding-top: 28px; }
  .story-article { padding: 26px 20px; border-radius: 18px; }
  .story-lead { font-size: 18px; }
  .story-body h3 { font-size: 21px; }
}
