/* ============================
   INSTRUMENT SERIF
   ============================ */

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/instrument-serif/instrument-serif-v5-latin-regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/instrument-serif/instrument-serif-v5-latin-italic.woff2")
    format("woff2");
  font-display: swap;
}

/* ============================
   EB GARAMOND
   ============================ */

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/eb-garamond/eb-garamond-v32-latin-regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/eb-garamond/eb-garamond-v32-latin-500.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/eb-garamond/eb-garamond-v32-latin-600.woff2")
    format("woff2");
  font-display: swap;
}

/* ============================
   INTER
   ============================ */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/inter/inter-v20-latin-300.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/inter/inter-v20-latin-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/inter/inter-v20-latin-500.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/inter/inter-v20-latin-600.woff2") format("woff2");
  font-display: swap;
}

/* ---------------- AGB Section ---------------- */

.agb {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 70px) clamp(16px, 4vw, 40px);
  font-family: "Inter", system-ui, sans-serif;
  color: #333;
  line-height: 1.7;
}

/* Haupttitel */
.agb h2 {
  font-family: "Instrument Serif", "EB Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
  color: #111;
}

/* Abschnittstitel */
.agb h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  margin-top: 2.2rem;
  margin-bottom: 0.9rem;
  color: #8b0035; /* dein Primary-Ton */
}

/* Absätze */
.agb p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #444;
}

/* Listen */
.agb ul {
  padding-left: 1.2rem;
  margin-bottom: 1.2rem;
}

.agb ul li {
  margin-bottom: 0.4rem;
  font-size: 0.98rem;
  color: #444;
}

/* letzte Zeile (z.B. "Aktualisiert …") */
.agb p:last-child {
  margin-top: 2rem;
  font-style: italic;
  color: #666;
}

/* Optional: feine horizontale Linie zwischen H2 und erstem Paragraphen */
.agb h2 + p::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: rgba(139, 0, 53, 0.2);
  margin-bottom: 1.8rem;
  border-radius: 2px;
}
