/* Demon Rush About — dense desktop rows (~3 sections first screen) */

.dr-about {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(0.9rem, 2.4vh, 1.4rem) var(--dr-gap) clamp(2rem, 4.5vh, 3rem);
  box-sizing: border-box;
  overflow-x: clip;
}

.dr-about-hero {
  text-align: left;
  margin-bottom: 0.9rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(212, 181, 106, 0.22);
}

.dr-about-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(183, 168, 144, 0.85);
}

.dr-about-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.2vw, 2.05rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dr-gold);
  line-height: 1.1;
}

.dr-about-sub {
  margin: 0.4rem 0 0;
  max-width: 34rem;
  color: var(--dr-text);
  font-size: clamp(0.92rem, 1.4vw, 1.02rem);
  line-height: 1.4;
}

.dr-about-intro {
  margin: 0.45rem 0 0;
  max-width: 40rem;
  color: var(--dr-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.dr-about-body {
  display: grid;
  gap: 1.35rem;
  min-width: 0;
}

.dr-about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 0.85rem 1.1rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border-radius: 0.85rem;
  background:
    linear-gradient(165deg, rgba(212, 181, 106, 0.07), transparent 42%),
    linear-gradient(180deg, rgba(36, 30, 24, 0.72), rgba(16, 13, 11, 0.92));
  box-shadow: inset 0 0 0 1px rgba(212, 181, 106, 0.16);
  min-width: 0;
  min-height: unset;
  height: auto;
  max-height: none;
  overflow: hidden;
}

/* Shared compact height for first 4 major rows */
.about-feature-row {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: center;
  min-height: 230px;
  max-height: 260px;
  height: 250px;
  padding: 24px 28px;
  box-sizing: border-box;
}

.dr-about-section--badge,
.dr-about-section--start,
.dr-about-section--anime {
  grid-template-columns: 1fr;
}

.dr-about-section-copy {
  min-width: 0;
}

.dr-about-section-copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(0.92rem, 1.6vw, 1.08rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dr-gold);
}

.dr-about-section-copy p {
  margin: 0;
  color: var(--dr-muted);
  line-height: 1.45;
  font-size: 0.9rem;
}

.about-feature-row .dr-about-section-copy h2 {
  margin: 0 0 9px;
}

.about-feature-row .dr-about-section-copy p {
  margin: 0 0 15px;
}

.about-feature-row .dr-about-section-copy > .dr-btn {
  margin-top: 0;
}

.dr-about-section-copy .dr-btn {
  margin-top: 0.65rem;
}

.dr-about-actions {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
}

.about-feature-row .dr-about-actions {
  margin-top: 0;
}

.dr-about-actions .dr-btn {
  margin-top: 0;
  min-height: 2.2rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.7rem;
}

.dr-about-section-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  justify-self: end;
  min-width: 0;
  min-height: unset;
  height: auto;
  padding: 0;
}

.about-feature-row .dr-about-section-media {
  width: 340px;
  max-width: 340px;
  height: 190px;
  justify-self: end;
}

/* Identical right-side visual boxes */
.about-media-frame {
  width: 340px;
  height: 170px;
  max-width: 340px;
  max-height: 170px;
  margin: 0;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(214, 174, 93, 0.45);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
}

/* Wide art frames — same size, cover fill, snug 6px pad */
.about-compact-visual {
  width: 340px;
  height: 190px;
  max-width: 340px;
  max-height: 190px;
  padding: 6px;
  border-color: rgba(214, 174, 93, 0.55);
}

.about-compact-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

/* Fallback for any other direct-frame images */
.about-media-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

/* What Is Demon Rush — keep top of split visible */
.about-media-frame.about-visual--demon-rush > img {
  object-fit: cover;
  object-position: center top;
}

.about-media-frame--cards {
  gap: 14px;
  flex-wrap: nowrap;
}

.about-tcg-row,
.about-path-row {
  gap: 14px;
  flex-wrap: nowrap;
}

.about-champion-card {
  margin: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-mini-card-img,
.about-champion-card img,
.about-card-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 150px;
  margin: 0 auto;
  border-radius: 0.3rem;
  object-fit: contain;
}

.dr-about-section-media--videos {
  max-width: 100%;
  width: 100%;
  justify-self: center;
}

.dr-about-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  min-width: 0;
}

.dr-about-video-card {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.dr-about-video-label {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 214, 170, 0.9);
}

.dr-about-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.6rem;
  background: #0c0a08;
  box-shadow: inset 0 0 0 1px rgba(212, 181, 106, 0.18);
}

.dr-about-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dr-about-human-badge {
  text-align: center;
  padding: 0.85rem 0.8rem;
  border-radius: 0.8rem;
  background:
    linear-gradient(165deg, rgba(212, 181, 106, 0.14), transparent 45%),
    linear-gradient(180deg, rgba(48, 38, 24, 0.8), rgba(18, 14, 11, 0.95));
  box-shadow:
    inset 0 0 0 1px rgba(212, 181, 106, 0.28),
    0 0 24px rgba(212, 181, 106, 0.08);
}

.dr-about-human-badge h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(0.92rem, 1.6vw, 1.08rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dr-gold);
}

.dr-about-human-line {
  margin: 0.2rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(0.74rem, 1.2vw, 0.88rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 222, 170, 0.95);
}

.dr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.dr-btn-primary {
  color: #1a140f;
  background: linear-gradient(180deg, #e2c784 0%, var(--dr-gold) 48%, #b89145 100%);
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 236, 190, 0.18) inset;
}

.dr-btn-primary:hover,
.dr-btn-primary:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.dr-btn-ghost {
  color: var(--dr-muted);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(154, 139, 114, 0.38);
}

.dr-btn-live {
  color: var(--dr-text);
  border-color: rgba(212, 181, 106, 0.42);
}

.dr-btn-live:hover,
.dr-btn-live:focus-visible {
  transform: translateY(-2px);
  color: var(--dr-gold);
  border-color: rgba(212, 181, 106, 0.7);
  outline: none;
}

@media (max-width: 980px) {
  .about-feature-row {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    gap: 1.1rem;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 1.1rem 1.2rem;
  }

  .about-feature-row .dr-about-section-media,
  .about-media-frame {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;
  }

  .about-path-row {
    flex-wrap: nowrap;
  }
}

@media (max-width: 800px) {
  .dr-about-section,
  .about-feature-row {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 1rem;
    gap: 0.9rem;
  }

  .dr-about-hero {
    text-align: center;
  }

  .dr-about-sub,
  .dr-about-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .dr-about-video-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .dr-about-actions {
    flex-direction: column;
  }

  .dr-about-actions .dr-btn {
    width: 100%;
  }

  .about-feature-row .dr-about-section-media,
  .about-media-frame {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;
    justify-self: stretch;
  }

  .about-media-frame--cards,
  .about-path-row,
  .about-tcg-row {
    flex-wrap: wrap;
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
  }

  .about-champion-card {
    max-width: min(100px, 28vw);
  }

  .about-mini-card-img,
  .about-champion-card img,
  .about-card-image {
    max-width: 100%;
    max-height: 150px;
  }
}
