.story-page { padding-top: 88px; }
.story-hero { min-height: calc(82svh - 88px); padding: max(15vh, 120px) clamp(24px, 7vw, 110px); display: flex; align-items: center; }
.story-hero > div { width: min(1180px, 100%); margin: 0 auto; }
.story-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(52px, 7vw, 104px); font-weight: 200; letter-spacing: -.055em; line-height: 1.15; }
.story-hero h1 em { color: var(--cobalt); font-style: normal; }
.story-hero div > p:last-child { max-width: 40ch; margin: 36px 0 0; color: rgba(46,46,46,.7); font-size: 14px; font-weight: 300; }
.story-archive { padding-left: clamp(24px, 7vw, 110px); padding-right: clamp(24px, 7vw, 110px); background: rgba(46,46,46,.04); }
.story-archive-head { width: min(1180px, 100%); margin: 0 auto 11vh; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.story-archive-head h2 { margin: 16px 0 0; font-size: clamp(40px, 5vw, 72px); font-weight: 200; letter-spacing: -.055em; line-height: 1.15; }
.story-admin-link { padding-bottom: 3px; color: var(--cobalt); border-bottom: 1px solid currentColor; font-size: 10px; }
.blog-list { width: min(1180px, 100%); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; list-style: none; }
.blog-card { min-width: 0; border: 1px solid rgba(46,46,46,.18); background: var(--white); transition: transform .25s ease, border-color .25s ease; }
.blog-card:hover { border-color: var(--cobalt); transform: translateY(-8px); }
.blog-card > a { min-height: 410px; padding: 38px; display: flex; flex-direction: column; }
.blog-card time { color: var(--cobalt); font-size: 9px; letter-spacing: .14em; }
.blog-card h2 { max-width: 20ch; margin: auto 0 24px; font-size: clamp(28px, 3vw, 44px); font-weight: 200; letter-spacing: -.04em; line-height: 1.35; }
.blog-summary { max-width: 40ch; margin: 0; color: rgba(46,46,46,.68); font-size: 13px; font-weight: 300; }
.blog-tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 7px; }
.blog-tag { padding: 3px 9px; color: var(--cobalt); border: 1px solid var(--cobalt); font-size: 9px; letter-spacing: .08em; }
.blog-more { margin-top: 30px; align-self: flex-end; color: var(--cobalt); font-size: 10px; }
.blog-state { grid-column: 1 / -1; padding: 80px 24px; text-align: center; border: 1px solid rgba(46,46,46,.18); color: rgba(46,46,46,.68); font-size: 13px; }
.post-shell { width: min(680px, calc(100% - 48px)); margin: 0 auto; padding: 88px 0 max(15vh, 120px); }
.post-top { padding-top: 56px; }
.post-back { color: var(--cobalt); border-bottom: 1px solid currentColor; font-size: 11px; }
.post-article { padding-top: 11vh; }
.post-head time { color: var(--cobalt); font-size: 10px; letter-spacing: .14em; }
.post-head h1 { margin: 20px 0 24px; font-size: clamp(42px, 6vw, 68px); font-weight: 200; letter-spacing: -.055em; line-height: 1.25; }
.post-meta { color: rgba(46,46,46,.64); font-size: 11px; }
.post-meta span + span::before { content: " · "; }
.post-rule { width: 56px; margin: 52px 0; border: 0; border-top: 2px solid var(--cobalt); }
.post-body { font-size: 16px; font-weight: 300; line-height: 2; }
.post-body p { margin: 0 0 1.8em; }
.post-body a { color: var(--cobalt); border-bottom: 1px solid currentColor; font-weight: 400; }
.post-body h2 { margin: 2.4em 0 .9em; font-size: 27px; font-weight: 300; letter-spacing: -.025em; line-height: 1.5; }
.post-body ul { margin: 0 0 1.8em 1.2em; padding: 0; }
.post-body li { margin-bottom: .5em; }
.post-body li::marker { color: var(--cobalt); }
.post-faq { margin-top: 80px; }
.post-faq h2 { margin-bottom: 24px; font-size: 25px; font-weight: 300; }
.post-faq details { padding: 18px 0; border-top: 1px solid rgba(46,46,46,.18); }
.post-faq details:last-of-type { border-bottom: 1px solid rgba(46,46,46,.18); }
.post-faq summary { cursor: pointer; font-size: 15px; font-weight: 400; list-style: none; }
.post-faq summary::before { content: "Q. "; color: var(--cobalt); }
.post-faq p { margin: 12px 0 0; color: rgba(46,46,46,.72); font-size: 14px; }
.post-sources { margin-top: 48px; color: rgba(46,46,46,.68); font-size: 13px; }
.post-sources h2 { font-size: 13px; font-weight: 500; letter-spacing: .08em; }
.post-pn { margin-top: 90px; padding-top: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-top: 1px solid rgba(46,46,46,.18); }
.post-pn a { padding: 26px 4px; }
.post-pn .next { text-align: right; }
.post-pn-dir { display: block; margin-bottom: 7px; color: var(--cobalt); font-size: 9px; letter-spacing: .1em; }
.post-pn strong { display: block; font-size: 14px; font-weight: 300; line-height: 1.55; }
.post-notfound { padding: 20vh 0; text-align: center; }
.post-notfound h1 { font-size: 34px; font-weight: 300; }
.post-notfound p { color: rgba(46,46,46,.68); font-size: 14px; }
.post-notfound a { color: var(--cobalt); border-bottom: 1px solid currentColor; font-size: 12px; }
@media (max-width: 640px) {
  .story-page { padding-top: 72px; }
  .story-hero { min-height: auto; padding: 15vh 20px; }
  .story-hero h1 { font-size: clamp(46px, 13vw, 60px); }
  .story-archive { padding-left: 20px; padding-right: 20px; }
  .story-archive-head { margin-bottom: 9vh; align-items: start; flex-direction: column; }
  .blog-list { grid-template-columns: 1fr; }
  .blog-card:hover { transform: none; }
  .blog-card > a { min-height: 360px; padding: 28px; }
  .post-shell { width: calc(100% - 40px); padding-top: 72px; }
  .post-top { padding-top: 42px; }
  .post-article { padding-top: 10vh; }
  .post-head h1 { font-size: 44px; }
  .post-body { font-size: 15.5px; }
  .post-pn { grid-template-columns: 1fr; }
  .post-pn .next { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { .blog-card { transition: none; } }
