.ss-locate-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.ss-locate-eyebrow {
  color: #ffb800;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.ss-locate-hero {
  background: #1a1a1a;
  color: #fff;
  overflow: hidden;
  padding: 64px 0 76px;
  position: relative;
}
.ss-locate-hero .ss-locate-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.ss-locate-hero .ss-locate-eyebrow {
  color: #ffb800;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.ss-locate-hero:before {
  background: radial-gradient(
    circle,
    rgba(255, 215, 0, 0.15),
    rgba(255, 215, 0, 0) 65%
  );
  content: "";
  height: 460px;
  pointer-events: none;
  position: absolute;
  right: -120px;
  top: -160px;
  width: 460px;
}
.ss-locate-hero__inner {
  max-width: 780px;
  position: relative;
  z-index: 1;
}
.ss-locate-hero__breadcrumb {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  margin-bottom: 24px;
}
.ss-locate-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.ss-locate-hero__breadcrumb span {
  margin-left: 8px;
}
.ss-locate-hero__eyebrow {
  align-items: center;
  color: #ffd700;
  display: inline-flex;
  gap: 8px;
}
.ss-locate-hero__eyebrow:before {
  background: #ffd700;
  border-radius: 999px;
  content: "";
  height: 3px;
  width: 34px;
}
.ss-locate-hero h1 {
  color: #fff;
  font-size: clamp(32px, 4.6vw, 50px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.14;
  margin: 0;
}
.ss-locate-hero h1 span {
  color: #ffd700;
}
.ss-locate-hero__sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  margin: 16px 0 0;
  max-width: 650px;
}
.ss-locate-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.ss-locate-hero__chip {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 18px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ss-locate-hero__chip.has-number {
  align-items: baseline;
  border-radius: 10px;
  display: inline-flex;
  gap: 8px;
  padding: 12px 18px;
}
.ss-locate-hero__chip.has-number strong {
  color: #ffd700;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.ss-locate-hero__chip.has-number span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.ss-locate-hero__chip:hover {
  background: #ffd700;
  border-color: #ffd700;
  color: #000;
}
.ss-locate-hero__chip.has-number:hover strong,
.ss-locate-hero__chip.has-number:hover span {
  color: #000;
}
.ss-locate-control {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .ss-locate-container {
    padding: 0 16px;
  }
  .ss-locate-hero .ss-locate-container {
    padding: 0 16px;
  }
  .ss-locate-hero {
    padding: 42px 0;
  }
  .ss-locate-hero h1 {
    font-size: 28px;
  }
  .ss-locate-hero__sub {
    font-size: 16px;
  }
  .ss-locate-hero__links {
    gap: 8px;
    margin-top: 24px;
  }
  .ss-locate-hero__chip {
    font-size: 13px;
    padding: 8px 14px;
  }
  .ss-locate-hero__chip.has-number {
    padding: 10px 14px;
  }
  .ss-locate-hero__chip.has-number strong {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .ss-locate-hero {
    padding: 28px 0 30px;
  }
  .ss-locate-hero:before {
    height: 260px;
    right: -130px;
    top: -120px;
    width: 260px;
  }
  .ss-locate-hero__breadcrumb {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .ss-locate-hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .ss-locate-hero__eyebrow:before {
    width: 24px;
  }
  .ss-locate-hero h1 {
    font-size: 28px;
    line-height: 1.18;
  }
  .ss-locate-hero__sub {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
  }
  .ss-locate-hero__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }
  .ss-locate-hero__chip {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 44px;
    padding: 9px 10px;
    text-align: center;
    width: 100%;
  }
  .ss-locate-hero__chip.has-number {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 380px) {
  .ss-locate-hero__links {
    grid-template-columns: 1fr;
  }
}
