/* ============================================================
   CAFÉ MIRABELLE — Patisserie & Café Hamburg
   Light-Mode-First · Framboise/Pistazie/Mirabelle · Verzahnt
   ============================================================ */

:root {
  /* Basis (hell, warm, vertrauenerweckend) */
  --cream: #FCF7F0;
  --cream-2: #F6ECDD;
  --paper: #FFFFFF;
  --blush: #F8E7EB;

  /* Text */
  --ink: #33212B;
  --ink-2: #5c4651;
  --muted: #8a7079;

  /* Akzente (branchenspezifisch: Patisserie-Früchte) */
  --rasp: #C8396A;        /* Framboise – Hauptakzent */
  --rasp-700: #A32753;
  --rasp-100: #FBE3EC;
  --plum: #6E2747;        /* tiefes Beeren-Plum (Kontrastband) */
  --plum-2: #571E37;
  --mirabelle: #E7A23C;   /* warmes Fruchtgelb, sparsam */
  --mirabelle-100: #FBEBCF;
  --pist: #7E9A5B;        /* Pistazie – frischer Tertiärton */
  --pist-100: #E9EFDD;

  --line: #ECDBC8;

  --shadow-sm: 0 2px 10px rgba(74, 34, 52, .06);
  --shadow-md: 0 18px 44px -20px rgba(74, 34, 52, .26);
  --shadow-lg: 0 44px 90px -34px rgba(74, 34, 52, .34);

  --r-lg: 30px;
  --r-md: 20px;
  --r-sm: 12px;
  --r-pill: 999px;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-script: "Caveat", "Segoe Script", cursive;

  --container: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: clamp(15.5px, 1.1vw, 17px);
  font-weight: 400;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -.01em; color: var(--ink); }
p { margin: 0 0 1rem; }
address { font-style: normal; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 999;
  background: var(--rasp); color: #fff; padding: 10px 16px; border-radius: var(--r-sm);
  transition: top .2s;
}
.skip-link:focus { top: 16px; }

:focus-visible { outline: 3px solid var(--rasp); outline-offset: 3px; border-radius: 4px; }

/* ---------- Typo-Helfer ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .8rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--rasp-700); margin: 0 0 18px;
}
.eyebrow.center { justify-content: center; }
.eyebrow.light { color: var(--mirabelle-100); }
.eyebrow-line { width: 30px; height: 2px; border-radius: 2px; background: currentColor; opacity: .55; }

.section-title { font-size: clamp(2rem, 4.4vw, 3.3rem); }
.section-title.center { text-align: center; }
.section-title em { font-style: italic; color: var(--rasp); }
.section-title.light { color: #fff; }
.section-title.light em { color: var(--mirabelle); }

.section-head { max-width: 660px; margin: 0 auto 52px; }
.section-intro { color: var(--ink-2); font-size: 1.08rem; text-align: center; margin: 0; }
.section-head .section-intro { margin-top: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--r-pill); font-weight: 600; font-size: .98rem;
  border: 2px solid transparent; transition: transform .18s, box-shadow .25s, background .2s, color .2s;
  white-space: nowrap;
}
.btn-sm { padding: 11px 20px; font-size: .9rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--rasp); color: #fff; box-shadow: 0 14px 30px -12px rgba(200, 57, 106, .6); }
.btn-primary:hover { background: var(--rasp-700); transform: translateY(-3px); box-shadow: 0 20px 38px -12px rgba(200, 57, 106, .65); }
.btn-ghost { background: var(--paper); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { transform: translateY(-3px); border-color: var(--rasp); color: var(--rasp); }
.btn-light { background: var(--mirabelle); color: var(--plum-2); box-shadow: 0 14px 30px -12px rgba(231, 162, 60, .55); }
.btn-light:hover { background: #f2b658; transform: translateY(-3px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn-outline-light:hover { background: rgba(255, 255, 255, .12); transform: translateY(-3px); }

/* ---------- Deko ---------- */
.deco { position: absolute; z-index: 0; pointer-events: none; }
.deco-dot {
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, currentColor 1.6px, transparent 1.7px) 0 0 / 16px 16px;
  color: rgba(200, 57, 106, .22); opacity: .8;
}
.deco-ring { border-radius: 50%; border: 1.5px dashed rgba(255, 255, 255, .35); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  transition: background .3s, box-shadow .3s, padding .3s;
  padding: 18px 0;
}
.site-header.scrolled {
  background: rgba(252, 247, 240, .92);
  box-shadow: 0 8px 30px -18px rgba(74, 34, 52, .4);
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; flex: none; display: grid; place-items: center;
  background: var(--paper); border-radius: 50%; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.brand-mark svg { width: 30px; height: 30px; }
.brand-mark.light { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .2); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.32rem; letter-spacing: -.02em; }
.brand-sub { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

.nav { display: flex; gap: 30px; }
.nav a {
  position: relative; font-weight: 500; color: var(--ink-2); font-size: .98rem; padding: 4px 0;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--rasp); border-radius: 2px; transition: width .25s;
}
.nav a:hover, .nav a.active { color: var(--ink); }
.nav a:hover::after, .nav a.active::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); font-size: .95rem; }
.phone-link:hover { color: var(--rasp); }
.phone-ic { width: 18px; height: 18px; color: var(--rasp); }

.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: clamp(120px, 16vh, 170px) 0 130px;
  background:
    radial-gradient(60% 60% at 88% 8%, var(--blush) 0%, transparent 60%),
    radial-gradient(50% 50% at 6% 90%, var(--pist-100) 0%, transparent 55%),
    var(--cream);
}
.hero .d1 { top: 100px; right: 4%; color: rgba(231, 162, 60, .3); }
.hero .d2 { bottom: 180px; left: 2%; width: 150px; height: 150px; }

.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
}
.hero-copy { max-width: 560px; }
.hero-title { font-size: clamp(2.7rem, 6.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.025em; }
.hero-title em { font-style: italic; color: var(--rasp); position: relative; }
.hero-lead {
  font-family: var(--font-display); font-size: clamp(1.3rem, 2.4vw, 1.75rem); font-weight: 500;
  font-style: italic; color: var(--ink-2); margin: 18px 0 14px;
}
.hero-text { color: var(--ink-2); font-size: 1.08rem; max-width: 500px; margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.hero-phone { color: var(--muted); font-size: .98rem; }
.hero-phone a { color: var(--rasp-700); text-decoration: underline; text-decoration-color: rgba(200, 57, 106, .3); text-underline-offset: 4px; }
.hero-phone a:hover { text-decoration-color: var(--rasp); }

/* Hero-Visual: Breakout-Komposition */
.hero-visual { position: relative; min-height: 460px; }
.hero-blob {
  position: absolute; inset: 6% 4% 8% 6%;
  background: linear-gradient(150deg, var(--mirabelle-100), var(--rasp-100) 70%, var(--blush));
  border-radius: 47% 53% 44% 56% / 55% 47% 53% 45%;
  box-shadow: var(--shadow-lg);
  animation: morph 14s ease-in-out infinite;
}
@keyframes morph {
  0%, 100% { border-radius: 47% 53% 44% 56% / 55% 47% 53% 45%; }
  50% { border-radius: 56% 44% 57% 43% / 44% 56% 44% 56%; }
}
.hero-cake {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -52%);
  width: 64%; filter: drop-shadow(0 26px 30px rgba(110, 39, 71, .28));
}
.float-card {
  position: absolute; background: var(--paper); border-radius: 22px; padding: 14px;
  box-shadow: var(--shadow-md); border: 1px solid var(--line); width: 96px; height: 96px;
}
.float-card svg { width: 100%; height: 100%; }
.float-praline { top: 4%; right: 0; animation: floaty 6s ease-in-out infinite; }
.float-coffee { bottom: 6%; left: -4%; animation: floaty 7s ease-in-out infinite .8s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.float-fruit { position: absolute; filter: drop-shadow(0 8px 12px rgba(110, 39, 71, .2)); }
.float-fruit svg { width: 100%; height: 100%; }
.ff1 { width: 58px; top: 12%; left: 2%; animation: floaty 5.5s ease-in-out infinite .3s; }
.ff2 { width: 50px; bottom: 16%; right: 8%; animation: floaty 6.5s ease-in-out infinite; }

.seal {
  position: absolute; top: -16px; right: -6px; width: 132px; height: 132px;
  animation: spin 26s linear infinite;
}
.seal svg { width: 100%; height: 100%; }
.seal-text { font-family: var(--font-body); font-size: 11.2px; font-weight: 600; letter-spacing: .12em; fill: var(--rasp-700); }
.seal-c1 { font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: .25em; fill: var(--rasp); text-anchor: middle; }
.seal-c2 { font-family: var(--font-display); font-size: 26px; font-weight: 700; fill: var(--plum); text-anchor: middle; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Stats */
.stats {
  position: relative; z-index: 3; margin-top: 72px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--paper); border-radius: var(--r-md); box-shadow: var(--shadow-md);
  border: 1px solid var(--line); overflow: hidden;
}
.stats li { padding: 24px 20px; text-align: center; border-right: 1px solid var(--line); }
.stats li:last-child { border-right: 0; }
.stats strong { display: block; font-family: var(--font-display); font-size: 1.9rem; color: var(--rasp); line-height: 1; }
.stats span { font-size: .86rem; color: var(--muted); margin-top: 6px; display: block; }

/* ---------- Wellen-Übergänge ---------- */
.wave { position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; z-index: 1; }
.wave svg { width: 100%; height: 90px; }
.wave-cream path { fill: var(--cream); }
.wave-plum path { fill: var(--plum); }
.wave-cream2 path { fill: var(--cream); }

/* ---------- Laufband ---------- */
.marquee { background: var(--rasp); color: #fff; overflow: hidden; padding: 14px 0; }
.marquee-track { display: flex; align-items: center; gap: 26px; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; white-space: nowrap; }
.marquee-track .m-dot { color: var(--mirabelle); font-style: normal; font-size: .9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   SECTIONS – allgemein
   ============================================================ */
.section { position: relative; padding: clamp(64px, 9vw, 104px) 0; }

/* ---------- ÜBER UNS ---------- */
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }

.about-visual { position: relative; min-height: 420px; }
.about-frame {
  position: relative; aspect-ratio: 4/5; max-width: 360px; margin-inline: auto;
  background: linear-gradient(160deg, var(--pist-100), var(--mirabelle-100));
  border-radius: var(--r-lg) var(--r-lg) 120px var(--r-lg);
  box-shadow: var(--shadow-lg);
}
.about-tile {
  position: absolute; background: var(--paper); border-radius: 20px; box-shadow: var(--shadow-md);
  border: 1px solid var(--line); display: grid; place-items: center; padding: 16px;
}
.about-tile svg { width: 100%; height: 100%; }
.tile-a { width: 130px; height: 130px; top: 8%; left: -28px; z-index: 2; }
.tile-b { width: 150px; height: 150px; top: 34%; right: -34px; z-index: 3; }
.tile-c { width: 120px; height: 120px; bottom: 6%; left: 14%; z-index: 2; }
.signature {
  position: absolute; bottom: -6px; right: 2%; font-family: var(--font-script);
  font-size: 2.1rem; color: var(--rasp); transform: rotate(-6deg); z-index: 4;
}
.about-fruit { position: absolute; top: -22px; right: 8%; width: 56px; animation: floaty 6s ease-in-out infinite; }

.about-copy p { color: var(--ink-2); }
.value-list { margin-top: 28px; display: grid; gap: 14px; }
.value-list li { display: flex; gap: 16px; align-items: flex-start; }
.value-ic {
  flex: none; width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  background: var(--paper); box-shadow: var(--shadow-sm); border: 1px solid var(--line); padding: 9px;
}
.value-ic svg { width: 100%; height: 100%; }
.value-list strong { display: block; font-family: var(--font-display); font-size: 1.12rem; }
.value-list span span, .value-list li > span:last-child { color: var(--ink-2); font-size: .96rem; }
.value-list li > span:last-child { display: flex; flex-direction: column; line-height: 1.4; }

/* ---------- SPEZIALITÄTEN ---------- */
.specials {
  background:
    radial-gradient(45% 40% at 90% 0%, var(--mirabelle-100) 0%, transparent 60%),
    var(--cream-2);
  padding-bottom: 150px;
}
.specials .s1 { top: 60px; left: -30px; width: 180px; height: 180px; color: rgba(126, 154, 91, .35); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  position: relative; background: var(--paper); border-radius: var(--r-md); padding: 30px 26px 28px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .25s, box-shadow .25s; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px;
  background: linear-gradient(90deg, var(--rasp), var(--mirabelle)); transform: scaleX(0);
  transform-origin: left; transition: transform .3s;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.card:hover::before { transform: scaleX(1); }
.card:nth-child(even) { transform: translateY(28px); }
.card:nth-child(even):hover { transform: translateY(20px); }
.card-art {
  width: 92px; height: 92px; border-radius: 22px; display: grid; place-items: center;
  padding: 14px; margin-bottom: 18px;
}
.card-art svg { width: 100%; height: 100%; }
.art-rasp { background: var(--rasp-100); }
.art-choco { background: #efe2da; }
.art-amber { background: var(--mirabelle-100); }
.art-pist { background: var(--pist-100); }
.art-cream { background: #f3ebdc; }
.art-coffee { background: #ece2d2; }
.card h3 { font-size: 1.32rem; margin-bottom: 8px; }
.card p { color: var(--ink-2); font-size: .96rem; margin: 0; }

/* ---------- TORTEN AUF BESTELLUNG (Kontrastband) ---------- */
.order {
  background: linear-gradient(180deg, var(--plum) 0%, var(--plum-2) 100%);
  color: #fff; padding-bottom: 150px;
}
.order .r1 { width: 360px; height: 360px; top: -80px; right: -90px; z-index: 2; }
.order .r2 { width: 220px; height: 220px; bottom: 60px; left: -70px; }
.order-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 6vw, 80px); align-items: center; position: relative; z-index: 2; }
.order-text { color: rgba(255, 255, 255, .82); font-size: 1.08rem; max-width: 520px; }

.steps { display: grid; gap: 16px; margin: 30px 0; }
.steps li { display: flex; gap: 18px; align-items: flex-start; }
.step-no {
  flex: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
  background: var(--mirabelle); color: var(--plum-2);
}
.steps strong { display: block; font-family: var(--font-display); font-size: 1.15rem; }
.steps div { color: rgba(255, 255, 255, .78); font-size: .96rem; line-height: 1.45; }
.steps div strong { color: #fff; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.chips li {
  padding: 8px 18px; border-radius: var(--r-pill); font-size: .9rem; font-weight: 500;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22);
}
.order-cta { display: flex; flex-wrap: wrap; gap: 14px; }

.order-visual { position: relative; display: grid; place-items: center; min-height: 360px; }
.order-cake-big {
  width: 74%; max-width: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, .14), transparent 65%);
  filter: drop-shadow(0 30px 36px rgba(0, 0, 0, .35));
  animation: floaty 7s ease-in-out infinite;
}
.order-fruit { position: absolute; filter: drop-shadow(0 12px 14px rgba(0, 0, 0, .3)); }
.of1 { width: 70px; top: 6%; left: 8%; animation: floaty 6s ease-in-out infinite .4s; }
.of2 { width: 96px; bottom: 4%; right: 4%; animation: floaty 7.5s ease-in-out infinite .9s; }

/* ---------- CAFÉ ---------- */
.cafe { background: var(--cream); }
.cafe-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 5vw, 70px); align-items: center; }
.cafe-copy p { color: var(--ink-2); }
.cafe-feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 30px; }
.cafe-feature { display: flex; flex-direction: column; gap: 6px; }
.cafe-feature .value-ic { width: 50px; height: 50px; }
.cafe-feature strong { font-family: var(--font-display); font-size: 1.05rem; margin-top: 4px; }
.cafe-feature span:last-child { font-size: .9rem; color: var(--ink-2); }

.hours-card {
  position: relative; background: var(--paper); border-radius: var(--r-lg);
  padding: 34px; box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.hours-card::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--r-lg);
  border: 2px solid transparent; background: linear-gradient(150deg, var(--mirabelle), var(--rasp)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: .5;
}
.hours-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.hours-ic { width: 50px; height: 50px; flex: none; background: var(--rasp-100); border-radius: 14px; padding: 8px; }
.hours-ic.small { width: 38px; height: 38px; padding: 6px; }
.hours-head h3 { font-size: 1.5rem; }
.hours-list li {
  display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px dashed var(--line);
  font-size: 1rem;
}
.hours-list li span:first-child { color: var(--ink-2); }
.hours-list li span:last-child { font-weight: 600; }
.hours-list .closed { color: var(--rasp); }
.hours-foot { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.hours-foot address { font-weight: 600; line-height: 1.4; }

/* ---------- KONTAKT ---------- */
.contact {
  background:
    radial-gradient(50% 45% at 5% 0%, var(--pist-100) 0%, transparent 55%),
    radial-gradient(45% 40% at 100% 100%, var(--blush) 0%, transparent 60%),
    var(--cream-2);
}
.contact .c1 { bottom: 40px; right: -20px; width: 170px; height: 170px; color: rgba(231, 162, 60, .3); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: start; }

.contact-info { display: grid; gap: 14px; align-content: start; }
.info-row {
  display: flex; align-items: center; gap: 16px; background: var(--paper); padding: 16px 20px;
  border-radius: var(--r-md); box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .2s;
}
a.info-row:hover { transform: translateX(4px); }
.info-ic { width: 44px; height: 44px; flex: none; display: grid; place-items: center; background: var(--rasp-100); border-radius: 12px; color: var(--rasp); padding: 9px; }
.info-ic svg { width: 100%; height: 100%; }
.info-row small { display: block; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.info-row strong { font-size: 1.04rem; }
.info-hours { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.info-hours strong { display: block; font-family: var(--font-display); margin-bottom: 4px; }
.info-hours p { margin: 0; color: var(--ink-2); font-size: .95rem; }
.info-note {
  display: flex; gap: 12px; align-items: flex-start; background: var(--rasp-100);
  border-radius: var(--r-md); padding: 16px 18px; font-size: .92rem; color: var(--rasp-700);
}
.note-heart { width: 24px; height: 24px; flex: none; margin-top: 2px; }

.contact-form { background: var(--paper); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 38px); box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; display: flex; flex-direction: column; }
.field label { font-size: .86rem; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.field input, .field select, .field textarea {
  font: inherit; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--cream); color: var(--ink); transition: border-color .2s, box-shadow .2s; width: 100%;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--rasp); box-shadow: 0 0 0 4px var(--rasp-100); background: #fff;
}
.field input::placeholder, .field textarea::placeholder { color: #b6a3aa; }
.form-note { margin: 14px 0 0; padding: 14px 16px; border-radius: var(--r-sm); font-size: .94rem; background: var(--pist-100); color: #4d6334; font-weight: 500; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { position: relative; background: var(--plum); color: rgba(255, 255, 255, .8); padding: 110px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.footer .brand-name { color: #fff; }
.footer .brand-sub { color: rgba(255, 255, 255, .55); }
.footer-brand p { margin: 18px 0 20px; max-width: 320px; font-size: .96rem; }
.socials { display: flex; gap: 12px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .15); transition: background .2s, transform .2s; }
.socials a svg { width: 20px; height: 20px; fill: #fff; }
.socials a:hover { background: var(--mirabelle); transform: translateY(-3px); }
.socials a:hover svg { fill: var(--plum-2); }

.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; font-family: var(--font-display); }
.footer-col a, .footer-col p, .footer-col address { display: block; color: rgba(255, 255, 255, .75); margin-bottom: 9px; font-size: .96rem; transition: color .2s; }
.footer-col a:hover { color: var(--mirabelle); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .88rem;
}
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--mirabelle); }
.inline-heart, .footer-bottom .inline-heart { color: var(--mirabelle); }

.footer-credit { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 20px; }
.footer-credit p { margin: 0; font-size: .88rem; color: rgba(255, 255, 255, .68); font-family: var(--font-display); font-style: italic; letter-spacing: .01em; }
.footer-credit .inline-heart { font-style: normal; }
.footer-credit a { color: var(--mirabelle); font-weight: 600; font-style: normal; transition: color .2s; }
.footer-credit a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.credit-rule { height: 1px; width: clamp(30px, 8vw, 64px); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35)); }
.credit-rule:last-child { background: linear-gradient(90deg, rgba(255, 255, 255, .35), transparent); }

/* ============================================================
   REVEAL-Animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .header-actions .phone-link, .header-actions .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0;
    background: var(--paper); padding: 12px var(--gutter) 22px; box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--line);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .3s, transform .3s, visibility .3s;
    z-index: -1;
  }
  .site-header.menu-open .nav {
    opacity: 1; visibility: visible; transform: translateY(0);
  }
  .site-header.menu-open .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .site-header { background: rgba(252, 247, 240, .96); }

  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-visual { min-height: 380px; order: -1; max-width: 420px; margin-inline: auto; width: 100%; }
  .about-grid, .order-grid, .cafe-grid, .contact-grid { grid-template-columns: 1fr; }
  .order-visual { min-height: 280px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .card:nth-child(even) { transform: none; }
  .card:nth-child(even):hover { transform: translateY(-8px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-visual { min-height: 380px; margin-bottom: 20px; }
}

@media (max-width: 620px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .stats li:nth-child(2) { border-right: 0; }
  .stats li:nth-child(1), .stats li:nth-child(2) { border-bottom: 1px solid var(--line); }
  .cards { grid-template-columns: 1fr; }
  .cafe-feature-row { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-cta .btn, .order-cta .btn { flex: 1; }
  .seal { width: 104px; height: 104px; top: -8px; }
  .float-card { width: 76px; height: 76px; }
}

/* ============================================================
   MOTION-PRÄFERENZEN
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
