.momylis-starter-page {
  --ms-ink: #171717;
  --ms-muted: #5f6368;
  --ms-paper: #f5f5f2;
  color: var(--ms-ink);
  background: var(--ms-paper);
}
.momylis-starter-page .m-section {
  width: 100%;
  max-width: none;
  padding: clamp(72px, 10vw, 150px) clamp(24px, 7vw, 112px);
}
.momylis-starter-page .m-hero { min-height: 72vh; display: flex; align-items: center; }
.momylis-starter-page .m-hero__eyebrow { color: var(--ms-muted); letter-spacing: .16em; font-size: .78rem; }
.momylis-starter-page .m-hero__title h1 { font-size: clamp(3.25rem, 10vw, 9rem); line-height: .9; letter-spacing: -.055em; }
.momylis-starter-page .m-hero__text { max-width: 44rem; font-size: clamp(1.1rem, 2vw, 1.5rem); }
.momylis-starter-page .m-content { border-top: 1px solid #d9d9d3; }
.momylis-starter-page .m-content__title h2 { font-size: clamp(2rem, 5vw, 5rem); letter-spacing: -.04em; }
.momylis-starter-page .m-content__text { max-width: 52rem; color: var(--ms-muted); }
body.block-editor-page .editor-styles-wrapper .momylis-starter-page { width: 100%; max-width: none; }

