ADMFA Audio
When Faith Meets Vision
:root{
–purple:#6C3EFF;
–orange:#FF7A00;
–dark:#111;
–muted:#666;
–line:rgba(0,0,0,.10);
–bg:rgba(255,255,255,.82);
}
/* NAV WRAPPER */
.wfmv-nav{
position:sticky;
top:0;
z-index:999;
backdrop-filter: blur(12px);
background: var(–bg);
border-bottom:1px solid var(–line);
}
.wfmv-nav-inner{
max-width:1200px;
margin:0 auto;
padding:12px 6%;
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
}
/* BRAND */
.wfmv-brand{
display:flex;
align-items:center;
gap:10px;
min-width:240px;
}
.wfmv-mark{
width:36px;height:36px;border-radius:14px;
background: linear-gradient(135deg, var(–purple), var(–orange));
box-shadow: 0 10px 24px rgba(108,62,255,.22);
flex:0 0 36px;
}
.wfmv-brand h1{
margin:0;
font-size:14px;
font-weight:900;
color:var(–dark);
letter-spacing:.2px;
line-height:1.2;
}
.wfmv-brand small{
display:block;
margin-top:2px;
font-size:12px;
color:var(–muted);
font-weight:700;
}
/* NAV LINKS */
.wfmv-links{
display:flex;
align-items:center;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
}
.wfmv-links a{
text-decoration:none;
color: #3a3a3a;
font-size:13px;
font-weight:800;
padding:9px 10px;
border-radius:999px;
border:1px solid transparent;
transition:.18s ease;
white-space:nowrap;
}
.wfmv-links a:hover{
border-color: var(–line);
background: rgba(0,0,0,.03);
transform: translateY(-1px);
}
/* AUDITION CTA (high contrast) */
.wfmv-audition-btn{
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:10px 14px;
border-radius:999px;
font-weight:1000;
font-size:13px;
color:#fff;
background:#111;
border:1px solid #111;
box-shadow:0 12px 26px rgba(0,0,0,.18);
transition:.18s ease;
white-space:nowrap;
}
.wfmv-audition-btn:hover{
background:#000;
transform: translateY(-2px);
}
.wfmv-audition-dot{
width:9px;height:9px;border-radius:50%;
background: var(–orange);
box-shadow: 0 0 0 6px rgba(255,122,0,.16);
}
/* MOBILE DROPDOWN */
.wfmv-menu-btn{
display:none;
border:1px solid var(–line);
background:#fff;
border-radius:12px;
padding:10px 12px;
font-weight:1000;
color:var(–dark);
cursor:pointer;
box-shadow:0 10px 22px rgba(0,0,0,.06);
}
.wfmv-menu-btn:active{transform: translateY(1px)}
.wfmv-mobile{
display:none;
border-top:1px solid var(–line);
background: rgba(255,255,255,.95);
}
.wfmv-mobile-inner{
max-width:1200px;
margin:0 auto;
padding:12px 6% 16px;
display:grid;
gap:10px;
}
.wfmv-mobile a{
text-decoration:none;
font-weight:900;
color:var(–dark);
padding:12px 12px;
border-radius:14px;
border:1px solid var(–line);
background:#fff;
box-shadow:0 10px 18px rgba(0,0,0,.05);
}
.wfmv-mobile a:hover{border-color: rgba(108,62,255,.35)}
/* Responsive rules */
@media (max-width: 920px){
.wfmv-links{display:none;}
.wfmv-menu-btn{display:inline-flex; align-items:center; gap:10px;}
.wfmv-brand{min-width:auto;}
}
When Faith Meets Vision
Stage Play • March 2026
Trailer
Overview
Dates
Director/Writer
FAQ
Contact
Audition Now
Trailer
Overview
Dates
Director/Writer
FAQ
Contact
Audition Now (Casting Call)
:root{
–purple:#6C3EFF;
–orange:#FF7A00;
–dark:#111;
–muted:#666;
–bg:#faf9ff;
–card:#fff;
–line:#eee;
}
.wfmv-main{
font-family:”Open Sans”,system-ui,sans-serif;
padding:78px 6% 64px;
max-width:1200px;
margin:0 auto;
background:var(–bg);
}
/* PREMIERE BANNER (movie premiere feel) */
.wfmv-banner{
border-radius:22px;
border:1px solid var(–line);
overflow:hidden;
box-shadow:0 18px 44px rgba(0,0,0,.10);
background:
radial-gradient(900px 520px at 12% -10%, rgba(108,62,255,.26), transparent 55%),
radial-gradient(900px 520px at 88% -12%, rgba(255,122,0,.22), transparent 60%),
linear-gradient(180deg, #ffffff, #ffffff);
padding:28px 24px 22px;
position:relative;
}
.wfmv-banner::after{
content:””;
position:absolute;
inset:0;
background:
linear-gradient(120deg, rgba(0,0,0,.02), rgba(0,0,0,0) 55%),
radial-gradient(900px 380px at 50% 115%, rgba(0,0,0,.08), transparent 60%);
pointer-events:none;
}
.wfmv-topline{
position:relative;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
gap:12px;
margin-bottom:14px;
}
.wfmv-pill{
display:inline-flex;
align-items:center;
gap:10px;
padding:8px 12px;
border-radius:999px;
border:1px solid rgba(0,0,0,.08);
background:rgba(255,255,255,.75);
font-weight:900;
letter-spacing:.35px;
color:var(–purple);
font-size:.86rem;
position:relative;
z-index:2;
}
.wfmv-pill span{
width:9px;height:9px;border-radius:50%;
background:linear-gradient(135deg,var(–purple),var(–orange));
display:inline-block;
}
.wfmv-premiere{
position:relative;
z-index:2;
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
font-weight:900;
color:var(–dark);
font-size:.92rem;
}
.wfmv-premiere b{
color:var(–orange);
}
.wfmv-logo-wrap{
position:relative;
z-index:2;
display:flex;
justify-content:center;
margin:10px 0 10px;
}
.wfmv-logo{
width:100%;
max-width:500px;
height:auto;
display:block;
filter: drop-shadow(0 12px 18px rgba(0,0,0,.12));
}
.wfmv-headline{
position:relative;
z-index:2;
text-align:center;
margin:10px auto 8px;
font-size:2.35rem;
font-weight:1000;
line-height:1.12;
max-width:22ch;
background:linear-gradient(135deg,var(–purple),var(–orange));
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
@media (max-width:520px){
.wfmv-headline{font-size:2rem}
}
.wfmv-sub{
position:relative;
z-index:2;
text-align:center;
color:var(–muted);
font-size:1.06rem;
line-height:1.75;
max-width:86ch;
margin:0 auto 16px;
}
.wfmv-actions{
position:relative;
z-index:2;
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:12px;
margin-top:14px;
}
.wfmv-btn{
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 18px;
border-radius:999px;
font-weight:1000;
font-size:.95rem;
border:1px solid transparent;
transition:.22s ease;
}
.wfmv-btn:hover{transform:translateY(-2px)}
.wfmv-btn-primary{
background:linear-gradient(135deg,var(–purple),var(–orange));
color:#fff;
box-shadow:0 14px 30px rgba(108,62,255,.22);
}
.wfmv-btn-outline{
background:#fff;
color:var(–purple);
border-color:rgba(108,62,255,.28);
box-shadow:0 12px 26px rgba(0,0,0,.07);
}
.wfmv-btn-dark{
background:#111;
color:#fff;
box-shadow:0 14px 30px rgba(0,0,0,.18);
}
/* CONTENT GRID */
.wfmv-grid{
margin-top:18px;
display:grid;
grid-template-columns: 1.1fr .9fr;
gap:16px;
align-items:stretch;
}
@media (max-width: 950px){
.wfmv-grid{grid-template-columns:1fr}
}
.wfmv-card{
background:var(–card);
border-radius:18px;
border:1px solid var(–line);
box-shadow:0 12px 30px rgba(0,0,0,.07);
padding:18px 18px;
}
.wfmv-card h3{
margin:0 0 10px;
font-size:1.22rem;
font-weight:1000;
color:var(–purple);
}
.wfmv-card p{
margin:0 0 10px;
color:var(–muted);
line-height:1.75;
font-size:1rem;
}
.wfmv-list{
margin:10px 0 0;
padding:0;
list-style:none;
display:grid;
gap:10px;
}
.wfmv-list li{
display:flex;
gap:10px;
align-items:flex-start;
padding:12px 12px;
border-radius:16px;
border:1px solid #eee;
background:#fff;
box-shadow:0 10px 22px rgba(0,0,0,.05);
color:#333;
line-height:1.55;
font-size:.98rem;
}
.wfmv-check{
width:22px;height:22px;border-radius:8px;
background:linear-gradient(135deg,var(–purple),var(–orange));
flex:0 0 22px;
margin-top:2px;
}
/* TRAILER */
.wfmv-trailer{
padding:0;
overflow:hidden;
}
.wfmv-trailer-top{
padding:18px 18px 0;
}
.wfmv-video{
width:100%;
aspect-ratio: 16 / 9;
border:0;
display:block;
background:#000;
border-top:1px solid var(–line);
}
.wfmv-video-note{
padding:14px 18px 18px;
color:var(–muted);
font-size:.95rem;
line-height:1.65;
border-top:1px solid var(–line);
background:linear-gradient(180deg, #fff, #faf9ff);
}
.wfmv-mini{
font-size:.92rem;
font-weight:900;
color:var(–dark);
}
.wfmv-mini b{color:var(–orange)}
.wfmv-link{
color:var(–purple);
font-weight:1000;
text-decoration:none;
border-bottom:2px solid rgba(108,62,255,.25);
padding-bottom:2px;
}
.wfmv-link:hover{border-bottom-color:var(–orange); color:var(–orange)}
/* DETAILS STRIP */
.wfmv-strip{
margin-top:16px;
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:12px;
}
@media (max-width: 900px){
.wfmv-strip{grid-template-columns:1fr}
}
.wfmv-chip{
background:#fff;
border:1px solid var(–line);
border-radius:18px;
box-shadow:0 10px 24px rgba(0,0,0,.06);
padding:14px 14px;
}
.wfmv-chip .label{
font-size:.82rem;
font-weight:1000;
color:#333;
opacity:.85;
letter-spacing:.3px;
text-transform:uppercase;
margin-bottom:6px;
}
.wfmv-chip .value{
font-size:1.02rem;
font-weight:1000;
color:var(–purple);
line-height:1.35;
}
.wfmv-chip .sub{
margin-top:6px;
color:var(–muted);
font-size:.95rem;
line-height:1.55;
}
Official Stage Play Page
Future Release:
March 2026 • Houston, TX

A story of purpose, pressure, and the moment faith becomes action.
When Faith Meets Vision is a live stage production created to move the room—through honest dialogue,
high-impact moments, and a message that stays with you. Auditions are now open for performers ready to bring range,
presence, and emotional truth to the stage.
See Trailer
Audition / Casting Call
More About Director/Writer
Casting Call
Jan 13 (6–8 PM) & Jan 15 (5–7 PM)
Live auditions at ADMFA Private Studio + self-tape options.
Production
March 2026 • Dates TBA
Full live stage production. Ticket details posted soon.
Location
ADMFA Private Studio
Hosted and supported by ADMFA Audio LLC.
Stage Play Overview
When Faith Meets Vision explores what happens when belief collides with ambition—and purpose demands a price.
This production balances powerful storytelling with real-world tension: relationships, risk, and the moment you decide to rise.
- For audiences: an emotionally gripping experience built for a true “premiere night” feeling.
- For performers: roles written for range—subtle moments, high stakes, and stage command.
- For partners: a premium opportunity for sponsorships, media, and community collaboration.
Want to perform?
Visit the casting page:
When Faith Meets Vision — Casting Call
Official Trailer
When Faith Meets Vision is an amazing stage play — trailer coming soon.
Trailer Link:
Watch on YouTube
Director / Writer
Jade Williams, M.A. is the creator behind When Faith Meets Vision;
a stage production that explores the tension between belief, preparation, culture, and purpose.
With a background in communications, storytelling, and production leadership, Jade approaches theater as both an artistic and transformational medium. Her work centers on emotionally honest narratives that reflect real conversations happening in homes, marriages, and communities—particularly where faith, ambition, and identity intersect.
Jade’s directing style emphasizes restraint, clarity, and truth over spectacle. She is intentional about creating work that feels grounded rather than performative, allowing silence, pacing, and subtext to carry as much weight as dialogue. Her writing is influenced by lived experience, cultural nuance, and a deep respect for faith traditions without reducing them to clichés.
When Faith Meets Vision was written to give voice to the unspoken tension many people experience when obedience and preparation appear to conflict. Rather than offering easy answers, the production invites audiences to sit with complexity, listen deeply, and reflect honestly.
As a director, Jade is committed to cultivating a professional, respectful rehearsal environment where both seasoned performers and beginners can grow. She believes excellence is built through discipline, emotional intelligence, and collaboration—not intimidation.
This production marks an important step in Jade’s continued work creating stage experiences that challenge, affirm, and resonate long after the curtain closes.