/* ============================================================
   Kebabhaus Pleidelsheim — Editorial Bazaar
   A meyhane-meets-print-magazine aesthetic.
   ============================================================ */

:root {
  /* paper-and-ink palette */
  --paper:        #efe6d2;
  --paper-deep:   #e6d9bb;
  --paper-soft:   #f5edd9;
  --ink:          #181410;
  --ink-soft:     #54473a;
  --ink-mute:     #7f6f5b;
  --rule:         rgba(24, 20, 16, 0.18);
  --rule-soft:    rgba(24, 20, 16, 0.10);

  /* warm accents — paprika as the workhorse */
  --paprika:      #c5331a;
  --paprika-deep: #962513;
  --pistachio:    #6b8a3f;
  --mustard:      #d6a82d;
  --teal:         #1f4a4a;

  /* typography */
  --display: 'Fraunces', 'Times New Roman', Georgia, serif;
  --body:    'Newsreader', Georgia, serif;
  --mono:    'IBM Plex Mono', ui-monospace, monospace;

  --shell: min(1240px, 92vw);
}

/* ============================================================
   RESET + BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 450;
  font-feature-settings: 'liga' 1, 'kern' 1, 'onum' 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; }
img, svg { max-width: 100%; display: block; }

::selection { background: var(--paprika); color: var(--paper); }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; background: var(--ink); color: var(--paper); padding: 12px 16px; z-index: 100; }

/* paper grain overlay — subtle, sits behind content */
.paper {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.094  0 0 0 0 0.078  0 0 0 0 0.063  0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: .55;
}
/* subtle vignette */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse at center, transparent 60%, rgba(24,20,16,.08) 100%);
}
main, header, footer { position: relative; z-index: 2; }

/* ============================================================
   MASTHEAD
   ============================================================ */
.masthead {
  position: relative;
  padding: 28px clamp(20px, 4vw, 56px) 16px;
}
.masthead__rule {
  height: 2px; background: var(--ink);
  width: 100%;
  margin-bottom: 14px;
}
.masthead__rule--double {
  height: 5px; margin-top: 14px; margin-bottom: 0;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  background: transparent;
}
.masthead__row {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: end; gap: 24px;
}
.masthead__issue {
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-soft);
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.masthead__issue .tag.closed { color: var(--paprika); }
.dotsep { color: var(--ink-mute); }
.masthead__brand {
  text-align: center;
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1;
  letter-spacing: -.02em;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.masthead__brand-sub {
  display: block;
  font-family: var(--mono); font-style: normal;
  font-size: 10px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 8px;
}
.masthead__call {
  justify-self: end; text-align: right;
  display: flex; flex-direction: column; align-items: flex-end; gap: 2px;
  transition: color .2s ease;
}
.masthead__call:hover { color: var(--paprika); }
.masthead__call .lbl {
  font-family: var(--mono); font-size: 10px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; color: var(--ink-soft);
}
.masthead__call strong {
  font-family: var(--display); font-weight: 700; font-size: 22px;
  font-variant-numeric: tabular-nums; letter-spacing: -.01em;
}

@media (max-width: 820px) {
  .masthead__row { grid-template-columns: 1fr; text-align: center; }
  .masthead__issue { justify-content: center; }
  .masthead__call { justify-self: center; align-items: center; text-align: center; }
}

/* ============================================================
   COVER (hero)
   ============================================================ */
.cover {
  position: relative;
  padding: clamp(60px, 8vw, 110px) clamp(20px, 4vw, 56px) 0;
  isolation: isolate;
  overflow: hidden;
}

/* full-bleed hero photo */
.cover__media {
  position: absolute; inset: 0; z-index: -1;
  overflow: hidden;
}
.cover__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  /* warm sepia-tint so the photo sits in the editorial palette */
  filter: saturate(0.85) contrast(1.05) sepia(0.18) brightness(0.62);
  transform: scale(1.04);
  transform-origin: center 60%;
  animation: heroKenBurns 22s ease-out forwards;
}
@keyframes heroKenBurns {
  from { transform: scale(1.14); }
  to   { transform: scale(1.04); }
}

/* gentle pageload entry of hero copy (no waiting on observer) */
.js-anim .cover__lead { animation: heroIn 1.3s cubic-bezier(.22, 1, .36, 1) .15s both; }
.js-anim .cover__side { animation: heroIn 1.3s cubic-bezier(.22, 1, .36, 1) .35s both; }
.js-anim .cover__strip { animation: heroIn 1.1s cubic-bezier(.22, 1, .36, 1) .55s both; }
@keyframes heroIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .cover__media img { animation: none; transform: scale(1.04); }
  .js-anim .cover__lead,
  .js-anim .cover__side,
  .js-anim .cover__strip { animation: none; }
}
.cover__veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 30% 50%, rgba(24,20,16,.35), rgba(24,20,16,.85) 70%),
    linear-gradient(180deg, rgba(24,20,16,.6) 0%, rgba(24,20,16,.55) 40%, rgba(24,20,16,.85) 100%);
}

.cover__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 880px) { .cover__grid { grid-template-columns: 1fr; } }

.kicker {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.kicker--light { color: rgba(245,237,217,.7); }
.kicker--light .kicker__num { background: var(--paprika); color: var(--paper); }
.kicker--center { justify-content: center; }
.kicker__num {
  background: var(--ink); color: var(--paper);
  padding: 3px 8px; border-radius: 2px;
  font-weight: 700;
}
.kicker__line { height: 1px; width: 48px; background: currentColor; opacity: .5; }

.cover__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(56px, 9.5vw, 142px);
  line-height: .88;
  letter-spacing: -.045em;
  color: var(--paper);
  text-shadow: 0 2px 30px rgba(0,0,0,.4);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1;
}
.cover__title .word { display: block; }
.cover__title .cover__accent {
  color: var(--paprika);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  position: relative;
  margin-top: .04em;
}
.cover__title .cover__accent em {
  font-style: normal;
  display: inline-block;
  transform: rotate(-2.5deg);
  transform-origin: bottom left;
  background: var(--paprika);
  color: var(--paper);
  padding: 0 .14em 0 .16em;
  border-radius: 3px;
  margin-right: .02em;
}

.cover__deck {
  margin-top: clamp(28px, 3vw, 40px);
  max-width: 520px;
  font-family: var(--body);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.5;
  color: rgba(245,237,217,.78);
  font-style: italic;
  font-variation-settings: "opsz" 18;
  text-shadow: 0 1px 12px rgba(0,0,0,.35);
}
.cover__deck::first-line { color: var(--paper); font-style: normal; }

/* btn variants for dark hero */
.btn--paprika { background: var(--paprika); color: var(--paper); }
.btn--paprika:hover { background: var(--paprika-deep); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 rgba(0,0,0,.45); }
.btn--outline { background: transparent; color: var(--paper); border: 1px solid rgba(245,237,217,.45); }
.btn--outline:hover { background: var(--paper); color: var(--ink); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--paprika); }

.cover__cta {
  margin-top: clamp(28px, 3vw, 40px);
  display: flex; gap: 14px; flex-wrap: wrap;
}

/* buttons */
.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 22px;
  font-family: var(--mono);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: var(--paprika); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn--paper { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn--paper:hover { background: var(--ink); color: var(--paper); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--paprika); }
.btn__num {
  font-family: var(--display); font-weight: 700; font-size: 15px;
  text-transform: none; letter-spacing: -.01em; opacity: .75;
  font-variant-numeric: tabular-nums;
}

/* cover side */
.cover__side {
  display: flex; flex-direction: column; gap: 28px;
  padding-top: 8px;
}
.card {
  position: relative;
  background: var(--paper-soft);
  border: 1px solid var(--ink);
  padding: 28px 28px 24px;
  box-shadow: 6px 6px 0 var(--ink);
}
.card--stamp { transform: rotate(.7deg); }
.card__label {
  font-family: var(--mono); font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--paprika);
}
.card__big {
  font-family: var(--display); font-weight: 800; font-size: clamp(36px, 5vw, 56px);
  line-height: .95; letter-spacing: -.03em; color: var(--ink);
  margin-top: 8px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.card__big em {
  font-style: italic; color: var(--paprika);
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}
.card__price {
  font-family: var(--display); font-weight: 700; font-size: 28px;
  margin-top: 16px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  border-top: 1px solid var(--rule);
  padding-top: 16px;
}
.card__stamp {
  position: absolute; right: -16px; top: -16px;
  width: 92px; height: 92px; color: var(--paprika);
  transform: rotate(8deg);
  opacity: .88;
  filter: drop-shadow(0 1px 0 rgba(24,20,16,.15));
}

.meta-list {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.meta-list li {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dotted var(--rule);
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .04em;
}
.meta-list li:last-child { border-bottom: none; }
.meta-list li span:last-child { color: var(--paprika); font-weight: 700; }
.meta-list--light {
  border-color: rgba(245,237,217,.4);
  color: var(--paper);
  background: rgba(24,20,16,.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0 16px;
  border-radius: 2px;
}
.meta-list--light li { border-bottom-color: rgba(245,237,217,.18); }
.meta-list--light li span:last-child { color: var(--accent-2, var(--paprika)); }

/* ticker strip */
.cover__strip {
  margin-top: clamp(50px, 7vw, 90px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  padding: 14px 0;
}
.ticker {
  display: flex; gap: 28px; align-items: center; white-space: nowrap;
  animation: ticker 50s linear infinite;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .15em; text-transform: uppercase;
  font-weight: 500;
}
.ticker .diamond { color: var(--paprika); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker { animation: none; } }

/* ============================================================
   PROMISE — symmetric 3-card section (Honest-Kebab-inspired)
   ============================================================ */
.section--promise {
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(20px, 3vw, 40px);
}
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head--center .section-head__title { font-size: clamp(36px, 5.5vw, 76px); }

.promise__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: clamp(16px, 2vw, 28px);
  align-items: stretch;
  margin-top: clamp(36px, 4vw, 56px);
}
@media (max-width: 980px) {
  .promise__grid { grid-template-columns: 1fr; gap: 24px; }
}

.promise__photo {
  position: relative;
  border: 1px solid var(--ink);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--paper-soft);
}
.promise__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.9) contrast(1.04) sepia(0.1);
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .6s ease;
}
.promise__photo:hover img { transform: scale(1.04); filter: saturate(1) contrast(1.05) sepia(0.05); }
.promise__photo--left  { transform: rotate(-0.6deg); }
.promise__photo--right { transform: rotate(0.6deg); }
@media (max-width: 980px) {
  .promise__photo { aspect-ratio: 16 / 10; transform: none; }
}

.promise__center {
  background: var(--paper-soft);
  border: 1px solid var(--ink);
  padding: clamp(28px, 3vw, 44px);
  box-shadow: 8px 8px 0 var(--ink);
  display: flex; flex-direction: column; gap: 18px;
  align-self: center;
  position: relative;
  z-index: 2;
}
.card--center { text-align: left; }
.promise__statement {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--ink);
  font-variation-settings: "opsz" 60, "SOFT" 50;
  margin-top: 4px;
}
.promise__statement em {
  color: var(--paprika);
  font-style: italic;
  font-variation-settings: "opsz" 60, "SOFT" 100, "WONK" 1;
}
.promise__body {
  font-family: var(--body); font-style: italic;
  color: var(--ink-soft); font-size: 15px; line-height: 1.55;
}
.promise__points {
  border-top: 1px solid var(--rule);
  padding-top: 14px;
  margin-top: 6px;
  display: flex; flex-direction: column; gap: 10px;
}
.promise__points li {
  display: flex; flex-direction: column; gap: 2px;
}
.promise__points li strong {
  font-family: var(--display); font-weight: 700; font-size: 16px;
  color: var(--ink); letter-spacing: -.005em;
}
.promise__points li span {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-soft);
}

/* ============================================================
   ORNAMENT DIVIDER
   ============================================================ */
.ornament {
  width: var(--shell); margin: clamp(60px, 8vw, 120px) auto;
  color: var(--ink-soft);
}
.ornament svg { width: 100%; height: 24px; display: block; }

/* ============================================================
   SECTION HEAD
   ============================================================ */
.section { width: var(--shell); margin: 0 auto; padding: 0 clamp(0px, 1vw, 16px); }
.section-head { margin-bottom: clamp(40px, 5vw, 64px); max-width: 880px; }
.section-head__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(40px, 6.5vw, 88px);
  line-height: .95;
  letter-spacing: -.03em;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 40;
}
.section-head__title em {
  color: var(--paprika); font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}
.section-head__deck {
  margin-top: 18px;
  font-family: var(--body); font-style: italic;
  font-size: 19px; color: var(--ink-soft);
  max-width: 560px;
}

/* ============================================================
   HOURS
   ============================================================ */
.hours {
  display: grid; grid-template-columns: repeat(7, 1fr);
  border: 1px solid var(--ink);
  background: var(--paper-soft);
}
@media (max-width: 720px) { .hours { grid-template-columns: repeat(2, 1fr); } }
.hours__day {
  padding: 22px 18px;
  border-right: 1px dotted var(--rule);
  border-bottom: 1px dotted var(--rule);
  display: flex; flex-direction: column; gap: 6px;
}
.hours__day:last-child { border-right: none; }
.hours__day.is-today {
  background: var(--ink); color: var(--paper);
}
.hours__day .lbl {
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--ink-mute);
}
.hours__day.is-today .lbl { color: var(--mustard); }
.hours__day .val {
  font-family: var(--display); font-weight: 700; font-size: 22px;
  letter-spacing: -.01em;
  font-variant-numeric: tabular-nums;
}
.hours__day .val--closed {
  font-style: italic; font-weight: 500; color: var(--paprika); font-size: 18px;
}
.hours__day.is-today .val--closed { color: var(--mustard); }
.hours__note {
  margin-top: 22px;
  font-family: var(--body); font-style: italic;
  font-size: 16px; color: var(--ink-soft);
}

/* ============================================================
   MENU
   ============================================================ */
.menu {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(32px, 4vw, 64px) clamp(40px, 6vw, 88px);
}
@media (max-width: 820px) { .menu { grid-template-columns: 1fr; } }

.menu__group { break-inside: avoid; }
.menu__group-title {
  font-family: var(--display);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(28px, 3.2vw, 38px);
  letter-spacing: -.02em;
  color: var(--ink);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 8px;
  display: flex; align-items: baseline; justify-content: space-between;
  font-variation-settings: "opsz" 60, "SOFT" 70;
}
.menu__group-title::after {
  content: ""; display: inline-block;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--paprika);
  margin-left: 12px; align-self: center;
  flex-shrink: 0;
}

.menu__item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dotted var(--rule);
  position: relative;
}
.menu__item:last-child { border-bottom: none; }

.menu__item.is-highlight {
  background:
    linear-gradient(90deg, rgba(197,51,26,.08), transparent 70%);
  padding-left: 14px; padding-right: 14px;
  margin: 6px -14px;
  border: 1px solid var(--paprika);
  border-radius: 2px;
}
.menu__item.is-highlight::before {
  content: "★"; position: absolute; left: -22px; top: 50%; transform: translateY(-50%);
  color: var(--paprika); font-size: 14px;
}
.menu__item-name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -.01em;
  color: var(--ink);
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px;
  font-variation-settings: "opsz" 30;
}
.menu__item.is-highlight .menu__item-name { color: var(--paprika); }
.menu__item-badge {
  font-family: var(--mono); font-size: 9px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  padding: 3px 7px; border-radius: 2px;
  background: var(--paprika); color: var(--paper);
}
.menu__item-desc {
  font-family: var(--body); font-style: italic;
  font-size: 14px; color: var(--ink-soft);
  margin-top: 2px; line-height: 1.4;
}
.menu__item-leader {
  position: absolute;
  bottom: 22px; left: 0; right: 0;
  border-bottom: 1px dotted var(--rule-soft);
  z-index: -1;
}
.menu__item-price {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.01em;
  background: var(--paper);
  padding-left: 8px;
  white-space: nowrap;
}
.menu__item-price::after { content: " €"; font-weight: 500; font-size: 16px; opacity: .55; }
.menu__item.is-highlight .menu__item-price { color: var(--paprika); background: transparent; }

.menu__disclaimer {
  margin-top: clamp(40px, 5vw, 64px);
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-soft);
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

/* ============================================================
   FIND / MAP
   ============================================================ */
.find {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
}
@media (max-width: 820px) { .find { grid-template-columns: 1fr; } }

.find__card {
  background: var(--paper-soft);
  border: 1px solid var(--ink);
  padding: clamp(28px, 3vw, 40px);
  display: flex; flex-direction: column; gap: 24px;
  box-shadow: 8px 8px 0 var(--ink);
}
.find__list { display: grid; grid-template-columns: 1fr; gap: 4px; }
.find__list dt {
  font-family: var(--mono); font-size: 10px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 14px;
}
.find__list dt:first-child { margin-top: 0; }
.find__list dd {
  font-family: var(--display); font-weight: 500; font-size: 19px;
  line-height: 1.35; color: var(--ink);
  font-variation-settings: "opsz" 30;
}
.find__list dd a:hover { color: var(--paprika); }
.find__list dd strong { font-weight: 700; font-variant-numeric: tabular-nums; }
.find__card .btn { align-self: flex-start; margin-top: auto; }

.find__map {
  border: 1px solid var(--ink);
  min-height: 420px;
  background: var(--paper-deep);
  position: relative;
  overflow: hidden;
}
.find__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: sepia(.15) saturate(.85); }

.map-placeholder {
  position: relative;
  height: 100%; min-height: 420px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 16px;
  padding: 40px;
  color: var(--ink);
  background:
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(24,20,16,.04) 18px 19px),
    repeating-linear-gradient(-45deg, transparent 0 18px, rgba(24,20,16,.04) 18px 19px),
    var(--paper-deep);
}
.map-placeholder__compass {
  width: 88px; height: 88px;
  color: var(--ink);
  margin-bottom: 8px;
  animation: spin 60s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.map-placeholder__big {
  font-family: var(--display); font-weight: 700; font-style: italic;
  font-size: clamp(28px, 3.2vw, 40px); letter-spacing: -.02em;
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
}
.map-placeholder__hint {
  font-family: var(--body); font-style: italic;
  font-size: 14px; color: var(--ink-soft); max-width: 280px;
}
@media (prefers-reduced-motion: reduce) { .map-placeholder__compass { animation: none; } }

/* ============================================================
   FIXED CALL BUTTON (mobile)
   ============================================================ */
.call-fixed {
  position: fixed; bottom: 14px; left: 14px; right: 14px;
  display: none; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 24px;
  background: var(--ink); color: var(--paper);
  font-family: var(--mono); font-weight: 700; font-size: 13px;
  letter-spacing: .15em; text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 5px 5px 0 var(--paprika);
  z-index: 60;
}
.call-fixed svg { width: 16px; height: 16px; fill: currentColor; }
@media (max-width: 720px) {
  .call-fixed { display: inline-flex; }
  body { padding-bottom: 84px; }
}

/* ============================================================
   COLOPHON / FOOTER
   ============================================================ */
.colophon {
  margin-top: clamp(80px, 10vw, 140px);
  padding: 0 clamp(20px, 4vw, 56px) 48px;
}
.colophon__rule {
  height: 5px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  margin-bottom: 36px;
}
.colophon__inner { width: var(--shell); margin: 0 auto; }
.colophon__brand {
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: clamp(40px, 5vw, 64px); letter-spacing: -.025em;
  color: var(--ink);
  margin-bottom: 32px;
  font-variation-settings: "opsz" 144, "SOFT" 80;
}
.paprika { color: var(--paprika); }

.colophon__cols {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: 1px solid var(--ink);
  padding-top: 28px;
}
@media (max-width: 820px) { .colophon__cols { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .colophon__cols { grid-template-columns: 1fr; } }

.colophon__lbl {
  font-family: var(--mono); font-size: 10px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--paprika);
  margin-bottom: 8px;
}
.colophon__cols p { font-size: 16px; line-height: 1.5; color: var(--ink); }
.colophon__cols a:hover { color: var(--paprika); }

.colophon__small {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px dotted var(--rule);
  font-family: var(--mono); font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft);
}

/* ============================================================
   REVEAL — progressive enhancement (JS adds .js-anim on <html>)
   Honest-Kebab-feel: long, smooth, layered, eased
   ============================================================ */

/* base text/block reveal */
.js-anim [data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 1.4s cubic-bezier(.22, 1, .36, 1),
    transform 1.4s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.js-anim [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* image-specific layered reveal: scale + brightness + saturation rise */
.js-anim [data-reveal] .promise__photo img,
.js-anim .promise__photo[data-reveal] img {
  opacity: 0;
  transform: scale(1.09);
  filter: saturate(0.35) contrast(0.95) sepia(0.35) brightness(0.68);
  transition:
    opacity 1.6s cubic-bezier(.22, 1, .36, 1),
    transform 2s cubic-bezier(.22, 1, .36, 1),
    filter 1.8s cubic-bezier(.22, 1, .36, 1);
  transition-delay: calc(var(--reveal-delay, 0s) + .1s);
}
.js-anim [data-reveal].is-in .promise__photo img,
.js-anim .promise__photo[data-reveal].is-in img {
  opacity: 1;
  transform: scale(1);
  filter: saturate(0.9) contrast(1.04) sepia(0.1);
}

/* stagger children of the promise grid */
.js-anim .promise[data-reveal].is-in .promise__photo--left  { --reveal-delay: .08s; opacity: 1; transform: none; transition-delay: .08s; }
.js-anim .promise[data-reveal].is-in .promise__center       { --reveal-delay: .28s; opacity: 1; transform: none; transition-delay: .28s; }
.js-anim .promise[data-reveal].is-in .promise__photo--right { --reveal-delay: .48s; opacity: 1; transform: none; transition-delay: .48s; }

/* stagger inside promise__center: label → statement → body → points */
.js-anim .promise[data-reveal] .promise__center > * {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 1.1s cubic-bezier(.22, 1, .36, 1),
    transform 1.1s cubic-bezier(.22, 1, .36, 1);
}
.js-anim .promise[data-reveal].is-in .promise__center > * { opacity: 1; transform: none; }
.js-anim .promise[data-reveal].is-in .promise__center > *:nth-child(1) { transition-delay: .50s; }
.js-anim .promise[data-reveal].is-in .promise__center > *:nth-child(2) { transition-delay: .60s; }
.js-anim .promise[data-reveal].is-in .promise__center > *:nth-child(3) { transition-delay: .72s; }
.js-anim .promise[data-reveal].is-in .promise__center > *:nth-child(4) { transition-delay: .84s; }

/* stagger menu groups one-by-one */
.js-anim .section--menu[data-reveal].is-in .menu__group:nth-child(1) { --reveal-delay: .05s; }
.js-anim .section--menu[data-reveal].is-in .menu__group:nth-child(2) { --reveal-delay: .15s; }
.js-anim .section--menu[data-reveal].is-in .menu__group:nth-child(3) { --reveal-delay: .25s; }
.js-anim .section--menu[data-reveal].is-in .menu__group:nth-child(4) { --reveal-delay: .35s; }
.js-anim .section--menu[data-reveal] .menu__group {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.2s cubic-bezier(.22, 1, .36, 1), transform 1.2s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
}
.js-anim .section--menu[data-reveal].is-in .menu__group { opacity: 1; transform: none; }

/* hours days subtle stagger */
.js-anim .section--hours[data-reveal] .hours__day {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .9s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1);
}
.js-anim .section--hours[data-reveal].is-in .hours__day { opacity: 1; transform: none; }
.js-anim .section--hours[data-reveal].is-in .hours__day:nth-child(1) { transition-delay: .15s; }
.js-anim .section--hours[data-reveal].is-in .hours__day:nth-child(2) { transition-delay: .22s; }
.js-anim .section--hours[data-reveal].is-in .hours__day:nth-child(3) { transition-delay: .29s; }
.js-anim .section--hours[data-reveal].is-in .hours__day:nth-child(4) { transition-delay: .36s; }
.js-anim .section--hours[data-reveal].is-in .hours__day:nth-child(5) { transition-delay: .43s; }
.js-anim .section--hours[data-reveal].is-in .hours__day:nth-child(6) { transition-delay: .50s; }
.js-anim .section--hours[data-reveal].is-in .hours__day:nth-child(7) { transition-delay: .57s; }

/* find section: card and map stagger */
.js-anim .section--find[data-reveal] .find__card,
.js-anim .section--find[data-reveal] .find__map {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.2s cubic-bezier(.22, 1, .36, 1), transform 1.2s cubic-bezier(.22, 1, .36, 1);
}
.js-anim .section--find[data-reveal].is-in .find__card { opacity: 1; transform: none; transition-delay: .15s; }
.js-anim .section--find[data-reveal].is-in .find__map  { opacity: 1; transform: none; transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   MOBILE TUNING — verdichtet, weniger Höhe, mehr Tempo
   ============================================================ */
@media (max-width: 720px) {
  body { font-size: 16px; }

  /* MASTHEAD */
  .masthead { padding: 14px 18px 10px; }
  .masthead__rule { margin-bottom: 10px; }
  .masthead__rule--double { height: 4px; margin-top: 10px; }
  .masthead__brand { font-size: 26px; }
  .masthead__brand-sub { font-size: 9px; margin-top: 4px; }
  .masthead__issue { font-size: 10px; gap: 6px; }
  .masthead__call .lbl { font-size: 9px; }
  .masthead__call strong { font-size: 17px; }

  /* COVER (hero) — kompakter */
  .cover {
    padding: 40px 20px 0;
  }
  .cover__media img { object-position: 60% 50%; filter: saturate(0.8) contrast(1.05) sepia(0.18) brightness(0.45); }
  .cover__grid { gap: 28px; }
  .cover__title { font-size: clamp(46px, 14vw, 84px); letter-spacing: -.04em; }
  .cover__title .cover__accent em { padding: 0 .12em 0 .14em; }
  .cover__deck { font-size: 16px; margin-top: 18px; }
  .cover__cta { gap: 10px; margin-top: 22px; flex-direction: column; align-items: stretch; }
  .cover__cta .btn { justify-content: center; padding: 14px 18px; font-size: 12px; }
  .btn__num { font-size: 14px; }

  .cover__side { padding-top: 0; gap: 18px; }
  .card { padding: 22px 22px 20px; box-shadow: 5px 5px 0 var(--ink); }
  .card--stamp { transform: rotate(.5deg); }
  .card__big { font-size: clamp(30px, 8vw, 42px); }
  .card__price { font-size: 22px; padding-top: 12px; }
  .card__stamp { width: 70px; height: 70px; right: -10px; top: -10px; }
  .meta-list li { padding: 8px 0; font-size: 11px; }

  .cover__strip { margin-top: 36px; padding: 11px 0; }
  .ticker { font-size: 10px; gap: 18px; }

  /* SECTIONS — überall tighter */
  .section { padding: 0 16px; }
  .section--promise,
  .section--hours,
  .section--menu,
  .section--find { padding-left: 16px; padding-right: 16px; }

  .ornament { margin: 56px auto; }

  .section-head { margin-bottom: 28px; }
  .section-head__title { font-size: clamp(32px, 8.5vw, 48px); }
  .section-head__deck { font-size: 16px; margin-top: 12px; }
  .kicker { font-size: 10px; margin-bottom: 14px; gap: 8px; }
  .kicker__line { width: 28px; }

  /* PROMISE — auf Mobile vertikal aber knapper */
  .section--promise { padding-top: 56px; }
  .section-head--center .section-head__title { font-size: clamp(30px, 8vw, 44px); line-height: 1.05; }
  .promise__grid { gap: 16px; margin-top: 28px; }
  .promise__photo { aspect-ratio: 16 / 10; }
  .promise__center { padding: 22px; box-shadow: 5px 5px 0 var(--ink); gap: 14px; }
  .promise__statement { font-size: clamp(22px, 5.5vw, 28px); }
  .promise__body { font-size: 14px; }
  .promise__points li strong { font-size: 15px; }
  .promise__points li span { font-size: 10px; }

  /* HOURS — kompakte 2-col Grid statt 7 zu hoch */
  .hours { grid-template-columns: repeat(2, 1fr); }
  .hours__day { padding: 14px 14px; }
  .hours__day .lbl { font-size: 10px; }
  .hours__day .val { font-size: 17px; }
  .hours__day .val--closed { font-size: 15px; }
  .hours__note { font-size: 14px; margin-top: 14px; }

  /* MENU — single column, gestraffte items */
  .menu { gap: 32px; }
  .menu__group-title { font-size: clamp(22px, 6vw, 28px); padding-bottom: 8px; margin-bottom: 4px; }
  .menu__item { padding: 11px 0; gap: 10px; }
  .menu__item-name { font-size: 17px; gap: 8px; }
  .menu__item-desc { font-size: 13px; }
  .menu__item-price { font-size: 17px; }
  .menu__item-price::after { font-size: 13px; }
  .menu__item.is-highlight { padding: 12px; margin: 4px -12px; }
  .menu__item.is-highlight::before { left: -16px; font-size: 12px; }
  .menu__item-badge { font-size: 8px; padding: 3px 6px; }
  .menu__disclaimer { font-size: 10px; padding: 14px 0; margin-top: 28px; }

  /* FIND / MAP — kompakter */
  .find { gap: 18px; }
  .find__card { padding: 22px; box-shadow: 5px 5px 0 var(--ink); gap: 18px; }
  .find__list dt { font-size: 9px; margin-top: 10px; }
  .find__list dd { font-size: 17px; }
  .find__map { min-height: 280px; }
  .map-placeholder { min-height: 280px; padding: 24px; gap: 10px; }
  .map-placeholder__compass { width: 64px; height: 64px; }
  .map-placeholder__big { font-size: clamp(22px, 6vw, 28px); }

  /* FIXED CALL (mobile) — sicher tappbar */
  .call-fixed { padding: 14px 20px; font-size: 12px; }

  /* COLOPHON / FOOTER */
  .colophon { padding: 0 18px 32px; margin-top: 64px; }
  .colophon__rule { margin-bottom: 24px; }
  .colophon__brand { font-size: 32px; margin-bottom: 20px; }
  .colophon__cols { gap: 20px; padding-top: 20px; }
  .colophon__cols p { font-size: 14px; }
  .colophon__small { font-size: 9px; margin-top: 24px; padding-top: 16px; }
}

/* very small phones (iPhone SE etc) */
@media (max-width: 380px) {
  .cover__title { font-size: clamp(40px, 12vw, 56px); }
  .section-head__title { font-size: clamp(28px, 7.5vw, 40px); }
  .nav__links { display: none; }
}
