/* ============================================
   Flora-TiON Workshop Page
   ============================================ */

.flora-tion-page {
  margin: 0 auto;
  padding: 0 0 4rem;
  position: relative;
}

.flora-tion-page.main-content {
  position: relative;
  overflow-x: clip;
}

/* The global plant flood (.main-content::before) and the JS parallax layer
   would collide with this page's tall hero title, so keep both off here and
   use a few deliberately placed decorative plants in the empty margins
   instead (same idea as the 404 page). */
body[data-template="flora-tion"] .main-content::before {
  background-image: none !important;
}

body[data-template="flora-tion"] .page-plants,
body[data-template="flora-tion"] .parallax-plant {
  display: none !important;
}

body[data-template="flora-tion"] main.flora-tion-page {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

/* --- Decorative plants (kept clear of the text column) --- */
.flora-tion-plant {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.flora-tion-plant img {
  display: block;
  width: 100%;
  height: auto;
}

.flora-tion-plant--kamille {
  left: clamp(-160px, -9vw, -50px);
  bottom: clamp(30px, 7vh, 150px);
  width: clamp(220px, 26vw, 460px);
}

.flora-tion-plant--akelei {
  right: clamp(-120px, -7vw, -30px);
  bottom: clamp(40px, 10vh, 200px);
  width: clamp(240px, 28vw, 520px);
}

.flora-tion-plant--minze {
  right: clamp(-90px, -6vw, -20px);
  top: clamp(340px, 34vh, 560px);
  width: clamp(180px, 20vw, 360px);
}

/* On narrow screens the text runs full-width with no side margins, so the
   decorative corner plants would sit on top of the copy — hide them there. */
@media (max-width: 900px) {
  .flora-tion-plant {
    display: none;
  }
}

/* --- Hero --- */
.flora-tion-header {
  position: relative;
  text-align: left;
  /* Same vertical rhythm as Programm / Booklet hero */
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 6rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
}

.flora-tion-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9rem, 2vw, 1.4rem);
  padding-left: clamp(1.25rem, 4vw, 3rem) !important;
  padding-right: clamp(1.25rem, 4vw, 3rem) !important;
}

.flora-tion-label {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-heading);
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.flora-tion-title {
  margin: 0;
  max-width: 14ch;
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 8.5vw, 7.4rem);
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.flora-tion-header__rule {
  display: block;
  width: clamp(4rem, 8vw, 7rem);
  height: 2px;
  background: var(--fill-0, #000);
}

.flora-tion-subtitle {
  max-width: 60ch;
  margin: 0;
  font-family: var(--font-text);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
}

.flora-tion-date {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.7);
}

/* Decorative pink circle — top right (like Booklet) */
.flora-tion-header__circle {
  position: absolute;
  top: clamp(-3rem, -4vw, -1rem);
  right: clamp(-8rem, -10vw, -2rem);
  width: clamp(260px, 38vw, 560px);
  height: clamp(260px, 38vw, 560px);
  background: var(--color-rose);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 720px) {
  /* keep desktop padding clamp — mobile already shrinks via clamp lower bound */
  .flora-tion-title {
    font-size: clamp(2.4rem, 11vw, 3.6rem);
    max-width: 100%;
  }
}

/* --- Body layout --- */
.flora-tion-body {
  width: 95%;
  max-width: clamp(1100px, 75vw, 1800px);
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
}

.flora-tion-text {
  max-width: 68ch;
  font-family: var(--font-text);
  font-size: var(--text-body);
  line-height: 1.72;
  color: rgba(0, 0, 0, 0.85);
}

.flora-tion-text h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.flora-tion-text p {
  margin: 0 0 1.2rem;
}
