/* ═══════════════════════════════════════════════════════════════════
   Story landing pages — /stories/{id} and /stories
   A calmer, static counterpart to the animated homepage hero: same
   tokens and voice, but built to be read and indexed rather than
   scrolled through as a scene. Loaded alongside tokens.css + site.css
   (for .btn-gold, .eyebrow, .chip, .site-footer, .sound-toggle, etc).
   ═══════════════════════════════════════════════════════════════════ */

body.story-page { background: var(--cream-site); }

.story-nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; padding: 16px clamp(16px, 4.5vw, 52px);
  border-bottom: 1px solid rgba(60, 80, 40, 0.1);
}
.story-nav-brand { display: flex; align-items: center; gap: 11px; color: var(--forest); }
.story-nav-brand img { height: 38px; width: auto; }
.story-nav-brand-text { display: flex; flex-direction: column; gap: 2px; }
.story-nav-brand-title { font-family: var(--font-display); font-weight: 700; font-size: 12.5px; }
.story-nav-brand-sub { font-family: var(--font-mono); font-weight: 700; font-size: 8px; letter-spacing: 0.2em; color: var(--sage-meta); }
.story-nav-links { display: flex; align-items: center; gap: clamp(10px, 2vw, 22px); font-family: var(--font-display); font-weight: 600; font-size: 13.5px; }
.story-nav-links a { color: var(--body-ink-2); padding: 6px 4px; }
.story-nav-links a:hover { color: var(--gold-accent); }

.story-crumbs {
  max-width: 1080px; margin: 22px auto 0; padding: 0 clamp(16px, 4.5vw, 52px);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--sage-meta);
}
.story-crumbs a { color: var(--sage-meta); }
.story-crumbs a:hover { color: var(--gold-accent); }
.story-crumbs span[aria-hidden] { margin: 0 6px; opacity: 0.6; }

.story-hero {
  max-width: 1080px; margin: 0 auto; padding: 22px clamp(16px, 4.5vw, 52px) 10px;
  display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 56px); align-items: center;
}
.story-hero-art {
  flex: 1 1 240px; max-width: 300px; aspect-ratio: 100 / 128;
  border-radius: var(--r-cover); overflow: hidden; box-shadow: var(--sh-story);
}
.story-hero-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-hero-col { flex: 2 1 400px; min-width: 0; }
.story-hero-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; font-weight: 700; color: var(--gold-dark); }
.story-hero-title { margin: 8px 0 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 5vw, 44px); color: var(--forest-ink); line-height: 1.08; text-wrap: balance; }
.story-hero-virtue { margin-top: 10px; display: flex; align-items: center; gap: 8px; font-family: var(--font-serif); font-style: italic; font-size: 16px; color: var(--blue); }
.story-hero-lede { margin: 16px 0 0; max-width: 56ch; font-size: 16.5px; line-height: 1.75; color: var(--body-ink); text-wrap: pretty; }
.story-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 26px; }
.story-hero-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px 18px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em; color: var(--sage-meta); }

.story-article {
  max-width: 780px; margin: 56px auto 0; padding: 0 clamp(16px, 4.5vw, 52px);
  display: flex; flex-direction: column; gap: 18px;
}
.story-article h2 { margin: 26px 0 0; font-family: var(--font-display); font-weight: 700; font-size: clamp(19px, 2.6vw, 23px); color: var(--forest-ink); }
.story-article p { margin: 0; font-size: 16px; line-height: 1.82; color: var(--body-ink); text-wrap: pretty; }
.story-article ul { margin: 4px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.story-article li { display: flex; align-items: baseline; gap: 10px; font-size: 15.5px; line-height: 1.6; color: var(--body-ink); }
.story-article li::before { content: "✦"; color: var(--gold-accent); font-size: 11px; }

.story-more {
  max-width: 1080px; margin: 64px auto 0; padding: 40px clamp(16px, 4.5vw, 52px);
  border-top: 1px solid rgba(60, 80, 40, 0.14);
}
.story-more h2 { margin: 0 0 18px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--forest-ink); }
.story-more-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.story-more-card {
  flex: 1 1 220px; max-width: 260px; display: flex; flex-direction: column; gap: 10px;
  padding: 16px; border-radius: var(--r-card); background: var(--cream-card-solid);
  box-shadow: var(--sh-card-light); text-align: center;
}
.story-more-card img { width: 100%; aspect-ratio: 100 / 128; object-fit: cover; border-radius: 14px; }
.story-more-card strong { font-family: var(--font-display); font-size: 15px; color: var(--forest-ink); }
.story-more-card span { font-family: var(--font-serif); font-style: italic; font-size: 12.5px; color: var(--sage-meta); }

.story-hub-grid { max-width: 1080px; margin: 40px auto 0; padding: 0 clamp(16px, 4.5vw, 52px) 60px; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.story-hub-card {
  flex: 1 1 260px; max-width: 320px; display: flex; flex-direction: column; gap: 14px;
  padding: 20px; border-radius: var(--r-card); background: var(--cream-card-solid);
  box-shadow: var(--sh-card); text-decoration: none;
}
.story-hub-card img { width: 100%; aspect-ratio: 100 / 128; object-fit: cover; border-radius: 16px; }
.story-hub-card strong { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--forest-ink); }
.story-hub-card em { display: block; margin-top: 4px; font-style: italic; font-family: var(--font-serif); font-size: 13px; color: var(--blue); }
.story-hub-card p { margin: 8px 0 0; font-size: 14px; line-height: 1.6; color: var(--body-ink); }

@media (max-width: 640px) {
  .story-hero { flex-direction: column; align-items: flex-start; }
  .story-hero-art { max-width: 200px; }
}
