.site-nav {
  height: 7rem;
  padding-inline: 5vw;
  border-bottom-color: #8f9298;
}
.site-nav .wordmark img {
  width: clamp(12rem, 17vw, 16rem);
  height: 5.5rem;
}
.site-nav .nav-contact { border-radius: 0; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr);
  grid-template-rows: auto minmax(25rem, 1fr) auto;
  column-gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  min-height: calc(100svh - 7rem);
  padding: clamp(3rem, 5vw, 5rem) 5vw;
}
.hero-kicker { grid-column: 1 / -1; }
.hero-kicker .status-dot { display: none; }
.hero-kicker::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: #bfc2c8;
}
.hero h1 {
  grid-column: 1;
  grid-row: 2;
  max-width: none;
  font-size: clamp(4.25rem, 7.3vw, 8rem);
  line-height: .9;
}
.hero h1 span { color: #c4c6ca; }
.hero-brand {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  padding: clamp(1.5rem, 2.5vw, 2.75rem);
  background: #f5f5f5;
  color: #303238;
  border: 1px solid #bfc2c8;
  box-shadow: 1rem 1rem 0 #bfc2c81c;
}
.hero-brand .hero-mark {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: none;
  transform: none;
}
.hero-brand-rule { height: 1px; background: #bfc2c8; }
.hero-brand p {
  margin: 1rem 0 0;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-bottom { grid-column: 1 / -1; }
.hero-bottom p { color: #d5d6d8; }
.featured-bar { border-bottom-color: #aeb1b5; }
.section-shell { padding-block: clamp(5rem, 8vw, 8rem); }
.contact-section { border-top: 1px solid #8f9298; }
.portrait-frame {
  max-width: 34rem;
  margin: 4rem auto 0;
}
.portrait-frame img {
  aspect-ratio: 828 / 1045;
  object-fit: cover;
  object-position: center;
  filter: none;
}
.company-details strong + strong {
  margin-top: .25rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}
.contact-map {
  min-width: 0;
}
.contact-map .eyebrow {
  margin-bottom: 1.25rem;
  color: #bfc2c8;
}
.map-frame {
  overflow: hidden;
  border: 1px solid #8d9096;
  background: #e5e5e5;
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: clamp(20rem, 32vw, 29rem);
  border: 0;
  filter: grayscale(1);
}
.map-link {
  display: inline-flex;
  gap: .75rem;
  align-items: center;
  margin-top: 1rem;
  color: #f7f7f7;
  text-decoration: underline;
  text-decoration-color: #8d9096;
  text-underline-offset: .3em;
}
.map-link:hover { color: #bfc2c8; }
@media (max-width: 800px) {
  .site-nav { height: 5.75rem; padding-inline: 1.2rem; }
  .site-nav .wordmark img { width: 10.75rem; height: 4.5rem; }
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 2.75rem;
    min-height: 0;
    padding: 3.5rem 1.2rem;
  }
  .hero-kicker { grid-row: 1; }
  .hero h1 { grid-column: 1; grid-row: 2; font-size: clamp(4rem, 17vw, 7rem); }
  .hero-brand { display: none; }
  .hero-bottom { grid-row: 3; }
  .portrait-frame { margin-top: 3rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-frame iframe { height: 22rem; }
}
