/* =========================================================
   Tante Quermann nahkauf – Stylesheet
   ========================================================= */

@font-face { font-family: "Outfit"; src: url("../assets/fonts/outfit-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Outfit"; src: url("../assets/fonts/outfit-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Outfit"; src: url("../assets/fonts/outfit-latin-800-normal.woff2") format("woff2"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Caveat"; src: url("../assets/fonts/caveat-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Caveat"; src: url("../assets/fonts/caveat-latin-700-normal.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  color-scheme: light only;
  --ink: #1e0d1d;
  --plum: #4a1f46;
  --plum-dark: #36142f;
  --mauve: #9a4c93;
  --mauve-2: #b866ae;
  --lilac: #efdff2;
  --lilac-2: #e6cdec;
  --cream: #fbf6ee;
  --text: #3a2a39;
  --muted: #7a6878;
  --neon-pink: #ff3fa4;
  --neon-blue: #36b3ff;
  --neon-yellow: #ffe14a;
  --neon-green: #3ee07a;
  --radius: 22px;
  --shadow: 0 18px 40px -18px rgba(54, 20, 47, .45);
  --container: 1240px;
  --header-h: 84px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
a, button, [role="tab"], .cat-card { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; color-scheme: light only; background: var(--cream); }
body {
  margin: 0;
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
  background: var(--cream);
  overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; -webkit-appearance: none; appearance: none; }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.05; }
p { margin: 0; }
[hidden] { display: none !important; }

.container { width: min(var(--container), 100% - 48px); margin-inline: auto; }
.script { font-family: "Caveat", "Segoe Script", cursive; font-weight: 500; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 999; background: #fff; padding: 8px 14px; border-radius: 8px; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--neon-pink); outline-offset: 3px; border-radius: 6px; }

.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mauve); margin-bottom: 10px; }
.eyebrow.light { color: #e9c7e5; }
.h2 { font-size: clamp(34px, 5vw, 62px); font-weight: 800; letter-spacing: -.02em; }
.h2.light { color: #fff; }
.note { font-size: 12px; color: var(--muted); text-align: right; margin-top: 10px; }
.note.left { text-align: left; }

/* ---------- Buttons ---------- */
.btn {
  --glow: rgba(184, 102, 174, .0);
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px; border-radius: 999px; border: 0;
  font-weight: 600; font-size: 17px; line-height: 1;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s;
  will-change: transform;
}
.btn .arrow { display: inline-block; transition: transform .3s var(--ease); }
.btn:hover .arrow { transform: translateX(5px); }
.btn-sm { padding: 11px 22px; font-size: 15px; }
.btn .ico { width: 18px; height: 18px; fill: currentColor; }
.btn-plum { background: var(--plum); color: #fff; }
.btn-plum:hover { background: var(--mauve); box-shadow: 0 0 0 3px rgba(255,63,164,.25), 0 0 24px rgba(255,63,164,.55); }
.btn-mauve { background: linear-gradient(135deg, var(--mauve-2), var(--mauve)); color: #fff; box-shadow: 0 10px 24px -12px rgba(154,76,147,.8); }
.btn-mauve:hover {
  box-shadow: 0 0 0 2px #ffd0f0, 0 0 18px 2px rgba(255,63,164,.75), 0 0 46px rgba(255,63,164,.45);
}
.hero .btn-mauve:hover { animation: neon-buzz 1.6s infinite; }
.btn-outline-light { color: #fff; border: 2px solid rgba(255,255,255,.85); background: rgba(30, 10, 30, .25); backdrop-filter: blur(4px); }
.btn-outline-light:hover { border-color: #fff; box-shadow: 0 0 12px #fff, inset 0 0 12px rgba(255,255,255,.4), 0 0 34px rgba(255, 63, 164, .6); text-shadow: 0 0 8px #fff; }
.btn-neon {
  color: #fff; background: rgba(255,255,255,.04);
  border: 2px solid #ff9ad6;
  box-shadow: 0 0 8px rgba(255,63,164,.6), inset 0 0 8px rgba(255,63,164,.35);
  text-shadow: 0 0 6px rgba(255,63,164,.9);
}
.btn-neon:hover { background: rgba(255,63,164,.15); box-shadow: 0 0 14px #ff3fa4, 0 0 40px rgba(255,63,164,.7), inset 0 0 14px rgba(255,63,164,.55); }

@keyframes neon-buzz {
  0%, 18%, 22%, 62%, 64%, 100% { filter: brightness(1.08); }
  20%, 63% { filter: brightness(.75); }
}

/* Neon underline links */
.neon-link { position: relative; font-weight: 600; transition: color .25s, text-shadow .25s; }
.neon-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 3px; border-radius: 3px;
  background: var(--neon-pink); box-shadow: 0 0 8px var(--neon-pink), 0 0 18px var(--neon-pink);
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.neon-link:hover { color: var(--mauve); }
.neon-link:hover::after { transform: scaleX(1); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: rgba(251, 246, 238, .96);
  backdrop-filter: blur(10px);
  transition: box-shadow .3s, transform .4s var(--ease);
}
.site-header.scrolled { box-shadow: 0 8px 30px -18px rgba(54,20,47,.5); }
.site-header.hide { transform: translateY(-100%); }
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 32px; width: min(var(--container), 100% - 48px); margin-inline: auto; }
.brand { position: relative; align-self: flex-start; margin-top: 8px; z-index: 2; }
.brand img { width: 104px; height: 104px; border-radius: 50%; background: #fff; box-shadow: 0 10px 26px -10px rgba(54,20,47,.55); transition: transform .5s var(--ease), width .3s, height .3s; }
.site-header.scrolled .brand img { width: 72px; height: 72px; }
.brand:hover img { transform: rotate(-8deg) scale(1.05); }
.main-nav { margin-left: auto; margin-right: auto; }
.main-nav ul { display: flex; gap: clamp(24px, 4vw, 56px); list-style: none; margin: 0; padding: 0; }
.main-nav a { font-size: 17px; color: var(--ink); }
.burger { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--plum); padding: 13px 12px; }
.burger span { display: block; height: 2px; background: #fff; margin: 4px 0; border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: flex; flex-direction: column; gap: 6px; padding: 16px 24px 24px; background: var(--cream); }
.mobile-nav a { padding: 12px 4px; font-size: 20px; font-weight: 600; border-bottom: 1px solid var(--lilac-2); }
.mobile-nav a.btn { border: 0; margin-top: 12px; justify-content: center; }

/* ---------- Deko-Blumen ---------- */
.deco-flower {
  --c: #ffd83a; --center: #e2352f;
  position: absolute; width: 120px; aspect-ratio: 1; pointer-events: none; z-index: 3;
  background:
    radial-gradient(circle at 50% 50%, var(--center) 0 13%, transparent 13.5%),
    radial-gradient(circle at 50% 20%, var(--c) 0 20%, transparent 20.5%),
    radial-gradient(circle at 80% 42%, var(--c) 0 20%, transparent 20.5%),
    radial-gradient(circle at 68% 78%, var(--c) 0 20%, transparent 20.5%),
    radial-gradient(circle at 32% 78%, var(--c) 0 20%, transparent 20.5%),
    radial-gradient(circle at 20% 42%, var(--c) 0 20%, transparent 20.5%),
    radial-gradient(circle at 50% 50%, var(--c) 0 30%, transparent 30.5%);
  filter: drop-shadow(0 8px 14px rgba(54,20,47,.25));
}
.deco-flower.pink { --c: #ff6fb4; --center: #ffe14a; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--lilac); }
.hero-pin { position: relative; height: 100vh; height: 100svh; min-height: 620px; overflow: hidden; }
.hero-media { position: absolute; inset: var(--header-h) 0 0 0; }
.hero-poster, .hero-video, .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-poster img, .hero-video, .hero-fallback img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
.hero-video.ready ~ .hero-poster, .hero-video.ready + .hero-poster { opacity: 0; }
.hero-fallback { opacity: 0; }
.no-scrub .hero-fallback { opacity: 1; }
.no-scrub .hero-video, .no-scrub .hero-poster { display: none; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(30,10,30,.55) 0%, rgba(30,10,30,.2) 34%, rgba(30,10,30,0) 50%);
}
.hero-content {
  position: absolute; z-index: 4;
  left: max(24px, calc((100vw - var(--container)) / 2)); top: calc(50% + var(--header-h) / 2);
  transform: translateY(calc(-56% - 20px));
  max-width: 560px; color: #fff;
}
.hero-title { color: #fff; font-weight: 800; font-size: clamp(56px, 8.4vw, 124px); letter-spacing: -.03em; line-height: .86; }
.hero-title .line { display: block; }
.hero-title .script { font-weight: 500; letter-spacing: 0; line-height: .95; margin-top: -.02em; color: #f2c9ee; font-size: 1.04em; }
.neon-word { position: relative; display: inline-block; transition: color .4s, text-shadow .4s; }
.neon-word.on {
  color: #fff;
  text-shadow: 0 0 4px #fff, 0 0 12px #ff9ad6, 0 0 26px #ff3fa4, 0 0 48px #ff3fa4, 0 0 80px rgba(255,63,164,.6);
  animation: neon-flicker 2.4s 1;
}
.hero-title .script.on { text-shadow: 0 0 8px rgba(242,201,238,.8), 0 0 24px rgba(255,63,164,.5); }
.hero-lead { font-size: clamp(18px, 1.8vw, 24px); margin: 14px 0 18px; font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.scroll-hint {
  position: absolute; z-index: 6; left: max(24px, calc((100vw - var(--container)) / 2)); bottom: clamp(100px, 9vw, 130px);
  color: #fff; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 13px;
}
.scroll-hint svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 2; margin-left: 60px; animation: bob 1.6s infinite var(--ease); }
.scroll-progress { width: 180px; height: 3px; background: rgba(255,255,255,.2); border-radius: 3px; overflow: hidden; }
.scroll-progress i { display: block; height: 100%; width: 100%; transform-origin: left; transform: scaleX(0); background: var(--neon-pink); box-shadow: 0 0 10px var(--neon-pink); }
@keyframes bob { 50% { transform: translateY(6px); } }
.flower-hero-1 { right: -30px; top: calc(var(--header-h) + 10px); width: 150px; }
.flower-hero-2 { right: -40px; top: calc(var(--header-h) + 150px); width: 110px; }

/* Wellen */
.wave { position: absolute; left: 0; width: 100%; height: clamp(50px, 7vw, 110px); z-index: 5; pointer-events: none; }
.wave-bottom { bottom: -1px; }
.wave-top { top: -1px; }
.hero .wave path, .sortiment-wave path { fill: var(--lilac); }
.wave.cream path { fill: var(--cream); }
.wave.plum path { fill: var(--lilac); }
.wave.dark path { fill: var(--cream); }

@keyframes neon-flicker {
  0% { opacity: .2; } 4% { opacity: 1; } 6% { opacity: .3; } 9% { opacity: 1; }
  14% { opacity: .5; } 16% { opacity: 1; } 40% { opacity: .9; } 42% { opacity: 1; } 100% { opacity: 1; }
}
@keyframes neon-flicker-soft { 0% { opacity: .3; } 10% { opacity: 1; } 14% { opacity: .4; } 20%, 100% { opacity: 1; } }

/* ---------- Sortiment ---------- */
.sortiment { position: relative; background: var(--lilac); padding: 40px 0 150px; overflow-x: clip; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.carousel-ctrl { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; }
.carousel-ctrl span { margin-right: 8px; }
.round-btn { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--mauve); background: transparent; display: grid; place-items: center; transition: background .25s, box-shadow .25s; }
.round-btn svg { width: 20px; height: 20px; stroke: var(--mauve); fill: none; stroke-width: 2; }
.round-btn:hover { background: var(--mauve); box-shadow: 0 0 16px rgba(255,63,164,.6); }
.round-btn:hover svg { stroke: #fff; }

.cat-track {
  display: flex; gap: clamp(16px, 2.4vw, 32px);
  padding: 10px 0 30px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none;
}
.cat-track::-webkit-scrollbar { display: none; }
.cat-card {
  flex: 1 1 0; min-width: 0; scroll-snap-align: start;
  display: flex; flex-direction: column; gap: 14px; padding: 8px 8px 14px; border-radius: var(--radius);
}
.cat-visual { position: relative; aspect-ratio: 1.08; display: grid; place-items: center; transition: transform .4s var(--ease); }
.cat-visual .blob { position: absolute; inset: 0; width: 100%; height: 100%; fill: var(--blob); transition: transform .6s var(--ease), filter .4s; }
.neon-icon { position: relative; width: 92%; display: block; }
.neon-icon img { width: 100%; height: auto; transition: filter .35s var(--ease), transform .5s var(--ease); }
.cat-card h3 { font-size: clamp(17px, 1.4vw, 20px); font-weight: 600; padding-left: 8px; text-align: center; }
.cat-line { display: flex; align-items: center; justify-content: center; gap: 8px; }
.cat-line i { height: 3px; width: 44%; border-radius: 3px; background: rgba(154,76,147,.28); position: relative; overflow: hidden; }
.cat-line i::after { content: ""; position: absolute; inset: 0; background: var(--mauve); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.cat-line svg { width: 22px; height: 22px; stroke: var(--mauve); fill: none; stroke-width: 1.8; transition: transform .4s var(--ease); }
.cat-card:hover .cat-visual, .cat-card:focus-visible .cat-visual { transform: translateY(-8px); }
.cat-card:hover .blob, .cat-card:focus-visible .blob, .cat-card.lit .blob { transform: scale(1.06) rotate(-6deg); filter: saturate(1.3); }
.cat-card:hover .neon-icon img, .cat-card:focus-visible .neon-icon img, .cat-card.lit .neon-icon img {
  filter: brightness(1.25) saturate(1.15) drop-shadow(0 0 10px var(--neon)) drop-shadow(0 0 26px var(--neon));
  transform: scale(1.05);
}
.cat-card:hover .cat-line i::after, .cat-card.lit .cat-line i::after { transform: scaleX(1); }
.cat-card:hover .cat-line svg { transform: translateX(6px); }
.round-btn[disabled] { opacity: .35; pointer-events: none; }

/* ---------- Marquee ---------- */
.marquee { background: #240b21; overflow: hidden; padding: 18px 0 22px; position: relative; z-index: 6; border-top: 1px solid rgba(255,255,255,.08); }
.marquee-track { display: flex; align-items: center; gap: 34px; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { font-size: clamp(26px, 3.4vw, 44px); font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .02em;
  text-shadow: 0 0 6px #fff, 0 0 18px var(--neon-green), 0 0 36px var(--neon-green); }
.marquee .n-pink { text-shadow: 0 0 6px #fff, 0 0 18px var(--neon-pink), 0 0 36px var(--neon-pink); }
.marquee .n-blue { text-shadow: 0 0 6px #fff, 0 0 18px var(--neon-blue), 0 0 36px var(--neon-blue); }
.marquee .n-yellow { text-shadow: 0 0 6px #fff, 0 0 18px #ffb020, 0 0 36px #ffb020; }
.marquee i { font-style: normal; color: var(--neon-yellow); font-size: 28px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Angebote ---------- */
.angebote { padding: 110px 0 150px; }
.angebote .h2 { font-size: clamp(32px, 4.3vw, 54px); }
.angebote .section-head > .btn { flex: none; margin-bottom: 8px; }
.offer-grid { display: grid; grid-template-columns: 1.65fr 1fr 1fr; gap: 20px; height: clamp(360px, 36vw, 480px); }
.offer-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: box-shadow .4s var(--ease); background: var(--plum); }
.offer-img { position: absolute; inset: 0; clip-path: inset(0 0 0 0 round var(--radius)); }
.offer-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); transition: transform 1.2s var(--ease), filter .6s; }
.offer-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,6,20,.62) 0%, rgba(20,6,20,0) 50%); pointer-events: none; }
.offer-card:hover { box-shadow: 0 0 0 2px #ffd0f0, 0 0 24px rgba(255,63,164,.55), 0 30px 60px -24px rgba(54,20,47,.7); }
.offer-card:hover .offer-img img { transform: scale(1.2); filter: saturate(1.15); }
.offer-text { position: absolute; left: 24px; bottom: 22px; right: 24px; z-index: 2; color: #fff; }
.offer-text .script { font-size: clamp(34px, 3.2vw, 52px); line-height: .95; transform: rotate(-6deg); transform-origin: left bottom; text-shadow: 0 2px 12px rgba(0,0,0,.4); transition: text-shadow .4s; }
.offer-card:not(.big) .offer-text .script { font-size: clamp(28px, 2.4vw, 38px); }
.offer-card:hover .offer-text .script { text-shadow: 0 0 6px #fff, 0 0 20px var(--neon-pink), 0 0 40px var(--neon-pink); }
.doodle-rays { position: absolute; left: 62%; bottom: 66%; display: block; }
.doodle-rays i { position: absolute; width: 4px; height: 26px; background: #fff; border-radius: 4px; transform-origin: bottom; }
.doodle-rays i:nth-child(1) { transform: rotate(-30deg); }
.doodle-rays i:nth-child(2) { transform: rotate(10deg) translate(10px, 4px); }
.doodle-rays i:nth-child(3) { transform: rotate(55deg) translate(16px, 10px); }
.doodle-rays i { transition: height .4s var(--ease); }
.offer-card:hover .doodle-rays i { height: 34px; }
.offer-tag { position: absolute; top: 16px; left: 16px; z-index: 2; background: rgba(255,255,255,.9); color: var(--plum); font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; transform: translateY(-10px); opacity: 0; transition: .4s var(--ease); }
.offer-card:hover .offer-tag { transform: none; opacity: 1; }

/* ---------- Anlässe ---------- */
.anlass { position: relative; background: var(--plum); color: #fff; padding: clamp(80px, 9vw, 120px) 0 clamp(90px, 10vw, 130px); overflow: hidden; }
.anlass .h2 { font-size: clamp(34px, 4.4vw, 58px); }
.anlass .wave-top path { fill: var(--cream); }
.anlass-bg { position: absolute; inset: 0; }
.anlass-img { position: absolute; right: 0; top: 0; width: 68%; height: 100%; object-fit: cover; object-position: 55% 60%; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%); mask-image: linear-gradient(90deg, transparent 0%, #000 34%); opacity: 0; transform: scale(1.08); transition: opacity .8s var(--ease), transform 1.6s var(--ease); }
.anlass-img.active { opacity: 1; transform: scale(1); }
.anlass-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(74,31,70,.5) 0%, rgba(74,31,70,0) 45%); }
.anlass-inner { position: relative; z-index: 3; max-width: 100%; }
.anlass-inner > * { max-width: 46%; }
.anlass-inner > .tabs { max-width: 58%; }
.anlass .h2 { margin-bottom: 22px; }
.tabs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.tabs button {
  padding: 11px 24px; border-radius: 999px; background: rgba(255,255,255,.06); color: #fff;
  border: 1.5px solid rgba(255,255,255,.7); font-weight: 600; font-size: 16px;
  transition: background .3s, border-color .3s, box-shadow .3s, color .3s;
}
.tabs button:hover { border-color: #fff; box-shadow: 0 0 10px rgba(255,255,255,.6), inset 0 0 10px rgba(255,255,255,.2); }
.tabs button[aria-selected="true"] {
  background: var(--neon-yellow); color: var(--ink); border-color: var(--neon-yellow);
  box-shadow: 0 0 10px var(--neon-yellow), 0 0 30px rgba(255,225,74,.6);
}
.tab-panel { max-width: 440px; }
.tab-title { color: #fff; font-size: clamp(26px, 2.6vw, 34px); font-weight: 800; margin-bottom: 8px; }
.tab-text { color: #eedcec; font-size: 17px; margin-bottom: 22px; }
.tab-panel.swap .tab-title, .tab-panel.swap .tab-text { animation: swap-in .6s var(--ease); }
@keyframes swap-in { from { opacity: 0; transform: translateY(14px); filter: blur(4px); } }
.anlass-note { position: absolute; z-index: 3; right: 20%; top: 12%; font-size: clamp(28px, 2.6vw, 40px); line-height: .95; color: #fff; transform: rotate(-8deg); text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.flower-anlass { right: -34px; top: 8px; width: 110px; z-index: 4; }

/* ---------- Über uns ---------- */
.about { padding: 120px 0 170px; overflow-x: clip; }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: center; }
.team-card { position: relative; margin: 0; }
.team-placeholder {
  position: relative; aspect-ratio: 4/3.2; border-radius: var(--radius); overflow: hidden;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,225,74,.35), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255,63,164,.25), transparent 45%),
    repeating-linear-gradient(90deg, #6b3a5f 0 60px, #5a2f50 60px 64px),
    var(--plum);
  box-shadow: var(--shadow);
  display: grid; place-items: center;
}
.team-hint { display: grid; justify-items: center; gap: 12px; text-align: center; color: #fff; background: rgba(30,10,30,.55); padding: 26px 34px; border-radius: 18px; backdrop-filter: blur(6px); }
.team-hint img { border-radius: 50%; background: #fff; width: 84px; height: 84px; }
.chalk { position: absolute; right: 6%; top: 8%; background: #2a2a2a; border: 8px solid #8b6041; border-radius: 6px; padding: 12px 18px; color: #f3efe6; font-family: "Caveat", cursive; font-size: 26px; line-height: 1; transform: rotate(3deg); box-shadow: 0 10px 20px rgba(0,0,0,.35); }
.chalk svg { width: 26px; margin-top: 6px; fill: none; stroke: #f3efe6; stroke-width: 2; }
.team-card figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; }
.flower-team-1 { left: -34px; bottom: 20px; width: 90px; }
.flower-team-2 { right: 26%; bottom: -30px; width: 70px; }
.badge { display: inline-block; background: var(--mauve); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px; margin-bottom: 20px; }
.about-script { position: relative; font-size: clamp(40px, 4.6vw, 64px); color: var(--mauve); line-height: 1; margin: 6px 0 22px; display: inline-block; }
.doodle-heart { position: absolute; right: -20px; top: -54px; width: 44px; fill: none; stroke: var(--mauve); stroke-width: 3; transform: rotate(12deg); }
.doodle-heart path { stroke-dasharray: 160; stroke-dashoffset: 160; transition: stroke-dashoffset 1.4s var(--ease); }
.about-script.in .doodle-heart path { stroke-dashoffset: 0; }
.about-lead { font-size: 20px; margin-bottom: 28px; }
.stats { display: flex; gap: 28px; list-style: none; padding: 0; margin: 0 0 32px; flex-wrap: wrap; }
.stats li { display: grid; gap: 2px; }
.stats strong { font-size: 40px; font-weight: 800; color: var(--plum); line-height: 1; }
.stats span { font-size: 14px; color: var(--muted); max-width: 140px; }

/* ---------- Kontakt ---------- */
.kontakt { position: relative; background: var(--plum-dark); color: #fff; padding: 140px 0 110px; overflow-x: clip; }
.kontakt-grid { position: relative; display: grid; grid-template-columns: 1fr 1.15fr; gap: 50px; align-items: center; }
.kontakt .h2 { margin-bottom: 30px; }
.info-card { list-style: none; margin: 0 0 30px; padding: 24px 28px; border-radius: var(--radius); background: rgba(154,76,147,.55); display: grid; gap: 18px; max-width: 460px; border: 1px solid rgba(255,255,255,.1); }
.info-card li { display: flex; gap: 20px; align-items: center; }
.info-card svg { width: 30px; height: 30px; flex: none; fill: none; stroke: #fff; stroke-width: 1.6; transition: filter .3s, stroke .3s; }
.info-card li:hover svg { stroke: #ffd0f0; filter: drop-shadow(0 0 4px var(--neon-pink)) drop-shadow(0 0 10px var(--neon-pink)); }
.info-card strong { display: block; font-size: 18px; }
.info-card span { color: #ecd8ea; font-size: 15px; line-height: 1.5; }
.info-card .plain-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); transition: border-color .3s, text-shadow .3s; }
.info-card .plain-link:hover { border-color: var(--neon-pink); text-shadow: 0 0 8px var(--neon-pink); }
.open-state { display: inline-block; margin-left: 8px; padding: 2px 9px; border-radius: 999px; font-size: 12px; font-style: normal; font-weight: 600; vertical-align: 2px; }
.open-state.is-open { background: rgba(62,224,122,.18); color: #7dffab; box-shadow: 0 0 8px rgba(62,224,122,.5); }
.open-state.is-closed { background: rgba(255,63,164,.16); color: #ffa9d6; }
.map-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 600/460; box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
.map { width: 100%; height: 100%; }
.map-consent { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 16px 18px; background: linear-gradient(0deg, rgba(251,246,238,.98) 0%, rgba(251,246,238,.92) 70%, rgba(251,246,238,0) 100%); display: grid; gap: 8px; justify-items: start; }
.map-consent p { color: var(--ink); font-size: 15px; }
.map-consent small { color: var(--muted); font-size: 11.5px; line-height: 1.4; max-width: 420px; }
.map-consent small a { text-decoration: underline; }
.map-frame { position: absolute; inset: 0; z-index: 4; display: none; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-card.loaded .map-frame { display: block; }
.map-card.loaded .map-consent, .map-card.loaded .pin, .map-card.loaded .map { display: none; }
.map-card.loaded { background: #e8e0e6; }
.pin { position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%); width: 34%; }
.pin-head { position: relative; aspect-ratio: 1; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--plum); padding: 9%; box-shadow: 0 18px 30px -10px rgba(54,20,47,.7); animation: pin-float 3s ease-in-out infinite; }
.pin-head img { width: 100%; height: 100%; border-radius: 50%; background: #fff; transform: rotate(45deg); }
.pin-shadow { width: 40%; height: 14px; margin: 18% auto 0; border-radius: 50%; background: rgba(54,20,47,.3); filter: blur(3px); animation: pin-shadow 3s ease-in-out infinite; }
.map-card:hover .pin-head { box-shadow: 0 0 0 4px #ffd0f0, 0 0 30px var(--neon-pink), 0 18px 30px -10px rgba(54,20,47,.7); }
@keyframes pin-float { 50% { translate: 8px -8px; } }
@keyframes pin-shadow { 50% { transform: scale(.8); opacity: .6; } }
.pin::before { content: ""; position: absolute; left: 50%; top: 100%; width: 40%; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -50%); border: 3px solid var(--neon-pink); opacity: 0; animation: ping 2.4s infinite; }
@keyframes ping { 0% { opacity: .9; transform: translate(-50%, -50%) scale(.3); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(2.4); } }
.flower-kontakt { left: 38%; bottom: -40px; width: 110px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--cream); padding: 60px 0 30px; overflow-x: clip; }
.footer-top { position: relative; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid #cfc3cc; }
.footer-brand img { width: 96px; height: 96px; border-radius: 50%; background: #fff; transition: transform .6s var(--ease); }
.footer-brand:hover img { transform: rotate(360deg); }
.footer-claim { font-size: 34px; line-height: 1; color: var(--ink); transform: rotate(-4deg); }
.footer-nav { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 60px; justify-self: center; }
.footer-nav a { font-weight: 400; }
.social { display: flex; gap: 16px; }
.social svg { width: 30px; height: 30px; fill: none; stroke: var(--ink); stroke-width: 1.8; transition: stroke .3s, filter .3s, transform .3s; }
.social .fill { fill: var(--ink); stroke: none; }
.social a:hover svg { stroke: var(--neon-pink); transform: translateY(-3px); filter: drop-shadow(0 0 4px var(--neon-pink)) drop-shadow(0 0 12px var(--neon-pink)); }
.flower-footer { right: -110px; top: -60px; width: 80px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 22px; font-size: 14px; }
.legal + .site-footer .footer-bottom { border-top: 1px solid #cfc3cc; }
.footer-bottom nav { display: flex; gap: 32px; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--mauve); }
.made-by { margin-top: 18px; font-size: 13px; color: var(--muted); text-align: center; }
.made-by a { font-weight: 600; color: var(--text); border-bottom: 1px solid transparent; transition: color .3s, border-color .3s, text-shadow .3s; }
.made-by a:hover { color: var(--mauve); border-color: var(--neon-pink); text-shadow: 0 0 10px rgba(255,63,164,.6); }

/* ---------- Back-to-top ---------- */
.to-top {
  position: fixed; right: 22px; bottom: calc(22px + env(safe-area-inset-bottom, 0px)); z-index: 60;
  width: 52px; height: 52px; border-radius: 50%; border: 2px solid #ffd0f0;
  background: var(--plum); color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 24px -10px rgba(54,20,47,.7), 0 0 14px rgba(255,63,164,.45);
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility 0s .35s, box-shadow .3s;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.to-top svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s var(--ease); }
.to-top:hover { box-shadow: 0 0 0 2px #ffd0f0, 0 0 18px var(--neon-pink), 0 0 40px rgba(255,63,164,.6); background: var(--mauve); }
.to-top:hover svg { transform: translateY(-3px); }
@media (max-width: 760px) { .to-top { width: 46px; height: 46px; right: 16px; } }

/* ---------- Reveal-Grundzustände (nur mit JS) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); }
.js .split .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .08em; margin-bottom: -.08em; }
.js .split .w > span { display: inline-block; }
.js .split { visibility: hidden; }
.js .split.ready { visibility: visible; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .offer-grid { grid-template-columns: 1fr 1fr; height: auto; }
  .offer-card { aspect-ratio: 3/4; }
  .offer-card.big { grid-column: 1 / -1; aspect-ratio: 16/10; }
  .footer-top { grid-template-columns: auto 1fr; }
  .footer-nav { justify-self: start; }
  .anlass-note { display: none; }
}
@media (max-width: 860px) {
  :root { --header-h: 70px; }
  .main-nav, .header-cta { display: none; }
  .burger { display: block; }
  .brand img { width: 78px; height: 78px; }
  .site-header.scrolled .brand img { width: 58px; height: 58px; }
  .about-grid, .kontakt-grid { grid-template-columns: 1fr; }
  .anlass-img { width: 100%; height: 55%; top: auto; bottom: 0; -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 35%); mask-image: linear-gradient(180deg, transparent 0%, #000 35%); }
  .anlass-shade { display: none; }
  .anlass-shade { background: linear-gradient(180deg, var(--plum) 0%, var(--plum) 48%, rgba(74,31,70,.4) 62%, rgba(74,31,70,.1) 100%); }
  .anlass { padding-bottom: 60vw; }
  .anlass-inner > * { max-width: 100%; }
}
@media (max-width: 900px) {
  .hero-poster img, .hero-video, .hero-fallback img { object-position: 50% 50%; }
  .hero-shade { background: linear-gradient(180deg, rgba(31,11,29,1) 0%, rgba(31,11,29,.75) 12%, rgba(31,11,29,0) 34%); }
  .hero-media { top: 42%; }
  .hero-pin { background: #1f0b1d; }
  .hero-content { top: calc(var(--header-h) + 44px); right: 24px; transform: none; }
  .hero-title { font-size: clamp(48px, 14vw, 72px); }
  .hero-lead { margin: 10px 0 14px; }
  .flower-hero-1, .flower-hero-2 { display: none; }
  .hero-actions { display: none; }
  .hero-media { top: 36%; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .btn { padding: 13px 22px; font-size: 16px; }
  .scroll-hint { bottom: 80px; }
  .carousel-ctrl span { display: none; }
  .cat-track { margin-inline: -24px; padding-inline: 24px; scroll-padding-inline: 24px; }
  .cat-card { flex: 0 0 66%; }
  .cat-card h3 { font-size: 19px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card, .offer-card.big { aspect-ratio: 4/3.4; }
  .offer-tag { opacity: 1; transform: none; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-nav { gap: 10px 40px; }
  .flower-footer, .flower-kontakt, .flower-anlass { display: none; }
  /* Einheitliche, kompaktere Abstände zwischen den Bereichen */
  .wave { height: 40px; }
  .section-head { margin-bottom: 20px; }
  .sortiment { padding: 16px 0 72px; }
  .cat-track { padding-bottom: 8px; }
  .angebote { padding: 56px 0 84px; }
  .anlass { padding: 56px 0 58vw; }
  .about { padding: 56px 0 84px; }
  .kontakt { padding: 84px 0 56px; }
  .marquee { padding: 12px 0 14px; }
  .site-footer { padding: 40px 0 24px; }
  .footer-top { padding-bottom: 24px; }
  .chalk { font-size: 17px; padding: 8px 12px; border-width: 5px; }
  .chalk svg { width: 18px; }
  .team-hint { padding: 16px 20px; }
  .team-hint img { width: 60px; height: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .marquee-track { transform: none; }
}
