/* Startseite – warmes Gastro-Design (MKO-36). Nur auf "/" geladen (body.home).
   Bewusst IMMER hell und warm (auch bei Dunkelmodus): Creme, Terrakotta, Oliv.
   Struktur/Abstände folgen weiter DESIGN_SYSTEM.md (HIG); Überschriften in ui-serif (New York auf Apple). */
body.home {
  --bg: #fbf6ef; --surface: #ffffff; --surface-2: #f5ecdf; --fill: rgb(120 90 60 / 10%); --fill-2: rgb(120 90 60 / 16%);
  --material: rgb(251 246 239 / 82%); --ink: #2a1f17; --ink-2: #6b5a4c; --ink-3: #a8998b; --line: rgb(42 31 23 / 10%);
  --accent: #c2410c; --accent-ink: #ffffff; --accent-soft: rgb(194 65 12 / 10%);
  --olive: #4d6b2f; --olive-soft: rgb(77 107 47 / 12%); --sand: #f3e6d3;
  --serif: ui-serif, "New York", "Iowan Old Style", Georgia, "Times New Roman", serif;
  color-scheme: light;
  background: var(--bg); color: var(--ink);
}
body.home .site-header { background: var(--material); }
body.home .logo-mark { background: var(--accent); }
body.home .site-footer { margin-top: 0; background: var(--surface-2); }

/* ---------- Knöpfe ---------- */
.h-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; font: 600 16px var(--font);
  background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); text-decoration: none; transition: transform .15s, box-shadow .15s, background .15s; }
.h-btn:hover { text-decoration: none; box-shadow: inset 0 0 0 1px var(--ink-3); }
.h-btn:active { transform: scale(.97); }
.h-btn.primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 8px 24px rgb(194 65 12 / 28%); }
.h-btn.primary:hover { filter: brightness(1.06); }
.h-btn.light { background: #fff; color: var(--accent); box-shadow: none; }
.h-btn.ghost-light { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgb(255 255 255 / 60%); }
.h-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Hero ---------- */
.h-hero { position: relative; overflow: hidden; padding: clamp(40px, 7vw, 88px) 0 clamp(48px, 7vw, 96px);
  background: radial-gradient(1200px 520px at 85% 20%, #f7dcc3 0%, transparent 60%), radial-gradient(900px 480px at 0% 100%, #eef0dd 0%, transparent 55%), var(--bg); }
.h-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.h-eyebrow { display: inline-block; font-size: 14px; font-weight: 600; color: var(--olive); background: var(--olive-soft); padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; }
.h-hero h1 { font: 700 clamp(40px, 5.6vw, 66px)/1.04 var(--serif); letter-spacing: -0.02em; margin: 0 0 18px; color: var(--ink); max-width: none; }
.h-hero h1 em { font-style: italic; color: var(--accent); }
.h-lead { font-size: clamp(18px, 1.8vw, 21px); line-height: 1.45; color: var(--ink-2); max-width: 34em; margin: 0 0 28px; }
.h-trust { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--ink-2); font-size: 15px; }
.h-trust li { display: inline-flex; align-items: center; gap: 8px; }
.h-trust li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: var(--olive) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }

.h-hero-visual { position: relative; min-height: 560px; }
.h-pizza { position: absolute; top: 0; right: 0; width: min(560px, 38vw); height: auto; pointer-events: none; filter: drop-shadow(-20px 30px 40px rgb(80 40 10 / 22%)); }
.h-phone { position: absolute; left: 6%; top: 40px; width: 280px; border-radius: 44px; padding: 11px; background: #1f1a16; box-shadow: 0 40px 80px rgb(60 30 10 / 30%), inset 0 0 0 2px #3a322b; }
.h-phone::before { content: ""; position: absolute; top: 18px; left: 50%; width: 88px; height: 24px; transform: translateX(-50%); border-radius: 14px; background: #1f1a16; z-index: 2; }
.h-phone-screen { position: relative; border-radius: 34px; overflow: hidden; background: #f2f2f7; min-height: 540px; padding: 50px 12px 70px; font-family: var(--font); color: #000; }
.h-ph-head strong { display: block; font: 700 22px var(--font-display); letter-spacing: -0.02em; }
.h-ph-head span { display: block; font-size: 12px; color: rgb(60 60 67 / 60%); }
.h-ph-head .h-ph-table { display: inline-block; margin-top: 6px; font-size: 11px; font-weight: 700; color: #000; background: rgb(194 65 12 / 10%); box-shadow: inset 0 0 0 1px var(--accent); padding: 2px 8px; border-radius: 999px; }
.h-ph-chips { display: flex; gap: 6px; margin: 12px 0 10px; }
.h-ph-chips span { font-size: 11px; font-weight: 600; background: rgb(120 120 128 / 12%); padding: 4px 10px; border-radius: 999px; }
.h-ph-chips span.on { background: var(--accent); color: #fff; }
.h-ph-list { background: #fff; border-radius: 12px; overflow: hidden; }
.h-ph-item { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 10px 12px; }
.h-ph-item + .h-ph-item::before { content: ""; position: absolute; top: 0; left: 12px; right: 0; border-top: .5px solid rgb(60 60 67 / 18%); }
.h-ph-item b { display: block; font-size: 13px; }
.h-ph-item small { display: block; font-size: 11px; color: rgb(60 60 67 / 60%); }
.h-ph-item i { display: inline-block; font-style: normal; font-size: 9px; font-weight: 700; padding: 1px 6px; border-radius: 999px; margin-top: 4px; }
.h-ph-item i.veg { background: rgb(52 199 89 / 12%); color: #2e7d32; } .h-ph-item i.vegan { background: rgb(52 199 89 / 16%); color: #248a3d; } .h-ph-item i.halal { background: rgb(0 122 255 / 12%); color: #0062cc; }
.h-ph-item em { display: block; font-style: normal; font-size: 12px; font-weight: 500; margin-top: 3px; }
.h-ph-add { position: relative; flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 18px; }
.h-ph-add sup { position: absolute; top: -5px; right: -6px; font-size: 9px; background: #ff3b30; color: #fff; min-width: 15px; height: 15px; border-radius: 999px; display: grid; place-items: center; box-shadow: 0 0 0 2px #fff; }
.h-ph-bar { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); display: flex; gap: 6px; padding: 5px; border-radius: 999px; background: rgb(249 249 249 / 90%); box-shadow: 0 6px 20px rgb(0 0 0 / 16%); white-space: nowrap; }
.h-ph-bar span { font-size: 11px; font-weight: 600; padding: 7px 11px; border-radius: 999px; background: rgb(120 120 128 / 12%); }
.h-ph-bar span.accent { background: var(--accent); color: #fff; }
.h-ph-bar sup { background: var(--accent); color: #fff; border-radius: 999px; padding: 0 5px; font-size: 9px; }
.h-qr-card { position: absolute; right: 2%; bottom: 20px; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 18px;
  background: rgb(255 255 255 / 88%); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 20px 50px rgb(60 30 10 / 20%); }
.h-qr { width: 76px; height: 76px; background: #fff; border-radius: 8px; }
.h-qr svg { width: 100%; height: 100%; display: block; }
.h-qr-card strong { display: block; font: 700 20px var(--serif); }
.h-qr-card span { font-size: 13px; color: var(--ink-2); }

/* ---------- Abschnitte ---------- */
.h-section { padding: clamp(56px, 8vw, 96px) 0; }
.h-title { font: 700 clamp(30px, 4vw, 44px)/1.12 var(--serif); letter-spacing: -0.015em; margin: 0 0 10px; text-align: center; }
.h-sub { text-align: center; color: var(--ink-2); font-size: 18px; margin: 0 0 36px; }
#so-gehts .h-title { margin-bottom: 40px; }
.h-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.h-step { background: var(--surface); border-radius: 22px; padding: 28px; box-shadow: 0 1px 2px rgb(60 30 10 / 5%), 0 10px 30px rgb(60 30 10 / 6%); }
.h-step-no { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--sand); color: var(--accent); font: 700 20px var(--serif); margin-bottom: 16px; }
.h-step h3 { font: 700 21px var(--serif); margin: 0 0 8px; }
.h-step p { color: var(--ink-2); margin: 0; font-size: 16px; }

.h-demos-wrap { background: var(--surface-2); }
.h-demos { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.h-demo { display: flex; flex-direction: column; background: var(--surface); border-radius: 22px; overflow: hidden; color: var(--ink); text-decoration: none; box-shadow: 0 10px 30px rgb(60 30 10 / 8%); transition: transform .2s, box-shadow .2s; }
.h-demo:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgb(60 30 10 / 14%); text-decoration: none; }
.h-demo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--sand); }
.h-demo-body { padding: 20px 22px 24px; }
.h-demo-kind { font-size: 13px; font-weight: 600; color: var(--olive); }
.h-demo h3 { font: 700 23px var(--serif); margin: 4px 0 6px; }
.h-demo p { color: var(--ink-2); margin: 0 0 12px; font-size: 15px; }
.h-demo-link { color: var(--accent); font-weight: 600; font-size: 15px; }

.h-formats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.h-format { position: relative; display: flex; flex-direction: column; gap: 8px; background: var(--surface); border-radius: 22px; padding: 26px 22px; box-shadow: 0 10px 30px rgb(60 30 10 / 6%); }
.h-format h3 { font: 700 20px var(--serif); margin: 0; }
.h-format p { color: var(--ink-2); font-size: 15px; margin: 0; flex: 1; }
.h-price { font: 700 30px var(--font-display); letter-spacing: -0.03em; margin-top: 8px; }
.h-price small { font: 500 14px var(--font); color: var(--ink-2); letter-spacing: 0; }
.h-setup { color: var(--ink-2); font-size: 13px; }
.h-format.featured { background: linear-gradient(160deg, #fff 0%, #fff4ea 100%); box-shadow: 0 0 0 2px var(--accent), 0 20px 50px rgb(194 65 12 / 18%); }
.h-badge { position: absolute; top: 18px; right: 18px; font-size: 12px; font-weight: 700; color: var(--accent-ink); background: var(--accent); padding: 3px 10px; border-radius: 999px; }

.h-addons { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; margin-top: 28px; background: var(--surface); border-radius: 26px; padding: 32px; box-shadow: 0 10px 30px rgb(60 30 10 / 6%); align-items: center; }
.h-addons-text h3 { font: 700 26px/1.2 var(--serif); margin: 0 0 8px; }
.h-addons-text p { color: var(--ink-2); margin: 0 0 18px; }
.h-addons-text img { width: 100%; max-width: 360px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; }
.h-addon-list { list-style: none; padding: 0; margin: 0; }
.h-addon-list li { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 16px 0; }
.h-addon-list li + li { box-shadow: inset 0 .5px 0 var(--line); }
.h-addon-list strong { display: block; font-size: 17px; }
.h-addon-list span { color: var(--ink-2); font-size: 15px; }
.h-addon-list em { font-style: normal; font-weight: 700; white-space: nowrap; color: var(--olive); }

.h-cta-band { background: linear-gradient(135deg, #c2410c 0%, #9a3412 100%); color: #fff; text-align: center; padding: clamp(56px, 8vw, 88px) 0; }
.h-cta-band h2 { font: 700 clamp(30px, 4vw, 44px)/1.1 var(--serif); margin: 0 0 10px; }
.h-cta-band p { color: rgb(255 255 255 / 85%); font-size: 19px; margin: 0 0 28px; }
.h-cta-band .h-cta { justify-content: center; }

/* ---------- Mobil ---------- */
@media (max-width: 980px) {
  .h-hero-grid { grid-template-columns: 1fr; }
  .h-hero-visual { min-height: 520px; max-width: 460px; margin: 0 auto; width: 100%; }
  .h-pizza { width: 46vw; opacity: .35; }
  .h-formats { grid-template-columns: repeat(2, 1fr); }
  .h-addons { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .h-steps, .h-formats { grid-template-columns: 1fr; }
  .h-phone { left: 50%; transform: translateX(-50%) scale(.92); transform-origin: top center; }
  .h-pizza { display: none; }
  .h-qr-card { right: 0; bottom: 0; }
  .h-addons { padding: 22px; }
}

