/* My Bread Hamburg · „Vor der Theke in der Europa Passage“
   Die Seite ist der Blick auf die Theke: schwarze Blende mit Neon-Logo und Kirschblütenzweig,
   darunter die Glasvitrine mit Kreide-Preisclips, dann die Holztheke mit den Objekten. */
@import url('/assets/fonts/fonts.css');

:root {
  --schwarz: #121110; --nacht: #0c0b0a; --blende: #171615;
  --creme: #faebdf; --creme-2: #f1dfcd; --tinte: #221c18;
  --wein: #9a152c; --wein-dunkel: #6e0e1f; --koralle: #ed6942; --lachs: #f2a295; --senf: #fbc86c; --gold: #eccb8a; --rosa: #f4b8ca;
  --f-display: 'Julius Sans One', 'Josefin Sans', 'Futura', sans-serif;
  --f-text: 'DM Sans', 'Segoe UI', Helvetica, Arial, sans-serif;
  --f-script: 'Yellowtail', 'Brush Script MT', cursive;
  --f-kreide: 'Caveat', 'Segoe Print', cursive;
  --wrap: 1280px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--nacht); color: var(--creme); font: 400 17px/1.55 var(--f-text); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { font-weight: 400; margin: 0; }
p { margin: 0 0 1em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: #fff; color: #111; padding: 10px 14px; font-weight: 600; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--senf); outline-offset: 3px; }
.script { font-family: var(--f-script); font-weight: 400; }
.display { font-family: var(--f-display); text-transform: uppercase; letter-spacing: .14em; }

/* Knöpfe */
.btn { display: inline-block; font-family: var(--f-display); letter-spacing: .16em; text-transform: uppercase; font-size: 13px; line-height: 1; padding: 15px 22px 13px; border: 2px solid currentColor; text-decoration: none; cursor: pointer; background: transparent; color: inherit; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-weiss { background: #fff; color: #111; border-color: #fff; }
.btn-weiss:hover { background: var(--senf); border-color: var(--senf); }
.btn-schwarz { background: #141414; color: #fff; border-color: #141414; }
.btn-schwarz:hover { background: var(--wein); border-color: var(--wein); }
.btn-koralle { background: var(--koralle); color: #1b0d08; border-color: var(--koralle); }
.btn-koralle:hover { background: #ff7d55; }

/* ---------- Blende (Kopfzeile) ---------- */
.top { position: sticky; top: 0; z-index: 50; background: #141312 url(/assets/tex/blende.jpg); background-size: 512px 256px; border-bottom: 1px solid #2b2927; box-shadow: 0 8px 28px rgba(0, 0, 0, .55); }
.top-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; min-height: 70px; display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand img { width: 46px; height: 46px; }
.brand span { font-family: var(--f-display); letter-spacing: .24em; font-size: 15px; line-height: 1; }
.brand small { display: block; font-family: var(--f-text); font-size: 10px; letter-spacing: .28em; color: var(--gold); margin-top: 5px; }
#nav { margin-left: auto; display: flex; gap: 8px; align-items: center; padding-top: 6px; }
#nav a { position: relative; display: block; padding: 10px 14px 9px; background: #1d1c1a; border: 1px solid #383532; color: #f3e9dc; font-family: var(--f-display); font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; box-shadow: 0 3px 0 #050505, 0 6px 12px rgba(0, 0, 0, .4); transition: background .2s, color .2s, transform .2s; }
#nav a::before { content: ''; position: absolute; left: 50%; top: -7px; width: 1px; height: 7px; background: #6a655f; }
#nav a:hover, #nav a[aria-current] { background: var(--creme); color: #111; transform: translateY(1px); }
#nav a.cta { background: var(--koralle); color: #1b0d08; border-color: #ff9068; }
#nav a.cta:hover { background: #ff7d55; }
.burger { display: none; margin-left: auto; background: none; border: 1px solid #444; color: #fff; padding: 8px 12px; font: 600 12px/1 var(--f-text); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.burger i { display: inline-block; vertical-align: middle; margin-left: 10px; width: 18px; height: 2px; background: #fff; position: relative; }
.burger i::before, .burger i::after { content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: #fff; }
.burger i::before { top: -6px; } .burger i::after { top: 6px; }

/* ---------- Ladenfront (Hero) ---------- */
.front { position: relative; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse 70% 60% at 50% 32%, #2b2622 0%, #171514 50%, #0d0c0b 100%); min-height: min(90vh, 880px); display: grid; place-items: center; padding: 96px 20px 140px; }
.front::after { content: ''; position: absolute; inset: auto 0 0 0; height: 90px; background: linear-gradient(transparent, rgba(0, 0, 0, .55)); pointer-events: none; }
.front-inner { position: relative; z-index: 3; text-align: center; max-width: 920px; }
.neon-mark { width: clamp(110px, 16vw, 170px); margin: 0 auto 22px; color: #fff; filter: drop-shadow(0 0 5px rgba(255, 255, 255, .95)) drop-shadow(0 0 20px rgba(255, 224, 180, .55)) drop-shadow(0 0 60px rgba(255, 190, 140, .28)); animation: neon-on 2.2s ease-out both; }
.neon-word { font-family: var(--f-display); font-size: clamp(46px, 9.4vw, 122px); letter-spacing: .2em; line-height: .95; color: #fff; margin: 0 0 0 .2em; text-shadow: 0 0 6px #fff, 0 0 22px rgba(255, 225, 185, .75), 0 0 64px rgba(255, 190, 130, .4), 0 0 120px rgba(255, 150, 100, .2); animation: neon-on 2.2s ease-out both; }
.front .sub { font-family: var(--f-display); letter-spacing: .34em; text-transform: uppercase; font-size: clamp(11px, 1.35vw, 14px); color: var(--gold); margin: 20px 0 0; }
.slogan { margin: 34px auto 0; width: min(430px, 72vw); filter: drop-shadow(0 0 10px rgba(255, 255, 255, .35)); }
.front-cta { margin-top: 40px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.zweig { position: absolute; z-index: 2; pointer-events: none; }
.zweig-rechts { right: -60px; top: -40px; width: clamp(420px, 54vw, 860px); }
.zweig-links { left: -120px; bottom: -60px; width: clamp(300px, 34vw, 520px); transform: scaleX(-1) rotate(-25deg); opacity: .9; }
.petal { position: absolute; z-index: 2; top: -30px; width: 13px; height: 11px; background: radial-gradient(circle at 35% 40%, #fff0f5, #f3b7cb 60%, #e693b2); border-radius: 70% 30% 65% 35% / 55% 45% 60% 40%; opacity: 0; pointer-events: none; animation: fall var(--dauer, 14s) linear var(--wartezeit, 0s) infinite; }
@keyframes fall { 0% { transform: translate(0, 0) rotate(0); opacity: 0; } 6% { opacity: .9; } 90% { opacity: .8; } 100% { transform: translate(var(--dx, -120px), 105vh) rotate(700deg); opacity: 0; } }
@keyframes neon-on { 0% { opacity: 0; } 12% { opacity: 1; } 18% { opacity: .35; } 24% { opacity: 1; } 42% { opacity: .8; } 48% { opacity: 1; } 100% { opacity: 1; } }
.sticker { position: absolute; z-index: 4; right: clamp(14px, 3vw, 48px); bottom: clamp(96px, 11vw, 130px); background: #fff; color: #111; border-radius: 14px; padding: 14px 18px 14px 16px; font-size: 14px; line-height: 1.4; box-shadow: 0 14px 34px rgba(0, 0, 0, .55), inset 0 0 0 3px #fff, inset 0 0 0 4px #ddd; transform: rotate(2.5deg); max-width: 290px; }
.sticker b { display: block; font-family: var(--f-display); letter-spacing: .16em; font-size: 12px; text-transform: uppercase; margin-bottom: 6px; }
.sticker [data-status] { display: flex; align-items: center; gap: 8px; font-weight: 600; margin-bottom: 4px; }
.sticker [data-status]::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #c0392b; box-shadow: 0 0 0 3px rgba(192, 57, 43, .18); flex: none; }
.sticker[data-open="true"] [data-status]::before { background: #2fa84f; box-shadow: 0 0 0 3px rgba(47, 168, 79, .2); }
.sticker small { color: #555; }

@media (max-width: 1320px) {
  .sticker { position: static; transform: rotate(-1.5deg); margin: 34px auto 0; max-width: 300px; }
}

/* ---------- Vitrine ---------- */
.vitrine { background: #14110f; padding: 0 16px 56px; position: relative; }
.vitrine::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 60px; background: linear-gradient(rgba(0, 0, 0, .6), transparent); }
.vitrine-frame { position: relative; max-width: var(--wrap); margin: -70px auto 0; border: 12px solid #1a1817; border-top-width: 30px; border-bottom-width: 22px; background: linear-gradient(#efe9df, #dcd3c6 70%, #cfc5b6); box-shadow: 0 34px 70px rgba(0, 0, 0, .7), inset 0 0 0 2px #0b0a09, inset 0 24px 40px rgba(0, 0, 0, .12); }
.vitrine-frame::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(112deg, rgba(255, 255, 255, .34) 0%, rgba(255, 255, 255, .08) 24%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, .14) 66%, rgba(255, 255, 255, 0) 76%), linear-gradient(rgba(255, 255, 255, .25), transparent 18%); }
.vitrine-frame > h2 { position: absolute; top: -26px; left: 50%; transform: translateX(-50%); z-index: 2; background: #1a1817; color: var(--creme); font-family: var(--f-display); font-size: 12px; letter-spacing: .34em; text-transform: uppercase; padding: 6px 18px 4px; white-space: nowrap; }
.regal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 18px; padding: 30px 28px 18px; align-items: end; position: relative; }
.regal + .regal { border-top: 16px solid #2b221d; box-shadow: inset 0 18px 24px rgba(0, 0, 0, .18); }
.regal + .regal::before { content: ''; position: absolute; left: 0; right: 0; top: -16px; height: 4px; background: linear-gradient(rgba(255, 255, 255, .28), transparent); }
.regal-titel { grid-column: 1 / -1; justify-self: start; background: #161616; color: #fff; font-family: var(--f-kreide); font-weight: 600; font-size: 24px; line-height: 1; padding: 7px 16px 8px; transform: rotate(-1.2deg); box-shadow: 0 6px 14px rgba(0, 0, 0, .35); border: 3px solid #2a2a2a; }
.regal-titel small { font-family: var(--f-text); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #bdb2a5; margin-left: 10px; }
.ware { text-decoration: none; color: #111; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 10px; }
.ware img { width: auto; max-width: 250px; max-height: 250px; height: auto; object-fit: contain; filter: drop-shadow(0 16px 14px rgba(0, 0, 0, .38)); transition: transform .35s cubic-bezier(.2, .7, .2, 1); }
.ware:hover img, .ware:focus-visible img { transform: translateY(-8px) scale(1.04); }
.ware.hoch img { max-height: 290px; }
.clip { position: relative; background: #151515; color: #fff; font-family: var(--f-kreide); font-weight: 500; font-size: 19px; line-height: 1.05; padding: 10px 14px 10px; border-radius: 4px; box-shadow: 0 5px 12px rgba(0, 0, 0, .4); min-width: 130px; transform: rotate(var(--r, -2deg)); border: 2px solid #2c2c2c; }
.clip::before { content: ''; position: absolute; top: -12px; left: 50%; width: 18px; height: 14px; margin-left: -9px; background: linear-gradient(#d8d8d8, #8f8f8f); border-radius: 2px 2px 0 0; box-shadow: inset 0 -3px 0 #6d6d6d; }
.clip b { display: block; font-weight: 700; font-size: 23px; color: #fff; }
.clip small { display: block; font-family: var(--f-text); font-weight: 500; font-size: 11px; letter-spacing: .05em; color: #c9beb1; margin-top: 4px; }
.ware:nth-child(3n) .clip { --r: 2deg; } .ware:nth-child(4n) .clip { --r: -1deg; }

/* ---------- Theke (Objekte auf dem Holz) ---------- */
.theke { position: relative; background: #1a120d url(/assets/tex/holz.jpg); background-size: 1024px 512px; padding: 80px 0 100px; }
.theke::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(255, 214, 170, .14), transparent 70%), linear-gradient(rgba(0, 0, 0, .25), transparent 12%, transparent 85%, rgba(0, 0, 0, .5)); pointer-events: none; }
.tisch { position: relative; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 34px 26px; align-items: start; }
.obj { position: relative; transform: rotate(var(--r, 0deg)); }
.obj h2, .obj h3 { font-family: var(--f-display); letter-spacing: .16em; text-transform: uppercase; font-size: 15px; line-height: 1.35; }
.obj h2 .script, .obj h3 .script { display: block; font-family: var(--f-script); text-transform: none; letter-spacing: 0; font-size: 34px; line-height: 1; margin: 6px 0 4px; }

/* Papierbogen aus der Karte */
.papier { background: var(--creme) url(/assets/tex/papier.jpg); background-size: 512px 256px; color: var(--tinte); padding: 30px 32px 28px; box-shadow: 0 22px 44px rgba(0, 0, 0, .6), 0 2px 6px rgba(0, 0, 0, .4); }
.papier h2, .papier h3 { color: var(--wein); }
.papier .script { color: var(--koralle); }
.papier p { font-size: 15.5px; }
.papier .zweig-orn { width: 180px; color: var(--wein); opacity: .9; margin: -6px 0 10px; }

/* Schiefertafel (Kreide) */
.schiefer { background: #151515 url(/assets/tex/blende.jpg); background-size: 512px 256px; color: #f6efe6; padding: 24px 26px; border: 6px solid #2c221c; box-shadow: 0 22px 44px rgba(0, 0, 0, .6), inset 0 0 40px rgba(0, 0, 0, .5); font-family: var(--f-kreide); }
.schiefer h2, .schiefer h3 { font-family: var(--f-kreide); text-transform: none; letter-spacing: 0; font-size: 32px; font-weight: 700; color: #fff; line-height: 1.05; }
.schiefer h2 .script, .schiefer h3 .script { color: var(--rosa); font-size: 26px; margin: 2px 0 8px; }
.schiefer p { font-size: 19px; line-height: 1.35; color: #e9e1d6; }
.schiefer ul { list-style: none; margin: 14px 0 0; padding: 0; font-size: 21px; }
.schiefer li { display: flex; justify-content: space-between; gap: 14px; padding: 6px 0; border-bottom: 1px dashed rgba(255, 255, 255, .22); }
.schiefer li span:last-child { color: var(--senf); font-weight: 700; white-space: nowrap; }
.schiefer li small { display: block; font-size: 15px; color: #bdb2a5; font-family: var(--f-text); font-weight: 400; line-height: 1.35; margin-top: 2px; }

/* Acryl-Aufsteller */
.acryl { background: linear-gradient(165deg, #232221, #0f0f0f); color: #fff; padding: 26px 26px 24px; border: 1px solid #3a3835; border-top-color: #6a6660; box-shadow: 0 20px 40px rgba(0, 0, 0, .65), inset 0 1px 0 rgba(255, 255, 255, .12); }
.acryl h2, .acryl h3 { color: #fff; }
.acryl .script { color: var(--rosa); }
.acryl ul { list-style: none; margin: 14px 0 0; padding: 0; }
.acryl li { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: 15px; }
.acryl li.today { color: var(--senf); font-weight: 600; }
.acryl [data-status] { display: flex; align-items: center; gap: 9px; font-weight: 600; margin-top: 16px; }
.acryl [data-status]::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #c0392b; flex: none; box-shadow: 0 0 10px rgba(192, 57, 43, .7); }
.acryl[data-open="true"] [data-status]::before { background: #35c25a; box-shadow: 0 0 12px rgba(53, 194, 90, .8); }

/* Foto-Abzug mit Kreppband */
.abzug { background: #fff; padding: 12px 12px 16px; box-shadow: 0 20px 40px rgba(0, 0, 0, .6); color: #222; text-decoration: none; display: block; }
.abzug::before { content: ''; position: absolute; top: -14px; left: 50%; width: 110px; height: 28px; margin-left: -55px; background: rgba(238, 226, 196, .82); transform: rotate(-3deg); box-shadow: 0 2px 4px rgba(0, 0, 0, .18); z-index: 2; }
.abzug img { width: 100%; }
.abzug figcaption { font-family: var(--f-kreide); font-size: 21px; line-height: 1.15; padding: 14px 4px 2px; color: #222; }
.abzug figcaption small { display: block; font-family: var(--f-text); font-size: 13px; color: #666; margin-top: 4px; }
.abzug.klein { padding: 8px 8px 10px; }

/* Kartenheft */
.heft { display: block; text-decoration: none; color: #2a1608; position: relative; aspect-ratio: 3 / 4.15; background: var(--senf); overflow: hidden; box-shadow: 0 26px 50px rgba(0, 0, 0, .65), inset 6px 0 12px rgba(0, 0, 0, .15); transition: transform .35s; }
.heft:hover { transform: rotate(var(--r, 0deg)) translateY(-8px); }
.heft picture, .heft img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.heft .titel { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 20px 20px; background: linear-gradient(transparent, rgba(60, 30, 5, .75)); color: #fff; }
.heft .titel b { display: block; font-family: var(--f-display); font-weight: 400; font-size: 30px; letter-spacing: .12em; line-height: 1; text-shadow: 0 2px 8px rgba(0, 0, 0, .5); }
.heft .titel span { display: block; font-family: var(--f-script); font-size: 26px; color: var(--senf); margin-top: 4px; }
.heft .titel small { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-top: 10px; opacity: .9; }
.heft::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 10px; background: linear-gradient(90deg, rgba(0, 0, 0, .35), transparent); }

/* Getränke stehen auf der Theke */
.getraenke { display: flex; align-items: flex-end; justify-content: center; gap: 4px; margin-bottom: -18px; position: relative; z-index: 2; }
.getraenke img { width: 19%; height: auto; filter: drop-shadow(0 18px 16px rgba(0, 0, 0, .55)); }
.getraenke img:nth-child(2) { width: 22%; } .getraenke img:nth-child(4) { width: 21%; }

/* Bestellblock (Formular) */
.block { background: #fff9f0 repeating-linear-gradient(transparent 0 33px, #dccdb9 33px 34px); color: #222; padding: 0 0 22px; box-shadow: 0 22px 44px rgba(0, 0, 0, .6); }
.block-kopf { background: #2e1f16; color: #f6efe6; padding: 18px 28px 14px; position: relative; }
.block-kopf::after { content: ''; position: absolute; left: 24px; right: 24px; bottom: -6px; height: 6px; background: radial-gradient(circle at 6px 3px, #f6efe6 3px, transparent 3.5px) 0 0 / 22px 6px repeat-x; }
.block-kopf h2 { color: #fff; }
.block-kopf .script { color: var(--rosa); }
.block-inhalt { padding: 24px 28px 6px; }
.block-inhalt p { font-size: 15px; line-height: 34px; margin: 0 0 10px; }
.felder { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 26px; }
.felder label { display: block; font-family: var(--f-kreide); font-size: 20px; color: #6b4a2e; line-height: 34px; }
.felder .voll { grid-column: 1 / -1; }
.felder input, .felder select, .felder textarea { display: block; width: 100%; border: 0; border-bottom: 1.5px solid #8a7460; background: transparent; font: 500 16px/32px var(--f-text); color: #111; padding: 0 2px; border-radius: 0; }
.felder textarea { min-height: 68px; line-height: 34px; resize: vertical; }
.felder input:focus, .felder select:focus, .felder textarea:focus { outline: none; border-bottom-color: var(--wein); box-shadow: 0 1.5px 0 var(--wein); }
.honig { position: absolute; left: -9999px; }
.block-fuss { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; padding: 18px 28px 0; }
.block-fuss small { font-size: 12px; color: #6b5e52; }
.hinweis { font-family: var(--f-kreide); font-size: 19px; color: var(--wein); padding: 0 28px; min-height: 34px; line-height: 34px; }
.hinweis.ok { color: #1e7d3c; }

/* Visitenkarte */
.visite { background: #fff url(/assets/tex/papier.jpg); background-size: 512px 256px; color: #1b1613; padding: 26px 28px; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; box-shadow: 0 18px 40px rgba(0, 0, 0, .6); }
.visite img { width: 96px; }
.visite h2 { font-size: 13px; color: #111; }
.visite ul { list-style: none; margin: 8px 0 0; padding: 0; font-size: 15px; line-height: 1.7; }
.visite a { color: var(--wein); text-decoration: none; border-bottom: 1px solid rgba(154, 21, 44, .35); }
.visite a:hover { border-bottom-color: var(--wein); }

/* Kleine Karte (Google-Kaffee) */
.zettel { background: #fff; color: #111; padding: 22px 24px; box-shadow: 0 16px 34px rgba(0, 0, 0, .55); text-decoration: none; display: block; border-top: 14px solid var(--koralle); }
.zettel b { display: block; font-family: var(--f-kreide); font-weight: 700; font-size: 26px; line-height: 1.1; }
.zettel p { font-size: 14.5px; margin: 8px 0 0; color: #444; }
.zettel .sterne { color: var(--senf); font-size: 18px; letter-spacing: 2px; text-shadow: 0 0 1px #b8860b; }

/* Blütenblätter auf der Theke (statisch) */
.blatt { position: absolute; width: 16px; height: 13px; background: radial-gradient(circle at 35% 40%, #fff0f5, #f1b1c6 60%, #e18fae); border-radius: 70% 30% 65% 35% / 55% 45% 60% 40%; opacity: .85; pointer-events: none; box-shadow: 0 2px 3px rgba(0, 0, 0, .35); }

/* To-go-Links */
.links-liste { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.links-liste a { display: inline-block; padding: 9px 14px 8px; border: 1.5px solid #222; color: #111; text-decoration: none; font-family: var(--f-display); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; background: #fff; }
.links-liste a:hover { background: #111; color: #fff; }

/* Raster der Theke (Desktop) */
.obj-pfanne { grid-column: 1 / span 6; display: grid; grid-template-columns: 1.2fr 1fr; gap: 12px; align-items: center; }
.obj-pfanne img { width: 118%; max-width: none; margin-left: -12%; filter: drop-shadow(0 26px 22px rgba(0, 0, 0, .6)); }
.obj-pfanne .dampf { position: absolute; left: 22%; top: 4%; width: 60px; height: 100px; pointer-events: none; }
.dampf span { position: absolute; bottom: 0; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .55); filter: blur(6px); animation: dampf 3.6s ease-in var(--wartezeit, 0s) infinite; opacity: 0; }
@keyframes dampf { 0% { transform: translate(-50%, 0) scale(.6); opacity: 0; } 20% { opacity: .55; } 100% { transform: translate(calc(-50% + var(--dx, 14px)), -100px) scale(2.6); opacity: 0; } }
.obj-heft { grid-column: 7 / span 3; --r: 4deg; margin-top: 30px; padding: 0 12px; }
.obj-drinks { grid-column: 10 / span 3; }
.obj-ueber { grid-column: 1 / span 5; --r: -1.2deg; }
.obj-zeiten { grid-column: 6 / span 3; --r: 1deg; margin-top: 40px; }
.obj-abzug { grid-column: 9 / span 4; --r: 2.5deg; margin-top: 12px; }
.obj-togo { grid-column: 1 / span 4; --r: 1.5deg; }
.obj-google { grid-column: 5 / span 3; --r: -3deg; margin-top: 40px; }
.obj-visite { grid-column: 8 / span 5; --r: -1deg; margin-top: 20px; }
.obj-block { grid-column: 1 / span 7; --r: -.6deg; }
.obj-abzug2 { grid-column: 8 / span 5; --r: 1.8deg; margin-top: 34px; display: grid; gap: 40px; }
.obj-abzug2 .abzug:last-child { --r: -3deg; width: 78%; justify-self: end; transform: rotate(var(--r)); }

/* Einblenden beim Scrollen */
.r { opacity: 0; transform: translateY(22px) rotate(var(--r, 0deg)); transition: opacity .7s ease, transform .7s ease; }
.r.in { opacity: 1; transform: translateY(0) rotate(var(--r, 0deg)); }

/* ---------- Fußzeile ---------- */
footer { background: var(--nacht); color: #b9ada0; border-top: 4px solid #2b221d; padding: 44px 20px 30px; font-size: 14px; }
.foot { max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: start; }
.foot img { width: 84px; }
.foot p { margin: 0; line-height: 1.7; }
.foot a { color: #f3e9dc; text-decoration: none; }
.foot a:hover { color: var(--senf); }
.foot ul { list-style: none; margin: 0; padding: 0; columns: 2; gap: 30px; line-height: 1.9; }
.foot-bottom { max-width: var(--wrap); margin: 30px auto 0; padding-top: 16px; border-top: 1px solid #262220; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 12.5px; color: #8b8074; }
.foot-bottom .script { font-size: 20px; color: var(--rosa); }

/* ---------- Karte (Heft) ---------- */
.reiter { position: sticky; top: 70px; z-index: 40; background: rgba(12, 11, 10, .92); backdrop-filter: blur(6px); display: flex; gap: 6px; overflow-x: auto; padding: 10px 14px; scrollbar-width: none; border-bottom: 1px solid #262220; }
.reiter::-webkit-scrollbar { display: none; }
.reiter a { flex: none; padding: 9px 13px 8px; font-family: var(--f-display); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #e9dfd2; text-decoration: none; border: 1px solid #3a3532; background: #1b1a18; }
.reiter a:hover, .reiter a[aria-current] { background: var(--koralle); color: #1b0d08; border-color: var(--koralle); }
.heft-seiten { padding: 30px 16px 90px; background: #1a120d url(/assets/tex/holz.jpg); background-size: 1024px 512px; }
.seite { position: relative; max-width: 980px; margin: 0 auto 44px; padding: 52px 56px 48px; box-shadow: 0 30px 60px rgba(0, 0, 0, .65), inset 4px 0 10px rgba(0, 0, 0, .12); scroll-margin-top: 130px; }
.seite-creme { background: var(--creme) url(/assets/tex/papier.jpg); background-size: 512px 256px; color: var(--tinte); }
.seite-creme h2, .seite-creme h3 { color: var(--wein); }
.seite-wein { background: var(--wein); color: #fbecdf; }
.seite-wein h2, .seite-wein h3 { color: #fbecdf; }
.seite-lachs { background: var(--lachs); color: #4d0f1b; }
.seite-lachs h2, .seite-lachs h3 { color: #fff; }
.seite-senf { background: var(--senf); color: #3b2410; }
.seite-senf h2, .seite-senf h3 { color: var(--wein); }
.seite-koralle { background: var(--koralle); color: #fff7ee; }
.seite h2 { font-family: var(--f-display); font-size: clamp(32px, 5.6vw, 58px); letter-spacing: .05em; text-transform: uppercase; line-height: 1.02; margin: 0 0 6px; }
.seite h3 { font-family: var(--f-display); font-size: clamp(20px, 3vw, 28px); letter-spacing: .08em; text-transform: uppercase; margin: 36px 0 4px; }
.seite .lead { max-width: 62ch; font-size: 16px; margin: 10px 0 0; }
.seite .frei { padding-right: 300px; }
.seite .zweig-orn { position: absolute; right: 40px; top: 34px; width: 200px; opacity: .9; }
.seite .obj-img { position: absolute; width: 250px; filter: drop-shadow(0 22px 20px rgba(0, 0, 0, .45)); transform: rotate(var(--r, 0deg)); z-index: 2; }
.gerichte { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 44px; }
.gerichte.eins { grid-template-columns: 1fr; }
.gericht { display: grid; grid-template-columns: 1fr auto; gap: 2px 18px; align-items: baseline; padding: 11px 0; border-bottom: 1px dotted rgba(0, 0, 0, .3); }
.seite-wein .gericht { border-bottom-color: rgba(255, 255, 255, .28); }
.gericht b { font-weight: 600; font-size: 17px; }
.gericht .preis { font-family: var(--f-display); font-size: 17px; white-space: nowrap; }
.gericht p { grid-column: 1 / -1; margin: 0; font-size: 14.5px; opacity: .88; line-height: 1.45; }
.gericht sup { font-size: 10px; opacity: .65; margin-left: 4px; font-weight: 400; letter-spacing: .04em; }
.neu { display: inline-block; vertical-align: middle; background: var(--senf); color: #1b0d08; font-family: var(--f-kreide); font-weight: 700; font-size: 14px; line-height: 1; padding: 4px 9px 5px; border-radius: 999px; transform: rotate(-5deg); margin-left: 8px; }
.tab-groessen { width: 100%; border-collapse: collapse; margin-top: 22px; font-size: 16px; }
.tab-groessen th { font-family: var(--f-display); font-weight: 400; font-size: 13px; letter-spacing: .16em; text-align: right; padding: 8px 4px; color: var(--wein); }
.tab-groessen th:first-child { text-align: left; }
.tab-groessen td { padding: 9px 4px; border-bottom: 1px dotted rgba(0, 0, 0, .28); vertical-align: baseline; }
.tab-groessen td + td { text-align: right; font-family: var(--f-display); white-space: nowrap; width: 90px; }
.tab-groessen td small { display: block; font-size: 13px; opacity: .8; }
.allergene { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 24px; font-size: 14.5px; }
.allergene ol { margin: 0; padding-left: 0; list-style: none; columns: 2; line-height: 1.75; }
.allergene li b { display: inline-block; width: 26px; font-weight: 700; }
.seite-cover { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; padding: 0; overflow: hidden; background: var(--senf); color: #3b2410; }
.seite-cover picture, .seite-cover img { width: 100%; height: 100%; object-fit: cover; min-height: 460px; }
.seite-cover .cover-text { padding: 48px 44px 48px 10px; }
.seite-cover .cover-text h1 { font-family: var(--f-display); font-size: clamp(40px, 6vw, 66px); letter-spacing: .12em; line-height: 1; color: var(--wein); margin: 0 0 12px; }
.seite-cover .cover-text .script { font-size: 34px; color: var(--wein); display: block; margin-bottom: 22px; }
.seite-cover .cover-text p { font-size: 15.5px; max-width: 42ch; }

/* ---------- Rechtstexte (A4-Blatt) ---------- */
.blatt-wrap { background: #1a120d url(/assets/tex/holz.jpg); background-size: 1024px 512px; padding: 1px 16px; }
.blatt-a4 { max-width: 860px; margin: 48px auto 90px; padding: 56px 60px; background: #fff url(/assets/tex/papier.jpg); background-size: 512px 256px; color: #1b1613; box-shadow: 0 30px 60px rgba(0, 0, 0, .65); font-size: 15.5px; }
.blatt-a4 h1 { font-family: var(--f-display); font-size: 34px; letter-spacing: .1em; text-transform: uppercase; color: var(--wein); margin: 0 0 6px; }
.blatt-a4 h2 { font-family: var(--f-display); font-size: 17px; letter-spacing: .14em; text-transform: uppercase; margin: 34px 0 10px; color: #111; }
.blatt-a4 a { color: var(--wein); }
.blatt-a4 .folgt { background: #fff2b8; padding: 0 4px; }
.fehler { min-height: 60vh; display: grid; place-items: center; text-align: center; padding: 60px 20px; }

/* ---------- Responsiv ---------- */
@media (max-width: 1000px) {
  .top-inner { min-height: 62px; }
  #nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 10px; padding: 18px 20px 22px; background: #141312 url(/assets/tex/blende.jpg); border-bottom: 1px solid #2b2927; box-shadow: 0 20px 30px rgba(0, 0, 0, .5); }
  #nav.open { display: flex; }
  #nav a { text-align: center; padding: 14px; }
  .burger { display: inline-block; }
  .front { min-height: 0; padding: 70px 18px 120px; grid-template-rows: auto auto; row-gap: 0; }
  .zweig-rechts { right: -110px; top: -50px; width: 420px; }
  .zweig-links { display: none; }
  .sticker { position: static; transform: rotate(-1.5deg); margin: 34px auto 0; max-width: 300px; }
  .obj-pfanne img { width: 100%; margin-left: 0; }
  .vitrine-frame { margin-top: -40px; border-width: 8px; border-top-width: 26px; }
  .regal { grid-template-columns: repeat(2, 1fr); padding: 26px 16px 14px; gap: 22px 12px; }
  .regal-titel { font-size: 21px; }
  .tisch { grid-template-columns: 1fr; gap: 44px; padding: 0 18px; }
  .tisch > .obj { grid-column: auto !important; margin-top: 0 !important; --r: 0deg; }
  .obj-pfanne { grid-template-columns: 1fr; }
  .obj-heft { max-width: 320px; margin: 0 auto; --r: 2deg; }
  .obj-abzug, .obj-abzug2 { --r: 1.5deg; }
  .obj-abzug2 .abzug:last-child { width: 88%; }
  .obj-google, .obj-togo, .obj-zeiten { --r: -1deg; }
  .obj-zeiten, .obj-google { max-width: 420px; }
  .felder { grid-template-columns: 1fr; }
  .foot { grid-template-columns: 1fr; }
  .reiter { top: 62px; }
  .seite { padding: 36px 26px 34px; }
  .seite .obj-img { position: static; width: 60%; max-width: 280px; margin: 18px auto 0; transform: none; }
  .seite .frei { padding-right: 0; }
  .seite .zweig-orn { width: 130px; right: 16px; top: 14px; opacity: .6; }
  .gerichte, .allergene { grid-template-columns: 1fr; }
  .seite-cover { grid-template-columns: 1fr; }
  .seite-cover picture, .seite-cover img { min-height: 300px; max-height: 380px; }
  .seite-cover .cover-text { padding: 30px 26px 36px; }
  .blatt-a4 { padding: 34px 24px; margin: 24px auto 60px; }
}
@media (max-width: 560px) {
  .regal { grid-template-columns: 1fr 1fr; }
  .clip { font-size: 17px; min-width: 0; padding: 8px 10px; }
  .clip b { font-size: 20px; }
  .ware img { max-width: 170px; }
  .visite { grid-template-columns: 1fr; }
  .papier, .schiefer, .acryl { padding: 22px 20px; }
  .block-inhalt, .block-fuss, .hinweis, .block-kopf { padding-left: 18px; padding-right: 18px; }
  .front-cta .btn { width: 100%; text-align: center; }
  .tab-groessen td + td { width: 60px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .petal, .dampf span { display: none; }
  .neon-mark, .neon-word { animation: none; }
  .r { opacity: 1; transform: rotate(var(--r, 0deg)); transition: none; }
  .ware img, .heft, .btn { transition: none; }
}
