:root {
  --city-ink: #15171b;
  --city-charcoal: #3e3b39;
  --city-night: #17191e;
  --city-gold: #dfa10e;
  --city-gold-dark: #9a6b00;
  --city-paper: #f2f3f1;
  --city-white: #ffffff;
  --city-line: #d7d9d6;
  --city-muted: #62676e;
  --city-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 82px;
  background: #e7e8e5;
  color: var(--city-ink);
  font-family: var(--city-font);
  line-height: 1.55;
}

a {
  color: inherit;
}

.city-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  min-height: 82px;
  padding: 14px clamp(22px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(0, 0, 0, 0.92);
  color: var(--city-white);
}

.city-brand img {
  display: block;
  width: 178px;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}

.city-header nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.9rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.city-header nav a {
  text-decoration: none;
}

.city-header nav a:hover,
.city-header nav a:focus-visible {
  color: var(--city-gold);
}

.city-header .city-phone {
  color: var(--city-gold);
}

.city-header .header-social {
  display: inline-flex;
  align-items: center;
  color: var(--city-white);
}

.city-header .header-social svg {
  display: block;
  width: 22px;
  height: 22px;
}

.city-nav-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--city-white);
  cursor: pointer;
  font: inherit;
  font-size: 1.05rem;
  line-height: 1;
}

.city-nav-burger:hover,
.city-nav-burger:focus-visible {
  border-color: var(--city-gold);
  color: var(--city-gold);
}

.city-nav-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 99;
  display: none;
  min-width: 200px;
  overflow: hidden;
  border: 1px solid #2a2d33;
  border-radius: 8px;
  background: #101216;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.city-nav-menu.open {
  display: block;
}

.city-nav-menu a {
  display: block;
  padding: 0.75rem 1.1rem;
  border-bottom: 1px solid #1c1e24;
  color: #e9eaec;
  font-size: 0.95rem;
  font-weight: 600;
}

.city-nav-menu a:last-child {
  border-bottom: 0;
}

.city-nav-menu a:hover,
.city-nav-menu a:focus-visible {
  background: #14161c;
  color: var(--city-gold);
}

.city-nav-menu .mobile-only {
  display: none;
}

main {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--city-paper);
  box-shadow: 0 20px 70px rgba(17, 18, 20, 0.1);
}

.city-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(540px, 1.12fr);
  min-height: 690px;
}

.city-copy {
  padding: clamp(44px, 5vw, 68px) clamp(34px, 6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--city-paper);
}

.city-breadcrumb {
  margin-bottom: 25px;
  color: var(--city-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-breadcrumb a {
  text-decoration-color: var(--city-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.city-eyebrow {
  margin: 0 0 12px;
  color: var(--city-gold-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.city-copy h1 {
  max-width: 650px;
  margin: 0 0 20px;
  color: var(--city-charcoal);
  font-family: var(--city-font);
  font-size: clamp(3rem, 4.6vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.city-lead {
  max-width: 58ch;
  margin: 0 0 25px;
  color: #4f545b;
  font-size: 1rem;
}

.city-services {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--city-line);
}

.city-services li {
  display: grid;
  grid-template-columns: minmax(150px, 0.86fr) 1.14fr;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--city-line);
}

.city-services h2 {
  margin: 0;
  color: var(--city-charcoal);
  font-family: var(--city-font);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.05;
}

.city-services p {
  margin: 0;
  color: var(--city-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.city-nearby {
  max-width: 58ch;
  margin: 18px 0 0;
  color: #4f545b;
  font-size: 0.9rem;
  line-height: 1.55;
}

.city-nearby a {
  color: var(--city-charcoal);
  font-weight: 700;
  text-decoration-color: var(--city-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.city-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.city-button {
  min-height: 48px;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--city-gold);
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.city-button.primary {
  background: var(--city-gold);
  color: #17130a;
}

.city-button.secondary {
  border-color: #abaeab;
  background: transparent;
  color: var(--city-charcoal);
}

.city-button:hover,
.city-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(20, 22, 26, 0.14);
}

.city-map {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: clamp(26px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--city-night);
  background-image: linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 32px 32px;
  color: #d8dade;
}

.city-map::before {
  content: "Service area reference";
  margin-bottom: 14px;
  color: var(--city-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.city-map-canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 720 / 520;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #4b4f56;
  border-radius: 6px;
  background: #202329;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.city-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.city-map-canvas .leaflet-map-pane {
  z-index: 2;
}

.city-map-canvas.city-map-ready .city-map-fallback {
  visibility: hidden;
  opacity: 0;
}

.city-map-canvas .leaflet-tile-pane {
  filter: saturate(0.76) contrast(1.03);
}

.city-map-canvas .leaflet-control-zoom a,
.city-map-reset {
  border-color: #343840;
  background: #17191e;
  color: #ffffff;
}

.city-map-canvas .leaflet-control-zoom a:hover,
.city-map-canvas .leaflet-control-zoom a:focus-visible,
.city-map-reset:hover,
.city-map-reset:focus-visible {
  background: #252932;
  color: var(--city-gold);
}

.city-map-canvas .leaflet-control-zoom a {
  width: 36px;
  height: 36px;
  font-family: var(--city-font);
  font-weight: 700;
  line-height: 36px;
}

.city-map-reset {
  min-width: 52px;
  min-height: 36px;
  padding: 0 9px;
  border: 1px solid #343840;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-family: var(--city-font);
  font-size: 0.7rem;
  font-weight: 800;
}

.city-map-canvas .leaflet-control-attribution {
  max-width: calc(100% - 24px);
  padding: 3px 6px;
  background: rgba(23, 25, 30, 0.9);
  color: #c9cdd3;
  font-family: var(--city-font);
  font-size: 0.6rem;
  line-height: 1.35;
}

.city-map-canvas .leaflet-control-attribution a {
  color: #f2be3f;
}

.city-map-city-label.leaflet-tooltip {
  padding: 5px 8px;
  border: 1px solid var(--city-gold);
  border-radius: 3px;
  background: rgba(23, 25, 30, 0.94);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.32);
  color: #ffffff;
  font-family: var(--city-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.city-map-city-label.leaflet-tooltip-top::before {
  border-top-color: var(--city-gold);
}

.city-map-nearby-label.leaflet-tooltip {
  padding: 2px 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  font-family: var(--city-font);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-shadow: -1px -1px 0 #17191e, 1px -1px 0 #17191e, -1px 1px 0 #17191e, 1px 1px 0 #17191e, 0 2px 5px rgba(0, 0, 0, 0.9);
}

.city-map-nearby-label.leaflet-tooltip::before {
  display: none;
}

.city-map-legend {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid #41454d;
  border-radius: 3px;
  background: rgba(23, 25, 30, 0.92);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
  color: #f1f2f3;
  font-family: var(--city-font);
  font-size: 0.66rem;
  font-weight: 800;
}

.city-map-legend-swatch {
  width: 18px;
  height: 10px;
  border: 2px solid var(--city-gold);
  background: rgba(223, 161, 14, 0.24);
}

.city-map-legend-radius {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.city-map figcaption {
  max-width: 68ch;
  margin-top: 16px;
  color: #aeb2ba;
  font-size: 0.72rem;
  line-height: 1.55;
}

.city-review {
  padding: 24px clamp(34px, 6vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #2d3036;
  background: #101216;
  color: var(--city-white);
}

.city-review p {
  max-width: 820px;
  margin: 0;
  color: #c3c6cc;
  font-size: 0.82rem;
}

.city-review strong {
  color: var(--city-white);
}

.city-review a {
  flex: 0 0 auto;
  color: var(--city-gold);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration-color: var(--city-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.city-footer {
  max-width: none;
  margin: 0;
  padding: 30px clamp(22px, 5vw, 72px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  background: #0a0a0a;
  color: #aeb2ba;
  font-size: 0.78rem;
}

.city-footer a {
  color: #cccccc;
  text-decoration: none;
}

.city-footer a:hover,
.city-footer a:focus-visible {
  color: var(--city-gold);
}

.city-footer .footer-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  max-width: 78ch;
}

.city-footer .footer-copyline {
  color: #cccccc;
}

.city-footer .footer-legal {
  display: inline-flex;
  gap: 2rem;
}

.city-footer .footer-legal-col {
  display: inline-flex;
  flex-direction: column;
  gap: 0.3rem;
}

:focus-visible {
  outline: 3px solid rgba(223, 161, 14, 0.72);
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .city-header nav {
    gap: 0.75rem;
  }

  .city-header nav > a:not(.city-phone),
  .city-header nav > .header-social {
    display: none;
  }

  .city-nav-menu .mobile-only {
    display: block;
  }

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

  .city-map {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  body {
    padding-top: 72px;
  }

  .city-header {
    min-height: 72px;
    padding: 11px 18px;
  }

  .city-brand img {
    width: 142px;
    max-height: 40px;
  }

  .city-phone {
    font-size: 0.8rem;
  }

  .city-copy {
    padding: 44px 24px 50px;
  }

  .city-breadcrumb {
    margin-bottom: 24px;
  }

  .city-copy h1 {
    font-size: clamp(2.8rem, 12vw, 3.4rem);
  }

  .city-services li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

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

  .city-map {
    min-height: 0;
    padding: 24px 16px 26px;
    background-size: 24px 24px;
  }

  .city-map-canvas {
    height: 390px;
    aspect-ratio: auto;
  }

  .city-map-canvas .leaflet-control-attribution {
    font-size: 0.55rem;
  }

  .city-map-nearby-label.leaflet-tooltip {
    font-size: 0.7rem;
  }

  .city-map-canvas .leaflet-control-zoom a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .city-map-reset {
    min-height: 40px;
  }

  .city-review {
    padding: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .city-footer {
    padding: 28px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .city-footer .footer-copy {
    align-items: flex-start;
    text-align: left;
  }

  .city-footer .footer-legal {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 1rem;
  }

  .city-footer .footer-legal-col:first-child {
    justify-self: start;
    align-items: flex-start;
    text-align: left;
  }

  .city-footer .footer-legal-col:last-child {
    justify-self: end;
    align-items: flex-end;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .city-button {
    transition: none;
  }
}
