/* ============================================================
   The Shakespeare · Website v3.0
   Design tokens → base → components → pages
   Mobile-first. Every colour pair verified (tokens.py).
   Beta 19 (12.09.2026): „Leicht“ (Weißraum-Probe 09.09.) und „Farbe“ (Farbprobe 12.09.) sind Standard —
   Rhythmus über --section, keine Kartenrahmen, ein Papierton, Familienfarben „Bühne“ (Kacheln, Seitenköpfe,
   Abschnittsflächen, Farbpunkte). Die Vorschau-Schalter ?leicht=1/?farbe=1 gibt es nicht mehr.
   ============================================================ */

/* ---------- Schrift (Beschluss 03.09.2026: Fraunces + Atkinson Hyperlegible Next, lokal gehostet) ---------- */
:root {
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-text: "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", system-ui, -apple-system, "Segoe UI", sans-serif;
  --display-settings: "opsz" 72, "SOFT" 30, "WONK" 1;
  --display-weight: 500;
  --display-tracking: -0.015em;
}

/* ---------- scale ---------- */
:root {
  --fs-0: 0.875rem;                                   /* 14  meta */
  --fs-1: clamp(1rem, 0.95rem + 0.25vw, 1.0625rem);   /* 16–17 body */
  --fs-2: clamp(1.125rem, 1.05rem + 0.4vw, 1.3125rem);/* lead */
  --fs-3: clamp(1.25rem, 1.15rem + 0.5vw, 1.5rem);    /* h3 */
  --fs-4: clamp(1.625rem, 1.35rem + 1.2vw, 2.25rem);  /* h2 */
  --fs-5: clamp(2rem, 1.5rem + 2.2vw, 3.25rem);       /* h1 */
  --fs-6: clamp(2.5rem, 1.6rem + 4vw, 4.75rem);       /* Unterseiten-Kopf */
  --fs-7: clamp(2.75rem, 1.6rem + 5vw, 5.5rem);       /* Bühne (Startseite) */
  --lh-text: 1.55; --lh-tight: 1.12;
  --s-1: 0.25rem; --s-2: 0.5rem; --s-3: 0.75rem; --s-4: 1rem; --s-5: 1.5rem; --s-6: 2rem; --s-7: 3rem; --s-8: 4.5rem; --s-9: 6rem;
  --section: clamp(4.5rem, 3rem + 5vw, 8rem);         /* Abschnittsrhythmus 72 → 128 px */
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --container: 72rem;   /* 1152 */
  --measure: 60ch;
  --radius: 0.25rem; --radius-lg: 0.5rem;
  --shadow: 0 1px 2px rgb(0 0 0 / .06), 0 8px 24px -12px rgb(0 0 0 / .18);
  --tap: 3rem;  /* 48px minimum target */
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body {
  margin: 0; background: var(--c-paper); color: var(--c-ink);
  font-family: var(--font-text); font-size: var(--fs-1); line-height: var(--lh-text);
  font-feature-settings: "kern", "liga"; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  min-height: 100dvh; display: flex; flex-direction: column;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-brand-ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--c-focus); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--c-brand-soft); color: var(--c-ink); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: var(--display-weight); line-height: var(--lh-tight); letter-spacing: var(--display-tracking); font-variation-settings: var(--display-settings); margin: 0 0 var(--s-4); text-wrap: balance; }
/* Beta 21 (Typografie-Review): kleine, oft zweizeilige Überschriften bekommen 1,2 statt 1,12 */
h3, h4, .h3, .h4 { line-height: 1.2; }
h1 { font-size: var(--fs-5); } h2 { font-size: var(--fs-4); } h3 { font-size: var(--fs-3); } h4 { font-size: var(--fs-2); font-family: var(--font-text); font-weight: 650; letter-spacing: 0; }
p, ul, ol, dl { margin: 0 0 var(--s-4); max-width: var(--measure); }
/* WordPress-Adminleiste (angemeldet): Theme-Regeln für Listen, Bilder, Links dort nicht anwenden — sonst umbricht die Leiste in zwei Zeilen */
#wpadminbar ul, #wpadminbar ol, #wpadminbar p { max-width: none; margin: 0; } #wpadminbar img { display: inline; } #wpadminbar a { text-decoration: none; }
.lead { font-size: var(--fs-2); color: var(--c-ink-soft); }
.meta { font-size: var(--fs-0); color: var(--c-ink-soft); }
.eyebrow { font-size: var(--fs-0); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 650; color: var(--fam-deep, var(--c-accent-ink)); margin: 0 0 var(--s-2); } /* auf Familienseiten im Tiefton der Familie */
hr { border: 0; border-top: 1px solid var(--c-line); margin: var(--s-6) 0; }
[lang="en"] { font-style: inherit; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: var(--s-4); top: -100px; z-index: 100; background: var(--c-ink); color: var(--c-paper); padding: var(--s-3) var(--s-4); border-radius: var(--radius); font-weight: 650; }
.skip-link:focus { top: var(--s-4); }
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--s-3) var(--s-5); margin-bottom: var(--s-6); }
.section-head h2 { margin: 0; }
.section h2 { font-size: var(--fs-5); letter-spacing: -0.015em; }
.section .eyebrow { letter-spacing: .14em; font-weight: 600; margin-bottom: var(--s-3); }
.grid { display: grid; gap: var(--s-4); }
@media (min-width: 40em) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 60em) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.band { background: var(--c-brand); color: var(--c-on-brand); padding-block: var(--section); }
.band a { color: var(--c-on-brand); } .band .eyebrow { color: var(--c-accent-on-brand); } .band .meta, .band .lead { color: var(--c-on-brand); opacity: .88; }
.tint { background: transparent; } /* Tönungsbänder abgeschafft (Weißraum-Probe): die Farbe kommt aus den Familienflächen, nicht aus einem zweiten Grün */

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2); min-height: var(--tap); padding: var(--s-3) var(--s-5); border-radius: var(--radius); font: inherit; font-weight: 650; line-height: 1.2; text-decoration: none; cursor: pointer; border: 2px solid transparent; transition: background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease); }
.btn-primary { background: var(--c-cta-bg); color: var(--c-cta-fg); border-color: var(--c-cta-bg); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-secondary { background: transparent; color: var(--c-ink); border-color: var(--c-ink); }
.btn-secondary:hover { background: var(--c-ink); color: var(--c-paper); }
.band .btn-secondary { color: var(--c-on-brand); border-color: var(--c-on-brand); } .band .btn-secondary:hover { background: var(--c-on-brand); color: var(--c-brand); }
.band .btn-primary { background: var(--c-on-brand); color: var(--c-brand); border-color: var(--c-on-brand); }
.btn-quiet { background: transparent; color: var(--c-brand-ink); padding-inline: var(--s-3); text-decoration: underline; text-underline-offset: .18em; }
.btn-quiet:hover { background: var(--c-brand-soft); }
.btn[aria-disabled="true"] { opacity: .5; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.icon { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Hinweisleiste (Sondertage & Hinweise) — unter dem Kopf, nicht blockierend ---------- */
.notice-bar { background: transparent; border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); }
.notice-bar .notice + .notice { border-top: 1px solid var(--c-line); }
.notice-inner { display: flex; align-items: flex-start; gap: var(--s-3); padding: var(--s-2) var(--s-4); font-size: .875rem; }
.notice-inner > .icon { flex: none; width: 1.35rem; height: 1.35rem; margin-top: .15rem; color: var(--c-brand-ink); }
.notice-inner p { margin: 0; flex: 1; max-width: none; font-size: var(--fs-0); line-height: 1.45; }
.notice-inner .effect { color: var(--c-ink-soft); } .notice-inner .text { display: block; color: var(--c-ink-soft); }
.notice-inner a { font-weight: 600; }
.notice-dismiss { flex: none; display: grid; place-items: center; width: var(--tap); height: var(--tap); margin: calc(-1 * var(--s-2)) calc(-1 * var(--s-2)) calc(-1 * var(--s-2)) 0; border: 0; border-radius: 50%; background: transparent; color: var(--c-ink-soft); cursor: pointer; }
.notice-dismiss:hover { background: var(--c-paper); color: var(--c-ink); }
.notice-dismiss .icon { width: 1.1rem; height: 1.1rem; }
.notice.is-today { background: var(--c-brand); color: var(--c-on-brand); }
.notice.is-today .icon, .notice.is-today .effect, .notice.is-today .text, .notice.is-today .notice-dismiss { color: var(--c-on-brand); }
.notice.is-today a { color: var(--c-on-brand); } .notice.is-today .notice-dismiss:hover { background: rgb(255 255 255 / .12); }
.notice.kind-hinweis .icon { color: var(--c-accent, var(--c-brand-ink)); }
.notice-more .notice-inner p { color: var(--c-ink-soft); } .notice-more strong { color: var(--c-ink); }
.hours td .note { display: block; font-size: var(--fs-0); color: var(--c-brand-ink); font-weight: 600; }
.specials { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-2); font-size: var(--fs-0); }
.specials li strong { font-weight: 650; }
.h4 { font-size: var(--fs-1); margin: 0 0 var(--s-2); }

/* ---------- header ---------- */
.site-header { background: transparent; } /* Kopf ohne Fläche und Linie — die Seite beginnt mit dem Papier */
.header-row { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); min-height: 3.5rem; }
.brand { display: inline-flex; align-items: center; gap: var(--s-3); text-decoration: none; color: var(--c-ink); min-height: var(--tap); }
.brand-logo { width: 2.5rem; height: 2.5rem; object-fit: contain; }
/* Logo je Farbschema: zwei Bilder, eins sichtbar — Systemeinstellung, überstimmt von der Wahl im Fuß (data-scheme) */
.brand-logo--dark { display: none; }
:root[data-scheme="dark"] .brand-logo--light { display: none; } :root[data-scheme="dark"] .brand-logo--dark { display: block; }
@media (prefers-color-scheme: dark) { :root:not([data-scheme="light"]) .brand-logo--light { display: none; } :root:not([data-scheme="light"]) .brand-logo--dark { display: block; } }
.brand-name { font-family: var(--font-display); font-size: var(--fs-3); font-weight: 600; letter-spacing: -0.01em; line-height: 1; }
.status-pill { display: inline-flex; align-items: center; gap: var(--s-2); font-size: var(--fs-0); font-weight: 500; color: var(--c-ink-soft); background: transparent; padding: 0; border-radius: 999px; white-space: nowrap; }
.status-pill::before { content: ""; width: .5rem; height: .5rem; border-radius: 50%; background: var(--c-ok); }
.status-pill[data-state="closed"]::before { background: var(--c-danger); }
.status-pill[data-state="soon"]::before { background: var(--c-warn); }
.nav-toggle { display: inline-flex; align-items: center; gap: var(--s-2); min-height: var(--tap); min-width: var(--tap); padding: 0 var(--s-3); border: 2px solid var(--c-ink); border-radius: var(--radius); background: transparent; color: var(--c-ink); font: inherit; font-weight: 650; cursor: pointer; }
.site-nav { display: none; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: var(--s-1); }
.site-nav a { display: inline-flex; align-items: center; min-height: var(--tap); padding: 0 var(--s-3); border-radius: var(--radius); text-decoration: none; color: var(--c-ink); font-weight: 600; font-size: var(--fs-1); letter-spacing: .01em; }
.site-nav a:hover { background: var(--c-brand-soft); }
.site-nav a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--c-accent); }
.header-status { display: none; }
@media (min-width: 60em) {
  .site-nav { display: block; } .nav-toggle { display: none; } .header-status { display: inline-flex; }
  .header-row { min-height: 4rem; }
}
.status-row { display: flex; align-items: center; gap: var(--s-3); padding: var(--s-2) 0 var(--s-3); } /* Sondertage machen die Zeile länger — sie bricht um statt zu scrollen (axe: scrollable-region-focusable) */
@media (min-width: 60em) { .status-row { display: none; } }
.status-row .meta { text-wrap: balance; }
.status-row .status-pill { display: none; }
/* mobile menu = native dialog */
.menu-dialog { border: 0; padding: 0; margin: 0; width: min(100vw, 26rem); max-width: 100vw; height: 100dvh; max-height: 100dvh; margin-left: auto; background: var(--c-paper2); color: var(--c-ink); box-shadow: var(--shadow); }
.menu-dialog::backdrop { background: rgb(0 0 0 / .45); }
.menu-inner { padding: var(--s-4) var(--gutter) var(--s-6); display: flex; flex-direction: column; min-height: 100%; }
.menu-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s-5); }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list a { display: flex; align-items: center; justify-content: space-between; min-height: 3.5rem; padding: 0 var(--s-2); border-bottom: 1px solid var(--c-line); text-decoration: none; color: var(--c-ink); font-family: var(--font-display); font-size: var(--fs-3); font-weight: 500; }
.menu-list a[aria-current="page"] { color: var(--c-brand-ink); }
.menu-sub { list-style: none; margin: var(--s-4) 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-1) var(--s-4); }
.menu-sub a { display: inline-flex; align-items: center; min-height: 2.75rem; color: var(--c-ink-soft); text-decoration: none; }
.menu-facts { margin-top: auto; padding-top: var(--s-5); font-size: var(--fs-0); color: var(--c-ink-soft); }
.menu-facts a { color: var(--c-ink); }

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; color: var(--c-on-brand); background: var(--c-brand); }
.hero-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; filter: saturate(.85); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(var(--hero-shade, 8 20 14) / .92) 0%, rgb(var(--hero-shade, 8 20 14) / .55) 55%, rgb(var(--hero-shade, 8 20 14) / .25) 100%); } /* --hero-shade: RGB-Tripel der Abdunklung (Grünschwarz; ein Kleid setzt seins) */
.hero-inner { padding: clamp(11rem, 38vw, 17rem) 0 var(--s-7); }
.hero .eyebrow { display: inline-block; color: #fff; opacity: .85; letter-spacing: .14em; font-weight: 600; text-shadow: 0 1px 2px rgb(0 0 0 / .45); } /* weiß mit Schatten auf dem abgedunkelten Bild (Weißraum-Probe) — Messing war auf dem Foto unlesbar */
.hero-note { position: relative; width: min(100% - 2 * var(--gutter), var(--container)); margin: 0 auto var(--s-4); }
.hero h1 { font-size: var(--fs-7); margin-bottom: var(--s-4); color: #fff; max-width: 14ch; letter-spacing: -0.02em; text-shadow: 0 1px 2px rgb(0 0 0 / .35); }
.hero .lead { color: #fff; opacity: .95; max-width: 34ch; font-size: var(--fs-2); margin-bottom: var(--s-5); text-shadow: 0 1px 2px rgb(0 0 0 / .35); }
.hero .btn-primary { background: #fff; color: var(--c-brand); border-color: #fff; }
.hero .btn-secondary { color: #fff; border-color: transparent; text-decoration: underline; text-underline-offset: .2em; padding-inline: var(--s-2); } .hero .btn-secondary:hover { background: transparent; color: #fff; }
@media (min-width: 60em) { .hero-inner { padding: 14rem 0 6rem; min-height: 40rem; display: flex; flex-direction: column; justify-content: flex-end; } }
/* Unterseiten-Kopf: jede Familie eröffnet ihre Seite mit ihrer Fläche; ohne Familie (Kontakt, Der Pub …) bleibt er Papier */
.page-hero { padding: var(--s-8) 0 var(--s-7); background: var(--fam, transparent); }
.page-hero h1 { font-size: var(--fs-5); letter-spacing: -0.02em; max-width: 16ch; margin-bottom: var(--s-2); } .page-hero .lead { margin: 0; max-width: 44ch; color: var(--c-ink); opacity: .8; }
.page-hero a { color: var(--fam-deep, var(--c-brand-ink)); } .page-hero .crumbs, .page-hero .crumbs a { color: var(--c-ink); }
.page-hero + .section { padding-top: var(--s-7); } /* Unterzeile und Einleitung gehören zusammen */
.crumbs { font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--c-ink-soft); margin-bottom: var(--s-3); } .crumbs a { color: var(--c-ink-soft); }

/* ---------- cards / tiles ---------- */
.card { background: var(--c-paper2); border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: var(--s-5); }
/* Kacheln als Farbtafeln (Farbprobe): Fläche in der Familienfarbe, Foto mit Rand darauf, Titel und Satz unten in Tinte; ohne Foto trägt die Tafel selbst */
.tile { position: relative; display: grid; grid-template-rows: auto 1fr; gap: var(--s-4); background: var(--fam, var(--c-brand-soft)); padding: var(--s-4); border-radius: var(--radius-lg); min-height: 15rem; text-decoration: none; color: var(--c-ink); transition: background .15s var(--ease); }
.tile:hover { background: color-mix(in srgb, var(--fam, var(--c-brand-soft)) 88%, var(--c-ink)); }
.tile:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .16em; }
.tile img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; border-radius: var(--radius); }
.tile .img-fallback { display: none; } /* ohne Foto ist die Farbtafel das Bild — kein leerer Platzhalter */
.tile-body { padding: 0; align-self: end; }
.tile h3 { margin: 0 0 var(--s-1); font-size: var(--fs-3); color: inherit; }
.tile p { margin: 0; color: inherit; opacity: .78; font-size: var(--fs-0); }
.tile:not(:has(img)) { grid-template-rows: 1fr; } .tile:not(:has(img)) h3 { font-size: var(--fs-4); }
.tile a { color: var(--fam-deep, var(--c-brand-ink)); }
.tile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); } /* 6 Kacheln (Beta 15: Weine, Gutscheine dazu): 2 Spalten, ab 40em 3 Spalten = zwei Reihen */
@media (min-width: 40em) { .tile-grid { grid-template-columns: repeat(3, 1fr); gap: var(--s-5); } }
@media (max-width: 40em) { .tile { min-height: 12rem; padding: var(--s-3); } .tile:not(:has(img)) h3 { font-size: var(--fs-3); } }

/* ---------- „Heute“ — Zeile unter der Bühne, keine Karte (Weißraum-Probe): links das Nächste, rechts die Fakten, ab 60em mit senkrechter Linie ---------- */
.today { display: grid; gap: var(--s-5); padding: var(--s-6) 0; border-bottom: 1px solid var(--c-line); position: relative; z-index: 1; }
@media (min-width: 60em) { .today { grid-template-columns: 1.2fr 1fr; align-items: start; gap: var(--s-8); padding: var(--s-7) 0; } .today > div:first-child { padding-right: var(--s-7); border-right: 1px solid var(--c-line); } }
.today h2 { font-size: var(--fs-4); max-width: 24ch; margin-bottom: var(--s-2); }
@media (max-width: 60em) { .today h2 { font-size: var(--fs-3); } }
.today .eyebrow { color: var(--f-events-deep); }
.facts-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-2); align-content: start; }
.facts-list li { display: flex; gap: var(--s-3); align-items: baseline; }
.facts-list .k { flex: none; width: 5.5rem; color: var(--c-ink-soft); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; padding-top: .15rem; }

/* ---------- events ---------- */
.event-list { list-style: none; margin: 0; padding: 0; }
.event-row { display: grid; grid-template-columns: 4.25rem 1fr auto; gap: var(--s-3) var(--s-4); align-items: center; padding: var(--s-5) 0; border-bottom: 1px solid var(--c-line); text-decoration: none; color: inherit; }
.event-row:hover .event-title { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .16em; }
.date-block { display: grid; text-align: center; background: var(--f-events); border-radius: var(--radius); padding: var(--s-2) 0; line-height: 1.1; } /* Kalenderdatum in Kornblume — auch außerhalb der Events-Fläche */
.date-block .d { font-family: var(--font-display); font-size: var(--fs-4); font-weight: 600; font-variant-numeric: tabular-nums; } .date-block .m { font-size: var(--fs-0); text-transform: uppercase; letter-spacing: .06em; color: var(--c-ink-soft); }
.date-block .w { font-size: var(--fs-0); color: var(--c-ink-soft); }
.event-title { font-family: var(--font-display); font-size: var(--fs-3); font-weight: 500; margin: 0 0 .15rem; }
.event-meta { display: flex; flex-wrap: wrap; gap: var(--s-1) var(--s-3); font-size: var(--fs-0); color: var(--c-ink-soft); margin: 0; }
.tag { display: inline-flex; align-items: center; padding: .1rem .5rem; border-radius: 999px; background: color-mix(in srgb, var(--fam, var(--c-brand-soft)) 55%, var(--c-paper)); color: var(--c-ink); font-size: var(--fs-0); font-weight: 600; }
.tag-free { background: transparent; box-shadow: inset 0 0 0 1px var(--c-line-strong); }
.event-row .chev { color: var(--c-ink-soft); }
@media (max-width: 40em) { .event-row { grid-template-columns: 3.75rem 1fr; } .event-row .chev { display: none; } .event-title { font-size: 1.125rem; } }
.chips { display: flex; gap: var(--s-2); overflow-x: auto; padding-bottom: var(--s-2); scrollbar-width: none; margin-bottom: var(--s-4); }
.chips::-webkit-scrollbar { display: none; }
.chip { flex: none; min-height: 2.75rem; padding: 0 var(--s-4); border-radius: 999px; border: 1.5px solid var(--c-line-strong); background: var(--c-paper2); color: var(--c-ink); font: inherit; font-weight: 600; cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--c-ink); color: var(--c-paper); border-color: var(--c-ink); }
.group-title { font-family: var(--font-text); font-size: var(--fs-0); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--c-ink-soft); margin: var(--s-6) 0 var(--s-2); }
.event-detail { display: grid; gap: var(--s-5); }
@media (min-width: 60em) { .event-detail { grid-template-columns: 1.4fr 1fr; align-items: start; } }
.event-figure { margin: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--c-line); } .event-figure img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.dl { display: grid; grid-template-columns: max-content 1fr; gap: var(--s-2) var(--s-4); margin: 0; } .dl dt { color: var(--c-ink-soft); font-size: var(--fs-0); } .dl dd { margin: 0; }

/* ---------- beers ---------- */
/* Bierliste als Haarlinien-Zeilen (Weißraum-Probe): Hahn-Nr. als Ziffer im Tiefton, Name mit Farbpunkt, Fakten, Text, Profil-Chips ohne Pillen */
.beer-list { list-style: none; margin: 0; padding: 0; max-width: none; display: grid; gap: 0 var(--s-8); border-top: 1px solid var(--c-line); } /* volle Containerbreite — die Maßregel für Listen gilt hier nicht (2 Spalten ab 60em) */
.beer { display: grid; grid-template-columns: 3rem 1fr; gap: var(--s-3) var(--s-4); align-items: start; padding: var(--s-5) 0; border-bottom: 1px solid var(--c-line); }
.tap-no { display: grid; place-items: start; color: var(--fam-deep, var(--c-ink)); font-family: var(--font-display); font-weight: 500; font-size: var(--fs-3); line-height: 1.1; padding-top: .1em; font-variant-numeric: tabular-nums; }
.tap-no.word, .tap-no.bottle { font-family: var(--font-text); font-size: .6875rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--c-ink-soft); padding-top: .55em; } /* „Fass“ ohne Hahn-Nr., „Fl.“, „Dose“, „AF“, „Wein“ */
.beer h3 { font-size: var(--fs-3); margin: 0 0 .2rem; display: flex; align-items: baseline; }
.beer h3 .color-dot { flex: none; align-self: center; }
.beer .facts { display: flex; flex-wrap: wrap; gap: var(--s-1) var(--s-3); font-size: var(--fs-0); color: var(--c-ink-soft); margin: 0 0 var(--s-3); }
.beer.has-img { grid-template-columns: 3rem 1fr auto; }
.beer-img { grid-column: 3; grid-row: 1; margin: 0; width: 5.5rem; }
.beer-img .beer-photo { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); background: transparent; }
.beer-text { grid-column: 2 / -1; font-size: var(--fs-0); color: var(--c-ink); }
.beer-text p { margin: 0 0 .5em; max-width: 60ch; } .beer-text p:last-child { margin-bottom: 0; }
@media (min-width: 40em) { .beer-img { width: 8rem; } }
.spuer { grid-column: 1 / -1; font-size: var(--fs-0); padding-top: var(--s-1); margin: 0; }
.spuer a { font-weight: 500; text-decoration-thickness: 1px; color: var(--fam-deep, var(--c-brand-ink)); } .spuer a::after { content: " →"; }
.beer h3 a { color: inherit; text-decoration: none; } .beer h3 a:hover { text-decoration: underline; }
.beer .pairing, .product-page .pairing { font-size: var(--fs-0); margin: 0; } .pairing .k { font-weight: 700; color: var(--c-ink-soft); margin-right: .25em; }
/* Farbpunkt je Bier (EBC bzw. Stil) und je Wein (Weinart) — Messwert, keine Sensorik */
.color-dot { display: inline-block; width: .75rem; height: .75rem; border-radius: 50%; background: var(--sw); margin-right: .5rem; vertical-align: -.02em; box-shadow: inset 0 0 0 1px rgb(0 0 0 / .18), 0 0 0 2px var(--c-paper); }
/* Bierbrevier-Profil: Achse + fünf Punkte, ohne Pillen */
.profile { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-4); }
.profile li { display: inline-flex; align-items: center; gap: .45rem; font-size: var(--fs-0); }
.profile .dots { display: inline-flex; gap: .2rem; } .profile .dots i { width: .4rem; height: .4rem; border-radius: 50%; background: var(--c-line); display: block; } .profile .dots i.on { background: var(--fam-deep, var(--c-brand-ink)); }
.profile-note { margin: var(--s-2) 0 0; }
/* Produktseite: Faktenliste als Tafel, Rad in Familienfarbe */
.product-page .product-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); background: var(--c-brand-soft); }
.product-page .product-facts, .producer-page .product-facts { background: var(--fam, var(--c-brand-soft)); padding: var(--s-5); border-radius: var(--radius-lg); margin: 0 0 var(--s-5); }
.product-page .product-facts dt, .producer-page .product-facts dt { color: var(--c-ink); opacity: .7; }
.product-facts a { color: var(--fam-deep, var(--c-brand-ink)); }
.product-page .split { align-items: start; }
.product-solo { max-width: var(--measure, 60ch); }
.profile-block { margin-top: var(--s-6); padding-top: var(--s-5); border-top: 1px solid var(--c-line); }
.profile-block h2 { margin-bottom: var(--s-4); }
.wheel { width: 100%; max-width: 22rem; height: auto; display: block; margin: 0 auto; font-family: var(--font-text); }
.wheel .grid { fill: none; stroke: var(--c-line); stroke-width: 1; }
.wheel .area { fill: color-mix(in srgb, var(--fam-deep, var(--c-brand)) 25%, transparent); stroke: var(--fam-deep, var(--c-brand-ink)); stroke-width: 2; stroke-linejoin: round; }
.wheel .dot { fill: var(--fam-deep, var(--c-brand-ink)); }
.wheel .lbl { font-size: 9.5px; fill: var(--c-ink-soft); } .wheel .lbl.on { fill: var(--fam-deep, var(--c-ink)); font-weight: 700; }
.notice-inline { background: transparent; border: 1px solid var(--c-line); border-radius: var(--radius); padding: var(--s-2) var(--s-3); font-size: var(--fs-0); margin: 0 0 var(--s-4); }
@media (min-width: 60em) { .beer-list { grid-template-columns: repeat(2, 1fr); } }
/* Bier des Monats: Tafel in der Familienfarbe innerhalb des Containers */
.botm { display: grid; gap: var(--s-4); }
@media (min-width: 40em) { .botm { grid-template-columns: 2fr 3fr; align-items: center; } }
.card.botm { background: var(--fam, var(--c-brand-soft)); border: 0; padding: var(--s-6); border-radius: var(--radius-lg); }
@media (min-width: 60em) { .card.botm { grid-template-columns: 1fr 1fr; gap: var(--s-7); padding: var(--s-7); align-items: center; } }
.card.botm .eyebrow { color: var(--fam-deep, var(--c-accent-ink)); } .card.botm .meta { color: var(--c-ink); opacity: .78; } .card.botm a { color: var(--fam-deep, var(--c-brand-ink)); }
.botm img, .botm .beer-photo { border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; width: 100%; }

/* ---------- menu (Küche) ---------- */

.dish { display: grid; grid-template-columns: 1fr; gap: var(--s-1); padding: var(--s-4) 0; border-bottom: 1px solid var(--c-line); }
.dish.has-img { grid-template-columns: 1fr auto; gap: var(--s-3); align-items: start; } .dish-img { margin: 0; width: 5.5rem; } .dish-img .dish-photo { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); background: var(--c-brand-soft); }
@media (min-width: 40em) { .dish-img { width: 8rem; } }
.dish h3 { margin: 0; font-size: var(--fs-1); font-weight: 650; font-family: var(--font-text); letter-spacing: 0; } .dish p { margin: 0; grid-column: 1; font-size: var(--fs-0); color: var(--c-ink-soft); }
.price { font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap; }
.veg { display: inline-block; font-size: .75rem; font-weight: 700; padding: 0 .4rem; border-radius: 3px; background: var(--c-brand-soft); color: var(--c-brand-ink); vertical-align: middle; margin-left: .35rem; }

/* ---------- tastings ---------- */
.product { display: grid; grid-template-rows: auto 1fr auto; background: var(--c-paper2); border: 1px solid var(--c-line); border-radius: var(--radius-lg); overflow: hidden; }
.product img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.product-body { padding: var(--s-4) var(--s-4) 0; } .product-body h3 { margin-bottom: var(--s-2); }
.product-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-2) var(--s-3); font-size: var(--fs-0); margin: var(--s-3) 0; }
.product-foot { padding: var(--s-4); display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); border-top: 1px solid var(--c-line); }
.product-foot .price { font-family: var(--font-display); font-size: var(--fs-3); }

/* ---------- facts / hours ---------- */
.hours { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.hours th, .hours td { text-align: left; padding: var(--s-2) var(--s-3); border-bottom: 1px solid var(--c-line); }
.hours th { font-weight: 500; color: var(--c-ink-soft); }
.hours tr[aria-current="date"] th, .hours tr[aria-current="date"] td { background: transparent; font-weight: 700; color: var(--c-ink); text-decoration: underline; text-decoration-color: var(--c-accent-ink); text-underline-offset: .2em; } /* heutiger Tag: Unterstrich in Messing statt Tönung */
.hours caption { text-align: left; font-family: var(--font-display); font-size: var(--fs-3); font-weight: 500; padding-bottom: var(--s-3); }
.fact-grid { display: grid; gap: var(--s-7); }
@media (min-width: 60em) { .fact-grid { grid-template-columns: 1fr 1fr 1fr; } }

/* ---------- content slots (facts Nathaniel must supply) ---------- */
.slot { display: inline-block; padding: 0 .4rem; border: 1.5px dashed var(--c-accent); border-radius: 4px; background: color-mix(in srgb, var(--c-accent) 10%, transparent); color: var(--c-accent-ink); font-size: .875em; font-weight: 600; white-space: nowrap; }
.slot::before { content: "▢ "; }
.slot-block { border: 1.5px dashed var(--c-accent); border-radius: var(--radius); padding: var(--s-3) var(--s-4); background: color-mix(in srgb, var(--c-accent) 8%, transparent); color: var(--c-ink); font-size: var(--fs-0); }
.slot-block strong { color: var(--c-accent-ink); }

/* ---------- quote ---------- */
.quote { margin: 0; padding: 0; max-width: none; }
.quote p { font-family: var(--font-display); font-size: var(--fs-4); font-style: italic; font-weight: 400; line-height: 1.25; letter-spacing: -0.01em; margin: 0 0 var(--s-3); max-width: 22ch; text-wrap: balance; } /* Maß in der Zitatschrift (Beta 19) — vorher 34ch der Fließschrift, was das große Zitat auf ~290 px zwang */
.band .quote p { font-size: var(--fs-5); }
.quote footer { font-size: var(--fs-0); color: var(--c-ink-soft); } .band .quote footer { color: var(--c-on-brand); opacity: .85; }
/* Startseite (Entscheidung E, 12.09.): zwischen zwei Farbflächen atmet das Zitat auf Papier zwischen Haarlinien; Grün trägt Kopf-Marke, Knöpfe, Fuß und die Zitatbänder der Unterseiten */
.sp-front .band { background: transparent; color: var(--c-ink); border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); }
.sp-front .band .quote footer { color: var(--c-ink-soft); opacity: 1; } .sp-front .band a { color: var(--c-brand-ink); } .sp-front .band .eyebrow { color: var(--c-accent-ink); }
.split { display: grid; gap: var(--s-7); align-items: center; }
@media (min-width: 60em) { .split { grid-template-columns: 1fr 1fr; gap: var(--s-9); } .split.rev > :first-child { order: 2; } }
.split img { border-radius: var(--radius); width: 100%; aspect-ratio: 1; object-fit: cover; }

/* ---------- forms ---------- */
.form { display: grid; gap: var(--s-4); max-width: 34rem; }
.field { display: grid; gap: var(--s-1); }
.field label { font-weight: 600; } .field .hint { font-size: var(--fs-0); color: var(--c-ink-soft); }
.field input, .field select, .field textarea { font: inherit; color: var(--c-ink); background: var(--c-paper2); border: 1.5px solid var(--c-line-strong); border-radius: var(--radius); min-height: var(--tap); padding: var(--s-2) var(--s-3); width: 100%; }
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--c-focus); outline-offset: 2px; border-color: var(--c-ink); }
.field [aria-invalid="true"] { border-color: var(--c-danger); }
.field .error { color: var(--c-danger); font-size: var(--fs-0); font-weight: 600; }
.check { display: flex; gap: var(--s-3); align-items: flex-start; } .check input { width: 1.5rem; height: 1.5rem; margin-top: .15rem; flex: none; accent-color: var(--c-brand); }
.newsletter { display: grid; gap: var(--s-3); }
@media (min-width: 40em) { .newsletter form { display: flex; gap: var(--s-3); align-items: flex-end; } .newsletter .field { flex: 1; } }

/* ---------- footer ---------- */
.site-footer { margin-top: auto; background: var(--c-brand); color: var(--c-on-brand); padding: var(--s-8) 0 var(--s-6); }
.site-footer a { color: var(--c-on-brand); }
.footer-grid { display: grid; gap: var(--s-5); }
@media (min-width: 40em) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-grid .footer-h { font-family: var(--font-text); font-size: var(--fs-0); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin-bottom: var(--s-3); color: var(--c-accent-on-brand); }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li a { display: inline-flex; align-items: center; min-height: 2.75rem; text-decoration: none; }
.footer-grid li a:hover { text-decoration: underline; }
.footer-quote { font-family: var(--font-display); font-style: italic; font-size: var(--fs-2); margin: 0 0 var(--s-2); max-width: 30ch; }
.footer-bottom { margin-top: var(--s-6); padding-top: var(--s-4); border-top: 1px solid color-mix(in srgb, var(--c-on-brand) 25%, transparent); display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-5); font-size: var(--fs-0); opacity: .9; }
.footer-bottom a { text-decoration: none; min-height: 2.75rem; display: inline-flex; align-items: center; }

/* ---------- mobile action bar ---------- */
.action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--c-paper2); border-top: 1px solid var(--c-line); box-shadow: 0 -6px 20px -12px rgb(0 0 0 / .3); padding-bottom: env(safe-area-inset-bottom); transform: translateY(110%); transition: transform .25s var(--ease); }
.action-bar[data-visible="true"] { transform: none; }
.action-bar a { display: grid; place-items: center; gap: .15rem; min-height: 3.5rem; text-decoration: none; color: var(--c-ink); font-size: var(--fs-0); font-weight: 600; }
.action-bar a .icon { width: 1.35rem; height: 1.35rem; }
@media (min-width: 60em) { .action-bar { display: none; } }
/* Aktionsleiste (Handy) ist fixiert: Platz dafür am Seitenende — im Fuß, nicht in main, sonst verdeckt sie die letzte Fußzeile (Umschalter System/Hell/Dunkel) */
@media (max-width: 60em) { .site-footer { padding-bottom: calc(var(--s-6) + 4.75rem + env(safe-area-inset-bottom, 0px)); } }

/* ---------- age notice (non-blocking) ---------- */
.age-note { background: transparent; border-bottom: 1px solid var(--c-line); color: var(--c-ink-soft); font-size: .8125rem; padding: var(--s-1) 0; } /* eine Textzeile mit Haarlinie statt Tönungsband */
.age-note-inner { display: flex; gap: var(--s-3); align-items: center; justify-content: space-between; }
.age-note p { margin: 0; } .age-note button { flex: none; min-height: 2.75rem; padding: 0 var(--s-2); border: 0; background: transparent; color: var(--c-ink); border-radius: var(--radius); font: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }

/* ---------- team / story ---------- */
.people { display: grid; gap: var(--s-4); }
@media (min-width: 40em) { .people { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 60em) { .people { grid-template-columns: repeat(3, 1fr); } }
.person { display: grid; grid-template-columns: 4rem 1fr; gap: var(--s-3); align-items: start; }
.person .avatar { width: 4rem; height: 4rem; border-radius: 50%; background: var(--c-brand-soft); display: grid; place-items: center; font-family: var(--font-display); font-size: 1.5rem; color: var(--c-brand-ink); }
.person h3 { font-size: var(--fs-2); margin: 0; } .person p { margin: .15rem 0 0; font-size: var(--fs-0); color: var(--c-ink-soft); }

/* ---------- design-system page ---------- */
.swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr)); gap: var(--s-3); }
.swatch { border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; font-size: .8125rem; }
.swatch .chip-color { height: 3.5rem; } .swatch div:last-child { padding: var(--s-2) var(--s-3); background: var(--c-paper2); }
.swatch code { font-size: .75rem; color: var(--c-ink-soft); }
.type-specimen li { list-style: none; padding: var(--s-3) 0; border-bottom: 1px solid var(--c-line); display: grid; grid-template-columns: 6rem 1fr; gap: var(--s-3); align-items: baseline; }
.type-specimen .meta { font-variant-numeric: tabular-nums; }
.ds-table { width: 100%; border-collapse: collapse; font-size: var(--fs-0); } .ds-table th, .ds-table td { text-align: left; padding: var(--s-2) var(--s-3); border-bottom: 1px solid var(--c-line); vertical-align: top; }
code, kbd { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: .9em; background: var(--c-brand-soft); padding: .05em .35em; border-radius: 3px; }


/* ============================================================
   WordPress-spezifisch: Blockinhalte, Formulare (CF7), Kalender (TEC), Fuß-Umschalter
   ============================================================ */
.prose > * { max-width: var(--measure); }
.prose > .alignwide, .prose > .alignfull, .prose > .wp-block-columns, .prose > .wp-block-group, .prose > .wp-block-gallery, .prose > .wp-block-image.alignwide { max-width: none; }
.prose img { border-radius: var(--radius-lg); }
.prose figure { margin: var(--s-5) 0; } .prose figcaption { font-size: var(--fs-0); color: var(--c-ink-soft); margin-top: var(--s-2); }
.prose ul, .prose ol { padding-left: 1.25rem; } .prose li { margin-bottom: var(--s-1); }
.prose blockquote, .wp-block-quote, .wp-block-pullquote { border: 0; margin: var(--s-6) 0; padding: 0; }
.prose blockquote p, .wp-block-quote p, .wp-block-pullquote p { font-family: var(--font-display); font-size: var(--fs-3); font-style: italic; line-height: 1.3; }
.prose blockquote cite, .wp-block-quote cite, .wp-block-pullquote cite { display: block; font-family: var(--font-text); font-style: normal; font-size: var(--fs-0); color: var(--c-ink-soft); margin-top: var(--s-2); }
.prose h2 { margin-top: var(--s-7); } .prose h3 { margin-top: var(--s-6); } .prose h1 + *, .prose h2 + *, .prose h3 + * { margin-top: 0; }
.prose hr { max-width: none; }
.prose table { width: 100%; border-collapse: collapse; font-size: var(--fs-0); } .prose th, .prose td { text-align: left; padding: var(--s-2) var(--s-3); border-bottom: 1px solid var(--c-line); }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: var(--s-3); } .wp-block-button { margin: 0; }
.wp-block-button__link { /* WordPress schreibt für Standard-Buttons keine Stilklasse — die Klassen btn/btn-primary setzt inc/blocks.php */ }
.band .wp-block-button__link.btn-primary { background: var(--c-on-brand); color: var(--c-brand); border-color: var(--c-on-brand); }
.wp-block-columns { display: grid; gap: var(--s-4); } @media (min-width: 48em) { .wp-block-columns { grid-template-columns: repeat(var(--cols, 2), 1fr); } .wp-block-columns:has(> .wp-block-column:nth-child(3)) { --cols: 3; } .wp-block-columns:has(> .wp-block-column:nth-child(4)) { --cols: 4; } }
.cards-from-content .wp-block-column, .cards-from-content .wp-block-group { background: var(--c-paper2); border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: var(--s-5); }
.cards-from-content .wp-block-column > h3:first-child, .cards-from-content .wp-block-column > h2:first-child { margin-top: 0; }
.wp-block-separator { border: 0; border-top: 1px solid var(--c-line); }
.wp-block-embed iframe, .wp-block-video video { max-width: 100%; border-radius: var(--radius-lg); }
.img-fallback { background: var(--c-brand-soft); aspect-ratio: 4 / 3; border-radius: var(--radius-lg); }
.footer-quote-src { font-size: var(--fs-0); opacity: .85; margin: 0 0 var(--s-4); }
.footer-hours li { min-height: 1.9rem; }
.footer-legal { display: inline-flex; gap: var(--s-4); list-style: none; margin: 0; padding: 0; }
.scheme-switch { display: inline-flex; border: 1px solid color-mix(in srgb, var(--c-on-brand) 45%, transparent); border-radius: 999px; overflow: hidden; margin-left: auto; }
.scheme-switch button { min-height: 2.75rem; padding: 0 var(--s-3); border: 0; background: transparent; color: var(--c-on-brand); font: 600 var(--fs-0)/1 var(--font-text); cursor: pointer; }
.scheme-switch button[aria-pressed="true"] { background: var(--c-on-brand); color: var(--c-brand); }
.pagination { display: flex; gap: var(--s-3); margin-top: var(--s-6); } .pagination a, .pagination span { display: inline-flex; align-items: center; min-height: var(--tap); padding: 0 var(--s-3); border-radius: var(--radius); border: 1.5px solid var(--c-line-strong); text-decoration: none; color: var(--c-ink); }
.pagination .current { background: var(--c-ink); color: var(--c-paper); border-color: var(--c-ink); }
.chips .chip { text-decoration: none; display: inline-flex; align-items: center; } .chip[aria-current="true"] { background: var(--c-ink); color: var(--c-paper); border-color: var(--c-ink); }
.spuer-link { font-weight: 600; color: var(--c-brand-ink); }

/* Contact Form 7 — ALLE Feldtypen (Lehre aus v2: der .wpcf7-Zweig deckte nur fünf ab) */
.wpcf7 form { display: grid; gap: var(--s-4); max-width: 34rem; }
.wpcf7 label { font-weight: 600; display: block; }
.wpcf7 label .wpcf7-form-control-wrap { display: block; margin-top: var(--s-1); font-weight: 400; }
.wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]), .wpcf7 select, .wpcf7 textarea { font: inherit; color: var(--c-ink); background: var(--c-paper2); border: 1.5px solid var(--c-line-strong); border-radius: var(--radius); min-height: var(--tap); padding: var(--s-2) var(--s-3); width: 100%; }
.wpcf7 textarea { min-height: 7rem; resize: vertical; }
.wpcf7 input:focus-visible, .wpcf7 select:focus-visible, .wpcf7 textarea:focus-visible { outline: 3px solid var(--c-focus); outline-offset: 2px; border-color: var(--c-ink); }
.wpcf7 .wpcf7-not-valid { border-color: var(--c-danger) !important; }
.wpcf7 .wpcf7-not-valid-tip { color: var(--c-danger); font-size: var(--fs-0); font-weight: 600; display: block; margin-top: var(--s-1); }
.wpcf7 .wpcf7-list-item { display: flex; gap: var(--s-3); align-items: flex-start; margin: 0; } .wpcf7 .wpcf7-list-item label { font-weight: 400; display: flex; gap: var(--s-3); }
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] { width: 1.5rem; height: 1.5rem; margin-top: .15rem; flex: none; accent-color: var(--c-brand); }
.wpcf7 input[type="submit"], .wpcf7 button[type="submit"] { display: inline-flex; align-items: center; justify-content: center; min-height: var(--tap); padding: var(--s-3) var(--s-5); border-radius: var(--radius); border: 2px solid var(--c-cta-bg); background: var(--c-cta-bg); color: var(--c-cta-fg); font: inherit; font-weight: 650; cursor: pointer; }
.wpcf7 .wpcf7-spinner { margin-left: var(--s-3); }
.wpcf7 form .wpcf7-response-output { margin: var(--s-4) 0 0; padding: var(--s-3) var(--s-4); border: 1.5px solid var(--c-line-strong); border-radius: var(--radius); font-size: var(--fs-0); }
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output, .wpcf7 .hidden-fields-container { display: none; } /* CF7-eigenes CSS ist abgeschaltet — Zustände hier */
.wpcf7 form.sent .wpcf7-response-output { border-color: var(--c-ok); } .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output { border-color: var(--c-danger); }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.form-wrap p { max-width: none; }

/* The Events Calendar — Kalenderansichten unter dem TEC-Slug in Theme-Farben, ohne den Rest der TEC-Optik zu bekämpfen */
.tec-wrap .tribe-common { font-family: var(--font-text); color: var(--c-ink); }
.tec-wrap .tribe-common a, .tec-wrap .tribe-events-calendar-month__day-date-link { color: var(--c-brand-ink); }
.tec-wrap .tribe-common .tribe-common-c-btn, .tec-wrap .tribe-common .tribe-common-c-btn-border { border-radius: var(--radius); font-weight: 650; }
.tec-wrap .tribe-events-calendar-month__header tr { display: grid; grid-template-columns: repeat(7, 1fr); }
.tec-wrap .tribe-events .tribe-events-c-ical__link { color: var(--c-brand-ink); border-color: var(--c-brand-ink); }
/* Ladezustand (Beta 22): TEC lädt Monat/Ansicht per REST nach und zeigt dabei nur drei Punkte am Kopf der Ansicht — auf dem Handy nach dem Tipp auf „Nächster Monat“ (unten) außer Sicht,
   die Ansicht wirkt eingefroren. Hier: Balken am oberen Fensterrand, solange die Ansicht aria-busy ist, und Punkte + Wort, die im Blick bleiben (sticky). */
.tec-wrap [data-js="tribe-events-view"][aria-busy="true"]::before { content: ""; position: fixed; top: 0; left: 0; width: 30%; height: 3px; background: var(--c-brand); z-index: 1000; animation: sp-tec-load 1.1s ease-in-out infinite alternate; }
@keyframes sp-tec-load { from { transform: translateX(-100%); } to { transform: translateX(334%); } }
.tec-wrap .tribe-events-view-loader .tribe-common-c-loader { position: sticky; top: 40vh; align-items: center; gap: .5rem; margin-top: var(--s-7); padding: var(--s-2) var(--s-4); border-radius: var(--radius); background: var(--c-paper2); color: var(--c-brand-ink); box-shadow: 0 1px 4px rgb(28 26 22 / .12); }
.tec-wrap .tribe-events-view-loader .tribe-common-c-loader::after { content: "Kalender lädt …"; margin-left: .5rem; font-size: var(--fs-0); font-weight: 600; letter-spacing: .04em; color: var(--c-ink); }
@media (prefers-reduced-motion: reduce) { .tec-wrap [data-js="tribe-events-view"][aria-busy="true"]::before { animation: none; width: 100%; } }
/* Monatsraster am Handy: die gewählte Zelle (heute) ist Marke-dunkel, TEC färbt die Tagesziffer aber mit --tec-color-day-marker-month (#141827) — 1,3:1, die Ziffer verschwindet (Prüfer 20.09.). Ziffer erbt das Papier der Zelle. */
.tec-wrap .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum { color: inherit; }

.today h2 a.more { text-decoration: none; color: inherit; font: inherit; }
.today h2 a.more:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .12em; }

/* ---------- nachgezogen aus dem Prototyp (Bausteine nach dem Schalter-Block) ---------- */

#main h1[tabindex="-1"]:focus { outline: none; }

.h3, .section h2.h3 { font-size: var(--fs-3); }
.menu-section h2.h3 { margin-top: var(--s-6); padding-bottom: var(--s-2); border-bottom: 1px solid var(--c-line); }
.more { display: inline-flex; align-items: center; min-height: 2.75rem; min-width: 2.75rem; padding-inline: .25rem; margin-inline: -.25rem; font-weight: 600; }
.product-facts div { display: contents; } .product-facts dt { display: block; color: var(--c-ink-soft); font-size: .8125rem; } .product-facts dd { margin: 0; }

/* ---------- hero intro (decision 03.09.2026, option 04.09.: Standbild / Bildwechsel / Video) — poster first, motion after load, never with reduced motion or data saver ---------- */
.hero-media picture { display: contents; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; opacity: 0; transition: opacity .8s var(--ease); filter: saturate(.85); }
.hero-video.is-playing { opacity: 1; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; opacity: 0; transition: opacity 1.5s var(--ease); filter: saturate(.85); }
.hero-slide.is-active { opacity: 1; }
.hero-media.is-animating .is-active { animation: sp-kb var(--kb-dur, 8s) linear forwards; will-change: transform; }
.hero-media.is-animating .hero-slide:nth-child(even).is-active { animation-name: sp-kb-b; }
.hero-media.is-paused .is-active { animation-play-state: paused; }
@keyframes sp-kb { from { transform: scale(1) translate(0, 0); } to { transform: scale(1.08) translate(-1.5%, 1%); } }
@keyframes sp-kb-b { from { transform: scale(1.08) translate(1%, -1%); } to { transform: scale(1) translate(0, 0); } }
.hero-toggle { position: absolute; right: var(--gutter); top: var(--s-3); z-index: 2; min-height: 2.75rem; padding: 0 var(--s-4); border-radius: 999px; border: 1.5px solid rgb(255 255 255 / .75); background: rgb(0 0 0 / .6); color: #fff; font: 600 .8125rem/1 var(--font-text); cursor: pointer; backdrop-filter: blur(6px); }
.hero-toggle:hover { background: rgb(0 0 0 / .78); }
.tribe-events-pg-template { max-width: none !important; padding: 0 !important; margin: 0 !important; } /* TEC-Hülle um den Einzeltermin: kein eigener Rahmen */
.tec-inline { margin: var(--s-4) 0; } .tec-inline:empty { display: none; }
/* Tribe Common (TEC-Ansichten, Event Tickets): Plugin-Variablen auf die Hausfarben — statt Blau (#334aff) und Helvetica */
.tec-wrap, .tec-wrap .tribe-common, .tec-wrap .tribe-tickets, .tec-wrap .event-tickets, .tribe-dialog__wrapper, .tribe-common.event-tickets, .tribe-common.tribe-events { --tec-font-family-sans-serif: var(--font-text); --tec-color-accent-primary: #14402F; --tec-color-accent-primary-hover: #1E5A43; --tec-color-accent-primary-active: #14402F; --tec-color-accent-primary-background: #E1EBE3; --tec-color-accent-secondary: #1C1A16; --tec-color-accent-secondary-hover: #4A443A; --tec-color-accent-secondary-active: #1C1A16; --tec-color-accent-secondary-background: #F6F1E6; --tec-color-background: #FDFAF3; --tec-color-background-secondary: #F6F1E6; --tec-color-background-secondary-hover: #EFE8D8; --tec-color-background-messages: #E1EBE3; --tec-color-border-default: #CFC4AE; --tec-color-border-secondary: #E4DCC8; --tec-color-border-hover: #6B6355; --tec-color-border-active: #1C1A16; --tec-color-text-primary: #1C1A16; --tec-color-text-primary-light: #4A443A; --tec-color-text-secondary: #4A443A; --tec-color-link-accent: #1E5A43; --tec-color-link-accent-hover: #14402F; --tec-color-icon-focus: #B4781C; --tec-color-event-icon-hover: #1E5A43; --tec-color-button-primary: #14402F; --tec-color-button-primary-hover: #1E5A43; --tec-color-button-primary-active: #14402F; --tec-color-button-primary-background: #E1EBE3; }
.tec-wrap .tribe-tickets__tickets-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } /* der Abschnitt hat schon die H2 „Tickets“ */
.tec-wrap .tribe-tickets__tickets-form, .tec-wrap .tribe-tickets__rsvp-wrapper { border-radius: var(--radius-lg); border-color: #CFC4AE; }
.tec-wrap .tribe-common-c-btn, .tec-wrap .tribe-common-c-btn--small, .tec-wrap .tribe-tickets__tickets-buy, .tec-wrap .tribe-tickets__rsvp-actions-button-going, .tec-wrap button.tribe-common-c-btn { background: #14402F; color: #F6F1E6; border-radius: var(--radius); font-weight: 650; } .tec-wrap .tribe-common-c-btn:hover, .tec-wrap .tribe-tickets__tickets-buy:hover, .tec-wrap button.tribe-common-c-btn:hover { background: #1E5A43; color: #F6F1E6; }
.tickets-section .tec-wrap { padding: var(--s-5); } .tickets-section .tec-wrap + .tec-wrap { margin-top: var(--s-4); }
.tec-page { margin: var(--s-4) 0; padding: var(--s-5); } .prose .tec-page { max-width: none; }
@media (max-width: 40em) { .tickets-section .tec-wrap, .tec-page { padding: var(--s-3); } }
.tec-wrap .tribe-tickets__rsvp-form-buttons, .tec-wrap .tribe-tickets__rsvp-actions { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; } /* „Abbrechen“ und „Reservierung buchen“ nicht übereinander */
.tec-wrap .tribe-common.event-tickets, .tec-wrap .tribe-common.tribe-events { background: transparent; padding: 0; border-radius: 0; } /* im Wrapper kein zweiter Rahmen */
.tec-wrap a:not(.tribe-common-c-btn):not(.btn):not(.button):not(.wc-block-components-button):not(.wp-element-button):not(.woocommerce-button), .tribe-dialog__wrapper a { color: #1E5A43; }
.tec-wrap input, .tec-wrap select, .tec-wrap textarea, .tribe-dialog__wrapper input, .tribe-dialog__wrapper select, .tribe-dialog__wrapper textarea { color: #1C1A16; background: #FFFFFF; border-color: #6B6355; }
.tec-wrap .tribe-tickets__tickets-form, .tec-wrap .tribe-tickets__rsvp-wrapper { max-width: 40rem; }
.tag-tickets { background: var(--c-brand-soft); color: var(--c-brand-ink); }

/* ---------- WooCommerce (Tickets über Event Tickets Plus) im hellen Rahmen .tec-wrap ---------- */
.tec-wrap .woocommerce, .tec-wrap .wc-block-components-sidebar-layout, .tec-wrap .wp-block-woocommerce-cart, .tec-wrap .wp-block-woocommerce-checkout { font-family: var(--font-text); color: var(--c-ink); }
.tec-wrap .woocommerce a.button, .tec-wrap .woocommerce button.button, .tec-wrap .woocommerce input.button, .tec-wrap .woocommerce #respond input#submit,
.tec-wrap .woocommerce a.button.alt, .tec-wrap .woocommerce button.button.alt, .tec-wrap .woocommerce input.button.alt,
.tec-wrap .wc-block-components-button:not(.is-link), .tec-wrap .wp-element-button, .tec-wrap .wc-block-components-checkout-place-order-button,
.tec-wrap .woocommerce-button, .tec-wrap .woocommerce-Button { background: #14402F; color: #F6F1E6; border: 2px solid #14402F; border-radius: var(--radius); font-family: var(--font-text); font-weight: 650; line-height: 1.2; min-height: 2.75rem; padding: var(--s-3) var(--s-5); text-decoration: none; }
.tec-wrap .woocommerce a.button:hover, .tec-wrap .woocommerce button.button:hover, .tec-wrap .woocommerce input.button:hover, .tec-wrap .woocommerce a.button.alt:hover, .tec-wrap .woocommerce button.button.alt:hover,
.tec-wrap .wc-block-components-button:not(.is-link):hover, .tec-wrap .wp-element-button:hover, .tec-wrap .woocommerce-button:hover { background: #1E5A43; color: #F6F1E6; border-color: #1E5A43; }
.tec-wrap .wc-block-components-button.is-link, .tec-wrap .wc-block-components-button.outlined { background: transparent; color: #1E5A43; border-color: #1E5A43; }
.tec-wrap .woocommerce a.button.disabled, .tec-wrap .woocommerce button.button:disabled, .tec-wrap .wc-block-components-button:disabled { opacity: .55; }
.tec-wrap .woocommerce-message, .tec-wrap .woocommerce-info, .tec-wrap .woocommerce-error, .tec-wrap .woocommerce-notice { border-top-color: #14402F; background: #F6F1E6; color: #1C1A16; border-radius: var(--radius); }
.tec-wrap .woocommerce-error { border-top-color: #A63A2B; }
.tec-wrap .woocommerce-message::before, .tec-wrap .woocommerce-info::before { color: #14402F; }
.tec-wrap .woocommerce-error::before { color: #A63A2B; }
.tec-wrap .wc-block-components-notice-banner { border-radius: var(--radius); }
.tec-wrap .woocommerce table.shop_table, .tec-wrap .woocommerce table.shop_table td, .tec-wrap .woocommerce table.shop_table th { border-color: #CFC4AE; }
.tec-wrap .woocommerce table.shop_table { border-radius: var(--radius); }
.tec-wrap .woocommerce form .form-row input.input-text, .tec-wrap .woocommerce form .form-row textarea, .tec-wrap .woocommerce form .form-row select,
.tec-wrap .wc-block-components-text-input input, .tec-wrap .wc-block-components-form .wc-block-components-text-input input, .tec-wrap .wc-block-components-select .components-custom-select-control__button { color: #1C1A16; background: #FFFFFF; border: 1px solid #6B6355; border-radius: var(--radius); font: inherit; min-height: 2.75rem; }
.tec-wrap .woocommerce form .form-row input.input-text, .tec-wrap .woocommerce form .form-row textarea { padding: .6rem .75rem; }
.tec-wrap .woocommerce form .form-row label, .tec-wrap .wc-block-components-text-input label { color: #4A443A; }
.tec-wrap .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0 0 var(--s-4); padding: 0; display: flex; flex-wrap: wrap; gap: var(--s-2); }
.tec-wrap .woocommerce-MyAccount-navigation a { display: inline-block; padding: .55rem .9rem; border: 1px solid #CFC4AE; border-radius: 999px; text-decoration: none; }
.tec-wrap .woocommerce-MyAccount-navigation .is-active a { background: #14402F; color: #F6F1E6; border-color: #14402F; }
.tec-wrap .wc-block-components-order-summary-item__quantity { color: #1C1A16; background: #F6F1E6; border-color: #6B6355; }
.tec-wrap .wc-block-components-totals-footer-item .wc-block-components-totals-item__value, .tec-wrap .woocommerce .order-total .amount { color: #1C1A16; }
.tec-wrap .wc-block-components-checkbox .wc-block-components-checkbox__input:checked { background: #14402F; border-color: #14402F; }
.tec-wrap .wc-block-components-radio-control__input:checked { border-color: #14402F; }
.tec-wrap .wc-block-components-radio-control__input:checked::before { background: #14402F; }
.tec-wrap .wc-block-components-checkout-step__title, .tec-wrap .wc-block-components-title, .tec-wrap .woocommerce h2, .tec-wrap .woocommerce h3 { font-family: var(--font-display); color: #1C1A16; }
.tec-wrap .woocommerce-privacy-policy-text, .tec-wrap .wc-block-components-checkout-policies, .tec-wrap .woocommerce-terms-and-conditions-wrapper { font-size: var(--fs-0); color: #4A443A; }
.tec-wrap .woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-display); }
.tec-wrap .wp-block-woocommerce-cart, .tec-wrap .wp-block-woocommerce-checkout { margin: 0; }
.tec-wrap .wc-block-components-sidebar-layout .wc-block-components-main { padding-right: var(--s-5); }
@media (max-width: 40em) { .tec-wrap .wc-block-components-sidebar-layout .wc-block-components-main { padding-right: 0; } }
.tec-wrap .woocommerce-notices-wrapper:empty { display: none; }
.tec-wrap .woocommerce-store-notice, .woocommerce-store-notice { background: #14402F; color: #F6F1E6; }
.tec-wrap .woocommerce-checkout #payment, .tec-wrap #add_payment_method #payment { background: #F6F1E6; border-radius: var(--radius); }
.tec-wrap .woocommerce-checkout #payment div.payment_box, .tec-wrap #add_payment_method #payment div.payment_box { background: #EFE9DA; color: #1C1A16; border-radius: var(--radius); }
.tec-wrap .woocommerce-checkout #payment div.payment_box::before, .tec-wrap #add_payment_method #payment div.payment_box::before { border-bottom-color: #EFE9DA; }
.tec-wrap .woocommerce-checkout #payment ul.payment_methods { border-bottom-color: #CFC4AE; }
.tec-wrap .woocommerce form .form-row select, .tec-wrap .woocommerce select.country_select, .tec-wrap .woocommerce select.state_select { width: 100%; padding: .55rem .75rem; }
.tec-wrap .woocommerce .select2-container .select2-selection--single { height: 2.75rem; border: 1px solid #6B6355; border-radius: var(--radius); background: #FFFFFF; }
.tec-wrap .woocommerce .select2-container .select2-selection--single .select2-selection__rendered { line-height: 2.6rem; color: #1C1A16; }
.tec-wrap .woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 2.75rem; }
.tec-wrap .woocommerce table.shop_table tfoot th, .tec-wrap .woocommerce table.shop_table tfoot td, .tec-wrap .woocommerce table.shop_table thead th { background: #F6F1E6; }
.tec-wrap .woocommerce-checkout-review-order-table td, .tec-wrap .woocommerce-checkout-review-order-table th { color: #1C1A16; }
.tec-wrap .woocommerce form.checkout_coupon, .tec-wrap .woocommerce form.login, .tec-wrap .woocommerce-form-coupon-toggle .woocommerce-info { border-color: #CFC4AE; }
.tec-wrap .woocommerce .woocommerce-privacy-policy-text a, .tec-wrap .woocommerce-terms-and-conditions-wrapper a { color: #1E5A43; }

.hero:not([data-hero="bild"]) .hero-media::after { background: linear-gradient(to top, rgb(var(--hero-shade, 8 20 14) / .94) 0%, rgb(var(--hero-shade, 8 20 14) / .66) 55%, rgb(var(--hero-shade, 8 20 14) / .35) 100%); } /* bewegte Medien: etwas mehr Abdunklung für die Textkontraste */
@media (prefers-reduced-motion: reduce) { .hero-video, .hero-slides, .hero-toggle { display: none; } .hero-media .is-active { animation: none; } }


/* TEC-Ansichten (/kalender/) bleiben eine helle Fläche — TECs eigene Farben sind fest hell */
/* Heller Rahmen für TEC/Event-Tickets: eigener Wrapper, Plugin-Dialoge am <body> und — als Auffangnetz — jede Tribe-Wurzel, die nicht im Wrapper steckt */
.tec-wrap, .tribe-dialog__wrapper, .tribe-common.event-tickets:not(.tec-wrap .tribe-common), .tribe-common.tribe-events:not(.tec-wrap .tribe-common) { color-scheme: light; background: #FDFAF3; color: #1C1A16; border-radius: var(--radius-lg); padding: var(--s-4); --c-ink: #1C1A16; --c-ink-soft: #4A443A; --c-paper: #F6F1E6; --c-paper2: #FDFAF3; --c-brand-ink: #1E5A43; --c-brand: #14402F; --c-line: #CFC4AE; --c-line-strong: #6B6355; --c-focus: #B4781C; }
.tec-wrap .tribe-common .tribe-common-c-btn, .tec-wrap .tribe-common .tribe-events-c-events-bar__search-button, .tec-wrap .tribe-common .tribe-events-c-view-selector__button { min-width: 2.75rem; min-height: 2.75rem; }
/* Überschriften-Links in Karten: Trefferfläche über Padding */
.h3 a, .card h2 a, .card h3 a { display: inline-block; padding: .7rem 0; margin: -.7rem 0; } /* Zielgröße ≥ 44 px bei 22–27 px Zeilenhöhe */
.tec-wrap button, .tec-wrap a.tribe-common-c-btn-border-small, .tec-wrap .tribe-events-c-nav__prev, .tec-wrap .tribe-events-c-nav__next { min-width: 2.75rem; min-height: 2.75rem; }

/* Erzeugerseiten (Brauerei, Winzer) und ihre Karten — Beta 16 */
.block-sep { margin-top: var(--s-6); padding-top: var(--s-5); border-top: 1px solid var(--c-line); } .block-sep h2 { margin-bottom: var(--s-4); }
.beer .facts a { color: var(--fam-deep, var(--c-brand-ink)); text-decoration: underline; text-decoration-color: var(--c-line-strong); text-underline-offset: .15em; } .beer .facts a:hover { color: var(--c-ink); text-decoration-color: currentColor; }
.producer-card { background: transparent; border: 0; padding: 0; border-radius: 0; } .producer-card h3 { font-size: var(--fs-2); margin: 0 0 .25rem; } .producer-card h3 a { padding: .85rem 0; margin: -.85rem 0; } .producer-card .meta { margin: 0; } /* Karten ohne Rahmen; Zielgröße ≥ 44 px auch bei fs-2 */
.producer-card .producer-img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); margin-bottom: var(--s-3); background: var(--c-brand-soft); }
.producer-grid { gap: var(--s-6) var(--s-5); }
.product-page .btn-row { margin-top: var(--s-6); }

/* ============================================================
   „Bühne“ — Farbfamilien aus dem Inhalt (Farbprobe 12.09.2026, Entscheidung A „ganz“).
   Jede Familie färbt ihre Kachel auf der Startseite (tile-<slug>), ihren Seitenkopf und ihre Tafeln (Body-Klassen page-<slug>,
   single-<cpt>, tax-<taxonomie>) und ihren Abschnitt auf der Startseite. --fam/--fam-deep sind je Seite gesetzt; ohne Familie
   greifen die Fassade-Farben (Fallbacks in den Regeln oben). Marke (Grün), Knöpfe, Fuß und die Zitatbänder der Unterseiten bleiben Fassade.
   ============================================================ */
.tile-biere, .page-biere, .single-sp_beer, .tax-sp_brewery { --fam: var(--f-bier); --fam-deep: var(--f-bier-deep); }
.tile-weine, .page-weine, .page-wine, .page-wiene, .single-sp_wine, .tax-sp_winery { --fam: var(--f-wein); --fam-deep: var(--f-wein-deep); }
.tile-kueche, .page-kueche { --fam: var(--f-kueche); --fam-deep: var(--f-kueche-deep); }
.tile-events, .page-events, .single-tribe_events, .tribe_events-template-default, .post-type-archive-tribe_events { --fam: var(--f-events); --fam-deep: var(--f-events-deep); }
.tile-tastings, .page-tastings, .page-template-template-tasting { --fam: var(--f-tastings); --fam-deep: var(--f-tastings-deep); }
.tile-gutscheine, .page-gutscheine { --fam: var(--f-gutscheine); --fam-deep: var(--f-gutscheine-deep); }
/* Startseite: „Demnächst“ als Kornblumen-Fläche von Kante zu Kante (Liste zweispaltig ab 60em, Datum und Tags in Papier), Tastings als Hopfen-Fläche mit Papierkarten */
section[aria-labelledby="ev-h"] { background: var(--f-events); }
section[aria-labelledby="ev-h"] .eyebrow, section[aria-labelledby="ev-h"] .more { color: var(--f-events-deep); }
section[aria-labelledby="ev-h"] .event-row { border-bottom-color: var(--f-line); }
section[aria-labelledby="ev-h"] .date-block, section[aria-labelledby="ev-h"] .tag { background: var(--c-paper); }
@media (min-width: 60em) { section[aria-labelledby="ev-h"] .event-list { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--s-8); } }
section[aria-labelledby="ta-h"] { background: var(--f-tastings); }
section[aria-labelledby="ta-h"] .eyebrow, section[aria-labelledby="ta-h"] .more { color: var(--f-tastings-deep); }
section[aria-labelledby="ta-h"] .lead { color: var(--c-ink); opacity: .8; }
section[aria-labelledby="ta-h"] .tile { background: var(--c-paper); } /* Karten auf Farbe: hell auf Fläche, wie die Produkte der Referenz */
section[aria-labelledby="ta-h"] .tile:hover { background: color-mix(in srgb, var(--c-paper) 90%, var(--c-ink)); }

/* Beta 21: Ziffern in Spalten */
.hours td, .beer .facts, .product-facts { font-variant-numeric: tabular-nums; }
