html { zoom: 1; }
.eo-locator-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f4ef 0%, #f1f1ef 100%);
}

.eo-locator-page__main {
  min-height: 100vh;
}

.eo-locator-root {
  min-height: 100vh;
}

.eo-locator {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

.eo-locator__sidebar {
  position: absolute;
  top: 24px;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: min(428px, calc(100% - 48px));
  height: auto;
  min-height: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(36, 31, 32, 0.1);
  border-radius: 24px;
  box-shadow: 0 28px 64px rgba(36, 31, 32, 0.16);
  backdrop-filter: blur(8px);
  overflow-x: hidden;
  overflow-y: auto;
  overflow-anchor: none;
  isolation: isolate;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: transform 0.3s ease, opacity 0.22s ease;
}

.eo-locator__sidebar::-webkit-scrollbar,
.eo-locator__detail::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.eo-locator__controls {
  position: static;
  top: 0;
  z-index: 4;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 24px 18px;
  border-bottom: 1px solid rgba(36, 31, 32, 0.14);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 22px rgba(36, 31, 32, 0.05);
  border-radius: 24px 24px 0 0;
}

.eo-locator__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.eo-locator__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-secondary);
}

.eo-locator__search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(36, 31, 32, 0.12);
  border-radius: 8px;
  background: #fff;
}

.eo-locator__search:focus-within {
  outline: 3px solid var(--eo-text, #241f20);
  outline-offset: 3px;
}

.eo-locator__search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  color: var(--color-secondary);
}

.eo-locator__search-input::placeholder {
  color: rgba(36, 31, 32, 0.45);
}

.eo-locator__locate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
}

.eo-locator__locate:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.eo-locator__locate img {
  width: 18px;
  height: 18px;
}

.eo-locator__filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.eo-locator__filters-toggle {
  display: none;
}

.eo-locator__filter-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eo-locator__filter-select--fallback,
.eo-locator__filter-toggle--fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.eo-locator__filter-chip,
.eo-locator__filter-clear,
.eo-locator__empty-clear,
.eo-locator__show-more button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(36, 31, 32, 0.14);
  border-radius: 999px;
  background: #fff;
  color: rgba(36, 31, 32, 0.78);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.eo-locator__filter-chip[aria-pressed="true"] {
  border-color: rgba(243, 112, 33, 0.42);
  background: #fff1e7;
  color: var(--color-primary);
  box-shadow: 0 6px 14px rgba(243, 112, 33, 0.12);
}

.eo-locator__filter-chip:focus-visible,
.eo-locator__filter-clear:focus-visible,
.eo-locator__empty-clear:focus-visible,
.eo-locator__show-more button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.eo-locator__filter-clear,
.eo-locator__empty-clear {
  border-color: transparent;
  background: transparent;
  color: var(--color-primary);
  padding-inline: 4px;
}

.eo-locator__filter-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.eo-locator__filter-select {
  min-width: 0;
  padding: 0 22px 0 0;
  border: 0;
  background: transparent;
  color: rgba(36, 31, 32, 0.78);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.eo-locator__filter-wrap::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('../assets/arrow-down-sm.svg') center / contain no-repeat;
  pointer-events: none;
}

.eo-locator__filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: rgba(36, 31, 32, 0.78);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}

.eo-locator__toggle-chip {
  position: relative;
  width: 34px;
  height: 20px;
  border-radius: 999px;
  background: rgba(36, 31, 32, 0.16);
  transition: background 0.2s ease;
}

.eo-locator__toggle-chip::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease;
}

.eo-locator__filter-toggle[aria-pressed="true"] .eo-locator__toggle-chip {
  background: rgba(255, 122, 0, 0.34);
}

.eo-locator__filter-toggle[aria-pressed="true"] .eo-locator__toggle-chip::after {
  transform: translateX(14px);
}

.eo-locator__summary {
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(36, 31, 32, 0.58);
}

.eo-locator__list-area {
  position: relative;
  flex: 0 0 auto;
  min-height: auto;
  padding-bottom: 12px;
}

.eo-locator__detail {
  position: absolute;
  inset: 0;
  z-index: 10;
  overflow-y: auto;
  padding: 0;
  background: #fff;
  border-radius: inherit;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.eo-locator__detail[hidden] {
  display: none;
}

.eo-locator__sidebar--detail .eo-locator__controls,
.eo-locator__sidebar--detail .eo-locator__list-area {
  visibility: hidden;
  pointer-events: none;
}

.eo-locator__sidebar--detail {
  overflow: hidden;
}

.eo-locator__detail-sheet {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 24px 24px;
  border: 0;
  border-radius: inherit;
  background: #fff;
}

.eo-locator__detail-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.eo-locator__detail-return {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  border: 1px solid rgba(36, 31, 32, 0.12);
  background: #fff;
  color: var(--color-primary);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  cursor: pointer;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(36, 31, 32, 0.06);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}

.eo-locator__detail-return:hover {
  background: #fff1e7;
  border-color: rgba(243, 112, 33, 0.42);
}

.eo-locator__detail-return:active {
  transform: translateY(1px);
}

.eo-locator__detail-return:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.eo-locator__detail-return-icon {
  flex-shrink: 0;
  color: var(--color-primary);
}

.eo-locator__detail-return img {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.eo-locator-root[data-theme="dark"] .eo-locator__detail-return {
  background: #221d1a;
  border-color: rgba(245, 241, 236, 0.18);
  color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.eo-locator-root[data-theme="dark"] .eo-locator__detail-return:hover {
  background: rgba(243, 112, 33, 0.18);
  border-color: rgba(243, 112, 33, 0.6);
}

.eo-locator__detail-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
}

.eo-locator__detail-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.48px;
  color: var(--color-secondary);
}

.eo-locator__detail-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

.eo-locator__favorite {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid rgba(36, 31, 32, 0.12);
  border-radius: 999px;
  background: #fff;
  color: rgba(36, 31, 32, 0.76);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.eo-locator__favorite[aria-pressed="true"] {
  border-color: rgba(243, 112, 33, 0.32);
  background: #fff1e7;
  color: var(--color-primary);
}

.eo-locator__detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.eo-locator__detail-image-wrap {
  width: 100%;
  aspect-ratio: 441 / 197;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd6d0;
}

.eo-locator__detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eo-locator__detail-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background: #f4f4f4;
}

.eo-locator__detail-card--services {
  padding: 16px;
}

.eo-locator__detail-card-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.28px;
  color: var(--color-secondary);
}

.eo-locator__detail-address-row,
.eo-locator__detail-hours-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.eo-locator__detail-card-copy,
.eo-locator__detail-hours-label,
.eo-locator__detail-hours-value {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.28px;
}

.eo-locator__detail-facts {
  display: block;
  margin-top: 6px;
  color: rgba(36, 31, 32, 0.62);
  font-size: 13px;
  line-height: 1.4;
}

.eo-locator__detail-card-copy,
.eo-locator__detail-hours-label {
  color: var(--color-secondary);
}

.eo-locator__detail-hours-value {
  text-align: right;
  font-weight: 700;
  color: var(--color-primary);
}

.eo-locator__detail-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.28px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eo-locator__detail-link img {
  width: 18px;
  height: 18px;
}

.eo-locator__detail-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eo-locator__detail-service {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eo-locator__detail-service-icon {
  width: 18px;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.eo-locator__detail-service.is-active {
  color: var(--color-primary);
}

.eo-locator__detail-service.is-inactive {
  color: var(--color-secondary);
}

.eo-locator__detail-service.is-active .eo-locator__detail-service-label {
  font-weight: 600;
}

.eo-locator__detail-service-label {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.28px;
}

.eo-locator__detail-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.eo-locator__detail-report {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.28px;
  text-align: center;
}

.eo-locator__detail-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.32px;
}

.eo-locator__detail-nav img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.eo-locator__list {
  height: auto;
  overflow: visible;
}

.eo-locator__shortcut-section {
  padding: 14px 24px;
  border-bottom: 1px solid rgba(36, 31, 32, 0.08);
  background: #fafafa;
}

.eo-locator__shortcut-title {
  margin-bottom: 8px;
  color: rgba(36, 31, 32, 0.56);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.eo-locator__shortcut-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eo-locator__shortcut {
  max-width: 100%;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(36, 31, 32, 0.12);
  border-radius: 999px;
  background: #fff;
  color: rgba(36, 31, 32, 0.78);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.eo-locator__card {
  border-bottom: 1px solid rgba(36, 31, 32, 0.12);
  background: #fff;
  transition: background 0.2s ease;
}

.eo-locator__card.is-active,
.eo-locator__card:hover {
  background: #fff7f1;
}

.eo-locator__card-button {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 18px 24px 12px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.eo-locator__card-button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

.eo-locator__card-icon {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff8c24 0%, #ff7a00 100%);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.eo-locator__card-icon::before,
.eo-locator__card-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.eo-locator__card-icon--locker::before {
  top: 7px;
  width: 16px;
  height: 17px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.95) 48% 52%, transparent 52% 100%),
    linear-gradient(180deg, transparent 0 33%, rgba(255, 255, 255, 0.95) 33% 37%, transparent 37% 66%, rgba(255, 255, 255, 0.95) 66% 70%, transparent 70% 100%);
  border: 1.6px solid rgba(255, 255, 255, 0.95);
}

.eo-locator__card-icon--shop {
  border-radius: 999px 999px 999px 0;
  transform: rotate(-45deg);
}

.eo-locator__card-icon--shop::before {
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
}

.eo-locator__card-icon--shop::after {
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff7a00;
}

.eo-locator__card-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.eo-locator__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.eo-locator__card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-secondary);
}

.eo-locator__card-hours {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(36, 31, 32, 0.66);
  white-space: nowrap;
}

.eo-locator__card-hours.is-open {
  color: #16803c;
}

.eo-locator__card-hours.is-closed {
  color: rgba(36, 31, 32, 0.54);
}

.eo-locator__card-address,
.eo-locator__card-code,
.eo-locator__card-distance {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-secondary);
}

.eo-locator__card-code,
.eo-locator__card-distance {
  color: rgba(36, 31, 32, 0.62);
  font-size: 13px;
}

.eo-locator__card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(36, 31, 32, 0.82);
}

.eo-locator__card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f2f2f2;
  color: rgba(36, 31, 32, 0.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.eo-locator__card-tag--strong {
  background: #fff1e7;
  color: var(--color-primary);
}

.eo-locator__card-tag--success {
  background: #e9f7ee;
  color: #16803c;
}

.eo-locator__card-tag--muted {
  background: #f2f2f2;
  color: rgba(36, 31, 32, 0.58);
}

.eo-locator__card-tag--danger,
.eo-locator__card-tag--inactive {
  background: #fff0ed;
  color: #b42318;
}

.eo-locator__card-sep {
  color: rgba(36, 31, 32, 0.5);
}

.eo-locator__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.eo-locator__card-cta img {
  width: 18px;
  height: 18px;
}

.eo-locator__card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px 18px 68px;
}

.eo-locator__card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(36, 31, 32, 0.12);
  border-radius: 999px;
  background: #fff;
  color: rgba(36, 31, 32, 0.76);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.eo-locator__card-action--primary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.eo-locator__show-more {
  display: flex;
  justify-content: center;
  padding: 18px 24px 28px;
  background: #fff;
}

.eo-locator__empty,
.eo-locator__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.eo-locator__empty[hidden],
.eo-locator__loading[hidden] {
  display: none;
}

.eo-locator__empty-inner,
.eo-locator__loading-inner {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eo-locator__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.eo-locator__empty-retry,
.eo-locator__empty-support {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.eo-locator__empty-support {
  background: transparent;
  color: var(--color-primary);
}

.eo-locator__empty-retry:focus-visible,
.eo-locator__empty-support:focus-visible {
  outline: 3px solid var(--eo-text, #241f20);
  outline-offset: 3px;
}

.eo-locator-root[data-data-state="loading"] .eo-locator__list-area,
.eo-locator-root[data-data-state="unavailable"] .eo-locator__list-area {
  min-height: 280px;
}

.eo-locator__empty[data-state="empty"],
.eo-locator-root[data-data-state="unavailable"] .eo-locator__empty {
  position: relative;
  inset: auto;
  min-height: 280px;
}

.eo-locator-root[data-data-state="loading"] .eo-locator__controls :disabled,
.eo-locator-root[data-data-state="unavailable"] .eo-locator__controls :disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.eo-locator__loading-inner::before {
  content: '';
  width: 260px;
  height: 92px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 0 0 / 80px 100% no-repeat,
    linear-gradient(#ececec, #ececec) 18px 18px / 64% 14px no-repeat,
    linear-gradient(#f2f2f2, #f2f2f2) 18px 42px / 82% 12px no-repeat,
    linear-gradient(#f2f2f2, #f2f2f2) 18px 64px / 45% 12px no-repeat,
    #fff;
  animation: eo-locator-skeleton 1.2s ease-in-out infinite;
}

@keyframes eo-locator-skeleton {
  0% {
    background-position: -80px 0, 18px 18px, 18px 42px, 18px 64px, 0 0;
  }

  100% {
    background-position: 260px 0, 18px 18px, 18px 42px, 18px 64px, 0 0;
  }
}

.eo-locator__empty-title,
.eo-locator__loading-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-secondary);
}

.eo-locator__empty-copy,
.eo-locator__loading-copy {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(36, 31, 32, 0.72);
}

.eo-locator__map-panel {
  position: absolute;
  inset: 0;
  min-width: 0;
  background: #ebe8e3;
}

.eo-locator__map {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.eo-locator__map-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: #ffffff;
}

.eo-locator__map-fallback[hidden] {
  display: none;
}

.eo-locator-root[data-theme="dark"] .eo-locator__map-fallback {
  background: #1d1917;
}

.eo-locator__map-status {
  position: static;
  max-width: 420px;
  padding: 24px 28px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(36, 31, 32, 0.06);
  border: 1px solid rgba(36, 31, 32, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  align-items: center;
}

.eo-locator__map-status-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-secondary);
}

.eo-locator__map-status-copy {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(36, 31, 32, 0.72);
}

.eo-locator__map-status-code {
  display: none;
}

.eo-locator__map-ready-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(36, 31, 32, 0.08);
  font-size: 13px;
  font-weight: 700;
  color: rgba(36, 31, 32, 0.72);
}

.eo-locator__map-ready-note[hidden] {
  display: none;
}

@media (max-width: 1200px) {
  .eo-locator {
    height: 880px;
  }

  .eo-locator__sidebar {
    top: 16px;
    left: 16px;
    bottom: 16px;
    width: min(388px, calc(100% - 32px));
    border-radius: 22px;
  }

  .eo-locator__controls {
    border-radius: 22px 22px 0 0;
  }

  .eo-locator__map {
    height: 880px;
    min-height: 880px;
  }
}

@media (max-width: 960px) {
  .eo-locator {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .eo-locator__map-panel {
    position: relative;
    order: 1;
    min-height: 440px;
  }

  .eo-locator__sidebar {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    order: 2;
    width: 100%;
    height: auto;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
    isolation: auto;
  }

  .eo-locator__map {
    height: 440px;
    min-height: 440px;
  }

  .eo-locator__list {
    max-height: none;
  }

  .eo-locator__controls {
    position: static;
    top: 0;
    z-index: auto;
    gap: 12px;
    border-radius: 0;
    box-shadow: none;
  }

  .eo-locator__filters-toggle {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--eo-border, rgba(36, 31, 32, 0.14));
    border-radius: 10px;
    background: var(--eo-chip-bg, #fff);
    color: var(--eo-text, #241f20);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }

  .eo-locator__filters-toggle:focus-visible {
    outline: 3px solid var(--eo-text, #241f20);
    outline-offset: 3px;
  }

  .eo-locator__filters-toggle-count {
    display: inline-flex;
    min-width: 24px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--eo-accent, #f37021);
    color: #fff;
    font-size: 12px;
  }

  .eo-locator__filters-toggle-count[hidden] {
    display: none;
  }

  .eo-locator__filters-toggle svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    transition: transform 0.18s ease;
  }

  .eo-locator__filters-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .eo-locator__filter-panel {
    display: none;
    gap: 12px;
  }

  .eo-locator__filter-panel.is-open {
    display: flex;
  }

  .eo-locator__detail {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    max-height: min(86vh, 760px);
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -18px 48px rgba(36, 31, 32, 0.22);
  }

  .eo-locator__detail::before {
    content: '';
    position: sticky;
    top: 0;
    display: block;
    width: 44px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: rgba(36, 31, 32, 0.22);
    z-index: 1;
  }

  .eo-locator__sidebar--detail {
    overflow: visible;
  }

  .eo-locator__sidebar--detail .eo-locator__controls,
  .eo-locator__sidebar--detail .eo-locator__list-area {
    visibility: visible;
    pointer-events: auto;
  }

  .eo-locator__map-ready-note {
    right: auto;
    left: 16px;
    bottom: 16px;
  }
}

@media (max-width: 640px) {
  .eo-locator__detail {
    padding: 0;
  }

  .eo-locator__detail-sheet {
    padding: 20px;
  }

  .eo-locator__controls {
    padding: 20px 20px 16px;
  }

  .eo-locator__search {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }

  .eo-locator__locate {
    width: 100%;
    justify-content: flex-end;
  }

  .eo-locator__filters {
    gap: 8px;
  }

  .eo-locator__card-button {
    padding: 16px 20px;
  }

  .eo-locator__card-actions {
    padding: 0 20px 16px 64px;
  }

  .eo-locator__card-action:not(.eo-locator__card-action--primary) {
    display: none;
  }

  .eo-locator__card-action--primary,
  .eo-locator__detail-nav {
    width: 100%;
  }

  .eo-locator__card-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .eo-locator__detail-head,
  .eo-locator__detail-address-row,
  .eo-locator__detail-hours-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .eo-locator__detail-link,
  .eo-locator__detail-hours-value {
    text-align: left;
  }

  .eo-locator__map-status {
    right: 16px;
    left: 16px;
    bottom: 16px;
    max-width: none;
  }

  .eo-locator__map-ready-note {
    left: 16px;
    right: 16px;
    bottom: 16px;
    border-radius: 16px;
    text-align: center;
  }
}

/* ============================================================
   v2 additions - topbar, suggestions, grouped filters, CTAs,
   toast, info window, theme variables, animations
   ============================================================ */

.eo-locator-root {
  --eo-bg: #f4f4f4;
  --eo-bg-elevated: rgba(255, 255, 255, 0.96);
  --eo-surface: #ffffff;
  --eo-surface-muted: #fafafa;
  --eo-text: #241f20;
  --eo-text-soft: rgba(36, 31, 32, 0.72);
  --eo-text-muted: rgba(36, 31, 32, 0.58);
  --eo-border: rgba(36, 31, 32, 0.14);
  --eo-border-strong: rgba(36, 31, 32, 0.22);
  --eo-chip-bg: #ffffff;
  --eo-chip-active-bg: #fff1e7;
  --eo-chip-active-border: rgba(243, 112, 33, 0.42);
  --eo-tag-bg: #f2f2f2;
  --eo-shadow-sidebar: 14px 0 32px rgba(36, 31, 32, 0.08);
  --eo-shadow-elevated: 0 16px 32px rgba(36, 31, 32, 0.12);
  --eo-accent: var(--color-primary);
  --eo-accent-soft: rgba(243, 112, 33, 0.12);
  --eo-success: #16803c;
  --eo-success-bg: #e9f7ee;
  --eo-danger: #b42318;
  --eo-danger-bg: #fff0ed;
}

.eo-locator-root[data-theme="dark"] {
  --eo-bg: #14110f;
  --eo-bg-elevated: rgba(28, 24, 22, 0.96);
  --eo-surface: #1d1917;
  --eo-surface-muted: #161310;
  --eo-text: #f5f1ec;
  --eo-text-soft: rgba(245, 241, 236, 0.84);
  --eo-text-muted: rgba(245, 241, 236, 0.68);
  --eo-border: rgba(245, 241, 236, 0.14);
  --eo-border-strong: rgba(245, 241, 236, 0.24);
  --eo-chip-bg: #221d1a;
  --eo-chip-active-bg: rgba(243, 112, 33, 0.22);
  --eo-chip-active-border: rgba(243, 112, 33, 0.6);
  --eo-tag-bg: #2a2421;
  --eo-shadow-sidebar: 14px 0 36px rgba(0, 0, 0, 0.55);
  --eo-shadow-elevated: 0 18px 32px rgba(0, 0, 0, 0.5);
  --eo-accent-soft: rgba(243, 112, 33, 0.2);
  --eo-success: #4ade80;
  --eo-success-bg: rgba(74, 222, 128, 0.12);
  --eo-danger: #ff8579;
  --eo-danger-bg: rgba(255, 133, 121, 0.12);
}

body[data-eo-theme="dark"].eo-locator-page,
html[data-eo-theme="dark"] body.eo-locator-page {
  background: linear-gradient(180deg, #1a1614 0%, #14110f 100%);
}

.eo-locator-root[data-theme="dark"] .eo-locator,
.eo-locator-root[data-theme="dark"] .eo-locator__map-panel {
  background: var(--eo-bg);
}

.eo-locator-root[data-theme="dark"] .eo-locator__sidebar,
.eo-locator-root[data-theme="dark"] .eo-locator__controls {
  background: var(--eo-bg-elevated);
  color: var(--eo-text);
  box-shadow: var(--eo-shadow-sidebar);
  backdrop-filter: blur(8px);
}

.eo-locator-root[data-theme="dark"] .eo-locator__card,
.eo-locator-root[data-theme="dark"] .eo-locator__detail-sheet,
.eo-locator-root[data-theme="dark"] .eo-locator__detail {
  background: var(--eo-surface);
  color: var(--eo-text);
}

.eo-locator-root[data-theme="dark"] .eo-locator__detail-card {
  background: var(--eo-surface-muted);
}

.eo-locator-root[data-theme="dark"] .eo-locator__shortcut-section {
  background: var(--eo-surface-muted);
  border-color: var(--eo-border);
}

.eo-locator-root[data-theme="dark"] .eo-locator__filter-chip,
.eo-locator-root[data-theme="dark"] .eo-locator__card-action:not(.eo-locator__card-action--primary),
.eo-locator-root[data-theme="dark"] .eo-locator__quick-action,
.eo-locator-root[data-theme="dark"] .eo-locator__favorite,
.eo-locator-root[data-theme="dark"] .eo-locator__shortcut {
  background: var(--eo-chip-bg);
  border-color: var(--eo-border);
  color: var(--eo-text-soft);
}

.eo-locator-root[data-theme="dark"] .eo-locator__card-tag {
  background: var(--eo-tag-bg);
  color: var(--eo-text-soft);
}

.eo-locator-root[data-theme="dark"] .eo-locator__card-tag--success {
  background: var(--eo-success-bg);
  color: var(--eo-success);
}

.eo-locator-root[data-theme="dark"] .eo-locator__card-tag--danger,
.eo-locator-root[data-theme="dark"] .eo-locator__card-tag--inactive {
  background: var(--eo-danger-bg);
  color: var(--eo-danger);
}

.eo-locator-root[data-theme="dark"] .eo-locator__card-title,
.eo-locator-root[data-theme="dark"] .eo-locator__detail-title,
.eo-locator-root[data-theme="dark"] .eo-locator__shortcut-title,
.eo-locator-root[data-theme="dark"] .eo-locator__detail-card-title,
.eo-locator-root[data-theme="dark"] .eo-locator__card-address,
.eo-locator-root[data-theme="dark"] .eo-locator__detail-card-copy,
.eo-locator-root[data-theme="dark"] .eo-locator__filter-group-title,
.eo-locator-root[data-theme="dark"] .eo-locator__topbar {
  color: var(--eo-text);
}

.eo-locator-root[data-theme="dark"] .eo-locator__card-code,
.eo-locator-root[data-theme="dark"] .eo-locator__card-distance,
.eo-locator-root[data-theme="dark"] .eo-locator__detail-facts,
.eo-locator-root[data-theme="dark"] .eo-locator__map-status-copy,
.eo-locator-root[data-theme="dark"] .eo-locator__map-status-title,
.eo-locator-root[data-theme="dark"] .eo-locator__summary {
  color: var(--eo-text-muted);
}

.eo-locator-root[data-theme="dark"] .eo-locator__detail-hours-label {
  color: var(--eo-text-soft);
}

.eo-locator-root[data-theme="dark"] .eo-locator__detail-hours-value {
  color: var(--eo-accent);
}

.eo-locator-root[data-theme="dark"] .eo-locator__detail-service.is-inactive {
  color: var(--eo-text-soft);
}

.eo-locator-root[data-theme="dark"] .eo-locator__card.is-active,
.eo-locator-root[data-theme="dark"] .eo-locator__card:hover {
  background: rgba(255, 122, 0, 0.08);
}

.eo-locator-root[data-theme="dark"] .eo-locator__search {
  background: var(--eo-surface);
  border-color: var(--eo-border);
}

.eo-locator-root[data-theme="dark"] .eo-locator__search-input {
  color: var(--eo-text);
}

.eo-locator-root[data-theme="dark"] .eo-locator__search-input::placeholder {
  color: var(--eo-text-muted);
}

.eo-locator-root[data-theme="dark"] .eo-locator__map-status,
.eo-locator-root[data-theme="dark"] .eo-locator__map-ready-note,
.eo-locator-root[data-theme="dark"] .eo-locator__toast {
  background: rgba(28, 24, 22, 0.94);
  color: var(--eo-text);
  box-shadow: var(--eo-shadow-elevated);
}

.eo-locator-root[data-theme="dark"] .eo-locator__filter-chip[aria-pressed="true"],
.eo-locator-root[data-theme="dark"] .eo-locator__lang-option[aria-pressed="true"] {
  background: var(--eo-chip-active-bg);
  border-color: var(--eo-chip-active-border);
  color: var(--eo-accent);
}

/* ===== Topbar (lang + theme) ===== */

.eo-locator__topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--eo-border);
  background: var(--eo-bg-elevated);
  font-size: 14px;
  font-weight: 700;
  color: var(--eo-text);
}

.eo-locator__topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  letter-spacing: -0.32px;
}

.eo-locator__topbar-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--eo-accent);
  box-shadow: 0 0 0 5px var(--eo-accent-soft);
}

.eo-locator__topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eo-locator__lang-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--eo-border);
  border-radius: 999px;
  background: var(--eo-chip-bg);
  padding: 2px;
  overflow: hidden;
}

.eo-locator__lang-option {
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  color: var(--eo-text-soft);
  letter-spacing: 0.6px;
  min-width: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.eo-locator__lang-option[aria-pressed="true"] {
  background: var(--eo-accent);
  color: #fff;
}

.eo-locator__lang-option:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

.eo-locator__theme-toggle {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--eo-border);
  background: var(--eo-chip-bg);
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.eo-locator__theme-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffd07a 0%, #ff9418 70%, transparent 72%);
  transition: all 0.2s ease;
}

.eo-locator-root[data-theme="dark"] .eo-locator__theme-icon {
  background: radial-gradient(circle at 65% 35%, transparent 0 38%, #f5f1ec 38% 100%);
}

.eo-locator__theme-toggle:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

/* ===== Search field improvements ===== */

.eo-locator__search {
  position: relative;
  background: var(--eo-surface);
  border-color: var(--eo-border);
}

.eo-locator__search-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid currentColor;
  color: rgba(36, 31, 32, 0.5);
  position: relative;
}

.eo-locator__search-icon::after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 7px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 2px;
}

.eo-locator-root[data-theme="dark"] .eo-locator__search-icon {
  color: rgba(245, 241, 236, 0.5);
}

.eo-locator__search-clear {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(36, 31, 32, 0.08);
  color: var(--eo-text-soft);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease;
}

.eo-locator__search-clear:hover {
  background: rgba(36, 31, 32, 0.16);
}

.eo-locator__search-clear:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

.eo-locator-root[data-theme="dark"] .eo-locator__search-clear {
  background: rgba(245, 241, 236, 0.1);
}

/* ===== Autocomplete suggestions ===== */

.eo-locator__suggestions {
  position: relative;
  margin: 6px 0 0;
  padding: 6px;
  list-style: none;
  background: var(--eo-surface);
  border: 1px solid var(--eo-border);
  border-radius: 12px;
  box-shadow: var(--eo-shadow-elevated);
  max-height: 280px;
  overflow-y: auto;
  z-index: 6;
}

.eo-locator__suggestion {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--eo-text);
  cursor: pointer;
  transition: background 0.15s ease;
}

.eo-locator__suggestion:hover,
.eo-locator__suggestion.is-active {
  background: var(--eo-accent-soft);
  color: var(--eo-accent);
}

.eo-locator__suggestion-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--eo-accent-soft);
  position: relative;
  flex-shrink: 0;
}

.eo-locator__suggestion-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--eo-accent);
}

.eo-locator__suggestion-label {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eo-locator__suggestion-meta {
  font-size: 12px;
  color: var(--eo-text-muted);
  white-space: nowrap;
}

/* ===== Locate button on its own row ===== */

.eo-locator__controls>.eo-locator__locate {
  align-self: flex-start;
  margin-top: 2px;
}

/* ===== Grouped filter chips ===== */

.eo-locator__filters {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  flex-wrap: nowrap;
}

.eo-locator__filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.eo-locator__filter-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--eo-text-muted);
  text-align: left;
}

.eo-locator__filter-group-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.eo-locator__filter-chip {
  background: var(--eo-chip-bg);
  border-color: var(--eo-border);
  color: var(--eo-text-soft);
}

.eo-locator__filter-chip[aria-pressed="true"] {
  background: var(--eo-chip-active-bg);
  border-color: var(--eo-chip-active-border);
  color: var(--eo-accent);
}

/* ===== Active filters bar ===== */

.eo-locator__active-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--eo-accent-soft);
  border: 1px dashed var(--eo-chip-active-border);
  font-size: 13px;
  font-weight: 700;
  color: var(--eo-accent);
}

.eo-locator__active-filters[hidden] {
  display: none;
}

.eo-locator__active-count {
  letter-spacing: -0.2px;
}

.eo-locator__reset-all {
  border: 0;
  background: var(--eo-accent);
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: filter 0.15s ease;
}

.eo-locator__reset-all:hover {
  filter: brightness(1.06);
}

.eo-locator__reset-all:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

/* ===== Quick action row in detail (Copy / Share / Call) ===== */

.eo-locator__detail-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eo-locator__quick-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 0;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--eo-border);
  border-radius: 10px;
  background: var(--eo-chip-bg);
  color: var(--eo-text);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
  justify-content: center;
}

.eo-locator__quick-action:hover {
  border-color: var(--eo-chip-active-border);
  background: var(--eo-accent-soft);
  color: var(--eo-accent);
}

.eo-locator__quick-action:active {
  transform: translateY(1px);
}

.eo-locator__quick-action:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

.eo-locator__quick-action-icon {
  font-size: 16px;
  line-height: 1;
}

/* ===== Detail report link (was static text, now interactive) ===== */

.eo-locator__detail-report {
  display: inline-block;
  color: var(--eo-accent);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.eo-locator__detail-report:hover {
  text-decoration: none;
}

/* ===== Toast notification ===== */

.eo-locator__toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 30;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(36, 31, 32, 0.92);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--eo-shadow-elevated);
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.22s ease;
  pointer-events: none;
}

.eo-locator__toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.eo-locator__toast[hidden] {
  display: none;
}

/* ===== Detail panel slide animation (desktop) ===== */

.eo-locator__detail {
  transform: translateX(24px);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.eo-locator__detail.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.eo-locator__detail[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {

  .eo-locator__detail,
  .eo-locator__toast,
  .eo-locator__filter-chip,
  .eo-locator__quick-action {
    transition: none !important;
  }
}

/* ===== Mobile bottom-sheet animation ===== */

@media (max-width: 960px) {
  .eo-locator__detail {
    transform: translateY(100%);
    opacity: 1;
    transition: transform 0.24s ease;
  }

  .eo-locator__detail.is-visible {
    transform: translateY(0);
  }
}

/* ===== Google Maps info window styling ===== */

.eo-locator__infowindow {
  padding: 6px 4px 4px;
  min-width: 220px;
  font-family: var(--font, 'Open Sans', sans-serif);
}

.eo-locator__infowindow-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #241f20;
}

.eo-locator__infowindow-address {
  font-size: 13px;
  color: rgba(36, 31, 32, 0.7);
  margin-bottom: 6px;
  line-height: 1.4;
}

.eo-locator__infowindow-hours {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.eo-locator__infowindow-hours.is-open {
  color: #16803c;
}

.eo-locator__infowindow-hours.is-closed {
  color: rgba(36, 31, 32, 0.6);
}

.eo-locator__infowindow-meta {
  font-size: 12px;
  color: rgba(36, 31, 32, 0.6);
  margin-bottom: 8px;
}

.eo-locator__infowindow-actions {
  display: flex;
  gap: 6px;
}

.eo-locator__infowindow-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(36, 31, 32, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #241f20;
  font-family: var(--font, inherit);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease;
}

.eo-locator__infowindow-btn:hover {
  background: #fff1e7;
  color: #f37021;
  border-color: rgba(243, 112, 33, 0.4);
}

.eo-locator__infowindow-btn--primary {
  background: #f37021;
  color: #fff;
  border-color: #f37021;
}

.eo-locator__infowindow-btn--primary:hover {
  background: #e25d10;
  color: #fff;
  border-color: #e25d10;
}

/* ===== Improve search-clear visibility hidden state ===== */

.eo-locator__search-clear[hidden] {
  display: none;
}

/* ===== Card hover with smooth elevation ===== */

.eo-locator__card-button {
  transition: background 0.15s ease;
}

.eo-locator__card-button:hover {
  background: rgba(243, 112, 33, 0.04);
}

/* ===== Empty-state and loading: respect theme ===== */

.eo-locator-root[data-theme="dark"] .eo-locator__empty,
.eo-locator-root[data-theme="dark"] .eo-locator__loading {
  background: linear-gradient(180deg, rgba(28, 24, 22, 0.92) 0%, rgba(28, 24, 22, 0.98) 100%);
  color: var(--eo-text);
}

/* ===== Mobile tweaks for new components ===== */

@media (max-width: 640px) {
  .eo-locator__topbar {
    padding: 12px 16px;
  }

  .eo-locator__detail-quick-actions {
    gap: 6px;
  }

  .eo-locator__quick-action {
    font-size: 12px;
    padding: 7px 10px;
  }

  .eo-locator__toast {
    left: 16px;
    right: 16px;
    transform: translateY(20px);
    width: auto;
  }

  .eo-locator__toast.is-visible {
    transform: translateY(0);
  }
}

/* ===== Map filter toggle ===== */

.eo-locator__map-filter-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--eo-chip-bg);
  border: 1px solid var(--eo-border);
  font-size: 13px;
  font-weight: 600;
  color: var(--eo-text-soft);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  user-select: none;
}

.eo-locator__map-filter-toggle:hover {
  border-color: var(--eo-chip-active-border);
  background: var(--eo-accent-soft);
}

.eo-locator__map-filter-toggle input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--eo-accent);
  cursor: pointer;
  flex-shrink: 0;
}

.eo-locator__map-filter-toggle input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

.eo-locator__map-filter-toggle span {
  flex: 1;
  min-width: 0;
}

/* ===== Map fit button ===== */

.eo-locator__map-fit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--eo-border);
  border-radius: 10px;
  background: var(--eo-chip-bg);
  color: var(--eo-text-soft);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.eo-locator__map-fit-btn:hover {
  border-color: var(--eo-chip-active-border);
  background: var(--eo-accent-soft);
  color: var(--eo-accent);
}

.eo-locator__map-fit-btn:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

/* ===== Hide old fallback select if any leftover ===== */

.eo-locator__filter-select--fallback,
.eo-locator__filter-toggle--fallback {
  display: none !important;
}

/* ===== Collapsible filter groups ===== */

.eo-locator__filter-group-title:hover {
  color: var(--eo-text-soft);
}

.eo-locator__filter-group-title:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
  border-radius: 2px;
}

.eo-locator__filter-group-chevron {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  color: var(--eo-text-muted);
  transition: transform 0.2s ease;
}

.eo-locator__filter-group.is-collapsed .eo-locator__filter-group-chevron {
  transform: rotate(-90deg);
}

.eo-locator__filter-group-chips {
  transition: none;
}

.eo-locator__filter-group.is-collapsed .eo-locator__filter-group-chips {
  display: none;
}

/* ===== Sidebar collapse / restore ===== */

.eo-locator__sidebar-collapse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--eo-border);
  background: var(--eo-chip-bg);
  color: var(--eo-text-soft);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.eo-locator__sidebar-collapse-btn:hover {
  background: var(--eo-accent-soft);
  border-color: var(--eo-chip-active-border);
  color: var(--eo-accent);
}

.eo-locator__sidebar-collapse-btn:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

/* Floating restore pill — visible only when sidebar is collapsed */
.eo-locator__sidebar-restore {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--eo-border);
  background: var(--eo-bg-elevated);
  box-shadow: 0 4px 16px rgba(36, 31, 32, 0.14);
  color: var(--eo-text);
  cursor: pointer;
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease 0.15s, background 0.15s ease, color 0.15s ease;
}

.eo-locator__sidebar-restore:hover {
  background: var(--eo-accent-soft);
  color: var(--eo-accent);
  border-color: var(--eo-chip-active-border);
}

.eo-locator__sidebar-restore:focus-visible {
  outline: 2px solid var(--eo-accent);
  outline-offset: 2px;
}

/* Sidebar collapsed state */
.eo-locator.sidebar-collapsed .eo-locator__sidebar {
  transform: translateX(calc(-100% - 30px));
  opacity: 0;
  pointer-events: none;
}

.eo-locator.sidebar-collapsed .eo-locator__sidebar-restore {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1200px) {
  .eo-locator__sidebar-restore {
    top: 16px;
    left: 16px;
  }
}

/* Disable on mobile — sidebar is stacked below the map, not floating */
@media (max-width: 960px) {
  .eo-locator__sidebar-collapse-btn,
  .eo-locator__sidebar-restore {
    display: none;
  }
  .eo-locator.sidebar-collapsed .eo-locator__sidebar {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
}
