/* ---------- FONTS ---------- */
  @font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Light.woff2') format('woff2');       font-weight: 300; font-style: normal; font-display: swap; }
  @font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'); font-weight: 300; font-style: italic; font-display: swap; }
  @font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Book.woff2') format('woff2');        font-weight: 400; font-style: normal; font-display: swap; }
  @font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-BookItalic.woff2') format('woff2');  font-weight: 400; font-style: italic; font-display: swap; }
  @font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Bold.woff2') format('woff2');        font-weight: 700; font-style: normal; font-display: swap; }
  @font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2');  font-weight: 700; font-style: italic; font-display: swap; }
  /* Back Issues is a decorative hand-lettered face whose intrinsic metrics
     differ noticeably from Gotham (the swap fallback). The size-adjust /
     ascent-override / descent-override / line-gap-override values below
     approximate Gotham's metrics so the swap doesn't reflow .lead / .accent
     text once BB lands — fixes CLS 0.141 on /kalender/ desktop. */
  @font-face { font-family: 'BackIssues'; src: url('../fonts/BackIssuesBB_ital.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; size-adjust: 96%; ascent-override: 92%; descent-override: 22%; line-gap-override: 0%; }
  @font-face { font-family: 'BackIssues'; src: url('../fonts/BackIssuesBB_reg.woff2')  format('woff2'); font-weight: 400; font-style: normal; font-display: swap; size-adjust: 96%; ascent-override: 92%; descent-override: 22%; line-gap-override: 0%; }

  /* ---------- TOKENS ---------- */
  :root {
    --bg:           #ffffff;
    --bg-soft:      #F5F0E5;
    --petrol:       #3d6961;     /* brand petrol */
    --petrol-deep:  #2a4a45;
    --blue:         #4c6baa;     /* brand blue */
    --rose:         #aa5663;     /* brand old rose */
    --cardboard:    #bc8c59;     /* brand cardboard */
    --black:        #181818;
    --line:         rgba(24,24,24,0.12);
    --line-soft:    rgba(24,24,24,0.06);
    --muted:        #6B6B6B;
  }

  /* ---------- RESET / BASE ---------- */
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Gotham', system-ui, sans-serif;
    font-weight: 400;
    background: var(--bg);
    color: var(--black);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  img, svg { display: block; max-width: 100%; height: auto; }
  a { color: inherit; }
  button { font: inherit; cursor: pointer; }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
  }

  /* ---------- TYPE TOOLS ---------- */
  .display { font-family: 'Gotham', system-ui, sans-serif; font-weight: 700; text-transform: uppercase; line-height: 0.92; letter-spacing: -0.005em; }
  .accent  { font-family: 'BackIssues', 'Gotham', sans-serif; font-weight: 400; font-style: italic; }
  .kicker  {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    color: var(--petrol);
  }
  .body-light { font-weight: 300; line-height: 1.65; color: var(--black); }
  .muted { color: var(--muted); }

  /* ---------- HAIRLINES ---------- */
  .hairline { height: 1px; background: var(--line); border: 0; }

  /* ---------- VINTAGE LABEL (vertical italic on white card) ---------- */
  .vlabel {
    position: relative;
    background: #fff;
    padding: 1.6rem 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  }
  .vlabel::before, .vlabel::after {
    content: '';
    position: absolute;
    left: 0.4rem;
    right: 0.4rem;
    height: 5px;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
  }
  .vlabel::before { top: 0.5rem; }
  .vlabel::after  { bottom: 0.5rem; }
  .vlabel > span {
    font-family: 'BackIssues', sans-serif;
    font-style: italic;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--black);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
  }

  /* ---------- 10 JAHRE STAMP ---------- */
  .stamp-img { display: block; width: 100%; height: 100%; }
  .stamp-light { filter: brightness(0) invert(1); }    /* white on dark */
  .stamp-dark  { filter: brightness(0); }              /* black on light */

  /* ---------- JKU-K mark (footer Institut für Leckeres lockup) ---------- */
  .ft-mark { width: 48px; height: 48px; display: block; }

  /* sections that host absolute duck spots */
  .info-panel, .quote-bar, .sec-head, .menus, .gallery, .locrow, .loc { position: relative; }

  /* When dynamic.js wraps a CMS image in <picture> for AVIF/WebP/srcset, the
     <picture> element sits where a plain <img> used to. Make sure the wrapper
     fills the same box so absolute-positioned tile/photo layouts still work. */
  .menu-tile picture { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
  .ev-photo picture, .wide-break-frame picture, .impressionen-grid .imp-cell picture, .gg picture { display: block; width: 100%; height: 100%; }
  .ev-photo picture { min-height: 60vh; }
  .ev-photo picture img { min-height: 60vh; }
  .wide-break-frame picture img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9) brightness(0.95); }

  /* ---------- DUCK SPOTS (randomized per load) ---------- */
  .duck-spot {
    display: inline-block;
    pointer-events: none;
    vertical-align: middle;
    line-height: 0;
  }
  .duck-spot img {
    display: block;
    width: 100%;
    height: auto;
  }
  .duck-spot.absolute { position: absolute; z-index: 4; }
  .duck-spot.dk-tr { top: 1.2rem; right: 1.4rem; }
  .duck-spot.dk-tl { top: 1.2rem; left: 1.4rem; }
  .duck-spot.dk-br { bottom: 1.2rem; right: 1.4rem; }
  .duck-spot.dk-bl { bottom: 1.2rem; left: 1.4rem; }
  .duck-spot.dk-mr { top: 50%; right: 1.4rem; transform: translateY(-50%); }
  /* (no filter — ducks always render in their original colors) */

  /* ---------- NAV ---------- */
  .nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.5rem;
    height: 68px;
    background: transparent;
    transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
    border-bottom: 1px solid transparent;
  }
  .nav.scrolled {
    background: rgba(245,240,229,0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom-color: var(--line);
  }
  .nav-logo img { height: 30px; width: auto; filter: invert(1); transition: filter 0.4s; }
  .nav.scrolled .nav-logo img { filter: none; }
  .nav-links { display: flex; gap: 2.4rem; list-style: none; }
  .nav-links a {
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.35);
    transition: color 0.3s, text-shadow 0.3s, opacity 0.3s;
  }
  .nav.scrolled .nav-links a { color: var(--black); text-shadow: none; opacity: 0.65; }
  .nav.scrolled .nav-links a:hover { opacity: 1; color: var(--petrol); }
  .nav-links a:hover { color: var(--petrol); }
  .nav-links a:focus-visible { outline: 2px solid var(--petrol); outline-offset: 4px; }
  .nav-cta {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    padding: 0.7rem 1.4rem;
    background: var(--petrol);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--petrol);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }
  .nav-cta:hover { background: transparent; color: var(--petrol); }
  .nav.scrolled .nav-cta:hover { color: var(--petrol); }
  .nav-cta:focus-visible { outline: 2px solid var(--black); outline-offset: 3px; }
  .nav-toggle {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.4rem;
  }
  .nav.scrolled .nav-toggle { color: var(--black); }

  /* ---------- HERO ---------- */
  .hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #111;
    color: #fff;
  }
  .hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.85) brightness(0.95);
  }
  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.25) 100%);
    z-index: 1;
  }
  .hero-stamp {
    position: absolute;
    top: 6rem;
    right: 3rem;
    z-index: 3;
    width: 150px;
    height: 150px;
    filter: invert(1) drop-shadow(0 2px 8px rgba(0,0,0,0.45));
  }
  .hero-meta-top {
    position: absolute;
    top: 6.6rem;
    left: 3rem;
    z-index: 3;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 2;
  }
  .hero-meta-top span { display: block; font-weight: 300; opacity: 0.85; letter-spacing: 0.1em; }
  .hero-content {
    position: absolute;
    bottom: 4.5rem;
    left: 3rem;
    right: 3rem;
    z-index: 3;
  }
  .hero-mark {
    width: clamp(280px, 60vw, 880px);
    height: auto;
    filter: brightness(0) invert(100%);
    margin-bottom: 1rem;
    display: block;
  }
  .hero-title {
    max-width: 100%;
  }
  .hero-eyebrow {
    font-family: 'BackIssues', sans-serif;
    font-style: italic;
    font-size: clamp(1rem, 1.6vw, 1.4rem);
    color: var(--petrol);
    margin-bottom: 0.4rem;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  }
  .hero-name {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(3.6rem, 11vw, 9.5rem);
    letter-spacing: -0.025em;
    line-height: 0.85;
    text-shadow: 0 2px 18px rgba(0,0,0,0.3);
    color: #fff;
  }
  .hero-tag {
    margin-top: 1rem;
    font-family: 'BackIssues', sans-serif;
    font-style: italic;
    font-size: clamp(1.05rem, 1.7vw, 1.5rem);
    line-height: 1.3;
    max-width: 38ch;
    color: #fff;
    opacity: 0.95;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  }

  /* ---------- INTRO (greeting headline + quote) ---------- */
  .quote-bar {
    background: var(--bg);
    padding: 4.5rem 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: end;
    border-bottom: 1px solid var(--line);
  }
  .quote-bar-head {
    max-width: 60ch;
  }
  .quote-bar-head h2 {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(2.2rem, 4.2vw, 3.6rem);
    letter-spacing: -0.015em;
    line-height: 0.98;
    margin-bottom: 1.2rem;
    color: var(--black);
  }
  .quote-bar-head p {
    font-family: 'BackIssues', sans-serif;
    font-style: italic;
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
    line-height: 1.35;
    color: var(--black);
    max-width: 42ch;
  }
  .quote-bar-head p em { color: var(--petrol); font-style: italic; }
  .quote-bar .quote-meta {
    text-align: right;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--petrol);
    line-height: 2;
  }
  .quote-bar .quote-meta span { display: block; font-weight: 300; color: var(--muted); letter-spacing: 0.08em; text-transform: none; }

  /* ---------- INFO ROW ---------- */
  .info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line);
  }
  .info-panel {
    padding: 3.2rem 2.6rem;
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }
  .info-panel:last-child { border-right: none; }
  .info-panel .kicker { color: var(--petrol); }
  .info-panel .accent { font-size: 1rem; color: var(--petrol); margin-top: -0.2rem; }
  .info-panel p { font-weight: 300; font-size: 0.92rem; line-height: 1.85; color: var(--black); }
  .info-panel .price-big {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin: 0.4rem 0 0.2rem;
    color: var(--black);
  }
  .info-panel .price-big .num {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .info-panel .price-big .unit {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
  }
  .info-panel a { color: var(--petrol); text-decoration: none; border-bottom: 1px solid var(--petrol); padding-bottom: 1px; transition: color 0.2s, border-color 0.2s; }
  .info-panel a:hover { color: var(--petrol); border-color: var(--petrol); }
  .info-panel a:focus-visible { outline: 2px solid var(--petrol); outline-offset: 2px; }
  .info-panel--petrol {
    background: var(--petrol);
    color: #fff;
    border-right-color: var(--petrol-deep);
  }
  /* WCAG AA: opacity-faded white-on-petrol failed at 0.7; #dde7e5 hits 4.7:1 over #3d6961. */
  .info-panel--petrol .kicker { color: #dde7e5; opacity: 1; }
  .info-panel--petrol .accent { color: var(--bg); }
  .info-panel--petrol p { color: rgba(255,255,255,0.85); }
  .info-panel--petrol .price-big .num { color: #fff; }
  .info-panel--petrol .price-big .unit { color: rgba(255,255,255,0.6); }

  /* ---------- SECTION HEADER (display + kicker over hairline) ---------- */
  .sec-head {
    padding: 5rem 3rem 2rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 2rem;
    border-bottom: 1px solid var(--line);
  }
  .sec-head .display {
    font-size: clamp(2.4rem, 5.2vw, 4.8rem);
    color: var(--black);
  }
  .sec-head .accent {
    font-size: clamp(1rem, 1.4vw, 1.3rem);
    color: var(--petrol);
    margin-top: 0.4rem;
    display: block;
  }
  .sec-head .right { text-align: right; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 700; line-height: 1.8; }

  /* ---------- MENUS ---------- */
  .menus { padding: 0 3rem 5rem; }
  .menus-grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
  }
  .menu-tile {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #1a1a1a;
    isolation: isolate;
  }
  .menu-tile-img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s, filter 0.6s;
    z-index: 0;
  }
  .menu-tile::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .menu-tile:hover .menu-tile-img { transform: scale(1.04); }

  /* Japanese-notebook einband (uses TW_menu_einband.png — full-height left, no padding) */
  .menu-tile-einband {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 2;
    pointer-events: none;
  }
  /* rotated label text positioned over the white card area inside the PNG */
  .menu-tile-rotated {
    position: absolute;
    top: 14%;            /* card top in PNG ≈ y=151/1080 */
    height: 34%;         /* card height in PNG ≈ (521-151)/1080 */
    left: 0;
    width: 22%;          /* card horizontal extent in tile (PNG ≈ 89% of einband, einband ≈ 24.6% of tile) */
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .menu-tile-rotated span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: 'BackIssues', 'Gotham', sans-serif;
    font-style: italic;
    font-size: clamp(1rem, 1.3vw, 1.5rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--black);
    white-space: nowrap;
    line-height: 1;
  }

  .menu-tile-foot {
    position: absolute;
    left: calc(8% + 1rem);  /* start past the spine so it doesn't overlap */
    right: 1.4rem;
    bottom: 1.4rem;
    z-index: 3;
    color: #fff;
  }
  .menu-tile-foot h3 {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: -0.005em;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
  }
  .menu-tile-foot span {
    display: block;
    margin-top: 0.5rem;
    font-family: 'BackIssues', sans-serif;
    font-style: italic;
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,0.6);
  }
  .menu-tile:focus-visible { outline: 3px solid var(--petrol); outline-offset: 3px; }

  /* ---------- WIDE BREAK ---------- */
  .wide-break {
    position: relative;
    background: var(--petrol-deep);
  }
  .wide-break-frame {
    aspect-ratio: 21 / 9;
    overflow: hidden;
    position: relative;
  }
  .wide-break-frame img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(0.9) brightness(0.95);
  }
  .wide-break-frame::before, .wide-break-frame::after {
    content: '';
    position: absolute; left: 0; right: 0;
    height: 2.4vw;
    background: var(--bg);
    z-index: 2;
  }
  .wide-break-frame::before { top: 0; }
  .wide-break-frame::after  { bottom: 0; }
  .wide-break-cap {
    position: absolute;
    bottom: calc(2.4vw + 1.6rem);
    right: 3rem;
    z-index: 3;
    text-align: right;
    color: #fff;
  }
  .wide-break-cap .display {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 0.9;
  }
  .wide-break-cap .accent {
    margin-top: 0.4rem;
    font-size: clamp(1rem, 1.4vw, 1.3rem);
    color: var(--petrol);
  }

  /* ---------- GALLERY ---------- */
  .gallery { padding: 0 3rem 5rem; }
  .gallery-grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 0.8rem;
  }
  .gg { overflow: hidden; }
  .gg img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(0.9) brightness(0.98);
    transition: filter 0.4s, transform 0.5s;
  }
  .gg:hover img { filter: saturate(1.05) brightness(1); transform: scale(1.04); }
  .gg.tall { grid-row: span 2; }
  .gg.wide { grid-column: span 2; }

  /* ---------- EVENTS ---------- */
  .events {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    min-height: 60vh;
  }
  .ev-photo { overflow: hidden; }
  .ev-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 60vh; filter: saturate(0.9); }
  .ev-content {
    background: var(--petrol);
    color: #fff;
    padding: clamp(3rem, 5vw, 5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  /* WCAG AA: lift the opacity-faded kicker to a solid light tone (≈4.7:1 on petrol). */
  .ev-content .kicker { color: #dde7e5; opacity: 1; margin-bottom: 0.5rem; }
  .ev-content h2 {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(2.2rem, 3.8vw, 3.6rem);
    line-height: 0.95;
    letter-spacing: -0.01em;
  }
  .ev-content h2 em {
    font-family: 'BackIssues', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: var(--petrol);
    text-transform: none;
    letter-spacing: 0;
    display: block;
    font-size: 0.7em;
    margin-top: 0.3em;
  }
  .ev-content p {
    margin-top: 1.4rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    max-width: 38ch;
  }
  .ev-list {
    list-style: none;
    margin: 2rem 0 2.4rem;
  }
  .ev-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #fff;
  }
  .ev-list li:last-child { border-bottom: none; }
  /* WCAG AA: italic sublabel was opacity 0.7 (≈3.8:1). Solid #dde7e5 passes 4.5:1. */
  .ev-list li span:last-child { font-family: 'BackIssues', sans-serif; font-style: italic; color: #dde7e5; opacity: 1; }
  .ev-cta {
    align-self: flex-start;
    background: var(--bg);
    color: var(--petrol-deep);
    padding: 0.95rem 2.4rem;
    text-decoration: none;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    transition: background 0.2s, color 0.2s;
    border: 1px solid var(--bg);
  }
  .ev-cta:hover { background: transparent; color: var(--bg); border-color: var(--bg); }
  .ev-cta:focus-visible { outline: 2px solid var(--bg); outline-offset: 3px; }

  /* ---------- INSTAGRAM ---------- */
  .insta {
    padding: 4rem 3rem;
    border-bottom: 1px solid var(--line);
    position: relative;
  }
  .insta-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .insta-head h2 {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    text-transform: lowercase;
    letter-spacing: -0.01em;
  }
  .insta-head .insta-link {
    font-family: 'BackIssues', sans-serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--petrol);
    text-decoration: none;
    border-bottom: 1px solid var(--petrol);
    padding-bottom: 1px;
  }
  .insta-head .insta-link:hover { color: var(--petrol); border-color: var(--petrol); }
  .insta-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.45rem;
  }
  .insta-cell { aspect-ratio: 4/5; overflow: hidden; }
  .insta-cell img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(0.9) brightness(0.98);
    transition: filter 0.3s, transform 0.4s;
  }
  .insta-cell:hover img { filter: saturate(1.1) brightness(1.02); transform: scale(1.05); }

  /* ---------- LOCATION STRIP ---------- */
  .locrow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line);
  }
  .loc {
    padding: 2.6rem 2.4rem;
    border-right: 1px solid var(--line);
  }
  .loc:last-child { border-right: none; }
  .loc .kicker { margin-bottom: 0.7rem; }
  .loc p { font-size: 0.92rem; font-weight: 300; line-height: 1.85; color: var(--black); }
  .loc a { color: var(--petrol); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
  .loc a:hover { border-bottom-color: var(--petrol); }
  .loc a:focus-visible { outline: 2px solid var(--petrol); outline-offset: 2px; }

  /* ---------- FOOTER ---------- */
  footer {
    background: var(--bg);
    padding: 4rem 3rem 1.5rem;
    color: var(--black);
    position: relative;
  }
  .ft-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.6rem;
  }
  .ft-brand > img { height: 36px; width: auto; filter: brightness(0); margin-bottom: 1rem; } /* direct child only - duck-spot img inside ft-brand stays in original colours */
  .ft-brand p {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--muted);
    max-width: 30ch;
    margin-bottom: 1.6rem;
  }
  .ft-institute {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--black);
  }
  .ft-institute strong {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    line-height: 1.1;
    display: block;
  }
  footer .ft-links h3 {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    color: var(--petrol);
    margin-bottom: 0.9rem;
  }
  footer .ft-links a {
    display: block;
    color: var(--black);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: 0.4rem;
    transition: color 0.2s;
  }
  footer .ft-links a:hover { color: var(--petrol); }
  footer .ft-copy {
    grid-column: 1 / -1;
    margin-top: 3rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    color: var(--muted);
    font-weight: 300;
  }
  footer .ft-copy a { color: var(--muted); text-decoration: none; }
  footer .ft-copy a:hover { color: var(--petrol); }

  /* ---------- LIGHTBOX ---------- */
  #lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.94);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
    padding: 2rem;
  }
  #lightbox[hidden] { display: none; }
  #lightbox img {
    max-width: 88vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);
    cursor: default;
  }
  .lb-btn {
    position: absolute;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 0.6rem 1rem;
    opacity: 0.7;
    transition: opacity 0.2s, background 0.2s;
    z-index: 1;
  }
  .lb-btn:hover { opacity: 1; }
  .lb-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; opacity: 1; }
  #lightbox-close { top: 1rem; right: 1.4rem; font-size: 2.6rem; }
  .lb-nav {
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.4rem;
    padding: 1rem 1.4rem;
  }
  #lb-prev { left: 0.6rem; }
  #lb-next { right: 0.6rem; }
  .lb-nav[hidden] { display: none; }
  .zoomable, [data-lightbox-set] img { cursor: zoom-in; }
  @media (max-width: 720px) {
    .lb-nav { font-size: 2.4rem; padding: 0.8rem 1rem; }
    #lb-prev { left: 0; } #lb-next { right: 0; }
  }

  /* ---------- PAGE HERO (compact image header for sub-pages) ---------- */
  .page-hero {
    position: relative;
    height: 52vh;
    min-height: 360px;
    overflow: hidden;
    background: var(--petrol);
    color: #fff;
  }
  .page-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) brightness(0.85);
  }
  .page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 100%);
    z-index: 1;
  }
  .page-hero-content {
    position: absolute;
    bottom: 3.5rem;
    left: 3rem;
    right: 3rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .page-hero-eyebrow {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bg-soft);
    opacity: 0.7;
  }
  .page-hero-content h1 {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(2.4rem, 5.6vw, 4.8rem);
    letter-spacing: -0.02em;
    line-height: 0.95;
    text-shadow: 0 2px 18px rgba(0,0,0,0.3);
  }
  /* Pages without a header image (impressum, datenschutz, news pages) -
     no background image to fill, so collapse the empty space. */
  .page-hero--plain {
    height: auto;
    min-height: 0;
    background: var(--bg);
    color: var(--black);
    padding: 7rem 3rem 2rem;  /* top padding clears the fixed nav */
    border-bottom: 1px solid var(--line);
  }
  .page-hero--plain::after { display: none; }
  .page-hero--plain .page-hero-content {
    position: static;
    left: auto; right: auto; bottom: auto;
  }
  .page-hero--plain .page-hero-eyebrow { color: var(--petrol); opacity: 1; }
  .page-hero--plain .page-hero-content h1 {
    color: var(--black);
    text-shadow: none;
    font-size: clamp(2rem, 4.4vw, 3.2rem);
  }
  @media (max-width: 720px) {
    .page-hero--plain { padding: 5.5rem 1.4rem 1.4rem; }
  }

  /* ---------- PAGE SECTION (content body for sub-pages) ---------- */
  .page-body {
    padding: 5rem 3rem;
    position: relative;
    max-width: 96rem;
  }
  .page-body .lead {
    font-family: 'BackIssues', sans-serif;
    font-style: italic;
    font-size: clamp(1.3rem, 2vw, 1.85rem);
    line-height: 1.4;
    color: var(--black);
    max-width: 56ch;
    margin: 1rem 0 3rem;
  }
  .page-body .lead strong {
    font-style: normal;
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.78em;
    color: var(--petrol);
    padding: 0 0.1em;
  }
  .page-body .lead em {
    color: var(--petrol-deep);
  }

  /* ---------- CONTACT CARDS ---------- */
  .contact-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
    max-width: 56rem;
    margin-top: 1rem;
  }
  .contact-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 2.4rem 2rem;
    background: var(--bg-soft);
    text-decoration: none;
    color: var(--black);
    border-left: 4px solid var(--petrol);
    transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
  }
  .contact-card:hover {
    background: var(--petrol);
    color: #fff;
    transform: translateY(-2px);
    border-left-color: var(--bg);
  }
  .contact-card:hover .kicker { color: rgba(255,255,255,0.85); }
  .contact-card:hover .accent { color: rgba(255,255,255,0.7); }
  .contact-card .kicker { color: var(--petrol); }
  .contact-card strong {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: clamp(1.3rem, 2.2vw, 1.9rem);
    letter-spacing: -0.005em;
    line-height: 1.1;
  }
  .contact-card .accent {
    font-size: 1rem;
    color: var(--muted);
  }
  .contact-card:focus-visible { outline: 3px solid var(--petrol); outline-offset: 3px; }

  /* ---------- MOBILE ---------- */
  @media (max-width: 960px) {
    .page-hero-content { left: 1.4rem; right: 1.4rem; bottom: 2rem; }
    .page-body { padding: 3rem 1.4rem; }
    .contact-cards { grid-template-columns: 1fr; }
    .nav { padding: 0 1.4rem; }
    .nav-links {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      flex-direction: column;
      gap: 0;
      padding: 1rem 1.4rem 1.4rem;
      background: rgba(245,240,229,0.98);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }
    .nav.nav-open .nav-links { display: flex; }
    .nav-links li { list-style: none; }
    .nav-links a {
      display: block;
      padding: 0.9rem 0;
      color: var(--black);
      text-shadow: none;
      border-bottom: 1px solid var(--line-soft);
      font-size: 0.85rem;
    }
    .nav-links li:last-child a { border-bottom: 0; }
    .nav-toggle { display: block; }
    .nav.nav-open .nav-toggle { color: var(--black); }
    /* When the menu is open, ensure burger shows on top of any backdrop */
    .nav.nav-open { background: rgba(245,240,229,0.98); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
    .nav.nav-open .nav-logo img { filter: none; }
    .hero-stamp { top: 5rem; right: 1.4rem; transform: scale(0.8); transform-origin: top right; }
    .hero-content { left: 1.4rem; right: 1.4rem; bottom: 3rem; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
    .hero-meta { text-align: left; }
    .quote-bar { padding: 2.4rem 1.4rem; grid-template-columns: 1fr; gap: 1.6rem; }
    .quote-bar .quote-meta { text-align: left; }
    .info-row { grid-template-columns: 1fr; }
    .info-panel { border-right: none; border-bottom: 1px solid var(--line); }
    .info-panel--petrol { border-bottom-color: var(--petrol-deep); }
    .sec-head { padding: 3rem 1.4rem 1.4rem; grid-template-columns: 1fr; }
    .sec-head .right { text-align: left; }
    .menus { padding: 0 1.4rem 3rem; }
    .menus-grid { grid-template-columns: 1fr 1fr; gap: 0.9rem; }
    .menu-tile-foot { left: calc(8% + 0.6rem); right: 0.8rem; bottom: 0.8rem; }
    .menu-tile-foot h3 { font-size: 0.95rem; letter-spacing: 0; }
    .menu-tile-foot span { font-size: 0.7rem; margin-top: 0.25rem; line-height: 1.2; }
    .menu-tile-rotated span { font-size: 0.78rem; letter-spacing: 0.02em; }
    .wide-break-cap { right: 1.4rem; bottom: calc(2.4vw + 1rem); }
    .gallery { padding: 0 1.4rem 3rem; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
    .gg.wide { grid-column: span 1; }
    .gg.tall { grid-row: span 1; }
    .events { grid-template-columns: 1fr; }
    .ev-photo img { min-height: 40vh; }
    .insta { padding: 3rem 1.4rem; }
    .insta-head { grid-template-columns: 1fr; gap: 0.6rem; }
    .insta-strip { grid-template-columns: repeat(3, 1fr); }
    .locrow { grid-template-columns: 1fr; }
    .loc { border-right: none; border-bottom: 1px solid var(--line); }
    footer { padding: 2.4rem 1.4rem 1.2rem; }
    .ft-grid { grid-template-columns: 1fr; }
    footer .ft-copy { flex-direction: column; gap: 0.8rem; align-items: flex-start; }
    /* Lighthouse a11y: ≥48px touch target. Pad inside the link (not via
       line-height) to keep the visual rhythm tight at desktop. */
    footer .ft-links a {
      padding: 0.7rem 0;
      margin-bottom: 0;
      min-height: 48px;
      display: flex;
      align-items: center;
    }
  }

/* ---------- CMS-driven UI: closures list, impressionen, consent banner, toast ---------- */

/* Closures list (kalender) */
.closures-list { list-style: none; margin: 1.6rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.closures-list .closure-row {
  display: flex; gap: 1.2rem; align-items: baseline;
  padding: 0.9rem 0; border-bottom: 1px solid var(--line-soft);
}
.closures-list .closure-row:last-child { border-bottom: none; }
.closures-list .closure-date { font-weight: 700; min-width: 18rem; }
.closures-list .closure-label { color: var(--muted); font-style: italic; font-family: 'BackIssues', serif; }
.closures-list .closure-empty { padding: 1.6rem 0; color: var(--muted); }
@media (max-width: 720px) {
  .closures-list .closure-row { flex-direction: column; gap: 0.2rem; padding: 0.7rem 0; }
  .closures-list .closure-date { min-width: 0; }
}

/* Impressionen grid */
.impressionen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  padding: 0 4rem 4rem;
}
.impressionen-grid .imp-cell { aspect-ratio: 4/3; overflow: hidden; }
.impressionen-grid .imp-cell img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 720px) {
  .impressionen-grid { grid-template-columns: repeat(2, 1fr); padding: 0 1.4rem 3rem; gap: 0.5rem; }
}

/* Prose pages (Impressum / Datenschutz) */
.page-prose { max-width: 62rem; margin: 0 auto; padding: 4rem 2rem 5rem; }
.page-prose h2 { font-size: 1.4rem; margin: 2rem 0 0.6rem; font-weight: 700; }
.page-prose h2:first-child { margin-top: 0; }
.page-prose p { margin: 0.6rem 0; line-height: 1.65; color: #2a2a2a; }
.page-prose a { color: var(--petrol); text-decoration: underline; text-underline-offset: 2px; }
.page-prose a:hover { color: var(--petrol-deep); }
.page-prose code { background: var(--bg-soft); padding: 0.05em 0.4em; border-radius: 3px; font-size: 0.92em; }
.page-prose strong { font-weight: 700; }

/* Consent banner */
.consent-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1000;
  max-width: 40rem; margin: 0 auto;
  background: var(--bg-soft); color: var(--black);
  border: 1px solid var(--line); border-left: 4px solid var(--cardboard);
  border-radius: 6px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.18);
  transform: translateY(120%); opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  font-size: 0.95rem;
}
.consent-banner--show { transform: translateY(0); opacity: 1; }
.consent-banner-inner { padding: 1.2rem 1.4rem; display: flex; flex-direction: column; gap: 1rem; }
.consent-banner-text h3 {
  font-family: 'BackIssues', serif; font-style: italic; font-weight: 400;
  font-size: 1.4rem; color: var(--petrol-deep); margin-bottom: 0.4rem;
}
.consent-banner-body p { margin: 0.3rem 0; line-height: 1.5; }
.consent-banner-link {
  display: inline-block; margin-top: 0.5rem;
  color: var(--petrol); font-size: 0.85rem; text-decoration: underline; text-underline-offset: 2px;
}
.consent-banner-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.consent-btn {
  font: inherit; cursor: pointer; padding: 0.7rem 1.4rem; border-radius: 999px;
  border: 1px solid var(--petrol-deep);
  background: transparent; color: var(--petrol-deep);
  transition: background 0.15s, color 0.15s;
}
.consent-btn:hover { background: var(--petrol-deep); color: #fff; }
.consent-btn-accept { background: var(--petrol-deep); color: #fff; }
.consent-btn-accept:hover { background: var(--black); border-color: var(--black); }

@media (min-width: 640px) {
  .consent-banner-inner { flex-direction: row; align-items: center; }
  .consent-banner-text { flex: 1; }
  .consent-banner-actions { flex-shrink: 0; }
}

/* Coming-soon toast (used by molzait CTA pre-launch) */
.cms-toast {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1100;
  max-width: 32rem; margin: 0 auto;
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.9rem 1rem 0.9rem 1.2rem;
  background: var(--petrol-deep); color: #fff;
  border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transform: translateY(120%); opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 0.95rem; line-height: 1.4;
}
.cms-toast--show { transform: translateY(0); opacity: 1; }
.cms-toast a { color: #fff; text-decoration: underline; }
.cms-toast-x {
  background: transparent; border: 0; color: #fff; opacity: 0.7;
  font-size: 1.4rem; cursor: pointer; padding: 0 0.2rem;
}
.cms-toast-x:hover { opacity: 1; }


/* ---------- Mobile fixes (2026-05-07): hero-meta to bottom, scattered ducks toned down, toast top-right on desktop ---------- */

/* Desktop: toast slides in from the top-right, well clear of the nav-cta. */
@media (min-width: 720px) {
  .cms-toast {
    left: auto; right: 1.5rem;
    bottom: auto; top: 5.5rem;
    margin: 0;
    max-width: 28rem;
    transform: translateX(120%);
  }
  .cms-toast--show { transform: translateX(0); }
}

/* Mobile: move the hero meta-top (hours + address) to the bottom of the hero,
   sized down. Institut block sits above it with clearance. 10y stamp stays
   up at the top-right (smaller). */
@media (max-width: 720px) {
  .hero { display: flex; flex-direction: column; }
  .hero-meta-top {
    position: absolute;
    top: auto;
    bottom: 1.2rem;
    left: 1.4rem;
    right: 1.4rem;
    font-size: 0.65rem;
    line-height: 1.7;
    letter-spacing: 0.12em;
    z-index: 4;
  }
  .hero-meta-top strong { font-size: 0.7rem; }
  .hero-meta-top span { letter-spacing: 0.08em; }

  /* Push the Institut/tag block up so the meta-top has clear space below it. */
  .hero-content {
    bottom: 7rem;
  }

  /* 10y stamp stays in the top-right - sized for mobile. */
  .hero-stamp {
    top: 5.2rem;
    right: 1.2rem;
    width: 7rem;
    height: 7rem;
    transform: none;
  }

  /* Hide the inline-positioned, desktop-coord ducks that land off-screen or
     visually clutter the small viewport. The corner-anchored ones (.dk-tr,
     .dk-br, etc.) stay because they always have sensible positions. */
  .quote-bar > .duck-spot.absolute,
  .sec-head > .duck-spot.absolute,
  .wide-break-frame > .duck-spot.absolute {
    display: none;
  }

  /* The brunch panel duck has a desktop-tuned inline position too; tame it. */
  .info-panel--petrol .duck-spot.absolute[style] {
    bottom: 0.6rem !important;
    right: 0.6rem !important;
  }
}
