/* ==========================================================================
   PREMIUM ARTIST DIRECTORY & PROFILES (V2)
   ========================================================================== */

:root {
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(255, 255, 255, 0.3);
    --luxury-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/* Global Container Tweaks */
.artist-profile-wrapper, .artist-archive-wrapper {
    background: #faf7f2; /* Soft linen background */
    padding: 80px 0;
    min-height: 100vh;
}

/* --- ARCHIVE: Luxury Header --- */
.artist-archive-header {
    text-align: center;
    margin-bottom: 60px;
}

.archive-pre-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 700;
    color: var(--luxury-gold);
    margin-bottom: 15px;
}

.archive-main-title {
    font-size: 58px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.archive-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

/* --- ARCHIVE: Grid & Cards --- */
.artist-premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}

.artist-luxury-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    border: 1px solid #f0efeb;
}

.artist-luxury-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--luxury-shadow);
}

.card-link-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.artist-card-media {
    position: relative;
    height: 340px;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.artist-luxury-card:hover .card-img {
    transform: scale(1.08);
}

.card-rating-float {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.artist-card-details {
    padding: 30px;
}

.card-location {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--luxury-primary);
    margin-bottom: 10px;
    display: block;
}

.card-artist-name {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    color: #222;
}

.card-footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
}

.card-status-verified {
    font-size: 13px;
    color: #27ae60;
    font-weight: 600;
}

.card-action-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--luxury-primary);
    text-transform: uppercase;
}

/* ==========================================================================
   DIRECTORY 4.0: PINTEREST-LUXURY (FEMALE-FRIENDLY & SEO)
   ========================================================================== */

:root {
    --v4-gold: #d4af37;        /* Classic Gold */
    --v4-rosegold: #e5b09e;    /* Soft Rose Gold */
    --v4-creme: #fffdf9;       /* Off-White Creme */
    --v4-soft-bg: #fcf8f4;     /* Linen Background */
    --v4-dark: #2d2d2d;        /* Soft Charcoal */
    --v4-pink-glow: rgba(229, 176, 158, 0.1);
    --v4-shadow: 0 25px 60px rgba(184, 147, 101, 0.08);
}

.artist-directory-v4 {
    background: var(--v4-creme);
    padding: 60px 0 100px;
    font-family: 'Outfit', 'Inter', sans-serif;
    color: var(--v4-dark);
}

.artist-v4-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Elegant Breadcrumbs */
.v4-breadcrumbs {
    margin-bottom: 40px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #bfa89e;
}

.v4-breadcrumbs a { color: #bfa89e; text-decoration: none; transition: 0.3s; }
.v4-breadcrumbs a:hover { color: var(--v4-gold); }
.v4-breadcrumbs i { font-size: 9px; margin: 0 12px; opacity: 0.5; }

/* Grid Hierarchy */
.v4-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.v4-main { flex: 0 0 780px; }
.v4-sidebar { flex: 1; position: sticky; top: 40px; }

/* Proud Header */
.v4-header { margin-bottom: 50px; position: relative; }
.v4-top-meta { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }

.v4-badge {
    background: linear-gradient(135deg, #fff 0%, #fdf5f2 100%);
    border: 1px solid var(--v4-rosegold);
    color: var(--v4-gold);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(229, 176, 158, 0.2);
}

.v4-stars { color: #ffbc00; font-size: 20px; font-weight: 800; }
.v4-reviews { color: #a18e86; font-size: 14px; font-weight: 500; }

.v4-title {
    font-size: 64px;
    font-family: 'Playfair Display', serif;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #2d2d2d 0%, #b48a78 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.v4-loc-link { font-size: 18px; color: #7a6e69; font-weight: 500; display: flex; align-items: center; gap: 10px; }
.v4-loc-link a { color: var(--v4-gold); text-decoration: none; border-bottom: 1.5px solid rgba(212, 175, 55, 0.3); }

/* Masonry Artist Proud Banner */
.v4-proud-gallery {
    margin-bottom: 60px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--v4-shadow);
}

.v4-proud-img { width: 100%; height: 550px; object-fit: cover; }
.v4-proud-badge {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px double var(--v4-gold);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    animation: rotate-slow 20s linear infinite;
}

@keyframes rotate-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.v4-proud-badge span { font-size: 10px; font-weight: 900; color: var(--v4-gold); text-transform: uppercase; }
.v4-proud-badge i { font-size: 24px; color: var(--v4-gold); margin-top: 5px; }

/* Luxury Content Blocks */
.v4-block {
    background: #fff;
    padding: 60px;
    border-radius: 40px;
    box-shadow: var(--v4-shadow);
    margin-bottom: 50px;
    border: 1px solid #f9f0ed;
}

.v4-section-label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--v4-rosegold);
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}

.v4-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-bottom: 35px;
    color: var(--v4-dark);
}

.v4-bio { font-size: 19px; line-height: 1.9; color: #5a5452; }

.v4-usp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.v4-usp-pill {
    background: var(--v4-soft-bg);
    border: 1.5px solid #f2e9e4;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #8a7e78;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v4-usp-pill i { color: var(--v4-rosegold); }

/* Location & Map 4.0 */
.v4-map-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #f2e9e4;
}

.v4-map-text p { font-size: 18px; color: #444; margin: 0; font-weight: 500; }
.v4-btn-gold {
    background: var(--v4-gold);
    color: #fff !important;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
    transition: 0.3s;
}

.v4-btn-gold:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(212, 175, 55, 0.4); }

/* Pinterest Explorer (Related Section) */
.v4-explorer { margin-top: 100px; }
.v4-explorer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }

.v4-artist-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none !important;
    border: 1px solid #f2e9e4;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v4-artist-card:hover { transform: translateY(-12px); box-shadow: 0 30px 60px rgba(184, 147, 101, 0.12); }

.v4-card-media { height: 220px; overflow: hidden; position: relative; }
.v4-card-media img { width: 100%; height: 100%; object-fit: cover; transition: 0.8s; }
.v4-artist-card:hover .v4-card-media img { transform: scale(1.1); }

.v4-card-info { padding: 25px; text-align: center; }
.v4-card-info h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--v4-dark); margin: 0 0 10px; }
.v4-card-info span { font-size: 12px; font-weight: 800; color: var(--v4-gold); text-transform: uppercase; letter-spacing: 1px; }

/* Sticky Booking Card */
.v4-sticky-box {
    background: #fff;
    border-radius: 40px;
    padding: 40px;
    box-shadow: var(--v4-shadow);
    border: 1.5px solid var(--v4-rosegold);
    position: relative;
    overflow: hidden;
}

.v4-sticky-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 8px;
    background: linear-gradient(90deg, var(--v4-gold), var(--v4-rosegold));
}

.v4-booking-label { display: block; text-transform: uppercase; font-size: 11px; font-weight: 900; color: #bfa89e; margin-bottom: 25px; letter-spacing: 1px; }

.v4-primary-cta {
    background: var(--v4-dark);
    color: #fff !important;
    display: block;
    width: 100%;
    padding: 18px;
    border-radius: 15px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 15px;
    text-decoration: none !important;
}

.v4-wa-cta {
    background: #25d366;
    color: #fff !important;
    display: block;
    width: 100%;
    padding: 18px;
    border-radius: 15px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 30px;
    text-decoration: none !important;
}

.v4-sidebar-divider { height: 1.5px; background: #fdf5f2; margin: 30px 0; }

.v4-hours-list { list-style: none; padding: 0; margin: 0; }
.v4-hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #fdf5f2;
}

.v4-hours-list li strong { color: var(--v4-dark); }

/* Female Friendly Claim Banner */
.v4-claim-box {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 40px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.v4-claim-box h3 { color: var(--v4-gold); font-family: 'Playfair Display', serif; margin-bottom: 15px; }
.v4-claim-box p { font-size: 14px; opacity: 0.8; line-height: 1.6; margin-bottom: 25px; }
.v4-btn-white {
    background: #fff;
    color: #1a1a1a;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

/* Modal 4.0 */
.v4-modal {
    position: fixed; inset: 0; background: rgba(45, 45, 45, 0.95); backdrop-filter: blur(15px);
    z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 25px;
}

.v4-modal-inner {
    background: var(--v4-creme); width: 100%; max-width: 600px; border-radius: 50px; padding: 60px;
    position: relative; box-shadow: 0 50px 150px rgba(0,0,0,0.5);
}

.v4-modal-close { position: absolute; top: 30px; right: 30px; font-size: 30px; cursor: pointer; color: var(--v4-rosegold); }

.v4-field { margin-bottom: 25px; }
.v4-field label { display: block; font-size: 12px; font-weight: 900; color: #bfa89e; text-transform: uppercase; margin-bottom: 12px; }
.v4-field input, .v4-field textarea {
    width: 100%; padding: 18px; background: #fff; border: 1.5px solid #f2e9e4; border-radius: 15px; font-size: 15px;
}

/* Initials Avatar V4 */
.v4-initials-avatar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.v4-avatar-large { font-size: 80px; }
.v4-avatar-medium { font-size: 40px; }
.v4-avatar-small { font-size: 20px; }

.v4-avatar-img { width: 100%; height: 100%; object-fit: cover; }

/* Mobile Quick Footer */
.v4-mobile-footer {
    position: fixed; bottom: 0; left: 0; width: 100%; background: #fff;
    padding: 15px 25px; border-top: 1.5px solid #f2e9e4; z-index: 9999;
    display: none; justify-content: space-between; gap: 15px; box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .v4-mobile-footer { display: flex; }
    .v4-layout { flex-direction: column; }
    .v4-main, .v4-sidebar { width: 100%; flex: none; }
    .v4-title { font-size: 40px; }
    .v4-proud-img { height: 350px; }
    .v4-block { padding: 35px; }
    .v4-explorer-grid { grid-template-columns: 1fr; }
}

/* --- Phase 12: UI Refinement --- */

/* Compact Luxury Form */
.v4-luxury-form .v4-field { margin-bottom: 15px; }
.v4-luxury-form .v4-field label { font-size: 11px; margin-bottom: 6px; }
.v4-luxury-form input, .v4-luxury-form textarea { padding: 12px 15px; font-size: 14px; border-radius: 12px; }
.v4-luxury-form .v4-primary-cta { padding: 14px; font-size: 14px; margin-top: 10px; }

/* Redesigned Discovery Boxes (More to Explore) */
.v4-artist-box {
    display: flex; align-items: center; gap: 20px; background: #fff; padding: 15px; border-radius: 25px;
    border: 1px solid #f2e9e4; text-decoration: none !important; transition: 0.3s;
}
.v4-artist-box:hover { transform: scale(1.02); box-shadow: 0 15px 40px rgba(184, 147, 101, 0.08); border-color: var(--v4-rosegold); }
.v4-box-media { width: 80px; height: 80px; border-radius: 18px; overflow: hidden; flex-shrink: 0; }
.v4-box-content h3 { margin: 0 0 5px; font-size: 16px; color: var(--v4-dark); font-family: 'Playfair Display', serif; }
.v4-box-content p { margin: 0; font-size: 13px; font-weight: 800; color: var(--v4-gold); }

/* Redesigned Supply Cards (Recommended Supplies) */
.v4-shop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.v4-supply-card {
    background: #fff; border: 1.5px solid #f2e9e4; border-radius: 35px; overflow: hidden;
    transition: 0.4s; position: relative;
}
.v4-supply-card:hover { border-color: var(--v4-rosegold); box-shadow: var(--v4-shadow); }
.v4-supply-thumb { height: 180px; overflow: hidden; position: relative; }
.v4-supply-thumb img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.v4-supply-card:hover .v4-supply-thumb img { transform: scale(1.1); }

.v4-sale-tag {
    position: absolute; top: 15px; left: 15px; background: #e74c3c; color: #fff;
    padding: 5px 12px; border-radius: 20px; font-size: 11px; font-weight: 900;
}

.v4-supply-content { padding: 25px; text-align: center; }
.v4-supply-content h3 { font-size: 15px; line-height: 1.4; height: 42px; overflow: hidden; margin-bottom: 15px; }

.v4-supply-pricing { margin-bottom: 15px; display: flex; justify-content: center; align-items: center; gap: 10px; }
.v4-supply-pricing del { font-size: 14px; color: #999; }
.v4-supply-pricing ins { font-size: 20px; font-weight: 900; color: var(--v4-dark); text-decoration: none; }

.v4-supply-link {
    display: inline-block; font-size: 12px; font-weight: 900; text-transform: uppercase;
    color: var(--v4-gold); border-bottom: 1.5px solid rgba(212,175,55,0.3); padding-bottom: 3px;
    text-decoration: none;
}

@media (max-width: 600px) {
    .v4-shop-grid { grid-template-columns: 1fr; }
}
