:root{
  --bg:#0b0d10;
  --panel:#10141a;
  --panel2:#0f1318;
  --text:#eef2f6;
  --muted:#aab3bd;
  --line:rgba(255,255,255,.10);
  --shadow: 0 12px 40px rgba(0,0,0,.45);
  --radius: 16px;
  --radius2: 22px;
  --max: 1150px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 800px at 20% 0%, rgba(255,255,255,.06), transparent 55%), var(--bg);
  color:var(--text);
  line-height:1.45;
}
a{color:inherit; text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%; height:auto; display:block}

.container{width:min(var(--max), calc(100% - 32px)); margin:0 auto}
.section{padding:56px 0}
.section.alt{background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:18px}
.section-head h2{margin:0; font-size:clamp(1.25rem, 2.2vw, 1.6rem)}

/* Überschriften zentrieren: Öffnungszeiten / Standort / Social Media */
#oeffnungszeiten .section-head,
#standort .section-head,
#social .section-head{
  justify-content: center;
  text-align: center;
}

#oeffnungszeiten .section-head h2,
#standort .section-head h2,
#social .section-head h2{
  text-align: center;
}

.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:16px; top:16px; width:auto; height:auto; padding:10px 12px; background:var(--panel); border:1px solid var(--line); border-radius:10px; z-index:9999}

.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,13,16,.70);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:18px; padding:12px 0}

/* Brand im Header (wie Logo-Stil) */
.brand{
  display:grid;
  grid-auto-flow:row;
  gap:2px;
  line-height:1;
}
.brand:hover{ text-decoration:none }
.brand-imbiss{
  font-family: 'Oswald', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size: 16px;
  color: rgba(255,255,255,.90);
}
.brand-perseke{
  font-family: 'Great Vibes', cursive;
  font-weight:400;
  font-size: 36px;
  line-height: .92;
  margin-top: -4px;
  text-shadow: 0 10px 28px rgba(0,0,0,.55);
}
.brand-since{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight:650;
  font-size: 15px;
  color: var(--muted);
  margin-top: 2px;
}

/* Beim Scrollen kompakter */
.scrolled .brand-perseke{font-size:30px}
.scrolled .brand-imbiss{font-size:14px}
.scrolled .brand-since{font-size:14px}

/* Speisekarte: Überschrift zentrieren */
#speisekarte .section-head{justify-content:center; text-align:center;}
#speisekarte .section-head h2{ text-align:center; }

.nav{display:flex; gap:14px; align-items:center}
.nav a{color:var(--muted); font-size:.95rem}
.nav a:hover{color:var(--text); text-decoration:none}

.nav-toggle{
  display:none;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:var(--text);
  padding:10px 12px;
  border-radius:12px;
}

.hero{
  position:relative;
  --hero-image: url('assets/hero-1.jpg');
  --hero-next: url('assets/hero-2.jpg');
  padding:92px 0 72px;
  min-height: 72vh;
  background: none;
  border-bottom:1px solid var(--line);
  transition: padding .22s ease, min-height .22s ease, background-position .22s ease;
}

/* Hero Background Slideshow Layers */
.hero::before,
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: var(--hero-image) center/cover no-repeat;
  z-index:0;
  opacity:1;
  transition: opacity 900ms ease;
}
.hero::after{
  background: var(--hero-next) center/cover no-repeat;
  opacity:0;
}
.hero.is-fading::before{opacity:0}
.hero.is-fading::after{opacity:1}
.scrolled .hero{
  padding:62px 0 38px;
  min-height: 44vh;
}

.scrolled .hero::before,
.scrolled .hero::after{
  background-position: center 35%;
}
.hero-inner{display:flex; justify-content:flex-start}
.hero-card{
  width:min(720px, 100%);
  background: rgba(16,20,26,.82);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding:22px;
  transition: padding .22s ease, background .22s ease;
}
.scrolled .hero-card{padding:18px; background: rgba(16,20,26,.88)}

.hero-title{margin:0 0 12px}
.hero-imbiss{
  font-family: 'Oswald', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size: .95rem;
  color: rgba(255,255,255,.88);
}
.hero-name{
  font-family: 'Great Vibes', cursive;
  font-weight:400;
  font-size: clamp(2.4rem, 5.0vw, 3.6rem);
  line-height: .95;
  margin-top: 2px;
  text-shadow: 0 10px 28px rgba(0,0,0,.55);
}
.hero-since{
  margin-top: 6px;
  color: var(--muted);
  font-weight:650;
}
.lead{margin:0 0 18px; color:var(--muted); font-size:1.05rem}

.cta-row{display:flex; gap:10px; flex-wrap:wrap; margin:0 0 16px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:var(--text);
  font-weight:650;
  letter-spacing:.1px;
}
.btn:hover{text-decoration:none; background: rgba(255,255,255,.07)}
.btn.primary{background: rgba(255,255,255,.12)}

/* Buttons with icons */
.btn.icon{gap:10px}
.btn .ico{display:inline-flex; align-items:center}
.btn .ico svg{display:block}

.quick-info{display:grid; grid-template-columns: 1fr 1fr; gap:14px; margin-top:10px}
.k{color:var(--muted); font-size:.85rem; margin-bottom:4px}
.v{font-weight:650}

.grid{display:grid; gap:16px}
.grid.two{grid-template-columns: repeat(2, minmax(0, 1fr))}

.card{
  background: rgba(16,20,26,.72);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
  overflow:hidden;
}

.menu-grid{grid-template-columns: repeat(3, minmax(0, 1fr))}
.media{padding:0}
.media-btn{
  display:block;
  width:100%;
  border:0;
  padding:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
}
.media img{width:100%; aspect-ratio: 16/9; object-fit:cover}
.media-label{display:block; padding:12px 12px 14px; color:var(--muted); text-align:left}

.hours-wrap{display:grid; grid-template-columns: 1fr; gap:16px}
.hours{padding:10px}
.hours-table{width:100%; border-collapse:collapse}
.hours-table th,.hours-table td{padding:10px 10px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top}
.hours-table th{width:40%; color:var(--text); font-weight:750}
.hours-table td{color:var(--muted)}
.hours-table tr:last-child th,.hours-table tr:last-child td{border-bottom:0}
.note{padding:16px}
.note h3{margin:0 0 10px}
.note ul{margin:0 0 10px; padding-left:18px; color:var(--text)}

.social{padding:16px}
.social-title{font-weight:800; font-size:1.1rem}

/* Social: nur Icon + Tag */
.social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  font-weight:750;
}
.social-link:hover{ text-decoration:none; background: rgba(255,255,255,.07) }

.social-handle{
  color: var(--text);
  margin:0;
}

/* Social Cards: Inhalte (Instagram/Facebook) zentrieren */
.card.social{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card.social .btn{width: fit-content}

.site-footer{border-top:1px solid var(--line); padding:18px 0 28px}
.footer-inner{display:flex; justify-content:space-between; gap:14px; align-items:center}
.footer-brand{font-weight:850}
.footer-links{display:flex; gap:14px}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--text); text-decoration:none}

.muted{color:var(--muted)}
.fineprint{color:var(--muted); font-size:.9rem; margin-top:14px}

/* Speisekarte: Hinweis rechts und fett */
.price-note{
  text-align:right;
  font-weight:750;
  margin-top:12px;
}

/* Standort: Adresse + Karte zentrieren und gleiche Kartenbreite */
#standort .grid.two{justify-items:center; align-items:stretch}
#standort .grid.two .card{width:100%; max-width: 560px}
#standort .grid.two .card{padding:16px}
#standort .grid.two .card *{text-align:center}
#standort .map-embed{margin-top:10px}
.spacer{height:10px}

.legal h1{margin:0 0 16px}
.legal h2{margin:18px 0 10px; font-size:1.1rem}
.legal p, .legal li{color:var(--muted)}
.legal strong{color:var(--text)}

/* Lightbox */
.lightbox{position:fixed; inset:0; display:grid; place-items:center; z-index:1000}
.lightbox[hidden]{display:none}
.lightbox-backdrop{position:absolute; inset:0; background: rgba(0,0,0,.78)}
.lightbox-content{position:relative; width:min(1100px, calc(100% - 28px));}
.lightbox-img{width:100%; height:auto; max-height: 82vh; object-fit:contain; border-radius: 14px; border:1px solid var(--line); background: rgba(0,0,0,.2)}
.lightbox-close{position:absolute; top:-10px; right:-10px; width:42px; height:42px; border-radius:14px; border:1px solid var(--line); background: rgba(16,20,26,.9); color:var(--text); font-size:22px; cursor:pointer}
.lightbox-hint{margin-top:10px; font-size:.9rem; text-align:center}

/* Responsive */
@media (max-width: 980px){
  .menu-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
  .hours-wrap{grid-template-columns: 1fr}
}
@media (max-width: 720px){
  .nav-toggle{display:inline-flex}
  .nav{display:none; position:absolute; left:0; right:0; top:58px; padding:12px 16px; background: rgba(11,13,16,.96); border-bottom:1px solid var(--line); flex-direction:column; align-items:flex-start}
  .nav.open{display:flex}
  .hero{padding:82px 0 54px; min-height: 70vh}
  .scrolled .hero{padding:56px 0 32px; min-height: 42vh}
  .hero-card{padding:18px}
  .grid.two{grid-template-columns: 1fr}
  .menu-grid{grid-template-columns: 1fr}
  .footer-inner{flex-direction:column; align-items:flex-start}
}

/* Map embed */
.map-embed{margin-top:12px; overflow:hidden; border-radius:14px; border:1px solid var(--line); background: rgba(0,0,0,.06)}
.map-embed iframe{width:100%; height:260px; border:0; display:block}
