/* Sunset Cinema: the homepage has its own cinematic layout. */
.sc-home-edition { --home-line: #ffffff14; --home-muted: #b1b0b5; }
.sc-home-edition .sc-home-main { max-width: 1464px; padding-top: 109px; }
.sc-home-edition .sc-home-intro { margin-bottom: 20px; gap: 16px; }
.sc-home-edition .sc-home-intro h1 { font-size: 18px; font-weight: 600; letter-spacing: -.35px; }
.sc-home-edition .sc-home-intro a { font-size: 14px; color: var(--home-muted); }
.sc-home-edition #hdr.sc-header { background: #111114dc; border-color: #ffffff10; backdrop-filter: blur(24px) saturate(130%); }
.sc-home-edition .sc-nav a[aria-current]::after { height: 3px; border-radius: 4px 4px 0 0; }
.sc-home-edition .sc-hero { isolation: isolate; min-height: 520px; border-radius: 22px; border: 1px solid #ffffff17; background: #19191e; box-shadow: 0 28px 70px #0003; }
.sc-home-edition .sc-hero-slide { position: relative; display: flex; align-items: center; min-height: 520px; height: auto; overflow: hidden; background: #17171b; }
.sc-home-edition .sc-hero-visual { position: absolute; inset: 0; z-index: 0; }
.sc-home-edition .sc-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 35%; }
.sc-home-edition .sc-hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #111115fa 0%, #111115da 28%, #11111577 55%, #1111150a 100%), linear-gradient(0deg, #111115d9, transparent 50%); }
.sc-home-edition .is-poster { background: radial-gradient(ellipse at 77% 45%, #3c2d29 0, #1c1b20 44%, #17171b 76%); }
.sc-home-edition .is-poster .sc-hero-visual { inset: 28px 35px 82px auto; width: 42%; }
.sc-home-edition .is-poster .sc-hero-image { object-fit: contain; object-position: center; filter: drop-shadow(0 14px 22px #0007); border-radius: 8px; }
.sc-home-edition .is-poster .sc-hero-shade { background: linear-gradient(90deg,#17171b99,transparent 66%); }
.sc-home-edition .sc-hero-content { position: relative; z-index: 2; width: 63%; max-width: 800px; padding: 45px 52px 92px; }
.sc-home-edition .is-poster .sc-hero-content { width: 57%; }
.sc-home-edition .sc-hero-label { display: inline-flex; align-items: center; width: fit-content; font-size: 12px; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; font-weight: 750; color: #ffc4a8; background: #11111555; border: 1px solid #ffffff26; border-radius: 8px; padding: 7px 11px; margin: 0 0 22px; backdrop-filter: blur(16px); }
.sc-home-edition .sc-hero-title { font-size: clamp(32px,3.6vw,54px); font-weight: 800; line-height: 1.1; letter-spacing: -.04em; margin: 0 0 21px; text-wrap: balance; overflow-wrap: anywhere; color: #fff; }
.sc-home-edition .sc-hero-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; font-size: 14px; color: #dedcdf; }
.sc-home-edition .sc-hero-meta strong { display: inline-flex; align-items: center; gap: 6px; color: #b1e7c4; }
.sc-home-edition .sc-hero-meta strong svg { fill: currentColor; }
.sc-home-edition .sc-quality-tag, .sc-home-edition .sc-age { border: 1px solid #ffffff30; border-radius: 5px; padding: 1px 6px; font-size: 12px; line-height: 1.7; }
.sc-home-edition .sc-hero-genres { margin-top: 15px; font-size: 14px; color: #bab8be; }
.sc-home-edition .sc-hero-description { font-size: 16px; line-height: 1.7; color: #cfced3; margin: 13px 0 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-width: 540px; }
.sc-home-edition .sc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.sc-home-edition .sc-button { min-height: 48px; border-radius: 10px; padding: 12px 23px; font-size: 14px; font-weight: 750; transition: background .18s, border-color .18s, transform .18s; }
.sc-home-edition .sc-hero-actions .sc-button:first-child { color: #28170f; background: #ff996e; box-shadow: inset 0 1px #ffddbfaa; }
.sc-home-edition .sc-hero-actions .sc-button:first-child svg { fill: currentColor; }
.sc-home-edition .sc-button-secondary { background: #ffffff0e; border: 1px solid #ffffff2a; backdrop-filter: blur(18px) saturate(135%); color: #f6f3f1; box-shadow: inset 0 1px #ffffff0b; }
.sc-home-edition .sc-button:hover { transform: translateY(-1px); }
.sc-home-edition .sc-button-secondary:hover { background: #ffffff19; border-color: #ffffff40; }
.sc-home-edition .sc-trend-credit { display: inline-block; color: #aaa7af; font-size: 12px; margin-top: 16px; text-underline-offset: 3px; }
.sc-home-edition .sc-trend-credit:hover { color: #fff; text-decoration: underline; }
.sc-home-edition .sc-hero-controls { position: absolute; z-index: 4; left: 52px; right: 32px; bottom: 21px; display: flex; align-items: center; gap: 12px; }
.sc-home-edition .sc-hero-dots { display: flex; gap: 4px; margin-right: auto; }
.sc-home-edition .sc-hero-dots button { display: flex; align-items: center; justify-content: center; width: 40px; height: 44px; padding: 0; }
.sc-home-edition .sc-hero-dots button span { display: block; width: 27px; height: 3px; border-radius: 4px; background: #ffffff42; transition: width .2s, background .2s; }
.sc-home-edition .sc-hero-dots button[aria-current="true"] span { width: 35px; background: #ff996e; }
.sc-home-edition [data-hero-count] { color: #b5b2ba; font: 12px var(--fs); font-variant-numeric: tabular-nums; letter-spacing: .07em; margin-right: 7px; }
.sc-home-edition .sc-hero-controls > button { width: 44px; height: 44px; border: 1px solid #ffffff30; border-radius: 50%; display: grid; place-items: center; color: #eee; background: #ffffff08; backdrop-filter: blur(18px); }
.sc-home-edition .sc-hero-controls > button:hover { background: #ffffff22; }
.sc-home-edition .sc-hero-controls > [data-hero-prev] svg { transform: rotate(180deg); }
.sc-home-edition .sc-discovery { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 0 26px; border-bottom: 1px solid var(--home-line); margin-bottom: 37px; }
.sc-home-edition .sc-discovery > a { display: inline-flex; align-items: center; justify-content: center; flex: 1 1 160px; gap: 11px; min-height: 48px; padding: 11px 16px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #d3d0d5; }
.sc-home-edition .sc-discovery > a > span { display: inline; width: auto; height: auto; background: none; padding: 0; border: 0; border-radius: 0; font-size: 14px; font-weight: 650; }
.sc-home-edition .sc-discovery > a > svg { display: block; width: 20px; height: 20px; color: #f5ac88; margin: 0; }
.sc-home-edition .sc-discovery > a:hover { border-color: #ffffff1f; background: #ffffff05; color: #fff; }
.sc-home-edition .sc-section { margin-bottom: 45px; }
.sc-home-edition .sc-section-head { align-items: flex-end; gap: 18px; margin-bottom: 21px; }
.sc-home-edition .sc-section-head > div:first-child { min-width: 0; }
.sc-home-edition .sc-section-head .sc-overline { color: #a7a4ae; font-size: 12px; line-height: 1.5; letter-spacing: .03em; text-transform: none; margin-bottom: 6px; }
.sc-home-edition .sc-section h2 { font-size: clamp(23px,2.3vw,30px); font-weight: 750; line-height: 1.2; letter-spacing: -.035em; }
.sc-home-edition .sc-shelf { grid-auto-columns: calc((100% - 110px)/6); gap: 22px; padding-top: 3px; padding-bottom: 14px; scroll-snap-type: x mandatory; scroll-padding: 4px; scrollbar-width: none; }
.sc-home-edition .sc-card { min-width: 0; scroll-snap-align: start; }
.sc-home-edition .sc-card-art { border-radius: 12px; border: 1px solid #ffffff10; background: #242329; box-shadow: 0 8px 22px #0002; }
.sc-home-edition .sc-card-art > img { object-fit: cover; transition: transform .3s ease; }
.sc-home-edition .sc-card-caption { padding: 12px 1px 0; }
.sc-home-edition .sc-card-caption h3 { font-size: 14px; line-height: 1.5; font-weight: 650; }
.sc-home-edition .sc-card-caption p { color: #aba7b0; font-size: 12px; margin-top: 5px; }
.sc-home-edition .sc-score { padding: 4px 7px; top: 10px; left: 9px; gap: 4px; border: 1px solid #ffffff35; border-radius: 6px; background: #191c22d9; color: #fff; backdrop-filter: blur(12px); font-size: 12px; font-weight: 750; }
.sc-home-edition .sc-score.is-high { color: #c6f2d5; background: #173526e8; border-color: #9fd9ae36; }
.sc-home-edition .sc-card-age { position: absolute; top: 10px; right: 9px; padding: 3px 5px; background: #151419b8; color: #e6e3e8; border: 1px solid #ffffff25; border-radius: 5px; font-size: 12px; backdrop-filter: blur(10px); }
.sc-home-edition .sc-kind { font-size: 12px; background: #141316cf; border: 1px solid #ffffff1f; border-radius: 5px; backdrop-filter: blur(12px); padding: 3px 7px; }
.sc-home-edition .sc-card-hover { background: linear-gradient(0deg,#0009,#0002); }
.sc-home-edition .sc-card-hover > svg { padding: 15px; background: #fff1e7; color: #261c17; }
.sc-home-edition .sc-shelf-tools { flex-shrink: 0; gap: 7px; }
.sc-home-edition .sc-shelf-tools button { width: 40px; height: 40px; border-color: #ffffff24; }
.sc-home-edition .sc-shelf-tools button:disabled { opacity: .25; cursor: default; }
.sc-home-edition .sc-more { font-size: 14px; white-space: nowrap; margin-right: 10px; }
.sc-home-edition .sc-animation-section { padding: 27px 28px 13px; border: 1px solid #ffffff14; border-radius: 18px; background: linear-gradient(115deg,#1d2425,#19191f 67%); }
.sc-home-edition .sc-animation-section .sc-overline { color: #b7d1ca; }
.sc-home-edition .sc-animation-section .sc-section-head h2 { color: #eef8f4; }
.sc-home-edition .sc-discover-banner { background: transparent; border-block: 1px solid var(--home-line); padding: 28px 0; margin: 3px 0 40px; border-radius: 0; gap: 25px; }
.sc-home-edition .sc-discover-banner .sc-overline { font-size: 12px; margin: 0 0 7px; color: #c3a594; }
.sc-home-edition .sc-discover-banner h2 { font-size: 25px; line-height: 1.25; margin: 7px 0 6px; letter-spacing: -.6px; }
.sc-home-edition .sc-discover-banner p { font-size: 14px; color: #aaa6ae; }
.sc-home-edition .sc-channel-logo { border-radius: 11px; background: #1b1b21; border-color: #ffffff13; transition: border-color .2s; }
.sc-home-edition .sc-channel-strip > a:hover .sc-channel-logo { border-color: #ff996e66; }
.sc-home-edition .sc-channel-strip strong { font-size: 14px; }
.sc-home-edition .sc-channel-strip small { color: #a6a2ac; }
.sc-trends-attribution { max-width: 1464px; padding: 0 28px 28px; margin: auto; color: #aaa6ae; }
@media (max-width:1180px) {
  .sc-home-edition .sc-hero-content { padding-left: 34px; width: 66%; }
  .sc-home-edition .is-poster .sc-hero-content { width: 61%; }
  .sc-home-edition .is-poster .sc-hero-visual { width: 38%; right: 20px; }
  .sc-home-edition .sc-hero-controls { left: 34px; }
  .sc-home-edition .sc-shelf { grid-auto-columns: calc((100% - 72px)/5); gap: 18px; }
}
@media (max-width:900px) {
  .sc-home-edition .sc-home-main { padding-top: 87px; }
  .sc-home-edition .sc-hero, .sc-home-edition .sc-hero-slide { min-height: 480px; }
  .sc-home-edition .sc-hero-content { padding: 32px 28px 90px; width: 68%; }
  .sc-home-edition .sc-hero-title { font-size: 36px; }
  .sc-home-edition .sc-hero-description { font-size: 16px; -webkit-line-clamp: 3; }
  .sc-home-edition .sc-shelf { grid-auto-columns: calc((100% - 48px)/4); gap: 16px; }
  .sc-home-edition .sc-discovery > a { flex-basis: 130px; }
  .sc-home-edition .sc-hero-controls { left: 28px; right: 24px; }
  .sc-home-edition .sc-bottom-nav { background: #17171cde; backdrop-filter: blur(24px) saturate(130%); border-color: #ffffff18; }
}
@media (max-width:600px) {
  .sc-home-edition .sc-home-intro { margin-bottom: 16px; }
  .sc-home-edition .sc-home-intro h1 { font-size: 16px; }
  .sc-home-edition .sc-home-intro a { font-size: 12px; gap: 5px; }
  .sc-home-edition .sc-hero { border-radius: 16px; }
  .sc-home-edition .sc-hero, .sc-home-edition .sc-hero-slide { min-height: 540px; }
  .sc-home-edition .sc-hero-slide { display: block; }
  .sc-home-edition .sc-hero-visual { inset: 0 0 auto; width: 100%; height: 365px; }
  .sc-home-edition .sc-hero-image { object-position: center top; }
  .sc-home-edition .is-poster .sc-hero-visual { inset: 18px 0 auto; width: 100%; height: 273px; }
  .sc-home-edition .sc-hero-shade { background: linear-gradient(0deg,#17171b 12%,#17171bf5 43%,#17171b40 78%,#17171b08); }
  .sc-home-edition .is-poster .sc-hero-shade { background: linear-gradient(0deg,#17171b 15%,#17171b 37%,transparent 70%); }
  .sc-home-edition .sc-hero-content, .sc-home-edition .is-poster .sc-hero-content { width: 100%; max-width: none; padding: 250px 21px 79px; }
  .sc-home-edition .is-poster .sc-hero-content { padding-top: 302px; }
  .sc-home-edition .sc-hero-label { font-size: 12px; letter-spacing: .04em; margin-bottom: 15px; padding: 5px 8px; }
  .sc-home-edition .sc-hero-title { font-size: 31px; letter-spacing: -.035em; margin-bottom: 15px; }
  .sc-home-edition .sc-hero-meta { gap: 7px 12px; font-size: 14px; }
  .sc-home-edition .sc-hero-description { font-size: 16px; line-height: 1.6; -webkit-line-clamp: 2; }
  .sc-home-edition .sc-hero-genres { font-size: 14px; margin-top: 11px; }
  .sc-home-edition .sc-hero-actions { margin-top: 21px; gap: 8px; }
  .sc-home-edition .sc-hero-actions .sc-button { flex: 1 1 auto; justify-content: center; min-height: 46px; padding: 11px 14px; font-size: 14px; }
  .sc-home-edition .sc-trend-credit { font-size: 12px; margin-top: 13px; }
  .sc-home-edition .sc-hero-controls { left: 17px; right: 17px; bottom: 14px; gap: 6px; }
  .sc-home-edition .sc-hero-dots { gap: 0; }
  .sc-home-edition .sc-hero-dots button { width: 30px; }
  .sc-home-edition .sc-hero-dots button span { width: 19px; }
  .sc-home-edition .sc-hero-dots button[aria-current="true"] span { width: 25px; }
  .sc-home-edition [data-hero-count] { margin-right: 3px; }
  .sc-home-edition .sc-discovery { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 7px; padding: 15px 0 21px; margin-bottom: 28px; }
  .sc-home-edition .sc-discovery > a { justify-content: flex-start; padding: 9px 10px; min-height: 45px; gap: 9px; }
  .sc-home-edition .sc-section { margin-bottom: 31px; }
  .sc-home-edition .sc-section h2 { font-size: 23px; }
  .sc-home-edition .sc-section-head { margin-bottom: 16px; gap: 12px; }
  .sc-home-edition .sc-section-head .sc-overline { font-size: 12px; margin-bottom: 7px; }
  .sc-home-edition .sc-shelf { grid-auto-columns: 43%; gap: 13px; margin-right: -16px; padding-right: 16px; }
  .sc-home-edition .sc-shelf-tools .sc-more { margin-right: 0; }
  .sc-home-edition .sc-card-art { border-radius: 10px; }
  .sc-home-edition .sc-card-caption h3 { font-size: 14px; }
  .sc-home-edition .sc-animation-section { margin-inline: -5px; padding: 20px 13px 7px; border-radius: 15px; }
  .sc-home-edition .sc-animation-section .sc-shelf { margin-right: -13px; padding-right: 13px; grid-auto-columns: 45%; }
  .sc-home-edition .sc-discover-banner { padding: 25px 0; align-items: flex-start; gap: 20px; margin-bottom: 31px; }
  .sc-home-edition .sc-discover-banner h2 { font-size: 24px; }
  .sc-home-edition .sc-discover-banner p { font-size: 14px; }
  .sc-home-edition .sc-channel-strip { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .sc-home-edition .sc-channel-strip strong { font-size: 12px; }
}
@media (hover:none) {
  .sc-home-edition .sc-card-hover { display: none; }
  .sc-home-edition .sc-card:hover .sc-card-art > img { transform: none; }
}
@media (prefers-reduced-motion:reduce) {
  .sc-home-edition *, .sc-home-edition *::before { scroll-behavior: auto !important; transition: none !important; }
}
