/*
Theme Name: GHC
Theme URI: https://grindhousecinema.com/
Author: SlzyStudio LTD
Description: An independent cinema theme for GrindhouseCinema, with cinematic features, horizontal film shelves, editable menus and compatibility with the supplied membership MU plugins. Includes adapted Seek widget support.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ghc
Tags: entertainment, dark, custom-menu, custom-logo, featured-images, threaded-comments
*/

:root{--ghc-bg:#101010;--ghc-panel:#191919;--ghc-panel-high:#232323;--ghc-line:#323232;--ghc-text:#f5f3ee;--ghc-muted:#aaa7a2;--ghc-red:#df1735;--ghc-red-bright:#f22b48;--ghc-gold:#e8c68c;--ghc-gutter:clamp(20px,3vw,64px);--ghc-header-top:0px;color-scheme:dark}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{margin:0;background:var(--ghc-bg);color:var(--ghc-text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
a{color:inherit;text-decoration:none}
a,button{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img,video{max-width:100%;height:auto}
img{vertical-align:middle}
svg{flex-shrink:0;vertical-align:middle}
button:disabled{cursor:default;opacity:.3}
[hidden]{display:none!important}
:focus-visible{outline:2px solid var(--ghc-gold);outline-offset:5px}
::selection{background:var(--ghc-red);color:white}
h1,h2,h3,h4,h5,h6{color:var(--ghc-text);line-height:1.18}
.ghc-container{width:min(100%,2040px);margin-inline:auto;padding-inline:var(--ghc-gutter)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{clip:auto;width:auto;height:auto;left:12px;top:12px;padding:12px 20px;background:white;color:#111;z-index:100001}
.ghc-icon{width:20px;height:20px}
.ghc-eyebrow{display:block;font-size:10px;font-weight:700;letter-spacing:.19em;color:var(--ghc-muted);line-height:1.6}
.ghc-gold{color:var(--ghc-gold)}
.ghc-header{position:sticky;top:var(--ghc-header-top);z-index:900;background:rgba(12,12,12,.97);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}
.ghc-header-inner{width:min(100%,2040px);margin:auto;min-height:90px;padding:14px var(--ghc-gutter);display:flex;align-items:center;gap:clamp(16px,2vw,38px)}
.ghc-brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;line-height:1}
.ghc-logo{width:155px;max-height:65px;object-fit:contain;object-position:left center}
.ghc-wordmark{font-family:Impact,'Arial Narrow',sans-serif;font-size:47px;letter-spacing:-2.5px;color:var(--ghc-red)}
.ghc-wordmark-dot{color:var(--ghc-text)}
.ghc-brand-caption{font-size:8px;font-weight:700;line-height:1.5;letter-spacing:.15em}
.ghc-navigation{flex:1;min-width:0}
.ghc-main-menu,.ghc-main-menu ul{list-style:none;margin:0;padding:0}
.ghc-main-menu{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.ghc-main-menu>li{position:relative;display:flex;align-items:center;border-radius:22px}
.ghc-main-menu a{display:block;font-size:11px;font-weight:700;white-space:nowrap;padding:10px 9px;line-height:1.5}
.ghc-main-menu>li:hover,.ghc-main-menu>li:focus-within,.ghc-main-menu>.current-menu-item,.ghc-main-menu>.current-menu-ancestor{background:#292929}
.ghc-main-menu>li>a .fa-home{font-size:18px}
.ghc-main-menu .sub-menu{display:none;position:absolute;left:0;top:100%;min-width:220px;max-width:300px;padding:10px;background:#222;border:1px solid #383838;border-radius:12px;box-shadow:0 20px 35px #0008;z-index:20}
.ghc-main-menu .sub-menu li{position:relative;border-radius:6px}
.ghc-main-menu .sub-menu a{white-space:normal;padding:10px 13px;font-size:13px;font-weight:400;border-radius:6px}
.ghc-main-menu .sub-menu a:hover{background:#353535;color:#fff}
.ghc-main-menu .sub-menu .sub-menu{left:100%;top:0}
.ghc-main-menu>li:nth-last-child(-n+2) .sub-menu{left:auto;right:0}
.ghc-main-menu>li:nth-last-child(-n+2) .sub-menu .sub-menu{left:auto;right:100%}
.ghc-main-menu li:hover>.sub-menu,.ghc-main-menu li:focus-within>.sub-menu,.ghc-main-menu li.ghc-submenu-open>.sub-menu{display:block}
.ghc-js .ghc-main-menu li:not(.ghc-submenu-open)>.sub-menu{display:none}
.ghc-submenu-toggle{border:0;background:transparent;color:#a5a5a5;padding:8px 7px 8px 0;border-radius:6px;line-height:1}
.ghc-submenu-toggle svg{width:12px;height:12px}
.ghc-main-menu .sub-menu .ghc-submenu-toggle{position:absolute;right:4px;top:5px;padding:9px}
.ghc-main-menu .sub-menu .menu-item-has-children>a{padding-right:36px}
.ghc-header-actions{display:flex;gap:9px;align-items:center;flex-shrink:0}
.ghc-icon-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid transparent;border-radius:50%;color:var(--ghc-text);background:transparent;transition:background .15s,border .15s}
.ghc-icon-button:hover{background:#303030;border-color:#454545}
.ghc-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 22px;border:1px solid transparent;border-radius:7px;font-weight:700;font-size:14px;line-height:1.4;text-align:center;transition:background .18s,transform .18s}
.ghc-button:hover{transform:translateY(-1px)}
.ghc-button-light{background:#f5f3ef;color:#111}
.ghc-button-light:hover{background:#dad8d2;color:#111}
.ghc-button-red{background:var(--ghc-red);color:#fff}
.ghc-button-red:hover{background:var(--ghc-red-bright);color:#fff}
.ghc-button-glass{background:#ffffff24;color:white;border-color:#ffffff24;backdrop-filter:blur(8px)}
.ghc-button-glass:hover{background:#ffffff3b}
.ghc-button-ghost{background:transparent;color:var(--ghc-text);border-color:#555}
.ghc-button-ghost:hover{background:#292929}
.ghc-header-join{font-size:12px;min-height:38px;padding:9px 16px;border-radius:5px}
.ghc-button-group{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.ghc-menu-toggle{display:none}
.ghc-search-panel{border-top:1px solid #303030;background:#1b1b1b}
.ghc-search-inner{width:min(100%,1400px);padding:24px var(--ghc-gutter);margin:auto;display:flex;align-items:center;gap:28px}
.ghc-search-label{font-size:14px;flex-shrink:0}
.ghc-search-label span{display:block;color:var(--ghc-muted);font-size:12px}
.ghc-search-form{display:flex;flex:1;gap:10px;max-width:850px}
.ghc-search-form input[type=search]{min-width:0;flex:1;background:#121212;color:white;border:1px solid #4b4b4b;border-radius:7px;padding:12px 16px}
.ghc-search-form input::placeholder{color:#a4a4a4}
.ghc-home{padding-top:24px}
.ghc-hero{position:relative;min-height:540px;overflow:hidden;border-radius:14px;background:#1a1a1a;border:1px solid #ffffff0a;isolation:isolate}
.ghc-hero-slide{position:relative;min-height:540px;display:flex;align-items:center}
.ghc-hero-art{position:absolute;inset:0;z-index:-2;background:#1a1919}
.ghc-hero-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 34%}
.ghc-hero-slide:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,6,6,.95) 0%,rgba(6,6,6,.79) 29%,rgba(6,6,6,.22) 72%,rgba(6,6,6,.1)),linear-gradient(0deg,#0c0c0c 0%,transparent 30%)}
.ghc-hero-copy{width:min(58%,710px);padding:58px 0 86px clamp(26px,4vw,75px)}
.ghc-feature-label{font-size:10px;letter-spacing:.2em;font-weight:700;color:#e4dcd0;display:flex;align-items:center;gap:10px;margin-bottom:23px}
.ghc-status-dot{display:inline-block;width:6px;height:6px;background:var(--ghc-red-bright);border-radius:50%;box-shadow:0 0 14px #f3264866;flex-shrink:0}
.ghc-hero-title{font-size:clamp(32px,3.7vw,65px);line-height:1.02;font-weight:800;letter-spacing:-.045em;margin:0 0 22px;text-wrap:balance}
.ghc-hero-copy>p{max-width:455px;font-size:15px;line-height:1.7;margin:17px 0 27px;color:#d1cec8}
.ghc-film-meta{display:flex;flex-wrap:wrap;gap:13px;align-items:center;font-size:12px;color:#ccc7bf;letter-spacing:.025em}
.ghc-film-meta>span:empty{display:none}
.ghc-film-meta>span:not(:last-child):after{content:'·';margin-left:13px;color:#888}
.ghc-age-label{border:1px solid #8b8278;padding:1px 5px;font-size:10px;line-height:1.5;border-radius:2px}
.ghc-hero-bottom{position:absolute;bottom:26px;left:clamp(26px,4vw,75px);right:30px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.ghc-hero-credit{font-size:8px;letter-spacing:.24em;color:#9c958a}
.ghc-hero-switches{display:flex;gap:9px}
.ghc-hero-switches button{border:0;border-bottom:2px solid #777;background:none;color:#a5a5a5;width:35px;padding:2px 0 7px;font-size:9px;min-height:30px}
.ghc-hero-switches button[aria-pressed=true]{border-color:var(--ghc-red);color:white}
.ghc-hero-empty .ghc-hero-copy{width:100%}
.ghc-hero-empty h2{font-size:58px;letter-spacing:-.04em;margin:15px 0}
.ghc-browse-heading{display:flex;align-items:center;gap:20px;margin:28px 0 16px}
.ghc-browse-heading .ghc-eyebrow{color:var(--ghc-red-bright);font-size:9px;white-space:nowrap}
.ghc-browse-heading p{font-size:12px;color:#a29e98;margin:0}
.ghc-genres{display:flex;gap:9px;align-items:center;overflow-x:auto;padding:2px 0 14px;scrollbar-width:thin;scrollbar-color:#454545 transparent}
.ghc-genres a{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:36px;padding:7px 18px;border:1px solid #3b3b3b;border-radius:30px;font-size:12px;line-height:1.4;color:#c9c6c0;transition:background .15s,color .15s}
.ghc-genres a:hover,.ghc-genres .ghc-genre-active{background:#e7e3dc;color:#111;border-color:#e7e3dc}
.ghc-shelf{margin:28px 0 36px;min-width:0}
.ghc-shelf-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:13px;gap:15px}
.ghc-shelf-heading h2{font-size:clamp(21px,1.65vw,30px);font-weight:700;letter-spacing:-.035em;margin:0;line-height:1.3}
.ghc-shelf-heading .ghc-eyebrow{font-size:8px;margin-bottom:6px}
.ghc-shelf-actions{display:flex;align-items:center;gap:5px;flex-shrink:0}
.ghc-shelf-actions .ghc-icon-button{height:28px;width:28px;border-color:#373737}
.ghc-shelf-actions .ghc-icon-button svg{width:14px;height:14px}
.ghc-rail-prev svg{transform:rotate(180deg)}
.ghc-view-all{display:flex;align-items:center;gap:5px;font-size:11px;color:#ada9a3;margin-right:12px}
.ghc-view-all .ghc-icon{width:12px;height:12px}
.ghc-view-all:hover{color:white}
.ghc-film-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 64px)/5.12);gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#363636 transparent;padding:6px 3px 13px;margin:0 -3px;overscroll-behavior-x:contain;align-items:start}
.ghc-film-card{min-width:0;scroll-snap-align:start;position:relative;background:transparent;transition:transform .22s;margin:0}
.ghc-card-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:9px;background:#252525;isolation:isolate}
.ghc-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.ghc-card-image .ghc-living-poster-wrap{display:block;width:100%;height:100%}
.ghc-card-play{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);border-radius:50%;width:44px;height:44px;background:#f6f1e9;color:#111;opacity:0;transition:opacity .2s,transform .2s;pointer-events:none;box-shadow:0 8px 25px #0006}
.ghc-film-card:hover .ghc-card-play,.ghc-film-card:focus-within .ghc-card-play{opacity:1;transform:translate(-50%,-50%)}
@media(hover:hover){.ghc-film-card:hover{transform:translateY(-3px)}.ghc-film-card:hover .ghc-card-image img{transform:scale(1.035)}}
.ghc-card-info{padding:11px 1px 0}
.ghc-card-info h3{font-size:13px;font-weight:600;line-height:1.5;letter-spacing:0;margin:0;color:#e4e0d9;overflow-wrap:anywhere}
.ghc-card-info h3 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.ghc-card-info h3 a:hover{color:white;text-decoration:underline;text-underline-offset:3px}
.ghc-card-meta{display:flex;align-items:center;justify-content:space-between;color:#98948c;font-size:10px;margin-top:3px;gap:5px}
.ghc-card-details{display:flex;align-items:center;justify-content:center;width:28px;height:25px;border-radius:3px;color:#a09a90}
.ghc-card-details svg{width:12px;height:12px}
.ghc-exclusive-strip{background:linear-gradient(90deg,#302619,#211d16);border:1px solid #715b36;border-top:0;color:#f1d5a1;font-size:10px;font-weight:700;letter-spacing:.015em;padding:5px 7px;text-align:center;line-height:1.5;min-height:26px;border-radius:0 0 6px 6px}
.ghc-film-card:has(.ghc-exclusive-strip) .ghc-card-image{border-bottom-left-radius:0;border-bottom-right-radius:0}
.ghc-exclusive-strip.ghc-exclusive-pulse{animation:ghc-exclusive-glow 1.6s ease-in-out 2}
@keyframes ghc-exclusive-glow{0%,100%{box-shadow:0 0 0 transparent;color:#f1d5a1}50%{box-shadow:0 0 13px #d69c394d,inset 0 0 10px #d69c3926;color:#fff0cd}}
.ghc-poster-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(125deg,#251316,#171717);border:1px solid #42242a;color:#b14b56}
.ghc-poster-placeholder>span{font-family:Impact,sans-serif;font-size:45px;line-height:1.2}
.ghc-poster-placeholder small{font-size:7px;letter-spacing:.15em;color:#b9a3a3}
.ghc-discovery{border:1px solid #39302e;background:linear-gradient(115deg,#241619,#151515 65%);border-radius:12px;padding:35px 38px;display:flex;align-items:center;justify-content:space-between;gap:32px;margin:50px 0 40px}
.ghc-discovery h2{font-size:clamp(24px,2vw,34px);letter-spacing:-.04em;margin:9px 0}
.ghc-discovery p{font-size:13px;color:#a9a39a;margin:0}
.ghc-discovery .ghc-eyebrow{font-size:8px;color:#c98a93}
.ghc-discovery .ghc-button{font-size:12px;white-space:nowrap}
.ghc-footer{border-top:1px solid #303030;background:#0c0c0c;padding-top:35px}
.ghc-footer-top{display:flex;align-items:center;gap:35px;padding-bottom:30px;border-bottom:1px solid #262626}
.ghc-footer-top .ghc-wordmark{font-size:40px}
.ghc-footer-top p{font-size:12px;color:#939089}
.ghc-footer-back{margin-left:auto;font-size:11px;color:#b4b0a9;white-space:nowrap}
.ghc-footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:32px 0}
.ghc-footer h2{font-size:12px;margin:0 0 16px;font-weight:700}
.ghc-footer-links a{display:block;margin-bottom:9px;color:#a19b93;font-size:12px}
.ghc-footer-links a:hover{color:#fff;text-decoration:underline}
.ghc-footer-menu,.ghc-social-menu,.ghc-footer-menu ul{list-style:none;margin:0;padding:0}
.ghc-footer-note{font-size:11px;color:#807c75;max-width:220px;margin:13px 0 0}
.ghc-footer-widgets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}
.ghc-footer-widgets:empty{display:none}
.ghc-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-top:1px solid #292929;font-size:10px;color:#7c7770}
.ghc-footer-bottom>span:last-child{letter-spacing:.15em;font-size:8px}
.ghc-policy-fallback{display:flex;gap:20px;flex-wrap:wrap;margin:15px 0;font-size:11px;color:#9e968b}
.ghc-breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;font-size:11px;color:#9c968b;margin:27px 0}
.ghc-breadcrumbs a:hover{color:white}
.ghc-breadcrumbs>span:last-child{color:#c7c0b4}
.ghc-film-heading{display:flex;justify-content:space-between;align-items:center;gap:28px;margin:36px 0 32px}
.ghc-film-heading>div{min-width:0}
.ghc-film-heading .entry-title{font-size:clamp(28px,3vw,50px);letter-spacing:-.04em;margin:9px 0 15px;line-height:1.16}
.ghc-film-heading>.ghc-button{flex-shrink:0}
.ghc-content-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,330px);gap:clamp(28px,4vw,65px);align-items:start}
.ghc-content-column{min-width:0}
.ghc-without-sidebar{grid-template-columns:minmax(0,1180px);justify-content:center}
.ghc-single-poster{overflow:hidden;border-radius:12px;margin-bottom:28px;position:relative;background:#1e1e1e}
.ghc-single-poster img{width:100%;height:auto;display:block}
.ghc-single-poster .ghc-living-poster-wrap{width:100%}
.entry-content{color:#cecac2;font-size:16px;line-height:1.85;overflow-wrap:anywhere}
.entry-content p{margin:0 0 1.3em}
.entry-content strong{color:#f4f0e8}
.entry-content a:not(.ghc-button){color:#eac59a;text-decoration:underline;text-underline-offset:3px}
.entry-content h2{font-size:28px;letter-spacing:-.025em;margin:1.5em 0 .7em}
.entry-content h3{font-size:23px;margin:1.4em 0 .6em}
.entry-content img{max-width:100%;height:auto}
.entry-content figure{max-width:100%;margin-inline:0}
.entry-content .aligncenter{margin-inline:auto;display:block}
.entry-content .alignleft{float:left;margin:0 20px 20px 0}
.entry-content .alignright{float:right;margin:0 0 20px 20px}
.entry-content iframe{max-width:100%;border:0}
.entry-content iframe[src*="sleazebot.net/player/"]{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#000}
.entry-content .flowplayer,.entry-content .fp-player,.entry-content .fv_fp,.entry-content .fv-player{visibility:visible!important;opacity:1!important}
.entry-content .gallery{display:flex;gap:10px;flex-wrap:wrap}
.entry-content .gallery-item{width:calc(33.333% - 10px);margin:0}
.entry-content .wp-caption-text{font-size:12px;color:#9e978c;text-align:center}
.entry-content blockquote{margin:30px 0;padding:8px 25px;border-left:2px solid var(--ghc-red);color:#c7b9a3}
.entry-content pre{overflow:auto;background:#191919;padding:20px;white-space:pre}
.entry-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}
.entry-content td,.entry-content th{padding:12px 16px;border:1px solid #414141;text-align:left}
.entry-content:after{content:'';display:table;clear:both}
.ghc-post-tags{display:flex;flex-wrap:wrap;gap:8px;margin:35px 0;font-size:11px;align-items:center}
.ghc-post-tags a{border:1px solid #383838;border-radius:5px;padding:5px 9px;color:#b9b1a4}
.ghc-post-tags>span{color:#8e887e;margin-right:8px}
.ghc-sidebar .widget{padding:23px;background:#181818;border:1px solid #303030;border-radius:12px;margin-bottom:24px;min-width:0}
.ghc-sidebar .widget-title{font-size:20px;margin:0 0 18px;letter-spacing:-.025em;border:0;padding:0}
.ghc-sidebar .widget-title:before{display:none}
.ghc-sidebar .widget>ul,.ghc-category-list{margin:0;padding:0;list-style:none}
.ghc-sidebar li{padding:8px 0;border-bottom:1px solid #303030;font-size:13px;color:#88847c;list-style:none}
.ghc-sidebar li:last-child{border-bottom:0}
.ghc-sidebar li a{color:#c8c2b7}
.ghc-sidebar li a:hover{color:white}
.ghc-sidebar .children{padding-left:15px}
.ghc-account-links,body.ghc-theme .sidebar-buttons{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}
.ghc-account-links a,body.ghc-theme .sidebar-buttons a{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:47px;padding:11px 14px;background:#262626;color:#ede8df;font-size:13px;font-weight:600;line-height:1.5;text-decoration:none;border-radius:7px;border:1px solid #3b3b3b;box-shadow:none;transition:background .2s}
.ghc-account-links a>svg:last-child{margin-left:auto;width:13px;height:13px;color:#929292}
.ghc-account-links>a:first-child,body.ghc-theme .sidebar-buttons>a:first-child{background:var(--ghc-red);border-color:var(--ghc-red);color:white}
.ghc-account-links a:hover,body.ghc-theme .sidebar-buttons a:hover{background:#3d3d3d;color:white;transform:none}
.ghc-account-links>a:first-child:hover,body.ghc-theme .sidebar-buttons>a:first-child:hover{background:var(--ghc-red-bright)}
body.ghc-theme .sidebar-buttons a i{font-style:normal;font-size:14px}
.ghc-sidebar .ghc-eyebrow{font-size:8px;margin-bottom:9px}
.ghc-page,.ghc-archive{padding-top:40px;padding-bottom:65px;min-height:65vh}
.ghc-standard-page{max-width:1280px;margin:auto}
.ghc-page-heading{margin-bottom:35px}
.ghc-page-heading h1{font-size:clamp(32px,4vw,60px);letter-spacing:-.045em;margin:9px 0 15px}
.ghc-archive-description{max-width:850px;color:#b0a89b;font-size:14px}
.ghc-film-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px;margin:30px 0 45px}
.ghc-film-grid .ghc-card-info h3{font-size:14px}
.navigation.pagination .nav-links,.page-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:25px 0}
.page-numbers,.page-links a,.page-links .current{display:inline-flex;min-height:42px;min-width:42px;justify-content:center;align-items:center;border:1px solid #444;border-radius:5px;padding:8px 13px;font-size:12px}
.page-numbers.current,.page-links .current{background:var(--ghc-red);color:white;border-color:var(--ghc-red)}
.page-numbers:hover{background:#292929}
.ghc-empty{padding:75px 0;text-align:center;max-width:850px;margin:auto}
.ghc-empty h1{font-size:clamp(40px,6vw,85px);letter-spacing:-.05em;line-height:1.03}
.ghc-empty p{color:#b0a79a}
.ghc-empty .ghc-button-group{justify-content:center;margin:28px 0}
.ghc-empty .ghc-search-form{max-width:620px;margin:30px auto}
.comments-area{padding:30px 0;border-top:1px solid #383838;font-size:14px}
.comment-list{list-style:none;padding:0}
.comment-body{padding:20px;background:#191919;border-radius:8px;margin-bottom:15px}
.comment-meta{display:flex;flex-wrap:wrap;gap:15px;align-items:center;font-size:12px;color:#a89e8d}
.comment-author img{border-radius:50%;margin-right:8px}
.comment-reply-link{color:var(--ghc-gold);font-size:12px}
.comment-respond label{display:block;margin-bottom:7px;font-size:13px}
.comment-form-cookies-consent label{display:inline}
.comment-respond input:not([type=checkbox]),.comment-respond textarea,.entry-content input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]),.entry-content select,.entry-content textarea{max-width:100%;min-height:44px;border:1px solid #535353;border-radius:6px;background:#111;color:#f5f1e9;padding:10px 13px}
.comment-respond textarea{width:100%}
.comment-respond input[type=submit],.entry-content button[type=submit],.entry-content input[type=submit]{padding:12px 22px;color:#fff;background:var(--ghc-red);border:0;border-radius:6px;cursor:pointer;font-weight:700}
.entry-content input[type=checkbox],.entry-content input[type=radio]{accent-color:var(--ghc-red)}
.entry-content label{color:#d4ccbe}
.rcp_error,.rcp_errors{border:1px solid #a95261;background:#351c22;color:#ffc1cd;padding:15px;border-radius:7px}
.rcp_success{border:1px solid #577b68;background:#182c21;color:#c0e7cc;padding:15px;border-radius:7px}
.entry-content fieldset{border:1px solid #444;border-radius:8px;padding:22px;min-width:0;margin-bottom:25px}
.ghc-theme.page-id-39467 .ghc-page-heading{display:none}
body.ghc-theme.page-id-39467 .ghc-register-shell{width:100%;margin:10px auto 30px}
body.ghc-theme.page-id-39467 .ghc-register-intro,body.ghc-theme.page-id-39467 #rcp_registration_form,body.ghc-theme.page-id-39467 #rcp_subscription_levels>li{background:#1c1c1c;border-color:#3e3e3e;color:#d8d2c8;box-shadow:none}
body.ghc-theme.page-id-39467 .ghc-register-intro h2,body.ghc-theme.page-id-39467 #rcp_subscription_levels label,body.ghc-theme.page-id-39467 .rcp_subscription_level_name,body.ghc-theme.page-id-39467 .rcp_price{color:#f1ece2}
body.ghc-theme.page-id-39467 .ghc-register-intro p,body.ghc-theme.page-id-39467 .rcp_level_duration,body.ghc-theme.page-id-39467 .rcp_level_description{color:#aaa395}
body.ghc-theme.page-id-39467 #rcp_subscription_levels>li:has(input.rcp_level:checked){background:#311b20;border-color:var(--ghc-red)}
body.ghc-theme.page-id-39467 #rcp_registration_form input:not([type=radio]):not([type=checkbox]):not([type=submit]),body.ghc-theme.page-id-39467 #rcp_registration_form select{background:#111;color:#f1ebe1;border-color:#4c4c4c}
body.ghc-theme.page-id-39467 .rcp_registration_total{background:#242424;color:#eee3d2;border-color:#444}
body.ghc-theme .ghc-compliance-top,body.ghc-theme .ghc-compliance-footer{background:#141414;border-color:#292929}
body.ghc-theme .ghc-compliance-top{z-index:1}
body.ghc-theme .ghc-compliance-inner{padding:8px var(--ghc-gutter);gap:12px}
body.ghc-theme .ghc-compliance-label{font-size:10px;color:#989087}
body.ghc-theme .ghc-compliance-link{background:#1c1c1c;border-color:#353535;color:#c7bdae!important;font-size:10px;min-height:26px;padding:4px 9px;border-radius:4px}
body.ghc-theme .ghc-compliance-link:hover{background:#38332b;border-color:#8a7250;color:#fff!important}
body.ghc-theme .ghc-compliance-footer-title,body.ghc-theme .ghc-rcp-compliance-title{color:#c9bba5}
body.ghc-theme .ghc-compliance-company,body.ghc-theme .ghc-rcp-compliance-text{color:#9c9387}
body.ghc-theme .ghc-rcp-compliance{background:#191919;border-color:#414141}
body.ghc-theme #slzy-company-footer{background:#0c0c0c;color:#9c968c}
.ghc-home-widgets{margin:25px 0}
.ghc-home-widgets .widget{margin-bottom:25px}
.ghc-home-widgets .twp-row,.ghc-footer-widgets .twp-row{display:flex;flex-wrap:wrap;gap:20px}
.twp-d-flex{display:flex;gap:12px}
.twp-image-section{min-width:0}
.ghc-sidebar .twp-image-section{max-width:100%}
.ghc-sidebar .twp-image-section img{border-radius:5px}
.twp-post,.twp-post-list{margin-bottom:18px}
.twp-post-title{font-size:15px}
.ghc-sidebar .twp-post-title{font-size:13px}
.twp-author-meta,.twp-meta{font-size:10px;color:#9d9486}
.ghc-theme .data-bg{display:block;min-height:130px;background-size:cover;background-position:center;border-radius:7px}
.ghc-home-widgets .twp-col-4{flex:1 1 28%}
.ghc-home-widgets .twp-col-6{flex:1 1 45%}
.ghc-home-widgets .twp-col-12{flex:1 1 100%}
.ghc-home-widgets .twp-carousel-post{display:grid;grid-auto-flow:column;grid-auto-columns:280px;overflow-x:auto;gap:20px}
.ghc-sidebar .nav-tabs{display:flex;list-style:none;padding:0;gap:12px}
.ghc-sidebar .tab-pane{display:none}
.ghc-sidebar .tab-pane.active{display:block}
.gc-new-badge{display:inline-block;background:var(--ghc-red);color:white;border-radius:3px;font-size:10px;padding:2px 7px}
.ghc-content-anchor{scroll-margin-top:120px}
body.admin-bar{--ghc-header-top:32px}
html.ghc-ios-standalone .ghc-header{top:calc(58px + env(safe-area-inset-top,0px))}

@media(min-width:1800px){.ghc-main-menu a{font-size:13px;padding:12px}.ghc-hero,.ghc-hero-slide{min-height:660px}.ghc-hero-copy{width:54%;max-width:850px}.ghc-hero-title{font-size:75px}.ghc-card-info h3{font-size:15px}.ghc-card-meta{font-size:12px}.ghc-exclusive-strip{font-size:12px}}
@media(max-width:1450px){.ghc-header-inner{gap:15px}.ghc-main-menu a{font-size:10px;padding:10px 7px}.ghc-header-bookmarks{display:none}.ghc-logo{width:135px}.ghc-film-rail{grid-auto-columns:calc((100% - 48px)/4.15)}.ghc-hero,.ghc-hero-slide{min-height:500px}.ghc-hero-copy{width:60%}.ghc-discovery{padding:30px}.ghc-discovery .ghc-button-group{max-width:360px}}
@media(max-width:1279px){.ghc-header-inner{min-height:76px}.ghc-header-actions{margin-left:auto}.ghc-menu-toggle{display:inline-flex}.ghc-navigation{display:none;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 150px);overflow:auto;background:#191919;border-bottom:1px solid #414141;padding:14px var(--ghc-gutter) 24px;box-shadow:0 20px 40px #0006}.ghc-header.ghc-menu-open .ghc-navigation{display:block}.ghc-main-menu{display:block}.ghc-main-menu>li{display:block;border-radius:6px}.ghc-main-menu a{font-size:14px;padding:13px 12px;white-space:normal}.ghc-main-menu .sub-menu,.ghc-main-menu .sub-menu .sub-menu{position:static;min-width:0;max-width:none;margin:0 0 6px 12px;padding:4px 8px;border:0;border-left:1px solid #444;box-shadow:none;background:#202020}.ghc-main-menu li:hover>.sub-menu,.ghc-main-menu li:focus-within>.sub-menu{display:none}.ghc-main-menu li.ghc-submenu-open>.sub-menu{display:block}.ghc-submenu-toggle,.ghc-main-menu .sub-menu .ghc-submenu-toggle{position:absolute;right:0;top:0;width:46px;height:46px;padding:10px}.ghc-main-menu .menu-item-has-children>a{padding-right:50px}.ghc-main-menu>li{position:relative}.ghc-header-bookmarks{display:inline-flex}.ghc-hero-title{font-size:45px}.ghc-hero-copy{width:63%}.ghc-feature-label{font-size:9px}.ghc-content-layout{grid-template-columns:minmax(0,1fr) 280px;gap:25px}.ghc-without-sidebar{grid-template-columns:1fr}.ghc-discovery{align-items:flex-start;flex-direction:column}.ghc-discovery .ghc-button-group{max-width:none}.ghc-search-label{display:none}}
@media(max-width:1000px){.ghc-film-rail{grid-auto-columns:calc((100% - 30px)/2.6)}.ghc-film-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ghc-hero,.ghc-hero-slide{min-height:470px}.ghc-hero-title{font-size:38px}.ghc-hero-copy{width:70%;padding-left:30px}.ghc-hero-copy>p{font-size:13px;max-width:370px}.ghc-hero-slide:after{background:linear-gradient(90deg,#080808eb 0%,#080808a8 45%,#08080826 100%),linear-gradient(0deg,#090909,transparent 50%)}.ghc-content-layout{grid-template-columns:1fr}.ghc-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ghc-sidebar .widget{margin:0}.ghc-footer-widgets{grid-template-columns:repeat(2,minmax(0,1fr))}.ghc-footer-top{gap:20px}.ghc-footer-top p{max-width:250px}.ghc-footer-links{gap:25px}.ghc-single .ghc-shelf{margin-top:40px}}
@media(max-width:600px){:root{--ghc-gutter:18px}.ghc-header-inner{min-height:68px;padding-block:10px;gap:8px}.ghc-logo{width:125px;max-height:42px}.ghc-wordmark{font-size:36px}.ghc-brand-caption{font-size:6px;letter-spacing:.08em}.ghc-brand{gap:6px}.ghc-header-actions{gap:3px}.ghc-header-bookmarks{display:none}.ghc-header-actions>.ghc-icon-button{width:33px;height:36px}.ghc-header-join{min-height:33px;font-size:10px;padding:7px 10px}.ghc-home{padding-top:14px}.ghc-hero{border-radius:10px}.ghc-hero,.ghc-hero-slide{min-height:560px}.ghc-hero-slide{align-items:end}.ghc-hero-art{bottom:auto;height:58%}.ghc-hero-art img{object-position:center top}.ghc-hero-slide:after{background:linear-gradient(0deg,#0c0c0c 0%,#0c0c0c 35%,#0c0c0cc7 52%,#0c0c0c08 82%)}.ghc-hero-copy{width:100%;padding:215px 23px 75px}.ghc-feature-label{font-size:8px;letter-spacing:.13em;margin-bottom:14px}.ghc-hero-title{font-size:35px;line-height:1.04;margin-bottom:16px}.ghc-film-meta{font-size:10px;gap:8px}.ghc-film-meta>span:not(:last-child):after{margin-left:8px}.ghc-hero-copy>p{font-size:12px;line-height:1.65;margin:14px 0 21px}.ghc-hero-copy .ghc-button{font-size:12px;padding:10px 16px;min-height:43px;gap:7px}.ghc-hero-copy .ghc-button-group{gap:9px}.ghc-hero-bottom{left:23px;right:23px;bottom:23px}.ghc-hero-credit{font-size:6px;letter-spacing:.1em}.ghc-hero-switches{gap:6px}.ghc-hero-switches button{width:23px;font-size:8px}.ghc-browse-heading{gap:12px;margin-top:24px}.ghc-browse-heading p{font-size:10px}.ghc-browse-heading .ghc-eyebrow{font-size:8px}.ghc-genres{gap:7px;padding-bottom:12px}.ghc-genres a{font-size:11px;padding:7px 14px;min-height:33px}.ghc-shelf{margin:21px 0 24px}.ghc-shelf-heading{margin-bottom:10px;align-items:center}.ghc-shelf-heading h2{font-size:20px;max-width:240px}.ghc-shelf-actions{gap:0}.ghc-shelf-actions .ghc-icon-button{display:none}.ghc-view-all{font-size:10px;margin-right:0;gap:2px}.ghc-film-rail{grid-auto-columns:76%;gap:12px}.ghc-card-info h3{font-size:12px}.ghc-card-meta{font-size:10px}.ghc-exclusive-strip{font-size:10px}.ghc-discovery{padding:25px 22px;margin-top:33px;gap:23px}.ghc-discovery h2{font-size:27px}.ghc-discovery p{font-size:12px}.ghc-discovery .ghc-button-group{width:100%;flex-direction:column;align-items:stretch}.ghc-footer{padding-top:27px}.ghc-footer-top{flex-wrap:wrap;gap:15px;padding-bottom:22px}.ghc-footer-top p{order:3;max-width:none;width:100%;margin:0;font-size:11px}.ghc-footer-back{font-size:10px}.ghc-footer-links{grid-template-columns:1fr 1fr;gap:28px 22px;padding:26px 0}.ghc-footer-links a{font-size:11px}.ghc-footer-bottom{font-size:9px}.ghc-footer-bottom>span:last-child{font-size:6px;letter-spacing:.04em}.ghc-footer-widgets{grid-template-columns:1fr}.ghc-search-inner{padding:18px;gap:8px}.ghc-search-form{gap:7px}.ghc-search-form .ghc-button{padding:10px;min-height:44px}.ghc-search-form .ghc-button>span{display:none}.ghc-search-form input[type=search]{font-size:16px;padding:10px;min-width:0}.ghc-search-inner>.ghc-icon-button{flex-shrink:0}.ghc-film-heading{display:block;margin:25px 0}.ghc-film-heading .ghc-button{margin-top:20px;font-size:12px}.ghc-film-heading .entry-title{font-size:30px}.ghc-breadcrumbs{font-size:10px;gap:8px;margin:20px 0}.ghc-sidebar{display:block}.ghc-sidebar .widget{margin-bottom:20px}.ghc-sidebar .widget-title{font-size:20px}.entry-content{font-size:15px;line-height:1.8}.entry-content h2{font-size:23px}.entry-content .alignleft,.entry-content .alignright{float:none;margin:15px 0}.ghc-page,.ghc-archive{padding-top:27px;padding-bottom:40px}.ghc-page-heading{margin-bottom:25px}.ghc-page-heading h1{font-size:34px}.ghc-film-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 12px}.ghc-film-grid .ghc-card-info h3{font-size:11px}.ghc-film-grid .ghc-card-meta{font-size:9px}.ghc-film-grid .ghc-exclusive-strip{font-size:8px;letter-spacing:0;padding:5px 3px}.ghc-empty{padding:50px 0}.entry-content .gallery-item{width:calc(50% - 10px)}body.ghc-theme .ghc-compliance-inner{padding:7px 12px;gap:5px}body.ghc-theme .ghc-compliance-label{width:auto;font-size:8px}body.ghc-theme .ghc-compliance-links-top{gap:4px}body.ghc-theme .ghc-compliance-links-top .ghc-compliance-link{min-width:0;flex:0 1 auto;font-size:8px;padding:3px 6px;min-height:23px}body.ghc-theme.page-id-39467 #rcp_registration_form{padding:17px}.ghc-home-widgets .twp-col-4,.ghc-home-widgets .twp-col-6{flex-basis:100%}}
@media(max-width:380px){.ghc-header-join{font-size:9px;padding-inline:7px}.ghc-logo{width:110px}.ghc-brand-caption{display:none}.ghc-hero-title{font-size:31px}.ghc-hero-copy{padding-inline:18px}.ghc-hero-copy .ghc-button{padding:10px 12px}.ghc-shelf-heading h2{font-size:18px}}
@media(max-width:1279px){html:not(.ghc-js) .ghc-header-inner{flex-wrap:wrap}html:not(.ghc-js) .ghc-navigation{position:static;display:block;order:3;flex-basis:100%;max-height:none;box-shadow:none}html:not(.ghc-js) .ghc-main-menu .sub-menu{display:block}html:not(.ghc-js) .ghc-menu-toggle{display:none}}
@media(min-width:601px) and (max-width:782px){body.admin-bar{--ghc-header-top:46px}}
@media(max-width:600px){body.admin-bar{--ghc-header-top:0px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}

/* GHC 1.1: readable navigation, category collections and film discovery. */
.ghc-header-inner{min-height:134px;padding-block:8px;gap:24px}
.ghc-logo{width:132px;height:118px;max-height:none;object-fit:contain;object-position:center}
.ghc-main-menu{gap:3px 5px}
.ghc-main-menu a{font-size:16px;padding:11px 10px;line-height:1.5}
.ghc-main-menu .sub-menu{min-width:250px}
.ghc-main-menu .sub-menu a{font-size:15px;padding:11px 14px}
.ghc-submenu-toggle{padding-right:9px}
.ghc-header-join{font-size:14px;min-height:42px;padding:10px 15px}
.ghc-header-actions>.ghc-icon-button{width:40px;height:40px}
.ghc-footer-top .ghc-logo{width:104px;height:94px}
.ghc-category-directory{padding-top:48px;padding-bottom:65px}
.ghc-directory-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin:0 0 38px}
.ghc-directory-heading h1{font-size:clamp(34px,3.3vw,58px);letter-spacing:-.045em;max-width:790px;margin:12px 0 15px}
.ghc-directory-heading p{color:#b1aba2;font-size:16px;margin:0}
.ghc-directory-count{font-size:52px;font-weight:700;line-height:1;color:var(--ghc-gold);padding-bottom:6px;text-align:right}
.ghc-directory-count>span{display:block;font-size:10px;letter-spacing:.17em;color:#a7a096;margin-top:9px}
.ghc-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.ghc-category-tile{position:relative;isolation:isolate;aspect-ratio:16/11;overflow:hidden;border-radius:12px;background:#24201d;box-shadow:inset 0 0 0 1px #ffffff12;transition:transform .22s,box-shadow .22s}
.ghc-category-tile>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .4s}
.ghc-category-tile>img.ghc-category-placeholder{object-fit:contain;padding:10px 20px;background:#000}
.ghc-category-tile:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#080808f5 0%,#080808b8 26%,#08080805 82%)}
.ghc-category-tile-copy{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:23px}
.ghc-category-tile-copy strong{display:block;font-size:clamp(19px,1.6vw,28px);line-height:1.14;letter-spacing:-.025em;color:white}
.ghc-category-film-count{display:block;font-size:13px;color:#c2b9ad;margin-top:8px}
.ghc-category-arrow{display:grid;place-items:center;width:35px;height:35px;flex-shrink:0;border:1px solid #ffffff70;border-radius:50%;background:#0003}
.ghc-category-arrow svg{width:16px;height:16px}
.ghc-category-exclusive{box-shadow:0 0 0 1px #be9455}
.ghc-category-exclusive strong,.ghc-category-exclusive .ghc-category-film-count{color:#f2d29c}
.ghc-category-tile:hover,.ghc-category-tile:focus-visible{transform:translateY(-4px);box-shadow:0 0 0 1px #a69986,0 15px 30px #0005}
.ghc-category-tile:hover>img{transform:scale(1.07)}
.ghc-directory-content{margin-top:40px}
.ghc-category-archive{padding-bottom:60px;max-width:1680px}
.ghc-category-archive-heading{display:flex;align-items:center;justify-content:space-between;gap:25px}
.ghc-category-archive-heading>.ghc-button{flex-shrink:0}
.ghc-blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px;margin:30px 0 45px;align-items:start}
.ghc-blog-film{min-width:0;background:#181818;border:1px solid #343434;border-radius:12px;overflow:hidden}
.ghc-blog-genres{display:flex;flex-wrap:wrap;gap:7px;padding:22px 22px 0;align-items:center}
.ghc-blog-genres a{font-size:12px;line-height:1.5;padding:4px 9px;border-radius:4px;background:#381b22;color:#f4bdc7;border:1px solid #74323f}
.ghc-blog-genres a:hover{background:var(--ghc-red);color:white}
.ghc-blog-title{font-size:clamp(23px,2vw,33px);letter-spacing:-.025em;line-height:1.24;margin:20px 22px 24px}
.ghc-blog-title a:hover{color:var(--ghc-gold)}
.ghc-blog-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#050505;margin:0 22px;border-radius:8px}
.ghc-blog-image>img,.ghc-blog-image .ghc-living-poster-wrap,.ghc-blog-image .ghc-living-poster-wrap>img{display:block;width:100%;height:100%;object-fit:cover}
.ghc-blog-play{position:absolute;right:16px;top:16px;display:grid;place-items:center;background:#fff;color:#c51630;border-radius:50%;width:45px;height:45px;box-shadow:0 4px 18px #0005}
.ghc-blog-film>.ghc-exclusive-strip{margin:0 22px;font-size:12px}
.ghc-blog-copy{padding:22px}
.ghc-blog-credit{font-size:15px;color:#bdb5a9;line-height:1.6;margin:0 0 8px}
.ghc-blog-credit strong{color:#efe7dc;font-weight:600}
.ghc-blog-excerpt{font-size:17px;line-height:1.8;color:#c9c2b7;margin:15px 0 22px}
.ghc-blog-bottom{display:flex;gap:15px;justify-content:space-between;align-items:center;border-top:1px solid #343434;padding-top:20px}
.ghc-blog-read{font-size:14px;color:var(--ghc-gold);display:flex;align-items:center;gap:10px}
.ghc-blog-read svg{width:15px;height:15px}
.ghc-film-actions{display:flex;align-items:center;gap:9px;min-width:0}
.ghc-round-action{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;border:1px solid #a49f98;border-radius:50%;background:#232323;color:#f3efe9;padding:0;transition:background .16s,border-color .16s}
.ghc-round-action:hover{background:#3d3d3d;border-color:#fff;color:#fff}
.ghc-round-action svg{width:21px;height:21px}
.ghc-action-open{background:#f4f0e9;color:#111;border-color:#f4f0e9}
.ghc-action-open:hover{background:#d5d1c9;color:#111}
.ghc-action-info{margin-left:auto}
.ghc-bookmark-action[aria-pressed=true]{border-color:#ddb979;color:#f2d49c;background:#3a3020}
.ghc-bookmark-action[aria-busy=true]{opacity:.55;cursor:wait}
.ghc-card-actions{margin-top:10px;padding-bottom:4px}
.ghc-card-actions .ghc-round-action{width:34px;height:34px}
.ghc-card-actions .ghc-round-action svg{width:18px;height:18px}
.ghc-card-info h3{font-size:14px}
.ghc-card-meta{font-size:12px}
.ghc-hover-preview{position:fixed;z-index:950;background:#202020;border:1px solid #4a443c;border-radius:11px;box-shadow:0 15px 50px #000b;overflow:hidden;max-height:calc(100dvh - 24px);overflow-y:auto}
.ghc-hover-image{display:block;aspect-ratio:16/9;background:#080808;overflow:hidden}
.ghc-hover-image img{width:100%;height:100%;object-fit:cover;display:block}
.ghc-hover-content{padding:18px 20px 20px}
.ghc-hover-content h3{font-size:19px;line-height:1.35;margin:17px 0 8px;letter-spacing:-.02em}
.ghc-hover-meta{font-size:12px;color:#c5b9a6;margin-bottom:12px}
.ghc-detail-categories{display:flex;flex-wrap:wrap;gap:6px}
.ghc-detail-categories a{font-size:12px;line-height:1.5;color:#e6ddcf;border:1px solid #50483d;border-radius:4px;padding:4px 8px;background:#29251f}
.ghc-detail-categories a:hover{background:#4b3926;color:white}
.ghc-film-dialog{padding:0;width:min(1000px,calc(100% - 40px));max-width:none;max-height:calc(100dvh - 60px);margin:30px auto;border:1px solid #4c453c;border-radius:14px;background:#181818;color:var(--ghc-text);box-shadow:0 20px 100px #000b;overflow:auto;overscroll-behavior:contain}
.ghc-film-dialog::backdrop{background:rgba(0,0,0,.8);backdrop-filter:blur(3px)}
.ghc-film-dialog:not([open]){display:none}
.ghc-dialog-panel{position:relative}
.ghc-dialog-close{position:absolute;right:20px;top:20px;z-index:5;background:#121212e8;border-color:#736e66;width:44px;height:44px}
.ghc-dialog-art{aspect-ratio:16/9;position:relative;overflow:hidden;background:#090909}
.ghc-dialog-art img{display:block;width:100%;height:100%;object-fit:cover}
.ghc-dialog-art:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(0deg,#181818,transparent);pointer-events:none}
.ghc-dialog-content{position:relative;padding:6px 42px 40px}
.ghc-dialog-content h2{font-size:clamp(27px,3.2vw,45px);line-height:1.12;letter-spacing:-.035em;margin:12px 0 23px}
.ghc-dialog-actions{display:flex;align-items:center;gap:13px;margin-bottom:29px;flex-wrap:wrap}
#ghc-dialog-year{font-size:14px;color:#b3aaa0;margin-left:5px}
.ghc-dialog-copy{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:40px;border-top:1px solid #38332e;padding-top:25px}
.ghc-dialog-copy h3{font-size:17px;margin:0 0 12px;color:#f0e5d4}
.ghc-dialog-copy p{font-size:17px;line-height:1.8;color:#d2cbc1;margin:0}
.ghc-dialog-copy dl{margin:0 0 20px;font-size:14px;line-height:1.65}
.ghc-dialog-copy dt{color:#a39a8d;font-size:12px;margin-top:14px}
.ghc-dialog-copy dt:first-child{margin-top:0}
.ghc-dialog-copy dd{margin:2px 0 0;color:#ede2d1}
.ghc-film-notice{position:fixed;z-index:100001;bottom:24px;left:50%;transform:translateX(-50%);width:max-content;max-width:calc(100% - 30px);display:flex;gap:15px;align-items:center;padding:14px 18px;border:1px solid #a58b60;background:#28221a;color:#fff4df;border-radius:9px;box-shadow:0 8px 35px #0009;font-size:14px}
.ghc-film-notice a{color:#f3d08d;text-decoration:underline;white-space:nowrap}
.ghc-film-notice button{border:0;background:none;padding:0;color:#fff4df;display:inline-flex}
.ghc-film-notice svg{width:19px;height:19px}
/* A notification must remain in the dialog's top layer while it is open. */
.ghc-film-dialog .ghc-film-notice{position:sticky;left:auto;transform:none;width:auto;max-width:none;bottom:10px;margin:10px 20px;z-index:6}
html:not(.ghc-js) [data-ghc-bookmark],html:not(.ghc-js) button[data-ghc-info]{display:none}
@media(hover:hover) and (pointer:fine) and (min-width:900px){.ghc-card-actions{max-height:0;opacity:0;overflow:hidden;transition:opacity .16s,max-height .16s;margin-top:0;padding-bottom:0}.ghc-film-card:focus-within .ghc-card-actions,.ghc-film-card:hover .ghc-card-actions{max-height:48px;opacity:1;margin-top:10px;padding-bottom:4px}.ghc-film-card:hover .ghc-card-image img{transform:scale(1.08)}}
@media(min-width:1800px){.ghc-main-menu a{font-size:17px}.ghc-logo{width:142px;height:128px}}
@media(max-width:1450px){.ghc-header-inner{gap:16px}.ghc-main-menu a{font-size:15px;padding:10px 8px}.ghc-logo{width:125px;height:113px}.ghc-category-tile-copy{padding:18px}.ghc-category-tile-copy strong{font-size:23px}}
@media(max-width:1279px){.ghc-header-inner{min-height:116px}.ghc-logo{width:118px;height:102px}.ghc-main-menu a{font-size:17px;padding:14px 13px}.ghc-main-menu .sub-menu a{font-size:16px}.ghc-navigation{max-height:calc(100dvh - 170px)}.ghc-header-join{font-size:14px}.ghc-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}
@media(max-width:1000px){.ghc-directory-count{font-size:40px}.ghc-blog-title{font-size:26px}.ghc-blog-genres{padding:18px 18px 0}.ghc-blog-image{margin:0 18px}.ghc-blog-title{margin:18px}.ghc-blog-copy{padding:18px}.ghc-blog-excerpt{font-size:16px}.ghc-blog-film>.ghc-exclusive-strip{margin:0 18px}.ghc-blog-grid{gap:24px 20px}.ghc-category-tile-copy strong{font-size:21px}}
@media(max-width:700px){.ghc-blog-grid{grid-template-columns:1fr;gap:24px}.ghc-category-archive-heading{align-items:flex-start;flex-direction:column}.ghc-category-archive-heading .ghc-button{min-height:40px;font-size:12px}.ghc-directory-heading{gap:20px}.ghc-directory-count{font-size:32px}.ghc-directory-count>span{font-size:8px}.ghc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ghc-category-tile-copy{padding:15px}.ghc-category-arrow{width:28px;height:28px}.ghc-dialog-copy{grid-template-columns:1fr;gap:24px}.ghc-dialog-content{padding:6px 25px 30px}.ghc-dialog-copy p{font-size:16px}.ghc-film-notice{font-size:13px;gap:10px}}
@media(max-width:600px){.ghc-header-inner{min-height:102px;gap:8px;padding-block:8px}.ghc-logo{width:97px;height:86px}.ghc-header-join{font-size:12px;min-height:36px;padding:8px 10px}.ghc-header-actions>.ghc-icon-button{width:35px;height:38px}.ghc-main-menu a{font-size:17px}.ghc-main-menu .sub-menu a{font-size:16px}.ghc-footer-top .ghc-logo{width:95px;height:85px}.ghc-category-directory{padding-top:29px;padding-bottom:40px}.ghc-directory-heading{margin-bottom:25px;align-items:flex-start}.ghc-directory-heading h1{font-size:33px;margin-top:10px}.ghc-directory-heading .ghc-eyebrow{font-size:8px}.ghc-directory-heading p{font-size:14px}.ghc-directory-count{display:none}.ghc-category-tile{aspect-ratio:4/3;border-radius:8px}.ghc-category-tile-copy{padding:13px;gap:5px}.ghc-category-tile-copy strong{font-size:18px}.ghc-category-film-count{font-size:11px;margin-top:5px}.ghc-category-arrow{display:none}.ghc-card-info h3{font-size:14px}.ghc-card-meta{font-size:12px}.ghc-card-actions{margin-top:10px}.ghc-card-actions .ghc-round-action{width:37px;height:37px}.ghc-film-grid .ghc-card-actions{gap:6px}.ghc-film-grid .ghc-round-action{width:30px;height:30px}.ghc-film-dialog{width:100%;max-height:100dvh;height:100dvh;max-width:100%;margin:0;border:0;border-radius:0}.ghc-dialog-close{right:12px;top:12px;width:39px;height:39px}.ghc-dialog-content{padding:6px 21px 30px}.ghc-dialog-content h2{font-size:29px}.ghc-dialog-art{margin-top:0}.ghc-dialog-actions{gap:10px;margin-bottom:22px}.ghc-dialog-actions .ghc-button{font-size:13px;min-height:43px;padding:10px 16px}.ghc-dialog-copy{padding-top:22px}.ghc-blog-credit{font-size:14px}.ghc-blog-title{font-size:26px}.ghc-blog-excerpt{font-size:16px}}
@media(max-width:380px){.ghc-logo{width:87px;height:78px}.ghc-header-join{font-size:11px;padding-inline:8px}.ghc-category-tile-copy strong{font-size:16px}.ghc-directory-heading h1{font-size:30px}}
