:where(.nv) {
  --purple: var(--primary-text-emphasis);
  --ink: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  --line: var(--primary-bg-subtle);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.5;
  font-family: inherit;
  position: relative;
  isolation: isolate;
  box-sizing: border-box
}

:where(.nv) * {
  box-sizing: border-box
}

:where(.nv) [hidden] {
  display: none !important
}

:where(.nv) h1,
:where(.nv) h2,
:where(.nv) h3,
:where(.nv) p {
  margin: 0;
  color: inherit
}

:where(.nv) h1,
:where(.nv) h2,
:where(.nv) h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.025em
}

:where(.nv) h2 {
  font-size: 52px
}

:where(.nv) h3 {
  font-size: 35px
}

:where(.nv) p {
  font-size: 19px;
  line-height: 1.5
}

:where(.nv) a {
  color: inherit
}

.nv-wrap {
  width: min(1160px, calc(100% - 64px));
  margin: auto
}

:where(.nv) a:focus-visible,
:where(.nv) button:focus-visible,
:where(.nv) summary:focus-visible {
  outline: 3px solid var(--primary-border-subtle);
  outline-offset: 4px
}

:where(.nv) button {
  cursor: pointer;
  font-family: inherit
}

:where(.nv) img {
  max-width: 100%;
  display: block
}

:where(.nv) details {
  border-top: 1px solid var(--line);
  padding: 18px 0
}

:where(.nv) summary {
  cursor: pointer;
  font-size: 19px
}

:where(.nv) details p {
  margin-top: 14px
}

.nv[id] {
  scroll-margin-top: 20px
}

@media(max-width:760px) {
  .nv-wrap {
    width: calc(100% - 36px)
  }

  :where(.nv) h2 {
    font-size: 37px
  }

  :where(.nv) h3 {
    font-size: 30px
  }

  :where(.nv) p {
    font-size: 18px
  }
}

@media(prefers-reduced-motion:reduce) {
  :where(.nv) * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important
  }
}

.nv-hero {
  height: 620px;
  max-height: calc(100svh - 160px);
  min-height: 480px;
  background: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  color: white;
  display: flex;
  align-items: flex-end;
  overflow: hidden
}

.nv-film {
  position: absolute;
  inset: 0;
  z-index: -1
}

.nv-film img,
.nv-film video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center
}

.nv-film:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, color-mix(in srgb, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 74%, transparent), transparent 80%), linear-gradient(0deg, color-mix(in srgb, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 81%, transparent), transparent 70%);
  pointer-events: none
}

.nv-film button {
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 2;
  background: color-mix(in srgb, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 50%, transparent);
  border: 1px solid #ffffff60;
  border-radius: 4px;
  color: white;
  padding: 8px 12px;
  font-size: 16px
}

.nv-hero-copy {
  padding-bottom: 60px
}

.nv-hero h1 {
  font-size: clamp(48px, 6.1vw, 84px);
  line-height: 1.03;
  font-weight: 400
}

.nv-hero h1 em {
  color: var(--primary-border-subtle);
  font-style: normal
}



@media(max-width:760px) {
  .nv-hero {
    height: 550px;
    max-height: none;
    min-height: 0
  }

  .nv-hero h1 {
    font-size: 44px
  }

  .nv-hero-copy {
    padding-bottom: 52px
  }



  .nv-film:after {
    background: linear-gradient(0deg, color-mix(in srgb, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 92%, transparent), transparent 90%)
  }

  .nv-film img,
  .nv-film video {
    object-position: 67% center
  }
}

.nv-hero .nv-hero-description {
  font-size: 21px;
  line-height: 1.4;
  max-width: 490px;
  margin-top: 18px;
  color: white
}

@media(max-width:760px) {
  .nv-hero .nv-hero-description {
    font-size: 18px;
    max-width: 320px;
    margin-top: 15px
  }

  .nv-hero h1 {
    font-size: 40px
  }
}

/* Bildschirmfuellender Hero, Bildmitte bei jedem Seitenverhaeltnis. */
.nv.nv-hero {
  height: 100vh;
  height: 100svh;
  min-height: 0;
  max-height: none;
  width: 100%
}

.nv-hero .nv-film img,
.nv-hero .nv-film video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

@media(max-height:500px) {
  .nv-hero .nv-hero-copy {
    padding-block: 45px
  }

  .nv-hero h1 {
    font-size: clamp(28px, 7vh, 40px)
  }

  .nv-hero .nv-hero-description {
    font-size: 16px;
    margin-top: 10px
  }


}

.nv.nv-hero {
  height: calc(100vh - var(--nv-header-height, 232px));
  height: calc(100svh - var(--nv-header-height, 232px))
}

@media(max-width:760px) {
  .nv.nv-hero {
    height: calc(100vh - var(--nv-header-height, 148px));
    height: calc(100svh - var(--nv-header-height, 148px))
  }
}

.nv-hero .nv-film .nv-video-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 60%, transparent);
  color: #fff
}

.nv-video-toggle svg {
  display: block
}

.nv-video-toggle[data-paused="true"] .nv-pause-icon,
.nv-video-toggle[data-paused="false"] .nv-play-icon {
  display: none
}

/* Premium-Richtung: Film, klare Identitaet, markante Typografie. */
.nv-hero .nv-wrap {
  width: min(1280px, calc(100% - 96px))
}

.nv-hero .nv-hero-copy {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 76px
}

.nv-hero h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(48px, 5.8vw, 88px);
  font-weight: 750;
  letter-spacing: -.065em;
  line-height: .98;
  max-width: 1100px
}

.nv-hero h1 em {
  color: var(--primary-border-subtle)
}

.nv-hero .nv-hero-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  max-width: 540px;
  margin-top: 26px
}

.nv-hero .nv-film:after {
  background: linear-gradient(0deg, rgba(17, 12, 23, .86), rgba(17, 12, 23, .12) 78%), linear-gradient(90deg, rgba(17, 12, 23, .22), transparent 65%)
}



.nv-hero .nv-film .nv-video-toggle {
  right: 30px;
  top: 26px;
  backdrop-filter: blur(12px);
  border-color: #ffffff70
}

@media(max-width:760px) {
  .nv-hero .nv-wrap {
    width: calc(100% - 40px)
  }

  .nv-hero h1 {
    font-size: clamp(28px, 8.6vw, 55px);
    letter-spacing: -.06em
  }

  .nv-hero .nv-hero-copy {
    padding-bottom: 86px
  }

  .nv-hero .nv-hero-description {
    font-size: 16px;
    max-width: 320px;
    margin-top: 20px
  }



  .nv-hero .nv-film .nv-video-toggle {
    right: 18px;
    top: 18px
  }
}

@media(max-height:500px) {
  .nv-hero h1 {
    font-size: 32px
  }

  .nv-hero .nv-hero-copy {
    padding: 24px 0 48px
  }

  .nv-hero .nv-hero-description {
    font-size: 14px;
    margin-top: 12px
  }
}

/* Hero neutral ueber dem Originalvideo, ohne violetten Schleier. */
.nv-hero {
  background: #161a1e
}

.nv-hero h1 em {
  color: #fff
}

.nv-hero .nv-film:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .08) 78%), linear-gradient(90deg, rgba(0, 0, 0, .18), transparent 65%)
}

.nv-hero .nv-film .nv-video-toggle {
  background: rgba(0, 0, 0, .5)
}



/* Film sichtbar lassen, zweizeilige Typografie mit versetztem Akzent. */
.nv-hero h1 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(36px, 4.6vw, 68px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.045em;
  max-width: 850px
}

.nv-hero .nv-title-lead {
  display: block
}

.nv-hero h1 em {
  display: table;
  position: relative;
  margin-left: 1.1em;
  margin-top: .08em;
  padding-bottom: .24em;
  font-weight: 650;
  font-style: italic;
  color: #fff
}

.nv-hero .nv-title-stroke {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .22em;
  fill: var(--primary)
}

.nv-hero .nv-hero-description {
  max-width: 440px;
  font-size: 18px;
  margin-top: 24px;
  color: #fff
}

.nv-hero .nv-hero-copy {
  padding-bottom: 88px
}

.nv-hero .nv-film:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .16) 48%, transparent 80%), linear-gradient(90deg, rgba(0, 0, 0, .2), transparent 70%)
}

@keyframes nv-title-enter {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes nv-stroke-enter {
  from {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0 0 0 0)
  }
}

@media(prefers-reduced-motion:no-preference) {
  .nv-hero .nv-title-lead {
    animation: nv-title-enter .7s ease-out both
  }

  .nv-hero h1 em {
    animation: nv-title-enter .7s .12s ease-out both
  }

  .nv-hero .nv-title-stroke {
    animation: nv-stroke-enter .8s .5s cubic-bezier(.22, 1, .36, 1) both
  }
}

@media(max-width:760px) {
  .nv-hero h1 {
    font-size: clamp(28px, 7.8vw, 46px);
    letter-spacing: -.04em
  }

  .nv-hero h1 em {
    margin-left: .65em
  }

  .nv-hero .nv-hero-description {
    font-size: 16px;
    max-width: 310px;
    margin-top: 20px
  }

  .nv-hero .nv-hero-copy {
    padding-bottom: 80px
  }
}

@media(max-height:500px) {
  .nv-hero h1 {
    font-size: 28px
  }

  .nv-hero .nv-hero-copy {
    padding-bottom: 48px
  }

  .nv-hero .nv-hero-description {
    font-size: 14px;
    margin-top: 12px
  }
}

/* Mobil liegt die Schrift oberhalb der Schleifzone. */
@media(max-width:760px) {
  .nv-hero .nv-hero-copy {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 76px;
    padding-bottom: 0
  }

  .nv-hero .nv-hero-description {
    margin-top: 16px
  }



  .nv-hero .nv-film:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .58) 28%, rgba(0, 0, 0, .15) 53%, transparent 75%)
  }
}

@media(max-width:760px) and (max-height:600px) {
  .nv-hero .nv-hero-copy {
    padding-top: 20px;
    padding-right: 40px
  }

  .nv-hero h1 {
    font-size: 25px
  }

  .nv-hero .nv-hero-description {
    font-size: 14px;
    margin-top: 12px
  }


}

/* Mobil: Text oben mittig, Videosteuerung rechts unten. */
@media(max-width:760px) {
  .nv-hero .nv-hero-copy {
    padding-top: 24px;
    padding-right: 0;
    text-align: center
  }

  .nv-hero h1 {
    margin-inline: auto
  }

  .nv-hero h1 em {
    margin-left: auto;
    margin-right: auto
  }

  .nv-hero .nv-hero-description {
    margin-left: auto;
    margin-right: auto
  }

  .nv-hero .nv-film .nv-video-toggle {
    top: auto;
    right: 18px;
    bottom: 20px
  }
}

/* Mobil: linksbündige Texte oben, Kauf-Link links unten. */
@media(max-width:760px) {
  .nv-hero .nv-hero-copy {
    text-align: left
  }

  .nv-hero h1 {
    margin-inline: 0
  }

  .nv-hero h1 em {
    margin-left: .65em;
    margin-right: 0
  }

  .nv-hero .nv-hero-description {
    margin-left: 0;
    margin-right: 0
  }


}

/* Nur mobil: Überschrift linksbündig, Kaufbutton unter der Beschreibung. */
@media(max-width:760px) {
  .nv-hero .nv-hero-copy {
    text-align: left
  }

  .nv-hero h1 em {
    margin-left: 0;
    margin-right: 0
  }


}

/* Nur mobil: ausschließlich die Überschrift mittig im Hero. */
@media(max-width:760px) {
  .nv-hero .nv-hero-copy {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
  }

  .nv-hero .nv-hero-copy h1 {
    margin: 0;
    width: 100%;
    text-align: center
  }

  .nv-hero h1 em {
    margin-left: auto;
    margin-right: auto
  }

  .nv-hero .nv-hero-description {
    display: none
  }

  .nv-hero .nv-film .nv-video-toggle {
    z-index: 3
  }

  .nv-hero .nv-hero-copy {
    pointer-events: none
  }
}

/* Volle Herohöhe als Bezugsfläche für beide Zentrierungsachsen. */
@media(max-width:760px) {
  .nv-hero .nv-hero-copy {
    height: 100%;
    min-height: 100%;
    max-height: none;
    top: 0;
    bottom: 0;
    align-self: stretch
  }
}

/* Desktop: Ueberschrift und Beschreibung gemeinsam vertikal zentrieren. */
@media(min-width:761px) {
  .nv-hero .nv-hero-copy {
    align-self: center;
    margin-block: 0;
    padding-block: 0
  }
}
/* Hero-CTA: sichtbarer Einstieg in den Kaufblock, ohne weitere Ressourcen. */
.nv-hero .nv-hero-shop {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-height: 60px;
  margin-top: 24px;
  padding: 16px 26px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  pointer-events: auto;
  transition: background-color .18s ease;
}
.nv-hero .nv-hero-shop:hover,
.nv-hero .nv-hero-shop:active {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
}
.nv-hero .nv-hero-shop:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.nv-hero .nv-hero-shop svg { flex: 0 0 24px; }
@media(max-width:760px) {
  .nv-hero .nv-hero-copy { flex-direction: column; justify-content: center; padding-block: 24px; }
  .nv-hero .nv-hero-shop { min-height: 52px; padding: 13px 22px; font-size: 16px; }
}
@media(max-height:500px) {
  .nv-hero .nv-hero-shop { min-height: 44px; margin-top: 14px; padding: 9px 18px; font-size: 16px; }
}
.sr {
  background: #f5f2f7;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  font-family: inherit;
  padding: 48px 0;
  scroll-margin-top: 20px
}

.sr * {
  box-sizing: border-box
}

.sr-wrap {
  width: min(1180px, calc(100% - 64px));
  margin: auto
}

.sr-heading>span {
  font-size: 16px;
  letter-spacing: .05em;
  color: var(--primary)
}

.sr-heading h2 {
  font-family: inherit;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  margin: 12px 0 24px;
  font-weight: 500
}

.sr-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 20px
}

.sr button {
  font-family: inherit;
  cursor: pointer
}

.sr-tabs button {
  font-size: 18px;
  line-height: 1.2;
  padding: 13px 8px;
  min-height: 48px;
  color: var(--primary-text-emphasis);
  border: 1px solid var(--primary-border-subtle);
  background: transparent;
  border-radius: 6px
}

.sr-tabs button[aria-selected=true] {
  background: var(--primary);
  border-color: var(--primary);
  color: white
}

.sr-track {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-anchor: none
}

.sr-track::-webkit-scrollbar {
  display: none
}

.sr-card {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
  border: 1px solid var(--primary-bg-subtle);
  border-radius: 10px;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always
}

.sr-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  min-height: 340px;
  padding: 26px;
  color: white
}

.sr-visual>svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 270px
}

.sr-visual>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center
}

.sr-copy {
  padding: 32px 32px 114px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start
}

.sr-copy>span {
  font-size: 16px;
  color: var(--primary);
  letter-spacing: .04em;
  margin-bottom: 18px
}

.sr-copy h3 {
  font-family: inherit;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.02em;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  margin: 0 0 18px
}

.sr-copy p {
  font-size: 20px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  margin: 0 0 20px
}

.sr-copy small {
  font-size: 16px;
  line-height: 1.45;
  color: var(--primary-text-emphasis);
  margin-top: 0
}

.sr-quote {
  width: 100%;
  padding: 10px 15px
}

.sr-quote>span {
  font-size: 16px;
  color: var(--primary-border-subtle);
  letter-spacing: .06em
}

.sr-quote p {
  font: inherit;
  font-size: 45px;
  line-height: 1.16;
  margin: 22px 0 10px;
  color: #fff
}

.sr-quote em {
  font-style: normal;
  color: var(--primary-border-subtle)
}

.sr-quote svg {
  width: 100%;
  height: 35px
}

.sr-cycle {
  width: 100%;
  max-width: 365px
}

.sr-cycle>div {
  display: flex;
  align-items: center;
  gap: 20px
}

.sr-cycle span {
  border: 1px solid var(--primary-border-subtle);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 17px;
  color: var(--primary-border-subtle)
}

.sr-cycle strong {
  font-size: 26px;
  font-weight: 400
}

.sr-cycle i {
  display: block;
  font-size: 23px;
  font-style: normal;
  color: var(--primary-border-subtle);
  margin: 8px 0 8px 15px
}

.sr-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
  font-size: 17px
}

.sr-footer a {
  color: var(--primary-text-emphasis);
  text-underline-offset: 4px;
  margin-left: auto
}

.sr-progress {
  color: var(--primary-text-emphasis);
  font-variant-numeric: tabular-nums
}

.sr-arrows {
  display: flex;
  gap: 7px
}

.sr-arrows button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary-border-subtle);
  background: white;
  border-radius: 6px;
  font-size: 25px;
  color: var(--primary-text-emphasis)
}

.sr-arrows button:disabled {
  opacity: .3;
  cursor: default
}

.sr button:focus-visible,
.sr a:focus-visible,
.sr-card:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px
}

@media(max-width:760px) {
  .sr {
    padding: 28px 0
  }

  .sr-wrap {
    width: calc(100% - 32px)
  }

  .sr-heading>span {
    font-size: 16px;
    letter-spacing: 0
  }

  .sr-heading h2 {
    font-size: 32px;
    margin: 10px 0 20px
  }

  .sr-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 14px
  }

  .sr-tabs button {
    grid-column: span 2;
    font-size: 16px;
    padding: 10px 4px;
    min-height: 44px
  }

  .sr-tabs button:nth-child(n+4) {
    grid-column: span 3
  }

  .sr-card {
    grid-template-columns: 1fr;
    grid-template-rows: 180px 1fr
  }

  .sr-visual {
    height: 180px;
    min-height: 0;
    padding: 12px 20px
  }

  .sr-visual>svg {
    height: 160px;
    width: auto;
    max-width: 100%
  }

  .sr-copy {
    padding: 20px
  }

  .sr-copy>span {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0
  }

  .sr-copy h3 {
    font-size: 29px;
    margin-bottom: 12px;
    line-height: 1.12
  }

  .sr-copy p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 14px
  }

  .sr-copy small {
    font-size: 16px;
    line-height: 1.35
  }

  .sr-quote {
    padding: 0 8px
  }

  .sr-quote>span {
    font-size: 15px;
    letter-spacing: .02em
  }

  .sr-quote p {
    font-size: 31px;
    margin: 12px 0 0
  }

  .sr-quote svg {
    height: 20px
  }

  .sr-cycle {
    max-width: 275px
  }

  .sr-cycle>div {
    gap: 15px
  }

  .sr-cycle span {
    width: 29px;
    height: 29px;
    font-size: 16px
  }

  .sr-cycle strong {
    font-size: 22px
  }

  .sr-cycle i {
    font-size: 17px;
    line-height: 1;
    margin: 3px 0 3px 10px
  }

  .sr-footer {
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 14px;
    font-size: 16px
  }

  .sr-footer a {
    order: 3;
    flex-basis: 100%;
    margin: 0
  }

  .sr-arrows {
    margin-left: auto
  }
}

@media(prefers-reduced-motion:reduce) {
  .sr * {
    scroll-behavior: auto !important;
    transition: none !important
  }
}

.sr-track {
  scroll-behavior: auto !important
}

.sr-quote>span {
  font-size: 16px
}

/* Inhalt und Navigation als ein durchgehender Kartenrahmen. */
.sr-shell {
  position: relative;
  border: 1px solid var(--primary-bg-subtle);
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(to right, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 0%, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 50%, #fff 50%, #fff 100%)
}

.sr-shell .sr-card {
  border: 0;
  border-radius: 0
}

.sr-shell .sr-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  margin-left: 0;
  padding: 16px 24px 22px;
  gap: 14px;
  background: white;
  justify-content: flex-end
}

.sr-shell .sr-footer a {
  margin-left: 0;
  font-size: 17px
}

.sr-shell .sr-progress {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap
}

.sr-shell .sr-arrows {
  flex-shrink: 0
}

@media(max-width:760px) {
  .sr-shell {
    background: white
  }

  .sr-shell .sr-footer {
    position: static;
    width: auto;
    margin-left: 0;
    padding: 14px 20px 20px;
    flex-wrap: nowrap;
    gap: 12px;
    border-top: 1px solid var(--primary-bg-subtle)
  }

  .sr-shell .sr-footer a {
    order: 0;
    flex-basis: auto;
    flex: 1;
    font-size: 16px;
    line-height: 1.35
  }

  .sr-shell .sr-arrows {
    margin-left: 0
  }

  .sr-shell .sr-arrows button {
    width: 44px;
    height: 44px
  }
}

/* Fazit: klare Lesepause nach der Problembeschreibung. */
.sr-copy .sr-takeaway {
  width: 100%;
  border-top: 1px solid var(--primary-bg-subtle);
  padding-top: 18px;
  margin: 0;
  color: var(--primary-text-emphasis);
  font-size: 20px;
  line-height: 1.45
}

.sr-takeaway strong {
  font-weight: 500
}

@media(max-width:760px) {
  .sr-copy .sr-takeaway {
    padding-top: 14px;
    font-size: 18px
  }
}

/* Zweite Zeile der Fahrgefühl-Headline leicht versetzt. */
.sr-offset-heading .sr-offset-line {
  display: inline-block;
  margin-left: 2.35em;
  white-space: nowrap
}

/* Kleiner Verbindungsschwung und mehr Luft unter der Headline. */
.sr-copy .sr-offset-heading {
  margin-bottom: 32px
}

.sr-offset-heading .sr-offset-line {
  position: relative
}

.sr-heading-swoosh {
  position: absolute;
  left: -1.4em;
  top: .14em;
  width: 1.2em;
  height: .68em;
  color: var(--primary);
  pointer-events: none
}

@media(max-width:760px) {
  .sr-copy .sr-offset-heading {
    margin-bottom: 26px
  }
}

/* Gemeinsame Headline-Gestaltung, auch für längere Texte auf Mobilgeräten. */
.sr-copy .sr-offset-heading {
  width: 100%
}

.sr-offset-heading .sr-offset-line {
  max-width: calc(100% - 2.35em);
  white-space: normal
}

/* Zitat-Label folgt derselben Skalierung wie das 20px-Label im 540x270-SVG. */
.sr-visual {
  container-type: inline-size
}

.sr-quote>span {
  font-size: min(20px, 3.703704cqw);
  letter-spacing: normal
}

@media(max-width:760px) {
  .sr-quote>span {
    font-size: min(11.851852px, 3.703704cqw)
  }
}

/* Abschnittstitel anstelle des bisherigen kleinen Einleitungstexts. */
.sr-heading .sr-heading-label {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  margin: 0 0 24px
}

@media(max-width:760px) {
  .sr-heading .sr-heading-label {
    font-size: 32px;
    margin-bottom: 20px
  }
}

/* Redaktionelle Flaechen statt Formular- und Kartenrahmen. */
.sr {
  background: #f5f3f7;
  padding: 64px 0 48px
}

.sr-wrap {
  width: min(1280px, calc(100% - 96px))
}

.sr-heading .sr-heading-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(32px, 3.6vw, 52px);
  font-weight: 750;
  line-height: 1.06;
  letter-spacing: -.055em;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  max-width: 950px;
  margin-bottom: 36px
}

.sr-tabs {
  gap: 22px;
  margin-bottom: 28px
}

.sr-tabs button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  min-height: 48px;
  padding: 12px 0;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--primary-bg-subtle);
  border-radius: 0;
  color: var(--primary-text-emphasis);
  transition: color .18s, border-color .18s
}

.sr-tabs button[aria-selected=true] {
  background: transparent;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  border-color: var(--primary)
}

.sr-tabs button:hover {
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  border-color: var(--primary)
}

.sr-shell {
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 50%, #fff 50%)
}

.sr-visual {
  background: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  padding: 34px
}

.sr-copy {
  padding: 40px 40px 108px
}

.sr-copy>span {
  font: 600 11px/1.5 Arial, sans-serif;
  letter-spacing: .09em;
  color: var(--primary-text-emphasis);
  margin-bottom: 24px
}

.sr-copy h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.13
}

.sr-copy>p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary))
}

.sr-copy .sr-takeaway {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--primary-text-emphasis);
  border-color: var(--primary-bg-subtle)
}

.sr-quote p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 3.8vw, 56px);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: 1.12;
  margin: 26px 0 20px
}

.sr-quote em {
  color: var(--primary-border-subtle)
}

.sr-quote {
  padding: 10px 0
}

.sr-quote svg {
  opacity: .65
}

.sr-shell .sr-footer {
  padding: 18px 28px 24px
}

.sr-shell .sr-arrows button {
  border: 0;
  border-radius: 50%;
  background: var(--body-bg);
  color: var(--primary-text-emphasis);
  width: 44px;
  height: 44px
}

.sr-cycle strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.04em
}

@media(max-width:760px) {
  .sr {
    padding: 36px 0
  }

  .sr-wrap {
    width: calc(100% - 40px)
  }

  .sr-heading .sr-heading-label {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 24px
  }

  .sr-tabs {
    gap: 6px 14px;
    margin-bottom: 20px
  }

  .sr-tabs button {
    font-size: 13px;
    min-height: 44px;
    padding: 10px 0
  }

  .sr-visual {
    padding: 16px 20px
  }

  .sr-copy {
    padding: 26px 22px
  }

  .sr-copy>span {
    font-size: 10px;
    margin-bottom: 18px
  }

  .sr-copy h3 {
    font-size: 27px;
    line-height: 1.16
  }

  .sr-copy>p,
  .sr-copy .sr-takeaway {
    font-size: 16px;
    line-height: 1.5
  }

  .sr-quote p {
    font-size: 32px;
    margin: 14px 0 4px
  }

  .sr-quote {
    padding: 0
  }

  .sr-cycle strong {
    font-size: 20px
  }

  .sr-shell {
    background: #fff
  }

  .sr-shell .sr-footer {
    padding: 12px 20px 18px
  }

  .sr-offset-heading .sr-offset-line {
    margin-left: 1.8em;
    max-width: calc(100% - 1.8em)
  }
}

/* Mobile Themenauswahl: alle Themen sichtbar, eindeutiger aktiver Zustand. */
@media(max-width:760px) {
  .sr-tabs {
    gap: 6px;
    margin-bottom: 0;
    padding: 8px;
    background: var(--primary-bg-subtle);
    border-radius: 12px 12px 0 0;
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .sr-tabs button {
    font: 600 14px/1.25 Arial, sans-serif;
    min-height: 48px;
    padding: 9px 4px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
    background: #f8f5fa;
    overflow-wrap: anywhere;
    hyphens: auto
  }

  .sr-tabs button[aria-selected=true] {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: 0 2px 5px color-mix(in srgb, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 9%, transparent)
  }

  .sr-tabs button:hover {
    border-color: var(--primary-border-subtle)
  }

  .sr-tabs button:focus-visible {
    outline-offset: 0
  }

  .sr-shell {
    border-radius: 0 0 12px 12px
  }

  .sr-card {
    grid-template-rows: 150px 1fr
  }

  .sr-visual {
    height: 150px;
    padding: 12px 18px
  }

  .sr-visual>svg {
    height: 126px;
    max-width: 100%
  }

  .sr-quote p {
    font-size: 28px;
    margin: 10px 0 0
  }

  .sr-quote svg {
    height: 16px
  }

  .sr-copy {
    padding: 22px 20px
  }

  .sr-copy>span {
    font-size: 11px;
    margin-bottom: 14px
  }

  .sr-copy h3 {
    font-size: 27px;
    line-height: 1.15
  }

  .sr-copy .sr-offset-heading {
    margin-bottom: 18px
  }

  .sr-offset-heading .sr-offset-line {
    margin-left: 0;
    max-width: 100%
  }

  .sr-heading-swoosh {
    display: none
  }

  .sr-copy>p,
  .sr-copy .sr-takeaway {
    font-size: 16px;
    line-height: 1.5
  }

  .sr-shell .sr-footer {
    padding: 10px 16px 12px
  }

  .sr-shell .sr-arrows {
    gap: 10px
  }
}

.sr-label-mobile {
  display: none
}

@media(max-width:760px) {
  .sr-label-desktop {
    display: none
  }

  .sr-label-mobile {
    display: inline
  }

  .sr-cycle {
    transform: scale(.9)
  }
}

/* Gemeinsame Gestaltung fuer Problem und Loesung. */
.sr {
  background: #f5f3f7;
  padding: 48px 0
}

.sr-wrap {
  width: min(1280px, calc(100% - 96px))
}

.sr .sr-heading .sr-heading-label {
  font: 750 clamp(32px, 3.6vw, 52px)/1.06 Arial, Helvetica, sans-serif;
  letter-spacing: -.055em;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  text-transform: uppercase;
  margin: 0
}

.sr .sr-heading {
  margin: 0 0 36px
}

.sr-tabs {
  gap: 22px;
  margin-bottom: 28px
}

.sr-tabs button {
  justify-content: center;
  text-align: center;
  font: 600 15px/1.3 Arial, sans-serif;
  min-height: 48px;
  padding: 12px 0;
  border: 0;
  border-bottom: 2px solid var(--primary-bg-subtle);
  border-radius: 0;
  background: transparent;
  color: var(--primary-text-emphasis)
}

.sr-tabs button[aria-selected=true] {
  background: transparent;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  border-color: var(--primary)
}

.sr .sr-copy {
  padding: 40px 40px 108px;
  background: #fff
}

.sr .sr-copy>span {
  font: 600 11px/1.5 Arial, sans-serif;
  letter-spacing: .09em;
  color: var(--primary-text-emphasis);
  margin: 0 0 24px
}

.sr .sr-copy h3 {
  font: 700 36px/1.13 Arial, Helvetica, sans-serif;
  letter-spacing: -.05em;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  margin: 0 0 32px
}

.sr .sr-copy>p {
  font: 17px/1.6 Arial, sans-serif;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary));
  margin: 0 0 20px;
  max-width: none
}

.sr .sr-copy .sr-takeaway {
  font: 400 17px/1.55 Arial, sans-serif;
  color: var(--primary-text-emphasis);
  border-top: 1px solid var(--primary-bg-subtle);
  padding-top: 18px;
  margin: 0;
  width: 100%
}

@media(max-width:760px) {
  .sr {
    padding: 36px 0
  }

  .sr-wrap {
    width: calc(100% - 40px)
  }

  .sr .sr-heading {
    margin-bottom: 24px
  }

  .sr .sr-heading .sr-heading-label {
    font-size: 30px;
    line-height: 1.1;
    margin: 0
  }

  .sr-tabs {
    gap: 6px;
    padding: 8px;
    margin-bottom: 0;
    background: var(--primary-bg-subtle);
    border-radius: 12px 12px 0 0
  }

  .sr-tabs button {
    font: 600 14px/1.25 Arial, sans-serif;
    min-height: 48px;
    padding: 9px 4px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #f8f5fa;
    color: color-mix(in srgb, var(--body-color) 85%, var(--primary))
  }

  .sr-tabs button[aria-selected=true] {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary)
  }

  .sr .sr-copy {
    padding: 22px 20px;
    background: #fff
  }

  .sr .sr-copy>span {
    font-size: 11px;
    letter-spacing: .04em;
    margin-bottom: 14px
  }

  .sr .sr-copy h3 {
    font-size: 27px;
    line-height: 1.15;
    margin: 0 0 18px
  }

  .sr .sr-copy>p,
  .sr .sr-copy .sr-takeaway {
    font-size: 16px;
    line-height: 1.5
  }

  .sr .sr-copy>p {
    margin-bottom: 14px
  }

  .sr .sr-copy .sr-takeaway {
    padding-top: 14px;
    margin: 0
  }
}

/* Warme, gemeinsame Material- und Formensprache. */
.sr {
  background: #f7f5f2;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary))
}

.sr .sr-heading {
  position: relative;
  padding-top: 19px
}

.sr .sr-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 4px;
  border-radius: 4px;
  background: var(--primary)
}

.sr .sr-heading .sr-heading-label {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.12;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary))
}

.sr-tabs {
  gap: 8px;
  padding: 6px;
  margin-bottom: 18px;
  background: var(--primary-bg-subtle);
  border: 1px solid var(--primary-bg-subtle);
  border-radius: 18px
}

.sr-tabs button {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: var(--primary-text-emphasis);
  padding: 12px 8px;
  transition: background .18s, color .18s, box-shadow .18s
}

.sr-tabs button[aria-selected=true] {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 3px 9px color-mix(in srgb, var(--primary-text-emphasis) 13%, transparent)
}

.sr-tabs button:hover {
  background: var(--primary-bg-subtle);
  border-color: transparent;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary))
}

.sr-tabs button[aria-selected=true]:hover {
  background: var(--primary-text-emphasis);
  color: #fff
}

.sr .sr-shell {
  border: 1px solid var(--primary-bg-subtle);
  border-radius: 24px;
  overflow: hidden;
  background: #fffdfb;
  box-shadow: 0 12px 32px -22px color-mix(in srgb, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 24%, transparent)
}

.sr .sr-copy {
  background: #fffdfb
}

.sr .sr-copy h3 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.035em;
  color: color-mix(in srgb, var(--body-color) 85%, var(--primary))
}

.sr .sr-copy>p {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--primary-text-emphasis)
}

.sr .sr-copy .sr-takeaway {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--primary-text-emphasis);
  border-color: var(--primary-bg-subtle)
}

.sr .sr-shell .sr-footer {
  background: #fffdfb;
  border-color: var(--primary-bg-subtle)
}

.sr .sr-shell .sr-arrows button {
  background: var(--primary-bg-subtle);
  color: var(--primary-text-emphasis);
  border: 1px solid var(--primary-bg-subtle);
  transition: background .18s
}

.sr .sr-shell .sr-arrows button:not(:disabled):hover {
  background: var(--primary-bg-subtle)
}

@media(max-width:760px) {
  .sr .sr-heading {
    padding-top: 16px
  }

  .sr .sr-heading .sr-heading-label {
    font-size: 29px;
    line-height: 1.14
  }

  .sr-tabs {
    padding: 6px;
    gap: 6px;
    margin-bottom: 12px;
    border-radius: 16px
  }

  .sr-tabs button {
    font-size: 14px;
    min-height: 48px;
    padding: 9px 4px;
    border-radius: 10px;
    background: #f8f5f9
  }

  .sr .sr-shell {
    border-radius: 20px
  }

  .sr .sr-copy h3 {
    font-size: 27px
  }
}

.sr-visual {
  background: radial-gradient(ellipse at 15% 10%, var(--primary-text-emphasis) 0%, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 62%, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 100%)
}

.sr-quote p {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -.04em
}

.sr-quote em {
  color: var(--primary-bg-subtle)
}

/* Klarer Akzent und leichte, frei stehende mobile Themenbuttons. */
.sr {
  background: #faf9fc
}

.sr-tabs button[aria-selected=true],
.sr-tabs button[aria-selected=true]:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff
}

.sr-tabs button:focus-visible {
  outline: 3px solid var(--primary-border-subtle);
  outline-offset: 2px
}

@media(max-width:760px) {
  .sr-tabs {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    gap: 8px;
    margin: 0 0 18px
  }

  .sr-tabs button {
    border: 1px solid var(--primary-bg-subtle);
    border-radius: 999px;
    background: #fff;
    color: var(--primary-text-emphasis);
    min-height: 46px;
    padding: 10px 5px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
  }

  .sr-tabs button[aria-selected=true] {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 4px 10px -5px color-mix(in srgb, var(--primary) 44%, transparent)
  }

  .sr-tabs button:hover {
    background: var(--body-bg);
    color: var(--primary-text-emphasis);
    border-color: var(--primary-border-subtle)
  }
}

.sr .sr-heading {
  padding-top: 0
}

.sr .sr-heading::before {
  display: none
}

.sr .sr-heading .sr-heading-label {
  text-transform: none;
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.1
}

.sr-title-accent {
  color: var(--primary)
}

.sr-visual {
  background: radial-gradient(ellipse at 0 0, var(--primary-text-emphasis) 0%, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 55%, color-mix(in srgb, var(--body-color) 85%, var(--primary)) 100%)
}

.sr-quote em {
  color: var(--primary-bg-subtle)
}

.sr-heading-swoosh {
  color: var(--primary)
}

.sr .sr-shell .sr-arrows button:not(:disabled) {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary)
}

/* Smartstore ist die einzige Quelle fuer Markenfarben. */
.sr {
  background: var(--body-bg);
  color: var(--body-color)
}

.sr .sr-copy,
.sr .sr-footer {
  background: var(--body-bg)
}

.sr .sr-copy h3,
.sr .sr-copy>p {
  color: var(--body-color)
}

.sr-tabs button[aria-selected=true],
.sr-tabs button[aria-selected=true]:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff
}

.sr-visual {
  background: color-mix(in srgb, var(--body-color) 85%, var(--primary))
}

/* Mobil eine einzige Themenauswahl statt mehrerer Button-Reihen. */
.sr-mobile-picker {
  display: none
}

@media(max-width:760px) {
  .sr-tabs {
    display: none
  }

  .sr-mobile-picker {
    display: block;
    margin-bottom: 16px
  }
}

/* Neustart: neutrale Flaechen, lesbare Texte, Primaerfarbe nur als Akzent. */
.sr {
  background: var(--body-bg);
  color: var(--body-color)
}

.sr-tabs {
  background: #f3f4f5;
  border-color: #e0e3e6
}

.sr-tabs button {
  background: transparent;
  color: var(--body-color);
  box-shadow: none
}

.sr-tabs button:hover {
  background: #e8eaec;
  color: var(--body-color);
  border-color: transparent
}

.sr-tabs button[aria-selected=true],
.sr-tabs button[aria-selected=true]:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: none
}

.sr .sr-copy,
.sr .sr-footer {
  background: var(--body-bg)
}

.sr .sr-copy h3,
.sr .sr-copy>p {
  color: var(--body-color)
}

.sr .sr-arrows button {
  background: #f1f2f3;
  color: var(--body-color);
  border-color: #dfe2e5
}

.sr .sr-arrows button:not(:disabled) {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary)
}

.sr .sr-heading .sr-heading-label {
  color: var(--body-color)
}

.sr .sr-shell {
  background: var(--body-bg);
  border-color: #e0e3e6;
  box-shadow: 0 12px 32px -22px #00000024
}

.sr-visual {
  background: #161a1e;
  color: #fff
}

.sr-quote p,
.sr-quote em {
  color: #fff
}

.sr-quote>span {
  color: #cbd0d5
}

.sr-quote svg path {
  stroke: #9aa2a9
}

.sr-cycle span {
  border-color: #707981;
  color: #fff
}

.sr-cycle i {
  color: #aeb6bd
}

.sr .sr-copy .sr-takeaway {
  color: var(--body-color);
  border-color: #dfe2e5
}

.sr .sr-shell .sr-footer {
  background: var(--body-bg);
  border-color: #e0e3e6
}

/* Überschrift: ausschließlich die Shop-Primärfarbe als Farbakzent. */
.sr .sr-heading .sr-heading-label {
  color: var(--primary)
}

.sr .sr-heading .sr-heading-label .sr-title-accent {
  color: var(--body-color)
}

@keyframes st-brush-reveal {
  from {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0 0 0 0)
  }
}

@media(prefers-reduced-motion:no-preference) {}

/* Primärfarbe durch alle fünf Themen, Stahl bleibt silbergrau. */
#st-story .sr-visual {
  border-top: 4px solid var(--primary)
}

#st-story .sr-quote em {
  color: var(--primary);
  font-weight: 650
}

#st-story .sr-quote svg path {
  stroke: var(--primary);
  stroke-width: 3
}

#st-story .sr-visual>svg circle {
  stroke: var(--primary);
  stroke-width: 2.5
}

#st-story .sr-cycle span {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff
}

#st-story .sr-cycle i {
  color: var(--primary)
}

#st-story .sr-copy>span {
  color: var(--primary)
}

#st-story .sr-copy .sr-takeaway {
  border-top-color: var(--primary);
  border-top-width: 2px
}

/* Räumliche Tiefe: neutrale Schatten und zurückhaltendes Markenlicht. */
#st-story {
  background:
    radial-gradient(ellipse at 91% 8%, color-mix(in srgb, var(--primary) 11%, transparent), transparent 42%),
    radial-gradient(ellipse at 5% 88%, color-mix(in srgb, var(--primary) 6%, transparent), transparent 40%),
    var(--body-bg);
}

#st-story .sr-shell {
  border-color: rgba(100, 110, 120, .16);
  box-shadow: 0 32px 60px -30px rgba(15, 23, 32, .3), 0 8px 20px -12px rgba(15, 23, 32, .18), inset 0 1px 0 rgba(255, 255, 255, .9);
}

#st-story .sr-visual {
  background:
    radial-gradient(ellipse at 12% 0%, color-mix(in srgb, var(--primary) 18%, transparent), transparent 65%),
    linear-gradient(145deg, #252c32 0%, #161a1e 60%, #101417 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .17), inset -1px 0 0 rgba(255, 255, 255, .08);
}

#st-story .sr-visual>svg {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .25));
}

#st-story .sr-copy {
  background: linear-gradient(135deg, rgba(255, 255, 255, .65), transparent 70%), var(--body-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

#st-story .sr-cycle span {
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, .22), 0 5px 12px rgba(0, 0, 0, .22);
}

#st-story .sr-tabs {
  box-shadow: 0 8px 20px -16px rgba(15, 23, 32, .3), inset 0 1px 0 #fff;
}

#st-story .sr-tabs button[aria-selected=true] {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 4px 10px -5px rgba(0, 0, 0, .3);
}

@media(max-width:760px) {
  #st-story .sr-shell {
    box-shadow: 0 18px 32px -20px rgba(15, 23, 32, .32), 0 3px 10px -6px rgba(15, 23, 32, .15)
  }

  #st-story .sr-visual>svg {
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .22))
  }
}

/* Zitat im ersten Motiv horizontal zentriert. */
#st-story .sr-quote {
  text-align: center;
  margin-inline: auto
}

#st-story .sr-quote>svg {
  display: block;
  margin-inline: auto
}

/* Größere Erklärung und Fazit, konsistent auf allen fünf Karten. */
#st-story .sr-copy>p,
#st-story .sr-copy .sr-takeaway {
  font-size: 22px;
  line-height: 1.55
}

#st-story .sr-copy>span {
  font-size: 14px
}

@media(max-width:760px) {

  #st-story .sr-copy>p,
  #st-story .sr-copy .sr-takeaway {
    font-size: 18px;
    line-height: 1.55
  }

  #st-story .sr-copy>span {
    font-size: 12px
  }
}

/* Textblock mittig, Zeilen innerhalb des Zitats linksbündig. */
#st-story .sr-quote {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: left
}

#st-story .sr-quote>svg {
  max-width: 100%;
  margin-inline: auto
}

/* Alle fünf Grafikmotive: mittig platzierter Inhalt, linksbündige Texte. */
#st-story .sr-visual {
  justify-content: center
}

#st-story .sr-visual>.sr-quote,
#st-story .sr-visual>.sr-cycle {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: left
}

#st-story .sr-visual>svg {
  display: block;
  margin-inline: auto
}

#st-story .sr-visual>svg text {
  text-anchor: start
}

/* Mobile Navigation gemeinsam am Kartenfuß. */
@media(max-width:760px) {
  #st-story .sr-shell .sr-footer {
    display: block;
    padding: 14px 14px 18px
  }

  #st-story .sr-footer .sr-progress {
    display: none
  }

  #st-story .sr-footer .sr-arrows {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 8px;
    width: 100%
  }

  #st-story .sr-footer .sr-arrows>button {
    width: 44px;
    height: 44px;
    min-width: 0;
    padding: 0;
    margin: 0
  }

  #st-story .sr-footer .sr-mobile-picker {
    display: block;
    min-width: 0;
    margin: 0
  }
}

/* Symmetrische Pfeile und reiner Themenname statt Dropdown. */
#st-story .sr-arrows>button>svg {
  display: block;
  width: 24px;
  height: 24px;
  flex: none
}

@media(max-width:760px) {
  #st-story .sr-shell .sr-footer .sr-arrows {
    grid-template-columns: 44px minmax(0, 1fr) 44px
  }

  #st-story .sr-shell .sr-footer .sr-arrows>button {
    box-sizing: border-box;
    display: grid;
    place-items: center;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 0;
    transform: none
  }

  #st-story .sr-mobile-topic {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--body-color);
    overflow-wrap: normal
  }
}

/* Verbindungsschwung wieder sichtbar, auch mobil. */
#st-story .sr-offset-heading .sr-offset-line {
  margin-left: 1.8em;
  max-width: calc(100% - 1.8em)
}

#st-story .sr-heading-swoosh {
  display: block
}

/* Nur mobil: Kartenlabel einmalig zwischen den Pfeilen anzeigen. */
@media(max-width:760px) {
  #st-story .sr-copy>span {
    display: none
  }

  #st-story .sr-mobile-topic {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .035em;
    color: var(--primary);
    font-weight: 600
  }
}

/* Nur mobil: Blocktitel mittig, erstes Zitatmotiv links ausgerichtet. */
@media(max-width:760px) {
  #st-story .sr-heading .sr-heading-label {
    text-align: center;
    width: 100%
  }

  #st-story #sr-p0 .sr-visual {
    justify-content: flex-start
  }

  #st-story #sr-p0 .sr-visual>.sr-quote {
    margin-left: 0;
    margin-right: auto;
    text-align: left
  }
}

/* Mobile Themenpfeile im transparenten Stil der Set-Navigation. */
@media(max-width:760px) {

  #st-story .sr-shell .sr-footer .sr-arrows>button,
  #st-story .sr-shell .sr-footer .sr-arrows>button:not(:disabled):hover {
    border: 1px solid #191d211a;
    background: rgba(255, 255, 255, .62);
    color: rgba(25, 29, 33, .7);
    backdrop-filter: blur(6px);
    box-shadow: 0 3px 12px #191d2110
  }

  #st-story .sr-shell .sr-footer .sr-arrows>button:disabled {
    opacity: .25
  }
}
.dv {
  padding: 0 0 64px;
  background: #191d21;
  color: #fff;
  font-family: "Segoe UI", Arial, sans-serif
}

.dv * {
  box-sizing: border-box
}

.dv-wrap {
  width: min(1280px, calc(100% - 96px));
  margin: auto
}

.dv header {
  margin-bottom: 48px
}

.dv h2 {
  font: 600 clamp(32px, 3.6vw, 52px)/1.12 "Segoe UI", Arial, sans-serif;
  letter-spacing: -.045em;
  color: #fff;
  margin: 0
}

.dv-reasons {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 64px
}

.dv-content {
  padding: 8px 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.dv-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 36px
}

.dv-menu button {
  display: flex;
  align-items: baseline;
  gap: 16px;
  text-align: left;
  border: 0;
  background: transparent;
  color: #b6bec5;
  min-height: 48px;
  padding: 8px 0;
  font: 600 23px/1.3 "Segoe UI", Arial, sans-serif;
  letter-spacing: -.025em;
  cursor: pointer
}

.dv-menu button>span:first-child {
  color: #727d86;
  font-size: 22px;
  transition: transform .25s, color .25s
}

.dv-menu button>span:last-child {
  background: linear-gradient(var(--primary), var(--primary)) left bottom/0 2px no-repeat;
  padding-bottom: 5px;
  transition: background-size .35s, color .25s
}

.dv-menu button[aria-selected=true],
.dv-menu button:hover {
  color: #fff
}

.dv-menu button[aria-selected=true]>span:first-child {
  color: var(--primary)
}

.dv-menu button[aria-selected=true]>span:last-child {
  background-size: 100% 2px
}

.dv-menu button:hover>span:first-child {
  transform: translate(3px, -2px);
  color: var(--primary)
}

.dv-details {
  display: grid
}

.dv-detail {
  grid-area: 1/1;
  min-width: 0
}

.dv-detail[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none
}

.dv-copy>p {
  font-size: 17px;
  line-height: 1.65;
  color: #d3d8dc;
  margin: 0 0 24px;
  max-width: 46ch
}

.dv-result {
  padding-top: 20px;
  border-top: 1px solid #434b52;
  font-size: 17px;
  line-height: 1.5;
  color: #fff
}

.dv-photos {
  display: grid;
  min-width: 0;
  min-height: 460px;
  background: #111416
}

.dv-photo {
  grid-area: 1/1;
  position: relative;
  min-width: 0
}

.dv-photo[aria-hidden=true] {
  visibility: hidden
}

.dv-photo figure {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden
}

.dv-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease
}

.dv-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px
}

.dv-bottom>a {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 16px 26px;
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none
}

.dv-bottom>a:hover {
  filter: brightness(1.12)
}

.dv :focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px
}

.dv-ski-divider {
  width: 100%;
  height: clamp(64px, 15.28vw, 220px);
  margin-bottom: 44px;
  overflow: hidden;
  pointer-events: none;
  background: var(--body-bg)
}

.dv-ski-divider svg {
  display: block;
  width: 100%;
  height: 100%
}

.dv-ski-body {
  fill: #191d21
}

.dv-ski-accent {
  fill: var(--primary)
}

.dv-ski-detail {
  fill: #434b52
}

.dv-ski-edge {
  stroke: var(--primary)
}

@keyframes dv-switch {
  from {
    opacity: .2
  }

  to {
    opacity: 1
  }
}

@media(prefers-reduced-motion:no-preference) {

  .dv-detail.dv-switched,
  .dv-photo.dv-switched {
    animation: dv-switch .35s ease-out
  }
}

@media(hover:hover) {
  .dv-photos:hover img {
    transform: scale(1.035)
  }
}

@media(max-width:760px) {
  .dv {
    padding-bottom: 40px
  }

  .dv-wrap {
    width: calc(100% - 40px)
  }

  .dv header {
    margin-bottom: 24px
  }

  .dv h2 {
    font-size: 29px
  }

  .dv-reasons {
    grid-template-columns: 1fr;
    gap: 26px
  }

  .dv-content {
    padding: 0
  }

  .dv-menu {
    gap: 0;
    margin-bottom: 24px
  }

  .dv-menu button {
    font-size: 16px;
    min-height: 46px;
    gap: 12px;
    padding: 7px 0
  }

  .dv-menu button>span:first-child {
    font-size: 20px
  }

  .dv-copy>p,
  .dv-result {
    font-size: 16px;
    line-height: 1.5
  }

  .dv-copy>p {
    margin-bottom: 20px
  }

  .dv-result {
    padding-top: 18px
  }

  .dv-photos {
    height: 250px;
    min-height: 0
  }

  .dv-bottom {
    margin-top: 22px
  }

  .dv-bottom>a {
    width: 100%;
    justify-content: space-between
  }

  .dv-ski-divider {
    margin-bottom: 28px
  }
}

@media(prefers-reduced-motion:reduce) {
  .dv * {
    animation: none !important;
    transition: none !important
  }
}

/* Kaufgruende: kurze Erklaerung und konkrete Belege. */
.dv-proof {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid #434b52;
  display: grid;
  gap: 10px
}

.dv-proof li {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
  line-height: 1.5;
  color: #e5e8eb
}

.dv-proof li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 5px;
  height: 5px;
  background: var(--primary)
}

.dv-menu {
  margin-bottom: 28px
}

.dv-photos {
  min-height: 580px
}

@media(max-width:760px) {
  .dv-proof {
    gap: 9px;
    padding-top: 18px
  }

  .dv-proof li {
    font-size: 16px
  }

  .dv-menu {
    margin-bottom: 24px
  }

  .dv-photos {
    min-height: 0
  }
}

.dv-divider-ground,
.dv-ski-on-light {
  fill: #191d21
}

.dv-ski-on-dark {
  fill: var(--body-bg)
}

/* Ruhige Bewegung ohne springende Bildposition. */
.dv-menu {
  position: relative;
  padding-left: 18px
}

.dv-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--dv-mark-y, 8px);
  height: var(--dv-mark-h, 32px);
  width: 2px;
  background: var(--primary);
  transition: top .45s cubic-bezier(.22, 1, .36, 1), height .45s
}

.dv-menu button>span:first-child {
  display: none
}

.dv-menu button {
  transition: color .25s, transform .35s
}

.dv-menu button[aria-selected=true] {
  transform: translateX(5px)
}

.dv-photo {
  opacity: 1;
  transition: opacity .5s ease
}

.dv-photo[aria-hidden=true] {
  visibility: visible;
  opacity: 0;
  pointer-events: none
}

.dv-photo.dv-switched,
.dv-detail.dv-switched {
  animation: none
}

.dv-photos {
  overflow: hidden;
  touch-action: pan-y
}

@media(max-width:760px) {
  .dv-content {
    display: contents
  }

  .dv-menu {
    grid-row: 1;
    margin-bottom: 0
  }

  .dv-photos {
    grid-row: 2
  }

  .dv-details {
    grid-row: 3
  }

  .dv-reasons {
    gap: 24px
  }
}

/* Klarer Abschnittswechsel ohne dekorativen Ski-Trenner. */
.dv {
  padding-top: 64px
}

@media(max-width:760px) {
  .dv {
    padding-top: 40px
  }
}

/* Einmal gezeichneter Pinselstrich in der Shop-Primärfarbe. */
#darum-discman .st-brush-word {
  position: relative;
  display: inline-block;
  padding-bottom: .26em
}

#darum-discman .st-brush-line {
  position: absolute;
  left: -2%;
  bottom: 0;
  width: 104%;
  height: .25em;
  overflow: visible;
  fill: var(--primary);
  pointer-events: none
}

@keyframes st-brush-reveal {
  from {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0 0 0 0)
  }
}

@media(prefers-reduced-motion:no-preference) {
  #darum-discman .st-brush-line.st-brush-drawn {
    animation: st-brush-reveal .85s cubic-bezier(.22, 1, .36, 1) both
  }
}

/* Überschrift mobil horizontal zentrieren. */
@media(max-width:760px) {
  #darum-discman header {
    display: block;
    text-align: center
  }

  #darum-discman #dv-title {
    width: 100%;
    text-align: center
  }
}
/* Stimmen von der Piste als erster Vorteilspunkt. */
.dv-video-photo{overflow:hidden}
.dv-video-photo video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.dv-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:72px;height:72px;padding:0;border:1px solid #ffffff85;border-radius:50%;background:rgba(25,29,33,.65);backdrop-filter:blur(8px);color:#fff;cursor:pointer}
.dv-video-play[hidden]{display:none}
@media(max-width:760px){
 #darum-discman.dv-video-active .dv-photos{height:auto;aspect-ratio:4/5}
 .dv-video-play{width:60px;height:60px}
}
/* Eigener Mundart-Spruch pro Motiv, einheitlich in der Shop-Primärfarbe. */
#darum-discman .dv-mundart-badge{
 position:absolute;top:auto;left:auto;right:24px;bottom:24px;z-index:2;display:block;
 width:fit-content;max-width:calc(100% - 48px);padding:12px 18px;
 background:var(--primary);color:#fff;border:1px solid #ffffff30;border-radius:4px;
 font-family:var(--st-font,"Segoe UI",Arial,sans-serif);font-size:20px;font-weight:650;
 line-height:1.2;letter-spacing:-.02em;transform:rotate(-4deg);transform-origin:right center;
 box-shadow:0 8px 20px #00000030;pointer-events:none
}
@media(max-width:760px){
 #darum-discman .dv-mundart-badge{top:auto;left:auto;right:18px;bottom:18px;max-width:calc(100% - 36px);padding:10px 14px;font-size:16px}
}
#darum-discman .dv-video-photo .dv-mundart-badge{bottom:64px}

/* Desktop: Vorteile-Menue leicht groesser. */
@media(min-width:761px){
 #content-wrapper #darum-discman .dv-menu button{font-size:18px}
}
#darum-discman.dv-video-started .dv-video-photo .dv-mundart-badge{display:none}

.dk{position:relative;isolation:isolate;padding:72px 0;background:radial-gradient(ellipse at 10% 20%,color-mix(in srgb,var(--primary) 9%,transparent),transparent 55%),#fff;color:#191d21;font-family:"Segoe UI",Arial,sans-serif}
.dk *{box-sizing:border-box}.dk-wrap{width:min(1280px,calc(100% - 96px));margin:auto}
.dk-head{margin-bottom:38px}.dk-head>span{font-size:12px;font-weight:600;letter-spacing:.12em;color:var(--primary)}.dk h2{font:650 clamp(40px,5vw,72px)/1.05 "Segoe UI",Arial,sans-serif;letter-spacing:-.055em;margin:12px 0}.dk h2 span{color:var(--primary)}.dk-head>p{font-size:18px;margin:0;color:#525b62}
.dk-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center}
.dk-stage{position:relative;min-width:0;display:grid;place-items:center;aspect-ratio:1;isolation:isolate}
.dk-halo{position:absolute;inset:16% 5% 8%;border-radius:50%;background:radial-gradient(ellipse,color-mix(in srgb,var(--primary) 15%,transparent),transparent 70%);z-index:-1}
.dk-image{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 24px 16px #1b152028);transition:opacity .25s}
.dk-label{font-size:15px;font-weight:600;margin:0 0 12px}.dk-variants{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.dk-variants button{padding:13px 6px;min-height:48px;border:1px solid #d6d8db;border-radius:5px;background:#fff;color:#333;cursor:pointer}
.dk-variants button[aria-pressed=true]{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 6px 16px -10px var(--primary)}
.dk-included{min-height:122px;padding-top:22px}.dk-included h3{font:600 24px/1.2 "Segoe UI",Arial,sans-serif;letter-spacing:-.025em;margin:0 0 10px}.dk-included p{font-size:16px;line-height:1.5;color:#50575e;margin:0}
.dk-pack{font-size:14px;margin:14px 0 24px}.dk-pack summary{cursor:pointer;text-decoration:underline;text-underline-offset:4px}.dk-pack ul{padding-left:20px;margin-top:14px;line-height:1.6}
.dk-purchase{border-top:1px solid #dfe1e4;padding-top:20px}.dk-price strong{font-size:42px;font-weight:650;letter-spacing:-.05em}.dk-tax{font-size:12px;color:#666;margin:4px 0 14px}.dk-tax a{color:inherit;text-decoration:underline}
.dk-delivery{font-size:14px;display:flex;gap:6px;align-items:center;margin:0 0 18px}.dk-delivery>span{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:var(--success,#27813f);margin-right:3px}
.dk-buy{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-radius:5px;font-size:17px;font-weight:600;background:var(--primary);color:#fff;border:0;cursor:pointer}.dk-buy svg{width:24px;height:24px}.dk-buy:disabled{opacity:.55;cursor:wait}
.dk-status{font-size:13px;margin:8px 0 0;min-height:0}.dk-status:empty{display:none}.dk-retry{background:transparent;border:0;color:var(--primary);text-decoration:underline;padding:8px 0}
.dk-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e2e4e6}
.dk-promises>div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;font-size:12px;line-height:1.35;color:#5c6269}.dk-promises svg{width:25px;height:25px;fill:none;stroke:var(--primary);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.dk-promises strong{display:block;font-size:14px;color:#222;margin-bottom:3px}
.dk :focus-visible{outline:3px solid var(--primary);outline-offset:3px}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.dk-stage:hover .dk-image{transform:translateY(-4px);transition:transform .5s}.dk-buy:hover{filter:brightness(1.08)}}
@media(max-width:760px){.dk{padding:44px 0}.dk-wrap{width:calc(100% - 40px)}.dk-head{text-align:center;margin-bottom:12px}.dk h2{font-size:44px}.dk-head>p{font-size:16px}.dk-layout{grid-template-columns:1fr;gap:28px}.dk-stage{aspect-ratio:1.25}.dk-image{max-height:310px}.dk-included{min-height:136px}.dk-included h3{font-size:23px}.dk-price strong{font-size:40px}.dk-promises{gap:8px}.dk-promises strong{font-size:13px}.dk-promises>div{font-size:11px}}
@media(prefers-reduced-motion:reduce){.dk *{animation:none!important;transition:none!important}}

@media(min-width:761px){
.dk-wrap{display:grid;grid-template-columns:1.15fr 1fr;column-gap:70px;align-items:start}
.dk-layout{display:contents}
.dk-head{grid-column:2;grid-row:1;margin-bottom:30px}
.dk-stage{grid-column:1;grid-row:1 / 3;align-self:start}
.dk-config{grid-column:2;grid-row:2;min-width:0}
}

.dk-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dk-actions .dk-buy,.dk-info{min-width:0;min-height:54px;justify-content:center;text-align:center;padding:14px 10px;font-size:16px;line-height:1.3}
.dk-actions .dk-buy svg{display:none}
.dk-info{display:flex;align-items:center;border:1px solid var(--primary);border-radius:5px;color:var(--primary);background:transparent;font-weight:600;text-decoration:none}
.dk-info:hover{color:var(--primary);background:color-mix(in srgb,var(--primary) 7%,transparent);text-decoration:none}
@media(max-width:760px){.dk-actions{gap:8px}.dk-actions .dk-buy,.dk-info{font-size:14px;padding:14px 6px}}

.nt-section {
  padding: clamp(50px, 7vw, 100px) 20px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: var(--body-font-family, inherit);
}

.nt-section h2 {
  margin: 0 0 45px;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}

.nt-people {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(14px, 3vw, 55px);
  min-height: clamp(122px, 13vw, 190px);
  margin-bottom: 30px;
}

.nt-person {
  width: clamp(55px, 7vw, 90px);
  height: clamp(55px, 7vw, 90px);
  padding: 0;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 24%;
  background: transparent;
  opacity: 0.55;
  cursor: pointer;
  transition:
    width 0.25s ease,
    height 0.25s ease,
    opacity 0.25s ease,
    border-color 0.25s ease,
    translate 0.25s ease,
    scale 0.25s ease;
}

.nt-person:hover {
  opacity: 0.85;
  scale: 1.04;
}

















.nt-person.active {
  width: clamp(90px, 11vw, 150px);
  height: clamp(90px, 11vw, 150px);
  border-color: var(--primary, #8e5090);
  opacity: 1;
}

.nt-person img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nt-content {
  max-width: 900px;
  min-height: 165px;
  margin: 0 auto;
}

.nt-stars {
  margin-bottom: 20px;
  color: #f4c20d;
  font-size: 22px;
  letter-spacing: 0;
}

.nt-quote {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.45;
}

.nt-name {
  display: block;
  margin-top: 24px;
  color: #aaa;
  font-size: 17px;
  font-style: italic;
}

@media (max-width: 600px) {
  .nt-people {
    gap: 10px;
  }


  
  

  .nt-content {
    min-height: 230px;
  }
}





.nt-section h2 span {
  position: relative;
  display: inline-block;
}

.nt-section h2 span::after {
  position: absolute;
  right: -0.03em;
  bottom: -0.38em;
  left: -0.02em;
  height: 14px;
  border-radius: 50%;
  background: var(--primary, #8e5090);
  clip-path: polygon(0 35%, 10% 23%, 20% 15%, 35% 9%, 50% 11%, 65% 20%, 80% 34%, 90% 47%, 100% 61%, 100% 70%, 90% 63%, 80% 57%, 65% 54%, 50% 58%, 35% 66%, 20% 78%, 10% 90%, 0 100%);
  content: "";
  transform: rotate(-1.2deg);
  transform-origin: left center;
}

@media (max-width: 767px) {
  .nt-section h2 {
    font-size: clamp(31px, 9vw, 42px);
  }
}

.nt-section{background:radial-gradient(ellipse at 15% 0,color-mix(in srgb,var(--primary) 14%,transparent),transparent 65%),#191d21;font-family:"Segoe UI",Arial,sans-serif}
.nt-section h2{letter-spacing:-.045em;font-weight:650}
.nt-name{color:#c5c8cc;font-style:normal}
.nt-person:focus-visible{outline:3px solid #fff;outline-offset:4px}
@media(max-width:760px){
.nt-section{padding:44px 20px}.nt-section h2{font-size:36px;margin-bottom:36px}
.nt-people{gap:8px;min-height:96px;margin-bottom:24px;align-items:center}
.nt-person,.nt-person.active{width:calc((100% - 32px)/6);max-width:60px;height:auto;aspect-ratio:1;flex-shrink:0;translate:0!important}
.nt-person:nth-child(n+5){display:block}
.nt-person{border-width:2px;opacity:.65}
.nt-person.active{width:calc((100% - 32px)/3);max-width:96px;opacity:1;box-shadow:0 0 0 2px var(--primary)}
.nt-content{min-height:250px;touch-action:pan-y}
.nt-quote{font-size:21px;line-height:1.45}.nt-stars{margin-bottom:16px}
}
@media(prefers-reduced-motion:reduce){.nt-person{transition:none}}

.nt-section .nt-person:nth-child(n),.nt-section .nt-person:nth-child(n):hover{translate:0}
@media(min-width:761px){.nt-people{align-items:center;min-height:0;margin-bottom:24px}}


.ns-sets{padding:72px 0;background:radial-gradient(ellipse at 90% 0,color-mix(in srgb,var(--primary) 8%,transparent),transparent 50%),#f5f6f7;color:#191d21;font-family:"Segoe UI",Arial,sans-serif}
.ns-sets *{box-sizing:border-box}
.ns-sets-inner{width:min(1280px,calc(100% - 96px));margin:auto}
.ns-sets-title{font:650 clamp(34px,3.8vw,54px)/1.1 "Segoe UI",Arial,sans-serif;letter-spacing:-.045em;text-align:center;margin:0 0 44px}
.ns-sets-title span{color:var(--primary)}
.ns-sets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ns-set-card{min-width:0;display:flex;flex-direction:column;background:#fff;padding:24px;border-radius:8px;box-shadow:0 14px 35px -20px #191d2130;border:1px solid #e2e3e6}
.ns-set-name{font-size:26px;font-weight:600;letter-spacing:-.03em;text-align:center;min-height:62px;margin:0;display:grid;place-items:center}
.ns-set-image-link{display:block}
.ns-set-image-link img{display:block;width:100%;aspect-ratio:1;object-fit:contain}
.ns-set-price{text-align:center;font-size:30px;font-weight:650;letter-spacing:-.035em;margin:22px 0}
.ns-set-price-ring{display:none}
.ns-set-features{list-style:none;padding:0;margin:0 0 24px;flex:1}
.ns-set-features li{position:relative;padding:13px 0 13px 25px;border-top:1px solid #e7e7ea;font-size:16px;line-height:1.45;color:#454b51}
.ns-set-features li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:600}
.ns-set-button{display:flex;align-items:center;justify-content:center;min-height:50px;padding:12px;border-radius:5px;background:var(--primary);color:#fff!important;font-weight:600;text-decoration:none!important}
.ns-tax{font-size:12px;text-align:center;color:#60656a;margin:24px 0 0}.ns-tax a{color:inherit;text-decoration:underline}
.ns-sets :focus-visible{outline:3px solid var(--primary);outline-offset:4px}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.ns-set-card{transition:transform .25s,box-shadow .25s}.ns-set-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -20px #191d2140}}
@media(max-width:760px){
.ns-sets{padding:44px 0}.ns-sets-inner{width:100%}.ns-sets-title{font-size:36px;padding:0 20px;margin-bottom:28px}
.ns-sets-slider{overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding:4px 0 22px;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:var(--primary) #e5e5e8}
.ns-sets-grid{display:flex;gap:16px}.ns-sets-grid:before,.ns-sets-grid:after{content:"";flex:0 0 calc(7% - 16px)}.ns-set-card{flex:0 0 86%;scroll-snap-align:center;padding:20px}
.ns-set-name{font-size:25px}.ns-set-image-link img{max-height:260px}.ns-set-price{font-size:30px}.ns-tax{padding:0 20px}
}

/* Dezenter Premium-Akzent unter den Set-Preisen. */
.ns-set-price{margin-bottom:8px}
.ns-set-premium-stars{color:#f4c20d;font-family:"Segoe UI",Arial,sans-serif;font-size:22px;letter-spacing:0;text-align:center;margin:0 0 20px;padding:0}@media(max-width:760px){.ns-set-premium-stars{margin-bottom:16px}}
/* Transparente mobile Navigation als Hinweis auf die wischbaren Sets. */
.ns-sets-carousel{position:relative}
.ns-set-arrow{display:none}
@media(max-width:760px){
 .ns-set-arrow{position:absolute;top:clamp(240px,78vw,340px);z-index:2;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #191d211a;border-radius:50%;background:rgba(255,255,255,.62);color:rgba(25,29,33,.7);backdrop-filter:blur(6px);cursor:pointer;box-shadow:0 3px 12px #191d2110}
 .ns-set-prev{left:5px}.ns-set-next{right:5px}
 .ns-set-arrow:disabled{opacity:.25;cursor:default}
}

#discman-sets .ns-sets-title>span{display:inline-block;white-space:nowrap}

.nf-faq{--faq-accent:var(--primary,#8e5090);box-sizing:border-box;width:100%;padding:clamp(60px,7vw,100px) 20px;background:#f7f8fb;color:#182039;font-family:var(--body-font-family,inherit)}
.nf-faq *,.nf-faq *::before,.nf-faq *::after{box-sizing:border-box}
.nf-faq-inner{width:min(100%,1080px);margin:0 auto}
.nf-faq-heading{margin-bottom:clamp(34px,5vw,58px);text-align:center}
.nf-faq-heading>p{margin:0 0 14px;color:var(--faq-accent);font-size:clamp(15px,1.1vw,18px);font-weight:600;line-height:1.2;text-transform:uppercase}
.nf-faq-heading h2{margin:0;font-size:clamp(34px,3.4vw,54px);font-weight:600;letter-spacing:0;line-height:1.1}
.nf-faq-heading h2 span{position:relative;display:inline-block}
.nf-faq-heading h2 span::after{position:absolute;right:-.03em;bottom:-.38em;left:-.02em;height:14px;border-radius:50%;background:var(--faq-accent);clip-path:polygon(0 35%,10% 23%,20% 15%,35% 9%,50% 11%,65% 20%,80% 34%,90% 47%,100% 61%,100% 70%,90% 63%,80% 57%,65% 54%,50% 58%,35% 66%,20% 78%,10% 90%,0 100%);content:"";transform:rotate(-1.2deg)}
.nf-faq-list{border-top:1px solid #d9dde7}
.nf-faq details{border-bottom:1px solid #d9dde7}
.nf-faq summary{position:relative;padding:24px 54px 24px 0;cursor:pointer;font-size:clamp(19px,1.7vw,24px);font-weight:600;line-height:1.3;list-style:none}
.nf-faq summary::-webkit-details-marker{display:none}
.nf-faq summary::after{position:absolute;top:50%;right:4px;color:var(--faq-accent);content:"+";font-size:32px;font-weight:400;line-height:1;transform:translateY(-50%)}
.nf-faq details[open] summary::after{content:"−"}
.nf-faq details p{max-width:880px;margin:-4px 0 24px;color:#697187;font-size:clamp(16px,1.3vw,19px);line-height:1.65}
.nf-faq summary:focus-visible{outline:3px solid var(--faq-accent);outline-offset:4px}
@media(max-width:767px){.nf-faq{padding:52px 20px 66px}.nf-faq-heading h2{font-size:clamp(31px,9vw,42px)}.nf-faq summary{padding-block:20px;font-size:18px}.nf-faq details p{margin-bottom:21px;font-size:16px}}

.nf-faq{background:#fff;color:#191d21;font-family:"Segoe UI",Arial,sans-serif}
.nf-faq-heading h2{font-weight:650;letter-spacing:-.045em}
.nf-faq details p{color:#50575e}
@media(max-width:760px){.nf-faq-heading h2{font-size:36px}.nf-faq details p{font-size:17px}.nf-faq summary{font-size:19px}}

/* Leerer Smartstore-Inhaltsbereich nach den EasyPage-Bloecken. */
#content-wrapper:has(> #discman-kaufen) > #content:not(:has(#content-center > :not(meta):not(script):not(style):not(link))){margin-block:0;}

/* Gemeinsame Typografie Page 10: Rollen statt abweichender Blockgroessen. */
#content-wrapper:has(> #discman-kaufen){
 --st-font:"Segoe UI",Arial,sans-serif;
 --st-title:52px;--st-subtitle:32px;--st-body:20px;
 --st-control:16px;--st-small:14px;--st-quote:32px;--st-price:40px;
}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf){font-family:var(--st-font);font-size:var(--st-body);line-height:1.55}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) :where(h1,h2,h3,p,li,a,button,summary,cite,small,span,blockquote,strong,em):not(svg *){font-family:var(--st-font)}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) :is(h1,h2){font-size:var(--st-title);font-weight:650;line-height:1.12;letter-spacing:-.045em}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) h3{font-size:var(--st-subtitle);font-weight:600;line-height:1.2;letter-spacing:-.03em}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) :is(p,li){font-size:var(--st-body);line-height:1.55}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) :is(button,.dk-info,.ns-set-button,.nv-hero-shop){font-size:var(--st-control);font-weight:600;line-height:1.35}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) summary{font-size:var(--st-body);font-weight:600;line-height:1.4}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) :is(.sr-quote p,blockquote){font-size:var(--st-quote);font-weight:500;line-height:1.4;letter-spacing:-.025em}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) :is(.dk-price strong,.ns-set-price){font-size:var(--st-price);font-weight:650;line-height:1.2;letter-spacing:-.04em}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) :is(.dk-tax,.ns-tax,.dk-delivery,.dk-status,.kgf-note,.nt-name,.dk-label,.sr-mobile-topic,.kgf-kicker,.sr-copy>span,.nf-faq-heading>p,.dk-promises>div,.dk-promises strong){font-size:var(--st-small);line-height:1.45}
#content-wrapper:has(> #discman-kaufen) > :is(.nv,.sr,.dv,.dk,.nt-section,.ns-sets,.nf-faq,.kgf) :is(.sr-quote>span,.sr-cycle strong){font-family:var(--st-font)}
@media(max-width:760px){
 #content-wrapper:has(> #discman-kaufen){--st-title:32px;--st-subtitle:26px;--st-body:18px;--st-quote:24px;--st-price:32px}
}

:where(.kgf){--ink:#19171e;--muted:#67616f;--purple:#79528e;--accent:#b590cc;--paper:#f5f3f6;--line:#ded9e3;color:var(--ink);font-family:inherit;line-height:1.55;box-sizing:border-box;position:relative;isolation:isolate}
:where(.kgf) *{box-sizing:border-box}:where(.kgf) a{color:inherit}:where(.kgf) .kgf-wrap{width:min(1180px,calc(100% - 64px));margin:auto}:where(.kgf) .kgf-pad{padding-block:96px}:where(.kgf) h1,:where(.kgf) h2,:where(.kgf) h3,:where(.kgf) p{margin:0}:where(.kgf) h1,:where(.kgf) h2,:where(.kgf) h3{font-family:inherit;letter-spacing:-.035em;line-height:1.06;font-weight:600;text-wrap:balance}:where(.kgf) h2{font-size:clamp(34px,4.4vw,62px);max-width:820px}:where(.kgf) h3{font-size:25px;line-height:1.18}:where(.kgf) p{font-size:18px;max-width:640px}:where(.kgf) p+p{margin-top:18px}:where(.kgf) .kgf-kicker{display:block;font-size:16px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;margin-bottom:23px;color:var(--purple)}:where(.kgf) .kgf-lead{font-size:21px;line-height:1.6;margin-top:26px}:where(.kgf) .kgf-muted{color:var(--muted)}:where(.kgf) .kgf-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:30px}:where(.kgf) .kgf-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:52px;padding:14px 25px;background:var(--purple);border:1px solid var(--purple);color:white;text-decoration:none;font-size:16px;font-weight:600;border-radius:3px;transition:background .18s,transform .18s}:where(.kgf) .kgf-btn:hover{background:#654078;transform:translateY(-2px)}:where(.kgf) .kgf-link{font-size:16px;text-underline-offset:5px;padding:12px 0}:where(.kgf) a:focus-visible,:where(.kgf) summary:focus-visible{outline:3px solid #b48bd0;outline-offset:5px}:where(.kgf) .kgf-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}:where(.kgf) .kgf-three{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}:where(.kgf) img{display:block;width:100%;height:auto}:where(.kgf) .kgf-note{font-size:16px;line-height:1.6;color:var(--muted)}:where(.kgf) .kgf-rule{border-top:1px solid var(--line);padding-top:24px;margin-top:28px}:where(.kgf)[id]{scroll-margin-top:30px}
@media(max-width:760px){:where(.kgf) .kgf-wrap{width:calc(100% - 36px)}:where(.kgf) .kgf-pad{padding-block:64px}:where(.kgf) .kgf-grid,:where(.kgf) .kgf-three{grid-template-columns:1fr;gap:30px}:where(.kgf) h2{font-size:38px}:where(.kgf) p{font-size:17px}:where(.kgf) .kgf-lead{font-size:19px}:where(.kgf) .kgf-actions{gap:10px}:where(.kgf) .kgf-btn{padding-inline:18px}}
@media(prefers-reduced-motion:reduce){:where(.kgf) *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}


.kgf h1,.kgf h2,.kgf h3{color:inherit}.kgf .kgf-pad{padding-block:64px}@media(max-width:760px){.kgf .kgf-pad{padding-block:42px}}


.kgf-believe{background:#ede6f2;text-align:center}.kgf-believe blockquote{font:inherit;font-size:clamp(29px,3.6vw,47px);line-height:1.2;letter-spacing:-.025em;color:#422e50;max-width:930px;margin:0 auto 22px;border:0;padding:0;text-wrap:balance}.kgf-believe .kgf-note{max-width:none;font-size:16px}.kgf-believe .kgf-btn{margin-top:26px}.kgf-believe .kgf-kicker{font-size:16px}

#content-wrapper > #content:not(:has(.page-body > *)){display:none}
