/* ==========================================================================
   Kallisto – Griechische Küche
   Tokens: cream paper, ink black, olive (logo), Greek tile blue (menu tiles)
   ========================================================================== */
:root {
  --cream: #F6F1E7;
  --paper: #FBF8F1;
  --ink: #151412;
  --ink-soft: #45413A;
  --muted: #6B665C;
  --night: #121110;
  --night-2: #1C1A17;
  --on-dark: #F5EFE3;
  --on-dark-muted: #CFC7B6;
  --olive: #5A6630;
  --olive-light: #A7B27A;
  --blue: #1F4E9E;
  --blue-deep: #173C7C;
  --blue-soft: #DCE5F3;
  --line: #E2D9C7;
  --line-dark: #34302A;

  --font-display: "Bodoni Moda", "GFS Didot", "Didot", "Bodoni 72", Georgia, serif;
  --font-body: "Montserrat", "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 4px;
  --radius-lg: 10px;
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --section-y: clamp(64px, 10vw, 128px);
  --ease-out: cubic-bezier(.22, .8, .24, 1);
  --header-h: 76px;

  --z-header: 100;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 8px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 500; }
p { margin: 0 0 1em; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--dark { background: var(--night); color: var(--on-dark); }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 1000;
  background: var(--blue); color: #fff; padding: 10px 16px; border-radius: var(--radius);
  text-decoration: none; font-weight: 600;
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 2px; }
.section--dark :focus-visible, .hero :focus-visible, .events-card :focus-visible, .site-footer :focus-visible { outline-color: var(--on-dark); }

/* Typography ------------------------------------------------------------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: 1rem;
  display: inline-flex; align-items: center; gap: .75em;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--olive-light); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.01em;
  margin-bottom: .6em;
  text-wrap: balance;
}
.section-head { max-width: 760px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.section-lead { color: var(--muted); max-width: 60ch; margin-inline: auto; }

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 48px; padding: .8em 1.7em;
  font-family: var(--font-body); font-size: .8125rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; text-decoration: none;
  border: 1.5px solid transparent; border-radius: var(--radius);
  cursor: pointer; touch-action: manipulation;
  transition: background-color .2s var(--ease-out), color .2s var(--ease-out), border-color .2s var(--ease-out), transform .15s var(--ease-out);
}
.btn:active { transform: scale(.98); }
.btn--small { min-height: 44px; padding: .6em 1.2em; font-size: .75rem; }
.btn--large { min-height: 56px; padding: .9em 2.2em; font-size: .9375rem; }
.btn--light { background: var(--on-dark); color: var(--ink); }
.btn--light:hover { background: #fff; }
.btn--ghost-light { border-color: rgba(245, 239, 227, .7); color: var(--on-dark); }
.btn-number { font-variant-numeric: tabular-nums; opacity: .85; padding-left: .6em; border-left: 1px solid currentColor; }
@media (max-width: 420px) { .btn-number { display: none; } }
.btn--ghost-light:hover { background: rgba(245, 239, 227, .12); border-color: var(--on-dark); }
.btn--blue { background: var(--blue); color: #fff; }
.btn--blue:hover { background: var(--blue-deep); }
.btn--outline { border-color: var(--ink); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--cream); }

/* Header ----------------------------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-header);
  height: var(--header-h);
  color: var(--on-dark);
  transition: background-color .3s var(--ease-out), box-shadow .3s var(--ease-out), color .3s var(--ease-out);
}
.site-header.is-solid { background: rgba(246, 241, 231, .97); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
@supports (backdrop-filter: blur(8px)) {
  .site-header.is-solid { background: rgba(246, 241, 231, .88); backdrop-filter: blur(10px); }
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: block; flex-shrink: 0; margin-right: auto; }
.brand-logo { height: 60px; width: auto; }
.brand-logo--dark { display: none; }
.is-solid .brand-logo--light { display: none; }
.is-solid .brand-logo--dark { display: block; }

.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: clamp(16px, 2.4vw, 36px); }
.main-nav a {
  display: inline-block; padding: 10px 0;
  font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; text-decoration: none;
  background: linear-gradient(currentColor, currentColor) 0 calc(100% - 4px) / 0 1.5px no-repeat;
  transition: background-size .25s var(--ease-out);
}
.main-nav a:hover, .main-nav a[aria-current="true"] { background-size: 100% 1.5px; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch { display: flex; border: 1px solid currentColor; border-radius: var(--radius); overflow: hidden; opacity: .9; }
.lang-switch button {
  min-width: 40px; min-height: 36px; padding: 0 8px;
  background: none; border: 0; cursor: pointer;
  font-size: .72rem; font-weight: 600; letter-spacing: .08em;
  transition: background-color .2s, color .2s;
}
.lang-switch button + button { border-left: 1px solid currentColor; }
.lang-switch button[aria-pressed="true"] { background: var(--on-dark); color: var(--ink); }
.is-solid .lang-switch button[aria-pressed="true"] { background: var(--ink); color: var(--cream); }
.lang-switch button:hover:not([aria-pressed="true"]) { background: rgba(127, 127, 127, .15); }

.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; }
.nav-toggle .i-close { display: none; }
.nav-toggle[aria-expanded="true"] .i-open { display: none; }
.nav-toggle[aria-expanded="true"] .i-close { display: block; }

@media (max-width: 820px) {
  :root { --header-h: 68px; }
  .brand-logo { height: 46px; }
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0;
    background: var(--cream); color: var(--ink);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .12);
    transform: translateY(-8px); opacity: 0; visibility: hidden;
    transition: opacity .2s var(--ease-out), transform .2s var(--ease-out), visibility 0s .2s;
  }
  .main-nav.is-open { transform: none; opacity: 1; visibility: visible; transition: opacity .25s var(--ease-out), transform .25s var(--ease-out); }
  .main-nav ul { flex-direction: column; gap: 0; padding: 8px var(--gutter) 20px; }
  .main-nav a { display: block; padding: 14px 0; font-size: .9rem; border-bottom: 1px solid var(--line); background: none; }
  .site-header.menu-open { background: var(--cream); color: var(--ink); }
  .site-header.menu-open .brand-logo--light { display: none; }
  .site-header.menu-open .brand-logo--dark { display: block; }
  .site-header.menu-open .lang-switch button[aria-pressed="true"] { background: var(--ink); color: var(--cream); }
}
@media (max-width: 380px) {
  .lang-switch button { min-width: 34px; padding: 0 4px; }
  .header-inner { gap: 8px; }
}

/* Hero ------------------------------------------------------------------- */
.hero {
  position: relative; isolation: isolate;
  min-height: min(100svh, 920px);
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--on-dark);
  background: var(--night);
  overflow: hidden;
}
.hero picture, .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero-img { object-fit: cover; object-position: 50% 62%; }
.hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 17, 16, .72) 0%, rgba(18, 17, 16, .1) 28%, rgba(18, 17, 16, .25) 55%, rgba(18, 17, 16, .9) 100%),
    linear-gradient(90deg, rgba(18, 17, 16, .55) 0%, rgba(18, 17, 16, 0) 60%);
}
.hero-content { padding-top: calc(var(--header-h) + 48px); padding-bottom: 32px; }
.hero-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.6rem, 7.4vw, 6.2rem);
  line-height: .98;
  letter-spacing: -.02em;
  max-width: 13ch;
  margin-bottom: .35em;
  text-wrap: balance;
}
.hero-sub { max-width: 46ch; font-size: clamp(1rem, 1.4vw, 1.125rem); color: var(--on-dark-muted); margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-status { padding-bottom: clamp(24px, 4vw, 44px); }

/* Desktop: text left on dark, portrait photo right (no upscaling / heavy crop) */
@media (min-width: 900px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    grid-template-rows: 1fr auto;
    min-height: min(100svh, 860px);
    background:
      radial-gradient(120% 90% at 0% 100%, rgba(90, 102, 48, .22), transparent 60%),
      var(--night);
  }
  .hero picture, .hero-shade { grid-column: 2; grid-row: 1 / 3; }
  .hero picture, .hero-img { position: absolute; inset: 0; z-index: 0; }
  .hero-img { object-position: 50% 55%; }
  .hero-shade {
    z-index: 1;
    background:
      linear-gradient(90deg, var(--night) 0%, rgba(18, 17, 16, 0) 22%),
      linear-gradient(180deg, rgba(18, 17, 16, .55) 0%, rgba(18, 17, 16, 0) 22%);
  }
  .hero-content, .hero-status {
    grid-column: 1;
    max-width: none;
    margin: 0;
    padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
    padding-right: clamp(24px, 4vw, 64px);
    position: relative; z-index: 2;
  }
  .hero-content { grid-row: 1; align-self: center; padding-bottom: 24px; }
  .hero-status { grid-row: 2; }
  .hero-title { font-size: clamp(2.8rem, 5.2vw, 5.4rem); }
}

.status-pill {
  display: inline-flex; align-items: center; gap: .6em;
  font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: .45em 1em; border-radius: 999px;
  background: rgba(245, 239, 227, .12); border: 1px solid rgba(245, 239, 227, .28);
}
.status-pill:empty { display: none; }
.status-pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #9aa09a; }
.status-pill[data-open="true"]::before { background: #7BC47F; box-shadow: 0 0 0 3px rgba(123, 196, 127, .25); }
.status-pill--dark { background: var(--paper); border-color: var(--line); color: var(--ink); }
.status-pill--dark[data-open="true"]::before { background: #2E7D32; box-shadow: 0 0 0 3px rgba(46, 125, 50, .18); }

/* About ------------------------------------------------------------------ */
.about-grid { display: grid; gap: clamp(40px, 6vw, 88px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 880px) { .about-grid { grid-template-columns: 1.25fr .75fr; } }
.about-text > p { color: var(--ink-soft); max-width: 62ch; }
.facts { list-style: none; padding: 0; margin: 2rem 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.facts li {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  font-size: .875rem; font-weight: 600;
}
.facts svg { color: var(--olive); flex-shrink: 0; }
.signature { font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: var(--blue); margin: 0; }

.about-portrait { margin: 0; position: relative; max-width: 380px; justify-self: center; width: 100%; }
.about-portrait::before {
  content: ""; position: absolute; inset: -14px 14px 14px -14px; z-index: -1;
  background: url("../img/tile.svg") 0 0 / 40px 40px; opacity: .9; border-radius: var(--radius);
}
.about-portrait img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius); position: relative; }
.about-portrait figcaption {
  position: absolute; left: 16px; bottom: 16px;
  background: var(--paper); padding: 8px 14px; border-radius: var(--radius);
  font-size: .8rem; color: var(--muted);
}
.cap-name { font-family: var(--font-display); font-size: 1.1rem; color: var(--ink); margin-right: .3em; }

/* Photo strip ------------------------------------------------------------ */
.strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; background: var(--night); padding: 4px 0; }
.strip img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(1.02); transition: filter .3s; }
@media (max-width: 900px) {
  .strip { grid-template-columns: repeat(4, 1fr); }
  .strip img:nth-child(n+5) { display: none; }
}
@media (max-width: 520px) {
  .strip { grid-template-columns: repeat(3, 1fr); }
  .strip img:nth-child(n+4) { display: none; }
}

/* Signature dishes ------------------------------------------------------- */
.dish-grid { list-style: none; padding: 0; margin: 0 0 clamp(40px, 5vw, 56px); display: grid; gap: clamp(16px, 2.4vw, 28px); grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.dish { background: var(--night-2); border: 1px solid var(--line-dark); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.dish-img { aspect-ratio: 1 / 1; overflow: hidden; }
.dish-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.dish:hover .dish-img img { transform: scale(1.04); }
.dish-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dish-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 12px; }
.dish h3 { font-family: var(--font-display); font-size: 1.45rem; line-height: 1.15; }
.dish-price { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; color: var(--olive-light); }
.dish p { color: var(--on-dark-muted); font-size: .9rem; margin: 0; }
.dish-nr { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-muted); }

/* Tile band -------------------------------------------------------------- */
.tile-band { height: 40px; background: url("../img/tile.svg") 0 0 / 40px 40px repeat-x; border-block: 1px solid var(--blue); }
.tile-band--thin { height: 24px; background-size: 24px 24px; }

/* Menu ------------------------------------------------------------------- */
.menu { background: var(--paper); padding-top: 0; }
.menu > .container { padding-top: var(--section-y); }

.menu-tabs { display: grid; gap: 14px; margin-bottom: clamp(28px, 4vw, 44px); }
.tab-group { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.tab-group-label { width: 100%; text-align: center; font-size: .7rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.tab {
  min-height: 44px; padding: .5em 1.1em;
  background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer;
  font-size: .8125rem; font-weight: 600; color: var(--ink-soft);
  transition: background-color .2s var(--ease-out), color .2s var(--ease-out), border-color .2s var(--ease-out);
}
.tab:hover { border-color: var(--blue); color: var(--blue); }
.tab[aria-selected="true"] { background: var(--blue); border-color: var(--blue); color: #fff; }

.menu-panel { max-width: 1040px; margin-inline: auto; outline: none; }
.menu-panel.is-swapping { animation: fadeIn .35s var(--ease-out); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.menu-cat-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.8rem); text-align: center; margin-bottom: .2em; }
.menu-cat-note { text-align: center; color: var(--muted); font-size: .9rem; max-width: 60ch; margin: 0 auto 1.8rem; }
.menu-group + .menu-group { margin-top: 2.4rem; }
.menu-group-title {
  font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--blue);
  display: flex; align-items: center; gap: 14px; margin-bottom: 1rem;
}
.menu-group-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.menu-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; column-gap: 56px; }
@media (min-width: 820px) { .menu-list { grid-template-columns: 1fr 1fr; } }
.menu-item { padding: 16px 0; border-bottom: 1px dashed var(--line); display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: start; }
.menu-item--nonr { grid-template-columns: 1fr; }
.item-nr {
  min-width: 38px; height: 28px; padding: 0 6px; margin-top: 1px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700; font-variant-numeric: tabular-nums;
  color: var(--blue); background: var(--blue-soft); border-radius: var(--radius);
}
.item-head { display: flex; align-items: baseline; gap: 10px; }
.item-name { font-weight: 600; font-size: 1rem; line-height: 1.35; }
.item-name .extra { font-weight: 400; color: var(--muted); }
.item-dots { flex: 1; border-bottom: 1px dotted #C9BFAB; transform: translateY(-4px); min-width: 16px; }
.item-price { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.item-desc { color: var(--muted); font-size: .875rem; line-height: 1.55; margin: 4px 0 0; }
.item-sizes { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 6px; font-size: .875rem; font-variant-numeric: tabular-nums; }
.item-sizes span { white-space: nowrap; }
.item-sizes b { font-weight: 600; }
.item-head .item-sizes { margin-top: 0; }
.al { font-size: .68rem; font-weight: 500; color: var(--olive); vertical-align: super; line-height: 0; margin-left: 3px; letter-spacing: .04em; text-decoration: none; cursor: help; }
abbr.al { text-decoration: none; }
.veg { display: inline-flex; align-items: center; gap: 3px; font-size: .68rem; font-weight: 600; color: var(--olive); border: 1px solid currentColor; border-radius: 999px; padding: 0 6px; margin-left: 6px; vertical-align: 2px; line-height: 1.5; }

.legend { max-width: 1040px; margin: clamp(40px, 5vw, 64px) auto 0; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.legend summary { cursor: pointer; padding: 18px 22px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; min-height: 44px; }
.legend summary::-webkit-details-marker { display: none; }
.legend summary::after { content: "+"; font-size: 1.4rem; line-height: 1; color: var(--blue); transition: transform .2s; }
.legend[open] summary::after { transform: rotate(45deg); }
.legend > p, .legend-cols { padding: 0 22px; }
.legend > p { color: var(--muted); font-size: .9rem; }
.legend-cols { display: grid; gap: 24px; grid-template-columns: 1fr; padding-bottom: 22px; }
@media (min-width: 720px) { .legend-cols { grid-template-columns: 1fr 1fr; } }
.legend-cols h4 { margin: 0 0 8px; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); }
.legend-cols ul { list-style: none; margin: 0; padding: 0; font-size: .875rem; columns: 2 180px; column-gap: 24px; }
.legend-cols li { break-inside: avoid; padding: 2px 0; }
.legend-cols li b { display: inline-block; min-width: 1.6em; color: var(--olive); }

/* Events ----------------------------------------------------------------- */
.events { background: var(--cream); }
.events-grid { display: grid; gap: clamp(16px, 2vw, 24px); grid-template-columns: 1fr; }
@media (min-width: 900px) { .events-grid { grid-template-columns: 1.15fr .85fr .8fr; align-items: stretch; } }
.events-card {
  position: relative; overflow: hidden;
  background: var(--blue); color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 52px);
  display: flex; flex-direction: column; align-items: flex-start;
}
.events-card::after {
  content: ""; position: absolute; right: -60px; bottom: -60px; width: 240px; height: 240px;
  background: url("../img/tile.svg") 0 0 / 60px 60px; opacity: .14; border-radius: 50%; pointer-events: none;
}
.events-card .eyebrow { color: #C9D6EE; }
.events-card p { color: #E4EBF7; max-width: 52ch; }
.chips { list-style: none; padding: 0; margin: .5rem 0 2rem; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { font-size: .8rem; font-weight: 600; padding: .45em 1em; border-radius: 999px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3); }
.events-inperson {
  margin: auto 0 0; display: flex; gap: 12px; align-items: flex-start;
  padding: 16px 18px; border-radius: var(--radius); background: rgba(255, 255, 255, .1); border-left: 3px solid var(--on-dark);
  color: #fff !important; font-weight: 500;
}
.events-inperson svg { flex-shrink: 0; margin-top: 2px; }
.events-photo { margin: 0; border-radius: var(--radius-lg); overflow: hidden; min-height: 320px; }
.events-photo img { width: 100%; height: 100%; object-fit: cover; }
.events-side { display: grid; gap: clamp(16px, 2vw, 24px); grid-template-rows: auto 1fr; }
.events-photo--small { min-height: 220px; aspect-ratio: 4 / 3; }
.events-note { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.events-note h3 { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.15; margin-bottom: .5em; }
.events-note p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
@media (max-width: 899px) {
  .events-photo:not(.events-photo--small) { aspect-ratio: 4 / 3; min-height: 0; }
  .events-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .events-photo--small { aspect-ratio: auto; min-height: 0; }
}
@media (max-width: 560px) {
  .events-side { grid-template-columns: 1fr; }
  .events-photo--small { aspect-ratio: 4 / 3; }
}

/* Table CTA -------------------------------------------------------------- */
.table-cta { background: var(--blue-soft); text-align: center; }
.table-cta-inner { padding-block: clamp(56px, 9vw, 112px); }
.table-title {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 500;
  font-size: clamp(2rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -.01em;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .25em .4em;
  margin-bottom: .6em; color: var(--ink);
}
.table-title img { width: 1.5em; height: 1.1em; object-fit: cover; border-radius: 999px; }
.table-cta p { color: var(--ink-soft); margin-bottom: 1.8rem; }

/* Contact ---------------------------------------------------------------- */
.contact-grid { display: grid; gap: clamp(24px, 3vw, 40px); grid-template-columns: 1fr; }
@media (min-width: 760px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .contact-grid { grid-template-columns: 1fr 1fr 1.1fr; } }
.contact-list { margin: 0; display: grid; gap: 22px; }
.contact-list dt { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--olive); margin-bottom: 4px; }
.contact-list dd { margin: 0; font-size: 1.05rem; }
.contact-list a { text-decoration-color: var(--line); text-underline-offset: 4px; }
.contact-list a:hover { color: var(--blue); text-decoration-color: currentColor; }
.socials { display: flex; flex-wrap: wrap; gap: 10px; }
.socials a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; font-size: .9rem; font-weight: 600; background: var(--paper); transition: border-color .2s, color .2s; }
.socials a:hover { border-color: var(--blue); }

.hours-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 32px); align-self: start; }
.hours-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 14px; }
.hours-head h3 { font-family: var(--font-display); font-size: 1.6rem; }
.hours { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; margin-bottom: 14px; }
.hours th, .hours td { padding: 9px 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 500; font-size: .95rem; }
.hours td { text-align: right; }
.hours tr.is-today th, .hours tr.is-today td { color: var(--blue); font-weight: 700; }
.hours tr.is-closed td { color: var(--muted); }

.map-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 360px; background: var(--paper); border: 1px solid var(--line); display: flex; }
@media (min-width: 760px) and (max-width: 1099px) { .map-card { grid-column: 1 / -1; } }
.map-card iframe { width: 100%; min-height: 360px; border: 0; flex: 1; filter: saturate(.85); }
.map-route { position: absolute; left: 12px; top: 12px; box-shadow: 0 6px 18px rgba(0, 0, 0, .2); }

/* Footer ----------------------------------------------------------------- */
.site-footer { background: var(--night); color: var(--on-dark-muted); text-align: center; }
.footer-inner { padding-block: 48px 40px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.footer-logo { width: 180px; height: auto; margin-bottom: 12px; }
.footer-greeting { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; color: var(--on-dark); }
.site-footer a { color: var(--on-dark); }
.site-footer .muted { color: #9A9285; }

/* Reveal ----------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Toast (Nummer kopiert) -------------------------------------------------- */
.toast {
  position: fixed; left: 50%; bottom: 24px; z-index: 200;
  transform: translate(-50%, 16px); opacity: 0; pointer-events: none;
  display: inline-flex; align-items: center; gap: 10px;
  max-width: calc(100vw - 32px);
  padding: 12px 18px; border-radius: 999px;
  background: var(--ink); color: var(--on-dark);
  font-size: .875rem; font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  transition: opacity .25s var(--ease-out), transform .25s var(--ease-out);
}
.toast:empty { display: none; }
.toast::before {
  content: ""; width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%;
  background: #7BC47F url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23121110' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Legal pages (Impressum) ------------------------------------------------- */
.page-legal .legal-header { position: sticky; top: 0; }
.page-legal .legal-header .header-inner { justify-content: space-between; }
.legal { background: var(--paper); }
.legal-inner { max-width: 760px; }
.legal section { padding-block: 20px; border-top: 1px solid var(--line); }
.legal h2 { font-family: var(--font-body); font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--olive); margin-bottom: .8em; }
.legal p { color: var(--ink-soft); }
.legal p:last-child { margin-bottom: 0; }
.legal a { color: var(--blue); text-underline-offset: 3px; overflow-wrap: anywhere; }
.footer-links a { color: var(--on-dark-muted); }
.legal ul { margin: 0 0 1em; padding-left: 1.2em; color: var(--ink-soft); }
.legal li { margin-bottom: .25em; }
.legal-inner > p { color: var(--ink-soft); }
