.photographer-hero-map{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:0;box-shadow:none;animation:photographer-hero-map-enter .6s ease .2s both}@media(min-width:768px){.photographer-hero-map{border-radius:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 20px 40px -8px rgba(0,0,0,.1)}}.photographer-hero-map .maplibregl-canvas{width:100%!important;height:100%!important}.photographer-hero-map .maplibregl-control-container{display:none}.photographer-hero-map__marker{width:18px;height:18px;padding:0;border:3px solid #fff;border-radius:50%;background-color:#3b82f6;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.photographer-hero-map__marker:focus-visible,.photographer-hero-map__marker:hover{outline:none;transform:scale(1.12);box-shadow:0 3px 10px rgba(37,99,235,.3),0 0 0 4px rgba(59,130,246,.18)}.photographer-hero-map__marker--sponsored{isolation:isolate;width:30px;height:30px;border-width:4px;background-color:#f59e0b;box-shadow:0 2px 8px rgba(120,53,15,.3),0 0 0 3px rgba(245,158,11,.2);z-index:2;animation:photographer-featured-marker-blink 1.8s ease-in-out infinite}.photographer-hero-map__marker--sponsored:after{content:"";position:absolute;inset:-4px;z-index:-1;border-radius:inherit;background:rgba(245,158,11,.32);pointer-events:none;animation:photographer-featured-marker-pulse 1.8s ease-in-out infinite}.photographer-hero-map__marker--sponsored:focus-visible,.photographer-hero-map__marker--sponsored:hover{animation:none;box-shadow:0 4px 12px rgba(120,53,15,.34),0 0 0 5px rgba(245,158,11,.24)}.photographer-hero-map__marker--sponsored:focus-visible:after,.photographer-hero-map__marker--sponsored:hover:after{animation:none;opacity:.24;transform:scale(1)}@media(prefers-reduced-motion:reduce){.photographer-hero-map__marker--sponsored{animation:none}.photographer-hero-map__marker--sponsored:after{animation:none;opacity:.24;transform:scale(1)}}.photographer-hero-map__popup-card{display:flex;flex-direction:column;gap:.3rem;width:min(15rem,100vw - 2rem);padding:.95rem;color:inherit;text-decoration:none}.photographer-hero-map__popup-card--opportunity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:.5rem;gap:.5rem;width:min(22rem,100vw - 1rem*2);padding:.75rem;border:0;background:rgba(0,0,0,0);font:inherit;text-align:left;cursor:pointer}.photographer-hero-map__popup-card--opportunity .photographer-hero-map__popup-detail,.photographer-hero-map__popup-card--opportunity .photographer-hero-map__popup-title{white-space:normal;overflow-wrap:anywhere}.photographer-hero-map__popup-card--opportunity:focus-visible,.photographer-hero-map__popup-card--opportunity:hover{outline:none;background:rgba(59,130,246,.07)}.photographer-hero-map__popup-opportunity-icon{align-self:start;color:#2563eb;font-size:1rem;line-height:1}.photographer-hero-map__popup-opportunity-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.photographer-hero-map__popup-title{color:#171717;font-size:1rem;font-weight:600}.photographer-hero-map__popup-detail,.photographer-hero-map__popup-title{line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photographer-hero-map__popup-detail{color:#737373;font-size:.75rem}.photographer-hero-map__popup-badge{color:#92400e;font-size:.625rem;font-weight:700;letter-spacing:.02em;line-height:1.2;text-transform:uppercase}.photographer-hero-map__popup-action{grid-column:1/-1;margin-top:.25rem;padding:.48rem .75rem;border-radius:.5rem;background:rgba(59,130,246,.11);color:#2563eb}.photographer-hero-map__popup-action,.photographer-hero-map__popup-profile-action{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.875rem;font-weight:600}.photographer-hero-map__popup-profile-action{width:100%;margin-top:.45rem;padding:.5rem .75rem;border-radius:.375rem;background:rgba(59,130,246,.1);color:#3b82f6}.maplibregl-popup.photographer-hero-map__popup{z-index:10;width:max-content;max-width:none!important}.maplibregl-popup.photographer-hero-map__popup .maplibregl-popup-content{overflow:hidden;padding:0;border:none;border-radius:1rem;background:hsla(0,0%,100%,.96);box-shadow:0 12px 32px -8px rgba(15,23,42,.22),0 0 0 1px rgba(15,23,42,.05);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.maplibregl-popup.photographer-hero-map__popup--sponsored .maplibregl-popup-content{border-color:rgba(245,158,11,.36);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(245,158,11,.08))}.maplibregl-popup.photographer-hero-map__popup--opportunity .maplibregl-popup-content{border:1px solid rgba(59,130,246,.32);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(59,130,246,.08))}.maplibregl-popup.photographer-hero-map__popup .maplibregl-popup-tip{border-top-color:hsla(0,0%,100%,.97)}@keyframes photographer-hero-map-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes photographer-featured-marker-blink{0%,to{opacity:.76}50%{opacity:1}}@keyframes photographer-featured-marker-pulse{0%,to{opacity:.32;transform:scale(.8)}50%{opacity:0;transform:scale(1.48)}}