.locations-directory .location-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.locations-directory .location-card {
  min-height: 300px;
}

.locations-directory .location-card-content {
  padding: clamp(22px, 3vw, 31px);
}

.locations-directory .location-card-content small {
  margin-bottom: 9px;
}

.locations-directory .location-card-content strong {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.locations-directory .location-card-content > span:last-child {
  min-height: 40px;
  font-size: 10px;
}

.location-city-page {
  background: var(--location-cream);
}

.city-hero {
  position: relative;
  display: flex;
  min-height: 660px;
  align-items: center;
  overflow: hidden;
  background: var(--location-ink);
  color: rgba(255, 255, 255, 0.8);
  padding-top: var(--header-height);
}

.city-hero > img,
.city-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.city-hero > img {
  object-fit: cover;
  object-position: center;
}

.city-hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 1, 1, 0.93) 0%, rgba(2, 1, 1, 0.7) 52%, rgba(2, 1, 1, 0.34) 100%),
    linear-gradient(0deg, rgba(2, 1, 1, 0.72), transparent 56%);
}

.city-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding-block: 72px 64px;
}

.city-hero .locations-breadcrumb {
  margin-bottom: 30px;
}

.city-hero .eyebrow {
  margin-bottom: 18px;
  color: var(--location-gold);
}

.city-hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.city-hero-lead {
  max-width: 690px;
  margin-bottom: 31px;
  font-size: clamp(1.05rem, 1.6vw, 1.23rem);
  line-height: 1.55;
}

.city-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.city-service-bar {
  background: var(--location-ink);
  color: #fff;
}

.city-service-bar .page-width {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.city-service-bar a {
  display: grid;
  min-height: 74px;
  place-items: center;
  border-left: 1px solid rgba(188, 149, 101, 0.2);
  padding: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 740;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.city-service-bar a:last-child {
  border-right: 1px solid rgba(188, 149, 101, 0.2);
}

.city-service-bar a:hover,
.city-service-bar a:focus-visible {
  background: rgba(188, 149, 101, 0.13);
  color: var(--location-gold);
}

.city-section {
  padding-block: clamp(76px, 8vw, 112px);
}

.city-intro {
  background: #fff;
}

.city-intro-grid,
.city-local-grid,
.city-faq-grid,
.city-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
  gap: clamp(52px, 8vw, 118px);
}

.city-kicker {
  margin-bottom: 15px;
  color: var(--location-gold-dark);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.city-section h2 {
  color: var(--location-ink);
  font-size: clamp(2.55rem, 4.8vw, 4.55rem);
  line-height: 0.99;
  letter-spacing: -0.035em;
}

.city-intro-copy > p:first-child,
.city-local-copy > p:first-of-type {
  font-size: 1.16rem;
  line-height: 1.65;
}

.city-checklist {
  display: grid;
  gap: 0;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.city-checklist li {
  position: relative;
  border-top: 1px solid var(--location-line);
  padding: 15px 0 15px 29px;
}

.city-checklist li::before {
  position: absolute;
  top: 15px;
  left: 0;
  color: var(--location-gold-dark);
  content: "✓";
  font-weight: 800;
}

.city-services {
  background: var(--location-warm);
}

.city-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 46px;
}

.city-section-heading > p {
  margin-bottom: 4px;
}

.city-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--location-line);
  background: var(--location-line);
}

.city-service-card {
  min-height: 310px;
  background: #fff;
  padding: clamp(31px, 4vw, 52px);
}

.city-service-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--location-gold-dark);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.city-service-card h3 {
  margin-bottom: 17px;
  font-size: clamp(1.8rem, 2.7vw, 2.45rem);
  line-height: 1.04;
}

.city-service-card p {
  margin-bottom: 24px;
}

.city-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid var(--location-gold-dark);
  color: var(--location-ink);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.city-text-link:hover,
.city-text-link:focus-visible {
  color: var(--location-gold-dark);
}

.city-local {
  background: var(--location-charcoal);
  color: rgba(255, 255, 255, 0.72);
}

.city-local-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
}

.city-local h2 {
  color: #fff;
}

.city-local .city-kicker {
  color: var(--location-gold);
}

.city-local-copy a {
  color: var(--location-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.city-local-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.city-local-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-depth {
  background: var(--location-cream);
}

.city-depth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--location-line);
  background: var(--location-line);
}

.city-depth-card {
  min-height: 255px;
  background: #fff;
  padding: clamp(30px, 4vw, 49px);
}

.city-depth-card span {
  display: block;
  margin-bottom: 25px;
  color: var(--location-gold-dark);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.city-depth-card h3 {
  margin-bottom: 15px;
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  line-height: 1.08;
}

.city-depth-card p {
  margin: 0;
}

.city-depth-note {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
  margin-top: 18px;
  background: var(--location-ink);
  padding: clamp(30px, 5vw, 58px);
  color: rgba(255, 255, 255, 0.74);
}

.city-depth-note h3 {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.05;
}

.city-depth-note p:last-child {
  margin-bottom: 0;
}

.city-depth-note a {
  color: var(--location-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.city-planning-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.city-planning-list li {
  border-left: 2px solid var(--location-gold);
  padding-left: 18px;
}

.city-projects {
  background: #fff;
}

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

.city-project-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--location-line);
  background: var(--location-cream);
}

.city-project-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.city-project-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px;
}

.city-project-card small {
  margin-bottom: 12px;
  color: var(--location-gold-dark);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.city-project-card strong {
  margin-bottom: 22px;
  color: var(--location-ink);
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.08;
}

.city-project-card .city-text-link {
  margin-top: auto;
}

.city-process {
  background: var(--location-warm);
}

.city-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  border: 1px solid var(--location-line);
  background: var(--location-line);
}

.city-process-step {
  min-height: 235px;
  background: #fff;
  padding: 31px;
}

.city-process-step span {
  display: block;
  margin-bottom: 36px;
  color: var(--location-gold-dark);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.city-process-step h3 {
  margin-bottom: 13px;
  font-size: 1.45rem;
}

.city-process-step p {
  margin: 0;
}

.city-faq {
  background: #fff;
}

.city-faq-grid {
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
}

.city-faq-list {
  border-top: 1px solid var(--location-line);
}

.city-faq-list details {
  border-bottom: 1px solid var(--location-line);
  padding: 0;
}

.city-faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 23px 52px 23px 0;
  color: var(--location-ink);
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.18;
  list-style: none;
}

.city-faq-list summary::-webkit-details-marker {
  display: none;
}

.city-faq-list summary::after {
  position: absolute;
  top: 21px;
  right: 0;
  color: var(--location-gold-dark);
  content: "+";
  font-family: var(--sans);
  font-size: 1.5rem;
}

.city-faq-list details[open] summary::after {
  content: "−";
}

.city-faq-list details p {
  max-width: 700px;
  padding: 0 48px 24px 0;
}

.city-map {
  background: var(--location-ink);
  color: rgba(255, 255, 255, 0.7);
}

.city-map-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
}

.city-map h2 {
  color: #fff;
}

.city-map .city-kicker {
  color: var(--location-gold);
}

.city-map-frame {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(188, 149, 101, 0.42);
  background: #111;
}

.city-map-frame iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
  filter: grayscale(0.15) contrast(1.03);
}

.city-nearby-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
}

.city-nearby-links a {
  min-height: 42px;
  border: 1px solid rgba(188, 149, 101, 0.38);
  padding: 10px 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-nearby-links a:hover,
.city-nearby-links a:focus-visible {
  border-color: var(--location-gold);
  background: var(--location-gold);
  color: var(--location-ink);
}

.city-cta {
  background: var(--location-gold);
  color: var(--location-ink);
}

.city-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  padding-block: clamp(62px, 7vw, 92px);
}

.city-cta h2 {
  max-width: 800px;
  margin-bottom: 14px;
  color: var(--location-ink);
}

.city-cta p {
  max-width: 650px;
  margin: 0;
}

.city-cta .button {
  border-color: var(--location-ink);
  background: var(--location-ink);
  color: #fff;
}

@media (max-width: 1024px) {
  .locations-directory .location-card-grid,
  .city-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-intro-grid,
  .city-local-grid,
  .city-faq-grid,
  .city-map-grid,
  .city-section-heading {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .city-local-media {
    min-height: 440px;
  }

  .city-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-depth-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .locations-directory .location-card-grid,
  .city-service-grid,
  .city-depth-grid,
  .city-project-grid,
  .city-process-grid {
    grid-template-columns: 1fr;
  }

  .locations-directory .location-card {
    min-height: 255px;
  }

  .city-hero {
    min-height: 610px;
  }

  .city-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .city-service-bar .page-width {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-service-bar a:nth-child(2) {
    border-right: 1px solid rgba(188, 149, 101, 0.2);
  }

  .city-service-bar a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(188, 149, 101, 0.2);
  }

  .city-service-card,
  .city-process-step {
    min-height: 0;
  }

  .city-project-card img {
    height: 250px;
  }

  .city-local-media,
  .city-map-frame,
  .city-map-frame iframe {
    min-height: 340px;
    height: 340px;
  }

  .city-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .city-hero-content {
    padding-block: 54px 46px;
  }

  .city-hero-actions,
  .city-hero-actions .button,
  .city-cta .button {
    width: 100%;
  }

  .city-section h2 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }

  .city-service-card span,
  .city-process-step span {
    margin-bottom: 25px;
  }
}

@media (max-width: 380px) {
  .city-hero h1 {
    font-size: 2.5rem;
  }
}
