body.eclipse-page .guild-hero-copy {
  gap: 0;
}

body.eclipse-page .guild-hero h1 {
  max-width: min(810px, 92vw);
  font-size: clamp(2.35rem, 3.85vw, 4.12rem);
  font-weight: 350;
  line-height: 0.9;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.58),
    0 14px 34px rgba(0, 0, 0, 0.86);
}

body.eclipse-page .guild-hero-copy p {
  max-width: 680px;
  margin-top: 14px;
}

body.eclipse-page .hero-raid-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 1px;
  width: min(620px, 100%);
  margin-top: 18px;
  border: 1px solid rgba(244, 213, 130, 0.22);
  background:
    linear-gradient(90deg, rgba(216, 169, 61, 0.15), rgba(255, 255, 255, 0.035), rgba(216, 169, 61, 0.12)),
    rgba(5, 5, 4, 0.68);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 239, 185, 0.14);
  backdrop-filter: blur(8px);
}

body.eclipse-page .hero-raid-status b {
  display: grid;
  align-content: center;
  min-height: 54px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--eclipse-banner-ink);
  text-align: center;
}

body.eclipse-page .hero-raid-status span {
  display: block;
  font-family: "LifeCraft", Georgia, "Times New Roman", serif;
  font-size: clamp(1.32rem, 2vw, 1.82rem);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82);
}

body.eclipse-page .hero-raid-status em {
  display: block;
  margin-top: 4px;
  color: rgba(230, 217, 181, 0.78);
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  body.eclipse-page .guild-hero h1 {
    font-size: clamp(2.14rem, 9.2vw, 3.12rem);
    line-height: 0.94;
  }

  body.eclipse-page .guild-hero-copy p {
    max-width: 32rem;
  }

  body.eclipse-page .hero-raid-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(390px, 100%);
    margin-top: 16px;
  }

  body.eclipse-page .hero-raid-status b {
    min-height: 50px;
  }
}
