/* ==========================================================================
   MASINKO-CLEAN THEME — global layout primitives
   Shared across every template: container, generic section rhythm, the
   eyebrow/heading pair used above most section blocks.
   ========================================================================== */

.mk-container { max-width: var(--container-w); margin: 0 auto; padding: 0 24px; }

.mk-section { padding: 87px 0; }
.mk-section-head { text-align: center; margin-bottom: 97px; }

.mk .mk-eyebrow { font-size: 20px; font-weight: var(--fw-semibold); color: var(--c-accent); margin: 0 0 8px; }
.mk-h2 { font-size: 43px; font-weight: var(--fw-extrabold); color: var(--c-text); margin: 0; line-height: 1.1; }
