.outbreak-hero {
  position: relative;
  isolation: isolate;
  min-height: min(92svh, 900px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #090505;
  background-image: url("../images/zed-outbreak-hero.jpg");
  background-position: center 44%;
  background-size: cover;
}

.outbreak-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(5, 2, 2, 0.53);
  content: "";
}

.outbreak-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48%;
  background: linear-gradient(to bottom, rgba(8, 4, 4, 0), #080505);
  content: "";
}

.outbreak-hero-content {
  padding-top: 150px;
  padding-bottom: 78px;
}

.outbreak-hero-copy {
  max-width: 780px;
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.9);
}

.release-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e7dcce;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.status-light {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(145, 189, 46, 0.15);
}

.outbreak-title {
  max-width: 740px;
  margin-top: 24px;
}

.outbreak-hero-lead {
  max-width: 680px;
  margin-top: 24px;
  color: #e0d8cf;
  font-size: 21px;
}

.outbreak-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.play-badge {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
}

.play-badge img {
  width: 210px;
  height: auto;
}

.field-strip {
  border-top: 1px solid #3b302d;
  border-bottom: 1px solid #3b302d;
  background: #0e0909;
}

.field-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.field-fact {
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-left: 1px solid #3b302d;
  padding: 18px 26px;
}

.field-fact:last-child {
  border-right: 1px solid #3b302d;
}

.field-fact strong {
  color: var(--yellow);
  font-family: "Roboto Mono", monospace;
  font-size: 19px;
  text-transform: uppercase;
}

.field-fact span {
  color: var(--muted);
  font-size: 13px;
}

.modes-section,
.features-section,
.maps-section {
  padding: 104px 0;
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mode-card {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid #463631;
  border-radius: 5px;
  background: #120c0c;
}

.mode-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(9, 5, 5, 0.05) 26%, rgba(9, 5, 5, 0.96) 88%);
  content: "";
}

.mode-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mode-copy {
  position: relative;
  z-index: 2;
  padding: 36px;
}

.mode-label,
.feature-index,
.map-kicker {
  color: var(--yellow);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.mode-copy h3 {
  margin-top: 10px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}

.mode-copy p {
  margin-top: 14px;
  color: #c8beb4;
  font-size: 16px;
}

.features-section {
  border-top: 1px solid #2c2422;
  border-bottom: 1px solid #2c2422;
  background: #0d0909;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #3b302d;
  border-left: 1px solid #3b302d;
}

.feature {
  min-height: 250px;
  border-right: 1px solid #3b302d;
  border-bottom: 1px solid #3b302d;
  padding: 30px;
  background: #100b0b;
}

.feature h3 {
  margin-top: 34px;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}

.feature p {
  margin-top: 13px;
  color: var(--muted);
  font-size: 15px;
}

.showcase-section {
  background: #080606;
}

.showcase-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 610px;
}

.showcase-row + .showcase-row {
  border-top: 1px solid #3b302d;
}

.showcase-media {
  min-height: 520px;
  overflow: hidden;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px max(7vw, 54px);
  background: #100b0b;
}

.showcase-copy h2 {
  margin-top: 15px;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
}

.showcase-copy > p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: #d8cec4;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
}

.check-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--yellow);
  content: "";
}

.maps-section {
  background: #0b0808;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.map-card {
  overflow: hidden;
  border: 1px solid #3b302d;
  border-radius: 5px;
  background: #120d0d;
}

.map-image {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
}

.map-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.map-body h3 {
  margin-top: 4px;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.map-level {
  flex: 0 0 auto;
  border: 1px solid #59483c;
  border-radius: 3px;
  padding: 8px 10px;
  color: #ddd1c3;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.online-map-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 18px;
  border: 1px solid #3b302d;
  border-left: 4px solid var(--red);
  padding: 28px 30px;
  background: #120c0c;
}

.online-map-note strong {
  font-size: 23px;
  text-transform: uppercase;
}

.online-map-note p {
  margin-top: 5px;
  color: var(--muted);
}

.download-section {
  border-top: 1px solid #493530;
  border-bottom: 1px solid #493530;
  background: #260b0b;
  padding: 76px 0;
}

.download-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.download-copy {
  max-width: 720px;
}

.download-copy h2 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.download-copy p {
  margin-top: 14px;
  color: #cabdb3;
  font-size: 18px;
}

.game-studio-section {
  padding: 90px 0;
  background: #080606;
}

.game-studio-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  align-items: center;
  gap: 74px;
}

.game-studio-logo {
  width: 100%;
}

.game-studio-copy h2 {
  margin-top: 15px;
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
}

.game-studio-copy p {
  margin-top: 19px;
  color: var(--muted);
  font-size: 18px;
}

.studio-contact {
  display: inline-block;
  margin-top: 22px;
  color: var(--yellow);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-row {
    grid-template-columns: 1fr;
  }

  .showcase-row.reverse .showcase-copy {
    order: 2;
  }

  .showcase-row.reverse .showcase-media {
    order: 1;
  }

  .showcase-media {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .outbreak-hero {
    min-height: 790px;
    background-position: 58% center;
  }

  .outbreak-title {
    width: min(100%, 580px);
  }

  .field-strip-grid,
  .mode-grid,
  .map-grid {
    grid-template-columns: 1fr;
  }

  .field-fact,
  .field-fact:last-child {
    border-right: 1px solid #3b302d;
  }

  .modes-section,
  .features-section,
  .maps-section {
    padding: 76px 0;
  }

  .mode-card {
    min-height: 470px;
  }

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

  .showcase-copy {
    padding: 54px 28px;
  }

  .showcase-copy h2 {
    font-size: 40px;
  }

  .online-map-note,
  .download-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .game-studio-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .game-studio-logo {
    max-width: 470px;
  }
}

@media (max-width: 480px) {
  .outbreak-hero-content {
    padding-top: 132px;
    padding-bottom: 56px;
  }

  .outbreak-hero-lead {
    font-size: 18px;
  }

  .play-badge img {
    width: 190px;
  }

  .mode-copy {
    padding: 28px 24px;
  }

  .mode-copy h3 {
    font-size: 31px;
  }

  .feature {
    min-height: 225px;
    padding: 26px 24px;
  }

  .showcase-media {
    min-height: 330px;
  }

  .download-copy h2,
  .game-studio-copy h2 {
    font-size: 38px;
  }
}
