:root { --lc-ink:#112f3b; --lc-tint:#edf6f7; }
.lc-page .case-eyebrow,.lc-page .case-meta,.lc-page .results,.lc-page .role-list li,.lc-page .credits p { color:var(--lc-ink); }
.lc-page .role-list li,.lc-page .credits p span { background:var(--lc-tint); }
.lc-page .case-section--tint { background:var(--lc-tint); }
.lc-page .opportunity-grid figcaption p + p { margin-top:12px; }
.lc-solution-intro > .case-container { display:grid; gap:30px; }
.lc-solution-intro h1 { max-width:900px; }
.lc-research { display:grid; gap:30px; }
.lc-research h2,.lc-system-copy h2,.lc-feature h2 { margin-bottom:10px; }
.lc-research .prose ul { margin:0; padding-left:18px; }
.lc-research__insight { color:#111; font-size:12px; font-weight:300; line-height:1.8; }
.lc-research__insight blockquote { margin:10px 0 0; padding:0; color:#111; background:transparent; font-size:18px; font-weight:300; line-height:1.8; }
.lc-decisions { background:var(--lc-ink); }
.lc-decisions .decision-grid li { color:var(--lc-ink); background:var(--lc-tint); }
.lc-system-copy { padding-bottom:30px; }
.lc-full-bleed img { width:100%; }
.lc-features { display:grid; gap:42px; }
.lc-feature { display:grid; gap:30px; align-items:center; }
.lc-feature > img { width:100%; }
.lc-gallery { display:grid; gap:18px; padding-inline:18px; }
.lc-gallery img { width:100%; }

@media (min-width:768px) {
  .lc-solution-intro > .case-container { gap:48px; }
  .lc-research { grid-template-columns:1fr 1fr; gap:100px; }
  .lc-research__insight { padding-top:65px; font-size:14px; }
  .lc-research__insight blockquote { margin-top:20px; font-size:20px; }
  .lc-narrow { width:700px; max-width:calc(100% - 80px); }
  .lc-system-copy { padding-bottom:100px; }
  .lc-full-bleed { aspect-ratio:1512/573; overflow:hidden; }
  .lc-full-bleed img { height:100%; object-fit:cover; }
  .lc-features { gap:48px; }
  .lc-feature { grid-template-columns:1fr 1fr; gap:100px; }
  .lc-feature > img { aspect-ratio:1; object-fit:contain; }
  .lc-gallery { grid-template-columns:1fr 1fr; gap:36px; padding-inline:36px; }
}
