.detail-teaser { grid-column: 1 / -1; margin-top: 20px; }
.detail-link { display: inline-block; padding: 12px 0; color: inherit; font-weight: 800; text-underline-offset: 6px; text-decoration: underline; }
.detail-teaser p { max-width: 65ch; }
.story-page { background: #f7f6f1; color: #151412; }
.story-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px clamp(20px, 5vw, 80px); border-bottom: 1px solid #ddd; }
.story-header img { width: 80px; height: auto; }
.story-header button { padding: 12px; border: 1px solid currentColor; background: transparent; cursor: pointer; }
.story-main { max-width: 900px; margin: auto; padding: 48px 24px 80px; }
.story-main h1 { font-size: clamp(40px, 7vw, 76px); }
.story-nav { display: flex; flex-wrap: wrap; gap: 16px 28px; padding: 24px 0; }
.story-section { padding: 40px 0; border-top: 1px solid #ccc; scroll-margin-top: 24px; }
.story-section h2 { font-size: clamp(30px, 5vw, 48px); margin-bottom: 28px; }
.story-section h3 { font-size: clamp(23px, 3vw, 30px); margin: 24px 0 16px; }
.story-section p, .story-section li { font-size: 18px; line-height: 1.75; margin: 16px 0; }
.story-section .history-depth, .story-section .about-narrative, .story-section .anniversary-events, .story-section .heritage-projects, .story-section .heritage-project-copy { display: block; padding: 0; margin: 0 0 28px; max-height: none; overflow: visible; background: transparent; border: 0; color: inherit; }
.story-section .history-depth article { display: block; }
.story-page .story-section p, .story-page .story-section h3, .story-page .story-section li, .story-page .story-section span { color: #151412; opacity: 1; }
.story-page .story-section .history-depth article { padding: 0 0 24px; background: transparent; }
.story-section .heritage-project-copy::after { display: none; }
.story-section a, .story-nav a, .story-header a { text-decoration: underline; text-underline-offset: 5px; }
.story-section .project-photo { margin: 24px 0 40px; }
.project-photo img { display: block; width: 100%; height: auto; }
