:root {
  --green: #67a234;
  --dark: #262121;
  --paper: #f6f3f3;
  --gray: #666668;
  --line: #d9d4d4;
}

html,
body {
  margin: 0;
  background: var(--paper);
  color: var(--dark);
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

nav {
  background: transparent;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: auto;
}

nav #top {
  width: 255px;
  background: var(--dark);
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav #top img.logo {
  height: 58px;
  width: 176px;
  object-fit: contain;
}

nav .hamburger-inner,
nav .hamburger-inner:before,
nav .hamburger-inner:after {
  background-color: #fff;
}

nav ul.top-nav {
  background: var(--dark);
  color: #fff;
  display: none;
  list-style: none;
  margin: 0;
  min-height: calc(100vh - 90px);
  padding: 2rem 2.4rem;
  width: 360px;
}

nav.is-active ul.top-nav {
  display: block;
}

nav ul.top-nav > li {
  margin-bottom: 1.2rem;
  position: relative;
}

nav ul.top-nav a {
  color: #fff;
  display: block;
  font-size: clamp(1.25rem, 2.3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
}

nav ul.top-nav ul {
  background: var(--dark);
  display: none;
  inset: 0 auto auto 0;
  list-style: none;
  min-height: calc(100vh - 90px);
  padding: 2rem 2.4rem;
  position: absolute;
  width: 360px;
  z-index: 2;
}

nav ul.top-nav li.is-active > ul,
nav ul.top-nav ul.is-active {
  display: block;
}

nav ul.top-nav ul a {
  color: #dcd7d7;
  font-size: 1.35rem;
  line-height: 1.2;
}

nav li.back {
  color: var(--green);
  cursor: pointer;
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.25rem;
}

#main-content {
  margin: 0;
  padding: 0;
}

.btn,
a.btn,
button.btn {
  align-items: center;
  background: var(--green);
  border: 0;
  border-radius: 0;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.55rem;
  letter-spacing: 0.04em;
  padding: 0.64rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

a.btn:after,
button.btn:after,
.btn:after {
  content: "→";
  font-family: inherit;
  font-weight: 800;
  margin-left: 0.35rem;
  width: auto;
}

.hero-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 78vh;
  position: relative;
}

.hero-slide:before,
.story-image:before,
.media-band:before,
.image-tile:before {
  background: rgba(38, 33, 33, 0.24);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-slide .content {
  align-items: center;
  display: flex;
  min-height: 78vh;
  padding: 9vw 8vw 5vw;
  position: relative;
}

.ncCopy-block {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.ncCopy-block h2,
.eyebrow {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.ncCopy-block h1,
.page-hero h1 {
  color: #fff;
  font-size: clamp(3.3rem, 6vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0 0 1.2rem;
}

.ncCopy-block p {
  color: #fff;
  font-size: clamp(0.95rem, 1.1vw, 1.18rem);
  line-height: 1.52;
  max-width: 640px;
}

.next-nav {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  width: 100%;
}

.next-nav-item {
  align-items: stretch;
  background: var(--dark);
  color: #fff;
  display: flex;
  min-height: 104px;
  text-decoration: none;
  width: 360px;
}

.next-nav-item .thumb {
  background-position: center;
  background-size: cover;
  min-width: 118px;
}

.next-nav-item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.next-nav-item .label {
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.next-nav-item .title {
  font-weight: 800;
  line-height: 1.1;
}

.intro-centered {
  background: var(--paper);
  min-height: 470px;
  padding: 4.6rem 8vw;
  text-align: center;
}

.intro-centered h2,
.section-title {
  color: var(--green);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 auto 1rem;
  text-transform: uppercase;
}

.intro-centered p {
  margin: 0 auto;
  max-width: 760px;
}

.stats {
  background: linear-gradient(180deg, rgba(246, 243, 243, 0.98), rgba(246, 243, 243, 0.98)), url("/faithful/linework.svg");
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  padding: 4rem 8vw;
}

.stats h2 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.stats p {
  margin: 0;
}

.stat strong {
  color: var(--green);
  display: block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.media-band,
.story-image,
.image-tile {
  background-position: center;
  background-size: cover;
  position: relative;
}

.media-band {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 430px;
  text-align: center;
}

.media-band h2 {
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.split-copy {
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  min-height: 460px;
  padding: 6vw 8vw;
}

.split-copy h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.split-copy p {
  max-width: 600px;
}

.dark-band {
  background: var(--dark);
  color: #fff;
  padding: 6vw 8vw;
}

.dark-band h2,
.dark-band h3,
.dark-band p {
  color: #fff;
}

.snapshot {
  background: var(--dark);
  color: #fff;
  min-height: 500px;
  padding: 4rem 8vw 6rem;
}

.snapshot h2 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.snapshot-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.snapshot-card {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0 1.4rem;
}

.snapshot-card strong {
  color: var(--green);
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

.map-band {
  background: var(--dark);
  color: #fff;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1.3fr 0.8fr;
  padding: 5vw 8vw;
}

.map-art {
  min-height: 330px;
  opacity: 0.95;
  position: relative;
}

.map-art:before {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.34) 1px, transparent 1.5px);
  background-size: 14px 14px;
  content: "";
  inset: 0;
  opacity: 0.42;
  position: absolute;
}

.map-dot {
  background: var(--green);
  border-radius: 50%;
  height: 14px;
  position: absolute;
  width: 14px;
}

.map-dot .details {
  background: #fff;
  color: var(--dark);
  display: none;
  font-size: 0.82rem;
  font-weight: 800;
  left: 20px;
  padding: 0.65rem;
  position: absolute;
  top: -10px;
  width: 170px;
  z-index: 3;
}

.map-dot .details.active {
  display: block;
}

.alt-list {
  background: var(--paper);
  padding: 5vw 0;
}

.alt-row {
  align-items: center;
  display: grid;
  gap: 5vw;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 5vw;
  max-width: 1180px;
  padding: 0 8vw;
}

.alt-row:nth-child(even) .copy {
  order: 2;
}

.alt-row h2,
.alt-row h3 {
  font-size: clamp(1.7rem, 2.6vw, 3.1rem);
  font-weight: 800;
  line-height: 1.05;
}

.alt-row .image-tile {
  min-height: 420px;
}

.card-index {
  background: var(--paper);
  padding: 5vw 8vw;
}

.card-index-header {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto 2rem;
  max-width: 1180px;
}

.card-grid {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.index-card {
  background: #fff;
  color: var(--dark);
  min-height: 390px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.index-card .image {
  background-position: center;
  background-size: cover;
  height: 210px;
  transition: transform 0.35s ease;
}

.index-card:hover .image {
  transform: scale(1.04);
}

.index-card .copy {
  padding: 1.25rem;
}

.index-card .kicker {
  color: var(--green);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.index-card h3 {
  font-size: 1.26rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 0.7rem;
}

.index-card p {
  color: var(--gray);
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0;
}

.page-hero {
  background-position: center;
  background-size: cover;
  min-height: 63vh;
  position: relative;
}

.page-hero:before {
  background: rgba(38, 33, 33, 0.28);
  content: "";
  inset: 0;
  position: absolute;
}

.page-hero .copy {
  bottom: 10vh;
  left: 8vw;
  max-width: 780px;
  position: absolute;
}

.detail-body {
  background: var(--dark);
  color: #fff;
  padding: 6vw 0;
}

.detail-body .alt-row {
  margin-bottom: 6vw;
}

.detail-body .copy p,
.detail-body .copy h2,
.detail-body .copy h3 {
  color: #fff;
}

.detail-body .image-tile {
  min-height: 460px;
}

.faq-section {
  background: var(--paper);
  padding: 5vw 8vw;
}

.faq-section .inner {
  margin: 0 auto;
  max-width: 980px;
}

.faq-section h2 {
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
}

.faq-section h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-top: 2rem;
}

#contact-us {
  padding-top: 32vh;
}

.contact-grid {
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 0 8vw 6vw;
}

.contact-grid h1 {
  color: var(--dark);
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  background: none;
  border: 0;
  border-bottom: 1px solid var(--dark);
  border-radius: 0;
  display: block;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding: 0.7rem 0;
  text-transform: uppercase;
  width: 100%;
}

.contact-photo {
  background-position: center;
  background-size: cover;
  min-height: 470px;
  margin: 0 8vw 6vw auto;
  max-width: 650px;
}

.office-band {
  background: var(--dark);
  color: #fff;
  min-height: 520px;
  padding: 5vw 8vw;
  text-align: center;
}

.office-band h2,
.office-band p {
  color: #fff;
}

.office-band .office-card {
  margin: 6rem auto 0;
  max-width: 520px;
}

#footer {
  background: var(--dark);
  color: #fff;
  padding: 5rem 8vw 3rem;
}

#footer .footer-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

#footer img {
  height: 82px;
  width: 250px;
}

#footer .footer-cols {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#footer h3 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

#footer a,
#footer p {
  color: #fff;
  display: block;
  font-size: 0.85rem;
  margin: 0.35rem 0;
  text-decoration: none;
}

#footer .fine {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

@media (max-width: 900px) {
  nav,
  nav #top,
  nav ul.top-nav,
  nav ul.top-nav ul {
    width: 100vw;
  }

  nav #top img.logo {
    height: 47px;
    width: 150px;
  }

  #main-content {
    margin-top: 0;
  }

  .hero-slide,
  .hero-slide .content {
    min-height: 78vh;
  }

  .hero-slide .content {
    align-items: flex-end;
    padding: 7rem 1.5rem 6.8rem;
  }

  .ncCopy-block h1,
  .page-hero h1 {
    font-size: clamp(2.15rem, 13vw, 3.3rem);
  }

  .next-nav {
    position: relative;
  }

  .next-nav-item {
    width: 100%;
  }

  .intro-centered {
    min-height: 520px;
    padding: 3rem 1.5rem;
  }

  .stats,
  .map-band,
  .split-copy,
  .alt-row,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .snapshot-grid,
  .card-grid,
  #footer .footer-cols {
    grid-template-columns: 1fr;
  }

  .snapshot {
    min-height: 0;
  }

  .alt-row:nth-child(even) .copy {
    order: 0;
  }

  .alt-row,
  .card-index,
  .contact-grid,
  .faq-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card-index-header,
  #footer .footer-top,
  #footer .fine {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero {
    min-height: 64vh;
  }

  .page-hero .copy {
    bottom: 5vh;
    left: 1.5rem;
    right: 1.5rem;
  }

  #contact-us {
    padding-top: 8rem;
  }

  .contact-photo {
    margin: 0 1.5rem 4rem;
  }
}

nav #top {
  min-width: 320px;
  width: clamp(320px, 24vw, 430px);
}

nav.is-active #top {
  width: clamp(420px, 34vw, 560px);
}

nav .hamburger {
  align-items: center;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

nav .hamburger-box {
  flex: 0 0 30px;
}

nav ul.top-nav,
nav ul.top-nav ul {
  min-height: calc(100vh - 90px);
  width: clamp(420px, 34vw, 560px);
}

nav ul.top-nav a {
  overflow-wrap: anywhere;
}

.roof-evidence {
  background: #fff;
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.72fr 1.28fr;
  padding: 5vw 8vw;
}

.eyebrow.dark {
  color: var(--green);
}

.evidence-heading h2,
.final-cta h2,
.metro-copy h2 {
  font-size: clamp(1.8rem, 3.2vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin: 0;
  text-transform: uppercase;
}

.evidence-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evidence-card {
  background: var(--paper);
  color: var(--dark);
  display: flex;
  flex-direction: column;
  min-height: 470px;
  text-decoration: none;
}

.evidence-image {
  background-position: center;
  background-size: cover;
  display: block;
  min-height: 240px;
}

.evidence-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: space-between;
  padding: 1.25rem;
}

.evidence-copy strong {
  color: var(--green);
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 800;
  line-height: 0.95;
}

.evidence-copy span {
  color: var(--gray);
  font-size: 0.96rem;
  line-height: 1.5;
}

.metro-section {
  background:
    linear-gradient(90deg, rgba(247, 243, 234, 0.98) 0 42%, rgba(31, 37, 36, 0.96) 42% 100%),
    radial-gradient(circle at 18% 24%, rgba(122, 192, 71, 0.22), transparent 32%);
  color: var(--dark);
  display: grid;
  gap: 3vw;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1.48fr);
  padding: 5vw 8vw;
}

.metro-copy {
  align-self: center;
}

.metro-copy p:not(.eyebrow) {
  color: rgba(31, 37, 36, 0.72);
  line-height: 1.6;
  margin: 1.25rem 0 1.5rem;
  max-width: 560px;
}

.metro-map-shell {
  background: #0d1714;
  border: 1px solid rgba(122, 192, 71, 0.32);
  box-shadow: 0 28px 80px rgba(17, 25, 21, 0.38);
  color: var(--dark);
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.metro-map-frame {
  background: linear-gradient(135deg, #e7efe3, #2b3a33);
  height: clamp(440px, 52vw, 620px);
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.metro-map-frame .leaflet-control-zoom a {
  color: var(--dark);
  font-weight: 800;
}

.leaflet-tooltip.osm-location-label {
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  color: var(--dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0.24rem 0.56rem;
  text-transform: uppercase;
}

.leaflet-tooltip.osm-location-label::before {
  display: none;
}

.osm-location-popup {
  min-width: 180px;
}

.osm-location-popup strong {
  color: var(--dark);
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.45rem;
}

.osm-location-popup a {
  fill: var(--green);
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.metro-point text {
  fill: #1f2524;
  font-size: 12px;
  font-weight: 800;
  paint-order: stroke;
  pointer-events: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 4px;
}

.metro-point:hover circle {
  fill: #262121;
}

.metro-location-list {
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-height: 310px;
  overflow: auto;
  padding: 1px;
}

.metro-location-list a {
  background: rgba(247, 243, 234, 0.94);
  color: #1f2524;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  padding: 0.74rem 0.76rem;
  text-decoration: none;
}

.metro-location-list a:hover {
  background: var(--green);
  color: #fff;
  opacity: 1;
}

.detail-body-upgraded {
  background: #f6f3f3;
  color: var(--dark);
  padding: 0;
}

.detail-shell {
  display: grid;
  gap: 5vw;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  margin: 0 auto;
  max-width: 1280px;
  padding: 6vw 8vw;
}

.detail-rail {
  align-self: start;
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 1.5rem;
}

.detail-image {
  background-position: center;
  background-size: cover;
  min-height: 430px;
}

.detail-note {
  background: var(--dark);
  color: #fff;
  display: block;
  padding: 1.1rem;
  text-decoration: none;
}

.detail-note strong {
  color: var(--green);
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.detail-note span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

.rich-copy {
  background: #fff;
  padding: clamp(1.4rem, 4vw, 4rem);
}

.rich-copy h2,
.rich-copy h3,
.rich-copy h4 {
  color: var(--green);
  font-size: clamp(1.35rem, 2.1vw, 2.35rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 2rem 0 0.8rem;
  text-transform: uppercase;
}

.rich-copy h2:first-of-type,
.rich-copy h3:first-of-type {
  margin-top: 0;
}

.rich-copy p,
.rich-copy li {
  color: #363232;
  font-size: 1.02rem;
  line-height: 1.75;
}

.rich-copy ul,
.rich-copy ol {
  padding-left: 1.2rem;
}

.contact-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.contact-method {
  background: #fff;
  color: var(--dark);
  display: block;
  padding: 1rem;
  text-decoration: none;
}

.contact-method span {
  color: var(--green);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-method strong {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  overflow-wrap: anywhere;
}

.contact-form {
  background: #fff;
  padding: clamp(1.4rem, 3vw, 3rem);
}

.contact-form .hp-field {
  display: none;
}

.map-only {
  background: var(--dark);
  padding: 0 8vw 6vw;
}

.map-only iframe {
  border: 0;
  display: block;
  height: 430px;
  margin-left: auto;
  width: min(920px, 100%);
}

.final-cta {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 5vw 8vw;
}

.final-cta p:not(.eyebrow) {
  color: var(--gray);
  max-width: 690px;
}

#footer {
  border-top: 0;
}

#footer .footer-top p {
  text-align: right;
}

#footer .footer-top p strong {
  color: var(--green);
  text-transform: uppercase;
}

#footer .footer-cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#footer .footer-map {
  grid-column: 1 / -1;
}

#footer .footer-map iframe {
  border: 0;
  display: block;
  height: 260px;
  margin-top: 1rem;
  width: 100%;
}

#footer a:hover {
  color: var(--green);
  opacity: 1;
}

@media (max-width: 1100px) {
  .roof-evidence,
  .metro-section,
  .detail-shell {
    grid-template-columns: 1fr;
  }

  .metro-section {
    background: linear-gradient(180deg, rgba(247, 243, 234, 0.98) 0 42%, rgba(31, 37, 36, 0.96) 42% 100%);
  }

  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .detail-rail {
    position: relative;
    top: auto;
  }
}

@media (max-width: 900px) {
  nav,
  nav #top,
  nav.is-active #top,
  nav ul.top-nav,
  nav ul.top-nav ul {
    min-width: 0;
    width: 100vw;
  }

  nav ul.top-nav,
  nav ul.top-nav ul {
    min-height: calc(100vh - 79px);
    padding: 1.4rem;
  }

  nav ul.top-nav a {
    font-size: clamp(1.25rem, 9vw, 2.6rem);
  }

  nav ul.top-nav ul a {
    font-size: clamp(1rem, 5vw, 1.45rem);
  }

  nav .hamburger {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .metro-section,
  .roof-evidence,
  .final-cta {
    padding: 3rem 1.5rem;
  }

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

  .metro-map-frame {
    height: 440px;
    min-height: 0;
  }

  .detail-shell {
    padding: 3rem 1.5rem;
  }

  .contact-form {
    padding: 1.25rem;
  }

  .map-only {
    padding: 0 1.5rem 3rem;
  }

  .map-only iframe {
    height: 320px;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  #footer .footer-top p {
    text-align: left;
  }
}

/* brand-logo-injected */
nav #top a{display:flex;align-items:center;}nav #top img.brand-logo{height:72px!important;width:auto!important;display:block;max-width:420px;object-fit:contain;}#footer .footer-top a{display:flex;align-items:center;}#footer img.brand-logo--footer{height:70px!important;width:auto!important;max-width:320px;object-fit:contain;display:block;}
