:root{
  color-scheme:dark;--bg:#08080b;--panel:#111116;--panel2:#15151b;--text:#f6f6f7;--muted:#918e98;
  --line:rgba(255,255,255,.09);--accent:#e50914;--max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.site{width:min(calc(100% - 28px),var(--max));margin:auto}
.skip-link{position:fixed;left:10px;top:-70px;background:#fff;color:#000;padding:9px 12px;border-radius:9px;z-index:999}.skip-link:focus{top:10px}
.navbar{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.logo{display:flex;align-items:center;gap:9px;font-weight:900;letter-spacing:-.04em}.logo-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--accent)}
.nav-link{font-size:.78rem;color:#aaa7b1}.home-top{padding:28px 0 6px}.home-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:16px}
.eyebrow{margin:0 0 5px;color:#ff666f;font-size:.68rem;font-weight:900;letter-spacing:.13em}.home-head h1{margin:0;font-size:clamp(1.65rem,4vw,2.6rem);letter-spacing:-.05em;line-height:1.03}
.updated{color:#6f6c76;font-size:.7rem}.search{max-width:520px;display:flex;align-items:center;gap:10px;background:#111116;border:1px solid var(--line);border-radius:13px;padding:0 14px;min-height:48px;margin-bottom:24px}
.search svg{stroke:#7e7a85;fill:none;stroke-width:2}.search input{width:100%;border:0;outline:0;background:transparent;color:#fff}.search input::placeholder{color:#67646d}
.movie-row{padding:16px 0 34px;border-top:1px solid var(--line)}.movie-row:first-of-type{border-top:0}.row-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px}
.row-head h2{margin:0;font-size:1.22rem;letter-spacing:-.03em}.row-actions{display:flex;align-items:center;gap:7px}.row-actions>a{font-size:.68rem;color:#8e8b95;font-weight:800;margin-right:3px}
.slider-btn{width:32px;height:32px;border:1px solid var(--line);border-radius:8px;background:#121217;color:#fff;cursor:pointer;font-size:19px}.slider-btn:hover{background:#1a1a20}
.movie-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 70px)/6);gap:14px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-inline:contain;padding-bottom:3px}.movie-slider::-webkit-scrollbar{display:none}
.movie-card{min-width:0;scroll-snap-align:start}.movie-poster{position:relative;display:block;aspect-ratio:2/3;border-radius:12px;overflow:hidden;background:linear-gradient(145deg,#191920,#0e0e13);border:1px solid rgba(255,255,255,.07)}
.movie-poster img,.movie-poster picture{width:100%;height:100%;object-fit:cover}.rating-badge{position:absolute;left:7px;top:7px;padding:5px 7px;border-radius:7px;background:rgba(8,8,11,.83);font-size:.65rem;font-weight:900}
.movie-info{padding:8px 1px 0}.movie-info h3{margin:0;font-size:.86rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-info p{display:flex;gap:6px;flex-wrap:wrap;margin:5px 0 0;color:#77747f;font-size:.66rem}.movie-info p span+span:before{content:"•";margin-right:6px}
.row-empty{padding:17px;border:1px dashed var(--line);border-radius:10px;color:#77747f;font-size:.78rem}
.category-links{display:flex;gap:7px;overflow:auto;scrollbar-width:none;padding:2px 0 26px}.category-links::-webkit-scrollbar{display:none}.category-chip{white-space:nowrap;padding:8px 11px;border:1px solid var(--line);border-radius:999px;font-size:.7rem;color:#aaa7b1;background:#0f0f14}
.simple-info{margin:8px 0 34px;padding:18px 19px;border:1px solid var(--line);border-radius:14px;background:#0e0e12}.simple-info h2{font-size:.95rem;margin:0 0 5px}.simple-info p{margin:0;color:#8b8892;font-size:.8rem;max-width:880px;line-height:1.6}
.faq{padding:4px 0 42px}.faq h2{font-size:1.15rem}.faq details{border-top:1px solid var(--line)}.faq summary{cursor:pointer;padding:13px 0;font-size:.82rem;font-weight:800}.faq p{margin:0;padding:0 0 13px;color:#8a8791;font-size:.78rem;line-height:1.65}
.footer{display:flex;justify-content:space-between;gap:18px;padding:25px 0 100px;border-top:1px solid var(--line);color:#6d6a74;font-size:.7rem}
.floating-access{position:fixed;z-index:90;left:50%;bottom:10px;transform:translateX(-50%);width:min(680px,calc(100% - 20px));padding:7px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(15,15,19,.95);box-shadow:0 15px 40px rgba(0,0,0,.45);backdrop-filter:blur(16px)}
.floating-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.access-button{min-height:43px;display:flex;align-items:center;justify-content:center;padding:0 9px;border-radius:10px;background:#232329;border:1px solid rgba(255,255,255,.08);font-size:.73rem;font-weight:900}.access-button.primary{background:var(--accent);border-color:var(--accent)}.access-button.disabled{opacity:.38;border-style:dashed;cursor:not-allowed}
.breadcrumb{display:flex;gap:7px;align-items:center;padding:20px 0 0;color:#77747e;font-size:.72rem}.page-hero{padding:30px 0 20px}.page-hero h1{margin:0 0 8px;font-size:clamp(2rem,5vw,3.6rem);letter-spacing:-.055em;line-height:1}.page-hero p{margin:0;color:#918e98;max-width:760px;font-size:.86rem;line-height:1.6}
.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px 13px;padding-bottom:42px}
.detail{padding:25px 0 36px}.detail-top{display:grid;grid-template-columns:245px 1fr;gap:30px}.detail-poster{aspect-ratio:2/3;border-radius:14px;overflow:hidden;background:#111;border:1px solid var(--line)}.detail-poster img{width:100%;height:100%;object-fit:cover}.detail h1{font-size:clamp(2rem,5vw,3.7rem);letter-spacing:-.055em;line-height:1.02;margin:5px 0 12px}.meta{display:flex;gap:7px;flex-wrap:wrap}.pill{padding:6px 9px;border-radius:999px;border:1px solid var(--line);font-size:.7rem;color:#aaa7b1}.overview{color:#a5a2ab;line-height:1.7;font-size:.9rem;max-width:800px}.facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0}.fact{padding:10px 12px;background:#101015;border:1px solid var(--line);border-radius:9px}.fact small{display:block;color:#706d77;font-size:.62rem}.fact strong{font-size:.77rem}.watch{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 15px;background:var(--accent);border-radius:10px;font-size:.78rem;font-weight:900}.related{padding:10px 0 46px}.related h2{font-size:1.15rem}
@media(max-width:1000px){.movie-slider{grid-auto-columns:calc((100% - 42px)/4)}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){body{padding-bottom:105px}.site{width:min(calc(100% - 20px),var(--max))}.navbar{height:58px}.home-top{padding-top:20px}.home-head{align-items:center}.home-head h1{font-size:1.55rem}.updated{display:none}.movie-row{padding:11px 0 30px}.row-head h2{font-size:1.05rem}.row-actions>a{display:none}.movie-slider{grid-auto-columns:42vw;gap:10px}.movie-info h3{font-size:.82rem}.floating-access{bottom:7px;width:calc(100% - 14px);padding:6px}.floating-buttons{grid-template-columns:1fr 1fr}.access-button{min-height:44px;font-size:.72rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.detail-top{grid-template-columns:120px 1fr;gap:15px}.detail h1{font-size:1.75rem}.overview{font-size:.82rem}.facts{grid-template-columns:1fr}.footer{padding-bottom:90px}}


/* V17.3 — floating khusus halaman film */
.movie-watch-floating{
  position:fixed;
  z-index:95;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  width:min(430px,calc(100% - 20px));
  padding:7px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  background:rgba(15,15,19,.96);
  box-shadow:0 15px 40px rgba(0,0,0,.48);
  backdrop-filter:blur(16px)
}
.movie-watch-button{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:var(--accent);
  color:#fff;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.01em
}
.movie-watch-button:hover{background:#f00b17}
@media(max-width:700px){
  .movie-watch-floating{bottom:7px;width:calc(100% - 14px);padding:6px}
  .movie-watch-button{min-height:48px;font-size:.8rem}
}


/* V18 SEO + permanent routes */
.movie-copy{margin-top:18px}
.movie-copy h2{margin:0 0 8px;font-size:1.05rem;letter-spacing:-.02em}
.movie-summary{max-width:800px;color:#7f7c86;font-size:.78rem;line-height:1.65;margin:12px 0 0}
.movie-index-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0 0 46px}
.movie-index-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid var(--line);border-radius:9px;background:#0e0e13;font-size:.76rem}
.movie-index-list a:hover{background:#15151b}.movie-index-list span{color:#77747f;font-size:.68rem;flex:0 0 auto}
@media(max-width:800px){.movie-index-list{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.movie-index-list{grid-template-columns:1fr}}


/* V18.1 — floating clickable */
.floating-access,
.movie-watch-floating{
  pointer-events:auto!important;
}
.floating-buttons,
.access-button,
.movie-watch-button{
  pointer-events:auto!important;
}
.access-button{
  cursor:pointer!important;
  opacity:1!important;
}
.movie-watch-floating{
  z-index:9999!important;
}
.movie-watch-button{
  position:relative;
  z-index:10000;
  cursor:pointer!important;
}


/* V18.3 — direct final links generated server-side */
.access-button,
.movie-watch-button{
  pointer-events:auto!important;
  cursor:pointer!important;
}


/* ==========================================================
   LK21.BEER V1 — SIMPLE LIGHT CINEMA
   Visual redesign only. Existing PHP/SEO/server logic stays.
   ========================================================== */

:root{
  --beer-bg:#f4f1ea;
  --beer-surface:#ffffff;
  --beer-surface-2:#ebe7de;
  --beer-text:#171717;
  --beer-muted:#6f6b63;
  --beer-line:#dcd7cc;
  --beer-accent:#bb2a2a;
  --beer-accent-dark:#971f1f;
  --beer-shadow:0 8px 24px rgba(22,18,13,.07);
}

body.beer-theme{
  background:var(--beer-bg)!important;
  color:var(--beer-text)!important;
}

body.beer-theme .site{
  width:min(1440px,calc(100% - 40px));
  max-width:none;
  margin:0 auto;
}

body.beer-theme a{
  color:inherit;
}

body.beer-theme .navbar{
  min-height:64px;
  padding:0;
  border-bottom:1px solid var(--beer-line);
  background:transparent;
}

body.beer-theme .logo{
  color:var(--beer-text);
  font-weight:900;
  letter-spacing:-.03em;
}

body.beer-theme .logo-mark{
  background:var(--beer-accent);
  color:#fff;
  box-shadow:none;
}

body.beer-theme .nav-link{
  color:var(--beer-muted);
}

body.beer-theme .home-top{
  padding:42px 0 20px;
}

body.beer-theme .home-head{
  align-items:flex-end;
}

body.beer-theme .eyebrow{
  color:var(--beer-accent);
  font-weight:900;
  letter-spacing:.12em;
}

body.beer-theme h1,
body.beer-theme h2,
body.beer-theme h3,
body.beer-theme strong{
  color:var(--beer-text);
}

body.beer-theme .home-head h1{
  max-width:900px;
  font-size:clamp(2rem,4.4vw,4.4rem);
  line-height:.98;
  letter-spacing:-.055em;
}

body.beer-theme .updated{
  color:var(--beer-muted);
  border:1px solid var(--beer-line);
  background:var(--beer-surface);
}

body.beer-theme .search{
  max-width:760px;
  min-height:56px;
  margin-top:24px;
  border:1px solid var(--beer-line);
  border-radius:14px;
  background:var(--beer-surface);
  box-shadow:var(--beer-shadow);
}

body.beer-theme .search input{
  color:var(--beer-text);
  background:transparent;
  font-size:1rem;
}

body.beer-theme .search input::placeholder{
  color:#99938a;
}

body.beer-theme .search svg{
  stroke:var(--beer-muted);
}

body.beer-theme .quick-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:4px 0 42px;
}

body.beer-theme .quick-nav a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid var(--beer-line);
  border-radius:999px;
  background:var(--beer-surface);
  color:#4f4a43;
  font-size:.76rem;
  font-weight:750;
  text-decoration:none;
}

body.beer-theme .quick-nav a:hover{
  border-color:#b8b0a4;
  background:#fdfcf9;
}

body.beer-theme .movie-row{
  margin:0 0 44px;
}

body.beer-theme .row-head{
  margin-bottom:14px;
}

body.beer-theme .row-head h2{
  font-size:clamp(1.22rem,2vw,1.65rem);
  letter-spacing:-.035em;
}

body.beer-theme .row-actions a{
  color:var(--beer-accent);
  font-weight:800;
}

body.beer-theme .slider-btn{
  display:none!important;
}

/* Poster rows become simple responsive grids instead of carousel-looking rows */
body.beer-theme .movie-slider{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px 14px;
  overflow:visible!important;
  scroll-snap-type:none!important;
}

body.beer-theme .movie-card{
  min-width:0!important;
  width:auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

body.beer-theme .poster-wrap,
body.beer-theme .poster,
body.beer-theme .movie-poster{
  border-radius:10px!important;
}

body.beer-theme .movie-card img{
  width:100%;
  aspect-ratio:2/3;
  object-fit:cover;
  display:block;
  border-radius:10px;
  box-shadow:0 7px 20px rgba(20,17,12,.12);
}

body.beer-theme .movie-title,
body.beer-theme .movie-card h3{
  color:var(--beer-text)!important;
  font-size:.82rem!important;
  line-height:1.3!important;
  margin-top:8px!important;
}

body.beer-theme .movie-meta,
body.beer-theme .movie-card small{
  color:var(--beer-muted)!important;
  font-size:.66rem!important;
}

body.beer-theme .simple-info.about-lk21{
  width:100%;
  max-width:none;
  margin:28px 0 46px;
  padding:32px;
  border:1px solid var(--beer-line);
  border-radius:16px;
  background:var(--beer-surface);
  box-shadow:var(--beer-shadow);
}

body.beer-theme .about-lk21 .about-lead,
body.beer-theme .about-lk21 p{
  color:var(--beer-muted)!important;
}

body.beer-theme .about-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

body.beer-theme .about-block,
body.beer-theme .about-note{
  border:1px solid var(--beer-line)!important;
  background:#faf8f3!important;
  border-radius:12px!important;
}

body.beer-theme .faq{
  width:100%;
  max-width:none;
  padding-bottom:56px;
}

body.beer-theme .faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

body.beer-theme .faq details,
body.beer-theme .faq-grid details{
  border:1px solid var(--beer-line)!important;
  background:var(--beer-surface)!important;
  color:var(--beer-text);
  border-radius:12px;
}

body.beer-theme .faq summary{
  color:var(--beer-text);
  font-weight:800;
}

body.beer-theme .faq p{
  color:var(--beer-muted)!important;
}

body.beer-theme .footer{
  border-top:1px solid var(--beer-line);
  color:var(--beer-muted);
}

/* Floating: compact white dock; same direct-final-link logic */
body.beer-theme .floating-access{
  width:min(820px,calc(100% - 24px));
  padding:7px;
  border:1px solid #d6d0c5;
  border-radius:16px;
  background:rgba(255,255,255,.95);
  box-shadow:0 12px 32px rgba(22,18,13,.15);
  backdrop-filter:blur(14px);
}

body.beer-theme .floating-buttons{
  gap:6px;
}

body.beer-theme .access-button{
  min-height:44px;
  border:0!important;
  border-radius:10px!important;
  background:#f0ede7!important;
  color:#38342f!important;
  font-size:.73rem!important;
  font-weight:850!important;
}

body.beer-theme .access-button.primary{
  background:var(--beer-accent)!important;
  color:#fff!important;
}

body.beer-theme .access-button:hover{
  background:#e3ded5!important;
}

body.beer-theme .access-button.primary:hover{
  background:var(--beer-accent-dark)!important;
}

/* Movie page / categories inherit light styling too */
body:not(.beer-theme){
  /* no-op for backward compatibility */
}

@media (max-width:1100px){
  body.beer-theme .movie-slider{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
}

@media (max-width:850px){
  body.beer-theme .site{
    width:min(100% - 26px,1440px);
  }
  body.beer-theme .movie-slider{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  body.beer-theme .about-grid,
  body.beer-theme .faq-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:620px){
  body.beer-theme .site{
    width:min(100% - 20px,1440px);
  }
  body.beer-theme .navbar{
    min-height:58px;
  }
  body.beer-theme .home-top{
    padding:28px 0 16px;
  }
  body.beer-theme .home-head{
    display:block;
  }
  body.beer-theme .updated{
    display:inline-flex;
    margin-top:12px;
  }
  body.beer-theme .home-head h1{
    font-size:2.25rem;
  }
  body.beer-theme .search{
    min-height:52px;
    margin-top:18px;
  }
  body.beer-theme .quick-nav{
    margin-bottom:32px;
    gap:6px;
  }
  body.beer-theme .quick-nav a{
    min-height:36px;
    padding:0 11px;
    font-size:.7rem;
  }
  body.beer-theme .movie-slider{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px 10px;
  }
  body.beer-theme .movie-row{
    margin-bottom:34px;
  }
  body.beer-theme .row-head h2{
    font-size:1.18rem;
  }
  body.beer-theme .simple-info.about-lk21{
    padding:18px 14px;
    margin-bottom:32px;
  }
  body.beer-theme .floating-access{
    bottom:7px;
    width:calc(100% - 14px);
    padding:6px;
  }
  body.beer-theme .floating-buttons{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.beer-theme .access-button{
    min-height:42px;
  }
}

@media (max-width:390px){
  body.beer-theme .movie-slider{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* ==========================================================
   LK21.BEER V2 — CLEAN EDITORIAL CINEMA
   Final override layer. This intentionally resets legacy slider CSS.
   ========================================================== */

:root{
  --beer-bg:#f5f2eb;
  --beer-surface:#ffffff;
  --beer-surface-soft:#ece7dd;
  --beer-text:#191713;
  --beer-muted:#746f66;
  --beer-line:#ded8cd;
  --beer-accent:#8f2330;
  --beer-accent-2:#c58b2a;
  --beer-accent-dark:#721924;
  --beer-shadow:0 10px 28px rgba(37,29,18,.08);
}

html{background:var(--beer-bg)}
body.beer-theme{
  background:var(--beer-bg)!important;
  color:var(--beer-text)!important;
  padding-bottom:96px!important;
  overflow-x:hidden;
}

body.beer-theme .site{
  width:min(1240px,calc(100% - 40px))!important;
  max-width:1240px!important;
  margin-inline:auto!important;
}

/* Header */
body.beer-theme .navbar{
  height:68px!important;
  min-height:68px!important;
  padding:0!important;
  border-bottom:1px solid var(--beer-line)!important;
  background:transparent!important;
}
body.beer-theme .logo{
  gap:10px!important;
  color:var(--beer-text)!important;
  font-size:.98rem!important;
  font-weight:950!important;
}
body.beer-theme .logo-mark{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  background:var(--beer-accent)!important;
  color:#fff!important;
}
body.beer-theme .nav-link{
  color:var(--beer-muted)!important;
  font-size:.76rem!important;
  font-weight:750!important;
}

/* Hero: compact burgundy panel, clearly different from lk21.living */
body.beer-theme .home-top{
  position:relative;
  margin:22px 0 14px!important;
  padding:34px 36px 30px!important;
  border-radius:22px!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 10%,rgba(197,139,42,.25),transparent 30%),
    linear-gradient(135deg,#671922 0%,#8f2330 58%,#6e1721 100%)!important;
  box-shadow:0 16px 38px rgba(84,25,31,.16);
}
body.beer-theme .home-top:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-70px;
  bottom:-110px;
  border-radius:50%;
  border:34px solid rgba(255,255,255,.06);
  pointer-events:none;
}
body.beer-theme .home-head{
  position:relative;
  z-index:1;
  align-items:flex-start!important;
  margin:0!important;
}
body.beer-theme .eyebrow{
  color:#f2cf91!important;
  font-size:.65rem!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
}
body.beer-theme .home-head h1{
  max-width:760px!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(2rem,4vw,3.65rem)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
}
body.beer-theme .updated{
  margin-top:4px!important;
  padding:7px 10px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.09)!important;
  color:#f3e8df!important;
  white-space:nowrap;
}
body.beer-theme .hero-copy{
  position:relative;
  z-index:1;
  max-width:650px;
  margin:12px 0 18px!important;
  color:rgba(255,255,255,.78)!important;
  font-size:.88rem!important;
  line-height:1.65!important;
}
body.beer-theme .search{
  position:relative;
  z-index:1;
  width:min(660px,100%)!important;
  max-width:660px!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 15px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(41,12,16,.18)!important;
}
body.beer-theme .search input{
  color:var(--beer-text)!important;
  font-size:.92rem!important;
}
body.beer-theme .search input::placeholder{color:#918b82!important}
body.beer-theme .search svg{stroke:#777168!important}

/* Category nav */
body.beer-theme .quick-nav{
  display:flex!important;
  gap:8px!important;
  margin:0 0 34px!important;
  padding:8px 0 2px!important;
  overflow-x:auto;
  scrollbar-width:none;
}
body.beer-theme .quick-nav::-webkit-scrollbar{display:none}
body.beer-theme .quick-nav a{
  flex:0 0 auto;
  min-height:38px!important;
  padding:0 14px!important;
  border:1px solid var(--beer-line)!important;
  border-radius:10px!important;
  background:var(--beer-surface)!important;
  color:#49443d!important;
  box-shadow:0 3px 12px rgba(37,29,18,.04);
  font-size:.74rem!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.beer-theme .quick-nav a:hover{
  border-color:#bcb3a5!important;
  background:#fffdf8!important;
}

/* Sections */
body.beer-theme .movie-row{
  margin:0 0 42px!important;
  padding:0!important;
  border:0!important;
}
body.beer-theme .row-head{
  margin:0 0 14px!important;
  padding-bottom:10px;
  border-bottom:1px solid var(--beer-line);
}
body.beer-theme .row-head h2{
  position:relative;
  margin:0!important;
  padding-left:13px;
  color:var(--beer-text)!important;
  font-size:1.28rem!important;
  line-height:1.2!important;
  letter-spacing:-.035em!important;
}
body.beer-theme .row-head h2:before{
  content:"";
  position:absolute;
  left:0;
  top:.08em;
  bottom:.08em;
  width:4px;
  border-radius:999px;
  background:var(--beer-accent);
}
body.beer-theme .row-actions{
  gap:0!important;
}
body.beer-theme .row-actions>a{
  margin:0!important;
  padding:7px 10px!important;
  border-radius:8px;
  color:var(--beer-accent)!important;
  font-size:.7rem!important;
  font-weight:850!important;
}
body.beer-theme .row-actions>a:hover{background:#efe6e4!important}
body.beer-theme .slider-btn{display:none!important}

/* CRITICAL FIX: reset legacy grid-auto-flow/auto-columns */
body.beer-theme .movie-slider{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  grid-auto-columns:auto!important;
  grid-auto-rows:auto!important;
  gap:20px 14px!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  padding:0!important;
  scroll-snap-type:none!important;
}

/* Uniform movie card */
body.beer-theme .movie-card{
  display:block!important;
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.beer-theme .movie-poster{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:2/3!important;
  overflow:hidden!important;
  border:1px solid rgba(80,66,48,.09)!important;
  border-radius:12px!important;
  background:#ddd7cc!important;
  box-shadow:0 8px 20px rgba(39,31,20,.10)!important;
  transition:transform .18s ease,box-shadow .18s ease;
}
body.beer-theme .movie-poster:hover{
  transform:translateY(-3px);
  box-shadow:0 13px 28px rgba(39,31,20,.15)!important;
}
body.beer-theme .movie-poster picture{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
body.beer-theme .movie-poster img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.beer-theme .rating-badge{
  left:8px!important;
  top:8px!important;
  padding:5px 7px!important;
  border:0!important;
  border-radius:7px!important;
  background:rgba(25,23,19,.84)!important;
  color:#fff!important;
  font-size:.62rem!important;
  line-height:1!important;
  backdrop-filter:blur(6px);
}
body.beer-theme .movie-info{
  padding:9px 1px 0!important;
}
body.beer-theme .movie-info h3{
  min-height:2.55em;
  margin:0!important;
  color:var(--beer-text)!important;
  font-size:.82rem!important;
  font-weight:800!important;
  line-height:1.3!important;
  letter-spacing:-.015em!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.beer-theme .movie-info h3 a:hover{color:var(--beer-accent)!important}
body.beer-theme .movie-info p{
  display:flex!important;
  gap:5px!important;
  flex-wrap:wrap!important;
  min-height:1.1em;
  margin:5px 0 0!important;
  color:var(--beer-muted)!important;
  font-size:.64rem!important;
  line-height:1.35!important;
}
body.beer-theme .movie-info p span+span:before{
  content:"•"!important;
  margin-right:5px!important;
}

/* About */
body.beer-theme .simple-info.about-lk21{
  width:100%!important;
  max-width:none!important;
  margin:12px 0 38px!important;
  padding:28px!important;
  border:1px solid var(--beer-line)!important;
  border-radius:18px!important;
  background:var(--beer-surface)!important;
  box-shadow:var(--beer-shadow)!important;
}
body.beer-theme .about-head{
  max-width:880px!important;
  margin-bottom:20px!important;
}
body.beer-theme .about-lk21 h2{
  margin:0!important;
  color:var(--beer-text)!important;
  font-size:clamp(1.35rem,2.1vw,1.9rem)!important;
  line-height:1.14!important;
  letter-spacing:-.035em!important;
}
body.beer-theme .about-lead{
  max-width:820px!important;
  margin:10px 0 0!important;
  color:var(--beer-muted)!important;
  font-size:.84rem!important;
  line-height:1.7!important;
}
body.beer-theme .about-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:0!important;
}
body.beer-theme .about-block,
body.beer-theme .about-note{
  min-width:0!important;
  padding:17px!important;
  border:1px solid var(--beer-line)!important;
  border-radius:12px!important;
  background:#faf8f3!important;
}
body.beer-theme .about-block h3,
body.beer-theme .about-note h3{
  margin:0 0 7px!important;
  color:var(--beer-text)!important;
  font-size:.9rem!important;
}
body.beer-theme .about-block p,
body.beer-theme .about-note p{
  max-width:none!important;
  margin:0!important;
  color:var(--beer-muted)!important;
  font-size:.75rem!important;
  line-height:1.65!important;
}
body.beer-theme .about-lk21 a{
  color:var(--beer-accent)!important;
  font-weight:700!important;
  text-decoration:none!important;
}
body.beer-theme .about-note{
  margin-top:12px!important;
}

/* FAQ */
body.beer-theme .faq{
  width:100%!important;
  max-width:none!important;
  padding:0 0 42px!important;
}
body.beer-theme .faq h2{
  margin:0 0 13px!important;
  color:var(--beer-text)!important;
  font-size:1.15rem!important;
}
body.beer-theme .faq-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
body.beer-theme .faq-grid details{
  min-width:0!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid var(--beer-line)!important;
  border-radius:11px!important;
  background:var(--beer-surface)!important;
}
body.beer-theme .faq-grid summary{
  padding:13px 0!important;
  color:var(--beer-text)!important;
  font-size:.77rem!important;
  font-weight:800!important;
}
body.beer-theme .faq-grid p{
  max-width:none!important;
  margin:0!important;
  padding:0 0 14px!important;
  color:var(--beer-muted)!important;
  font-size:.74rem!important;
  line-height:1.65!important;
}

/* Footer */
body.beer-theme .footer{
  padding:24px 0 32px!important;
  border-top:1px solid var(--beer-line)!important;
  color:var(--beer-muted)!important;
}

/* Desktop floating: compact right-side dock so it doesn't cover the center posters */
body.beer-theme .floating-access{
  left:auto!important;
  right:16px!important;
  bottom:16px!important;
  transform:none!important;
  width:210px!important;
  padding:7px!important;
  border:1px solid #d8d1c6!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 13px 34px rgba(34,27,18,.15)!important;
  backdrop-filter:blur(12px);
}
body.beer-theme .floating-buttons{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
}
body.beer-theme .access-button{
  min-height:39px!important;
  padding:0 11px!important;
  justify-content:flex-start!important;
  border:0!important;
  border-radius:9px!important;
  background:#f0ece5!important;
  color:#39352f!important;
  font-size:.7rem!important;
  font-weight:850!important;
}
body.beer-theme .access-button:after{
  content:"↗";
  margin-left:auto;
  opacity:.45;
}
body.beer-theme .access-button.primary{
  background:var(--beer-accent)!important;
  color:#fff!important;
}
body.beer-theme .access-button:hover{background:#e6dfd5!important}
body.beer-theme .access-button.primary:hover{background:var(--beer-accent-dark)!important}

/* Category archive */
body.beer-theme .breadcrumb{color:var(--beer-muted)!important}
body.beer-theme .page-hero{
  margin:18px 0 22px!important;
  padding:26px 28px!important;
  border:1px solid var(--beer-line)!important;
  border-radius:16px!important;
  background:var(--beer-surface)!important;
}
body.beer-theme .page-hero h1{
  color:var(--beer-text)!important;
  font-size:clamp(1.8rem,4vw,3rem)!important;
}
body.beer-theme .page-hero p{color:var(--beer-muted)!important}
body.beer-theme .category-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:22px 14px!important;
}

/* Movie detail */
body.beer-theme .detail{
  padding:22px 0 34px!important;
}
body.beer-theme .detail-top{
  grid-template-columns:240px minmax(0,1fr)!important;
  gap:28px!important;
  padding:24px!important;
  border:1px solid var(--beer-line)!important;
  border-radius:18px!important;
  background:var(--beer-surface)!important;
  box-shadow:var(--beer-shadow)!important;
}
body.beer-theme .detail-poster{
  border:0!important;
  border-radius:13px!important;
  box-shadow:0 10px 26px rgba(39,31,20,.13)!important;
}
body.beer-theme .detail h1{color:var(--beer-text)!important}
body.beer-theme .pill{
  border:1px solid var(--beer-line)!important;
  background:#f8f5ef!important;
  color:#59534b!important;
}
body.beer-theme .overview,
body.beer-theme .movie-summary{color:var(--beer-muted)!important}
body.beer-theme .facts{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
body.beer-theme .fact{
  border:1px solid var(--beer-line)!important;
  background:#faf8f3!important;
}
body.beer-theme .fact small{color:#8a847b!important}
body.beer-theme .fact strong{color:var(--beer-text)!important}
body.beer-theme .related .movie-slider{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
}
body.beer-theme .movie-watch-floating{
  width:min(430px,calc(100% - 24px))!important;
  border:1px solid #d8d1c6!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 13px 34px rgba(34,27,18,.15)!important;
}
body.beer-theme .movie-watch-button{
  background:var(--beer-accent)!important;
  color:#fff!important;
}
body.beer-theme .movie-watch-button:hover{background:var(--beer-accent-dark)!important}

/* Film index */
body.beer-theme .movie-index-list a{
  border:1px solid var(--beer-line)!important;
  background:var(--beer-surface)!important;
  color:var(--beer-text)!important;
}
body.beer-theme .movie-index-list a:hover{background:#fbf8f2!important}
body.beer-theme .movie-index-list span{color:var(--beer-muted)!important}

/* Breakpoints */
@media(max-width:1180px){
  body.beer-theme .movie-slider,
  body.beer-theme .category-grid,
  body.beer-theme .related .movie-slider{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}

@media(max-width:960px){
  body.beer-theme .site{
    width:min(100% - 28px,1240px)!important;
  }
  body.beer-theme .movie-slider,
  body.beer-theme .category-grid,
  body.beer-theme .related .movie-slider{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  body.beer-theme .detail-top{
    grid-template-columns:200px minmax(0,1fr)!important;
  }
}

@media(max-width:760px){
  body.beer-theme{
    padding-bottom:112px!important;
  }
  body.beer-theme .site{
    width:calc(100% - 22px)!important;
  }
  body.beer-theme .navbar{
    height:60px!important;
    min-height:60px!important;
  }
  body.beer-theme .home-top{
    margin-top:12px!important;
    padding:25px 20px 22px!important;
    border-radius:17px!important;
  }
  body.beer-theme .home-head{
    display:block!important;
  }
  body.beer-theme .updated{
    display:inline-flex!important;
    margin-top:12px!important;
    font-size:.62rem!important;
  }
  body.beer-theme .home-head h1{
    max-width:520px!important;
    font-size:clamp(1.8rem,9vw,2.7rem)!important;
  }
  body.beer-theme .hero-copy{
    font-size:.8rem!important;
    line-height:1.55!important;
  }
  body.beer-theme .search{
    min-height:49px!important;
  }
  body.beer-theme .quick-nav{
    margin-bottom:28px!important;
    padding-bottom:3px!important;
  }
  body.beer-theme .movie-slider,
  body.beer-theme .category-grid,
  body.beer-theme .related .movie-slider{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px 10px!important;
  }
  body.beer-theme .movie-row{
    margin-bottom:34px!important;
  }
  body.beer-theme .movie-info h3{
    font-size:.78rem!important;
  }
  body.beer-theme .simple-info.about-lk21{
    padding:20px 16px!important;
    border-radius:14px!important;
  }
  body.beer-theme .about-grid,
  body.beer-theme .faq-grid{
    grid-template-columns:1fr!important;
  }
  body.beer-theme .about-head{margin-bottom:16px!important}
  body.beer-theme .about-block,
  body.beer-theme .about-note{
    padding:15px!important;
  }

  /* Mobile floating back to 2x2 bottom dock */
  body.beer-theme .floating-access{
    left:7px!important;
    right:7px!important;
    bottom:7px!important;
    width:auto!important;
    transform:none!important;
    padding:6px!important;
    border-radius:13px!important;
  }
  body.beer-theme .floating-buttons{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.beer-theme .access-button{
    justify-content:center!important;
    min-height:42px!important;
    padding:0 7px!important;
    font-size:.68rem!important;
  }
  body.beer-theme .access-button:after{display:none!important}

  body.beer-theme .detail-top{
    grid-template-columns:130px minmax(0,1fr)!important;
    gap:15px!important;
    padding:16px!important;
  }
  body.beer-theme .detail h1{
    font-size:1.8rem!important;
  }
  body.beer-theme .facts{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:520px){
  body.beer-theme .site{
    width:calc(100% - 18px)!important;
  }
  body.beer-theme .movie-slider,
  body.beer-theme .category-grid,
  body.beer-theme .related .movie-slider{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 10px!important;
  }
  body.beer-theme .row-head h2{
    font-size:1.08rem!important;
  }
  body.beer-theme .row-actions>a{
    font-size:.65rem!important;
  }
  body.beer-theme .detail-top{
    grid-template-columns:105px minmax(0,1fr)!important;
    padding:13px!important;
  }
  body.beer-theme .detail h1{
    font-size:1.45rem!important;
  }
}

@media(max-width:360px){
  body.beer-theme .site{
    width:calc(100% - 14px)!important;
  }
  body.beer-theme .home-top{
    padding:22px 16px 19px!important;
  }
}


/* ==========================================================
   LK21.BEER V2.1 — Floating centered, no arrow
   ========================================================== */

/* Desktop/tablet: centered bottom dock, 4 buttons in one row */
body.beer-theme .floating-access{
  left:50%!important;
  right:auto!important;
  bottom:12px!important;
  transform:translateX(-50%)!important;
  width:min(860px,calc(100% - 28px))!important;
  padding:7px!important;
  border:1px solid #d8d1c6!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 12px 32px rgba(34,27,18,.14)!important;
  backdrop-filter:blur(14px);
}

body.beer-theme .floating-buttons{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:7px!important;
}

body.beer-theme .access-button{
  min-height:44px!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:10px!important;
  background:#f0ece5!important;
  color:#39352f!important;
  font-size:.73rem!important;
  font-weight:850!important;
  text-align:center!important;
}

/* Remove arrow icon completely */
body.beer-theme .access-button:after{
  content:none!important;
  display:none!important;
}

body.beer-theme .access-button.primary{
  background:var(--beer-accent)!important;
  color:#fff!important;
}

body.beer-theme .access-button:hover{
  background:#e6dfd5!important;
}

body.beer-theme .access-button.primary:hover{
  background:var(--beer-accent-dark)!important;
}

/* Mobile: 2 x 2, still centered */
@media(max-width:760px){
  body.beer-theme .floating-access{
    left:7px!important;
    right:7px!important;
    bottom:7px!important;
    width:auto!important;
    transform:none!important;
    padding:6px!important;
    border-radius:13px!important;
  }

  body.beer-theme .floating-buttons{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }

  body.beer-theme .access-button{
    min-height:42px!important;
    padding:0 8px!important;
    font-size:.69rem!important;
  }
}


/* ==========================================================
   LK21.CHRISTMAS V1 — ULTRA LIGHT CINEMA
   Minimal CSS override, no gradients, no blur, no animation.
   ========================================================== */

:root{
  --x-bg:#101512;
  --x-surface:#171d19;
  --x-surface-2:#1d241f;
  --x-text:#f4f5f1;
  --x-muted:#9ca49e;
  --x-line:#2a332d;
  --x-accent:#b32632;
  --x-green:#1f6b46;
}

html{background:var(--x-bg)!important}
body.christmas-theme{
  margin:0!important;
  padding-bottom:86px!important;
  overflow-x:hidden!important;
  background:var(--x-bg)!important;
  color:var(--x-text)!important;
}

body.christmas-theme .site{
  width:min(1160px,calc(100% - 32px))!important;
  max-width:1160px!important;
  margin:0 auto!important;
}

/* Header */
body.christmas-theme .navbar{
  height:58px!important;
  min-height:58px!important;
  padding:0!important;
  border-bottom:1px solid var(--x-line)!important;
  background:transparent!important;
}
body.christmas-theme .logo{
  gap:8px!important;
  color:var(--x-text)!important;
  font-size:.9rem!important;
  font-weight:900!important;
}
body.christmas-theme .logo-mark{
  width:30px!important;
  height:30px!important;
  border-radius:8px!important;
  background:var(--x-accent)!important;
  color:#fff!important;
  box-shadow:none!important;
}
body.christmas-theme .nav-link{
  color:var(--x-muted)!important;
  font-size:.72rem!important;
}

/* Simple hero */
body.christmas-theme .home-top{
  margin:0!important;
  padding:38px 0 18px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.christmas-theme .home-top:after{display:none!important}
body.christmas-theme .home-head{
  align-items:flex-end!important;
  gap:20px!important;
}
body.christmas-theme .eyebrow{
  margin:0 0 7px!important;
  color:#d0656e!important;
  font-size:.61rem!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
}
body.christmas-theme .home-head h1{
  max-width:760px!important;
  margin:0!important;
  color:var(--x-text)!important;
  font-size:clamp(2rem,4vw,3.5rem)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
}
body.christmas-theme .updated{
  padding:0!important;
  border:0!important;
  background:none!important;
  color:var(--x-muted)!important;
  font-size:.64rem!important;
}
body.christmas-theme .hero-copy{
  max-width:650px!important;
  margin:11px 0 17px!important;
  color:var(--x-muted)!important;
  font-size:.8rem!important;
  line-height:1.6!important;
}

/* Search: extremely simple */
body.christmas-theme .search{
  width:min(600px,100%)!important;
  max-width:600px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid var(--x-line)!important;
  border-radius:10px!important;
  background:var(--x-surface)!important;
  box-shadow:none!important;
}
body.christmas-theme .search input{
  background:transparent!important;
  color:var(--x-text)!important;
  font-size:.86rem!important;
}
body.christmas-theme .search input::placeholder{color:#78817b!important}
body.christmas-theme .search svg{stroke:#828b85!important}

/* Quick nav */
body.christmas-theme .quick-nav{
  display:flex!important;
  gap:6px!important;
  margin:0 0 30px!important;
  padding:0!important;
  overflow-x:auto!important;
  scrollbar-width:none;
}
body.christmas-theme .quick-nav::-webkit-scrollbar{display:none}
body.christmas-theme .quick-nav a{
  flex:0 0 auto!important;
  min-height:34px!important;
  padding:0 11px!important;
  border:1px solid var(--x-line)!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#c0c6c1!important;
  font-size:.68rem!important;
  font-weight:750!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
body.christmas-theme .quick-nav a:hover{
  border-color:#465249!important;
  color:#fff!important;
}

/* Movie rows */
body.christmas-theme .movie-row{
  margin:0 0 34px!important;
  padding:0!important;
}
body.christmas-theme .row-head{
  margin:0 0 12px!important;
  padding:0 0 9px!important;
  border-bottom:1px solid var(--x-line)!important;
}
body.christmas-theme .row-head h2{
  margin:0!important;
  padding:0!important;
  color:var(--x-text)!important;
  font-size:1.1rem!important;
  letter-spacing:-.03em!important;
}
body.christmas-theme .row-head h2:before{display:none!important}
body.christmas-theme .row-actions>a{
  padding:0!important;
  color:#c4616b!important;
  font-size:.67rem!important;
  font-weight:800!important;
}
body.christmas-theme .slider-btn{display:none!important}

/* Reset all legacy carousel behavior */
body.christmas-theme .movie-slider,
body.christmas-theme .category-grid,
body.christmas-theme .related .movie-slider{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  grid-auto-columns:auto!important;
  grid-auto-rows:auto!important;
  gap:18px 12px!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  padding:0!important;
  scroll-snap-type:none!important;
}

body.christmas-theme .movie-card{
  display:block!important;
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}

body.christmas-theme .movie-poster{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:2/3!important;
  overflow:hidden!important;
  border:1px solid var(--x-line)!important;
  border-radius:8px!important;
  background:#202621!important;
  box-shadow:none!important;
  transform:none!important;
}
body.christmas-theme .movie-poster:hover{
  transform:none!important;
  box-shadow:none!important;
}
body.christmas-theme .movie-poster picture{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
body.christmas-theme .movie-poster img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.christmas-theme .rating-badge{
  top:6px!important;
  left:6px!important;
  padding:4px 6px!important;
  border:0!important;
  border-radius:6px!important;
  background:#111713!important;
  color:#fff!important;
  font-size:.58rem!important;
}
body.christmas-theme .movie-info{
  padding:7px 1px 0!important;
}
body.christmas-theme .movie-info h3{
  min-height:2.45em!important;
  margin:0!important;
  color:var(--x-text)!important;
  font-size:.76rem!important;
  line-height:1.28!important;
  font-weight:780!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.christmas-theme .movie-info p{
  margin:4px 0 0!important;
  color:var(--x-muted)!important;
  font-size:.59rem!important;
  line-height:1.35!important;
}

/* About: flat, no cards */
body.christmas-theme .simple-info.about-lk21{
  width:100%!important;
  max-width:none!important;
  margin:10px 0 34px!important;
  padding:24px 0!important;
  border:0!important;
  border-top:1px solid var(--x-line)!important;
  border-bottom:1px solid var(--x-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.christmas-theme .about-head{
  max-width:780px!important;
  margin:0 0 20px!important;
}
body.christmas-theme .about-lk21 h2{
  margin:0!important;
  color:var(--x-text)!important;
  font-size:1.35rem!important;
}
body.christmas-theme .about-lead{
  max-width:760px!important;
  margin:9px 0 0!important;
  color:var(--x-muted)!important;
  font-size:.77rem!important;
  line-height:1.65!important;
}
body.christmas-theme .about-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px 28px!important;
  margin:0!important;
}
body.christmas-theme .about-block,
body.christmas-theme .about-note{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
}
body.christmas-theme .about-block h3,
body.christmas-theme .about-note h3{
  margin:0 0 6px!important;
  color:var(--x-text)!important;
  font-size:.83rem!important;
}
body.christmas-theme .about-block p,
body.christmas-theme .about-note p{
  max-width:none!important;
  margin:0!important;
  color:var(--x-muted)!important;
  font-size:.7rem!important;
  line-height:1.62!important;
}
body.christmas-theme .about-lk21 a{
  color:#d16972!important;
  text-decoration:none!important;
  font-weight:700!important;
}
body.christmas-theme .about-note{
  margin-top:20px!important;
  padding-top:18px!important;
  border-top:1px solid var(--x-line)!important;
}

/* FAQ */
body.christmas-theme .faq{
  width:100%!important;
  max-width:none!important;
  padding:0 0 36px!important;
}
body.christmas-theme .faq h2{
  margin:0 0 10px!important;
  color:var(--x-text)!important;
  font-size:1rem!important;
}
body.christmas-theme .faq-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
}
body.christmas-theme .faq-grid details{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid var(--x-line)!important;
  border-radius:0!important;
  background:none!important;
}
body.christmas-theme .faq-grid details:last-child{
  border-bottom:1px solid var(--x-line)!important;
}
body.christmas-theme .faq-grid summary{
  padding:12px 0!important;
  color:var(--x-text)!important;
  font-size:.74rem!important;
  font-weight:780!important;
}
body.christmas-theme .faq-grid p{
  max-width:760px!important;
  margin:0!important;
  padding:0 0 12px!important;
  color:var(--x-muted)!important;
  font-size:.7rem!important;
  line-height:1.6!important;
}

/* Footer */
body.christmas-theme .footer{
  padding:22px 0 26px!important;
  border-top:1px solid var(--x-line)!important;
  color:var(--x-muted)!important;
  font-size:.68rem!important;
}

/* Floating: centered, one row, no arrows */
body.christmas-theme .floating-access{
  position:fixed!important;
  z-index:9999!important;
  left:50%!important;
  right:auto!important;
  bottom:10px!important;
  transform:translateX(-50%)!important;
  width:min(820px,calc(100% - 24px))!important;
  padding:5px!important;
  border:1px solid var(--x-line)!important;
  border-radius:12px!important;
  background:#151b17!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
body.christmas-theme .floating-buttons{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:5px!important;
}
body.christmas-theme .access-button{
  min-height:39px!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:8px!important;
  background:#202722!important;
  color:#d8ddd9!important;
  font-size:.68rem!important;
  font-weight:800!important;
  text-align:center!important;
}
body.christmas-theme .access-button:after{
  content:none!important;
  display:none!important;
}
body.christmas-theme .access-button.primary{
  background:var(--x-accent)!important;
  color:#fff!important;
}

/* Category / archive */
body.christmas-theme .breadcrumb{color:var(--x-muted)!important}
body.christmas-theme .page-hero{
  margin:18px 0 24px!important;
  padding:22px 0!important;
  border:0!important;
  border-bottom:1px solid var(--x-line)!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
}
body.christmas-theme .page-hero h1{
  color:var(--x-text)!important;
  font-size:clamp(1.65rem,4vw,2.7rem)!important;
}
body.christmas-theme .page-hero p{color:var(--x-muted)!important}
body.christmas-theme .movie-index-list a{
  border:0!important;
  border-bottom:1px solid var(--x-line)!important;
  border-radius:0!important;
  background:none!important;
  color:var(--x-text)!important;
}
body.christmas-theme .movie-index-list span{color:var(--x-muted)!important}

/* Movie detail */
body.christmas-theme .detail{
  padding:20px 0 34px!important;
}
body.christmas-theme .detail-top{
  grid-template-columns:220px minmax(0,1fr)!important;
  gap:26px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}
body.christmas-theme .detail-poster{
  border:1px solid var(--x-line)!important;
  border-radius:9px!important;
  box-shadow:none!important;
}
body.christmas-theme .detail h1{color:var(--x-text)!important}
body.christmas-theme .pill{
  border:1px solid var(--x-line)!important;
  background:var(--x-surface)!important;
  color:#c7cdc9!important;
}
body.christmas-theme .overview,
body.christmas-theme .movie-summary{
  color:var(--x-muted)!important;
}
body.christmas-theme .facts{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
body.christmas-theme .fact{
  border:1px solid var(--x-line)!important;
  background:var(--x-surface)!important;
}
body.christmas-theme .fact small{color:#88918b!important}
body.christmas-theme .fact strong{color:var(--x-text)!important}
body.christmas-theme .movie-watch-floating{
  width:min(430px,calc(100% - 24px))!important;
  padding:5px!important;
  border:1px solid var(--x-line)!important;
  background:#151b17!important;
  box-shadow:none!important;
}
body.christmas-theme .movie-watch-button{
  background:var(--x-accent)!important;
  color:#fff!important;
}

/* Responsive */
@media(max-width:1050px){
  body.christmas-theme .movie-slider,
  body.christmas-theme .category-grid,
  body.christmas-theme .related .movie-slider{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}

@media(max-width:850px){
  body.christmas-theme .site{
    width:calc(100% - 24px)!important;
  }
  body.christmas-theme .movie-slider,
  body.christmas-theme .category-grid,
  body.christmas-theme .related .movie-slider{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  body.christmas-theme .detail-top{
    grid-template-columns:180px minmax(0,1fr)!important;
  }
}

@media(max-width:700px){
  body.christmas-theme{
    padding-bottom:104px!important;
  }
  body.christmas-theme .navbar{
    height:54px!important;
    min-height:54px!important;
  }
  body.christmas-theme .home-top{
    padding-top:28px!important;
  }
  body.christmas-theme .home-head{
    display:block!important;
  }
  body.christmas-theme .updated{
    display:inline-block!important;
    margin-top:10px!important;
  }
  body.christmas-theme .home-head h1{
    font-size:clamp(1.85rem,9vw,2.55rem)!important;
  }
  body.christmas-theme .hero-copy{
    font-size:.75rem!important;
  }
  body.christmas-theme .movie-slider,
  body.christmas-theme .category-grid,
  body.christmas-theme .related .movie-slider{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px 9px!important;
  }
  body.christmas-theme .about-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  body.christmas-theme .floating-access{
    left:7px!important;
    right:7px!important;
    bottom:7px!important;
    width:auto!important;
    transform:none!important;
  }
  body.christmas-theme .floating-buttons{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.christmas-theme .access-button{
    min-height:40px!important;
  }
  body.christmas-theme .detail-top{
    grid-template-columns:120px minmax(0,1fr)!important;
    gap:14px!important;
  }
  body.christmas-theme .facts{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:500px){
  body.christmas-theme .site{
    width:calc(100% - 16px)!important;
  }
  body.christmas-theme .movie-slider,
  body.christmas-theme .category-grid,
  body.christmas-theme .related .movie-slider{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.christmas-theme .movie-info h3{
    font-size:.72rem!important;
  }
  body.christmas-theme .detail-top{
    grid-template-columns:100px minmax(0,1fr)!important;
  }
  body.christmas-theme .detail h1{
    font-size:1.35rem!important;
  }
}


/* ==========================================================
   LK21.CHRISTMAS V2 — ULTRA SIMPLE
   Flat. Minimal. No decorative cards. No gradients. No blur.
   ========================================================== */

:root{
  --s-bg:#0c0d0d;
  --s-text:#f5f5f5;
  --s-muted:#8f9390;
  --s-line:#242726;
  --s-accent:#c92d3a;
}

html{background:var(--s-bg)!important}
body.christmas-simple{
  margin:0!important;
  padding:0 0 82px!important;
  overflow-x:hidden!important;
  background:var(--s-bg)!important;
  color:var(--s-text)!important;
}

body.christmas-simple .site{
  width:min(1080px,calc(100% - 28px))!important;
  max-width:1080px!important;
  margin:0 auto!important;
}

/* HEADER */
body.christmas-simple .navbar{
  min-height:54px!important;
  height:54px!important;
  padding:0!important;
  border-bottom:1px solid var(--s-line)!important;
  background:none!important;
}
body.christmas-simple .logo{
  gap:7px!important;
  color:var(--s-text)!important;
  font-size:.86rem!important;
  font-weight:900!important;
}
body.christmas-simple .logo-mark{
  width:28px!important;
  height:28px!important;
  border-radius:6px!important;
  background:var(--s-accent)!important;
  color:#fff!important;
  box-shadow:none!important;
}
body.christmas-simple .nav-link{
  color:var(--s-muted)!important;
  font-size:.68rem!important;
}

/* HERO */
body.christmas-simple .home-top{
  margin:0!important;
  padding:30px 0 14px!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}
body.christmas-simple .home-head{
  display:block!important;
  margin:0!important;
}
body.christmas-simple .eyebrow{
  margin:0 0 6px!important;
  color:var(--s-accent)!important;
  font-size:.58rem!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}
body.christmas-simple .home-head h1{
  max-width:none!important;
  margin:0!important;
  color:var(--s-text)!important;
  font-size:clamp(1.85rem,4vw,2.85rem)!important;
  line-height:1.02!important;
  letter-spacing:-.05em!important;
}
body.christmas-simple .hero-copy{
  max-width:620px!important;
  margin:8px 0 14px!important;
  color:var(--s-muted)!important;
  font-size:.74rem!important;
  line-height:1.5!important;
}
body.christmas-simple .updated{display:none!important}

/* SEARCH */
body.christmas-simple .search{
  width:min(560px,100%)!important;
  max-width:560px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid var(--s-line)!important;
  border-radius:7px!important;
  background:#111313!important;
  box-shadow:none!important;
}
body.christmas-simple .search input{
  color:var(--s-text)!important;
  font-size:.8rem!important;
  background:none!important;
}
body.christmas-simple .search input::placeholder{color:#656a67!important}
body.christmas-simple .search svg{stroke:#747976!important}

/* QUICK NAV */
body.christmas-simple .quick-nav{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  margin:0 0 24px!important;
  padding:0!important;
}
body.christmas-simple .quick-nav a{
  min-height:30px!important;
  padding:0 9px!important;
  display:inline-flex!important;
  align-items:center!important;
  border:1px solid var(--s-line)!important;
  border-radius:6px!important;
  background:none!important;
  color:#b8bcb9!important;
  font-size:.62rem!important;
  font-weight:700!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
body.christmas-simple .quick-nav a:hover{
  border-color:#424744!important;
  color:#fff!important;
}

/* SECTIONS */
body.christmas-simple .movie-row{
  margin:0 0 28px!important;
  padding:0!important;
}
body.christmas-simple .row-head{
  margin:0 0 10px!important;
  padding:0 0 7px!important;
  border-bottom:1px solid var(--s-line)!important;
}
body.christmas-simple .row-head h2{
  margin:0!important;
  padding:0!important;
  color:var(--s-text)!important;
  font-size:.98rem!important;
  font-weight:850!important;
  letter-spacing:-.025em!important;
}
body.christmas-simple .row-head h2:before{display:none!important}
body.christmas-simple .row-actions a{
  padding:0!important;
  color:#c65c65!important;
  font-size:.61rem!important;
  font-weight:750!important;
}
body.christmas-simple .slider-btn{display:none!important}

/* FIXED RESPONSIVE POSTER GRID */
body.christmas-simple .movie-slider,
body.christmas-simple .category-grid,
body.christmas-simple .related .movie-slider{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  grid-auto-columns:auto!important;
  gap:16px 10px!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  padding:0!important;
  scroll-snap-type:none!important;
}
body.christmas-simple .movie-card{
  display:block!important;
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}
body.christmas-simple .movie-poster{
  position:relative!important;
  width:100%!important;
  aspect-ratio:2/3!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:6px!important;
  background:#181a19!important;
  box-shadow:none!important;
}
body.christmas-simple .movie-poster picture{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
body.christmas-simple .movie-poster img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.christmas-simple .rating-badge{
  top:5px!important;
  left:5px!important;
  padding:3px 5px!important;
  border:0!important;
  border-radius:4px!important;
  background:#0a0b0b!important;
  color:#fff!important;
  font-size:.53rem!important;
}
body.christmas-simple .movie-info{
  padding:6px 0 0!important;
}
body.christmas-simple .movie-info h3{
  min-height:2.35em!important;
  margin:0!important;
  color:var(--s-text)!important;
  font-size:.69rem!important;
  font-weight:760!important;
  line-height:1.25!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.christmas-simple .movie-info p{
  margin:3px 0 0!important;
  color:var(--s-muted)!important;
  font-size:.54rem!important;
  line-height:1.3!important;
}

/* ABOUT = JUST TEXT */
body.christmas-simple .simple-info.about-lk21{
  width:100%!important;
  max-width:none!important;
  margin:8px 0 26px!important;
  padding:18px 0!important;
  border:0!important;
  border-top:1px solid var(--s-line)!important;
  border-bottom:1px solid var(--s-line)!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
}
body.christmas-simple .about-lk21 h2{
  margin:0 0 6px!important;
  color:var(--s-text)!important;
  font-size:1rem!important;
}
body.christmas-simple .about-lk21 p{
  max-width:760px!important;
  margin:0!important;
  color:var(--s-muted)!important;
  font-size:.68rem!important;
  line-height:1.55!important;
}

/* FAQ = PLAIN ROWS */
body.christmas-simple .faq{
  width:100%!important;
  max-width:none!important;
  padding:0 0 28px!important;
}
body.christmas-simple .faq h2{
  margin:0 0 8px!important;
  color:var(--s-text)!important;
  font-size:.92rem!important;
}
body.christmas-simple .faq-grid{
  display:block!important;
}
body.christmas-simple .faq-grid details{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid var(--s-line)!important;
  border-radius:0!important;
  background:none!important;
}
body.christmas-simple .faq-grid details:last-child{
  border-bottom:1px solid var(--s-line)!important;
}
body.christmas-simple .faq-grid summary{
  padding:10px 0!important;
  color:#d8dad9!important;
  font-size:.67rem!important;
  font-weight:750!important;
}
body.christmas-simple .faq-grid p{
  max-width:720px!important;
  margin:0!important;
  padding:0 0 10px!important;
  color:var(--s-muted)!important;
  font-size:.64rem!important;
  line-height:1.5!important;
}

/* FOOTER */
body.christmas-simple .footer{
  padding:18px 0 22px!important;
  border-top:1px solid var(--s-line)!important;
  color:var(--s-muted)!important;
  font-size:.61rem!important;
}

/* FLOATING = THIN BAR */
body.christmas-simple .floating-access{
  position:fixed!important;
  z-index:9999!important;
  left:50%!important;
  right:auto!important;
  bottom:8px!important;
  transform:translateX(-50%)!important;
  width:min(760px,calc(100% - 20px))!important;
  padding:4px!important;
  border:1px solid var(--s-line)!important;
  border-radius:9px!important;
  background:#111313!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
body.christmas-simple .floating-buttons{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:4px!important;
}
body.christmas-simple .access-button{
  min-height:36px!important;
  padding:0 6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:6px!important;
  background:#191c1a!important;
  color:#c8cbc9!important;
  font-size:.62rem!important;
  font-weight:780!important;
}
body.christmas-simple .access-button:after{
  content:none!important;
  display:none!important;
}
body.christmas-simple .access-button.primary{
  background:var(--s-accent)!important;
  color:#fff!important;
}

/* CATEGORY / ARCHIVE */
body.christmas-simple .breadcrumb{
  color:var(--s-muted)!important;
  font-size:.62rem!important;
}
body.christmas-simple .page-hero{
  margin:16px 0 20px!important;
  padding:18px 0!important;
  border:0!important;
  border-bottom:1px solid var(--s-line)!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
}
body.christmas-simple .page-hero h1{
  color:var(--s-text)!important;
  font-size:clamp(1.5rem,4vw,2.35rem)!important;
}
body.christmas-simple .page-hero p{
  color:var(--s-muted)!important;
  font-size:.68rem!important;
}
body.christmas-simple .movie-index-list a{
  border:0!important;
  border-bottom:1px solid var(--s-line)!important;
  border-radius:0!important;
  background:none!important;
  color:var(--s-text)!important;
}
body.christmas-simple .movie-index-list span{
  color:var(--s-muted)!important;
}

/* MOVIE DETAIL */
body.christmas-simple .detail{
  padding:18px 0 28px!important;
}
body.christmas-simple .detail-top{
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:22px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}
body.christmas-simple .detail-poster{
  border:0!important;
  border-radius:7px!important;
  box-shadow:none!important;
}
body.christmas-simple .detail h1{
  color:var(--s-text)!important;
}
body.christmas-simple .pill{
  border:1px solid var(--s-line)!important;
  background:none!important;
  color:#b7bbb8!important;
}
body.christmas-simple .overview,
body.christmas-simple .movie-summary{
  color:var(--s-muted)!important;
}
body.christmas-simple .facts{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
body.christmas-simple .fact{
  border:1px solid var(--s-line)!important;
  background:none!important;
}
body.christmas-simple .fact small{color:#727773!important}
body.christmas-simple .fact strong{color:var(--s-text)!important}
body.christmas-simple .movie-watch-floating{
  width:min(420px,calc(100% - 20px))!important;
  padding:4px!important;
  border:1px solid var(--s-line)!important;
  background:#111313!important;
  box-shadow:none!important;
}
body.christmas-simple .movie-watch-button{
  min-height:40px!important;
  border-radius:6px!important;
  background:var(--s-accent)!important;
  color:#fff!important;
}

/* RESPONSIVE */
@media(max-width:980px){
  body.christmas-simple .movie-slider,
  body.christmas-simple .category-grid,
  body.christmas-simple .related .movie-slider{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}

@media(max-width:800px){
  body.christmas-simple .site{
    width:calc(100% - 22px)!important;
  }
  body.christmas-simple .movie-slider,
  body.christmas-simple .category-grid,
  body.christmas-simple .related .movie-slider{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  body.christmas-simple .detail-top{
    grid-template-columns:150px minmax(0,1fr)!important;
  }
}

@media(max-width:650px){
  body.christmas-simple{
    padding-bottom:98px!important;
  }
  body.christmas-simple .home-top{
    padding-top:24px!important;
  }
  body.christmas-simple .movie-slider,
  body.christmas-simple .category-grid,
  body.christmas-simple .related .movie-slider{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px 8px!important;
  }
  body.christmas-simple .floating-access{
    left:6px!important;
    right:6px!important;
    bottom:6px!important;
    width:auto!important;
    transform:none!important;
  }
  body.christmas-simple .floating-buttons{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.christmas-simple .detail-top{
    grid-template-columns:110px minmax(0,1fr)!important;
    gap:13px!important;
  }
  body.christmas-simple .facts{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:460px){
  body.christmas-simple .site{
    width:calc(100% - 14px)!important;
  }
  body.christmas-simple .movie-slider,
  body.christmas-simple .category-grid,
  body.christmas-simple .related .movie-slider{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.christmas-simple .home-head h1{
    font-size:1.8rem!important;
  }
}


/* LK21.CHRISTMAS V2.1 — homepage tanpa hero/search */
body.christmas-simple .quick-nav{
  margin-top:22px!important;
  margin-bottom:26px!important;
}
@media(max-width:650px){
  body.christmas-simple .quick-nav{
    margin-top:16px!important;
    margin-bottom:22px!important;
  }
}


/* ==========================================================
   LK21.CHRISTMAS V2.2 — WHITE ULTRA SIMPLE
   ========================================================== */

:root{
  --w-bg:#ffffff;
  --w-surface:#ffffff;
  --w-text:#161616;
  --w-muted:#6f6f6f;
  --w-line:#e7e7e7;
  --w-soft:#f7f7f7;
  --w-accent:#c62835;
}

html{
  background:var(--w-bg)!important;
}

body.christmas-simple{
  background:var(--w-bg)!important;
  color:var(--w-text)!important;
}

/* Header */
body.christmas-simple .navbar{
  border-bottom:1px solid var(--w-line)!important;
  background:#fff!important;
}

body.christmas-simple .logo{
  color:var(--w-text)!important;
}

body.christmas-simple .logo-mark{
  background:var(--w-accent)!important;
  color:#fff!important;
}

body.christmas-simple .nav-link{
  color:var(--w-muted)!important;
}

/* Quick category navigation */
body.christmas-simple .quick-nav a{
  border:1px solid var(--w-line)!important;
  background:#fff!important;
  color:#454545!important;
}

body.christmas-simple .quick-nav a:hover{
  border-color:#cfcfcf!important;
  background:var(--w-soft)!important;
  color:#111!important;
}

/* Section headings */
body.christmas-simple .row-head{
  border-bottom:1px solid var(--w-line)!important;
}

body.christmas-simple .row-head h2{
  color:var(--w-text)!important;
}

body.christmas-simple .row-actions a{
  color:var(--w-accent)!important;
}

/* Posters */
body.christmas-simple .movie-poster{
  background:#f1f1f1!important;
  border:1px solid #eeeeee!important;
}

body.christmas-simple .rating-badge{
  background:rgba(20,20,20,.88)!important;
  color:#fff!important;
}

body.christmas-simple .movie-info h3{
  color:var(--w-text)!important;
}

body.christmas-simple .movie-info p{
  color:var(--w-muted)!important;
}

/* About */
body.christmas-simple .simple-info.about-lk21{
  border-top:1px solid var(--w-line)!important;
  border-bottom:1px solid var(--w-line)!important;
  background:#fff!important;
}

body.christmas-simple .about-lk21 h2{
  color:var(--w-text)!important;
}

body.christmas-simple .about-lk21 p{
  color:var(--w-muted)!important;
}

body.christmas-simple .eyebrow{
  color:var(--w-accent)!important;
}

/* FAQ */
body.christmas-simple .faq h2{
  color:var(--w-text)!important;
}

body.christmas-simple .faq-grid details{
  border-top:1px solid var(--w-line)!important;
  background:#fff!important;
}

body.christmas-simple .faq-grid details:last-child{
  border-bottom:1px solid var(--w-line)!important;
}

body.christmas-simple .faq-grid summary{
  color:var(--w-text)!important;
}

body.christmas-simple .faq-grid p{
  color:var(--w-muted)!important;
}

/* Footer */
body.christmas-simple .footer{
  border-top:1px solid var(--w-line)!important;
  color:var(--w-muted)!important;
  background:#fff!important;
}

/* Floating */
body.christmas-simple .floating-access{
  border:1px solid #dedede!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(0,0,0,.08)!important;
}

body.christmas-simple .access-button{
  background:#f4f4f4!important;
  color:#333!important;
}

body.christmas-simple .access-button.primary{
  background:var(--w-accent)!important;
  color:#fff!important;
}

body.christmas-simple .access-button:hover{
  background:#ebebeb!important;
}

body.christmas-simple .access-button.primary:hover{
  background:#a91f2b!important;
}

/* Category / archive */
body.christmas-simple .breadcrumb{
  color:var(--w-muted)!important;
}

body.christmas-simple .page-hero{
  border-bottom:1px solid var(--w-line)!important;
  background:#fff!important;
}

body.christmas-simple .page-hero h1{
  color:var(--w-text)!important;
}

body.christmas-simple .page-hero p{
  color:var(--w-muted)!important;
}

body.christmas-simple .movie-index-list a{
  border-bottom:1px solid var(--w-line)!important;
  background:#fff!important;
  color:var(--w-text)!important;
}

body.christmas-simple .movie-index-list span{
  color:var(--w-muted)!important;
}

/* Movie detail */
body.christmas-simple .detail{
  background:#fff!important;
}

body.christmas-simple .detail h1{
  color:var(--w-text)!important;
}

body.christmas-simple .pill{
  border:1px solid var(--w-line)!important;
  background:var(--w-soft)!important;
  color:#555!important;
}

body.christmas-simple .overview,
body.christmas-simple .movie-summary{
  color:var(--w-muted)!important;
}

body.christmas-simple .fact{
  border:1px solid var(--w-line)!important;
  background:#fff!important;
}

body.christmas-simple .fact small{
  color:#8a8a8a!important;
}

body.christmas-simple .fact strong{
  color:var(--w-text)!important;
}

body.christmas-simple .movie-watch-floating{
  border:1px solid #dedede!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(0,0,0,.08)!important;
}

body.christmas-simple .movie-watch-button{
  background:var(--w-accent)!important;
  color:#fff!important;
}
