:root{
  --bg:#0b0b0b;--ink:#f8f1e8;--muted:#c7b7a7;--paper:#f7efe4;--dark:#111;--red:#e30613;--gold:#c59b61;--wood:#8a5b36;
  --max:1180px;--radius:28px;--shadow:0 30px 90px rgba(0,0,0,.35);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(20px,4vw,58px);background:linear-gradient(to bottom,rgba(0,0,0,.72),rgba(0,0,0,0));transition:.3s}.site-header.scrolled{background:rgba(8,8,8,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.brand img{width:112px;height:auto}.mainnav{display:flex;gap:26px;align-items:center;font-size:14px;letter-spacing:.04em;text-transform:uppercase}.mainnav a{opacity:.86}.mainnav a:hover{opacity:1;color:#fff}.nav-cta{border:1px solid rgba(255,255,255,.24);padding:10px 16px;border-radius:999px}.menu-toggle{display:none;background:none;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:9px 15px}.section-dark{background:var(--bg);color:var(--ink)}.hero{min-height:100svh;position:relative;display:grid;place-items:center;overflow:hidden}.hero picture,.hero picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 70% 40%,rgba(227,6,19,.12),transparent 30%),linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.44),rgba(0,0,0,.62)),linear-gradient(0deg,rgba(0,0,0,.75),transparent 45%)}.hero-content{position:relative;width:min(var(--max),calc(100% - 40px));padding-top:80px}.eyebrow{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:700;margin:0 0 18px}.eyebrow.red{color:var(--red)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:.98;margin:0}h1{font-size:clamp(54px,10vw,140px);letter-spacing:-.06em;max-width:860px}h2{font-size:clamp(36px,5vw,72px);letter-spacing:-.045em}h3{font-size:30px;letter-spacing:-.03em}.hero-text{max-width:620px;color:#e9ded2;font-size:clamp(18px,2.1vw,24px);margin:28px 0 32px}.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 24px;font-weight:800;letter-spacing:.03em;transition:.25s;border:1px solid transparent}.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 38px rgba(227,6,19,.28)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 50px rgba(227,6,19,.4)}.btn-ghost{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.06)}.btn-dark{background:#111;color:#fff}.scroll-cue{position:absolute;right:40px;bottom:34px;font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.7);writing-mode:vertical-rl}.intro,.feature-grid,.private-room,.gallery{background:var(--paper);color:#17120f;padding:120px 0}.two-col{display:grid;grid-template-columns:1fr 1.05fr;gap:74px;align-items:center}.intro-copy p:not(.eyebrow),.private-copy p,.showcase-copy p{font-size:19px;color:#5b5048;max-width:650px}.image-stack{position:relative;min-height:560px}.image-stack img{border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}.stack-main{height:520px;width:82%;margin-left:auto}.stack-small{position:absolute;width:38%;left:0;bottom:0;border:8px solid var(--paper)}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}.section-head h2{max-width:740px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 22px 70px rgba(66,45,29,.12)}.feature-card img{height:410px;width:100%;object-fit:cover}.feature-card div{padding:26px}.feature-card p{color:#5f5147;margin-bottom:0}.drinks{padding:120px 0;background:linear-gradient(180deg,#090909,#15100d)}.split-showcase{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.drink-images{display:grid;grid-template-columns:1fr 1fr;gap:22px}.drink-images img{height:620px;width:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.drink-images img:nth-child(2){margin-top:70px}.showcase-copy p{color:#d4c5b7}.private-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px}.private-gallery img{height:620px;width:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.private-gallery img:nth-child(2){margin-top:80px}.menu-links{padding:110px 0;background:#0b0b0b}.menu-card-wrap{display:grid;grid-template-columns:1fr 1fr;gap:24px}.menu-card{min-height:520px;border-radius:var(--radius);position:relative;overflow:hidden;display:flex;align-items:end;padding:42px;background-image:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.18)),var(--bg);background-size:cover;background-position:center;box-shadow:var(--shadow)}.menu-card h2{margin-bottom:26px}.masonry{columns:3 260px;column-gap:18px}.masonry img{width:100%;margin:0 0 18px;border-radius:22px;break-inside:avoid;box-shadow:0 16px 50px rgba(0,0,0,.14)}.reservation{padding:120px 0;background:linear-gradient(135deg,#090909,#1d1210 60%,#090909)}.reservation-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.reservation-copy p{color:#d5c5b6;font-size:18px}.reservation-copy a{color:#fff;border-bottom:1px solid var(--red)}.reservation-form{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:28px;border-radius:var(--radius);backdrop-filter:blur(18px);display:grid;gap:16px}.reservation-form label{display:grid;gap:8px;color:#e8ded4;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.reservation-form input,.reservation-form textarea{width:100%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:16px;padding:15px 16px;font:inherit;outline:none}.reservation-form input:focus,.reservation-form textarea:focus{border-color:var(--red)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.footer{background:#050505;color:#d6cabe;border-top:1px solid rgba(255,255,255,.08);padding:42px 0}.footer-grid{display:grid;grid-template-columns:120px 1fr 1fr 1fr;gap:26px;align-items:center}.footer img{width:100px}.footer a{display:block;margin:6px 0;color:#fff}.footer p{margin:.35rem 0 0;color:#a99d92}.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:900px){.mainnav{position:absolute;top:78px;right:20px;left:20px;display:none;flex-direction:column;padding:22px;background:rgba(0,0,0,.92);border:1px solid rgba(255,255,255,.12);border-radius:24px}.mainnav.open{display:flex}.menu-toggle{display:block}.brand img{width:92px}.two-col,.split-showcase,.reservation-grid{grid-template-columns:1fr;gap:42px}.cards,.menu-card-wrap{grid-template-columns:1fr}.section-head{display:block}.intro,.feature-grid,.private-room,.gallery,.drinks,.reservation,.menu-links{padding:82px 0}.image-stack{min-height:auto}.stack-main,.stack-small{position:static;width:100%;height:auto;margin:0}.stack-small{margin-top:18px;border:0}.drink-images,.private-gallery{grid-template-columns:1fr}.drink-images img,.private-gallery img{height:auto}.drink-images img:nth-child(2),.private-gallery img:nth-child(2){margin-top:0}.menu-card{min-height:380px}.footer-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.scroll-cue{display:none}h1{font-size:clamp(52px,18vw,80px)}.hero-content{padding-top:120px}.feature-card img{height:310px}}

.area-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.area-card{position:relative;min-height:420px;margin:0;border-radius:22px;overflow:hidden;box-shadow:0 16px 50px rgba(0,0,0,.16);background:#111}.area-card-wide{grid-column:span 2}.area-card picture,.area-card img{width:100%;height:100%;display:block}.area-card img{object-fit:cover;transition:transform .5s ease}.area-card:hover img{transform:scale(1.035)}.area-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:26px;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.08));color:#fff}.area-card span{display:block;font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1;letter-spacing:-.03em}.area-card small{display:block;margin-top:8px;color:#e7d9c8;font-size:14px;max-width:340px}.area-card:nth-child(2),.area-card:nth-child(5){min-height:520px}.area-card:nth-child(4){min-height:520px}
@media (max-width:900px){.area-gallery{grid-template-columns:1fr}.area-card,.area-card-wide,.area-card:nth-child(2),.area-card:nth-child(4),.area-card:nth-child(5){grid-column:auto;min-height:360px}.area-card span{font-size:26px}}

/* Final updates */
.brand img{width:128px;filter:drop-shadow(0 8px 22px rgba(0,0,0,.45))}.hero-eyebrow{display:inline-block;padding:8px 16px;border-radius:999px;background:rgba(0,0,0,.45);backdrop-filter:blur(12px);color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.75);margin-left:0}.hero-content{padding-left:clamp(0px,2vw,24px)}
.quick-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.quick-actions.light .outline{background:transparent;color:#111;border:1px solid rgba(0,0,0,.22)}
.contact-location{background:var(--paper);color:#17120f;padding:110px 0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.contact-card{background:#fff;border-radius:var(--radius);padding:42px;box-shadow:0 22px 70px rgba(66,45,29,.12)}.contact-card p{font-size:18px;color:#5b5048}.contact-card a{color:#111;border-bottom:1px solid var(--red)}.map-card{min-height:470px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#111}.map-card iframe{border:0;width:100%;height:100%;min-height:470px;display:block;filter:saturate(.92) contrast(.98)}
.instagram-strip{padding:70px 0 100px;background:linear-gradient(135deg,#070707,#1c1010)}.instagram-card{display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;padding:34px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:rgba(255,255,255,.055);box-shadow:var(--shadow)}.instagram-card h2{font-size:clamp(32px,4vw,56px)}.instagram-card p:not(.eyebrow){margin:12px 0 0;color:#d4c5b7;font-size:18px}.instagram-icon{width:66px;height:66px;border-radius:22px;background:var(--red);display:grid;place-items:center;box-shadow:0 12px 38px rgba(227,6,19,.3)}.instagram-icon svg{width:34px;height:34px;fill:#fff}
.imprint-body{background:#050505}.imprint-page{padding:150px 0 90px;min-height:70vh;background:#050505;color:var(--ink)}.imprint-container{max-width:900px}.imprint-page h1{font-size:clamp(50px,8vw,96px);margin-bottom:32px;color:#fff}.imprint-card{border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.12);padding:36px 0;margin-bottom:34px;color:#e7d8c8}.imprint-card h2{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:22px;letter-spacing:0;line-height:1.25;color:var(--red);margin:34px 0 12px}.imprint-card h2:first-child{margin-top:0}.imprint-card p{font-size:18px;line-height:1.8;color:#d9cabe}.imprint-card a{color:#fff;border-bottom:1px solid var(--red)}.imprint-nav{display:flex}
@media (max-width:900px){.brand img{width:96px}.contact-grid,.instagram-card{grid-template-columns:1fr}.contact-location{padding:82px 0}.contact-card{padding:28px}.instagram-strip{padding:60px 0}.instagram-icon{width:58px;height:58px}.imprint-nav{display:none}.imprint-page{padding-top:130px}}

/* Lunch menu gallery update */
.lunch-card img{object-position:center 58%}
.lunch-note{margin-top:24px;display:grid;grid-template-columns:74px 1fr;gap:22px;align-items:start;background:#fff;border-radius:var(--radius);padding:30px 34px;box-shadow:0 18px 58px rgba(66,45,29,.12);max-width:980px;margin-left:auto}
.lunch-note h3{font-size:clamp(30px,3.2vw,48px);color:#17120f;margin-bottom:12px}.lunch-note p:not(.eyebrow){font-size:18px;line-height:1.7;color:#5b5048;max-width:760px}.lunch-note .btn{margin-top:8px}.lunch-arrow{width:58px;height:58px;border-radius:999px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:32px;font-weight:800;box-shadow:0 12px 34px rgba(227,6,19,.28)}
.contact-card .quick-actions .btn-primary{color:#fff;border-bottom:0}.contact-card .quick-actions .outline{background:#fff;color:#111;border:1px solid rgba(0,0,0,.22);border-bottom:1px solid rgba(0,0,0,.22)}
.contact-card p a{display:inline-block;background:transparent!important;color:#111!important;border-bottom:1px solid var(--red)!important;padding:0!important;border-radius:0!important}
@media (max-width:900px){.lunch-note{grid-template-columns:1fr;margin-left:0;padding:26px}.lunch-arrow{width:50px;height:50px;font-size:28px}}


.hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;pointer-events:none}
.form-status{margin-top:1rem;font-size:.95rem;line-height:1.5;color:#efe7dd}
.form-status.success{color:#87d68d}
.form-status.error{color:#ff8a8a}
.reservation-form button:disabled{opacity:.65;cursor:not-allowed}

/* Legal footer update */
.legal-footer{padding:70px 0 34px;background:linear-gradient(180deg,#070707,#050505);color:#d6cabe;border-top:1px solid rgba(255,255,255,.08)}
.footer-legal-wrap{display:grid;gap:38px}.footer-brandline{display:flex;align-items:center;gap:18px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brandline img{width:96px;filter:drop-shadow(0 8px 22px rgba(0,0,0,.45))}.footer-brandline strong{display:block;color:#fff;font-size:20px;letter-spacing:.04em}.footer-brandline p{margin:4px 0 0;color:#a99d92}.footer-columns{display:grid;grid-template-columns:1fr 1.15fr 1fr 1fr;gap:34px}.footer-column h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin:0 0 16px}.footer-column a{display:block;margin:9px 0;color:#fff;transition:color .2s ease,transform .2s ease}.footer-column a:hover{color:var(--red);transform:translateX(3px)}.footer-column p{margin:0 0 12px;color:#a99d92;line-height:1.8}.footer-bottomline{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;text-align:center}.footer-bottomline p{margin:0;color:#8f847a;font-size:14px;letter-spacing:.02em}
@media (max-width:900px){.footer-columns{grid-template-columns:1fr 1fr}.footer-brandline{justify-content:center;text-align:center}.footer-brandline{flex-direction:column}.footer-brandline img{width:86px}.footer-column{text-align:center}.footer-column a:hover{transform:none}}
@media (max-width:600px){.legal-footer{padding:56px 0 30px}.footer-columns{grid-template-columns:1fr;gap:28px}.footer-legal-wrap{gap:30px}}

/* Minimaler Footer - zentriert */
.minimal-footer {
  text-align: center !important;
  padding: 60px 0 34px !important;
  background: linear-gradient(180deg,#070707,#050505) !important;
  color: #d6cabe !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

.minimal-footer-wrap {
  max-width: 700px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
}

.minimal-footer-brand {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 8px !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

.minimal-footer-brand img {
  width: 96px !important;
  height: auto !important;
  margin: 0 auto !important;
}

.minimal-footer-brand strong {
  display: block !important;
  color: #fff !important;
  font-size: 20px !important;
  letter-spacing: .04em !important;
}

.minimal-footer-brand p {
  margin: 0 !important;
  color: #a99d92 !important;
}

.minimal-footer-links {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 22px !important;
  flex-wrap: wrap !important;
  text-align: center !important;
}

.minimal-footer-links a {
  display: inline-block !important;
  color: #fff !important;
  margin: 0 !important;
}

.minimal-footer-links a:hover {
  color: var(--red) !important;
}

.minimal-footer-copy {
  width: 100% !important;
  margin: 0 !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  color: #8f847a !important;
  font-size: 14px !important;
  text-align: center !important;
}
/* FOOTER ENDGÜLTIG MITTIG */
footer,
footer * {
  text-align: center !important;
}

footer .container,
footer .footer-legal-wrap,
footer .footer-brandline,
footer .footer-column,
footer .footer-bottomline {
  width: 100% !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

footer img {
  margin-left: auto !important;
  margin-right: auto !important;
}

footer a {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Instagram Foto-Galerie - klein, dezent, 6 nebeneinander */
.instagram-photo-grid{
  margin-top:26px !important;
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:14px !important;
  align-items:stretch !important;
}
.instagram-photo{
  position:relative !important;
  display:block !important;
  overflow:hidden !important;
  border-radius:18px !important;
  background:#111 !important;
  box-shadow:0 14px 42px rgba(0,0,0,.22) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  aspect-ratio:1 / 1 !important;
}
.instagram-photo img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  display:block !important;
  object-fit:cover !important;
  transition:transform .45s ease,filter .45s ease !important;
}
.instagram-photo::after{
  content:"Instagram";
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  border-radius:999px;
  background:rgba(0,0,0,.56);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(8px);
  transition:.3s ease;
  backdrop-filter:blur(12px);
}
.instagram-photo:hover img{
  transform:scale(1.06) !important;
  filter:saturate(1.06) contrast(1.04) !important;
}
.instagram-photo:hover::after{
  opacity:1;
  transform:translateY(0);
}

@media (max-width:900px){
  .instagram-photo-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:12px !important;
  }
}

@media (max-width:560px){
  .instagram-photo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .instagram-photo::after{
    opacity:1;
    transform:none;
    font-size:10px;
  }
}
@media (max-width: 900px) {
  .instagram-gallery,
  .instagram-feed .container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: min(100% - 32px, 520px) !important;
    margin: 0 auto !important;
  }

  .instagram-gallery a,
  .instagram-feed a {
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .instagram-gallery img,
  .instagram-feed img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    display: block !important;
  }
}


/* MOBILE FINAL FIX - Kenks */
@media (max-width: 900px) {

  /* Instagram Bilder */
  .instagram-photo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .instagram-photo,
  .instagram-photo img{
    border-radius:14px !important;
  }

  /* About Kenks: Bilder kompakt nebeneinander */
  .image-stack{
    display:grid !important;
    grid-template-columns:1.35fr 1fr !important;
    gap:10px !important;
    min-height:auto !important;
  }

  .stack-main,
  .stack-small{
    position:static !important;
    width:100% !important;
    height:240px !important;
    margin:0 !important;
    border:0 !important;
    border-radius:18px !important;
    object-fit:cover !important;
  }

  /* Cocktails: zuerst Text, dann Bilder */
  .split-showcase{
    display:flex !important;
    flex-direction:column !important;
  }

  .showcase-copy{
    order:1 !important;
  }

  .drink-images{
    order:2 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    margin-top:25px !important;
  }

  .drink-images img{
    height:260px !important;
    margin-top:0 !important;
    border-radius:18px !important;
    object-fit:cover !important;
  }

  /* Private Room: zuerst Text, dann Bilder */
  .private-wrap{
    display:flex !important;
    flex-direction:column !important;
  }

  .private-copy{
    order:1 !important;
  }

  .private-gallery{
    order:2 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    margin-top:25px !important;
  }

  .private-gallery img{
    height:260px !important;
    margin-top:0 !important;
    border-radius:18px !important;
    object-fit:cover !important;
  }

  /* Speisekarte + Barkarte: nebeneinander, aber nichts abgeschnitten */
  .menu-card-wrap{
    display:grid !important;
    grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr) !important;
    gap:12px !important;
  }

  .menu-card{
    min-width:0 !important;
    min-height:285px !important;
    padding:16px !important;
    border-radius:18px !important;
    align-items:end !important;
  }

  .menu-card > div{
    min-width:0 !important;
    width:100% !important;
  }

  .menu-card h2{
    font-size:24px !important;
    line-height:1.05 !important;
    margin-bottom:14px !important;
    letter-spacing:-.04em !important;
    white-space:normal !important;
    overflow:visible !important;
    word-break:normal !important;
  }

  .menu-card .eyebrow{
    font-size:11px !important;
    letter-spacing:.16em !important;
    margin-bottom:10px !important;
  }

  .menu-card .btn{
    width:100% !important;
    min-width:0 !important;
    padding:11px 8px !important;
    font-size:13px !important;
    line-height:1.25 !important;
    white-space:normal !important;
    text-align:center !important;
  }
}

@media (max-width: 380px) {
  .menu-card-wrap{
    grid-template-columns:1fr 1fr !important;
    gap:9px !important;
  }

  .menu-card{
    min-height:270px !important;
    padding:13px !important;
  }

  .menu-card h2{
    font-size:22px !important;
  }

  .menu-card .btn{
    font-size:12px !important;
    padding:10px 7px !important;
  }
}


/* === KENKS FINAL MOBILE MENU FIX v31 === */
@media (max-width: 900px) {
  .menu-links .menu-card-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
    gap: 10px !important;
  }

  .menu-links .menu-card {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 260px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .menu-links .menu-card > div {
    width: 100% !important;
    min-width: 0 !important;
  }

  .menu-links .menu-card h2 {
    font-size: clamp(21px, 7.1vw, 28px) !important;
    line-height: 1 !important;
    letter-spacing: -0.055em !important;
    margin: 0 0 12px !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: keep-all !important;
  }

  .menu-links .menu-card .eyebrow {
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: .16em !important;
    margin-bottom: 10px !important;
  }

  .menu-links .menu-card .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 10px 6px !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-align: center !important;
    letter-spacing: .01em !important;
  }
}

@media (max-width: 380px) {
  .menu-links .menu-card-wrap {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .menu-links .menu-card {
    min-height: 245px !important;
    padding: 12px !important;
  }

  .menu-links .menu-card h2 {
    font-size: 21px !important;
  }

  .menu-links .menu-card .btn {
    font-size: 11.5px !important;
    padding: 9px 5px !important;
  }
}


/* === KENKS BILINGUAL + HERO POLISH v40 === */
.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.62);
  white-space:nowrap;
}
.lang-switch a{
  opacity:.62;
  transition:.2s ease;
}
.lang-switch a:hover,
.lang-switch a.active{
  opacity:1;
  color:#fff;
}
.lang-switch span{
  opacity:.35;
}

/* Gives the hero buttons a little more breathing room before the bright next section starts. */
.hero{
  min-height:calc(100svh + 44px);
}
.hero-content{
  padding-bottom:38px;
}

@media (max-width:900px){
  .lang-switch{
    margin-top:8px;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,.12);
    justify-content:center;
    width:100%;
  }
  .hero{
    min-height:100svh;
  }
  .hero-content{
    padding-bottom:24px;
  }
}

/* === KENKS GALLERY CARD ALIGNMENT FIX v41 === */
/* Aligns the gallery card titles/descriptions in one clean row on desktop. */
@media (min-width: 901px) {
  .area-card figcaption{
    min-height: 118px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: 26px !important;
    padding-bottom: 24px !important;
  }

  .area-card span{
    min-height: 34px !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  .area-card small{
    min-height: 42px !important;
  }
}


/* === KENKS RESERVATION TIME SELECT v101 === */
.reservation-form select{
  width:100%;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:16px;
  padding:15px 16px;
  font:inherit;
  outline:none;
  appearance:auto;
}

.reservation-form select:focus{
  border-color:var(--red);
}

.reservation-form select:disabled{
  opacity:.65;
  cursor:not-allowed;
}


/* === KENKS OPENING HOURS BAR v103 === */
.opening-hours{
  padding:0 0 54px;
  background:#0b0b0b;
}
.opening-hours-inner{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) 1.7fr auto;
  gap:28px;
  align-items:center;
  padding:28px 0;
  border-top:1px solid rgba(197,155,97,.35);
  border-bottom:1px solid rgba(197,155,97,.26);
}
.opening-hours-head{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:18px;
  align-items:center;
  min-width:0;
}
.opening-hours-icon{
  width:52px;
  height:52px;
  border:2px solid var(--red);
  border-radius:999px;
  position:relative;
  display:block;
  box-shadow:0 0 28px rgba(227,6,19,.12);
}
.opening-hours-icon::before,
.opening-hours-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:2px;
  height:15px;
  background:var(--red);
  border-radius:999px;
  transform-origin:bottom center;
}
.opening-hours-icon::before{
  transform:translate(-50%,-100%);
}
.opening-hours-icon::after{
  height:13px;
  transform:translate(-50%,-100%) rotate(135deg);
}
.opening-hours .eyebrow{
  margin:0 0 5px;
  color:var(--red);
  letter-spacing:.28em;
}
.opening-hours-head p:not(.eyebrow){
  margin:0;
  color:var(--muted);
  font-size:16px;
}
.opening-hours-panel{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  border-left:1px solid rgba(197,155,97,.35);
  border-right:1px solid rgba(197,155,97,.35);
}
.hours-row{
  display:grid;
  justify-items:center;
  gap:5px;
  padding:0 20px;
  min-height:54px;
  border-right:1px solid rgba(197,155,97,.23);
  text-align:center;
}
.hours-row:last-child{border-right:0}
.hours-row span{
  color:var(--muted);
  font-size:14px;
  line-height:1.15;
  white-space:nowrap;
}
.hours-row strong{
  color:#fff;
  font-size:15px;
  font-weight:500;
  line-height:1.15;
  white-space:nowrap;
}
.opening-hours-action{
  display:flex;
  justify-content:flex-end;
}
.opening-hours-btn{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 22px;
  border:1px solid var(--red);
  border-radius:999px;
  color:var(--red);
  font-weight:800;
  letter-spacing:.02em;
  white-space:nowrap;
  transition:.25s ease;
}
.opening-hours-btn span{
  font-size:20px;
  line-height:1;
}
.opening-hours-btn:hover{
  background:var(--red);
  color:#fff;
  transform:translateY(-1px);
}

/* Keeps both menu-card contents aligned without changing the existing design. */
.menu-links .menu-card > div{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.menu-links .menu-card h2{
  min-height:1.08em;
}

@media (max-width:900px){
  .opening-hours{
    padding:0 0 46px;
  }
  .opening-hours-inner{
    grid-template-columns:1fr;
    gap:18px;
    padding:24px 0;
  }
  .opening-hours-head{
    width:min(100%,420px);
    margin:0 auto;
  }
  .opening-hours-panel{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-left:0;
    border-right:0;
    border-top:1px solid rgba(197,155,97,.22);
    border-bottom:1px solid rgba(197,155,97,.22);
  }
  .hours-row{
    padding:14px 10px;
    min-height:0;
    border-right:1px solid rgba(197,155,97,.22);
    border-bottom:1px solid rgba(197,155,97,.18);
  }
  .hours-row:nth-child(2n){border-right:0}
  .hours-row:nth-last-child(-n+2){border-bottom:0}
  .opening-hours-action{
    justify-content:center;
  }
  .opening-hours-btn{
    width:min(100%,280px);
  }

  .menu-links .menu-card{
    display:flex !important;
    align-items:stretch !important;
  }
  .menu-links .menu-card > div{
    min-height:100% !important;
  }
  .menu-links .menu-card h2{
    min-height:34px !important;
    display:flex !important;
    align-items:flex-end !important;
  }
  .menu-links .menu-card .btn{
    margin-top:auto !important;
  }
}

@media (max-width:420px){
  .opening-hours-head{
    grid-template-columns:46px 1fr;
    gap:14px;
  }
  .opening-hours-icon{
    width:46px;
    height:46px;
  }
  .opening-hours .eyebrow{
    font-size:11px;
    letter-spacing:.22em;
  }
  .opening-hours-head p:not(.eyebrow){
    font-size:14px;
  }
  .hours-row span{
    font-size:13px;
  }
  .hours-row strong{
    font-size:13.5px;
  }
}

/* === KENKS OPENING HOURS EXACT BAR v104 === */
.menu-links{
  padding:110px 0 54px !important;
  background:#0b0b0b !important;
}
.menu-links > .container{
  width:min(var(--max),calc(100% - 40px));
  margin:auto;
}
.menu-links .menu-card-wrap{
  width:100%;
}
.opening-hours{
  margin-top:34px !important;
  padding:28px 0 !important;
  background:transparent !important;
  border-top:1px solid rgba(197,155,97,.36) !important;
  border-bottom:1px solid rgba(197,155,97,.28) !important;
  display:grid !important;
  grid-template-columns:minmax(260px,.95fr) minmax(520px,1.65fr) auto !important;
  align-items:center !important;
  gap:28px !important;
}
.opening-hours-head{
  display:grid !important;
  grid-template-columns:52px 1fr !important;
  gap:18px !important;
  align-items:center !important;
  min-width:0 !important;
}
.opening-hours-icon{
  width:52px !important;
  height:52px !important;
  border:2px solid var(--red) !important;
  border-radius:999px !important;
  position:relative !important;
  display:block !important;
  box-shadow:0 0 28px rgba(227,6,19,.12) !important;
  flex:0 0 auto !important;
}
.opening-hours-icon::before,
.opening-hours-icon::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:2px !important;
  background:var(--red) !important;
  border-radius:999px !important;
  transform-origin:bottom center !important;
}
.opening-hours-icon::before{
  height:15px !important;
  transform:translate(-50%,-100%) !important;
}
.opening-hours-icon::after{
  height:13px !important;
  transform:translate(-50%,-100%) rotate(135deg) !important;
}
.opening-hours .eyebrow{
  margin:0 0 5px !important;
  color:var(--red) !important;
  letter-spacing:.28em !important;
  font-size:13px !important;
}
.opening-hours-head p:not(.eyebrow){
  margin:0 !important;
  color:var(--muted) !important;
  font-size:16px !important;
}
.opening-hours-panel{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  align-items:center !important;
  border-left:1px solid rgba(197,155,97,.36) !important;
  border-right:1px solid rgba(197,155,97,.36) !important;
}
.hours-row{
  display:grid !important;
  justify-items:center !important;
  gap:5px !important;
  min-height:54px !important;
  padding:0 20px !important;
  border-right:1px solid rgba(197,155,97,.24) !important;
  text-align:center !important;
}
.hours-row:last-child{border-right:0 !important;}
.hours-row span{
  color:var(--muted) !important;
  font-size:14px !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
}
.hours-row strong{
  color:#fff !important;
  font-size:15px !important;
  font-weight:500 !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
}
.opening-hours-btn{
  min-height:42px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:10px 22px !important;
  border:1px solid var(--red) !important;
  border-radius:999px !important;
  color:var(--red) !important;
  background:transparent !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  white-space:nowrap !important;
  transition:.25s ease !important;
}
.opening-hours-btn svg{
  width:34px !important;
  height:22px !important;
  display:block !important;
}
.opening-hours-btn:hover{
  background:var(--red) !important;
  color:#fff !important;
  transform:translateY(-1px) !important;
}
.menu-links .menu-card > div{
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
  min-height:100% !important;
}
.menu-links .menu-card h2{
  min-height:1.08em !important;
}
.menu-links .menu-card .btn{
  align-self:flex-start !important;
}

@media (min-width:901px) and (max-width:1120px){
  .opening-hours{
    grid-template-columns:minmax(230px,.9fr) minmax(430px,1.5fr) auto !important;
    gap:18px !important;
  }
  .hours-row{padding:0 12px !important;}
  .opening-hours-btn{padding:10px 16px !important;}
}

@media (max-width:900px){
  .menu-links{
    padding:82px 0 44px !important;
  }
  .opening-hours{
    margin-top:28px !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding:24px 0 !important;
  }
  .opening-hours-head{
    width:min(100%,420px) !important;
    margin:0 auto !important;
  }
  .opening-hours-panel{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    border-left:0 !important;
    border-right:0 !important;
    border-top:1px solid rgba(197,155,97,.22) !important;
    border-bottom:1px solid rgba(197,155,97,.22) !important;
  }
  .hours-row{
    min-height:0 !important;
    padding:14px 10px !important;
    border-right:1px solid rgba(197,155,97,.22) !important;
    border-bottom:1px solid rgba(197,155,97,.18) !important;
  }
  .hours-row:nth-child(2n){border-right:0 !important;}
  .hours-row:nth-last-child(-n+2){border-bottom:0 !important;}
  .opening-hours-btn{
    width:min(100%,280px) !important;
    margin:0 auto !important;
  }
}

@media (max-width:420px){
  .opening-hours-head{
    grid-template-columns:46px 1fr !important;
    gap:14px !important;
  }
  .opening-hours-icon{
    width:46px !important;
    height:46px !important;
  }
  .opening-hours .eyebrow{
    font-size:11px !important;
    letter-spacing:.22em !important;
  }
  .opening-hours-head p:not(.eyebrow){font-size:14px !important;}
  .hours-row span{font-size:13px !important;}
  .hours-row strong{font-size:13.5px !important;}
}

/* === KENKS MOBILE FEINSCHLIFF v105 ===
   Nur Mobile: weniger Abstand vor Kitchen Highlights und
   Öffnungszeiten-Kopf mittig ausrichten. Desktop bleibt unverändert. */
@media (max-width: 900px) {
  .intro {
    padding-bottom: 48px !important;
  }

  .feature-grid {
    padding-top: 48px !important;
  }

  .opening-hours-head {
    width: fit-content !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: auto auto !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .opening-hours-head > div {
    text-align: center !important;
  }

  .opening-hours-icon {
    margin: 0 !important;
  }
}

@media (max-width: 420px) {
  .opening-hours-head {
    grid-template-columns: auto auto !important;
    gap: 12px !important;
  }
}

/* Kenks availability messages */
.form-status{min-height:1.5em}.form-status.error{color:#ffb4a8}.form-status.success{color:#9be6b0}.reservation-form select:disabled{opacity:.68;cursor:not-allowed}

/* V3.4: vollständiger Sperrhinweis direkt bei der Uhrzeit */
.availability-hint{margin-top:8px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:rgba(0,0,0,.24);color:#f2e8df;font-size:13px;line-height:1.45;text-transform:none;letter-spacing:0;white-space:normal;overflow-wrap:anywhere}
.availability-hint.error{border-color:rgba(255,138,138,.45);background:rgba(128,28,28,.2);color:#ffb6b6}
.reservation-form select[disabled]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
