.play-page {
  background: #f2f5f6;
  color: #182c2b;
}
.play-page .nav {
  border-bottom: 1px solid #c5d2d3;
}
.play-page .nav-links {
  border-color: #c5d2d3;
  background: transparent;
  backdrop-filter: none;
}
.play-page .nav-links a {
  color: #345653;
  font-size: 14px;
}
.play-page .nav-links a:hover,
.play-page .nav-links a[aria-current="page"] {
  background: #dfe8e6;
  color: #182c2b;
}
.play-page a:focus-visible,
.play-home a:focus-visible {
  outline: 3px solid #a14048;
  outline-offset: 5px;
}
.play-page .eyebrow,
.play-home .eyebrow {
  color: #8c3a43;
  font-size: 14px;
}
.play-heading {
  padding: 42px 0 32px;
}
.play-heading .eyebrow {
  margin-bottom: 12px;
}
.play-heading h1 {
  font-size: 44px;
  line-height: 1.25;
  max-width: none;
}
.play-heading > p:last-child {
  margin: 14px 0 0;
  color: #526568;
  font-size: 16px;
  line-height: 1.8;
}
.play-work {
  padding: 24px 0 64px;
  border-top: 1px solid #c5d2d3;
  scroll-margin-top: 24px;
}
.play-work-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 24px;
  margin-bottom: 24px;
}
.play-work-head h2 {
  font-size: 30px;
  line-height: 1.3;
}
.play-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #526568;
  font-size: 14px;
  line-height: 1.7;
}
.play-figure {
  margin: 0;
}
.play-image-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.play-figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 65svh;
}
.play-figure figcaption {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.play-afterword {
  max-width: 660px;
  margin: 40px auto 0;
  font-size: 17px;
  line-height: 1.9;
}
.play-afterword p {
  margin: 0 0 20px;
}
.play-afterword blockquote {
  margin: 0 0 28px;
  padding: 12px 0 12px 20px;
  border-left: 3px solid #a14048;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.7;
}
.play-afterword .play-provenance {
  padding-top: 20px;
  border-top: 1px solid #c5d2d3;
  color: #526568;
  font-size: 14px;
}
.play-home {
  background: #f2f5f6;
  color: #182c2b;
}
.play-home .section-head {
  flex-wrap: wrap;
  align-items: center;
}
.play-home .note {
  max-width: 680px;
  font-size: 16px;
  color: #526568;
}
.play-home-link {
  color: #345653;
  text-underline-offset: 5px;
  font-size: 16px;
}
.play-home figure {
  margin: 28px 0 0;
}
.play-home figure > a {
  display: block;
  max-width: 880px;
  margin: 0 auto;
}
.play-home img {
  display: block;
  width: 100%;
  height: auto;
}
.play-home figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 16px;
  color: #526568;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 760px) {
  .play-heading { padding: 30px 0 24px; }
  .play-work { padding-top: 20px; }
  .play-work-head { margin-bottom: 20px; }
  .play-figure figcaption { text-align: left; }
  .play-afterword { margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .play-page { scroll-behavior: auto; }
}
