﻿:root {
  --green-950: #102111;
  --green-900: #102111;
  --green-800: #102111;
  --green-700: #102111;
  --emerald: #102111;
  --jade: #102111;
  --gold: #c99b46;
  --gold-bright: #f0cf79;
  --ivory: #f8efd8;
  --muted: #b7c5b5;
  --panel: rgba(16, 33, 17, 0.88);
  --line: rgba(201, 155, 70, 0.34);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background: #102111;
  color: var(--ivory);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(240, 207, 121, 0.055) 0 1px, transparent 1px 76px),
    linear-gradient(45deg, rgba(240, 207, 121, 0.035) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(248, 239, 216, 0.018) 38px 39px),
    #102111;
  opacity: 0.78;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(16, 33, 17, 0.94);
  border-bottom: 1px solid rgba(201, 155, 70, 0.24);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.25rem, 2.3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
}

.brand > span:not(.brand-mark) {
  color: #f4d278;
  background: linear-gradient(180deg, #fff3bd 0%, #e8bd5a 38%, #a86d24 78%, #f8d982 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(240, 207, 121, 0.24);
}

.brand-mark {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #102111;
  box-shadow: none;
}

.brand img {
  width: 76px;
  height: 76px;
  border: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  clip-path: circle(48% at 50% 50%);
  filter: none;
  mix-blend-mode: normal;
  background: #102111;
  box-shadow: none;
  transform: scale(1.04);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 14px;
  color: #f4d278;
  background: linear-gradient(180deg, #fff3bd 0%, #e8bd5a 38%, #a86d24 78%, #f8d982 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.95rem;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(240, 207, 121, 0.22);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  filter: brightness(1.2);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(245, 239, 225, 0.06);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ivory);
}

.hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  padding: 118px clamp(16px, 3vw, 44px) 64px;
  overflow: hidden;
}

.hero-content {
  width: min(600px, 100%);
  align-self: center;
  justify-self: start;
  margin-bottom: 0;
  padding: 0;
  border-left: 0;
  background: none;
  transform: translateY(-62px);
}

.status-panel {
  align-self: center;
  transform: translateY(34px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #050604;
}

.hero-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  filter: saturate(1) contrast(1.04) brightness(0.92);
  transform: translateY(92px);
  transform-origin: center center;
}

.hero-bg::before,
.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero-bg::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(16, 33, 17, 0.56) 32%, rgba(16, 33, 17, 0.08) 66%, rgba(16, 33, 17, 0.12) 100%),
    linear-gradient(180deg, rgba(16, 33, 17, 0.16) 0%, rgba(16, 33, 17, 0.03) 48%, rgba(16, 33, 17, 0.5) 100%),
    linear-gradient(135deg, rgba(240, 207, 121, 0.06) 0 1px, transparent 1px 92px),
    linear-gradient(45deg, rgba(201, 155, 70, 0.045) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(248, 239, 216, 0.018) 46px 47px);
}

.hero-bg::after {
  top: auto;
  height: 14%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.92));
}

.hero-content,
.status-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
}

h1,
h2 {
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
}

h1 {
  max-width: none;
  font-size: clamp(2.8rem, 5.8vw, 5.4rem);
  overflow-wrap: normal;
  word-break: normal;
}

.hero-name {
  display: grid;
  gap: 4px;
  color: #f4d278;
  background: linear-gradient(180deg, #fff3bd 0%, #e8bd5a 35%, #9f6721 72%, #f8d982 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 3px 0 rgba(42, 24, 4, 0.7),
    0 0 34px rgba(240, 207, 121, 0.38);
}

.hero-name-main,
.hero-name-sub {
  display: block;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-name-main {
  font-size: 1em;
  line-height: 0.92;
}

.hero-name-sub {
  position: relative;
  width: max-content;
  font-size: 0.82em;
  line-height: 0.9;
  margin-left: 0.58em;
  padding-bottom: 16px;
}

.hero-name-sub::after {
  position: absolute;
  left: 0;
  right: -0.22em;
  bottom: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(240, 207, 121, 0), rgba(240, 207, 121, 0.95), rgba(15, 139, 98, 0.55), rgba(240, 207, 121, 0));
  box-shadow: 0 0 18px rgba(240, 207, 121, 0.42);
}

.status-label,
.section-copy h2,
.section-heading h2,
.feature-grid h3,
.menu-card-top h3,
.order-grid h3,
.privacy-grid h3,
.visit-card h2,
.gallery h2,
.privacy h2 {
  color: #f4d278;
  background: linear-gradient(180deg, #fff3bd 0%, #e8bd5a 38%, #a86d24 78%, #f8d982 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 0 rgba(42, 24, 4, 0.54),
    0 0 22px rgba(240, 207, 121, 0.24);
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
  font-size: 1.18rem;
}

.status-panel strong {
  color: var(--ivory);
  background: none;
  -webkit-text-fill-color: currentColor;
  text-shadow: none;
}

.hero-copy {
  max-width: 500px;
  margin: 16px 0 0;
  color: #dce6dc;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.button,
.order-grid button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
}

.button-primary {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #100c03;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(245, 239, 225, 0.08);
  color: var(--ivory);
}

.status-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.status-panel div {
  padding: 20px;
  background: var(--panel);
}

.status-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-band,
.menu-preview,
.visit {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 84px);
}

.section-band {
  background: #102111;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.section-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
}

.feature-grid,
.menu-grid,
.order-grid,
.restaurant-gallery {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.menu-card,
.order-grid article,
.visit-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(245, 239, 225, 0.055);
}

.feature-grid article {
  min-height: 220px;
  padding: 22px;
}

.feature-grid span {
  color: var(--gold);
  font-weight: 800;
}

.feature-grid p,
.menu-card p,
.order-grid p,
.visit dd {
  color: var(--muted);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.menu-card img,
.restaurant-gallery img {
  cursor: zoom-in;
}

.menu-preview {
  background: #102111;
}

.menu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.menu-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: 210px minmax(0, 1fr);
  overflow: hidden;
  background: rgba(7, 56, 36, 0.42);
}

.menu-card:nth-child(6) {
  order: 3;
}

.menu-card:nth-child(8) {
  order: 4;
}

.menu-card:nth-child(9) {
  order: 5;
}

.menu-card:nth-child(7) {
  order: 1;
}

.menu-card:nth-child(1) {
  order: 6;
}

.menu-card:nth-child(11) {
  order: 7;
}

.menu-card:nth-child(13) {
  order: 8;
}

.menu-card:nth-child(16) {
  order: 9;
}

.menu-card:nth-child(10) {
  order: 10;
}

.menu-card:nth-child(5) {
  order: 11;
}

.menu-card:nth-child(3) {
  order: 12;
}

.menu-card:nth-child(12) {
  order: 13;
}

.menu-card:nth-child(2) {
  order: 14;
}

.menu-card:nth-child(4) {
  order: 15;
}

.menu-card:nth-child(20) {
  order: 21;
}

.menu-card:nth-child(14) {
  order: 16;
}

.menu-card:nth-child(15) {
  order: 17;
}

.menu-card:nth-child(18) {
  order: 18;
}

.menu-card:nth-child(19) {
  order: 19;
}

.menu-card:nth-child(17) {
  order: 20;
}

.menu-card:nth-child(21) {
  order: 2;
}

.menu-card img,
.menu-image-placeholder {
  width: 100%;
  height: 210px;
}

.menu-card img {
  display: block;
  object-fit: cover;
}

.menu-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(16, 33, 17, 0.9);
  backdrop-filter: blur(12px);
}

.image-lightbox.is-open {
  display: grid;
}

.image-lightbox img {
  max-width: min(1080px, 92vw);
  max-height: 82vh;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(16, 33, 17, 0.94);
  color: var(--gold-bright);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.menu-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.menu-card-top h3 {
  max-width: 70%;
}

.menu-card-top strong {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 1rem;
  white-space: nowrap;
}

.menu-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.order-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-grid article {
  padding: 26px;
}

.order-grid button {
  margin-top: 12px;
  background: rgba(216, 184, 107, 0.18);
  color: var(--ivory);
  border-color: var(--line);
  cursor: not-allowed;
}

.visit {
  background: #102111;
}

.visit-card {
  max-width: 1080px;
  padding: clamp(26px, 5vw, 46px);
  background: rgba(16, 33, 17, 0.9);
  box-shadow: var(--shadow);
}

dl {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--gold);
  font-weight: 800;
}

dd {
  margin: 0;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.map-frame {
  width: 100%;
  min-height: 360px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 56, 36, 0.42);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.map-frame iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
  filter: saturate(0.85) contrast(1.05);
}

.gallery {
  background: #102111;
}

.restaurant-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.restaurant-gallery figure {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(245, 239, 225, 0.055);
}

.restaurant-gallery figure:nth-child(1),
.restaurant-gallery figure:nth-child(2) {
  grid-column: span 3;
}

.restaurant-gallery figure:nth-child(n + 3) {
  grid-column: span 2;
}

.restaurant-gallery img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  object-fit: cover;
}

.restaurant-gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 34px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(16, 33, 17, 0.92));
  color: var(--ivory);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 6vw, 84px);
  background: #102111;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

.privacy {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 84px);
  background: #102111;
}

.privacy-inner {
  max-width: 1180px;
}

.impressum-inner {
  margin-bottom: clamp(56px, 8vw, 96px);
}

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

.privacy-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 56, 36, 0.42);
}

.privacy-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

@media (max-width: 920px) {
  .hero,
  .intro {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .feature-grid,
  .menu-grid,
  .order-grid,
  .restaurant-gallery,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .restaurant-gallery figure:nth-child(1),
  .restaurant-gallery figure:nth-child(2),
  .restaurant-gallery figure:nth-child(n + 3) {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  body {
    line-height: 1.55;
  }

  .site-header {
    gap: 12px;
    padding: 10px 14px;
  }

  .brand {
    gap: 9px;
    font-size: 1.08rem;
  }

  .brand-mark,
  .brand img {
    width: 48px;
    height: 48px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(16, 33, 17, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
    font-size: 0.95rem;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 68px 14px 34px;
  }

  .hero-bg {
    position: relative;
    inset: auto;
    height: min(62svh, 520px);
    min-height: 360px;
    margin: 0 -14px 0;
    overflow: hidden;
  }

  .hero-bg video {
    object-fit: contain;
    object-position: center top;
    opacity: 1;
    filter: saturate(1) contrast(1.04) brightness(0.92);
    transform: scale(1.08) translateY(76px);
  }

  .hero-bg::before {
    background:
      linear-gradient(180deg, rgba(16, 33, 17, 0) 0%, rgba(16, 33, 17, 0.04) 68%, #102111 100%);
  }

  .hero-bg::after {
    display: none;
  }

  .hero-content,
  .status-panel {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-left: 0;
    border: 0;
    border-radius: 0;
    background: none;
    backdrop-filter: none;
    transform: none;
  }

  .hero-content {
    margin-top: clamp(-96px, -10svh, -54px);
  }

  h1 {
    font-size: clamp(2.05rem, 10.2vw, 3.35rem);
    line-height: 1.02;
  }

  .eyebrow {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .hero-name-sub {
    font-size: 0.78em;
    margin-left: 0.42em;
    padding-bottom: 12px;
  }

  h2 {
    font-size: clamp(1.75rem, 9vw, 2.7rem);
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .status-panel div {
    padding: 14px 16px;
  }

  .section-band,
  .menu-preview,
  .visit,
  .gallery,
  .privacy {
    padding: 48px 16px;
  }

  .feature-grid article,
  .order-grid article,
  .privacy-grid article {
    min-height: auto;
    padding: 18px;
  }

  .menu-card {
    grid-template-rows: 170px minmax(0, 1fr);
  }

  .menu-card img,
  .menu-image-placeholder {
    height: 170px;
  }

  .menu-card-body {
    padding: 16px;
  }

  .menu-card-top {
    align-items: flex-start;
    gap: 10px;
  }

  .menu-card-top h3 {
    max-width: 62%;
    font-size: 1.04rem;
  }

  .menu-card-top strong {
    font-size: 0.95rem;
  }

  .menu-card p,
  .order-grid p,
  .feature-grid p,
  .section-copy p:not(.eyebrow),
  .section-heading p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .visit-card {
    padding: 20px;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    flex-direction: column;
  }

  .map-frame {
    min-height: 280px;
  }

  .map-frame iframe {
    height: 300px;
  }

  .restaurant-gallery figure,
  .restaurant-gallery img {
    min-height: 220px;
  }

  .image-lightbox {
    padding: 14px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: auto;
    padding-top: 66px;
  }

  .hero-bg {
    height: 58svh;
    min-height: 330px;
    margin-bottom: 0;
  }

  .hero-content {
    margin-top: -48px;
  }

  .brand > span:not(.brand-mark) {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  h1 {
    font-size: clamp(1.95rem, 10vw, 3rem);
  }

  .hero-copy {
    font-size: 0.9rem;
  }

  .menu-card-top {
    flex-direction: column;
  }

  .menu-card-top h3 {
    max-width: 100%;
  }
}

