/* New Life Church — Watch page styles
   Drop alongside page-watch.php in your theme (or child theme) folder.
   ─────────────────────────────────────────────────────────────────────── */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

/* ── Design tokens ─────────────────────────────────────────────────────── */
:root {
  --nl-navy-900: #051F2E;
  --nl-navy-800: #08364D;
  --nl-navy-700: #0E4A6A;
  --nl-navy-600: #1A6388;
  --nl-navy-500: #2E84AE;
  --nl-navy-400: #6BA8C7;
  --nl-navy-300: #A6CADD;
  --nl-navy-200: #D2E4ED;
  --nl-navy-100: #EAF2F6;
  --nl-navy-50:  #F4F8FA;

  --nl-leaf-900: #3F5D1B;
  --nl-leaf-800: #5D8628;
  --nl-leaf-700: #76A833;
  --nl-leaf-600: #91CA41;
  --nl-leaf-500: #A6D661;
  --nl-leaf-400: #BFE188;
  --nl-leaf-300: #D4EAA9;
  --nl-leaf-200: #E6F2CB;
  --nl-leaf-100: #F1F8E2;

  --nl-wheat-700: #B49764;
  --nl-wheat-500: #E1C896;
  --nl-clay-700:  #B85A3E;

  --nl-paper:         #FBFAF6;
  --nl-white:         #FFFFFF;
  --nl-text:          var(--nl-navy-900);
  --nl-text-muted:    #4F6478;
  --nl-text-subtle:   #6E8294;
  --nl-border:        #DBE2E8;
  --nl-border-strong: #BCC7D1;
  --nl-divider:       #EEF2F5;

  --nl-font-serif: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --nl-font-sans:  "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --nl-radius-sm:  4px;
  --nl-radius-md:  8px;
  --nl-radius-lg:  12px;
  --nl-radius-xl:  20px;
  --nl-radius-pill:999px;

  --nl-shadow-sm: 0 1px 2px rgba(8,54,77,.06), 0 1px 1px rgba(8,54,77,.04);
  --nl-shadow-md: 0 4px 12px rgba(8,54,77,.08), 0 2px 4px rgba(8,54,77,.04);
  --nl-shadow-lg: 0 16px 32px rgba(8,54,77,.10), 0 4px 8px rgba(8,54,77,.05);
  --nl-shadow-xl: 0 32px 64px rgba(8,54,77,.14), 0 8px 16px rgba(8,54,77,.06);

  --nl-container-xl: 1440px;
  --nl-tracking-widest: 0.22em;
  --nl-tracking-wider:  0.12em;
  --nl-duration-2: 200ms;
  --nl-duration-3: 320ms;
  --nl-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ── Scoped reset ──────────────────────────────────────────────────────── */
#nlc-watch-root *,
#nlc-watch-root *::before,
#nlc-watch-root *::after { box-sizing: border-box; }
#nlc-watch-root { font-family: var(--nl-font-sans); font-size: 17px; line-height: 1.45; color: var(--nl-text); -webkit-font-smoothing: antialiased; }
#nlc-watch-root a { color: inherit; }
#nlc-watch-root img { display: block; }
#nlc-watch-root button { font-family: inherit; }

/* ── Loading / error state ─────────────────────────────────────────────── */
.nlc-watch-loading {
  text-align: center;
  padding: 120px 24px;
  font-family: var(--nl-font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--nl-text-muted);
}

/* ── Shared button tokens ──────────────────────────────────────────────── */
#nlc-watch-root .nl-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 14px 28px;
  font-family: var(--nl-font-sans); font-weight: 600; font-size: 17px;
  letter-spacing: 0.04em; border-radius: var(--nl-radius-md);
  border: 1.5px solid transparent; cursor: pointer;
  transition: all var(--nl-duration-2) var(--nl-ease);
  text-decoration: none; line-height: 1; white-space: nowrap;
}
#nlc-watch-root .nl-btn--primary  { background: var(--nl-navy-800); color: #fff; }
#nlc-watch-root .nl-btn--primary:hover { background: var(--nl-navy-700); transform: translateY(-1px); box-shadow: var(--nl-shadow-md); }
#nlc-watch-root .nl-btn--outline  { background: transparent; color: var(--nl-navy-800); border-color: var(--nl-navy-800); }
#nlc-watch-root .nl-btn--outline:hover { background: var(--nl-navy-800); color: #fff; }
#nlc-watch-root .nl-btn--ghost    { background: transparent; color: var(--nl-navy-800); padding: 12px 16px; border: none; }
#nlc-watch-root .nl-btn--ghost:hover { background: var(--nl-navy-50); }
#nlc-watch-root .nl-eyebrow {
  font-family: var(--nl-font-sans); font-weight: 600; font-size: 12px;
  letter-spacing: var(--nl-tracking-widest); text-transform: uppercase;
  color: var(--nl-leaf-700);
}

/* ── Hero CTA row ──────────────────────────────────────────────────────── */
#nlc-watch-root .hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Player surface ────────────────────────────────────────────────────── */
#nlc-watch-root .player {
  position: relative; aspect-ratio: 16/9; border-radius: var(--nl-radius-xl);
  overflow: hidden;
  background: radial-gradient(120% 120% at 50% 0%, var(--nl-navy-800) 0%, var(--nl-navy-900) 70%);
  box-shadow: var(--nl-shadow-xl); display: flex; flex-direction: column;
}
#nlc-watch-root .player__glow {
  position: absolute; inset: 0;
  background: radial-gradient(60% 55% at 50% 42%, rgba(145,202,65,.16), transparent 70%);
  pointer-events: none;
}
#nlc-watch-root .player__top {
  position: relative; display: flex; align-items: center;
  justify-content: space-between; padding: 22px 26px;
}
#nlc-watch-root .player__label {
  font-family: var(--nl-font-serif); font-weight: 600; font-size: 18px; color: #fff;
}
#nlc-watch-root .player__status {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: var(--nl-tracking-widest);
  text-transform: uppercase; color: rgba(255,255,255,.65);
}
#nlc-watch-root .player__status.is-live { color: var(--nl-leaf-500); }
#nlc-watch-root .player__dot {
  width: 8px; height: 8px; border-radius: 50%; background: currentColor;
}
#nlc-watch-root .player__status.is-live .player__dot {
  background: #e2483d; color: #e2483d; animation: nlc-pulse 1.6s infinite;
}
@keyframes nlc-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(226,72,61,.6); }
  70%  { box-shadow: 0 0 0 10px rgba(226,72,61,0); }
  100% { box-shadow: 0 0 0 0 rgba(226,72,61,0); }
}
#nlc-watch-root .player__center {
  position: relative; flex: 1; display: grid; place-items: center; padding: 12px;
}
#nlc-watch-root .player__waiting { text-align: center; }
#nlc-watch-root .player__when {
  font-family: var(--nl-font-serif); font-style: italic; font-size: 19px;
  color: rgba(255,255,255,.82); margin: 0 0 20px;
}
#nlc-watch-root .player__play {
  width: 86px; height: 86px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--nl-leaf-600); color: var(--nl-navy-900);
  display: grid; place-items: center; padding-left: 6px;
  box-shadow: 0 12px 30px rgba(145,202,65,.4);
  transition: transform var(--nl-duration-2) var(--nl-ease), background var(--nl-duration-2) var(--nl-ease);
}
#nlc-watch-root .player__play:hover { transform: scale(1.06); background: var(--nl-leaf-500); }
#nlc-watch-root .player__bottom {
  position: relative; display: flex; align-items: center;
  justify-content: space-between; padding: 16px 26px;
  font-size: 12px; color: rgba(255,255,255,.6);
  border-top: 1px solid rgba(255,255,255,.08);
}
#nlc-watch-root .player__hd {
  font-weight: 700; letter-spacing: 0.1em;
  border: 1px solid rgba(255,255,255,.25); border-radius: 4px; padding: 2px 7px;
}

/* Live stream iframe in player — z-index above header/footer/glow */
#nlc-watch-root .player__live-embed {
  position: absolute; inset: 0; overflow: hidden; z-index: 2;
}
#nlc-watch-root .player__live-embed iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: none;
}

/* ── Countdown ─────────────────────────────────────────────────────────── */
#nlc-watch-root .cd { display: inline-flex; align-items: center; gap: 6px; }
#nlc-watch-root .cd__cell {
  display: flex; flex-direction: column; align-items: center;
  min-width: 58px; padding: 12px 8px; border-radius: var(--nl-radius-md);
  background: var(--nl-navy-50); border: 1px solid var(--nl-border);
}
#nlc-watch-root .cd__num {
  font-family: var(--nl-font-serif); font-weight: 600; font-size: 34px;
  line-height: 1; color: var(--nl-navy-900); font-variant-numeric: tabular-nums;
}
#nlc-watch-root .cd__lbl {
  margin-top: 6px; font-size: 10px; font-weight: 600;
  letter-spacing: var(--nl-tracking-widest); text-transform: uppercase; color: var(--nl-text-muted);
}
#nlc-watch-root .cd__sep {
  font-family: var(--nl-font-serif); font-size: 26px;
  color: var(--nl-border-strong); margin-top: -14px;
}
#nlc-watch-root .cd--light .cd__cell { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); }
#nlc-watch-root .cd--light .cd__num  { color: #fff; }
#nlc-watch-root .cd--light .cd__lbl  { color: rgba(255,255,255,.6); }
#nlc-watch-root .cd--light .cd__sep  { color: rgba(255,255,255,.3); }

/* ── Hero — editorial ──────────────────────────────────────────────────── */
#nlc-watch-root .hero--editorial { background: var(--nl-paper); }
#nlc-watch-root .hero--editorial__inner {
  max-width: var(--nl-container-xl); margin: 0 auto;
  padding: 64px 48px 80px;
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: center;
}
#nlc-watch-root .hero--editorial__aside .nl-eyebrow { display: block; margin-bottom: 14px; }
#nlc-watch-root .hero--editorial__title {
  font-family: var(--nl-font-serif); font-weight: 600; font-size: 60px;
  line-height: 1.02; letter-spacing: -0.02em; color: var(--nl-navy-900); margin: 0 0 20px;
}
#nlc-watch-root .hero--editorial__title em { font-style: italic; color: var(--nl-leaf-700); font-weight: 500; }
#nlc-watch-root .hero--editorial__lede {
  font-size: 17px; line-height: 1.6; color: var(--nl-text-muted); margin: 0 0 28px; max-width: 460px;
}
#nlc-watch-root .hero--editorial__livebox {
  background: var(--nl-leaf-100); border: 1px solid var(--nl-leaf-300);
  border-radius: var(--nl-radius-lg); padding: 18px 20px; margin-bottom: 28px;
}
#nlc-watch-root .hero--editorial__livetag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: var(--nl-tracking-widest);
  text-transform: uppercase; color: #c43c30; margin-bottom: 6px;
}
#nlc-watch-root .hero--editorial__livebox p { margin: 0; font-size: 15px; color: var(--nl-navy-900); }
#nlc-watch-root .hero--editorial__facts {
  display: grid; gap: 14px; margin: 0 0 28px; padding: 24px 0;
  border-top: 1px solid var(--nl-divider); border-bottom: 1px solid var(--nl-divider);
}
#nlc-watch-root .hero--editorial__facts div {
  display: grid; grid-template-columns: 80px 1fr; align-items: baseline;
}
#nlc-watch-root .hero--editorial__facts dt {
  font-size: 11px; font-weight: 700; letter-spacing: var(--nl-tracking-widest);
  text-transform: uppercase; color: var(--nl-leaf-700);
}
#nlc-watch-root .hero--editorial__facts dd {
  margin: 0; font-family: var(--nl-font-serif); font-size: 17px; color: var(--nl-navy-900);
}

/* ── Library ───────────────────────────────────────────────────────────── */
#nlc-watch-root .library { background: var(--nl-paper); }
#nlc-watch-root .library__inner { max-width: var(--nl-container-xl); margin: 0 auto; padding: 80px 48px 96px; }
#nlc-watch-root .library__head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
#nlc-watch-root .library__head .nl-eyebrow { display: block; margin-bottom: 12px; }
#nlc-watch-root .library__title {
  font-family: var(--nl-font-serif); font-weight: 600; font-size: 48px;
  line-height: 1.05; letter-spacing: -0.02em; color: var(--nl-navy-900); margin: 0 0 14px;
}
#nlc-watch-root .library__lede { font-size: 17px; line-height: 1.6; color: var(--nl-text-muted); margin: 0; }

#nlc-watch-root .library__bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--nl-border); flex-wrap: wrap;
}
#nlc-watch-root .tabs { display: flex; gap: 6px; }
#nlc-watch-root .tabs__tab {
  position: relative; appearance: none; border: none; background: none; cursor: pointer;
  font-family: var(--nl-font-sans); font-size: 16px; font-weight: 600;
  color: var(--nl-text-muted); padding: 10px 18px; border-radius: var(--nl-radius-md);
  transition: color var(--nl-duration-2) var(--nl-ease), background var(--nl-duration-2) var(--nl-ease);
}
#nlc-watch-root .tabs__tab:hover { color: var(--nl-navy-900); background: var(--nl-navy-50); }
#nlc-watch-root .tabs__tab.is-active { color: var(--nl-navy-900); }
#nlc-watch-root .tabs__tab.is-active::after {
  content: ""; position: absolute; left: 18px; right: 18px; bottom: -19px;
  height: 3px; border-radius: 3px 3px 0 0; background: var(--nl-leaf-600);
}

#nlc-watch-root .search {
  position: relative; display: flex; align-items: center; gap: 10px;
  background: var(--nl-white); border: 1px solid var(--nl-border-strong);
  border-radius: var(--nl-radius-pill); padding: 0 16px;
  min-width: 290px; color: var(--nl-text-subtle);
  transition: border var(--nl-duration-2) var(--nl-ease), box-shadow var(--nl-duration-2) var(--nl-ease);
}
#nlc-watch-root .search:focus-within { border-color: var(--nl-navy-700); box-shadow: 0 0 0 3px var(--nl-navy-100); }
#nlc-watch-root .search input {
  flex: 1; border: none; outline: none; background: none;
  font-family: var(--nl-font-sans); font-size: 15px; color: var(--nl-text); padding: 12px 0;
}
#nlc-watch-root .search__clear {
  border: none; background: none; cursor: pointer; font-size: 22px;
  line-height: 1; color: var(--nl-text-muted); padding: 0 2px;
}

#nlc-watch-root .chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
#nlc-watch-root .chip {
  appearance: none; cursor: pointer; font-family: var(--nl-font-sans);
  font-size: 14px; font-weight: 600; padding: 8px 16px;
  border-radius: var(--nl-radius-pill); border: 1px solid var(--nl-border-strong);
  background: var(--nl-white); color: var(--nl-navy-800);
  transition: all var(--nl-duration-2) var(--nl-ease);
}
#nlc-watch-root .chip:hover { border-color: var(--nl-navy-700); }
#nlc-watch-root .chip.is-active { background: var(--nl-navy-800); border-color: var(--nl-navy-800); color: #fff; }

#nlc-watch-root .grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 36px; }
#nlc-watch-root .library__empty {
  text-align: center; padding: 80px 0; color: var(--nl-text-muted);
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
#nlc-watch-root .library__empty p {
  font-family: var(--nl-font-serif); font-style: italic; font-size: 20px; margin: 0;
}

/* ── Card ──────────────────────────────────────────────────────────────── */
#nlc-watch-root .card {
  appearance: none; text-align: left; border: none; background: none;
  padding: 0; cursor: pointer; display: flex; flex-direction: column;
}
#nlc-watch-root .card__media {
  position: relative; border-radius: var(--nl-radius-lg); overflow: hidden;
  box-shadow: var(--nl-shadow-sm); aspect-ratio: 16/9;
  transition: transform var(--nl-duration-3) var(--nl-ease), box-shadow var(--nl-duration-3) var(--nl-ease);
}
#nlc-watch-root .card:hover .card__media { transform: translateY(-4px); box-shadow: var(--nl-shadow-lg); }
#nlc-watch-root .card__play {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%) scale(0.9);
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--nl-navy-900);
  display: grid; place-items: center; padding-left: 4px;
  opacity: 0; transition: all var(--nl-duration-3) var(--nl-ease); box-shadow: var(--nl-shadow-md);
}
#nlc-watch-root .card:hover .card__play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
#nlc-watch-root .card__length {
  position: absolute; right: 10px; bottom: 10px; font-size: 11px; font-weight: 600;
  letter-spacing: 0.04em; color: #fff; background: rgba(5,31,46,.78);
  padding: 4px 8px; border-radius: var(--nl-radius-sm); backdrop-filter: blur(4px);
}
#nlc-watch-root .card__body { padding: 16px 4px 0; }
#nlc-watch-root .card__title {
  font-family: var(--nl-font-serif); font-weight: 600; font-size: 20px;
  line-height: 1.18; color: var(--nl-navy-900); margin: 0 0 6px;
}
#nlc-watch-root .card:hover .card__title { color: var(--nl-leaf-800); }
#nlc-watch-root .card__meta { font-size: 13px; color: var(--nl-text-muted); margin: 0 0 2px; }
#nlc-watch-root .card__scripture {
  font-family: var(--nl-font-serif); font-style: italic; font-size: 14px;
  color: var(--nl-leaf-700); margin: 4px 0 0;
}

/* ── Thumbnails (CSS art — shown when no poster image exists) ───────────── */
#nlc-watch-root .thumb {
  position: relative; aspect-ratio: 16/9; width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden; text-align: center; padding: 18px;
}
#nlc-watch-root .thumb__scripture {
  position: relative; font-family: var(--nl-font-sans); font-size: 11px; font-weight: 600;
  letter-spacing: var(--nl-tracking-wider); text-transform: uppercase; margin-top: 10px; opacity: .85;
}
#nlc-watch-root .thumb__kicker-top {
  position: absolute; top: 16px; left: 0; right: 0;
  font-family: var(--nl-font-sans); font-size: 10px; font-weight: 700;
  letter-spacing: var(--nl-tracking-widest); text-transform: uppercase; opacity: .8;
}
#nlc-watch-root .thumb__kicker-bottom {
  position: absolute; bottom: 14px; left: 0; right: 0;
  font-family: var(--nl-font-sans); font-size: 10px; font-weight: 700;
  letter-spacing: var(--nl-tracking-widest); text-transform: uppercase; opacity: .85;
}

/* Filled */
#nlc-watch-root .thumb--filled { background: linear-gradient(150deg,#c2cdc8 0%,#97aaa4 55%,#8294a0 100%); color: var(--nl-navy-900); }
#nlc-watch-root .thumb--filled::after { content:""; position:absolute; left:12%; top:8%; width:55%; height:70%; background:radial-gradient(circle at 40% 35%,rgba(255,255,255,.85),transparent 60%); filter:blur(2px); }
#nlc-watch-root .thumb__dove { position:relative; font-size:30px; line-height:1; color:rgba(255,255,255,.9); transform:rotate(-12deg); margin-bottom:-6px; }
#nlc-watch-root .thumb__flame { position:absolute; right:16%; bottom:18%; width:16px; height:26px; background:linear-gradient(180deg,var(--nl-wheat-700),var(--nl-clay-700)); border-radius:50% 50% 50% 50%/70% 70% 40% 40%; transform:rotate(8deg); opacity:.9; }
#nlc-watch-root .thumb__filled-word { position:relative; font-family:var(--nl-font-serif); font-style:italic; font-weight:700; font-size:46px; letter-spacing:-0.01em; color:var(--nl-navy-900); }
#nlc-watch-root .thumb--big .thumb__filled-word { font-size:92px; }
#nlc-watch-root .thumb__filled-sub { position:relative; font-family:var(--nl-font-sans); font-size:10px; font-weight:700; letter-spacing:var(--nl-tracking-widest); text-transform:uppercase; color:var(--nl-navy-800); margin-top:4px; }

/* The Blood */
#nlc-watch-root .thumb--blood { background:radial-gradient(120% 130% at 50% 0%,#7a2329 0%,#57161b 60%,#3d0f13 100%); color:#f4e3dd; }
#nlc-watch-root .thumb__blood-word { position:relative; font-family:var(--nl-font-serif); font-weight:700; font-size:40px; letter-spacing:0.01em; color:#f7ece8; text-transform:uppercase; }
#nlc-watch-root .thumb--big .thumb__blood-word { font-size:88px; }
#nlc-watch-root .thumb--blood .thumb__kicker-top { color:#e9b9ad; }
#nlc-watch-root .thumb--blood .thumb__scripture   { color:#e9b9ad; }

/* Resurrection */
#nlc-watch-root .thumb--resurrection { background:linear-gradient(160deg,#d7e6ef 0%,#a9c9dd 45%,#6ba0c0 100%); color:var(--nl-navy-900); }
#nlc-watch-root .thumb--resurrection::after { content:""; position:absolute; inset:0; background:radial-gradient(70% 60% at 50% 45%,rgba(255,255,255,.5),transparent 70%); }
#nlc-watch-root .thumb__res-kicker { position:relative; font-family:var(--nl-font-sans); font-size:10px; font-weight:700; letter-spacing:var(--nl-tracking-widest); text-transform:uppercase; color:var(--nl-navy-700); }
#nlc-watch-root .thumb__res-word { position:relative; font-family:var(--nl-font-serif); font-weight:600; font-size:48px; letter-spacing:0.02em; text-transform:uppercase; color:var(--nl-navy-800); margin-top:2px; }
#nlc-watch-root .thumb--big .thumb__res-word { font-size:94px; }
#nlc-watch-root .thumb--resurrection .thumb__scripture { color:var(--nl-navy-700); }

/* Revelation */
#nlc-watch-root .thumb--revelation { background:#1a0d0e; color:#fff; }
#nlc-watch-root .thumb--revelation::before { content:""; position:absolute; width:120%; height:120%; background:radial-gradient(circle at 50% 50%,#d2362f 0%,#9c2622 38%,transparent 60%); }
#nlc-watch-root .thumb__rev-title { position:relative; font-family:var(--nl-font-serif); font-weight:600; font-size:22px; line-height:1.12; color:#fff; max-width:80%; }
#nlc-watch-root .thumb--big .thumb__rev-title { font-size:44px; max-width:70%; }
#nlc-watch-root .thumb--revelation .thumb__kicker-bottom { color:rgba(255,255,255,.85); }

/* Grow up */
#nlc-watch-root .thumb--growup { background:linear-gradient(155deg,var(--nl-navy-700) 0%,var(--nl-navy-900) 100%); color:#fff; }
#nlc-watch-root .thumb__cross { position:absolute; right:14%; top:50%; transform:translateY(-50%); width:5px; height:64px; background:rgba(255,255,255,.14); }
#nlc-watch-root .thumb__cross::before { content:""; position:absolute; top:16px; left:50%; transform:translateX(-50%); width:34px; height:5px; background:rgba(255,255,255,.14); }
#nlc-watch-root .thumb__growup-title { position:relative; font-family:var(--nl-font-serif); font-style:italic; font-weight:600; font-size:30px; line-height:1.05; color:#fff; }
#nlc-watch-root .thumb--big .thumb__growup-title { font-size:60px; }
#nlc-watch-root .thumb--growup .thumb__kicker-bottom { color:var(--nl-leaf-500); }

/* Generic / invisible */
#nlc-watch-root .thumb--invisible { background:linear-gradient(160deg,#2c3338 0%,#14181b 100%); color:#fff; }
#nlc-watch-root .thumb--invisible::after { content:""; position:absolute; inset:0; background:radial-gradient(80% 90% at 60% 30%,rgba(225,200,150,.18),transparent 65%); }
#nlc-watch-root .thumb__invisible-title { position:relative; font-family:var(--nl-font-serif); font-weight:700; font-size:21px; line-height:1.04; text-transform:uppercase; letter-spacing:0.01em; color:#fff; max-width:90%; }
#nlc-watch-root .thumb--big .thumb__invisible-title { font-size:46px; }
#nlc-watch-root .thumb--invisible .thumb__kicker-bottom { color:var(--nl-wheat-500); }

#nlc-watch-root .thumb--generic { background:linear-gradient(150deg,var(--nl-navy-600) 0%,var(--nl-navy-900) 100%); color:#fff; }
#nlc-watch-root .thumb--generic::after { content:""; position:absolute; inset:0; background:radial-gradient(70% 80% at 75% 20%,rgba(145,202,65,.16),transparent 65%); }
#nlc-watch-root .thumb--generic .thumb__invisible-title { text-transform:none; font-weight:600; }
#nlc-watch-root .thumb--generic .thumb__kicker-bottom { color:var(--nl-leaf-500); }

/* ── Archive ────────────────────────────────────────────────────────────── */
#nlc-watch-root .archive { background: var(--nl-navy-50); border-top: 1px solid var(--nl-border); }
#nlc-watch-root .archive__inner { max-width: var(--nl-container-xl); margin: 0 auto; padding: 72px 48px 88px; }
#nlc-watch-root .archive__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 32px; flex-wrap: wrap;
}
#nlc-watch-root .archive__head .nl-eyebrow { display: block; margin-bottom: 10px; }
#nlc-watch-root .archive__title {
  font-family: var(--nl-font-serif); font-weight: 600; font-size: 34px;
  line-height: 1.1; letter-spacing: -0.01em; color: var(--nl-navy-900); margin: 0;
}
#nlc-watch-root .archive__count { font-size: 14px; color: var(--nl-text-muted); margin: 6px 0 0; }
#nlc-watch-root .archive__list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }

#nlc-watch-root .arow {
  appearance: none; text-align: left; cursor: pointer; display: flex; gap: 16px;
  align-items: center; padding: 12px; background: var(--nl-white);
  border: 1px solid var(--nl-border); border-radius: var(--nl-radius-lg);
  transition: border var(--nl-duration-2) var(--nl-ease), box-shadow var(--nl-duration-2) var(--nl-ease), transform var(--nl-duration-2) var(--nl-ease);
}
#nlc-watch-root .arow:hover { border-color: var(--nl-navy-300); box-shadow: var(--nl-shadow-md); transform: translateY(-2px); }
#nlc-watch-root .arow__media { position: relative; flex: none; width: 132px; border-radius: var(--nl-radius-md); overflow: hidden; aspect-ratio: 16/9; }
#nlc-watch-root .arow__media .thumb { aspect-ratio: 16/9; }
#nlc-watch-root .arow__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #fff; opacity: 0; transition: opacity var(--nl-duration-2) var(--nl-ease);
  background: rgba(5,31,46,.35);
}
#nlc-watch-root .arow:hover .arow__play { opacity: 1; }
#nlc-watch-root .arow__body { min-width: 0; display: flex; flex-direction: column; }
#nlc-watch-root .arow__title {
  font-family: var(--nl-font-serif); font-weight: 600; font-size: 17px;
  line-height: 1.18; color: var(--nl-navy-900); margin: 0 0 4px;
}
#nlc-watch-root .arow:hover .arow__title { color: var(--nl-leaf-800); }
#nlc-watch-root .arow__meta { font-size: 12.5px; color: var(--nl-text-muted); margin: 0; }
#nlc-watch-root .arow__scripture {
  font-family: var(--nl-font-serif); font-style: italic; font-size: 13px;
  color: var(--nl-leaf-700); margin: 3px 0 0;
}
#nlc-watch-root .archive__empty {
  grid-column: 1/-1; text-align: center; padding: 48px 0;
  color: var(--nl-text-muted); font-family: var(--nl-font-serif); font-style: italic;
}

/* ── Modal ─────────────────────────────────────────────────────────────── */
#nlc-watch-root .modal {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(5,31,46,.78); backdrop-filter: blur(6px);
  display: grid; place-items: center; padding: 32px;
  animation: nlc-fade var(--nl-duration-2) var(--nl-ease);
}
@keyframes nlc-fade { from { opacity: 0; } to { opacity: 1; } }
#nlc-watch-root .modal__panel {
  position: relative; width: min(900px, 100%); background: var(--nl-white);
  border-radius: var(--nl-radius-xl); overflow: hidden; box-shadow: var(--nl-shadow-xl);
  animation: nlc-rise var(--nl-duration-3) var(--nl-ease); max-height: 90vh; overflow-y: auto;
}
@keyframes nlc-rise { from { transform: translateY(18px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
#nlc-watch-root .modal__close {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  width: 38px; height: 38px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(5,31,46,.5); color: #fff; display: grid; place-items: center;
  transition: background var(--nl-duration-2) var(--nl-ease);
}
#nlc-watch-root .modal__close:hover { background: rgba(5,31,46,.8); }
#nlc-watch-root .modal__stage { position: relative; }
#nlc-watch-root .modal__stage .thumb { aspect-ratio: 16/9; }

/* Stream iframe in modal */
#nlc-watch-root .modal__stream { position: relative; padding-top: 56.25%; background: #000; }
#nlc-watch-root .modal__stream iframe,
#nlc-watch-root .modal__stream video {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;
}

#nlc-watch-root .modal__info { padding: 28px 32px 32px; }
#nlc-watch-root .modal__info .nl-eyebrow { display: block; margin-bottom: 8px; }
#nlc-watch-root .modal__title {
  font-family: var(--nl-font-serif); font-weight: 600; font-size: 32px;
  line-height: 1.1; color: var(--nl-navy-900); margin: 0 0 8px;
}
#nlc-watch-root .modal__sub { font-size: 15px; color: var(--nl-text-muted); margin: 0 0 14px; }
#nlc-watch-root .modal__desc { font-size: 15px; line-height: 1.65; color: var(--nl-text-muted); margin: 0 0 22px; }
#nlc-watch-root .modal__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  #nlc-watch-root .hero--editorial__inner { grid-template-columns: 1fr; gap: 40px; }
  /* Show aside (title/CTAs) above the player on tablet/mobile */
  #nlc-watch-root .player--editorial { order: 2; }
  #nlc-watch-root .hero--editorial__aside { order: 1; }
  #nlc-watch-root .grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  #nlc-watch-root .hero--editorial__inner,
  #nlc-watch-root .library__inner { padding-left: 24px; padding-right: 24px; }
  #nlc-watch-root .archive__inner { padding-left: 24px; padding-right: 24px; }
  #nlc-watch-root .hero--editorial__title { font-size: 40px; }
  #nlc-watch-root .library__title { font-size: 34px; }
  #nlc-watch-root .grid { grid-template-columns: 1fr; }
  #nlc-watch-root .archive__list { grid-template-columns: 1fr; }
  #nlc-watch-root .arow__media { width: 108px; }
  #nlc-watch-root .library__bar { gap: 16px; }
  #nlc-watch-root .search { min-width: 0; width: 100%; }
  #nlc-watch-root .modal { padding: 16px; }
  #nlc-watch-root .modal__info { padding: 20px 20px 24px; }
  #nlc-watch-root .modal__title { font-size: 24px; }
  #nlc-watch-root .tabs__tab { padding: 10px 12px; font-size: 14px; }
  #nlc-watch-root .tabs__tab.is-active::after { left: 12px; right: 12px; }
}
@media (max-width: 480px) {
  #nlc-watch-root .hero--editorial__inner { padding: 28px 16px 36px; gap: 28px; }
  #nlc-watch-root .hero--editorial__title { font-size: 28px; }
  #nlc-watch-root .hero--editorial__lede { font-size: 15px; }
  #nlc-watch-root .hero__ctas { flex-direction: column; }
  #nlc-watch-root .hero__ctas .nl-btn { justify-content: center; }
  #nlc-watch-root .library__inner { padding: 40px 16px 52px; }
  #nlc-watch-root .library__title { font-size: 26px; }
  #nlc-watch-root .library__lede { font-size: 15px; }
  #nlc-watch-root .archive__inner { padding: 36px 16px 48px; }
  #nlc-watch-root .archive__title { font-size: 24px; }
  /* Compact countdown for small phones */
  #nlc-watch-root .cd { gap: 4px; }
  #nlc-watch-root .cd__cell { min-width: 42px; padding: 8px 4px; }
  #nlc-watch-root .cd__num { font-size: 24px; }
  #nlc-watch-root .cd__lbl { font-size: 9px; margin-top: 4px; }
  #nlc-watch-root .cd__sep { font-size: 18px; margin-top: -10px; }
  /* Tabs: horizontal scroll instead of wrapping */
  #nlc-watch-root .tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; scrollbar-width: none; }
  #nlc-watch-root .tabs::-webkit-scrollbar { display: none; }
  #nlc-watch-root .tabs__tab { flex-shrink: 0; font-size: 13px; padding: 8px 10px; }
  #nlc-watch-root .tabs__tab.is-active::after { left: 10px; right: 10px; }
  #nlc-watch-root .chip { font-size: 13px; padding: 7px 13px; }
  #nlc-watch-root .nl-btn { padding: 12px 18px; font-size: 15px; }
  #nlc-watch-root .arow { padding: 10px; gap: 12px; }
  #nlc-watch-root .arow__media { width: 84px; }
  #nlc-watch-root .arow__title { font-size: 14px; }
  #nlc-watch-root .arow__meta { font-size: 11px; }
  /* Modal slides up from bottom on phones */
  #nlc-watch-root .modal { padding: 0; align-items: flex-end; }
  #nlc-watch-root .modal__panel { border-radius: var(--nl-radius-xl) var(--nl-radius-xl) 0 0; max-height: 95vh; }
  #nlc-watch-root .modal__info { padding: 16px 16px 20px; }
  #nlc-watch-root .modal__title { font-size: 19px; }
  #nlc-watch-root .modal__actions { gap: 8px; }
  #nlc-watch-root .modal__actions .nl-btn { flex: 1; justify-content: center; }
  /* Player chrome */
  #nlc-watch-root .player__top { padding: 12px 16px; }
  #nlc-watch-root .player__bottom { padding: 10px 16px; font-size: 11px; }
  #nlc-watch-root .player__play { width: 72px; height: 72px; }
  #nlc-watch-root .player__when { font-size: 15px; margin-bottom: 16px; }
}
