/* Scoped additions: existing catalogs, prices and headers keep their own styles. */
@font-face{font-family:"Geist";src:url("/fonts/geist-latin.woff2") format("woff2");font-weight:100 900;font-display:swap}
.gmx-videos-section,.gmx-videos-page,.gmx-video-dialog,.gmx-detail-videos{font-family:"Geist",Arial,sans-serif;box-sizing:border-box}
.gmx-videos-section *,.gmx-video-dialog *,.gmx-detail-videos *{box-sizing:border-box}
.gmx-videos-section{background:#f4f0e7;color:#151515;padding:56px 0;clear:both}
.gmx-videos-inner{width:min(1320px,calc(100% - 48px));margin-inline:auto}
.gmx-videos-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}
.gmx-videos-heading h2{font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.035em;margin:8px 0 12px;text-transform:none;color:#151515}
.gmx-videos-heading p:not(.gmx-video-kicker){font-size:15px;line-height:1.5;color:#605a50;margin:0;max-width:590px}
.gmx-video-kicker{color:#bd390a!important;font-size:11px!important;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0}
.gmx-video-all{color:#151515;font-size:13px;font-weight:800;white-space:nowrap;text-decoration:none;border-bottom:1px solid #ff5a1f;padding:10px 0}
.gmx-video-rail{display:flex;gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;padding:0 0 12px}
.gmx-video-card{min-width:0;background:#fff;border:1px solid #ded8cd;color:#151515;scroll-snap-align:start;overflow:hidden}
.gmx-video-card[hidden]{display:none!important}
.gmx-video-rail>.gmx-video-card{flex:0 0 256px}
.gmx-video-cover{position:relative;display:block;aspect-ratio:4/3;background:#201f1c;color:#fff;overflow:hidden;text-decoration:none}
.gmx-video-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:filter .2s}
.gmx-video-cover img[hidden]{display:none}
.gmx-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:48px;height:48px;padding-left:3px;background:#ff5a1f;color:#fff;border:2px solid #fff;border-radius:50%;font-size:18px;box-shadow:0 2px 12px #0005}
.gmx-video-cover:hover .gmx-video-play{background:#151515}
.gmx-video-platform{position:absolute;left:10px;bottom:10px;padding:4px 7px;background:#151515dc;color:#fff;font-size:10px;font-weight:700}
.gmx-video-card-copy{padding:16px}
.gmx-video-card-copy h3{margin:0 0 15px!important;font-size:16px!important;line-height:1.3!important;letter-spacing:-.01em!important;text-transform:none!important;color:#151515!important;min-height:42px}
.gmx-video-card-copy h3 a{color:inherit;text-decoration:none}
.gmx-video-product-link{color:#994016;font-size:12px;font-weight:750;text-decoration:underline;text-underline-offset:4px}
.gmx-video-controls{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}
.gmx-video-controls button{width:40px;height:40px;border:1px solid #c3bbad;color:#151515;background:transparent;font-size:19px;cursor:pointer}
.gmx-video-controls button:disabled{opacity:.3;cursor:default}
.gmx-video-dialog{width:min(540px,calc(100% - 32px));max-width:none;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);padding:20px;border:1px solid #d8d0c4;border-radius:8px;background:#fffaf2;color:#151515;overflow-y:auto;overscroll-behavior:contain;z-index:2147483000;pointer-events:auto}
.gmx-video-dialog::backdrop{background:#080806d9}
.gmx-video-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.gmx-video-dialog .gmx-video-dialog-top h2{font-size:20px;line-height:1.2;font-weight:800;letter-spacing:-.025em;color:#151515;margin:0;text-transform:none}
.gmx-video-dialog .gmx-video-close{display:grid;place-items:center;flex:none;width:44px;height:44px;font-size:28px;color:#151515;background:transparent;border:1px solid #d3cabe;border-radius:50%;cursor:pointer;position:static;padding:0}
.gmx-video-stage{width:min(100%,340px);aspect-ratio:9/16;max-height:64vh;max-height:64dvh;margin:auto;background:#181818;display:flex;justify-content:center;min-height:200px}
.gmx-video-stage iframe{display:block;min-width:200px;width:100%;height:100%;min-height:200px;border:0;background:#181818}
.gmx-video-loading{display:flex;gap:9px;align-items:center;justify-content:center;font-size:12px;line-height:1.4;color:#62594e;margin:12px 0}
.gmx-video-loading[hidden],.gmx-video-spinner[hidden]{display:none!important}
.gmx-video-spinner{display:inline-block;flex:none;width:16px;height:16px;border:2px solid #d9d0c4;border-top-color:#e54e11;border-radius:50%;animation:gmx-video-spin .8s linear infinite}
@keyframes gmx-video-spin{to{transform:rotate(360deg)}}
.gmx-video-source{display:block;text-align:center;color:#8c330e;text-decoration:underline;text-underline-offset:3px;padding:14px 8px;font-size:13px;font-weight:750}
.gmx-video-related{border-top:1px solid #ddd4c6;padding-top:12px;display:grid;gap:10px}
.gmx-video-related p{margin:0!important;font-size:11px!important;letter-spacing:.07em!important;font-weight:800;text-transform:uppercase;color:#706758!important}
.gmx-video-related a{display:block;color:#151515;font-size:13px;line-height:1.4;text-decoration:underline;text-underline-offset:3px}
html.gmx-video-open{overflow:hidden!important}
.gmx-detail-videos{margin-top:24px;padding-top:18px;border-top:1px solid #cec6b8;color:#151515;text-align:left;clear:both}
.gmx-detail-videos h3{font-size:15px!important;line-height:1.3!important;font-weight:800;letter-spacing:0!important;text-transform:none!important;margin:0 0 12px!important;color:inherit!important}
.gmx-detail-video-list{display:grid;gap:8px}
.gmx-detail-videos a.gmx-detail-video{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-width:0;padding:8px!important;background:#fff!important;color:#151515!important;border:1px solid #e2dcd2;text-decoration:none!important;border-radius:3px;letter-spacing:0!important;text-transform:none!important}
.gmx-detail-video-thumb{position:relative;display:block;width:88px;height:60px;flex:none;background:#24221f;overflow:hidden}
.gmx-detail-video-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.gmx-detail-video-thumb img[hidden]{display:none}
.gmx-detail-video-play{position:absolute;display:grid;place-items:center;width:26px;height:26px;font-size:11px;color:white;background:#e54e11;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.gmx-detail-video strong{display:block;font-size:13px!important;line-height:1.35!important;color:#151515!important;font-weight:750}
.gmx-detail-video small{display:block;margin-top:4px;color:#94502f;font-size:11px}
.gmx-social-footer{display:flex;align-items:center;gap:18px;flex-wrap:wrap;grid-column:1/-1;width:100%;padding:14px 0 0;margin:14px 0 0;border-top:1px solid #8884}
a.gmx-facebook-link{display:inline-flex!important;align-items:center;gap:9px;color:inherit;font-size:13px!important;line-height:1.4;font-weight:650;text-decoration:none;min-height:32px;white-space:normal}
.gmx-facebook-link svg{display:block;flex:none;width:20px!important;height:20px!important}
.gmx-facebook-link:hover span{text-decoration:underline;text-underline-offset:4px}
.gmx-video-cover:focus-visible,.gmx-video-all:focus-visible,.gmx-detail-video:focus-visible,.gmx-facebook-link:focus-visible{outline:3px solid #ff5a1f;outline-offset:3px}
.gmx-videos-page{margin:0;background:#f4f0e7;color:#151515;-webkit-font-smoothing:antialiased}
.gmx-videos-page *{box-sizing:border-box}
.gmx-videos-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px;padding:16px max(24px,calc((100vw - 1320px)/2));background:#151515;color:white}
.gmx-videos-header img{display:block;width:210px;max-width:38vw;height:auto}
.gmx-videos-header nav{display:flex;align-items:center;gap:24px}
.gmx-videos-header a{color:white;text-decoration:none;font-size:13px;font-weight:700}
.gmx-videos-header .gmx-video-quote{display:inline-flex;background:#ff5a1f;color:#151515;padding:15px 20px}
.gmx-videos-intro{padding:54px 0 32px}
.gmx-videos-intro h1{font-size:clamp(36px,5vw,60px);line-height:1.02;letter-spacing:-.045em;max-width:820px;margin:18px 0}
.gmx-videos-intro h1 em{font-style:normal;color:#df470b}
.gmx-videos-intro>p:last-child{font-size:16px;line-height:1.6;color:#605a50;max-width:590px}
.gmx-videos-directory{padding-bottom:64px;scroll-margin-top:24px}
.gmx-video-filters{display:flex;gap:8px;flex-wrap:wrap}
.gmx-video-filters button{padding:11px 16px;border:1px solid #bfb6a6;background:transparent;font:inherit;font-size:13px;font-weight:700;cursor:pointer}
.gmx-video-filters button[aria-pressed=true]{color:white;background:#151515;border-color:#151515}
.gmx-video-filters button span{margin-left:6px;color:#ff6930}
.gmx-video-count{font-size:13px;color:#605a50;margin:18px 0}
.gmx-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.gmx-videos-footer{background:#151515;color:#fff;padding:32px max(24px,calc((100vw - 1320px)/2));display:flex;gap:22px;flex-wrap:wrap;justify-content:space-between}
.gmx-videos-footer a{color:inherit;text-decoration:none;font-size:13px}
@media(max-width:1000px){.gmx-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gmx-videos-header nav{gap:12px}.gmx-videos-header .gmx-video-quote{display:none}}
@media(max-width:720px){.gmx-videos-heading{display:block}.gmx-video-all{display:inline-block;margin-top:12px}.gmx-videos-section{padding:38px 0}.gmx-video-rail>.gmx-video-card{flex-basis:236px}.gmx-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gmx-video-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.gmx-video-filters button{white-space:nowrap;flex:none}.gmx-videos-header nav>a{display:none}.gmx-videos-intro{padding-top:36px}.gmx-video-card-copy{padding:12px}.gmx-videos-page .gmx-video-card-copy h3{font-size:14px!important}.gmx-video-dialog{padding:16px}.gmx-video-dialog .gmx-video-dialog-top h2{font-size:18px}}
@media(max-width:400px){.gmx-videos-inner{width:calc(100% - 40px)}.gmx-video-grid{grid-template-columns:1fr}.gmx-videos-page .gmx-video-cover{aspect-ratio:16/10}}
@media(prefers-reduced-motion:reduce){.gmx-video-cover img{transition:none}}
