/* ============================
   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;
}

/* ---------- Omega-3 / Zinzino Section ---------- */

.omega {
  padding: clamp(60px, 8vw, 100px) clamp(16px, 6vw, 80px);
  background: #ffffff;
  color: #111111;
}

/* Intro-Row: Bild + Text nebeneinander */

.omega__inner {
  max-width: 1200px;
  margin: 0 auto clamp(40px, 6vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.3fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.omega__image-col {
  display: flex;
  justify-content: center;
}

.omega__image {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
  background: #f6f2ef;
}

.omega__content-col {
  font-family: "Inter", system-ui, sans-serif;
}

.omega__kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  color: var(--section-bg);
  margin-bottom: 0.5rem;
}

.omega__heading {
  font-family: "Instrument Serif", "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 1rem 0;
  color: #111;
}

.omega__lead {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #444;
  max-width: 40rem;
  margin-bottom: 0.7rem;
}

/* Hauptinhalt: Abschnitte untereinander mit Luft */

.omega__body {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Inter", system-ui, sans-serif;
}

.omega__section {
  padding-block: clamp(16px, 3vw, 26px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.omega__section:first-of-type {
  border-top: none;
}

.omega__section-title {
  font-family: "Instrument Serif", "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 0 0.7rem 0;
  color: #111;
}

.omega__section-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
  max-width: 48rem;
  margin-bottom: 0.75rem;
}

.omega__section-text--muted {
  font-size: 0.86rem;
  color: #666;
}

/* Listen mit viel Abstand */

.omega__list {
  list-style: disc;
  padding-left: 1.2rem;
  margin: 0 0 0.8rem 0;
  max-width: 50rem;
}

.omega__list li {
  font-size: 0.94rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 0.4rem;
}

/* CTA-Abschnitt */

.omega__section--cta {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: clamp(10px, 2vw, 16px);
}

.omega__cta-text {
  font-size: 0.96rem;
  color: #333;
  max-width: 48rem;
}

.omega__cta-btn {
  align-self: flex-start;
  border-color: var(--cta-gold);
  color: var(--cta-gold);
}

.omega__cta-btn:hover {
  background-color: var(--cta-gold);
  color: var(--section-bg);
}

/* Disclaimer */

.omega__disclaimer {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #777;
  margin-top: clamp(18px, 3vw, 28px);
  max-width: 52rem;
}

/* Responsive Anpassungen */

@media (max-width: 1050px) {
  .omega__inner {
    grid-template-columns: 1fr;
  }

  .omega__content-col {
    order: -1;
  }
}

@media (max-width: 800px) {
  .omega {
    padding-inline: 16px;
  }

  .omega__inner {
    margin-bottom: 40px;
  }

  .omega__section {
    padding-block: 18px;
  }

  .omega__cta-btn {
    align-self: flex-start;
  }
}
