/* Artist detail — Stage Lights */
.ad-page { padding: 0 0 80px; }

.ad-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 22px 0 8px;
    margin: 0;
    font-size: 14px;
}
.ad-crumb a { color: #9a3412; text-decoration: none; font-weight: 600; }
.ad-crumb .active { color: #6b7288; }
.ad-crumb li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #c4b8a4;
}

.ad-photo,
.ad-book,
.ad-card {
    background: #fffdf8;
    border: 1px solid rgba(18, 32, 58, .08);
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(12, 18, 34, .08);
}

.ad-photo {
    position: relative;
    overflow: hidden;
}
.ad-photo-frame {
    position: relative;
    height: 460px;
    background: #fff;
}
.ad-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.ad-photo-veil {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(7, 11, 20, .62));
    pointer-events: none;
}

.share-btn,
.image-share-btn {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #12203a;
    border: 1px solid rgba(18, 32, 58, .1);
    cursor: pointer;
    transition: .2s;
}
.share-btn:hover,
.image-share-btn:hover {
    background: #12203a;
    color: #f5c97a;
    border-color: #12203a;
}
.image-share-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.ad-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0;
}
.badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 800;
    background: rgba(232, 184, 109, .22);
    color: #9a3412;
}
.badge-tag.badge-top { background: #12203a; color: #f5c97a; }
.badge-tag.badge-choice { background: #fff8ec; color: #b45309; border: 1px solid #f5c97a; }

.ad-card { padding: 24px 22px; margin-top: 18px; }
.ad-card .sc-kicker { display: flex; margin-bottom: 8px; }
.ad-card h3,
.ad-card .section-badge {
    font-family: Outfit, Inter, sans-serif;
    font-weight: 800;
    color: #12203a !important;
    margin: 0 0 14px;
    font-size: 1.2rem;
}
.ad-card p,
.ad-card .leading-relaxed {
    color: #4b5563;
    line-height: 1.75;
    font-size: 16px;
    margin: 0;
}

.genre-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.genre-tag {
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 700;
    background: #f6f1e8;
    color: #12203a;
    border: 1px solid rgba(18, 32, 58, .08);
}

.spec-list { list-style: none; margin: 0; padding: 0; }
.spec-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(18, 32, 58, .1);
    color: #12203a;
    font-weight: 600;
    font-size: 15px;
}
.spec-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.spec-list i { color: #d97706; width: 18px; margin-top: 3px; }

.ad-video {
    border-radius: 16px;
    overflow: hidden;
    background: #0d1526;
    box-shadow: 0 12px 28px rgba(12, 18, 34, .1);
}

.ad-book { position: sticky; top: 96px; overflow: hidden; }
.ad-book-top {
    padding: 20px 22px 16px;
    background:
        linear-gradient(165deg, rgba(7,11,20,.92), rgba(18,32,58,.78)),
        url('../images/slider/hero-slide-musicians.jpg') center / cover;
    color: #efe8d9;
}
.ad-book-top .sc-kicker { color: #f5c97a; margin-bottom: 6px; }
.ad-book-top h1 {
    font-family: Outfit, Inter, sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    font-weight: 800;
    color: #fffdf8 !important;
    margin: 0 0 6px;
    line-height: 1.2;
}
.ad-book-top p { margin: 0; font-size: 14px; color: rgba(239,232,217,.75); }
.ad-rate {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #f5c97a;
    font-weight: 800;
    font-size: 14px;
    margin-top: 8px;
}
.ad-book-body { padding: 22px; }

.ad-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.ad-chip {
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(232,184,109,.22);
    color: #9a3412;
}

.ad-price {
    background: #f6f1e8;
    border: 1px solid rgba(18,32,58,.08);
    border-radius: 18px;
    padding: 16px 18px;
    margin-bottom: 18px;
}
.ad-price small {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b7288;
    margin-bottom: 4px;
}
.ad-price strong {
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.8rem;
    color: #9a3412;
}
.ad-price s { color: #94a3b8; font-size: 15px; margin-left: 8px; }
.ad-price p { margin: 8px 0 0; color: #6b7288; font-size: 13px; }

.ad-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b7288;
    margin-bottom: 8px;
}
.ad-book .form-control,
.ad-book .form-select {
    border-radius: 14px;
    background: #fff;
    border: 1.5px solid rgba(18,32,58,.1);
    padding: 12px 14px;
    font-size: 15px;
}

.ad-note {
    background: #fff8ec;
    color: #92400e;
    border: 1px solid #f5c97a;
    padding: 14px 16px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 16px;
}
.ad-note i { color: #d97706; margin-top: 3px; }

.ad-book-btn {
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #f5c97a, #d97706);
    color: #1a1206 !important;
    box-shadow: 0 10px 24px rgba(217,119,6,.25);
}
.ad-book-btn:hover { filter: brightness(1.05); color: #1a1206 !important; }
.ad-cancel { text-align: center; margin: 12px 0 0; font-size: 13px; color: #6b7288; }

.ad-trust {
    list-style: none;
    margin: 16px 0 0;
    padding: 14px 0 0;
    border-top: 1px dashed rgba(18,32,58,.12);
}
.ad-trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7288;
    margin-bottom: 8px;
}
.ad-trust i { color: #d97706; width: 16px; }

#paymentModal .modal-content { border-radius: 24px; background: #fffdf8; }
#paymentModal .form-control,
#paymentModal .form-select {
    border-radius: 999px;
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
}
#payBtn {
    background: linear-gradient(135deg, #f5c97a, #d97706);
    color: #1a1206 !important;
    border: 0;
    font-weight: 800;
}
.select2-container--default .select2-selection--single {
    border-radius: 50px;
    height: 45px;
    border: 1px solid #dee2e6;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 43px; }

@media (max-width: 991.98px) {
    .ad-book { position: static; top: auto; }
    .ad-photo-frame { height: 320px; }
}

@media (max-width: 575.98px) {
    .ad-photo-frame, .artist-detail-img { height: 240px; }
    .ad-book-top, .ad-book-body, .ad-card { padding: 16px; }
    .ad-price strong { font-size: 1.4rem; }
}
