﻿/* =========================================================================
   PERFIL CAMILA - STYLES
   ========================================================================= */

/* Profile Container */
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

/* Breadcrumb */
.breadcrumb-wrapper {
    background-color: #1a1a1a;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.breadcrumb {
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-family: var(--font-primary);
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.breadcrumb a:hover {
    opacity: 1;
    color: var(--accent-gold);
}

.breadcrumb .current {
    color: var(--accent-gold);
}

/* Profile Hero */
.profile-hero {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

.profile-image-wrapper {
    flex: 0 0 420px;
}

.profile-main-img {
    width: 420px;
    height: 460px;
    object-fit: cover;
    border-radius: 4px;
}

.profile-details {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.profile-title {
    font-size: 42px;
    color: var(--accent-gold);
    margin: 0;
    font-family: var(--font-primary);
    text-transform: uppercase;
}

.profile-details .section-subtitle {
    color: #999;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: var(--font-primary);
    font-weight: 500;
}

.profile-description {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
    margin-bottom: 10px;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin-bottom: 10px;
}

.stat-box {
    border: 1px solid var(--accent-gold);
    background-color: transparent;
    color: var(--accent-gold);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    font-family: var(--font-primary);
}

/* Services List */
.services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.service-tag {
    border: 1px solid var(--accent-gold);
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-family: var(--font-primary);
    transition: background-color 0.3s ease;
}

.service-tag:hover {
    background-color: var(--accent-gold);
    color: #000;
}

/* Contact Bar */
.contact-bar {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--accent-gold);
    border-radius: 4px;
    padding: 15px 20px;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.contact-bar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-family: var(--font-primary);
}

.contact-bar-item .material-icons-outlined {
    font-size: 24px;
}

.contact-bar-item strong {
    font-weight: 700;
}

/* Profile Gallery */
.profile-gallery-section {
    margin-bottom: 60px;
}

.gold-title {
    color: var(--accent-gold) !important;
    font-size: 24px !important;
    text-transform: none !important;
    margin-bottom: 20px !important;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(220, 53, 69, 0.9);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    pointer-events: none;
}

.gallery-play-btn .material-icons {
    font-size: 36px;
    margin-left: 4px;
}

/* Related Escorts */
.profile-related-section {
    margin-bottom: 0;
}

.related-carousel {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.related-carousel::-webkit-scrollbar {
    display: none;
}

.related-carousel .product-card-new {
    flex: 0 0 200px;
    height: 270px;
    scroll-snap-align: start;
}

/* Responsive Styles for Profile */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .profile-hero {
        flex-direction: column;
    }

    .profile-image-wrapper {
        flex: 1 1 100%;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* New Headers */
.gallery-header {
    max-width: 1320px;
    margin: 0 auto 20px;
    padding: 10px 0 18px;
    border-bottom: 2px solid #C4984B;
    text-align: left;
}

.gallery-header h3 {
    font-family: 'Mulish', sans-serif;
    font-size: 26px;
    color: #C4984B;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.related-header {
    max-width: 1320px;
    margin: 0 auto 20px;
    padding: 10px 0 18px;
    border-bottom: 2px solid #C4984B;
    text-align: left;
}

.related-header h3 {
    font-family: 'Mulish', sans-serif;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    line-height: 1.2;
}

.related-header h3 .title-normal {
    font-weight: 700;
    color: #ffffff;
}

.related-header h3 .title-gold {
    font-weight: 900;
    color: #C4984B;
}

.related-header p {
    font-size: 14px;
    color: #888888;
    margin: 0;
}


/* Gallery Modal Styles */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-modal.active {
    display: flex;
    opacity: 1;
}

.gallery-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-content img,
.gallery-modal-content video {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    outline: none;
}

.close-gallery-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.3s;
}

.close-gallery-modal:hover {
    color: var(--accent-gold);
}

.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(196, 152, 75, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10001;
    transition: background 0.3s;
}

.gallery-nav-btn:hover {
    background: var(--accent-gold);
}

.gallery-nav-btn.prev {
    left: 20px;
}

.gallery-nav-btn.next {
    right: 20px;
}

.gallery-nav-btn i {
    font-size: 24px;
    color: #fff;
}

.gallery-nav-btn:hover i {
    color: #000;
}

/* Profile Favorite Button */
.profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.profile-title {
    margin-bottom: 0;
}

.profile-favorite-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-favorite-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
}

/* Custom Tooltip */
.profile-favorite-btn {
    position: relative;
}

.profile-favorite-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    font-family: var(--font-primary);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.profile-favorite-btn::before {
    content: '';
    position: absolute;
    bottom: calc(120% - 11px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.profile-favorite-btn:hover::after,
.profile-favorite-btn:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
@media (max-width: 480px) {
    .profile-main-img {
        width: 100%;
        height: auto;
        aspect-ratio: 420 / 460;
    }
}










