/* =============================================
   KISSKH – Main Stylesheet
   Clean static build (no WordPress classes)
   ============================================= */

/* ---------- CSS Variables ---------- */
:root {
  --color-base:       #0f0f0f;
  --color-surface:    #1a1a1a;
  --color-surface-2:  #2a2a2a;
  --color-contrast:   #ffffff;
  --color-accent:     #e17100;
  --color-border:     rgba(255,255,255,0.08);

  --font-primary: 'Lexend Deca', 'Battambang', sans-serif;

  --fs-xs:    0.75rem;
  --fs-sm:    0.875rem;
  --fs-base:  1rem;
  --fs-lg:    1.25rem;
  --fs-xl:    1.75rem;
  --fs-2xl:   2.25rem;

  --sp-1: 0.75rem;
  --sp-2: 1rem;
  --sp-3: 1.25rem;
  --sp-4: 1.5rem;
  --sp-5: 2rem;
  --sp-6: 3rem;

  --radius-sm: 0.25rem;
  --radius-full: 50%;

  --shadow-sm:   0 2px 4px rgba(0,0,0,0.26);
  --shadow-md:   6px 6px 9px rgba(0,0,0,0.2);
  --shadow-deep: 12px 12px 50px rgba(0,0,0,0.4);

  --header-h: 5rem;
  --transition: 0.25s ease;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body {
  background-color: var(--color-base);
  color: var(--color-contrast);
  font-family: var(--font-primary);
  font-size: var(--fs-base);
  font-weight: 500;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-accent); }
img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; }
ul, ol { list-style: none; }

/* Screen-reader only */
.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; padding: 15px 23px 14px;
  clip-path: none; background: #eee; color: #444;
  font-size: 1em; z-index: 100000; top: 5px; left: 5px;
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 101;
  background-color: var(--color-surface);
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  padding: 0 var(--sp-4);
  margin: 0 auto;
  width: 100%;
}

.header-left  { display: flex; align-items: center; gap: var(--sp-5); }
.header-right { display: flex; align-items: center; gap: var(--sp-2); }

/* Logo */
.site-logo a { display: inline-flex; line-height: 0; }
.site-logo img { height: 32px; width: auto; }

.site-title{
    position:absolute;
    left:-9999px;
}
.logo[kisskh] {
    width: 120px;
}
.mat-icon {
    -webkit-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}


/* Desktop Nav */
.main-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  color: var(--color-contrast);
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color var(--transition), color var(--transition);
}
.nav-link:hover { background-color: var(--color-surface-2); color: var(--color-contrast); }

/* Nav icons via CSS mask – matches original icon style */
.nav-item .nav-link::before {
  content: '';
  display: inline-block;
  width: 20px; height: 20px;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  flex-shrink: 0;
}
.nav-home   .nav-link::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E"); }
.nav-explore .nav-link::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l6 4.5-6 4.5z'/%3E%3C/svg%3E"); }
.nav-library .nav-link::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z'/%3E%3C/svg%3E"); }
.nav-fqa    .nav-link::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E"); }
.nav-install .nav-link::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E"); }
.nav-bookmark .nav-link::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E"); }

/* Search button */
.search-btn {
  background: none;
  border: none;
  color: var(--color-contrast);
  display: flex;
  align-items: center;
  padding: 0.4rem;
  border-radius: var(--radius-sm);
  transition: color var(--transition);
}
.search-btn:hover { color: var(--color-accent); }

/* Hamburger */
.hamburger {
  background: var(--color-accent);
  border: none;
  color: var(--color-contrast);
  border-radius: var(--radius-sm);
  width: 2rem; height: 2rem;
  display: none;
  align-items: center;
  justify-content: center;
  fill: currentColor;
}
.hamburger svg path { fill: currentColor; }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background-color: var(--color-surface);
  padding: 1.5rem;
  flex-direction: column;
  animation: fadeInMenu 0.15s ease;
}
.mobile-menu.open { display: flex; }

@keyframes fadeInMenu {
  from { opacity: 0; transform: translateY(0.5em); }
  to   { opacity: 1; transform: translateY(0); }
}

.mobile-menu-close {
  background: none;
  border: none;
  color: var(--color-contrast);
  align-self: flex-end;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.mobile-menu-close svg { fill: currentColor; }

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-nav-list a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color var(--transition);
}
.mobile-nav-list a:hover { background-color: var(--color-surface-2); color: var(--color-accent); }

/* =============================================
   HERO SLIDER
   ============================================= */
.hero-section {
  width: 100%;
  position: relative;
}
.hero-swiper {
  height: 55vh;
  max-height: 600px;
  min-height: 450px;
}
.hero-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero-slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide-link::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.4) 50%, transparent 80%),
              linear-gradient(0deg, rgba(0,0,0,.9) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 3.5rem 2.5rem;
  pointer-events: none;
}
.hero-overlay-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 .5rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
  line-height: 1.3;
}
.hero-overlay-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .5rem;
}
.hero-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(4px);
  font-size: .75rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.hero-overlay-genres {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.hero-genre-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  background: var(--color-accent);
  font-size: .7rem;
  font-weight: 600;
  color: #fff;
  opacity: .9;
}
.hero-watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: .85rem;
  padding: .45rem 1.25rem .45rem 1rem;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: .875rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  pointer-events: auto;
}
.hero-watch-btn svg {
  width: 20px;
  height: 20px;
}
.hero-watch-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(255,255,255,.25);
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  color: #0fc;
  font-size: 2.5rem;
  font-weight: 300;
  width: 48px; height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--transition), transform 0.25s ease;
  user-select: none;
}
.hero-arrow:hover { color: #fff; transform: translateY(-50%) scale(1.2); }
.hero-prev { left: 20px; }
.hero-next { right: 20px; }
.swiper-pagination-bullet { background: #fff; opacity: 0.5; }
.swiper-pagination-bullet-active { opacity: 1; }

/* =============================================
   MAIN / CONTENT WRAP
   ============================================= */
#main-content {
  padding: var(--sp-4);
  margin: 10px 0px 0px 0px;
  width: 100%;
}
.content-wrap { display: flex; flex-direction: column; gap: var(--sp-5); }

/* =============================================
   CAROUSEL SECTIONS
   ============================================= */
.carousel-section { display: flex; flex-direction: column; gap: 0; }

.carousel-header {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 1.25rem;
  margin-top: -15px;
}
.carousel-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-title a { color: inherit; }
.carousel-title a:hover { color: var(--color-accent); }

/* Heading style – left border accent */
.heading-style {
  border-left: 0.25rem solid var(--color-accent);
  display: inline-flex;
  align-items: center;
  height: 35px;
  padding: 0 12px 0 12px;
  line-height: 1;
  cursor: pointer;
  transition: background-color var(--transition);
  box-sizing: border-box;
}
.heading-style:hover { background-color: var(--color-surface-2); }

.carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.see-all {
  background: var(--color-surface);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  color: currentColor;
  font-size: 0.625rem;
  letter-spacing: 0.025rem;
  padding: 0.325rem 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.see-all:hover { color: var(--color-accent); }

.carousel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface);
  border: 0;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  color: currentColor;
  height: 1.688rem;
  width: 1.875rem;
  transition: color var(--transition);
}
.carousel-btn:hover svg { color: var(--color-accent); }
.carousel-btn:disabled { opacity: 0; pointer-events: none; }

/* Carousel track */
.carousel-viewport { overflow: hidden; padding: 0.25rem 0; }
.carousel-track {
  display: flex;
  margin-left: calc(-1.5rem);
  transition: transform 0.3s ease;
  will-change: transform;
}
.carousel-slide {
  flex: 0 0 calc(100% / 4.5 - 1.5rem);
  min-width: 0;
  padding-left: 1.5rem;
}

/* =============================================
   CARD
   ============================================= */
.card {
  background: var(--color-surface);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.card-img-wrap {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.3);
  transition: filter var(--transition);
}
.card-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, #000);
  height: 40%;
  bottom: 0;
  top: auto;
  pointer-events: none;
}
.card-img-wrap:hover img { filter: saturate(1.3) brightness(1.05); }
.card-body { padding: 0.875rem; }
.card-title {
  font-size: var(--fs-base);
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-title a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* =============================================
   BADGES (episode / quality)
   ============================================= */
.badge {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.015rem;
  background: rgba(0,0,0,0.65);
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
  line-height: normal;
}

/* =============================================
   POST GRID
   ============================================= */
.post-grid-section { display: flex; flex-direction: column; gap: var(--sp-4); }

.post-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--sp-4);
}
.post-card {
  background: var(--color-surface);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.post-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
}
.post-thumb a { display: block; height: 100%; }
.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.3);
  transition: filter var(--transition);
}
.post-thumb a:hover img { filter: saturate(1.3) brightness(1.05); }
.post-card-body { padding: 14px; }
.post-card-title {
  font-size: var(--fs-base);
  font-weight: 500;
  margin: 0;
}
.post-card-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =============================================
   PAGINATION
   ============================================= */
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.page-num,
.page-next {
  background: var(--color-surface);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  font-size: var(--fs-sm);
  padding: 0.325rem 1rem;
  text-decoration: none;
  color: inherit;
  transition: color var(--transition);
}
.page-num.current,
.page-num:hover,
.page-next:hover { color: var(--color-accent); }
.page-num.dots { pointer-events: none; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background-color: var(--color-surface);
  padding: 1.75rem var(--sp-4);
  margin-top: var(--sp-5);
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-copyright { font-size: var(--fs-sm); opacity: 0.7; }

/* =============================================
   SEARCH OVERLAY
   ============================================= */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: var(--color-base);
  overflow-y: auto;
  color: var(--color-contrast);
  font-family: var(--font-primary);
}
.search-overlay[hidden] { display: none; }
.search-overlay.show { display: block; }

.search-container {
  padding: 40px 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.search-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.search-back-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  margin-right: 20px;
  transition: color var(--transition);
}
.search-back-btn:hover { color: var(--color-accent); }

.search-input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 26px;
  width: 100%;
  outline: none;
  font-family: inherit;
  font-weight: 600;
}
.search-input::placeholder { color: #555; }

.search-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.filter-btn {
  background: transparent;
  border: 1px solid #333;
  color: #aaa;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  transition: all 0.3s ease;
}
.filter-btn:hover { border-color: #666; color: #fff; }
.filter-btn.active { border-color: var(--color-accent); color: var(--color-accent); background: rgba(225,113,0,0.05); }

.search-section-title { font-size: 18px; margin-bottom: 20px; font-weight: 700; }

.search-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px)  { .search-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .search-grid { grid-template-columns: repeat(4, 1fr); gap: 25px; } }

.search-movie-card {
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: block;
}
.search-movie-card:hover { background: #222; }
.search-img-wrap {
  position: relative;
  padding-top: 56.25%;
  background: #111;
  overflow: hidden;
}
.search-img-wrap img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
  transition: filter var(--transition);
}
.search-movie-card:hover .search-img-wrap img { filter: brightness(1); }
.search-card-title {
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.search-loading-text {
  color: #888; font-size: 16px; margin-top: 30px;
  text-align: center; width: 100%; grid-column: 1 / -1;
}
.load-more-spinner { text-align: center; padding: 30px 0; color: #888; font-size: 14px; }
.load-more-spinner[hidden] { display: none; }

/* =============================================
   PWA SNACKBAR
   ============================================= */
.snackbar {
  box-sizing: border-box;
  background-color: #121213;
  color: #fff;
  padding: 10px 55px 10px 10px;
  position: fixed;
  z-index: 9999;
  left: 15px; bottom: 15px;
  border-radius: 5px 8px 8px 5px;
  max-width: 90%;
  min-height: 48px;
  line-height: 28px;
  font-size: 16px;
  transform: translateY(150%);
  transition: transform 200ms ease-in-out;
  will-change: transform;
}
.snackbar.show { transform: translateY(0); }
.snackbar[hidden] { display: none; }
.snackbar p { margin: 0; color: #fff; text-align: center; }
.snackbar-close {
  position: absolute; top: 0; right: 0;
  width: 45px; height: 100%;
  background: #2a2a2a; border: none;
  font-size: 28px; font-family: Arial, sans-serif; color: #fff;
  border-radius: 0 5px 5px 0; cursor: pointer;
}
.snackbar-close:hover { background: #3f3f3f; }

/* =============================================
   RESPONSIVE BREAKPOINTS
   ============================================= */

/* ≤ 1200px */
@media (max-width: 75rem) {
  .carousel-slide { flex: 0 0 calc(100% / 4.5 - 1.5rem); }
}

/* ≤ 1000px – tablets */
@media (max-width: 62.5rem) {
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .post-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .carousel-slide { flex: 0 0 calc(100% / 3.4 - 1.5rem); }
}

/* ≤ 880px */
@media (max-width: 55rem) {
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
}

/* ≤ 768px */
@media (max-width: 48rem) {
  .post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .carousel-slide { flex: 0 0 calc(100% / 3 - 0.875rem); }
  .hero-swiper { height: 45vh; min-height: 360px; }
}

/* ≤ 600px */
@media (max-width: 37.5rem) {
  .site-header { top: 0; }
  #main-content { padding: var(--sp-1); }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.875rem; }
  .carousel-slide { flex: 0 0 calc(100% / 2.6 - 0.875rem); }
  .hero-swiper { height: 280px; min-height: 220px; }
  .hero-arrow { display: none; }
  .hero-overlay { padding: 1rem .75rem; }
  .hero-overlay-title { font-size: 1.1rem; margin-bottom: .3rem; }
  .hero-overlay-meta { gap: .35rem; margin-bottom: .35rem; }
  .hero-badge { font-size: .65rem; padding: 1px 7px; }
  .hero-genre-tag { font-size: .6rem; padding: 1px 6px; }
  .hero-watch-btn { margin-top: .5rem; padding: .35rem 1rem .35rem .75rem; font-size: .78rem; }
  .hero-watch-btn svg { width: 17px; height: 17px; }

  @media (max-width: 30rem) {
    .hero-swiper { height: 220px; }
    .hero-overlay-title { font-size: .95rem; }
    .hero-badge { font-size: .6rem; padding: 0 6px; }
    .hero-genre-tag { display: none; }
    .hero-watch-btn { margin-top: .35rem; padding: .25rem .75rem .25rem .55rem; font-size: .7rem; }
    .hero-watch-btn svg { width: 14px; height: 14px; }
  }
}