/* DF Store Locator — Miss June — Elegant minimalist */
.dfsl-wrapper { max-width: 1280px; margin: 40px auto 80px; padding: 0 24px; font-family: inherit; color: #1a1a1a; }

/* Header — serif elegance */
.dfsl-header { text-align: center; margin-bottom: 40px; }
.dfsl-title { font-size: 38px; font-weight: 300; letter-spacing: 4px; text-transform: uppercase; margin: 0 0 12px; color: #1a1a1a; font-family: inherit; }
.dfsl-subtitle { color: #6b6b6b; font-size: 13px; margin: 0; letter-spacing: 1px; line-height: 1.6; font-weight: 300; }
.dfsl-count { display: inline-block; margin-left: 14px; padding: 3px 12px; background: transparent; color: #c9a96e; border: 1px solid #c9a96e; font-weight: 500; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; vertical-align: middle; }

/* MAP — clean, no background */
.dfsl-map-wrap { margin-bottom: 32px; position: relative; }
.dfsl-map { width: 100%; height: 480px; min-height: 360px; background: #f5f5f5; }
@media (max-width: 768px) { .dfsl-map { height: 360px; } }
.mapboxgl-canvas-container canvas { outline: none; }

/* Toolbar — minimal */
.dfsl-toolbar { display: flex; gap: 14px; align-items: center; margin-bottom: 24px; flex-wrap: wrap; max-width: 680px; margin-left: auto; margin-right: auto; }
.dfsl-search { flex: 1; min-width: 260px; padding: 14px 20px; border: none; border-bottom: 1px solid #e6e0d4; background: transparent; font-size: 13px; letter-spacing: 1.5px; color: #1a1a1a; text-transform: uppercase; transition: border-color .2s; }
.dfsl-search:focus { outline: none; border-bottom-color: #c9a96e; }
.dfsl-search::placeholder { color: #b5ad99; letter-spacing: 2px; font-size: 11px; }
.dfsl-locate { padding: 12px 22px; background: transparent; color: #1a1a1a; border: 1px solid #1a1a1a; cursor: pointer; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; transition: all .25s; font-family: inherit; }
.dfsl-locate:hover { background: #1a1a1a; color: #fff; }

/* Country chips — serif elegance */
.dfsl-countries-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 0; margin: 0 auto 50px; padding: 20px 0; border-top: 1px solid #f0eade; border-bottom: 1px solid #f0eade; max-width: 1100px; }
.dfsl-country-chip { padding: 10px 18px; background: transparent; color: #6b6b6b; border: none; cursor: pointer; font-size: 11px; letter-spacing: 2px; font-weight: 400; transition: color .2s; text-transform: uppercase; font-family: inherit; position: relative; }
.dfsl-country-chip span { display: inline-block; margin-left: 6px; color: #b5ad99; font-size: 9px; font-weight: 400; letter-spacing: 1px; }
.dfsl-country-chip:hover { color: #1a1a1a; }
.dfsl-country-chip.active { color: #1a1a1a; font-weight: 500; }
.dfsl-country-chip.active::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 24px; height: 1px; background: #c9a96e; }
.dfsl-country-chip.active span { color: #c9a96e; }

/* List empty state */
.dfsl-empty { text-align: center; padding: 60px 20px 80px; color: #8b8270; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 300; }
.dfsl-empty::before { content: "◦"; display: block; font-size: 24px; color: #c9a96e; margin-bottom: 16px; font-weight: 300; }

/* List header */
.dfsl-list-header { display: flex; justify-content: center; align-items: baseline; margin-bottom: 28px; }
.dfsl-list-header h2 { font-size: 14px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase; margin: 0; color: #1a1a1a; position: relative; padding-bottom: 10px; }
.dfsl-list-header h2::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 30px; height: 1px; background: #c9a96e; }

/* Cards grid — minimal, ample whitespace */
.dfsl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 0; border-top: 1px solid #f0eade; border-left: 1px solid #f0eade; }
.dfsl-card { background: transparent; border-right: 1px solid #f0eade; border-bottom: 1px solid #f0eade; padding: 30px 28px; cursor: pointer; transition: background .25s; min-height: 140px; position: relative; }
.dfsl-card:hover { background: #fbf9f4; }
.dfsl-card.active { background: #fbf7ee; }
.dfsl-card.active::before { content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: #c9a96e; }
.dfsl-card[data-lat="0"][data-lng="0"] { opacity: 0.5; cursor: default; }
.dfsl-card[data-lat="0"][data-lng="0"]:hover { background: transparent; }

.dfsl-card-name { font-size: 13px; font-weight: 500; letter-spacing: 2px; margin: 0 0 14px; color: #1a1a1a; text-transform: uppercase; line-height: 1.4; }
.dfsl-card-location { font-size: 11px; color: #6b6b6b; line-height: 1.8; margin-bottom: 10px; letter-spacing: 0.5px; }
.dfsl-card-country { display: block; margin-top: 6px; color: #c9a96e; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; }
.dfsl-card-phone, .dfsl-card-web { font-size: 10px; margin-top: 4px; letter-spacing: 1px; text-transform: uppercase; }
.dfsl-card-phone a, .dfsl-card-web a { color: #8b8270; text-decoration: none; transition: color .2s; }
.dfsl-card-phone a:hover, .dfsl-card-web a:hover { color: #c9a96e; }
.dfsl-card-hours { font-size: 10px; color: #8b8270; margin-top: 10px; font-style: italic; line-height: 1.6; letter-spacing: 0.5px; }

/* Mapbox popup — branded minimal */
.mapboxgl-popup-content { padding: 20px 24px !important; border-radius: 0 !important; font-family: inherit; min-width: 240px; box-shadow: 0 12px 40px rgba(26,26,26,0.1) !important; }
.mapboxgl-popup-content h4 { margin: 0 0 10px; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #1a1a1a; font-weight: 500; padding-bottom: 8px; border-bottom: 1px solid #c9a96e; display: inline-block; }
.mapboxgl-popup-content .dfsl-popup-addr { font-size: 11px; color: #6b6b6b; line-height: 1.7; margin-bottom: 4px; letter-spacing: 0.5px; }
.mapboxgl-popup-content a { color: #c9a96e; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
.mapboxgl-popup-content a:hover { text-decoration: underline; }
.mapboxgl-popup-close-button { font-size: 20px !important; padding: 4px 12px !important; color: #b5ad99 !important; outline: none !important; }
.mapboxgl-popup-close-button:hover { color: #1a1a1a !important; background: transparent !important; }

/* Marker pin — thin elegant */
.dfsl-marker { width: 22px; height: 28px; background: #c9a96e; -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 36"><path d="M12 0C5.4 0 0 5.4 0 12c0 9 12 24 12 24s12-15 12-24c0-6.6-5.4-12-12-12zm0 16a4 4 0 110-8 4 4 0 010 8z"/></svg>') no-repeat center / contain; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 36"><path d="M12 0C5.4 0 0 5.4 0 12c0 9 12 24 12 24s12-15 12-24c0-6.6-5.4-12-12-12zm0 16a4 4 0 110-8 4 4 0 010 8z"/></svg>') no-repeat center / contain; cursor: pointer; transform: translate(-50%, -100%); transition: transform .2s, background .2s; filter: drop-shadow(0 1px 3px rgba(26,26,26,0.3)); }
.dfsl-marker:hover, .dfsl-marker.active { transform: translate(-50%, -100%) scale(1.3); background: #1a1a1a; }

/* Map controls */
.mapboxgl-ctrl-group { box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important; border-radius: 0 !important; border: 1px solid #f0eade !important; }
.mapboxgl-ctrl-group button { border-radius: 0 !important; }
.mapboxgl-ctrl-attrib { font-size: 10px; }

/* Intro copy SEO */
.dfsl-intro-text { max-width: 780px; margin: 80px auto 0; padding: 40px 20px 0; border-top: 1px solid #f0eade; text-align: center; }
.dfsl-intro-text p { font-size: 13px; line-height: 1.9; color: #6b6b6b; letter-spacing: 0.5px; margin: 0; font-weight: 300; }
