/* Café Love Story · „Freitags, 17 Uhr“: die Wand mit dem Neon-Schild, darunter der Tisch mit den Objekten. */
@import url(/assets/fonts/fonts.css);

:root {
  --tanne: #123f36; --gruen: #2a5636; --gruen-hell: #3d7a4e; --rosa: #f5c2cf; --rosa-dunkel: #e8a2b6;
  --papier: #f3e2c8; --papier-hell: #f9ead3; --papier-dunkel: #dcc4a2; --tinte: #2b241d; --tinte-weich: #5c4d3c;
  --kupfer: #aa6a42; --braun: #a05624; --gold: #e3d99c; --neon: #ffe58a; --rot: #c85050; --wachs: #7a1f2b;
  --holz: #2f1c12; --kreide: #f2ede4; --karton: #c9a97c;
  --serif: 'Alegreya', Georgia, 'Times New Roman', serif;
  --sans: 'Kanit', 'Segoe UI', Helvetica, Arial, sans-serif;
  --mono: 'Courier Prime', 'Courier New', monospace;
  --script: 'Great Vibes', 'Brush Script MT', cursive;
  --hand: 'Pinyon Script', 'Brush Script MT', cursive;
  --kreideschrift: 'Caveat', 'Segoe Print', cursive;
  --display: 'Fraunces', Georgia, serif;
  --schatten: 0 18px 38px -12px rgba(0, 0, 0, .7), 0 4px 10px rgba(0, 0, 0, .3);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--holz); color: var(--tinte); font-family: var(--serif); font-size: 18px; line-height: 1.55; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
[hidden] { display: none !important; }
a { color: inherit; }
h1, h2, h3 { font-weight: 700; line-height: 1.15; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--rosa); color: var(--tanne); padding: 8px 14px; z-index: 100; font-family: var(--sans); text-decoration: none; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--rosa); outline-offset: 2px; }
.script { font-family: var(--script); font-weight: 400; }

/* Einblenden beim Scrollen: translate statt transform, damit die Drehung der Objekte erhalten bleibt */
.r { opacity: 0; translate: 0 18px; transition: opacity .7s ease, translate .7s ease; }
.r.in { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) { .r { opacity: 1; translate: none; transition: none; } }

/* ---------- Kopfleiste ---------- */
.top { position: sticky; top: 0; z-index: 50; background: rgba(18, 63, 54, .94); backdrop-filter: blur(6px); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.top-inner { max-width: 1240px; margin: 0 auto; padding: 9px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--gold); text-decoration: none; font-family: var(--sans); font-weight: 300; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.brand img { height: 38px; width: auto; }
#nav { display: flex; align-items: center; gap: 2px; }
#nav a { color: var(--papier); text-decoration: none; font-family: var(--sans); font-weight: 400; font-size: 14px; padding: 8px 12px; border-radius: 3px; white-space: nowrap; }
#nav a:hover, #nav a[aria-current] { background: rgba(255, 255, 255, .09); color: #fff; }
#nav a.cta { background: var(--rosa); color: var(--tanne); font-weight: 600; margin-left: 8px; }
#nav a.cta:hover { background: #fff; }
.burger { display: none; background: none; border: 1px solid rgba(255, 255, 255, .3); color: var(--papier); font-family: var(--sans); font-size: 13px; padding: 7px 12px; border-radius: 3px; align-items: center; gap: 8px; cursor: pointer; }
.burger i { width: 18px; height: 2px; background: currentColor; box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor; display: block; }
@media (max-width: 1040px) {
  .burger { display: flex; }
  #nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--tanne); flex-direction: column; align-items: stretch; padding: 10px 16px 16px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  #nav.open { display: flex; }
  #nav a { padding: 12px; font-size: 16px; }
  #nav a.cta { margin: 8px 0 0; text-align: center; }
  .brand span { display: none; }
}

/* ---------- Die Wand ---------- */
.wand { position: relative; background: #8f8b85 url(/assets/tex/beton.jpg) center/640px repeat; color: var(--kreide); overflow: hidden; }
.wand::before { content: ''; position: absolute; inset: 0; background: radial-gradient(55% 60% at 50% -5%, rgba(255, 220, 150, .38), transparent 70%), radial-gradient(40% 40% at 50% 38%, rgba(255, 225, 120, .22), transparent 70%), linear-gradient(180deg, rgba(20, 16, 12, .25), rgba(20, 16, 12, .05) 40%, rgba(20, 16, 12, .45)); pointer-events: none; }
.wand-inner { position: relative; max-width: 1240px; margin: 0 auto; padding: 64px 24px 56px; min-height: 640px; display: flex; flex-direction: column; align-items: center; }
.neon { position: relative; width: min(660px, 82vw); margin: 10px 0 8px; }
@media (min-width: 1041px) { .neon { width: clamp(400px, 100vw - 640px, 660px); } }
@media (max-width: 1250px) { .kerze { display: none; } }
.neon::before { content: ''; position: absolute; inset: -30% -12%; background: radial-gradient(50% 50% at 50% 50%, rgba(255, 214, 90, .28), transparent 70%); filter: blur(10px); pointer-events: none; }
.neon img { position: relative; display: block; width: 100%; height: auto; filter: drop-shadow(0 0 2px #fff7cf) drop-shadow(0 0 9px #ffd84d) drop-shadow(0 0 28px rgba(255, 190, 40, .65)); animation: neon 12s linear infinite; }
@keyframes neon { 0%, 93%, 100% { opacity: 1; } 94% { opacity: .78; } 95% { opacity: 1; } 97% { opacity: .86; } 98% { opacity: 1; } }
.kerze { position: absolute; width: 96px; top: 40px; z-index: 1; }
.kerze.links { left: calc(50% - 412px); }
.kerze.rechts { right: calc(50% - 412px); }
.kerze .halter rect { fill: #5a4633; }
.kerze .wachs rect { fill: #efe6d6; }
.kerze .flammen ellipse { fill: #ffcf5a; filter: drop-shadow(0 0 5px #ffb347); transform-origin: center 100%; transform-box: fill-box; animation: flackern 1.7s ease-in-out infinite alternate; }
.kerze .flammen ellipse:nth-child(2) { animation-delay: -.6s; }
.kerze .flammen ellipse:nth-child(3) { animation-delay: -1.1s; }
@keyframes flackern { from { transform: scale(1, 1) skewX(0); opacity: .95; } to { transform: scale(.9, 1.1) skewX(4deg); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .neon img, .kerze .flammen ellipse { animation: none; } }

.kreide { text-align: center; font-family: var(--kreideschrift); color: var(--kreide); opacity: .94; text-shadow: 0 0 2px rgba(255, 255, 255, .2); max-width: 720px; }
.kreide h1 { font-size: clamp(36px, 5vw, 58px); font-weight: 600; margin: 10px 0 0; line-height: 1.05; }
.kreide .amp { color: var(--rosa); }
.kreide-zeile { font-size: clamp(21px, 2.6vw, 28px); margin: 4px 0 0; }
.kreide-klein { font-size: 21px; margin: 6px 0 0; opacity: .82; }
.pfeil { display: inline-block; width: 34px; height: 14px; border-bottom: 2px solid currentColor; border-radius: 0 0 30px 0; vertical-align: middle; margin-left: 8px; position: relative; }
.pfeil::after { content: ''; position: absolute; right: -2px; bottom: -6px; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-20deg); }

.pin { position: absolute; top: -9px; left: 50%; width: 16px; height: 16px; margin-left: -8px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #ff9a9a, #b12a2a 60%, #6d1414); box-shadow: 0 2px 3px rgba(0, 0, 0, .5); }

.plakat { position: absolute; right: 24px; top: 40px; width: 252px; background: #e8e8e0; color: #3b2c22; padding: 24px 20px 0; box-shadow: var(--schatten); rotate: -2deg; font-family: var(--serif); }
.plakat-oben { font-family: var(--script); font-size: 24px; margin: 0; text-align: center; line-height: 1; }
.plakat-titel { font-family: var(--display); font-weight: 900; font-variation-settings: 'SOFT' 100, 'WONK' 0, 'opsz' 96; color: var(--rot); font-size: 31px; line-height: .95; text-align: center; text-transform: uppercase; margin: 4px 0 14px; letter-spacing: -.01em; }
.plakat-titel small { display: block; font-family: var(--sans); font-weight: 600; font-size: 11px; letter-spacing: .32em; color: #5a4633; margin-bottom: 8px; }
.tage { list-style: none; margin: 0; padding: 0; font-family: var(--sans); font-weight: 300; font-size: 12.5px; }
.tage li { display: flex; justify-content: space-between; gap: 10px; padding: 3px 0; border-bottom: 1px dotted rgba(0, 0, 0, .18); }
.tage li b { font-weight: 600; }
.tage li.today { color: var(--rot); font-weight: 600; }
.status { margin: 10px 0 0; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .03em; text-align: center; }
[data-open="true"] .status { color: #2a7a3b; }
[data-open="false"] .status { color: var(--rot); }
.plakat-fuss { margin: 6px 0 0; font-size: 13.5px; text-align: center; }
.markise { display: block; height: 14px; margin: 12px -20px 0; background: repeating-linear-gradient(90deg, #3b2c22 0 14px, #e8e8e0 14px 28px); }

.aushang { position: absolute; left: 24px; bottom: 48px; display: block; width: 214px; background: #306030; color: var(--rosa); padding: 20px 16px 16px; text-decoration: none; rotate: 2.5deg; box-shadow: var(--schatten); }
.aushang::after { content: ''; position: absolute; inset: 0; background: url(/assets/tex/knitter.png) center/cover; opacity: .28; mix-blend-mode: overlay; pointer-events: none; }
.aushang b { display: block; font-family: var(--display); font-weight: 900; font-variation-settings: 'SOFT' 100, 'WONK' 1; font-size: 23px; line-height: 1; margin-bottom: 8px; }
.aushang > span:not(.pin) { display: block; font-family: var(--sans); font-weight: 300; font-size: 13px; line-height: 1.4; color: #f4ead8; }
.aushang:hover { rotate: 1deg; }

.abzug { margin: 0; background: #fbf9f4; padding: 10px 10px 32px; position: relative; box-shadow: 0 12px 24px -8px rgba(0, 0, 0, .65); rotate: -3deg; }
.abzug img, .abzug picture { display: block; width: 100%; height: auto; }
.abzug::before { content: ''; position: absolute; top: -12px; left: 50%; width: 92px; height: 26px; margin-left: -46px; background: rgba(255, 246, 214, .58); rotate: -4deg; box-shadow: 0 1px 2px rgba(0, 0, 0, .18); z-index: 2; }
.abzug figcaption { position: absolute; left: 10px; right: 10px; bottom: 5px; font-family: var(--kreideschrift); font-size: 17px; line-height: 1.15; color: #3b3128; text-align: center; }
.wand-foto { position: absolute; left: 16px; top: 70px; width: 240px; rotate: -4deg; }

.leiste { height: 26px; background: linear-gradient(180deg, #7a583f 0, #4a3020 55%, #2a1810); box-shadow: 0 -2px 6px rgba(0, 0, 0, .4), 0 8px 14px rgba(0, 0, 0, .5); position: relative; z-index: 2; }

@media (max-width: 1040px) {
  .kerze { display: none; }
  .wand-inner { min-height: 0; padding-bottom: 40px; gap: 34px; }
  .plakat, .aushang, .wand-foto { position: static; margin: 0; }
  .wand-inner .kreide { margin-bottom: 6px; }
  .wand-foto { width: min(330px, 78vw); rotate: -2deg; }
}
@media (max-width: 600px) {
  .wand-inner { padding: 40px 16px 36px; }
}

/* ---------- Der Tisch ---------- */
.tisch { position: relative; background: var(--holz) url(/assets/tex/holz.jpg) center top/700px repeat; }
.tisch::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent 220px), radial-gradient(70% 60% at 50% 30%, transparent, rgba(0, 0, 0, .35)); pointer-events: none; }
.tafel { position: relative; max-width: 1240px; margin: 0 auto; padding: 72px 24px 110px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 44px 32px; align-items: start; }
.obj { position: relative; min-width: 0; }

/* Papier und Typografie der Objekte */
.papier { background: var(--papier) url(/assets/tex/pergament.jpg) center/cover; color: var(--tinte); box-shadow: var(--schatten); }
.kapitel { font-family: var(--script); font-weight: 400; font-size: 38px; line-height: 1; color: var(--braun); margin: 0 0 14px; }
.schreibmaschine { font-family: var(--mono); font-size: 15px; line-height: 1.62; margin: 0 0 12px; }
.knopf { display: inline-block; font-family: var(--sans); font-weight: 600; font-size: 14px; letter-spacing: .04em; padding: 10px 18px; background: var(--tinte); color: var(--papier-hell); border: 0; border-radius: 3px; box-shadow: 2px 3px 0 rgba(0, 0, 0, .35); cursor: pointer; text-decoration: none; line-height: 1.3; transition: translate .15s, box-shadow .15s; }
.knopf:hover { translate: -1px -1px; box-shadow: 3px 4px 0 rgba(0, 0, 0, .35); }
.knopf:active { translate: 1px 1px; box-shadow: 1px 1px 0 rgba(0, 0, 0, .35); }
.knopf.gruen { background: var(--gruen); }
.knopf.rosa { background: var(--rosa); color: var(--tanne); }
.textlink { font-family: var(--sans); font-size: 14px; color: var(--gruen); }

.anhaenger { display: inline-block; background: var(--karton); color: var(--tinte); font-family: var(--sans); font-weight: 400; font-size: 13px; line-height: 1.25; padding: 8px 12px 8px 24px; border-radius: 3px 12px 12px 3px; position: relative; box-shadow: 0 3px 7px rgba(0, 0, 0, .4); rotate: -3deg; text-decoration: none; }
.anhaenger::before { content: ''; position: absolute; left: 9px; top: 50%; width: 7px; height: 7px; margin-top: -3.5px; border-radius: 50%; background: var(--holz); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .35); }
.anhaenger b { display: block; font-weight: 600; font-size: 15px; }
.anhaenger i { display: block; font-style: normal; font-family: var(--serif); font-weight: 700; font-size: 16px; margin-top: 2px; }
.anhaenger a { color: var(--gruen); }
.anhaenger-titel { font-size: 15px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.tag-hinweis { font-family: var(--sans); font-weight: 300; font-size: 14px; color: var(--papier-dunkel); margin: 0; }
.tag-hinweis a { color: var(--gold); }

/* Der Brief */
.brief-bereich { grid-column: 1 / 8; grid-row: 1; padding: 20px 0 0 12px; }
.umschlag { position: absolute; right: 6%; bottom: 86px; width: 260px; height: 170px; background: #d2b28a; rotate: 7deg; box-shadow: var(--schatten); }
.umschlag::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom right, transparent 49.5%, rgba(0, 0, 0, .12) 50%, transparent 50.5%), linear-gradient(to bottom left, transparent 49.5%, rgba(0, 0, 0, .12) 50%, transparent 50.5%); }
.umschlag::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 52%; background: #c4a077; clip-path: polygon(0 0, 100% 0, 50% 100%); box-shadow: 0 2px 4px rgba(0, 0, 0, .2); }
.brief-stapel { position: relative; }
.brief-stapel::before, .brief-stapel::after { content: ''; position: absolute; inset: 0; background: var(--papier-hell) url(/assets/tex/pergament.jpg) center/cover; box-shadow: var(--schatten); }
.brief-stapel::before { rotate: 2.2deg; translate: 8px 4px; }
.brief-stapel::after { rotate: -3.4deg; translate: -6px 6px; }
.brief { position: relative; z-index: 1; padding: 36px 40px 30px; rotate: -1.2deg; min-height: 380px; background-image: linear-gradient(180deg, transparent 33%, rgba(90, 60, 30, .12) 33.2%, transparent 33.6%, transparent 66%, rgba(90, 60, 30, .12) 66.2%, transparent 66.6%), url(/assets/tex/pergament.jpg); }
.brief[hidden] { display: none; }
.brief.wechsel { animation: umblaettern .45s ease; }
@keyframes umblaettern { from { opacity: 0; translate: 14px 0; } to { opacity: 1; translate: 0 0; } }
.handschrift p { font-family: var(--serif); font-style: italic; font-size: 18.5px; line-height: 1.55; margin: 0 0 12px; }
.unterschrift { font-family: var(--hand); font-style: normal !important; font-size: 30px !important; line-height: 1.1; color: var(--braun); text-align: right; margin-top: 14px !important; }
.brief-steuer { position: relative; z-index: 2; display: flex; align-items: center; gap: 16px; margin: 22px 0 0 8px; }
.brief-steuer .knopf { background: var(--papier); color: var(--tinte); box-shadow: 2px 3px 0 rgba(0, 0, 0, .5); }
.brief-zaehler { font-family: var(--sans); font-weight: 300; font-size: 14px; color: var(--papier-dunkel); }
.siegel { position: absolute; z-index: 3; top: 4px; right: 26px; width: 58px; height: 58px; border-radius: 50%; background: radial-gradient(circle at 38% 34%, #b23a4b, var(--wachs) 55%, #4d0f19); box-shadow: 0 3px 6px rgba(0, 0, 0, .5), inset 0 0 0 4px rgba(255, 255, 255, .08), inset 0 0 12px rgba(0, 0, 0, .35); rotate: -12deg; }
.siegel::before { content: '♥'; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255, 210, 200, .8); font-size: 24px; font-family: var(--serif); text-shadow: 0 1px 0 rgba(0, 0, 0, .4); }
.siegel::after { content: ''; position: absolute; inset: 9px; border: 1px dotted rgba(255, 255, 255, .35); border-radius: 50%; }
.anhaenger-brief { position: absolute; left: 62%; bottom: -6px; max-width: 260px; rotate: 2deg; z-index: 2; }

/* Die Teller */
.teller-gruppe { grid-column: 8 / 13; grid-row: 1; min-height: 820px; }
.teller-gruppe .anhaenger-titel { position: absolute; right: 0; top: 0; rotate: 3deg; }
.teller { display: block; position: absolute; width: var(--d, 300px); text-decoration: none; color: inherit; }
.teller img { display: block; width: 100%; height: auto; border-radius: 50%; box-shadow: 0 0 0 6px #efe6d6, 0 0 0 7px rgba(0, 0, 0, .3), 0 22px 34px -10px rgba(0, 0, 0, .8); transition: rotate .6s ease, translate .3s ease; rotate: 0deg; }
.teller:hover img { rotate: 8deg; translate: 0 -4px; }
.teller .anhaenger { position: absolute; left: -14px; bottom: -4px; }
.teller.t1 { --d: 300px; left: 0; top: 50px; }
.teller.t2 { --d: 240px; right: 0; top: 330px; }
.teller.t2 .anhaenger { left: auto; right: -10px; rotate: 3deg; }
.teller.t3 { --d: 270px; left: 30px; top: 520px; }
.teller-gruppe .tag-hinweis { position: absolute; right: 0; bottom: -14px; max-width: 200px; text-align: right; }

/* Kartenheft, Tasse, Matcha */
.kartenheft { grid-column: 1 / 4; grid-row: 2; display: block; text-decoration: none; width: min(100%, 330px); aspect-ratio: 3 / 4; rotate: 3deg; transition: rotate .3s, translate .3s; margin-top: 30px; }
.kartenheft:hover { rotate: 1deg; translate: 0 -8px; }
.heft { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; height: 100%; padding: 28px 24px; background: var(--papier) url(/assets/tex/pergament.jpg) center/cover; box-shadow: var(--schatten), inset 16px 0 14px -12px rgba(0, 0, 0, .3); color: var(--gruen); text-align: center; }
.heft .ornament { width: 150px; height: auto; color: var(--braun); }
.heft img { width: 80%; height: auto; }
.heft .script { font-size: 30px; color: var(--braun); line-height: 1; }
.heft-hinweis { font-family: var(--sans); font-weight: 300; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--tinte-weich); }
.heft .knopf { margin-top: 8px; }
.tasse { grid-column: 4 / 6; grid-row: 2; margin: 40px 0 0; align-self: start; }
.tasse img { width: 100%; max-width: 230px; height: auto; filter: drop-shadow(0 14px 16px rgba(0, 0, 0, .55)); }
.tasse .anhaenger, .matcha .anhaenger { margin: -14px 0 0 20px; }
.matcha { grid-column: 1 / 3; grid-row: 3; margin: 90px 0 0; align-self: start; }
.matcha img { width: 100%; max-width: 260px; height: auto; filter: drop-shadow(0 14px 16px rgba(0, 0, 0, .55)); }

/* Das Tagebuch */
.tagebuch { grid-column: 6 / 13; grid-row: 2; display: grid; grid-template-columns: 1fr 1fr; padding: 16px; background: linear-gradient(135deg, #4a2c1c, #2c180f 60%, #3a2216); border-radius: 6px; box-shadow: var(--schatten), inset 0 0 0 1px rgba(255, 255, 255, .06); rotate: .6deg; }
.tagebuch::before { content: ''; position: absolute; inset: 6px; border: 1px dashed rgba(230, 200, 150, .25); border-radius: 4px; pointer-events: none; }
.seite { position: relative; background: var(--papier-hell) url(/assets/tex/pergament.jpg) center/cover; padding: 30px 28px 24px; font-size: 16.5px; line-height: 1.58; }
.seite.links { border-radius: 3px 0 0 3px; box-shadow: inset -26px 0 26px -22px rgba(0, 0, 0, .5); }
.seite.rechts { border-radius: 0 3px 3px 0; box-shadow: inset 26px 0 26px -22px rgba(0, 0, 0, .5); }
.seite .kapitel { font-size: 34px; }
.abzug.im-buch { width: 80%; margin: 8px auto 26px; rotate: 2deg; }
.schluss { font-size: 27px; line-height: 1.15; color: var(--braun); text-align: center; margin: 0; }
.lesezeichen { position: absolute; top: -10px; right: 66px; width: 26px; height: 150px; background: linear-gradient(90deg, #8c2434, var(--wachs) 50%, #5e1622); clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 86%, 0 100%); box-shadow: 0 6px 10px rgba(0, 0, 0, .4); z-index: 2; }

/* Reserviert und Bestellblock */
.reservieren-bereich { grid-column: 3 / 8; grid-row: 3; padding-top: 70px; }
.aufsteller { position: absolute; top: -8px; right: -8px; width: 232px; padding: 22px 18px 16px; background: var(--papier) url(/assets/tex/pergament.jpg) center/cover; text-align: center; transform: perspective(600px) rotateX(9deg) rotate(-4deg); box-shadow: var(--schatten); z-index: 2; }
.aufsteller span { display: block; font-family: var(--serif); font-weight: 700; font-size: 29px; letter-spacing: .14em; text-transform: uppercase; color: var(--wachs); line-height: 1; }
.aufsteller small { display: block; font-family: var(--script); font-size: 22px; line-height: 1.05; color: var(--braun); margin-top: 8px; }
.block { position: relative; background: #fbf6ea repeating-linear-gradient(transparent 0 31px, rgba(42, 86, 54, .16) 31px 32px); padding: 26px 26px 30px; border-top: 18px solid var(--gruen); box-shadow: var(--schatten); rotate: -.8deg; }
.block::before { content: ''; position: absolute; left: 16px; right: 16px; top: -12px; height: 6px; background: radial-gradient(circle, #1a1a1a 2px, transparent 2.5px) 0 0/22px 6px; }
.block h2 { font-family: var(--serif); font-weight: 700; font-size: 27px; margin: 0 0 6px; color: var(--gruen); }
.block-hinweis { font-size: 15px; color: var(--tinte-weich); margin: 0 0 6px; }
.block label { display: block; font-family: var(--sans); font-weight: 600; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--tinte-weich); margin: 12px 0 0; }
.block input, .block select, .block textarea { width: 100%; font-family: var(--serif); font-size: 17px; padding: 6px 4px 5px; border: 0; border-bottom: 1.5px solid var(--tinte-weich); background: transparent; color: var(--tinte); border-radius: 0; margin-top: 2px; }
.block textarea { resize: vertical; min-height: 64px; }
.block input:focus, .block select:focus, .block textarea:focus { outline: none; border-bottom-color: var(--gruen); box-shadow: 0 1.5px 0 var(--gruen); }
.zeile { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.zeile.drei { grid-template-columns: 1.2fr 1fr .8fr; }
.honig { position: absolute; clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; }
.einwilligung { font-size: 13px; color: var(--tinte-weich); margin: 14px 0 12px; }
.hinweis { font-family: var(--sans); font-size: 14px; min-height: 1.4em; color: var(--rot); margin: 12px 0 0; }
.hinweis.ok { color: var(--gruen); }

/* Schallplatte und grüne Karte */
.events-bereich { grid-column: 8 / 13; grid-row: 3; padding-top: 120px; }
.platte { position: absolute; top: -6px; left: -36px; width: 250px; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #151515 0 1.5px, #262626 1.5px 3px); box-shadow: 0 0 0 2px #3a3a3a, 0 0 0 3px rgba(0, 0, 0, .6), 0 18px 34px -6px rgba(0, 0, 0, .9), inset 0 0 50px rgba(255, 255, 255, .06); animation: drehen 16s linear infinite; z-index: 0; }
.platte::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 20deg, transparent 0 32%, rgba(255, 255, 255, .16) 44%, transparent 56%, transparent 78%, rgba(255, 255, 255, .12) 88%, transparent 96%); }
.platte .label { position: absolute; inset: 33%; border-radius: 50%; background: var(--gruen); display: grid; place-content: center; text-align: center; color: var(--rosa); font-family: var(--display); font-weight: 900; font-variation-settings: 'SOFT' 100, 'WONK' 1; font-size: 12.5px; line-height: 1.05; padding: 8px; }
.platte .label::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: #111; }
.platte .label small { display: block; font-family: var(--sans); font-weight: 300; font-size: 8.5px; color: var(--papier); margin-top: 16px; }
@keyframes drehen { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .platte { animation: none; } }
.gruenkarte { position: relative; z-index: 1; margin: 0 0 0 64px; background: var(--gruen); padding: 30px 28px 26px; color: var(--papier-hell); rotate: 1.2deg; box-shadow: var(--schatten); overflow: hidden; }
.gruenkarte::before { content: ''; position: absolute; inset: 0; background: url(/assets/tex/knitter.png) center/cover; opacity: .32; mix-blend-mode: overlay; pointer-events: none; }
.gruenkarte > * { position: relative; }
.gruenkarte h2 { font-family: var(--display); font-weight: 900; font-variation-settings: 'SOFT' 100, 'WONK' 1, 'opsz' 144; font-size: 36px; line-height: 1.02; color: var(--rosa); margin: 0 0 16px; }
.gruenkarte p { font-family: var(--sans); font-weight: 300; font-size: 15.5px; line-height: 1.55; }
.gruen-liste { list-style: none; padding: 0; margin: 0 0 20px; font-family: var(--sans); font-weight: 400; font-size: 15px; }
.gruen-liste li::before { content: '♥  '; color: var(--rosa); }
.gruen-klein { font-size: 13.5px !important; margin: 18px 0 0; opacity: .9; }
.gruen-klein a { color: var(--rosa); }

/* Fahrkarte */
.fahrkarte { grid-column: 1 / 6; grid-row: 4; background: #efe6d3; color: var(--tinte); padding: 0 0 22px; rotate: -1.6deg; box-shadow: var(--schatten); -webkit-mask: radial-gradient(circle at 0 50%, transparent 7px, #000 7.5px) 0 0 / 100% 26px repeat-y; mask: radial-gradient(circle at 0 50%, transparent 7px, #000 7.5px) 0 0 / 100% 26px repeat-y; }
.fahrkarte::after { content: ''; position: absolute; left: 28px; top: 0; bottom: 0; border-left: 2px dashed rgba(0, 0, 0, .22); }
.fahrkarte-kopf { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; background: var(--gruen); color: var(--papier-hell); font-family: var(--sans); font-weight: 600; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; padding: 10px 22px 10px 44px; }
.fahrkarte h2 { font-family: var(--serif); font-weight: 700; font-size: 27px; margin: 18px 22px 8px 44px; }
.fahrkarte dl { margin: 0 22px 16px 44px; display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; font-size: 15.5px; line-height: 1.45; }
.fahrkarte dt { font-family: var(--sans); font-weight: 600; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--gruen); padding-top: 4px; }
.fahrkarte dd { margin: 0; }
.fahrkarte-knoepfe { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 0 22px 0 44px; }
.karte-rahmen { margin: 16px 22px 0 44px; }
.karte-rahmen iframe { width: 100%; height: 300px; border: 0; display: block; }
.stempel { position: absolute; right: 18px; top: 62px; font-family: var(--sans); font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: rgba(200, 80, 80, .8); border: 3px double rgba(200, 80, 80, .75); border-radius: 6px; padding: 4px 10px; rotate: -14deg; font-size: 13px; mix-blend-mode: multiply; }

/* Servietten und Google-Zettel */
.servietten { grid-column: 6 / 10; grid-row: 4; display: grid; gap: 22px; align-content: start; padding-top: 16px; }
.serviette { margin: 0; background: #fbf9f4; padding: 26px 24px 18px; position: relative; box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .65); rotate: 2deg; font-family: var(--kreideschrift); font-size: 21px; line-height: 1.28; color: #3b3128; outline: 1px dashed rgba(0, 0, 0, .14); outline-offset: -10px; }
.serviette p { margin: 0; }
.serviette p::before { content: '„'; }
.serviette p::after { content: '“'; }
.serviette footer { font-family: var(--sans); font-weight: 300; font-size: 12px; letter-spacing: .06em; margin-top: 8px; color: var(--tinte-weich); }
.serviette.s2 { rotate: -2.5deg; }
.google-zettel { justify-self: start; background: #fff; padding: 10px 16px; text-decoration: none; color: var(--tinte); display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 12px; box-shadow: 0 8px 18px -6px rgba(0, 0, 0, .6); rotate: -1deg; font-family: var(--sans); }
.google-zettel b { font-size: 30px; font-weight: 600; grid-row: 1 / 3; line-height: 1; }
.google-zettel span { color: #e8a01a; letter-spacing: 2px; font-size: 14px; }
.google-zettel small { font-size: 12px; color: var(--tinte-weich); }

/* Abzüge und Kreidetafel */
.abzuege { grid-column: 1 / 13; grid-row: 5; display: grid; grid-template-columns: 1.3fr .8fr 1.3fr; gap: 40px; align-items: center; padding: 10px 20px 0; }
.abzuege .a2 { rotate: 3deg; }
.abzuege .a3 { rotate: -2deg; }
.kreidetafel { grid-column: 10 / 13; grid-row: 4; justify-self: center; margin-top: 40px; width: 224px; background: #1e1f1c; border: 10px solid #5a3b26; border-radius: 4px; padding: 14px 12px 12px; box-shadow: var(--schatten); rotate: 2deg; text-align: center; color: var(--kreide); font-family: var(--kreideschrift); font-size: 23px; line-height: 1.15; }
.kreidetafel p { margin: 0; }
.kreidetafel b { display: block; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; font-family: var(--sans); font-weight: 600; color: var(--rosa); margin-bottom: 8px; }
.kreidetafel big { display: block; font-size: 46px; font-weight: 700; margin-top: 4px; color: #ffe9a8; line-height: 1; }

/* ---------- Bon (Fußzeile) ---------- */
.bon { background: var(--tanne); color: var(--papier); padding: 56px 24px 40px; border-top: 6px solid var(--gruen); position: relative; }
.bon-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 18px 44px; align-items: start; }
.bon-inner > img { grid-row: 1 / 3; grid-column: 1; width: 150px; height: auto; }
.bon-adresse { margin: 0; font-size: 17px; line-height: 1.6; grid-column: 2; }
.bon-adresse a { color: var(--gold); text-decoration: none; }
.bon-zeiten { margin: 0; font-family: var(--sans); font-weight: 300; font-size: 14px; color: var(--papier-dunkel); grid-column: 2; }
.bon ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; font-family: var(--sans); font-weight: 300; font-size: 14px; grid-row: 1 / 3; grid-column: 3; }
.bon ul a { color: var(--papier); text-decoration: none; }
.bon ul a:hover { color: var(--gold); text-decoration: underline; }
.bon-schluss { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 16px; margin: 14px 0 0; font-family: var(--sans); font-weight: 300; font-size: 13px; }
.bon .script { font-size: 28px; color: var(--gold); }

/* ---------- Tablet ---------- */
@media (max-width: 1100px) {
  .tafel { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 40px 28px; }
  .brief-bereich { grid-column: 1 / 7; grid-row: auto; padding-left: 0; }
  .umschlag { right: 0; }
  .teller-gruppe { grid-column: 1 / 7; grid-row: auto; min-height: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 20px; align-items: end; padding-top: 50px; }
  .teller, .teller.t1, .teller.t2, .teller.t3 { position: relative; top: auto; left: auto; right: auto; width: 100%; --d: auto; }
  .teller-gruppe .tag-hinweis { position: static; grid-column: 1 / -1; }
  .kartenheft { grid-column: 1 / 3; grid-row: auto; }
  .tasse { grid-column: 3 / 4; grid-row: auto; margin-top: 60px; }
  .matcha { grid-column: 4 / 7; grid-row: auto; margin-top: 60px; justify-self: end; }
  .tagebuch { grid-column: 1 / 7; grid-row: auto; }
  .reservieren-bereich { grid-column: 1 / 7; grid-row: auto; }
  .events-bereich { grid-column: 1 / 7; grid-row: auto; }
  .fahrkarte { grid-column: 1 / 5; grid-row: auto; }
  .servietten { grid-column: 5 / 7; grid-row: auto; }
  .abzuege { grid-column: 1 / 7; grid-row: auto; grid-template-columns: 1.3fr .8fr 1.3fr; align-items: center; padding: 0; }
  .kreidetafel { grid-column: 1 / 7; grid-row: auto; margin-top: 0; }
}
/* ---------- Telefon ---------- */
@media (max-width: 760px) {
  body { font-size: 17px; }
  .tafel { grid-template-columns: minmax(0, 1fr); padding: 48px 16px 80px; gap: 56px; }
  .tafel > .obj { grid-column: 1 / -1 !important; }
  .brief { padding: 28px 22px 24px; min-height: 0; }
  .kapitel { font-size: 32px; }
  .umschlag { width: 200px; height: 130px; right: -6px; bottom: 70px; }
  .anhaenger-brief { left: auto; right: 0; bottom: -18px; max-width: 220px; }
  .siegel { right: 10px; }
  .teller-gruppe { grid-template-columns: 1fr; justify-items: center; gap: 46px; padding-top: 40px; }
  .teller { width: min(78vw, 330px); }
  .teller-gruppe .anhaenger-titel { right: 8px; }
  .kartenheft { margin: 0 auto; width: min(100%, 300px); }
  .tasse, .matcha { margin: 0 auto; justify-self: center; }
  .tagebuch { grid-template-columns: 1fr; padding: 12px; }
  .seite.links { border-radius: 3px 3px 0 0; box-shadow: none; }
  .seite.rechts { border-radius: 0 0 3px 3px; box-shadow: none; padding-top: 10px; }
  .lesezeichen { right: 26px; height: 110px; }
  .reservieren-bereich { padding-top: 0; }
  .aufsteller { position: relative; top: auto; right: auto; width: 220px; margin: 0 auto -22px; }
  .block { padding: 22px 18px 26px; }
  .zeile, .zeile.drei { grid-template-columns: 1fr; }
  .events-bereich { padding-top: 0; }
  .platte { position: relative; margin: 0 auto -60px; left: 0; width: 220px; }
  .gruenkarte { margin: 0; padding: 74px 22px 26px; }
  .fahrkarte h2, .fahrkarte dl, .fahrkarte-knoepfe, .karte-rahmen { margin-left: 40px; margin-right: 18px; }
  .stempel { top: 52px; right: 10px; }
  .abzuege { grid-template-columns: 1fr; gap: 44px; }
  .abzuege .a2 { width: 70%; justify-self: end; }
  .kreidetafel { margin: 0 auto; }
  .bon-inner { grid-template-columns: 1fr; }
  .bon-inner > img, .bon ul, .bon-adresse, .bon-zeiten { grid-row: auto; grid-column: 1; }
}

/* ---------- Die Karte: das aufgeschlagene Heft ---------- */
.heft-tisch { padding: 50px 24px 100px; }
.heft-kopf { max-width: 760px; margin: 0 auto 26px; position: relative; }
.heft-deckel { padding: 36px 40px 30px; text-align: center; rotate: -.6deg; }
.heft-deckel .ornament { width: 170px; height: auto; color: var(--braun); display: block; margin: 0 auto 8px; }
.heft-deckel .ornament.unten { width: 230px; margin: 12px auto 0; }
.heft-deckel img { width: min(70%, 380px); height: auto; display: block; margin: 0 auto 10px; }
.heft-deckel h1 { font-size: clamp(28px, 4vw, 40px); color: var(--braun); line-height: 1.15; margin: 0 0 10px; font-weight: 400; }
.heft-unter { font-size: 16px; color: var(--tinte-weich); max-width: 540px; margin: 0 auto; }
.heft-unter a { color: var(--gruen); }
.reiter { position: sticky; top: 58px; z-index: 30; display: flex; gap: 6px; overflow-x: auto; max-width: 1100px; margin: 0 auto 30px; padding: 8px 10px; background: rgba(18, 63, 54, .93); backdrop-filter: blur(6px); border-radius: 6px; scrollbar-width: none; }
.reiter::-webkit-scrollbar { display: none; }
.reiter a { flex: 0 0 auto; color: var(--papier); text-decoration: none; font-family: var(--sans); font-size: 13px; padding: 7px 12px; border-radius: 4px; white-space: nowrap; }
.reiter a[aria-current], .reiter a:hover { background: var(--rosa); color: var(--tanne); }
.heft-seiten { max-width: 1100px; margin: 0 auto; display: grid; gap: 34px; }
.blatt { position: relative; padding: 40px 44px 36px; scroll-margin-top: 120px; }
.blatt:nth-child(even) { rotate: .4deg; }
.blatt:nth-child(odd) { rotate: -.35deg; }
.blatt .kapitel { font-size: clamp(30px, 3.6vw, 42px); max-width: 66%; }
.kategorie { display: block; max-width: 62%; font-family: var(--serif); font-weight: 700; font-size: 21px; color: var(--gruen); margin: 22px 0 8px; padding-bottom: 4px; border-bottom: 1px solid rgba(60, 40, 20, .2); }
.kategorie small { font-family: var(--sans); font-weight: 300; font-size: 13px; letter-spacing: .06em; color: var(--tinte-weich); margin-left: 8px; }
.posten { list-style: none; margin: 0; padding: 0; max-width: 62%; }
.posten li { display: flex; align-items: baseline; gap: 12px; padding: 7px 0; border-bottom: 1px dotted rgba(60, 40, 20, .28); }
.posten li > span { flex: 1; font-size: 18px; line-height: 1.35; }
.posten li > span small { display: block; font-family: var(--sans); font-weight: 300; font-size: 13.5px; line-height: 1.45; color: var(--tinte-weich); margin-top: 2px; }
.posten li > b { font-family: var(--serif); font-weight: 700; font-size: 17px; white-space: nowrap; }
.extras { font-family: var(--sans); font-weight: 300; font-size: 13.5px; color: var(--tinte-weich); margin: 14px 0 0; max-width: 62%; }
.ill { position: absolute; margin: 0; pointer-events: none; }
.ill img { width: 100%; height: auto; filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .35)); }
.ill-rechts { right: 24px; top: 96px; width: 26%; }
.ill-rechts.gross { width: 32%; top: 76px; }
.ill-rechts-unten { right: 30px; bottom: 30px; width: 22%; }
.ill.klein { width: 11%; }
.blatt.gruen { background: var(--gruen); color: var(--papier-hell); box-shadow: var(--schatten); }
.blatt.gruen::before { content: ''; position: absolute; inset: 0; background: url(/assets/tex/knitter.png) center/cover; opacity: .3; mix-blend-mode: overlay; pointer-events: none; }
.blatt.gruen > * { position: relative; }
.blatt.gruen .ill { position: absolute; }
.blatt.gruen .display { font-family: var(--display); font-weight: 900; font-variation-settings: 'SOFT' 100, 'WONK' 1, 'opsz' 144; font-size: clamp(38px, 5vw, 58px); color: var(--rosa); line-height: 1; margin: 0 0 16px; max-width: 62%; }
.blatt.gruen .display:not(:first-child) { margin-top: 30px; }
.blatt.gruen .posten li { border-bottom-color: rgba(255, 255, 255, .22); }
.blatt.gruen .posten li > span { font-family: var(--sans); font-weight: 400; font-size: 16px; }
.blatt.gruen .posten li > span small { color: rgba(249, 234, 211, .82); }
.blatt.gruen .posten li > b { font-family: var(--sans); font-weight: 600; }
.blatt.gruen .extras { color: rgba(249, 234, 211, .82); }
.gruen-vorspann { font-family: var(--sans); font-weight: 300; font-size: 16px; max-width: 62%; }
.zwischen { max-width: 640px; margin: 0 auto; text-align: center; }
.zwischen .schreibmaschine { font-size: 15px; color: var(--papier-dunkel); }
.schluss-zeile { font-size: 30px; color: var(--gold); line-height: 1.2; margin: 10px 0 22px; }
.heft-knoepfe { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 0; }
.zwei-spalten { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; max-width: 62%; }
.zwei-spalten .posten, .zwei-spalten .extras, .zwei-spalten .kategorie { max-width: none; }
.allergene .zwei-spalten { max-width: none; }
.allergene p { font-size: 15.5px; }
@media (max-width: 900px) {
  .blatt .kapitel, .kategorie, .posten, .extras, .gruen-vorspann, .blatt.gruen .display, .zwei-spalten { max-width: none; }
  .ill, .blatt.gruen .ill { position: static; width: 58%; max-width: 280px; margin: 22px auto 0; display: block; }
  .ill-rechts.gross { width: 70%; }
  .ill.klein, .ill-rechts-unten { display: none; }
  .blatt { padding: 30px 22px 28px; }
  .zwei-spalten { grid-template-columns: 1fr; }
  .reiter { top: 56px; border-radius: 0; margin: 0 -16px 24px; }
  .heft-tisch { padding: 30px 16px 80px; }
  .heft-deckel { padding: 28px 22px 24px; }
}

/* ---------- Reservierung, Rechtstexte, 404 ---------- */
.tafel-reservierung { padding-top: 56px; }
.seiten-titel { grid-column: 1 / 13; grid-row: 1; max-width: 720px; }
.seiten-titel .kapitel { color: var(--gold); font-size: clamp(38px, 5vw, 56px); }
.seiten-titel .tag-hinweis { font-size: 17px; color: var(--papier); }
.seiten-titel .tag-hinweis a { color: var(--gold); }
.tafel-reservierung .reservieren-bereich { grid-column: 1 / 7; grid-row: 2; padding-top: 70px; }
.tafel-reservierung .events-bereich { grid-column: 7 / 13; grid-row: 2; }
@media (max-width: 1100px) { .seiten-titel { grid-column: 1 / 7; } .tafel-reservierung .reservieren-bereich, .tafel-reservierung .events-bereich { grid-column: 1 / 7; grid-row: auto; } }
@media (max-width: 760px) { .tafel-reservierung .reservieren-bereich { padding-top: 0; } }
.blatt-wrap { padding: 56px 24px 100px; }
.blatt-a4 { max-width: 780px; margin: 0 auto; padding: 48px 52px 44px; font-size: 16.5px; line-height: 1.6; rotate: -.3deg; }
.blatt-a4 h1 { font-family: var(--script); font-weight: 400; font-size: 44px; color: var(--braun); margin: 0 0 18px; line-height: 1; }
.blatt-a4 h2 { font-family: var(--serif); font-weight: 700; font-size: 20px; color: var(--gruen); margin: 26px 0 6px; }
.blatt-a4 h3 { font-size: 17px; margin: 18px 0 4px; }
.blatt-a4 p, .blatt-a4 li { margin: 0 0 10px; }
.blatt-a4 a { color: var(--gruen); }
.blatt-a4 a.knopf { color: var(--papier-hell); }
.blatt-wrap { position: relative; }
.folgt { background: #fff3a8; padding: 0 5px; border-radius: 2px; }
.fehler { min-height: 50vh; display: grid; place-items: center; }
@media (max-width: 760px) { .blatt-wrap { padding: 32px 16px 70px; } .blatt-a4 { padding: 30px 22px 28px; } }
