/* Loaded only on the six media routes; nothing affects Minimyš. */
.omg-media-gallery{margin-block:3rem 0;min-width:0;color:var(--ink)}
.omg-media-title{font-size:clamp(1.6rem,2.7vw,2.4rem);font-weight:850;line-height:1.15;letter-spacing:-.035em;margin:0 0 1rem}
.omg-media-note{max-width:58rem;font-size:1rem;line-height:1.6;margin:0 0 1.5rem;color:var(--muted)}
.omg-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:start}
.omg-media-count-1{grid-template-columns:minmax(0,440px)}
.omg-media-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.omg-media-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.omg-media-card{margin:0;min-width:0;border-bottom:5px solid var(--brand-lime);background:#fff;box-shadow:0 10px 30px #101d3210}
.omg-media-card video{display:block;width:100%;height:auto;aspect-ratio:9/16;object-fit:contain;background:#101D32;max-height:660px}
.omg-media-card figcaption{padding:1rem 1.1rem;font-size:1rem;font-weight:750;line-height:1.4;color:#101D32}
.omg-photo-link{display:block;background:#eef1f5}
.omg-photo-link img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;background:#eef1f5}
.omg-photo-link:focus-visible{outline:3px solid #234BE8;outline-offset:4px}
.omg-media-home{display:grid;grid-template-columns:1fr minmax(240px,400px);gap:6vw;align-items:center;border-top:1px solid var(--line)}
.omg-media-home>div>p:not(.eyebrow){font-size:1.125rem;line-height:1.7;max-width:600px;margin-top:1.5rem;color:var(--muted)}
.omg-media-home .omg-media-card{max-width:400px;width:100%;justify-self:end}
.omg-media-home .text-link{margin-top:1.5rem}
.omg-learning-video{max-width:390px;justify-self:center;width:100%}
.omg-learning-video .omg-media-note{font-size:.875rem;margin-top:1rem}
.omg-learning-video[hidden],.omg-learning-empty[hidden]{display:none!important}
.tone-blue .omg-media-title,.tone-blue .omg-media-note{color:#fff}
.tone-lime .omg-media-title,.tone-lime .omg-media-note{color:#101D32}
@media(max-width:1000px){.omg-media-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.omg-media-home{grid-template-columns:1fr;gap:2rem}.omg-media-home .omg-media-card{justify-self:center}.omg-media-grid{grid-template-columns:1fr;gap:1.5rem}.omg-media-card{width:100%}.omg-media-card video{max-height:70vh;min-height:260px}.omg-media-gallery{margin-top:2rem}.omg-media-note{font-size:1rem}.omg-media-home h2{font-size:clamp(2rem,9vw,3.5rem)}}
