.video-wall__hero{text-align:center;max-width:760px;margin:0 auto 2.5rem}.video-wall__hero h1{text-transform:uppercase;letter-spacing:-.045em;margin:.8rem 0;font-size:clamp(2.25rem,5vw,4rem)}.video-wall__hero p{color:var(--text-muted);line-height:1.7}.video-wall__vault{background:var(--surface-raised);color:var(--gold);letter-spacing:.12em;text-transform:uppercase;border:1px solid #d4af3773;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .8rem;font-size:.75rem;font-weight:800;display:inline-flex}.video-wall__vault svg{width:1rem}.video-wall__filters{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.video-wall__filters button{background:var(--surface);min-height:44px;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;border:1px solid #303038;border-radius:.7rem;padding:.7rem 1rem;font-size:.75rem;font-weight:800;transition:all .2s}.video-wall__filters button:hover{color:#fff;border-color:#52525b}.video-wall__filters button.is-active{color:var(--bg);background:var(--gold);border-color:var(--gold);transform:translateY(-1px);box-shadow:0 8px 28px #d4af372e}.video-wall__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.video-card{text-align:left;border:1px solid var(--line);background:var(--surface);color:inherit;border-radius:1rem;flex-direction:column;padding:0;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.video-card:hover{border-color:#d4af37a6;transform:translateY(-3px);box-shadow:0 20px 50px #0000006b}.video-card:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.video-card__image{aspect-ratio:16/9;background:#050507;display:block;position:relative;overflow:hidden}.video-card__image img{object-fit:cover;opacity:.9;width:100%;height:100%;transition:transform .4s,opacity .4s}.video-card:hover .video-card__image img{opacity:1;transform:scale(1.045)}.video-card__shade{background:linear-gradient(#00000014 30%,#000000e6);position:absolute;inset:0}.video-card__category,.video-card__duration{z-index:1;background:#000000c7;border-radius:.35rem;padding:.35rem .55rem;font-size:.7rem;position:absolute}.video-card__category{color:var(--gold);letter-spacing:.07em;text-transform:uppercase;border:1px solid #d4af376b;font-weight:800;top:.75rem;left:.75rem}.video-card__duration{color:#d4d4d8;bottom:.75rem;right:.75rem}.video-card__play{background:var(--gold);color:#050507;border-radius:50%;place-items:center;width:3.4rem;height:3.4rem;transition:transform .25s;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 12px 30px #0000007a}.video-card:hover .video-card__play{transform:translate(-50%,-50%)scale(1.1)}.video-card__play svg{fill:currentColor;width:1.45rem;margin-left:.15rem}.video-card__body{flex-direction:column;flex:1;padding:1.15rem;display:flex}.video-card__body strong{color:#fff;font-size:1rem;line-height:1.4;transition:color .2s}.video-card:hover .video-card__body strong{color:#d4af37}.video-card__body>span{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.5rem;font-size:.8rem;line-height:1.55;display:-webkit-box;overflow:hidden}.video-card__body em{color:var(--gold);text-transform:uppercase;align-items:center;gap:.4rem;margin-top:auto;padding-top:1rem;font-size:.75rem;font-style:normal;font-weight:800;display:flex}.video-card__body em svg{width:.95rem}.video-theater{z-index:100;backdrop-filter:blur(12px);background:#000000f0;place-items:center;padding:1.5rem;animation:.18s ease-out theater-in;display:grid;position:fixed;inset:0}.video-theater__panel{background:var(--surface);border:1px solid #d4af3773;border-radius:1.25rem;width:min(100%,1040px);max-height:calc(100vh - 3rem);overflow:auto;box-shadow:0 30px 100px #000000bf}.video-theater__header{border-bottom:1px solid var(--line);background:#181820;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.video-theater__header>div{align-items:center;gap:.75rem;min-width:0;display:flex}.video-theater__header span{color:var(--gold);text-transform:uppercase;background:#d4af371f;border:1px solid #d4af3766;border-radius:.35rem;flex:none;padding:.35rem .55rem;font-size:.7rem}.video-theater__header h2{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;overflow:hidden}.video-theater__header nav{flex:none;gap:.45rem;display:flex}.video-theater__header button{color:#e4e4e7;background:#27272f;border:1px solid #34343d;border-radius:.6rem;place-items:center;width:2.75rem;height:2.75rem;display:grid}.video-theater__header button:hover{background:#3f3f46}.video-theater__header .video-theater__close:hover{color:#fca5a5;background:#451a1a}.video-theater__header svg{width:1.15rem}.video-theater__frame{aspect-ratio:16/9;background:#000}.video-theater__frame iframe{border:0;width:100%;height:100%}.video-theater__footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.25rem;display:flex}.video-theater__footer p{color:#c4c4ca;margin:0;font-size:.8rem;line-height:1.55}.video-theater__footer a{color:var(--gold);flex:none;font-size:.8rem}@keyframes theater-in{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media (width<=900px){.video-wall__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.video-wall__grid{grid-template-columns:1fr}.video-wall__hero{text-align:left}.video-wall__filters{justify-content:flex-start}.video-theater{padding:.65rem}.video-theater__panel{max-height:calc(100vh - 1.3rem)}.video-theater__header{align-items:flex-start}.video-theater__header>div{display:block}.video-theater__header h2{max-width:48vw;margin-top:.5rem;font-size:.82rem}.video-theater__footer{display:block}.video-theater__footer a{margin-top:.75rem;display:inline-block}}
