.wsi-location-page {
  background: #f4f7fb;
  color: #122033;
}

.wsi-location-hero {
  position: relative;
  padding: 88px 0 72px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(5, 18, 34, .95), rgba(13, 62, 80, .88)),
    url("/images/programming.jpeg") center/cover no-repeat;
}

.wsi-location-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #b21f2d, #f3b33d, #2d7994);
}

.wsi-location-hero__inner,
.wsi-location-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.wsi-location-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #f3b33d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsi-location-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.wsi-location-hero p {
  max-width: 820px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.15rem;
  line-height: 1.72;
}

.wsi-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wsi-location-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #b21f2d;
  border-radius: 6px;
  background: #b21f2d;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.wsi-location-button:hover {
  background: #8f1724;
  border-color: #8f1724;
  color: #fff !important;
}

.wsi-location-button--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
}

.wsi-location-button--secondary:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.wsi-location-shell {
  padding-top: 54px;
  padding-bottom: 76px;
}

.wsi-location-intro,
.wsi-location-card {
  background: #fff;
  border: 1px solid #dbe6ef;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 34, 54, .08);
}

.wsi-location-intro {
  margin-bottom: 28px;
  padding: clamp(26px, 4vw, 44px);
}

.wsi-location-intro h2,
.wsi-location-card h3,
.wsi-location-band h2 {
  color: #07182b;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.wsi-location-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}

.wsi-location-intro p,
.wsi-location-card p,
.wsi-location-band p {
  color: #314155;
  font-size: 1rem;
  line-height: 1.76;
}

.wsi-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wsi-location-card {
  padding: 24px;
}

.wsi-location-card--featured {
  border-top: 4px solid #b21f2d;
}

.wsi-location-card span {
  display: block;
  margin-bottom: 10px;
  color: #b21f2d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.wsi-location-card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.wsi-location-card a {
  color: #1f5f93;
  font-weight: 800;
}

.wsi-location-card p {
  margin-bottom: 12px;
}

.wsi-location-card p:last-child {
  margin-bottom: 0;
}

.wsi-location-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  padding: 32px;
  border-radius: 8px;
  background: #07182b;
  color: #fff;
}

.wsi-location-band h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
}

.wsi-location-band p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
}

@media (max-width: 980px) {
  .wsi-location-grid,
  .wsi-location-band {
    grid-template-columns: 1fr;
  }

  .wsi-location-band .wsi-location-button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .wsi-location-hero {
    padding: 68px 0 54px;
  }

  .wsi-location-hero__inner,
  .wsi-location-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wsi-location-shell {
    padding-top: 34px;
    padding-bottom: 58px;
  }
}
