.case-site .wrap { width: min(1120px, calc(100% - 40px)); }
.case-site section { padding: 56px 0; }
.case-site .case-intro { padding-top: 112px; padding-bottom: 36px; }
.case-site h1 { max-width: 920px; font-size: 48px; line-height: 1.2; }
.case-site h2 { font-size: 30px; line-height: 1.35; }
.case-site h3 { font-size: 22px; line-height: 1.4; }
.case-site p { line-height: 1.8; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; color: #626267; font-size: 14px; }
.breadcrumbs a:hover { color: #0065bd; text-decoration: underline; }
.case-summary { max-width: 820px; margin: 22px 0 0; color: #535358; font-size: 18px; }
.case-eyebrow { margin: 0 0 14px; color: #626267; font-size: 14px; }
.case-category-nav { display: flex; flex-wrap: wrap; gap: 18px 28px; padding: 20px 0 0; border-bottom: 1px solid #d6d6d9; }
.case-category-nav a { display: inline-flex; align-items: center; min-height: 48px; color: #343438; border-bottom: 2px solid transparent; font-size: 16px; }
.case-category-nav a:hover { color: #0065bd; border-color: #0065bd; }
.case-category-nav span { margin-left: 8px; color: #727277; font-size: 13px; }
.case-site .catalog-section { padding: 28px 0 48px; scroll-margin-top: 84px; }
.catalog-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 24px; }
.catalog-heading p { color: #626267; margin: 0; font-size: 15px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
.catalog-card { min-width: 0; padding-bottom: 24px; border-bottom: 1px solid #d6d6d9; }
.catalog-card > a { display: block; }
.catalog-card img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; background: #f1f1f3; }
.catalog-card .case-kind { margin: 16px 0 8px; color: #626267; font-size: 13px; }
.catalog-card h3 { margin-bottom: 10px; }
.catalog-card p { margin: 0; color: #626267; font-size: 15px; }
.catalog-card a:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.case-site .story-cover { margin: 0; }
.case-photo-link { display: block; }
.story-cover img { width: 100%; height: auto; max-height: 680px; object-fit: contain; background: #f1f1f3; }
.story-cover figcaption, .story-gallery figcaption { margin: 0; padding: 14px 0 0; color: #626267; font-size: 15px; line-height: 1.75; }
.story-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 28px 0 0; padding: 22px 0; border-top: 1px solid #d6d6d9; border-bottom: 1px solid #d6d6d9; }
.story-facts dt { color: #626267; font-size: 13px; margin-bottom: 8px; }
.story-facts dd { margin: 0; font-size: 16px; line-height: 1.6; }
.story-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-top: 28px; }
.story-points article { min-width: 0; padding-top: 22px; border-top: 1px solid #d6d6d9; }
.story-points p { margin: 0; color: #535358; font-size: 16px; }
.story-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; margin-top: 28px; }
.story-gallery figure { margin: 0; min-width: 0; }
.story-gallery img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; background: #f1f1f3; }
.story-gallery figcaption strong { display: block; color: #27272a; font-size: 18px; margin-bottom: 6px; }
.story-gallery figure:last-child:nth-child(odd) { grid-column: 1 / -1; }
.story-gallery figure:last-child:nth-child(odd) img { max-height: 520px; aspect-ratio: auto; }
.story-notes { margin: 0; color: #626267; font-size: 15px; }
.story-faq { margin-top: 26px; border-top: 1px solid #d6d6d9; }
.story-faq article { padding: 24px 0; border-bottom: 1px solid #d6d6d9; }
.story-faq p { margin: 0; color: #535358; font-size: 16px; }
.case-related { margin: 24px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 12px 28px; }
.case-related a { display: inline-flex; align-items: center; min-height: 44px; color: #0065bd; text-decoration: underline; text-underline-offset: 5px; }
.case-site .contact { margin-top: 32px; }
.case-site .contact-info h2 { font-size: 28px; }
.case-entry { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin: 30px 0; padding: 24px 0; border-top: 1px solid #d6d6d9; border-bottom: 1px solid #d6d6d9; color: #111; }
.case-entry p { margin: 0; color: #626267; font-size: 16px; line-height: 1.75; }
.case-entry a { display: inline-flex; align-items: center; min-height: 44px; color: #0065bd; font-size: 17px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 960px) { .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .case-site .wrap { width: calc(100% - 36px); }
  .case-site section { padding: 36px 0; }
  .case-site .case-intro { padding-top: 92px; padding-bottom: 28px; }
  .case-site h1 { font-size: 32px; }
  .case-site h2 { font-size: 26px; }
  .case-site h3 { font-size: 21px; }
  .case-summary { font-size: 16px; margin-top: 18px; }
  .case-category-nav { gap: 8px 20px; }
  .catalog-grid, .story-points, .story-gallery { grid-template-columns: 1fr; }
  .story-facts { grid-template-columns: 1fr; gap: 18px; }
  .story-facts > div { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; }
  .story-facts dt { margin: 0; line-height: 1.8; }
  .story-gallery figure:last-child:nth-child(odd) { grid-column: auto; }
  .story-gallery figure:last-child:nth-child(odd) img { aspect-ratio: 3 / 2; max-height: none; }
  .case-site .contact .wrap { width: 100%; }
  .case-site .contact-info { padding: 32px 18px; }
  .case-entry { margin-left: 18px; margin-right: 18px; }
}
