/* TVUJORIGINAL.CZ – PRODUCT STORY v1.12 */
.to-product-story,
.to-product-story * {
  box-sizing: border-box;
}

.to-product-story {
  --to-text: #2d2925;
  --to-muted: #6d655e;
  --to-beige: #f6f0e9;
  --to-pink: #fff4f4;
  --to-accent: #b6a99a;
  width: 100%;
  margin: 0;
  color: var(--to-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.7;
  overflow: hidden;
}

.to-product-story h2,
.to-product-story h3,
.to-product-story p,
.to-product-story figure {
  margin-top: 0;
}

.to-product-story__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 28px;
}

.to-product-story__intro {
  padding: 64px 0 76px;
  text-align: center;
}

.to-product-story__eyebrow {
  margin: 0 0 12px;
  color: #887b70;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.to-product-story__intro h2 {
  max-width: 900px;
  margin: 0 auto 22px;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.to-product-story__lead {
  max-width: 800px;
  margin: 0 auto;
  color: var(--to-muted);
  font-size: clamp(18px, 1.8vw, 21px);
}

.to-product-story__section {
  padding: 72px 0;
}

.to-product-story__section--beige {
  background: linear-gradient(
    90deg,
    rgba(246,240,233,0),
    rgba(246,240,233,.92) 20%,
    rgba(246,240,233,.92) 80%,
    rgba(246,240,233,0)
  );
}

.to-product-story__section--pink {
  background: linear-gradient(
    90deg,
    rgba(255,244,244,0),
    rgba(255,244,244,.92) 20%,
    rgba(255,244,244,.92) 80%,
    rgba(255,244,244,0)
  );
}

.to-product-story__row {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.to-product-story__row--reverse .to-product-story__image {
  order: 2;
}

.to-product-story__row--reverse .to-product-story__copy {
  order: 1;
}

.to-product-story__image {
  margin: 0;
}

.to-product-story__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 590px;
  object-fit: contain;
}

.to-product-story__copy h3 {
  margin: 0 0 16px;
  font-size: clamp(29px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.to-product-story__copy p {
  margin: 0 0 16px;
  color: var(--to-muted);
}

.to-product-story__copy p:last-child {
  margin-bottom: 0;
}

.to-product-story__highlight {
  color: var(--to-text) !important;
  font-size: 19px;
  font-weight: 400;
}

.to-product-story__highlight strong {
  color: var(--to-text);
  font-weight: 750;
}

.to-product-story__link {
  display: inline-block;
  margin-top: 4px;
  color: var(--to-text);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.to-product-story__link:hover {
  opacity: .72;
}

.to-product-story__cta {
  padding: 84px 0 58px;
  text-align: center;
}

.to-product-story__cta-symbol {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--to-beige);
  font-size: 25px;
}

.to-product-story__cta h3 {
  max-width: 780px;
  margin: 0 auto 15px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.to-product-story__cta p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--to-muted);
  font-size: 18px;
}

.to-product-story__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--to-text);
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.to-product-story__button::after {
  content: "↑";
  font-size: 20px;
}

.to-product-story__signature {
  padding: 58px 0 72px;
  background: linear-gradient(
    90deg,
    rgba(246,240,233,0),
    rgba(246,240,233,.82) 25%,
    rgba(246,240,233,.82) 75%,
    rgba(246,240,233,0)
  );
  text-align: center;
}

.to-product-story__signature h3 {
  margin: 0 0 7px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.2;
}

.to-product-story__brand {
  margin: 0 0 20px !important;
  color: var(--to-text) !important;
  font-weight: 800;
}

.to-product-story__quote {
  max-width: 820px;
  margin: 0 auto !important;
  color: #5f5750 !important;
  font-size: clamp(17px, 1.7vw, 20px);
  font-style: italic;
}

@media (max-width: 820px) {
  .to-product-story__inner {
    padding: 0 20px;
  }

  .to-product-story__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .to-product-story__row--reverse .to-product-story__image,
  .to-product-story__row--reverse .to-product-story__copy {
    order: initial;
  }

  .to-product-story__image img {
    max-height: none;
  }
}

@media (max-width: 560px) {
  .to-product-story {
    font-size: 16px;
  }

  .to-product-story__inner {
    padding: 0 15px;
  }

  .to-product-story__intro {
    padding: 44px 0 54px;
  }

  .to-product-story__section {
    padding: 52px 0;
  }

  .to-product-story__cta {
    padding: 62px 0 44px;
  }

  .to-product-story__signature {
    padding: 46px 0 54px;
  }
}


/* Pokračování příběhu */
.to-product-story__more-wrap {
  position: relative;
}

.to-product-story__more {
  display: none;
}

.to-product-story__more.is-open {
  display: block;
  animation: toStoryReveal .45s ease;
}

.to-product-story__continue {
  position: relative;
  margin: -8px 0 18px;
  padding: 70px 20px 26px;
  text-align: center;
  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0),
      rgba(255,255,255,.94) 42%,
      #fff 72%
    );
}

.to-product-story__continue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(720px, 84%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(182,169,154,0),
    rgba(182,169,154,.55),
    rgba(182,169,154,0)
  );
}

.to-product-story__continue p {
  margin: 0 0 14px;
  color: var(--to-muted);
  font-size: 16px;
}

.to-product-story__continue-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid rgba(182,169,154,.55);
  background: #fff;
  color: var(--to-text);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.to-product-story__continue-button:hover {
  background: var(--to-beige);
  border-color: var(--to-accent);
}

.to-product-story__continue-button::after {
  content: "↓";
  font-size: 18px;
  transition: transform .2s ease;
}

.to-product-story__continue-button[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.to-product-story__continue.is-hidden {
  display: none;
}

@keyframes toStoryReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 560px) {
  .to-product-story__continue {
    padding-top: 54px;
  }

  .to-product-story__continue-button {
    width: 100%;
    justify-content: center;
  }
}


/* Obrázky pokračování se fyzicky načtou až po kliknutí. */
.to-product-story__deferred-image {
  opacity: 0;
  transition: opacity .35s ease;
}

.to-product-story__deferred-image[src] {
  opacity: 1;
}
