/* ==========================================================================
   FLORESSA — Blumenstudio Hannover
   Gestaltungsdemonstration. Nachbau eines Präsentationssatzes als Website.

   Aufbau dieser Datei
   1  Grundlagen (Farben, Maße, Reset)
   2  Schrift und Überschriften
   3  Bausteine (Knöpfe, Kacheln, Ornamente, Wasserzeichen)
   4  Kopf und Navigation
   5  Die Abschnitte in der Reihenfolge der Seite
   6  Fuß, Rechtsseiten, 404
   7  Bewegung und Rückfallebenen

   Farbentscheidungen sind gerechnet, nicht geschätzt. Die Werte in Klammern
   sind Kontrastverhältnisse gegen den jeweiligen Grund.
   ========================================================================== */

/* --- 1  Grundlagen ------------------------------------------------------ */

:root {
  /* Schrift */
  --schrift-h: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --schrift-t: "Jost", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --schrift-k: "Great Vibes", "Snell Roundhand", cursive;

  /* Farbe, hell */
  --papier: #fdf9fb;
  --creme: #fbf1f6;
  --rosenlicht: #f6dce8;
  --fliederlicht: #e4e4f7;
  --weiss: #fff;

  /* Farbe, Schrift */
  --tinte: #2c1b2e;        /* 15,4:1 auf Papier */
  --tinte-weich: #6a5470;  /*  6,5:1 auf Papier */
  --rose: #9e2f5d;         /*  6,7:1 auf Papier, 5,4:1 auf Rosenlicht */
  --flieder: #474ca0;      /*  7,2:1 auf Papier */

  /* Farbe, Verlaufsflächen. Der einfarbige Grund liegt unter dem Verlauf und
     hält die Lesbarkeit, falls der Verlauf nicht gemalt wird. */
  --tief: #8b4e96;         /* Weiß darauf 5,8:1 */
  --tief-rose: #a8386a;    /* Weiß darauf 6,1:1 */
  --tief-flieder: #5a5fae; /* Weiß darauf 5,7:1 */
  --verlauf: linear-gradient(118deg, #a8386a 0%, #9a4287 34%, #8b4e96 58%, #5a5fae 100%);
  --verlauf-zart: linear-gradient(118deg, #fbe7f0 0%, #f7e6f3 46%, #e6e6f8 100%);

  /* Linien */
  --linie: rgba(158, 47, 93, .16);
  --linie-stark: rgba(158, 47, 93, .3);
  --linie-hell: rgba(255, 255, 255, .42);

  /* Maße, Achterrhythmus */
  --s1: .5rem;
  --s2: 1rem;
  --s3: 1.5rem;
  --s4: 2rem;
  --s5: 3rem;
  --s6: 4rem;
  --s7: 6rem;
  --s8: 8rem;
  --bahn: 1220px;
  --rand: clamp(1.25rem, 5vw, 4rem);
  --rundung: 4px;
  --rundung-gross: 18px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: var(--schrift-t);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.68;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
svg { display: block; }

a { color: var(--rose); text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:hover { color: var(--tinte); }

:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
  border-radius: 2px;
}
.verlauf :focus-visible, .fuss :focus-visible { outline-color: #fff; }

.bahn { width: 100%; max-width: var(--bahn); margin-inline: auto; padding-inline: var(--rand); }
.bahn--weit { max-width: 1420px; }

/* Der Sprunglink wird versteckt, indem er auf einen Punkt zusammengezogen
   wird. Die frueher uebliche Variante left:-9999px hat bei 320 px Breite
   sieben Pixel Seitwaertslauf erzeugt. */
/* Nur fuer Vorleseprogramme, nimmt keinen Platz ein. */
.nur-vorlesen {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip-path: inset(50%);
  white-space: nowrap;
}

.springen {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip-path: inset(50%);
  white-space: nowrap;
}
.springen:focus {
  position: fixed;
  left: var(--s2); top: var(--s2);
  width: auto; height: auto; margin: 0;
  clip-path: none;
  background: var(--tinte); color: #fff;
  padding: var(--s2) var(--s3);
  z-index: 200;
}

section { position: relative; }
.abschnitt { padding-block: clamp(3.5rem, 9vw, 7rem); }
.abschnitt--eng { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.creme { background: var(--creme); }
.zart { background: var(--verlauf-zart); }

/* Verlaufsflächen: erst der einfarbige Grund, dann der Verlauf darüber. */
.verlauf {
  background-color: var(--tief);
  background-image: var(--verlauf);
  color: #fff;
}
.verlauf .lede, .verlauf p { color: rgba(255, 255, 255, .95); }
.verlauf a { color: #fff; }

/* --- 2  Schrift und Überschriften --------------------------------------- */

.kicker {
  font-size: .8125rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--rose);
  margin: 0 0 var(--s2);
}
.verlauf .kicker { color: rgba(255, 255, 255, .88); }

/* Die Hausüberschrift: eine Zeile Versalien in der Renaissance-Antiqua,
   darunter versetzt eine Zeile in der Schreibschrift. Genau dieses Paar ist
   das Erkennungszeichen der Vorlage. */
.h {
  font-family: var(--schrift-h);
  font-weight: 300;
  font-size: clamp(2.1rem, 6.2vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: .035em;
  text-transform: uppercase;
  margin: 0 0 var(--s3);
  color: var(--tinte);
  /* Deutsche Komposita wie „Veranstaltungen“ passen bei 320 px nicht in eine
     Zeile und liefen sonst seitlich aus dem Bild. */
  overflow-wrap: break-word;
  hyphens: auto;
}
.verlauf .h, .fuss .h { color: #fff; }

.h .ks {
  display: block;
  font-family: var(--schrift-k);
  font-size: 1.02em;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: var(--rose);
  margin-top: -.16em;
  margin-left: .9em;
  padding-bottom: .1em;
}
.verlauf .h .ks, .fuss .h .ks { color: #fff; }
.h--mitte { text-align: center; }
.h--mitte .ks { margin-left: 0; }

h2.h { font-size: clamp(1.7rem, 5vw, 3.4rem); }
h3 {
  font-family: var(--schrift-h);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.24;
  letter-spacing: .015em;
  margin: 0 0 var(--s1);
  color: var(--tinte);
}
.verlauf h3 { color: #fff; }

.lede {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  color: var(--tinte-weich);
  max-width: 62ch;
  margin: 0 0 var(--s4);
}
.verlauf .lede { color: rgba(255, 255, 255, .93); }
.lede--mitte { margin-inline: auto; text-align: center; }

p { margin: 0 0 var(--s2); }
p:last-child { margin-bottom: 0; }
.klein { font-size: .9rem; line-height: 1.6; color: var(--tinte-weich); }
.verlauf .klein { color: rgba(255, 255, 255, .9); }

/* --- 3  Bausteine -------------------------------------------------------- */

.knopf {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  min-height: 48px;
  padding: .85em 1.7em;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--rose);
  color: #fff;
  font-family: var(--schrift-t);
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}
.knopf:hover { background: var(--tinte); color: #fff; }
.knopf .pfeil { width: 1.05em; height: 1.05em; fill: none; stroke: currentColor; stroke-width: 1.6; }

.knopf--linie {
  background: transparent;
  border-color: var(--linie-stark);
  color: var(--rose);
}
.knopf--linie:hover { background: var(--rose); border-color: var(--rose); color: #fff; }

/* Auf dem Verlauf kehrt sich das Paar um. Der Selektor bindet an die
   Bauteilklasse, damit er nicht fremde Verweise im Abschnitt einfärbt. */
/* Alle dunklen Flaechen an EINER Stelle gefuehrt: Verlaufsabschnitte, das
   Startbild und die Fusszeile. Kommt eine weitere dunkle Flaeche dazu, gehoert
   sie in diese Liste, sonst verschwindet dort der Umrissknopf. */
.verlauf a.knopf, .hero a.knopf, .fuss a.knopf { background: #fff; color: var(--rose); border-color: #fff; }
.verlauf a.knopf:hover, .hero a.knopf:hover, .fuss a.knopf:hover { background: var(--tinte); color: #fff; border-color: var(--tinte); }
.verlauf a.knopf--linie, .hero a.knopf--linie, .fuss a.knopf--linie { background: transparent; color: #fff; border-color: var(--linie-hell); }
.verlauf a.knopf--linie:hover, .hero a.knopf--linie:hover, .fuss a.knopf--linie:hover { background: #fff; color: var(--rose); border-color: #fff; }

.knopfreihe { display: flex; flex-wrap: wrap; gap: var(--s2); }

/* Haarlinienrahmen mit Eckpunkten, wie die dünnen Rahmen der Vorlage. */
.rahmen { position: relative; }
.rahmen::after {
  content: "";
  position: absolute;
  inset: clamp(.9rem, 2.4vw, 2.2rem);
  border: 1px solid var(--linie-hell);
  pointer-events: none;
}
.rahmen--dunkel::after { border-color: var(--linie); }

/* Glaskachel */
.glas {
  background: rgba(44, 27, 46, .22);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: var(--rundung-gross);
  padding: var(--s3);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.kachel {
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--rundung-gross);
  padding: clamp(1.25rem, 2.6vw, 2rem);
}

/* Blütenstern, das Ornament der Vorlage */
.stern { width: 1.6rem; height: 1.6rem; fill: none; stroke: currentColor; stroke-width: 1; opacity: .55; }
.stern--gross { width: 2.6rem; height: 2.6rem; }
.sterne-reihe { display: flex; justify-content: center; gap: var(--s2); color: var(--rose); margin-bottom: var(--s3); }
.verlauf .sterne-reihe { color: rgba(255, 255, 255, .8); }

/* Wasserzeichen. Der Text steht bewusst in CSS: er ist reine Zier, gehört
   nicht in den Vorlesefluss und soll nicht als Textinhalt gewertet werden. */
.wz { position: relative; overflow: hidden; }
.wz > * { position: relative; }
.wz::before {
  content: "Floressa Floressa Floressa Floressa Floressa Floressa";
  position: absolute;
  left: -2%;
  bottom: -.12em;
  width: 140%;
  font-family: var(--schrift-k);
  font-size: clamp(3.5rem, 11vw, 8.5rem);
  line-height: .9;
  white-space: nowrap;
  color: rgba(255, 255, 255, .3);
  pointer-events: none;
}
.wz--dunkel::before { color: rgba(158, 47, 93, .13); }
.wz--oben::before { bottom: auto; top: -.1em; }

/* Freisteller: die gelieferten Blüten liegen auf reinem Weiß. Multiply
   rechnet das Weiß heraus, dadurch schwebt die Blüte auf dem Verlauf. */
.freisteller { mix-blend-mode: multiply; }

/* Blüte, die am Rand ins Bild ragt. Reine Zier, wird auf schmalen Schirmen
   ausgeblendet, weil dort keine Fläche dafür übrig ist. */
.deko-bluete {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: .9;
}
.deko-bluete--links { left: -7%; top: 12%; width: min(30%, 320px); }
.deko-bluete--rechts { right: -6%; bottom: -4%; width: min(28%, 330px); }
@media (max-width: 1100px) { .deko-bluete { display: none; } }

.bild-rund { border-radius: 999px; overflow: hidden; aspect-ratio: 1; }
.bild-kasten { border-radius: var(--rundung-gross); overflow: hidden; }
.bild-kasten img { width: 100%; height: 100%; object-fit: cover; }

/* --- 4  Kopf und Navigation --------------------------------------------- */

.kopf {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 249, 251, .9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--linie);
}
.kopf-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  min-height: 4.5rem;
}
.marke { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--tinte); }
.marke:hover { color: var(--rose); }
.marke-zeichen { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 1.1; color: var(--rose); flex: none; }
.marke-text {
  display: block;
  font-family: var(--schrift-h);
  font-size: 1.35rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  line-height: 1;
}
.marke-zusatz {
  display: block;
  font-size: .66rem;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--tinte-weich);
  margin-top: .3em;
}

.nav ul { display: flex; gap: clamp(.9rem, 2vw, 1.9rem); list-style: none; margin: 0; padding: 0; }
.nav a {
  display: inline-block;
  padding: .55rem 0;
  font-size: .875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--tinte);
  border-bottom: 1px solid transparent;
}
.nav a:hover { color: var(--rose); border-bottom-color: var(--rose); }
.kopf-ruf { display: none; }

.burger {
  display: none;
  width: 48px; height: 48px;
  align-items: center; justify-content: center;
  background: none; border: 1px solid var(--linie); border-radius: 999px;
  cursor: pointer; color: var(--tinte);
}
.burger svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.burger .kreuz { display: none; }
.burger[aria-expanded="true"] .strich { display: none; }
.burger[aria-expanded="true"] .kreuz { display: block; }

@media (max-width: 900px) {
  .burger { display: inline-flex; }
  .nav {
    position: absolute;
    inset: 100% 0 auto 0;
    background: var(--papier);
    border-bottom: 1px solid var(--linie);
    display: none;
    padding: var(--s2) var(--rand) var(--s4);
  }
  .nav[data-offen="ja"] { display: block; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav li + li { border-top: 1px solid var(--linie); }
  .nav a { padding: .95rem 0; font-size: 1rem; }
}
@media (min-width: 1150px) {
  .kopf-ruf {
    display: inline-flex;
    flex-direction: column;
    text-align: right;
    text-decoration: none;
    color: var(--tinte);
    line-height: 1.2;
  }
  .kopf-ruf span:first-child { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--tinte-weich); }
  .kopf-ruf span:last-child { font-feature-settings: "lnum" 1; font-family: var(--schrift-h); font-size: 1.2rem; letter-spacing: .04em; }
  .kopf-ruf:hover span:last-child { color: var(--rose); }
}

/* --- 5  Abschnitte ------------------------------------------------------- */

/* 5.1  Startbild */
.hero {
  position: relative;
  min-height: min(92svh, 860px);
  display: flex;
  align-items: center;
  background-color: var(--tief);
  overflow: hidden;
  padding-block: clamp(3rem, 8vw, 6rem);
}
.hero-bild { position: absolute; inset: 0; z-index: 0; }
.hero-bild img { width: 100%; height: 100%; object-fit: cover; }
/* Der Schleier hält die Schrift auf jedem Bild lesbar, auch wenn die
   Lieferung heller ausfällt als geplant. */
.hero-schleier {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(58, 26, 54, .78) 0%, rgba(94, 44, 88, .58) 42%, rgba(90, 95, 174, .3) 74%, rgba(90, 95, 174, .14) 100%);
}
.hero .bahn { position: relative; z-index: 2; }
.hero-text { max-width: 40rem; color: #fff; }
.hero .kicker { color: rgba(255, 255, 255, .9); }
.hero h1 { color: #fff; margin-bottom: var(--s3); }
.hero h1 .ks { color: #fff; }
.hero .lede { color: rgba(255, 255, 255, .94); max-width: 34rem; }

.hero-marken {
  display: grid;
  gap: var(--s2);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding-top: var(--s3);
  border-top: 1px solid var(--linie-hell);
  max-width: 52rem;
}
.hero-marke span { display: block; }
.hero-marke .e { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .9); margin-bottom: .3em; }
.hero-marke .w { font-family: var(--schrift-h); font-size: 1.1rem; color: #fff; line-height: 1.3; }

/* 5.2  Studio, sechs Kacheln um eine Lilie */
.studio-gitter { display: grid; gap: var(--s2); grid-template-columns: 1fr; }
@media (min-width: 640px) { .studio-gitter { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .studio-gitter { grid-template-columns: repeat(3, 1fr); } }
.studio-bild { position: relative; }
.studio-bild img { width: 100%; }

/* 5.3  Vier Kacheln um eine Blüte */
.schaden-gitter {
  display: grid;
  gap: clamp(1rem, 3vw, 2.5rem);
  grid-template-columns: 1fr;
  align-items: center;
}
.schaden-mitte { order: -1; justify-self: center; max-width: 340px; }
.schaden-spalte { display: grid; gap: clamp(1rem, 3vw, 2.2rem); }
.schaden-punkt h3 { color: var(--rose); }
.schaden-punkt { border-top: 1px solid var(--linie); padding-top: var(--s2); }
@media (min-width: 900px) {
  .schaden-gitter { grid-template-columns: 1fr minmax(240px, 360px) 1fr; }
  .schaden-mitte { order: 0; }
  .schaden-spalte--links { text-align: right; }
  .schaden-spalte--links .schaden-punkt { border-top-color: var(--linie); }
}

/* 5.4  Zahlen */
.zahlen-gitter {
  display: grid;
  gap: var(--s2);
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.zahl {
  font-family: var(--schrift-h);
  font-feature-settings: "lnum" 1;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1;
  font-weight: 300;
  display: block;
  margin-bottom: var(--s1);
  font-variant-numeric: tabular-nums;
}
.zahlen-fuss { margin-top: var(--s4); font-size: .82rem; color: rgba(255, 255, 255, .88); max-width: 60ch; }

/* 5.5  Vertrauen */
.vertrauen-gitter { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 940px) { .vertrauen-gitter { grid-template-columns: 1.05fr .95fr; } }
.vertrauen-liste { list-style: none; margin: var(--s4) 0 0; padding: 0; display: grid; gap: var(--s2); }
.vertrauen-liste li { display: grid; grid-template-columns: auto 1fr; gap: var(--s2); align-items: start; }
.vertrauen-liste .punkt {
  width: 10px; height: 10px; margin-top: .62em; border-radius: 999px;
  background: var(--rose); flex: none;
}
.verlauf .vertrauen-liste .punkt { background: #fff; }
.vertrauen-liste b { font-family: var(--schrift-h); font-weight: 500; font-size: 1.12rem; display: block; letter-spacing: .01em; }
.vertrauen-liste span.u { display: block; font-size: .9rem; color: rgba(255, 255, 255, .9); }
.unterschrift {
  margin-top: var(--s4); padding-top: var(--s2);
  border-top: 1px solid var(--linie-hell);
  font-family: var(--schrift-k); font-size: 1.6rem; line-height: 1.2;
}
.vertrauen-bild { position: relative; }
.vertrauen-bild img { width: 100%; border-radius: var(--rundung-gross); }

/* 5.6  Drei Kreise */
.kreise { display: grid; gap: var(--s3); grid-template-columns: 1fr; }
.kreis {
  border: 1px solid var(--linie-stark);
  border-radius: var(--rundung-gross);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  text-align: center;
  background: rgba(255, 255, 255, .55);
}
.kreis h3 { font-size: 1.15rem; letter-spacing: .13em; text-transform: uppercase; color: var(--rose); margin-bottom: var(--s2); }
@media (min-width: 820px) {
  .kreise { grid-template-columns: repeat(3, 1fr); gap: 0; align-items: center; }
  .kreis {
    border-radius: 999px;
    aspect-ratio: 1;
    display: flex; flex-direction: column; justify-content: center;
    padding: clamp(1.5rem, 3.4vw, 3rem);
    background: rgba(255, 255, 255, .62);
  }
  .kreis + .kreis { margin-left: -8%; }
  .kreis:nth-child(2) { z-index: 2; margin-top: 9%; }
}

/* 5.7  Blumendienst, vier Stufen */
.dienst-gitter { display: grid; gap: var(--s3); grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); align-items: end; }
.dienst-stufe { text-align: center; }
.dienst-bild { margin: 0 auto var(--s2); }
.dienst-bild img { margin-inline: auto; }
.dienst-stufe:nth-child(1) .dienst-bild { width: 46%; }
.dienst-stufe:nth-child(2) .dienst-bild { width: 62%; }
.dienst-stufe:nth-child(3) .dienst-bild { width: 80%; }
.dienst-stufe:nth-child(4) .dienst-bild { width: 100%; }

/* 5.8  Abo */
.abo-gitter { display: grid; gap: var(--s3); grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); align-items: stretch; }
.abo-karte {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--rundung-gross);
  overflow: hidden;
  position: relative;
}
.abo-karte--empfohlen { border-color: var(--rose); box-shadow: 0 18px 40px -28px rgba(158, 47, 93, .55); }
.abo-fahne {
  position: absolute; top: var(--s2); right: var(--s2);
  background: var(--rose); color: #fff;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  padding: .4em .9em; border-radius: 999px;
}
.abo-bild { aspect-ratio: 9 / 8; }
.abo-bild img { width: 100%; height: 100%; object-fit: cover; }
.abo-inhalt { padding: clamp(1.25rem, 2.6vw, 1.9rem); display: flex; flex-direction: column; flex: 1; }
.abo-name { font-family: var(--schrift-h); font-size: 1.7rem; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 var(--s1); }
.abo-preis { font-feature-settings: "lnum" 1; font-family: var(--schrift-h); font-size: 2.2rem; line-height: 1; color: var(--rose); font-variant-numeric: tabular-nums; }
.abo-einheit { font-size: .82rem; color: var(--tinte-weich); margin-bottom: var(--s2); }
.abo-liste { list-style: none; margin: var(--s2) 0 var(--s3); padding: 0; display: grid; gap: .55rem; font-size: .95rem; }
.abo-liste li { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: start; }
.abo-liste svg { width: 1.05em; height: 1.05em; margin-top: .38em; fill: none; stroke: var(--rose); stroke-width: 1.7; }
.abo-inhalt .knopf { margin-top: auto; justify-content: center; }

/* 5.9  Floral-Abend */
.abend-gitter { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 940px) { .abend-gitter { grid-template-columns: minmax(240px, 380px) 1fr; } }
.abend-punkte { display: grid; gap: var(--s3); }
.abend-punkt { border-left: 1px solid var(--linie-hell); padding-left: var(--s3); }

/* 5.10  Events */
.event-gitter { display: grid; gap: var(--s2); grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.event-karte { background: #fff; border: 1px solid var(--linie); border-radius: var(--rundung-gross); overflow: hidden; }
.event-bild { aspect-ratio: 4 / 3; }
.event-bild img { width: 100%; height: 100%; object-fit: cover; }
.event-inhalt { padding: var(--s3); }
.event-liste { list-style: none; margin: var(--s2) 0 0; padding: 0; display: grid; gap: .4rem; font-size: .92rem; color: var(--tinte-weich); }
.event-liste li { padding-left: 1.1em; position: relative; }
.event-liste li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 999px; background: var(--rose); }

/* 5.11  Stil */
.stil-gitter { display: grid; gap: var(--s2); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.stil-karte { border-radius: var(--rundung-gross); padding: clamp(1.25rem, 2.6vw, 1.9rem); background: rgba(44, 27, 46, .22); border: 1px solid rgba(255, 255, 255, .34); }
.stil-karte h3 { font-size: 1.2rem; letter-spacing: .05em; margin-bottom: var(--s1); }

/* 5.12  Komfort */
.komfort-gitter { display: grid; gap: clamp(1.25rem, 3vw, 2.5rem); grid-template-columns: 1fr; align-items: center; }
.komfort-mitte {
  justify-self: center;
  width: clamp(190px, 34vw, 260px); aspect-ratio: 1;
  border: 1px solid var(--linie-stark); border-radius: 999px;
  display: grid; place-content: center; text-align: center; gap: .4rem;
  padding: var(--s3);
}
.komfort-mitte .t { font-family: var(--schrift-h); font-size: 1.5rem; letter-spacing: .14em; text-transform: uppercase; }
.komfort-punkt h3 { color: var(--rose); }
@media (min-width: 900px) {
  .komfort-gitter { grid-template-columns: 1fr minmax(200px, 280px) 1fr; }
  .komfort-spalte--links { text-align: right; }
}
.komfort-spalte { display: grid; gap: clamp(1.25rem, 3vw, 2.2rem); }

/* 5.13  Kontakt */
.kontakt-gitter { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 940px) { .kontakt-gitter { grid-template-columns: 1fr 1fr; } }
.kontakt-liste { list-style: none; margin: 0 0 var(--s4); padding: 0; display: grid; gap: var(--s2); }
.kontakt-liste li { display: grid; grid-template-columns: auto 1fr; gap: var(--s2); align-items: start; }
.kontakt-liste svg { width: 1.1em; height: 1.1em; margin-top: .42em; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ruf-reihe { display: grid; gap: var(--s2); grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); margin-top: var(--s4); padding-top: var(--s3); border-top: 1px solid var(--linie); }
.verlauf .ruf-reihe { border-top-color: var(--linie-hell); }
.kontakt-liste svg { stroke: var(--rose); }
.verlauf .kontakt-liste svg { stroke: currentColor; }
.ruf { text-decoration: none; display: block; }
.ruf .e { display: block; font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; opacity: .82; margin-bottom: .25em; }
.ruf .w { display: block; font-feature-settings: "lnum" 1; font-family: var(--schrift-h); font-size: 1.25rem; letter-spacing: .03em; }

.formular { background: rgba(255, 255, 255, .95); border-radius: var(--rundung-gross); padding: clamp(1.5rem, 3.4vw, 2.5rem); color: var(--tinte); }
.formular h3 { font-size: 1.45rem; margin-bottom: var(--s3); }
.feld { display: block; margin-bottom: var(--s2); }
.feld > span { display: block; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--tinte-weich); margin-bottom: .4em; }
.feld .pflicht { color: var(--rose); }
.feld input, .feld textarea {
  width: 100%;
  min-height: 48px;
  padding: .75em .9em;
  font: inherit;
  font-size: 1rem;
  color: var(--tinte);
  background: var(--papier);
  border: 1px solid var(--linie);
  border-radius: var(--rundung);
}
.feld textarea { min-height: 7rem; resize: vertical; }
.feld input:focus, .feld textarea:focus { border-color: var(--rose); outline: 2px solid var(--rose); outline-offset: 1px; }
.feld > span.feld-hinweis { display: block; font-size: .82rem; color: var(--tinte-weich); margin-top: .35em; text-transform: none; letter-spacing: 0; }
.feld-fehler { display: block; font-size: .85rem; color: var(--rose); margin-top: .35em; font-weight: 400; }
.feld-fehler:empty { display: none; }
.formular .knopf { width: 100%; justify-content: center; margin-top: var(--s2); }
.formular-fuss { font-size: .82rem; color: var(--tinte-weich); margin-top: var(--s2); }
.formular-erfolg {
  border: 1px solid var(--linie-stark);
  border-radius: var(--rundung);
  padding: var(--s3);
  margin-top: var(--s3);
  background: var(--creme);
  display: flex; flex-direction: column; gap: var(--s2);
}
/* Ohne diese Regel bliebe das Feld trotz hidden sichtbar: eine eigene
   display-Angabe schlägt das display:none des Browsers für [hidden]. */
.formular-erfolg[hidden] { display: none; }

/* --- 6  Fuß, Rechtsseiten, 404 ------------------------------------------- */

.fuss { background: #3a2140; color: rgba(255, 255, 255, .85); padding-block: clamp(3rem, 6vw, 4.5rem) var(--s4); }
.fuss a { color: #fff; }
.fuss .marke { color: #fff; }
.fuss .marke:hover { color: var(--rosenlicht); }
.fuss .marke-zusatz { color: rgba(255, 255, 255, .72); }
.fuss .klein, .fuss p { color: rgba(255, 255, 255, .85); }
.fuss-gitter { display: grid; gap: var(--s4); grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.fuss h4 { font-family: var(--schrift-h); font-size: 1.1rem; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 var(--s2); color: #fff; font-weight: 500; }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.fuss-unten {
  margin-top: var(--s5); padding-top: var(--s3);
  border-top: 1px solid rgba(255, 255, 255, .2);
  display: flex; flex-wrap: wrap; gap: var(--s2) var(--s4); justify-content: space-between;
  font-size: .85rem; color: rgba(255, 255, 255, .78);
}
.fuss-demo { max-width: 62ch; }

.rechtsseite { padding-block: clamp(3rem, 7vw, 5.5rem); }
.rechtsseite h1 { margin-bottom: var(--s4); }
.rechtsseite h2 { font-family: var(--schrift-h); font-size: 1.5rem; font-weight: 500; margin: var(--s5) 0 var(--s2); }
.rechtsseite p, .rechtsseite li { max-width: 72ch; }
.rechtsseite ul { padding-left: 1.2em; display: grid; gap: .4rem; margin-bottom: var(--s2); }

.fehler-seite { text-align: center; padding-block: clamp(3rem, 10vw, 7rem); }
.fehler-zahl { font-feature-settings: "lnum" 1; font-family: var(--schrift-h); font-size: clamp(5rem, 18vw, 11rem); line-height: 1; color: #c07c9e; margin: 0; }

/* --- 7  Bewegung und Rückfallebenen -------------------------------------- */

.zeigen { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.zeigen.da { opacity: 1; transform: none; }

/* Rückfallebene: ohne JavaScript bleibt nichts unsichtbar. */
.kein-js .zeigen { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .zeigen { opacity: 1 !important; transform: none !important; transition: none; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

@media print {
  .kopf, .burger, .formular, .wz::before { display: none; }
  body { background: #fff; color: #000; }
}
