:root {
  --concept-ink: #1e2926;
  --concept-paper: #f7f5ef;
  --concept-muted: #5f6965;
  --concept-line: #cfd6d1;
  --concept-primary: #c64234;
  --concept-primary-hover: #a93429;
  --concept-secondary: #176f64;
  --concept-focus: #edc34f;
  --play-green: #176f64;
  --play-forest: #173d38;
  --play-coral: #c64234;
  --play-gold: #a97716;
  --play-blue: #4c7a85;
  --play-page: #f7f5ef;
}

.play-page {
  color: var(--concept-ink);
  background: var(--play-page);
}

.play-page .concept-header {
  --concept-header-bg: #f7f5ef;
  --concept-header-line: #d7d9d3;
}

.play-page .concept-header-inner {
  min-height: 58px;
}

.play-page .concept-header img {
  width: 150px;
}

.play-hero {
  --play-hero-image-height: clamp(250px, 68vw, 350px);
  min-height: 0;
  padding-bottom: var(--play-hero-image-height);
  color: var(--concept-ink);
  background: var(--play-page);
}

.play-hero-photo {
  top: auto;
  height: var(--play-hero-image-height);
  overflow: hidden;
  border-top: 1px solid #d7d9d3;
}

.play-hero-photo picture,
.play-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
}

.play-hero-photo img {
  object-fit: cover;
  object-position: center 56%;
  filter: saturate(.86) contrast(.98) brightness(1.03);
  transform: scale(1.015);
}

.play-hero-wash {
  bottom: var(--play-hero-image-height);
  background: var(--play-page);
}

.play-hero-bars {
  display: none;
}

.play-photo-label {
  position: absolute;
  right: 12px;
  bottom: 10px;
  padding: 4px 7px;
  color: #46504d;
  background: rgba(247, 245, 239, .94);
  font-size: .58rem;
}

.play-photo-label.ki-badge {
  right: 12px;
  bottom: 10px;
  padding: 4px 7px;
  border-radius: 0;
  color: #46504d;
  background: rgba(247, 245, 239, .94);
  font-size: .58rem;
  font-weight: 400;
  letter-spacing: 0;
}

.play-hero-content {
  position: relative;
  z-index: 6;
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  padding: 38px 0 34px;
}

.play-eyebrow,
.play-kicker {
  margin: 0 0 10px;
  color: var(--play-green);
  font-size: .7rem;
  font-weight: 850;
}

.play-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--concept-ink);
  font-size: clamp(2.45rem, 10.5vw, 5.25rem);
  font-weight: 820;
  line-height: 1;
}

.play-lead {
  max-width: 570px;
  margin-bottom: 24px;
  color: #45514d;
  font-size: 1rem;
}

.play-byline {
  max-width: 620px;
  margin-bottom: 5px;
  padding-top: 16px;
  color: #4f5b57;
  border-top: 1px solid #d6d7d1;
  font-size: .78rem;
}

.play-byline a {
  color: var(--play-green);
  font-weight: 850;
}

.play-hero .concept-disclosure {
  max-width: 620px;
  color: #68716d;
}

.play-moments {
  position: sticky;
  z-index: 14;
  top: 0;
  padding: 0;
  background: rgba(255, 255, 255, .97);
  border-top: 1px solid #d7ddd8;
  border-bottom: 1px solid #cfd6d1;
  box-shadow: 0 5px 18px rgba(27, 49, 44, .06);
}

.play-moments .concept-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.play-moments a {
  min-width: 0;
  min-height: 64px;
  padding: 8px 4px;
  position: relative;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  color: #42514d;
  border-right: 1px solid #e0e4e1;
  font-size: .66rem;
  font-weight: 780;
  line-height: 1.15;
  text-decoration: none;
}

.play-moments a:last-child {
  border-right: 0;
}

.play-moments a::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -1px;
  left: 8px;
  height: 3px;
  background: transparent;
}

.play-moments span {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  color: var(--play-green);
  border: 1px solid #9eb9b3;
  border-radius: 50%;
  font-size: .58rem;
  font-weight: 900;
}

.play-moments a[aria-current="location"] {
  color: var(--play-forest);
}

.play-moments a[aria-current="location"]::after {
  background: var(--play-green);
}

.play-moments a[aria-current="location"] span {
  color: #ffffff;
  background: var(--play-green);
  border-color: var(--play-green);
}

.play-chapter {
  --chapter-accent: var(--play-green);
  scroll-margin-top: 72px;
  padding: 76px 0;
  background: var(--play-page);
  border-bottom: 1px solid #d8dad5;
}

.play-chapter--sun {
  --chapter-accent: var(--play-gold);
  background: #f4f1e8;
}

.play-chapter--sky {
  --chapter-accent: var(--play-blue);
  background: #eef2f0;
}

.play-chapter-mark {
  top: 22px;
  right: 10px;
  bottom: auto;
  left: auto;
  color: transparent;
  font-size: 8.5rem;
  font-weight: 850;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(42, 80, 72, .12);
}

.play-chapter article {
  position: relative;
  display: grid;
  gap: 34px;
}

.play-story {
  padding-top: 18px;
  border-top: 4px solid var(--chapter-accent);
}

.play-story .play-kicker {
  color: var(--chapter-accent);
}

.play-story h2 {
  max-width: 690px;
  margin-bottom: 16px;
  color: var(--concept-ink);
  font-size: clamp(2rem, 8.3vw, 3.8rem);
  font-weight: 820;
  line-height: 1.02;
}

.play-scene-copy {
  max-width: 590px;
  margin-bottom: 30px;
  color: #4e5b57;
  font-size: .96rem;
}

.play-pick {
  padding: 17px 0 0 16px;
  border-top: 1px solid rgba(48, 82, 74, .2);
  border-left: 2px solid var(--chapter-accent);
}

.play-pick > p:first-child {
  margin-bottom: 5px;
  color: #66716d;
  font-size: .65rem;
  font-weight: 850;
}

.play-pick h3 {
  margin-bottom: 7px;
  color: var(--concept-ink);
  font-size: clamp(1.45rem, 6vw, 2.15rem);
  font-weight: 820;
  line-height: 1.06;
}

.play-pick > p:last-child {
  margin: 0;
  max-width: 540px;
  color: #4f5c58;
  font-size: .88rem;
}

.play-offer {
  align-self: end;
  padding: 20px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid #cfd6d1;
  border-top: 4px solid var(--chapter-accent);
  border-radius: 3px;
  box-shadow: 0 12px 32px rgba(31, 55, 49, .07);
}

.play-offer-name {
  margin-bottom: 0;
  color: #34423e;
  font-size: .78rem;
  font-weight: 820;
}

.play-fit {
  margin: 15px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.play-fit div {
  padding-top: 10px;
  border-top: 1px solid #e0e4e1;
}

.play-fit dt,
.play-fit dd {
  margin: 0;
}

.play-fit dt {
  color: var(--chapter-accent);
  font-size: .64rem;
  font-weight: 900;
}

.play-fit dd {
  margin-top: 3px;
  color: #45524e;
  font-size: .75rem;
  line-height: 1.42;
}

.play-evidence {
  margin: 8px 0 0;
  color: #68736f;
  font-size: .7rem;
  line-height: 1.4;
}

.play-page .kw-live-offer {
  margin: 18px 0;
  padding: 14px 0;
}

.play-page .kw-offer-media {
  align-self: end;
  width: min(100%, 330px);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(48, 82, 74, .18);
  border-radius: 3px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 54px rgba(35, 64, 57, .09);
}

@media (min-width: 769px) {
  .play-page .pilot-product:has(.kw-offer-media) {
    grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr);
  }

  .play-page .play-chapter--sun .pilot-product:has(.kw-offer-media) .kw-offer-media {
    grid-column: 1;
    grid-row: 1;
  }

  .play-page .play-chapter--sun .pilot-product:has(.kw-offer-media) .play-story {
    grid-column: 2;
  }
}

.play-page .kw-live-offer-total {
  font-size: 1.15rem;
}

.play-page .concept-btn {
  min-height: 54px;
  border-radius: 3px;
}

.play-recap {
  padding: 76px 0;
  color: #ffffff;
  background: var(--play-forest);
}

.play-recap .play-kicker {
  color: #e2bd63;
}

.play-recap h2 {
  max-width: 720px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(2rem, 8vw, 3.8rem);
  font-weight: 820;
  line-height: 1.02;
}

.play-recap-list {
  display: grid;
  border-top: 1px solid #527069;
}

.play-recap-list a {
  min-height: 78px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  color: #ffffff;
  border-bottom: 1px solid #527069;
  text-decoration: none;
}

.play-recap-list span {
  color: #e2bd63;
  font-size: .64rem;
  font-weight: 850;
}

.play-recap-list strong {
  font-size: 1rem;
}

.play-recap-list small {
  grid-column: 2;
  color: #bfd0cb;
}

.play-more-products {
  margin: 26px 0 0;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.play-more-products span {
  color: #aebfba;
  font-size: .61rem;
  font-weight: 850;
}

.play-more-products a {
  color: #ffffff;
  font-size: .82rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.play-check {
  padding: 68px 0;
  background: var(--play-page);
}

.play-check .concept-container {
  max-width: 760px;
}

.play-check h2 {
  margin-bottom: 18px;
  color: var(--concept-ink);
  font-size: clamp(1.8rem, 7.5vw, 3rem);
  line-height: 1.06;
}

.play-check > .concept-container > p {
  margin: 24px 0 0;
  color: #6a736f;
  font-size: .78rem;
}

.play-check--seo > .concept-container > p:first-of-type {
  margin: 0 0 24px;
  color: #4d5955;
  font-size: .96rem;
}

.play-related {
  padding-top: 22px;
  border-top: 1px solid #d7ddd8;
}

.play-related a,
.play-method a {
  color: var(--play-green);
  font-weight: 800;
}

.play-page .concept-footer {
  border-top: 4px solid var(--play-coral);
}

@media (hover: hover) and (pointer: fine) {
  .play-moments a:hover {
    color: var(--play-green);
    background: #f4f7f5;
  }

  .play-moments a:hover span {
    border-color: var(--play-green);
  }

  .play-recap-list a:hover strong,
  .play-more-products a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

@media (min-width: 560px) {
  .play-fit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .play-hero {
    --play-hero-image-height: clamp(350px, 28vw, 420px);
  }

  .play-hero-content {
    padding: 58px 0 48px;
  }

  .play-hero h1 {
    max-width: 850px;
  }

  .play-moments a {
    min-height: 62px;
    grid-template-columns: 29px 1fr;
    gap: 9px;
    padding: 8px 18px;
    font-size: .82rem;
  }

  .play-moments span {
    width: 29px;
    height: 29px;
    font-size: .63rem;
  }

  .play-chapter {
    scroll-margin-top: 70px;
    padding: 110px 0;
  }

  .play-chapter-mark {
    top: 54px;
    right: 5vw;
    font-size: 17rem;
  }

  .play-chapter article {
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
    gap: 76px;
    align-items: end;
  }

  .play-chapter--sun article {
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  }

  .play-chapter--sun .play-story {
    grid-column: 2;
  }

  .play-chapter--sun .play-offer {
    grid-column: 1;
    grid-row: 1;
  }

  .play-story {
    padding-top: 24px;
  }

  .play-offer {
    padding: 24px;
  }

  .play-recap-list a {
    grid-template-columns: 120px 220px 1fr;
  }

  .play-recap-list small {
    grid-column: auto;
  }
}

@media (min-width: 1080px) {
  .play-hero-content::after {
    content: "3 MOMENTE / 3 EMPFEHLUNGEN";
    position: absolute;
    right: 0;
    bottom: 52px;
    color: #7d8581;
    font-size: .64rem;
    font-weight: 850;
    writing-mode: vertical-rl;
  }
}

/* Main article: compact orientation first, then one consistent product stage. */
.play-page--compact-hero .play-hero {
  min-height: 0;
  padding: 0;
  color: var(--concept-ink);
  background: #eef2ef;
  border-bottom: 1px solid #cfd8d3;
}

.play-page--compact-hero .play-hero-content {
  width: min(100% - 32px, 980px);
  padding: 34px 0 30px;
}

.play-breadcrumb {
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #69736f;
  font-size: .7rem;
}

.play-breadcrumb a {
  color: var(--play-green);
  font-weight: 760;
  text-decoration: none;
}

.play-page--compact-hero .play-hero h1 {
  max-width: 820px;
  font-size: clamp(2.3rem, 8.5vw, 4.65rem);
  line-height: 1.02;
}

.play-page--compact-hero .play-lead {
  margin-bottom: 18px;
}

.play-hero-facts {
  max-width: 760px;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.play-hero-facts li {
  min-height: 32px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  color: #31554e;
  background: rgba(255, 255, 255, .72);
  border: 1px solid #c7d5d0;
  border-radius: 3px;
  font-size: .7rem;
  font-weight: 780;
}

.play-page--compact-hero .play-byline {
  margin-bottom: 5px;
  padding-top: 14px;
}

.play-page--compact-hero .play-hero-content::after {
  display: none;
}

.play-page--compact-hero .pilot-product:has(.kw-offer-media) .play-story {
  order: 1;
}

.play-page--compact-hero .pilot-product:has(.kw-offer-media) .kw-offer-media {
  order: 2;
  width: 100%;
  max-width: none;
  aspect-ratio: 4 / 3;
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d8ddd9;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: none;
  text-decoration: none;
}

.play-page--compact-hero .kw-offer-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.play-page--compact-hero .pilot-product:has(.kw-offer-media) .play-offer {
  order: 3;
}

@media (min-width: 769px) {
  .play-page--compact-hero .play-hero-content {
    padding: 52px 0 44px;
  }

  .play-page--compact-hero .pilot-product:has(.kw-offer-media) {
    grid-template-columns: minmax(0, 1.14fr) minmax(310px, .86fr);
    grid-template-areas:
      "story media"
      "story offer";
    gap: 18px 64px;
    align-items: start;
  }

  .play-page--compact-hero .pilot-product:has(.kw-offer-media) .play-story,
  .play-page--compact-hero .play-chapter--sun .pilot-product:has(.kw-offer-media) .play-story {
    grid-area: story;
  }

  .play-page--compact-hero .pilot-product:has(.kw-offer-media) .kw-offer-media,
  .play-page--compact-hero .play-chapter--sun .pilot-product:has(.kw-offer-media) .kw-offer-media {
    grid-area: media;
  }

  .play-page--compact-hero .pilot-product:has(.kw-offer-media) .play-offer,
  .play-page--compact-hero .play-chapter--sun .pilot-product:has(.kw-offer-media) .play-offer {
    grid-area: offer;
  }
}
