@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:wght@300;400;500&display=swap');

/* =============================================
   LIMERENZ BLOCK STYLES
   Alle Custom Styles für Gutenberg-Blöcke
   ============================================= */

/* ── HEADING: Display (Serif) ─────────────────── */
.is-style-limerenz-display,
.wp-block-heading.is-style-limerenz-display {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  color: #FDF8F3 !important;
}

/* ── PARAGRAPH: Label ─────────────────────────── */
.is-style-limerenz-label,
.wp-block-paragraph.is-style-limerenz-label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #55A8B8 !important;
  margin-bottom: 1rem !important;
}

/* ── PARAGRAPH: Lead ──────────────────────────── */
.is-style-limerenz-lead,
.wp-block-paragraph.is-style-limerenz-lead {
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  color: rgba(253,248,243,0.65) !important;
  line-height: 1.8 !important;
  max-width: 560px;
}

/* ── PARAGRAPH: Zitat ─────────────────────────── */
.is-style-limerenz-quote,
.wp-block-paragraph.is-style-limerenz-quote {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-size: 1rem !important;
  color: #C4846A !important;
  margin-bottom: 1.2rem !important;
}

/* ── GROUP: Hero Section ──────────────────────── */
.is-style-limerenz-hero,
.wp-block-group.is-style-limerenz-hero {
  background: linear-gradient(180deg, #0F1923 0%, #1A2B38 100%) !important;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 8rem 0 6rem !important;
}

.is-style-limerenz-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 65% 40%, rgba(42,122,138,0.1) 0%, transparent 60%),
              radial-gradient(ellipse 50% 70% at 20% 80%, rgba(196,132,106,0.07) 0%, transparent 60%);
  pointer-events: none;
}

.is-style-limerenz-hero h1,
.is-style-limerenz-hero .wp-block-heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.8rem, 6vw, 5.5rem) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  color: #FDF8F3 !important;
  max-width: 720px;
  margin-bottom: 1.5rem !important;
}

/* ── GROUP: Section Dunkel ────────────────────── */
.is-style-limerenz-section-dark,
.wp-block-group.is-style-limerenz-section-dark {
  background-color: #0F1923 !important;
  padding: 5rem 0 !important;
}

/* ── GROUP: Section Mittel ────────────────────── */
.is-style-limerenz-section-mid,
.wp-block-group.is-style-limerenz-section-mid {
  background-color: #1A2B38 !important;
  border-top: 1px solid rgba(42,122,138,0.15) !important;
  border-bottom: 1px solid rgba(42,122,138,0.15) !important;
  padding: 5rem 0 !important;
}

/* ── GROUP: Paket Karte ───────────────────────── */
.is-style-limerenz-paket,
.wp-block-group.is-style-limerenz-paket {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 2px !important;
  padding: 2rem !important;
  transition: all 0.3s ease;
}

.is-style-limerenz-paket:hover {
  border-color: rgba(42,122,138,0.3) !important;
  transform: translateY(-4px);
}

.is-style-limerenz-paket h3,
.is-style-limerenz-paket .wp-block-heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: #FDF8F3 !important;
  margin-bottom: 0.5rem !important;
}

.is-style-limerenz-paket ul {
  margin-bottom: 1.5rem !important;
}

.is-style-limerenz-paket li {
  font-size: 0.85rem !important;
  color: rgba(253,248,243,0.65) !important;
  padding: 0.2rem 0 !important;
}

.is-style-limerenz-paket h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  color: #FDF8F3 !important;
  margin-top: auto !important;
}

/* ── GROUP: Paket Karte Featured ──────────────── */
.is-style-limerenz-paket-featured,
.wp-block-group.is-style-limerenz-paket-featured {
  background: rgba(196,132,106,0.06) !important;
  border: 1px solid #C4846A !important;
  border-radius: 2px !important;
  padding: 2rem !important;
  position: relative;
  transition: all 0.3s ease;
}

.is-style-limerenz-paket-featured::before {
  content: 'Empfohlen';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #C4846A;
  color: #0F1923;
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  white-space: nowrap;
}

.is-style-limerenz-paket-featured h3,
.is-style-limerenz-paket-featured .wp-block-heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: #FDF8F3 !important;
}

.is-style-limerenz-paket-featured h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  color: #FDF8F3 !important;
}

.is-style-limerenz-paket-featured li {
  font-size: 0.85rem !important;
  color: rgba(253,248,243,0.65) !important;
}

/* ── GROUP: Session Karte ─────────────────────── */
.is-style-limerenz-session,
.wp-block-group.is-style-limerenz-session {
  background: rgba(255,255,255,0.02) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  border-radius: 2px !important;
  padding: 1.5rem !important;
  transition: all 0.3s ease;
}

.is-style-limerenz-session:hover {
  border-color: rgba(42,122,138,0.25) !important;
  background: rgba(42,122,138,0.05) !important;
}

.is-style-limerenz-session h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  color: #FDF8F3 !important;
  margin-bottom: 0.3rem !important;
}

.is-style-limerenz-session p {
  font-size: 0.85rem !important;
  color: rgba(253,248,243,0.65) !important;
  line-height: 1.7 !important;
}

/* ── BUTTON: Primary ──────────────────────────── */
.is-style-limerenz-primary .wp-block-button__link,
.wp-block-button.is-style-limerenz-primary .wp-block-button__link {
  background: #C4846A !important;
  color: #0F1923 !important;
  border: none !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 0.9rem 2rem !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
}

.is-style-limerenz-primary .wp-block-button__link:hover {
  background: #FEEADE !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,132,106,0.3) !important;
}

/* ── BUTTON: Outline ──────────────────────────── */
.is-style-limerenz-outline .wp-block-button__link,
.wp-block-button.is-style-limerenz-outline .wp-block-button__link {
  background: transparent !important;
  color: #FDF8F3 !important;
  border: 1px solid rgba(253,248,243,0.3) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 0.9rem 2rem !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
}

.is-style-limerenz-outline .wp-block-button__link:hover {
  border-color: #FDF8F3 !important;
  background: rgba(253,248,243,0.05) !important;
}

/* ── LIST: Checklist ──────────────────────────── */
.is-style-limerenz-checklist,
.wp-block-list.is-style-limerenz-checklist {
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.is-style-limerenz-checklist li,
.wp-block-list.is-style-limerenz-checklist li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  padding: 0.9rem 1.1rem !important;
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 2px !important;
  font-size: 0.93rem !important;
  color: rgba(253,248,243,0.65) !important;
  transition: all 0.3s ease;
}

.is-style-limerenz-checklist li:hover {
  background: rgba(42,122,138,0.08) !important;
  border-color: rgba(42,122,138,0.2) !important;
  color: #FDF8F3 !important;
}

.is-style-limerenz-checklist li::before {
  content: '' !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #C4846A !important;
  margin-top: 0.55em !important;
  flex-shrink: 0 !important;
}

/* ── QUOTE: Großes Zitat ──────────────────────── */
.is-style-limerenz-big,
.wp-block-quote.is-style-limerenz-big {
  border: none !important;
  text-align: center !important;
  padding: 3rem 0 !important;
  position: relative;
}

.is-style-limerenz-big p {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.6rem, 3vw, 2.8rem) !important;
  font-style: italic !important;
  color: #FDF8F3 !important;
  max-width: 720px;
  margin: 0 auto !important;
  line-height: 1.4 !important;
}

.is-style-limerenz-big cite {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(253,248,243,0.5) !important;
  font-style: normal !important;
  display: block;
  margin-top: 1.5rem !important;
}

/* ── SEPARATOR: Rose Linie ────────────────────── */
.is-style-limerenz-rose.wp-block-separator {
  border-color: #C4846A !important;
  border-top-width: 1px !important;
  width: 60px !important;
  margin: 0 auto !important;
}

/* ── COLUMNS: Allgemeine Anpassung ────────────── */
.wp-block-columns {
  gap: 1.5rem !important;
}

/* ── ALLGEMEINE TYPOGRAFIE ────────────────────── */
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  color: #FDF8F3;
}

.entry-content p {
  color: rgba(253,248,243,0.75);
}

/* ── GUTENBERG-CONTAINER MAX-WIDTH ────────────── */
.wp-block-group.alignfull,
.wp-block-cover.alignfull {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 1100px;
  margin: 0 auto;
}
