/* Housewarm – Webseite. Dieselben Farben wie die App (ios-app/lib/gestalt.ts). */

:root {
  --leinen: #F7F2EC;
  --leinen-tief: #EFE8DF;
  --karte: #FFFFFF;
  --tinte: #2E2028;
  --tinte-soft: #6B5A62;
  --haar: rgba(46, 32, 40, 0.12);
  --beere: #E23D60;
  --beere-tief: #C22F4E;
  --lilac: #B9A7DA;
  --lilac-soft: #E7E0F2;
  --amber: #FFC857;
  --gruen: #2E8B57;
  --dunkel: #131A21;
  --dunkel-karte: #1C242C;
  --rundung: 22px;
  --schatten: 0 18px 50px rgba(46, 32, 40, 0.14);
  --schrift: "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --schrift-kopf: "Fraunces", "Georgia", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--schrift);
  font-size: 17px;
  line-height: 1.55;
  color: var(--tinte);
  background: var(--leinen);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--schrift-kopf); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; margin: 0; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.3rem; font-family: var(--schrift); font-weight: 800; letter-spacing: -0.01em; }
h1 em, h2 em { font-style: italic; color: var(--beere); }
p { margin: 0; }
.unsichtbar { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.rahmen { width: min(1160px, 100% - 40px); margin-inline: auto; }
.rahmen.schmal { width: min(820px, 100% - 40px); }

/* ── Kopf ─────────────────────────────────────────── */
.kopf {
  position: sticky; top: 0; z-index: 20;
  background: rgba(247, 242, 236, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--haar);
}
.kopf-zeile { display: flex; align-items: center; gap: 24px; height: 68px; }
.marke { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.15rem; letter-spacing: -0.02em; }
.marke img { border-radius: 9px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { text-decoration: none; font-weight: 600; color: var(--tinte-soft); font-size: 0.95rem; }
.nav a:hover { color: var(--tinte); }

.knopf {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--beere); color: #fff; text-decoration: none;
  font-weight: 800; padding: 14px 24px; border-radius: 999px; border: 0;
  font-family: var(--schrift); font-size: 1rem; cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.knopf:hover { background: var(--beere-tief); transform: translateY(-1px); }
.knopf-klein { padding: 10px 18px; font-size: 0.92rem; }

/* ── Held ─────────────────────────────────────────── */
.held { padding: 56px 0 40px; }
.held-gitter { display: grid; grid-template-columns: 1.05fr 1fr; grid-template-areas: "kopf bild" "rest bild"; column-gap: 48px; align-items: center; }
.held-kopf { grid-area: kopf; align-self: end; }
.held-rest { grid-area: rest; align-self: start; }
.held-gitter .vergleich { grid-area: bild; }
.vorzeile {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--beere);
  margin-bottom: 18px;
}
.vorzeile .punkt { width: 8px; height: 8px; border-radius: 50%; background: var(--beere); box-shadow: 0 0 0 4px rgba(226, 61, 96, 0.18); }
.unterzeile { color: var(--tinte-soft); font-size: 1.12rem; margin-top: 20px; max-width: 56ch; }
.laden-reihe { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.laden-reihe.mitte { justify-content: center; }
.store-knopf {
  display: inline-flex; flex-direction: column; justify-content: center;
  background: var(--tinte); color: #fff; text-decoration: none;
  border-radius: 12px; padding: 8px 18px 9px 18px; min-width: 168px; line-height: 1.1;
}
.store-knopf:hover { background: #1a1218; }
.store-knopf-still { opacity: .55; }
.store-klein { font-size: 0.7rem; font-weight: 600; opacity: .8; }
.store-gross { font-size: 1.15rem; font-weight: 800; letter-spacing: -0.01em; }
.held-klein { margin-top: 18px; color: var(--tinte-soft); font-size: 0.95rem; }
.held-klein a { color: var(--beere); font-weight: 700; text-decoration: none; }

/* Vorher/Nachher */
.vergleich {
  position: relative; margin: 0; border-radius: var(--rundung); overflow: hidden;
  box-shadow: var(--schatten); aspect-ratio: 3 / 2; background: var(--leinen-tief);
  --pos: 30%;
  user-select: none; -webkit-user-select: none; touch-action: pan-y;
}
.vergleich img { width: 100%; height: 100%; object-fit: cover; }
.vergleich-nachher, .vergleich-vorher { position: absolute; inset: 0; }
.vergleich-vorher { clip-path: inset(0 calc(100% - var(--pos)) 0 0); z-index: 2; }
.vergleich-nachher .etikett { z-index: 1; }
.vergleich-vorher .etikett { z-index: 3; }
.griff {
  position: absolute; top: 0; bottom: 0; left: var(--pos); width: 0; border: 0; background: none; padding: 0; cursor: ew-resize; z-index: 3;
}
.griff::before { content: ""; position: absolute; top: 0; bottom: 0; left: -1.5px; width: 3px; background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.griff span {
  position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.griff span::before, .griff span::after {
  content: ""; position: absolute; top: 50%; width: 0; height: 0; border: 6px solid transparent; transform: translateY(-50%);
}
.griff span::before { left: 8px; border-right-color: var(--tinte); border-left: 0; }
.griff span::after { right: 8px; border-left-color: var(--tinte); border-right: 0; }
.regler { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: ew-resize; z-index: 4; }
.etikett {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  background: rgba(46, 32, 40, 0.8); color: #fff; font-weight: 700; font-size: 0.78rem;
  padding: 6px 11px; border-radius: 999px; backdrop-filter: blur(6px);
}
.etikett-rechts { left: auto; right: 14px; }
.schild {
  position: absolute; left: var(--x); top: var(--y); z-index: 1; transform: translate(-6px, -50%);
  display: flex; flex-direction: column; text-decoration: none;
  background: rgba(255,255,255,.96); color: var(--tinte); padding: 6px 11px 6px 22px; border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,.18); line-height: 1.15; white-space: nowrap;
  animation: schild-auf .5s ease both;
}
.schild::before {
  content: ""; position: absolute; left: 8px; top: 50%; width: 8px; height: 8px; border-radius: 50%; transform: translateY(-50%);
  background: var(--beere); box-shadow: 0 0 0 3px rgba(226,61,96,.25);
}
.schild b { font-size: 0.92rem; font-weight: 800; }
.schild span { font-size: 0.68rem; color: var(--tinte-soft); font-weight: 600; }
.schild:hover { background: #fff; }
@keyframes schild-auf { from { opacity: 0; transform: translate(-6px, -30%); } to { opacity: 1; transform: translate(-6px, -50%); } }
.schild:nth-of-type(2) { animation-delay: .1s; } .schild:nth-of-type(3) { animation-delay: .2s; }
.schild:nth-of-type(4) { animation-delay: .3s; } .schild:nth-of-type(5) { animation-delay: .4s; }

/* ── Händler: ein laufendes Band ─────────────────── */
.haendler { padding: 34px 0 14px; overflow: hidden; }
.haendler-zeile { text-align: center; color: var(--tinte-soft); font-size: 1.02rem; margin-bottom: 22px; }
.haendler-zeile b { color: var(--tinte); }
.haendler-band {
  display: flex; gap: 14px; width: max-content;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.haendler-spur {
  list-style: none; margin: 0; padding: 0; display: flex; gap: 14px; flex: none;
  animation: haendler-lauf 55s linear infinite;
}
.haendler-band:hover .haendler-spur { animation-play-state: paused; }
@keyframes haendler-lauf { to { transform: translateX(calc(-100% - 14px)); } }
.haendler-karte {
  position: relative; flex: none; display: flex; flex-direction: column; justify-content: center; gap: 2px;
  min-width: 184px; padding: 18px 24px; border-radius: 18px;
  background: var(--karte); border: 1px solid var(--haar); box-shadow: 0 6px 22px rgba(46,32,40,.06);
}
.haendler-karte b { font-family: var(--schrift-kopf); font-weight: 600; font-size: 1.55rem; letter-spacing: -0.01em; line-height: 1.1; white-space: nowrap; }
.haendler-karte span { font-size: .78rem; font-weight: 700; color: var(--tinte-soft); text-transform: uppercase; letter-spacing: .08em; }
.haendler-neu::after {
  content: "Neu"; position: absolute; top: 10px; right: 12px; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  background: var(--beere); color: #fff; padding: 3px 8px; border-radius: 999px;
}
@media (prefers-reduced-motion: reduce) {
  .haendler-spur { animation: none; flex-wrap: wrap; justify-content: center; width: 100%; }
  .haendler-band { width: 100%; mask-image: none; -webkit-mask-image: none; }
  .haendler-spur[aria-hidden="true"] { display: none; }
}

/* ── Abschnitte ───────────────────────────────────── */
.abschnitt { padding: 88px 0; }
.abschnitt-hell { background: var(--karte); }
.abschnitt-dunkel { background: var(--dunkel); color: #fff; }
.abschnitt-dunkel .unterzeile { color: rgba(255,255,255,.7); }
.abschnitt-dunkel .vorzeile { color: var(--amber); }
.abschnitt-dunkel .vorzeile .punkt { background: var(--amber); }
.abschnitt-kopf { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.abschnitt-kopf .unterzeile { margin-inline: auto; }
.abschnitt-kopf.links { text-align: left; margin: 0; }
.abschnitt-kopf.links .unterzeile { margin-inline: 0; }

.karten { display: grid; gap: 22px; }
.karten.drei { grid-template-columns: repeat(3, 1fr); }
.karte { background: var(--karte); border-radius: var(--rundung); padding: 30px 28px; border: 1px solid var(--haar); }
.abschnitt-hell .karte { background: var(--leinen); }
.karte-symbol { width: 52px; height: 52px; border-radius: 14px; background: var(--lilac-soft); display: grid; place-items: center; margin-bottom: 18px; }
.karte-symbol svg { width: 28px; height: 28px; fill: none; stroke: var(--tinte); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.karte h3 { margin-bottom: 10px; }
.karte p { color: var(--tinte-soft); }

/* ── Räume: Vorher/Nachher je Raum ─────────────── */
.raum-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 26px; }
.raum-tabs button {
  border: 1px solid var(--haar); background: var(--karte); color: var(--tinte); cursor: pointer;
  font-family: var(--schrift); font-weight: 700; font-size: .95rem; padding: 10px 18px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 8px;
}
.raum-tabs button[aria-selected="true"] { background: var(--tinte); color: #fff; border-color: var(--tinte); }
.raum-tabs .bald { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--beere); color: #fff; padding: 3px 7px; border-radius: 999px; }
.raum-tabs button[aria-selected="true"] .bald { background: var(--amber); color: var(--tinte); }
.raum { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: center; }
.raum[hidden] { display: none; }
.paar { position: relative; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.paar-bild { position: relative; border-radius: var(--rundung); overflow: hidden; aspect-ratio: 4 / 3; background: var(--leinen-tief); box-shadow: var(--schatten); }
.paar-bild img { width: 100%; height: 100%; object-fit: cover; }
.raum-text h3 { font-size: 1.5rem; margin-bottom: 10px; }
.raum-text p { color: var(--tinte-soft); font-size: 1.05rem; }
.raum-draussen { grid-template-columns: 1fr; }
.draussen-karte { background: var(--karte); border: 1px solid var(--haar); border-radius: var(--rundung); padding: 40px 36px; max-width: 720px; margin: 0 auto; box-shadow: var(--schatten); }
.draussen-karte h3 { font-family: var(--schrift-kopf); font-weight: 600; font-size: 2rem; margin: 6px 0 14px; }
.draussen-karte > p { color: var(--tinte-soft); font-size: 1.05rem; }

/* ── Schritte ─────────────────────────────────────── */
.schritte { list-style: none; margin: 0; padding: 0; display: grid; gap: 64px; }
.schritt { display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: center; }
.schritt:nth-child(even) .schritt-bild { order: 2; }
.schritt-bild { position: relative; border-radius: var(--rundung); overflow: hidden; box-shadow: var(--schatten); aspect-ratio: 3 / 2; background: var(--leinen-tief); }
.schritt-bild > img { width: 100%; height: 100%; object-fit: cover; }
.schritt-nr {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--beere); color: #fff; font-weight: 800; margin-bottom: 16px;
}
.schritt-text h3 { font-size: 1.6rem; margin-bottom: 12px; }
.schritt-text p { color: var(--tinte-soft); font-size: 1.05rem; max-width: 46ch; }

.stil-wechsler img { transition: opacity .35s ease; }
.stil-wechsler img.wechselt { opacity: 0; }
.stil-pillen { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2; display: flex; gap: 8px; flex-wrap: wrap; }
.stil-pillen button {
  border: 0; cursor: pointer; font-family: var(--schrift); font-weight: 700; font-size: 0.82rem;
  padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--tinte); backdrop-filter: blur(6px);
}
.stil-pillen button[aria-selected="true"] { background: var(--beere); color: #fff; }

/* Warenliste */
.schritt-bild-liste { aspect-ratio: auto; }
.warenliste { position: relative; background: var(--leinen); display: flex; flex-direction: column; padding: 16px; gap: 6px; overflow: hidden; }
.warenliste-kopf { display: flex; justify-content: space-between; align-items: baseline; padding: 2px 6px 8px; }
.warenliste-kopf span { color: var(--tinte-soft); font-size: .85rem; }
.ware {
  display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center;
  background: var(--karte); border-radius: 14px; padding: 8px 12px 8px 8px; text-decoration: none; border: 1px solid var(--haar);
}
.ware img { width: 52px; height: 52px; object-fit: contain; border-radius: 10px; background: #fff; }
.ware-text { display: flex; flex-direction: column; min-width: 0; }
.ware-text b { font-size: .92rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ware-text small { color: var(--tinte-soft); font-size: .76rem; }
.passt { font-style: normal; color: var(--gruen); font-weight: 700; }
.ware-preis { font-weight: 800; font-size: .95rem; white-space: nowrap; }
.warenliste-fuss { margin-top: auto; display: flex; justify-content: space-between; padding: 8px 6px 0; border-top: 1px solid var(--haar); font-size: .95rem; }

/* ── Händlerin ────────────────────────────────────── */
.zwei-spalten { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.sprech { display: flex; flex-direction: column; gap: 14px; padding: 28px; background: var(--karte); border-radius: var(--rundung); border: 1px solid var(--haar); box-shadow: var(--schatten); }
.blase { max-width: 88%; padding: 14px 18px; border-radius: 20px; font-size: 1rem; line-height: 1.4; }
.blase-du { align-self: flex-end; background: var(--beere); color: #fff; border-bottom-right-radius: 6px; }
.blase-sie { align-self: flex-start; background: var(--leinen); border-bottom-left-radius: 6px; }
.blase-sie b { display: block; font-weight: 600; margin-bottom: 12px; }
.mini-regal { display: flex; gap: 10px; }
.mini-regal span { display: flex; flex-direction: column; gap: 6px; font-size: .78rem; font-weight: 700; color: var(--tinte-soft); }
.mini-regal img { width: 118px; height: 80px; object-fit: cover; border-radius: 10px; }
.haken { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.haken li { position: relative; padding-left: 32px; font-weight: 600; }
.haken li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--lilac-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 7' fill='none' stroke='%232E2028' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ── Galerie ──────────────────────────────────────── */
.galerie { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.galerie figure { margin: 0; border-radius: 18px; overflow: hidden; background: var(--leinen-tief); aspect-ratio: 4 / 3; position: relative; }
.galerie img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.galerie figure:hover img { transform: scale(1.04); }
.galerie figcaption {
  position: absolute; left: 12px; bottom: 12px; background: rgba(46,32,40,.78); color: #fff; font-size: .76rem; font-weight: 700;
  padding: 5px 10px; border-radius: 999px; backdrop-filter: blur(6px);
}

/* ── Tabelle ──────────────────────────────────────── */
.tabelle-huelle { overflow-x: auto; border-radius: var(--rundung); border: 1px solid var(--haar); background: var(--karte); }
.tabelle { width: 100%; border-collapse: collapse; min-width: 640px; }
.tabelle th, .tabelle td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--haar); vertical-align: middle; }
.tabelle thead th { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--tinte-soft); }
.tabelle tbody tr:last-child td { border-bottom: 0; }
.tabelle td:first-child { font-weight: 700; }
.tabelle .wir { background: rgba(226,61,96,.06); }
.tabelle thead .wir { color: var(--beere); }
.ja, .nein, .halb { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.ja::before, .nein::before, .halb::before { content: ""; width: 10px; height: 10px; border-radius: 50%; flex: none; }
.ja::before { background: var(--gruen); } .nein::before { background: var(--beere); } .halb::before { background: var(--amber); }
.nein, .halb { color: var(--tinte-soft); }

/* ── Preise ───────────────────────────────────────── */
.preis-karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.preis-karte { background: var(--dunkel-karte); border-radius: var(--rundung); padding: 32px 28px; border: 1px solid rgba(255,255,255,.08); }
.preis-karte-akzent { background: var(--beere); border-color: transparent; }
.preis-name { font-weight: 800; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; opacity: .85; }
.preis-zahl { font-family: var(--schrift-kopf); font-size: 2.6rem; font-weight: 600; margin: 12px 0 14px; line-height: 1; }
.preis-text { opacity: .82; font-size: .98rem; }

/* ── FAQ ──────────────────────────────────────────── */
.faq { display: grid; gap: 10px; }
.faq details { background: var(--karte); border: 1px solid var(--haar); border-radius: 16px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; font-weight: 800; padding: 18px 36px 18px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%; background: var(--lilac-soft); display: grid; place-items: center; font-weight: 800;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 20px; color: var(--tinte-soft); }

/* ── Laden ────────────────────────────────────────── */
.laden { padding-top: 40px; }
.laden-karte {
  text-align: center; background: var(--karte); border-radius: 28px; padding: 56px 32px; border: 1px solid var(--haar); box-shadow: var(--schatten);
}
.laden-logo { margin: 0 auto 22px; border-radius: 18px; }
.laden-karte .unterzeile { margin-inline: auto; }
.warteliste { display: flex; gap: 10px; max-width: 480px; margin: 28px auto 0; }
.warteliste input {
  flex: 1; min-width: 0; font: inherit; padding: 14px 18px; border-radius: 999px; border: 1.5px solid var(--haar); background: var(--leinen); color: var(--tinte);
}
.warteliste input:focus { outline: 2px solid var(--beere); border-color: transparent; }
.warteliste-antwort { min-height: 1.4em; margin-top: 12px; font-weight: 700; color: var(--gruen); }
.warteliste-antwort.fehler { color: var(--beere); }
.laden-karte .laden-reihe { margin-top: 26px; }

/* ── Fuß ──────────────────────────────────────────── */
.fuss { padding: 40px 0 48px; border-top: 1px solid var(--haar); }
.fuss-zeile { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.fuss-marke { display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; align-items: center; font-weight: 800; }
.fuss-marke img { border-radius: 8px; grid-row: span 2; }
.fuss-marke small { font-weight: 500; color: var(--tinte-soft); font-size: .85rem; }
.fuss-nav { display: flex; gap: 22px; }
.fuss-nav a { text-decoration: none; color: var(--tinte-soft); font-weight: 600; font-size: .92rem; }

/* Unterseiten */
.text-seite { padding: 56px 0 80px; }
.text-seite h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 24px; }
.text-seite h2 { font-size: 1.35rem; font-family: var(--schrift); font-weight: 800; margin: 32px 0 8px; }
.text-seite p, .text-seite li { color: var(--tinte-soft); max-width: 70ch; }
.text-seite p + p { margin-top: 10px; }

/* ── Handy ────────────────────────────────────────── */
@media (max-width: 960px) {
  .held-gitter, .schritt, .zwei-spalten, .raum { grid-template-columns: 1fr; }
  .held-gitter { grid-template-areas: "kopf" "bild" "rest"; row-gap: 24px; }
  .held-rest .unterzeile { margin-top: 0; }
  .schritt:nth-child(even) .schritt-bild { order: 0; }
  .karten.drei, .preis-karten { grid-template-columns: 1fr; }
  .galerie { grid-template-columns: repeat(2, 1fr); }
  .nav { display: none; }
  .abschnitt { padding: 64px 0; }
  .held { padding-top: 32px; }
  .schild:nth-of-type(n+4) { display: none; }
  .zwei-spalten .sprech { order: 2; }
}
@media (max-width: 700px) {
  .tabelle { min-width: 0; }
  .tabelle thead { display: none; }
  .tabelle tr { display: block; padding: 14px 16px; border-bottom: 1px solid var(--haar); }
  .tabelle tbody tr:last-child { border-bottom: 0; }
  .tabelle td { display: block; padding: 3px 0; border: 0; }
  .tabelle td:first-child { font-weight: 800; margin-bottom: 4px; }
  .tabelle td.wir { background: none; }
  .tabelle td.wir .ja::after { content: "Housewarm"; font-size: .72rem; font-weight: 800; color: var(--beere); margin-left: 6px; text-transform: uppercase; letter-spacing: .06em; }
  .tabelle td:nth-child(2) .nein::after, .tabelle td:nth-child(2) .halb::after { content: "andere Apps"; font-size: .72rem; font-weight: 700; color: var(--tinte-soft); margin-left: 6px; text-transform: uppercase; letter-spacing: .06em; }
  .galerie figcaption { font-size: .66rem; padding: 4px 8px; left: 8px; bottom: 8px; }
}
@media (max-width: 560px) {
  .vergleich, .schritt-bild { aspect-ratio: 4 / 3; }
  .haendler-karte { min-width: 150px; padding: 14px 18px; } .haendler-karte b { font-size: 1.3rem; }
  .haendler-spur { animation-duration: 40s; }
  body { font-size: 16px; }
  .schild { padding: 4px 9px 4px 18px; } .schild b { font-size: .8rem; } .schild span { display: none; }
  .warteliste { flex-direction: column; }
  .store-knopf { min-width: 0; flex: 1; }
  .stil-pillen button { font-size: .74rem; padding: 6px 10px; }
  .warenliste { padding: 10px; gap: 4px; }
  .ware { padding: 6px 8px 6px 6px; grid-template-columns: 40px 1fr auto; }
  .ware img { width: 40px; height: 40px; }
  .laden-karte { padding: 40px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .schild { animation: none; }
}
