:root {
  --brand: #226504;
  --brand-dark: #174701;
  --brand-deep: #0d2e01;
  --brand-soft: #edf6e8;
  --accent: #3d7d1e;
  --accent-soft: #eef8e9;
  --gold: #f2b941;
  --gold-soft: #fff7df;
  --ink: #1d2919;
  --muted: #687263;
  --line: #dce8d7;
  --surface: #fff;
  --page: #f3f7f1;
  --success: #137446;
  --danger: #b72f39;
  --danger-soft: #fff0f1;
  --blue-soft: #eef5fb;
  --blue: #39719a;
  --shadow: 0 12px 32px rgba(30, 82, 10, 0.1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--brand-dark);
  border-radius: 8px;
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1500px, calc(100% - 32px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: auto; max-width: 180px; height: 64px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a {
  padding: 11px 15px;
  color: #3a4934;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 10px;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--brand);
  background: var(--brand-soft);
  outline: none;
}
.notice-area { padding-block: 14px 0; }
.notice-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.notice {
  padding: 13px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 5px solid var(--brand);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(30, 82, 10, 0.06);
}
.notice:first-child, .notice:last-child { grid-column: 1 / -1; }
.notice strong, .notice p { margin: 0; }
.notice p + p { margin-top: 3px; }
.notice--price { background: var(--danger-soft); border-left-color: var(--danger); }
.notice--drink { background: var(--blue-soft); border-left-color: var(--blue); }
.notice--pickup { background: var(--accent-soft); border-left-color: var(--accent); }
.notice--sushi { background: var(--gold-soft); border-left-color: var(--gold); }
.notice--lunch { background: #f4f2fb; border-left-color: #7555a7; }
.notice__date { color: var(--muted); font-size: 0.84rem; }
.order-layout {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-block: 18px 44px;
}
.restaurant-card, .order-panel, .content-card, .dish-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.restaurant-card { position: sticky; top: 104px; }
.restaurant-cover { width: 100%; height: 165px; object-fit: cover; }
.restaurant-card__body { padding: 22px; }
.eyebrow {
  margin: 0 0 6px;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.25; }
h1 { margin-bottom: 6px; font-size: clamp(1.65rem, 3vw, 2.2rem); }
h2 { margin-bottom: 8px; font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
h3 { margin-bottom: 8px; font-size: 1.12rem; }
p { margin-top: 0; }
.restaurant-type, .muted { color: var(--muted); }
.restaurant-type { margin-bottom: 16px; }
.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 11px;
  color: var(--success);
  background: #e8f7ef;
  border-radius: 999px;
  font-size: 0.86rem;
}
.service-badge::before { width: 8px; height: 8px; content: ""; background: #20a45a; border-radius: 50%; }
.quick-facts { display: grid; gap: 14px; margin: 0; }
.quick-facts div { padding-top: 14px; border-top: 1px solid var(--line); }
.quick-facts dt {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.quick-facts dd { margin: 0; }
.quick-facts a, .text-link {
  color: var(--brand);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.order-panel { min-width: 0; min-height: 680px; }
.order-panel__head { padding: 22px 24px 18px; border-bottom: 1px solid var(--line); }
.order-panel__head h2 { margin-bottom: 4px; }
.order-panel__head p { margin-bottom: 0; }
.delivery-note {
  margin: 16px 24px 0;
  padding: 12px 14px;
  color: #294b1a;
  background: var(--brand-soft);
  border: 1px solid #c6ddba;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
}
.order-widget { min-width: 0; min-height: 520px; padding: 18px 12px; overflow-x: auto; }
.order-widget #pjWrapperFoodDelivery_theme2,
.order-widget .container,
.order-widget .container-fluid { width: 100% !important; max-width: none !important; min-width: 0 !important; }
.system-message { margin: 24px; padding: 16px; background: var(--brand-soft); border-radius: 10px; }
.page-main { padding-block: 24px 48px; }
.info-hero {
  min-height: 300px;
  display: grid;
  align-items: end;
  margin-bottom: 24px;
  padding: clamp(24px, 5vw, 52px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(13, 46, 1, 0.96), rgba(34, 101, 4, 0.18)),
    url("../images/order-banner.jpg") center / cover no-repeat;
  border-radius: 16px;
  overflow: hidden;
}
.info-hero__inner { max-width: 780px; }
.info-hero .eyebrow { color: #cceaaa; }
.info-hero p { margin-bottom: 0; color: rgba(255, 255, 255, 0.94); }
.info-grid, .legal-layout { display: grid; gap: 24px; }
.info-grid { grid-template-columns: 1.2fr 0.8fr; margin-bottom: 24px; }
.content-card { padding: 26px; }
.content-card > :last-child, .legal-copy > :last-child { margin-bottom: 0; }
.info-list { display: grid; gap: 14px; margin: 0; }
.info-list div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.info-list div:last-child { padding-bottom: 0; border-bottom: 0; }
.info-list dt { color: var(--muted); font-size: 0.85rem; font-weight: 700; }
.info-list dd { margin: 3px 0 0; }
.delivery-area { margin-bottom: 24px; border-left: 5px solid var(--brand); }
.dish-section { margin-top: 28px; }
.section-heading { margin-bottom: 17px; }
.section-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.dish-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.dish-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  background: #171512;
}
.dish-card__body { padding: 17px; }
.dish-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 9px;
}
.dish-card__code { color: var(--brand); font-size: 0.9rem; font-weight: 800; }
.dish-card__price {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  color: #fff;
  background: var(--brand);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}
.dish-card__price del { color: rgba(255, 255, 255, 0.72); font-size: 0.78rem; font-weight: 600; }
.dish-card__price strong { font-size: 0.92rem; }
.dish-card__price small {
  padding: 2px 5px;
  color: var(--brand-dark);
  background: #fff;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
}
.dish-card h3 { margin-bottom: 7px; font-size: 1.08rem; }
.dish-card p { margin-bottom: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.legal-layout { grid-template-columns: minmax(0, 1fr); max-width: 940px; margin-inline: auto; }
.legal-copy h2 { margin-top: 32px; font-size: 1.25rem; }
.legal-copy h3 { margin-top: 24px; font-size: 1rem; }
.legal-copy address { font-style: normal; }
.legal-copy li + li { margin-top: 6px; }
.site-footer { color: #e1ecd9; background: var(--brand-deep); }
.footer-main { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 32px; padding-block: 34px; }
.site-footer h2, .site-footer h3 { margin-bottom: 10px; color: #fff; font-size: 1rem; }
.site-footer p { margin-bottom: 5px; }
.site-footer a { color: #fff; text-underline-offset: 3px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 16px;
  color: #b7c7ad;
  font-size: 0.82rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.design-credit { white-space: nowrap; }
.design-credit a { color: #c7e493; font-weight: 700; }
.mobile-actions { display: none; }

@media (max-width: 1160px) {
  .order-layout, .info-grid { grid-template-columns: 1fr; }
  .restaurant-card { position: static; display: grid; grid-template-columns: 280px minmax(0, 1fr); }
  .restaurant-cover { height: 100%; min-height: 265px; }
  .dish-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .notice-stack { grid-template-columns: 1fr; }
  .notice:first-child, .notice:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .shell { width: min(100% - 20px, 1500px); }
  .header-inner { min-height: 70px; gap: 8px; }
  .brand img { width: auto; max-width: 140px; height: 50px; }
  .main-nav { gap: 2px; }
  .main-nav a { padding: 9px 8px; font-size: 0.78rem; }
  .notice-area { padding-top: 10px; }
  .notice { padding: 11px 12px; font-size: 0.88rem; }
  .order-layout, .page-main { padding-top: 10px; }
  .order-layout { gap: 10px; }
  .restaurant-card { grid-template-columns: 1fr; border-radius: 12px; box-shadow: none; }
  .restaurant-cover { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; }
  .restaurant-card__body { padding: 14px; }
  .restaurant-card h1 { font-size: 1.25rem; }
  .restaurant-type { margin-bottom: 9px; font-size: 0.82rem; line-height: 1.4; }
  .service-badge { margin-bottom: 0; padding: 6px 9px; font-size: 0.72rem; }
  .quick-facts { display: none; }
  .order-panel { min-height: 600px; border-radius: 12px; box-shadow: none; }
  .order-panel__head { padding: 17px 16px 14px; }
  .order-panel__head h2 { font-size: 1.35rem; }
  .delivery-note { margin: 12px 12px 0; padding: 10px 12px; font-size: 0.82rem; }
  .order-widget { padding: 8px 4px; }
  .info-hero { min-height: 240px; margin-bottom: 10px; padding: 24px 20px; border-radius: 12px; }
  .info-grid, .dish-grid { grid-template-columns: 1fr; gap: 10px; }
  .content-card, .dish-card { border-radius: 12px; box-shadow: none; }
  .content-card { padding: 20px 17px; }
  .dish-card__body { padding: 14px; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; padding-block: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 8px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--line);
  }
  .mobile-actions a {
    display: grid;
    min-height: 48px;
    place-items: center;
    color: var(--brand);
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--brand);
    border-radius: 10px;
  }
  .mobile-actions a:last-child { color: #fff; background: var(--brand); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* information chili and vegan */
/* Information: Schärfe und vegan */
.icon-spice,
.icon-spice1,
.icon-vegan {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 4px;
  vertical-align: -3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-spice {
  background-image: url("../images/spice.png");
}

.icon-spice1 {
  background-image: url("../images/spice1.png");
}

.icon-vegan {
  background-image: url("../images/vegan.svg");
}
