/* =========================================================
   Mama Sekunde – Base
   Datei: assets/mama-sekunde-base.css
   ========================================================= */

/* Grundlayout */

body {
  font-family: var(--ms-font-body);
  font-size: var(--ms-font-size-body);
  font-weight: 300;
  line-height: var(--ms-line-height-body);
  color: var(--ms-color-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  background: white;
  color: var(--ms-color-text-soft);
}

.section {
  background: var(--ms-color-creme);
}

.page-width {
  max-width: 1220px;
}

/* Fließtext und UI */
p,
li,
a,
button,
input,
select,
textarea {
  font-family: var(--ms-font-body);
  font-size: var(--ms-font-size-body);
  font-weight: 400;
  line-height: var(--ms-line-height-body);
}

small {
  font-size: var(--ms-font-size-small);
  line-height: 1.5;
}

.eyebrow {
  font-family: var(--ms-font-body);
  font-size: var(--ms-font-size-small);
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--ms-color-text-soft);
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ms-font-heading);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: var(--ms-line-height-heading);
  color: var(--ms-color-text);
}

h1,
.h1 {
  font-size: var(--ms-font-size-h1);
  line-height: 1.04;
}

h2,
.h2 {
  font-size: var(--ms-font-size-h2);
  line-height: 1.06;
}

h3,
.h3 {
  font-size: var(--ms-font-size-h3);
  line-height: 1.08;
}

h4,
.h4 {
  font-size: var(--ms-font-size-h4);
  line-height: 1.12;
}

h5,
.h5 {
  font-size: var(--ms-font-size-h5);
  line-height: 1.18;
}

h6,
.h6 {
  font-size: var(--ms-font-size-h6);
  line-height: 1.25;
}

p {
  color: var(--ms-color-text-soft);
}

button {
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 749px) {
  p {
    margin-top: 0;
    margin-bottom: 1.1em;
  }

  small {
    font-size: 13px;
    line-height: 1.45;
  }

  .eyebrow {
    line-height: 1.35;
    letter-spacing: 0.18em;
  }

  h1,
  .h1 {
    font-size: clamp(34px, 9vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  h2,
  .h2,
  .hxl {
    font-size: clamp(28px, 8.4vw, 36px);
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  h3,
  .h3 {
    font-size: clamp(23px, 6vw, 28px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  h5,
  .h5 {
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: -0.015em;
  }

  h6,
  .h6 {
    font-size: 14px;
    line-height: 1.22;
    letter-spacing: 0;
  }

  button {
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
}
