.hero-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .34;
  filter: saturate(.72) contrast(1.06) brightness(.74);
}

.module i.module-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #ecf1e7;
  font-style: normal;
}

.module-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.module:not(.online) .module-icon img {
  width: 64px;
  height: 64px;
  max-width: none;
}

.operator-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.operator-card:link,
.operator-card:visited,
.operator-card:hover,
.operator-card:active {
  color: inherit;
}

.operator-portrait {
  position: relative;
  height: 142px;
  margin: -18px -18px 12px;
  overflow: hidden;
  border-bottom: 1px solid #4a5145;
  background:
    linear-gradient(135deg, rgba(215,255,49,.09), transparent 55%),
    #171b16;
}

.operator-portrait img {
  width: 88%;
  height: 88%;
  margin: 6%;
  object-fit: contain;
  object-position: center;
  transition: transform .25s ease;
}

.operator-card:hover .operator-portrait img { transform: scale(1.035); }
.operator-card h3 { margin: 7px 0 4px; }
.operator-card p {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .06em;
}

.operator-card p i { color: #d7ff31; font-style: normal; }

@media (max-width: 760px) {
  .operator-card { min-height: 220px; }
  .operator-portrait { height: 118px; margin: -14px -14px 10px; }
  .operator-card p { font-size: 13px; }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(9, 12, 9, .9) 0%, rgba(9, 12, 9, .62) 48%, rgba(9, 12, 9, .34) 100%),
    linear-gradient(0deg, rgba(9, 12, 9, .72), transparent 55%);
  pointer-events: none;
}

.hero-grid { z-index: 1; }

.endfield-logo {
  display: block;
  width: min(660px, 88%);
  margin: 42px 0 18px;
  filter: grayscale(1) brightness(1.4) drop-shadow(0 0 22px rgba(215, 255, 49, .12));
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.endfield-logo + .visually-hidden + .intro { margin-top: 20px; }

@media (max-width: 760px) {
  .hero-backdrop { inset: 0; width: 100%; height: 100%; object-position: 62% center; opacity: .23; }
  .endfield-logo { width: 100%; margin-top: 48px; }
}

@media (max-width: 430px) {
  .endfield-logo { margin-top: 38px; }
}
