/* =========================================================
   OPNZPS Manifest Page
   File: /assets/css/opnzps-manifest.css
   Purpose: premium animated manifesto page for /manifest/
   ========================================================= */

.opnzps-manifest,
.opnzps-manifest * {
  box-sizing: border-box;
}

.opnzps-manifest {
  --opnzps-m-black: #050505;
  --opnzps-m-dark: #0c0c0c;
  --opnzps-m-charcoal: #171717;
  --opnzps-m-ink: #232323;
  --opnzps-m-white: #ffffff;
  --opnzps-m-soft: #f3f3f3;
  --opnzps-m-muted: rgba(255, 255, 255, 0.72);
  --opnzps-m-muted-2: rgba(255, 255, 255, 0.56);
  --opnzps-m-line: rgba(255, 255, 255, 0.14);
  --opnzps-m-gold: #d7b66a;
  --opnzps-m-gold-soft: rgba(215, 182, 106, 0.22);

  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: var(--opnzps-m-white);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.13), transparent 27%),
    radial-gradient(circle at 85% 9%, rgba(215,182,106,0.13), transparent 24%),
    linear-gradient(135deg, #020202 0%, #111111 46%, #202020 100%);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.opnzps-manifest a {
  color: inherit;
  text-decoration: none !important;
}

.opnzps-manifest::before,
.opnzps-manifest::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -2;
}

.opnzps-manifest::before {
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.72), rgba(0,0,0,0.12));
}

.opnzps-manifest::after {
  width: 520px;
  height: 520px;
  top: 380px;
  right: -260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 65%);
  filter: blur(8px);
  opacity: 0.55;
}

.opnzps-manifest__progress {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #d7b66a, #ffffff);
  box-shadow: 0 0 22px rgba(255,255,255,0.42);
  pointer-events: none;
}

.opnzps-manifest__hero {
  position: relative;
  min-height: min(760px, 86vh);
  display: grid;
  place-items: center;
  padding: clamp(72px, 9vw, 128px) 0 clamp(54px, 6vw, 92px);
  overflow: hidden;
}

.opnzps-manifest__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92), rgba(0,0,0,0.50), rgba(0,0,0,0.84)),
    radial-gradient(circle at var(--opnzps-manifest-x, 62%) var(--opnzps-manifest-y, 38%), rgba(255,255,255,0.18), transparent 26%);
}

.opnzps-manifest__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(5,5,5,0.96));
  pointer-events: none;
}

.opnzps-manifest__hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.1), rgba(0,0,0,0.76)),
    var(--opnzps-manifest-image, none);
  background-size: cover;
  background-position: center;
  filter: grayscale(24%) contrast(1.15) brightness(0.66);
  transform: scale(1.05);
  animation: opnzpsManifestHeroDrift 16s ease-in-out infinite alternate;
}

.opnzps-manifest__container {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
}

.opnzps-manifest__hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
}

.opnzps-manifest__copy {
  max-width: 820px;
}

.opnzps-manifest__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 9px 15px;
  border: 1px solid var(--opnzps-m-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.075);
  backdrop-filter: blur(14px);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.opnzps-manifest__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.10), 0 0 28px rgba(255,255,255,0.75);
  animation: opnzpsManifestPulse 1.75s ease-in-out infinite;
}

.opnzps-manifest__title {
  margin: 0;
  max-width: 860px;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(42px, 7vw, 104px);
  line-height: 0.86;
  font-weight: 900;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 18px 54px rgba(0,0,0,0.62);
}

.opnzps-manifest__title span {
  display: block;
}

.opnzps-manifest__title em {
  display: inline-block;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.84);
  text-stroke: 1px rgba(255,255,255,0.84);
  text-shadow: none;
}

.opnzps-manifest__lead {
  max-width: 760px;
  margin: 28px 0 0;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.18;
  font-weight: 700;
  color: rgba(255,255,255,0.94);
  text-wrap: balance;
}

.opnzps-manifest__intro {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--opnzps-m-muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
}

.opnzps-manifest__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.opnzps-manifest__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease, color 260ms ease;
}

.opnzps-manifest__btn--primary {
  color: #111111 !important;
  background: linear-gradient(135deg, #ffffff 0%, #eeeeee 54%, #bdbdbd 100%);
  box-shadow: 0 18px 44px rgba(0,0,0,0.34), 0 16px 40px rgba(255,255,255,0.12);
}

.opnzps-manifest__btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.85), transparent);
  transition: transform 720ms ease;
}

.opnzps-manifest__btn--primary:hover::before {
  transform: translateX(120%) skewX(-18deg);
}

.opnzps-manifest__btn--ghost {
  color: #ffffff !important;
  background: rgba(255,255,255,0.075);
  backdrop-filter: blur(12px);
}

.opnzps-manifest__btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(0,0,0,0.42);
}

.opnzps-manifest__btn span,
.opnzps-manifest__btn i {
  position: relative;
  z-index: 1;
}

.opnzps-manifest__seal {
  position: relative;
  justify-self: center;
  width: clamp(210px, 25vw, 360px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,0.13), transparent 57%),
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 28px 70px rgba(0,0,0,0.46);
  animation: opnzpsManifestFloat 6.6s ease-in-out infinite;
}

.opnzps-manifest__seal::before,
.opnzps-manifest__seal::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.opnzps-manifest__seal::before {
  inset: -18px;
  border: 1px solid rgba(255,255,255,0.10);
  animation: opnzpsManifestOrbit 12s linear infinite;
}

.opnzps-manifest__seal::after {
  inset: 18%;
  background: radial-gradient(circle, rgba(255,255,255,0.20), transparent 68%);
  filter: blur(18px);
}

.opnzps-manifest__seal img {
  position: relative;
  z-index: 2;
  width: 68%;
  max-width: 235px;
  height: auto;
  display: block;
  filter: drop-shadow(0 26px 34px rgba(0,0,0,0.62));
}

.opnzps-manifest__seal-text {
  position: absolute;
  inset: auto 24px 34px;
  z-index: 3;
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.opnzps-manifest__principles {
  position: relative;
  z-index: 3;
  margin-top: clamp(-22px, -1.5vw, -10px);
  padding-bottom: clamp(48px, 6vw, 86px);
}

.opnzps-manifest__principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.opnzps-manifest__principle {
  position: relative;
  min-height: 168px;
  padding: 26px 24px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045));
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.30);
  overflow: hidden;
  transform: translateY(20px);
}

.opnzps-manifest__principle::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -52px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 66%);
}

.opnzps-manifest__principle small {
  display: block;
  margin-bottom: 16px;
  color: var(--opnzps-m-gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.opnzps-manifest__principle strong {
  display: block;
  font-family: Bitter, Georgia, serif;
  color: #ffffff;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.opnzps-manifest__principle p {
  margin: 14px 0 0;
  color: var(--opnzps-m-muted);
  font-size: 15px;
  line-height: 1.5;
}

.opnzps-manifest__body {
  position: relative;
  padding: clamp(42px, 6vw, 92px) 0 clamp(70px, 8vw, 116px);
}

.opnzps-manifest__body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.24), transparent);
}

.opnzps-manifest__layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.opnzps-manifest__nav-wrap {
  position: sticky;
  top: 96px;
}

.opnzps-manifest__nav {
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.25);
}

.opnzps-manifest__nav-title {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.68);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.opnzps-manifest__nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 16px;
  color: rgba(255,255,255,0.76) !important;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 800;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.opnzps-manifest__nav a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.28);
  flex: 0 0 auto;
  transition: background 220ms ease, box-shadow 220ms ease;
}

.opnzps-manifest__nav a:hover,
.opnzps-manifest__nav a.is-active {
  color: #ffffff !important;
  background: rgba(255,255,255,0.10);
  transform: translateX(3px);
}

.opnzps-manifest__nav a.is-active::before {
  background: #ffffff;
  box-shadow: 0 0 18px rgba(255,255,255,0.72);
}

.opnzps-manifest__content {
  min-width: 0;
}

.opnzps-manifest__chapter {
  position: relative;
  padding: 0 0 clamp(42px, 5vw, 72px);
}

.opnzps-manifest__chapter + .opnzps-manifest__chapter {
  padding-top: clamp(34px, 5vw, 76px);
}

.opnzps-manifest__chapter + .opnzps-manifest__chapter::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.22), transparent 78%);
}

.opnzps-manifest__chapter-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.opnzps-manifest__chapter-number {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.045));
  color: #ffffff;
  font-family: Bitter, Georgia, serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 22px 48px rgba(0,0,0,0.28);
}

.opnzps-manifest__chapter-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--opnzps-m-gold);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.opnzps-manifest__chapter-title {
  margin: 0;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(31px, 4vw, 58px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: /*-0.06em*/ -0.3;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
}

.opnzps-manifest__chapter-text {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--opnzps-m-muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.58;
}

.opnzps-manifest__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.opnzps-manifest__card {
  position: relative;
  min-height: 172px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.11), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035));
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 46px rgba(0,0,0,0.24);
  overflow: hidden;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 680ms ease, transform 680ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.opnzps-manifest__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.opnzps-manifest__card::before {
  content: attr(data-index);
  position: absolute;
  right: 18px;
  top: 15px;
  color: rgba(255,255,255,0.08);
  font-family: Bitter, Georgia, serif;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.opnzps-manifest__card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, rgba(215,182,106,0.72), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 340ms ease;
}

.opnzps-manifest__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.46;
  font-weight: 700;
}

.opnzps-manifest__card strong {
  color: #ffffff;
  font-family: Bitter, Georgia, serif;
  font-weight: 900;
}

.opnzps-manifest__card--quote {
  grid-column: span 2;
  min-height: 0;
  padding: clamp(30px, 4vw, 46px);
  border-color: rgba(215,182,106,0.28);
  background:
    radial-gradient(circle at 12% 0%, rgba(215,182,106,0.20), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.045));
}

.opnzps-manifest__card--quote p {
  font-family: Bitter, Georgia, serif;
  font-size: clamp(26px, 3.5vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.3;
  text-transform: uppercase;
}

.opnzps-manifest__card--light {
  color: #111111;
  background:
    radial-gradient(circle at 94% 0%, rgba(0,0,0,0.08), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(230,230,230,0.94));
  border-color: rgba(255,255,255,0.76);
}

.opnzps-manifest__card--light p {
  color: #111111;
}

.opnzps-manifest__card--light::before {
  color: rgba(0,0,0,0.07);
}

.opnzps-manifest__card--light::after {
  background: linear-gradient(90deg, #111111, rgba(17,17,17,0.25), transparent);
}

@media (hover: hover) and (pointer: fine) {
  .opnzps-manifest__card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 26px 66px rgba(0,0,0,0.36);
  }

  .opnzps-manifest__card:hover::after {
    transform: scaleX(1);
  }

  .opnzps-manifest__principle:hover {
    transform: translateY(12px) scale(1.012);
    border-color: rgba(255,255,255,0.24);
  }
}

.opnzps-manifest__closing {
  position: relative;
  padding: clamp(58px, 8vw, 108px) 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.00)),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.14), transparent 45%);
}

.opnzps-manifest__closing-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,182,106,0.18), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.34);
  text-align: center;
}

.opnzps-manifest__closing-card::before {
  content: "ОПНЗПС";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.035);
  font-family: Bitter, Georgia, serif;
  font-size: clamp(72px, 13vw, 210px);
  font-weight: 900;
  letter-spacing: -0.09em;
  white-space: nowrap;
}

.opnzps-manifest__closing-card > * {
  position: relative;
  z-index: 2;
}

.opnzps-manifest__closing-title {
  margin: 0;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(34px, 5vw, 74px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.3;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
}

.opnzps-manifest__closing-text {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--opnzps-m-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

.opnzps-manifest__closing-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.opnzps-manifest__reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 780ms ease, transform 780ms ease;
}

.opnzps-manifest__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes opnzpsManifestPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.72); opacity: 0.68; }
}

@keyframes opnzpsManifestFloat {
  0%, 100% { transform: translateY(0) rotateZ(-1deg); }
  50% { transform: translateY(-14px) rotateZ(1.2deg); }
}

@keyframes opnzpsManifestOrbit {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.015); }
}

@keyframes opnzpsManifestHeroDrift {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to { transform: scale(1.11) translate3d(-18px, 12px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .opnzps-manifest,
  .opnzps-manifest * {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .opnzps-manifest__reveal,
  .opnzps-manifest__card {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .opnzps-manifest__hero {
    min-height: auto;
    padding-top: 64px;
  }

  .opnzps-manifest__hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .opnzps-manifest__copy {
    max-width: 840px;
    margin: 0 auto;
  }

  .opnzps-manifest__eyebrow,
  .opnzps-manifest__actions {
    justify-content: center;
  }

  .opnzps-manifest__lead,
  .opnzps-manifest__intro {
    margin-left: auto;
    margin-right: auto;
  }

  .opnzps-manifest__seal {
    order: -1;
    width: 210px;
  }

  .opnzps-manifest__seal-text {
    display: none;
  }

  .opnzps-manifest__principles-grid {
    grid-template-columns: 1fr;
  }

  .opnzps-manifest__layout {
    grid-template-columns: 1fr;
  }

  .opnzps-manifest__nav-wrap {
    position: relative;
    top: auto;
  }

  .opnzps-manifest__nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px;
    border-radius: 22px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .opnzps-manifest__nav::-webkit-scrollbar {
    display: none;
  }

  .opnzps-manifest__nav-title {
    display: none;
  }

  .opnzps-manifest__nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    min-height: 40px;
  }

  .opnzps-manifest__nav a:hover,
  .opnzps-manifest__nav a.is-active {
    transform: translateY(-1px);
  }
}

@media (max-width: 767px) {
  .opnzps-manifest__container {
    width: min(100% - 28px, 680px);
  }

  .opnzps-manifest__hero {
    padding: 42px 0 44px;
  }

  .opnzps-manifest__hero-grid {
    gap: 24px;
  }

  .opnzps-manifest__seal {
    width: 145px;
  }

  .opnzps-manifest__title {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 0.9;
    letter-spacing: -0.055em;
  }

  .opnzps-manifest__title em {
    -webkit-text-stroke-width: 0.7px;
    text-stroke-width: 0.7px;
  }

  .opnzps-manifest__lead {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.22;
  }

  .opnzps-manifest__intro {
    font-size: 15px;
    line-height: 1.54;
  }

  .opnzps-manifest__actions,
  .opnzps-manifest__closing-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .opnzps-manifest__btn {
    width: 100%;
    min-height: 49px;
    padding: 13px 16px;
    font-size: 12px;
  }

  .opnzps-manifest__principles {
    margin-top: 0;
    padding-bottom: 38px;
  }

  .opnzps-manifest__principle {
    min-height: 0;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .opnzps-manifest__body {
    padding-top: 34px;
  }

  .opnzps-manifest__chapter-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .opnzps-manifest__chapter-number {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 22px;
  }

  .opnzps-manifest__chapter-title {
    font-size: clamp(31px, 10vw, 42px);
    line-height: 0.98;
  }

  .opnzps-manifest__cards {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .opnzps-manifest__card,
  .opnzps-manifest__card--quote {
    grid-column: auto;
    min-height: 0;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .opnzps-manifest__card p {
    font-size: 16px;
    line-height: 1.48;
  }

  .opnzps-manifest__card--quote p {
    font-size: clamp(25px, 9vw, 37px);
    line-height: 1.02;
  }

  .opnzps-manifest__card::before {
    right: 14px;
    top: 12px;
    font-size: 46px;
  }

  .opnzps-manifest__nav {
    margin-left: calc(50% - 50vw + 14px);
    margin-right: calc(50% - 50vw + 14px);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .opnzps-manifest__closing-card {
    padding: 30px 20px;
    border-radius: 26px;
  }

  .opnzps-manifest__closing-title {
    font-size: clamp(32px, 10vw, 46px);
  }
}

@media (max-width: 420px) {
  .opnzps-manifest__eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .opnzps-manifest__title {
    font-size: 34px;
  }

  .opnzps-manifest__seal {
    width: 126px;
  }
}


/* =========================================================
   OPNZPS Manifest Hero v2 — same visual logic as homepage hero
   Keeps manifest buttons from this page
   ========================================================= */

.opnzps-manifest-hero-v2 {
  --opnzps-x: 72%;
  --opnzps-y: 38%;
  position: relative !important;
  isolation: isolate !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: auto !important;
  display: block !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #050505 0%, #171717 48%, #2a2a2a 100%) !important;
}

.opnzps-manifest-hero-v2::before,
.opnzps-manifest-hero-v2::after {
  content: none !important;
}

.opnzps-manifest-hero-v2__bg,
.opnzps-manifest-hero-v2__bg-slide,
.opnzps-manifest-hero-v2__shade,
.opnzps-manifest-hero-v2__ambient,
.opnzps-manifest-hero-v2__grain,
.opnzps-manifest-hero-v2__spotlight {
  position: absolute;
  inset: 0;
}

.opnzps-manifest-hero-v2__bg {
  z-index: -6;
  overflow: hidden;
}

.opnzps-manifest-hero-v2__bg-slide {
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.08);
  filter: grayscale(18%) contrast(1.08) brightness(0.72);
  transition: opacity 1100ms ease, transform 7000ms ease, filter 1100ms ease;
}

.opnzps-manifest-hero-v2__bg-slide.is-active {
  opacity: 1;
  transform: scale(1.015);
  filter: grayscale(5%) contrast(1.12) brightness(0.78);
}

.opnzps-manifest-hero-v2__shade {
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.72) 36%, rgba(0, 0, 0, 0.28) 70%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.76) 100%);
}

.opnzps-manifest-hero-v2__ambient {
  z-index: -4;
  background:
    radial-gradient(circle at var(--opnzps-x, 72%) var(--opnzps-y, 38%), rgba(255, 255, 255, 0.16), transparent 24%),
    radial-gradient(circle at 72% 78%, rgba(215, 182, 106, 0.16), transparent 26%);
  mix-blend-mode: screen;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.opnzps-manifest-hero-v2__spotlight {
  z-index: -3;
  pointer-events: none;
  background: radial-gradient(circle at var(--opnzps-x, 50%) var(--opnzps-y, 50%), rgba(255, 255, 255, 0.12), transparent 22%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.opnzps-manifest-hero-v2:hover .opnzps-manifest-hero-v2__spotlight {
  opacity: 1;
}

.opnzps-manifest-hero-v2__grain {
  z-index: -2;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.08));
}

.opnzps-manifest-hero-v2__inner {
  width: min(1240px, calc(100% - 44px)) !important;
  min-height: clamp(420px, 54vh, 560px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.8fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 58px) !important;
  padding: clamp(46px, 6vw, 76px) 0 clamp(28px, 4vw, 46px) !important;
}

.opnzps-manifest-hero-v2__copy {
  max-width: 760px !important;
}

.opnzps-manifest-hero-v2 .opnzps-manifest__eyebrow {
  margin-bottom: 20px !important;
  padding: 8px 14px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.07) !important;
  backdrop-filter: blur(12px) !important;
  color: rgba(255,255,255,0.86) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.opnzps-manifest-hero-v2 .opnzps-manifest__eyebrow::before {
  display: none !important;
}

.opnzps-manifest-hero-v2 .opnzps-manifest__eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.12), 0 0 24px rgba(255,255,255,0.8);
  animation: opnzpsManifestPulse 1.65s ease-in-out infinite;
}

.opnzps-manifest-hero-v2__title {
  margin: 0 !important;
  font-family: Bitter, Georgia, serif !important;
  font-size: clamp(36px, 5vw, 68px) !important;
  line-height: 0.94 !important;
  font-weight: 800 !important;
  letter-spacing: -0.06em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-wrap: balance;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.56) !important;
}

.opnzps-manifest-hero-v2__title::after {
  content: "";
  display: block;
  width: min(340px, 74%);
  height: 2px;
  margin-top: 24px;
  background: linear-gradient(90deg, #ffffff, rgba(255,255,255,0.36), transparent);
  transform-origin: left center;
  animation: opnzpsManifestLine 2.4s ease both;
}

.opnzps-manifest-hero-v2__title em {
  color: #ffffff !important;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
  text-shadow: inherit !important;
}

.opnzps-manifest-hero-v2__subtitle {
  margin: 22px 0 0 !important;
  max-width: 720px !important;
  font-family: Bitter, Georgia, serif !important;
  font-size: clamp(19px, 2vw, 28px) !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.94) !important;
  text-wrap: balance;
}

.opnzps-manifest-hero-v2__text {
  max-width: 650px !important;
  margin: 18px 0 0 !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,0.72) !important;
}

.opnzps-manifest-hero-v2 .opnzps-manifest__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 34px !important;
}

.opnzps-manifest-hero-v2__visual {
  position: relative !important;
  min-height: 360px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.opnzps-manifest-hero-v2__crest-wrap {
  position: relative;
  width: clamp(190px, 22vw, 300px);
  aspect-ratio: 600 / 853;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  will-change: transform;
  animation: opnzpsManifestFloat 5.8s ease-in-out infinite;
}

.opnzps-manifest-hero-v2__crest-glow {
  position: absolute;
  inset: 11% -18% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.25), rgba(255,255,255,0.06) 42%, transparent 66%);
  filter: blur(18px);
  transform: translateZ(-20px);
}

.opnzps-manifest-hero-v2__crest {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 38px rgba(0,0,0,0.58));
}

.opnzps-manifest-hero-v2__bottom {
  width: min(1240px, calc(100% - 44px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 24px !important;
  align-items: end !important;
  padding-bottom: clamp(26px, 4vw, 44px) !important;
}

.opnzps-manifest-hero-v2__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.opnzps-manifest-hero-v2__stat {
  min-height: 88px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 46px rgba(0,0,0,0.22);
}

.opnzps-manifest-hero-v2__stat strong {
  display: block;
  font-family: Bitter, Georgia, serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 0.9;
  color: #ffffff;
}

.opnzps-manifest-hero-v2__stat span {
  display: block;
  margin-top: 9px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opnzps-manifest-hero-v2__controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(10,10,10,0.52);
  backdrop-filter: blur(12px);
}

.opnzps-manifest-hero-v2__arrow,
.opnzps-manifest-hero-v2__dot {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.opnzps-manifest-hero-v2__arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, #d7d7d7);
  color: #111111;
  font-size: 28px;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease;
}

.opnzps-manifest-hero-v2__arrow:hover {
  transform: translateY(-2px) scale(1.04);
  background: #ffffff;
}

.opnzps-manifest-hero-v2__dots {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.opnzps-manifest-hero-v2__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.38);
  transition: width 260ms ease, background 260ms ease;
}

.opnzps-manifest-hero-v2__dot.is-active {
  width: 30px;
  background: #ffffff;
}

@keyframes opnzpsManifestLine {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 1180px) {
  .opnzps-manifest-hero-v2__shade {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.66) 54%, rgba(0,0,0,0.9) 100%);
  }

  .opnzps-manifest-hero-v2__inner {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: min(100% - 36px, 920px) !important;
    min-height: auto !important;
    padding: 52px 0 28px !important;
    gap: 24px !important;
    text-align: center !important;
  }

  .opnzps-manifest-hero-v2__visual {
    width: 100% !important;
    max-width: 260px !important;
    min-height: auto !important;
    margin: 0 auto !important;
    order: 1 !important;
  }

  .opnzps-manifest-hero-v2__crest-wrap {
    width: 210px !important;
    max-width: 210px !important;
    margin: 0 auto !important;
  }

  .opnzps-manifest-hero-v2__copy {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    order: 2 !important;
  }

  .opnzps-manifest-hero-v2 .opnzps-manifest__eyebrow,
  .opnzps-manifest-hero-v2 .opnzps-manifest__actions {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .opnzps-manifest-hero-v2__title {
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(36px, 7vw, 58px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
  }

  .opnzps-manifest-hero-v2__title::after {
    margin-left: auto !important;
    margin-right: auto !important;
    background: linear-gradient(90deg, transparent, #ffffff, rgba(255,255,255,0.36), transparent) !important;
  }

  .opnzps-manifest-hero-v2__subtitle,
  .opnzps-manifest-hero-v2__text {
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .opnzps-manifest-hero-v2__bottom {
    width: min(100% - 36px, 920px) !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 18px !important;
    padding-bottom: 28px !important;
  }

  .opnzps-manifest-hero-v2__stats {
    width: 100% !important;
    max-width: 760px !important;
  }
}

@media (max-width: 767px) {
  .opnzps-manifest-hero-v2__inner {
    width: min(100% - 28px, 680px) !important;
    padding: 34px 0 22px !important;
    gap: 18px !important;
  }

  .opnzps-manifest-hero-v2__visual {
    max-width: 170px !important;
  }

  .opnzps-manifest-hero-v2__crest-wrap {
    width: 145px !important;
    max-width: 145px !important;
  }

  .opnzps-manifest-hero-v2 .opnzps-manifest__eyebrow {
    max-width: 100% !important;
    margin-bottom: 14px !important;
    padding: 7px 12px !important;
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }

  .opnzps-manifest-hero-v2__title {
    font-size: clamp(28px, 8.4vw, 40px) !important;
    line-height: 1 !important;
    letter-spacing: -0.035em !important;
  }

  .opnzps-manifest-hero-v2__title::after {
    width: min(230px, 80%) !important;
    margin-top: 16px !important;
  }

  .opnzps-manifest-hero-v2__subtitle {
    margin-top: 16px !important;
    font-size: 17px !important;
    line-height: 1.22 !important;
  }

  .opnzps-manifest-hero-v2__text {
    margin-top: 12px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .opnzps-manifest-hero-v2 .opnzps-manifest__actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .opnzps-manifest-hero-v2 .opnzps-manifest__btn {
    width: 100% !important;
    min-height: 48px !important;
    padding: 13px 16px !important;
    font-size: 12px !important;
  }

  .opnzps-manifest-hero-v2__bottom {
    width: min(100% - 28px, 680px) !important;
    padding-bottom: 22px !important;
  }

  .opnzps-manifest-hero-v2__stats {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .opnzps-manifest-hero-v2__stat {
    min-height: auto !important;
    padding: 11px 14px !important;
    border-radius: 16px !important;
  }

  .opnzps-manifest-hero-v2__stat strong {
    font-size: 28px !important;
  }

  .opnzps-manifest-hero-v2__stat span {
    margin-top: 5px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .opnzps-manifest-hero-v2__controls {
    width: 100% !important;
    justify-content: center !important;
    padding: 8px !important;
  }

  .opnzps-manifest-hero-v2__arrow {
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
  }
}

@media (max-width: 420px) {
  .opnzps-manifest-hero-v2__inner {
    padding-top: 30px !important;
  }

  .opnzps-manifest-hero-v2__visual {
    max-width: 145px !important;
  }

  .opnzps-manifest-hero-v2__crest-wrap {
    width: 125px !important;
    max-width: 125px !important;
  }

  .opnzps-manifest-hero-v2__title {
    font-size: clamp(26px, 8vw, 34px) !important;
  }

  .opnzps-manifest-hero-v2__subtitle {
    font-size: 16px !important;
  }

  .opnzps-manifest-hero-v2__text {
    font-size: 14px !important;
  }
}


/* =========================================================
   Manifest sticky chapter navigation — FINAL FIX
   Important: sticky cannot work if the page wrapper has overflow:hidden.
   This keeps hero v2 intact and only fixes navigation behavior.
   ========================================================= */

.opnzps-manifest {
  overflow: visible !important;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  .opnzps-manifest {
    overflow-x: visible !important;
  }
}

.opnzps-manifest__layout {
  align-items: start !important;
}

.opnzps-manifest__nav-wrap {
  position: sticky !important;
  top: 96px !important;
  z-index: 70 !important;
  align-self: start !important;
  max-height: calc(100vh - 120px) !important;
}

.opnzps-manifest__nav {
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent !important;
}

.opnzps-manifest__nav::-webkit-scrollbar {
  width: 4px !important;
}

.opnzps-manifest__nav::-webkit-scrollbar-track {
  background: transparent !important;
}

.opnzps-manifest__nav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
}

.opnzps-manifest__nav a.is-active {
  color: #111111 !important;
  background: linear-gradient(135deg, #ffffff 0%, #dedede 100%) !important;
  box-shadow:
    0 12px 28px rgba(255, 255, 255, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.28) !important;
}

.opnzps-manifest__nav a.is-active::before {
  background: #111111 !important;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.55) !important;
}

.opnzps-manifest__chapter {
  scroll-margin-top: 122px !important;
}

@media (max-width: 1100px) {
  .opnzps-manifest__layout {
    display: block !important;
  }

  .opnzps-manifest__nav-wrap {
    position: sticky !important;
    top: 64px !important;
    z-index: 90 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: 28px !important;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(14, 14, 14, 0.94)) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  .opnzps-manifest__nav {
    width: 100% !important;
    max-height: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .opnzps-manifest__nav::-webkit-scrollbar {
    display: none !important;
  }

  .opnzps-manifest__nav-title {
    display: none !important;
  }

  .opnzps-manifest__nav a {
    flex: 0 0 auto !important;
    min-height: 40px !important;
    padding: 11px 14px !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transform: none !important;
  }

  .opnzps-manifest__nav a.is-active {
    transform: none !important;
  }

  .opnzps-manifest__chapter {
    scroll-margin-top: 132px !important;
  }
}

@media (max-width: 767px) {
  .opnzps-manifest__nav-wrap {
    top: 58px !important;
  }

  .opnzps-manifest__chapter {
    scroll-margin-top: 122px !important;
  }
}
/* =========================================================
   Manifest — veći razmak između poglavlja + anchor offset
   Sprečava da sticky mobile filter pređe preko teksta
   ========================================================= */

/* Kada se klikne na filter/nav link, browser ostavlja prostor iznad chaptera */
.opnzps-manifest__chapter {
  scroll-margin-top: 130px;
}

/* Veći razmak između poglavlja na desktopu */
.opnzps-manifest__chapter + .opnzps-manifest__chapter {
  padding-top: clamp(72px, 8vw, 128px) !important;
}

/* Malo više prostora posle svakog chaptera */
.opnzps-manifest__chapter {
  padding-bottom: clamp(64px, 7vw, 110px) !important;
}

/* Tablet / mobile */
@media (max-width: 1100px) {
  .opnzps-manifest__chapter {
    scroll-margin-top: 118px;
  }

  .opnzps-manifest__chapter + .opnzps-manifest__chapter {
    padding-top: 82px !important;
  }

  .opnzps-manifest__chapter {
    padding-bottom: 76px !important;
  }
}

/* Mobile — sticky filter traka ima veći uticaj, zato veći offset */
@media (max-width: 767px) {
  .opnzps-manifest__chapter {
    scroll-margin-top: 145px;
  }

  .opnzps-manifest__chapter + .opnzps-manifest__chapter {
    padding-top: 92px !important;
  }

  .opnzps-manifest__chapter {
    padding-bottom: 82px !important;
  }

  .opnzps-manifest__chapter-head {
    margin-bottom: 28px !important;
  }
}

/* =========================================================
   Manifest filters — ACTIVE/HOVER TEXT ONLY FINAL FIX
   Ovo mora da ostane na samom kraju fajla.
   Skida belu pozadinu sa aktivnog filtera i ostavlja samo beo tekst.
   ========================================================= */

.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav],
.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:visited {
  color: rgba(255, 255, 255, 0.76) !important;
}

.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:hover,
.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:focus,
.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:active,
.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav].is-active {
  color: #ffffff !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]::before {
  background: rgba(255, 255, 255, 0.28) !important;
  box-shadow: none !important;
}

.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:hover::before,
.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:focus::before,
.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:active::before,
.opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav].is-active::before {
  background: #ffffff !important;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.58) !important;
}

@media (max-width: 1100px) {
  .opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav],
  .opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:visited {
    color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
  }

  .opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:hover,
  .opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:focus,
  .opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav]:active,
  .opnzps-manifest .opnzps-manifest__nav a[data-opnzps-manifest-nav].is-active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
    transform: none !important;
  }
}
