:root {
  /* Luminozitatea tuturor copertelor:
     1.00 = normal
     1.05 = +5%
     1.08 = +8%
     1.10 = +10%
     1.15 = +15%
  */
  --cover-brightness: 1.20;
}

html {
  scroll-behavior: smooth;
}

blockquote {
  margin: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* ---------- Luminozitatea tuturor copertelor ---------- */

.cover-link img,
.series-card__cover img {
  filter: brightness(var(--cover-brightness));
}


/* ---------- Social proof ---------- */

.reviews {
  padding-block: 48px;
  background: var(--paper-light);
}

.section-kicker {
  margin: 0;
  color: var(--wine);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.reviews__grid {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.review-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--white);
}

.stars {
  color: #d59d2a;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.review-card blockquote {
  margin-top: 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.45;
}

.review-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}


/* ---------- Poveste ---------- */

.story {
  padding-block: 58px;
  background: var(--paper);
}

.story__grid {
  display: grid;
  gap: 28px;
}

.story .section-kicker {
  text-align: left;
}

.story h2,
.section-heading h2,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  text-wrap: balance;
}

.story h2 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-size: clamp(2rem, 9vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.story__copy > p:not(.section-kicker):not(.content-advisory) {
  max-width: 700px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.content-advisory {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.content-advisory span {
  margin-inline: 2px;
  color: var(--gold);
}

.story__quote {
  padding: 22px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.35;
}


/* ---------- Seria ---------- */

.series {
  padding-block: 58px;
  overflow: hidden;
  background: var(--paper-dark);
}

.section-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 9px 0 0;
  font-size: clamp(2rem, 9vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.section-heading > p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
}

.series__scroller {
  width: calc(100% + 14px);
  margin-top: 28px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 128px;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 14px 12px 0;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.series-card {
  scroll-snap-align: start;
  text-align: center;
}

.series-card__cover {
  aspect-ratio: 2 / 3;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(23, 32, 42, 0.08);
  box-shadow: 0 9px 22px rgba(15, 22, 29, 0.12);
}

.series-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.series-card strong {
  display: block;
  margin-top: 9px;
  font-size: 0.78rem;
}

.series-card span {
  display: block;
  margin-top: 2px;
  color: var(--wine);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.35;
}

.series-card--start .series-card__cover {
  outline: 3px solid var(--wine);
  outline-offset: 3px;
}


/* ---------- CTA final ---------- */

.final-cta {
  padding-block: 52px;
  background: var(--wine);
  color: var(--white);
}

.final-cta__inner {
  display: grid;
  gap: 22px;
}

.final-cta .section-kicker {
  color: var(--gold-light);
  text-align: left;
}

.final-cta h2 {
  margin: 8px 0 0;
  font-size: clamp(2.2rem, 10vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.final-cta p:not(.section-kicker) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.button--light {
  width: 100%;
  background: var(--paper-light);
  color: var(--wine-dark);
}


/* ---------- Footer ---------- */

.site-footer {
  padding-block: 28px;
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.site-footer p {
  margin: 0;
  font-size: 0.70rem;
  text-align: right;
}


/* ---------- Focus ---------- */

.header-button:focus-visible,
.button:focus-visible,
.cover-link:focus-visible,
.series-card__cover:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}


/* ---------- Tabletă / desktop: conținut sub fold ---------- */

@media (min-width: 700px) {
  .reviews {
    padding-block: 60px;
  }

  .reviews__grid {
    margin-top: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .review-card {
    padding: 24px;
  }

  .review-card blockquote {
    font-size: 1.13rem;
  }

  .story {
    padding-block: 82px;
  }

  .story__grid {
    grid-template-columns:
      minmax(0, 1.35fr)
      minmax(260px, 0.65fr);
    align-items: center;
    gap: clamp(50px, 8vw, 100px);
  }

  .story h2 {
    font-size: clamp(2.8rem, 4vw, 4.1rem);
  }

  .story__quote {
    padding: 30px;
    font-size: 1.65rem;
  }

  .series {
    padding-block: 78px;
  }

  .section-heading h2 {
    font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  }

  .series__scroller {
    width: 100%;
    margin-top: 38px;
    grid-auto-flow: initial;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .final-cta {
    padding-block: 70px;
  }

  .final-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 50px;
  }

  .final-cta h2 {
    font-size: clamp(3rem, 5vw, 4.5rem);
  }

  .button--light {
    width: auto;
    min-width: 210px;
  }
}

@media (min-width: 1024px) {
  .review-card {
    min-height: 155px;
  }

  .series__scroller {
    gap: 18px;
  }
}


/* ---------- Hover doar unde există hover real ---------- */

@media (hover: hover) and (pointer: fine) {
  .header-button,
  .button,
  .cover-link,
  .series-card__cover {
    transition:
      transform 160ms ease,
      background-color 160ms ease,
      box-shadow 160ms ease;
  }

  .header-button:hover,
  .button--primary:hover {
    background: var(--wine-dark);
  }

  .header-button:hover,
  .button:hover {
    transform: translateY(-2px);
  }

  .cover-link:hover {
    transform: translateY(-4px);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06),
      0 15px 34px rgba(0, 0, 0, 0.36),
      0 30px 68px rgba(0, 0, 0, 0.46);
  }

  .series-card__cover:hover {
    transform: translateY(-3px);
  }
}


/* ---------- Reducerea animațiilor ---------- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}