/* =========================================================================
   imzwoten – Stylesheet
   ========================================================================= */

/* ---------- Poppins ---------- */
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-200.woff2") format("woff2"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-200italic.woff2") format("woff2"); font-weight: 200; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-300italic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-500italic.woff2") format("woff2"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-600italic.woff2") format("woff2"); font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-700italic.woff2") format("woff2"); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-800.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-800italic.woff2") format("woff2"); font-weight: 800; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-900.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-v24-latin-900italic.woff2") format("woff2"); font-weight: 900; font-style: italic; font-display: swap; }

/* ---------- Variables ---------- */
:root {
  --color-red: #E6370D;
  --color-red-deep: #C42E0A;
  --color-red-tint: #FCE4DC;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-marshmallow: #E84A6A;
  --color-silver-grey: #A5ACAF;

  --color-paper: #FFFFFF;
  --color-ink: #000000;
  --color-ink-60: rgba(0,0,0,.6);
  --color-ink-40: rgba(0,0,0,.4);
  --color-hairline: rgba(0,0,0,.12);

  --fg: var(--color-ink);
  --fg-muted: var(--color-ink-60);
  --bg: var(--color-paper);
  --bg-inverse: var(--color-black);
  --accent: var(--color-red);
  --accent-press: var(--color-red-deep);
  --on-accent: var(--color-white);
  --hairline: var(--color-hairline);

  --font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-text:    "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --fs-display:     clamp(56px, 8vw, 120px);
  --fs-headline:    clamp(36px, 4.2vw, 64px);
  --fs-subheadline: 22px;
  --fs-item:        18px;
  --fs-price:       18px;
  --fs-body:        15px;
  --fs-caption:     12px;
  --fs-tagline:     14px;

  --lh-tight:  1.02;
  --lh-snug:   1.18;
  --lh-normal: 1.45;
  --lh-loose:  1.6;

  --tracking-tight:  -0.02em;
  --tracking-normal: 0;
  --tracking-wide:   0.04em;
  --tracking-mega:   0.16em;

  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 56px;
  --space-10: 72px;
  --space-11: 96px;
  --space-12: 128px;

  --radius-0:    0;
  --radius-sm:   2px;
  --radius-md:   6px;
  --radius-lg:   14px;
  --radius-stamp:9999px;
  --radius-block:32px;

  --border-hairline: 1px solid var(--color-hairline);
  --border-ink:      1px solid var(--color-ink);
  --border-thick:    2px solid var(--color-ink);

  --shadow-soft: 0 1px 2px rgba(0,0,0,.06), 0 4px 12px rgba(0,0,0,.04);
  --shadow-card: 0 2px 8px rgba(0,0,0,.08);

  --ease-out: cubic-bezier(.2,.7,.2,1);
  --dur-fast: 120ms;
  --dur-base: 200ms;
}

/* ---------- Base ---------- */
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-text);
  font-size: var(--fs-body);
  line-height: var(--lh-normal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body { font-family: var(--font-text); color: var(--fg); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button {
  font: inherit;
  color: inherit;          /* iOS Safari setzt sonst System-Blau */
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

::selection { background: var(--color-red); color: #fff; }

/* Pfeil-Icon (arrow-forward.svg) – skaliert mit der Schriftgröße */
.arrow-icon {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ===== App layout shell ===== */
.app {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.nav.dark {
  background: rgba(230,55,13,.96);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.nav.dark a, .nav.dark button { color: #fff; }
.nav-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.nav-logo img { height: 58px; width: 113px; object-fit: cover; display: block; }
.nav-logo .ii {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--accent);
  font-size: 22px;
  letter-spacing: -.04em;
  line-height: 1;
  transform: translateY(-1px);
}
.nav.dark .nav-logo .ii { color: #fff; }

.nav-links {
  display: none;
  gap: 4px;
  align-items: center;
}
.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -.005em;
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast);
}
.nav-links a:hover { background: rgba(0,0,0,.06); }
.nav-links a.active { background: var(--color-black); color: #fff; }
.nav.dark .nav-links a:hover { background: rgba(255,255,255,.12); }
.nav.dark .nav-links a.active { background: #fff; color: var(--color-red); }

.nav-cta {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 10px;
  border-radius: 999px;
  background: var(--color-black);
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
}
.nav-cta:hover { background: var(--accent); }
.nav-cta:hover .arrow-icon { filter: brightness(0) invert(1); }
.nav.dark .nav-cta { background: #fff; color: var(--color-red) !important; }

.nav-burger {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 10px;
  margin: -10px;
  cursor: pointer;
}
.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform var(--dur-fast) var(--ease-out), opacity var(--dur-fast);
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.nav-drawer {
  position: fixed;
  inset: 56px 0 0 0;
  background: #fff;
  z-index: 49;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transform: translateY(-100%);
  transition: transform var(--dur-base) var(--ease-out);
  pointer-events: none;
}
.nav-drawer.open { transform: translateY(0); pointer-events: auto; }
.nav-drawer a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -.02em;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.nav-drawer a .arrow-icon {
  width: 28px;
  height: 28px;
  display: block;
}
.nav-drawer a.nav-drawer-cta {
  margin-top: auto;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px;
  border-radius: 999px;
  background: var(--color-black);
  color: #fff;
  font-size: 22px;
  border-bottom: 0;
}
.nav-drawer a.nav-drawer-cta:hover { background: var(--accent); }
.nav-drawer a.nav-drawer-cta:hover .arrow-icon { filter: brightness(0) invert(1); }
.nav-drawer-legal {
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.nav-drawer-legal a + a::before {
  content: "·";
  margin-right: 12px;
  color: rgba(0,0,0,.4);
}
.nav-drawer-legal a {
  display: inline-block;
  padding: 8px 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  color: rgba(0,0,0,.6);
  border-bottom: 0;
}
.nav-drawer-legal a:hover { color: var(--accent); }

@media (min-width: 720px) {
  .nav-links, .nav-cta { display: inline-flex; }
  .nav-burger { display: none; }
  .nav-drawer { display: none; }
  .nav-row { padding: 14px 32px; }
}

/* ============================================================
   PAGE shell
   ============================================================ */
.page { position: relative; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 720px) { .container { padding: 0 32px; } }

/* ============================================================
   SECTIONS
   ============================================================ */
.section {
  padding: 64px 0;
  position: relative;
}
.section.lg { padding: 96px 0; }
.section.dark {
  background: var(--color-black);
  color: #fff;
}
.section.red {
  background: var(--accent);
  color: #fff;
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 16px;
}
.section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('assets/akzent.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.section.dark .section-eyebrow, .section.red .section-eyebrow { color: rgba(255,255,255,.6); }
.section.dark .section-eyebrow::before,
.section.red .section-eyebrow::before { filter: brightness(0) invert(1); }

.section-headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: .98;
  letter-spacing: -.022em;
  margin: 0 0 20px;
  text-wrap: balance;
}

.section-body {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.55;
  max-width: 62ch;
  color: rgba(0,0,0,.74);
}
.section.dark .section-body, .section.red .section-body { color: rgba(255,255,255,.82); }

/* Intro layout: text + signature mark */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: end;
}
@media (min-width: 720px) {
  .intro-grid { grid-template-columns: 1.4fr 1fr; gap: 64px; }
}
.intro-signature {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(120px, 18vw, 220px);
  line-height: .85;
  color: var(--accent);
  letter-spacing: -.05em;
  margin: 0;
  text-align: right;
}
.intro-signature .label {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  color: rgba(0,0,0,.5);
  text-transform: uppercase;
  letter-spacing: .22em;
  margin-top: 8px;
}

/* ============================================================
   CATEGORY CARDS
   ============================================================ */
.cat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 640px)  { .cat-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .cat-grid { grid-template-columns: repeat(4, 1fr); } }

.cat-card {
  position: relative;
  height: 370px;
  overflow: hidden;
  border-radius: 0;
  padding: 22px;
  display: flex;
  flex-direction: column;
  color: #000;
  background: #fff;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  transition: transform var(--dur-base) var(--ease-out), background var(--dur-base);
}
.cat-card:hover { transform: translateY(-2px); }
.cat-card:active { transform: scale(.99); }

.cat-card .num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  color: #727272;
}
.cat-card .title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(32px, 2.6vw, 50px);
  line-height: 1.24;
  letter-spacing: 0;
  margin-top: 40px;
}
.cat-card .tags {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #727272;
  padding-top: 20px;
}
.cat-card .cta-wrap {
  margin-top: auto;
  padding-top: 24px;
}
.cat-card .cta-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  color: #fff;
  border-radius: 45px;
  padding: 0 20px;
  height: 65px;
  width: 250px;
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.cat-card .cta-pill .arrow-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block;
}

/* color variants */
.cat-card.is-red {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
}
.cat-card.is-red .num { color: rgba(255,255,255,.75); }
.cat-card.is-red .tags { color: rgba(255,255,255,.75); }
.cat-card.is-red .cta-pill { background: #000; color: #fff; }

.cat-card.is-black {
  background: #000;
  color: #fff;
  border-color: transparent;
}
.cat-card.is-black .tags { color: rgba(255,255,255,.6); }
.cat-card.is-black .cta-pill { background: #fff; color: #000; }

.cat-card.is-marsh {
  background: #FCE4DC;
}
.cat-card.is-marsh .title { color: var(--color-marshmallow); }

/* a vertical "Drink it / Eat it" rotated text inside each card */
.cat-card .vertical-action {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  letter-spacing: -.01em;
  opacity: .55;
}

/* ============================================================
   STANDORT SECTION
   ============================================================ */
.standort {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 720px) {
  .standort { grid-template-columns: 1fr 1fr; gap: 56px; }
}

.standort .map-tile {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #f3efe9;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
}
.standort .map-tile svg { width: 100%; height: 100%; display: block; }
.standort .map-tile .pin {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -100%);
}
.standort .map-tile .pin .stick {
  width: 2px;
  height: 38px;
  background: #000;
  margin: 0 auto;
}
.standort .map-tile .pin .dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--accent);
  border: 4px solid #fff;
  margin: 0 auto;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.standort .map-tile .pin .label {
  display: inline-block;
  margin-top: 8px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hours-table {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.hours-table .row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: 15px;
}
.hours-table .row.now,
.hours-table .row.today {
  font-weight: 600;
}
.hours-table .row .day { letter-spacing: .04em; }
.hours-table .row .time { font-variant-numeric: tabular-nums; color: rgba(0,0,0,.7); }
.hours-table .row.now .time { color: var(--accent); }
.hours-table .row .pl {
  color: rgba(0,0,0,.4);
  font-style: italic;
  font-size: 13px;
}

.contact-rows { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.contact-rows .k {
  display: inline-block;
  width: 80px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
}

/* ============================================================
   INSTAGRAM CALLOUT
   ============================================================ */
.ig-callout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  text-align: center;
  justify-items: center;
}
.ig-callout .section-eyebrow { justify-content: center; }
@media (min-width: 720px) {
  .ig-callout {
    grid-template-columns: 1fr auto;
    text-align: left;
    justify-items: start;
  }
  .ig-callout .section-eyebrow { justify-content: flex-start; }
}
.ig-callout .handle {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 7vw, 84px);
  line-height: .96;
  letter-spacing: -.025em;
  margin: 0;
}
.ig-callout .handle .at { color: #fff; }
.ig-callout .sub {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-top: 14px;
}
.ig-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  min-width: 280px;
}
.ig-tile {
  aspect-ratio: 1;
  background: #1c1c1c;
  position: relative;
  overflow: hidden;
}
.ig-tile.red { background: var(--accent); }
.ig-tile .pic {
  position: absolute;
  inset: 12%;
  border-radius: 4px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px dashed rgba(255,255,255,.2);
}

.ig-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  background: #fff;
  color: #000 !important;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 28px;
  transition: transform var(--dur-fast) var(--ease-out);
}
.ig-cta:hover { transform: translateY(-1px); }
.ig-cta .arrow { color: var(--accent); font-weight: 800; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #000;
  color: #fff;
  padding: 56px 0 32px;
  position: relative;
  z-index: 1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  text-align: center;
  justify-items: center;
}
@media (min-width: 720px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: center;
    text-align: left;
    justify-items: start;
  }
}
.footer .brand-block svg, .footer .brand-block img { width: 220px; }
.footer .tagline-line {
  margin-top: 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: lowercase;
  color: rgba(255,255,255,.6);
}
.footer h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin: 0 0 12px;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.footer a:hover { color: var(--accent); }
.footer .colophon {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  color: rgba(255,255,255,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 720px) {
  .footer .colophon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    text-align: left;
  }
  .footer .colophon > :first-child { grid-column: 1 / span 2; }
  .footer .colophon > :last-child { grid-column: 3; }
}
.footer .colophon .pl { color: rgba(255,255,255,.35); font-style: italic; }
.footer .colophon a { color: rgba(255,255,255,.6); }

/* Placeholder pill */
.pl-pill {
  display: inline-block;
  background: rgba(0,0,0,.06);
  border: 1px dashed rgba(0,0,0,.3);
  color: rgba(0,0,0,.5);
  padding: 2px 8px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .04em;
  font-style: italic;
  border-radius: 4px;
  vertical-align: middle;
}
.section.dark .pl-pill, .footer .pl-pill, .section.red .pl-pill {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.3);
  color: rgba(255,255,255,.6);
}

/* ============================================================
   MENU PAGE (Drinks/Brunch/Dessert)
   ============================================================ */
.menu-page {
  position: relative;
  padding-bottom: 120px;
}

.menu-stamp {
  width: 200px;
  margin: 24px auto 0;
  background: var(--accent);
  border-radius: 22px;
  padding: 18px 26px;
  display: block;
}
.menu-stamp img { width: 100%; }

.menu-hero {
  position: relative;
  padding: 24px 0 18px;
}
.menu-hero .title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: .98;
  letter-spacing: -.022em;
  margin: 0;
  text-wrap: balance;
}
.menu-hero .title em { font-style: italic; font-weight: 300; }

.menu-hero .vertical-action {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 4.5vw, 52px);
  letter-spacing: -.02em;
  text-transform: lowercase;
  line-height: 1;
}

.menu-hero .subline {
  margin-top: 16px;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(0,0,0,.65);
}

/* Section quick-jump bar */
.section-jumps {
  position: sticky;
  top: 76px;
  z-index: 40;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 14px 0;
  border-top: 1px solid rgba(0,0,0,.12);
  border-bottom: 1px solid rgba(0,0,0,.12);
  margin: 24px 0 32px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.section-jumps button {
  border: 1px solid rgba(0,0,0,.18);
  background: transparent;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.005em;
  transition: all var(--dur-fast) var(--ease-out);
}
.section-jumps button:hover { background: #000; color: #fff; border-color: #000; }
.section-jumps button.active { background: var(--accent); color: #fff; border-color: var(--accent); }

/* Section + items */
.menu-section,
.menu-section + .menu-section,
[data-jump-target] { padding: 30px 0 8px; scroll-margin-top: 230px; }
.extras[id] { scroll-margin-top: 230px; }
@media (min-width: 720px) {
  .menu-section,
  .extras[id] { scroll-margin-top: 150px; }
}
.menu-section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(0,0,0,.18);
  padding-bottom: 10px;
}
.menu-section-title .name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -.005em;
}
.menu-section-title .hint {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: lowercase;
  color: rgba(0,0,0,.55);
  white-space: nowrap;
}
.menu-section-title .num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .18em;
  color: rgba(0,0,0,.35);
  text-transform: uppercase;
}

.menu-items { display: flex; flex-direction: column; }
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 24px;
  padding: 14px 0 16px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.menu-section .menu-items .menu-item:first-child { border-top: none; }
.menu-item-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 18px);
  letter-spacing: -.005em;
}
.menu-item-name .vol {
  color: rgba(0,0,0,.62);
  font-weight: 300;
}

/* Hot/Cold icons in menu section titles */
.menu-section-title .temp-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.menu-section-title .temp-icons img {
  width: clamp(22px, 3vw, 28px);
  height: clamp(22px, 3vw, 28px);
  display: block;
}
.menu-item-price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 18px);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.menu-item-desc {
  grid-column: 1 / -1;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0,0,0,.62);
  margin-top: 2px;
}
.menu-item.marsh {
  position: relative;
}
.menu-item.marsh .menu-item-name {
  background: var(--color-marshmallow);
  color: #fff;
  padding: 2px 10px;
  margin: -2px -10px -2px -10px;
  display: inline-block;
  width: fit-content;
  border-radius: 4px;
}

.extras {
  margin-top: 8px;
  font-size: 13.5px;
  color: rgba(0,0,0,.7);
  line-height: 1.6;
}
.extras .extras-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 18px);
  letter-spacing: -.005em;
  margin: 4px 0 6px;
  color: #000;
}
.extras ul { margin: 0; padding: 0; list-style: none; }
.extras li::before { content: "• "; color: var(--accent); margin-right: 4px; }
.extras .sub { padding-left: 18px; color: rgba(0,0,0,.55); }
.extras .extras-note {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
  color: rgba(0,0,0,.62);
  font-weight: 400;
}
.extras .sub::before { content: "– "; color: rgba(0,0,0,.4); }

/* Menu page is two-column on desktop for density */
.menu-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 56px;
}
@media (min-width: 720px) {
  .menu-cols { grid-template-columns: 1fr 1fr; }
}

/* tiny // accent inline */
.inline-slash {
  display: inline-block;
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.04em;
  transform: translateY(-2px);
}

/* ============================================================
   WHISPER PAGE
   ============================================================ */
.whisper {
  background: var(--accent);
  color: #000;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.has-whisper .nav {
  background: var(--accent);
  border-bottom-color: rgba(0,0,0,.08);
}
.whisper .menu-stamp { background: #fff; }
.whisper .whisper-frame {
  position: relative;
  padding: 56px 0 140px;
  text-align: center;
}
.whisper .whisper-logo {
  width: clamp(160px, 22vw, 240px);
  margin: 0 auto 36px;
}
.whisper .whisper-eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(0,0,0,.7);
  margin-bottom: 8px;
}
.whisper .whisper-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: .98;
  letter-spacing: -.022em;
  margin: 0 0 56px;
  color: #000;
}
.whisper .whisper-lead {
  max-width: 540px;
  margin: 0 auto 56px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0,0,0,.86);
}
.whisper .whisper-items {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.whisper .whisper-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(0,0,0,.18);
}
.whisper .whisper-item:last-child { border-bottom: 1px solid rgba(0,0,0,.18); }
.whisper .whisper-item-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 18px);
  letter-spacing: -.005em;
  color: #000;
}
.whisper .whisper-item-price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 18px);
  font-variant-numeric: tabular-nums;
  color: #000;
}
.whisper .whisper-item-desc {
  grid-column: 1 / -1;
  font-size: 14px;
  color: rgba(0,0,0,.62);
  line-height: 1.5;
  margin-top: 2px;
}

.whisper .vertical-wordmark {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .42em;
  color: rgba(255,255,255,.55);
}
@media (min-width: 720px) {
  .whisper .vertical-wordmark { left: 28px; font-size: 18px; }
}

.whisper .slash-w {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  filter: brightness(0) invert(1);
}

/* ============================================================
   Dessert page – marshmallow theme
   ============================================================ */
body.is-dessert {
  background: var(--color-red-tint);
}
body.is-dessert .nav {
  background: rgba(252,228,220,.86);
}
body.is-dessert .menu-hero .title {
  color: var(--color-marshmallow);
}
body.is-dessert .section-jumps {
  background: rgba(252,228,220,.86);
}
body.is-dessert .section-jumps button.active {
  background: var(--color-marshmallow);
  border-color: var(--color-marshmallow);
}
body.is-dessert .section-jumps button:hover {
  background: var(--color-marshmallow);
  border-color: var(--color-marshmallow);
}
body.is-dessert .extras li::before {
  color: var(--color-marshmallow);
}

/* ============================================================
   PAGE INTRO ANIMATION
   ============================================================ */
.page {
  animation: page-in 240ms var(--ease-out) both;
}
@keyframes page-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}

/* "jetzt geöffnet" badge in hours table */
.hours-table .badge-now {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-right: 8px;
}

/* Whisper footer row (was inline style) */
.whisper-footer-row {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1.5px solid rgba(255,255,255,.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 3.4vw, 36px);
  letter-spacing: .24em;
  text-transform: uppercase;
}
.whisper-footer-row .num {
  font-size: .5em;
  letter-spacing: .18em;
  color: rgba(255,255,255,.7);
}

/* Öffnungszeiten heading */
.hours-heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(0,0,0,.5);
  margin: 32px 0 4px;
}
.hours-note {
  margin: 16px 0 0;
  font-size: 13px;
  font-style: italic;
  color: rgba(0,0,0,.55);
}

/* ============================================================
   Legal pages (Impressum, Datenschutz)
   ============================================================ */
.legal-page {
  padding: 56px 0 96px;
}
.legal-hero {
  max-width: 760px;
  margin: 0 auto 48px;
}
.legal-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 12px 0 0;
}
.legal-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0,0,0,.82);
}
.legal-content h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.01em;
  margin: 40px 0 10px;
  color: #000;
}
.legal-content h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  margin: 24px 0 6px;
  color: #000;
}
.legal-content h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  margin: 18px 0 4px;
  color: #000;
}
.legal-content p { margin: 0 0 12px; }
.legal-content ul {
  margin: 0 0 16px;
  padding-left: 22px;
}
.legal-content ul li { margin: 0 0 4px; }
.legal-content a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.legal-content a:hover { text-decoration-thickness: 2px; }
.legal-content hr {
  margin: 48px 0 24px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.12);
}
.legal-content .legal-meta {
  font-size: 13px;
  color: rgba(0,0,0,.5);
}
.legal-content .placeholder {
  display: inline-block;
  background: #fff3ed;
  color: var(--accent);
  padding: 2px 8px;
  border-radius: 4px;
  font-style: italic;
  font-size: .94em;
}

/* ============================================================
   Misc utilities
   ============================================================ */
.dot-sep { display: inline-block; padding: 0 4px; opacity: .6; }
.center { text-align: center; }
.muted { color: rgba(0,0,0,.55); }

/* Bild, das seine Zelle füllt (Intro- & Standort-Grid) */
.media-fill {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.intro-grid .media-col { align-self: stretch; }

/* Standort-Section: oberer Abstand + Bild-Abstand */
.section-standort { padding-top: 32px; }
.section-standort .standort { margin-top: 32px; }

/* Instagram-Callout-Section */
.section-instagram {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
