/* ================================================================
   STARTORCH STUDIOS — manifesto.css
   Editorial manifesto / ambition scroll highlight section.
   ================================================================ */

#ambition-scroll {
  padding-block: var(--sp-12);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(56, 189, 248, 0.2);
  border-bottom: 1px solid rgba(56, 189, 248, 0.2);
  position: relative;
  overflow: hidden;
}

.manifesto-watermark {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  opacity: 0.12;
  color: #38BDF8;
  pointer-events: none;
}

.highlight-text-h {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.22;
  color: #FFFFFF;
  max-width: 38ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.text-highlight {
  color: #7DD3FC;
  background: rgba(56, 189, 248, 0.2);
  border: 1px solid rgba(56, 189, 248, 0.4);
  padding-inline: 0.45rem;
  border-radius: 8px;
  text-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
}
