/**
 * Nanban Landing Cinema v2 — world-class conversion hero
 * Full-bleed road cinema · Tamil brand-first · loads LAST
 * Spec: asphalt dawn (ink + teal + warm white) — not cream card, not purple
 */

@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@600;700;800;900&family=Outfit:wght@500;600;700;800&family=Noto+Sans+Tamil:wght@600;700;800;900&display=swap");

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 {
  --nb-c2-ink: #060d16;
  --nb-c2-ink-soft: #0c1828;
  --nb-c2-fog: rgba(248, 250, 252, 0.92);
  --nb-c2-fog-dim: rgba(226, 232, 240, 0.78);
  --nb-c2-teal: #2dd4bf;
  --nb-c2-teal-deep: #0f766e;
  --nb-c2-amber: #fbbf24;
  --nb-c2-brand: #ffffff;
  --nb-c2-font-ta: "Catamaran", "Noto Sans Tamil", sans-serif;
  --nb-c2-font-en: "Outfit", "Plus Jakarta Sans", sans-serif;
  background: var(--nb-c2-ink) !important;
}

/* ═══ Nav — glass over cinema ═══ */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-nav,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-nav.is-scrolled {
  background: rgba(6, 13, 22, 0.55) !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.2) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-nav-title .nb-nav-ta,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 #nbNavSchoolName,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-nav-brand-ta {
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  background: none !important;
  font-family: var(--nb-c2-font-ta) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-nav-title small,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 #nbNavSchoolLoc,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-nav-brand-en {
  color: rgba(148, 163, 184, 0.95) !important;
  -webkit-text-fill-color: rgba(148, 163, 184, 0.95) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-nav-a {
  color: rgba(226, 232, 240, 0.88) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-nav-btn--primary {
  background: #0d9488 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

/* ═══ Hero — full viewport composition ═══ */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero.nb-hero--cinema {
  position: relative !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  height: 100vh !important;
  height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: var(--nb-c2-ink) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-stage {
  display: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-video-wrap {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.08) !important;
  filter: saturate(1.05) contrast(1.08) brightness(0.72) !important;
  animation: nbC2KenBurns 28s ease-in-out infinite alternate !important;
}

@keyframes nbC2KenBurns {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.16) translate3d(-1.5%, -1%, 0); }
}

/* Cinematic gradient — road atmosphere, not cream wash */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-overlay {
  z-index: 1 !important;
  background:
    linear-gradient(180deg, rgba(6, 13, 22, 0.45) 0%, rgba(6, 13, 22, 0.2) 35%, rgba(6, 13, 22, 0.55) 62%, rgba(6, 13, 22, 0.92) 100%),
    linear-gradient(105deg, rgba(6, 13, 22, 0.65) 0%, rgba(6, 13, 22, 0.15) 55%, rgba(15, 118, 110, 0.18) 100%) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-overlay::after {
  background:
    radial-gradient(ellipse 70% 45% at 50% 100%, rgba(15, 118, 110, 0.28), transparent 70%),
    radial-gradient(ellipse 40% 30% at 80% 20%, rgba(251, 191, 36, 0.08), transparent 60%) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-ambient {
  opacity: 0.4 !important;
  z-index: 1 !important;
}

/* Animated road dashes */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-road {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.55;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-road__lane {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 2px;
  height: 120%;
  transform: translateX(-50%) perspective(120px) rotateX(58deg);
  background: repeating-linear-gradient(
    to bottom,
    rgba(251, 191, 36, 0.85) 0 18px,
    transparent 18px 36px
  );
  animation: nbC2RoadDash 1.1s linear infinite;
}

@keyframes nbC2RoadDash {
  from { background-position: 0 0; }
  to { background-position: 0 36px; }
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-road__glow {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.55), transparent);
  filter: blur(1px);
}

/* ═══ Hero content — NO card ═══ */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-content,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-content.nb-hero-content--cinema,
html.nanban-ready #loginScreen.nb-cinema-v2 .nb-hero-content {
  position: relative !important;
  z-index: 5 !important;
  width: min(920px, calc(100% - 40px)) !important;
  max-width: 920px !important;
  margin: 0 auto clamp(48px, 8vh, 88px) !important;
  padding: calc(96px + env(safe-area-inset-top, 0px)) 0 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: var(--nb-c2-fog) !important;
  text-align: left !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-content::before {
  display: none !important;
}

/* Hide clutter — hero budget only */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-trust-chips,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-contact,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-stats,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-glass-cta,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-journey-rail,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-cinema-panel,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-world-aurora,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-world-particles {
  display: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-kicker,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-loc {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 1.1rem !important;
  padding: 0 !important;
  font-family: var(--nb-c2-font-en) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--nb-c2-teal) !important;
  -webkit-text-fill-color: var(--nb-c2-teal) !important;
  background: none !important;
  border: none !important;
  animation: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-kicker-dot,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-loc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nb-c2-teal);
  box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.55);
  animation: nbC2PulseDot 2s ease-out infinite;
}

@keyframes nbC2PulseDot {
  0% { box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(45, 212, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(45, 212, 191, 0); }
}

/* Brand — hero-level Tamil signal */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-title,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-title--cinema {
  margin: 0 0 1rem !important;
  max-width: none !important;
  width: 100% !important;
  line-height: 1.05 !important;
  color: #fff !important;
  background: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-title-main {
  display: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 #nbHeroSchoolName,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-school-name,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-school-name--cinema {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  text-shadow: none !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-brand-stack {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.15rem !important;
  max-width: 100% !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-brand-mark {
  display: block !important;
  font-family: var(--nb-c2-font-ta) !important;
  font-size: clamp(3.4rem, 14vw, 7.5rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.2),
    0 18px 48px rgba(0, 0, 0, 0.45) !important;
  word-break: keep-all !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-brand-rest,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-brand-ta {
  display: block !important;
  font-family: var(--nb-c2-font-ta) !important;
  font-size: clamp(1.55rem, 5.5vw, 2.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
  color: rgba(248, 250, 252, 0.95) !important;
  -webkit-text-fill-color: rgba(248, 250, 252, 0.95) !important;
  word-break: keep-all !important;
}

/* When movie-title only outputs .nb-brand-ta (fallback), make first line huge via mark */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-brand-stack:has(.nb-brand-mark) .nb-brand-ta {
  display: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-brand-en {
  display: block !important;
  margin-top: 0.55rem !important;
  padding: 0.15rem 0 0.15rem 12px !important;
  border-left: 3px solid var(--nb-c2-teal) !important;
  font-family: var(--nb-c2-font-en) !important;
  font-size: clamp(0.7rem, 1.8vw, 0.82rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: rgba(148, 163, 184, 0.95) !important;
  -webkit-text-fill-color: rgba(148, 163, 184, 0.95) !important;
  opacity: 1 !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-line-accent,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-headline {
  display: block !important;
  margin: 0.85rem 0 0 !important;
  max-width: 22ch !important;
  font-family: var(--nb-c2-font-ta) !important;
  font-size: clamp(1.15rem, 3.2vw, 1.55rem) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-sub {
  margin: 0.85rem 0 1.6rem !important;
  max-width: 36ch !important;
  font-family: var(--nb-c2-font-ta) !important;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem) !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  color: var(--nb-c2-fog-dim) !important;
  -webkit-text-fill-color: var(--nb-c2-fog-dim) !important;
}

/* CTA group — conversion */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-cta,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-cta--cinema {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-primary,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 #nbHeroCtaPrimary {
  position: relative !important;
  overflow: hidden !important;
  min-height: 54px !important;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 14px !important;
  background: #14b8a6 !important;
  color: #042f2e !important;
  -webkit-text-fill-color: #042f2e !important;
  font-family: var(--nb-c2-font-ta) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  box-shadow: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.35) 50%, transparent 65%);
  transform: translateX(-120%);
  pointer-events: none;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-primary:hover {
  transform: translateY(-2px) !important;
  background: #0d9488 !important;
  box-shadow: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-primary:hover::after {
  animation: nbC2BtnShine 0.85s ease;
}

@keyframes nbC2BtnShine {
  to { transform: translateX(120%); }
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-outline,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-wa {
  min-height: 54px !important;
  padding: 14px 22px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.28) !important;
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  font-family: var(--nb-c2-font-ta) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-outline:hover,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-wa:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  transform: translateY(-2px) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-wa {
  background: #16a34a !important;
  border-color: transparent !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
}

/* Scroll cue */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-scroll {
  bottom: 20px !important;
  color: rgba(226, 232, 240, 0.55) !important;
  z-index: 6 !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-scroll-line {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.8), transparent) !important;
}

/* ═══ Entrance motion ═══ */
@media (prefers-reduced-motion: no-preference) {
  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-c2-reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    filter: blur(6px);
    animation: nbC2Reveal 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-c2-reveal[data-d="1"] { animation-delay: 0.08s; }
  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-c2-reveal[data-d="2"] { animation-delay: 0.2s; }
  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-c2-reveal[data-d="3"] { animation-delay: 0.34s; }
  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-c2-reveal[data-d="4"] { animation-delay: 0.48s; }
  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-c2-reveal[data-d="5"] { animation-delay: 0.62s; }

  @keyframes nbC2Reveal {
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      filter: blur(0);
    }
  }

  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-brand-mark {
    animation: nbC2BrandIn 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
  }

  @keyframes nbC2BrandIn {
    from {
      opacity: 0;
      transform: translate3d(-12px, 36px, 0) scale(0.96);
      letter-spacing: 0.08em;
      filter: blur(8px);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      letter-spacing: -0.02em;
      filter: blur(0);
    }
  }

  /* Soft brand shimmer */
  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-brand-mark.is-shimmer {
    background: linear-gradient(
      105deg,
      #ffffff 0%,
      #ffffff 40%,
      #99f6e4 50%,
      #ffffff 60%,
      #ffffff 100%
    );
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
    animation: nbC2BrandIn 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both,
      nbC2Shimmer 4.5s ease-in-out 1.4s infinite;
  }

  @keyframes nbC2Shimmer {
    0%, 100% { background-position: 100% 50%; }
    50% { background-position: 0% 50%; }
  }
}

@media (prefers-reduced-motion: reduce) {
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-video {
    animation: none !important;
  }
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-road__lane {
    animation: none !important;
  }
  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-c2-reveal,
  html.nanban-ready #loginScreen.nb-cinema-v2 .nb-brand-mark {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-content,
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-content.nb-hero-content--cinema {
    width: calc(100% - 32px) !important;
    margin-bottom: clamp(56px, 12vh, 80px) !important;
  }

  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-cta--cinema {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-primary,
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-outline,
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-btn-wa {
    width: 100% !important;
    text-align: center !important;
  }

  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-headline {
    max-width: 16ch !important;
  }
}

/* Sections below — keep light for readability after dark hero */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-driving-public > .nb-marquee-band {
  background: #0c1828 !important;
  color: rgba(226, 232, 240, 0.85) !important;
  border-top: 1px solid rgba(45, 212, 191, 0.2);
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-marquee-track em {
  color: var(--nb-c2-teal) !important;
}

/* ═══ Path — one job section ═══ */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path {
  background: #f8fafc;
  padding: clamp(48px, 8vw, 88px) 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__inner {
  max-width: 1080px;
  margin: 0 auto;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path .nb-section-kicker,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-gallery--cinema .nb-section-kicker,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--why-cinema .nb-section-kicker {
  font-family: var(--nb-c2-font-en) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #0f766e !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path .nb-section-title,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-gallery--cinema .nb-section-title,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--why-cinema .nb-section-title {
  font-family: var(--nb-c2-font-ta) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.02em !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path .nb-section-lead,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-gallery--cinema .nb-section-lead,
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--why-cinema .nb-section-lead {
  font-family: var(--nb-c2-font-ta) !important;
  color: #475569 !important;
  max-width: 40ch;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__steps {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__step {
  padding: 1.35rem 1.1rem 1.1rem;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: transparent;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__step:last-child {
  border-right: none;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__num {
  font-family: var(--nb-c2-font-en);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0f766e;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__step strong {
  font-family: var(--nb-c2-font-ta);
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__step > span:last-child {
  font-family: var(--nb-c2-font-ta);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  color: #64748b;
}

/* ═══ Photo strip — full-bleed visual ═══ */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-gallery--cinema {
  background: #ffffff;
  padding: clamp(40px, 7vw, 72px) 0 0;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-gallery--cinema .nb-section-head {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 1.5rem;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: minmax(180px, 28vw);
  gap: 4px;
  width: 100%;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip .nb-photo-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #0f172a;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip .nb-photo-tile--hero {
  grid-row: span 2;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip .nb-photo-tile--wide {
  grid-column: span 2;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip .nb-photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip .nb-photo-tile:hover img {
  transform: scale(1.04);
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip .nb-photo-tile__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2.2rem 1rem 0.85rem;
  background: linear-gradient(180deg, transparent, rgba(6, 13, 22, 0.78));
  color: #f8fafc;
  font-family: var(--nb-c2-font-ta);
  font-size: 0.95rem;
  font-weight: 700;
}

/* Hide old mosaic if leftover */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-gallery--cinema .nb-photo-mosaic {
  display: none !important;
}

/* ═══ Why — open lines, not card grid ═══ */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--why-cinema {
  background: #0c1828 !important;
  padding: clamp(48px, 8vw, 88px) 20px !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--why-cinema .nb-section-kicker {
  color: #2dd4bf !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--why-cinema .nb-section-title {
  color: #f8fafc !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--why-cinema .nb-section-lead {
  color: rgba(226, 232, 240, 0.72) !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--why-cinema .nb-bento-why {
  display: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-why-lines {
  display: grid;
  gap: 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-why-line {
  display: grid;
  grid-template-columns: minmax(160px, 0.4fr) 1fr;
  gap: 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-why-line strong {
  font-family: var(--nb-c2-font-ta);
  font-size: 1.15rem;
  font-weight: 800;
  color: #f8fafc;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-why-line p {
  margin: 0;
  font-family: var(--nb-c2-font-ta);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.78);
}

/* Testimonials — flatter */
html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-section--testimonials {
  background: #f1f5f9 !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-tm-card {
  background: transparent !important;
  border: none !important;
  border-top: 2px solid #0f766e !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 1.25rem 0 0.5rem !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-tm-stars {
  color: #0f766e !important;
  letter-spacing: 0.12em;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-esevai-grid--clean .nb-esevai-chip__ico {
  display: none !important;
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-esevai-grid--clean .nb-esevai-chip {
  border-radius: 12px !important;
  box-shadow: none !important;
}

@media (max-width: 860px) {
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__steps {
    grid-template-columns: 1fr 1fr;
  }
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__step:nth-child(2) {
    border-right: none;
  }
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(140px, 42vw);
  }
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip .nb-photo-tile--hero {
    grid-row: auto;
    grid-column: span 2;
    min-height: 220px;
  }
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-photo-strip .nb-photo-tile--wide {
    grid-column: span 2;
  }
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-why-line {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}

html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-hero-video-wrap.is-poster-only .nb-hero-video {
  display: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  html.nb-c2-reveal-ready #loginScreen.nb-cinema-v2 .nb-reveal:not(.is-in) {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  html.nb-c2-reveal-ready #loginScreen.nb-cinema-v2 .nb-reveal.is-in {
    opacity: 1;
    transform: none;
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (max-width: 520px) {
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__steps {
    grid-template-columns: 1fr;
  }
  html.nb-ivory-theme #loginScreen.nb-ultra.nb-cinema-v2 .nb-path__step {
    border-right: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }
}
