
.btn-primary{
background:var(--gold);
color:white;
padding:12px 24px;
text-decoration:none;
}

.card{
background:white;
padding:30px;
border-radius:6px;
box-shadow:0 4px 20px rgba(0,0,0,0.08);
}

.quote{
text-align:center;
padding:120px 40px;
background:#111;
color:white;
}

footer{
background:#000;
color:white;
padding:40px;
}

.footer-grid{
display:flex;
gap:20px;
justify-content:center;
}


.main-nav{
background:rgba(17,17,17,0.95);
position:sticky;
top:0;
z-index:100;
padding:20px 0;
}

.main-nav .container{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-family:'Playfair Display', serif;
font-size:24px;
color:var(--gold);
text-decoration:none;
font-weight:600;
}

.nav-links{
display:flex;
gap:30px;
}

.nav-links a{
color:white;
text-decoration:none;
font-size:16px;
transition:color 0.3s;
}

.nav-links a:hover{
color:var(--gold);
}

.page-hero{
background:var(--black);
color:white;
padding:100px 0 80px;
text-align:center;
}

.page-hero h1{
margin-bottom:10px;
}

.subtitle{
font-size:20px;
opacity:0.8;
}

.content-width{
max-width:900px;
margin:auto;
}

.timeline{
position:relative;
}

.timeline-item{
display:grid;
grid-template-columns:150px 1fr;
gap:40px;
margin-bottom:60px;
}

.timeline-year{
font-family:'Playfair Display', serif;
font-size:32px;
color:var(--gold);
font-weight:600;
}

.timeline-content h3{
margin-bottom:10px;
}

.filmography-grid{
display:grid;
grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
gap:20px;
}

.film-card{
background:white;
padding:25px;
border-radius:4px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.film-card h3{
font-size:20px;
margin-bottom:8px;
}

.director{
font-size:14px;
opacity:0.7;
}

.theatre-list, .production-list{
margin-top:40px;
}

.theatre-item{
margin-bottom:40px;
padding-bottom:40px;
border-bottom:1px solid #e0e0e0;
}

.theatre-item:last-child{
border-bottom:none;
}

.theatre-item h3{
margin-bottom:5px;
}

.theatre-item .venues{
margin-top:15px;
font-weight:600;
}

.theatre-item ul{
margin-top:10px;
padding-left:20px;
}

.theatre-item li{
margin-bottom:8px;
}

.production-list ul{
list-style:none;
padding:0;
}

.production-list li{
padding:12px 0;
border-bottom:1px solid #e0e0e0;
}

.awards-list{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
gap:30px;
margin-top:40px;
}

.award-item{
padding:20px;
background:#f9f9f9;
border-left:4px solid var(--gold);
}

.award-item h3{
font-size:20px;
margin-bottom:8px;
}

.gallery-intro{
text-align:center;
max-width:700px;
margin:0 auto 50px;
font-size:20px;
}

.gallery-categories{
display:flex;
justify-content:center;
gap:15px;
margin-bottom:50px;
flex-wrap:wrap;
}

.gallery-filter{
background:transparent;
border:2px solid var(--black);
padding:10px 24px;
cursor:pointer;
font-family:'Source Sans 3', sans-serif;
font-size:16px;
transition:all 0.3s;
}

.gallery-filter:hover, .gallery-filter.active{
background:var(--black);
color:white;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
gap:30px;
}

.gallery-item{
position:relative;
}

.gallery-placeholder{
background:#e0e0e0;
aspect-ratio:4/3;
display:flex;
align-items:center;
justify-content:center;
color:#999;
font-size:14px;
}

.gallery-item img{
width:100%;
height:auto;
aspect-ratio:4/3;
object-fit:cover;
border-radius:4px;
transition:transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img:hover{
transform:scale(1.05);
box-shadow:0 8px 30px rgba(0,0,0,0.2);
cursor:pointer;
}

.gallery-caption{
margin-top:10px;
font-size:14px;
}

.media-grid{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
gap:30px;
margin-top:40px;
}

.media-item{
padding:30px;
background:#f9f9f9;
border-radius:4px;
}

.media-item h3{
margin-bottom:15px;
}

.interview-list{
margin-top:40px;
}

.interview-item{
padding:25px;
background:white;
margin-bottom:20px;
border-left:4px solid var(--gold);
box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.interview-item h3{
margin-bottom:8px;
font-size:20px;
}

.press-kit{
margin-top:50px;
padding:40px;
background:#f9f9f9;
text-align:center;
}

.press-downloads{
display:flex;
gap:20px;
justify-content:center;
margin-top:30px;
flex-wrap:wrap;
}

.external-links{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
gap:25px;
}

.external-link{
display:block;
padding:30px;
background:white;
text-decoration:none;
color:var(--black);
border-radius:4px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
transition:transform 0.3s, box-shadow 0.3s;
}

.external-link:hover{
transform:translateY(-5px);
box-shadow:0 4px 20px rgba(0,0,0,0.1);
}

.external-link h3{
margin-bottom:10px;
color:var(--gold);
}

.contact-grid{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
gap:40px;
margin:40px 0;
}

.contact-card{
padding:30px;
background:#f9f9f9;
border-radius:4px;
}

.contact-card h3{
margin-bottom:20px;
}

.contact-card p{
margin-bottom:12px;
}

.engagement-areas{
margin-top:40px;
}

.engagement-areas ul{
list-style:none;
padding:0;
display:grid;
grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
gap:15px;
}

.engagement-areas li{
padding:15px 20px;
background:#f9f9f9;
border-left:3px solid var(--gold);
}


.bio-featured-image{
max-width:600px;
margin:0 auto;
border-radius:8px;
overflow:hidden;
box-shadow:0 10px 40px rgba(0,0,0,0.15);
}

.bio-featured-image img{
width:100%;
height:auto;
display:block;
}

.hero::before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
z-index:1;
}

.hero-text{
position:relative;
z-index:2;
}

.hero-text h1{
font-size:72px;
font-weight:700;
margin-bottom:10px;
letter-spacing:2px;
text-transform:uppercase;
background:linear-gradient(135deg, #ffffff 0%, var(--gold) 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
animation:shimmer 3s ease-in-out infinite;
}

@keyframes shimmer{
0%, 100%{
background-position:0% 50%;
}
50%{
background-position:100% 50%;
}
}

.hero-subtitle{
font-size:22px;
margin:15px 0 25px;
opacity:0.95;
letter-spacing:1px;
font-weight:300;
}

.hero-text .btn-primary{
margin-top:10px;
padding:14px 32px;
font-size:16px;
letter-spacing:1px;
text-transform:uppercase;
background:var(--gold);
border:2px solid var(--gold);
position:relative;
overflow:hidden;
}

.hero-text .btn-primary::before{
content:'';
position:absolute;
top:50%;
left:50%;
width:0;
height:0;
border-radius:50%;
background:rgba(255,255,255,0.2);
transform:translate(-50%, -50%);
transition:width 0.6s, height 0.6s;
}

.hero-text .btn-primary:hover::before{
width:300px;
height:300px;
}

.btn-primary{
background:var(--gold);
color:white;
padding:12px 24px;
text-decoration:none;
display:inline-block;
border-radius:4px;
transition:all 0.3s ease;
font-weight:600;
}

.btn-primary:hover{
background:#d4b36a;
transform:translateY(-2px);
box-shadow:0 4px 12px rgba(198,162,90,0.4);
}

.card{
background:white;
padding:30px;
border-radius:6px;
box-shadow:0 4px 20px rgba(0,0,0,0.08);
transition:transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover{
transform:translateY(-5px);
box-shadow:0 8px 30px rgba(0,0,0,0.15);
}

.page-hero{
background:linear-gradient(135deg, var(--black) 0%, #2a2a2a 100%);
color:white;
padding:100px 0 80px;
text-align:center;
position:relative;
overflow:hidden;
}

.page-hero::before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-image:url('../images/Joke-Silva.png');
background-size:cover;
background-position:center 30%;
opacity:0.10;
z-index:0;
}

.page-hero::after{
content:'';
position:absolute;
top:-50%;
right:-50%;
width:200%;
height:200%;
background:radial-gradient(circle, rgba(198,162,90,0.1) 0%, transparent 70%);
animation:pulse 15s ease-in-out infinite;
z-index:0;
}

@keyframes pulse{
0%, 100%{
transform:scale(1);
opacity:0.5;
}
50%{
transform:scale(1.1);
opacity:0.8;
}
}

.page-hero .container{
position:relative;
z-index:1;
}


.career-hero{
position:relative;
min-height:400px;
display:flex;
align-items:center;
justify-content:center;
}

.hero-image-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
overflow:hidden;
z-index:0;
}

.hero-image-overlay img{
width:100%;
height:100%;
object-fit:cover;
object-position:center 30%;
filter:brightness(0.4) grayscale(0.3);
}

.career-hero .container{
position:relative;
z-index:2;
}

.timeline-item{
display:grid;
grid-template-columns:150px 1fr;
gap:40px;
margin-bottom:60px;
position:relative;
padding-left:20px;
}

.timeline-item::before{
content:'';
position:absolute;
left:75px;
top:40px;
bottom:-60px;
width:2px;
background:linear-gradient(to bottom, var(--gold) 0%, rgba(198,162,90,0.3) 100%);
}

.timeline-item:last-child::before{
display:none;
}

.timeline-year{
font-family:'Playfair Display', serif;
font-size:32px;
color:var(--gold);
font-weight:600;
position:relative;
}

.timeline-year::after{
content:'';
position:absolute;
right:-60px;
top:50%;
transform:translateY(-50%);
width:20px;
height:20px;
background:var(--gold);
border-radius:50%;
border:4px solid var(--ivory);
box-shadow:0 0 0 2px var(--gold);
}

.timeline-content{
background:white;
padding:30px;
border-radius:8px;
box-shadow:0 4px 20px rgba(0,0,0,0.08);
transition:transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover{
transform:translateX(10px);
box-shadow:0 8px 30px rgba(0,0,0,0.15);
}

.timeline-content h3{
margin-bottom:10px;
color:var(--black);
}

.film-card{
background:white;
padding:25px;
border-radius:4px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
transition:all 0.3s ease;
border-left:3px solid transparent;
}

.film-card:hover{
border-left-color:var(--gold);
transform:translateY(-3px);
box-shadow:0 6px 20px rgba(0,0,0,0.12);
}

.film-card h3{
font-size:20px;
margin-bottom:8px;
color:var(--black);
}


.contact-intro{
max-width:400px;
margin:0 auto 50px;
border-radius:8px;
overflow:hidden;
box-shadow:0 8px 30px rgba(0,0,0,0.12);
}

.contact-intro img{
width:100%;
height:auto;
display:block;
}

.quote{
text-align:center;
padding:120px 40px;
background:linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
color:white;
position:relative;
overflow:hidden;
}

.quote::before{
content:'"';
position:absolute;
top:20px;
left:50%;
transform:translateX(-50%);
font-size:200px;
font-family:'Playfair Display', serif;
color:rgba(198,162,90,0.1);
line-height:1;
}

.quote blockquote{
position:relative;
z-index:1;
}

.quote-author{
margin-top:20px;
font-size:18px;
opacity:0.9;
font-style:italic;
}


/* Subtle background blends for sections */
.section.highlights{
position:relative;
}

.section.highlights::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:url('../images/Joke-Silva-1.webp');
background-size:cover;
background-position:center;
opacity:0.06;
z-index:0;
pointer-events:none;
}

.section.highlights > *{
position:relative;
z-index:1;
}

.bio-featured-image{
max-width:600px;
margin:0 auto;
border-radius:8px;
overflow:hidden;
box-shadow:0 10px 40px rgba(0,0,0,0.15);
position:relative;
}

.bio-featured-image::after{
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:linear-gradient(to bottom, transparent 0%, rgba(247,244,239,0.1) 100%);
pointer-events:none;
}

.bio-featured-image img{
width:100%;
height:auto;
display:block;
}

/* Warm texture overlay for content sections */
.content-width{
position:relative;
}

.filmography-grid{
position:relative;
}

.filmography-grid::before{
content:'';
position:absolute;
top:-50px;
left:-50px;
right:-50px;
bottom:-50px;
background-image:url('../images/Joke-Silva (4).jpg');
background-size:cover;
background-position:center;
opacity:0.05;
z-index:0;
pointer-events:none;
border-radius:20px;
}

.film-card{
position:relative;
z-index:1;
}

/* Gallery warm background */
.gallery-grid{
position:relative;
padding:20px;
}

.gallery-grid::before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-image:url('../images/Joke-Silva-Nollywire.webp');
background-size:cover;
background-position:center;
opacity:0.06;
z-index:0;
pointer-events:none;
}

.gallery-item{
position:relative;
z-index:1;
}

/* Contact page warm feel */
.contact-grid{
position:relative;
}

.contact-grid::before{
content:'';
position:absolute;
top:-30px;
left:-30px;
right:-30px;
bottom:-30px;
background-image:url('../images/Olu-Jacobs-and-Joke-Silva.webp');
background-size:cover;
background-position:center;
opacity:0.05;
z-index:0;
pointer-events:none;
border-radius:15px;
}

.contact-card{
position:relative;
z-index:1;
}

/* Timeline warm background */
.timeline{
position:relative;
padding:20px;
}

.timeline::before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-image:url('../images/Joke-Silva (3).jpg');
background-size:cover;
background-position:center;
opacity:0.06;
z-index:0;
pointer-events:none;
}

.timeline-item{
position:relative;
z-index:1;
}

/* Awards section subtle background */
.awards-list{
position:relative;
padding:20px;
}

.awards-list::before{
content:'';
position:absolute;
top:-20px;
left:-20px;
right:-20px;
bottom:-20px;
background-image:url('../images/IMG_4749.jpeg');
background-size:cover;
background-position:center;
opacity:0.05;
z-index:0;
pointer-events:none;
border-radius:10px;
}

.award-item{
position:relative;
z-index:1;
}
