.home-media-hub{margin:34px 0;display:grid;gap:30px}.home-media-block{min-width:0}.media-hub-head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:11px;margin-bottom:14px;border-bottom:2px solid #292524}.media-hub-head h2{font:700 clamp(24px,2.6vw,34px)/1.05 Georgia,serif;color:#292524;letter-spacing:-.7px;margin:3px 0 0}.media-hub-head>a{font-size:12px;font-weight:800;color:#b91c36;display:flex;align-items:center;gap:5px;white-space:nowrap}
.video-gallery-grid{display:grid;grid-template-columns:minmax(0,1.55fr) repeat(2,minmax(0,.72fr));grid-template-rows:repeat(2,1fr);gap:12px}.video-gallery-card{position:relative;min-width:0;border-radius:14px;overflow:hidden;background:#171717;color:white}.video-gallery-card.is-featured{grid-row:1/3}.video-gallery-media{display:block;position:absolute;inset:0}.video-gallery-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.video-gallery-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.82) 100%)}.video-gallery-card:not(.is-featured){min-height:178px}.video-gallery-card.is-featured{min-height:368px}.video-gallery-copy{position:absolute;z-index:2;left:16px;right:16px;bottom:14px}.video-gallery-copy small{display:block;color:#fff;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:5px}.video-gallery-copy strong{display:block;font:700 17px/1.25 Georgia,serif;text-shadow:0 2px 10px #000}.video-gallery-card.is-featured .video-gallery-copy{left:21px;right:21px;bottom:20px}.video-gallery-card.is-featured .video-gallery-copy strong{font-size:25px}.video-gallery-play{position:absolute;z-index:3;top:13px;left:13px;width:38px;height:38px;border-radius:50%;background:#be1836;color:white;display:grid;place-items:center;box-shadow:0 7px 18px rgba(0,0,0,.25)}.video-gallery-play svg{width:17px;height:17px}.video-gallery-card:hover img{transform:scale(1.035)}
.photo-gallery-strip{display:grid;grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:11px}.photo-gallery-card{min-width:0;color:#292524}.photo-gallery-media{display:block;position:relative;aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#f1efed}.photo-gallery-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.photo-gallery-card strong{display:block;font:700 14px/1.32 Georgia,serif;margin-top:8px}.photo-gallery-card.is-featured strong{font-size:17px}.photo-gallery-badge{position:absolute;left:8px;bottom:8px;display:flex;align-items:center;gap:4px;padding:5px 7px;border-radius:999px;background:rgba(20,20,20,.82);color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em}.photo-gallery-badge svg{width:12px;height:12px}.photo-gallery-card:hover img{transform:scale(1.035)}
@media(max-width:1050px){.video-gallery-grid{grid-template-columns:1.35fr 1fr}.video-gallery-card.is-featured{grid-row:1/3}.video-gallery-grid>.video-gallery-card:nth-child(n+4){display:none}.photo-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.photo-gallery-card:nth-child(n+5){display:none}}
@media(max-width:700px){.home-media-hub{margin:24px 0;gap:24px}.media-hub-head{align-items:center;margin-bottom:10px;padding-bottom:8px}.media-hub-head h2{font-size:24px}.media-hub-head>a{font-size:10.5px}.video-gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:8px}.video-gallery-card.is-featured{grid-column:1/-1;grid-row:auto;min-height:235px}.video-gallery-card:not(.is-featured){min-height:135px}.video-gallery-grid>.video-gallery-card:nth-child(n+4){display:block}.video-gallery-card.is-featured .video-gallery-copy{left:14px;right:14px;bottom:13px}.video-gallery-card.is-featured .video-gallery-copy strong{font-size:20px}.video-gallery-copy{left:10px;right:10px;bottom:9px}.video-gallery-copy strong{font-size:13px}.video-gallery-copy small{font-size:8.5px}.video-gallery-play{width:32px;height:32px;top:10px;left:10px}.photo-gallery-strip{display:flex;overflow-x:auto;gap:9px;padding:0 2px 5px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.photo-gallery-card,.photo-gallery-card.is-featured{flex:0 0 72%;scroll-snap-align:start}.photo-gallery-card:nth-child(n){display:block}.photo-gallery-card strong,.photo-gallery-card.is-featured strong{font-size:14px;margin-top:6px}.photo-gallery-media{border-radius:10px}}

/* v2 repair: resilient media hub */
.home-media-hub,.home-media-block,.video-gallery-grid,.photo-gallery-strip{max-width:100%}
.video-gallery-card,.photo-gallery-card{box-sizing:border-box}
@media(max-width:700px){
 .home-media-hub{overflow:hidden}
 .video-gallery-grid{width:100%}
 .video-gallery-card{min-width:0}
 .photo-gallery-strip{width:calc(100% + 16px);margin-right:-16px;padding-right:16px}
}
