.monthly-gallery-page .launch-gallery-hero{padding-bottom:28px}
.monthly-toolbar{max-width:1600px;margin:0 auto;padding:0 5% 24px;display:flex;justify-content:flex-end}
.brand-filter{display:flex;align-items:center;gap:12px;padding:10px 16px;border:1px solid #d8d8d8;border-radius:24px;font-size:13px;font-weight:600}
.brand-filter select{max-width:180px;border:0;background:#fff;color:#111;font:inherit;cursor:pointer;padding:4px 20px 4px 0}
.brand-filter:focus-within{outline:2px solid #F05A28;outline-offset:3px}
.monthly-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;padding-top:0}
.monthly-grid .case-reel-poster,.monthly-grid .case-reel-player{aspect-ratio:9/16}
.monthly-grid .launch-play{width:40px;height:40px;font-size:12px}
.monthly-grid [hidden],.monthly-empty[hidden]{display:none}
.monthly-empty{max-width:1600px;margin:0 auto;padding:0 5% 100px;color:#666;font-size:15px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1000px){.monthly-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}}
@media(max-width:700px){.monthly-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.monthly-toolbar{padding:0 6% 20px}.monthly-grid .launch-play{width:34px;height:34px;font-size:11px}}
@media(max-width:360px){.monthly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

html.video-viewer-open{overflow:hidden}
.monthly-viewer{position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;padding:48px 24px;border:0;background:transparent;overflow:hidden;box-sizing:border-box}
.monthly-viewer[open]{display:flex;align-items:center;justify-content:center}
.monthly-viewer::backdrop{background:rgba(0,0,0,.86)}
.monthly-viewer-frame{height:min(86dvh,960px);width:auto;max-width:calc(100vw - 48px);aspect-ratio:9/16;background:#111;box-shadow:0 12px 64px #0008;border-radius:8px;overflow:hidden}
.monthly-viewer-frame iframe{display:block;width:100%;height:100%;border:0}
.monthly-viewer-close{position:absolute;right:20px;top:16px;width:44px;height:44px;border:1px solid #ffffff55;border-radius:50%;color:#fff;background:#222;cursor:pointer;font:32px/1 sans-serif}
.monthly-viewer-close:hover{background:#F05A28}
.monthly-viewer-close:focus-visible{outline:3px solid #F05A28;outline-offset:3px}
@media(max-width:600px){.monthly-viewer{padding:64px 24px 24px}.monthly-viewer-frame{height:auto;width:min(calc(100vw - 48px),calc((100dvh - 100px)*9/16));max-height:calc(100dvh - 100px)}}
/* Keep the gallery quiet; reveal the playback cue on deliberate interaction. */
.monthly-grid .launch-play{width:36px;height:36px;opacity:0;transform:translate(-50%,-50%) scale(.9);background:rgba(255,255,255,.94);box-shadow:0 3px 16px #0002;transition:opacity .18s ease,transform .18s ease}
.monthly-grid .case-reel-poster:hover .launch-play,.monthly-grid .case-reel-poster:focus-visible .launch-play{opacity:1;transform:translate(-50%,-50%) scale(1);background:rgba(255,255,255,.94);color:#111}
@media(hover:none){.monthly-grid .case-reel-poster:hover .launch-play{opacity:0}.monthly-grid .case-reel-poster:focus-visible .launch-play{opacity:1}}
@media(prefers-reduced-motion:reduce){.monthly-grid .launch-play{transition:none}}

.monthly-toolbar{justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.format-filters{display:flex;gap:8px;flex-wrap:wrap}
.format-filters button{font:500 12px Manrope,sans-serif;border:1px solid #ddd;border-radius:24px;background:white;color:#111;padding:12px 16px;cursor:pointer}
.format-filters button[aria-pressed="true"]{background:#111;color:#fff;border-color:#111}
.format-filters button:focus-visible{outline:2px solid #F05A28;outline-offset:3px}
@media(max-width:700px){.format-filters{gap:6px}.format-filters button{font-size:11px;padding:10px 12px}}
