/* Manifesto block — Figma 613:1385 */

.mainSection.testManifesto {
  --mf-ink: #010b23;
  --mf-navy: #001f42;
  --mf-pad-x: clamp(1.25rem, 12.5vw, 15rem);
  box-sizing: border-box;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding: 100px var(--mf-pad-x) 0 !important;
  background: #fff;
  color: var(--mf-ink);
  overflow: visible !important;
  position: relative;
  z-index: 0;
}

.testManifesto__stack {
  display: flex;
  flex-direction: column;
  gap: 52px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.testManifesto__hero,
.testManifesto__band {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #e9eef4;
}

.testManifesto__hero {
  aspect-ratio: 1440 / 858;
}

.testManifesto__band {
  aspect-ratio: 1440 / 500;
}

.testManifesto__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Figma crop on Rectangle 101: image taller than frame, shifted up */
.testManifesto__bandImg {
  position: absolute;
  top: -124.93%;
  left: 0.03%;
  display: block;
  width: 100%;
  height: 268.16%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.testManifesto__intro {
  display: block;
  width: 100%;
}

.testManifesto__quote {
  margin: 0;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: normal;
  color: var(--mf-navy);
  text-align: center;
  text-wrap: pretty;
}

.testManifesto__quoteMark {
  display: inline;
  font-family: "Cormorant Garamond", "Cormorant", Georgia, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.85em;
  line-height: 0;
  color: #b28b46;
  vertical-align: -0.08em;
}

.testManifesto__rule {
  width: 100%;
  height: 0;
  margin: 0;
  line-height: 0;
}

.testManifesto__rule img {
  display: block;
  width: 100%;
  height: 1px;
}

.testManifesto__body {
  font-family: "Arimo", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.testManifesto__body p {
  margin: 0 0 1em;
}

.testManifesto__body p:last-child {
  margin-bottom: 0;
}

.testManifesto__heading {
  font-family: "Merriweather", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  color: #001f42;
}

.testManifesto__closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.testManifesto__mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: min(1211px, 100%);
  margin: 0;
  padding-block: clamp(5.5rem, 11vh, 8.5rem);
  text-align: center;
}

.testManifesto__wordmark {
  margin: 0;
  width: 100%;
  font-family: "Cormorant", "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  font-size: clamp(4rem, 18.229vw, 21.875rem); /* 350px @ 1920 */
  line-height: 0.917;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--mf-ink);
}

.testManifesto__est {
  margin: 0;
  font-family: "Cormorant", "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

@media (max-width: 1280px) {
  .mainSection.testManifesto {
    padding: 4.5rem var(--mf-pad-x) 0 !important;
  }

  .testManifesto__quote {
    font-size: clamp(1.2rem, 2vw, 1.7rem);
  }
}

@media (max-width: 1100px) {
  .mainSection.testManifesto {
    padding: 4rem var(--mf-pad-x) 0 !important;
  }

  .testManifesto__stack {
    gap: 2.25rem;
  }

  .testManifesto__quote {
    font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  }

  .testManifesto__body {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
  }

  .testManifesto__est {
    font-size: 1.25rem;
  }
}

@media (max-width: 959px) {
  .mainSection.testManifesto {
    --mf-pad-x: 1.5rem;
    padding: 3.25rem var(--mf-pad-x) 0 !important;
  }

  .testManifesto__stack {
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .mainSection.testManifesto {
    --mf-pad-x: 1.25rem;
    padding: 2.5rem var(--mf-pad-x) 0 !important;
  }

  .testManifesto__stack {
    gap: 1.75rem;
  }

  .testManifesto__bandImg {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
  }

  .testManifesto__mark {
    gap: 1rem;
  }

  .testManifesto__wordmark {
    font-size: clamp(3.25rem, 18vw, 5.5rem);
    letter-spacing: 0.02em;
  }

  .testManifesto__quote {
    font-size: clamp(1.05rem, 4.4vw, 1.35rem);
  }

  .testManifesto__body {
    font-size: clamp(0.95rem, 3.8vw, 1.1rem);
  }
}
