/* ================================================================
   NO PERRY — Founder Herald Banner (34A)
   33A herald stage relocated into Zotun / foundation narrative.
   ================================================================ */

.np-founder-herald-34a {
  --founder-herald-threshold: 0.4;
  position: relative;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 2.5rem auto 2.75rem;
  perspective: none;
}

.np-founder-herald-34a .np-foundation-standard__stage {
  display: none;
}

.np-founder-herald__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.np-founder-herald__copy {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0.25rem;
}

.np-founder-herald__kicker {
  font-family: var(--font-label, var(--font-body));
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--np-moss-readable, #84945a);
  margin: 0 0 0.75rem;
}

.np-founder-herald__brand {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  color: var(--text);
  letter-spacing: 0.08em;
  margin: 0 0 0.35rem;
}

.np-founder-herald__founder {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  color: var(--np-moss-readable, #84945a);
  margin: 0 0 0.85rem;
}

.np-founder-herald__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 0 0 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.np-founder-herald__body {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0 0 0.85rem;
  max-width: 36ch;
}

.np-founder-herald__source {
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(180, 180, 190, 0.55);
  margin: 0;
}

/* —— Herald stage (reused 33A engine, founder scale) —— */
.np-founder-herald-34a .np-hsh-stage {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: min(52vh, 460px);
  display: grid;
  place-items: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 28px, 0);
  filter: blur(6px);
  transition:
    opacity 0.85s ease,
    visibility 0.85s ease,
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s ease;
}

.np-founder-herald-34a .np-hsh-stage.is-scroll-armed,
.np-founder-herald-34a .np-hsh-stage.is-failopen,
.np-founder-herald-34a .np-hsh-stage.is-revealed,
.np-founder-herald-34a .np-hsh-stage.is-animating,
html.np-reveal-failopen .np-founder-herald-34a .np-hsh-stage,
html.np-reduced .np-founder-herald-34a .np-hsh-stage {
  opacity: 1;
  visibility: visible;
  transform: none;
  filter: none;
}

.np-founder-herald-34a .np-hsh-crest-wrap {
  height: clamp(280px, 42vh, 420px);
  width: min(calc(clamp(280px, 42vh, 420px) * 0.75), 78%);
  max-width: 320px;
  max-height: 420px;
  aspect-ratio: 3 / 4;
}

.np-founder-herald-34a .np-hsh-backdrop {
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.92;
}

.np-founder-herald-34a .np-hsh-title-no {
  font-size: clamp(0.85rem, 2vw, 1.1rem);
}

.np-founder-herald-34a .np-hsh-title-perry {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
}

/* Pre-trigger soft mask — still fail-open visible without JS via is-failopen */
.np-founder-herald-34a .np-hsh-stage.is-awaiting:not(.is-failopen):not(.is-revealed):not(.is-animating) {
  opacity: 0.35;
  visibility: visible;
  transform: translate3d(0, 36px, 0);
  filter: blur(4px);
}

@media (max-width: 900px) {
  .np-founder-herald__layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .np-founder-herald__body {
    max-width: none;
  }

  .np-founder-herald-34a .np-hsh-stage {
    min-height: min(48vh, 400px);
    order: -1;
  }
}

@media (max-width: 430px) {
  .np-founder-herald-34a .np-hsh-crest-wrap {
    height: clamp(240px, 46vh, 360px);
    max-width: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-founder-herald-34a .np-hsh-stage {
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
  }
}
