.video-gallery-page{font-family:Noto Sans,sans-serif;color:#000;background:#fff}.video-gallery-container{max-width:1280px;margin:0 auto;padding:0 20px}.video-gallery-page__hero{padding:60px 0 10px}.video-gallery-page__title{font-family:"Noto Serif",serif;font-size:40px;font-weight:700;margin:0}.video-gallery-page__divider{width:100px;height:4px;background:#c7a876;margin-top:18px}.video-gallery-page__intro{margin:18px 0 0;font-size:18px;line-height:1.8}.video-gallery-page__grid{padding:20px 0 50px}.video-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.video-gallery-tile{position:relative;display:block;width:100%;padding:0;margin:0;border:none;background:transparent;cursor:pointer}.video-gallery-tile img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:16 / 9}.video-gallery-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000002e;opacity:0;transition:opacity .15s ease}.video-gallery-tile:hover .video-gallery-tile__overlay{opacity:1}.video-gallery__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:44px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.4);pointer-events:none}.video-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;display:grid;place-items:center;z-index:9999;padding:24px}.video-gallery-modal__close{position:absolute;top:14px;right:14px;background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;padding:8px 10px;cursor:pointer}.video-gallery-modal__content{width:min(1100px,96vw)}.video-gallery-modal__player{width:100%;max-height:76vh;background:#000}.video-gallery-modal__nav{margin-top:12px;display:flex;justify-content:center;gap:10px}.video-gallery-modal__nav button{background:#ffffff1f;border:1px solid rgba(255,255,255,.35);color:#fff;padding:8px 12px;cursor:pointer}.video-gallery-modal__nav button:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 980px){.video-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.video-gallery-page__title{font-size:34px}.video-gallery-grid{grid-template-columns:1fr}}
