.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;margin-top:1rem}.video-card{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;background:black;box-shadow:0 4px 16px rgba(0,0,0,0.2)}.video-card video{width:100%;height:100%;object-fit:cover;display:block}.video-overlay{font-family:'itc_american';position:absolute;bottom:0;width:100%;padding:14px 16px;background:linear-gradient(to top,rgba(0,0,0,0.85),transparent);color:white;text-align:left;font-size:1.1rem;font-weight:500;pointer-events:none}.play-button{all:unset;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:rgb(225,52,30,0.5);cursor:pointer;line-height:0;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:background .3s,border .3s}.play-button svg{width:40px;height:40px}.play-button:focus{outline:0;box-shadow:none}@media(max-width:768px){.video-grid{grid-template-columns:repeat(1,1fr)}.custom-video-section{flex-direction:column}}.video-container{position:relative;border-radius:12px;overflow:hidden;margin-top:1rem;box-shadow:0 4px 20px rgba(0,0,0,0.3)}.video-container video{width:100%;height:auto;display:block;object-fit:cover}.hero-caption-overlay{position:absolute;bottom:60px;width:100%;padding:12px 16px;background:rgba(0,0,0,0.85);color:#fff;font-family:'itc_american',sans-serif;pointer-events:none;z-index:5}.hero-caption-overlay .category{font-size:.85rem;text-transform:uppercase;opacity:.8;margin-bottom:4px;display:block}.hero-caption-overlay .video-caption{font-size:1.2rem;font-weight:500;margin:0}