:root{--wye-white:#fff;--wye-green:#9cc93d;--wye-dark:#1a1a1a;--wye-grey:#f5f5f5;--wye-border:#e5e5e5;--wye-text-secondary:#64748b;--wye-text-muted:#999}.locations-hero,.section-hero{background:var(--wye-white);text-align:center;padding:140px 0 48px}.hero-content{max-width:680px;margin:0 auto;padding:0 32px}.hero-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--wye-green);margin-bottom:20px;font-family:Mundial,system-ui,sans-serif;font-size:13px;font-weight:600;display:block}.hero-title{color:var(--wye-dark);margin-bottom:20px;font-family:Mundial,system-ui,sans-serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:500;line-height:1.1}.hero-description{color:var(--wye-text-secondary);font-size:18px;line-height:1.6}.search-section{background:var(--wye-white);z-index:10;padding:24px 0;position:relative}.search-container{flex-direction:column;gap:12px;max-width:840px;margin:0 auto;padding:0 32px;display:flex}@media (min-width:768px){.search-container{flex-direction:row;align-items:flex-start;gap:16px}}.nearest-btn{color:#1a1a1a;cursor:pointer;white-space:nowrap;background:#f5f5f5;border:2px solid #0000;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;min-width:140px;padding:14px 24px;font-family:Mundial,system-ui,sans-serif;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.nearest-btn:hover{color:#fff;background:#9cc93d;border-color:#9cc93d}.nearest-btn.active{color:#fff!important;background:#9cc93d!important;border-color:#9cc93d!important}.nearest-btn.locating{color:#666;cursor:not-allowed;background:#f5f5f5;border-color:#0000}.nearest-btn:disabled{opacity:.7}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.location-error{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;width:100%;padding:12px 16px;font-size:13px}.search-wrapper{background:var(--wye-grey);border:1px solid #0000;border-radius:9999px;flex:1;align-items:center;transition:all .2s;display:flex;position:relative}.search-wrapper:focus-within{background:var(--wye-white);border-color:var(--wye-green);box-shadow:0 0 0 4px #9cc93d26}.search-icon{color:var(--wye-text-muted);justify-content:center;align-items:center;padding:0 18px;display:flex}.search-input{height:52px;color:var(--wye-dark);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:Mundial,system-ui,sans-serif;font-size:15px;font-weight:500}.search-input::placeholder{color:var(--wye-text-muted);font-weight:400}.search-clear{background:var(--wye-text-muted);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;margin-right:12px;padding:8px;transition:all .2s;display:none}.search-clear.visible{display:flex}.search-clear:hover{background:var(--wye-dark)}.radius-filter{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:8px 32px 16px;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.radius-label{color:#666;font-family:Mundial,system-ui,sans-serif;font-size:13px;font-weight:500}.radius-options{flex-wrap:wrap;gap:8px;display:flex}.radius-chip{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:9999px;align-items:center;padding:6px 14px;font-family:Mundial,system-ui,sans-serif;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.radius-chip:hover{background:#f5f5f5;border-color:#9cc93d}.radius-chip.active{color:#fff;background:#9cc93d;border-color:#9cc93d}.clear-nearest-btn{color:#666;cursor:pointer;background:0 0;border:1px solid #e5e5e5;border-radius:9999px;align-items:center;gap:4px;margin-left:8px;padding:6px 12px;font-family:Mundial,system-ui,sans-serif;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.clear-nearest-btn:hover{color:#dc2626;background:#fef2f2;border-color:#dc2626}.quick-filters{flex-wrap:wrap;justify-content:center;gap:10px;max-width:1200px;margin:0 auto;padding:8px 32px 32px;display:flex}.filter-chip{background:var(--wye-white);border:1px solid var(--wye-border);cursor:pointer;border-radius:9999px;align-items:center;gap:8px;padding:8px 16px;font-family:Mundial,system-ui,sans-serif;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.filter-chip:hover{background:var(--wye-grey)}.filter-chip.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.filter-chip .count{color:#666;background:#f5f5f5;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:600}.filter-chip.active .count{color:#fff;background:#fff3}.results-info{text-align:center;color:var(--wye-text-muted);padding:0 32px 32px;font-size:14px}.results-count{color:var(--wye-dark);font-weight:600}.section-map{padding:32px 0}.section-map .container{max-width:1200px;margin:0 auto;padding:0 32px}.section-locations{background:var(--wye-grey);padding:64px 0 96px}.section-locations .container{max-width:1200px;margin:0 auto;padding:0 32px}.locations-header{text-align:center;margin-bottom:48px}.locations-header h2{color:var(--wye-dark);font-family:Mundial,system-ui,sans-serif;font-size:32px;font-weight:700}.locations-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.location-card{border:1px solid var(--wye-border);background:#fff;border-radius:16px;padding:24px;transition:all .3s;position:relative}.location-card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.location-city-badge{letter-spacing:.5px;text-transform:uppercase;background:var(--wye-green);color:#fff;border-radius:9999px;margin-bottom:12px;padding:4px 10px;font-family:Mundial,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-block}.location-name{color:var(--wye-dark);margin-bottom:10px;font-family:Mundial,system-ui,sans-serif;font-size:17px;font-weight:600;line-height:1.4}.location-address{color:var(--wye-text-secondary);margin-bottom:16px;font-size:14px;line-height:1.5}.location-meta{border-top:1px solid var(--wye-border);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.location-type{color:var(--wye-text-muted);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.location-link{color:var(--wye-green);align-items:center;gap:4px;font-family:Mundial,system-ui,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.location-link:hover{color:var(--wye-dark)}.no-results{text-align:center;padding:64px 32px;display:none}.no-results.visible{display:block}.no-results-icon{background:var(--wye-grey);width:64px;height:64px;color:var(--wye-text-muted);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.no-results h3{color:var(--wye-dark);margin-bottom:8px;font-family:Mundial,system-ui,sans-serif;font-size:20px;font-weight:600}.no-results p{color:var(--wye-text-secondary);font-size:15px}.section-stats{background:var(--wye-white);border-top:1px solid var(--wye-border);padding:64px 0}.section-stats .container{max-width:900px;margin:0 auto;padding:0 32px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat-item{text-align:center;padding:24px}.stat-number{color:var(--wye-green);margin-bottom:8px;font-family:Mundial,system-ui,sans-serif;font-size:36px;font-weight:700}.stat-label{color:var(--wye-text-secondary);font-size:14px;font-weight:500}@media (max-width:991px){.locations-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.section-hero{padding:120px 0 32px}.hero-content,.search-container{padding:0 20px}.quick-filters{padding:0 20px 24px}.filter-chip{padding:6px 12px;font-size:12px}.section-map{padding:24px 0}.section-map .container{padding:0 20px}.section-locations{padding:48px 0 72px}.section-locations .container{padding:0 20px}.locations-header h2{font-size:24px}.locations-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.stat-item{padding:16px}.stat-number{font-size:28px}.stat-label{font-size:13px}}
.locations-map-wrapper{z-index:1;background:#f8fafc;border-radius:24px;width:100%;height:500px;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #00000014}.map-loading{color:#64748b;justify-content:center;align-items:center;height:100%;font-family:Mundial,system-ui,sans-serif;display:flex}.leaflet-container{font-family:Mundial,system-ui,sans-serif}.leaflet-popup-content-wrapper{border-radius:12px;padding:0}.leaflet-popup-content{margin:0;padding:12px 16px;font-family:Mundial,system-ui,sans-serif}.leaflet-popup-content-custom h4{color:#1a1a1a;margin:0 0 4px;font-size:14px;font-weight:600}.leaflet-popup-content-custom p{color:#64748b;margin:0;font-size:12px}.custom-marker{background:0 0!important;border:none!important}.marker-container{flex-direction:column;align-items:center;display:flex;position:relative}.marker-pin{background:#9cc93d;border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:25px;height:25px;display:flex;position:relative;transform:rotate(-45deg);box-shadow:0 3px 8px #00000040}.marker-pin svg{color:#fff;transform:rotate(45deg)}.custom-marker:hover .marker-pin{transform:rotate(-45deg)scale(1.1);box-shadow:0 4px 12px #0000004d}.city-popup{z-index:1000;background:#fff;border-radius:16px;width:300px;max-height:450px;padding:20px;animation:.3s slideIn;position:absolute;top:20px;right:20px;overflow-y:auto;box-shadow:0 20px 50px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.popup-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.popup-close:hover{color:#1a1a1a;background:#e2e8f0}.popup-header{align-items:flex-start;gap:12px;margin-bottom:16px;padding-right:20px;display:flex}.popup-icon{color:#fff;background:#9cc93d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.popup-city{letter-spacing:.5px;text-transform:uppercase;color:#9cc93d;margin-bottom:4px;font-family:Mundial,system-ui,sans-serif;font-size:11px;font-weight:600;display:block}.popup-title{color:#1a1a1a;margin:0;font-family:Mundial,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:1.3}.location-popup{width:280px}.popup-location-details{border-bottom:1px solid #f1f5f9;margin-bottom:16px;padding-bottom:16px}.location-address-full{color:#64748b;margin-bottom:12px;font-size:14px;line-height:1.5}.location-type-badge{text-transform:uppercase;letter-spacing:.5px;color:#64748b;background:#f1f5f9;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.popup-directions-btn{color:#fff;background:#1a1a1a;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-family:Mundial,system-ui,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.popup-directions-btn:hover{background:#9cc93d}@media (max-width:767px){.locations-map-wrapper{border-radius:16px;height:450px}.marker-pin{width:22px;height:22px}.city-popup{width:calc(100% - 40px);max-width:320px;max-height:350px;animation:.3s slideUp;position:fixed;inset:auto auto 20px 50%;transform:translate(-50%)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}}@media (prefers-reduced-motion:reduce){.popup-close,.popup-directions-btn{transition:none}.city-popup{animation:none}}
