/* === Noonoo-style centered sticky menubar, matched to hero/movie content width === */
:root{
  --noonoo-bar-width: 1280px;
  --noonoo-side-gap: 32px;
  --noonoo-top-gap: 10px;
  --noonoo-bar-bg: rgba(15,13,25,.97);
  --noonoo-border: rgba(117,83,181,.55);
}
html{scroll-padding-top:82px!important;}
body{padding-top:76px!important;}

.site-header{
  position:fixed!important;
  top:var(--noonoo-top-gap)!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(var(--noonoo-bar-width), calc(100% - var(--noonoo-side-gap)))!important;
  max-width:min(var(--noonoo-bar-width), calc(100% - var(--noonoo-side-gap)))!important;
  height:auto!important;
  min-height:0!important;
  padding:7px 16px!important;
  margin:0!important;
  z-index:99999!important;
  box-sizing:border-box!important;
  background:var(--noonoo-bar-bg)!important;
  border:1px solid var(--noonoo-border)!important;
  border-radius:18px!important;
  box-shadow:0 10px 30px rgba(0,0,0,.35)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  overflow:visible!important;
}
.site-header.scrolled{
  top:var(--noonoo-top-gap)!important;
  background:rgba(15,13,25,.985)!important;
  border-color:rgba(126,91,198,.66)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.45)!important;
}
.hd-inner{
  width:100%!important;
  max-width:none!important;
  height:38px!important;
  min-height:38px!important;
  padding:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
  box-sizing:border-box!important;
}
.logo{
  flex:0 0 auto!important;
  margin:0 4px 0 0!important;
  font-size:26px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-1.3px!important;
  color:var(--acc,#12e38b)!important;
  white-space:nowrap!important;
}
.nav-tog{display:none!important;}
.gnb{
  display:flex!important;
  align-items:center!important;
  flex:1 1 auto!important;
  gap:0!important;
  min-width:0!important;
  overflow:hidden!important;
}
.gnb a{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:38px!important;
  padding:0 13px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#b9b5d3!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:-.2px!important;
  line-height:38px!important;
  white-space:nowrap!important;
  transition:color .18s ease!important;
}
.gnb a .ni{display:none!important;}
.gnb a::after{
  content:''!important;
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  width:0!important;
  height:2px!important;
  border-radius:999px!important;
  background:var(--acc,#12e38b)!important;
  transform:translateX(-50%)!important;
  transition:width .18s ease!important;
}
.gnb a:hover,.gnb a.active{
  color:#fff!important;
  background:transparent!important;
}
.gnb a:hover::after,.gnb a.active::after{width:16px!important;}
.hd-search{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  margin-left:auto!important;
  height:34px!important;
}
.s-form{
  display:flex!important;
  align-items:center!important;
  width:220px!important;
  height:34px!important;
  margin:0!important;
}
.s-input{
  display:block!important;
  width:180px!important;
  height:34px!important;
  min-height:34px!important;
  padding:0 12px!important;
  margin:0!important;
  box-sizing:border-box!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-right:none!important;
  border-radius:9px 0 0 9px!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:500!important;
  outline:none!important;
  box-shadow:none!important;
}
.s-input:focus{
  width:180px!important;
  border-color:rgba(18,227,139,.45)!important;
  background:rgba(255,255,255,.08)!important;
}
.s-input::placeholder{color:#77718f!important;}
.s-btn{
  width:40px!important;
  min-width:40px!important;
  height:34px!important;
  min-height:34px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0 9px 9px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:34px!important;
  background:var(--acc,#12e38b)!important;
  color:var(--atx,#07110d)!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
main#main,#main{padding-top:0!important;}
.home-hero,.home-hero-inner,.hero,.hero-wrap,.main-hero,.hero-section{margin-top:0!important; padding: 30px;}

@media (min-width:1401px){
  :root{--noonoo-bar-width:1350px;--noonoo-side-gap:44px;}
}
@media (max-width:1024px){
  :root{--noonoo-side-gap:16px;--noonoo-top-gap:8px;}
  html{scroll-padding-top:68px!important;}
  body{padding-top:64px!important;}
  .site-header{width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;padding:7px 12px!important;border-radius:15px!important;}
  .hd-inner{height:36px!important;min-height:36px!important;gap:12px!important;}
  .logo{font-size:22px!important;}
  .nav-tog{display:inline-flex!important;order:3;margin-left:auto!important;width:34px!important;height:34px!important;}
  .gnb{display:none!important;}
  .hd-search{display:none!important;}
}
@media (max-width:520px){
  :root{--noonoo-side-gap:12px;--noonoo-top-gap:6px;}
  html{scroll-padding-top:62px!important;}
  body{padding-top:60px!important;}
  .site-header{width:calc(100% - 12px)!important;max-width:calc(100% - 12px)!important;padding:6px 10px!important;border-radius:14px!important;}
  .hd-inner{height:34px!important;min-height:34px!important;}
  .logo{font-size:20px!important;}
}

/* === FINAL FIX: menu bar width matches poster grid/content width === */
:root{
  --noonoo-bar-width: 1400px !important;
  --noonoo-side-gap: 12px !important;
  --noonoo-top-gap: 6px !important;
}
html{scroll-padding-top:78px!important;}
body{padding-top:72px!important;}
.site-header{
  position:fixed!important;
  top:var(--noonoo-top-gap)!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(1354px, calc(100% - 12px))!important;
  max-width:min(1400px, calc(100% - 12px))!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  padding:9px 18px!important;
  margin:0!important;
  border-radius:18px!important;
  box-sizing:border-box!important;
  z-index:99999!important;
}
.hd-inner{
  width:100%!important;
  max-width:none!important;
  height:40px!important;
  min-height:40px!important;
  padding:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
  box-sizing:border-box!important;
}
.logo{font-size:27px!important;line-height:40px!important;}
.gnb a{height:40px!important;line-height:40px!important;padding:0 14px!important;font-size:13px!important;}
.hd-search{height:36px!important;}
.s-form{width:220px!important;height:36px!important;}
.s-input{width:180px!important;height:36px!important;min-height:36px!important;}
.s-input:focus{width:180px!important;}
.s-btn{width:40px!important;min-width:40px!important;height:36px!important;min-height:36px!important;}
.home-hero,
.page-wrap,
.home-content,
.wrap{
  max-width:1400px!important;
}
@media (min-width:1401px){
  .site-header{width:1400px!important;max-width:1400px!important;}
}
@media (max-width:1024px){
  body{padding-top:66px!important;}
  .site-header{width:calc(100% - 12px)!important;max-width:calc(100% - 12px)!important;padding:8px 12px!important;border-radius:15px!important;}
  .hd-inner{height:36px!important;min-height:36px!important;}
  .logo{font-size:22px!important;line-height:36px!important;}
}
@media (max-width:520px){
  body{padding-top:60px!important;}
  .site-header{width:calc(100% - 10px)!important;max-width:calc(100% - 10px)!important;padding:7px 10px!important;border-radius:14px!important;}
  .hd-inner{height:34px!important;min-height:34px!important;}
  .logo{font-size:20px!important;line-height:34px!important;}
}

/* === USER FINAL: poster-grid aligned compact header === */
:root{
  --noonoo-bar-width:1340px!important;
  --noonoo-side-gap:48px!important;
  --noonoo-top-gap:8px!important;
}
html{scroll-padding-top:78px!important;}
body{padding-top:74px!important;}
.site-header{
  position:fixed!important;
  top:8px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:min(1340px, calc(100% - 48px))!important;
  max-width:min(1354px, calc(100% - 48px))!important;
  padding:9px 14px!important;
  border-radius:18px!important;
  box-sizing:border-box!important;
}
.hd-inner{
  height:40px!important;
  min-height:40px!important;
  width:100%!important;
  max-width:none!important;
  gap:18px!important;
  padding:0!important;
}
.logo{
  font-size:22px!important;
  line-height:40px!important;
  letter-spacing:-1px!important;
  margin-right:14px!important;
}
.gnb a{
  height:40px!important;
  line-height:40px!important;
  padding:0 12px!important;
  font-size:12px!important;
  font-weight:800!important;
}
.hd-search{height:36px!important;}
.s-form{width:210px!important;height:36px!important;}
.s-input,.s-input:focus{width:170px!important;height:36px!important;min-height:36px!important;font-size:12px!important;}
.s-btn{width:40px!important;min-width:40px!important;height:36px!important;min-height:36px!important;}
@media (min-width:1400px){
  .site-header{width:1340px!important;max-width:1340px!important;}
}
@media (max-width:1024px){
  :root{--noonoo-side-gap:16px!important;--noonoo-top-gap:8px!important;}
  body{padding-top:66px!important;}
  .site-header{width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;padding:8px 12px!important;border-radius:15px!important;}
  .hd-inner{height:36px!important;min-height:36px!important;}
  .logo{font-size:20px!important;line-height:36px!important;}
}
@media (max-width:520px){
  body{padding-top:60px!important;}
  .site-header{width:calc(100% - 10px)!important;max-width:calc(100% - 10px)!important;padding:7px 10px!important;border-radius:14px!important;}
  .hd-inner{height:34px!important;min-height:34px!important;}
  .logo{font-size:19px!important;line-height:34px!important;}
}

/* === FINAL EXACT 1378px HEADER ALIGNMENT === */
:root{
  --noonoo-bar-width:1378px!important;
  --noonoo-side-gap:12px!important;
  --noonoo-top-gap:6px!important;
}
html{scroll-padding-top:76px!important;}
body{padding-top:72px!important;}
.site-header{
  position:fixed!important;
  top:6px!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:1400px!important;
  max-width:calc(100% - 12px)!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  padding:8px 14px!important;
  margin:0!important;
  border-radius:18px!important;
  box-sizing:border-box!important;
  z-index:99999!important;
}
.hd-inner{
  width:100%!important;
  max-width:none!important;
  height:40px!important;
  min-height:40px!important;
  padding:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:17px!important;
  box-sizing:border-box!important;
}
.logo{
  font-size:17px!important;
  line-height:40px!important;
  letter-spacing:-.5px!important;
  margin:0 14px 0 0!important;
  white-space:nowrap!important;
}
.gnb a{
  height:40px!important;
  line-height:40px!important;
  padding:0 12px!important;
  font-size:12px!important;
  font-weight:800!important;
}
.hd-search{height:36px!important;margin-left:auto!important;}
.s-form{width:210px!important;height:36px!important;}
.s-input,.s-input:focus{width:170px!important;height:36px!important;min-height:36px!important;font-size:12px!important;}
.s-btn{width:40px!important;min-width:40px!important;height:36px!important;min-height:36px!important;}
@media (max-width:1390px){
  .site-header{width:calc(100% - 12px)!important;max-width:calc(100% - 12px)!important;}
}
@media (max-width:1024px){
  body{padding-top:66px!important;}
  .site-header{width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;padding:8px 12px!important;border-radius:15px!important;}
  .hd-inner{height:36px!important;min-height:36px!important;gap:12px!important;}
  .logo{font-size:17px!important;line-height:36px!important;}
}
@media (max-width:520px){
  body{padding-top:60px!important;}
  .site-header{width:calc(100% - 10px)!important;max-width:calc(100% - 10px)!important;padding:7px 10px!important;border-radius:14px!important;}
  .hd-inner{height:34px!important;min-height:34px!important;}
  .logo{font-size:17px!important;line-height:34px!important;}
}

/* === MOBILE DRAWER SEARCH INLINE FIX === */
.drawer .dw-search,
#drawer .dw-search{
  width:100%!important;
  padding:14px!important;
  box-sizing:border-box!important;
}
.drawer .dw-search form,
#drawer .dw-search form{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  width:100%!important;
  height:38px!important;
  margin:0!important;
  gap:0!important;
}
.drawer .dw-search .s-input,
#drawer .dw-search .s-input{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  height:38px!important;
  min-height:38px!important;
  margin:0!important;
  padding:0 12px!important;
  border-radius:10px 0 0 10px!important;
  border-right:0!important;
  box-sizing:border-box!important;
}
.drawer .dw-search .s-input:focus,
#drawer .dw-search .s-input:focus{
  width:auto!important;
}
.drawer .dw-search .s-btn,
#drawer .dw-search .s-btn{
  flex:0 0 52px!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  height:38px!important;
  min-height:38px!important;
  margin:0!important;
  margin-top:0!important;
  padding:0!important;
  border-radius:0 10px 10px 0!important;
  line-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}


/* === MOBILE CONTENT SIDE PADDING === */
@media (max-width:768px){
  .wrap,
  .page-wrap,
  .home-content,
  .home-hero,
  .hero,
  .hero-wrap{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .site-header{
    width:calc(100% - 20px)!important;
    max-width:calc(100% - 20px)!important;
  }
}

/* === MOBILE HERO DETAIL BUTTON FIX ===
   모바일에서 메인 히어로의 '자세히 보기' 버튼이 화면 아래로 잘리거나
   테마 CSS에 의해 숨겨지는 문제를 방지합니다. */
@media (max-width:768px){
  .home-hero{
    min-height:340px!important;
    height:auto!important;
    overflow:visible!important;
    align-items:flex-end!important;
  }
  .home-hero-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-end!important;
    gap:8px!important;
    padding-top:70px!important;
    padding-bottom:28px!important;
    box-sizing:border-box!important;
  }
  .home-hero-info{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .home-hero .hero-btn,
  .home-hero-info .hero-btn,
  a.hero-btn{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:5!important;
    margin-top:8px!important;
    padding:10px 18px!important;
    min-height:40px!important;
    line-height:20px!important;
    pointer-events:auto!important;
    white-space:nowrap!important;
  }
}
@media (max-width:480px){
  .home-hero{min-height:320px!important;}
  .home-hero-inner{padding-bottom:24px!important;}
  .home-hero .hero-title{font-size:20px!important;line-height:1.25!important;}
  .home-hero .hero-meta{margin-bottom:8px!important;}
  .home-hero .hero-btn{font-size:13px!important;padding:9px 16px!important;}
}

/* === HERO LAYOUT FINAL FIX ===
   데스크톱/모바일에서 히어로 배경이 포스터 너비만큼 끊기고
   '자세히 보기' 버튼이 아래로 잘리는 문제 수정 */
.home-hero{
  padding:0!important;
  box-sizing:border-box!important;
  background-size:cover!important;
  background-position:center center!important;
  width:100%!important;
  max-width:1400px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:hidden!important;
}
.home-hero-overlay{
  width:100%!important;
  min-height:inherit!important;
  display:flex!important;
  align-items:flex-end!important;
  box-sizing:border-box!important;
  background:linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.42) 45%,rgba(0,0,0,.18) 100%)!important;
}
.home-hero-inner.page-wrap,
.home-hero .home-hero-inner{
  width:100%!important;
  max-width:1400px!important;
  margin:0 auto!important;
  padding:0 22px 48px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:28px!important;
  overflow:visible!important;
}
.home-hero-info{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:620px!important;
  overflow:visible!important;
  position:relative!important;
  z-index:3!important;
}
.home-hero-poster{
  flex:0 0 auto!important;
  position:relative!important;
  z-index:3!important;
}
.home-hero .hero-btn{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:4!important;
  flex-shrink:0!important;
}

@media (max-width:768px){
  .home-hero{
    min-height:360px!important;
    height:auto!important;
    padding:0!important;
    border-radius:0!important;
  }
  .home-hero-overlay{
    min-height:360px!important;
    align-items:flex-end!important;
    background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.54) 54%,rgba(0,0,0,.24) 100%)!important;
  }
  .home-hero-inner.page-wrap,
  .home-hero .home-hero-inner{
    min-height:360px!important;
    padding:0 14px 24px!important;
    flex-direction:row!important;
    align-items:flex-end!important;
    gap:12px!important;
  }
  .home-hero-poster{
    display:block!important;
    width:96px!important;
    max-width:96px!important;
  }
  .home-hero-info{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-end!important;
    width:auto!important;
    max-width:calc(100% - 108px)!important;
    overflow:visible!important;
  }
  .home-hero .hero-badge{
    margin-bottom:7px!important;
    font-size:10px!important;
    padding:3px 8px!important;
  }
  .home-hero .hero-title{
    font-size:22px!important;
    line-height:1.18!important;
    margin:0 0 7px!important;
    -webkit-line-clamp:2!important;
  }
  .home-hero .hero-meta{
    margin-bottom:8px!important;
    font-size:12px!important;
  }
  .home-hero .hero-desc{
    display:none!important;
  }
  .home-hero .hero-btn{
    display:inline-flex!important;
    margin-top:0!important;
    padding:9px 14px!important;
    min-height:36px!important;
    line-height:18px!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }
}

@media (max-width:420px){
  .home-hero{min-height:330px!important;}
  .home-hero-overlay{min-height:330px!important;}
  .home-hero-inner.page-wrap,
  .home-hero .home-hero-inner{min-height:330px!important;padding-bottom:20px!important;}
  .home-hero-poster{width:82px!important;max-width:82px!important;}
  .home-hero-info{max-width:calc(100% - 94px)!important;}
  .home-hero .hero-title{font-size:19px!important;}
  .home-hero .hero-btn{padding:8px 12px!important;font-size:12px!important;}
}

/* === MOBILE HERO REAL FIX: 001번처럼 상단 HOT 배너 노출, 내부 세로 포스터만 숨김 === */
@media (max-width: 768px){
  section.home-hero,
  .home-hero{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    min-height:330px !important;
    height:auto !important;
    margin:0px auto 0 !important;
    padding:0 !important;
    border-radius:8px !important;
    overflow:hidden !important;
    background-size:cover !important;
    background-position:center center !important;
  }
  .home-hero-overlay{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    min-height:330px !important;
    width:100% !important;
    align-items:flex-end !important;
    background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.58) 50%,rgba(0,0,0,.25) 100%) !important;
  }
  .home-hero-inner.page-wrap,
  .home-hero .home-hero-inner{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-end !important;
    justify-content:flex-start !important;
    min-height:330px !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 20px 28px !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }
  /* 사용자가 말한 '제일 위 포스터' = 히어로 안쪽 세로 포스터만 제거 */
  .home-hero-poster{
    display:none !important;
  }
  .home-hero-info{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-end !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:visible !important;
    position:relative !important;
    z-index:3 !important;
  }
  .home-hero .hero-badge{
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    margin:0 0 14px !important;
    padding:7px 13px !important;
    border-radius:999px !important;
    font-size:12px !important;
    font-weight:800 !important;
    line-height:1 !important;
  }
  .home-hero .hero-title{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    max-width:82% !important;
    margin:0 0 12px !important;
    font-size:22px !important;
    line-height:1.18 !important;
    font-weight:900 !important;
    color:#fff !important;
    text-shadow:0 2px 8px rgba(0,0,0,.75) !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
  }
  .home-hero .hero-meta{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    gap:12px !important;
    margin:0 0 12px !important;
    font-size:14px !important;
    color:#fff !important;
  }
  .home-hero .hero-score{
    color:#ff2b2b !important;
    font-weight:800 !important;
  }
  .home-hero .hero-desc{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    max-width:78% !important;
    margin:0 0 22px !important;
    font-size:14px !important;
    line-height:1.55 !important;
    color:#fff !important;
    text-shadow:0 2px 6px rgba(0,0,0,.75) !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
  }
  .home-hero .hero-btn,
  .home-hero-info .hero-btn,
  a.hero-btn{
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:14px 25px !important;
    min-height:46px !important;
    border-radius:8px !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1 !important;
    color:var(--atx,#0B0F19) !important;
    background:var(--acc) !important;
    text-decoration:none !important;
    white-space:nowrap !important;
    position:relative !important;
    z-index:5 !important;
  }
  .home-content{
    margin-top:0 !important;
    padding-top:0 !important;
  }
}
@media (max-width:420px){
  section.home-hero,
  .home-hero{min-height:330px !important;}
  .home-hero-overlay{min-height:330px !important;}
  .home-hero-inner.page-wrap,
  .home-hero .home-hero-inner{min-height:330px !important;padding:0 18px 27px !important;}
  .home-hero .hero-title{font-size:21px !important;max-width:86% !important;}
  .home-hero .hero-desc{max-width:100% !important;}
}


/* ===== FINAL: mobile HOT banner button follows current TVWIKI theme color ===== */
@media (max-width:768px){
  section.home-hero .hero-btn,
  section.home-hero a.hero-btn,
  .home-hero .home-hero-info .hero-btn,
  .home-hero-info a.hero-btn{
    background:var(--acc) !important;
    background-image:none !important;
    color:var(--atx,#0B0F19) !important;
    border:0 !important;
    border-radius:10px !important;
    box-shadow:none !important;
    padding:15px 28px !important;
    min-height:48px !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1 !important;
  }
  section.home-hero .hero-btn:hover,
  section.home-hero a.hero-btn:hover{
    background:var(--acc) !important;
    color:var(--atx,#0B0F19) !important;
    filter:none !important;
  }
}

/* SEO content enrichment: viewing guide, providers, seasons and episodes */
.enrichment-section{padding:24px;border:1px solid rgba(148,163,184,.2);border-radius:18px;background:rgba(15,23,42,.32)}
.enrichment-copy{line-height:1.95;color:var(--text-muted,var(--muted,#aeb8c7));font-size:15px;word-break:keep-all}.enrichment-copy p{margin:0 0 16px}.enrichment-copy p:last-child{margin-bottom:0}
.enrichment-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.enrichment-tags span{padding:6px 10px;border-radius:999px;background:rgba(148,163,184,.12);border:1px solid rgba(148,163,184,.2);font-size:12px}
.provider-groups{display:grid;gap:16px}.provider-group{display:grid;gap:9px}.provider-list{display:flex;flex-wrap:wrap;gap:9px}.provider-item{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(148,163,184,.22);border-radius:10px;background:rgba(2,6,23,.3);font-size:13px}.provider-item img{width:26px;height:26px;border-radius:6px;object-fit:cover}.source-note{margin:13px 0 0;color:var(--text-muted,var(--muted,#94a3b8));font-size:12px;line-height:1.6}.provider-check{display:inline-flex;margin-top:13px}
.season-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.season-card{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid rgba(148,163,184,.2);border-radius:13px;background:rgba(2,6,23,.25)}.season-card img{width:58px;height:86px;object-fit:cover;border-radius:8px}.season-card span{display:grid;gap:6px}.season-card small{color:var(--text-muted,var(--muted,#94a3b8));line-height:1.5}
.external-reviews{display:grid;gap:14px}.external-review{padding:16px;border-left:3px solid var(--acc,#3e77e5);background:rgba(148,163,184,.08);border-radius:0 12px 12px 0}.external-review h3{margin:0 0 8px;font-size:14px}.external-review p{margin:0;line-height:1.75;color:var(--text-muted,var(--muted,#b6c0cf));white-space:pre-line}.external-review a{display:inline-block;margin-top:10px;color:var(--acc,#60a5fa);font-size:12px}
.enrichment-page{padding-top:32px!important;padding-bottom:56px!important}.enrichment-breadcrumb{margin:0 0 20px}.enrichment-breadcrumb a{color:var(--acc,#60a5fa);font-weight:700}.season-heading{display:grid;grid-template-columns:180px minmax(0,1fr);gap:26px;align-items:start;margin-bottom:36px;padding:24px;border:1px solid rgba(148,163,184,.2);border-radius:18px;background:rgba(15,23,42,.35)}.season-heading>img{width:180px;aspect-ratio:2/3;object-fit:cover;border-radius:12px}.season-heading h1,.episode-detail h1{margin:4px 0 14px;line-height:1.25}.season-overview{max-width:850px;line-height:1.85;color:var(--text-muted,var(--muted,#b4bfce))}.eyebrow{margin:0;color:var(--acc,#60a5fa);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.episode-list{display:grid;gap:14px}.episode-card>a{display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:18px;padding:14px;border:1px solid rgba(148,163,184,.18);border-radius:15px;background:rgba(15,23,42,.28)}.episode-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.episode-card span{display:flex;flex-direction:column;justify-content:center;gap:7px}.episode-card small{color:var(--acc,#60a5fa);font-weight:800}.episode-card strong{font-size:18px}.episode-card p{margin:0;color:var(--text-muted,var(--muted,#aeb8c7));line-height:1.65}
.episode-detail{max-width:980px;margin:0 auto;padding:24px;border:1px solid rgba(148,163,184,.2);border-radius:18px;background:rgba(15,23,42,.32)}.episode-main-still{width:100%;max-height:540px;object-fit:cover;border-radius:14px;margin-bottom:22px}.episode-detail .section-block{margin-top:28px}.episode-detail .section-block h2{margin-bottom:12px}
@media(max-width:720px){.enrichment-section{padding:18px}.season-heading{grid-template-columns:95px minmax(0,1fr);gap:16px;padding:16px}.season-heading>img{width:95px}.episode-card>a{grid-template-columns:1fr}.episode-card span{padding:2px 2px 6px}.enrichment-page{padding-left:12px!important;padding-right:12px!important}}
