.customer-map-canvas{position:relative;width:100%;}
.refined .customer-map .dach-map{max-height:none;}
.customer-map-interaction,.customer-map-hint{display:none;}
.refined .recruiting-collection .production-reel{flex:0 0 calc((100% - 40px)/3);}
.recruiting-collection .reel-screen{aspect-ratio:16/9;}
.recruiting-collection .reel-screen video{object-fit:contain;}
.recruiting-collection .production-reel:nth-child(even){transform:none;}
@media(max-width:820px){.refined .recruiting-collection .production-reel{flex-basis:86%;}.recruiting-collection .reel-screen{border-radius:18px;}}
@media(min-width:1025px) and (hover:hover) and (pointer:fine){
 .customer-map-interaction{display:block;}
 .customer-map .dach-point{opacity:.25;}
 .customer-map-hint{display:block;text-align:center;color:var(--text);font-size:.84rem;line-height:1.6;margin:8px 0 0;}
 .customer-map-hint strong{color:var(--forest);font-size:1rem;}.customer-map-hint span{display:block;font-size:.74rem;margin-top:5px;}
 .customer-pin{position:absolute;z-index:2;transform:translate(-50%,-50%);width:32px;height:32px;padding:0;border:0;background:transparent;cursor:pointer;border-radius:50%;display:grid;place-items:center;}
 .customer-pin span{width:13px;height:13px;background:white;border:3px solid var(--green);border-radius:50%;box-shadow:0 0 0 5px rgba(255,255,255,.25),0 3px 12px rgba(6,33,26,.25);transition:transform .2s;}
 .customer-pin:hover span,.customer-pin[aria-expanded=true] span{transform:scale(1.35);box-shadow:0 0 0 7px rgba(255,255,255,.4);}
 .customer-pin:focus-visible{outline:2px solid var(--forest);outline-offset:3px;}
 .customer-map-panel{position:absolute;z-index:4;width:340px;max-width:100%;padding:20px;border:1px solid var(--line);border-radius:22px;background:white;box-shadow:0 20px 70px rgba(6,33,26,.22);text-align:left;}
 .customer-map-panel[hidden]{display:none;}
 .customer-map-heading{display:flex;gap:12px;align-items:center;padding-right:16px;}
 .customer-map-heading img{width:64px;height:42px;object-fit:contain;flex-shrink:0;}
 .customer-map-heading p{font-size:.71rem;margin:0 0 3px;color:var(--green-700);font-weight:600;}
 .customer-map-heading h3{font-size:.98rem;line-height:1.25;margin:0;}
 [data-map-close]{position:absolute;right:9px;top:8px;width:30px;height:30px;border:0;border-radius:50%;background:var(--mint-soft);font-size:1.3rem;cursor:pointer;}
 .customer-map-category{margin:14px 0 10px;font-size:.72rem;color:var(--text);}
 .customer-map-films{display:flex;gap:8px;}
 .customer-map-film{flex:1;min-width:0;position:relative;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;color:var(--forest);font:500 .68rem/1.35 'DM Sans',sans-serif;}
 .customer-map-film[hidden]{display:none;}
 .customer-map-film video{display:block;width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:10px;background:var(--forest);margin-bottom:6px;}
 .customer-map-film.is-landscape video{aspect-ratio:16/9;object-fit:contain;}
 .customer-film-play{position:absolute;top:12px;right:8px;width:24px;height:24px;display:grid;place-items:center;background:rgba(6,33,26,.65);border:1px solid rgba(255,255,255,.6);color:white;border-radius:50%;font-size:.6rem;}
 .customer-map-film:focus-visible{outline:2px solid var(--green-700);outline-offset:4px;border-radius:10px;}
 .customer-map-caption{font-size:.67rem;color:var(--text);margin:13px 0 0;line-height:1.5;}
}
.recruiting-collection .media-note{font-size:.8rem;line-height:1.6;color:var(--muted);max-width:65ch;}
/* The library keeps at most three preview videos mounted, whatever its size. */
.customer-map-browser{display:none;}
@media(min-width:1025px) and (hover:hover) and (pointer:fine){
 .customer-map-browser{display:block;margin-top:18px;text-align:left;}
 .customer-library-toggle{width:100%;display:flex;justify-content:space-between;gap:16px;align-items:center;border:1px solid var(--line);border-radius:16px;background:var(--mint-soft);color:var(--forest);padding:16px 18px;cursor:pointer;text-align:left;font:600 .85rem/1.4 'DM Sans',sans-serif;}
 .customer-library-toggle>span:last-child{font-size:.72rem;color:var(--green-700);white-space:nowrap;}.customer-library-toggle b{font-size:1.2rem;margin-left:8px;}
 .customer-map-directory{padding:18px;border:1px solid var(--line);border-radius:16px;margin-top:8px;background:white;}
 .customer-map-directory[hidden],.customer-directory-list button[hidden],.customer-pin[hidden],.customer-map-reset[hidden]{display:none;}
 .customer-map-search{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;}.customer-map-search label{font-size:.7rem;font-weight:600;}.customer-map-search label:first-child{grid-column:1;grid-row:1;}.customer-map-search label:nth-of-type(2){grid-column:2;grid-row:1;}
 .customer-map-search input,.customer-map-search select{min-width:0;width:100%;border:1px solid var(--line);border-radius:9px;padding:10px;background:white;color:var(--forest);font:400 .78rem 'DM Sans',sans-serif;}
 [data-map-search-status]{font-size:.7rem;color:var(--muted);margin:12px 0 7px;}
 .customer-directory-list{max-height:270px;overflow:auto;overscroll-behavior:contain;}
 .customer-directory-list button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;border-bottom:1px solid var(--line);padding:12px 4px;background:white;text-align:left;color:var(--forest);font:600 .81rem/1.35 'DM Sans',sans-serif;cursor:pointer;}
 .customer-directory-list button:hover{background:var(--mint-soft);}.customer-directory-list small{display:block;margin-top:4px;font-size:.69rem;font-weight:400;color:var(--muted);}.customer-directory-list b{font-size:.7rem;color:var(--green-700);white-space:nowrap;}
 .customer-pin-cluster{width:31px;height:31px;border:2px solid white;background:var(--green-700);color:white;box-shadow:0 0 0 5px rgba(255,255,255,.25);font:700 .8rem 'DM Sans',sans-serif;}
 .customer-map-reset{background:transparent;color:var(--green-700);border:0;padding:12px 0 0;font:600 .75rem 'DM Sans',sans-serif;cursor:pointer;}
 .customer-map-panel{width:390px;max-width:100%;padding:18px;scroll-margin-top:95px;scroll-margin-bottom:20px;}
 .customer-film-filters{display:flex;gap:5px;flex-wrap:wrap;margin:0 0 12px;}.customer-film-filters button{border:1px solid var(--line);border-radius:20px;padding:5px 10px;font:500 .68rem 'DM Sans',sans-serif;background:white;color:var(--forest);cursor:pointer;}.customer-film-filters button[aria-pressed=true]{background:var(--forest);color:white;}.customer-film-filters button[hidden]{display:none;}
 .customer-film-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px;}.customer-film-pagination span{font-size:.72rem;color:var(--muted);}.customer-film-pagination button{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--green-700);cursor:pointer;}.customer-film-pagination button:disabled{opacity:.3;cursor:default;}
 .customer-film-jump{display:block;color:var(--muted);font-size:.65rem;margin-top:10px;}.customer-film-jump[hidden]{display:none;}.customer-film-jump select{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;padding:8px;font:400 .71rem 'DM Sans',sans-serif;background:white;color:var(--forest);margin-top:4px;}
 .customer-map-film video{max-height:168px;}.customer-map-film [data-map-film-title]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em;}.customer-map-film.is-landscape video{aspect-ratio:9/16;object-fit:contain;}
 .customer-map-browser :focus-visible,.customer-map-panel :focus-visible{outline:2px solid var(--green-700);outline-offset:3px;}
}
