/* Sami's Döner – One-page vibe across 3 pages
   ----------------------------------------------------------- */
:root{
  --bg: #0b0b0c;
  --bg2:#0f1012;
  --surface: rgba(255,255,255,.06);
  --surface2: rgba(255,255,255,.10);
  --stroke: rgba(255,255,255,.14);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --gold: #f1c84b;
  --gold2:#ffd56d;
  --red: #c63b3b;
  --red2:#ff4a4a;
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 26px;
  --max: 1120px;
  --pad: 20px;

  --h1: clamp(2.4rem, 4.3vw, 4.35rem);
  --h2: clamp(1.6rem, 2.6vw, 2.3rem);
  --h3: 1.15rem;
}

/* Base */
*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 900px at 20% -10%, rgba(198,59,59,.28), transparent 65%),
    radial-gradient(1100px 800px at 95% 0%, rgba(241,200,75,.20), transparent 60%),
    radial-gradient(900px 700px at 70% 120%, rgba(255,74,74,.10), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
button{font-family:inherit}
::selection{background: rgba(241,200,75,.35)}
.muted{color:var(--muted)}
.container{width:min(var(--max), 100% - 2*var(--pad)); margin-inline:auto}
.skiplink{
  position:absolute; left:-999px; top:auto;
  width:1px;height:1px; overflow:hidden
}
.skiplink:focus{left:16px; top:16px; width:auto; height:auto; padding:10px 12px; background:#111; border:1px solid var(--stroke); border-radius:12px; z-index:9999}

/* Header */
.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(9,9,10,.78), rgba(9,9,10,.40));
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Ensure mobile panel never shows on desktop */
.mobile-panel{display:none}
.mobile-panel.open{display:none}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
  min-width: 230px;
}
.brand img{
  width:56px; height:56px; object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 24px rgba(0,0,0,.32);
}
.brand .name{
  display:flex; flex-direction:column; line-height:1.05;
}
.brand .name strong{
  font-family:"Fraunces", serif;
  font-variation-settings: "opsz" 72;
  letter-spacing:.4px;
}
.brand .name span{font-size:.88rem; color:var(--muted)}

.nav{
  display:flex; align-items:center; gap:20px;
}
.nav a{
  position:relative;
  font-weight:600;
  font-size:.98rem;
  letter-spacing:.2px;
  padding:8px 10px;
  border-radius:12px;
  color:rgba(255,255,255,.86);
}
.nav a:hover{background: rgba(255,255,255,.06)}
.nav a[aria-current="page"]{
  color: #fff;
  background: rgba(241,200,75,.12);
  border: 1px solid rgba(241,200,75,.20);
}
.header-cta{
  display:flex; align-items:center; gap:10px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:10px 14px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
  font-weight:700;
  letter-spacing:.2px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  cursor:pointer;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22)}
.btn:active{transform: translateY(0px)}
.btn--gold{
  background: linear-gradient(180deg, rgba(241,200,75,.22), rgba(241,200,75,.10));
  border-color: rgba(241,200,75,.35);
}
.btn--gold:hover{background: linear-gradient(180deg, rgba(241,200,75,.28), rgba(241,200,75,.12))}
.btn--red{
  background: linear-gradient(180deg, rgba(198,59,59,.25), rgba(198,59,59,.10));
  border-color: rgba(198,59,59,.40);
}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
}
.icon{
  width:18px;height:18px; display:inline-block;
}

/* Mobile nav */
.burger{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:#fff;
}
.burger:focus-visible, .btn:focus-visible, .nav a:focus-visible{
  outline: 3px solid rgba(241,200,75,.35);
  outline-offset: 2px;
}

/* Hero */
.hero{
  position:relative;
  padding: clamp(44px, 6vw, 80px) 0 42px;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute; inset:-40px;
  background:
    linear-gradient(180deg, rgba(10,10,12,.40), rgba(10,10,12,.90)),
    url("../img/hero-bg.jpg");
  background-size:cover;
  background-position:center;
  filter: saturate(1.05);
  transform: scale(1.06);
}
.hero::after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(850px 420px at 70% 35%, rgba(241,200,75,.14), transparent 60%),
    radial-gradient(650px 460px at 20% 30%, rgba(255,74,74,.12), transparent 60%);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 30px;
  align-items:center;
}
.hero-kicker{
  display:inline-flex; align-items:center; gap:10px;
  color: rgba(255,255,255,.82);
  font-weight:700;
  letter-spacing:.3px;
  margin-bottom:14px;
}
.hero-kicker b{
  color:var(--gold2);
  font-family:"Fraunces", serif;
}
.hero h1{
  margin:0 0 14px;
  font-family:"Fraunces", serif;
  font-weight: 600;
  font-size: var(--h1);
  line-height:1.02;
  letter-spacing:.3px;
}
.hero h1 .accent{
  color: var(--gold2);
  text-shadow: 0 18px 40px rgba(0,0,0,.45);
}
.hero p{
  margin: 0 0 20px;
  color: rgba(255,255,255,.82);
  font-size: 1.05rem;
  line-height:1.6;
  max-width: 52ch;
}
.hero-actions{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-bottom: 22px;
}
.hero-meta{
  display:flex; flex-wrap:wrap; gap:10px;
  color: rgba(255,255,255,.76);
  font-weight:600;
  font-size:.95rem;
}
.hero-meta .pill{border-color: rgba(241,200,75,.22)}
.hero-media{
  position:relative;
  justify-self:end;
  width: min(520px, 100%);
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-media > img{width:100%; height:auto; object-fit:cover}
.hero-media__badge{
  position:absolute; left:16px; bottom:16px;
  width: 140px;
  border-radius: 18px;
  overflow:hidden;
  background: rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
}
.hero-media__badge img{width:100%; height:auto; display:block}


.big-ghost{
  position:absolute; left:-3vw; bottom:-5vw;
  font-family:"Bebas Neue", system-ui, sans-serif;
  font-size: clamp(5rem, 18vw, 14rem);
  letter-spacing: .12em;
  color: rgba(255,255,255,.05);
  transform: rotate(-6deg);
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
}

/* Marquee */
.marquee{
  position:relative;
  border-block: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
  overflow:hidden;
}
.marquee .track{
  display:flex;
  gap: 38px;
  padding: 12px 0;
  width:max-content;
  animation: marquee 18s linear infinite;
}
.marquee span{
  display:inline-flex; align-items:center; gap:10px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color: rgba(255,255,255,.80);
  font-size:.9rem;
}
.marquee i{
  width:10px; height:10px; border-radius:999px;
  display:inline-block;
  background: linear-gradient(180deg, rgba(241,200,75,.85), rgba(198,59,59,.75));
  box-shadow: 0 0 0 6px rgba(241,200,75,.10);
}
@keyframes marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* Sections */
.section{
  padding: 62px 0;
  position:relative;
}
.section-title{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap: 16px;
  margin-bottom: 26px;
}
.section-title h2{
  margin:0;
  font-size: var(--h2);
  font-family:"Fraunces", serif;
  letter-spacing:.2px;
}
.section-title p{margin:0; color:var(--muted); max-width:56ch; line-height:1.6}
.grid-3{display:grid; grid-template-columns: repeat(3, 1fr); gap:16px}
.card{
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(0,0,0,.32);
  overflow:hidden;
}
.card-inner{padding:18px 18px 16px}
.card h3{margin:0 0 8px; font-size:1.1rem}
.card p{margin:0; color:rgba(255,255,255,.74); line-height:1.55}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(241,200,75,.30);
  background: rgba(241,200,75,.10);
  color: rgba(255,255,255,.92);
  font-weight:800;
  letter-spacing:.12em;
  font-size:.72rem;
  text-transform:uppercase;
}

/* Diamonds gallery (inspired by flyer) */
.diamonds{
  display:flex;
  gap: 14px;
  justify-content:center;
  margin-top: 22px;
  flex-wrap:wrap;
}

.hero-grid .diamonds{margin-top:32px}
.diamond{
  width: 160px; aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow:hidden;
  transform: rotate(45deg);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 50px rgba(0,0,0,.50);
  background: rgba(255,255,255,.06);
}
.diamond img{
  width: 145%;
  height: 145%;
  object-fit:cover;
  transform: rotate(-45deg) translate(-14%, -14%);
  filter: saturate(1.1) contrast(1.05);
}

/* CTA band */
.cta-band{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 320px at 20% 20%, rgba(241,200,75,.16), transparent 60%),
    radial-gradient(800px 360px at 95% 20%, rgba(198,59,59,.16), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  padding: 22px;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items:center;
}
.cta-band h3{
  margin:0 0 8px;
  font-family:"Fraunces", serif;
  font-size: 1.35rem;
}
.cta-band p{margin:0; color:rgba(255,255,255,.76); line-height:1.6}
.cta-band .actions{display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end}

/* Menu */
.menu-wrap{
  display:grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  align-items: start;
}
.menu-nav{
  position:sticky; top: 86px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  background: rgba(0,0,0,.18);
  padding: 14px;
}
.menu-nav h3{
  margin:0 0 10px;
  font-size: .95rem;
  color: rgba(255,255,255,.82);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.menu-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 10px;
  border-radius: 14px;
  border:1px solid transparent;
  color: rgba(255,255,255,.80);
  font-weight:700;
}
.menu-nav a:hover{background: rgba(255,255,255,.06)}
.menu-nav a.active{
  background: rgba(241,200,75,.10);
  border-color: rgba(241,200,75,.22);
  color: #fff;
}
.menu-nav .count{
  font-size:.82rem;
  color: rgba(255,255,255,.68);
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background: rgba(0,0,0,.22);
}

.menu-content{
  display:grid;
  gap: 16px;
}
.menu-section{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius2);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  overflow:hidden;
}
.menu-section header{
  padding: 18px 18px 14px;
  background:
    radial-gradient(700px 240px at 20% 30%, rgba(241,200,75,.12), transparent 60%),
    radial-gradient(620px 260px at 90% 20%, rgba(198,59,59,.12), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.menu-section header h2{
  margin:0;
  font-family:"Fraunces", serif;
  font-size: 1.5rem;
}
.menu-section header p{margin:8px 0 0; color: rgba(255,255,255,.74); line-height:1.55; max-width:70ch}
.menu-list{
  padding: 8px 10px 12px;
  display:grid;
  gap: 6px;
}
.menu-item{
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid transparent;
}
.menu-item:hover{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.10);
}
.menu-item h4{
  margin:0;
  font-size: 1.02rem;
  letter-spacing:.2px;
}
.menu-item .desc{
  margin:6px 0 0;
  color: rgba(255,255,255,.72);
  line-height:1.5;
  font-size:.95rem;
}
.menu-item .meta{
  display:flex; gap:8px; flex-wrap:wrap;
  margin-top:10px;
}
.tag{
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding: 6px 9px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.20);
  color: rgba(255,255,255,.82);
}
.tag.hot{border-color: rgba(255,74,74,.40); background: rgba(255,74,74,.10)}
.tag.new{border-color: rgba(241,200,75,.40); background: rgba(241,200,75,.10)}
.price{
  font-family:"Fraunces", serif;
  font-weight:650;
  font-size: 1.2rem;
  color: var(--gold2);
  white-space:nowrap;
}

/* About timeline-ish */
.split{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items:center;
}
.note{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.20);
  padding: 18px;
  box-shadow: 0 18px 48px rgba(0,0,0,.35);
}
.note h3{margin:0 0 10px; font-family:"Fraunces", serif}
.note ul{margin:0; padding-left: 18px; color: rgba(255,255,255,.76)}
.note li{margin:8px 0}

/* Note as image (Startseite: Ladenfoto statt Liste) */
.note--image{padding:10px}
.note--image .note__img{
  width:100%;
  height:auto;
  display:block;
  border-radius: calc(var(--radius2) - 8px);
  border: 1px solid rgba(255,255,255,.12);
}

/* Footer */
footer{
  padding: 36px 0 26px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.12);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items:center;
}
.footer-brand{
  display:flex; gap:12px; align-items:center;
}
.footer-brand img{
  width:56px;height:56px;border-radius:16px; border:1px solid rgba(255,255,255,.12)
}
.footer-nav{
  display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end;
}
.footer-nav a{
  padding:8px 10px;
  border-radius: 12px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.80);
  font-weight:700;
}
.footer-nav a:hover{background: rgba(255,255,255,.07)}
.smallprint{
  margin-top: 16px;
  color: rgba(255,255,255,.55);
  font-size: .9rem;
  line-height:1.6;
}

/* Reveal */
.reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.is-in{
  opacity:1;
  transform: translateY(0px);
}

/* Responsive */
/* Map embed */
.map-embed{
  margin-top: 18px;
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.map-embed iframe{
  width:100%;
  height: 420px;
  border:0;
  display:block;
}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr; gap:18px}
  .hero-media{justify-self:start; width:min(620px, 100%)}
  .big-ghost{left:-10vw}
  .grid-3{grid-template-columns:1fr; gap:12px}
  .cta-band{grid-template-columns:1fr}
  .cta-band .actions{justify-content:flex-start}
  .menu-wrap{grid-template-columns:1fr}
  .menu-nav{position:relative; top:auto}
  .split{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .brand{min-width:auto}
  .nav, .header-cta{display:none}
  .burger{display:inline-flex; align-items:center; justify-content:center}
  .mobile-panel{
    display:none;
    position:fixed;
    inset: 70px 12px 12px;
    border-radius: 22px;
    background: rgba(10,10,12,.92);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 28px 90px rgba(0,0,0,.60);
    padding: 14px;
    z-index: 60;
  }
  .mobile-panel.open{display:block}
  .mobile-panel a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 14px 12px;
    border-radius: 16px;
    border:1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    margin-bottom: 10px;
    font-weight:800;
  }
  .mobile-panel .actions{display:flex; gap:10px; flex-wrap:wrap}
  .diamond{width: 132px}


  /* Mobile: header solid (not transparent) */
  .site-header{
    background: var(--bg);
    backdrop-filter: none;
  }

  /* Mobile: hero diamonds spacing */
  .hero-grid .diamonds{
    margin-top: 7px;
    margin-bottom: 7px;
    gap: 7px;
  }

}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1; transform:none}
  .marquee .track{animation:none}
  .btn{transition:none}
}

.menu-gallery{display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr));}
.menu-gallery a{border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,.12); background:rgba(0,0,0,.20); box-shadow:var(--shadow);}
.menu-gallery img{width:100%; height:260px; object-fit:cover; display:block}
@media (max-width:900px){.menu-gallery{grid-template-columns:1fr;}.menu-gallery img{height:320px}}


/* Fix: Speisekarte Kategorien oben + sticky */
.menu-wrap{align-items:start}
.menu-nav{align-self:start;margin-top:0}



}






/* Mobile tweak: Startseite Diamonds Abstand */
@media (max-width: 900px){
  .diamonds{ margin-top: 20px !important; margin-bottom: 11px !important; }
}
@media (max-width: 820px){
  .diamonds{ margin-top: 20px !important; margin-bottom: 11px !important; }
}
@media (max-width: 768px){
  .diamonds{ margin-top: 20px !important; margin-bottom: 11px !important; }
}
