/* ================================================================
   NO PERRY — second-act.css (23A / 23B)
   Post-video atmosphere: Living Chronicle → Archives → HoF → Gate → Final
   Origin/countdown section removed (23B).
   ================================================================ */

.np-second-act {
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(40, 28, 12, 0.35), transparent 60%),
    linear-gradient(180deg, #07060a 0%, #0a090e 40%, #08070c 100%);
}


.np-living-chronicle {
  border-top: 1px solid rgba(201, 162, 74, 0.12);
  padding-top: clamp(3.5rem, 8vw, 5.5rem);
}

.np-act-veil {
  position: absolute;
  inset: 0 0 auto;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
}

.np-act-header {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.np-act-lead {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(220, 210, 190, 0.72);
}

.np-living-timeline {
  display: grid;
  gap: 2.25rem;
  max-width: 38rem;
  margin: 0 auto 3.5rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(201, 162, 74, 0.28);
}

.np-living-beat {
  position: relative;
  padding-left: 0.25rem;
}

.np-living-beat::before {
  content: '';
  position: absolute;
  left: -1.4rem;
  top: 0.45rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9a24a;
  box-shadow: 0 0 0 3px rgba(201, 162, 74, 0.15);
}

.np-living-beat__kicker {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201, 162, 74, 0.7);
}

.np-living-beat__title {
  margin: 0.35rem 0 0.5rem;
  font-family: 'Cinzel', 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  color: #e8dcc0;
}

.np-living-beat__body {
  margin: 0;
  color: rgba(210, 200, 180, 0.78);
  line-height: 1.55;
}

.np-living-beat__source {
  margin: 0.55rem 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(160, 150, 130, 0.55);
}

.np-living-memories {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.np-war-archives .battle-showcase {
  margin-top: 0.5rem;
}

.np-hof-empty {
  text-align: center;
  padding: 3rem 1rem 2rem;
  max-width: 28rem;
  margin: 0 auto;
}

.np-hof-empty__line {
  margin: 0;
  font-family: 'Cinzel', 'Times New Roman', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: rgba(200, 190, 170, 0.55);
  letter-spacing: 0.06em;
}

.np-hof-empty__line--em {
  color: rgba(232, 220, 190, 0.88);
  margin-top: 0.25rem;
}

.np-hof-empty__note {
  margin: 1.25rem 0 0;
  font-size: 0.85rem;
  color: rgba(160, 150, 130, 0.55);
  line-height: 1.5;
}

/* Guild gate */
.np-guild-gate {
  text-align: center;
  overflow: hidden;
}

.np-gate-stage {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0 0.5rem;
}

.np-gate-crest {
  width: min(160px, 40vw);
  height: auto;
  opacity: 0.85;
}

.np-gate-leaf {
  transform-origin: 100px 100px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.np-gate-leaf--l {
  transform: rotate(0deg);
}
.np-gate-leaf--r {
  transform: rotate(0deg);
}

.np-guild-gate.is-opening .np-gate-leaf--l {
  transform: rotate(-18deg);
}
.np-guild-gate.is-opening .np-gate-leaf--r {
  transform: rotate(18deg);
}

.np-guild-gate.is-open .np-gate-leaf--l {
  transform: rotate(-32deg);
}
.np-guild-gate.is-open .np-gate-leaf--r {
  transform: rotate(32deg);
}

.np-gate-reqs {
  list-style: none;
  margin: 0 auto 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  max-width: 36rem;
}

.np-gate-reqs li {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(210, 190, 150, 0.72);
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(201, 162, 74, 0.25);
}

.np-gate-cta {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .np-living-timeline {
    gap: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-gate-leaf {
    transition: none;
  }
}
