<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nepal &#8211; StudioZ</title>
	<atom:link href="https://studioz.com.bd/tag/nepal/feed/" rel="self" type="application/rss+xml" />
	<link>https://studioz.com.bd</link>
	<description>Multimedia Production Design Studio</description>
	<lastBuildDate>Tue, 28 Apr 2026 10:06:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Concert Technical Direction in Nepal: How Studio Z BD Designed Lights, Visuals &#038; SFX for Kandara Live</title>
		<link>https://studioz.com.bd/kandara-nova-show-direction/</link>
					<comments>https://studioz.com.bd/kandara-nova-show-direction/#respond</comments>
		
		<dc:creator><![CDATA[StudioZ Official]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 10:01:52 +0000</pubDate>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Bangladesh]]></category>
		<category><![CDATA[Case Study]]></category>
		<category><![CDATA[Concert Production]]></category>
		<category><![CDATA[Kandara]]></category>
		<category><![CDATA[Kathmandu]]></category>
		<category><![CDATA[LED Visuals]]></category>
		<category><![CDATA[Nepal]]></category>
		<category><![CDATA[Studio Z BD]]></category>
		<category><![CDATA[Technical Director]]></category>
		<guid isPermaLink="false">https://studioz.com.bd/?p=4918</guid>

					<description><![CDATA[Case Study · Studio Z BD · 2026 RHYTHM OF CHANGE How Studio Z BD crossed a border, bridged two cultures, and delivered the most technically advanced concert production in Nepal&#8217;s history. 2,500 Live Audience 32 YRS Kandara&#8217;s Legacy 3 Team Members Deployed 1ST Bangladesh–Nepal Art + Tech Collab Part 01 — The Project &#038;&#8230;]]></description>
										<content:encoded><![CDATA[
<!-- ============================================================
     STUDIO Z BD — CASE STUDY: RHYTHM OF CHANGE
     PART 1: THE PROJECT & THE CHALLENGE
     Paste this as Custom HTML block in WordPress
     Font imports are included — safe to use across all 3 parts
     ============================================================ -->

<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&#038;family=Instrument+Serif:ital@0;1&#038;family=Syne:wght@300;400;500;700&#038;display=swap" rel="stylesheet">

<style>
/* ── GLOBAL RESET & VARIABLES ── */
.szbd-case * { box-sizing: border-box; margin: 0; padding: 0; }

.szbd-case {
  --ink:      #0b0b0b;
  --paper:    #f2ece0;
  --red:      #d42b1e;
  --amber:    #c5922a;
  --dim:      #1a1a1a;
  --muted:    #4a4a4a;
  --line:     #2a2a2a;
  --glow-r:   rgba(212,43,30,0.15);
  --glow-a:   rgba(197,146,42,0.12);

  background: var(--ink);
  color: var(--paper);
  font-family: 'Syne', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.8;
  padding: 0;
  overflow-x: hidden;
}

/* ── HERO BANNER ── */
.szbd-hero {
  position: relative;
  padding: 100px 40px 80px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.szbd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 20% 50%, var(--glow-r) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 90% 10%, var(--glow-a) 0%, transparent 60%);
  pointer-events: none;
}

.szbd-hero-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  align-items: end;
  position: relative;
  z-index: 1;
}

.szbd-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.szbd-eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--red);
  display: block;
}

.szbd-hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(58px, 9vw, 120px);
  line-height: 0.88;
  letter-spacing: 0.015em;
  margin-bottom: 32px;
}
.szbd-hero-title .t-red  { color: var(--red); }
.szbd-hero-title .t-amber { color: var(--amber); }

.szbd-hero-desc {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(17px, 2vw, 21px);
  color: #a09880;
  max-width: 540px;
  line-height: 1.6;
}

.szbd-stats-col {
  border-left: 1px solid var(--line);
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.szbd-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.szbd-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 44px;
  line-height: 1;
  color: var(--amber);
}
.szbd-stat-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #555;
}

/* ── SECTION WRAPPER ── */
.szbd-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 40px;
}

.szbd-section-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.szbd-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}

.szbd-h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}

.szbd-h3 {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 26px);
  color: var(--amber);
  margin: 44px 0 14px;
}

.szbd-p {
  color: #b8b0a0;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.szbd-p strong { color: var(--paper); font-weight: 500; }

/* ── PULL QUOTE ── */
.szbd-quote {
  border-left: 3px solid var(--red);
  margin: 44px 0;
  padding: 22px 32px;
  background: rgba(212,43,30,0.06);
  border-radius: 0 4px 4px 0;
}
.szbd-quote p {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 26px);
  color: var(--paper);
  line-height: 1.5;
  margin: 0;
}

/* ── CHALLENGE CARDS ── */
.szbd-challenges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.szbd-challenge-card {
  background: var(--dim);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s;
}
.szbd-challenge-card:hover { border-color: var(--red); }

.szbd-challenge-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--red);
}

.szbd-challenge-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  line-height: 1;
  color: rgba(212,43,30,0.15);
  margin-bottom: 12px;
}

.szbd-challenge-title {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper);
  margin-bottom: 10px;
}

.szbd-challenge-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

/* ── CONTEXT BOX ── */
.szbd-context-box {
  background: var(--dim);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.szbd-context-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--amber), transparent);
}
.szbd-context-box-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin-bottom: 18px;
}
.szbd-context-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.szbd-context-list li {
  font-size: 15px;
  color: #a09880;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}
.szbd-context-list li::before {
  content: '◆';
  color: var(--amber);
  font-size: 8px;
  flex-shrink: 0;
  margin-top: 5px;
}

/* ── PART FOOTER ── */
.szbd-part-footer {
  border-top: 1px solid var(--line);
  padding: 40px;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.szbd-part-tag {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #444;
}
.szbd-part-next {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 8px;
}
.szbd-part-next::after { content: '→'; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .szbd-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .szbd-stats-col { border-left: none; border-top: 1px solid var(--line); padding-left: 0; padding-top: 32px; flex-direction: row; flex-wrap: wrap; gap: 24px; }
  .szbd-hero { padding: 60px 24px 60px; }
  .szbd-section { padding: 60px 24px; }
  .szbd-part-footer { padding: 32px 24px; }
}
</style>

<!-- ═══════════════════════════════════════════════════════════
     PART 1 CONTENT BEGINS
═══════════════════════════════════════════════════════════ -->
<div class="szbd-case">

  <!-- HERO -->
  <header class="szbd-hero">
    <div class="szbd-hero-grid">
      <div>
        <div class="szbd-eyebrow">Case Study · Studio Z BD · 2026</div>
        <h1 class="szbd-hero-title">
          <span class="t-red">RHYTHM</span><br>
          OF<br>
          <span class="t-amber">CHANGE</span>
        </h1>
        <p class="szbd-hero-desc">How Studio Z BD crossed a border, bridged two cultures, and delivered the most technically advanced concert production in Nepal&#8217;s history.</p>
      </div>
      <div class="szbd-stats-col">
        <div class="szbd-stat">
          <span class="szbd-stat-num">2,500</span>
          <span class="szbd-stat-label">Live Audience</span>
        </div>
        <div class="szbd-stat">
          <span class="szbd-stat-num">32 YRS</span>
          <span class="szbd-stat-label">Kandara&#8217;s Legacy</span>
        </div>
        <div class="szbd-stat">
          <span class="szbd-stat-num">3</span>
          <span class="szbd-stat-label">Team Members Deployed</span>
        </div>
        <div class="szbd-stat">
          <span class="szbd-stat-num">1ST</span>
          <span class="szbd-stat-label">Bangladesh–Nepal Art + Tech Collab</span>
        </div>
      </div>
    </div>
  </header>

  <!-- SECTION: THE PROJECT -->
  <section class="szbd-section">
    <div class="szbd-section-label">Part 01 — The Project &#038; The Challenge</div>
    <h2 class="szbd-h2">A BAND FOUND US ON THE INTERNET.</h2>

    <p class="szbd-p">It started with an Instagram DM. A fan from Nepal reached out to our Technical Director, <strong>Zunayed Sabbir Ahmed (ZSA)</strong>, after watching his educational videos on LED technology and live production. That DM introduced us to <strong>Kandara</strong> — Nepal&#8217;s most iconic folk-pop contemporary band with over 32 years of history — and led to one of the most significant projects Studio Z BD has ever undertaken.</p>

    <p class="szbd-p">Kandara wanted a technical team to take complete creative and technical ownership of their concert, <em>Rhythm of Change</em>, at <strong>Club Nova in Thamel, Kathmandu</strong>. Not just operate equipment — but design the entire visual and lighting narrative of the show, from scratch, with full creative freedom.</p>

    <p class="szbd-p">This was the <strong>first time a Bangladeshi technical production team had ever been hired to deliver a full show for a Nepali artist</strong> at this scale. A genuine Art + Tech collaboration between two nations that had never shared a production stage before.</p>

    <div class="szbd-quote">
      <p>&#8220;This collaboration came out of the highest mountain on Earth and the longest natural sea beach on this planet. Nothing here could be smaller than that.&#8221;</p>
    </div>

    <h3 class="szbd-h3">The Venue: A Las Vegas Club in Kathmandu</h3>
    <p class="szbd-p">Club Nova, Thamel is not a typical concert venue. It is widely considered one of the most technically advanced nightclubs in Asia — modelled precisely after <strong>Omnia, the iconic Las Vegas nightclub</strong>. The venue is equipped with state-of-the-art LED systems, kinetic lifting rigs, full trussing infrastructure, and Madrix-controlled pixel mapping. Walking into Club Nova is, in every sense, walking into a world-class production environment.</p>

    <p class="szbd-p">But here was the tension: <strong>Kandara is a folk-pop band rooted in Nepali culture and mountain storytelling</strong>. Their music is intimate, traditional, and emotionally charged. Club Nova is futuristic, EDM-native, and built for maximum visual impact. The contrast between these two identities was the central creative challenge — and ultimately, the greatest creative opportunity.</p>

    <div class="szbd-context-box">
      <div class="szbd-context-box-title">Project Scope — What Studio Z BD Was Hired To Deliver</div>
      <ul class="szbd-context-list">
        <li>Full technical direction of the concert — from concept to execution</li>
        <li>Visual storytelling and live VJing — Resolume + Madmapper</li>
        <li>Lighting design, programming, and live operation</li>
        <li>Kinetic lift and LED bar design using Madrix pixel mapping</li>
        <li>Audio-reactive visuals synchronized across all LED surfaces</li>
        <li>Live PTZ camera integration with real-time visual effects</li>
        <li>Synchronized lyric pop — custom built per song</li>
        <li>Special effects and signature moments for the audience</li>
        <li>Complete show synchronization — every system talking to each other</li>
      </ul>
    </div>

    <h3 class="szbd-h3">Three Core Challenges We Walked Into</h3>
    <p class="szbd-p">This project was not without its complexities. Before a single pixel of content was created, we identified three challenges that would define how we approached the entire production.</p>

    <div class="szbd-challenges">
      <div class="szbd-challenge-card">
        <div class="szbd-challenge-num">01</div>
        <div class="szbd-challenge-title">Identity Contrast</div>
        <p class="szbd-challenge-desc">A 32-year-old folk-pop band with deep cultural roots performing inside a futuristic EDM nightclub. How do you honour both worlds without diluting either?</p>
      </div>
      <div class="szbd-challenge-card">
        <div class="szbd-challenge-num">02</div>
        <div class="szbd-challenge-title">Cross-Border Production</div>
        <p class="szbd-challenge-desc">Language, cultural nuance, and logistics across two countries — coordinating a remote production build with a band in Nepal while operating from Bangladesh.</p>
      </div>
      <div class="szbd-challenge-card">
        <div class="szbd-challenge-num">03</div>
        <div class="szbd-challenge-title">Total System Sync</div>
        <p class="szbd-challenge-desc">Lights, LED, kinetic rigs, VJ layers, PTZ cameras, lyric sync, audio reactivity — every system had to speak to each other perfectly, live, in real time.</p>
      </div>
    </div>

    <p class="szbd-p">In the section that follows, you&#8217;ll see exactly how the Studio Z BD team approached each of these — and why the decisions made in the planning phase were what made the show possible.</p>

  </section>

  <!-- PART FOOTER -->
  <div class="szbd-part-footer">
    <span class="szbd-part-tag">Studio Z BD · Rhythm of Change · Part 1 of 3</span>
    <span class="szbd-part-next">Continue to Part 2: The Team</span>
  </div>

</div>
<!-- ═══════ END PART 1 ═══════ -->




<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="epyt-video-wrapper"><div  style="display: block; margin: 0px auto;"  id="_ytid_19552"  width="1200" height="675"  data-origwidth="1200" data-origheight="675"  data-relstop="1" data-facadesrc="https://www.youtube.com/embed/o4i4VmiMId0?enablejsapi=1&#038;autoplay=1&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;rel=0&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;theme=dark&#038;color=red&#038;controls=1&#038;disablekb=0&#038;" class="__youtube_prefs__ epyt-facade epyt-is-override  no-lazyload" data-epautoplay="1" ><img decoding="async" data-spai-excluded="true" class="epyt-facade-poster skip-lazy" loading="lazy" alt="YouTube player" src="https://i.ytimg.com/vi/o4i4VmiMId0/maxresdefault.jpg" title="Concert Technical Direction in Nepal: How Studio Z BD Designed Lights, Visuals &amp; SFX for Kandara Live 1"><button class="epyt-facade-play" aria-label="Play"><svg data-no-lazy="1" height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path class="ytp-large-play-button-bg" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="#f00"></path><path d="M 45,24 27,14 27,34" fill="#fff"></path></svg></button></div></div>
</div></figure>



<!-- ============================================================
     STUDIO Z BD — CASE STUDY: RHYTHM OF CHANGE
     PART 2: THE TEAM & HOW WE BUILT IT
     Paste this as Custom HTML block in WordPress
     ============================================================ -->

<style>
/* ── SHARED BASE (duplicated for standalone use) ── */
.szbd-case-p2 * { box-sizing: border-box; margin: 0; padding: 0; }

.szbd-case-p2 {
  --ink:    #0b0b0b;
  --paper:  #f2ece0;
  --red:    #d42b1e;
  --amber:  #c5922a;
  --dim:    #1a1a1a;
  --muted:  #4a4a4a;
  --line:   #2a2a2a;
  --green:  #2a7a4a;

  background: var(--ink);
  color: var(--paper);
  font-family: 'Syne', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.8;
  overflow-x: hidden;
}

.szbd-p2-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 40px;
}

.szbd-p2-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.szbd-p2-label::after { content: ''; flex: 1; height: 1px; background: var(--line); }

.szbd-p2-h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}

.szbd-p2-h3 {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 26px);
  color: var(--amber);
  margin: 44px 0 14px;
}

.szbd-p2-p {
  color: #b8b0a0;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.szbd-p2-p strong { color: var(--paper); font-weight: 500; }

/* ── PART DIVIDER ── */
.szbd-p2-divider {
  border: none;
  border-top: 1px solid var(--line);
  margin: 0 40px;
}

/* ── RECCE HIGHLIGHT ── */
.szbd-recce-strip {
  background: var(--dim);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 48px 40px;
  margin: 0;
  max-width: 100%;
}
.szbd-recce-inner {
  max-width: 860px;
  margin: 0 auto;
}
.szbd-recce-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 28px;
}
.szbd-recce-col h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin-bottom: 14px;
}
.szbd-recce-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.szbd-recce-col ul li {
  font-size: 15px;
  color: #888;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.szbd-recce-col ul li::before {
  content: '→';
  color: var(--red);
  flex-shrink: 0;
}

/* ── TEAM CARDS ── */
.szbd-team-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 40px;
}

.szbd-team-intro {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line);
}

.szbd-td-box {
  background: var(--dim);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.szbd-td-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--amber));
}
.szbd-td-box-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
}
.szbd-td-box-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  color: var(--paper);
  line-height: 1;
  margin-bottom: 6px;
}
.szbd-td-box-role {
  font-size: 13px;
  color: var(--amber);
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.szbd-td-box-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

/* Individual team member cards */
.szbd-member {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 32px;
  transition: border-color 0.3s;
}
.szbd-member:hover { border-color: var(--amber); }

.szbd-member-sidebar {
  background: var(--dim);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.szbd-member-sidebar::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--amber);
}

.szbd-member-initials {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(197,146,42,0.12);
  border: 1px solid rgba(197,146,42,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: var(--amber);
  letter-spacing: 0.05em;
}

.szbd-member-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: var(--paper);
  letter-spacing: 0.02em;
}

.szbd-member-role {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  line-height: 1.4;
}

.szbd-member-body {
  padding: 36px 32px;
  background: var(--ink);
}

.szbd-member-body h4 {
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 14px;
}

.szbd-member-body p {
  font-size: 15px;
  color: #9a9080;
  line-height: 1.75;
  margin-bottom: 20px;
}
.szbd-member-body p strong { color: var(--paper); font-weight: 500; }
.szbd-member-body p:last-child { margin-bottom: 0; }

.szbd-member-deliverables {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.szbd-member-deliverables li {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.szbd-member-deliverables li::before {
  content: '◆';
  color: var(--amber);
  font-size: 7px;
  flex-shrink: 0;
  margin-top: 4px;
}

/* ── PRODUCTION TIMELINE ── */
.szbd-prod-timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 32px;
  border-left: 2px solid var(--line);
}
.szbd-prod-item {
  margin-bottom: 40px;
  position: relative;
}
.szbd-prod-item::before {
  content: '';
  position: absolute;
  left: -39px; top: 8px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--amber);
  border: 2px solid var(--ink);
  box-shadow: 0 0 0 2px var(--amber);
}
.szbd-prod-phase {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--amber);
  margin-bottom: 8px;
}
.szbd-prod-item p {
  font-size: 15px;
  color: #8a8070;
  line-height: 1.7;
  margin: 0;
}
.szbd-prod-item p strong { color: #c8c0b0; font-weight: 500; }

/* ── QUOTE ── */
.szbd-p2-quote {
  border-left: 3px solid var(--amber);
  margin: 44px 0;
  padding: 22px 32px;
  background: rgba(197,146,42,0.05);
  border-radius: 0 4px 4px 0;
}
.szbd-p2-quote p {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 24px);
  color: var(--paper);
  line-height: 1.5;
  margin: 0;
}
.szbd-p2-quote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber);
  margin-top: 14px;
}

/* ── PART FOOTER ── */
.szbd-p2-footer {
  border-top: 1px solid var(--line);
  padding: 40px;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.szbd-p2-footer-tag { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: #444; }
.szbd-p2-footer-next { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 8px; }
.szbd-p2-footer-next::after { content: '→'; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .szbd-p2-section, .szbd-team-section { padding: 60px 24px; }
  .szbd-recce-strip { padding: 40px 24px; }
  .szbd-recce-grid { grid-template-columns: 1fr; gap: 28px; }
  .szbd-team-intro { grid-template-columns: 1fr; gap: 32px; }
  .szbd-member { grid-template-columns: 1fr; }
  .szbd-member-sidebar { border-right: none; border-bottom: 1px solid var(--line); }
  .szbd-p2-footer { padding: 32px 24px; }
}
</style>

<!-- ═══════════════════════════════════════════════════════════
     PART 2 CONTENT BEGINS
═══════════════════════════════════════════════════════════ -->
<div class="szbd-case-p2">

  <!-- RECCE: WHY WE FLEW THERE FIRST -->
  <div class="szbd-recce-strip">
    <div class="szbd-recce-inner">
      <div class="szbd-p2-label">Part 02 — The Team &#038; How We Built It</div>
      <h2 class="szbd-p2-h2">BEFORE WE BUILT ANYTHING,<br>WE SHOWED UP IN PERSON.</h2>
      <p class="szbd-p2-p">Studio Z BD doesn&#8217;t design shows from a distance. Before a single file was opened, ZSA flew to Kathmandu for a full technical recce — mapping the venue, understanding the infrastructure, and flying to Pokhara to meet the band face-to-face. That recce became the foundation for everything that followed.</p>
      <div class="szbd-recce-grid">
        <div class="szbd-recce-col">
          <h4>What We Surveyed at Club Nova</h4>
          <ul>
            <li>Full LED surface mapping and pixel count</li>
            <li>Kinetic lift travel range and sync capabilities</li>
            <li>Madrix controller configuration</li>
            <li>Lighting fixture inventory and positions</li>
            <li>Truss layout and PTZ camera placement options</li>
            <li>Audio feed routing for reactive visuals</li>
          </ul>
        </div>
        <div class="szbd-recce-col">
          <h4>What We Learned from the Band</h4>
          <ul>
            <li>Full setlist reviewed song by song</li>
            <li>Cultural and emotional weight of each track</li>
            <li>Key signature moments to design around</li>
            <li>Crowd demographics and expectations</li>
            <li>Visual references — mountains, folklore, texture</li>
            <li>Creative freedom confirmed: full ownership granted</li>
          </ul>
        </div>
      </div>
    </div>
  </div>

  <!-- TEAM SECTION -->
  <div class="szbd-team-section">

    <div class="szbd-p2-label">The People Behind the Show</div>
    <h2 class="szbd-p2-h2">THREE PEOPLE.<br>ONE SHOW. ZERO COMPROMISE.</h2>

    <p class="szbd-p2-p">Studio Z BD deployed a three-person team to Nepal — each one a specialist in their domain, each one operating with complete ownership of their lane, all three moving under the direction of a single technical vision. This is how Studio Z BD works: lean teams, deep expertise, total accountability.</p>

    <!-- TD INTRO GRID -->
    <div class="szbd-team-intro">
      <div>
        <p class="szbd-p2-p">Every production Studio Z BD delivers is built around a <strong>Technical Director</strong> — one person who holds the creative and operational vision, makes the calls, and ensures every moving part of the show is synchronized into a single coherent experience. For Rhythm of Change, that was <strong>Zunayed Sabbir Ahmed</strong>.</p>
        <p class="szbd-p2-p">ZSA set the creative direction during the recce visit — understanding both the venue&#8217;s capabilities and the band&#8217;s identity — and translated that understanding into a production blueprint that the entire team built from. The challenge wasn&#8217;t just technical. It was conceptual: how do you honour a folk band&#8217;s 32-year story inside a Las Vegas-inspired nightclub? ZSA&#8217;s answer was to <strong>lean into the contrast</strong>, not resolve it.</p>
      </div>
      <div class="szbd-td-box">
        <div class="szbd-td-box-title">Technical Director</div>
        <div class="szbd-td-box-name">Zunayed Sabbir Ahmed</div>
        <div class="szbd-td-box-role">ZSA · Studio Z BD</div>
        <p class="szbd-td-box-desc">14+ years in immersive production. Lighting, LED, laser, projection, synchronized live shows. The architect of the show.</p>
      </div>
    </div>

    <!-- MEMBER 1: ZSA -->
    <div class="szbd-member">
      <div class="szbd-member-sidebar">
        <div class="szbd-member-initials">ZSA</div>
        <div>
          <div class="szbd-member-name">ZUNAYED<br>SABBIR<br>AHMED</div>
          <div class="szbd-member-role">Technical Director<br>&#038; Lead Producer</div>
        </div>
      </div>
      <div class="szbd-member-body">
        <h4>Role on This Show</h4>
        <p>ZSA owned the full production from day one. He conducted the recce visit, mapped the venue, met the band in Pokhara, and built the entire show concept from the ground up. His core challenge: <strong>a futuristic EDM venue hosting a deeply traditional folk-pop band</strong>. His answer was to treat the contrast as the concept — using Kandara&#8217;s cultural roots as the visual and emotional narrative, and Club Nova&#8217;s technology as the canvas.</p>
        <p>During production, ZSA directed the content generation strategy, briefed both Bappi and Sifat on their deliverables, and maintained complete creative oversight across every system. On show day, he ran the full tech panel — coordinating lights, VJ, kinetic rig, and PTZ cameras live, in real time, for two hours straight.</p>
        <ul class="szbd-member-deliverables">
          <li>Full technical direction and creative concept</li>
          <li>Recce and band engagement in Nepal</li>
          <li>Show design — visual storytelling framework per song</li>
          <li>Live show operation — all systems coordinated from panel</li>
          <li>Audio-reactive visual architecture built in Resolume</li>
          <li>Kinetic lift and LED bar synchronization via Madrix</li>
        </ul>
      </div>
    </div>

    <!-- MEMBER 2: BAPPI -->
    <div class="szbd-member">
      <div class="szbd-member-sidebar">
        <div class="szbd-member-initials">AIB</div>
        <div>
          <div class="szbd-member-name">ARIFUL<br>ISLAM<br>BAPPI</div>
          <div class="szbd-member-role">Video Producer</div>
        </div>
      </div>
      <div class="szbd-member-body">
        <h4>Role on This Show</h4>
        <p>Bappi was responsible for everything that appeared on screen — and in a venue built entirely around LED surfaces, that meant everything visible to the audience during the show. His job started long before the tour: sourcing and generating the visual content library that would become the backbone of the production.</p>
        <p>Working from ZSA&#8217;s creative brief and the setlist breakdown, Bappi built a <strong>custom content library inspired by Nepal&#8217;s landscape</strong> — mountains, rivers, folklore textures, and visual themes unique to Kandara&#8217;s music. Content was generated from scratch, partly using AI-assisted tools, and composited in Resolume into a fully mapped, <strong>audio-reactive visual timeline</strong>. No stock footage. No generic loops. Every piece was made for this show.</p>
        <p>On installation day, Bappi configured the entire VJ system — software, plugins, and licenses — and integrated PTZ camera feeds into the live visual layer. During the show, he operated the VJ panel, triggering cues and reacting in real time to the performance.</p>
        <ul class="szbd-member-deliverables">
          <li>Custom visual content generation — Nepal-inspired, Kandara-specific</li>
          <li>Full Resolume timeline build — song by song</li>
          <li>Madmapper pixel mapping across all LED surfaces</li>
          <li>PTZ camera integration and live camera FX</li>
          <li>Synchronized lyric pop — per song, per beat</li>
          <li>Live VJ operation during the show</li>
          <li>Post-show aftermovie production</li>
        </ul>
      </div>
    </div>

    <!-- MEMBER 3: SIFAT -->
    <div class="szbd-member">
      <div class="szbd-member-sidebar">
        <div class="szbd-member-initials">AS</div>
        <div>
          <div class="szbd-member-name">AHMED<br>SIFAT</div>
          <div class="szbd-member-role">Lighting Designer<br>&#038; Producer</div>
        </div>
      </div>
      <div class="szbd-member-body">
        <h4>Role on This Show</h4>
        <p>Sifat took ownership of the lighting design — a role that on this project carried extraordinary weight. Club Nova&#8217;s lighting infrastructure is sophisticated: multiple fixture types, kinetic elements, and full truss coverage across a nightclub designed to compete with Las Vegas standards. Designing for that environment requires precision, fluency, and a strong visual instinct.</p>
        <p>Sifat built the lighting design from ZSA&#8217;s creative direction and the setlist breakdown. Every cue was built per song — moods, transitions, key moments, and builds. The lighting wasn&#8217;t background atmosphere. It was <strong>narrative</strong>. When Kandara performed <em>Leka Ki Hay Maya</em> and the crowd sang louder than the singer, the lights were already there — building the moment before it happened.</p>
        <p>On show day, Sifat&#8217;s design received endorsement and collaboration from Bijay and Kiran — two respected names on the Nepali production side — a testament to the quality and professionalism of the work delivered from Bangladesh.</p>
        <ul class="szbd-member-deliverables">
          <li>Full lighting design — fixture by fixture, cue by cue</li>
          <li>Song-by-song lighting narrative built to setlist</li>
          <li>SFX cue programming — signature moments per track</li>
          <li>Kinetic lift cue integration with lighting design</li>
          <li>Collaboration with Nepali production team on show day</li>
          <li>Live lighting operation during the performance</li>
        </ul>
      </div>
    </div>

    <!-- PRODUCTION PROCESS -->
    <div class="szbd-p2-label" style="margin-top: 60px;">How the Production Month Ran</div>
    <h2 class="szbd-p2-h2">THE BUILD: ONE MONTH, THREE TRACKS.</h2>

    <p class="szbd-p2-p">After the recce, the team returned to Dhaka and split into their lanes. Studio Z BD continued delivering other projects simultaneously — because that&#8217;s the reality of a working production studio — but Kandara always came back to the front of the desk. Here&#8217;s how the production month unfolded:</p>

    <div class="szbd-prod-timeline">
      <div class="szbd-prod-item">
        <div class="szbd-prod-phase">Phase 01 — Creative Blueprint</div>
        <p>ZSA built the show&#8217;s creative framework — a song-by-song breakdown in an Excel file, mapping the emotional arc of the setlist to visual and lighting treatments. Every team member worked from this document. <strong>This is how you build a synchronized show: shared language before a single piece of content is made.</strong></p>
      </div>
      <div class="szbd-prod-item">
        <div class="szbd-prod-phase">Phase 02 — Content Generation</div>
        <p>Bappi began sourcing and generating visual content — drawing from the landscapes visited during the recce trip, including Fulchowki mountain. Content was composited and built into Resolume, mapped to the setlist timeline. Audio-reactive layers were built and tested against the songs.</p>
      </div>
      <div class="szbd-prod-item">
        <div class="szbd-prod-phase">Phase 03 — Lighting Programming</div>
        <p>Sifat programmed the full lighting design against the same setlist timeline — building cues, designing signature moments, and writing the SFX sequences. The goal: lights that feel inevitable, like they were always meant to be there.</p>
      </div>
      <div class="szbd-prod-item">
        <div class="szbd-prod-phase">Phase 04 — Iteration &#038; Idea Jamming</div>
        <p>The team held regular sessions — reviewing progress, testing ideas, challenging each other. <strong>Complete creative freedom from Kandara meant complete creative responsibility for us.</strong> We pushed every idea until it was the best version of itself.</p>
      </div>
      <div class="szbd-prod-item">
        <div class="szbd-prod-phase">Phase 05 — Tour Prep</div>
        <p>Final system checks. Export files prepared. Software licenses confirmed. Equipment packed. Travel arranged. On show week, the team flew to Kathmandu together — production complete, ready to install.</p>
      </div>
    </div>

    <div class="szbd-p2-quote">
      <p>&#8220;Spectacular. I felt the energy from the visuals and lights at every moment I was on stage.&#8221;</p>
      <cite>— Kandara</cite>
    </div>

  </div>

  <!-- PART FOOTER -->
  <div class="szbd-p2-footer">
    <span class="szbd-p2-footer-tag">Studio Z BD · Rhythm of Change · Part 2 of 3</span>
    <span class="szbd-p2-footer-next">Continue to Part 3: The Show &#038; Results</span>
  </div>

</div>
<!-- ═══════ END PART 2 ═══════ -->




<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="576" src="https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-02-1024x576.jpg" alt="studioz kandara nova 02" class="wp-image-4921" title="Concert Technical Direction in Nepal: How Studio Z BD Designed Lights, Visuals &amp; SFX for Kandara Live 2" srcset="https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-02-1024x576.jpg 1024w, https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-02-300x169.jpg 300w, https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-02-768x432.jpg 768w, https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-02-1536x864.jpg 1536w, https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-02.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Studio Z with Kandara at Nova</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" src="https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-03-1024x576.jpg" alt="studioz kandara nova 03" class="wp-image-4922" title="Concert Technical Direction in Nepal: How Studio Z BD Designed Lights, Visuals &amp; SFX for Kandara Live 3" srcset="https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-03-1024x576.jpg 1024w, https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-03-300x169.jpg 300w, https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-03-768x432.jpg 768w, https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-03-1536x864.jpg 1536w, https://studioz.com.bd/wp-content/uploads/2026/04/studioz_kandara_nova-03.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">??????????????????</figcaption></figure>



<!-- ============================================================
     STUDIO Z BD — CASE STUDY: RHYTHM OF CHANGE
     PART 3: THE SHOW, THE RESULTS & WHAT'S NEXT
     Paste this as Custom HTML block in WordPress
     ============================================================ -->

<style>
/* ── SHARED BASE ── */
.szbd-case-p3 * { box-sizing: border-box; margin: 0; padding: 0; }

.szbd-case-p3 {
  --ink:   #0b0b0b;
  --paper: #f2ece0;
  --red:   #d42b1e;
  --amber: #c5922a;
  --dim:   #1a1a1a;
  --line:  #2a2a2a;

  background: var(--ink);
  color: var(--paper);
  font-family: 'Syne', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.8;
  overflow-x: hidden;
}

.szbd-p3-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 40px;
}

.szbd-p3-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.szbd-p3-label::after { content: ''; flex: 1; height: 1px; background: var(--line); }

.szbd-p3-h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}

.szbd-p3-h3 {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 26px);
  color: var(--amber);
  margin: 44px 0 14px;
}

.szbd-p3-p {
  color: #b8b0a0;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.szbd-p3-p strong { color: var(--paper); font-weight: 500; }

/* ── SHOW BREAKDOWN STRIP ── */
.szbd-show-strip {
  background: var(--dim);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 56px 40px;
}
.szbd-show-inner { max-width: 860px; margin: 0 auto; }

.szbd-show-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.szbd-show-cell {
  padding: 28px 24px;
  background: var(--ink);
  border-right: 1px solid var(--line);
  transition: background 0.3s;
}
.szbd-show-cell:last-child { border-right: none; }
.szbd-show-cell:hover { background: #111; }

.szbd-show-cell-icon {
  font-size: 22px;
  margin-bottom: 12px;
}
.szbd-show-cell-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin-bottom: 8px;
}
.szbd-show-cell p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ── CHALLENGES VS SOLUTIONS ── */
.szbd-cvs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0;
}

.szbd-cvs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.szbd-cvs-challenge {
  background: rgba(212,43,30,0.05);
  border-right: 1px solid var(--line);
  padding: 28px 24px;
  position: relative;
}
.szbd-cvs-challenge::before {
  content: 'CHALLENGE';
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--red);
  margin-bottom: 12px;
}

.szbd-cvs-solution {
  background: rgba(197,146,42,0.04);
  padding: 28px 24px;
  position: relative;
}
.szbd-cvs-solution::before {
  content: 'SOLUTION';
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--amber);
  margin-bottom: 12px;
}

.szbd-cvs-challenge p,
.szbd-cvs-solution p {
  font-size: 15px;
  color: #8a8070;
  line-height: 1.65;
  margin: 0;
}
.szbd-cvs-challenge p strong,
.szbd-cvs-solution p strong {
  color: #c8c0b0;
  font-weight: 500;
}

/* ── MOMENT CARDS ── */
.szbd-moments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 36px 0;
}

.szbd-moment-card {
  background: var(--dim);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 22px;
  position: relative;
  overflow: hidden;
}
.szbd-moment-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--red);
}
.szbd-moment-card:nth-child(2)::before { background: var(--amber); }
.szbd-moment-card:nth-child(3)::before { background: linear-gradient(90deg, var(--red), var(--amber)); }

.szbd-moment-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
.szbd-moment-card:nth-child(2) .szbd-moment-label { color: var(--amber); }

.szbd-moment-card h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--paper);
  margin-bottom: 10px;
  line-height: 1.1;
}
.szbd-moment-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* ── PULL QUOTE ── */
.szbd-p3-quote {
  border-left: 3px solid var(--red);
  margin: 44px 0;
  padding: 24px 32px;
  background: rgba(212,43,30,0.06);
  border-radius: 0 4px 4px 0;
}
.szbd-p3-quote p {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(22px, 2.8vw, 30px);
  color: var(--paper);
  line-height: 1.4;
  margin: 0;
}
.szbd-p3-quote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-top: 14px;
}

/* ── RESULTS METRICS ── */
.szbd-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin: 40px 0;
}

.szbd-result-cell {
  background: var(--dim);
  padding: 32px 24px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.szbd-result-cell:last-child { border-right: none; }

.szbd-result-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 46px;
  line-height: 1;
  color: var(--amber);
  margin-bottom: 6px;
}
.szbd-result-desc {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #555;
  line-height: 1.4;
}

/* ── QUOTES ROW ── */
.szbd-quotes-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.szbd-voice-card {
  background: var(--dim);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.szbd-voice-card blockquote {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 17px;
  color: #c8c0b0;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.szbd-voice-source {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

/* ── NEXT UP ── */
.szbd-next-section {
  background: var(--dim);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 60px 40px;
}
.szbd-next-inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.szbd-next-list {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.szbd-next-list li {
  font-size: 15px;
  color: #8a8070;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.55;
}
.szbd-next-list li::before {
  content: '→';
  color: var(--amber);
  flex-shrink: 0;
}

/* ── CTA ── */
.szbd-cta {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  position: relative;
}

.szbd-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212,43,30,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.szbd-cta-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
  position: relative;
}

.szbd-cta h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(42px, 7vw, 80px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--paper);
  margin-bottom: 20px;
  position: relative;
}

.szbd-cta-sub {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(17px, 2vw, 21px);
  color: #7a7060;
  max-width: 500px;
  margin: 0 auto 44px;
  line-height: 1.6;
  position: relative;
}

.szbd-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.szbd-btn {
  display: inline-block;
  padding: 15px 34px;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.szbd-btn-red {
  background: var(--red);
  color: var(--paper);
  border: 2px solid var(--red);
}
.szbd-btn-red:hover { background: transparent; color: var(--red); }
.szbd-btn-outline {
  background: transparent;
  color: var(--paper);
  border: 2px solid var(--line);
}
.szbd-btn-outline:hover { border-color: var(--amber); color: var(--amber); }

/* ── CASE FOOTER ── */
.szbd-case-footer {
  border-top: 1px solid var(--line);
  padding: 40px;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.szbd-case-footer-tag {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #444;
}
.szbd-case-footer a {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  text-decoration: none;
}
.szbd-case-footer a:hover { color: var(--red); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .szbd-p3-section { padding: 60px 24px; }
  .szbd-show-strip, .szbd-next-section { padding: 48px 24px; }
  .szbd-show-grid { grid-template-columns: 1fr; }
  .szbd-show-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .szbd-cvs-row { grid-template-columns: 1fr; }
  .szbd-cvs-challenge { border-right: none; border-bottom: 1px solid var(--line); }
  .szbd-next-inner { grid-template-columns: 1fr; gap: 32px; }
  .szbd-cta { padding: 60px 24px; }
  .szbd-case-footer { padding: 32px 24px; }
  .szbd-results { grid-template-columns: repeat(2,1fr); }
  .szbd-result-cell:nth-child(2n) { border-right: none; }
  .szbd-result-cell { border-bottom: 1px solid var(--line); }
}
</style>

<!-- ═══════════════════════════════════════════════════════════
     PART 3 CONTENT BEGINS
═══════════════════════════════════════════════════════════ -->
<div class="szbd-case-p3">

  <!-- SHOW BREAKDOWN -->
  <div class="szbd-show-strip">
    <div class="szbd-show-inner">
      <div class="szbd-p3-label">Part 03 — The Show, The Results &#038; What&#8217;s Next</div>
      <h2 class="szbd-p3-h2">SHOW NIGHT.<br>APRIL 9, 2026.</h2>
      <p class="szbd-p3-p">Installation was done. Systems were synced. The band had run their dry rehearsal. At 8 PM, 2,500 people walked into Club Nova, Thamel — and for the next two hours, Studio Z BD ran the most technically complex and emotionally charged production Nepal had seen.</p>

      <div class="szbd-show-grid">
        <div class="szbd-show-cell">
          <div class="szbd-show-cell-icon">🎨</div>
          <div class="szbd-show-cell-title">Visual Layer</div>
          <p>Audio-reactive visuals across every LED surface. Custom Nepal-inspired content. Synchronized lyric pop. Live camera effects via PTZ integration. Every frame designed for Kandara.</p>
        </div>
        <div class="szbd-show-cell">
          <div class="szbd-show-cell-icon">💡</div>
          <div class="szbd-show-cell-title">Lighting Layer</div>
          <p>Song-by-song lighting narrative. Kinetic lift movements timed to music. SFX cues triggering signature moments. Lighting that didn&#8217;t follow the performance — it led it.</p>
        </div>
        <div class="szbd-show-cell">
          <div class="szbd-show-cell-icon">⚡</div>
          <div class="szbd-show-cell-title">System Sync</div>
          <p>Lights, VJ, kinetic rig, PTZ cameras, Madrix pixel LED, lyric sync — all running from a unified tech panel. Zero disconnects. Two hours of seamless live operation.</p>
        </div>
      </div>
    </div>
  </div>

  <!-- CHALLENGES VS SOLUTIONS -->
  <section class="szbd-p3-section">
    <div class="szbd-p3-label">How We Solved the Three Challenges</div>
    <h2 class="szbd-p3-h2">EVERY CHALLENGE HAD AN ANSWER.</h2>

    <p class="szbd-p3-p">The three challenges identified before the project began were real. Here&#8217;s how Studio Z BD solved each one — and why the solutions made the show stronger.</p>

    <div class="szbd-cvs">
      <div class="szbd-cvs-row">
        <div class="szbd-cvs-challenge">
          <p><strong>Identity Contrast:</strong> A traditional folk-pop band performing inside a futuristic Las Vegas-style nightclub. How do you serve both without betraying either?</p>
        </div>
        <div class="szbd-cvs-solution">
          <p><strong>We leaned into it.</strong> The contrast became the concept. Kandara&#8217;s mountain culture, folklore, and emotional storytelling became the visual narrative — played across Club Nova&#8217;s cutting-edge LEDs. The juxtaposition wasn&#8217;t a problem. It was the spectacle.</p>
        </div>
      </div>
      <div class="szbd-cvs-row">
        <div class="szbd-cvs-challenge">
          <p><strong>Cross-Border Production:</strong> Building a show for a band in Nepal, from Bangladesh, with language and cultural barriers in between — and no way to run a live rehearsal before installation week.</p>
        </div>
        <div class="szbd-cvs-solution">
          <p><strong>We invested in the recce.</strong> Flying to Nepal before production began wasn&#8217;t optional — it was how we made the show possible. Meeting the band in person, walking the venue, understanding the songs culturally: that trip replaced months of guesswork with clear direction.</p>
        </div>
      </div>
      <div class="szbd-cvs-row">
        <div class="szbd-cvs-challenge">
          <p><strong>Total System Sync:</strong> Six independent technical systems — lights, VJ, kinetic rig, PTZ cameras, Madrix LED, lyric sync — all needed to feel like one unified experience, live, with no margin for error.</p>
        </div>
        <div class="szbd-cvs-solution">
          <p><strong>We designed to the song, not to the system.</strong> Every cue was built against the setlist. Shared documents. Clear handoffs. A Technical Director who held the full picture. On show night, every system was speaking the same language — because we built them to.</p>
        </div>
      </div>
    </div>

    <!-- KEY MOMENTS -->
    <div class="szbd-p3-label" style="margin-top: 60px;">Moments That Defined the Night</div>
    <h2 class="szbd-p3-h2">THE MOMENTS THAT MATTERED.</h2>

    <div class="szbd-moments">
      <div class="szbd-moment-card">
        <div class="szbd-moment-label">The Peak</div>
        <h4>Leka Ki Hay Maya</h4>
        <p>Kandara&#8217;s most iconic hit. The crowd sang so loudly and so completely that their voices crossed the volume of the lead singer. 2,500 people, one voice — and the lights built to it perfectly.</p>
      </div>
      <div class="szbd-moment-card">
        <div class="szbd-moment-label">The Technology</div>
        <h4>Full System Live</h4>
        <p>Every LED surface reactive. Kinetic lifts moving in sync. Lyric pop timing with every syllable. PTZ cameras feeding live into visual effects. Not a single system running in isolation.</p>
      </div>
      <div class="szbd-moment-card">
        <div class="szbd-moment-label">The Crowd</div>
        <h4>Old Fans. New Fans.</h4>
        <p>Lifelong Kandara fans in their 40s and 50s experienced their favourite band with production technology they had never seen. A new generation witnessed a legendary band for the first time. Both groups left changed.</p>
      </div>
    </div>

    <div class="szbd-p3-quote">
      <p>&#8220;Never seen before.&#8221;</p>
      <cite>— Club Nova, Thamel, Kathmandu</cite>
    </div>

    <!-- RESULTS -->
    <div class="szbd-p3-label" style="margin-top: 60px;">The Results</div>
    <h2 class="szbd-p3-h2">WHAT THE NUMBERS SAID.</h2>

    <div class="szbd-results">
      <div class="szbd-result-cell">
        <div class="szbd-result-num">2,500</div>
        <div class="szbd-result-desc">Audience at<br>Club Nova</div>
      </div>
      <div class="szbd-result-cell">
        <div class="szbd-result-num">2 HRS</div>
        <div class="szbd-result-desc">Non-stop crowd<br>energy</div>
      </div>
      <div class="szbd-result-cell">
        <div class="szbd-result-num">6</div>
        <div class="szbd-result-desc">Live systems<br>synchronized</div>
      </div>
      <div class="szbd-result-cell">
        <div class="szbd-result-num">3</div>
        <div class="szbd-result-desc">More shows<br>booked from this</div>
      </div>
    </div>

    <p class="szbd-p3-p">The response to the show was immediate. The success of Rhythm of Change led to additional booking requests for both Studio Z BD and Kandara. The collaboration that began with a single Instagram DM is now a multi-show partnership — and it&#8217;s just getting started.</p>

    <!-- QUOTES -->
    <div class="szbd-p3-label" style="margin-top: 60px;">Voices from the Show</div>
    <div class="szbd-quotes-row">
      <div class="szbd-voice-card">
        <blockquote>&#8220;This collaboration came out of the highest mountain on Earth and the longest natural sea beach on this planet. Nothing here could be smaller than that.&#8221;</blockquote>
        <div class="szbd-voice-source">Zunayed Sabbir Ahmed · Technical Director, Studio Z BD</div>
      </div>
      <div class="szbd-voice-card">
        <blockquote>&#8220;Spectacular. I felt the energy from the visuals and lights at every moment I was on stage.&#8221;</blockquote>
        <div class="szbd-voice-source">Kandara · Nepal</div>
      </div>
      <div class="szbd-voice-card">
        <blockquote>&#8220;Never seen before.&#8221;</blockquote>
        <div class="szbd-voice-source">Club Nova · Thamel, Kathmandu</div>
      </div>
    </div>

  </section>

  <!-- WHAT'S NEXT -->
  <div class="szbd-next-section">
    <div class="szbd-next-inner">
      <div>
        <div class="szbd-p3-label">What Comes Next</div>
        <h2 class="szbd-p3-h2">THIS WAS<br>SHOW ONE.</h2>
        <p class="szbd-p3-p">Rhythm of Change was the first of three planned collaborations between Kandara and Studio Z BD in 2026. The success of this show has opened doors — not just for more Kandara shows, but for Studio Z BD&#8217;s growing footprint across South Asia.</p>
      </div>
      <div>
        <ul class="szbd-next-list">
          <li>Two more Kandara × Studio Z BD shows scheduled for 2026</li>
          <li>Plans to bring Kandara to perform in Bangladesh for the first time</li>
          <li>Studio Z BD&#8217;s Bangladesh calendar fully booked with corporate and national events</li>
          <li>Kandara continues their 2026 world tour</li>
          <li>Cross-border production inquiries now open from Nepal and beyond</li>
        </ul>
      </div>
    </div>
  </div>

  <!-- CTA -->
  <section class="szbd-cta">
    <div class="szbd-cta-eyebrow">Work With Studio Z BD</div>
    <h2>YOUR SHOW.<br>OUR OBSESSION.</h2>
    <p class="szbd-cta-sub">If you&#8217;re an artist, event organizer, or brand that wants a technical team who treats every show like it&#8217;s the only one that matters — let&#8217;s talk.</p>
    <div class="szbd-cta-btns">
      <a href="https://www.studioz.com.bd" class="szbd-btn szbd-btn-red" target="_blank" rel="noopener">Hire Studio Z BD</a>
      <a href="https://www.youtube.com/@StudioZ_BD" class="szbd-btn szbd-btn-outline" target="_blank" rel="noopener">Watch Our Work</a>
    </div>
  </section>

  <!-- CASE FOOTER -->
  <div class="szbd-case-footer">
    <span class="szbd-case-footer-tag">Studio Z BD · Rhythm of Change · End of Case Study</span>
    <a href="https://www.studioz.com.bd" target="_blank" rel="noopener">studioz.com.bd →</a>
  </div>

</div>
<!-- ═══════ END PART 3 ═══════ -->




<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://studioz.com.bd/kandara-nova-show-direction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
