.labyrinth-hero {
      position: relative;
      overflow: hidden;
      padding: 58px 0 42px;
      background:
        linear-gradient(90deg, rgba(5, 9, 16, 0.96) 0%, rgba(7, 11, 19, 0.84) 48%, rgba(7, 11, 19, 0.52) 100%),
        linear-gradient(180deg, rgba(5, 9, 16, 0.28), rgba(5, 9, 16, 0.98)),
        url("/assets/img/games/labyrinthrpg/steam-v0.1.4/library-hero-1920x620.webp") center top / cover no-repeat;
    }

    .labyrinth-hero .container {
      position: relative;
      z-index: 1;
    }

    .hero-grid,
    .facts-grid,
    .systems-grid,
    .media-grid,
    .screenshots-grid,
    .art-grid {
      display: grid;
      gap: 20px;
      grid-template-columns: minmax(0, 1fr);
    }

    .hero-copy,
    .media-copy,
    .art-copy {
      display: grid;
      gap: 16px;
      align-content: center;
      min-width: 0;
    }

    .eyebrow {
      margin: 0;
      color: var(--warn);
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .lead {
      font-size: 18px;
      color: var(--ink-dim);
      max-width: 720px;
      margin: 0;
    }

    .hero-copy .cta {
      margin-top: 2px;
    }

    .hero-copy h1,
    .hero-copy p,
    .media-copy h2,
    .media-copy p {
      max-width: 100%;
      overflow-wrap: anywhere;
    }

    .pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      border: 1px solid var(--muted);
      border-radius: 999px;
      color: var(--ink);
      background: rgba(17, 26, 43, 0.76);
      font-size: 14px;
    }

    .hero-note {
      margin: 0;
    }

    .hero-link-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 14px;
      margin-top: -4px;
    }

    .hero-link-row a {
      color: var(--ink);
      font-size: 14px;
      font-weight: 700;
    }

    .hero-card,
    .video-frame,
    .screenshot-card,
    .art-card {
      background:
        linear-gradient(180deg, rgba(17, 26, 43, 0.9), rgba(8, 12, 20, 0.95));
      border: 1px solid var(--muted);
      border-radius: 8px;
      overflow: hidden;
      min-width: 0;
    }

    .hero-card {
      display: grid;
      gap: 0;
      padding: 0;
      align-self: end;
    }

    .hero-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .hero-card p,
    .media-copy h2,
    .art-copy h2 {
      margin: 0;
    }

    .hero-card-body {
      display: grid;
      gap: 12px;
      padding: 14px;
    }

    .hero-card-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      color: var(--ink);
      font-weight: 800;
    }

    .hero-card-title span {
      color: var(--warn);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .hero-stat-grid {
      display: grid;
      gap: 8px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-stat {
      min-height: 74px;
      padding: 10px;
      border: 1px solid rgba(88, 166, 255, 0.22);
      border-radius: 8px;
      background: rgba(11, 18, 32, 0.7);
    }

    .hero-stat strong {
      display: block;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.2;
    }

    .hero-stat span {
      display: block;
      margin-top: 3px;
      color: var(--ink-dim);
      font-size: 12px;
      line-height: 1.35;
    }

    .labyrinth-action-band {
      padding: 18px 0;
      border-bottom: 1px solid var(--muted);
      background: linear-gradient(180deg, rgba(17, 26, 43, 0.82), rgba(11, 18, 32, 0.98));
    }

    .labyrinth-action-grid {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .labyrinth-action {
      display: grid;
      gap: 5px;
      min-height: 112px;
      padding: 15px;
      border: 1px solid rgba(88, 166, 255, 0.24);
      border-radius: 8px;
      background: rgba(17, 26, 43, 0.86);
      color: var(--ink);
    }

    .labyrinth-action:hover {
      text-decoration: none;
      border-color: rgba(242, 204, 96, 0.42);
      background: rgba(21, 32, 52, 0.94);
    }

    .labyrinth-action small {
      color: var(--warn);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .labyrinth-action strong {
      font-size: 17px;
      line-height: 1.2;
    }

    .labyrinth-action span {
      color: var(--ink-dim);
      font-size: 14px;
      line-height: 1.45;
    }

    .video-frame video {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #050914;
    }

    .release-media-head {
      max-width: 780px;
      margin-bottom: 22px;
    }

    .release-media-head h2,
    .release-media-head p {
      margin-top: 0;
    }

    .release-video-grid {
      display: grid;
      gap: 18px;
      grid-template-columns: minmax(0, 1fr);
    }

    .release-video-card {
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(103, 183, 255, 0.24);
      border-radius: 14px;
      background: linear-gradient(180deg, rgba(17, 26, 43, 0.96), rgba(8, 13, 23, 0.98));
    }

    .release-video-card video {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #050914;
      object-fit: cover;
    }

    .release-video-copy {
      padding: 16px 18px 18px;
    }

    .release-video-copy small {
      color: var(--warn);
      font-weight: 800;
      text-transform: uppercase;
    }

    .release-video-copy h3 {
      margin: 4px 0 6px;
      font-size: 21px;
    }

    .release-video-copy p {
      margin: 0;
      color: var(--ink-dim);
      font-size: 14px;
    }

    .release-shot-grid {
      display: grid;
      gap: 14px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-top: 18px;
    }

    .release-shot {
      overflow: hidden;
      margin: 0;
      border: 1px solid rgba(103, 183, 255, 0.2);
      border-radius: 12px;
      background: var(--card);
    }

    .release-shot img {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
    }

    .release-shot figcaption {
      padding: 10px 12px;
      color: var(--ink-dim);
      font-size: 13px;
    }

    .screenshots-grid {
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .screenshot-card,
    .art-card {
      margin: 0;
    }

    .screenshot-card img,
    .art-card img {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
    }

    .screenshot-card figcaption,
    .art-card figcaption {
      padding: 10px 12px;
      color: var(--ink-dim);
      font-size: 14px;
    }

    .art-card.logo-art img {
      aspect-ratio: 1280 / 432;
      object-fit: contain;
      padding: 18px;
      background: #090d16;
    }

    .art-card.store-header-art img {
      aspect-ratio: 920 / 430;
    }

    .art-card.portrait-art {
      width: 100%;
      max-width: 420px;
      justify-self: center;
    }

    .art-card.portrait-art img {
      aspect-ratio: 2 / 3;
      object-fit: contain;
      padding: 0;
      background: #090d16;
    }

    .fact-card h3,
    .system-card h3 {
      margin-top: 0;
    }

    .loop {
      display: grid;
      gap: 14px;
      margin-top: 14px;
    }

    .loop-step {
      padding: 14px;
      border: 1px solid var(--muted);
      border-radius: 8px;
      background: rgba(11, 18, 32, 0.55);
    }

    .loop-step strong {
      display: block;
      margin-bottom: 4px;
    }

    .bullet-list {
      margin: 14px 0 0;
      padding-left: 18px;
      color: var(--ink-dim);
    }

    .bullet-list li + li {
      margin-top: 8px;
    }

    .download-card {
      background:
        linear-gradient(135deg, rgba(88, 166, 255, 0.18), rgba(242, 204, 96, 0.12)),
        var(--card);
    }

    @media (min-width: 860px) {
      .hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        align-items: center;
      }

      .facts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .systems-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .media-grid {
        grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
        align-items: center;
      }

      .release-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .release-video-card.featured {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
        align-items: center;
      }

      .art-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
        align-items: start;
      }

      .art-card.store-header-art {
        grid-column: 1;
        grid-row: 1;
      }

      .art-card.logo-art {
        grid-column: 1;
        grid-row: 2;
      }

      .art-card.portrait-art {
        grid-column: 2;
        grid-row: 1 / span 2;
      }
    }

    @media (max-width: 900px) {
      .labyrinth-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 620px) {
      .labyrinth-hero {
        padding: 44px 0 32px;
      }

      .hero-copy h1 {
        font-size: 34px;
        overflow-wrap: break-word;
      }

      .hero-copy,
      .hero-copy h1,
      .hero-copy p,
      .hero-card {
        max-width: min(100%, 340px);
      }

      .hero-stat-grid,
      .labyrinth-action-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .release-shot-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .labyrinth-action {
        min-height: auto;
      }
    }
