/* ================= BASE ================= */

body{
background:#0a0a0a;
color:white;
font-family:'Cinzel', serif;
line-height:1.6;
letter-spacing:.5px;
}

/* ================= HERO ================= */

.hero{
height:85vh;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
text-align:center;
padding:0 20px;
}

.artist-hero{
position:relative;
background:
linear-gradient(rgba(0,0,0,.88),rgba(0,0,0,.96)),
url("../images/image3.jpeg");
background-size:cover;
background-position:center;
}

.hero-overlay{
position:absolute;
inset:0;
background:
radial-gradient(circle at center, rgba(230,57,70,0.08), transparent 70%);
}

.hero-content{
position:relative;
z-index:2;
max-width:800px;
}

.hero-content h2{
font-size:clamp(38px,6vw,64px);
margin-bottom:12px;
letter-spacing:2px;
text-shadow:
0 0 8px rgba(230,57,70,0.6),
0 0 20px rgba(230,57,70,0.25);
}

.hero-content p{
color:#aaa;
font-size:15px;
}

/* ================= SOCIALS (HERO) ================= */

.hero-socials{
margin-top:25px;
display:flex;
justify-content:center;
gap:22px;
}

.hero-socials a{
color:#e63946;
font-size:20px;
transition:.3s ease;
}

.hero-socials a:hover{
transform:translateY(-3px) scale(1.15);
color:white;
text-shadow:0 0 12px rgba(230,57,70,0.8);
}

/* ================= PROFILE ================= */

.artist-profile{
padding:110px 8%;
background:
linear-gradient(180deg,#0a0a0a 0%, #111 100%);
text-align:center;
}

.profile-card{
max-width:950px;
margin:auto;
padding:55px;
background:
linear-gradient(145deg,#0f0f0f,#050505);
border:1px solid rgba(230,57,70,0.25);
border-radius:18px;
backdrop-filter:blur(6px);
box-shadow:
0 25px 60px rgba(0,0,0,0.9),
0 0 20px rgba(230,57,70,0.15);
transition:.35s ease;
}

.profile-card:hover{
transform:translateY(-8px);
box-shadow:
0 35px 80px rgba(0,0,0,1),
0 0 40px rgba(230,57,70,0.25);
}

.profile-top{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
gap:60px;
margin-bottom:45px;
}

.profile-img{
width:180px;
height:180px;
border-radius:50%;
object-fit:cover;
border:3px solid #e63946;
transition:.3s ease;
box-shadow:
0 0 20px rgba(230,57,70,0.6),
0 0 40px rgba(230,57,70,0.3);
}

.profile-img:hover{
transform:scale(1.05);
box-shadow:
0 0 35px rgba(230,57,70,0.9),
0 0 70px rgba(230,57,70,0.4);
}

.profile-info{
text-align:left;
max-width:340px;
}

.profile-info h2{
margin-bottom:12px;
font-size:26px;
text-shadow:
0 0 8px rgba(230,57,70,0.5);
}

.role{
color:#e63946;
margin-bottom:10px;
font-weight:600;
letter-spacing:1px;
}

.experience{
color:#999;
margin-bottom:12px;
font-size:14px;
}

.profile-socials{
display:flex;
gap:16px;
margin-top:10px;
}

.profile-socials a{
color:#e63946;
font-size:18px;
transition:.3s;
}

.profile-socials a:hover{
transform:translateY(-2px) scale(1.15);
color:white;
text-shadow:0 0 10px rgba(230,57,70,0.8);
}

.bio{
margin-top:35px;
color:#bbb;
max-width:720px;
margin-left:auto;
margin-right:auto;
line-height:1.8;
font-size:15px;
}

.bio-secondary{
margin-top:18px;
}

.specialty-band{
margin:42px auto 0;
max-width:820px;
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
}

.specialty-band span{
padding:10px 16px;
border:1px solid rgba(230,57,70,0.32);
border-radius:999px;
background:rgba(255,255,255,0.02);
color:#ddd;
font-size:13px;
letter-spacing:1px;
box-shadow:0 0 12px rgba(230,57,70,0.08);
}

.artist-details{
margin-top:48px;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:24px;
text-align:left;
}

.detail-block{
padding:28px;
border-radius:16px;
background:linear-gradient(145deg,#121212,#090909);
border:1px solid rgba(230,57,70,0.18);
box-shadow:0 15px 35px rgba(0,0,0,0.5);
}

.detail-label,
.eyebrow{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
color:#e63946;
margin-bottom:12px;
}

.detail-block h3{
margin-bottom:12px;
font-size:24px;
line-height:1.2;
}

.detail-block p:last-child{
color:#b9b9b9;
}

.artist-experience{
margin-top:84px;
padding-top:26px;
border-top:1px solid rgba(255,255,255,0.06);
}

.section-heading{
max-width:680px;
margin:0 auto 36px;
}

.section-heading h2{
font-size:clamp(28px,4vw,42px);
line-height:1.15;
text-shadow:0 0 12px rgba(230,57,70,0.25);
}

.experience-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:22px;
text-align:left;
}

.experience-step{
padding:28px 24px;
border-radius:16px;
background:linear-gradient(180deg,rgba(230,57,70,0.08),rgba(255,255,255,0.02));
border:1px solid rgba(230,57,70,0.14);
min-height:220px;
}

.experience-step span{
display:inline-flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
margin-bottom:20px;
border-radius:50%;
border:1px solid rgba(230,57,70,0.45);
color:#e63946;
font-weight:700;
box-shadow:0 0 14px rgba(230,57,70,0.18);
}

.experience-step h3{
margin-bottom:12px;
font-size:22px;
}

.experience-step p{
color:#b7b7b7;
}

.artist-standards{
margin-top:84px;
display:grid;
grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);
gap:34px;
align-items:start;
text-align:left;
padding:34px 0 6px;
}

.standards-copy h2{
font-size:clamp(28px,4vw,40px);
line-height:1.15;
margin-bottom:16px;
}

.standards-copy p:last-child{
color:#bcbcbc;
max-width:560px;
}

.standards-list{
display:grid;
gap:16px;
}

.standards-list div{
padding:20px 22px;
border-left:2px solid #e63946;
background:rgba(255,255,255,0.02);
border-radius:0 14px 14px 0;
box-shadow:0 12px 28px rgba(0,0,0,0.35);
}

.standards-list strong{
display:block;
margin-bottom:8px;
color:#fff;
letter-spacing:.4px;
}

.standards-list p{
color:#b5b5b5;
font-size:14px;
line-height:1.75;
}

/* ================= BUTTON ================= */

.book-btn{
display:inline-block;
margin-top:20px;
padding:13px 28px;
background:linear-gradient(135deg,#e63946,#8b0000);
color:white;
text-decoration:none;
font-weight:600;
letter-spacing:1px;
border-radius:8px;
transition:.3s ease;
box-shadow:
0 0 18px rgba(230,57,70,0.5);
}

.book-btn:hover{
transform:translateY(-2px) scale(1.05);
box-shadow:
0 0 35px rgba(230,57,70,0.9);
}

/* ================= FOOTER BASE ================= */

.site-footer{
width:100%;
background:#000;
color:#aaa;
padding:60px 20px 30px;
text-align:center;
border-top:1px solid rgba(255,255,255,0.05);
}

/* ================= SOCIALS ================= */

.shop-socials{
margin-top:10px;
margin-bottom:40px;
}

.follow-text{
color:#e63946;
font-weight:600;
margin-bottom:15px;
letter-spacing:1px;
}

.shop-socials a{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
background:#111;
border:1px solid #333;
padding:14px;
margin:10px auto;
width:230px;
border-radius:10px;
color:white;
text-decoration:none;
font-weight:bold;
transition:.3s ease;
}

.shop-socials a i{
color:#e63946;
}

.shop-socials a:hover{
border-color:#e63946;
transform:translateY(-3px) scale(1.02);
box-shadow:
0 0 15px rgba(230,57,70,0.5);
}

/* ================= INFO ================= */

.footer-info{
margin-bottom:30px;
}

.footer-info h3{
color:#e63946;
margin-bottom:15px;
text-shadow:0 0 10px rgba(230,57,70,0.4);
}

.footer-info p{
margin-bottom:6px;
font-size:14px;
color:#bbb;
}

/* ================= COPYRIGHT ================= */

.footer-copy{
font-size:13px;
color:#666;
margin-top:10px;
}

@media(max-width:900px){
.artist-details,
.experience-grid,
.artist-standards{
grid-template-columns:1fr;
}

.artist-standards{
gap:24px;
}

.detail-block,
.experience-step{
padding:24px 20px;
}
}

@media(max-width:640px){
.profile-card{
padding:36px 22px;
}

.hero-socials{
gap:18px;
}

.specialty-band{
gap:10px;
}

.specialty-band span{
width:100%;
}

.section-heading{
text-align:left;
}
}



