body {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #000;
  background-image: none;
}

body.viewer-open {
  overflow: hidden;
}

.site-shell {
  min-height: 100vh;
}

.site-header,
.site-main,
.site-footer {
  width: 100%;
}

.heading-condensed {
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.logo-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.25rem;
  padding: 0.1rem 0;
}

.logo-mark {
  width: min(640px, 92vw);
  height: auto;
  display: block;
}

.logo-division {
  position: absolute;
  top: calc(46% - 26px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #e5e7eb;
  white-space: nowrap;
  line-height: 1;
  padding: 0.15rem 0.45rem;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 999px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.hero-bg {
  background-color: transparent;
  background-image: none;
  position: relative;
  overflow: hidden;
}

.hero-bg::before {
  content: none;
}

.service-card {
  aspect-ratio: 1.85 / 1;
  background: #06080d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-media {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
  background: #0b0e14;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #0b0e14;
}

.service-card-caption {
  padding: 1.1rem;
}

.service-card-title {
  font-size: 0.78rem;
}

.hero-copy {
  max-width: 72rem;
}

.site-meta {
  line-height: 1.1;
}

.footer-meta {
  justify-content: center;
}

.footer-contact {
  margin-top: 0.35rem;
}

.viewer-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #05070a;
}

.viewer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (min-width: 1024px) {
  .site-shell {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-header {
    padding-top: 0.45rem;
    padding-bottom: 0.3rem;
  }

  .site-meta {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    gap: 0.2rem 1rem;
  }

  .site-header .h-px {
    opacity: 0.55;
  }

  .site-header {
    flex: 0 0 auto;
  }

  .site-main {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-height: 0;
    position: static;
  }

  .hero-section {
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
    position: static;
  }

  .logo-mark {
    width: 580px;
  }

  .logo-division {
    top: calc(47% - 24px);
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .hero-copy {
    font-size: 0.78rem;
    line-height: 1.2;
    white-space: nowrap;
    position: static;
    position: relative;
    top: -155px;
  }

  .hero-section .mx-auto {
    gap: 0.45rem;
  }

  .services-section {
    display: flex;
    align-items: center;
    padding-top: 0.55rem;
    padding-bottom: 0.4rem;
    min-height: 0;
    position: static;
    position: relative;
    top: -155px;
  }

  .services-section > div {
    width: 100%;
    max-width: 76rem;
  }

  .service-card {
    width: 100%;
    justify-self: center;
  }

  .service-card-caption {
    padding: 0.85rem 0.95rem;
    max-width: 84%;
  }

  .service-card-title {
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .leaders-section {
    padding-top: 0.3rem;
    padding-bottom: 0.35rem;
    margin-top: clamp(1rem, 3.5vw, 0.85in);
    position: relative;
    top: -155px;
  }

  .leaders-section p {
    line-height: 1.15;
  }

  .leaders-grid {
    gap: 1rem;
  }

  .leaders-grid .heading-condensed {
    font-size: 0.8rem;
    letter-spacing: 0.24em;
  }

  .leaders-grid .text-gray-200 {
    font-size: 0.62rem;
    letter-spacing: 0.24em;
  }

  .site-footer {
    margin-top: clamp(0.7rem, 3vw, 0.5in);
    padding-bottom: 0.7rem;
    flex: 0 0 auto;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    line-height: 1.15;
    position: relative;
    top: -155px;
  }
}

@media (max-width: 767px) {
  .hero-copy {
    white-space: normal;
    line-height: 1.35;
  }

  .logo-mark {
    width: min(380px, 86vw);
  }

  .logo-division {
    top: calc(45% - 30px);
    font-size: 7px;
    letter-spacing: 0.16em;
  }
}
