.stories-index{max-width:var(--max-width,860px);margin:0 auto;padding:3rem 1.5rem 5rem}.stories-index-header{max-width:600px;margin-bottom:3rem}.stories-index h1{font-family:var(--font-display);color:var(--green-deep);letter-spacing:-.02em;margin:0 0 1rem;font-size:2.4rem;font-weight:400}.stories-index-intro{font-family:var(--font-body);color:var(--charcoal-mid);margin:0;font-size:1.05rem;line-height:1.7}.stories-grid{background:var(--rule-color);border:1px solid var(--rule-color);grid-template-columns:1fr;gap:2px;display:grid}@media (min-width:720px){.stories-grid{grid-template-columns:1fr 1fr}}.story-card{background:var(--ivory);transition:background var(--transition);padding:2rem 1.75rem;text-decoration:none;display:block}.story-card:hover{background:var(--ivory-dark)}.story-card--featured{grid-column:1/-1}.story-card--featured .story-card-title{font-size:1.55rem}.story-card-eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:.6rem;font-size:.72rem}.story-card-title{font-family:var(--font-display);color:var(--green-deep);margin:0 0 .75rem;font-size:1.25rem;font-weight:400;line-height:1.3}.story-card-excerpt{font-family:var(--font-body);color:var(--charcoal-mid);font-size:.95rem;line-height:1.65}.story-card-meta{font-family:var(--font-body);color:var(--charcoal-light);margin-top:1.25rem;font-size:.8rem}
