:root {
  color-scheme: light;
  --paper: #f7f3ec;
  --paper-soft: #fbf8f2;
  --ink: #151514;
  --ink-soft: #5f5b54;
  --muted: #9a9287;
  --line: rgba(21, 21, 20, 0.12);
  --dark: #161715;
  --dark-soft: #22231f;
  --dark-line: rgba(247, 243, 236, 0.14);
  --cream: #e9dfd0;
  --stone: #c9c1b5;
  --sage: #aeb5a6;
  --blue: #a9b8c3;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(21, 21, 20, 0.12);
  --max: 1180px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

html.preview-lock-pending body > *:not(.preview-gate),
html.preview-lock-active body > *:not(.preview-gate) {
  visibility: hidden;
}

html.preview-lock-active,
html.preview-lock-active body {
  min-height: 100%;
  overflow: hidden;
}

.preview-gate {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.72), transparent 38%),
    var(--paper);
  visibility: visible;
}

.preview-gate-panel {
  width: min(100%, 420px);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.84);
  box-shadow: var(--shadow);
}

.preview-gate-panel .brand {
  display: block;
  margin-bottom: 34px;
}

.preview-gate-panel h1 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 9vw, 2.7rem);
  letter-spacing: 0;
}

.preview-gate-panel p {
  margin: 0 0 22px;
  color: var(--ink-soft);
}

.preview-gate-form {
  display: grid;
  gap: 12px;
}

.preview-gate-form label {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 650;
}

.preview-gate-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
  color: var(--ink);
  font: inherit;
}

.preview-gate-form input:focus {
  outline: 2px solid rgba(21, 21, 20, 0.18);
  outline-offset: 2px;
}

.preview-gate-error {
  min-height: 20px;
  color: #8a2d25;
  font-size: 0.86rem;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  column-gap: 16px;
  width: min(calc(100% - 32px), var(--max));
  min-height: 56px;
  padding: 0 10px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(247, 243, 236, 0.72);
  box-shadow: 0 16px 50px rgba(21, 21, 20, 0.08);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(21, 21, 20, 0.08);
  background: rgba(251, 248, 242, 0.9);
  box-shadow: 0 18px 60px rgba(21, 21, 20, 0.11);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: rgba(21, 21, 20, 0.92);
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: 26px;
  width: auto;
}

.footer .brand-logo {
  height: 24px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: rgba(21, 21, 20, 0.68);
  font-size: 0.88rem;
  font-weight: 500;
}

.nav a,
.footer a {
  transition: color 160ms ease;
}

.nav a:hover,
.footer a:hover {
  color: var(--ink);
}

/* Widerrufs-Button (§ 356a BGB): hervorgehoben platziert, von den
   Rechtslinks abgesetzt, ständig verfügbar im Footer jeder Seite. */
.footer .footer-cta {
  margin-left: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 600;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.footer .footer-cta:hover {
  background: var(--dark-soft);
  color: var(--paper);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 38px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-soft);
  font-size: 0.88rem;
  font-weight: 600;
}

.language-switch {
  color: rgba(21, 21, 20, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-light,
.section-dark {
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  min-height: 100svh;
  padding-top: 112px;
  padding-bottom: clamp(42px, 7vw, 78px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    var(--paper);
}

.hero-copy {
  min-width: 0;
  padding-top: clamp(12px, 3vw, 36px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: 0;
  line-height: 1.04;
  overflow-wrap: break-word;
  hyphens: auto;
}

h1 {
  max-width: 13.5ch;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  font-weight: 590;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3.3vw, 3.55rem);
  font-weight: 570;
}

h3 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 640;
  letter-spacing: 0;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 58px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 650;
  letter-spacing: 0;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-dark {
  background: var(--ink);
  color: var(--paper-soft);
}

.button-dark:hover {
  background: #000;
}

.button-quiet {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.36);
  color: var(--ink);
}

.button-quiet:hover {
  border-color: rgba(21, 21, 20, 0.24);
  background: rgba(255, 255, 255, 0.62);
}

.button-light {
  border-color: rgba(247, 243, 236, 0.28);
  background: var(--paper-soft);
  color: var(--ink);
}

.button-light:hover {
  background: #fff;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 620px;
  margin: 0;
}

.trust-row div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.trust-row dt {
  margin-bottom: 3px;
  font-size: 0.86rem;
  font-weight: 650;
}

.trust-row dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.hero-media {
  position: relative;
  min-width: 0;
  min-height: min(76vh, 760px);
  overflow: hidden;
  border-radius: var(--radius);
  background: #ded6cb;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.16)),
    linear-gradient(90deg, rgba(247, 243, 236, 0.18), rgba(247, 243, 236, 0));
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: min(76vh, 760px);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.62) contrast(0.98) brightness(1.05);
}

.product-float {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(320px, calc(100% - 36px));
  min-height: 64px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: var(--radius);
  background: rgba(250, 248, 243, 0.76);
  box-shadow: 0 16px 50px rgba(21, 21, 20, 0.16);
  backdrop-filter: blur(18px);
  font-size: 0.9rem;
}

.product-float span {
  color: var(--ink-soft);
}

.product-float strong {
  font-weight: 700;
}

.intro {
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(56px, 8vw, 104px);
}

.intro p {
  max-width: 710px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.18rem, 1.75vw, 1.72rem);
  font-weight: 430;
  line-height: 1.3;
  letter-spacing: 0;
}

.intro .intro-lead {
  color: var(--ink);
  font-weight: 560;
  margin: 0 0 0.5em;
}

.collection {
  padding-top: clamp(40px, 7vw, 84px);
  padding-bottom: clamp(72px, 10vw, 140px);
  background: var(--paper-soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 62px);
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 20, 0.08);
  border-radius: var(--radius);
  background: #fffdf8;
}

.product-link {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.product-link:hover {
  border-color: rgba(21, 21, 20, 0.16);
  box-shadow: 0 18px 50px rgba(21, 21, 20, 0.08);
  transform: translateY(-2px);
}

.product-link:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 38%),
    linear-gradient(145deg, var(--cream), #cfc5b9);
}

.product-visual::before {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 7px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 45%),
    linear-gradient(160deg, rgba(21, 21, 20, 0.05), rgba(21, 21, 20, 0.14));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 28px 60px rgba(21, 21, 20, 0.18);
  content: "";
  transform: rotate(-4deg);
}

.product-visual::after {
  position: absolute;
  left: 26%;
  right: 26%;
  bottom: 20%;
  height: 5px;
  border-radius: 999px;
  background: rgba(21, 21, 20, 0.22);
  content: "";
  filter: blur(7px);
}

.product-visual span {
  position: relative;
  z-index: 1;
  width: 34%;
  aspect-ratio: 4 / 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(38px) rotate(-4deg);
}

.product-photo {
  background: #f6f3ee;
}

.product-photo::before,
.product-photo::after {
  display: none;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(0.98) brightness(1.04);
}

.product-visual-two {
  background:
    radial-gradient(circle at 42% 24%, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0) 36%),
    linear-gradient(145deg, #bfc7c0, #8f968d);
}

.product-visual-two::before {
  inset: 13% 11%;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 48%),
    linear-gradient(160deg, rgba(21, 21, 20, 0.08), rgba(21, 21, 20, 0.22));
}

.product-visual-three {
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 38%),
    linear-gradient(145deg, #d3d0ca, #a4aaa9);
}

.product-visual-three::before {
  inset: 22% 17%;
  border-radius: 8px;
  transform: rotate(5deg);
}

.product-visual-three span {
  width: 28%;
  transform: translateY(28px) rotate(5deg);
}

.product-visual-four {
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 38%),
    linear-gradient(145deg, #bbb9b3, #31332f);
}

.product-visual-four::before {
  inset: 21% 12%;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 48%),
    linear-gradient(160deg, rgba(247, 243, 236, 0.05), rgba(21, 21, 20, 0.32));
  transform: rotate(-2deg);
}

.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-content p {
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.product-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.product-meta strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.section-dark {
  background: var(--dark);
  color: var(--paper-soft);
}

.section-dark .eyebrow {
  color: rgba(247, 243, 236, 0.5);
}

.detail {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(42px, 8vw, 118px);
  padding-top: clamp(82px, 12vw, 160px);
  padding-bottom: clamp(82px, 12vw, 160px);
}

.detail-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 30px;
  color: rgba(247, 243, 236, 0.68);
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
}

.detail-list {
  display: grid;
  align-content: center;
  gap: 14px;
}

.detail-list div {
  padding: 24px 0;
  border-top: 1px solid var(--dark-line);
}

.detail-list div:last-child {
  border-bottom: 1px solid var(--dark-line);
}

.detail-list span {
  display: block;
  margin-bottom: 30px;
  color: rgba(247, 243, 236, 0.46);
  font-size: 0.78rem;
  font-weight: 700;
}

.detail-list h3 {
  color: var(--paper-soft);
}

.detail-list p {
  max-width: 420px;
  margin-bottom: 0;
  color: rgba(247, 243, 236, 0.66);
}

.detail-media {
  margin: 36px 0 0;
  max-width: 540px;
}

.detail-media video {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  background: #101010;
}

.detail-media figcaption {
  margin-top: 12px;
  color: rgba(247, 243, 236, 0.46);
  font-size: 0.84rem;
}

.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: clamp(36px, 8vw, 98px);
  align-items: center;
  padding-top: clamp(74px, 11vw, 150px);
  padding-bottom: clamp(74px, 11vw, 150px);
  background: #ece5db;
}

.checkout-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.checkout-panel {
  padding: 24px;
  border: 1px solid rgba(21, 21, 20, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 20px 70px rgba(21, 21, 20, 0.1);
}

.checkout-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.15s ease;
}

a.checkout-line:hover {
  color: var(--ink);
}

a.checkout-line:hover strong {
  color: var(--ink);
}

.checkout-line strong {
  color: var(--ink);
}

.checkout-button {
  width: 100%;
  margin-top: 24px;
}

.checkout-note {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  text-align: center;
}

.checkout-note code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
}

.shipping {
  padding-top: clamp(72px, 10vw, 132px);
  padding-bottom: clamp(72px, 10vw, 132px);
}

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

.shipping-grid div {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.34);
}

.shipping-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.legal-page {
  background: var(--paper);
}

.legal-hero {
  min-height: 44vh;
  padding: 150px max(20px, calc((100vw - var(--max)) / 2)) 70px;
}

.legal-hero h1 {
  max-width: 920px;
  overflow-wrap: anywhere;
}

/* Compact hero used by single-page legal docs like the Impressum,
   where a 44vh booming hero is disproportionate to the body content. */
.legal-hero-compact {
  min-height: auto;
  padding: 130px max(20px, calc((100vw - 760px) / 2)) 40px;
}

.legal-hero-compact h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.legal-hero-compact .hero-text {
  font-size: 0.96rem;
  color: var(--muted);
  max-width: 600px;
  margin: 0;
}

.legal-content {
  display: grid;
  gap: 26px;
  padding: 40px max(20px, calc((100vw - 860px) / 2)) 100px;
}

/* Narrower body column for spec-sheet-style legal docs. */
.legal-content-narrow {
  padding: 20px max(20px, calc((100vw - 760px) / 2)) 120px;
}

.legal-block {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 104px;
}

.legal-block h2 {
  margin: 0 0 14px;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
}

.legal-block p {
  max-width: 820px;
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.75;
}

.legal-block a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

/* Definition-list pattern for key/value legal docs (Impressum).
   Two-column on desktop, single column on mobile.
   Uppercase muted labels, calm body, hairline dividers. */
.legal-dl {
  margin: 0;
}

.legal-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-row:last-child {
  border-bottom: 1px solid var(--line);
}

.legal-row dt {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-top: 0.32em;
}

.legal-row dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink);
  max-width: 540px;
}

.legal-row dd address {
  font-style: normal;
  line-height: 1.7;
}

.legal-row dd a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: opacity 160ms ease;
}

.legal-row dd a:hover {
  opacity: 0.55;
}

@media (max-width: 640px) {
  .legal-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .legal-row dt {
    padding-top: 0;
  }
}

/* Long-form legal docs (privacy): "Stand" meta, section index and
   numbered headings. Restrained, hairline-driven, brand-consistent. */
.legal-meta {
  margin: 18px 0 0;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.legal-toc {
  padding: 4px 0 20px;
  border-bottom: 1px solid var(--line);
}

.legal-toc-title {
  margin: 0 0 4px;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.legal-toc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
}

.legal-toc-grid a {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 11px 2px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.45;
  transition: opacity 160ms ease;
}

.legal-toc-grid a:hover {
  opacity: 0.55;
}

.legal-toc-grid a span {
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}

.legal-block h2 .legal-num {
  margin-right: 12px;
  color: var(--ink-soft);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 640px) {
  .legal-toc-grid {
    grid-template-columns: 1fr;
  }
}

.placeholder-text {
  color: #9b5d33;
  font-weight: 600;
}

.legal-form-box {
  max-width: 820px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.faq {
  padding-top: clamp(72px, 11vw, 150px);
  padding-bottom: clamp(72px, 11vw, 150px);
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--dark-line);
}

details {
  border-bottom: 1px solid var(--dark-line);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 24px;
  cursor: pointer;
  color: var(--paper-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 600;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(247, 243, 236, 0.3);
  border-radius: 999px;
  color: rgba(247, 243, 236, 0.7);
  content: "+";
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 780px;
  margin: -2px 0 26px;
  color: rgba(247, 243, 236, 0.66);
}

.footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px max(20px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.footer p {
  margin: 0;
}

.footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.legal-note {
  grid-column: 1 / -1;
  color: rgba(95, 91, 84, 0.72);
  font-size: 0.76rem;
}

.product-page {
  background: var(--paper);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  min-height: 100svh;
  padding-top: 112px;
  padding-bottom: clamp(46px, 8vw, 90px);
}

.product-hero h1 {
  max-width: none;
}

.product-hero-copy,
.product-hero-media,
.story-image,
.story-points,
.color-copy,
.color-palettes,
.specs-panel,
.product-buy-panel {
  min-width: 0;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 30px;
}

.product-price span {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.product-price strong {
  font-size: clamp(1.32rem, 2vw, 1.8rem);
  font-weight: 650;
}

.compact {
  margin-top: 10px;
}

.product-hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ebe2d6;
  box-shadow: var(--shadow);
}

.product-hero-media img {
  width: 100%;
  min-height: min(74vh, 720px);
  object-fit: cover;
}

.product-story {
  padding-top: clamp(72px, 10vw, 136px);
  padding-bottom: clamp(72px, 10vw, 136px);
  background: var(--paper-soft);
}

.product-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.story-image,
.story-image-stack {
  min-width: 0;
}

.story-image-stack {
  display: grid;
  gap: 14px;
}

.story-image {
  overflow: hidden;
  border-radius: var(--radius);
  background: #ebe2d6;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-points {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.story-points div {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.story-points span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.story-points p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.motion {
  padding-top: clamp(72px, 10vw, 136px);
  padding-bottom: clamp(72px, 10vw, 136px);
  background: var(--paper-soft);
}

.motion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 26px);
}

.motion-item {
  margin: 0;
  min-width: 0;
}

.motion-item video {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  background: #ebe2d6;
}

.motion-item figcaption {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 14px;
}

.motion-item figcaption span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.motion-item figcaption p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.motion-note {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

@media (max-width: 760px) {
  .motion-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .detail-media {
    max-width: none;
  }
}

.color-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: start;
  padding-top: clamp(78px, 11vw, 150px);
  padding-bottom: clamp(78px, 11vw, 150px);
}

.color-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(247, 243, 236, 0.68);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.color-palettes,
.manufacturer-options {
  display: grid;
  gap: 14px;
}

.fit-guide {
  padding: 24px;
  border: 1px solid rgba(247, 243, 236, 0.2);
  border-radius: var(--radius);
  background: rgba(247, 243, 236, 0.09);
  color: var(--paper-soft);
}

.fit-guide-kicker {
  margin-bottom: 8px;
  color: rgba(247, 243, 236, 0.62);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fit-guide > p:not(.fit-guide-kicker, .fit-guide-result) {
  margin-bottom: 20px;
  color: rgba(247, 243, 236, 0.72);
}

.fit-guide-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.fit-guide-controls label,
.fit-guide-controls label span {
  display: block;
}

.fit-guide-controls label span {
  margin-bottom: 7px;
  color: rgba(247, 243, 236, 0.74);
  font-size: 0.8rem;
  font-weight: 650;
}

.fit-guide select {
  width: 100%;
  min-height: 48px;
  padding: 0 40px 0 14px;
  border: 1px solid rgba(247, 243, 236, 0.28);
  border-radius: 10px;
  background: #242522;
  color: var(--paper-soft);
  font: inherit;
}

.fit-guide-result {
  min-height: 46px;
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(247, 243, 236, 0.08);
  color: rgba(247, 243, 236, 0.78);
  font-size: 0.86rem;
}

.fit-guide-result.is-match {
  background: rgba(224, 239, 215, 0.13);
  color: #eff7e9;
}

.fit-guide details {
  margin-top: 14px;
  border-top: 1px solid rgba(247, 243, 236, 0.14);
}

.fit-guide summary {
  min-height: 48px;
  color: rgba(247, 243, 236, 0.82);
  font-size: 0.86rem;
}

.fit-guide details p {
  padding: 0 0 4px;
  color: rgba(247, 243, 236, 0.66);
  font-size: 0.84rem;
}

.fit-guide-contact {
  display: inline-flex;
  margin-top: 14px;
  color: var(--paper-soft);
  font-size: 0.84rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.color-palettes > div,
.option-group {
  padding: 24px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.color-palettes h3,
.option-group h3 {
  color: var(--paper-soft);
}

.swatches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.swatches li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  color: rgba(247, 243, 236, 0.76);
  font-size: 0.92rem;
}

.swatches span {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(247, 243, 236, 0.28);
  border-radius: 999px;
  background: var(--swatch);
}

.color-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.color-option,
.size-option {
  border: 1px solid rgba(247, 243, 236, 0.16);
  border-radius: var(--radius);
  background: rgba(247, 243, 236, 0.04);
  color: rgba(247, 243, 236, 0.76);
  cursor: pointer;
}

.color-option {
  display: grid;
  gap: 8px;
  padding: 8px;
  text-align: left;
}

.color-option img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 78%;
}

.color-option span {
  display: block;
  padding: 0 2px 2px;
  font-size: 0.82rem;
  font-weight: 650;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.size-option {
  min-height: 44px;
  padding: 0 18px;
  font-weight: 650;
}

.color-option.is-selected,
.size-option.is-selected {
  border-color: rgba(247, 243, 236, 0.58);
  background: rgba(247, 243, 236, 0.12);
  color: var(--paper-soft);
}

.specs-buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: clamp(30px, 7vw, 88px);
  align-items: start;
  padding-top: clamp(72px, 10vw, 132px);
  padding-bottom: clamp(72px, 10vw, 132px);
  background: #ece5db;
}

.specs-panel,
.product-buy-panel {
  border: 1px solid rgba(21, 21, 20, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.62);
}

.specs-panel {
  padding: 24px;
}

.spec-list {
  margin: 0;
}

.spec-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list div:last-child {
  border-bottom: 0;
}

.spec-list dt {
  color: var(--ink);
  font-weight: 650;
}

.spec-list dd {
  margin: 0;
  color: var(--ink-soft);
}

.product-buy-panel p:not(.eyebrow, .checkout-note, .selected-variant) {
  color: var(--ink-soft);
}

.product-buy-panel {
  scroll-margin-top: 92px;
}

.delivery-note {
  margin: 18px 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.88rem;
}

.delivery-note strong {
  color: var(--ink);
  margin-right: 0.25em;
}

.selected-variant {
  display: inline-flex;
  width: fit-content;
  margin: -4px 0 18px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 650;
}

@media (max-width: 1050px) {
  .hero,
  .detail,
  .product-hero,
  .product-story-grid,
  .color-section,
  .specs-buy,
  .checkout {
    grid-template-columns: 1fr;
  }

  .specs-buy .product-buy-panel {
    order: -1;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .hero-media img,
  .product-hero-media img {
    min-height: 560px;
  }

  h1 {
    max-width: 13.5ch;
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    grid-template-columns: auto auto auto;
    width: min(calc(100% - 20px), var(--max));
    padding: 0 8px 0 16px;
  }

  .nav {
    display: none;
  }

  .nav-cta {
    min-width: 74px;
    min-height: 36px;
  }

  .language-switch {
    justify-self: end;
  }

  .hero {
    padding-top: 92px;
  }

  .hero,
  .product-hero {
    row-gap: 0;
    align-items: start;
  }

  .hero-copy,
  .product-hero-copy {
    display: contents;
  }

  .hero .eyebrow,
  .product-hero .eyebrow {
    order: 1;
  }

  .hero h1,
  .product-hero h1 {
    order: 2;
    margin-bottom: 18px;
  }

  .hero-media,
  .product-hero-media {
    order: 3;
    width: 100%;
    height: 300px;
    margin: 0 0 28px;
  }

  .hero-media img,
  .product-hero-media img {
    height: 300px;
    min-height: 300px;
  }

  .hero .hero-text,
  .product-hero .hero-text {
    order: 4;
  }

  .hero-shop,
  .product-price {
    order: 5;
  }

  .product-hero .hero-actions {
    order: 6;
  }

  .hero .trust-row,
  .product-hero .trust-row {
    order: 7;
  }

  h1 {
    font-size: clamp(2.45rem, 11vw, 3.65rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .hero-text {
    font-size: 1.02rem;
  }

  .hero-actions {
    margin-bottom: 38px;
  }

  .button {
    width: 100%;
  }

  .trust-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-media,
  .hero-media img,
  .product-hero-media img {
    min-height: 420px;
  }

  .product-float {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .intro p {
    font-size: clamp(1.12rem, 5vw, 1.45rem);
  }

  .product-grid,
  .shipping-grid {
    grid-template-columns: 1fr;
  }

  .product-visual {
    aspect-ratio: 1 / 0.86;
  }

  .checkout-panel {
    padding: 18px;
  }

  .swatches,
  .spec-list div {
    grid-template-columns: 1fr;
  }

  .color-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fit-guide-controls {
    grid-template-columns: 1fr;
  }

  .spec-list div {
    gap: 4px;
  }

  .checkout-line {
    align-items: start;
    flex-direction: column;
    gap: 3px;
  }

  summary {
    min-height: 68px;
    font-size: 1.02rem;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .footer div {
    justify-content: flex-start;
  }
}

.mobile-purchase-bar {
  display: none;
}

@media (max-width: 760px) {
  body.has-mobile-purchase-bar {
    padding-bottom: 82px;
  }

  .mobile-purchase-bar {
    position: fixed;
    z-index: 120;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 10px 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 18px;
    background: rgba(251, 248, 242, 0.94);
    box-shadow: 0 18px 50px rgba(21, 21, 20, 0.2);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-purchase-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-purchase-copy {
    min-width: 0;
  }

  .mobile-purchase-copy strong,
  .mobile-purchase-copy span {
    display: block;
  }

  .mobile-purchase-copy strong {
    margin-bottom: 2px;
    font-size: 0.92rem;
  }

  .mobile-purchase-copy span {
    overflow: hidden;
    color: var(--ink-soft);
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-purchase-bar .button {
    width: auto;
    min-height: 44px;
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* ─── Embedded Checkout Modal ──────────────────────────────────────────────── */

.checkout-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(20, 18, 14, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.checkout-modal-overlay[hidden] {
  display: none;
}

body.checkout-modal-open {
  overflow: hidden;
}

.checkout-modal-panel {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 520px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.checkout-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--surface-2, #f0ece4);
  color: var(--ink, #1a1814);
  cursor: pointer;
  transition: background 0.15s;
}

.checkout-modal-close:hover {
  background: var(--surface-3, #e4dfd6);
}

#checkout-embed {
  /* Stripe mounts its iframe here — min-height keeps the modal from collapsing */
  min-height: 200px;
}

.checkout-embed-loading,
.checkout-embed-error {
  padding: 48px 32px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--ink-soft, #6b6560);
}

.checkout-embed-error {
  color: #c0392b;
}

/* DSGVO-Consent-Banner */
.consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  display: flex;
  justify-content: center;
}
.consent-inner {
  max-width: 720px;
  width: 100%;
  background: var(--paper, #fbf8f2);
  border: 1px solid var(--line, #ded6cb);
  border-radius: 14px;
  box-shadow: 0 14px 44px rgba(18, 22, 18, 0.18);
  padding: 18px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}
.consent-text {
  flex: 1 1 320px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft, #5f5b54);
}
.consent-link {
  color: var(--ink, #161715);
  text-decoration: underline;
  white-space: nowrap;
}
.consent-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.consent-actions .button {
  padding: 11px 24px;
  font-size: 14px;
}
@media (max-width: 560px) {
  .consent-actions {
    width: 100%;
  }
  .consent-actions .button {
    flex: 1;
  }
}

/* Kollektions-Filter nach Gerät + Hero-Schnellzugriff */
.collection-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 28px;
}
.filter-chip {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.filter-chip:hover {
  color: var(--ink);
  border-color: var(--ink-soft);
}
.filter-chip.is-active {
  background: var(--ink);
  color: var(--paper-soft);
  border-color: var(--ink);
}
.product-card[hidden] {
  display: none;
}
.hero-shop {
  margin-bottom: 52px;
}
.hero-shop .hero-actions {
  margin-bottom: 16px;
}
.hero-devices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.hero-devices-label {
  flex-basis: 100%;
  margin-bottom: 2px;
  font-size: 13px;
  color: var(--ink-soft);
}
.device-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.device-pill svg {
  flex-shrink: 0;
}
.device-pill:hover {
  background: var(--ink);
  color: var(--paper-soft);
  border-color: var(--ink);
}

/* ─────────────────────────────────────────────
   Cross-sell: "Passt dazu"
   ───────────────────────────────────────────── */
.cross-sell {
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(56px, 8vw, 104px);
  background: var(--paper-soft);
}

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

.cross-sell-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 20, 0.08);
  border-radius: var(--radius);
  background: #fffdf8;
  text-decoration: none;
  color: inherit;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.cross-sell-card:hover {
  border-color: rgba(21, 21, 20, 0.16);
  box-shadow: 0 18px 50px rgba(21, 21, 20, 0.08);
  transform: translateY(-2px);
}

.cross-sell-card:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.cross-sell-visual {
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #f6f3ee;
}

.cross-sell-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(0.98) brightness(1.04);
}

.cross-sell-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px 16px;
}

.cross-sell-meta .cross-sell-name {
  color: var(--ink);
  font-weight: 560;
  font-size: 0.98rem;
}

.cross-sell-meta .cross-sell-sub {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.cross-sell-meta .cross-sell-price {
  margin-top: 8px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 760px) {
  .cross-sell-grid {
    grid-template-columns: 1fr;
  }
}

/* ─────────────────────────────────────────────
   Trust band: ehrliche Kauf-Sicherung
   ───────────────────────────────────────────── */
.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band-item {
  padding: clamp(30px, 4vw, 48px) clamp(22px, 3vw, 40px);
  border-right: 1px solid var(--line);
}

.trust-band-item:last-child {
  border-right: 0;
}

.trust-band-item .eyebrow {
  margin-bottom: 12px;
}

.trust-band-item p {
  max-width: 32ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .trust-band {
    grid-template-columns: 1fr;
  }

  .trust-band-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-band-item:last-child {
    border-bottom: 0;
  }
}

/* ─────────────────────────────────────────────
   Bewertungs-Struktur (Launch-Phase, ehrlich)
   ───────────────────────────────────────────── */
.rating-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.rating-stars {
  letter-spacing: 1px;
  color: var(--ink);
  font-size: 0.95rem;
}

.rating-row .rating-note {
  color: var(--muted);
}

/* ─────────────────────────────────────────────
   Widerrufsformular
   ───────────────────────────────────────────── */
.withdrawal-form {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.withdrawal-form > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-label {
  display: grid;
  gap: 6px;
}

.form-label > span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

.form-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
  color: var(--ink);
  font: inherit;
}

.form-input:focus {
  outline: 2px solid rgba(21, 21, 20, 0.18);
  outline-offset: 2px;
}

.form-note {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.withdrawal-form .button {
  margin-top: 8px;
}

.withdrawal-confirmation {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
}

.withdrawal-confirmation h3 {
  margin: 0 0 8px;
  color: var(--ink);
}

.withdrawal-confirmation p {
  margin: 0 0 12px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.confirmation-box {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  margin: 16px 0;
}

.confirmation-box p {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 0.9rem;
}

.confirmation-box p:last-child {
  margin-bottom: 0;
}

.form-error {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(138, 45, 37, 0.3);
  border-radius: var(--radius);
  background: rgba(138, 45, 37, 0.05);
  color: #8a2d25;
  font-size: 0.86rem;
}

/* ─────────────────────────────────────────────
   Lifestyle-Band (generierte Editorial-Bilder)
   ───────────────────────────────────────────── */
.lifestyle {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(40px, 6vw, 72px);
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
}

.lifestyle-figure {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #efe9df;
  aspect-ratio: 16 / 11;
}

.lifestyle-figure.tall {
  aspect-ratio: 4 / 5;
}

.lifestyle-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lifestyle-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(16px, 3vw, 28px);
  background: linear-gradient(to top, rgba(21, 21, 20, 0.55), transparent);
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

@media (max-width: 760px) {
  .lifestyle-grid {
    grid-template-columns: 1fr;
  }
}

/* Hero-Band auf der Homepage */
.hero-lifestyle {
  padding: clamp(48px, 7vw, 96px) max(20px, calc((100vw - var(--max)) / 2)) 0;
  background: var(--paper);
}

.hero-lifestyle-figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 16 / 9;
  background: #efe9df;
}

.hero-lifestyle-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-lifestyle-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: clamp(22px, 4vw, 56px);
  background: linear-gradient(to top, rgba(21, 21, 20, 0.58) 0%, rgba(21, 21, 20, 0.08) 46%, transparent 72%);
  color: #fff;
}

.hero-lifestyle-overlay .eyebrow {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 6px;
}

.hero-lifestyle-overlay h2 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.1;
  font-weight: 600;
}
