/* Mabelle · Café & Hookah · „Die Einladung“
   Die Seite ist ein Einladungs-Set auf blush-farbener Seide: Kuvert mit Siegel, Karten, Ticket, Flyer, Abzüge.
   Jeder Inhalt ist ein Gegenstand, keine Sektion. Bilder/Muster kommen aus dem Astra-Bildbrief (siehe ASTRA-BILDBRIEF.md). */

@font-face { font-family: "Bodoni Moda"; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/assets/fonts/bodoni-moda.woff2) format("woff2"); }
@font-face { font-family: "Bodoni Moda"; font-style: italic; font-weight: 400 700; font-display: swap; src: url(/assets/fonts/bodoni-moda-italic.woff2) format("woff2"); }
@font-face { font-family: "Instrument Sans"; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/assets/fonts/instrument-sans.woff2) format("woff2"); }
@font-face { font-family: "Instrument Sans"; font-style: italic; font-weight: 400 700; font-display: swap; src: url(/assets/fonts/instrument-sans-italic.woff2) format("woff2"); }
@font-face { font-family: "Pinyon Script"; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/pinyon-script.woff2) format("woff2"); }

:root {
  --serif: "Bodoni Moda", "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --schrift: "Pinyon Script", "Brush Script MT", cursive;

  --seide: #efc9d3;
  --seide-hell: #f9e4ea;
  --seide-tief: #dfa4b7;
  --creme: #f4ede2;
  --creme-hell: #fbf7f0;
  --creme-tief: #e7dccb;
  --gold: #b49355;
  --gold-hell: #d9c08a;
  --gold-tief: #86672f;
  --rose: #c4386a;
  --rose-tief: #8c1f4b;
  --rose-hell: #ee9ab8;
  --pfirsich: #f2b48f;
  --tinte: #2a1a1e;
  --tinte-weich: #6a5259;
  --nacht: #1f1019;
  --neon: #ff5fa2;

  --folie: linear-gradient(105deg, #85652d 0%, #c9ab6a 22%, #f1e2b6 40%, #b9955a 56%, #85652d 78%, #d3b877 100%);
  --schatten: 0 24px 44px -22px rgba(96, 32, 58, .55), 0 3px 8px -2px rgba(96, 32, 58, .18);
  --schatten-flach: 0 10px 22px -12px rgba(96, 32, 58, .45), 0 1px 3px rgba(96, 32, 58, .14);
  --kante: 1px solid rgba(180, 147, 85, .55);
  --koernung: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .35 0 0 0 0 .25 0 0 0 0 .18 0 0 0 .07 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
  --glanz-oben: inset 0 1px 0 rgba(255, 255, 255, .7);
}

/* Abendlicht: nach 19 Uhr (oder per Schalter) liegt das Set im pinken Licht der Lounge */
html[data-licht="abend"] {
  --seide: #5b2540;
  --seide-hell: #8a3a60;
  --seide-tief: #3a1529;
  --schatten: 0 26px 48px -20px rgba(10, 0, 8, .75), 0 3px 8px -2px rgba(10, 0, 8, .4);
  --schatten-flach: 0 12px 24px -12px rgba(10, 0, 8, .7), 0 1px 3px rgba(10, 0, 8, .3);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--seide); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; min-height: 100vh; overflow-x: clip;
  font-family: var(--sans); font-size: 16px; line-height: 1.55; color: var(--tinte);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -.005em; }
p { margin: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 50; padding: 8px 12px; background: var(--tinte); color: var(--creme); border-radius: 3px; }
.skip:focus { top: 12px; }
.defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.nurlesen { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }

/* ---------- Seidenfläche (Hintergrund) ---------- */
.flaeche {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(120% 70% at 12% 0%, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(70% 50% at 88% 18%, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(112deg, transparent 0 34%, rgba(255, 255, 255, .22) 41%, transparent 47%, transparent 63%, rgba(160, 70, 100, .12) 70%, transparent 78%),
    linear-gradient(160deg, var(--seide-hell) 0%, var(--seide) 45%, var(--seide-tief) 100%);
  transition: background .6s ease;
}
.flaeche::after { content: ""; position: absolute; inset: 0; background: var(--koernung); opacity: .55; mix-blend-mode: multiply; }
html[data-flaeche="bild"] .flaeche { background: var(--seide) url(/assets/img/flaeche-seide.jpg) center / cover no-repeat; }
html[data-licht="abend"] .flaeche {
  background:
    radial-gradient(60% 45% at 8% 0%, rgba(255, 95, 162, .55) 0%, rgba(255, 95, 162, 0) 60%),
    radial-gradient(50% 40% at 92% 100%, rgba(255, 95, 162, .22) 0%, rgba(255, 95, 162, 0) 60%),
    linear-gradient(112deg, transparent 0 34%, rgba(255, 255, 255, .06) 41%, transparent 47%),
    linear-gradient(160deg, var(--seide-hell) 0%, var(--seide) 45%, var(--seide-tief) 100%);
}
html[data-licht="abend"][data-flaeche="bild"] .flaeche { background: var(--seide) url(/assets/img/flaeche-seide-abend.jpg) center / cover no-repeat; }
html[data-muster="bild"] .kuvert-innen::after, html[data-muster="bild"] .kuvert-lasche { background-image: url(/assets/img/muster-rose.png); background-size: 300px 300px; }

/* ---------- Kopfzeile ---------- */
.kopf { position: relative; z-index: 5; max-width: 1240px; margin: 0 auto; padding: 22px 20px 10px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.marke-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--gold-tief); }
html[data-licht="abend"] .marke-link { color: var(--gold-hell); }
.marke-link .rose { width: 30px; height: 46px; }
.marke-link .wort { width: 118px; height: 27px; }
.marke-link .zeile { font-size: 9px; letter-spacing: .34em; text-transform: uppercase; margin-top: 3px; color: currentColor; }
.nav { display: flex; align-items: center; gap: 4px 22px; flex-wrap: wrap; font-size: 15px; }
.nav a { text-decoration: none; padding: 6px 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--gold); }
html[data-licht="abend"] .nav { color: var(--creme); }
.lampe { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border: 1px solid rgba(134, 103, 47, .5); border-radius: 999px; background: rgba(255, 255, 255, .35); cursor: pointer; font-size: 13px; color: var(--tinte); }
.lampe i { width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #fff4c2, #d9a13a 70%); box-shadow: 0 0 0 2px rgba(255, 255, 255, .5); transition: background .3s, box-shadow .3s; }
html[data-licht="abend"] .lampe { background: rgba(0, 0, 0, .25); color: var(--creme); border-color: rgba(255, 255, 255, .3); }
html[data-licht="abend"] .lampe i { background: radial-gradient(circle at 35% 35%, #ffd2e6, var(--neon) 70%); box-shadow: 0 0 10px 2px rgba(255, 95, 162, .8); }

/* ---------- Szene mit Gegenständen ---------- */
.szene { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 16px 20px 90px; display: grid; gap: 34px 28px; grid-template-columns: minmax(0, 1fr); align-items: start; }
.obj { position: relative; z-index: 1; transform: rotate(var(--r, 0deg)); }
.r { opacity: 0; transform: translateY(18px) rotate(var(--r, 0deg)); transition: opacity .7s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }
.r.sichtbar { opacity: 1; transform: translateY(0) rotate(var(--r, 0deg)); }
@media (prefers-reduced-motion: reduce) { .r { opacity: 1; transform: rotate(var(--r, 0deg)); transition: none; } }

.papier {
  position: relative; background: var(--creme); color: var(--tinte); border-radius: 3px;
  box-shadow: var(--glanz-oben), var(--schatten);
}
.papier::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--koernung); opacity: .6; mix-blend-mode: multiply; pointer-events: none; }
.papier > * { position: relative; z-index: 1; }
.rahmen::before { content: ""; position: absolute; inset: 9px; border: var(--kante); border-radius: 2px; pointer-events: none; z-index: 1; }
.rahmen.doppelt::before { box-shadow: inset 0 0 0 3px var(--creme), inset 0 0 0 4px rgba(180, 147, 85, .35); }

.folie { background: var(--folie); -webkit-background-clip: text; background-clip: text; color: transparent; }
.schrift { font-family: var(--schrift); font-weight: 400; line-height: 1; }
.serif { font-family: var(--serif); }
.kursiv { font-style: italic; }
.klein { font-size: 13px; color: var(--tinte-weich); }
.haar { border: 0; height: 1px; margin: 14px 0; background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent); }
.haar.links { background: linear-gradient(90deg, var(--gold), transparent); }

.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 22px;
  border: 1px solid var(--gold-tief); border-radius: 2px; text-decoration: none; cursor: pointer;
  font-family: var(--sans); font-weight: 600; font-size: 15px; letter-spacing: .01em; color: var(--tinte);
  background: linear-gradient(180deg, #e8d29e 0%, #cfae6a 48%, #b8934f 52%, #d2b271 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 3px 0 var(--gold-tief), 0 8px 14px -8px rgba(96, 32, 58, .6);
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.knopf:hover { filter: brightness(1.05); transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), 0 4px 0 var(--gold-tief), 0 12px 16px -8px rgba(96, 32, 58, .6); }
.knopf:active { transform: translateY(2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 0 var(--gold-tief); }
.knopf .rose { width: 14px; height: 22px; }
.knopf.leise { background: transparent; box-shadow: none; border-color: var(--gold); color: var(--tinte); }
.knopf.leise:hover { background: rgba(180, 147, 85, .12); box-shadow: none; }
.knopf.dunkel { background: linear-gradient(180deg, #3b2230, #2a1520); color: var(--creme); border-color: #140a10; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 3px 0 #140a10; }
.knoepfe { display: flex; flex-wrap: wrap; gap: 12px 14px; }

/* Kennzeichen (Allergene/Zusatzstoffe) */
sup.kz { font-size: 10px; font-weight: 600; letter-spacing: .06em; color: var(--gold-tief); margin-left: 3px; vertical-align: super; line-height: 0; }

/* ---------- Gegenstand 1: Kuvert mit Einladungskarte ---------- */
.o-kuvert { padding: 96px 0 0; }
.kuvert { position: absolute; left: 0; right: 0; bottom: 0; height: 230px; }
.kuvert-innen { position: absolute; inset: 0; border-radius: 4px; background: var(--creme-tief); box-shadow: var(--schatten); }
.kuvert-innen::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--seide-hell) url(/assets/img/muster-rose.svg) center / 160px 160px; opacity: .95; }
.kuvert-lasche { position: absolute; left: 0; right: 0; top: -250px; height: 254px; z-index: 1; clip-path: polygon(0 100%, 0 44%, 50% 0, 100% 44%, 100% 100%); background: var(--seide-hell) url(/assets/img/muster-rose.svg) center / 160px 160px; }
.kuvert-lasche::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 35%, rgba(255, 255, 255, .18) 70%, rgba(0, 0, 0, .12)); }
.kuvert-tasche { position: absolute; inset: 0; z-index: 3; border-radius: 4px; background: var(--creme); clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 100%, 0 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8); }
.kuvert-tasche::before { content: ""; position: absolute; inset: 0; background: var(--koernung); opacity: .6; mix-blend-mode: multiply; }
.kuvert-tasche::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .07), transparent 12%, transparent 88%, rgba(0, 0, 0, .05)), linear-gradient(180deg, rgba(0, 0, 0, .09), transparent 40%); }
.siegel { position: absolute; z-index: 4; left: 50%; top: 58%; width: 72px; height: 72px; transform: translate(-50%, -52%) rotate(-8deg); border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #f0dda6 0%, #c9a75f 35%, #9c7a3b 70%, #7a5b26 100%);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .18), inset 0 -4px 8px rgba(0, 0, 0, .25), 0 6px 10px -4px rgba(60, 20, 30, .6); }
.siegel::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35); box-shadow: inset 0 0 0 1px rgba(90, 60, 20, .35); }
.siegel .rose { position: absolute; left: 50%; top: 50%; width: 26px; height: 40px; transform: translate(-50%, -50%); color: #6f5222; filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .35)); }
.anschrift { position: absolute; z-index: 4; left: 8%; bottom: 26px; font-family: var(--schrift); font-size: 30px; color: var(--tinte-weich); transform: rotate(-2deg); pointer-events: none; }
.marke { position: absolute; z-index: 4; right: 6%; top: 50%; width: 64px; height: 78px; padding: 7px; background: var(--creme-hell); transform: rotate(6deg);
  -webkit-mask: radial-gradient(circle at 0 0, transparent 3px, #000 3.5px) 0 0 / 11px 11px round; mask: radial-gradient(circle at 0 0, transparent 3px, #000 3.5px) 0 0 / 11px 11px round; }
.marke-innen { height: 100%; border: 1px solid var(--gold); display: grid; place-items: center; grid-template-rows: 1fr auto; padding: 4px 2px 3px; color: var(--gold-tief); }
.marke .rose { width: 16px; height: 26px; }
.marke small { font-size: 6.5px; letter-spacing: .12em; text-transform: uppercase; text-align: center; line-height: 1.2; }
.stempel { position: absolute; z-index: 5; right: 12%; top: 38%; width: 92px; height: 92px; border-radius: 50%; border: 2px double rgba(42, 26, 30, .45); transform: rotate(-14deg); color: rgba(42, 26, 30, .55); pointer-events: none; }
.stempel::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; border: 1px solid currentColor; }
.stempel svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.stempel .datum { position: absolute; inset: 0; display: grid; place-items: center; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-align: center; line-height: 1.15; }
.stempel-wellen { position: absolute; z-index: 5; right: calc(12% + 84px); top: calc(38% + 34px); width: 60px; height: 26px; color: rgba(42, 26, 30, .45); transform: rotate(-14deg); pointer-events: none; }

.einladung { position: relative; z-index: 2; margin: 0 9%; padding: 40px 34px 200px; text-align: center; }
.einladung .schrift { font-size: 40px; color: var(--rose-tief); margin-bottom: 8px; }
.einladung .wort { width: min(78%, 420px); height: auto; margin: 6px auto 10px; color: var(--gold-tief); }
.einladung .zeile { font-size: 11px; letter-spacing: .38em; text-transform: uppercase; color: var(--gold-tief); }
.einladung .text { max-width: 440px; margin: 20px auto 0; font-size: 17px; line-height: 1.6; }
.einladung .ort { margin-top: 16px; font-family: var(--serif); font-size: 21px; font-style: italic; }
.status { display: inline-flex; align-items: center; gap: 9px; margin-top: 14px; padding: 7px 14px 7px 10px; border: var(--kante); border-radius: 999px; font-size: 14px; background: rgba(255, 255, 255, .45); }
.status i { width: 9px; height: 9px; border-radius: 50%; background: #9aa59d; box-shadow: 0 0 0 3px rgba(154, 165, 157, .25); }
.status.offen i { background: #3fae6a; box-shadow: 0 0 0 3px rgba(63, 174, 106, .25); }
.status.bald i { background: #e0a232; box-shadow: 0 0 0 3px rgba(224, 162, 50, .25); }
.einladung .zeiten { margin-top: 10px; font-size: 14px; color: var(--tinte-weich); }
.einladung .knoepfe { justify-content: center; margin-top: 24px; }

/* ---------- Gegenstand 2: Detailkarte ---------- */
.detail { padding: 30px 28px 26px; }
.detail h2 { font-size: 30px; font-style: italic; margin-bottom: 14px; }
.detail dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; font-size: 15px; }
.detail dt { color: var(--tinte-weich); }
.detail dd { margin: 0; }
.detail dd strong { font-weight: 600; }
.detail .haar { margin: 16px 0; }
.sticker { position: absolute; z-index: 3; top: -24px; right: -18px; width: 108px; height: 108px; border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(9deg);
  background: radial-gradient(circle at 40% 35%, #fff, var(--creme) 70%); box-shadow: 0 1px 0 #fff inset, var(--schatten-flach); border: 1px solid rgba(180, 147, 85, .5); }
.sticker::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; border: 1px dashed rgba(180, 147, 85, .7); }
.sticker b { font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1; color: var(--tinte); }
.sticker small { display: block; font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--tinte-weich); line-height: 1.3; margin-top: 3px; }
.sticker .rose { width: 10px; height: 16px; margin: 0 auto 2px; color: var(--gold); }

/* ---------- Gegenstand 3: Abzüge unter der Klammer ---------- */
.fotos { position: relative; height: 340px; }
.klammer { position: absolute; z-index: 6; left: 50%; top: -14px; width: 64px; height: 30px; transform: translateX(-50%); border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #e9d3a0, #b8934f 60%, #8f7038); box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .5); }
.klammer::before, .klammer::after { content: ""; position: absolute; top: -12px; width: 14px; height: 22px; border: 2px solid #a5834a; border-bottom: 0; border-radius: 7px 7px 0 0; }
.klammer::before { left: 10px; transform: rotate(-16deg); } .klammer::after { right: 10px; transform: rotate(16deg); }
.abzug { position: absolute; left: 47%; top: 10px; width: 62%; aspect-ratio: 4 / 5; padding: 8px 8px 30px; background: #fffdf9; box-shadow: var(--schatten-flach); transform-origin: 50% 0; transform: translateX(calc(-50% + var(--x, 0px))) rotate(var(--w, 0deg)); transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.abzug:nth-child(2) { --w: -16deg; --x: -64px; z-index: 2; } .abzug:nth-child(3) { --w: -5deg; --x: -22px; z-index: 3; } .abzug:nth-child(4) { --w: 5deg; --x: 22px; z-index: 4; } .abzug:nth-child(5) { --w: 16deg; --x: 64px; z-index: 5; }
.fotos:hover .abzug:nth-child(2) { --w: -22deg; --x: -84px; } .fotos:hover .abzug:nth-child(3) { --w: -8deg; --x: -30px; } .fotos:hover .abzug:nth-child(4) { --w: 8deg; --x: 30px; } .fotos:hover .abzug:nth-child(5) { --w: 22deg; --x: 84px; }
.abzug:hover { z-index: 7; }
.abzug img { width: 100%; height: 100%; object-fit: cover; }
.abzug figcaption { position: absolute; left: 0; right: 0; bottom: 7px; text-align: center; font-family: var(--schrift); font-size: 17px; color: var(--tinte-weich); }
.platz { width: 100%; height: 100%; display: grid; place-items: center; text-align: center; padding: 10px; background: linear-gradient(150deg, var(--seide-hell), var(--seide-tief)); color: rgba(140, 31, 75, .8); font-size: 11px; letter-spacing: .06em; line-height: 1.4; }
.platz .rose { width: 28px; height: 44px; color: rgba(140, 31, 75, .45); margin-bottom: 6px; }
.platz.dunkel { background: linear-gradient(150deg, #3a1a2c, var(--nacht)); color: rgba(255, 190, 215, .8); }
.platz.dunkel .rose { color: rgba(255, 190, 215, .5); }
.platz.gold { background: linear-gradient(150deg, var(--creme-hell), var(--creme-tief)); color: var(--gold-tief); }
.platz.gold .rose { color: var(--gold); }

/* ---------- Gegenstand 4: Karten-Booklet ---------- */
.buch { display: grid; grid-template-columns: 1fr 1fr; position: relative; border-radius: 3px; box-shadow: var(--schatten); background: var(--creme); }
.buch::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 60px; transform: translateX(-50%); z-index: 2; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(60, 20, 35, .18) 46%, rgba(60, 20, 35, .28) 50%, rgba(60, 20, 35, .18) 54%, transparent); }
.seite { position: relative; padding: 30px 28px 28px; min-width: 0; }
.seite::after { content: ""; position: absolute; inset: 0; background: var(--koernung); opacity: .55; mix-blend-mode: multiply; pointer-events: none; }
.seite > * { position: relative; z-index: 1; }
.seite h2 { font-size: 34px; font-style: italic; }
.seite h3 { font-family: var(--sans); font-weight: 600; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-tief); margin: 18px 0 8px; }
.zeile { display: flex; align-items: baseline; gap: 8px; padding: 5px 0; font-size: 15px; }
.zeile .n { flex: 0 1 auto; }
.zeile .n i { display: block; font-style: italic; font-size: 13px; color: var(--tinte-weich); }
.zeile .p { flex: 1 1 auto; border-bottom: 1px dotted rgba(42, 26, 30, .45); transform: translateY(-4px); min-width: 12px; }
.zeile .e { flex: 0 0 auto; font-variant-numeric: tabular-nums; font-weight: 600; }
.lesezeichen { position: absolute; z-index: 3; left: calc(50% - 8px); top: -6px; width: 22px; height: calc(100% + 34px); pointer-events: none;
  background: linear-gradient(90deg, var(--rose-tief), var(--rose) 45%, var(--rose-hell) 52%, var(--rose) 60%, var(--rose-tief));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 12px), 0 100%); box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .6); }
.buch .knoepfe { margin-top: 20px; }

/* ---------- Gegenstand 5: Happy-Hour-Ticket ---------- */
.ticket { display: grid; grid-template-columns: 34% 1fr; color: var(--creme); border-radius: 6px; box-shadow: var(--schatten); background: linear-gradient(120deg, var(--rose-tief), var(--rose) 60%, #d64d7f);
  -webkit-mask: radial-gradient(circle at 34% 0, transparent 9px, #000 9.5px) top / 100% 51% no-repeat, radial-gradient(circle at 34% 100%, transparent 9px, #000 9.5px) bottom / 100% 51% no-repeat;
  mask: radial-gradient(circle at 34% 0, transparent 9px, #000 9.5px) top / 100% 51% no-repeat, radial-gradient(circle at 34% 100%, transparent 9px, #000 9.5px) bottom / 100% 51% no-repeat; }
.ticket-abriss { position: relative; padding: 22px 14px; border-right: 2px dashed rgba(255, 255, 255, .55); display: grid; place-items: center; text-align: center; }
.ticket-abriss b { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 30px; line-height: .95; }
.ticket-abriss small { display: block; margin-top: 8px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; opacity: .85; }
.ticket-haupt { padding: 22px 22px 20px 24px; }
.ticket-haupt h2 { font-size: 30px; line-height: 1; }
.ticket-haupt p { margin-top: 8px; font-size: 15px; opacity: .92; }
.ticket-haupt .nr { margin-top: 14px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; opacity: .75; }
.jetzt[hidden] { display: none; }
.jetzt { display: inline-block; margin-left: 10px; padding: 3px 9px; border-radius: 999px; background: var(--creme); color: var(--rose-tief); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; vertical-align: middle; animation: puls 1.8s ease-in-out infinite; }
@keyframes puls { 50% { box-shadow: 0 0 0 6px rgba(244, 237, 226, .25); } }

/* ---------- Gegenstand 6: Nacht-Flyer + Flaschenkarte ---------- */
.flyer { position: relative; padding: 34px 44px 190px; color: #ffd9e8; border-radius: 3px; background: radial-gradient(90% 60% at 50% 100%, rgba(255, 95, 162, .22), transparent 70%), var(--nacht); box-shadow: var(--schatten); overflow: hidden; }
.flyer::before, .flyer::after { content: ""; position: absolute; top: 0; bottom: 0; width: 34px; background: repeating-linear-gradient(90deg, transparent 0 9px, var(--neon) 9px 11px, transparent 11px 20px); opacity: .85; filter: drop-shadow(0 0 6px var(--neon)); }
.flyer::before { left: 0; } .flyer::after { right: 0; }
.flyer > * { position: relative; z-index: 1; }
.flyer .tage { font-family: var(--serif); font-style: italic; font-size: 30px; color: #fff; text-shadow: 0 0 14px rgba(255, 95, 162, .9), 0 0 32px rgba(255, 95, 162, .5); }
.flyer .bis { font-family: var(--serif); font-size: clamp(52px, 6vw, 74px); line-height: .95; letter-spacing: -.02em; color: var(--neon); text-shadow: 0 0 12px rgba(255, 95, 162, .95), 0 0 40px rgba(255, 95, 162, .55); margin: 6px 0 12px; }
.flyer p { font-size: 15px; line-height: 1.55; max-width: 34ch; }
.flyer p + p { margin-top: 8px; }
.flyer a { color: #fff; }
.flaschenkarte { position: absolute; z-index: 4; right: -12px; bottom: -30px; width: min(270px, 80%); padding: 18px 18px 16px; transform: rotate(5deg); font-size: 13px; }
.flaschenkarte h3 { font-size: 22px; font-style: italic; margin-bottom: 8px; }
.flaschenkarte .zeile { padding: 3px 0; font-size: 13px; }
.flaschenkarte .klein { display: block; margin-top: 8px; font-size: 11.5px; }

/* ---------- Gegenstand 7: Antwortkarte ---------- */
.rsvp { padding: 30px 30px 28px; }
.rsvp .schrift { font-size: 38px; color: var(--rose-tief); }
.rsvp h2 { font-size: 30px; font-style: italic; margin: 2px 0 10px; }
.rsvp p { font-size: 15px; }
.felder { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin-top: 18px; }
.feld { display: grid; gap: 4px; font-size: 13px; color: var(--tinte-weich); }
.feld.breit { grid-column: 1 / -1; }
.feld input, .feld select, .feld textarea { width: 100%; min-height: 42px; padding: 8px 10px; border: 0; border-bottom: 1px solid rgba(42, 26, 30, .55); border-radius: 0; background: rgba(255, 255, 255, .35); color: var(--tinte); font-size: 16px; }
.feld textarea { min-height: 96px; resize: vertical; }
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; border-bottom-color: var(--gold-tief); }
.feld input[type="date"], .feld input[type="time"] { min-width: 0; }
.rsvp .knoepfe { margin-top: 18px; align-items: center; }
.rsvp .klein { margin-top: 14px; }

/* ---------- Gegenstand 8: Wegkarte ---------- */
.weg { padding: 22px 22px 20px; }
.weg h2 { font-size: 28px; font-style: italic; margin-bottom: 8px; }
.weg svg { width: 100%; height: auto; border: var(--kante); background: var(--creme-hell); }
.weg .legende { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 12px; font-size: 14px; }
.weg .knoepfe { margin-top: 14px; }
.karte-text { font-family: var(--sans); font-size: 11px; letter-spacing: .04em; fill: var(--tinte-weich); }
.karte-text.gross { font-size: 13px; font-weight: 600; fill: var(--tinte); }
.strasse { fill: none; stroke: rgba(42, 26, 30, .55); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.strasse.klein { stroke-width: 3.5; stroke: rgba(42, 26, 30, .38); }
.strasse.mitte { stroke: rgba(244, 237, 226, .9); stroke-width: 1.2; stroke-dasharray: 6 8; }
.ubahn { fill: #1d4f9e; stroke: #fff; stroke-width: 2; }
.ubahn-text { font-family: var(--sans); font-weight: 700; font-size: 9px; fill: #fff; }
.flaeche-gruen { fill: rgba(140, 170, 110, .28); stroke: rgba(90, 120, 70, .4); }

/* ---------- Gegenstand 9: Instagram-Karte ---------- */
.insta { padding: 30px 30px 28px; background: linear-gradient(160deg, var(--seide-hell), #f4d3dc); }
.insta .rose { width: 34px; height: 54px; color: var(--rose-tief); }
.insta h2 { font-size: clamp(30px, 3.4vw, 40px); margin: 10px 0 6px; word-break: break-word; }
.insta h2 .at { font-family: var(--sans); font-weight: 400; font-size: .72em; color: var(--rose-tief); vertical-align: .06em; margin-right: .04em; }
.insta p { font-size: 15px; max-width: 42ch; }
.insta .knoepfe { margin-top: 18px; }
.insta .handles { margin-top: 12px; font-size: 14px; color: var(--tinte-weich); }

/* ---------- Dekoration: Band, Blütenblätter ---------- */
.band { position: absolute; z-index: 0; pointer-events: none; height: 30px; border-radius: 2px;
  background: linear-gradient(180deg, #8a6b33 0%, #c9ab6a 18%, #f1e2b6 46%, #c9ab6a 62%, #8a6b33 100%); box-shadow: 0 10px 18px -10px rgba(60, 20, 35, .6); opacity: .92; }
.band { clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 50%, 100% 100%, 0 100%, 14px 50%); }
.band.eins { left: 0; top: 46%; width: 56%; transform: rotate(-16deg); }
.band.zwei { right: 1%; top: 80%; width: 40%; transform: rotate(12deg); }
.blatt { position: absolute; z-index: 0; pointer-events: none; width: var(--g, 40px); height: calc(var(--g, 40px) * 1.35); transform: rotate(var(--d, 0deg)); filter: drop-shadow(0 6px 6px rgba(90, 30, 55, .28)); }
.blatt.vorn { z-index: 4; }
html[data-licht="abend"] .blatt { filter: drop-shadow(0 6px 6px rgba(0, 0, 0, .5)); }

/* ---------- Fuß (Kuvertrückseite) ---------- */
.fuss { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 0 20px 60px; }
.fuss-innen { position: relative; padding: 34px 30px 30px; color: var(--tinte); border-radius: 4px; background: var(--creme-tief); box-shadow: var(--glanz-oben), var(--schatten-flach); overflow: hidden; }
.fuss-innen::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 150px; clip-path: polygon(0 0, 50% 100%, 100% 0); background: var(--creme); opacity: .9; }
.fuss-innen::after { content: ""; position: absolute; inset: 0; background: var(--koernung); opacity: .5; mix-blend-mode: multiply; pointer-events: none; }
.fuss-innen > * { position: relative; z-index: 1; }
.fuss-zeilen { display: grid; grid-template-columns: 1fr; gap: 20px 40px; font-size: 14px; }
.fuss .rose { width: 26px; height: 40px; color: var(--gold-tief); margin-bottom: 8px; }
.fuss nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.fuss nav a { text-decoration: none; border-bottom: 1px solid rgba(134, 103, 47, .5); }
.fuss .klein { margin-top: 16px; }

/* ---------- Speisekarte (Booklet ganz aufgeklappt) ---------- */
.karte-seite { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; padding: 16px 20px 90px; }
.karte-kopf { padding: 44px 30px 30px; text-align: center; }
.karte-kopf .rose { width: 40px; height: 62px; margin: 0 auto 10px; color: var(--gold-tief); }
.karte-kopf h1 { font-size: clamp(42px, 6vw, 64px); font-style: italic; }
.karte-kopf p { margin-top: 10px; font-size: 15px; color: var(--tinte-weich); }
.hh-band { display: none; margin: 18px auto 0; padding: 10px 18px; max-width: 520px; color: var(--creme); background: linear-gradient(120deg, var(--rose-tief), var(--rose)); border-radius: 4px; font-size: 14px; }
.hh-band.aktiv { display: block; }
.reiter { position: sticky; top: 0; z-index: 6; display: flex; gap: 6px; padding: 10px 0; margin: 0 0 4px; background: linear-gradient(180deg, var(--seide) 60%, rgba(239, 201, 211, 0)); overflow-x: auto; scrollbar-width: none; }
.reiter::-webkit-scrollbar { display: none; }
html[data-licht="abend"] .reiter { background: linear-gradient(180deg, var(--seide) 60%, rgba(91, 37, 64, 0)); }
.reiter a { flex: 1 0 auto; padding: 12px 16px 10px; text-align: center; text-decoration: none; border-radius: 3px 3px 0 0; background: var(--creme-tief); color: var(--tinte-weich); font-size: 14px; box-shadow: inset 0 -1px 0 rgba(180, 147, 85, .5); border-top: 3px solid transparent; }
.reiter a b { display: block; font-family: var(--serif); font-size: 19px; font-weight: 400; color: var(--tinte); }
.reiter a small { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.reiter a.aktiv { background: var(--creme); border-top-color: var(--gold); box-shadow: var(--schatten-flach); }
.kapitel { padding: 34px 34px 40px; margin-top: 0; scroll-margin-top: 96px; }
.kapitel[hidden] { display: none; }
.kapitel-kopf { text-align: center; margin-bottom: 20px; }
.kapitel-kopf small { display: block; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-tief); }
.kapitel-kopf h2 { font-size: clamp(34px, 4.5vw, 46px); font-style: italic; }
.bereich { margin-top: 30px; }
.bereich-kopf { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.bereich-kopf h3 { font-size: 24px; white-space: nowrap; }
.bereich-kopf::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.bereich .hinweis { font-size: 13px; font-style: italic; color: var(--tinte-weich); margin: 0 0 10px; }
.spalten { columns: 2; column-gap: 44px; }
.gruppe { break-inside: avoid; padding: 6px 0 12px; }
.gruppe h4 { margin: 0 0 4px; font-family: var(--sans); font-weight: 600; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-tief); }
.artikel { display: flex; align-items: baseline; gap: 8px; padding: 6px 0; font-size: 15px; }
.artikel .n { flex: 0 1 auto; }
.artikel .n i { display: block; font-style: italic; font-size: 13px; color: var(--tinte-weich); }
.artikel .m { flex: 0 0 auto; font-size: 12.5px; color: var(--tinte-weich); }
.artikel .p { flex: 1 1 auto; border-bottom: 1px dotted rgba(42, 26, 30, .45); transform: translateY(-4px); min-width: 14px; }
.artikel .e { flex: 0 0 auto; font-variant-numeric: tabular-nums; font-weight: 600; }
.legende { margin-top: 30px; padding: 22px 26px; font-size: 13px; }
.legende h2 { font-size: 24px; font-style: italic; margin-bottom: 10px; }
.legende ul { list-style: none; margin: 0; padding: 0; columns: 3; column-gap: 24px; }
.legende li { break-inside: avoid; padding: 2px 0; }
.legende li b { display: inline-block; min-width: 22px; color: var(--gold-tief); }
.karte-fuss { text-align: center; margin-top: 24px; font-size: 13px; color: var(--tinte-weich); }

/* ---------- Reservierung ---------- */
.reserv-szene { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 16px 20px 90px; display: grid; gap: 34px 28px; grid-template-columns: minmax(0, 1fr); align-items: start; }
.rsvp-gross { padding: 36px 34px 32px; }
.rsvp-gross .schrift { font-size: 42px; color: var(--rose-tief); }
.rsvp-gross h1 { font-size: clamp(34px, 4vw, 46px); font-style: italic; margin: 4px 0 12px; }
.rsvp-gross .intro { font-size: 16px; max-width: 58ch; }
.hinweis-box { margin-top: 14px; padding: 12px 14px; border-left: 3px solid var(--gold); background: rgba(255, 255, 255, .4); font-size: 14px; }
.hinweis-box[hidden] { display: none; }
.honig { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.antwort { padding: 20px 22px; margin-top: 18px; border: var(--kante); background: rgba(255, 255, 255, .5); font-size: 15px; }
.antwort[hidden] { display: none; }
.antwort h2 { font-size: 26px; font-style: italic; margin-bottom: 6px; }
.notiz { padding: 26px 26px 24px; }
.notiz h2 { font-size: 26px; font-style: italic; margin-bottom: 8px; }
.notiz p { font-size: 15px; }
.notiz p + p { margin-top: 8px; }
.notiz dl { margin: 10px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; font-size: 15px; }
.notiz dt { color: var(--tinte-weich); } .notiz dd { margin: 0; }

/* ---------- Rechtstexte / 404 ---------- */
.blatt-seite { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; padding: 16px 20px 90px; }
.bogen { padding: 44px 40px 40px; font-size: 15.5px; line-height: 1.65; }
.bogen h1 { font-size: clamp(34px, 5vw, 48px); font-style: italic; margin-bottom: 18px; }
.bogen h2 { font-size: 24px; margin: 26px 0 8px; }
.bogen h3 { font-family: var(--sans); font-weight: 600; font-size: 15px; margin: 18px 0 4px; }
.bogen p + p { margin-top: 10px; }
.bogen ul { padding-left: 20px; }
.bogen .offen { background: #fff3a3; padding: 0 4px; border-radius: 2px; }
.bogen address { font-style: normal; }
.vier { text-align: center; padding: 60px 30px; }
.vier .schrift { font-size: 44px; color: var(--rose-tief); }
.vier h1 { font-size: clamp(34px, 5vw, 48px); font-style: italic; margin: 8px 0 12px; }
.vier .knoepfe { justify-content: center; margin-top: 24px; }

/* ---------- Layout ab Tablet ---------- */
@media (min-width: 640px) {
  .szene { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .o-kuvert { grid-column: 1 / -1; }
  .fuss-zeilen { grid-template-columns: 1fr 1fr; }
  .reserv-szene { grid-template-columns: 1.6fr 1fr; }
}
@media (min-width: 1000px) {
  .szene { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 44px 30px; padding: 24px clamp(28px, 3.4vw, 44px) 90px; }
  .abzug { width: 54%; }
  .o-kuvert { grid-column: 1 / 9; grid-row: 1 / 3; }
  .o-detail { grid-column: 9 / 13; grid-row: 1; --r: 1.6deg; margin-top: 34px; }
  .o-fotos { grid-column: 9 / 13; grid-row: 2; --r: -2deg; margin-top: 10px; }
  .o-buch { grid-column: 1 / 8; grid-row: 3; --r: -1deg; }
  .o-ticket { grid-column: 8 / 13; grid-row: 3; --r: 3.5deg; align-self: center; margin-left: 14px; }
  .o-rsvp { grid-column: 1 / 8; grid-row: 4; --r: .8deg; }
  .o-flyer { grid-column: 8 / 13; grid-row: 4; --r: -2.4deg; margin-top: 24px; }
  .o-weg { grid-column: 1 / 7; grid-row: 5; --r: -1.2deg; margin-top: 30px; }
  .o-insta { grid-column: 7 / 13; grid-row: 5; --r: 1.8deg; margin-top: 66px; }
  .fuss-zeilen { grid-template-columns: 1.2fr 1fr 1fr; }
  .einladung { margin: 0 12%; padding: 46px 44px 200px; }
}
@media (max-width: 999px) {
  .o-detail { --r: 1.2deg; } .o-fotos { --r: -1.5deg; } .o-buch { --r: -.8deg; } .o-ticket { --r: 2deg; } .o-rsvp { --r: .6deg; } .o-flyer { --r: -1.4deg; } .o-weg { --r: -.8deg; } .o-insta { --r: 1.2deg; }
  .o-fotos { margin-top: 20px; }
  .band.eins { top: 30%; } .band.zwei { display: none; }
}
@media (max-width: 639px) {
  .kopf { padding: 16px 16px 8px; }
  .nav { font-size: 14px; gap: 4px 16px; }
  .lampe { padding: 6px 10px; }
  .szene { padding: 10px 16px 70px; gap: 30px; }
  .o-kuvert { padding-top: 70px; }
  .kuvert { height: 160px; }
  .kuvert-lasche { top: -150px; height: 154px; }
  .einladung { margin: 0 5%; padding: 30px 20px 136px; }
  .marke { display: none; }
  .einladung .schrift { font-size: 32px; }
  .einladung .zeile { font-size: 10px; letter-spacing: .26em; }
  .einladung .ort { font-size: 19px; }
  .einladung .text { font-size: 15.5px; }
  .anschrift { font-size: 24px; bottom: 16px; left: 6%; }
  .marke { width: 52px; height: 64px; right: 5%; top: 46%; }
  .stempel { width: 74px; height: 74px; right: 7%; top: 28%; }
  .stempel .datum { font-size: 8px; }
  .stempel-wellen { display: none; }
  .siegel { width: 58px; height: 58px; }
  .siegel .rose { width: 20px; height: 32px; }
  .detail, .rsvp, .insta, .weg, .notiz { padding: 24px 20px 22px; }
  .sticker { top: -18px; right: 2px; width: 92px; height: 92px; }
  .sticker b { font-size: 30px; }
  .fotos { height: 300px; }
  .abzug { width: 54%; }
  .abzug:nth-child(2) { --w: -12deg; --x: -42px; } .abzug:nth-child(3) { --w: -4deg; --x: -14px; } .abzug:nth-child(4) { --w: 4deg; --x: 14px; } .abzug:nth-child(5) { --w: 12deg; --x: 42px; }
  .buch { grid-template-columns: 1fr; }
  .buch::before { display: none; }
  .seite { padding: 24px 20px; }
  .seite + .seite { border-top: 1px dashed rgba(180, 147, 85, .6); }
  .lesezeichen { display: none; }
  .ticket { grid-template-columns: 30% 1fr; }
  .ticket-abriss b { font-size: 24px; }
  .ticket-haupt { padding: 18px 16px 18px 18px; }
  .ticket-haupt h2 { font-size: 24px; }
  .flyer { padding: 28px 40px 236px; }
  .ticket-haupt .nr { letter-spacing: .08em; }
  .flaschenkarte { right: 12px; bottom: -28px; width: 84%; }
  .felder { grid-template-columns: 1fr; }
  .fuss-innen { padding: 28px 20px 24px; }
  .blatt:not(.mobil) { display: none; }
  .band { display: none; }
  .kapitel { padding: 26px 18px 30px; }
  .spalten { columns: 1; }
  .legende ul { columns: 2; }
  .bogen { padding: 30px 22px; }
  .rsvp-gross { padding: 28px 20px 26px; }
  .reiter { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .reiter a { padding: 10px 8px 8px; }
  .reiter a b { font-size: 17px; }
}
@media (min-width: 640px) and (max-width: 999px) {
  .fotos { height: 360px; }
  .abzug { width: 50%; }
  .abzug:nth-child(2) { --x: -48px; } .abzug:nth-child(5) { --x: 48px; }
  .flaschenkarte { right: 6px; }
}
@media print {
  .flaeche, .lampe, .band, .blatt, .reiter { display: none; }
  html { background: #fff; }
  .papier, .buch { box-shadow: none; }
  .kapitel[hidden] { display: block; }
}
