.case-index-page { background: var(--yt-paper, #fff); color: var(--yt-ink, #101923); }
.case-index-hero { position: relative; min-height: 540px; overflow: hidden; background: #111a24; color: #fff; }
.case-index-hero > img, .case-index-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.case-index-hero > img { object-fit: cover; object-position: center 58%; }
.case-index-hero-shade { background: linear-gradient(90deg, rgba(8, 15, 22, .92), rgba(8, 15, 22, .62) 47%, rgba(8, 15, 22, .2)); }
.case-index-hero-inner { position: relative; z-index: 1; padding-top: 162px; }
.case-index-hero h1 { max-width: 720px; margin: 20px 0 0; font-size: 64px; line-height: 1.1; }
.case-index-hero-inner > p:not(.v3-crumb) { max-width: 590px; margin: 24px 0 0; color: #d8e2e6; font-size: 18px; line-height: 1.75; }
.case-index-signals { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 34px; color: #d8f0f1; font-size: 13px; font-weight: 700; }
.case-index-signals span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 9px 1px 0; background: var(--yt-cyan, #00a6b4); }
.case-index-overview { padding: 72px 0 75px; background: var(--yt-ground, #f3f5f6); border-bottom: 1px solid var(--yt-line, #d9e0e5); }
.case-index-overview-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .68fr); gap: 64px; align-items: end; }
.case-index-overview h2, .case-index-group-head h2 { margin: 0; font-size: 46px; line-height: 1.18; }
.case-index-overview-grid > p, .case-index-group-head > p { margin: 0; color: var(--yt-muted, #647280); line-height: 1.8; }
.case-index-eyebrow { margin: 0 0 13px; color: var(--yt-orange, #ef6b2e); font-family: Manrope, Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.case-index-list { padding: 84px 0 100px; }
.case-index-group + .case-index-group { margin-top: 86px; }
.case-index-group-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); gap: 60px; align-items: end; padding-bottom: 29px; border-bottom: 1px solid var(--yt-line, #d9e0e5); }
.case-index-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--yt-line, #d9e0e5); }
.case-index-card { display: flex; flex-direction: column; min-width: 0; border-right: 1px solid var(--yt-line, #d9e0e5); border-bottom: 1px solid var(--yt-line, #d9e0e5); color: inherit; text-decoration: none; }
.case-index-card figure { position: relative; aspect-ratio: 1.35; margin: 0; overflow: hidden; background: #1b2731; }
.case-index-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.case-index-card:hover figure img { transform: scale(1.02); }
.case-index-card figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; color: #fff; font-family: Manrope, Arial, sans-serif; font-size: 11px; font-weight: 700; text-shadow: 0 1px 3px #000; }
.case-index-card-copy { display: flex; flex: 1; flex-direction: column; padding: 25px 28px 29px; }
.case-index-card-copy > span { color: var(--yt-orange, #ef6b2e); font-family: Manrope, Arial, sans-serif; font-size: 12px; font-weight: 800; }
.case-index-card h3 { margin: 14px 0 0; font-size: 27px; line-height: 1.28; }
.case-index-card-copy > p { margin: 15px 0 0; color: var(--yt-muted, #647280); line-height: 1.7; }
.case-index-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0 0; border-top: 1px solid var(--yt-line, #d9e0e5); border-bottom: 1px solid var(--yt-line, #d9e0e5); }
.case-index-card dl div { min-width: 0; padding: 14px 12px 14px 0; }
.case-index-card dl div + div { padding-left: 14px; border-left: 1px solid var(--yt-line, #d9e0e5); }
.case-index-card dt { color: var(--yt-muted, #647280); font-size: 12px; }
.case-index-card dd { margin: 6px 0 0; font-size: 13px; font-weight: 700; line-height: 1.5; overflow-wrap: anywhere; }
.case-index-card strong { display: inline-flex; gap: 10px; align-items: center; margin-top: auto; padding-top: 25px; font-size: 14px; }
.case-index-card strong b { font-size: 20px; font-weight: 500; transition: transform .2s ease; }
.case-index-card:hover strong b { transform: translateX(5px); }
.case-index-card:focus-visible { outline: 3px solid var(--yt-orange, #ef6b2e); outline-offset: -3px; }
@media (max-width: 1080px) {
  .case-index-hero-inner { padding-top: 140px; }
  .case-index-hero h1 { font-size: 52px; }
  .case-index-overview h2, .case-index-group-head h2 { font-size: 39px; }
  .case-index-overview-grid, .case-index-group-head { gap: 38px; }
}
@media (max-width: 760px) {
  .case-index-hero { min-height: 470px; }
  .case-index-hero-inner { padding-top: 112px; }
  .case-index-hero h1 { font-size: 38px; }
  .case-index-hero-inner > p:not(.v3-crumb) { font-size: 16px; }
  .case-index-overview { padding: 56px 0 60px; }
  .case-index-overview-grid, .case-index-group-head { grid-template-columns: 1fr; gap: 18px; }
  .case-index-overview h2, .case-index-group-head h2 { font-size: 32px; }
  .case-index-list { padding: 60px 0 72px; }
  .case-index-group + .case-index-group { margin-top: 60px; }
  .case-index-cards { grid-template-columns: 1fr; }
  .case-index-card-copy { padding: 22px 20px 24px; }
  .case-index-card h3 { font-size: 25px; }
  .case-index-card-copy > p { font-size: 16px; }
  .case-index-card dl { grid-template-columns: 1fr; }
  .case-index-card dl div { padding: 12px 0; }
  .case-index-card dl div + div { padding-left: 0; border-top: 1px solid var(--yt-line, #d9e0e5); border-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .case-index-card figure img, .case-index-card strong b { transition: none; }
}
