.manifestHero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 0;
}

.manifestHero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 680px;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 16%, rgba(192, 57, 43, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(192, 57, 43, 0.06), transparent 72%);
}

.manifestIntro {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding-bottom: 52px;
}

.manifestIntro h1 {
  max-width: 11ch;
  margin: 24px 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(4.2rem, 10vw, 8.6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.86;
  text-transform: uppercase;
}

.manifestIntro h1 span { color: var(--lime); }

.manifestDeck {
  max-width: 68ch;
  margin: 0;
  color: #c7c7cb;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.manifestReveal {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  background: #080809;
  border: 1px solid rgba(242, 242, 243, 0.16);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.58);
}

.manifestReveal img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: center;
}

.manifestReveal::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 8, 9, 0.9));
}

.manifestReveal figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 22px 24px;
  background: rgba(11, 11, 13, 0.8);
  border: 1px solid rgba(242, 242, 243, 0.16);
  border-left: 3px solid var(--lime);
  backdrop-filter: blur(12px);
}

.manifestReveal figcaption span,
.manifestReveal figcaption strong { display: block; }

.manifestReveal figcaption span {
  color: #e15a4d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.manifestReveal figcaption strong {
  max-width: 42ch;
  margin-top: 6px;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.45;
}

.manifestArticle { border-top: 1px solid rgba(192, 57, 43, 0.55); }

.manifestSection {
  padding: 112px 0;
  border-top: 1px solid rgba(242, 242, 243, 0.1);
}

.manifestSection:first-child { border-top: 0; }

.articleGrid {
  display: grid;
  grid-template-columns: minmax(72px, 0.25fr) minmax(0, 1fr);
  gap: 48px;
}

.sectionNumber {
  margin: 0;
  color: rgba(192, 57, 43, 0.5);
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.articleCopy { max-width: 820px; }

.articleCopy h2 {
  max-width: 19ch;
  margin: 0 0 34px;
  font-size: clamp(2.6rem, 5.6vw, 5.2rem);
}

.articleCopy > p {
  max-width: 68ch;
  color: #bdbdc2;
  font-size: clamp(1.03rem, 1.4vw, 1.18rem);
  line-height: 1.78;
}

.articleCopy > p + p { margin-top: 22px; }

.dropcap::first-letter {
  float: left;
  margin: 0.12em 0.13em 0 0;
  color: var(--lime);
  font-family: var(--display);
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 0.8;
}

.articleCopy blockquote {
  max-width: 700px;
  margin: 42px 0 0;
  padding: 26px 30px;
  color: var(--text);
  background: linear-gradient(90deg, rgba(192, 57, 43, 0.14), rgba(192, 57, 43, 0.025));
  border-left: 3px solid var(--lime);
  font-family: var(--display);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.journey {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 38px 0;
  padding: 24px;
  overflow-x: auto;
  background: #0d0d0f;
  border: 1px solid rgba(242, 242, 243, 0.13);
}

.journey span {
  flex: 0 0 auto;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.journey b { color: #d64b3f; font-family: var(--mono); }

.authoritySection {
  background:
    linear-gradient(120deg, rgba(192, 57, 43, 0.08), transparent 45%),
    #0a0a0b;
}

.authorityGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  background: rgba(242, 242, 243, 0.13);
  border: 1px solid rgba(242, 242, 243, 0.13);
}

.authorityGrid > div {
  padding: 28px;
  background: #101012;
}

.authorityGrid span {
  color: #df5145;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.authorityGrid p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }

.nameSection .articleCopy h2,
.dogSection .articleCopy h2 { max-width: 13ch; }

.dogSection {
  background:
    radial-gradient(circle at 82% 50%, rgba(192, 57, 43, 0.12), transparent 28%),
    #0a0a0b;
}

.closingSection {
  padding-block: 136px;
  background: linear-gradient(180deg, transparent, rgba(192, 57, 43, 0.07));
}

.closingQuestion {
  margin: 42px 0;
  padding-left: 24px;
  color: var(--text) !important;
  border-left: 3px solid var(--lime);
  font-size: clamp(1.35rem, 2.6vw, 2rem) !important;
  font-weight: 700;
  line-height: 1.45 !important;
}

.closingSection .articleCopy > p:last-child {
  margin-top: 28px;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.closingSection .articleCopy > p:last-child strong { color: var(--lime); }

.storyCta { border-top-color: rgba(192, 57, 43, 0.5); }

@media (max-width: 760px) {
  .manifestHero { padding-top: 62px; }
  .manifestIntro h1 { font-size: clamp(3.8rem, 19vw, 6.4rem); }
  .manifestIntro { padding-bottom: 38px; }
  .manifestReveal { border-radius: 14px 14px 0 0; }
  .manifestReveal img { min-height: 430px; object-position: 54% center; }
  .manifestReveal figcaption { right: 14px; bottom: 14px; left: 14px; padding: 17px 18px; }
  .manifestSection { padding: 82px 0; }
  .articleGrid { grid-template-columns: 1fr; gap: 18px; }
  .articleCopy h2 { margin-bottom: 26px; font-size: clamp(2.5rem, 13vw, 4rem); }
  .authorityGrid { grid-template-columns: 1fr; }
  .journey { margin-inline: -24px; padding-inline: 24px; border-right: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .manifestReveal img { transform: none; }
}
