/* Kuhli Muh — Landingpage (Entwurf, Design: Kuhli Muh Landingpage.dc.html) */

@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/baloo2-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC;
}
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/baloo2-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/nunito-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/nunito-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+2020, U+20A0-20AB, U+20AD-20C0;
}

:root {
  --bg: #FFF6E9;
  --card: #FFFDF6;
  --ink: #3A2A21;
  --ink-soft: #6E594C;
  --accent: #C13A76;         /* CTAs, Preise, Links auf hell */
  --accent-dark: #A82F65;
  --accent-soft: #F6BBD3;
  --brown: #8A5230;          /* Sekundär-Buttons, Überschriften auf Creme */
  --brown-dark: #6E3F1B;
  --blue: #3E8FD0;           /* Hero-Himmel */
  --blue-deep: #2E6FA8;      /* Topbar / Qualitäts-Panel (AA-sicher mit Weiß) */
  --blue-deeper: #275F91;
  --gold: #F2A93B;
  --green-bg: #E9F1DF;
  --green: #3F7A3F;
  --paper: #FFFDF6;
  --radius-l: 26px;
  --radius-m: 16px;
  --font-display: "Baloo 2", "Avenir Next Rounded", "Arial Rounded MT Bold", system-ui, sans-serif;
  --font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  hyphens: auto;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
}

img, svg { max-width: 100%; height: auto; }

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.1;
  margin: 0 0 0.5em;
}

a { color: var(--brown); }
a:hover { color: var(--brown-dark); }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 var(--radius-m) 0;
  z-index: 20;
}
.skip-link:focus { left: 0; }

/* ---------- Launch-Banner ---------- */

.launch-banner {
  background: var(--gold);
  color: var(--ink);
  text-align: center;
  padding: 10px 20px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  hyphens: manual;
}
.launch-banner .code {
  background: var(--bg);
  border-radius: 8px;
  padding: 1px 10px;
  letter-spacing: 0.06em;
}

/* ---------- Topbar / Navigation (liegt als Overlay über dem Vollbild-Hero) ---------- */

.site-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.topbar {
  background: linear-gradient(180deg, rgba(23, 58, 98, 0.55) 0%, rgba(23, 58, 98, 0) 100%);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 32px;
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.65rem;
  color: #FFFDF6;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(30, 60, 100, 0.35);
}
.wordmark:hover { color: #FFFDF6; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px 28px;
  flex-wrap: wrap;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
}
.site-nav > a {
  color: #FFFDF6;
  text-decoration: none;
  text-shadow: 0 1px 6px rgba(30, 60, 100, 0.4);
}
.site-nav > a:hover { text-decoration: underline; text-underline-offset: 4px; color: #FFFDF6; }

.cart-button {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  background: #FFFDF6;
  color: var(--ink);
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(30, 60, 100, 0.25);
}
.cart-button .cart-count {
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  min-width: 22px;
  padding: 0 6px;
  text-align: center;
  font-size: 0.85em;
  line-height: 22px;
}

/* ---------- Hero ---------- */

/* Vollbild-Hero: füllt den ganzen Viewport, Bild als Cover.
   Bild/Video-Austausch: einfach hero-img ersetzen, object-position auf den
   Bildfokus einstellen. */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--blue-deep) 0%, var(--blue) 22%, #55A5E2 55%, #8CC8F2 100%);
  min-height: 640px;
  height: 100dvh;
  display: flex;
  align-items: center;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.03);
  transform-origin: 55% 40%;
  object-fit: cover;
  object-position: 55% 30%;
  will-change: transform;
  transition: transform 0.25s ease-out;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 58, 98, 0.55) 0%, rgba(23, 58, 98, 0.28) 42%, rgba(23, 58, 98, 0) 65%),
    linear-gradient(180deg, rgba(23, 58, 98, 0.35) 0%, rgba(23, 58, 98, 0) 30%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px 56px;
}

.hero-text {
  max-width: 600px;
  will-change: transform;
}

.kicker {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFE9B8;
  text-shadow: 0 1px 8px rgba(30, 60, 100, 0.45);
}

.hero h1 {
  margin: 0;
  font-weight: 800;
  font-size: clamp(3.6rem, 8.5vw, 7rem);
  line-height: 0.95;
  color: #FFFDF6;
  text-shadow: 0 4px 14px rgba(25, 55, 95, 0.55), 0 10px 34px rgba(25, 55, 95, 0.35);
  letter-spacing: -0.01em;
}

.hero .claim {
  margin: 18px 0 26px;
  max-width: 26em;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.5;
  color: #F2F9FF;
  text-shadow: 0 1px 10px rgba(25, 55, 95, 0.5);
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 15px 38px;
  cursor: pointer;
  white-space: nowrap;
}
.button-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 22px rgba(120, 20, 70, 0.35);
}
.button-primary:hover { background: var(--accent-dark); color: #fff; }
.button-primary[disabled] { opacity: 0.55; cursor: default; }
.button-ghost {
  background: rgba(255, 253, 246, 0.18);
  border: 2.5px solid #FFFDF6;
  color: #FFFDF6;
  padding: 12.5px 34px;
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 22px rgba(25, 55, 95, 0.3);
}
.button-ghost:hover { background: rgba(255, 253, 246, 0.32); color: #FFFDF6; }

.hero-curve {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -46px;
  height: 90px;
  background: var(--bg);
  border-radius: 50% 50% 0 0;
  z-index: 3;
  box-shadow: 0 -10px 30px rgba(30, 60, 100, 0.18);
}

/* ---------- Sektionen ---------- */

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px;
}
.section-sorten { padding-top: 84px; padding-bottom: 40px; }

.section h2 {
  font-weight: 800;
  font-size: clamp(2.1rem, 4vw, 2.85rem);
  color: var(--brown);
}

.section-head {
  text-align: center;
  margin-bottom: 44px;
}
.section-head h2 { margin-bottom: 10px; }
.section-head .intro {
  margin: 0 auto;
  max-width: 36em;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ---------- Produkte ---------- */

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.product-card {
  background: var(--card);
  border-radius: var(--radius-l);
  padding: 18px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 16px 38px rgba(138, 82, 48, 0.18), 0 3px 8px rgba(138, 82, 48, 0.1);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 52px rgba(138, 82, 48, 0.26), 0 6px 14px rgba(138, 82, 48, 0.12);
}

.product-media {
  height: 220px;
  border-radius: var(--radius-m);
  overflow: hidden;
  background: #FBEAD2;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-media.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #C9A88F;
  color: var(--ink-soft);
  font-size: 0.9rem;
  text-align: center;
  padding: 12px;
}

.product-card h3 {
  margin: 6px 4px 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--ink);
}
.product-card .desc {
  margin: 0 4px;
  flex-grow: 1;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 6px 4px 0;
}
.product-card .price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--accent);
}
.product-card .baseprice {
  display: block;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.add-button {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  background: var(--brown);
  color: var(--bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(110, 63, 27, 0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}
.add-button:hover { background: var(--brown-dark); transform: translateY(-2px); }
.add-button[disabled] { opacity: 0.55; cursor: default; transform: none; }

.shop-status {
  margin-top: 24px;
  text-align: center;
  color: var(--ink-soft);
}

/* ---------- Entwurfs-Hinweise (nur im Draft sichtbar) ---------- */

.draft-note {
  border: 2px dashed #C9A88F;
  border-radius: var(--radius-m);
  padding: 14px 20px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}
.draft-note strong { color: var(--brown); font-family: inherit; }
.draft-note-center {
  margin: 28px auto 0;
  max-width: 44em;
  text-align: center;
}

/* ---------- Qualität ---------- */

.section-quality { padding-top: 40px; }

.quality-panel {
  background: linear-gradient(180deg, var(--blue-deep) 0%, var(--blue-deeper) 100%);
  border-radius: 34px;
  padding: 52px 48px;
  color: #FFFDF6;
  box-shadow: 0 24px 56px rgba(46, 110, 170, 0.35), 0 4px 12px rgba(46, 110, 170, 0.2);
}
.quality-panel h2 {
  margin: 0 0 34px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  color: #FFFDF6;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.quality-item { text-align: center; }
.quality-num {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #FFFDF6;
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 64px;
  box-shadow: 0 8px 18px rgba(20, 60, 100, 0.3);
}
.quality-item h3 {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 1.3rem;
  color: #FFFDF6;
}
.quality-item p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.55;
  color: #E3F0FB;
}

.quality-note {
  margin: 30px auto 0;
  max-width: 44em;
  text-align: center;
  font-size: 0.85rem;
  color: #C7E0F5;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

/* ---------- Geschichte ---------- */

.section-story { padding-top: 24px; padding-bottom: 72px; }

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.story-photo {
  height: 420px;
  transform: rotate(-2deg);
  border-radius: 30px;
  box-shadow: 0 22px 48px rgba(138, 82, 48, 0.24), 0 5px 12px rgba(138, 82, 48, 0.12);
  background: #FBEAD2;
  border: 2px dashed #C9A88F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  text-align: center;
}

.kicker-accent {
  color: var(--accent);
  text-shadow: none;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}

.story-text h2 {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--brown);
  line-height: 1.05;
}
.story-text > p {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5C4638;
}

/* ---------- Standorte ---------- */

.section-standorte {
  background: var(--green-bg);
  padding: 72px 32px;
}
.standorte-inner { max-width: 1180px; margin: 0 auto; }
.standorte-inner h2 {
  margin: 0 0 34px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  color: var(--green);
}

.stand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.stand-card {
  background: var(--card);
  border-radius: 22px;
  padding: 26px 28px;
  box-shadow: 0 12px 28px rgba(63, 122, 63, 0.16), 0 3px 8px rgba(63, 122, 63, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(63, 122, 63, 0.22);
}
.stand-card h3 {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--ink);
}
.stand-card p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.stand-note {
  margin: 26px auto 0;
  max-width: 40em;
  text-align: center;
  font-size: 0.85rem;
  color: #5C7050;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

/* ---------- Instagram ---------- */

.section-insta { padding: 76px 32px; }

.insta-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.insta-head h2 {
  margin: 0;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.375rem);
  color: var(--brown);
}
.insta-link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--accent);
  text-decoration: none;
}
.insta-link:hover { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 4px; }

.insta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.insta-tile {
  aspect-ratio: 1;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(138, 82, 48, 0.16);
  background: #FBEAD2;
  border: 2px dashed #C9A88F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}
.insta-tile:nth-child(1) { transform: rotate(-1.5deg); }
.insta-tile:nth-child(2) { transform: rotate(1deg); }
.insta-tile:nth-child(3) { transform: rotate(-1deg); }
.insta-tile:nth-child(4) { transform: rotate(1.5deg); }
.insta-tile:hover { transform: rotate(0deg) translateY(-5px); }

/* ---------- FAQ ---------- */

.section-faq {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 32px 88px;
}
.section-faq h2 {
  margin: 0 0 28px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.375rem);
  color: var(--brown);
}

.faq-list { display: grid; gap: 14px; }

.faq-list details {
  background: var(--card);
  border-radius: 18px;
  padding: 18px 24px;
  box-shadow: 0 8px 22px rgba(138, 82, 48, 0.13), 0 2px 6px rgba(138, 82, 48, 0.07);
  transition: box-shadow 0.25s ease;
}
.faq-list details:hover { box-shadow: 0 14px 32px rgba(138, 82, 48, 0.2); }

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }

.faq-chev {
  color: var(--accent);
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.faq-list details[open] .faq-chev { transform: rotate(45deg); }

.faq-list details p {
  margin: 12px 0 4px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ---------- Warenkorb-Dialog ---------- */

dialog.cart {
  border: none;
  border-radius: var(--radius-l);
  padding: 28px;
  width: min(440px, calc(100vw - 32px));
  background: var(--card);
  color: var(--ink);
  box-shadow: 0 30px 70px rgba(58, 42, 33, 0.35);
}
dialog.cart::backdrop { background: rgba(58, 42, 33, 0.45); }

.cart h2 { font-size: 1.6rem; color: var(--brown); }

.cart-items { display: grid; gap: 14px; margin-block: 18px; }

.cart-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  align-items: center;
  border-bottom: 2px solid #FBEAD2;
  padding-bottom: 12px;
}
.cart-row .name { font-weight: 600; }
.cart-row .qty {
  display: flex;
  align-items: center;
  gap: 10px;
}
.qty button {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 2px solid var(--ink);
  background: var(--card);
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
}
.cart-summary {
  display: grid;
  gap: 4px;
  margin-block: 14px 20px;
}
.cart-summary .row {
  display: flex;
  justify-content: space-between;
}
.cart-summary .total { font-weight: 700; font-size: 1.15rem; }
.cart-hint { font-size: 0.85rem; color: var(--ink-soft); margin: 0 0 16px; }

.cart-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cart .close {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  background: none;
  border: 2.5px solid var(--ink);
  color: var(--ink);
  border-radius: 999px;
  padding: 12px 24px;
  cursor: pointer;
}
.cart-error { color: #9B1C1C; font-size: 0.9rem; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--ink);
  color: #F5EDE4;
  padding: 48px 32px;
  font-size: 0.95rem;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.site-footer img {
  width: 128px;
  height: auto;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}
.footer-address { line-height: 1.7; }
.footer-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
}
.site-footer a { color: var(--accent-soft); }
.site-footer a:hover { color: #FBD3E4; }
.site-footer .legal {
  margin: 0;
  font-size: 0.875rem;
  color: #CBB9AC;
  text-align: right;
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality-grid { grid-template-columns: 1fr; gap: 28px; }
  .stand-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 32px; }
  .story-photo { height: 300px; }
  .insta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .site-footer .legal { text-align: left; }
}

@media (max-width: 640px) {
  .site-header { padding: 12px 20px; }
  .site-nav { font-size: 0.95rem; gap: 10px 18px; }
  .hero { height: 100svh; min-height: 560px; align-items: flex-end; }
  .hero-inner { padding: 0 20px 64px; }
  .hero-img { object-position: 52% 35%; }
  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(23, 58, 98, 0.45) 0%, rgba(23, 58, 98, 0.15) 30%, rgba(23, 58, 98, 0.15) 55%, rgba(23, 58, 98, 0.5) 100%);
  }
  .section, .section-insta { padding-left: 20px; padding-right: 20px; }
  .section-standorte, .section-faq { padding-left: 20px; padding-right: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .quality-panel { padding: 36px 24px; border-radius: 26px; }
}

/* ---------- Motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .hero-img { transform: none !important; }
  .hero-text { transform: none !important; }
}
