:root {
  --henzo-red: #e31b23;
  --henzo-red-bright: #ff3b3f;
  --henzo-ink: #080808;
  --henzo-panel: #141414;
  --henzo-text: #f7f7f5;
  --henzo-muted: #b9b9b5;
  --henzo-line: rgba(255, 255, 255, 0.1);
  --henzo-radius: 18px;
}

html { scroll-behavior: smooth; }
body { color: var(--henzo-text); background: var(--henzo-ink); }
img { max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
#scroll-top::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  font-family: inherit;
}
.skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #000;
  background: #fff;
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.header.style1 {
  background: rgba(5, 5, 5, 0.88);
  border-bottom: 1px solid var(--henzo-line);
  backdrop-filter: blur(14px);
}
#main-nav .menu li a,
#main-nav-mobi .menu li a {
  color: #fff !important;
  opacity: 1;
}
#main-nav .menu li a.is-current,
#main-nav-mobi .menu li a.is-current {
  color: #f4bd47 !important;
  font-weight: 700;
  text-shadow: 0 0 18px rgba(244, 189, 71, .22);
}
.header .site-header-inner .right {
  display: grid !important;
  grid-template-columns: auto auto;
  column-gap: 24px;
  row-gap: 3px;
  justify-items: center;
  align-content: center;
  padding: 0 24px;
  white-space: nowrap;
}
.header .site-header-inner .right::before {
  content: "Online bestellen";
  grid-column: 1 / -1;
  color: #fff;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 1;
}
.header .shopbtn {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 2px 0;
  margin: 0;
  color: #f4bd47 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: color .2s ease, transform .2s ease;
}
.header .shopbtn svg { display: none; }
.header .shopbtn::before { display: none; }
.header .shopbtn + .shopbtn {
  position: relative;
}
.header .shopbtn + .shopbtn::before {
  content: "|";
  position: absolute;
  top: 50%;
  left: -15px;
  display: block;
  color: #fff;
  font-weight: 400;
  transform: translateY(-50%);
  pointer-events: none;
}
.header .shopbtn:hover {
  color: #ffd978 !important;
  transform: translateY(-1px);
}
.tf-button, .franchise-cta {
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(227, 27, 35, 0.22);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.tf-button:hover, .franchise-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(227, 27, 35, 0.32);
}
.henzo-card {
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)) !important;
  border-color: var(--henzo-line) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
}
.henzo-content-section h2 { max-width: 850px; text-wrap: balance; }
.henzo-content-section p { max-width: 920px; }
.hero-title {
  color: #fff;
  font-size: clamp(54px, 7vw, 108px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .9;
}

.franchise-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.franchise-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -15% -55% 40%;
  height: 70%;
  background: radial-gradient(circle, rgba(227,27,35,.19), transparent 68%);
  pointer-events: none;
}
.franchise-hero h1 { text-wrap: balance; }
.franchise-step > div:last-child { min-width: 0; }
.franchise-step h4 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.franchise-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.franchise-final-cta { margin-top: 22px; }
.franchise-cta--secondary {
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: none;
}
.franchise-cta--secondary:hover { border-color: #fff; background: rgba(255,255,255,.06); }

.inquiry-section { padding-top: 35px !important; }
.inquiry-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 55px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(227,27,35,.3);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0 0, rgba(227,27,35,.18), transparent 36%),
    linear-gradient(145deg, #171111, #101010 58%);
}
.inquiry-form { display: grid; gap: 18px; }
.inquiry-field label { display: block; margin-bottom: 8px; color: #fff; font-weight: 700; }
.inquiry-field select, .inquiry-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  color: #fff;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
}
.inquiry-field select option { color: #111; background: #fff; }
.inquiry-submit {
  width: 100%;
  min-height: 56px;
  padding: 12px 22px;
  color: #fff;
  font-weight: 800;
  border: 0;
  border-radius: 999px;
  background: var(--henzo-red);
  cursor: pointer;
}
.inquiry-note { margin: 0 !important; color: var(--henzo-muted) !important; font-size: 13px; }
.inquiry-fallback { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.footer .footer-brand-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  width: 100%;
}
.footer .footer-brand-row .line {
  width: 100%;
  margin: 0 !important;
}
.footer .footer-brand-row .footer-logo {
  display: block;
  width: 100px;
  margin: 0;
}
.footer .footer-brand-row .footer-logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .inquiry-shell { grid-template-columns: 1fr; gap: 30px; }
  #header_main.is-fixed.is-fixed.is-small {
    box-shadow: 0 6px 16px rgba(0, 0, 0, .24) !important;
  }
  .header.style1 {
    top: 0 !important;
    padding: 2px 0;
  }
  .header.style1 .container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .header.style1 #site-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
  }
  .header.style1 .mobile-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    padding: 4px;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .header.style1 .mobile-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header.style1 .mobile-button {
    top: 50%;
    right: 18px;
    z-index: 4;
  }
  .header.style1 .header__logo-mobile {
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .franchise-hero { margin-top: 60px; }
  .franchise-hero-actions { flex-direction: column; align-items: stretch; }
  .franchise-hero-actions a { width: 100%; }
  .franchise-step {
    gap: 14px;
    padding: 20px 0;
  }
  .franchise-step-number {
    flex: 0 0 44px !important;
    width: 44px;
    height: 44px !important;
    font-size: 15px;
  }
  .franchise-step h4 {
    margin: 1px 0 6px;
    font-size: 22px;
    line-height: 1.2;
  }
  .franchise-step p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .inquiry-shell { padding: 25px 20px; border-radius: 18px; }
  .footer .footer-brand-row { gap: 18px; }
  #restaurants .restaurant-location--secondary {
    margin-top: 58px;
    padding-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, .42);
  }
}
@media (max-width: 420px) {
  .OpeningHoursCombined_container__Ke0To { width: 100%; }
  .OpeningHoursTable_table__JtdKW {
    display: block;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .OpeningHoursTable_table__JtdKW thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .OpeningHoursTable_table__JtdKW tbody {
    display: block;
    width: 100%;
  }
  .OpeningHoursTable_table__JtdKW tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 4px;
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }
  .OpeningHoursTable_table__JtdKW tbody th {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
  }
  .OpeningHoursTable_table__JtdKW tbody td {
    display: block;
    min-width: 0;
    padding: 0;
    color: var(--henzo-muted);
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .OpeningHoursTable_table__JtdKW tbody td::before {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .OpeningHoursTable_table__JtdKW tbody td:nth-of-type(1)::before { content: "Lieferung"; }
  .OpeningHoursTable_table__JtdKW tbody td:nth-of-type(2)::before { content: "Abholung"; }
  .OpeningHoursTable_table__JtdKW tbody tr.current-day {
    margin: 2px -10px;
    padding: 13px 10px;
    border-bottom-color: transparent;
    border-radius: 10px;
    background: rgba(227, 27, 35, .12);
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
