:root { --nyy-ink:#131e40; --nyy-tint:#ededf5; }
.nyy-page .case-eyebrow,.nyy-page .case-meta,.nyy-page .results,.nyy-page .role-list li,.nyy-page .credits p { color:var(--nyy-ink); }
.nyy-page .role-list li,.nyy-page .credits p span { background:var(--nyy-tint); }
.nyy-page .case-section--tint { background:var(--nyy-tint); }
.nyy-page .case-hero__image img { object-position:center; }
.nyy-page .opportunity-grid .image-crop img { object-position:center; }
.nyy-page .opportunity-grid figcaption p + p { margin-top:12px; }
.nyy-decisions { background:var(--nyy-ink); }
.nyy-decisions .decision-grid li { color:var(--nyy-ink); background:var(--nyy-tint); }
.nyy-solution > .case-container { display:grid; gap:42px; }
.nyy-solution__header { display:grid; gap:30px; }
.nyy-feature { display:grid; gap:30px; align-items:center; }
.nyy-feature h2 { margin-bottom:10px; }
.nyy-feature > img,.nyy-square img { width:100%; }
.nyy-flow-screen { max-height:690px; object-fit:contain; }
.nyy-square { aspect-ratio:1; overflow:hidden; }
.nyy-square img { max-width:none; }
.nyy-square--options img { width:100%; height:193.38%; transform:translateY(-24.15%); }
.nyy-square--review img { width:102.91%; height:199%; transform:translateY(-23.43%); }
.nyy-square--delivery img { width:100%; height:177.78%; transform:translateY(-18.66%); }
.nyy-screen-strip { display:grid; gap:18px; }
.nyy-screen-strip > div { aspect-ratio:386.67/570; overflow:hidden; }
.nyy-screen-strip img { width:100%; height:120.7%; max-width:none; object-fit:cover; object-position:top; }
.nyy-stadium { aspect-ratio:1512/750; overflow:hidden; }
.nyy-stadium img { width:100%; height:100%; object-fit:cover; }
.nyy-gallery { background:var(--nyy-tint); }
.nyy-gallery > .case-container { display:grid; gap:42px; }
.nyy-gallery__row { display:grid; gap:18px; }
.nyy-gallery__row > img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.nyy-gallery__crop { aspect-ratio:4/3; overflow:hidden; }
.nyy-gallery__crop img { max-width:none; }
.nyy-gallery__crop--wide img { width:120%; height:100%; object-fit:cover; object-position:left top; }
.nyy-gallery__crop--portrait img { width:104.28%; height:151.3%; transform:translate(-4.1%,-21.33%); }

@media (min-width:768px) {
  .nyy-solution > .case-container { gap:48px; }
  .nyy-solution__header { gap:48px; }
  .nyy-feature { grid-template-columns:1fr 1fr; gap:100px; }
  .nyy-feature--opening { align-items:start; }
  .nyy-feature--reverse > :first-child { grid-column:1; grid-row:1; }
  .nyy-feature--reverse > :last-child { grid-column:2; grid-row:1; }
  .nyy-flow-screen { width:364px; max-width:100%; justify-self:center; }
  .nyy-screen-strip { grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px; }
  .nyy-gallery > .case-container { gap:100px; }
  .nyy-gallery__row { grid-template-columns:1fr 1fr; gap:100px; }
}
