.location-page {
  background: #f4f1eb;
  color: var(--ink);
}

.location-nav {
  align-items: center;
  background: rgba(250, 250, 250, 0.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr auto;
  min-height: 82px;
  padding: 8px clamp(22px, 5vw, 78px);
  position: relative;
  z-index: 10;
}

.location-brand img {
  height: 64px;
  object-fit: contain;
  width: 168px;
}

.location-nav nav {
  display: flex;
  gap: clamp(22px, 3vw, 48px);
  justify-content: center;
}

.location-nav nav a,
.location-phone span {
  color: #41515a;
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.location-phone {
  border-left: 1px solid var(--line);
  display: grid;
  font-weight: 760;
  gap: 4px;
  padding-left: 32px;
  text-align: right;
}

.location-main {
  overflow: hidden;
}

.location-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  min-height: min(800px, calc(100svh - 82px));
}

.location-hero__copy {
  align-items: flex-start;
  background: var(--navy);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 150px) clamp(34px, 7vw, 120px);
}

.location-eyebrow {
  align-items: center;
  color: var(--gold-bright);
  display: flex;
  font-size: 0.7rem;
  font-weight: 800;
  gap: 14px;
  letter-spacing: 0.17em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.location-eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 38px;
}

.location-hero h1,
.location-section-heading h2,
.location-repairs h2,
.location-cta h2 {
  font-family: var(--font-display);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.location-hero h1 {
  font-size: clamp(4rem, 7.8vw, 8rem);
  max-width: 850px;
}

.location-hero h1 span {
  color: var(--gold-bright);
  display: block;
}

.location-hero__copy > p:not(.location-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.7;
  margin: 34px 0 0;
  max-width: 650px;
}

.location-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 38px;
}

.location-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 36px;
  justify-content: space-between;
  letter-spacing: 0.09em;
  min-height: 64px;
  padding: 0 30px;
  text-transform: uppercase;
}

.location-button--gold {
  background: var(--gold-bright);
  color: var(--navy);
}

.location-button--dark {
  background: var(--navy);
  color: white;
}

.location-text-link {
  border-bottom: 1px solid currentColor;
  font-size: 0.75rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.location-text-link--light {
  color: white;
}

.location-hero__image {
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.location-hero__image::after {
  background: linear-gradient(180deg, transparent 55%, rgba(4, 20, 28, 0.58));
  content: "";
  inset: 0;
  position: absolute;
}

.location-hero__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.location-image-note {
  bottom: 44px;
  color: white;
  display: grid;
  gap: 6px;
  left: 44px;
  position: absolute;
  z-index: 2;
}

.location-image-note strong {
  font-size: 1.25rem;
}

.location-image-note span {
  color: rgba(255, 255, 255, 0.72);
}

.location-services,
.location-faq {
  padding: clamp(90px, 10vw, 160px) clamp(24px, 7vw, 120px);
}

.location-section-heading {
  margin: 0 auto 60px;
  max-width: 1050px;
  text-align: center;
}

.location-section-heading .location-eyebrow {
  justify-content: center;
}

.location-section-heading h2,
.location-repairs h2,
.location-cta h2 {
  font-size: clamp(3rem, 6vw, 6.6rem);
}

.location-section-heading > p:not(.location-eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 28px auto 0;
  max-width: 700px;
}

.location-service-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  max-width: 1380px;
}

.location-service-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  min-height: 320px;
  padding: 42px;
}

.location-service-grid article > span {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.location-service-grid h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 72px 0 20px;
}

.location-service-grid p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.location-repairs {
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.location-repairs__image {
  min-height: 680px;
}

.location-repairs__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.location-repairs__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px);
}

.location-repairs ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

.location-repairs li {
  color: var(--muted);
  font-size: 1.05rem;
  padding-left: 28px;
  position: relative;
}

.location-repairs li::before {
  background: var(--gold-bright);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0.55em;
  width: 8px;
}

.location-faq__list {
  margin: auto;
  max-width: 980px;
}

.location-faq details {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}

.location-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.location-faq summary {
  cursor: pointer;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 700;
  list-style: none;
}

.location-faq details p {
  color: var(--muted);
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 760px;
}

.location-cta {
  background: var(--navy);
  color: white;
  padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 140px);
}

.location-cta > p:not(.location-eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 30px 0 0;
}

.location-footer {
  align-items: center;
  background: #04131b;
  color: rgba(255, 255, 255, 0.62);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  padding: 34px clamp(24px, 7vw, 120px);
}

.location-footer img {
  filter: brightness(0) invert(1);
  height: 60px;
  object-fit: contain;
  width: 160px;
}

.location-footer p {
  margin: 0;
  text-align: center;
}

.location-footer > a:first-child {
  justify-self: start;
}

.location-footer > a:last-child {
  justify-self: end;
}

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

  .location-nav nav {
    display: none;
  }

  .location-hero,
  .location-repairs {
    grid-template-columns: 1fr;
  }

  .location-hero__image,
  .location-repairs__image {
    min-height: 520px;
  }

  .location-service-grid {
    grid-template-columns: 1fr;
  }

  .location-service-grid article {
    min-height: 260px;
  }
}

@media (max-width: 620px) {
  .location-nav {
    padding: 8px 18px;
  }

  .location-brand img {
    height: 54px;
    width: 130px;
  }

  .location-phone {
    border: 0;
    font-size: 0.83rem;
    padding: 0;
  }

  .location-phone span {
    font-size: 0.58rem;
  }

  .location-hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.4rem);
  }

  .location-hero__copy,
  .location-repairs__copy {
    padding: 72px 22px;
  }

  .location-hero__image,
  .location-repairs__image {
    min-height: 390px;
  }

  .location-image-note {
    bottom: 24px;
    left: 24px;
  }

  .location-service-grid article {
    padding: 30px;
  }

  .location-footer {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .location-footer p {
    text-align: left;
  }

  .location-footer > a:last-child {
    justify-self: start;
  }
}
