.works-label { margin-bottom: 14px; letter-spacing: 0; }
[data-page="web-banner"] .works { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 28px; align-items: start; }
[data-page="web-banner"] .work { min-width: 0; min-height: 0; padding: 0; border: 0; background: none; gap: 14px; }
.work-open { display: block; min-width: 0; }
.work-open img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
[data-page="web-banner"] .work h3 { font-size: 16px; line-height: 1.5; margin: 0 0 4px; }
[data-page="web-banner"] .work p { font-size: 11px; line-height: 1.6; text-wrap: balance; }
.work-open:hover { opacity: .9; }
.work-viewer { width: 100%; max-width: none; height: 100%; height: 100dvh; max-height: none; margin: 0; border: 0; padding: 0; background: rgb(12 12 12 / 94%); color: #fff; }
.work-viewer::backdrop { background: #111; }
.viewer-panel { height: 100%; display: grid; grid-template-rows: 56px minmax(0, 1fr) 72px; padding: max(12px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); gap: 8px; }
.viewer-top { display: flex; justify-content: flex-end; }
.viewer-control { flex: none; width: 48px; height: 48px; padding: 12px; border: 1px solid #777; border-radius: 0; background: transparent; color: #fff; cursor: pointer; display: grid; place-items: center; }
.viewer-control:hover { background: #333; }
.viewer-control:focus-visible { outline-color: #fff; }
.viewer-stage { position: relative; display: grid; place-items: center; min-height: 0; min-width: 0; touch-action: pan-y; }
.viewer-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; user-select: none; -webkit-user-select: none; }
.viewer-image[hidden], .viewer-error[hidden] { display: none; }
.viewer-stage[aria-busy="true"] .viewer-image { opacity: 0; }
.viewer-error { color: #fff; text-align: center; }
.viewer-bottom { display: flex; align-items: center; justify-content: center; gap: 24px; min-width: 0; }
.viewer-caption { width: 300px; max-width: calc(100% - 144px); min-width: 0; text-align: center; display: grid; gap: 4px; line-height: 1.5; font-size: 16px; }
.viewer-count { color: #bbb; font-size: 12px; font-variant-numeric: tabular-nums; }
@media (max-width: 1000px) {
  [data-page="web-banner"] .works { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; }
}
@media (max-width: 480px) {
  [data-page="web-banner"] .works { gap: 28px 14px; }
  [data-page="web-banner"] .work { gap: 10px; }
  [data-page="web-banner"] .work h3 { font-size: 12px; }
  [data-page="web-banner"] .work p { font-size: 9px; }
  .viewer-panel { grid-template-rows: 48px minmax(0, 1fr) 64px; padding-inline: 12px; }
  .viewer-bottom { gap: 12px; }
  .viewer-caption { max-width: calc(100% - 120px); font-size: 12px; }
}
