/* ---------------------------------------------------------------
   Meydan Café — warmes, rundes System im Stil von Bento Go!
   Creme-Grund, Korallen-Orange vom Leuchtschild, schwarze Bänder.
   --------------------------------------------------------------- */
:root {
  --creme:      #fdf3ec;
  --creme-2:    #f8e7dc;
  --weiss:      #ffffff;
  --tinte:      #241d1a;
  --tinte-2:    #5f544e;
  --nacht:      #141110;
  --orange:     #cd4714;
  --orange-d:   #a8380e;
  --orange-h:   #fbe4d8;
  --gruen:      #276b42;
  --gruen-h:    #e2f2e8;
  --linie:      #efdccf;

  --r-pill: 999px;
  --r-card: 22px;
  --r-lg: 34px;

  --schatten: 0 2px 10px rgba(70, 40, 24, .06);
  --schatten-2: 0 10px 30px rgba(70, 40, 24, .10);

  --gutter: 20px;
  --sec: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 86px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--creme);
  color: var(--tinte);
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--orange); color: #fff; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: 1120px; margin-inline: auto; padding-inline: var(--gutter); }

h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(2rem, 7vw, 3.3rem); }
h2 { font-size: clamp(1.75rem, 5.5vw, 2.6rem); }
h3 { font-size: 1.15rem; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.sec { padding-block: var(--sec); }
.sec--dunkel { background: var(--nacht); color: var(--creme); }
.mitte { text-align: center; }
.mitte p { margin-inline: auto; }
.fuehrung { font-size: 1.06rem; color: var(--tinte-2); max-width: 40rem; }
.sec--dunkel .fuehrung { color: #cfc4bd; }

.titel-strich { display: inline-block; position: relative; padding-bottom: 12px; }
.titel-strich::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  bottom: 0; width: 74px; height: 4px; border-radius: 4px; background: var(--orange);
}

/* --- Kopf ------------------------------------------------------ */
.kopf {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 243, 236, .93);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--linie);
}
.kopf-in { display: flex; align-items: center; gap: 14px; padding-block: 12px; }
.marke { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.marke-zeichen {
  width: 40px; height: 40px; flex: none;
  border-radius: 12px; background: var(--orange);
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 19px; letter-spacing: -0.03em;
}
.marke-text { font-weight: 800; font-size: 1.12rem; letter-spacing: -0.02em; line-height: 1.1; }
.marke-text span { display: block; font-size: .72rem; font-weight: 600; color: var(--tinte-2); letter-spacing: .06em; }

.nav { display: none; gap: 26px; }
.nav a { text-decoration: none; font-weight: 600; font-size: .97rem; color: var(--tinte-2); }
.nav a:hover { color: var(--orange); }

/* --- Buttons --------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 0 28px;
  border-radius: var(--r-pill);
  border: 2px solid transparent;
  font-family: inherit; font-weight: 700; font-size: 1rem;
  text-decoration: none; white-space: nowrap;
  transition: transform .12s ease, background-color .15s ease, color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn--voll { background: var(--orange); color: #fff; }
.btn--voll:hover { background: var(--orange-d); }
.btn--linie { background: transparent; color: #fff; border-color: rgba(255,255,255,.85); }
.btn--linie:hover { background: #fff; color: var(--tinte); }
.btn--hell { background: #fff; color: var(--tinte); }
.btn--hell:hover { background: var(--creme-2); }
.btn--rand { background: transparent; color: var(--orange); border-color: var(--orange); }
.btn--rand:hover { background: var(--orange); color: #fff; }
.btn--klein { min-height: 44px; padding: 0 20px; font-size: .95rem; }
.kopf .btn { display: none; }

/* --- Hero ------------------------------------------------------ */
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero > picture, .hero img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 64%; z-index: -2;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(16, 12, 10, .66);
}
.hero-in {
  padding: clamp(56px, 13vh, 110px) var(--gutter) clamp(84px, 14vh, 130px);
  text-align: center; color: #fff;
  max-width: 820px; margin-inline: auto;
}
.hero-marke {
  width: 74px; height: 74px; margin: 0 auto 18px;
  border-radius: 22px; background: var(--orange);
  display: grid; place-items: center;
  font-weight: 800; font-size: 30px; letter-spacing: -0.04em;
  box-shadow: var(--schatten-2);
}
.hero h1 { font-size: clamp(2.05rem, 7.6vw, 3.5rem); }
.hero .sub { margin-top: 12px; font-size: clamp(1.02rem, 3.4vw, 1.25rem); font-weight: 600; color: #f2e6de; }

.pille {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 22px; padding: 10px 20px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3);
  font-weight: 700; font-size: .95rem; color: #fff;
}
.pille .sterne { color: #ffc94a; letter-spacing: .08em; }

.hero-akt { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }

/* Geschwungene Kante zum Cremebereich */
.welle { position: relative; height: 46px; margin-top: -46px; z-index: 2; }
.welle::before {
  content: ""; position: absolute; inset: 0;
  background: var(--creme);
  border-radius: 46px 46px 0 0;
}

/* --- Karten ---------------------------------------------------- */
.karte-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 26px 0 34px; }
.tab {
  border: 0; cursor: pointer;
  font-family: inherit; font-weight: 700; font-size: .97rem;
  padding: 12px 24px; border-radius: var(--r-pill);
  background: var(--creme-2); color: var(--tinte-2);
  transition: background-color .15s ease, color .15s ease;
}
.tab:hover { background: var(--orange-h); color: var(--orange-d); }
.tab[aria-selected="true"] { background: var(--orange); color: #fff; }

.speisen { display: grid; gap: 14px; max-width: 800px; margin-inline: auto; }
.speisen[hidden] { display: none; }
.gericht {
  background: var(--weiss);
  border-radius: var(--r-card);
  box-shadow: var(--schatten);
  padding: 20px 22px;
  display: grid; grid-template-columns: 1fr auto; gap: 6px 18px;
  text-align: left;
}
.gericht h3 { grid-column: 1; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.gericht .preis {
  grid-column: 2; grid-row: 1;
  font-weight: 800; font-size: 1.1rem; color: var(--orange); white-space: nowrap;
}
.gericht .tr { grid-column: 1 / -1; font-size: .92rem; color: var(--tinte-2); font-weight: 600; margin: -2px 0 0; }
.gericht .txt { grid-column: 1 / -1; font-size: .97rem; color: var(--tinte-2); margin: 4px 0 0; }
.marker {
  font-size: .78rem; font-weight: 700; padding: 4px 11px;
  border-radius: var(--r-pill); background: var(--gruen-h); color: var(--gruen);
}

/* --- So geht's -------------------------------------------------- */
.schritte { display: grid; gap: 34px; margin-top: 40px; }
.schritt { text-align: center; }
.schritt .kreis {
  width: 92px; height: 92px; margin: 0 auto 14px;
  border-radius: 50%; background: var(--orange-h);
  display: grid; place-items: center; font-size: 38px;
}
.schritt .nr {
  width: 34px; height: 34px; margin: -32px auto 14px;
  border-radius: 50%; background: var(--orange); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: .95rem;
  position: relative;
}
.schritt h3 { margin-bottom: 8px; }
.schritt p { color: var(--tinte-2); font-size: .98rem; max-width: 17rem; margin-inline: auto; }

/* --- Dunkles Band mit Foto ------------------------------------- */
.ueber { position: relative; isolation: isolate; overflow: hidden; color: var(--creme); }
.ueber .fuehrung { color: #e6dbd4; }
.ueber > picture, .ueber img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
}
.ueber::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(14,11,10,.82); }
.merkmale { display: grid; gap: 14px; margin-top: 34px; }
.merkmal {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-card);
  padding: 22px 20px; text-align: center;
}
.merkmal .kreis { font-size: 30px; margin-bottom: 10px; }
.merkmal p { font-size: .97rem; color: #e4d9d2; margin: 0; }

/* --- Bewertungen ------------------------------------------------ */
.note { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.note .zahl { font-size: clamp(3.4rem, 13vw, 5rem); font-weight: 800; line-height: 1; color: var(--orange); }
.note .sterne { color: #f5a623; font-size: 1.4rem; letter-spacing: .1em; }
.note .von { font-weight: 600; color: var(--tinte-2); font-size: .98rem; }

.stimmen { display: grid; gap: 16px; margin-top: 34px; }
.stimme {
  background: var(--weiss); border-radius: var(--r-card);
  box-shadow: var(--schatten); padding: 24px; text-align: left;
}
.stimme .sterne { color: #f5a623; letter-spacing: .12em; font-size: .95rem; }
.stimme q { display: block; margin: 10px 0 14px; font-size: 1.05rem; font-weight: 600; quotes: "\201E" "\201C"; }
.stimme .wer { font-size: .9rem; color: var(--tinte-2); font-weight: 700; }

/* --- Bildergitter ----------------------------------------------- */
.gitter { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.gitter img { width: 100%; height: 100%; min-height: 170px; object-fit: cover; border-radius: 18px; }
.gitter figure { margin: 0; }
.leerbild {
  border-radius: 18px; min-height: 170px;
  border: 2px dashed var(--linie); background: var(--creme-2);
  display: grid; place-items: center; text-align: center;
  padding: 16px; color: var(--tinte-2); font-size: .86rem; font-weight: 600;
}

/* --- Kontakt ---------------------------------------------------- */
.kontakt-grid { display: grid; gap: 34px; margin-top: 36px; text-align: left; }
.kontakt-grid h3 { margin-bottom: 16px; }
.optionen { display: grid; gap: 12px; }
.option {
  background: var(--weiss); border-radius: 18px; box-shadow: var(--schatten);
  padding: 16px 20px;
}
.option strong { display: block; font-size: 1rem; }
.option span { font-size: .92rem; color: var(--tinte-2); }
.option--aus { background: transparent; box-shadow: none; border: 2px dashed var(--linie); }

.fakten { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.fakten li { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; font-size: .99rem; }
.fakten .k { font-weight: 700; color: var(--tinte-2); font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; padding-top: 4px; min-width: 6.2rem; }
.fakten a { font-weight: 700; color: var(--orange); }
.status-pille {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 6px;
  padding: 8px 16px; border-radius: var(--r-pill);
  background: var(--gruen-h); color: var(--gruen); font-weight: 700; font-size: .92rem;
}
.status-pille[data-open="false"] { background: var(--creme-2); color: var(--tinte-2); }
.status-pille::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }

.zeiten { list-style: none; margin: 16px 0 0; padding: 0; }
.zeiten li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 11px 14px; border-radius: 12px; font-size: .99rem;
}
.zeiten li:nth-child(odd) { background: var(--weiss); }
.zeiten li[data-today="true"] { background: var(--orange-h); font-weight: 800; color: var(--orange-d); }
.zeiten .tag { font-weight: 700; }

.platzhalter { color: var(--tinte-2); font-style: italic; }

/* --- Schlussband ------------------------------------------------ */
.schluss { background: var(--orange); color: #fff; text-align: center; padding-block: 58px; }
.schluss h2 { color: #fff; }
.schluss .akt { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }

/* --- Fuß --------------------------------------------------------- */
.fuss { background: var(--nacht); color: #b9aea7; text-align: center; padding: 48px var(--gutter) 110px; }
.fuss .marke-zeichen { margin: 0 auto 14px; }
.fuss strong { display: block; color: #fff; font-size: 1.1rem; margin-bottom: 4px; }
.fuss p { font-size: .95rem; margin-bottom: .5em; }
.fuss a { color: #d9cec7; }
.hinweis {
  margin: 30px auto 0; padding-top: 20px; max-width: 46rem;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .82rem; line-height: 1.6; color: #8d827c;
}

/* --- Handy-Leiste ------------------------------------------------ */
.leiste {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 10px;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  background: rgba(253,243,236,.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--linie);
}
.leiste .btn { flex: 1; padding: 0 14px; min-height: 50px; }

/* --- Breakpoints -------------------------------------------------- */
@media (min-width: 640px) {
  .schritte { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .merkmale { grid-template-columns: 1fr 1fr; }
  .stimmen { grid-template-columns: 1fr 1fr; }
  .gitter { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 900px) {
  :root { --gutter: 32px; --sec: 100px; }
  .nav { display: flex; }
  .kopf .btn { display: inline-flex; }
  .leiste { display: none; }
  .fuss { padding-bottom: 52px; }
  .merkmale { grid-template-columns: repeat(4, 1fr); }
  .kontakt-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
  .welle { height: 62px; margin-top: -62px; }
  .welle::before { border-radius: 62px 62px 0 0; }
}
