/* ==========================================================
   Stubenruhe – Stillleben
   Kreideweiss, Steingrau, Graphit, ein Akzent Salbei
   ========================================================== */

:root {
  --kreide: #ECEEEC;
  --kreide-hell: #F5F6F4;
  --stein: #DCDEDA;
  --stein-tief: #CACCC7;
  --linie: #CFD1CC;
  --graphit: #2A2724;
  --graphit-2: #5A5753;
  --graphit-3: #817E79;
  --salbei: #7A8A72;
  --salbei-tief: #4E5C49;
  --salbei-hell: #C5CFBF;
  --salbei-nebel: #DFE5DB;
  --fehler: #9A3B2E;

  --display: 'Petrona', 'Iowan Old Style', Georgia, serif;
  --ui: 'Onest', 'Segoe UI', system-ui, sans-serif;

  --rand: clamp(16px, 4.2vw, 64px);
  --max: 1520px;
  --kopf: 68px;
  --ease: cubic-bezier(.22, .61, .21, 1);
  --ease-weich: cubic-bezier(.4, 0, .2, 1);
  --schatten-druck: 0 1px 1px rgba(30, 28, 25, .08), 0 6px 14px -6px rgba(30, 28, 25, .22), 0 26px 40px -22px rgba(20, 22, 22, .45);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--kopf) + 16px);
}

body {
  margin: 0;
  background: var(--kreide);
  color: var(--graphit);
  font-family: var(--ui);
  font-size: 1rem;
  line-height: 1.6;
  font-feature-settings: 'ss01' on;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
ul, ol { margin: 0; padding: 0; list-style: none; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend { padding: 0; }

[hidden] { display: none !important; }
[tabindex="-1"]:focus { outline: none; }

::selection { background: var(--salbei-hell); color: var(--graphit); }

:focus-visible {
  outline: 2px solid var(--salbei-tief);
  outline-offset: 3px;
}

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.springen {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--graphit); color: var(--kreide); padding: 10px 16px; border-radius: 3px;
  text-decoration: none; transition: top .2s;
}
.springen:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--rand); }

/* ---------- Typografie ---------- */
.d1 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(3.1rem, 1.2rem + 6.2vw, 7.6rem);
  line-height: .93;
  letter-spacing: -.028em;
}
.d2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.2rem, 1.35rem + 3.1vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.022em;
}
.d3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.25rem + 1.2vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -.012em;
}
.pname {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.005em;
}
.lead { font-size: clamp(1.02rem, .96rem + .3vw, 1.18rem); line-height: 1.55; color: var(--graphit-2); max-width: 44ch; }
.klein { font-size: .875rem; line-height: 1.5; color: var(--graphit-2); }
.meta { font-size: .8125rem; line-height: 1.4; color: var(--graphit-2); font-weight: 500; letter-spacing: .005em; }
.preis { font-variant-numeric: tabular-nums; font-weight: 500; white-space: nowrap; }
.preis s { color: var(--graphit-3); font-weight: 400; margin-right: .35em; }

/* ---------- Buttons & Links ---------- */
.btn {
  --h: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: var(--h); padding: 0 1.6em;
  background: var(--graphit); color: var(--kreide-hell);
  border: 1px solid var(--graphit); border-radius: 3px;
  font-size: .95rem; font-weight: 500; letter-spacing: .01em;
  text-decoration: none; white-space: nowrap;
  transition: background-color .25s var(--ease-weich), color .25s, border-color .25s, transform .2s;
}
.btn:hover { background: #45413C; border-color: #45413C; }
.btn:active { transform: translateY(1px); }
.btn--hell { background: transparent; color: var(--graphit); border-color: var(--graphit); }
.btn--hell:hover { background: var(--graphit); color: var(--kreide-hell); }
.btn--kreide { background: var(--kreide-hell); color: var(--graphit); border-color: var(--kreide-hell); }
.btn--kreide:hover { background: #fff; border-color: #fff; }
.btn--breit { width: 100%; }
.btn--klein { --h: 42px; padding: 0 1.1em; font-size: .875rem; }
.btn[disabled] { opacity: .45; pointer-events: none; }
.btn .btn__preis { font-variant-numeric: tabular-nums; opacity: .8; font-weight: 400; }
.btn .btn__preis::before { content: ''; display: inline-block; width: 1px; height: 1em; background: currentColor; opacity: .35; margin: 0 .8em -.15em 0; }

.link {
  display: inline-flex; align-items: center; gap: .45em; border: 0; background-color: transparent; cursor: pointer; padding-inline: 0; font-family: inherit;
  color: var(--graphit); text-decoration: none; font-weight: 500; font-size: .95rem;
  background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat;
  padding-bottom: 3px;
  transition: background-size .35s var(--ease);
}
.link:hover { background-size: 30% 1px; }

.icon { width: 20px; height: 20px; flex: none; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Hinweisleiste & Kopf ---------- */
.leiste {
  background: var(--graphit); color: #D8DAD6;
  font-size: .8125rem; line-height: 1.3;
}
.leiste .wrap { display: flex; justify-content: center; gap: clamp(20px, 4vw, 56px); padding-block: 9px; }
.leiste span { white-space: nowrap; }
.leiste strong { color: var(--kreide-hell); font-weight: 500; }
@media (max-width: 760px) {
  .leiste .wrap { gap: 0; }
  .leiste span:not(:first-child) { display: none; }
}

.kopf {
  position: sticky; top: 0; z-index: 60;
  background: rgba(236, 238, 236, .96);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background-color .3s;
}
.kopf.ist-gescrollt { border-bottom-color: var(--linie); }
.kopf .wrap {
  height: var(--kopf);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
}
.marke {
  font-family: var(--display); font-weight: 400; font-size: 1.62rem; letter-spacing: -.02em;
  text-decoration: none; line-height: 1; justify-self: start; white-space: nowrap;
}
.marke i { font-style: italic; font-weight: 300; letter-spacing: -.01em; margin-left: .02em; }
.nav { display: flex; gap: clamp(18px, 2.2vw, 34px); }
.nav a {
  text-decoration: none; font-size: .9375rem; font-weight: 500; color: var(--graphit);
  padding: 6px 0; position: relative;
}
.nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.kopf__rechts { justify-self: end; display: flex; align-items: center; gap: 6px; }
.kopf__link { font-size: .9375rem; font-weight: 500; text-decoration: none; padding: 10px 12px; }
.kopf__link:hover { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.korb-knopf {
  display: inline-flex; align-items: center; gap: 10px;
  background: none; border: 0; padding: 10px 4px 10px 12px; font-weight: 500; font-size: .9375rem;
}
.korb-knopf__zahl {
  min-width: 24px; height: 24px; padding: 0 7px; border-radius: 12px;
  background: var(--graphit); color: var(--kreide-hell);
  font-size: .75rem; font-weight: 600; display: inline-grid; place-items: center;
  font-variant-numeric: tabular-nums;
  transition: transform .4s var(--ease), background-color .3s;
}
.korb-knopf__zahl[data-leer="true"] { background: transparent; color: var(--graphit-2); box-shadow: inset 0 0 0 1px var(--stein-tief); }
.korb-knopf__zahl.ist-neu { transform: scale(1.25); background: var(--salbei-tief); }
.menu-knopf { display: none; background: none; border: 0; padding: 10px; margin-left: -10px; }

@media (max-width: 1080px) {
  .nav, .kopf__link { display: none; }
  .kopf .wrap { grid-template-columns: auto 1fr auto; gap: 8px; }
  .menu-knopf { display: inline-flex; }
  .marke { justify-self: center; font-size: 1.45rem; }
  .korb-knopf__text { display: none; }
}

/* Mobilmenü */
.menue {
  position: fixed; inset: 0; z-index: 90; background: var(--kreide);
  display: flex; flex-direction: column;
  padding: 0 var(--rand) 32px;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .35s var(--ease-weich), transform .45s var(--ease), visibility 0s linear .45s;
}
.menue.ist-offen { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.menue__kopf { height: var(--kopf); display: flex; align-items: center; justify-content: space-between; }
.menue__zu { background: none; border: 0; padding: 10px; margin-right: -10px; display: inline-flex; }
.menue__liste { margin-top: 20px; border-top: 1px solid var(--linie); }
.menue__liste a {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 16px 0; border-bottom: 1px solid var(--linie); text-decoration: none;
  font-family: var(--display); font-size: 2rem; font-weight: 300; letter-spacing: -.015em;
}
.menue__liste a small { font-family: var(--ui); font-size: .8125rem; color: var(--graphit-2); font-weight: 500; letter-spacing: 0; }
.menue__fuss { margin-top: auto; display: grid; gap: 6px; padding-top: 24px; }

/* ---------- Bildrahmen ---------- */
.rahmen { position: relative; overflow: hidden; background: var(--stein); }
.rahmen img { width: 100%; height: 100%; object-fit: cover; }
.r-45 { aspect-ratio: 4 / 5; }
.r-23 { aspect-ratio: 2 / 3; }
.r-35 { aspect-ratio: 3 / 5; }
.r-32 { aspect-ratio: 3 / 2; }
.r-11 { aspect-ratio: 1 / 1; }
.r-54 { aspect-ratio: 5 / 4; }

.markierung {
  position: absolute; left: 12px; top: 12px; z-index: 2;
  background: var(--kreide-hell); color: var(--graphit);
  font-size: .75rem; font-weight: 500; line-height: 1; padding: 6px 8px 6px; border-radius: 2px;
}
.markierung--neu { background: var(--salbei-tief); color: var(--kreide-hell); }

/* ---------- Produktkachel ---------- */
.kachel { position: relative; display: flex; flex-direction: column; }
.kachel__bild { display: block; position: relative; }
.kachel__bild .rahmen img { transition: transform 1.1s var(--ease), opacity .6s var(--ease-weich); }
.kachel__bild .rahmen img.kachel__zweit { position: absolute; inset: 0; opacity: 0; }
@media (hover: hover) {
  .kachel:hover .kachel__bild .rahmen img { transform: scale(1.035); }
  .kachel:hover .kachel__bild .rahmen img.kachel__zweit { opacity: 1; }
}
.kachel__info {
  display: grid; grid-template-columns: 1fr auto; column-gap: 12px; align-items: start;
  padding-top: 14px;
}
.kachel__name { font-size: clamp(1.1rem, 1rem + .35vw, 1.32rem); line-height: 1.2; text-decoration: none; }
.kachel__name::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.kachel__name .typ { font-style: normal; }
.kachel__kurz { grid-column: 1; font-size: .8125rem; color: var(--graphit-2); margin-top: 3px; }
.kachel__preis { grid-column: 2; grid-row: 1; font-size: .95rem; padding-top: 3px; }
@media (max-width: 900px) {
  .kachel__info { grid-template-columns: 1fr; padding-top: 10px; }
  .kachel__preis { grid-column: 1; grid-row: 2; padding-top: 4px; font-size: .9rem; }
  .kachel__kurz { grid-row: 3; font-size: .78rem; }
  .a-welle .kachel__info, .a-tasse .kachel__info, .a-salbei .kachel__info { grid-template-columns: 1fr auto; }
  .a-welle .kachel__preis, .a-tasse .kachel__preis, .a-salbei .kachel__preis { grid-column: 2; grid-row: 1; }
  .a-welle .kachel__kurz, .a-tasse .kachel__kurz, .a-salbei .kachel__kurz { grid-row: 2; }
}
.kachel__plus {
  position: absolute; right: 10px; bottom: 10px; z-index: 3;
  height: 40px; min-width: 40px; padding: 0 12px 0 11px; border-radius: 20px; border: 0;
  background: var(--kreide-hell); color: var(--graphit);
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8125rem; font-weight: 500;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
  transition: background-color .25s, color .25s, opacity .35s var(--ease-weich), transform .35s var(--ease);
}
.kachel__plus .icon { width: 16px; height: 16px; stroke-width: 1.8; }
.kachel__plus span { max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .45s var(--ease); }
.kachel__plus:hover, .kachel__plus:focus-visible { background: var(--graphit); color: var(--kreide-hell); }
@media (hover: hover) {
  .kachel__plus { opacity: 0; transform: translateY(6px); }
  .kachel:hover .kachel__plus, .kachel__plus:focus-visible { opacity: 1; transform: none; }
  .kachel__plus:hover span, .kachel__plus:focus-visible span { max-width: 140px; }
}
.kachel__plus.ist-drin { background: var(--salbei-tief); color: var(--kreide-hell); opacity: 1; transform: none; }

/* ---------- Abschnitte allgemein ---------- */
.abschnitt { padding-block: clamp(72px, 9vw, 150px); }

/* =========================================================
   STARTSEITE
   ========================================================= */

/* Hero */
.hero {
  position: relative;
  height: clamp(620px, calc(100svh - var(--kopf) - 34px), 900px);
  display: grid; grid-template-columns: repeat(12, 1fr);
  max-width: var(--max); margin-inline: auto;
}
.hero__bild {
  grid-column: 6 / -1; grid-row: 1;
  position: relative; overflow: hidden; margin-right: calc(-1 * var(--rand));
  background: #CDBB9F;
}
@media (min-width: 1520px) { .hero__bild { margin-right: calc((100vw - var(--max)) / -2 - 0px); } }
.hero__bild img {
  width: 100%; height: 100%; object-fit: cover; object-position: 78% 50%;
  animation: bild-an 1.8s var(--ease) both;
}
.hero__text {
  grid-column: 1 / 6; grid-row: 1; position: relative; z-index: 2;
  padding-left: var(--rand); padding-right: 24px;
  display: flex; flex-direction: column; justify-content: space-between;
  padding-top: clamp(40px, 7vh, 80px); padding-bottom: clamp(40px, 6vh, 64px);
}
.hero__titel { max-width: 7.2em; }
.hero__titel .zeile { display: block; animation: zeile-an 1.1s var(--ease) both; }
.hero__titel .zeile:nth-child(2) { animation-delay: .09s; }
.hero__titel .zeile:nth-child(3) { animation-delay: .18s; }
.hero__unten { animation: zeile-an 1.1s .3s var(--ease) both; max-width: calc(100% - 100px); }
.hero__unten .lead { max-width: 31ch; }
.hero__aktionen { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: 26px; }
.hero__druck {
  position: absolute; z-index: 3;
  left: calc(41.666% - 96px); bottom: clamp(40px, 6vh, 64px); width: clamp(150px, 12.5vw, 196px);
  text-decoration: none; color: var(--graphit);
  animation: druck-an 1.3s .55s var(--ease) both;
}
.hero__druck .druck__papier { display: block; background: #F3F4F1; padding: 7px 7px 0; box-shadow: var(--schatten-druck); transform: rotate(-2.4deg); transition: transform .6s var(--ease); }
.hero__druck:hover .druck__papier { transform: rotate(-1deg) translateY(-4px); }
.hero__druck .rahmen { aspect-ratio: 4 / 5.2; }
.hero__druck .druck__zeile { display: block; padding: 9px 3px 10px; font-size: .75rem; line-height: 1.25; color: var(--graphit-2); }
.hero__druck .druck__zeile b { display: block; font-family: var(--display); font-style: italic; font-weight: 400; font-size: .98rem; color: var(--graphit); white-space: nowrap; }
@keyframes druck-an { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

@keyframes bild-an { from { transform: scale(1.06); opacity: .4; } to { transform: none; opacity: 1; } }
@keyframes zeile-an { from { transform: translateY(18px); opacity: 0; } to { transform: none; opacity: 1; } }

@media (max-width: 900px) {
  .hero { height: auto; display: block; position: relative; --bild-h: min(112vw, 64svh); }
  .hero__bild { margin: 0; height: var(--bild-h); }
  .hero__bild img { object-position: 70% 50%; }
  .hero__text { padding: 30px var(--rand) 8px; display: block; }
  .hero__titel { max-width: none; }
  .hero__unten { margin-top: 22px; max-width: none; }
  .hero__druck { left: auto; right: var(--rand); top: calc(var(--bild-h) - 110px); bottom: auto; width: 124px; }
  .hero__druck .druck__zeile { font-size: .68rem; padding: 6px 2px 7px; }
  .hero__druck .druck__zeile b { font-size: .82rem; }
}

/* Kategorien als Regal */
.regal { padding-top: clamp(80px, 10vw, 160px); padding-bottom: clamp(60px, 7vw, 110px); }
.regal__kopf { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: end; margin-bottom: clamp(36px, 5vw, 64px); }
.regal__kopf h2 { grid-column: 1 / 7; }
.regal__kopf p { grid-column: 8 / 12; }
.regal__brett {
  display: grid; grid-template-columns: 1.35fr .95fr .8fr 1fr; column-gap: clamp(14px, 2vw, 32px); row-gap: 0;
  align-items: end;
  position: relative;
  padding-bottom: 0;
}
.regal__brett::after {
  content: ''; grid-column: 1 / -1; height: 12px; margin-top: -1px;
  background: linear-gradient(var(--graphit), var(--graphit)) top / 100% 1px no-repeat, linear-gradient(180deg, var(--stein) 0, rgba(220,222,218,0) 100%);
  margin-inline: calc(-1 * var(--rand));
}
.fach { text-decoration: none; display: flex; flex-direction: column; justify-content: flex-end; }
.fach .rahmen { width: 100%; }
.fach .rahmen img { transition: transform 1.2s var(--ease); }
.fach:hover .rahmen img { transform: scale(1.04); }
.fach:nth-child(1) .rahmen { aspect-ratio: 5 / 6; }
.fach:nth-child(2) .rahmen { aspect-ratio: 3 / 3.9; }
.fach:nth-child(3) .rahmen { aspect-ratio: 1 / 1.05; }
.fach:nth-child(4) .rahmen { aspect-ratio: 3 / 4.3; }
.regal__schilder { display: grid; grid-template-columns: 1.35fr .95fr .8fr 1fr; gap: clamp(14px, 2vw, 32px); margin-top: 16px; }
.schild { text-decoration: none; display: block; }
.schild__name { font-family: var(--display); font-size: clamp(1.7rem, 1.2rem + 1.5vw, 2.6rem); font-weight: 300; letter-spacing: -.02em; line-height: 1.05; }
.schild__name { background: linear-gradient(currentColor, currentColor) 0 92% / 0 1px no-repeat; transition: background-size .45s var(--ease); }
.schild:hover .schild__name { background-size: 100% 1px; }
.schild .meta { margin-top: 6px; display: block; }

@media (max-width: 760px) {
  .regal__kopf { display: block; }
  .regal__kopf p { margin-top: 14px; }
  .regal__brett, .regal__schilder { display: none; }
  .regal__mobil { display: grid; gap: 34px; }
}
.regal__mobil { display: none; }
@media (max-width: 760px) { .regal__mobil { display: grid; } }
.regal__paar { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); column-gap: 12px; row-gap: 0; align-items: end; }
.regal__paar--b { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.regal__paar .fach .rahmen { aspect-ratio: auto; width: 100%; margin: 0; }
.regal__paar .fach--hoch .rahmen { aspect-ratio: 3 / 4.3; }
.regal__paar .fach--tief .rahmen { aspect-ratio: 1 / 1.06; }
.regal__paar-brett { grid-column: 1 / -1; height: 10px; margin-inline: calc(-1 * var(--rand)); background: linear-gradient(var(--graphit), var(--graphit)) top / 100% 1px no-repeat, linear-gradient(180deg, var(--stein), rgba(220,222,218,0)); }
.regal__paar .schild { padding-top: 12px; }
.regal__paar .schild__name { font-size: 1.75rem; }

/* Ausgewählte Stücke – asymmetrisches Stillleben */
.auswahl { padding-block: clamp(60px, 8vw, 130px) clamp(90px, 11vw, 180px); }
.auswahl__raster { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(14px, 2vw, 28px); }
.auswahl__links { grid-column: 1 / 7; display: flex; flex-direction: column; gap: clamp(64px, 8vw, 120px); }
.auswahl__rechts { grid-column: 8 / 13; display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(14px, 2vw, 28px); row-gap: clamp(48px, 6vw, 88px); align-content: start; }
.auswahl__kopf { grid-column: 1 / -1; padding-top: clamp(20px, 5vw, 80px); }
.auswahl__kopf .lead { margin-top: 18px; }
.auswahl__kopf .link { margin-top: 26px; }
.a-welle { width: 86%; }
.a-salbei { width: 78%; align-self: flex-end; }
.a-tasse { grid-column: 1 / -1; }
.a-halm { grid-column: 1; }
.a-servietten { grid-column: 2; margin-top: clamp(80px, 12vw, 190px); }
.a-stein { grid-column: 1 / 2; margin-top: -40px; }
.auswahl__notiz { grid-column: 2; align-self: end; font-family: var(--display); font-style: italic; font-size: 1.2rem; line-height: 1.4; color: var(--graphit-2); max-width: 17ch; }

@media (max-width: 900px) {
  .auswahl__raster { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 12px; row-gap: 48px; }
  .auswahl__links, .auswahl__rechts { display: contents; }
  .auswahl__kopf { grid-column: 1 / -1; padding-top: 0; order: -3; }
  .a-welle { grid-column: 1 / -1; width: auto; margin-inline: calc(-1 * var(--rand)); order: -2; }
  .a-welle .kachel__info { padding-inline: var(--rand); }
  .a-tasse { grid-column: 1 / -1; order: -1; }
  .a-halm { grid-column: 1; }
  .a-servietten { grid-column: 2; margin-top: 80px; }
  .a-salbei { grid-column: 1 / -1; width: 88%; margin-left: auto; align-self: auto; order: 1; }
  .a-stein { grid-column: 1; margin-top: 0; order: 2; }
  .auswahl__notiz { grid-column: 2; align-self: center; font-size: 1.05rem; order: 2; }
}

/* ---------- Tisch decken (Set-Baukasten) ---------- */
.decken {
  position: relative; background: #CBCECA; color: var(--graphit);
  overflow: hidden;
}
.decken__raster { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2vw, 28px); grid-template-rows: auto 1fr; min-height: clamp(700px, 60vw, 900px); }
.decken__kopf { grid-column: 9 / 13; grid-row: 1; padding-top: clamp(56px, 6vw, 96px); }
.decken__kopf .lead { margin-top: 14px; color: var(--graphit-2); max-width: 34ch; }
.decken__buehne {
  grid-column: 1 / 8; grid-row: 1 / span 2;
  position: relative;
  margin-left: calc(-1 * var(--rand));
  isolation: isolate;
}
.decken__buehne::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background: #A9AFAC url('img/l-leinen-buehne.webp') center / cover no-repeat;
}
.decken__buehne::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(110% 85% at 45% 42%, rgba(236,238,236,.12), rgba(40,44,42,.18) 100%);
}
.druck {
  position: absolute; margin: 0;
  background: #F3F4F1; padding: clamp(5px, .55vw, 9px);
  box-shadow: var(--schatten-druck);
  transition: transform .9s var(--ease);
}
.druck__fenster { position: relative; overflow: hidden; background: var(--stein); width: 100%; height: 100%; }
.druck__fenster img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: opacity .7s var(--ease-weich), transform 1s var(--ease);
}
.druck__fenster img.ist-alt { opacity: 0; transform: scale(1.03); }
.druck__fenster img.ist-neu { opacity: 0; transform: scale(1.06) translateY(-6px); }
.druck--becher { left: 12%; top: 50%; width: 31%; transform: rotate(-2.2deg); z-index: 3; }
.druck--becher .druck__fenster { aspect-ratio: 4 / 5; height: auto; }
.druck--teller { left: 29%; top: 14%; width: 44%; transform: rotate(1.1deg); z-index: 1; }
.druck--teller .druck__fenster { aspect-ratio: 1 / 1; height: auto; }
.druck--deko { left: 63%; top: 34%; width: 29%; transform: rotate(-.6deg); z-index: 2; }
.druck--deko .druck__fenster { aspect-ratio: 2 / 3; height: auto; }
.druck.ist-gewechselt { animation: ablegen .8s var(--ease); }
@keyframes ablegen {
  0% { translate: 0 0; }
  35% { translate: 0 -10px; box-shadow: 0 2px 2px rgba(30,28,25,.06), 0 30px 50px -20px rgba(20,22,22,.5); }
  100% { translate: 0 0; }
}
.buehne__etikett {
  position: absolute; left: calc(var(--rand) + 12%); bottom: 5%; right: 8%;
  display: flex; flex-wrap: wrap; gap: 4px 18px;
  font-family: var(--display); font-style: italic; font-size: 1rem; color: var(--graphit);
}

.decken__wahl { grid-column: 9 / 13; grid-row: 2; align-self: start; display: flex; flex-direction: column; gap: 24px; padding: 36px 0 clamp(56px, 6vw, 96px); }
.wahl legend { font-size: .875rem; font-weight: 600; margin-bottom: 10px; display: flex; justify-content: space-between; width: 100%; gap: 12px; }
.wahl legend .wahl__gewaehlt { font-weight: 400; color: var(--graphit-2); font-family: var(--display); font-style: italic; font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wahl__liste { display: flex; gap: 8px; flex-wrap: wrap; }
.option { position: relative; display: block; cursor: pointer; }
.option input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.option__bild { display: block; width: 62px; aspect-ratio: 4 / 5; overflow: hidden; background: var(--stein); position: relative; }
.option__bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.option__bild::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 0 var(--graphit); transition: box-shadow .25s var(--ease-weich); }
.option:hover .option__bild img { transform: scale(1.06); }
.option input:checked + .option__bild::after { box-shadow: inset 0 0 0 2px var(--graphit), inset 0 0 0 4px #F3F4F1; }
.option input:focus-visible + .option__bild { outline: 2px solid var(--salbei-tief); outline-offset: 3px; }
.option__text { display: none; }

.decken__summe { border-top: 1px solid rgba(42,39,36,.25); padding-top: 22px; margin-top: 4px; }
.summe__zeile { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.summe__setpreis { font-family: var(--display); font-weight: 400; font-size: clamp(2rem, 1.6rem + 1.1vw, 2.7rem); letter-spacing: -.02em; line-height: 1; font-variant-numeric: tabular-nums; }
.summe__einzeln { color: var(--graphit-2); font-size: .9rem; }
.summe__einzeln s { text-decoration-thickness: 1px; }
.summe__hinweis { margin-top: 10px; font-size: .875rem; color: var(--salbei-tief); font-weight: 500; display: flex; gap: 8px; align-items: center; }
.summe__hinweis::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--salbei-tief); flex: none; }
.decken__summe .btn { margin-top: 20px; }

@media (max-width: 1100px) and (min-width: 901px) {
  .decken__buehne { grid-column: 1 / 8; }
  .decken__wahl, .decken__kopf { grid-column: 8 / 13; }
  .option__bild { width: 54px; }
}
@media (max-width: 900px) {
  .decken__raster { display: block; min-height: 0; }
  .decken__kopf { padding-top: 56px; padding-bottom: 26px; }
  .decken__buehne { margin-inline: calc(-1 * var(--rand)); aspect-ratio: 1 / 1.02; }
  .druck--becher { left: 5%; top: 46%; width: 36%; }
  .druck--teller { left: 22%; top: 7%; width: 52%; }
  .druck--deko { left: 62%; top: 30%; width: 33%; }
  .buehne__etikett { display: none; }
  .decken__wahl { margin-top: 28px; gap: 26px; padding: 0; }
  .wahl legend { margin-bottom: 12px; }
  .wahl__liste {
    flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px;
    margin-inline: calc(-1 * var(--rand)); padding-inline: var(--rand); scroll-padding-inline: var(--rand);
    scrollbar-width: none; padding-bottom: 4px;
  }
  .wahl__liste::-webkit-scrollbar { display: none; }
  .option { scroll-snap-align: start; flex: none; width: 128px; }
  .option__bild { width: 100%; }
  .option__text { display: block; padding-top: 8px; font-size: .8125rem; line-height: 1.3; }
  .option__text b { display: block; font-family: var(--display); font-style: italic; font-weight: 400; font-size: .98rem; }
  .decken__summe {
    position: sticky; bottom: 0; z-index: 5;
    margin-inline: calc(-1 * var(--rand)); padding: 16px var(--rand) calc(16px + env(safe-area-inset-bottom));
    background: rgba(201, 204, 200, .97); border-top: 1px solid rgba(42,39,36,.2);
    display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; align-items: center;
  }
  .decken__summe .summe__zeile { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
  .summe__setpreis { font-size: 1.75rem; }
  .summe__einzeln { font-size: .8rem; }
  .summe__hinweis { grid-column: 1 / -1; margin-top: 10px; font-size: .78rem; }
  .decken__summe .btn { --h: 48px; grid-column: 2; grid-row: 1; margin: 0; padding: 0 1.2em; }
  .decken__summe .btn .btn__lang, .decken__summe .btn .btn__preis { display: none; }
}
@media (min-width: 901px) { .btn__kurz { display: none; } }

/* ---------- Moment + Vertrauen ---------- */
.moment { position: relative; min-height: clamp(460px, 62vw, 820px); display: flex; color: var(--kreide-hell); background: #1F1D1A; overflow: hidden; }
.moment picture, .moment > img { position: absolute; inset: 0; }
.moment img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 100%; }
.moment::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,18,15,.55) 0%, rgba(20,18,15,.15) 38%, rgba(20,18,15,0) 55%); }
.moment__text { position: relative; z-index: 1; padding-top: clamp(48px, 5.5vw, 88px); }
.moment__text h2 { max-width: 17em; }
.moment__text p { margin-top: 20px; color: rgba(236, 238, 236, .82); max-width: 42ch; }

.vertrauen { background: var(--stein); }
.vertrauen__liste { display: grid; grid-template-columns: repeat(4, 1fr); }
.vertrauen__liste li { padding: clamp(28px, 3.4vw, 48px) clamp(16px, 2vw, 32px) clamp(28px, 3.4vw, 44px) 0; }
.vertrauen__liste li + li { padding-left: clamp(16px, 2vw, 32px); border-left: 1px solid var(--stein-tief); }
.vertrauen__wert { font-family: var(--display); font-weight: 300; font-size: clamp(1.8rem, 1.3rem + 1.4vw, 2.7rem); letter-spacing: -.02em; line-height: 1; display: block; }
.vertrauen__liste p { margin-top: 12px; font-size: .9rem; color: var(--graphit-2); max-width: 28ch; }
@media (max-width: 800px) {
  .moment { min-height: 520px; }
  .moment img { object-position: 38% 80%; }
  .vertrauen__liste { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .vertrauen__wert { font-size: 1.55rem; }
  .vertrauen__liste p { font-size: .84rem; }
  .vertrauen__liste li { padding: 24px 12px 24px 0; }
  .vertrauen__liste li + li { padding-left: 0; border-left: 0; }
  .vertrauen__liste li:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--stein-tief); }
  .vertrauen__liste li:nth-child(n+3) { border-top: 1px solid var(--stein-tief); }
}

/* ---------- Newsletter ---------- */
.brief { padding-block: clamp(80px, 10vw, 170px); }
.brief__raster { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2vw, 28px); align-items: center; }
.brief__bild { grid-column: 1 / 5; }
.brief__bild .rahmen { aspect-ratio: 3 / 4; }
.brief__inhalt { grid-column: 6 / 12; }
.brief__inhalt .d2 { max-width: 12em; }
.brief__inhalt .lead { margin-top: 20px; }
.brief__form { margin-top: 34px; display: flex; gap: 0; max-width: 520px; border-bottom: 1px solid var(--graphit); }
.brief__form input {
  flex: 1; min-width: 0; border: 0; background: transparent; padding: 14px 0; font-size: 1.05rem; outline: none;
}
.brief__form input::placeholder { color: var(--graphit-3); }
.brief__form .btn { --h: 50px; background: transparent; color: var(--graphit); border: 0; padding: 0 0 0 16px; }
.brief__form .btn:hover { background: transparent; text-decoration: underline; text-underline-offset: 6px; }
.brief__form:focus-within { border-bottom-color: var(--salbei-tief); box-shadow: 0 1px 0 var(--salbei-tief); }
.feld-fehler { color: var(--fehler); font-size: .8125rem; margin-top: 8px; min-height: 1.2em; }
.brief__danke { margin-top: 34px; max-width: 520px; padding: 22px 0; border-top: 1px solid var(--graphit); }
.brief__danke strong { font-family: var(--display); font-weight: 400; font-size: 1.6rem; display: block; letter-spacing: -.01em; }
@media (max-width: 800px) {
  .brief__raster { display: block; }
  .brief__bild { width: 62%; margin-bottom: 36px; }
}

/* ---------- Fuss ---------- */
.fuss { background: var(--graphit); color: #C9CBC7; padding-top: clamp(64px, 7vw, 110px); font-size: .9rem; }
.fuss a { color: #E4E6E2; text-decoration: none; }
.fuss a:hover { text-decoration: underline; text-underline-offset: 4px; }
.fuss__raster { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 32px; }
.fuss__marke { font-family: var(--display); font-size: 2.6rem; font-weight: 300; letter-spacing: -.02em; color: var(--kreide-hell); line-height: 1; }
.fuss__marke i { font-weight: 300; }
.fuss__satz { margin-top: 16px; max-width: 30ch; }
.fuss h3 { font-size: .8125rem; font-weight: 600; color: var(--kreide-hell); margin-bottom: 14px; letter-spacing: .01em; }
.fuss li + li { margin-top: 8px; }
.zahlmarken { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.zahlmarken span { border: 1px solid #5B5751; border-radius: 3px; padding: 5px 9px 4px; font-size: .78rem; font-weight: 600; color: #E4E6E2; letter-spacing: .02em; }
.fuss__unten { margin-top: clamp(56px, 6vw, 90px); border-top: 1px solid #45413C; padding-block: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .8125rem; color: #9C9993; }
@media (max-width: 900px) {
  .fuss__raster { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .fuss__raster > :first-child { grid-column: 1 / -1; }
}

/* =========================================================
   WARENKORB (Slide-over)
   ========================================================= */
.schleier {
  position: fixed; inset: 0; z-index: 95; background: rgba(30, 28, 25, .38);
  opacity: 0; visibility: hidden; transition: opacity .4s var(--ease-weich), visibility 0s linear .4s;
}
.schleier.ist-offen { opacity: 1; visibility: visible; transition-delay: 0s; }
.korb {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100;
  width: min(460px, 100vw); background: var(--kreide-hell);
  display: flex; flex-direction: column;
  transform: translateX(104%); visibility: hidden;
  transition: transform .55s var(--ease), visibility 0s linear .55s;
  box-shadow: -30px 0 60px -30px rgba(20, 20, 20, .3);
}
.korb.ist-offen { transform: none; visibility: visible; transition-delay: 0s; }
.korb__kopf { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px 0; }
.korb__titel { font-family: var(--display); font-size: 1.75rem; font-weight: 400; letter-spacing: -.015em; }
.korb__titel span { font-family: var(--ui); font-size: .875rem; color: var(--graphit-2); margin-left: 6px; font-weight: 500; letter-spacing: 0; }
.x-knopf { width: 44px; height: 44px; margin-right: -10px; border: 0; background: none; display: inline-grid; place-items: center; border-radius: 50%; }
.x-knopf:hover { background: var(--stein); }

/* Gratisversand-Linie */
.versandlinie { padding: 18px 24px 22px; border-bottom: 1px solid var(--linie); }
.versandlinie__text { font-size: .875rem; line-height: 1.4; }
.versandlinie__text b { font-weight: 600; font-variant-numeric: tabular-nums; }
.versandlinie__spur { position: relative; height: 22px; margin-top: 10px; }
.versandlinie__spur::before { content: ''; position: absolute; left: 0; right: 0; top: 10px; height: 1px; background: var(--stein-tief); }
.versandlinie__fill { position: absolute; left: 0; top: 9px; height: 3px; width: 0; background: var(--salbei-tief); border-radius: 2px; transition: width .9s var(--ease); }
.versandlinie__punkt {
  position: absolute; top: 5px; left: 0; width: 11px; height: 11px; margin-left: -5px; border-radius: 50%;
  background: var(--kreide-hell); box-shadow: inset 0 0 0 2px var(--salbei-tief);
  transition: left .9s var(--ease);
}
.versandlinie__ziel { position: absolute; right: 0; top: 4px; width: 13px; height: 13px; border-radius: 50%; background: var(--kreide-hell); box-shadow: inset 0 0 0 1px var(--graphit-3); }
.versandlinie__ticks { position: absolute; inset: 7px 0 auto; height: 7px; background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), var(--stein-tief) calc(25% - 1px) 25%); }
.versandlinie__marken { display: flex; justify-content: space-between; font-size: .72rem; color: var(--graphit-3); margin-top: 2px; font-variant-numeric: tabular-nums; }
.versandlinie.ist-erreicht .versandlinie__marken span:last-child { color: var(--salbei-tief); font-weight: 600; }
.versandlinie.ist-erreicht .versandlinie__ziel { background: var(--salbei-tief); box-shadow: 0 0 0 4px var(--salbei-nebel); }
.versandlinie.ist-erreicht .versandlinie__punkt { opacity: 0; }

.korb__liste { flex: 1; overflow-y: auto; padding: 4px 24px; overscroll-behavior: contain; }
.posten { display: grid; grid-template-columns: 76px 1fr auto; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--linie); }
.posten__bild { width: 76px; aspect-ratio: 4 / 5; background: var(--stein); overflow: hidden; }
.posten__bild img { width: 100%; height: 100%; object-fit: cover; }
.posten__bild--set { position: relative; background: transparent; overflow: visible; }
.posten__bild--set img { position: absolute; width: 58%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: 0 0 0 2px var(--kreide-hell); }
.posten__bild--set img:nth-child(1) { left: 0; top: 0; }
.posten__bild--set img:nth-child(2) { right: 0; top: 18%; }
.posten__bild--set img:nth-child(3) { left: 16%; bottom: 0; }
.posten__name { font-family: var(--display); font-style: italic; font-size: 1.12rem; line-height: 1.2; text-decoration: none; display: block; }
.posten__detail { font-size: .8125rem; color: var(--graphit-2); margin-top: 3px; line-height: 1.4; }
.posten__reihe { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.posten__preis { text-align: right; font-size: .95rem; }
.posten__preis small { display: block; font-size: .78rem; color: var(--graphit-3); font-weight: 400; }
.entfernen { background: none; border: 0; padding: 6px 0; font-size: .8125rem; color: var(--graphit-2); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--stein-tief); }
.entfernen:hover { color: var(--graphit); text-decoration-color: currentColor; }

.menge { display: inline-flex; align-items: center; border: 1px solid var(--stein-tief); border-radius: 3px; height: 36px; }
.menge button { width: 34px; height: 100%; border: 0; background: none; display: grid; place-items: center; font-size: 1.1rem; color: var(--graphit); }
.menge button:hover { background: var(--stein); }
.menge button[disabled] { color: var(--stein-tief); pointer-events: none; }
.menge output, .menge input { width: 30px; text-align: center; font-variant-numeric: tabular-nums; font-size: .9rem; border: 0; background: none; padding: 0; -moz-appearance: textfield; }
.menge input::-webkit-inner-spin-button, .menge input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.menge--gross { height: 52px; }
.menge--gross button { width: 44px; }
.menge--gross input { width: 36px; font-size: 1rem; }

.korb__leer { padding: 48px 0 24px; }
.korb__leer p { color: var(--graphit-2); margin-top: 10px; max-width: 32ch; }
.korb__leer ul { margin-top: 28px; border-top: 1px solid var(--linie); }
.korb__leer li a { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--linie); text-decoration: none; font-family: var(--display); font-size: 1.5rem; font-weight: 300; }
.korb__leer li a small { font-family: var(--ui); font-size: .8125rem; color: var(--graphit-2); }
.korb__leer li a:hover { color: var(--salbei-tief); }

.korb__fuss { padding: 20px 24px calc(20px + env(safe-area-inset-bottom)); border-top: 1px solid var(--linie); background: var(--kreide-hell); }
.korb__zeile { display: flex; justify-content: space-between; font-size: .9rem; color: var(--graphit-2); }
.korb__zeile + .korb__zeile { margin-top: 6px; }
.korb__zeile--summe { color: var(--graphit); font-size: 1.05rem; font-weight: 600; margin-top: 12px !important; }
.korb__fuss .btn { margin-top: 18px; }
.korb__notiz { margin-top: 12px; font-size: .78rem; color: var(--graphit-2); text-align: center; }

/* Toast */
.meldung {
  position: fixed; left: 50%; bottom: 24px; z-index: 120; transform: translate(-50%, 20px);
  background: var(--graphit); color: var(--kreide-hell); padding: 12px 18px; border-radius: 3px; font-size: .875rem;
  opacity: 0; pointer-events: none; transition: opacity .3s, transform .4s var(--ease);
}
.meldung.ist-sichtbar { opacity: 1; transform: translate(-50%, 0); }

/* =========================================================
   SHOP
   ========================================================= */
.shopkopf { padding-top: clamp(40px, 5vw, 80px); padding-bottom: clamp(20px, 2.4vw, 32px); display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 24px; align-items: end; }
.shopkopf h1 { grid-column: 1 / 8; }
.shopkopf h1 sup { font-family: var(--ui); font-size: .9rem; font-weight: 500; letter-spacing: 0; vertical-align: top; position: relative; top: .5em; margin-left: .35em; color: var(--graphit-2); }
.shopkopf p { grid-column: 9 / 13; }
.werkzeug { position: sticky; top: var(--kopf); z-index: 40; background: rgba(236, 238, 236, .97); border-block: 1px solid var(--linie); }
.werkzeug .wrap { display: flex; align-items: center; gap: 24px; min-height: 60px; }
.reiter { display: flex; gap: 4px; flex-wrap: wrap; }
.reiter button {
  background: none; border: 0; padding: 10px 12px; font-size: .9375rem; font-weight: 500; color: var(--graphit-2);
  position: relative; border-radius: 3px;
}
.reiter button sup { font-size: .7rem; margin-left: 3px; color: var(--graphit-3); font-variant-numeric: tabular-nums; }
.reiter button:hover { color: var(--graphit); }
.reiter button[aria-pressed="true"] { color: var(--graphit); }
.reiter button[aria-pressed="true"]::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--salbei-tief); }
.werkzeug__rechts { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.treffer { font-size: .875rem; color: var(--graphit-2); font-variant-numeric: tabular-nums; white-space: nowrap; }

.preisband { display: flex; align-items: center; gap: 14px; font-size: .875rem; }
.preisband__label { font-weight: 500; }
.preisband__werte { font-variant-numeric: tabular-nums; color: var(--graphit-2); min-width: 150px; }
.doppelregler { position: relative; width: 170px; height: 28px; }
.doppelregler__spur { position: absolute; left: 0; right: 0; top: 13px; height: 2px; background: var(--stein-tief); }
.doppelregler__fill { position: absolute; top: 13px; height: 2px; background: var(--graphit); }
.doppelregler input[type=range] {
  position: absolute; inset: 0; width: 100%; margin: 0; background: none; pointer-events: none;
  -webkit-appearance: none; appearance: none; height: 28px;
}
.doppelregler input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; pointer-events: auto; width: 18px; height: 18px; border-radius: 50%;
  background: var(--kreide-hell); border: 1.5px solid var(--graphit); cursor: grab; margin-top: 0;
}
.doppelregler input[type=range]::-moz-range-thumb { pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--kreide-hell); border: 1.5px solid var(--graphit); cursor: grab; }
.doppelregler input[type=range]::-webkit-slider-runnable-track { background: none; height: 18px; }
.doppelregler input[type=range]:focus-visible { outline: none; }
.doppelregler input[type=range]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 3px var(--kreide), 0 0 0 5px var(--salbei-tief); }

.auswahlfeld { position: relative; display: inline-flex; align-items: center; gap: 8px; font-size: .875rem; }
.auswahlfeld select {
  appearance: none; -webkit-appearance: none; border: 1px solid var(--stein-tief); background: transparent; border-radius: 3px;
  padding: 9px 34px 9px 12px; font-size: .875rem; font-weight: 500; cursor: pointer;
}
.auswahlfeld::after { content: ''; position: absolute; right: 13px; top: 50%; width: 7px; height: 7px; border-right: 1.5px solid var(--graphit); border-bottom: 1.5px solid var(--graphit); transform: translateY(-70%) rotate(45deg); pointer-events: none; }

.filter-knopf { display: none; }

.produktraster { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: clamp(14px, 1.8vw, 26px); row-gap: clamp(40px, 4.4vw, 64px); padding-block: clamp(36px, 4vw, 56px) clamp(90px, 10vw, 150px); }
.stimmung { grid-column: span 2; grid-row: span 2; position: relative; display: flex; flex-direction: column; text-decoration: none; margin: 0; }
.stimmung .rahmen { flex: 1; min-height: 0; }
.stimmung .rahmen img { position: absolute; inset: 0; }
.stimmung figcaption { padding-top: 14px; display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.stimmung figcaption .link { white-space: nowrap; flex: none; }
.stimmung figcaption b { font-family: var(--display); font-weight: 300; font-size: clamp(1.4rem, 1.1rem + .8vw, 2rem); letter-spacing: -.015em; line-height: 1.1; }
.kachel.ist-ein { animation: kachel-an .6s var(--ease) both; }
@keyframes kachel-an { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.leer { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 24px; align-items: center; padding-block: 20px 40px; }
.leer__bild { grid-column: 1 / 6; aspect-ratio: 4 / 3; position: relative; overflow: hidden; }
.leer__bild img { width: 100%; height: 100%; object-fit: cover; }
.leer__text { grid-column: 7 / 12; }
.leer__text p { margin-top: 16px; }
.leer__text .aktionen { display: flex; flex-wrap: wrap; gap: 12px 26px; align-items: center; margin-top: 28px; }

@media (max-width: 1200px) { .produktraster { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1080px) {
  .preisband, .auswahlfeld, .werkzeug .reiter { display: none; }
  .filter-knopf { display: inline-flex; align-items: center; gap: 10px; background: none; border: 1px solid var(--graphit); border-radius: 3px; height: 42px; padding: 0 14px; font-weight: 500; font-size: .9rem; }
  .filter-knopf b { background: var(--graphit); color: var(--kreide-hell); border-radius: 10px; min-width: 20px; height: 20px; font-size: .72rem; display: inline-grid; place-items: center; padding: 0 6px; }
  .werkzeug .wrap { justify-content: space-between; }
  .werkzeug__rechts { margin-left: 0; }
}
@media (max-width: 800px) {
  .shopkopf { display: block; }
  .shopkopf p { margin-top: 12px; }
  .produktraster { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 12px; row-gap: 36px; }
  .stimmung { grid-column: 1 / -1; grid-row: auto; }
  .stimmung .rahmen { aspect-ratio: 4 / 3.4; flex: none; }
  .stimmung figcaption { flex-direction: column; gap: 10px; align-items: flex-start; }
  .leer { display: block; }
  .leer__bild { margin-bottom: 28px; margin-inline: calc(-1 * var(--rand)); }
  .kachel__plus { right: 8px; bottom: 8px; height: 36px; min-width: 36px; padding: 0 10px; }
}
.mobil-reiter { gap: 6px; overflow-x: auto; scrollbar-width: none; padding: 0 var(--rand) 14px; margin-top: -2px; }
.mobil-reiter::-webkit-scrollbar { display: none; }
.mobil-reiter button { flex: none; border: 1px solid var(--stein-tief); background: transparent; border-radius: 3px; height: 38px; padding: 0 14px; font-size: .875rem; font-weight: 500; color: var(--graphit-2); }
.mobil-reiter button[aria-pressed="true"] { background: var(--graphit); border-color: var(--graphit); color: var(--kreide-hell); }
.mobil-reiter { display: none; }
@media (max-width: 1080px) { .mobil-reiter { display: flex; } }

/* Bottom-Sheet */
.blatt {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
  background: var(--kreide-hell); border-radius: 14px 14px 0 0;
  max-height: 88svh; display: flex; flex-direction: column;
  transform: translateY(104%); visibility: hidden;
  transition: transform .5s var(--ease), visibility 0s linear .5s;
  box-shadow: 0 -20px 50px -20px rgba(0,0,0,.25);
}
.blatt.ist-offen { transform: none; visibility: visible; transition-delay: 0s; }
.blatt__griff { width: 100%; height: 26px; border: 0; background: none; display: grid; place-items: center; touch-action: none; }
.blatt__griff::before { content: ''; width: 40px; height: 4px; border-radius: 2px; background: var(--stein-tief); }
.blatt__kopf { display: flex; justify-content: space-between; align-items: center; padding: 0 20px 8px; }
.blatt__kopf h2 { font-family: var(--display); font-size: 1.6rem; letter-spacing: -.01em; }
.blatt__inhalt { overflow-y: auto; padding: 8px 20px 20px; }
.blatt__gruppe { padding-block: 18px; border-top: 1px solid var(--linie); }
.blatt__gruppe h3 { font-size: .875rem; font-weight: 600; margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips button { border: 1px solid var(--stein-tief); background: none; height: 42px; padding: 0 16px; border-radius: 3px; font-size: .9rem; font-weight: 500; }
.chips button[aria-pressed="true"] { background: var(--graphit); color: var(--kreide-hell); border-color: var(--graphit); }
.blatt .doppelregler { width: 100%; height: 40px; margin-top: 6px; }
.blatt .doppelregler__spur, .blatt .doppelregler__fill { top: 19px; }
.blatt .doppelregler input[type=range] { height: 40px; }
.blatt .doppelregler input[type=range]::-webkit-slider-thumb { width: 26px; height: 26px; }
.blatt__preiswerte { display: flex; justify-content: space-between; font-variant-numeric: tabular-nums; font-size: .9rem; color: var(--graphit-2); }
.blatt__fuss { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--linie); }

/* =========================================================
   PRODUKTSEITE
   ========================================================= */
.pfad { padding-block: 20px 0; font-size: .8125rem; color: var(--graphit-2); }
.pfad ol { display: flex; flex-wrap: wrap; gap: 6px; }
.pfad li + li::before { content: '/'; margin-right: 6px; color: var(--stein-tief); }
.pfad a { text-decoration: none; }
.pfad a:hover { text-decoration: underline; text-underline-offset: 3px; }

.produkt { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2vw, 28px); padding-top: 22px; padding-bottom: clamp(80px, 9vw, 140px); }
.galerie-rahmen { grid-column: 1 / 8; min-width: 0; }
.galerie { display: grid; grid-template-columns: 1fr; gap: clamp(12px, 1.4vw, 20px); }
.galerie figure { margin: 0; }
.galerie .rahmen { aspect-ratio: 4 / 5; }
.galerie figcaption { font-size: .8125rem; color: var(--graphit-2); padding-top: 8px; }
.galerie figure:first-child figcaption { display: none; }
.galerie__zaehler { display: none; }
.kauf { grid-column: 9 / 13; }
.kauf__innen { position: sticky; top: calc(var(--kopf) + 28px); padding-top: clamp(0px, 3vw, 40px); }
.kauf__kat { display: flex; gap: 10px; align-items: center; font-size: .8125rem; color: var(--graphit-2); font-weight: 500; }
.kauf__kat a { text-decoration: none; }
.kauf__kat .markierung { position: static; }
.kauf h1 { font-family: var(--display); font-style: italic; font-weight: 300; font-size: clamp(2.3rem, 1.6rem + 2vw, 3.6rem); line-height: 1; letter-spacing: -.02em; margin-top: 14px; }
.kauf__zusatz { display: block; font-family: var(--ui); font-style: normal; font-size: .95rem; letter-spacing: 0; color: var(--graphit-2); font-weight: 400; margin-top: 12px; }
.kauf__preis { margin-top: 22px; display: flex; align-items: baseline; gap: 12px; }
.kauf__preis .preis { font-size: 1.4rem; }
.kauf__preis small { font-size: .8125rem; color: var(--graphit-2); }
.kauf__text { margin-top: 20px; color: var(--graphit-2); max-width: 46ch; }
.variante { margin-top: 26px; }
.variante legend { font-size: .875rem; font-weight: 600; margin-bottom: 10px; }
.variante legend span { font-weight: 400; color: var(--graphit-2); margin-left: 4px; }
.farben { display: flex; gap: 10px; flex-wrap: wrap; }
.farbe { position: relative; width: 36px; height: 36px; }
.farbe input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.farbe span { display: block; width: 100%; height: 100%; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); transition: box-shadow .2s; }
.farbe input:checked + span { box-shadow: inset 0 0 0 1px rgba(0,0,0,.12), 0 0 0 3px var(--kreide), 0 0 0 4.5px var(--graphit); }
.farbe input:focus-visible + span { outline: 2px solid var(--salbei-tief); outline-offset: 6px; }
.textwahl { display: flex; gap: 8px; flex-wrap: wrap; }
.textwahl label { position: relative; }
.textwahl input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.textwahl span { display: inline-flex; align-items: center; height: 42px; padding: 0 16px; border: 1px solid var(--stein-tief); border-radius: 3px; font-size: .9rem; font-weight: 500; }
.textwahl input:checked + span { border-color: var(--graphit); box-shadow: inset 0 0 0 1px var(--graphit); }
.textwahl input:focus-visible + span { outline: 2px solid var(--salbei-tief); outline-offset: 3px; }
.kauf__aktion { display: flex; gap: 12px; margin-top: 28px; }
.kauf__aktion .btn { flex: 1; }
.liefer { margin-top: 26px; border-top: 1px solid var(--linie); }
.liefer li { display: grid; grid-template-columns: 22px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--linie); font-size: .9rem; line-height: 1.45; }
.liefer li .icon { margin-top: 1px; color: var(--salbei-tief); }
.liefer b { font-weight: 600; display: block; }
.liefer span { color: var(--graphit-2); }
.akk { margin-top: 8px; }
.akk details { border-bottom: 1px solid var(--linie); }
.akk summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; font-weight: 500; font-size: .95rem;
}
.akk summary::-webkit-details-marker { display: none; }
.akk summary::after { content: ''; width: 12px; height: 12px; flex: none; background: linear-gradient(currentColor, currentColor) center / 12px 1.5px no-repeat, linear-gradient(currentColor, currentColor) center / 1.5px 12px no-repeat; transition: transform .35s var(--ease); }
.akk details[open] summary::after { transform: rotate(45deg); }
.akk details p { padding: 0 0 20px; color: var(--graphit-2); font-size: .925rem; max-width: 50ch; }

.kaufleiste {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: none;
  background: rgba(245, 246, 244, .98); border-top: 1px solid var(--linie);
  padding: 10px var(--rand) calc(10px + env(safe-area-inset-bottom));
  grid-template-columns: 1fr auto; gap: 12px; align-items: center;
  transform: translateY(0); transition: transform .45s var(--ease);
}
.kaufleiste__name { font-family: var(--display); font-style: italic; font-size: 1.05rem; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kaufleiste__info { min-width: 0; }
.kaufleiste .klein { font-size: .78rem; }

.dazu { padding-bottom: clamp(90px, 10vw, 160px); }
.dazu__kopf { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: clamp(28px, 3vw, 44px); border-top: 1px solid var(--linie); padding-top: clamp(40px, 5vw, 72px); }
.dazu__raster { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(14px, 2vw, 28px); align-items: start; }
.dazu__raster .kachel:nth-child(1) { grid-column: 1 / 5; }
.dazu__raster .kachel:nth-child(2) { grid-column: 6 / 9; margin-top: clamp(40px, 6vw, 96px); }
.dazu__raster .kachel:nth-child(3) { grid-column: 10 / 13; }

@media (max-width: 900px) {
  .produkt { display: block; padding-top: 12px; }
  .galerie {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 0; scrollbar-width: none;
    margin-inline: calc(-1 * var(--rand)); position: relative;
  }
  .galerie::-webkit-scrollbar { display: none; }
  .galerie figure { flex: none; width: 100%; scroll-snap-align: start; position: relative; }
  .galerie figcaption { position: absolute; left: var(--rand); bottom: 12px; padding: 5px 8px; background: var(--kreide-hell); font-size: .75rem; border-radius: 2px; }
  .galerie__zaehler { display: block; position: relative; margin-top: -34px; margin-right: 0; text-align: right; pointer-events: none; }
  .galerie__zaehler span { display: inline-block; background: rgba(245,246,244,.92); padding: 4px 8px; border-radius: 2px; font-size: .75rem; font-weight: 500; font-variant-numeric: tabular-nums; }
  .kauf__innen { position: static; padding-top: 26px; }
  .kaufleiste { display: grid; }
  .kaufleiste.ist-weg { transform: translateY(110%); }
  body.hat-kaufleiste { padding-bottom: 76px; }
  .dazu__raster { display: grid; grid-template-columns: 1fr 1fr; column-gap: 12px; row-gap: 32px; }
  .dazu__raster .kachel:nth-child(1) { grid-column: 1 / -1; width: 78%; }
  .dazu__raster .kachel:nth-child(2) { grid-column: 1; margin-top: 0; }
  .dazu__raster .kachel:nth-child(3) { grid-column: 2; margin-top: 56px; }
  .dazu__kopf { align-items: start; flex-direction: column; gap: 10px; }
}

/* =========================================================
   KASSE
   ========================================================= */
.kasse-kopf .wrap { display: flex; justify-content: space-between; align-items: center; height: var(--kopf); }
.kasse-kopf { border-bottom: 1px solid var(--linie); background: var(--kreide); }
.demo {
  background: var(--salbei-nebel); color: var(--salbei-tief);
  border-bottom: 1px solid var(--salbei-hell);
}
.demo .wrap { display: flex; align-items: center; gap: 14px; padding-block: 12px; font-size: .9rem; }
.demo b { color: var(--graphit); font-weight: 600; }
.demo__zeichen { width: 26px; height: 26px; flex: none; border-radius: 50%; border: 1.5px solid currentColor; display: grid; place-items: center; font-family: var(--display); font-style: italic; font-size: .95rem; line-height: 1; }

.kasse { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2vw, 28px); padding-block: clamp(36px, 5vw, 72px) clamp(80px, 8vw, 130px); }
.kasse__form { grid-column: 1 / 8; }
.kasse__form > h1 { margin-bottom: clamp(24px, 3vw, 40px); }
.kasse__uebersicht { grid-column: 9 / 13; }
.kasse__uebersicht-innen { position: sticky; top: 28px; background: var(--kreide-hell); padding: clamp(20px, 2.4vw, 32px); }
.schritt { padding-block: 28px; border-top: 1px solid var(--linie); }
.schritt__titel { float: left; width: 100%; display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; }
.schritt__titel + * { clear: both; }
.schritt__titel .nr { font-family: var(--display); font-style: italic; font-size: 1.1rem; color: var(--graphit-3); min-width: 1ch; }
.schritt__titel h2 { font-family: var(--display); font-size: 1.7rem; font-weight: 400; letter-spacing: -.012em; }
.felder { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.feld { grid-column: span 6; display: flex; flex-direction: column; }
.feld--halb { grid-column: span 3; }
.feld--drittel { grid-column: span 2; }
.feld--zweidrittel { grid-column: span 4; }
.feld label { font-size: .8125rem; font-weight: 500; margin-bottom: 6px; }
.feld label small { font-weight: 400; color: var(--graphit-3); }
.feld input, .feld select, .feld textarea {
  width: 100%; border: 1px solid var(--stein-tief); background: var(--kreide-hell); border-radius: 3px;
  padding: 13px 14px; font-size: 1rem; line-height: 1.3; transition: border-color .2s, box-shadow .2s;
}
.feld textarea { min-height: 150px; resize: vertical; }
.feld input:hover, .feld select:hover, .feld textarea:hover { border-color: var(--graphit-3); }
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: none; border-color: var(--graphit); box-shadow: 0 0 0 3px var(--salbei-nebel); }
.feld [aria-invalid="true"] { border-color: var(--fehler); }
.feld .feld-fehler { margin-top: 6px; min-height: 0; }
.feld .feld-fehler:empty { display: none; }
.feld--fest { padding: 13px 14px; border: 1px dashed var(--stein-tief); border-radius: 3px; font-size: .95rem; color: var(--graphit-2); }

.karten { display: grid; gap: 10px; }
.karte { position: relative; display: grid; grid-template-columns: 22px 1fr auto; gap: 14px; align-items: start; padding: 16px 18px; border: 1px solid var(--stein-tief); border-radius: 3px; background: var(--kreide-hell); cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.karte:hover { border-color: var(--graphit-3); }
.karte input { position: absolute; opacity: 0; }
.karte__punkt { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--graphit-3); margin-top: 2px; position: relative; }
.karte__punkt::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--graphit); transform: scale(0); transition: transform .25s var(--ease); }
.karte:has(input:checked) { border-color: var(--graphit); box-shadow: inset 0 0 0 1px var(--graphit); }
.karte:has(input:checked) .karte__punkt { border-color: var(--graphit); }
.karte:has(input:checked) .karte__punkt::after { transform: scale(1); }
.karte:has(input:focus-visible) { outline: 2px solid var(--salbei-tief); outline-offset: 3px; }
.karte b { font-weight: 600; display: block; }
.karte span { font-size: .875rem; color: var(--graphit-2); }
.karte__marke { font-size: .78rem; font-weight: 700; letter-spacing: .03em; border: 1px solid var(--stein-tief); border-radius: 3px; padding: 4px 8px; align-self: center; white-space: nowrap; }
.pruefen { margin-top: 12px; padding-top: 28px; border-top: 1px solid var(--linie); }
.pruefen .klein { margin-top: 12px; }
.fehlerbox { margin-bottom: 16px; padding: 14px 16px; border-left: 3px solid var(--fehler); background: #F3E9E6; color: var(--fehler); font-size: .9rem; }

.uebersicht__titel { font-family: var(--display); font-size: 1.5rem; letter-spacing: -.01em; display: flex; justify-content: space-between; align-items: baseline; }
.uebersicht__titel a { font-family: var(--ui); font-size: .8125rem; font-weight: 500; }
.mini { margin-top: 16px; border-top: 1px solid var(--linie); }
.mini li { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--linie); align-items: center; font-size: .875rem; }
.mini__bild { width: 52px; aspect-ratio: 4 / 5; background: var(--stein); overflow: hidden; position: relative; }
.mini__bild img { width: 100%; height: 100%; object-fit: cover; }
.mini__bild b { position: absolute; right: 3px; top: 3px; background: var(--graphit); color: var(--kreide-hell); border-radius: 9px; min-width: 18px; height: 18px; font-size: .68rem; display: grid; place-items: center; padding: 0 5px; }
.mini__name { font-family: var(--display); font-style: italic; font-size: 1rem; line-height: 1.2; display: block; }
.summen { margin-top: 16px; display: grid; gap: 6px; font-size: .9rem; color: var(--graphit-2); }
.summen div { display: flex; justify-content: space-between; gap: 12px; }
.summen .summen__rabatt { color: var(--salbei-tief); }
.summen .summen__total { color: var(--graphit); font-size: 1.15rem; font-weight: 600; padding-top: 12px; margin-top: 6px; border-top: 1px solid var(--linie); }
.summen small { font-size: .78rem; color: var(--graphit-3); }
.kasse__leer { padding-block: 40px; }
.kasse__leer .aktionen { display: flex; gap: 16px 28px; flex-wrap: wrap; align-items: center; margin-top: 28px; }

.bestaetigung { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2vw, 28px); }
.bestaetigung__text { grid-column: 1 / 7; }
.bestaetigung__text .d1 { font-size: clamp(2.8rem, 1.6rem + 4.4vw, 6rem); }
.bestaetigung__text .lead { margin-top: 24px; }
.bestaetigung__nr { margin-top: 32px; display: inline-flex; flex-direction: column; gap: 2px; }
.bestaetigung__nr b { font-family: var(--display); font-size: 1.8rem; font-weight: 400; letter-spacing: .01em; font-variant-numeric: tabular-nums; }
.bestaetigung__fakten { grid-column: 8 / 13; margin-top: 12px; border-top: 1px solid var(--graphit); }
.bestaetigung__fakten div { display: grid; grid-template-columns: 9em 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--linie); font-size: .925rem; }
.bestaetigung__fakten dt { color: var(--graphit-2); }
.bestaetigung__fakten dd { margin: 0; }
.bestaetigung__bild { grid-column: 1 / -1; margin-top: clamp(48px, 6vw, 96px); display: grid; grid-template-columns: repeat(12, 1fr); column-gap: inherit; align-items: end; }
.bestaetigung__bild .rahmen { grid-column: 1 / 8; aspect-ratio: 16 / 9; }
.bestaetigung__bild p { grid-column: 9 / 13; }

@media (max-width: 900px) {
  .kasse { display: flex; flex-direction: column; }
  .kasse__uebersicht { order: -1; margin-bottom: 20px; }
  .kasse__uebersicht-innen { position: static; margin-inline: calc(-1 * var(--rand)); padding-inline: var(--rand); }
  .felder { grid-template-columns: repeat(6, 1fr); gap: 14px 12px; }
  .feld--halb { grid-column: span 6; }
  .feld--drittel { grid-column: span 2; }
  .feld--zweidrittel { grid-column: span 4; }
  .schritt:first-of-type .feld--drittel, .schritt:first-of-type .feld--zweidrittel { grid-column: span 6; }
  .karte { grid-template-columns: 22px 1fr; }
  .karte__marke { display: none; }
  .karte > .preis { grid-column: 2; }
  .bestaetigung { display: block; }
  .bestaetigung__fakten { margin-top: 40px; }
  .bestaetigung__bild { display: block; }
  .bestaetigung__bild p { margin-top: 16px; }
  .demo .wrap { align-items: flex-start; font-size: .85rem; }
}
.uebersicht-umschalter { display: none; }
@media (max-width: 900px) {
  .uebersicht-umschalter { display: flex; width: 100%; justify-content: space-between; align-items: center; background: none; border: 0; padding: 0; font-size: .95rem; font-weight: 500; }
  .uebersicht-umschalter .preis { font-size: 1.05rem; }
  .kasse__uebersicht[data-zu="true"] .uebersicht__koerper { display: none; }
  .kasse__uebersicht .uebersicht__titel { display: none; }
}

/* =========================================================
   SERVICE
   ========================================================= */
.service { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2vw, 28px); padding-block: clamp(40px, 5vw, 80px) clamp(90px, 10vw, 160px); }
.service__kopf { grid-column: 1 / -1; margin-bottom: clamp(40px, 5vw, 80px); display: grid; grid-template-columns: repeat(12, 1fr); column-gap: inherit; align-items: end; }
.service__kopf h1 { grid-column: 1 / 7; }
.service__kopf p { grid-column: 8 / 12; }
.service__index { grid-column: 1 / 4; }
.service__index ol { position: sticky; top: calc(var(--kopf) + 32px); border-top: 1px solid var(--linie); }
.service__index a { display: block; padding: 12px 0; border-bottom: 1px solid var(--linie); text-decoration: none; font-weight: 500; font-size: .95rem; }
.service__index a:hover { color: var(--salbei-tief); }
.service__inhalt { grid-column: 5 / 12; }
.thema { padding-bottom: clamp(56px, 6vw, 90px); }
.thema + .thema { padding-top: clamp(40px, 4vw, 56px); border-top: 1px solid var(--linie); }
.thema h2 { margin-bottom: 22px; }
.thema > p { max-width: 60ch; color: var(--graphit-2); }
.thema > p + p { margin-top: 14px; }
.fakten { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--graphit); }
.fakten div { padding: 18px 18px 18px 0; }
.fakten div + div { padding-left: 18px; border-left: 1px solid var(--linie); }
.fakten b { font-family: var(--display); font-weight: 300; font-size: 2rem; letter-spacing: -.02em; line-height: 1; display: block; }
.fakten span { display: block; margin-top: 8px; font-size: .875rem; color: var(--graphit-2); }
.ablauf { margin-top: 26px; counter-reset: ablauf; }
.ablauf li { counter-increment: ablauf; display: grid; grid-template-columns: 2.2em 1fr; padding: 14px 0; border-bottom: 1px solid var(--linie); }
.ablauf li::before { content: counter(ablauf); font-family: var(--display); font-style: italic; color: var(--graphit-3); font-size: 1.15rem; line-height: 1.4; }
.ablauf li b { font-weight: 600; }
.ablauf li span { display: block; color: var(--graphit-2); font-size: .925rem; }
.kontaktform { margin-top: 28px; }
.kontaktform .btn { margin-top: 24px; }
.danke { margin-top: 28px; padding: 32px 0; border-top: 1px solid var(--graphit); }
.danke h3 { font-family: var(--display); font-size: 2rem; font-weight: 300; letter-spacing: -.015em; }
.danke p { margin-top: 10px; color: var(--graphit-2); max-width: 46ch; }
@media (max-width: 900px) {
  .service { display: block; }
  .service__kopf { display: block; }
  .service__kopf p { margin-top: 14px; }
  .service__index { display: none; }
  .fakten { grid-template-columns: 1fr; }
  .fakten div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--linie); }
}

/* =========================================================
   Bewegung reduzieren & Review-Modus
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .2s !important; }
  .hero__bild img, .hero__titel .zeile, .hero__unten { animation: none !important; }
  .druck__fenster img.ist-neu, .druck__fenster img.ist-alt { transform: none !important; }
  .kachel:hover .kachel__bild .rahmen img, .fach:hover .rahmen img { transform: none !important; }
  .korb, .blatt, .menue { transition-property: opacity, visibility !important; }
  .korb:not(.ist-offen), .blatt:not(.ist-offen) { opacity: 0; }
}

html.review, html.review * { scroll-behavior: auto !important; }
html.review *, html.review *::before, html.review *::after { animation: none !important; transition: none !important; }
html.review .hero { height: 820px; }
html.review .kopf { position: relative; }
html.review .werkzeug { position: relative; top: 0; }
html.review .kauf__innen, html.review .service__index ol, html.review .kasse__uebersicht-innen { position: static; }
html.review .decken__summe { position: relative; }
@media (max-width: 900px) {
  html.review .hero { --bild-h: 440px; }
  html.review .kaufleiste { position: relative; }
}
