@font-face {
  font-family: "Bricolage";
  src: url("/assets/fonts/bricolage.woff2") format("woff2-variations"), url("/assets/fonts/bricolage.woff2") format("woff2");
  font-weight: 400 800; font-stretch: 80% 100%; font-display: swap;
}

:root {
  --wall: #52697e;
  --wall-deep: #45596b;
  --wall-ink: #f4f2ee;
  --wall-soft: #e3e7ea;
  --slate: #26313b;
  --slate-2: #3b4a58;
  --paper: #f2f1ed;
  --paper-ink: #26313b;
  --paper-soft: #5d6b78;
  --line: rgba(38, 49, 59, 0.12);
  --oak-hi: #dcb485;
  --oak: #b98a57;
  --oak-lo: #8a5f38;
  --copper: #c9864f;
  --open: #3f9a62;
  --shadow-wall: rgba(18, 28, 38, 0.55);

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --pad: clamp(1.1rem, 3vw, 2.5rem);

  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) { --wall: #3f5163; --wall-deep: #33434f; --shadow-wall: rgba(5, 10, 15, 0.7); }
}
:root[data-theme="dark"] { --wall: #3f5163; --wall-deep: #33434f; --shadow-wall: rgba(5, 10, 15, 0.7); }

*, *::before, *::after { box-sizing: border-box; }
html { height: 100%; scroll-padding-top: env(safe-area-inset-top, 0px); }
body {
  margin: 0; min-height: 100%;
  font-family: "Bricolage", ui-sans-serif, system-ui, sans-serif;
  font-optical-sizing: auto;
  color: var(--wall-ink);
  background: var(--wall);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--oak-hi); color: var(--slate); }
:focus-visible { outline: 2px solid var(--oak-hi); outline-offset: 3px; border-radius: 6px; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Die Wand ---------- */
.stage {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: grid; grid-template-rows: auto 1fr auto;
  padding: 0 var(--pad);
  background:
    radial-gradient(90% 70% at 72% 45%, rgba(255, 244, 225, 0.16), transparent 60%),
    linear-gradient(180deg, var(--wall) 0%, var(--wall-deep) 100%);
  transform-origin: 50% 40%;
  transition: transform 0.6s var(--ease-drawer), filter 0.6s var(--ease-drawer), border-radius 0.6s var(--ease-drawer);
  isolation: isolate; overflow: hidden;
}
.stage::before { /* Kalkputz */
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.4; mix-blend-mode: soft-light; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.stage::after { /* Sockelleiste */
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5.25rem; z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.16));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sheet-open .stage { transform: scale(0.965); filter: brightness(0.72) saturate(0.9); border-radius: 1.25rem; }

/* ---------- Kopf ---------- */
.top { display: flex; align-items: center; gap: 1.5rem; height: 5rem; }
.logo { display: inline-flex; text-decoration: none; }
.logo svg { height: clamp(19px, 1.25rem + 0.4vw, 26px); width: auto; --logo-face: var(--wall-ink); --logo-shadow: #33424f; }
.nav { display: flex; gap: 0.25rem; margin-left: auto; }
.nav a {
  position: relative; padding: 0.55rem 0.8rem; border-radius: 999px;
  font-size: 0.98rem; font-weight: 500; text-decoration: none; color: var(--wall-soft);
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) { .nav a:hover { color: var(--wall-ink); background: rgba(255, 255, 255, 0.08); } }
.top-call {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-left: 0.5rem;
  height: 2.75rem; padding: 0 1.1rem; border-radius: 999px;
  background: var(--paper); color: var(--slate); text-decoration: none;
  font-weight: 600; font-size: 0.95rem; font-variant-numeric: tabular-nums; white-space: nowrap;
  box-shadow: 0 8px 20px -12px var(--shadow-wall);
  transition: transform 0.16s var(--ease-out);
}
.top-call:active { transform: scale(0.97); }
.top-call svg { width: 1.05rem; height: 1.05rem; }

/* ---------- Bühne ---------- */
.hero {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: center; gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(0.5rem, 2vh, 2rem) 0 clamp(1rem, 3vh, 2.5rem);
}
.copy { max-width: 40rem; position: relative; z-index: 2; }
.kicker-line { display: flex; flex-wrap: wrap; row-gap: 0.25rem; align-items: center; gap: 0.6rem; margin: 0 0 1.4rem; font-size: 0.98rem; color: var(--wall-soft); }
.kicker-line strong { color: var(--wall-ink); font-weight: 600; }
.stars { display: inline-flex; gap: 2px; color: var(--oak-hi); }
.stars svg { width: 0.95rem; height: 0.95rem; }
h1 {
  margin: 0;
  font-size: clamp(3.1rem, 1.4rem + 5.4vw, 6rem);
  font-weight: 700; font-stretch: 82%;
  line-height: 0.92; letter-spacing: -0.018em;
  text-wrap: balance;
}
h1 .w { display: inline-block; }
.sub { margin: 1.5rem 0 0; max-width: 29rem; font-size: clamp(1.08rem, 1rem + 0.35vw, 1.3rem); line-height: 1.45; color: var(--wall-soft); }
.sub strong { color: var(--wall-ink); font-weight: 600; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem 1.25rem; margin-top: 2rem; }
.btn-call {
  display: inline-flex; align-items: center; gap: 0.9rem;
  padding: 0.5rem 0.5rem 0.5rem 1.4rem; min-height: 3.6rem; border-radius: 999px;
  background: var(--slate); color: var(--wall-ink); text-decoration: none;
  font-weight: 600; font-size: 1.05rem;
  box-shadow: 0 18px 34px -18px var(--shadow-wall);
  transition: transform 0.16s var(--ease-out);
}
.btn-call:active { transform: scale(0.97); }
.btn-call .ico { width: 2.6rem; height: 2.6rem; border-radius: 50%; display: grid; place-items: center; background: var(--oak-hi); color: var(--slate); transition: transform 0.35s var(--ease-out); }
.btn-call .ico svg { width: 1.15rem; height: 1.15rem; }
@media (hover: hover) { .btn-call:hover .ico { transform: rotate(-14deg) scale(1.05); } }
.btn-more {
  display: inline-flex; align-items: center; gap: 0.45rem; text-decoration: none; font-weight: 600;
  padding: 0.35rem 0; border-bottom: 1.5px solid rgba(244, 242, 238, 0.35);
  transition: border-color 0.2s ease;
}
.btn-more svg { width: 1rem; height: 1rem; transition: transform 0.25s var(--ease-out); }
@media (hover: hover) { .btn-more:hover { border-color: var(--wall-ink); } .btn-more:hover svg { transform: translateX(3px); } }

/* ---------- Der Spiegel ---------- */
.scene { position: relative; justify-self: end; padding: 2.5rem 3.5rem 0 0; }
.mirror {
  --mw: min(34vw, 48dvh, 470px);
  --t: clamp(13px, 1.65vw, 24px);
  position: relative; width: var(--mw); height: calc(var(--mw) * 1.42);
  border-radius: calc(var(--mw) / 2) calc(var(--mw) / 2) 1.1rem 1.1rem;
  padding: var(--t);
  background:
    linear-gradient(140deg, rgba(255, 228, 196, 0.22) 0%, rgba(255, 228, 196, 0) 35%, rgba(20, 10, 4, 0) 60%, rgba(20, 10, 4, 0.3) 100%),
    url("/img/walnut.jpg") center / 320px auto repeat,
    #6b4630;
  box-shadow:
    0 50px 80px -40px var(--shadow-wall),
    0 18px 30px -18px rgba(10, 18, 26, 0.45),
    inset 0 1.5px 0 rgba(255, 236, 214, 0.35),
    inset 0 -3px 0 rgba(30, 15, 5, 0.45),
    inset 0 0 0 1px rgba(30, 15, 5, 0.35);
  transform: perspective(1400px) rotateY(var(--ry, 0deg)) rotateX(var(--rx, 0deg));
  will-change: transform;
}
.glass {
  position: relative; width: 100%; height: 100%; overflow: hidden;
  border-radius: calc(var(--mw) / 2 - var(--t)) calc(var(--mw) / 2 - var(--t)) 0.55rem 0.55rem;
  background: #1c252d;
  box-shadow: 0 0 0 1.5px rgba(30, 15, 5, 0.55), 0 0 0 3px rgba(255, 228, 196, 0.12), inset 0 18px 40px rgba(0, 0, 0, 0.35);
}
.shot { position: absolute; inset: -4%; opacity: 0; transition: opacity 1.6s ease; }
.shot.on { opacity: 1; }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (prefers-reduced-motion: no-preference) {
  .shot.on { animation: drift 9s linear both; }
}
@keyframes drift { from { transform: scale(1.02) translate(0.8%, 0.6%); } to { transform: scale(1.1) translate(-0.8%, -0.6%); } }
/* Spiegelungen, solange Fotos fehlen */
.shot.r1 { background: radial-gradient(45% 38% at 68% 30%, rgba(255, 243, 222, 0.95), transparent 70%), radial-gradient(60% 45% at 30% 80%, rgba(185, 138, 87, 0.7), transparent 70%), linear-gradient(185deg, #93a9bb 0%, #647b8f 55%, #5b4633 100%); filter: blur(6px); }
.shot.r2 { background: radial-gradient(35% 30% at 32% 36%, rgba(255, 214, 160, 0.9), transparent 70%), radial-gradient(70% 50% at 80% 90%, rgba(112, 143, 168, 0.8), transparent 70%), linear-gradient(160deg, #7e5d3f 0%, #465563 70%); filter: blur(7px); }
.shot.r3 { background: radial-gradient(55% 40% at 50% 20%, rgba(240, 236, 228, 0.85), transparent 70%), radial-gradient(50% 40% at 20% 70%, rgba(201, 134, 79, 0.55), transparent 70%), linear-gradient(180deg, #6f8aa0 0%, #3d4c5a 100%); filter: blur(6px); }
.glint {
  position: absolute; inset: 0; pointer-events: none; mix-blend-mode: screen;
  background:
    radial-gradient(38% 28% at var(--gx, 30%) var(--gy, 25%), rgba(255, 255, 255, 0.22), transparent 70%),
    linear-gradient(112deg, transparent calc(var(--sx, 20%) - 14%), rgba(255, 255, 255, 0.2) calc(var(--sx, 20%) - 2%), rgba(255, 255, 255, 0.05) var(--sx, 20%), transparent calc(var(--sx, 20%) + 10%));
}
.glass-note {
  position: absolute; left: 0; right: 0; bottom: 1.1rem; text-align: center;
  font-size: 0.78rem; letter-spacing: 0.02em; color: rgba(244, 242, 238, 0.6);
}
.has-photos .glass-note { display: none; }

/* Siegel */
.mirror-in { position: relative; }
.seal {
  position: absolute; left: -2.1rem; bottom: 2.2rem; z-index: 5;
  width: 6.4rem; height: 6.4rem; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  background: radial-gradient(circle at 35% 30%, #e0a676, var(--copper) 55%, #a86a3c 100%);
  color: #2a1d12; box-shadow: 0 16px 26px -14px rgba(20, 10, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.seal b { display: block; font-size: 1.9rem; font-weight: 800; line-height: 0.85; font-stretch: 80%; letter-spacing: -0.01em; }
.seal span { display: block; font-size: 0.64rem; font-weight: 600; line-height: 1.15; margin-top: 0.2rem; }
.seal svg { position: absolute; inset: 0.3rem; width: calc(100% - 0.6rem); height: calc(100% - 0.6rem); }

/* Türschild */
.sign-wrap { position: absolute; right: 0; top: 0; z-index: 4; width: 9.5rem; }
.nail { position: absolute; left: 50%; top: 0; width: 0.7rem; height: 0.7rem; margin-left: -0.35rem; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #d9d6cf, #6e7479); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); z-index: 2; }
.sign { position: relative; transform-origin: 50% 0.35rem; }
.sign svg.cord { display: block; width: 100%; height: 2.6rem; }
.board {
  margin-top: -2px; padding: 0.85rem 0.9rem 0.8rem; border-radius: 0.7rem;
  background: linear-gradient(180deg, #f7f6f2, #e9e7e1); color: var(--slate); text-align: center;
  box-shadow: 0 16px 26px -14px var(--shadow-wall), inset 0 0 0 1px rgba(0, 0, 0, 0.06), inset 0 1px 0 #fff;
  position: relative;
}
.board::before, .board::after { content: ""; position: absolute; top: 0.45rem; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #b7b3aa; }
.board::before { left: 0.5rem; } .board::after { right: 0.5rem; }
.board .state { display: flex; align-items: center; justify-content: center; gap: 0.4rem; font-size: 1.3rem; font-weight: 800; font-stretch: 85%; letter-spacing: -0.008em; line-height: 1; }
.board .state i { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--copper); }
.board[data-state="open"] .state i { background: var(--open); box-shadow: 0 0 0 3px rgba(63, 154, 98, 0.18); }
.board .when { display: block; margin-top: 0.35rem; font-size: 0.8rem; color: var(--paper-soft); line-height: 1.25; }
@media (prefers-reduced-motion: no-preference) {
  .js .sign.swing { animation: swing 2.4s cubic-bezier(0.3, 0.7, 0.4, 1) both; }
}
@keyframes swing { 0% { transform: rotate(9deg); } 18% { transform: rotate(-6.5deg); } 36% { transform: rotate(4.2deg); } 54% { transform: rotate(-2.4deg); } 72% { transform: rotate(1.2deg); } 88% { transform: rotate(-0.4deg); } 100% { transform: rotate(0); } }

/* ---------- Leiste unten ---------- */
.strip {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 2rem;
  min-height: 5.25rem; font-size: 0.92rem; color: var(--wall-soft);
}
.strip strong { color: var(--wall-ink); font-weight: 600; }
.strip .legal { margin-left: auto; display: flex; gap: 1.25rem; }
.strip .legal a { text-decoration: none; }
@media (hover: hover) { .strip .legal a:hover { color: var(--wall-ink); } }

/* ---------- Auftritt ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .enter { animation: rise 0.95s var(--ease-out) both; animation-delay: calc(var(--i, 0) * 70ms + 80ms); }
  .js .mirror-in { animation: hang 1.3s var(--ease-drawer) 0.15s both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(22px); filter: blur(8px); } to { opacity: 1; transform: none; filter: none; } }
@keyframes hang { from { opacity: 0; transform: translateY(-28px) rotate(-1.5deg); } to { opacity: 1; transform: none; } }

/* ---------- Karten (Sheets) ---------- */
.scrim { position: fixed; inset: 0; z-index: 30; background: rgba(15, 22, 29, 0.35); opacity: 0; visibility: hidden; transition: opacity 0.45s var(--ease-drawer), visibility 0s linear 0.45s; }
.sheet-open .scrim { opacity: 1; visibility: visible; transition: opacity 0.45s var(--ease-drawer), visibility 0s; }
.sheet {
  position: fixed; z-index: 40; top: calc(0.75rem + env(safe-area-inset-top, 0px)); right: 0.75rem; bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  width: min(40rem, calc(100% - 1.5rem));
  background: var(--paper); color: var(--paper-ink);
  border-radius: 1.5rem; box-shadow: 0 30px 80px -30px rgba(10, 16, 22, 0.7);
  display: grid; grid-template-rows: auto 1fr; overflow: hidden;
  transform: translateX(calc(100% + 1.5rem)); visibility: hidden;
  transition: transform 0.55s var(--ease-drawer), visibility 0s linear 0.55s;
}
.sheet:focus { outline: none; }
.sheet.open { transform: none; visibility: visible; transition: transform 0.55s var(--ease-drawer), visibility 0s; }
.sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.1rem 0.6rem 1.75rem; }
.sheet-head h2 { margin: 0; font-size: clamp(2rem, 1.6rem + 1.6vw, 2.8rem); font-weight: 700; font-stretch: 82%; letter-spacing: -0.012em; line-height: 1; }
.close { width: 2.75rem; height: 2.75rem; border-radius: 50%; display: grid; place-items: center; background: rgba(38, 49, 59, 0.07); transition: background-color 0.2s ease, transform 0.16s var(--ease-out); }
.close:active { transform: scale(0.94); }
@media (hover: hover) { .close:hover { background: rgba(38, 49, 59, 0.13); } }
.close svg { width: 1.1rem; height: 1.1rem; }
.sheet-body { overflow-y: auto; overscroll-behavior: contain; padding: 0.6rem 1.75rem 2rem; }
.sheet-body p { margin: 0; line-height: 1.55; color: var(--paper-soft); }
.sheet-body p + p { margin-top: 0.85rem; }
.lede { font-size: 1.1rem; color: var(--paper-ink) !important; }
.photo { position: relative; margin: 1.25rem 0; border-radius: 1rem; overflow: hidden; aspect-ratio: 16 / 10; background: linear-gradient(150deg, #8aa1b3, #5b7388 60%, #7a5b40); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo.strip { aspect-ratio: 16 / 7; margin: 0.25rem 0 0.75rem; }
.photo.tall { aspect-ratio: 4 / 3; }
.photo .ph-note { position: absolute; left: 0.9rem; bottom: 0.75rem; font-size: 0.75rem; color: rgba(255, 255, 255, 0.85); }
.photo:has(img) .ph-note { display: none; }

.group { margin-top: 1.6rem; }
.group h3 { margin: 0 0 0.35rem; display: flex; align-items: center; gap: 0.55rem; font-size: 1.05rem; font-weight: 700; }
.group h3 svg { width: 1.15rem; height: 1.15rem; color: var(--copper); }
.list { list-style: none; margin: 0; padding: 0; }
.list li { display: flex; align-items: baseline; gap: 0.75rem; padding: 0.6rem 0; border-bottom: 1px solid var(--line); }
.list li:last-child { border-bottom: 0; }
.list .n { font-weight: 500; }
.list .d { color: var(--paper-soft); font-size: 0.9rem; }
.list .dots { flex: 1; border-bottom: 1.5px dotted rgba(38, 49, 59, 0.22); transform: translateY(-0.3em); min-width: 1rem; }
.list .p { color: var(--paper-soft); font-size: 0.9rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.tag { display: inline-block; margin-left: 0.4rem; padding: 0.08rem 0.5rem; border-radius: 999px; font-size: 0.7rem; font-weight: 700; background: var(--copper); color: #fff; vertical-align: 0.15em; }
.note-box { margin-top: 1.4rem; padding: 1rem 1.15rem; border-radius: 1rem; background: rgba(91, 115, 136, 0.1); font-size: 0.92rem; color: var(--paper-soft); }
.note-box strong { color: var(--paper-ink); }

.years { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.5rem; margin: 1.5rem 0 0.5rem; }
.years div { padding: 0.8rem 0.75rem; border-radius: 0.9rem; background: rgba(91, 115, 136, 0.1); }
.years b { display: block; font-size: 1.45rem; font-weight: 700; font-stretch: 85%; letter-spacing: -0.012em; line-height: 1; }
.years span { display: block; margin-top: 0.35rem; font-size: 0.78rem; line-height: 1.3; color: var(--paper-soft); }
.menu-card { margin-top: 1.5rem; padding: 1.2rem 1.25rem; border-radius: 1rem; background: var(--slate); color: var(--wall-ink); }
.menu-card h3 { margin: 0 0 0.6rem; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; }
.menu-card h3 svg { width: 1.15rem; height: 1.15rem; color: var(--oak-hi); }
.menu-card p { color: rgba(244, 242, 238, 0.78) !important; font-size: 0.95rem; }

.team { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 1.25rem; }
.person { border-radius: 1rem; overflow: hidden; background: rgba(91, 115, 136, 0.1); }
.person .pic { aspect-ratio: 4 / 5; background: linear-gradient(160deg, #8aa1b3, #5b7388); display: grid; place-items: center; font-size: 2.4rem; font-weight: 700; font-stretch: 80%; color: rgba(255, 255, 255, 0.55); }
.person .pic img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; }
.person div.t { padding: 0.75rem 0.9rem 0.9rem; }
.person b { display: block; font-weight: 700; }
.person span { font-size: 0.85rem; color: var(--paper-soft); }
.skills { display: flex; flex-wrap: wrap; gap: 0.3rem; margin-top: 0.5rem; font-style: normal; }
.skills i { font-style: normal; font-size: 0.72rem; font-weight: 600; padding: 0.15rem 0.5rem; border-radius: 999px; background: rgba(201,134,79,0.14); color: #9a5f33; }

.hours { width: 100%; border-collapse: collapse; margin-top: 0.75rem; font-variant-numeric: tabular-nums; }
.hours th, .hours td { text-align: left; font-weight: 400; padding: 0.6rem 0; border-bottom: 1px solid var(--line); color: var(--paper-soft); }
.hours td { text-align: right; }
.hours tr.today th, .hours tr.today td { color: var(--paper-ink); font-weight: 700; }
.contact-lines { display: grid; gap: 0.75rem; margin-top: 1.5rem; }
.contact-lines a, .contact-lines div { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; color: var(--paper-ink); font-weight: 500; }
.contact-lines svg { width: 1.2rem; height: 1.2rem; color: var(--copper); flex: none; }
.big-call { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding: 1.1rem 1.25rem; border-radius: 1rem; background: var(--slate); color: var(--wall-ink); text-decoration: none; }
.big-call b { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); font-weight: 700; font-stretch: 85%; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.big-call span { font-size: 0.85rem; opacity: 0.8; }
.big-call .ico { width: 2.8rem; height: 2.8rem; border-radius: 50%; display: grid; place-items: center; background: var(--oak-hi); color: var(--slate); flex: none; }
.big-call .ico svg { width: 1.2rem; height: 1.2rem; }

.mnav { display: none; gap: 0.4rem; flex-wrap: wrap; margin-top: 1.6rem; }
.mnav a { padding: 0.55rem 0.95rem; border-radius: 999px; background: rgba(255, 255, 255, 0.1); text-decoration: none; font-weight: 500; font-size: 0.95rem; }


/* ---------- Teaser ---------- */
.teaser { display: inline-flex; align-items: center; gap: 0.6rem; margin: 0 0 1.4rem; padding: 0.35rem 0.9rem 0.35rem 0.35rem; border-radius: 999px; background: rgba(255,255,255,0.1); text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: background-color 0.2s ease; }
.teaser svg { width: 0.95rem; height: 0.95rem; transition: transform 0.25s var(--ease-out); }
@media (hover: hover) { .teaser:hover { background: rgba(255,255,255,0.18); } .teaser:hover svg { transform: translateX(3px); } }
.tag-new { padding: 0.2rem 0.6rem; border-radius: 999px; background: var(--oak-hi); color: var(--slate); font-weight: 700; font-size: 0.78rem; }
.kicker-line { margin-bottom: 1.1rem; }

/* ---------- Freundliche Icons ---------- */
.bubble { width: 2.3rem; height: 2.3rem; border-radius: 50%; display: inline-grid; place-items: center; flex: none; background: rgba(201,134,79,0.14); color: var(--copper); }
.bubble svg { width: 1.2rem !important; height: 1.2rem !important; }
.menu-card .bubble { background: rgba(220,180,133,0.18); color: var(--oak-hi); }
@media (prefers-reduced-motion: no-preference) {
  .sheet.open .snip svg { animation: snip 1.1s var(--ease-out) 0.35s both; }
  .sheet.open .paint svg { animation: paint 1.2s var(--ease-out) 0.45s both; }
  .sheet.open .twinkle svg { animation: twinkle 1.1s var(--ease-out) 0.55s both; }
  .sheet.open .beat svg { animation: beat 1.3s ease 0.6s both; }
  .sheet.open .steam svg { animation: steam 1.6s ease 0.5s both; }
  .group:hover .snip svg, .steps li:hover .snip svg { animation: snip 0.9s var(--ease-out) both; }
  .group:hover .paint svg, .steps li:hover .paint svg { animation: paint 1s var(--ease-out) both; }
  .group:hover .twinkle svg, .steps li:hover .twinkle svg { animation: twinkle 0.9s var(--ease-out) both; }
  .group:hover .beat svg, .steps li:hover .beat svg, .link-box:hover .beat svg, .form:hover .form-title .beat svg { animation: beat 1s ease both; }
  .menu-card:hover .steam svg { animation: steam 1.4s ease both; }
  .sheet.open .tag, .teaser .tag-new { animation: pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s both; }
  .btn-call .ico svg, .top-call svg, .callbar svg { animation: ring 1.2s ease 2.2s both; }
  .btn-call:hover .ico svg { animation: ring 0.9s ease both; }
}
@keyframes snip { 0% { transform: rotate(0); } 20% { transform: rotate(-22deg) scale(1.1); } 40% { transform: rotate(10deg); } 60% { transform: rotate(-12deg) scale(1.05); } 80% { transform: rotate(4deg); } 100% { transform: rotate(0); } }
@keyframes paint { 0% { transform: translate(0,0) rotate(0); } 25% { transform: translate(-3px,3px) rotate(-24deg); } 50% { transform: translate(3px,-2px) rotate(14deg); } 75% { transform: translate(-1px,1px) rotate(-6deg); } 100% { transform: none; } }
@keyframes twinkle { 0% { transform: scale(1) rotate(0); } 35% { transform: scale(0.6) rotate(-30deg); } 70% { transform: scale(1.3) rotate(45deg); } 100% { transform: scale(1) rotate(90deg); } }
@keyframes beat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.25); } 30% { transform: scale(0.95); } 45% { transform: scale(1.15); } 60% { transform: scale(1); } }
@keyframes steam { 0%, 100% { transform: translateY(0) rotate(0); } 25% { transform: translateY(-2px) rotate(-8deg); } 50% { transform: translateY(0) rotate(6deg); } 75% { transform: translateY(-1px) rotate(-3deg); } }
@keyframes pop { 0% { transform: scale(0.4); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes ring { 0%, 100% { transform: rotate(0); } 10% { transform: rotate(-18deg); } 20% { transform: rotate(16deg); } 30% { transform: rotate(-14deg); } 40% { transform: rotate(10deg); } 50% { transform: rotate(-6deg); } 60% { transform: rotate(0); } }
.group h3 { gap: 0.7rem; margin-bottom: 0.5rem; }
.steps li { align-items: center; }

.link-box { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; transition: background-color 0.2s ease; }
.link-box .go { width: 1.1rem; height: 1.1rem; margin-left: auto; flex: none; color: var(--paper-ink); transition: transform 0.25s var(--ease-out); }
@media (hover: hover) { .link-box:hover { background: rgba(91,115,136,0.18); } .link-box:hover .go { transform: translateX(3px); } }

/* ---------- Schritte ---------- */
.steps { list-style: none; margin: 1.25rem 0 0; padding: 0; display: grid; gap: 0.6rem; }
.steps li { display: flex; gap: 0.9rem; align-items: flex-start; padding: 0.9rem 1rem; border-radius: 1rem; background: rgba(91,115,136,0.08); }
.steps b { display: block; font-weight: 700; }
.steps p { margin: 0.2rem 0 0; font-size: 0.93rem; }
.fine { margin-top: 1rem !important; font-size: 0.8rem; }

/* ---------- Formular ---------- */
.form { margin-top: 1.6rem; padding: 1.3rem 1.25rem 1.25rem; border-radius: 1.1rem; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.04), 0 10px 30px -18px rgba(20,30,40,0.35); display: grid; gap: 0.85rem; }
.form-title { margin: 0; display: flex; align-items: center; gap: 0.65rem; font-size: 1.15rem; font-weight: 700; }
.form-intro { font-size: 0.92rem; margin-top: -0.3rem !important; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.f { display: grid; gap: 0.35rem; font-size: 0.85rem; font-weight: 600; color: var(--paper-ink); }
.f em { font-style: normal; font-weight: 400; color: var(--paper-soft); }
.row2 > *, .f { min-width: 0; }
.f input, .f textarea { width: 100%; min-width: 0; font: inherit; font-weight: 400; font-size: 1rem; color: var(--paper-ink); padding: 0.75rem 0.85rem; border-radius: 0.75rem; border: 1.5px solid rgba(38,49,59,0.16); background: var(--paper); transition: border-color 0.2s ease, background-color 0.2s ease; }
.f textarea { resize: vertical; min-height: 5rem; }
.f input:focus, .f textarea:focus { outline: none; border-color: var(--wall); background: #fff; box-shadow: 0 0 0 3px rgba(91,115,136,0.18); }
.f input::placeholder, .f textarea::placeholder { color: #86919b; }
.form .invalid { border-color: #b4532e !important; }
.chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.chips label { position: relative; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips span { display: inline-block; padding: 0.5rem 0.85rem; border-radius: 999px; border: 1.5px solid rgba(38,49,59,0.16); font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all 0.18s ease; }
.chips input:checked + span { background: var(--slate); border-color: var(--slate); color: var(--wall-ink); }
.chips input:focus-visible + span { outline: 2px solid var(--wall); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; }
.consent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.82rem; color: var(--paper-soft); line-height: 1.4; }
.consent input { margin-top: 0.15rem; width: 1.05rem; height: 1.05rem; accent-color: var(--slate); flex: none; }
.send { justify-self: start; display: inline-flex; align-items: center; gap: 0.8rem; padding: 0.4rem 0.4rem 0.4rem 1.2rem; min-height: 3.2rem; border-radius: 999px; background: var(--slate); color: var(--wall-ink); font-weight: 600; transition: transform 0.16s var(--ease-out), opacity 0.2s ease; }
.send:active { transform: scale(0.97); }
.send .ico { width: 2.4rem; height: 2.4rem; border-radius: 50%; display: grid; place-items: center; background: var(--oak-hi); color: var(--slate); transition: transform 0.4s var(--ease-out); }
.send .ico svg { width: 1.05rem; height: 1.05rem; }
@media (hover: hover) { .send:hover .ico { transform: translate(3px, -3px) rotate(-10deg); } }
.send[aria-busy="true"] { opacity: 0.7; }
.form-msg { font-size: 0.9rem; font-weight: 500; color: var(--paper-ink) !important; }
.form-msg.ok { color: var(--open) !important; }
.form-msg.err { color: #b4532e !important; }
@media (max-width: 480px) { .row2 { grid-template-columns: 1fr; } }


/* ---------- Eigene animierte Icons ---------- */
.ai { width: 1.55rem; height: 1.55rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; overflow: visible; }
.ai * { transform-box: view-box; }
.ai .soft { fill: rgba(201, 134, 79, 0.16); }
.ai .dot, .ai .pin, .ai .knot, .ai .tip, .ai .dr, .ai .knob, .ai .mist { fill: currentColor; stroke: none; }
.ai .paint-s { stroke: var(--copper); stroke-width: 3; opacity: 0.6; }
.ai .dr, .ai .rp { opacity: 0; }
.ai .w { opacity: 0.4; }
.ai .mist { opacity: 0.5; }
.ai-fork .w2 { opacity: 0.25; }
.ai .rp { fill: none; stroke-width: 1.6; }
.ai [pathLength] { stroke-dasharray: 1; stroke-dashoffset: 0; }
.bubble .ai { width: 1.5rem !important; height: 1.5rem !important; }
.menu-card .ai .soft { fill: rgba(220, 180, 133, 0.2); }
@media (prefers-reduced-motion: no-preference) {
  .play .ai [pathLength]:not(.st) { animation: draw 0.9s var(--ease-out) both; }
  .play .ai-scissors .a { transform-origin: 24px 25.5px; animation: snipA 1.3s ease 0.55s both; }
  .play .ai-scissors .b { transform-origin: 24px 25.5px; animation: snipB 1.3s ease 0.55s both; }
  .play .ai-mustache .m { transform-origin: 24px 25px; animation: wiggle 1.3s ease 0.5s both; }
  .play .ai-mustache .spark { animation: draw 0.5s ease 1s both, fade 0.6s ease 1.6s both; }
  .play .ai-balloon .bl { transform-origin: 24px 30px; animation: bob 2.6s ease-in-out 0.4s both; }
  .play .ai-balloon .str { transform-origin: 24px 32px; animation: draw 0.9s ease both, sway 2.6s ease-in-out 0.4s both; }
  .play .ai-bowl .br { transform-origin: 25px 22px; animation: stir 1.6s ease 0.5s both; }
  .play .ai-bowl .dr { animation: drip 0.8s ease-in 1.5s both; }
  .play .ai-bottle .bt { transform-origin: 20px 43px; animation: squeeze 0.9s ease 0.7s both; }
  .play .ai-bottle .mist { animation: puff 1s var(--ease-out) 0.85s both; }
  .play .ai-bottle .m2 { animation-delay: 0.93s; } .play .ai-bottle .m3 { animation-delay: 1.01s; } .play .ai-bottle .m4 { animation-delay: 1.09s; }
  .play .ai-fork .fk { animation: buzz 0.12s linear 0.9s 8 both; }
  .ai-fork .w { animation: wave 1.8s var(--ease-out) infinite; }
  .ai-fork .w2 { animation-delay: 0.25s; }
  .play .ai-drop .dp { animation: fall 1.2s cubic-bezier(0.5, 0, 0.75, 0) 0.2s both; }
  .play .ai-drop .r1 { animation: ripple 1s var(--ease-out) 1.25s both; }
  .play .ai-drop .r2 { animation: ripple 1.2s var(--ease-out) 1.4s both; }
  .play .ai-team .p1 { transform-origin: 18px 38px; animation: hop 0.9s var(--ease-out) 0.35s both; }
  .play .ai-team .p2 { transform-origin: 32px 38px; animation: hop 0.9s var(--ease-out) 0.5s both; }
  .play .ai-chat .dot { animation: typing 1.2s ease 0.6s 2 both; }
  .play .ai-chat .d2 { animation-delay: 0.75s; } .play .ai-chat .d3 { animation-delay: 0.9s; }
  .ai-cup .st { stroke-dasharray: 0.45 1; animation: steamup 2.4s linear infinite; }
  .ai-cup .s2 { animation-delay: 0.8s; } .ai-cup .s3 { animation-delay: 1.6s; }
}
@media (prefers-reduced-motion: reduce) { .ai .w { opacity: 0.6; } }
@keyframes draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes fade { to { opacity: 0; } }
@keyframes hop { 0%, 100% { transform: none; } 40% { transform: translateY(-4px) scale(1.04); } 70% { transform: translateY(1px) scale(0.98, 1.02); } }
@keyframes typing { 0%, 100% { transform: translateY(0); opacity: 1; } 35% { transform: translateY(-3px); opacity: 0.55; } }
@keyframes snipA { 0%, 100% { transform: rotate(0); } 20%, 60% { transform: rotate(-11deg); } 40%, 80% { transform: rotate(3deg); } }
@keyframes snipB { 0%, 100% { transform: rotate(0); } 20%, 60% { transform: rotate(11deg); } 40%, 80% { transform: rotate(-3deg); } }
@keyframes wiggle { 0%, 100% { transform: rotate(0) scale(1); } 20% { transform: rotate(-9deg) scale(1.06); } 40% { transform: rotate(8deg); } 60% { transform: rotate(-5deg) scale(1.03); } 80% { transform: rotate(3deg); } }
@keyframes bob { 0% { transform: translateY(6px) scale(0.9); opacity: 0; } 25% { transform: translateY(-3px) rotate(-4deg); opacity: 1; } 50% { transform: translateY(0) rotate(3deg); } 75% { transform: translateY(-2px) rotate(-2deg); } 100% { transform: none; opacity: 1; } }
@keyframes sway { 0%, 100% { transform: rotate(0); } 30% { transform: rotate(8deg); } 65% { transform: rotate(-6deg); } }
@keyframes stir { 0%, 100% { transform: rotate(0); } 20% { transform: rotate(-16deg) translateY(2px); } 45% { transform: rotate(12deg) translateY(3px); } 70% { transform: rotate(-6deg) translateY(1px); } }
@keyframes drip { 0% { opacity: 1; transform: translateY(-2px); } 100% { opacity: 0; transform: translateY(6px); } }
@keyframes squeeze { 0%, 100% { transform: scale(1); } 30% { transform: scale(1.04, 0.93); } 60% { transform: scale(0.98, 1.02); } }
@keyframes puff { 0% { opacity: 0; transform: translate(-6px, 3px) scale(0.3); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(4px, -3px) scale(1.4); } }
@keyframes buzz { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(0.6px); } }
@keyframes wave { 0% { opacity: 0; transform: scale(0.85); } 30% { opacity: 0.9; } 100% { opacity: 0; transform: scale(1.12); } }
@keyframes fall { 0% { transform: translateY(-14px) scale(0.7, 1.1); opacity: 0; } 20% { opacity: 1; } 85% { transform: translateY(4px) scale(1.12, 0.86); } 100% { transform: none; } }
@keyframes ripple { 0% { opacity: 0.9; transform: scale(0.4); } 100% { opacity: 0; transform: scale(1.25); } }
@keyframes steamup { 0% { stroke-dashoffset: 1.45; opacity: 0; } 20% { opacity: 1; } 100% { stroke-dashoffset: 0; opacity: 0; } }
.ai-fork .w, .ai-drop .rp { transform-origin: 24px 24px; }
.ai-drop .rp { transform-origin: 24px 41px; }

/* ---------- Tabs ---------- */
.tabs { display: flex; flex-wrap: nowrap; gap: 0.35rem; margin: 1.25rem 0 0.75rem; overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab { flex: none; white-space: nowrap; display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.3rem 0.8rem 0.3rem 0.3rem; border-radius: 999px; border: 1.5px solid rgba(38,49,59,0.14); font-weight: 600; font-size: 0.92rem; color: var(--paper-ink); scroll-snap-align: start; transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.16s var(--ease-out); }
.tab:active { transform: scale(0.96); }
.tab .tab-ic { width: 1.75rem; height: 1.75rem; border-radius: 50%; display: grid; place-items: center; background: rgba(201,134,79,0.14); color: var(--copper); transition: background-color 0.2s ease, color 0.2s ease; }
.tab .ai { width: 1.2rem; height: 1.2rem; stroke-width: 2.6; }
.tab[aria-selected="true"] { background: var(--slate); border-color: var(--slate); color: var(--wall-ink); }
.tab[aria-selected="true"] .tab-ic { background: var(--oak-hi); color: var(--slate); }
.tab[aria-selected="true"] .ai .soft { fill: rgba(38,49,59,0.12); }
@media (hover: hover) { .tab:not([aria-selected="true"]):hover { border-color: rgba(38,49,59,0.35); } }
.panel[hidden] { display: none; }
@media (prefers-reduced-motion: no-preference) { .panel:not([hidden]) .list li { animation: rowin 0.5s var(--ease-out) both; } }
.panel .list li:nth-child(2) { animation-delay: 0.03s; } .panel .list li:nth-child(3) { animation-delay: 0.06s; } .panel .list li:nth-child(4) { animation-delay: 0.09s; } .panel .list li:nth-child(5) { animation-delay: 0.12s; } .panel .list li:nth-child(6) { animation-delay: 0.15s; } .panel .list li:nth-child(7) { animation-delay: 0.18s; } .panel .list li:nth-child(8) { animation-delay: 0.21s; }
@keyframes rowin { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.list .p { color: var(--paper-ink); font-weight: 600; }
.list .p.ask { color: var(--paper-soft); font-weight: 400; font-style: normal; }
.list .n .d { display: block; margin-top: 0.1rem; }
.link-box { padding: 0.85rem 1rem 0.85rem 0.85rem; }
.link-box > span:nth-child(2) { line-height: 1.4; }


/* ---------- Menü (Handy und Tablet) ---------- */
.menu-btn { display: none; position: relative; width: 2.75rem; height: 2.75rem; margin-left: 0.5rem; border-radius: 50%; background: var(--slate); box-shadow: 0 8px 20px -12px var(--shadow-wall); transition: transform 0.16s var(--ease-out); }
.menu-btn:active { transform: scale(0.94); }
.menu-btn span { position: absolute; left: 50%; height: 1.7px; border-radius: 2px; background: var(--wall-ink); transition: width 0.3s var(--ease-out), transform 0.3s var(--ease-out); }
.menu-btn span:first-child { top: calc(50% - 4px); width: 1.1rem; margin-left: -0.55rem; }
.menu-btn span:last-child { top: calc(50% + 3px); width: 0.7rem; margin-left: -0.55rem; }
@media (hover: hover) { .menu-btn:hover span:last-child { width: 1.1rem; } }
.menu {
  --mx: calc(100% - 2.9rem); --my: 2.5rem;
  position: fixed; inset: 0; z-index: 60; overflow-y: auto; overscroll-behavior: contain;
  display: grid; grid-template-rows: auto 1fr auto; gap: 1rem;
  padding: env(safe-area-inset-top, 0px) var(--pad) calc(1.25rem + env(safe-area-inset-bottom, 0px));
  color: var(--wall-ink);
  background:
    radial-gradient(120% 60% at 100% 0%, rgba(112, 143, 168, 0.35), transparent 60%),
    radial-gradient(90% 50% at 0% 100%, rgba(201, 134, 79, 0.16), transparent 60%),
    #222c35;
  clip-path: circle(0% at var(--mx) var(--my)); visibility: hidden;
  transition: clip-path 0.5s var(--ease-drawer), visibility 0s linear 0.5s;
}
.menu::before { content: ""; position: absolute; inset: 0; opacity: 0.3; mix-blend-mode: soft-light; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.menu-open .menu { clip-path: circle(150% at var(--mx) var(--my)); visibility: visible; transition: clip-path 0.75s var(--ease-drawer), visibility 0s; }
.menu-top { position: relative; display: flex; align-items: center; justify-content: space-between; height: 5rem; }
.menu-x { position: relative; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--paper); transition: transform 0.16s var(--ease-out); }
.menu-x:active { transform: scale(0.94); }
.menu-x span { position: absolute; left: 50%; top: 50%; width: 1.1rem; height: 1.7px; margin: -0.85px 0 0 -0.55rem; border-radius: 2px; background: var(--slate); transition: transform 0.5s var(--ease-out) 0.15s; }
.menu-x span:first-child { transform: rotate(0deg) scaleX(0.4); }
.menu-x span:last-child { transform: rotate(0deg) scaleX(0.4); }
.menu-open .menu-x span:first-child { transform: rotate(45deg); }
.menu-open .menu-x span:last-child { transform: rotate(-45deg); }
.menu-nav { position: relative; display: grid; align-content: center; }
.mi { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 0.95rem 0; text-decoration: none; border-bottom: 1px solid rgba(244, 242, 238, 0.1);
  opacity: 0; transform: translateY(18px); transition: opacity 0.3s ease, transform 0.3s ease; }
.mi:last-child { border-bottom: 0; }
.menu-open .mi { opacity: 1; transform: none; transition: opacity 0.6s var(--ease-out) calc(0.16s + var(--i) * 0.055s), transform 0.7s var(--ease-out) calc(0.16s + var(--i) * 0.055s); }
.mi .bubble { width: 3rem; height: 3rem; background: rgba(220, 180, 133, 0.13); color: var(--oak-hi); }
.mi .bubble .ai { width: 1.7rem !important; height: 1.7rem !important; }
.mi .ai .soft { fill: rgba(220, 180, 133, 0.16); }
.ml { font-size: clamp(1.9rem, 1.3rem + 3.2vw, 2.7rem); font-weight: 700; font-stretch: 82%; letter-spacing: -0.012em; line-height: 1; transition: transform 0.3s var(--ease-out); }
.ml small { display: block; margin-top: 0.4rem; font-size: 0.86rem; font-weight: 400; font-stretch: 100%; letter-spacing: 0; line-height: 1.3; color: rgba(244, 242, 238, 0.62); }
.mi .go { width: 1.2rem; height: 1.2rem; opacity: 0.5; transition: transform 0.3s var(--ease-out), opacity 0.2s ease; }
.mi:active .ml { transform: translateX(4px); }
@media (hover: hover) { .mi:hover .ml { transform: translateX(6px); } .mi:hover .go { opacity: 1; transform: translateX(3px); } }
.menu-foot { position: relative; display: grid; gap: 0.9rem; opacity: 0; transform: translateY(12px); transition: opacity 0.3s ease, transform 0.3s ease; }
.menu-open .menu-foot { opacity: 1; transform: none; transition: opacity 0.6s var(--ease-out) 0.45s, transform 0.7s var(--ease-out) 0.45s; }
.menu-status { margin: 0; display: flex; align-items: center; gap: 0.55rem; font-size: 0.92rem; color: rgba(244, 242, 238, 0.78); }
.menu-status i { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--copper); }
.menu-status[data-state="open"] i { background: #5fc084; box-shadow: 0 0 0 3px rgba(95, 192, 132, 0.2); }
.menu-call { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 0.9rem 0.9rem 1.25rem; border-radius: 1.1rem; background: var(--paper); color: var(--slate); text-decoration: none; font-size: 1.45rem; font-weight: 700; font-stretch: 85%; font-variant-numeric: tabular-nums; transition: transform 0.16s var(--ease-out); }
.menu-call:active { transform: scale(0.98); }
.menu-call small { display: block; font-size: 0.8rem; font-weight: 500; font-stretch: 100%; color: var(--paper-soft); margin-bottom: 0.1rem; }
.menu-call .ico { width: 2.8rem; height: 2.8rem; border-radius: 50%; display: grid; place-items: center; background: var(--slate); color: var(--oak-hi); flex: none; }
.menu-call .ico svg { width: 1.15rem; height: 1.15rem; }
.menu-meta { margin: 0; font-size: 0.85rem; color: rgba(244, 242, 238, 0.6); }
.menu-meta a { color: inherit; }
.menu-open, .menu-open body { overflow: hidden; }
.menu-open .callbar { opacity: 0; pointer-events: none; }
.callbar { transition: opacity 0.25s ease; }
@media (prefers-reduced-motion: reduce) { .menu, .menu-open .menu { clip-path: none; transition: opacity 0.2s ease, visibility 0s; } .menu { opacity: 0; } .menu-open .menu { opacity: 1; } }
@media (max-height: 780px) and (orientation: portrait) {
  .mi { padding: 0.7rem 0; }
  .menu-top { height: 4.4rem; }
}
@media (orientation: landscape) and (max-height: 520px) {
  .menu-top { height: 3.6rem; }
  .menu-nav { grid-template-columns: 1fr 1fr; column-gap: 2rem; align-content: start; }
  .mi { padding: 0.55rem 0; }
  .ml { font-size: 1.5rem; } .ml small { display: none; }
  .mi .bubble { width: 2.4rem; height: 2.4rem; }
  .menu-foot { grid-template-columns: 1fr auto; align-items: center; }
  .menu-call { font-size: 1.15rem; padding: 0.55rem 0.6rem 0.55rem 1rem; }
  .menu-meta { display: none; }
}

@media (min-width: 700px) and (orientation: portrait) { .menu-nav, .menu-foot { width: min(100%, 34rem); } .menu-nav { align-content: center; } }
@media (max-width: 360px) {
  .cb-l { display: none; }
  .cb-s { display: inline !important; }
  .top { gap: 0.6rem; }
  .logo svg, .menu-top .logo svg { height: 15px; }
  .top-call, .menu-btn { width: 2.6rem; height: 2.6rem; }
}
.stage { grid-template-columns: minmax(0, 1fr); }
.cb-s { display: none; }
.callbar { white-space: nowrap; }
/* ---------- Anrufleiste mobil ---------- */
.callbar { display: none; }

/* ---------- Responsiv ---------- */
@media (max-width: 1080px) {
  .menu-btn { display: block; }
  .glass-note { display: none; }
  .nav { display: none; }
  .top-call { margin-left: auto; }
  .mnav { display: flex; }
}
@media (max-width: 720px) {
  .tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; margin-left: -1.35rem; margin-right: -1.35rem; padding: 0.2rem 1.35rem 0.4rem; scroll-padding-inline: 1.35rem; }
  .tabs::-webkit-scrollbar { display: none; }
  .stage { grid-template-rows: auto auto auto; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; padding-top: 0.25rem; }
  .scene { justify-self: center; padding: 2.1rem 2.6rem 0 0; order: -1; }
  .mirror { --mw: min(58vw, 34dvh, 290px); }
  .sign-wrap { width: 7.4rem; }
  .board { padding: 0.7rem 0.6rem 0.65rem; }
  .board .state { font-size: 1.05rem; }
  .board .when { font-size: 0.74rem; }
  .seal { width: 4.9rem; height: 4.9rem; left: -1.3rem; bottom: 1.3rem; }
  .seal b { font-size: 1.45rem; }
  .seal span { font-size: 0.56rem; }
  h1 { font-size: clamp(3.2rem, 14.2vw, 4.4rem); }
  .sub { margin-top: 1.1rem; }
  .top-call .t { display: none; }
  .logo svg { height: 19px; }
  .top-call { width: 2.75rem; padding: 0; justify-content: center; }
  .actions .btn-call { display: none; }
  .actions { margin-top: 1.4rem; }
  .glass-note { display: none; }
  .mnav { margin-top: 1.2rem; }
  .strip { padding-bottom: 5.75rem; gap: 0.35rem 1.5rem; }
  .strip .legal { margin-left: 0; }
  .callbar {
    display: flex; position: fixed; z-index: 20; left: 0.75rem; right: 0.75rem; bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    align-items: center; justify-content: center; gap: 0.6rem; height: 3.5rem; border-radius: 999px;
    background: var(--slate); color: var(--wall-ink); text-decoration: none; font-weight: 600;
    box-shadow: 0 16px 30px -12px rgba(10, 16, 22, 0.6);
  }
  .callbar svg { width: 1.1rem; height: 1.1rem; color: var(--oak-hi); }
  .sheet-open .callbar { opacity: 0; pointer-events: none; }
  /* Karten als Bottom-Sheet */
  .sheet { top: calc(2.5rem + env(safe-area-inset-top, 0px)); left: 0; right: 0; bottom: 0; width: 100%; border-radius: 1.5rem 1.5rem 0 0; transform: translateY(105%); }
  .sheet::before { content: ""; position: absolute; top: 0.5rem; left: 50%; width: 2.6rem; height: 0.3rem; margin-left: -1.3rem; border-radius: 999px; background: rgba(38,49,59,0.18); }
  .sheet-head { padding: 1.4rem 1rem 0.5rem 1.35rem; }
  .sheet-body { padding: 0.5rem 1.35rem calc(2rem + env(safe-area-inset-bottom, 0px)); }
  .sheet-open .stage { transform: scale(0.94); border-radius: 1.25rem; }
  .years { grid-template-columns: 1fr 1fr; }
  .list .n .d { display: block; }
}
@media (max-width: 420px) {
  .teaser .long { display: none; }
  .teaser span.short { display: inline; }
  .kicker-line { font-size: 0.88rem; }
  .stars svg { width: 0.85rem; height: 0.85rem; }
}
.teaser .short { display: none; }
@media (orientation: landscape) and (max-height: 420px) {
  .teaser { display: none; }
  .top { height: 3.2rem; }
  .sub { display: none; }
  .mirror { --mw: min(28vw, 44dvh); }
}
/* Handy quer: zwei Spalten, kompakt */
@media (orientation: landscape) and (max-height: 520px) {
  .stage { grid-template-rows: auto 1fr auto; }
  .top { height: 3.6rem; }
  .hero { grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; padding: 0; }
  .scene { order: 0; padding: 1.6rem 2.4rem 0 0; }
  .mirror { --mw: min(30vw, 46dvh); }
  .sign-wrap { width: 7.2rem; }
  .board { padding: 0.6rem 0.5rem; }
  .board .state { font-size: 0.86rem; }
  .board .when { font-size: 0.7rem; }
  .seal { width: 4.2rem; height: 4.2rem; left: -1.1rem; bottom: 1rem; }
  .seal b { font-size: 1.2rem; }
  .seal span { font-size: 0.5rem; }
  h1 { font-size: clamp(2.3rem, 7.4vh + 1rem, 3.2rem); }
  .sub { font-size: 0.98rem; margin-top: 0.7rem; }
  .teaser, .kicker-line { margin-bottom: 0.6rem; }
  .sheet .row2 { grid-template-columns: 1fr; }
  .actions { margin-top: 0.9rem; }
  .actions .btn-call { display: inline-flex; min-height: 3rem; }
  .mnav { display: none; }
  .callbar { display: none; }
  .strip { min-height: 3rem; padding-bottom: 0.5rem; font-size: 0.8rem; }
  .stage::after { height: 3rem; }
  .sheet { top: 0.5rem; bottom: 0.5rem; left: auto; right: 0.5rem; width: min(30rem, 70%); border-radius: 1.25rem; transform: translateX(110%); }
  .sheet::before { display: none; }
}
@media (max-height: 720px) and (min-width: 721px) and (min-height: 521px) {
  .mirror { --mw: min(30vw, 44dvh, 420px); }
  h1 { font-size: clamp(2.8rem, 1.2rem + 4.6vw, 5rem); }
}

/* ---------- Landing Page ---------- */
.soon-info { display: flex; flex-wrap: wrap; gap: 0.6rem 1.25rem; margin-top: 1.6rem; font-size: 0.95rem; color: var(--wall-soft); }
.soon-info a { color: var(--wall-ink); text-decoration: none; border-bottom: 1px solid rgba(244,242,238,0.35); }
.soon-info span { display: inline-flex; align-items: center; gap: 0.45rem; }
.soon-info svg { width: 1rem; height: 1rem; color: var(--oak-hi); }
@media (max-width: 720px) { .soon-info { flex-direction: column; gap: 0.45rem; margin-top: 1.1rem; } }

/* ---------- Rechtsseiten ---------- */
.legal-main { padding: 1rem 0 3rem; }
.legal-card { max-width: 46rem; margin: 0 auto; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 1.5rem; background: var(--paper); color: var(--paper-ink); box-shadow: 0 30px 70px -40px rgba(10,16,22,0.6); }
.legal-card h1 { font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.4rem); margin: 0 0 1.5rem; }
.legal-card h2 { margin: 2.2rem 0 0.6rem; font-size: 1.25rem; font-weight: 700; font-stretch: 90%; letter-spacing: -0.005em; }
.legal-card p, .legal-card li { color: var(--paper-soft); line-height: 1.6; }
.legal-card p { margin: 0; } .legal-card p + p { margin-top: 0.8rem; }
.legal-card ul { margin: 0.6rem 0 0.8rem; padding-left: 1.2rem; }
.legal-card a { color: var(--paper-ink); }
.legal-card strong { color: var(--paper-ink); }
.legal-card .stand { margin-top: 2.5rem; font-size: 0.85rem; }
.back { display: inline-flex; align-items: center; gap: 0.45rem; margin: 0 auto 1.25rem; max-width: 46rem; width: 100%; color: var(--wall-ink); text-decoration: none; font-weight: 600; }
.back svg { width: 1rem; height: 1rem; transform: rotate(180deg); }
.legal-page .stage { overflow: visible; }

/* ---------- Rechtstexte als Karte ---------- */
.legal-sheet .sheet-body h2 { margin: 1.7rem 0 0.5rem; font-size: 1.1rem; font-weight: 700; font-stretch: 92%; letter-spacing: 0; color: var(--paper-ink); }
.legal-sheet .sheet-body ul { margin: 0.5rem 0 0.8rem; padding-left: 1.2rem; color: var(--paper-soft); }
.legal-sheet .sheet-body li { line-height: 1.55; }
.legal-sheet .sheet-body a { color: var(--paper-ink); }
.legal-sheet .sheet-body strong { color: var(--paper-ink); }
.legal-sheet .stand { margin-top: 2rem !important; font-size: 0.85rem; }
