/* Locations page */

.star-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.star-row span {
  display: inline-block;
  line-height: 1;
}

.locations-hero {
  position: relative;
  padding: clamp(88px, 8vw, 104px) 0 clamp(96px, 9vw, 112px);
  min-height: clamp(400px, 42vh, 480px);
  overflow: hidden;
  background-color: var(--navy);
  background-image: url("../images/blue-bellino-texture.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: min(420px, 92vw);
}

.locations-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 30, 70, 0.42) 0%,
    rgba(10, 30, 70, 0.62) 100%
  );
}

.locations-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 12px clamp(56px, 6vw, 72px);
}

.locations-hero-stars {
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.35em;
}

.locations-hero-title {
  margin: 0 0 14px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: #fff;
}

.locations-hero-lead {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Locator + map + FAQ — one continuous pattern band */
.locations-store-band {
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
  background-color: #d8d4cd;
  background-image: url("../images/fireworks-pattern.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: min(420px, 92vw);
  background-attachment: fixed;
}

.locations-store-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(216, 212, 205, 0.22) 100%
  );
}

.locations-store-band > section,
.locations-store-band .locations-faq-cta-band {
  position: relative;
  z-index: 1;
  background: transparent;
  background-image: none;
  border-top: none;
}

@media (min-width: 900px) {
  .locations-store-band {
    background-size: 560px;
  }
}

@media (max-width: 520px) {
  .locations-store-band {
    background-size: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .locations-store-band {
    background-attachment: scroll;
  }
}

.locations-main {
  padding: 48px 0 0;
}

.locations-intro {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
}

.locations-intro h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
}

.locations-intro-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-soft);
  font-weight: 500;
}

.locations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: start;
}

.locations-map-block h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--red);
}

.locations-map-block h2 svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.locations-map-frame {
  border: 1px solid var(--line);
  border-radius: 0;
  background: #f7f9fc;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
}

.locations-map-frame img,
.locations-map-frame object,
.locations-map-host {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  pointer-events: auto;
}

.locations-map-host svg,
.locations-map-host object,
.locations-map-object,
.us-map-object {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  border: 0;
  pointer-events: auto;
}

.locations-map-host path {
  pointer-events: none;
}

.locations-map-host path.bellino-state {
  cursor: pointer;
  pointer-events: auto;
}

.locations-featured-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.locations-featured-head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.locations-featured-head h2 svg {
  width: 22px;
  height: 22px;
  color: var(--red);
}

.locations-view-all {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}

.locations-view-all:hover {
  color: var(--red);
}

.locations-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.location-card {
  padding: 20px 20px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: 0 8px 20px rgba(10, 30, 70, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.location-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(10, 30, 70, 0.1);
}

.location-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.location-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--navy);
}

.location-card-address {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-soft);
  font-weight: 500;
}

.location-card-status {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  color: var(--red);
}

.location-card-footer {
  display: flex;
  justify-content: flex-end;
}

.location-card-directions {
  font-size: 14px;
  font-weight: 900;
  color: var(--navy);
}

.location-card-directions:hover {
  color: var(--red);
}

.locations-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.locations-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(10, 30, 70, 0.06);
  overflow: hidden;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.locations-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(217, 164, 32, 0.15) 0%,
    var(--gold) 50%,
    rgba(217, 164, 32, 0.15) 100%
  );
}

.locations-stat:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 164, 32, 0.28);
  box-shadow: 0 14px 28px rgba(10, 30, 70, 0.1);
}

.locations-stat strong {
  display: block;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
}

.locations-stat span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-soft);
}

.locations-spotlight {
  margin: 36px 0 clamp(40px, 5vw, 56px);
  width: 100%;
  padding: 0;
  background: transparent;
}

.locations-spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  height: clamp(300px, 46vw, 600px);
  max-height: 600px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(10, 30, 70, 0.12);
}

.locations-spotlight-copy {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  background-color: var(--navy);
  background-image: url("../images/blue-bellino-texture.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: min(420px, 92vw);
}

.locations-spotlight-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(10, 30, 70, 0.42) 0%,
    rgba(10, 30, 70, 0.62) 100%
  );
}

.locations-spotlight-copy > * {
  position: relative;
  z-index: 1;
}

.locations-spotlight-stars {
  justify-content: flex-start;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 16px;
}

.locations-spotlight-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.locations-spotlight-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: #fff;
  max-width: 28ch;
}

.locations-spotlight-lead {
  margin: 0 0 22px;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.65;
}

.locations-spotlight-cta {
  align-self: flex-start;
  min-height: 46px;
  padding: 0 22px;
  font-weight: 800;
  border-radius: 12px;
}

.locations-spotlight-visual {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  height: 100%;
}

.locations-spotlight-photo-panel {
  position: relative;
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: #0f1f3d;
}

.locations-spotlight-photo-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

/* FAQ + bottom CTA — shares .locations-store-band pattern */
.locations-faq-cta-band {
  padding: 0 0 clamp(48px, 6vw, 72px);
}

.locations-faq-cta-band > .locations-faq,
.locations-faq-cta-band > .container {
  background: transparent;
  background-image: none;
}

.locations-faq {
  padding: 0;
  background: transparent;
  border-top: none;
}

.locations-faq__bleed {
  width: 100%;
  background: transparent;
}

.locations-faq__inner {
  padding: clamp(48px, 6vw, 72px) 0 clamp(48px, 6vw, 64px);
}

.locations-faq__content {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  max-width: none;
  margin: 0;
}

.locations-faq__header {
  margin: 0;
  text-align: left;
}

.locations-faq__header h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0.03em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
}

.locations-faq__header-lead {
  margin: clamp(18px, 2.4vw, 24px) 0 0;
  max-width: 22ch;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
  font-weight: 500;
  color: var(--text-soft);
}

.locations-faq__header-sub {
  margin: 6px 0 0;
  max-width: 22ch;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
  font-weight: 500;
  color: var(--text-soft);
}

.locations-faq__cta {
  margin-top: clamp(22px, 2.8vw, 30px);
  min-height: 52px;
  padding: 0 28px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(225, 31, 45, 0.22);
}

.locations-faq__list {
  width: 100%;
  min-width: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.locations-faq__item {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--line);
}

.locations-faq__item summary {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 0;
  padding: clamp(16px, 2vw, 20px) 0;
  cursor: pointer;
}

.locations-faq__item summary::-webkit-details-marker {
  display: none;
}

.locations-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 0.15em;
}

.locations-faq__toggle::before,
.locations-faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--navy);
  transform: translate(-50%, -50%);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.locations-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.locations-faq__item[open] .locations-faq__toggle::after {
  opacity: 0;
}

.locations-faq__question {
  flex: 1;
  min-width: 0;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: left;
  color: var(--navy);
}

.locations-faq__item summary:focus {
  outline: none;
}

.locations-faq__item summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 4px;
}

.locations-faq__answer {
  padding: 0 0 clamp(18px, 2.5vw, 22px) 28px;
  border-top: none;
}

.locations-faq__answer p {
  margin: 0;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
  color: var(--text-soft);
}

.locations-faq__answer a {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}

.locations-faq__answer a:hover {
  text-decoration: underline;
}

.locations-faq-cta-band .locations-cta {
  margin-top: 0;
}

.locations-cta {
  margin-top: 48px;
}

.locations-cta__inner {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  padding: 40px clamp(24px, 4vw, 36px) 34px;
  border-radius: 12px;
  border: 1px solid rgba(217, 164, 32, 0.62);
  background:
    radial-gradient(ellipse 110% 70% at 50% -18%, rgba(217, 164, 32, 0.1) 0%, transparent 52%),
    linear-gradient(180deg, var(--navy-2) 0%, var(--navy) 100%);
  box-shadow:
    0 4px 0 rgba(10, 30, 70, 0.18),
    0 18px 44px rgba(10, 30, 70, 0.14);
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  overflow: hidden;
}

.locations-cta__title {
  margin: 0 auto 10px;
  max-width: 22ch;
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.96);
}

.locations-cta__accent {
  color: rgba(255, 255, 255, 0.96);
}

.locations-cta__lead {
  margin: 0 auto 18px;
  max-width: 62ch;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.locations-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.locations-cta__actions .btn-primary {
  min-height: 52px;
  padding: 0 28px;
  font-weight: 900;
  box-shadow:
    0 14px 40px rgba(225, 31, 45, 0.32),
    0 8px 24px rgba(10, 30, 70, 0.22);
}

.locations-cta__actions .btn-primary:hover {
  box-shadow:
    0 18px 50px rgba(225, 31, 45, 0.38),
    0 10px 28px rgba(10, 30, 70, 0.26);
}

/* Store locator embed */
.locations-locator-section {
  position: relative;
  padding: 0 0 88px;
  background: transparent;
}

.locations-locator-marquee {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 24px 0 28px;
  border-block: 1px solid rgba(10, 30, 70, 0.08);
  background: var(--navy);
  color: #fff;
}

.locations-hero .locations-hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  border-top: 3px solid rgba(255, 255, 255, 0.16);
  border-bottom: none;
}

.locations-locator-marquee-track {
  display: flex;
  width: max-content;
  animation: locations-locator-marquee 36s linear infinite;
}

.locations-locator-marquee-group {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.locations-locator-marquee-dot {
  color: var(--gold);
  font-size: 11px;
}

@keyframes locations-locator-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.locations-locator-intro {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 0 28px;
}

.locations-locator-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.locations-locator-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 58ch;
}

.locations-locator-stars {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}

.locations-locator-kicker {
  display: block;
  margin: 0 0 12px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--gold);
}

.locations-locator-title {
  margin: 0 0 14px;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
}

.locations-locator-intro .locations-intro-text {
  margin: 0;
  max-width: none;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-soft);
  font-weight: 500;
}

.locations-locator-prompt {
  width: 100%;
  max-width: 640px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.locations-locator-prompt-title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: var(--navy);
}

.locations-locator-lead {
  margin: 0 auto 20px;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-soft);
  font-weight: 500;
}

.locations-locator-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.locations-locator-stage {
  width: min(1440px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto 28px;
  padding: 0 24px;
  box-sizing: border-box;
}

.locations-locator-features {
  list-style: none;
  margin: 0 auto;
  padding: 0 0 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 40px;
}

.locations-locator-feature {
  text-align: center;
}

.locations-locator-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--navy-3) 0%, var(--navy) 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(10, 30, 70, 0.14);
}

.locations-locator-feature-icon--red {
  background: linear-gradient(180deg, var(--red) 0%, var(--red-dark) 100%);
  box-shadow: 0 10px 22px rgba(225, 31, 45, 0.22);
}

.locations-locator-feature-icon--pin {
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  color: var(--red);
  border: 1px solid rgba(225, 31, 45, 0.14);
  box-shadow: 0 10px 22px rgba(10, 30, 70, 0.08);
}

.locations-locator-feature-icon svg {
  width: 30px;
  height: 30px;
}

.locations-locator-feature h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.locations-locator-feature p {
  margin: 0 auto;
  max-width: 30ch;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-soft);
  font-weight: 500;
}

.btn-navy-cta {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 10px 22px rgba(10, 30, 70, 0.16);
}

.btn-navy-cta:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
}

.locations-locator-panel--hero {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-bottom: 6px solid var(--gold);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(10, 30, 70, 0.12);
}

.locations-locator-panel-map {
  padding: 0;
  background: #eef2f7;
  min-height: 640px;
}

.locations-locator-panel-map #wpsl-wrap {
  width: 100%;
  margin-bottom: 0;
  overflow: visible;
}

.locations-locator-panel-map #wpsl-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.locations-locator-panel-map .wpsl-search {
  padding: 20px 24px 16px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  border-bottom: none;
  border-radius: 0;
}

.locations-locator-panel-map .wpsl-search label {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 700;
}

.locations-locator-panel-map #wpsl-search-wrap form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px 20px;
}

.locations-locator-panel-map .wpsl-input,
.locations-locator-panel-map .wpsl-select-wrap,
.locations-locator-panel-map #wpsl-category,
.locations-locator-panel-map .wpsl-search-btn-wrap {
  margin: 0;
}

.locations-locator-panel-map .wpsl-input {
  flex: 1 1 220px;
  min-width: 200px;
}

.locations-locator-panel-map .wpsl-select-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.locations-locator-panel-map #wpsl-category {
  flex: 0 1 auto;
}

.locations-locator-panel-map .wpsl-search-btn-wrap {
  flex: 0 0 auto;
}

.locations-locator-panel-map #wpsl-search-input,
.locations-locator-panel-map #wpsl-category .wpsl-dropdown,
.locations-locator-panel-map .wpsl-dropdown {
  max-width: none;
  width: 100%;
  min-width: 140px;
  border-radius: 0;
}

.locations-locator-panel-map #wpsl-search-btn {
  min-height: 46px;
  padding: 0 28px;
  border: none;
  border-radius: 0;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.locations-locator-panel-map #wpsl-search-btn:hover {
  background: var(--red-dark);
}

.locations-locator-panel-map #wpsl-result-list {
  float: left !important;
  width: 32% !important;
  margin: 0 !important;
}

.locations-locator-panel-map #wpsl-gmap {
  float: right !important;
  width: 67% !important;
  height: min(640px, 72vh) !important;
  margin: 0 !important;
}

.locations-locator-panel-map #wpsl-stores,
.locations-locator-panel-map #wpsl-direction-details {
  height: min(640px, 72vh) !important;
}

.locations-locator-panel-map #wpsl-result-list,
.locations-locator-panel-map #wpsl-stores,
.locations-locator-panel-map #wpsl-direction-details {
  background: #eef2f7;
  color: var(--navy);
}

.locations-locator-panel-map #wpsl-stores ul,
.locations-locator-panel-map #wpsl-direction-details ul,
.locations-locator-panel-map #wpsl-stores li,
.locations-locator-panel-map #wpsl-direction-details li,
.locations-locator-panel-map #wpsl-result-list li,
.locations-locator-panel-map #wpsl-stores .wpsl-store-location,
.locations-locator-panel-map #wpsl-stores .wpsl-direction-wrap {
  color: #0a1e46;
  border-bottom-color: rgba(10, 30, 70, 0.14);
}

.locations-locator-panel-map #wpsl-stores li:hover,
.locations-locator-panel-map #wpsl-stores li.wpsl-active,
.locations-locator-panel-map #wpsl-result-list li.wpsl-active {
  background: #fff;
}

.locations-locator-panel-map #wpsl-stores strong,
.locations-locator-panel-map #wpsl-result-list strong {
  color: var(--navy);
}

.locations-locator-panel-map #wpsl-stores p,
.locations-locator-panel-map #wpsl-stores span,
.locations-locator-panel-map #wpsl-direction-details p,
.locations-locator-panel-map #wpsl-direction-details span,
.locations-locator-panel-map #wpsl-no-results {
  color: rgba(10, 30, 70, 0.72);
}

.locations-locator-panel-map #wpsl-stores a,
.locations-locator-panel-map .wpsl-store-details,
.locations-locator-panel-map #wpsl-result-list a {
  color: var(--red);
}

.locations-locator-panel-map #wpsl-stores a:hover,
.locations-locator-panel-map .wpsl-store-details:hover,
.locations-locator-panel-map #wpsl-result-list a:hover {
  color: var(--red-dark);
}

.locations-locator-panel-map .wpsl-store-details.wpsl-store-listing::before,
.locations-locator-panel-map .wpsl-store-details.wpsl-store-listing.wpsl-active-details::before {
  border-top-color: var(--navy);
  border-bottom-color: var(--navy);
}

.locations-locator-panel-map #wpsl-stores .wpsl-store-thumb {
  width: 45px !important;
  height: 45px !important;
}

.locations-locator-panel-map #wpsl-gmap .wpsl-info-window {
  max-width: 260px !important;
}

.locations-locator-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 32px;
  text-align: center;
}

.locations-locator-fallback-msg {
  margin: 0;
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-soft);
  font-weight: 600;
}

/* Browse by state */
.locations-states-band {
  padding: 80px 0 96px;
  background: #f3f6fa;
  border-top: 1px solid var(--line);
}

.locations-states-head {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.locations-states-kicker {
  margin-left: auto;
  margin-right: auto;
}

.locations-states-head h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
}

.locations-states-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-soft);
  font-weight: 500;
}

.locations-map-frame--interactive {
  min-height: 440px;
}

.locations-states-map-layout {
  max-width: 960px;
  margin: 8px auto 0;
}

.locations-map-hint {
  margin: 16px 0 0;
  padding: 14px 18px;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  color: var(--navy);
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 0;
}

@media (max-width: 1100px) {
  .locations-locator-features {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 400px;
  }

  .locations-locator-panel-map {
    min-height: 0;
  }

  .locations-locator-panel-map #wpsl-gmap {
    width: 100% !important;
    float: none !important;
    height: 420px !important;
  }

  .locations-locator-panel-map #wpsl-result-list {
    width: 100% !important;
    float: none !important;
  }

  .locations-locator-panel-map #wpsl-stores,
  .locations-locator-panel-map #wpsl-direction-details {
    height: 320px !important;
  }

  .locations-map-frame--interactive {
    min-height: 360px;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }

  .locations-spotlight {
    margin-top: 28px;
  }

  .locations-spotlight-card {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .locations-spotlight-visual {
    min-height: 280px;
    border-top: 1px solid var(--line);
  }

  .locations-spotlight-photo-img {
    min-height: 280px;
    height: 280px;
  }

  .locations-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .locations-locator-section {
    padding-bottom: 64px;
  }

  .locations-locator-intro {
    padding: 36px 0 22px;
  }

  .locations-locator-copy {
    gap: 22px;
  }

  .locations-locator-prompt {
    padding: 0;
  }

  .locations-locator-stage {
    width: 100%;
    padding: 0 16px;
  }

  .locations-locator-panel-map #wpsl-gmap {
    height: 340px !important;
  }

  .locations-locator-panel-map #wpsl-stores,
  .locations-locator-panel-map #wpsl-direction-details {
    height: 260px !important;
  }

  .locations-locator-panel-map #wpsl-search-wrap form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .locations-locator-panel-map #wpsl-search-wrap .wpsl-input,
  .locations-locator-panel-map #wpsl-search-wrap .wpsl-select-wrap {
    display: block;
  }

  .locations-locator-panel-map .wpsl-input,
  .locations-locator-panel-map .wpsl-select-wrap,
  .locations-locator-panel-map #wpsl-category,
  .locations-locator-panel-map .wpsl-search-btn-wrap {
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .locations-locator-marquee-group {
    gap: 20px;
    padding: 12px 20px;
    font-size: 11px;
  }

  .locations-states-band {
    padding: 56px 0 64px;
  }

  .locations-hero {
    padding: 72px 0 80px;
    min-height: 340px;
  }


  .locations-intro {
    margin-bottom: 28px;
  }

  .locations-stats {
    grid-template-columns: 1fr;
  }

  .locations-cta__inner {
    padding: 32px 22px 28px;
  }

  .locations-cta__title {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .locations-faq__content {
    grid-template-columns: 1fr;
    gap: clamp(28px, 4vw, 40px);
  }

  .locations-faq__header-lead,
  .locations-faq__header-sub {
    max-width: none;
  }
}
