@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800&family=Bebas+Neue&display=swap");

:root {
  /* Styleguide-Farben */
  --hotdox-red: #e10600;
  --hotdox-red-dark: #b80500;
  --hotdox-white: #ffffff;
  --hotdox-black: #000d0d;
  --hotdox-dark: #1a1a1a;
  --hotdox-card: #1a1a1a;
  --hotdox-gray: #d1d1d1;

  /* Styleguide-Schriften */
  --font-logo: "Bebas Neue", sans-serif;
  --font-headline: "Anton", sans-serif;
  --font-text: "Inter", sans-serif;
  --font-body: var(--font-text);

  /* Typo-Maße (Styleguide) */
  --text-hero: 72px;
  --text-h2: 36px;
  --text-h3: 20px;
  --text-body: 16px;
  --text-price: 20px;
  --text-nav: 13px;
  --text-btn: 14px;
  --text-badge: 12px;

  /* Legacy-Aliase */
  --red: var(--hotdox-red);
  --red-hover: #ff1812;
  --red-dark: var(--hotdox-red-dark);
  --bg: var(--hotdox-black);
  --bg-elevated: var(--hotdox-dark);
  --bg-card: var(--hotdox-card);
  --border: rgba(255, 255, 255, 0.08);
  --text: var(--hotdox-white);
  --text-muted: var(--hotdox-gray);
  --font-display: var(--font-headline);
  --header-h: 124px;
  --radius: 6px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  --logo-neon-stroke: var(--hotdox-red);
}

/* ——— Typografie (Styleguide) ——— */
.logo,
.logo__name,
.logo__word {
  font-family: var(--font-logo);
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 0.9;
}

.logo__tag,
.logo small {
  display: block;
  font-family: var(--font-text);
  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
.hero__title,
.hero-title {
  font-family: var(--font-headline);
  font-weight: 400;
  font-size: clamp(2.5rem, 8vw, var(--text-hero));
  line-height: 0.9;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--hotdox-white);
}

h2,
.section-head h2,
.section-title,
.why-band__title,
.menus-section__title {
  font-family: var(--font-headline);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, var(--text-h2));
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--hotdox-white);
}

.product-card__name,
.product-title,
.menu-card h3,
.menu-title,
.why-card h3,
.cart-panel h3 {
  font-family: var(--font-headline);
  font-weight: 400;
  font-size: var(--text-h3);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--hotdox-white);
}

.nav a {
  font-family: var(--font-text);
  font-size: var(--text-nav);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

body,
p {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: var(--text-body);
  line-height: 1.6;
  color: var(--hotdox-gray);
}

.hero-feature {
  font-family: var(--font-text);
}

.price,
.product-card__price {
  font-family: var(--font-text);
  font-size: var(--text-price);
  font-weight: 700;
  color: var(--hotdox-white);
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

button,
.btn {
  font-family: var(--font-text);
  font-size: var(--text-btn);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.product-card__badge,
.cat-btn,
.order-mode-label,
.cart-btn {
  font-family: var(--font-text);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.product-card__badge {
  font-size: var(--text-badge);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
}

.skip {
  position: absolute;
  left: -9999px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ——— Header ——— */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: none;
  border-bottom: 1px solid var(--hotdox-red);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: 100%;
  line-height: 1;
  gap: 0;
  text-decoration: none;
}

.logo__name {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: 100%;
}

.logo__title-row {
  position: relative;
  display: inline-block;
  line-height: 0.9;
}

.logo__word {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 2px var(--logo-neon-stroke);
  text-stroke: 2px var(--logo-neon-stroke);
  paint-order: stroke fill;
  text-shadow: none;
}

.logo__reg {
  position: absolute;
  left: 100%;
  top: 0.1em;
  margin-left: 0.12em;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--logo-neon-stroke);
  text-stroke: 1px var(--logo-neon-stroke);
  paint-order: stroke fill;
  text-shadow: none;
}

.logo__tag {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  color: var(--hotdox-white);
  margin-top: 5px;
  padding: 0;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: center;
}

.site-header .logo__name,
.site-footer .logo__name {
  font-size: 72px;
}

.site-header .logo__word,
.site-footer .logo__word {
  -webkit-text-stroke: 2px var(--logo-neon-stroke);
  text-stroke: 2px var(--logo-neon-stroke);
}

.site-header .logo__reg,
.site-footer .logo__reg {
  font-size: 24px;
}

.site-header .logo__tag,
.site-footer .logo__tag {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: center;
}

.nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  margin-left: 52px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 8px 6px 10px;
  margin: 0 6px;
  font-size: 15px;
  color: var(--hotdox-white);
  border-bottom: 2px solid transparent;
  border-radius: 0;
  transition: color 0.15s, border-color 0.15s;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  color: var(--hotdox-red);
  border-bottom-color: var(--hotdox-red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  background: var(--hotdox-red);
  border: 1px solid var(--hotdox-red);
  border-radius: 4px;
  color: var(--hotdox-white);
  font-family: var(--font-text);
  font-size: var(--text-nav);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 25px rgba(255, 31, 31, 0.35);
  transition: background 0.15s;
}

.cart-btn:hover {
  background: var(--red-hover);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--hotdox-red);
  border-radius: 4px;
  color: var(--hotdox-white);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.menu-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
}

.menu-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-toggle:hover,
.menu-toggle[aria-expanded="true"] {
  background: var(--hotdox-red);
  color: var(--hotdox-white);
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, background 0.15s, border-color 0.15s;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: var(--red);
  color: #fff;
}

.btn--primary:hover {
  background: var(--red-hover);
}

.btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.btn--outline:hover {
  border-color: #fff;
}

.btn--block {
  width: 100%;
}

.btn--dark {
  background: #0a0a0a;
  color: #fff;
  border: 2px solid #0a0a0a;
}

.btn--dark:hover {
  background: #1a1a1a;
}

.btn--outline-light {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff;
}

.btn--outline-light:hover {
  background: #fff;
  color: var(--hotdox-red);
}

/* ——— Hero (Zweispaltig wie Mockup) ——— */
.page-home .site-header {
  background: rgba(0, 0, 0, 0.92);
}

.hero {
  position: relative;
  --hero-slide-h: min(58vh, 560px);
  min-height: calc(var(--hero-slide-h) + var(--header-h) + 36px);
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 20px) 0 20px;
  overflow: hidden;
  background: var(--hotdox-black);
  border-bottom: 1px solid var(--hotdox-red);
}

.hero__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--header-h);
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: var(--hotdox-black);
  background-image: url("images/hero-slider.jpg");
  background-size: cover;
  background-position: 72% center;
  background-repeat: no-repeat;
}

.hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--header-h);
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: transparent;
}

.hero__content {
  max-width: 620px;
  margin: 10px 0 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.hero__title,
.hero__lead {
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 0.95),
    0 0 48px rgba(0, 0, 0, 0.85);
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(1442px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 52%);
  align-items: center;
  min-height: var(--hero-slide-h);
}

.hero__title {
  display: flex;
  flex-direction: column;
  margin: 0 0 28px;
  font-family: var(--font-logo);
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--hotdox-white);
}

.hero__title-line {
  display: block;
}

.hero__title-line--accent {
  color: var(--hotdox-red);
}

.hero__lead {
  margin: 0 0 32px;
  font-family: var(--font-text);
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 1.6;
  color: var(--hotdox-white);
  max-width: 520px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.hero__features {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(12px, 2.5vw, 28px);
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  border-top: none;
  margin-top: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hero__features::-webkit-scrollbar {
  display: none;
}

.hero-feature {
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 1.2vw, 12px);
  text-align: center;
  font-family: var(--font-text);
  font-size: clamp(0.55rem, 1.5vw, var(--text-badge));
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--hotdox-white);
  line-height: 1.25;
}

.hero-feature span {
  max-width: 100%;
  hyphens: auto;
}

.hero-feature__icon {
  color: var(--hotdox-red);
  flex-shrink: 0;
  width: clamp(26px, 4vw, 42px);
  height: clamp(26px, 4vw, 42px);
}

/* ——— Order section ——— */
.section {
  padding: 72px 0;
}

.section--dark {
  background: var(--bg-elevated);
}

.section-order {
  background: #000;
  padding: 64px 0 80px;
}

.order-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.order-header__intro {
  flex: 1 1 280px;
  min-width: 0;
}

.order-header__title {
  margin: 0;
  font-family: var(--font-headline);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--hotdox-white);
}

#order-categories {
  scroll-margin-top: calc(var(--header-h) + 24px);
  scroll-margin-bottom: 12px;
}

#menus,
#kiosk {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.order-header__subtitle {
  margin: 8px 0 0;
  max-width: 42rem;
  font-family: var(--font-text);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--hotdox-gray);
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.section-head h2 {
  margin: 0;
}

.order-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.order-mode-label {
  display: inline-flex;
  align-items: center;
  padding: 13px 18px;
  background: var(--hotdox-red);
  border-radius: 5px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--hotdox-white);
}

.toggle-group {
  display: inline-flex;
  gap: 8px;
}

.toggle-group button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: transparent;
  color: var(--hotdox-white);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.toggle-group button svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.toggle-group button.is-active {
  background: var(--hotdox-red);
  border-color: var(--hotdox-red);
  color: #fff;
}

.toggle-group button:not(.is-active):hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.location-input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  min-width: 200px;
}

.location-input input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--hotdox-white);
  font-size: 14px;
  font-weight: 600;
  outline: none;
  min-width: 100px;
}

.location-input__pin {
  color: var(--hotdox-red);
  flex-shrink: 0;
}

.location-input__chevron {
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

/* Categories */
.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  padding-bottom: 4px;
}

.cat-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 72px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--hotdox-white);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.cat-btn:hover {
  border-color: var(--hotdox-red);
}

.cat-btn.is-active {
  background: var(--hotdox-red);
  border-color: var(--hotdox-red);
  color: var(--hotdox-white);
}

.cat-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.cat-btn__icon svg {
  width: 22px;
  height: 22px;
}

/* Layout order + cart */
.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(340px, 32%);
  gap: 28px;
  align-items: start;
}

.order-layout > div:first-child {
  min-width: 0;
}

.product-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  margin-bottom: 8px;
}

.product-slider__nav {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #141414;
  color: var(--hotdox-white);
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.product-slider__nav:hover {
  border-color: var(--hotdox-red);
  color: var(--hotdox-red);
}

.product-slider__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

#product-grid .product-card,
#menus-grid[data-layout="row"] .product-card {
  height: var(--product-card-height, auto);
  min-height: var(--product-card-height, auto);
  max-height: var(--product-card-height, none);
  flex-shrink: 0;
  box-sizing: border-box;
}

.product-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 14px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--hotdox-red) #0a0a0a;
}

.product-grid::-webkit-scrollbar {
  height: 8px;
}

.product-grid::-webkit-scrollbar-track {
  background: #0a0a0a;
  border-radius: 4px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.65);
}

.product-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    #ff3028 0%,
    var(--hotdox-red) 45%,
    var(--hotdox-red-dark) 100%
  );
  border-radius: 4px;
  border: 1px solid rgba(255, 90, 90, 0.45);
  box-shadow:
    0 0 8px rgba(255, 40, 40, 0.85),
    0 0 18px rgba(225, 6, 0, 0.55);
}

.product-grid::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--red-hover) 0%, var(--hotdox-red) 100%);
}

.product-grid__empty {
  margin: 0;
  padding: 24px 12px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.menus-section__intro {
  margin-bottom: 20px;
}

.menus-section__title {
  margin: 0;
  font-family: var(--font-headline);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.menus-section__subtitle {
  margin: 8px 0 0;
  max-width: 42rem;
  font-family: var(--font-text);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--hotdox-gray);
}

.section-title--center {
  text-align: center;
  margin: 0 0 40px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 0 0 220px;
  width: 220px;
  scroll-snap-align: start;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.15s, transform 0.15s;
}

.product-card:hover {
  border-color: rgba(225, 6, 0, 0.4);
  transform: translateY(-2px);
}

.product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 8px;
  background: var(--hotdox-red);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 3px;
}

.product-card__img {
  flex-shrink: 0;
  aspect-ratio: 1;
  background: #0d0d0d;
  overflow: hidden;
}

.product-preview-trigger {
  cursor: zoom-in;
}

.product-preview-trigger:focus-visible {
  outline: 2px solid var(--hotdox-red);
  outline-offset: 2px;
}

.product-preview {
  position: fixed;
  z-index: 2000;
  width: min(320px, calc(100vw - 24px));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.product-preview.is-visible {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-preview__panel {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.65);
  overflow: hidden;
}

.product-preview__media {
  aspect-ratio: 1;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.product-preview__img,
.product-preview__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-preview__img {
  display: block;
  object-fit: cover;
}

.product-preview__video {
  display: block;
  object-fit: contain;
  background: #0a0a0a;
}

.product-preview--photo-only .product-preview__video {
  display: none !important;
}

.product-preview--photo-only .product-preview__img {
  display: block !important;
}

.product-preview__body {
  padding: 14px 16px 16px;
}

.product-preview__name {
  margin: 0 0 8px;
  font-family: var(--font-headline);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hotdox-white);
}

.product-preview__desc {
  margin: 0 0 14px;
  font-family: var(--font-text);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--hotdox-gray);
}

.product-preview__meta {
  margin: 0;
  display: grid;
  gap: 10px;
}

.product-preview__row {
  margin: 0;
}

.product-preview__row dt {
  margin: 0 0 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hotdox-red);
}

.product-preview__row dd {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--hotdox-gray);
}

.product-preview__veggie-note {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(209, 209, 209, 0.9);
}

.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: 14px 14px 16px;
}

.product-card__name {
  margin: 0 0 6px;
  line-height: 1.1;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.product-card__desc {
  flex: 1 1 auto;
  margin: 0 0 12px;
  font-family: var(--font-text);
  font-size: var(--text-body);
  font-weight: 400;
  color: var(--hotdox-gray);
  line-height: 1.5;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.product-card__price {
  color: var(--hotdox-white);
}

.add-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background: var(--hotdox-red);
  color: var(--hotdox-white);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s;
  flex-shrink: 0;
}

.add-btn:hover {
  background: var(--red-hover);
}

/* Menus */
.menus-section {
  margin-top: 48px;
}

.menu-categories {
  margin-top: 8px;
}

/* Kiosk */
.kiosk-section {
  margin-top: 48px;
}

.kiosk-section__intro {
  margin-bottom: 20px;
}

.kiosk-section__title {
  margin: 0;
  font-family: var(--font-headline);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.kiosk-section__subtitle {
  margin: 8px 0 0;
  max-width: 42rem;
  font-family: var(--font-text);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--hotdox-gray);
}

.kiosk-section__note {
  margin: 10px 0 0;
  max-width: 42rem;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 120, 100, 0.95);
}

.kiosk-categories {
  margin-top: 8px;
}

/* Kiosk-Kategorien sollen nie umbrechen (immer horizontal scrollen). */
.kiosk-categories {
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.kiosk-categories::-webkit-scrollbar {
  display: none;
}

.kiosk-categories .cat-btn {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.kiosk-slider {
  margin-top: 24px;
}

.menu-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  margin-top: 24px;
}

.menu-slider__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--hotdox-red) #0a0a0a;
}

.menu-slider__page {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  gap: 14px;
  scroll-snap-align: start;
  align-content: start;
}

.menu-slider__track::-webkit-scrollbar {
  height: 8px;
}

.menu-slider__track::-webkit-scrollbar-track {
  background: #0a0a0a;
  border-radius: 4px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.65);
}

.menu-slider__track::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    #ff3028 0%,
    var(--hotdox-red) 45%,
    var(--hotdox-red-dark) 100%
  );
  border-radius: 4px;
  border: 1px solid rgba(255, 90, 90, 0.45);
  box-shadow:
    0 0 8px rgba(255, 40, 40, 0.85),
    0 0 18px rgba(225, 6, 0, 0.55);
}

.menu-slider__track::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--red-hover) 0%, var(--hotdox-red) 100%);
}

.menu-slider__empty {
  margin: 0;
  padding: 24px 12px;
  color: var(--text-muted);
  font-size: 0.9rem;
  flex: 1;
}

.menu-slider__page .product-card {
  width: 100%;
  min-width: 0;
  height: 100%;
  flex: none;
}

.product-card--menu .product-card__name {
  font-size: 0.82rem;
}

.product-card--menu .product-card__desc {
  min-height: 2.4em;
  margin-bottom: 12px;
  font-size: var(--text-body);
  line-height: 1.4;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.product-card--menu .product-card__body {
  padding: 10px 12px 12px;
}

.product-card--menu .product-card__foot {
  gap: 8px;
}

.product-card--menu .add-btn {
  width: 32px;
  height: 32px;
  font-size: 18px;
}

.product-card--menu .product-card__price {
  font-size: 0.9rem;
}

/* Cart sidebar */
.cart-panel {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  width: 100%;
  max-width: 340px;
  justify-self: end;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 22px;
}

.cart-panel h3 {
  margin: 0 0 10px;
  font-family: var(--font-headline);
  font-size: 2.125rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cart-panel__empty {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0 0 16px;
}

.cart-items {
  list-style: none;
  margin: 0 0 16px;
  padding: 0 4px 0 0;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hotdox-red) #0a0a0a;
}

.cart-items::-webkit-scrollbar {
  width: 8px;
}

.cart-items::-webkit-scrollbar-track {
  background: #0a0a0a;
  border-radius: 4px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.65);
}

.cart-items::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    #ff3028 0%,
    var(--hotdox-red) 45%,
    var(--hotdox-red-dark) 100%
  );
  border-radius: 4px;
  border: 1px solid rgba(255, 90, 90, 0.45);
  box-shadow:
    0 0 8px rgba(255, 40, 40, 0.85),
    0 0 18px rgba(225, 6, 0, 0.55);
}

.cart-items::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--red-hover) 0%, var(--hotdox-red) 100%);
  box-shadow:
    0 0 10px rgba(255, 48, 48, 1),
    0 0 22px rgba(225, 6, 0, 0.75);
}

.cart-item {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
}

.cart-item--simple .cart-item__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cart-item--simple .cart-item__name {
  margin: 0;
  font-weight: 600;
  color: var(--hotdox-white);
}

.cart-item--simple .cart-item__right {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.cart-item__thumb {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  background: #1a1a1a;
  flex-shrink: 0;
}

.cart-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__main {
  flex: 1;
  min-width: 0;
}

.cart-item__name {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.cart-item__qty {
  display: flex;
  align-items: center;
  gap: 6px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.qty-btn:hover {
  border-color: var(--hotdox-red);
  color: var(--hotdox-red);
}

.qty-val {
  min-width: 1.25rem;
  text-align: center;
  font-weight: 600;
}

.cart-item__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}

.cart-item__remove {
  padding: 0 4px;
  border: none;
  background: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}

.cart-item__remove:hover {
  color: var(--hotdox-red);
}

.cart-totals {
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-bottom: 16px;
}

.cart-totals__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.cart-totals__row--total {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text);
  margin-top: 10px;
}

.cart-totals__row--total span:last-child {
  color: var(--hotdox-red);
  font-family: var(--font-text);
  font-size: var(--text-price);
  font-weight: 700;
}

.cart-panel__eta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 14px 0 0;
  font-size: 0.72rem;
  color: var(--hotdox-gray);
  text-align: center;
}

.cart-panel__eta svg {
  flex-shrink: 0;
  opacity: 0.7;
}

.cart-panel__eta-note {
  margin: 8px 0 0;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(209, 209, 209, 0.82);
  text-align: center;
}

.section-order #cart-checkout {
  margin-top: 4px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 4px;
  padding: 14px 20px;
}

.cart-panel__hint {
  margin-top: 12px;
  padding: 10px;
  font-size: 0.75rem;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  line-height: 1.45;
}

.cart-panel__hint:not([hidden]) {
  color: #ffb4b4;
  background: rgba(255, 31, 31, 0.12);
}

#cart-checkout:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Franchise */
.franchise {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  border-top: 1px solid var(--hotdox-red);
  border-bottom: 1px solid var(--hotdox-red);
}

.franchise__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #8b0000 0%, #3d0000 35%, #0a0a0a 70%);
}

.franchise__icons {
  font-size: 2rem;
  margin-bottom: 12px;
  letter-spacing: 0.5em;
  opacity: 0.9;
}

.stat__icon {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 8px;
  color: var(--hotdox-red);
}

.franchise__glow {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  max-width: 500px;
  opacity: 0.15;
  font-size: 12rem;
  pointer-events: none;
}

.franchise__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.franchise h2 {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 4vw, 2.625rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
  max-width: 14ch;
}

.franchise p {
  margin: 0 0 24px;
  color: var(--text-muted);
  max-width: 48ch;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stat {
  text-align: center;
  min-width: 160px;
  padding: 22px;
  border: 1px solid var(--hotdox-red);
  border-radius: var(--radius);
}

.stat__num {
  display: block;
  font-family: var(--font-headline);
  font-size: 2.125rem;
  font-weight: 400;
  color: var(--hotdox-white);
  letter-spacing: 0.02em;
}

.stat__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

/* Warum HOTDOX + Lust bekommen (Mockup-Banner) */
.why-cta-band {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: 300px;
}

.why-band {
  flex: 1 1 68%;
  background: var(--hotdox-black);
  padding: 36px clamp(20px, 4vw, 48px) 40px;
  min-width: 0;
}

.why-band__title {
  margin: 0 0 28px;
  text-align: center;
  font-family: var(--font-headline);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  color: var(--hotdox-white);
}

.why-band__title-text {
  font-size: 0.82em;
  vertical-align: baseline;
}

.why-band__brand {
  font-family: var(--font-logo);
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  vertical-align: baseline;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px var(--logo-neon-stroke);
  text-stroke: 2px var(--logo-neon-stroke);
  paint-order: stroke fill;
  text-shadow: none;
}

.why-grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.why-card {
  flex: 1;
  text-align: center;
  padding: 0 clamp(10px, 1.5vw, 20px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  min-width: 0;
}

.why-card:first-child {
  border-left: none;
}

.why-card__icon {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  color: var(--hotdox-red);
}

.why-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-headline);
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: var(--hotdox-white);
}

.why-card p {
  margin: 0;
  font-family: var(--font-text);
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--hotdox-gray);
}

.cta-card {
  position: relative;
  flex: 0 0 min(480px, 40%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 36px 28px 36px 32px;
  overflow: hidden;
  background-color: #0a0a0a;
}

.cta-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.cta-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(0, 0, 0, 0.82) 28%,
      rgba(0, 0, 0, 0.45) 48%,
      rgba(0, 0, 0, 0.12) 62%,
      transparent 78%
    ),
    linear-gradient(180deg, rgba(225, 6, 0, 0.28) 0%, transparent 50%);
}

.cta-card__body {
  position: relative;
  z-index: 2;
  max-width: min(100%, 260px);
}

.cta-card__title {
  margin: 0 0 10px;
  font-family: var(--font-headline);
  font-weight: 400;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 1px;
  color: var(--hotdox-white);
}

.cta-card p {
  margin: 0 0 18px;
  font-family: var(--font-text);
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 1.6;
  color: var(--hotdox-gray);
}

.btn--cta-mockup {
  background: #0a0a0a;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 20px;
}

.btn--cta-mockup:hover {
  background: #1a1a1a;
  border-color: #fff;
  color: #fff;
}

/* Footer */
.site-footer {
  background: var(--hotdox-black);
  border-top: 1px solid var(--border);
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr) 1fr;
  gap: 32px;
  margin-bottom: 40px;
}

.footer-grid h4 {
  margin: 0 0 18px;
  font-family: var(--font-text);
  font-size: var(--text-nav);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--hotdox-white);
}

.footer-grid a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--hotdox-gray);
}

.footer-grid a:hover {
  color: var(--red);
}

.footer-brand p {
  margin: 14px 0 18px;
  font-size: 0.88rem;
  color: var(--text-muted);
  max-width: 28ch;
}

.social {
  display: flex;
  gap: 10px;
}

.social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin: 0;
}

.social a:hover {
  border-color: var(--red);
  color: var(--red);
}

.app-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app-badge {
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.app-badge:hover {
  border-color: var(--red);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
}

.footer-legal {
  display: flex;
  gap: 16px;
}

.footer-legal a:hover {
  color: var(--hotdox-red);
}

/* Subpages */
.page-hero {
  padding: calc(var(--header-h) + 48px) 0 48px;
  background: linear-gradient(180deg, #1a0505 0%, var(--bg) 100%);
}

.page-hero h1 {
  font-family: var(--font-headline);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  text-transform: uppercase;
  margin: 0 0 12px;
  letter-spacing: 1px;
}

.page-hero p {
  margin: 0;
  color: var(--text-muted);
  max-width: 56ch;
}

.page-content {
  padding: 48px 0 80px;
}

.page-content .prose {
  max-width: 720px;
}

.page-content h2 {
  font-family: var(--font-headline);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 32px 0 12px;
}

.page-content p,
.page-content li {
  color: var(--text-muted);
}

@media (max-width: 1200px) {
  .nav {
    margin-left: 20px;
  }

  .nav a {
    margin: 0 3px;
    padding: 8px 4px 10px;
    font-size: 13px;
  }

  .menu-slider__page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(8, auto);
    gap: 12px;
  }

  .why-cta-band {
    flex-direction: column;
  }

  .why-band {
    flex: none;
    padding: 32px 24px;
  }

  .why-grid {
    flex-wrap: wrap;
    gap: 24px 0;
  }

  .why-card {
    flex: 1 1 33.333%;
    border-left: none;
    padding: 0 12px;
  }

  .why-card:nth-child(3n + 2),
  .why-card:nth-child(3n + 3) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .cta-card {
    flex: none;
    min-height: 280px;
    width: 100%;
    padding: 32px 24px;
  }

  .cta-card__img {
    object-position: 65% center;
  }

  .cta-card__body {
    max-width: min(100%, 280px);
  }
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-header__inner {
    position: relative;
    z-index: 120;
  }

  .site-header .logo,
  .site-header .header-actions {
    position: relative;
    z-index: 121;
  }

  .site-header__inner > .nav {
    display: none;
    position: fixed;
    top: var(--mobile-nav-top, var(--header-h));
    left: 0;
    right: 0;
    flex: none;
    width: 100%;
    margin-left: 0;
    padding: 12px 16px 16px;
    background: rgba(0, 0, 0, 0.97);
    border-bottom: 1px solid var(--hotdox-red);
    z-index: 110;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    max-height: calc(100vh - var(--mobile-nav-top, var(--header-h)));
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-header__inner > .nav.is-open {
    display: flex;
  }

  .site-header__inner > .nav a {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0;
    padding: 14px 8px;
    min-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-header__inner > .nav a:last-child {
    border-bottom: none;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
  }

  .hero {
    --hero-slide-h: min(50vh, 440px);
    min-height: calc(var(--hero-slide-h) + var(--header-h) + 24px);
    padding-bottom: 16px;
  }

  .hero__bg {
    background-position: center center;
    background-size: cover;
  }

  .hero__overlay {
    background: transparent;
  }

  .order-layout {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    position: static;
    max-width: none;
    justify-self: stretch;
  }

  .franchise__inner {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --header-h: 112px;
  }

  .container,
  .hero__inner {
    width: calc(100% - 32px);
  }

  .site-header__inner {
    gap: 8px;
  }

  .site-header .logo {
    align-items: flex-start;
    min-width: 0;
    flex: 1 1 auto;
  }

  .logo__name,
  .logo__word {
    font-size: 52px;
  }

  .logo__word {
    -webkit-text-stroke: 1.5px var(--logo-neon-stroke);
    text-stroke: 1.5px var(--logo-neon-stroke);
  }

  .site-header .logo__name,
  .site-header .logo__word {
    font-size: 50px;
  }

  .site-footer .logo__name,
  .site-footer .logo__word {
    font-size: 52px;
  }

  .site-header .logo__word,
  .site-footer .logo__word {
    -webkit-text-stroke: 1.5px var(--logo-neon-stroke);
    text-stroke: 1.5px var(--logo-neon-stroke);
  }

  .site-header .logo__reg,
  .site-footer .logo__reg {
    font-size: 15px;
  }

  .site-header .logo__tag,
  .site-footer .logo__tag {
    font-size: 12px;
    letter-spacing: -0.15px;
  }

  .header-actions {
    flex-shrink: 0;
    gap: 8px;
  }

  .cart-btn {
    padding: 0 12px;
    font-size: 0.68rem;
    letter-spacing: 0.2px;
  }

  .hero__title,
  .hero-title {
    font-size: clamp(2.25rem, 12vw, 52px);
  }

  h2,
  .section-head h2,
  .section-title {
    font-size: 32px;
  }

  .product-card__name,
  .menu-card h3 {
    font-size: 22px;
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__content {
    margin: 10px 0 0 15px;
    max-width: 100%;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .order-header {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 20px;
  }

  /* flex-basis 280px wäre in Spaltenlayout ~280px Mindesthöhe → große Lücke unter dem Untertitel */
  .order-header__intro {
    flex: 0 0 auto;
    min-width: 0;
  }

  .order-toolbar {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .toggle-group,
  .toggle-group button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .location-input {
    width: 100%;
    box-sizing: border-box;
  }

  .categories,
  .menu-categories,
  .kiosk-categories {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 10px;
    margin-bottom: 24px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .categories::-webkit-scrollbar,
  .menu-categories::-webkit-scrollbar,
  .kiosk-categories::-webkit-scrollbar {
    display: none;
  }

  .cat-btn {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-height: 44px;
    min-width: 68px;
  }

  .section-order {
    padding: 40px 0 56px;
  }

  .menus-section,
  .kiosk-section {
    margin-top: 36px;
  }

  .product-preview.is-visible {
    left: 50% !important;
    top: 50% !important;
    right: auto;
    width: min(320px, calc(100vw - 24px));
    transform: translate(-50%, -50%);
  }

  .product-preview__panel {
    max-height: min(75vh, 520px);
    overflow-y: auto;
  }

  .hero {
    --hero-slide-h: min(44vh, 360px);
    min-height: calc(var(--hero-slide-h) + var(--header-h) + 20px);
  }

  .hero__bg {
    background-position: center center;
    background-size: cover;
  }

  .product-slider__nav {
    display: none;
  }

  .product-card {
    flex: 0 0 min(200px, 78vw);
    width: min(200px, 78vw);
    height: auto;
    max-height: none;
  }

  #product-grid .product-card,
  #menus-grid[data-layout="row"] .product-card {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .product-card__desc {
    flex: 0 1 auto;
    min-height: 0;
    margin-bottom: 10px;
    font-size: 0.88rem;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .product-card__body {
    padding: 12px 12px 14px;
  }

  .why-card {
    flex: 1 1 100%;
    border-left: none !important;
    padding: 0 8px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .why-card:last-child {
    border-bottom: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  #menus-grid[data-layout="row"] {
    gap: 14px;
    scroll-snap-type: x proximity;
  }

  #menus-grid[data-layout="row"] .product-card {
    flex: 0 0 min(200px, 78vw);
    width: min(200px, 78vw);
    scroll-snap-align: start;
  }

  #menus-grid[data-layout="row"] .product-card--menu .product-card__name {
    font-size: 0.95rem;
  }

  #menus-grid[data-layout="row"] .product-card--menu .product-card__desc {
    font-size: 0.88rem;
    min-height: 0;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  #menus-grid[data-layout="row"] .product-card--menu .product-card__body {
    padding: 14px 14px 16px;
  }

  #menus-grid[data-layout="row"] .product-card--menu .product-card__foot {
    gap: 10px;
  }

  #menus-grid[data-layout="row"] .product-card--menu .add-btn {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
  }

  #menus-grid[data-layout="row"] .product-card--menu .product-card__price {
    font-size: var(--text-price);
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .franchise__inner {
    gap: 24px;
  }

  .form-row--2 {
    grid-template-columns: 1fr;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding: 20px 16px;
  }
}

@media (max-width: 480px) {
  :root {
    --header-h: 106px;
  }

  .container,
  .hero__inner {
    width: calc(100% - 24px);
  }

  .site-header .logo__name,
  .site-header .logo__word {
    font-size: 42px;
  }

  .site-header .logo__reg {
    font-size: 13px;
  }

  .site-header .logo__tag {
    font-size: 10px;
  }

  .site-header__inner > .nav a {
    font-size: 14px;
    padding: 12px 8px;
    min-height: 44px;
  }

  .cart-btn {
    padding: 0 10px;
    font-size: 0.62rem;
  }

  .order-header__title {
    font-size: 1.45rem;
  }

  .order-header__subtitle,
  .menus-section__subtitle {
    font-size: 0.88rem;
  }

  .hero__title,
  .hero-title {
    font-size: clamp(2rem, 11vw, 44px);
    letter-spacing: 1px;
  }

  .hero__features {
    gap: 10px;
  }

  .hero-feature {
    font-size: 0.5rem;
  }

  .hero-feature__icon {
    width: 28px;
    height: 28px;
  }

  .product-card,
  #menus-grid[data-layout="row"] .product-card {
    flex: 0 0 min(168px, 82vw);
    width: min(168px, 82vw);
  }

  .menu-slider__page {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .btn {
    padding: 12px 20px;
    font-size: 0.85rem;
  }

  .cat-btn {
    min-width: 60px;
    padding: 10px 12px;
    font-size: 11px;
  }
}

/* Checkout */
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr min(380px, 100%);
  gap: 32px;
  align-items: start;
}

.checkout-form {
  background: var(--hotdox-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}

.checkout-form__title {
  margin: 0 0 16px;
  font-family: var(--font-headline);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.checkout-form__title:not(:first-child) {
  margin-top: 28px;
}

.form-row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.form-row--2 {
  grid-template-columns: 1fr 1fr;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 0.88rem;
}

.form-field span {
  color: var(--text-muted);
}

.form-field__label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}

.form-field__hint {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--text-muted);
  opacity: 0.88;
}

.form-field input,
.form-field textarea,
.form-field select {
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.35);
  color: var(--text);
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: 2px solid var(--hotdox-red);
  outline-offset: 0;
}

.form-fieldset {
  border: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.radio-card {
  flex: 1;
  min-width: 120px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
}

.radio-card:has(input:checked) {
  border-color: var(--hotdox-red);
  background: rgba(255, 31, 31, 0.1);
}

.form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  cursor: pointer;
}

.form-check a {
  color: var(--hotdox-red);
  text-decoration: underline;
}

.form-error {
  margin: 0 0 16px;
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(255, 31, 31, 0.15);
  color: #ffb4b4;
  font-size: 0.9rem;
}

.checkout-form__back {
  margin: 16px 0 0;
  text-align: center;
  font-size: 0.88rem;
}

.checkout-form__back a {
  color: var(--text-muted);
}

.checkout-form__back a:hover {
  color: var(--hotdox-red);
}

.checkout-summary {
  position: sticky;
  top: calc(var(--header-h) + 20px);
}

.thank-you {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

.thank-you__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(255, 31, 31, 0.2);
  color: var(--hotdox-red);
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you__order {
  font-size: 1.1rem;
}

.thank-you__eta {
  color: var(--text-muted);
  margin-bottom: 12px;
}

.thank-you__email-hint {
  max-width: 32rem;
  margin: 0 auto 28px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.page-hero--success {
  padding-bottom: 80px;
}

/* ——— Subpages & Checkout (mobile – nach Checkout-Basis, damit nicht überschrieben) ——— */
.prose-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.prose-actions .btn {
  flex: 1 1 auto;
  min-width: min(100%, 220px);
}

.prose code {
  word-break: break-word;
}

.checkout-section {
  padding: 32px 0 48px;
}

.page-checkout .checkout-summary.cart-panel {
  max-width: none;
  justify-self: stretch;
}

.franchise-stats-band {
  padding: 40px 0;
}

.franchise-stats-band .stats {
  width: 100%;
  justify-content: center;
}

@media (max-width: 1024px) {
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .checkout-summary {
    order: -1;
    position: static;
    top: auto;
  }
}

@media (max-width: 768px) {
  .page-hero {
    padding: calc(var(--header-h) + 20px) 0 28px;
  }

  .page-hero h1 {
    font-size: clamp(1.65rem, 7.5vw, 2.25rem);
    letter-spacing: 0.5px;
  }

  .page-hero p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .page-hero--success {
    padding-bottom: 40px;
  }

  .page-content {
    padding: 28px 0 56px;
  }

  .page-content .prose {
    max-width: none;
  }

  .page-content h2 {
    font-size: 1.35rem;
    margin: 24px 0 10px;
  }

  .prose-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .prose-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    box-sizing: border-box;
  }

  .checkout-section {
    padding: 24px 0 40px;
  }

  .checkout-layout {
    gap: 20px;
  }

  .checkout-form {
    padding: 18px 14px 22px;
    border-radius: 8px;
  }

  .checkout-form__title {
    font-size: 1.25rem;
  }

  .checkout-form__title:not(:first-child) {
    margin-top: 22px;
  }

  .form-row--2 {
    grid-template-columns: 1fr;
  }

  .form-field input,
  .form-field textarea,
  .form-field select {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .form-field__label-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .form-fieldset {
    flex-direction: column;
  }

  .radio-card {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .form-check {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .form-check input {
    flex-shrink: 0;
    margin-top: 3px;
  }

  .checkout-summary.cart-panel {
    padding: 16px 14px 18px;
  }

  .checkout-summary.cart-panel h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .checkout-summary .cart-items {
    max-height: none;
  }

  .cart-item {
    grid-template-columns: 40px 1fr auto;
    gap: 8px;
    font-size: 0.78rem;
  }

  .cart-item__thumb {
    width: 40px;
    height: 40px;
  }

  .cart-totals__row--total {
    font-size: 1.1rem;
  }

  .page-checkout .site-header__inner {
    flex-wrap: wrap;
    align-items: center;
  }

  .page-checkout .header-actions {
    flex-shrink: 0;
  }

  .page-checkout .cart-btn {
    padding: 0 10px;
    font-size: 0.62rem;
  }

  .page-legal .site-header__inner,
  .page-thank-you .site-header__inner {
    gap: 10px;
  }

  .page-legal .site-header .logo,
  .page-thank-you .site-header .logo {
    min-width: 0;
    flex: 1 1 auto;
  }

  .page-legal .site-header .logo__tag,
  .page-thank-you .site-header .logo__tag {
    white-space: normal;
    font-size: 9px;
    letter-spacing: 0;
  }

  .page-legal .cart-btn,
  .page-thank-you .header-actions .btn {
    flex-shrink: 0;
    padding: 10px 12px;
    font-size: 0.65rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .thank-you {
    padding: 0 4px;
  }

  .thank-you__icon {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
    margin-bottom: 18px;
  }

  .thank-you__email-hint {
    font-size: 0.88rem;
    margin-bottom: 22px;
  }

  .thank-you .btn {
    width: 100%;
    box-sizing: border-box;
  }

  .franchise-stats-band {
    padding: 32px 0;
  }

  .site-footer .footer-bottom {
    font-size: 0.82rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .checkout-form__title {
    font-size: 1.15rem;
  }

  .page-legal .site-header .logo__name,
  .page-legal .site-header .logo__word {
    font-size: 38px;
  }

  .page-thank-you .site-header .logo__name,
  .page-thank-you .site-header .logo__word {
    font-size: 38px;
  }

  .page-thank-you .header-actions .btn {
    padding: 8px 10px;
    font-size: 0.6rem;
  }
}
