
:root{--hv-bg:#000;--hv-panel:#0d0d12;--hv-panel-2:#15151c;--hv-text:#f5f2ee;--hv-muted:#b4a8a8;--hv-red:#cf1f3d;--hv-red-bright:#ff3457;--hv-line:rgba(255,255,255,.10);--hv-radius:14px}
.hv-shell{width:min(1200px,calc(100% - 32px));margin-inline:auto}
.hv-catalog,.hv-movie-page{font-family:inherit;color:var(--hv-text);background:var(--hv-bg)}
.hv-catalog{padding:40px 0 25px;max-width:none!important;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.hv-catalog>.hv-catalog-header,.hv-catalog>.hv-filters,.hv-catalog>.hv-grid,.hv-catalog>.hv-pagination,.hv-catalog>.hv-empty,.hv-catalog>.hv-attribution{width:min(1200px,calc(100% - 32px));margin-left:auto;margin-right:auto}
.hv-catalog-header{padding:24px 0 30px}
.hv-catalog-header-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.hv-brand{display:flex;align-items:center;margin-bottom:18px}
.hv-catalog-header .hv-brand{margin-bottom:0;flex:0 0 auto}
.hv-catalog-heading{display:flex;flex-direction:column;gap:10px;min-width:0}
.hv-brand-link{display:inline-flex;align-items:center;text-decoration:none!important}
.hv-brand-image{display:block;width:200px;max-width:min(200px,70vw);height:auto}
.hv-brand--movie{margin-bottom:20px}
.hv-catalog-header h1,.hv-detail-copy h1{font-size:clamp(2.2rem,6vw,5rem);line-height:.95;letter-spacing:-.045em;margin:.2em 0;color:var(--hv-red)}
.hv-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--hv-red-bright);font-size:.78rem}
.hv-catalog-header p{color:var(--hv-muted)}
.hv-filters{display:grid;grid-template-columns:2fr repeat(4,1fr) auto;gap:12px;align-items:end;background:var(--hv-panel);border:1px solid var(--hv-line);border-radius:var(--hv-radius);padding:18px;margin-bottom:26px!important;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.hv-filters label{display:block;font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f3b8c2;margin:0 0 7px}
.hv-filters input,.hv-filters select{width:100%;min-height:44px;background:#050507;color:var(--hv-text);border:1px solid var(--hv-line);border-radius:8px;padding:0 11px}
.hv-button,.hv-ghost-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;text-decoration:none!important;font-weight:800}
.hv-button{border:0;background:var(--hv-red);color:#fff!important;cursor:pointer}.hv-button:hover{background:var(--hv-red-bright)}
.hv-ghost-button{border:1px solid var(--hv-line);color:var(--hv-text)!important;background:rgba(0,0,0,.28)}
.hv-reset{color:#f3b8c2;font-size:.85rem;align-self:center}
.hv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.hv-card{display:flex;flex-direction:column;height:100%;background:#000;border:1px solid rgba(255,255,255,.08);border-radius:var(--hv-radius);overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;box-shadow:0 12px 34px rgba(0,0,0,.2)}
.hv-card:hover,.hv-card:focus-within{transform:translateY(-4px);border-color:rgba(255,52,87,.6);box-shadow:0 18px 42px rgba(0,0,0,.28)}
.hv-poster{display:block;position:relative;aspect-ratio:2/3;background:linear-gradient(145deg,#27272c,#111);overflow:hidden}
.hv-poster img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.hv-card:hover .hv-poster img,.hv-card:focus-within .hv-poster img{transform:scale(1.025)}
.hv-no-poster{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:2rem;font-weight:900;color:#555}
.hv-score{position:absolute;right:8px;bottom:8px;background:rgba(9,9,11,.92);border:1px solid var(--hv-line);border-radius:999px;padding:5px 8px;color:#ffd36a;font-size:.78rem;font-weight:900}
.hv-card-body{display:flex;flex-direction:column;gap:13px;flex:1;padding:15px 14px 17px;min-height:250px;background:#000}
.hv-card h2{margin:0;min-height:2.55em;font-size:clamp(.98rem,1vw + .62rem,1.2rem);line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:normal;overflow-wrap:anywhere}
.hv-card h2 a{color:var(--hv-red);text-decoration:none;transition:color .18s ease}
.hv-card h2 a:hover,.hv-card h2 a:focus,.hv-card h2 a:active,.hv-card:focus-within h2 a,.hv-card:hover h2 a{color:#fff}
.hv-card-meta{color:var(--hv-muted);font-size:.83rem;margin:0}
.hv-card-facts{display:grid;gap:9px;margin:0}
.hv-card-facts div{display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px;align-items:start}
.hv-card-facts dt{color:#f3b8c2;font-size:.69rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.hv-card-facts dd{min-width:0;margin:0;color:#ddd;font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}
.hv-empty{padding:70px 20px;text-align:center;background:var(--hv-panel);border-radius:var(--hv-radius)}
.hv-pagination{padding:32px 0}
.hv-pagination ul{display:flex;justify-content:center;gap:6px;list-style:none;padding:0;margin:0}
.hv-pagination a,.hv-pagination span{display:grid;place-items:center;min-width:40px;height:40px;border-radius:8px;border:1px solid var(--hv-line);color:var(--hv-text);text-decoration:none;background:var(--hv-panel)}
.hv-pagination .current{background:var(--hv-red);border-color:var(--hv-red)}
.hv-attribution{padding:28px 0;color:var(--hv-muted);font-size:.75rem}.hv-attribution a{color:#a9a0a2;text-decoration:none}.hv-attribution a:hover{color:var(--hv-red-bright)}
.hv-movie-page{width:100%;min-height:80vh}
.hv-hero{position:relative;background:#111;background-image:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.84) 52%,rgba(0,0,0,.42) 100%),var(--hv-backdrop);background-size:cover;background-position:center}
.hv-hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,var(--hv-bg),transparent 45%)}
.hv-hero-content{position:relative;z-index:1;padding:34px 0 70px}
.hv-back{display:inline-block;color:#f3b8c2;text-decoration:none;margin-bottom:28px}
.hv-detail-grid{display:grid;grid-template-columns:minmax(220px,310px) 1fr;gap:clamp(28px,5vw,70px);align-items:center}
.hv-detail-poster img,.hv-detail-poster>.hv-no-poster{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:var(--hv-radius);box-shadow:0 25px 70px rgba(0,0,0,.55);background:var(--hv-panel)}
.hv-original-title{font-size:1.15rem;color:#f3b8c2;font-style:italic}
.hv-badges,.hv-genres,.hv-actions{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}
.hv-badges span,.hv-genres a{border:1px solid var(--hv-line);border-radius:999px;padding:6px 10px;font-size:.8rem;color:#ddd;text-decoration:none;background:rgba(0,0,0,.28)}
.hv-genres a:hover{border-color:var(--hv-red-bright)}
.hv-summary-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px;margin:22px 0}
.hv-summary-facts div{padding:12px 14px;border:1px solid var(--hv-line);border-radius:10px;background:rgba(0,0,0,.34)}
.hv-summary-facts dt{margin-bottom:5px;color:#f3b8c2;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.hv-summary-facts dd{margin:0;color:#fff;line-height:1.4}
.hv-detail-ratings{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0 10px}
.hv-detail-rating-box{min-width:180px;padding:13px 16px;border-radius:12px;background:rgba(0,0,0,.42);border:1px solid var(--hv-line)}
.hv-detail-rating-box strong{display:block;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#f3b8c2;margin-bottom:6px}
.hv-detail-rating-box span{display:block;font-size:1.25rem;font-weight:800;color:#ffd36a}
.hv-detail-rating-box small{display:block;color:#e4d7d7;margin-top:4px}
.hv-overview{max-width:780px;font-size:1.08rem;line-height:1.75;color:#ddd}
.hv-rating-panel{display:flex;gap:28px;align-items:center;margin:24px 0;flex-wrap:wrap}
.hv-rating-panel strong{font-size:1.7rem;color:#ffd36a;margin-right:5px}.hv-rating-panel span,.hv-rating-panel small{color:var(--hv-muted)}
.hv-content-sections{padding-bottom:45px;color:var(--hv-text)}
.hv-content-sections>section{padding:42px 0;border-bottom:1px solid var(--hv-line)}
.hv-content-sections h2{font-size:clamp(1.6rem,3vw,2.5rem);margin:0 0 24px;color:var(--hv-red)}
.hv-facts dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 40px;margin:0}
.hv-facts dl div{display:grid;grid-template-columns:130px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--hv-line)}
.hv-facts dt{font-weight:800;color:#f3b8c2}.hv-facts dd{margin:0;color:#ddd}
.hv-cast-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.hv-person img,.hv-person-placeholder{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:10px;background:var(--hv-panel);display:grid;place-items:center}.hv-person h3{font-size:.96rem;margin:9px 0 2px;color:#fff}.hv-person p{color:var(--hv-muted);font-size:.82rem;margin:0}
.hv-video{position:relative;aspect-ratio:16/9;border-radius:var(--hv-radius);overflow:hidden;background:#000}.hv-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.hv-not-found{padding:80px 0}.hv-not-found a{color:var(--hv-red-bright)}
@media(max-width:1050px){.hv-filters{grid-template-columns:repeat(3,1fr)}.hv-search-field{grid-column:span 2}.hv-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hv-cast-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.hv-brand-image{width:180px}.hv-catalog-header-inner{flex-direction:column-reverse;align-items:flex-start}.hv-filters{grid-template-columns:1fr 1fr}.hv-search-field{grid-column:1/-1}.hv-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hv-detail-grid{grid-template-columns:1fr}.hv-detail-poster{width:min(260px,70vw)}.hv-detail-copy h1{font-size:2.7rem}.hv-summary-facts{grid-template-columns:1fr}.hv-facts dl{grid-template-columns:1fr}.hv-cast-grid{grid-template-columns:repeat(3,1fr)}.hv-hero{background-image:linear-gradient(0deg,var(--hv-bg) 0%,rgba(0,0,0,.75) 100%),var(--hv-backdrop)}}
@media(max-width:460px){.hv-filters{grid-template-columns:1fr}.hv-search-field{grid-column:auto}.hv-grid{grid-template-columns:1fr}.hv-cast-grid{grid-template-columns:repeat(2,1fr)}}
.hv-no-poster{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%;height:100%;padding:22px;background:radial-gradient(circle at 50% 30%,#251016 0,#0c0c10 55%,#000 100%);color:#e0cfd2;text-align:center}.hv-no-poster img{width:min(78%,210px)!important;height:auto!important;max-height:90px;object-fit:contain!important;filter:drop-shadow(0 6px 18px rgba(0,0,0,.55))}.hv-no-poster small{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#d8b9c0}.hv-detail-poster>.hv-no-poster{aspect-ratio:2/3;border-radius:var(--hv-radius);box-shadow:0 25px 70px rgba(0,0,0,.55)}.hv-editorial-note{position:relative;padding:34px!important;border:1px solid rgba(207,31,61,.35)!important;border-radius:14px;background:linear-gradient(145deg,#12080b,#050506)}.hv-editorial-note h2{margin-top:7px}.hv-editorial-content{font-size:1.05rem;line-height:1.75;color:#eee}.hv-selection-links{display:flex;flex-wrap:wrap;gap:10px}.hv-selection-link{display:inline-flex;padding:10px 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#101014;color:#fff!important;text-decoration:none}.hv-selection-link:hover{border-color:var(--hv-red-bright);color:#fff}.hv-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hv-related-card{overflow:hidden;border:1px solid var(--hv-line);border-radius:12px;background:#0b0b0e}.hv-related-card>a{display:block;color:#fff;text-decoration:none}.hv-related-card img,.hv-related-placeholder{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#111}.hv-related-placeholder{display:flex;align-items:center;justify-content:center}.hv-related-placeholder img{width:70%;height:auto;aspect-ratio:auto;object-fit:contain}.hv-related-card div{padding:14px}.hv-related-card time{font-size:.75rem;color:#cf9aa5}.hv-related-card h3{margin:6px 0 0;font-size:1.05rem;line-height:1.35;color:#fff}.hv-collection-grid-wrap{margin:34px 0}.hv-collection-title{color:var(--hv-red)}.hv-collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hv-collection-card-body{min-height:105px}.hv-collection-card h3{margin:0;font-size:1rem;line-height:1.3}.hv-collection-card h3 a{color:var(--hv-red);text-decoration:none}.hv-collection-card h3 a:hover{color:#fff}.hv-collection-card p{margin:8px 0 0;color:var(--hv-muted)}.hv-article-movie-card{display:grid;grid-template-columns:150px 1fr;gap:22px;padding:20px;margin:28px 0;border:1px solid var(--hv-line);border-radius:14px;background:#09090c;color:#fff}.hv-article-movie-poster{display:block;aspect-ratio:2/3;overflow:hidden;border-radius:9px}.hv-article-movie-poster>img,.hv-article-movie-poster>.hv-no-poster{width:100%;height:100%;object-fit:cover}.hv-article-movie-card h3{margin:.2em 0 .4em}.hv-article-movie-card h3 a{color:var(--hv-red);text-decoration:none}.hv-article-movie-card p{color:#ddd}@media(max-width:900px){.hv-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hv-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.hv-related-grid{grid-template-columns:1fr}.hv-article-movie-card{grid-template-columns:100px 1fr;gap:14px;padding:14px}.hv-collection-grid{grid-template-columns:1fr}}
.hv-no-poster img{aspect-ratio:auto!important;border-radius:0!important;box-shadow:none!important;transform:none!important}
.hv-featured-badge{position:absolute;left:8px;top:8px;z-index:2;padding:5px 9px;border-radius:999px;background:var(--hv-red);color:#fff;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.hv-featured-detail{border-color:rgba(255,52,87,.55)!important;background:rgba(207,31,61,.25)!important;color:#fff!important}
