/*
Theme Name: New Palava
Theme URI: https://newpalava.com.ng/
Author: New Palava
Description: A clean, responsive entertainment and community WordPress theme for New Palava. Built without external frameworks and designed for easy WordPress Customizer editing.
Version: 1.8.2
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: new-palava
*/

:root{
  --np-bg:#070707;
  --np-surface:#111111;
  --np-surface-2:#171717;
  --np-text:#f6f4ef;
  --np-muted:#a9a9a9;
  --np-gold:#e9b23f;
  --np-red:#c92d3d;
  --np-border:rgba(255,255,255,.14);
  --np-radius:22px;
  --np-content:1240px;
  --np-shadow:0 20px 60px rgba(0,0,0,.28);
  --np-logo-height:46px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--np-bg);
  color:var(--np-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{width:min(calc(100% - 40px),var(--np-content));margin-inline:auto}
.site-main{min-height:60vh}
.np-section{padding:72px 0}
.np-kicker{
  margin:0 0 14px;
  color:var(--np-gold);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.np-section-title{
  margin:0;
  max-width:900px;
  font-size:clamp(2rem,5vw,4.6rem);
  line-height:.98;
  letter-spacing:-.045em;
}
.np-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.np-see-all{font-weight:800;color:var(--np-muted);white-space:nowrap}
.np-see-all:hover{color:var(--np-gold)}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(7,7,7,.9);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--np-border);
}
.header-inner{
  min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.custom-logo,.np-default-logo{display:block;width:auto;height:auto;max-width:min(260px,42vw);max-height:64px;object-fit:contain;object-position:center}.np-default-logo{width:min(260px,42vw);height:auto}
.brand-name{font-weight:900;letter-spacing:-.04em;font-size:1.25rem}
.main-nav ul{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}
.main-nav a{font-weight:700;color:#ddd}
.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--np-gold)}
.header-actions{display:flex;align-items:center;gap:10px}
.np-icon-btn{
  width:44px;height:44px;border:1px solid var(--np-border);border-radius:50%;
  display:grid;place-items:center;background:var(--np-surface);color:var(--np-text)
}
.np-menu-toggle{display:none}

.hero{
  position:relative;
  min-height:clamp(560px,78vh,820px);
  display:flex;align-items:end;
  isolation:isolate;
  overflow:hidden;
}
.hero-media{position:absolute;inset:0;z-index:-2}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{
  position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 40%,rgba(0,0,0,.2) 100%),
    linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.08) 65%);
}
.hero-content{padding:100px 0 90px;max-width:920px}
.hero h1{
  margin:0;
  font-size:clamp(3rem,8vw,7.5rem);
  line-height:.9;
  letter-spacing:-.065em;
  max-width:1000px;
  text-wrap:balance;
}
.hero-copy{margin:24px 0 0;max-width:760px;color:#d1d1d1;font-size:clamp(1.05rem,2vw,1.5rem);line-height:1.45;text-wrap:pretty}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.np-button{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;
  border-radius:999px;border:1px solid transparent;font-weight:900;transition:.2s ease;
}
.np-button-primary{background:var(--np-gold);color:#111}
.np-button-secondary{background:rgba(255,255,255,.08);border-color:var(--np-border);color:#fff}
.np-button-outline{background:transparent;border-color:var(--np-border);color:#fff}
.np-button-outline:hover{background:var(--np-gold);border-color:var(--np-gold);color:#111}
.community-share{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid var(--np-border);border-radius:999px;background:#0b0b0b;color:#ddd;font-weight:800}
.community-share:hover{color:#111;background:var(--np-gold);border-color:var(--np-gold)}
.eyebrow{display:inline-block;color:var(--np-gold);font-size:.82rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase}
.np-button:hover{transform:translateY(-2px);filter:brightness(1.04)}
.np-button:focus-visible,.community-share:focus-visible,.community-like:focus-visible{outline:2px solid var(--np-gold);outline-offset:3px}

.hero-dots{position:absolute;right:24px;bottom:28px;display:flex;gap:8px;align-items:center}
.hero-dot{width:8px;height:8px;border-radius:50%;background:#777;border:0;padding:0}
.hero-dot.is-active{background:var(--np-gold);width:28px;border-radius:99px}

.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.card{
  min-height:310px;padding:28px;border:1px solid var(--np-border);border-radius:var(--np-radius);
  background:linear-gradient(145deg,#121212,#090909);position:relative;overflow:hidden;
  transition:transform .22s ease,border-color .22s ease;
}
.card:hover{transform:translateY(-4px);border-color:rgba(233,178,63,.45)}
.card-media{height:180px;margin:-28px -28px 24px;overflow:hidden}
.card-media img{width:100%;height:100%;object-fit:cover}
.card-type{color:var(--np-red);font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.card h3{margin:10px 0;font-size:clamp(1.35rem,2.4vw,2.1rem);line-height:1.05;letter-spacing:-.035em}
.card p{margin:0;color:var(--np-muted)}
.card-link{position:absolute;inset:0}

.actor-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.actor-card{overflow:hidden;border-radius:18px;background:#111;border:1px solid var(--np-border)}
.actor-card img{width:100%;aspect-ratio:4/5;object-fit:cover}
.actor-card figcaption{padding:14px;font-weight:800}

.stat-strip{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--np-border);
  border:1px solid var(--np-border);border-radius:18px;overflow:hidden
}
.stat{background:#101010;padding:26px;text-align:center}
.stat strong{display:block;font-size:2rem;line-height:1;color:var(--np-gold)}
.stat span{display:block;margin-top:8px;color:var(--np-muted);font-size:.9rem}

.community{
  background:linear-gradient(135deg,#151515,#0a0a0a);
  border:1px solid var(--np-border);border-radius:28px;padding:42px;
}
.community-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}
.community h2{font-size:clamp(2rem,5vw,4.5rem);line-height:.95;margin:0;letter-spacing:-.05em}
.community p{color:var(--np-muted);font-size:1.08rem}
.community-form{display:grid;gap:12px}
.community-form input{
  width:100%;height:52px;padding:0 16px;border-radius:12px;border:1px solid var(--np-border);
  background:#080808;color:#fff
}

.site-footer{margin-top:80px;border-top:1px solid var(--np-border);background:#090909}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px;padding:60px 0}
.footer-title{font-size:1.1rem;font-weight:900;margin:0 0 14px}
.footer-copy{color:var(--np-muted);max-width:360px}
.footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:9px;color:#bbb}
.footer-menu a:hover{color:var(--np-gold)}
.footer-bottom{border-top:1px solid var(--np-border);padding:18px 0;color:#888;font-size:.9rem}
.footer-bottom-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

.floating-nav{
  position:fixed;z-index:60;left:50%;bottom:18px;transform:translateX(-50%);
  width:min(calc(100% - 24px),620px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));
  gap:6px;padding:8px;border:1px solid rgba(255,255,255,.15);border-radius:26px;
  background:rgba(18,18,18,.94);backdrop-filter:blur(18px);box-shadow:var(--np-shadow)
}
.float-item{min-width:0;min-height:62px;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#aaa;font-weight:800;font-size:.72rem}
.float-item:hover,.float-item.is-active{background:var(--np-gold);color:#111}
.float-icon{width:26px;height:26px;display:grid;place-items:center;line-height:1}
.float-icon svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.float-item.is-active .float-icon svg{stroke-width:2.1}
.float-badge{position:relative}
.float-badge:after{content:"";position:absolute;top:-2px;right:-7px;width:7px;height:7px;background:var(--np-red);border-radius:50%}

.entry-wrap{padding:80px 0}
.entry{max-width:900px;margin:auto}
.entry-title{font-size:clamp(2.4rem,6vw,5.5rem);line-height:.95;letter-spacing:-.05em;margin:0 0 20px}
.entry-meta{color:#888;margin-bottom:35px}
.entry-content{font-size:1.12rem;color:#ddd}
.entry-content h2,.entry-content h3{color:#fff;line-height:1.1;margin-top:2em}
.entry-content a{color:var(--np-gold);text-decoration:underline}
.entry-content img{border-radius:16px}
.comments-area{margin-top:60px}

@media (max-width: 900px){
  .main-nav{display:none;position:absolute;top:78px;left:0;right:0;background:#0a0a0a;border-bottom:1px solid var(--np-border);padding:18px 20px}
  .main-nav.is-open{display:block}
  .main-nav ul{display:grid;gap:0}
  .main-nav li a{display:block;padding:14px 0;border-bottom:1px solid var(--np-border)}
  .np-menu-toggle{display:grid}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .actor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .community-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 600px){
  .container{width:min(calc(100% - 28px),var(--np-content))}
  .np-section{padding:52px 0}
  .header-inner{min-height:68px}
  .main-nav{top:68px}
  .brand-name{font-size:1.05rem}
  .custom-logo,.np-default-logo{max-height:38px}.np-default-logo{width:min(220px,58vw)}
  .hero{min-height:min(780px,calc(100svh - 68px));height:auto}
  .hero-content{padding:76px 0 220px;max-width:100%}
  .hero h1,.hero-slide-title{font-size:clamp(2.55rem,12vw,4.45rem);line-height:.95;max-width:100%;letter-spacing:-.055em}
  .hero-copy{font-size:1rem;line-height:1.52;max-width:38rem;margin-top:22px}
  .hero-actions{margin-top:26px;gap:10px}
  .hero-actions .np-button{width:100%;min-height:56px;padding-inline:20px}
  .np-slider-arrow{top:auto;bottom:150px;transform:none;width:44px;height:44px;font-size:30px}
  .np-slider-prev{left:10px}.np-slider-next{right:10px}
  .cards{grid-template-columns:1fr}
  .card{min-height:280px}
  .actor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stat-strip{grid-template-columns:repeat(2,1fr)}
  .community{padding:26px}
  .footer-grid{grid-template-columns:1fr;padding:44px 0}
  .floating-nav{bottom:10px;width:calc(100% - 14px);grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:5px;border-radius:20px}
  .float-item{min-height:52px;border-radius:15px;font-size:.58rem;gap:2px}
  .float-icon{width:21px;height:21px}
  .float-icon svg{width:19px;height:19px}
}

/* Footer branding */
.footer-brand-block{min-width:0}
.footer-logo-link{display:flex;align-items:flex-start;justify-content:flex-start;width:min(280px,100%);margin:0 0 18px;text-decoration:none;line-height:0;overflow:visible}.footer-logo{display:block;width:auto;height:auto;max-width:min(280px,100%);max-height:110px;object-fit:contain;object-position:left center}
@media (max-width:700px){.footer-logo-link{width:min(250px,82vw);margin-bottom:16px}.footer-logo{max-width:250px;max-height:100px}}

/* Floating navigation refinement */
.floating-nav .float-item{position:relative;overflow:visible}
.floating-nav .float-item.is-active{box-shadow:0 7px 20px rgba(233,178,63,.18)}
.floating-nav .float-item:focus-visible{outline:2px solid var(--np-gold);outline-offset:2px}
.footer-brand-block .footer-copy{margin-top:0}

/* Final logo and floating-navigation safeguards */
.site-header .brand-logo,.site-header .custom-logo,.site-header .np-default-logo{flex:0 0 auto;min-width:0}
.site-footer .footer-logo{flex:none}
.floating-nav .float-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.floating-nav .float-item{touch-action:manipulation}

/* v1.1 functional sections, deliberately matched to the original New Palava visual system */
.np-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.np-content-card{min-height:310px;padding:28px;border:1px solid var(--np-border);border-radius:var(--np-radius);background:linear-gradient(145deg,#121212,#090909);position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease}
.np-content-card:hover{transform:translateY(-4px);border-color:rgba(233,178,63,.45)}
.np-content-card .np-card-media{height:180px;margin:-28px -28px 24px;overflow:hidden;background:#111}
.np-content-card .np-card-media img,.np-content-card .np-image-placeholder{width:100%;height:100%;object-fit:cover}
.np-content-card .np-card-type{color:var(--np-red);font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.np-content-card h3{margin:10px 0;font-size:clamp(1.35rem,2.4vw,2.1rem);line-height:1.05;letter-spacing:-.035em}
.np-content-card p{margin:0;color:var(--np-muted)}
.np-section-intro{color:var(--np-muted);max-width:760px;font-size:1.05rem;margin:0}
.np-placeholder-media{height:180px;background:linear-gradient(135deg,#191919,#0b0b0b);display:grid;place-items:center;color:#777;font-weight:900;letter-spacing:.18em}
.np-status-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.np-status-card{border:1px solid var(--np-border);border-radius:18px;background:#101010;overflow:hidden}
.np-status-card .np-card-media{height:230px}
.np-status-card .np-card-media img,.np-status-card .np-image-placeholder{width:100%;height:100%;object-fit:cover}
.np-status-copy{padding:18px}
.np-status-copy h3{margin:8px 0 0;font-size:1.25rem}
.np-status-copy .np-card-type{color:var(--np-gold)}
.np-actor-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.np-actor-card{overflow:hidden;border-radius:18px;background:#111;border:1px solid var(--np-border)}
.np-actor-card .np-card-media{aspect-ratio:4/5}
.np-actor-card img,.np-actor-card .np-image-placeholder{width:100%;height:100%;object-fit:cover}
.np-actor-card figcaption{padding:14px;font-weight:800}
.np-empty{border:1px dashed var(--np-border);border-radius:18px;padding:30px;color:var(--np-muted);background:#0d0d0d}
.np-rating{display:inline-flex;align-items:center;gap:5px;color:var(--np-gold);font-weight:900}
.np-single-poster{margin:28px 0;border-radius:18px;overflow:hidden}
.np-single-poster img{width:100%;max-height:650px;object-fit:cover}
.np-tax-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.np-tax-links a{padding:6px 10px;border:1px solid var(--np-border);border-radius:999px;color:var(--np-muted);font-size:.8rem}
.np-tax-links a:hover{color:var(--np-gold);border-color:rgba(233,178,63,.4)}
@media(max-width:900px){
  .np-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .np-status-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .np-actor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:600px){
  .np-card-grid,.np-status-row{grid-template-columns:1fr}
  .np-actor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* v1.2 editable hero slider */
.np-hero-slider{position:relative;overflow:hidden}
.np-slider-track,.np-slide{position:absolute;inset:0}
.np-slide{opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}
.np-slide.is-active{opacity:1;visibility:visible;z-index:1}
.np-slider-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(0,0,0,.35);color:#fff;font-size:34px;line-height:1;cursor:pointer;backdrop-filter:blur(5px)}
.np-slider-prev{left:22px}.np-slider-next{right:22px}
.np-slider-arrow:hover{background:rgba(0,0,0,.6)}
.np-slider-dots{z-index:6}
.np-slider-dots .hero-dot{cursor:pointer}
.np-slide .hero-media img{width:100%;height:100%;object-fit:cover}
.np-slide .hero-content{position:relative;z-index:3;min-width:0}
@media(max-width:700px){
  .np-slider-arrow{width:44px;height:44px;font-size:30px;bottom:150px}
  .np-slider-prev{left:10px}.np-slider-next{right:10px}
  .hero-dots{right:50%;bottom:92px;transform:translateX(50%)}
}

.np-footer-credit{margin-top:14px;color:var(--np-muted);font-size:.85rem}.np-footer-credit a{color:inherit}.np-footer-credit a:hover{color:var(--np-gold)}

/* v1.4 structured front-end editorial components
   Uses the locked New Palava visual system and only adds content presentation. */
.np-single-editorial .entry{max-width:1120px}
.np-profile-hero{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:44px;align-items:center;margin-bottom:46px}
.np-profile-image{border:1px solid var(--np-border);border-radius:24px;overflow:hidden;background:#101010;aspect-ratio:4/5}
.np-profile-image img,.np-profile-image .np-image-placeholder{width:100%;height:100%;object-fit:cover}
.np-profile-intro{min-width:0}
.np-profile-stage{color:var(--np-gold);font-size:1.15rem;font-weight:800;margin-top:-8px}
.np-lead{color:var(--np-muted);font-size:1.06rem;line-height:1.7;max-width:720px}
.np-social-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.np-social-pill{border:1px solid var(--np-border);padding:8px 12px;border-radius:999px;color:#ddd;font-weight:800;font-size:.82rem}
.np-social-pill:hover{color:#111;background:var(--np-gold);border-color:var(--np-gold)}
.np-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--np-border);border:1px solid var(--np-border);border-radius:20px;overflow:hidden;margin:30px 0}
.np-detail-item{background:#101010;padding:20px}
.np-detail-item span{display:block;color:#777;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:900;margin-bottom:8px}
.np-detail-item strong{display:block;color:#fff;font-size:1rem;line-height:1.3}
.np-editorial-section{margin-top:60px}
.np-editorial-section>.np-kicker{margin-bottom:8px}
.np-info-panel,.np-question-panel,.np-verdict,.np-disclaimer{border:1px solid var(--np-border);border-radius:20px;background:linear-gradient(145deg,#121212,#090909);padding:26px}
.np-panel-label{display:block;color:#777;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:900;margin-bottom:8px}
.np-info-panel strong{font-size:1.25rem}
.np-action-row{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}
.np-big-rating{display:flex;align-items:baseline;gap:6px;margin:22px 0 30px;color:var(--np-gold)}
.np-big-rating strong{font-size:clamp(3rem,9vw,6rem);line-height:.9;letter-spacing:-.06em}
.np-big-rating span{color:#777;font-weight:800}
.np-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0}
.np-review-box{border:1px solid var(--np-border);border-radius:20px;background:#101010;padding:24px;color:#ddd;line-height:1.7}
.np-review-box .np-kicker{margin-bottom:8px}
.np-verdict{margin:24px 0;color:#ddd;line-height:1.7}
.np-status-badge{display:inline-flex;border-radius:999px;padding:8px 12px;font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin:4px 0 20px;border:1px solid var(--np-border)}
.np-status-confirmed{color:#111;background:#7bd88f;border-color:#7bd88f}
.np-status-false{color:#fff;background:#8c2929;border-color:#8c2929}
.np-status-unconfirmed,.np-status-rumour{color:#111;background:var(--np-gold);border-color:var(--np-gold)}
.np-disclaimer{margin:28px 0;color:#999;font-size:.88rem;line-height:1.6}
.np-question-panel{margin:28px 0}
.np-question-panel h2{font-size:clamp(1.6rem,4vw,3rem);line-height:1.05;letter-spacing:-.035em;margin:0}
.np-single-editorial .comments-area{margin-top:55px}
@media(max-width:900px){
  .np-profile-hero{grid-template-columns:1fr;gap:26px}
  .np-profile-image{max-width:520px}
  .np-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .np-profile-hero{gap:20px;margin-bottom:32px}
  .np-profile-image{border-radius:18px}
  .np-detail-grid,.np-review-grid{grid-template-columns:1fr}
  .np-detail-item{padding:17px}
  .np-info-panel,.np-question-panel,.np-verdict,.np-disclaimer,.np-review-box{padding:20px}
  .np-editorial-section{margin-top:44px}
}

/* v1.5 dedicated archive templates. These extend the locked New Palava design. */
.np-archive-page{min-height:55vh}
.np-archive-head{align-items:flex-start}
.np-archive-tools{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px}
.np-filter-link{display:inline-flex;align-items:center;border:1px solid var(--np-border);border-radius:999px;padding:9px 14px;color:#aaa;font-weight:800;font-size:.82rem}
.np-filter-link:hover,.np-filter-link.is-active{background:var(--np-gold);border-color:var(--np-gold);color:#111}
.np-archive-grid .np-content-card h2,.np-archive-actor-card h2{margin:10px 0;font-size:clamp(1.3rem,2.4vw,2rem);line-height:1.05;letter-spacing:-.035em}
.np-archive-meta{color:var(--np-gold)!important;font-size:.84rem;font-weight:800}
.np-archive-actor-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:30px}
.np-archive-actor-card{position:relative;overflow:hidden;border:1px solid var(--np-border);border-radius:var(--np-radius);background:linear-gradient(145deg,#121212,#090909)}
.np-archive-actor-card>a{display:block;height:100%;padding:18px;color:inherit}
.np-archive-actor-card .np-card-media{height:300px;margin:-18px -18px 18px;overflow:hidden;background:#111}
.np-archive-actor-card .np-card-media img,.np-archive-actor-card .np-image-placeholder{width:100%;height:100%;object-fit:cover}
.np-archive-actor-card .np-card-type{color:var(--np-gold);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.np-archive-actor-card p{color:var(--np-muted);margin:0}
.np-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:42px 0 10px}
.np-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--np-border);border-radius:12px;color:#aaa;font-weight:800}
.np-pagination .page-numbers:hover,.np-pagination .page-numbers.current{background:var(--np-gold);border-color:var(--np-gold);color:#111}
@media(max-width:900px){.np-archive-actor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){
  .np-archive-head{display:block}
  .np-archive-tools{margin-top:22px}
  .np-archive-actor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .np-archive-actor-card .np-card-media{height:240px}
}

/* ==========================================================================
 * New Palava v1.5.14 release cleanup
 * Locked visual language retained; improves discovery, hero fallbacks,
 * community cards and mobile floating navigation.
 * ========================================================================== */
.hero-slide-title{margin:0;font-size:clamp(2.8rem,7vw,6.5rem);line-height:.92;letter-spacing:-.06em;max-width:950px;text-wrap:balance}
.hero-media:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 32%,rgba(233,178,63,.08),transparent 34%);pointer-events:none}
.np-watch-section{padding-top:64px}
.np-watch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.np-watch-card{min-width:0;border:1px solid var(--np-border);border-radius:22px;background:linear-gradient(145deg,#151515,#090909);overflow:hidden;transition:transform .22s ease,border-color .22s ease}
.np-watch-card:hover{transform:translateY(-5px);border-color:rgba(233,178,63,.45)}
.np-watch-link{display:block;height:100%}
.np-watch-media{position:relative;height:320px;background:#101010;overflow:hidden}
.np-watch-media img,.np-watch-media .np-image-placeholder{width:100%;height:100%;object-fit:cover}
.np-watch-badge{position:absolute;left:14px;top:14px;padding:7px 11px;border-radius:999px;background:var(--np-gold);color:#111;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.np-watch-body{padding:19px}
.np-watch-body h3{margin:8px 0;font-size:1.35rem;line-height:1.04;letter-spacing:-.035em}
.np-watch-body p{margin:10px 0 0;color:var(--np-muted);font-size:.9rem}
.np-watch-meta{display:flex;gap:12px;align-items:center;min-height:22px;color:#777;font-size:.82rem;font-weight:800}
.np-watch-meta .np-rating{font-size:.82rem}
.np-watch-empty{grid-column:1/-1;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.np-watch-empty strong{color:#fff;font-size:1.15rem}
.np-watch-empty span{color:var(--np-muted);flex:1 1 300px}

.np-discussion-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px}
.np-discussion-card{position:relative;min-height:245px;border:1px solid var(--np-border);border-radius:22px;background:linear-gradient(145deg,#151515,#0a0a0a);overflow:hidden;transition:transform .22s ease,border-color .22s ease}
.np-discussion-card:hover{transform:translateY(-4px);border-color:rgba(233,178,63,.45)}
.np-discussion-card>a{display:flex;flex-direction:column;height:100%;padding:26px}
.np-discussion-top{display:flex;align-items:center;gap:9px;color:var(--np-gold);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.np-discussion-icon{font-size:1rem;letter-spacing:0}
.np-discussion-card h3{margin:22px 0 10px;font-size:clamp(1.45rem,2.8vw,2.25rem);line-height:1.02;letter-spacing:-.04em}
.np-discussion-card p{margin:0;color:var(--np-muted);line-height:1.55}
.np-discussion-cta{margin-top:auto;padding-top:20px;color:#fff;font-weight:900}
.np-discussion-card:hover .np-discussion-cta{color:var(--np-gold)}
.np-discussion-featured{background:linear-gradient(145deg,rgba(201,45,61,.22),#0c0c0c 70%)}

.np-status-section{padding-top:48px;padding-bottom:48px}
.np-rumours-section{background:linear-gradient(180deg,transparent,#0b0b0b 18%,transparent 100%)}
.np-section-intro{margin-top:14px}
.np-empty{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.np-empty a{margin-left:auto}

@media(max-width:900px){
  .np-watch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .np-discussion-grid{grid-template-columns:1fr 1fr}
  .np-discussion-featured{grid-column:1/-1}
}
@media(max-width:600px){
  .np-watch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .np-watch-media{height:230px}
  .np-watch-body{padding:14px}
  .np-watch-body h3{font-size:1.08rem}
  .np-watch-body p{font-size:.82rem}
  .np-discussion-grid{grid-template-columns:1fr}
  .np-discussion-featured{grid-column:auto}
  .np-discussion-card{min-height:220px}
  .floating-nav{width:calc(100% - 14px);grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:5px}
  .float-item{min-height:55px;font-size:.58rem;padding-inline:1px}
  .float-icon{width:22px;height:22px}
  .float-icon svg{width:19px;height:19px}
}
@media(max-width:380px){
  .float-item{font-size:.52rem}
  .float-icon{width:20px;height:20px}
  .float-icon svg{width:18px;height:18px}
}


/* v1.5.14 desktop floating navigation correction; five-item row is authoritative */
/* Internal-linking and scalability polish */
.np-card-placeholder,.np-image-placeholder{background:linear-gradient(135deg,#191919,#0b0b0b);display:grid;place-items:center;min-height:100%;position:relative}
.np-card-placeholder:after,.np-image-placeholder:after{content:'NEW PALAVA';color:#555;font-size:.68rem;font-weight:900;letter-spacing:.18em}
.np-related-links{display:flex;flex-wrap:wrap;gap:10px}
.np-related-pill{display:inline-flex;align-items:center;padding:9px 13px;border:1px solid var(--np-border);border-radius:999px;color:var(--np-text);background:#0d0d0d;font-weight:800;font-size:.9rem;text-decoration:none}
.np-related-pill:hover{color:var(--np-gold);border-color:rgba(233,178,63,.45)}
.np-related-panel strong a,.np-archive-meta a{color:var(--np-gold);text-decoration:none}
.np-related-panel strong a:hover,.np-archive-meta a:hover{text-decoration:underline}
.np-related-grid .np-content-card>a{display:block;color:inherit;text-decoration:none}
/* Admin relationship selectors are loaded only in wp-admin. */

/* Community — uses the locked New Palava visual language */
.community-page{padding:78px 0 130px}.community-head{max-width:820px;margin-bottom:34px}.community-head h1{margin:8px 0 12px;font-size:clamp(2.5rem,6vw,5rem);line-height:.96;letter-spacing:-.05em}.community-head p{color:var(--np-muted);font-size:1.08rem;max-width:680px}.community-composer,.community-card{border:1px solid var(--np-border);border-radius:20px;background:#101010;box-shadow:var(--np-shadow)}.community-composer{padding:22px;margin-bottom:28px}.community-composer input,.community-composer textarea{width:100%;background:#080808;color:#fff;border:1px solid var(--np-border);border-radius:12px;padding:13px 14px;margin:0 0 12px;font:inherit}.community-composer textarea{min-height:130px;resize:vertical}.community-grid-list{display:grid;gap:16px}.community-card{padding:22px}.community-card h2{font-size:1.45rem;margin:0 0 8px}.community-meta{color:#888;font-size:.84rem;margin-bottom:14px}.community-content{color:#ddd;line-height:1.7}.community-actions{display:flex;gap:8px;align-items:center;margin-top:18px;flex-wrap:wrap}.community-like{border:1px solid var(--np-border);background:#0b0b0b;color:#ddd;border-radius:999px;padding:8px 13px;font-weight:800;cursor:pointer}.community-like.is-liked{color:#111;background:var(--np-gold);border-color:var(--np-gold)}.community-empty{border:1px dashed var(--np-border);border-radius:20px;padding:32px;color:var(--np-muted)}

/* v1.5.16 production hardening: preserve the locked single-row floating menu. */
.community-notice{margin:0 0 18px;padding:12px 14px;border:1px solid rgba(233,178,63,.35);border-radius:12px;background:#17130b;color:#f0d08b}
.floating-nav{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:600px){.floating-nav{grid-template-columns:repeat(5,minmax(0,1fr));width:calc(100% - 14px);gap:2px;padding:5px}.float-item{min-width:0;white-space:nowrap}.float-item span:last-child{overflow:hidden;text-overflow:ellipsis}}

/* v1.5.18 precision polish: preserve the locked architecture while improving mobile readability. */
.community-preview{padding-top:24px;padding-bottom:120px}
.community-preview .np-section-head{align-items:center}
.community-preview h2{margin:.25rem 0 .5rem;font-size:clamp(2rem,7vw,4rem);line-height:.98;letter-spacing:-.045em;text-wrap:balance}
.community-preview .np-button{flex:0 0 auto}
.community-card h2 a:hover{color:var(--np-gold)}
@media(max-width:600px){
  .np-section-head{display:block}
  .np-see-all{display:inline-flex;margin-top:14px}
  .community-preview{padding-bottom:112px}
  .community-preview .np-section-head{display:block}
  .community-preview .np-button{width:100%;margin-top:20px}
  .community-actions .np-button,.community-actions .community-share{min-height:46px}
  .community-composer{padding:18px}
  .community-card{padding:18px}
}


/* v1.5.19 mobile hero control separation: keep controls clear of CTA buttons and the fixed nav. */
@media (max-width:600px){
  .np-hero-slider .hero-actions{position:relative;z-index:4}
  .np-hero-slider .np-slider-arrow{z-index:7}
  .np-hero-slider .hero-dots{z-index:7}
  .np-hero-slider .hero-overlay{background:
    linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.34) 100%),
    linear-gradient(0deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.16) 72%);
  }
}


/* v1.5.22 community registration: complete member journey without changing the locked layout. */
.community-member-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:30px;align-items:start}
.community-member-grid h2{margin:.35rem 0 .7rem;font-size:clamp(2rem,5vw,3.7rem);line-height:.98;letter-spacing:-.045em;text-wrap:balance}
.community-login-prompt{margin-top:22px;color:var(--np-muted)}
.community-login-prompt a{color:var(--np-gold);font-weight:800;text-decoration:none}
.community-login-prompt a:hover{text-decoration:underline}
.community-register-form{display:grid;gap:9px;padding:20px;border:1px solid var(--np-border);border-radius:18px;background:#0b0b0b}
.community-register-form label{font-size:.84rem;font-weight:800;color:#ddd;margin-top:4px}
.community-register-form input{width:100%;min-height:48px;background:#080808;color:#fff;border:1px solid var(--np-border);border-radius:11px;padding:12px 13px;font:inherit;box-sizing:border-box}
.community-register-form input:focus{outline:2px solid rgba(233,178,63,.5);outline-offset:1px;border-color:var(--np-gold)}
.community-register-form .np-button{margin-top:8px;width:100%;min-height:50px}
.community-registration-closed{padding:20px;border:1px dashed var(--np-border);border-radius:18px;color:var(--np-muted)}
.community-registration-closed strong{display:block;color:var(--np-text);margin-bottom:7px}
.community-notice-error{border-color:rgba(201,45,61,.45);background:rgba(201,45,61,.1);color:#ffd6db}
@media(max-width:700px){
  .community-member-grid{grid-template-columns:1fr;gap:20px}
  .community-member-grid h2{font-size:clamp(2rem,9vw,3rem)}
  .community-register-form{padding:17px}
}

/* v1.7 community performance rumour */
.np-archive-head{max-width:820px;margin-bottom:40px}
.np-archive-intro{color:var(--np-muted);font-size:1.05rem;line-height:1.7;max-width:720px}
.np-rating-line{margin-top:12px}.np-rating-line strong{color:var(--np-gold);font-size:1.2rem}
.np-vote-panel{border:1px solid var(--np-border);border-radius:20px;padding:26px;background:#101010;margin:32px 0}
.np-performance-image{max-width:520px;margin:0 auto 30px}
.np-join-button{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:var(--np-gold);color:#111!important;font-size:.8rem;font-weight:900;white-space:nowrap;margin-left:10px}
.np-empty-state{border:1px solid var(--np-border);border-radius:20px;padding:36px;color:#999;grid-column:1/-1}

/* np-v171-safe-layer: additions only, locked New Palava design preserved */
.np-join-button{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:var(--np-gold,#d4af37);color:#111!important;font-size:.8rem;font-weight:900;white-space:nowrap;margin-left:10px}
.np-archive-head{max-width:820px;margin-bottom:40px}.np-archive-intro{color:var(--np-muted,#777);line-height:1.7}
.np-rating-line{margin-top:12px}.np-rating-line strong{color:var(--np-gold,#d4af37);font-size:1.2rem}
.np-performance-image{max-width:520px;margin:0 auto 30px}.np-vote-panel{border:1px solid var(--np-border,#333);border-radius:20px;padding:26px;margin:32px 0}
.np-empty-state{border:1px solid var(--np-border,#333);border-radius:20px;padding:36px;grid-column:1/-1}
@media(max-width:700px){.np-join-button{padding:8px 11px;font-size:.72rem}}

/* New Palava v1.7.8: header Join / Register CTA */
.np-header-join{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;margin-left:14px;border:1px solid rgba(242,183,58,.55);border-radius:999px;color:#f2b73a;background:transparent;text-decoration:none;font-weight:700;line-height:1;white-space:nowrap}
.np-header-join:hover,.np-header-join:focus-visible{color:#111;background:#f2b73a}
@media (max-width:700px){.np-header-join{min-height:38px;padding:0 12px;margin-left:8px;font-size:13px}}


/* ============================================================
   New Palava 1.8.0 visual refinement
   Purpose: stronger editorial hierarchy, typography, imagery,
   spacing and interaction while retaining the black/gold identity.
   ============================================================ */

:root{
  --np-gold:#f2b63d;
  --np-gold-soft:#ffc95b;
  --np-ink:#08090a;
  --np-surface:#111315;
  --np-surface-2:#17191c;
  --np-text:#f7f5ef;
  --np-muted:#a9abb0;
  --np-line:rgba(255,255,255,.11);
  --np-radius:24px;
  --np-shadow:0 18px 55px rgba(0,0,0,.30);
}

/* Typography */
body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:-.012em;
  text-rendering:optimizeLegibility;
}
h1,h2,h3,h4,h5,h6{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:-.035em;
  line-height:1.02;
  text-wrap:balance;
}
p{
  line-height:1.68;
  color:var(--np-muted);
}
a{
  transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}

/* Editorial section hierarchy */
.np-section-title,
section h2{
  letter-spacing:-.04em;
}
.np-section-title::after{
  content:"";
  display:block;
  width:54px;
  height:3px;
  margin-top:12px;
  border-radius:99px;
  background:var(--np-gold);
}

/* Header CTA: one clean, prominent control */
.np-header-join{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  margin-right:14px;
  border:1px solid rgba(242,182,61,.62);
  border-radius:999px;
  background:rgba(242,182,61,.08);
  color:var(--np-gold);
  text-decoration:none;
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.01em;
  white-space:nowrap;
  box-shadow:0 7px 22px rgba(0,0,0,.18);
}
.np-header-join:hover,
.np-header-join:focus-visible{
  background:var(--np-gold);
  border-color:var(--np-gold);
  color:#111;
  transform:translateY(-1px);
}

/* Cards: cleaner depth, stronger hierarchy */
.np-discussion-card,
.np-card,
.np-movie-card,
.np-actor-card{
  border-color:var(--np-line);
  box-shadow:var(--np-shadow);
  overflow:hidden;
}
.np-discussion-card{
  position:relative;
  background:
    radial-gradient(circle at 85% 15%,rgba(242,182,61,.08),transparent 32%),
    linear-gradient(145deg,#141517,#0d0e10);
}
.np-discussion-card:hover,
.np-card:hover,
.np-movie-card:hover,
.np-actor-card:hover{
  transform:translateY(-3px);
  border-color:rgba(242,182,61,.42);
}

/* Card labels */
.np-discussion-top,
.np-eyebrow,
.np-label{
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}

/* Imagery */
img{
  max-width:100%;
}
.np-card img,
.np-movie-card img,
.np-actor-card img{
  display:block;
  width:100%;
  object-fit:cover;
  background:#17191c;
}
.np-movie-card img{
  aspect-ratio:2/3;
}
.np-actor-card img{
  aspect-ratio:4/5;
}
.np-card img{
  aspect-ratio:16/10;
}

/* Image overlays for editorial cards */
.np-movie-card,
.np-actor-card{
  position:relative;
}
.np-movie-card::after,
.np-actor-card::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:38%;
  pointer-events:none;
  background:linear-gradient(to top,rgba(0,0,0,.68),transparent);
}

/* Buttons and CTAs */
button,
input[type="submit"],
.np-button,
.np-cta,
.np-discussion-cta{
  font-weight:800;
  letter-spacing:-.01em;
  border-radius:999px;
}
.np-discussion-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.np-discussion-cta:hover{
  transform:translateX(3px);
}

/* Ratings */
.np-rating,
.np-score,
.np-rating-badge{
  font-variant-numeric:tabular-nums;
  font-weight:850;
  letter-spacing:-.02em;
}

/* Metadata */
.np-meta{
  font-size:.82rem;
  letter-spacing:.02em;
  color:var(--np-muted);
}

/* Featured/hero copy */
.np-hero h1,
.np-featured h1{
  max-width:13ch;
  font-size:clamp(2.4rem,6vw,5.8rem);
  letter-spacing:-.055em;
}
.np-hero p,
.np-featured p{
  max-width:62ch;
}

/* Improve reading measure */
.np-content,
.np-single-content{
  max-width:74ch;
}
.np-content p,
.np-single-content p{
  font-size:1.04rem;
}

/* Mobile rhythm */
@media (max-width:700px){
  .np-header-join{
    min-height:37px;
    padding:0 12px;
    margin-right:7px;
    font-size:.72rem;
  }
  h1{
    letter-spacing:-.045em;
  }
  .np-hero h1,
  .np-featured h1{
    font-size:clamp(2.15rem,11vw,3.6rem);
  }
  .np-discussion-card{
    border-radius:20px;
  }
  .np-content p,
  .np-single-content p{
    font-size:1rem;
  }
}

/* Reduced motion accessibility */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}

/* Functional archive actions: preserve the card treatment while making vote/registration actions explicit. */
.np-card-action{position:relative;z-index:2;margin-top:10px;min-height:44px;padding-inline:18px}
.np-content-card .np-card-action{display:inline-flex}
@media(max-width:600px){.np-content-card .np-card-action{width:100%}}
