.story-page { min-height: 100vh; }
.story-page .site-header { color: var(--ink); }
.story-page .site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--moss); text-decoration-thickness: 1px; text-underline-offset: .5rem; }

.story-list-hero { min-height: 88svh; display: flex; align-items: flex-end; width: min(100%, var(--max-width)); margin: 0 auto; padding: clamp(9rem, 18vh, 14rem) var(--page-pad) max(10vh, 6rem); }
.story-list-hero-copy h1 { max-width: 17ch; margin: 0; font-size: clamp(4rem, 8vw, 8.75rem); font-weight: 225; letter-spacing: -.04em; line-height: 1.08; word-break: keep-all; text-wrap: balance; }
.story-list-hero-copy > p:last-child { max-width: 26rem; margin: 2rem 0 0; font-size: clamp(1rem, 1.3vw, 1.25rem); }
.story-archive { background: var(--cream); }
.story-archive-head { display: grid; grid-template-columns: minmax(12rem, .4fr) 1fr; gap: 2rem; align-items: start; margin-bottom: max(8vh, 4rem); }
.story-archive-head .kicker { padding-top: .45rem; }
.story-archive-head h2 { max-width: 18ch; margin: 0; font-size: clamp(3rem, 6.1vw, 6.6rem); font-weight: 225; letter-spacing: -.04em; line-height: 1.08; word-break: keep-all; text-wrap: balance; }
.story-index-list { margin: 0; padding: 0; border-top: 1px solid var(--green); list-style: none; }
.story-list-card { border-bottom: 1px solid var(--green); }
.story-list-card:hover { background: color-mix(in srgb, var(--moss) 10%, transparent); }
.story-list-card > a { display: grid; grid-template-columns: 9rem minmax(0, 1fr) auto; gap: clamp(1.5rem, 5vw, 6rem); align-items: start; padding: clamp(2rem, 5vw, 4.5rem) clamp(0rem, 2vw, 2rem); }
.story-list-card time { padding-top: .45rem; font-size: .68rem; letter-spacing: .12em; }
.story-list-card h3 { max-width: 18ch; margin: 0; font-size: clamp(1.8rem, 3.4vw, 3.8rem); font-weight: 250; letter-spacing: -.043em; line-height: 1.12; word-break: keep-all; }
.story-list-image { display: block; width: min(100%, 44rem); aspect-ratio: 3 / 2; margin: 0 0 clamp(1.5rem, 3vw, 2.25rem); object-fit: cover; border-radius: .25rem; box-shadow: 0 1.1rem 2.8rem rgba(31, 46, 34, .12); transition: transform .45s ease, filter .45s ease; }
.story-list-card:hover .story-list-image { transform: scale(1.012); filter: saturate(1.04); }
.story-list-card .story-summary { max-width: 40ch; margin: 1.25rem 0 0; font-size: .82rem; opacity: .72; }
.story-list-card .story-arrow { font-size: 1.2rem; }
.story-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.25rem; }
.story-tag { padding: .25rem .6rem; border: 1px solid var(--green); font-size: .62rem; letter-spacing: .08em; }
.story-list-state { min-height: 20rem; display: grid; place-items: center; border-bottom: 1px solid var(--green); font-size: .82rem; text-align: center; }
.story-admin-link { display: inline-flex; justify-content: space-between; gap: 4rem; min-width: 14rem; margin-top: max(8vh, 4rem); padding: .9rem 0; border-bottom: 1px solid var(--green); font-size: .8rem; font-weight: 650; }

.story-reading { width: min(calc(100% - (var(--page-pad) * 2)), 680px); min-height: 80svh; margin: 0 auto; padding: clamp(8.5rem, 14vh, 11rem) 0 var(--section-space); }
.story-top { margin-bottom: clamp(3.5rem, 9vh, 7rem); }
.story-back { display: inline-flex; gap: .75rem; align-items: center; padding: .5rem 0; border-bottom: 1px solid var(--green); font-size: .76rem; font-weight: 600; }
.story-post-state { min-height: 22rem; display: grid; place-items: center; margin: 0; font-size: .82rem; text-align: center; }
.story-article { padding: 0; }
.story-post-head time { font-size: .72rem; letter-spacing: .12em; }
.story-post-head h1 { margin: 1.25rem 0 1.5rem; font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 230; letter-spacing: -.04em; line-height: 1.08; word-break: keep-all; text-wrap: balance; }
.story-post-meta { display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin-top: 1rem; font-size: .74rem; opacity: .7; }
.story-post-rule { width: 4rem; margin: 3rem 0; border: 0; border-top: 1px solid var(--green); }
.story-post-image, .story-post-visual img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; margin: 0 0 clamp(3rem, 7vw, 4.5rem); object-fit: cover; border-radius: .25rem; box-shadow: 0 1.2rem 3rem rgba(31, 46, 34, .13); }
.story-post-visual { margin: 0; }
.story-body { font-size: 1.03rem; line-height: 1.95; word-break: keep-all; }
.story-body p { margin: 0 0 1.7em; }
.story-body a, .story-related a { text-decoration: underline; text-decoration-color: var(--moss); text-underline-offset: .25rem; }
.story-body h2 { margin: 2.6em 0 .9em; font-size: clamp(1.6rem, 3.5vw, 2.15rem); font-weight: 380; letter-spacing: -.035em; line-height: 1.35; }
.story-body ul { margin: 0 0 1.7em; padding-left: 1.35rem; }
.story-body li { margin-bottom: .55em; }
.story-body li::marker { color: var(--green); }
.story-faq, .story-sources { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--green); }
.story-faq > h2, .story-sources > h2 { margin: 0 0 1.5rem; font-size: 1.35rem; font-weight: 450; }
.story-faq details { padding: 1.1rem 0; border-bottom: 1px solid var(--green); }
.story-faq summary { cursor: pointer; font-weight: 600; list-style: none; }
.story-faq summary::-webkit-details-marker { display: none; }
.story-faq summary::before { content: "Q. "; }
.story-faq details p { margin: .9rem 0 0; font-size: .92rem; opacity: .76; }
.story-sources { font-size: .82rem; }
.story-sources ol { padding-left: 1.25rem; }
.story-sources a { text-decoration: underline; text-underline-offset: .25rem; }
.story-related { margin-top: 3rem !important; padding-top: 1.5rem; border-top: 1px solid var(--green); font-size: .86rem; }
.story-cta { margin: 3rem 0 0; }
.story-cta a { display: inline-flex; justify-content: space-between; gap: 4rem; min-width: min(100%, 18rem); padding: .95rem 0; border-bottom: 1px solid var(--green); font-size: .82rem; font-weight: 650; }
.story-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 5rem; padding-top: .5rem; border-top: 1px solid var(--green); }
.story-post-nav a { display: block; min-width: 0; padding: 1.5rem .25rem; }
.story-post-nav a:hover { background: color-mix(in srgb, var(--moss) 10%, transparent); }
.story-post-nav .story-direction { margin-bottom: .5rem; font-size: .65rem; letter-spacing: .12em; opacity: .68; }
.story-post-nav .story-nav-title { overflow: hidden; font-size: 1rem; font-weight: 550; line-height: 1.5; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.story-post-nav .next { text-align: right; }
.story-not-found { min-height: 24rem; display: grid; place-items: center; align-content: center; text-align: center; }
.story-not-found h1 { margin: 0 0 1rem; font-size: 2.2rem; font-weight: 300; }
.story-not-found p { margin: 0 0 2rem; opacity: .72; }
.story-not-found a { padding-bottom: .35rem; border-bottom: 1px solid var(--green); font-size: .82rem; font-weight: 650; }

@media (max-width: 820px) {
  .story-page .menu-button > span:not(.sr-only) { background: var(--green); }
  .story-page .site-nav { color: var(--ivory); }
  .story-list-hero { min-height: 76svh; }
  .story-archive-head { grid-template-columns: 1fr; }
  .story-archive-head .kicker { padding-top: 0; }
  .story-list-card > a { grid-template-columns: 1fr auto; gap: 1rem; }
  .story-list-card time { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .story-list-hero { min-height: auto; padding-top: 10rem; padding-bottom: max(15vh, 6rem); }
  .story-list-hero-copy h1 { font-size: clamp(3.6rem, 16vw, 5.2rem); }
  .story-reading { width: min(calc(100% - 2.5rem), 680px); padding-top: 8rem; }
  .story-post-head h1 { font-size: clamp(2.6rem, 12vw, 3.8rem); }
  .story-post-nav { grid-template-columns: 1fr; }
  .story-post-nav .next { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .story-list-card:hover { background: inherit; }
  .story-list-card:hover .story-list-image { transform: none; }
}
