@font-face { font-family: Netflix; src: url('assets/netflix-regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Netflix; src: url('assets/netflix-medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: Netflix; src: url('assets/netflix-bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }
:root { color-scheme: dark; font-family: Netflix, 'Helvetica Neue', Arial, sans-serif; --gutter: 48px; --page: #141414; --cards: 5; }
* { box-sizing: border-box; }
body { margin: 0; color: #fff; background: radial-gradient(ellipse 130% 950px at 50% -300px, #703a24 10%, #141414 100%) no-repeat, #141414; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a, input, summary, select { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip-link { position: fixed; top: -70px; left: 20px; z-index: 100; padding: 12px; background: white; color: black; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; top: 0; left: 0; right: 0; height: 80px; padding: 0 var(--gutter); display: flex; align-items: center; gap: 24px; z-index: 20; background: linear-gradient(#0009, transparent); transition: background .2s; }
.site-header.scrolled { background: #141414f5; }
.brand { width: 76px; flex: 0 0 76px; line-height: 0; }
.brand img { width: 76px; height: 20px; }
.site-header nav { display: flex; gap: 6px; white-space: nowrap; }
.site-header nav a, .site-header nav button { font-size: 16px; line-height: 20px; padding: 10px 16px; border-radius: 30px; background: transparent; color: #ffffffb3; }
.site-header nav .active { background: #ffffff33; color: white; font-weight: 500; }
.site-header nav a:hover, .site-header nav button:hover { color: white; background: #ffffff18; }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.icon-button { display: grid; place-items: center; width: 40px; height: 40px; padding: 8px; background: transparent; border-radius: 50%; }
.icon-button:hover { background: #ffffff25; }
.profile-button { display: flex; align-items: center; gap: 12px; padding: 0; background: transparent; }
.profile-face { width: 32px; height: 32px; border-radius: 4px; background: linear-gradient(140deg, #10b881, #68c896); position: relative; }
.profile-face::before, .profile-face::after { content: ''; position: absolute; top: 9px; width: 3px; height: 3px; background: white; border-radius: 50%; }
.profile-face::before { left: 7px; }.profile-face::after { right: 7px; }
.profile-face i { position: absolute; top: 10px; left: 9px; width: 16px; height: 10px; border-bottom: 2px solid white; border-radius: 50%; transform: rotate(-10deg); }
.caret { display: inline-block; border: 5px solid transparent; border-bottom: 0; border-top-color: currentColor; }
.search-box { display: flex; align-items: center; }
.search-box input { position: absolute; top: 72px; right: var(--gutter); width: 280px; background: #141414; border: 1px solid #aaa; color: white; padding: 12px 16px; }
main { padding-top: 80px; min-height: 75vh; }
.page-heading { display: flex; gap: 16px; align-items: center; height: 66px; margin: 0 var(--gutter); }
.page-heading h1 { font-size: 24px; font-weight: 700; margin: 0; }
.genre-menu { position: relative; z-index: 12; }
.genre-menu summary { display: flex; align-items: center; gap: 10px; cursor: pointer; padding: 10px 16px; border: 1px solid #ffffff26; border-radius: 25px; font-size: 16px; font-weight: 500; list-style: none; }
.genre-menu summary::-webkit-details-marker { display: none; }
.genre-options { position: absolute; top: 48px; left: 0; width: 220px; padding: 10px; background: #202020; box-shadow: 0 8px 24px #0008; border-radius: 12px; }
.genre-options button { display: block; text-align: left; width: 100%; padding: 10px; background: none; border-radius: 6px; }
.genre-options button:hover { background: #ffffff22; }
.hero { position: relative; margin: 8px var(--gutter) 36px; aspect-ratio: 2.18; max-width: 2440px; border-radius: 24px; overflow: hidden; box-shadow: 10px 20px 32px #0007; }
.hero-art, .hero-shade { position: absolute; inset: 0; }
.hero-art { background: url('assets/voyager-neelix-hero.webp') center 43% / cover; }
.hero-shade { background: linear-gradient(90deg, #0009, #0002 58%, transparent), linear-gradient(0deg, #0008, transparent 72%); box-shadow: inset 0 0 0 2px #ffffff08; border-radius: inherit; }
.hero-copy { position: absolute; left: 36px; bottom: 36px; width: 42%; }
.voyager-logo { margin: 0 0 22px; width: max-content; max-width: 100%; text-align: center; text-shadow: 0 2px 16px #0008; }
.voyager-logo span { display: block; }
.trek { font-size: 24px; letter-spacing: .22em; font-weight: 500; }
.voyager { font-size: clamp(42px, 5vw, 80px); line-height: 1.05; font-weight: 800; letter-spacing: .025em; transform: scaleY(.86); }
.chopped { font-size: 21px; letter-spacing: .28em; font-weight: 500; }
.hero-metadata { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 500; }
.hero-metadata b { color: #ffffff80; }
.hero-description { font-size: 20px; line-height: 28px; margin: 16px 0 32px; }
.hero-actions { display: flex; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 30px; font-size: 18px; line-height: 1; font-weight: 500; }
.button-primary { color: #000; background: white; }.button-primary:hover { background: #d9d9d9; }
.button-secondary { color: #fff; background: #ffffff33; }.button-secondary:hover { background: #ffffff4d; }
.hero-callout { position: absolute; bottom: 36px; right: 36px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; background: #0005; padding: 6px 8px; border-radius: 4px; }
.top-ten { font-size: 9px; font-weight: 900; line-height: 9px; background: #e50914; padding: 4px; border-radius: 2px; text-align: center; }
.shelf { position: relative; margin: 0 0 32px; }
.shelf-heading { display: flex; justify-content: space-between; align-items: center; margin: 0 var(--gutter) 12px; }
.shelf h2 { font-size: 24px; line-height: 31px; font-weight: 500; margin: 0; }
.row-indicator { color: #777; letter-spacing: 2px; font-size: 12px; }.row-indicator b { color: white; }
.row-window { position: relative; }
.card-row { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px var(--gutter) 4px; scroll-padding: var(--gutter); scroll-snap-type: x mandatory; }
.card-row::-webkit-scrollbar { display: none; }
.title-card { position: relative; flex: 0 0 calc((100% - (var(--cards) - 1)*8px)/var(--cards)); min-width: 0; scroll-snap-align: start; border-radius: 12px; background: #242424; }
.card-open { width: 100%; aspect-ratio: 342/192; padding: 0; display: block; background: transparent; position: relative; overflow: hidden; border-radius: 12px; transition: filter .15s; }
.card-open:hover { filter: brightness(1.14); }
.card-open img { width: 100%; height: 100%; display: block; object-fit: cover; }
.card-open:focus-visible { outline-offset: -3px; }
.voyager-card .card-open::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #0009, transparent 90%); }
.card-title-art { position: absolute; z-index: 1; left: 8%; bottom: 17%; max-width: 80%; font-size: clamp(17px, 1.65vw, 28px); font-weight: 850; line-height: 1; text-align: left; text-shadow: 0 2px 5px black; }
.card-title-art small { display: block; font-size: .45em; letter-spacing: .2em; margin-top: 7px; }
.card-hover { position: absolute; bottom: 9px; right: 9px; opacity: 0; pointer-events: none; transition: opacity .15s; }
.title-card:hover .card-hover, .title-card:focus-within .card-hover { opacity: 1; pointer-events: auto; }
.row-arrow { position: absolute; top: 2px; bottom: 4px; width: calc(var(--gutter) - 8px); padding: 0; background: #14141499; z-index: 3; display: grid; place-items: center; opacity: 0; }
.row-arrow svg { max-width: 100%; }
.row-window:hover .row-arrow, .row-arrow:focus-visible { opacity: 1; }
.row-arrow.previous { left: 0; }.row-arrow.previous svg { transform: rotate(180deg); }.row-arrow.next { right: 0; }
#empty-state { padding: 70px var(--gutter); color: #aaa; font-size: 24px; }
.site-footer { max-width: 980px; margin: 100px auto 30px; padding: 0 24px; color: #808080; font-size: 13px; }
.footer-social { color: white; font-size: 25px; margin-bottom: 22px; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px 24px; }
.footer-links button { background: transparent; color: #aaa; padding: 0; text-align: left; font-size: 13px; }.footer-links button:hover { text-decoration: underline; }
.preview-note { margin-top: 32px; }
#toast { position: fixed; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 100; background: #fff; color: #161616; padding: 15px 24px; border-radius: 8px; box-shadow: 0 8px 30px #0008; }
@media (min-width:1600px) { :root { --gutter:60px; --cards:6; }.hero-copy { left:40px; bottom:40px; }.page-heading h1 { font-size:32px; } }
@media (min-width:1920px) { :root { --cards:7; }.hero-description { font-size:24px; line-height:30px; } }
@media (min-width:2400px) { :root { --gutter:72px; --cards:8; }.hero { margin-left:auto; margin-right:auto; } }
@media (max-width:1279px) { :root { --gutter:36px; --cards:4; }.site-header { gap:20px; }.site-header nav a,.site-header nav button { font-size:14px; padding:10px; }.language-link { display:none; }.hero-copy { left:28px; bottom:28px; width:48%; }.hero-description { font-size:18px; line-height:25px; margin:14px 0 22px; }.shelf h2 { font-size:18px; }.hero-callout { right:28px; bottom:28px; }.chopped { font-size:17px; }.trek { font-size:20px; } }
@media (max-width:959px) { :root { --cards:3; }.site-header nav button,.site-header nav a:nth-of-type(n+3) { display:none; }.hero { aspect-ratio:1.55; }.hero-copy { width:65%; }.hero-callout { display:none; }.hero-description { font-size:16px; line-height:23px; }.voyager { font-size:58px; }.shelf h2 { font-size:20px; } }
@media (max-width:599px) { :root { --gutter:24px; --cards:2; }.site-header { height:64px; gap:12px; }.site-header nav { gap:0; }.site-header nav a { padding:8px 10px; font-size:13px; }.site-header nav a:first-child { display:none; }.header-tools { gap:2px; }.notifications,.profile-button>.caret { display:none; }.profile-face { width:28px; height:28px; } main { padding-top:64px; }.page-heading { height:60px; }.page-heading h1 { font-size:22px; }.genre-menu summary { font-size:14px; padding:8px 12px; }.hero { aspect-ratio:.7; border-radius:12px; margin-top:4px; margin-bottom:24px; }.hero-art { background-position:61% center; }.hero-shade { background:linear-gradient(0deg,#000e,transparent 90%); }.hero-copy { left:16px; bottom:24px; width:calc(100% - 32px); }.voyager-logo { margin-bottom:18px; }.voyager { font-size:46px; }.trek { font-size:18px; }.chopped { font-size:14px; }.hero-description { font-size:14px; line-height:20px; margin:12px 0 22px; }.hero-metadata { font-size:13px; }.button { min-height:42px; padding:0 16px; font-size:16px; }.shelf h2 { font-size:17px; line-height:24px; }.row-indicator { display:none; }.card-title-art { font-size:17px; }.card-open,.title-card { border-radius:8px; }.shelf { margin-bottom:24px; }.footer-links { grid-template-columns:repeat(2,1fr); }.site-footer { margin-top:50px; } }
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto !important; transition:none !important; } }

.series-title-art { display:block; width:100%; height:auto; }
.hero .voyager-logo { width:min(420px,100%); margin-bottom:8px; }
.card-open .card-title-art { width:64%; height:auto; max-width:64%; left:3%; bottom:2%; object-fit:contain; }
@media(max-width:599px) { .hero .voyager-logo { width:240px; max-width:90%; } }
