.stories-grid{display:grid;grid-template-columns:1fr;gap:3rem 2.5rem}@media (min-width:768px){.stories-grid{grid-template-columns:repeat(2,1fr)}}.story-card{display:flex;flex-direction:column;gap:1rem}.story-embed{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 30px 80px rgba(0,0,0,.6);background:#000}.story-embed video{position:absolute;inset:0;width:100%;height:100%;border:0;-o-object-fit:contain;object-fit:contain;background:#000}.story-caption{font-family:var(--font-display,"Cormorant Garamond",Georgia,serif);font-weight:300;font-size:1.15rem;line-height:1.3;color:hsla(0,0%,100%,.92);text-align:center}