@import url("fonts/fonts.css");
/* ============================================================
   MEVAN — Syrisch-kurdische Küche, Langenhagen
   "Fine Dining / Luxury" · dunkel, elegant, viel Luft
   Fonts: Cormorant Garamond (Display) · Outfit (UI) · Amiri (Arabisch)
   ============================================================ */

:root {
  /* dunkles Luxury als Standard */
  --bg: #100C08;
  --card: #17110B;
  --card-2: #201710;
  --fg: #ECE3D1;
  --fg-soft: #A3967E;
  --line: rgba(232,214,172,.13);
  --line-strong: rgba(232,214,172,.26);
  --gold: #C6A15A;
  --gold-bright: #DCBA78;
  --whatsapp: #25D366;
  --shadow: 0 0 0;
  --grain: .05;

  --accent: var(--gold);
  --accent-bright: var(--gold-bright);
  --maxw: 1200px;
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans: "Outfit", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --arabic: "Amiri", "Geeza Pro", serif;
  --ease: cubic-bezier(.2,.7,.2,1);
  --r: 4px;
}
/* helle Luxury-Variante (per Toggle) */
:root[data-theme="light"] {
  --bg: #F4EEE2; --card: #FBF7EE; --card-2: #ECE3D0;
  --fg: #1C160D; --fg-soft: #6A5E49; --line: rgba(28,22,13,.12); --line-strong: rgba(28,22,13,.22);
  --gold: #93741F; --gold-bright: #B08B2F; --accent: #93741F; --accent-bright: #B08B2F;
  --shadow: 40 28 12; --grain: .035;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--bg); color: var(--fg);
  font-family: var(--sans); font-size: 17px; line-height: 1.7;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: 999; pointer-events: none;
  opacity: var(--grain); mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.stars { display: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; letter-spacing: 0; text-wrap: balance; }
h4 { font-family: var(--sans); margin: 0; }
p { text-wrap: pretty; }
a { color: inherit; }
img { max-width: 100%; display: block; }

/* Luxury-Label (Eyebrow) */
.eyebrow, .eyebrow-sm {
  font-family: var(--sans); text-transform: uppercase; letter-spacing: .34em;
  font-size: 11px; font-weight: 500; color: var(--gold);
}
/* feine Gold-Haarlinie */
.hairline { width: 54px; height: 1px; background: var(--gold); opacity: .8; }
.hairline.center { margin-left: auto; margin-right: auto; }

/* ---------- Nav ---------- */
header.bar {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: saturate(1.2) blur(14px); border-bottom: 1px solid var(--line);
}
.bar-in { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 16px; }
.brand { font-family: var(--serif); font-weight: 600; font-size: 28px; letter-spacing: .18em; text-decoration: none; color: var(--fg); }
.brand .dot { color: var(--gold); }
nav.links { display: flex; gap: 34px; align-items: center; }
nav.links a:not(.btn) { text-decoration: none; font-size: 12.5px; text-transform: uppercase; letter-spacing: .16em; color: var(--fg-soft); font-weight: 500; transition: color .25s var(--ease); }
nav.links a:not(.btn):hover, nav.links a.active { color: var(--gold); }
.icon-btn { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line-strong); background: transparent; color: var(--fg); cursor: pointer; transition: .25s var(--ease); }
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }
@media (max-width: 900px) { nav.links a:not(.btn) { display: none; } }

.btn {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-weight: 500;
  font-size: 12.5px; text-transform: uppercase; letter-spacing: .14em;
  padding: 15px 28px; border-radius: var(--r); text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn-primary { background: var(--gold); color: #100C08; }
.btn-primary:hover { background: var(--gold-bright); }
.btn-ghost { border-color: var(--line-strong); color: var(--fg); background: transparent; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-wa { background: transparent; border-color: var(--line-strong); color: var(--fg); }
.btn-wa:hover { border-color: var(--whatsapp); color: var(--whatsapp); }
.btn.small { padding: 11px 20px; }
.btn:active { transform: translateY(1px); }

/* ---------- Hero (zentrierter Manifest-Look) ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-glow { position: absolute; z-index: 0; inset: 0; pointer-events: none;
  background: radial-gradient(60% 55% at 50% 0%, color-mix(in srgb, var(--gold) 14%, transparent), transparent 70%); }
.hero-watermark { position: absolute; z-index: 0; left: 50%; bottom: -10%; transform: translateX(-50%); font-family: var(--arabic); font-size: clamp(220px, 40vw, 520px); line-height: 1; color: var(--gold); opacity: .05; pointer-events: none; user-select: none; }
.hero-in { position: relative; z-index: 1; text-align: center; max-width: 920px; margin: 0 auto; padding: 120px 0 116px; }
.hero .eyebrow, .hero .kicker { display: inline-block; margin: 0 0 26px; }
.hero h1 { font-size: clamp(52px, 8.4vw, 116px); line-height: 1.0; font-weight: 500; }
.hero h1 .line2 { color: var(--gold); font-style: italic; }
.hero .lead { max-width: 60ch; margin: 28px auto 0; font-size: clamp(17px, 1.5vw, 20px); color: var(--fg-soft); font-weight: 300; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; justify-content: center; }
.meta-row { display: flex; flex-wrap: wrap; gap: 12px 30px; align-items: center; justify-content: center;
  margin-top: 52px; padding-top: 30px; border-top: 1px solid var(--line); font-size: 13px; color: var(--fg-soft);
  text-transform: uppercase; letter-spacing: .1em; }
.meta-row strong { color: var(--fg); font-weight: 500; }
.stars-rating { color: var(--gold); letter-spacing: 2px; }
.dot-sep { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); opacity: .7; }

/* ---------- Sektionen ---------- */
section { padding: 118px 0; position: relative; }
.sec-head { max-width: 62ch; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .eyebrow { display: inline-block; margin-bottom: 20px; }
.sec-head h2 { font-size: clamp(34px, 5vw, 60px); line-height: 1.06; }
.sec-head p { color: var(--fg-soft); margin: 20px 0 0; font-size: 18px; font-weight: 300; }
.sec-head.center p { margin-left: auto; margin-right: auto; }

/* ---------- Küche / Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 14px; }
.chip { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 13px; letter-spacing: .04em; color: var(--fg-soft); transition: border-color .25s var(--ease), color .25s var(--ease); }
.chip:hover { border-color: var(--gold); color: var(--fg); }
.chip svg { color: var(--gold); }

/* ---------- Signature-Rail (elegante Karten) ---------- */
.rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.rail .dish { padding: 34px 28px 30px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); position: relative; transition: background .3s var(--ease); }
.rail .dish:nth-child(4n) { border-right: 0; }
.rail .dish:hover { background: var(--card); }
.rail .dish .no { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--gold); display: block; margin-bottom: 16px; }
.rail .dish h4 { font-family: var(--serif); font-weight: 600; font-size: 25px; letter-spacing: .01em; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.rail .dish p { color: var(--fg-soft); font-size: 14.5px; line-height: 1.6; margin: 10px 0 0; font-weight: 300; }
.veg { font-family: var(--sans); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--line-strong); padding: 3px 8px; border-radius: 999px; }
@media (max-width: 900px) { .rail { grid-template-columns: 1fr 1fr; } .rail .dish:nth-child(4n) { border-right: 1px solid var(--line); } .rail .dish:nth-child(2n) { border-right: 0; } }
@media (max-width: 560px) { .rail { grid-template-columns: 1fr; } .rail .dish { border-right: 0 !important; } }

/* ---------- Gastfreundschaft ---------- */
.mevan { position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--card); }
.mevan-in { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 118px 0; }
@media (max-width: 860px) { .mevan-in { grid-template-columns: 1fr; gap: 44px; } }
.word-card { border: 1px solid var(--line-strong); border-radius: var(--r); padding: 60px 44px; background: var(--bg); text-align: center; }
.word-card .big { font-family: var(--arabic); font-size: clamp(72px, 13vw, 132px); line-height: 1.1; color: var(--gold); }
.word-card .pron { margin-top: 16px; color: var(--fg-soft); font-style: italic; font-family: var(--serif); font-size: 20px; }
.word-card .def { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 16px; color: var(--fg-soft); font-weight: 300; }
.word-card .def b { color: var(--fg); font-weight: 500; }
.mevan h2 { font-size: clamp(34px, 4.6vw, 54px); line-height: 1.1; }
.mevan p { color: var(--fg-soft); font-size: 18px; margin: 22px 0 0; font-weight: 300; }
.mevan .eyebrow { display: inline-block; margin-bottom: 20px; }

/* ---------- Besuchen / Öffnungszeiten ---------- */
.visit-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; }
@media (max-width: 860px) { .visit-in { grid-template-columns: 1fr; gap: 40px; } }
.info-list { display: flex; flex-direction: column; }
.info-row { display: flex; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.info-row:first-child { padding-top: 0; }
.info-ic { flex: none; width: 40px; height: 40px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--line); border-radius: 999px; }
.info-ic svg { width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.info-row .k { font-size: 11px; text-transform: uppercase; letter-spacing: .2em; color: var(--gold); font-weight: 500; }
.info-row .v { font-family: var(--serif); font-size: 22px; margin-top: 5px; }
.info-row .v a { color: var(--fg); text-decoration: none; }
.info-row .v a:hover { color: var(--gold); }
.hours { border: 1px solid var(--line-strong); border-radius: var(--r); padding: 34px; background: var(--card); }
.hours h3 { font-size: 26px; margin-bottom: 18px; }
.hours .row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.hours .row:last-child { border-bottom: 0; }
.hours .row.closed { color: var(--fg-soft); }
.hours .row .t { font-variant-numeric: tabular-nums; color: var(--gold); }

/* ---------- Karte / Formular (Unterseiten) ---------- */
.map-frame { border: 1px solid var(--line-strong); border-radius: var(--r); overflow: hidden; background: var(--card); }
.map-frame iframe { display: block; width: 100%; height: 400px; border: 0; filter: grayscale(.3) contrast(1.05) brightness(.9); }
.form-card { background: var(--card); border: 1px solid var(--line-strong); border-radius: var(--r); padding: 40px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); }
.field input, .field textarea, .field select { font-family: var(--sans); font-size: 15px; color: var(--fg); background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--r); padding: 14px 16px; min-height: 48px; transition: border-color .25s var(--ease); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); }
.form-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- Seitenkopf (Unterseiten) ---------- */
.page-head { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.page-head-in { position: relative; z-index: 1; padding: 92px 0 70px; }
.page-head .crumbs, .crumbs { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: var(--fg-soft); }
.crumbs a { color: var(--gold); text-decoration: none; }
.page-head h1 { font-size: clamp(44px, 6.5vw, 84px); line-height: 1; margin-top: 18px; }
.page-head p { color: var(--fg-soft); max-width: 60ch; margin: 22px 0 0; font-size: 18px; font-weight: 300; }
.page-head .eyebrow { display: inline-block; margin-top: 16px; }

/* ---------- Speisekarte ---------- */
.menu-group + .menu-group { margin-top: 72px; }
.menu-group > h3 { font-family: var(--serif); font-weight: 600; font-size: 30px; display: flex; align-items: baseline; gap: 18px; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--gold); }
.menu-group > h3 .ar { font-family: var(--arabic); color: var(--gold); font-size: 24px; font-weight: 400; margin-left: auto; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 56px; }
@media (max-width: 720px) { .grid { grid-template-columns: 1fr; } }
.dish { padding: 22px 0; border-bottom: 1px solid var(--line); }
.menu-group .dish h4 { font-family: var(--serif); font-weight: 600; font-size: 23px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.menu-group .dish p { color: var(--fg-soft); font-size: 14.5px; line-height: 1.55; margin: 6px 0 0; font-weight: 300; }

/* ---------- Prose (Impressum / Datenschutz) ---------- */
.prose { max-width: 74ch; }
.prose h2 { font-size: 30px; margin: 48px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--sans); font-weight: 600; font-size: 18px; margin: 28px 0 8px; }
.prose p, .prose li { color: var(--fg-soft); font-size: 16px; line-height: 1.75; font-weight: 300; }
.prose p { margin: 0 0 15px; }
.prose ul { margin: 0 0 16px; padding-left: 20px; }
.prose a { color: var(--gold); }
.prose strong { color: var(--fg); font-weight: 500; }
.note { border-left: 2px solid var(--gold); background: var(--card); padding: 16px 20px; border-radius: 0 var(--r) var(--r) 0; margin: 20px 0; font-size: 14.5px; color: var(--fg-soft); }
.note strong { color: var(--fg); }
.fill { background: color-mix(in srgb, var(--gold) 18%, transparent); color: var(--fg); padding: 1px 6px; border-radius: 3px; }

/* ---------- Footer ---------- */
footer.ft { border-top: 1px solid var(--line); padding: 80px 0 48px; }
.ft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
@media (max-width: 720px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
.ft-brand .brand { font-size: 26px; }
.ft-brand small { display: block; color: var(--fg-soft); font-size: 14px; margin-top: 16px; max-width: 34ch; font-weight: 300; }
.ft-col h4 { font-family: var(--sans); font-size: 11px; text-transform: uppercase; letter-spacing: .2em; color: var(--gold); margin-bottom: 18px; }
.ft-col a { display: block; text-decoration: none; color: var(--fg-soft); font-size: 14.5px; padding: 6px 0; transition: color .25s var(--ease); }
.ft-col a:hover { color: var(--gold); }
.ft-bottom { display: flex; flex-wrap: wrap; gap: 12px 22px; justify-content: space-between; align-items: center; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--fg-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.ft-bottom a { color: var(--fg-soft); text-decoration: none; }
.ft-bottom a:hover { color: var(--gold); }

/* ---------- schwebender WhatsApp-Button ---------- */
.wa-fab { position: fixed; right: 24px; bottom: 24px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: transparent; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--fg); text-decoration: none; backdrop-filter: blur(8px); transition: border-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease); }
.wa-fab:hover { border-color: var(--whatsapp); color: var(--whatsapp); transform: translateY(-2px); }
.wa-fab svg { width: 26px; height: 26px; }

/* ---------- Fokus & Motion ---------- */
a:focus-visible, .btn:focus-visible, .icon-btn:focus-visible, nav.links a:focus-visible,
input:focus-visible, textarea:focus-visible, select:focus-visible, .wa-fab:focus-visible {
  outline: 1px solid var(--gold); outline-offset: 4px;
}
.rise { opacity: 0; transform: translateY(14px); animation: rise 1s var(--ease) forwards; }
.d1 { animation-delay: .06s; } .d2 { animation-delay: .18s; } .d3 { animation-delay: .32s; } .d4 { animation-delay: .46s; }
@keyframes rise { to { opacity: 1; transform: none; } }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rise, [data-reveal] { animation: none; opacity: 1; transform: none; transition: none; }
  .btn, .chip, .rail .dish, .icon-btn, nav.links a, .wa-fab { transition: none; }
}

/* ---------- mobiles Menü ---------- */
@media (max-width: 900px) {
  .burger { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: var(--r); background: transparent; cursor: pointer; gap: 5px; }
  .burger span { display: block; width: 20px; height: 1px; background: var(--fg); }
  nav.links { position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: center; gap: 6px; background: var(--bg); border-bottom: 1px solid var(--line); padding: 20px 24px 26px; display: none; }
  nav.links.open { display: flex; }
  nav.links a:not(.btn) { display: block; padding: 12px 0; }
}
.burger { display: none; }
@media (max-width: 560px) { .wrap { padding: 0 20px; } section { padding: 84px 0; } .hero-in { padding: 84px 0 80px; } }

/* ---------- مێڤان schwimmt (sanftes Schweben) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .word-card .big { animation: mv-swim 7.5s ease-in-out infinite; will-change: transform; }
  .hero-watermark { animation: mv-swim-wm 13s ease-in-out infinite; will-change: transform; }
}
@keyframes mv-swim {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-11px) rotate(-0.7deg); }
}
@keyframes mv-swim-wm {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(-16px); }
}
