/* =====================================================
   FLYER · The Rhythm of Self – Frühlingserwachen
   Bildschirm + Druck (A4)
   ===================================================== */

.flyer-body { background: #ede7dc; }

/* --- Actions Bar (nur Bildschirm) --- */
.flyer-actions {
  padding: 22px 0 0;
}
.flyer-actions .container {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.flyer-back {
  font-size: .92rem; color: var(--sage-700); font-weight: 500;
}

/* --- Sheet (das eigentliche Flyer-Blatt) --- */
.flyer-sheet {
  width: min(800px, 94vw);
  margin: 30px auto 60px;
  background: #faf7f1;
  background-image:
    radial-gradient(ellipse at top right, #e8eee0 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, #f0ebe0 0%, transparent 55%);
  border-radius: 4px;
  box-shadow: 0 20px 60px -20px rgba(63,86,56,.35);
  padding: 60px 58px 50px;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  font-family: var(--sans);
  border: 1px solid #e3dcc8;
}
.flyer-sheet::before,
.flyer-sheet::after {
  content: ""; position: absolute;
  border: 1.5px solid var(--sage-400);
  opacity: .35;
  pointer-events: none;
}
.flyer-sheet::before {
  inset: 22px 22px auto auto;
  width: 70px; height: 70px;
  border-left: 0; border-bottom: 0;
}
.flyer-sheet::after {
  inset: auto auto 22px 22px;
  width: 70px; height: 70px;
  border-right: 0; border-top: 0;
}

/* --- Header --- */
.flyer-head { text-align: center; margin-bottom: 32px; }
.flyer-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .78rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--sage-600); font-weight: 600;
  margin: 0 0 18px;
}
.flyer-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--sage-400);
}
.flyer-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.05;
  color: var(--sage-700);
  margin: 0;
  letter-spacing: -.4px;
}
.flyer-title em {
  display: block;
  font-style: italic;
  font-size: 1.18em;
  color: var(--sage-600);
  margin: 6px 0;
}
.flyer-title-soft {
  display: block;
  font-size: .58em;
  color: var(--sage-500);
  letter-spacing: 2px;
  font-weight: 400;
}
.flyer-deko {
  margin: 22px auto 18px;
  max-width: 280px;
}
.flyer-deko svg { width: 100%; height: 28px; }
.flyer-date {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--sage-700);
}
.flyer-date strong { font-weight: 600; }
.flyer-date span {
  display: block;
  margin-top: 4px;
  font-family: var(--sans);
  font-size: .95rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sage-500);
  font-weight: 500;
}

/* --- Intro --- */
.flyer-intro {
  max-width: 600px;
  margin: 0 auto 36px;
  text-align: center;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}
.flyer-intro p { margin: 0 0 14px; }
.flyer-lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem !important;
  color: var(--sage-700) !important;
  margin-bottom: 22px !important;
  line-height: 1.45 !important;
}
.flyer-intro strong { color: var(--sage-700); font-weight: 600; }
.flyer-intro em { color: var(--sage-600); font-style: italic; }
.flyer-pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem !important;
  color: var(--sage-600) !important;
  margin-top: 18px !important;
  padding: 16px 24px;
  border-top: 1px solid #d8d3c3;
  border-bottom: 1px solid #d8d3c3;
}

/* --- Elemente (Icons) --- */
.flyer-elements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 auto 38px;
  max-width: 600px;
}
.element {
  text-align: center;
  color: var(--sage-700);
}
.element-icon {
  width: 56px; height: 56px;
  margin: 0 auto 10px;
  display: grid; place-items: center;
  background: #ffffff;
  border-radius: 50%;
  color: var(--sage-600);
  box-shadow: 0 4px 14px -6px rgba(63,86,56,.25);
}
.element-icon svg { width: 28px; height: 28px; }
.element h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 3px;
  color: var(--sage-700);
}
.element p {
  margin: 0;
  font-size: .78rem;
  letter-spacing: .5px;
  color: var(--ink-soft);
}

/* --- Info-Box --- */
.flyer-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #ffffff;
  border: 1px solid #e3dcc8;
  border-radius: 10px;
  margin: 0 0 32px;
  overflow: hidden;
}
.info-block {
  padding: 22px 24px;
  border-right: 1px solid #ece6d6;
  border-bottom: 1px solid #ece6d6;
}
.info-block:nth-child(2n) { border-right: 0; }
.info-block:nth-last-child(-n+2) { border-bottom: 0; }
.info-label {
  margin: 0 0 8px;
  font-size: .72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sage-500);
  font-weight: 600;
}
.info-value {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--sage-700);
  line-height: 1.4;
  font-weight: 500;
}
.info-block-price {
  background: linear-gradient(135deg, #f0f3e8, #e3ead7);
}
.info-price {
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.info-price span {
  font-size: .9rem;
  color: var(--ink-soft);
  font-weight: 400;
}
.info-extra {
  margin: 6px 0 0;
  font-size: .82rem;
  color: var(--ink-soft);
  font-style: italic;
}
.info-discount {
  margin: 6px 0 0;
  font-size: .78rem;
  color: var(--sage-600);
  font-weight: 500;
}

/* --- Hosts --- */
.flyer-hosts { text-align: center; margin-bottom: 30px; }
.hosts-eyebrow {
  font-size: .78rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--sage-500);
  font-weight: 600;
  margin: 0 0 16px;
}
.hosts-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  max-width: 580px;
  margin: 0 auto;
}
.host { text-align: center; }
.host-name {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--sage-700);
  margin: 0 0 4px;
  font-weight: 500;
}
.host-handle {
  font-size: .82rem;
  color: var(--sage-500);
  margin: 0 0 10px;
  letter-spacing: .5px;
}
.host-contact {
  margin: 0;
  font-size: .85rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.host-contact strong {
  color: var(--sage-700);
  font-size: .98rem;
  letter-spacing: .5px;
}
.host-divider svg { width: 36px; height: 36px; opacity: .8; }

/* --- Footer --- */
.flyer-foot {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid #d8d3c3;
}
.flyer-limit {
  margin: 0 0 8px;
  font-size: .98rem;
  color: var(--ink-soft);
}
.flyer-limit strong { color: var(--sage-700); }
.flyer-deadline {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--sage-700);
}
.flyer-deadline strong { font-weight: 600; }
.flyer-thanks {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--sage-600);
}

/* --- Responsive --- */
@media (max-width: 640px) {
  .flyer-sheet { padding: 36px 24px; }
  .flyer-elements { grid-template-columns: repeat(2, 1fr); }
  .flyer-info { grid-template-columns: 1fr; }
  .info-block { border-right: 0; }
  .info-block:not(:last-child) { border-bottom: 1px solid #ece6d6; }
  .hosts-grid { grid-template-columns: 1fr; }
  .host-divider { display: none; }
}

/* =====================================================
   PRINT
   ===================================================== */
@media print {
  @page { size: A4; margin: 12mm 14mm; }
  body, .flyer-body { background: #fff; }
  .flyer-screen-only { display: none !important; }
  .flyer-sheet {
    width: 100%;
    margin: 0;
    padding: 8mm 6mm;
    box-shadow: none;
    border: 0;
    background: #fff;
    page-break-inside: avoid;
  }
  .flyer-sheet::before, .flyer-sheet::after { opacity: .5; }
  .flyer-title { font-size: 2.6rem; }
  .flyer-lead { font-size: 1.1rem !important; }
  .flyer-intro { font-size: .92rem; margin-bottom: 22px; }
  .flyer-elements { margin-bottom: 24px; gap: 10px; }
  .element-icon { box-shadow: 0 0 0 1px #d8d3c3; }
  .flyer-info { margin-bottom: 22px; }
  .info-block { padding: 14px 16px; }
  .info-price { font-size: 1.8rem !important; }
  .flyer-hosts { margin-bottom: 20px; }
  .host-name { font-size: 1.5rem; }
  a { color: inherit; text-decoration: none; }
}
