/* ==========================================================================
   Cenematic home-c — "Creating Professional Videos Have Never Been Easier"

   Centered headline + subhead over the product box shot on a white stage. The
   shot ships on white, so it blends in via mix-blend multiply (no seam).
   ========================================================================== */

.easier { padding: 28px 40px 96px; background: #fff; color: var(--ink); text-align: center; }
.easier__inner { max-width: 1100px; margin: 0 auto; }

.easier__title {
  margin: 0 auto;
  max-width: 900px;
  font-size: clamp(32px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.easier__subtitle {
  margin-top: 16px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  color: var(--muted);
}

.easier__media {
  margin: 36px auto 0;
  max-width: 1000px;
  mix-blend-mode: multiply;
}
.easier__media img { display: block; width: 100%; }

@media (max-width: 760px) {
  .easier { padding: 24px 22px 72px; }
}
