/* ════════════════════════════════════════
   INVITATION — ПРИГЛАСИТЕЛЬНАЯ СЕКЦИЯ
════════════════════════════════════════ */

.invitation {
  position: relative;
  background: #251E0D;
  background-size: cover;
  background-position: center top;
  min-height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 24px;
}

/* ── Контейнер ── */
.invitation__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 540px;
  width: 100%;
  gap: 20px;
}

/* ── "Дорогие и любимые!" ── */
.invitation__greeting {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 700;
  font-style: italic;
  color: var(--parchment);
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
}

/* ── Разделитель ── */
.invitation__divider {
  width: clamp(100px, 40%, 220px);
  opacity: 0.7;
  filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg) brightness(0.85);
}

/* ── Основной текст ── */
.invitation__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.invitation__body p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 3.5vw, 24px);
  font-weight: 500;
  font-style: italic;
  color: var(--parchment);
  line-height: 1.75;
  margin: 0;
  opacity: 0.9;
}

/* ── Подпись ── */
.invitation__sign {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 3.5vw, 22px);
  font-weight: 600;
  font-style: italic;
  color: var(--gold);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
}
