/* Story Grid - ported from the Our Story mockup `.story-grid`.
   Equal 2-column text|image, top-aligned. 48px side padding from global .container. */
.story_grid .container{padding-top:120px;padding-bottom:120px}
.story_grid_layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}

.story_grid_body .eyebrow{margin-bottom:24px}
.story_grid_body h2{margin-bottom:24px}
.story_grid_content p{font-size:17px;line-height:1.75;color:rgba(241,237,226,0.78);margin-bottom:18px}
.story_grid_content p.lead{font-size:22px;color:var(--ecru);line-height:1.5;font-weight:400;margin-bottom:28px}

.story_grid_media img{width:100%;border-radius:8px;filter:saturate(0.92)}

@media(max-width:900px){
  .story_grid .container{padding-top:80px;padding-bottom:80px}
  .story_grid_layout{grid-template-columns:1fr;gap:40px}
}
