main .spine-stories { max-width: 1240px; padding: 0 24px; margin: 64px auto 0; }
.stories-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
main .spine-stories p, main .spine-stories h2 { text-align: left; }
main .spine-stories .stories-eyebrow { color: #38799f; font-size: 11px; font-weight: 600; letter-spacing: 1.8px; margin-bottom: 10px; }
main .spine-stories h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.45; font-weight: 600; margin-bottom: 12px; }
main .spine-stories .stories-intro { font-size: 15px; color: #62778a; line-height: 1.8; }
.stories-facebook { flex-shrink: 0; display: inline-flex; align-items: center; gap: 16px; padding: 12px 18px; min-height: 44px; border-radius: 30px; border: 1px solid #cbdfea; font-size: 14px; }
.stories-facebook:hover { background: #edf6fc; }
.stories-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.story-card { min-width: 0; overflow: hidden; border: 1px solid #e0e9ef; border-radius: 20px; background: #fff; transition: box-shadow 180ms ease, transform 180ms ease; }
.story-cover { display: block; position: relative; background: #e9f0f6; }
.story-cover > img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 13; object-fit: cover; object-position: center; }
.story-category { position: absolute; top: 16px; left: 16px; padding: 7px 12px; border-radius: 24px; font-size: 12px; color: #fff; background: #103f67eb; }
.story-number { position: absolute; right: 14px; bottom: 12px; font-size: 12px; letter-spacing: 1px; color: #fff; background: #163e62cc; padding: 5px 8px; border-radius: 6px; }
.story-copy { padding: 20px; }
main .spine-stories .story-type { color: #658198; font-size: 12px; margin-bottom: 6px; }
.story-copy h3 { font-size: 19px; font-weight: 500; line-height: 1.6; min-height: 61px; }
.story-copy a { display: flex; justify-content: space-between; align-items: center; padding: 13px 0 0; margin-top: 14px; border-top: 1px solid #e6eef4; min-height: 44px; font-size: 14px; }
.stories-community { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 28px; border-radius: 18px; background: #eff6fb; }
.stories-community h3 { font-size: 22px; font-weight: 500; margin-bottom: 8px; }
main .stories-community p:not(.stories-eyebrow) { font-size: 14px; color: #5b7488; line-height: 1.8; }
.stories-community a { flex-shrink: 0; padding: 12px 0; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
main .spine-stories .stories-footnote { font-size: 12px; color: #64798b; margin-top: 16px; line-height: 1.8; }
.spine-stories a:focus-visible { outline: 3px solid #b08b51; outline-offset: 4px; }
@media(hover:hover) and (pointer:fine) { .story-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px #14538e12; } }
@media(max-width:900px) { .stories-heading { align-items: flex-start; flex-direction: column; } .stories-grid { gap: 14px; } .story-copy { padding: 16px; } .story-copy h3 { font-size: 17px; } }
@media(max-width:600px) { main .spine-stories { padding: 0 20px; margin-top: 40px; } .stories-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 16px; gap: 16px; } .story-card { flex: 0 0 82%; scroll-snap-align: start; } .stories-community { flex-direction: column; align-items: flex-start; gap: 12px; padding: 22px; } }
@media(prefers-reduced-motion:reduce) { .story-card { transition: none; } .story-card:hover { transform: none; } .stories-grid { scroll-snap-type: none; } }

.story-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #ffffffed; color: #14538e; font-size: 22px; padding-left: 3px; box-shadow: 0 6px 24px #0d407033; }

.story-brand { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 64px; height: 68px; padding: 5px; border-radius: 12px; background: #faf6ea; border: 1px solid #ffffffd9; box-shadow: 0 3px 12px #153f631a; pointer-events: none; }
.story-brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.story-category { max-width: calc(100% - 108px); line-height: 1.5; }

.stories-all { display: flex; justify-content: center; margin-top: 24px; }
main .video-library { margin-top: 28px; }
.video-breadcrumb { margin-bottom: 32px; color: #62778a; font-size: 14px; }
.video-breadcrumb a { text-decoration: underline; }
.video-library h1 { font-size: clamp(28px,4vw,42px); margin: 8px 0 14px; }
.video-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.video-filters a { padding: 11px 18px; border: 1px solid #dce7f0; border-radius: 30px; font-size: 14px; }
.video-filters a[aria-current] { color: #fff; background: #14538e; border-color: #14538e; }
main .video-count { color: #62778a; font-size: 14px; margin-bottom: 20px; text-align: left; }
@media(max-width:600px) { .video-library .stories-grid { display: grid; grid-template-columns: minmax(0,1fr); overflow: visible; } .video-library .story-cover > img { aspect-ratio: 9 / 11; } }

.knowledge-filter-panel { border: 1px solid #dce7f0; border-radius: 20px; padding: 18px 22px; background: #f5f9fc; margin-bottom: 24px; }
.knowledge-filter-panel .video-filters { margin: 0; }
.knowledge-filter-panel .knowledge-topics { margin-top: 14px; padding-top: 14px; border-top: 1px solid #dce7f0; }
.knowledge-topics a { padding: 8px 14px; background: #fff; }
.knowledge-cover { display: block; position: relative; background: #eaf1f7; overflow: hidden; }
.knowledge-cover > img { display: block; width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; }
.knowledge-card { display: flex; flex-direction: column; }
.knowledge-card .story-copy { display: flex; flex-direction: column; flex: 1; }
main .knowledge-card h2 { font-size: 20px; line-height: 1.6; margin: 4px 0 16px; font-weight: 600; }
.knowledge-card .story-copy > a { margin-top: auto; }
main .knowledge-date { color: #62778a; font-size: 12px; margin-bottom: 16px; }
.knowledge-pagination { align-items: center; gap: 20px; }
.knowledge-empty { grid-column: 1/-1; padding: 36px; border-radius: 18px; background: #f5f9fc; }
@media(min-width:601px) and (max-width:1000px) { .knowledge-library .stories-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) { .knowledge-filter-panel { padding: 16px; } .knowledge-library .story-brand { width: 46px; height: 50px; } }

.knowledge-video-cover { background: #173f60; }
.knowledge-video-cover > img { object-fit: contain; }
