/*
Theme Name: PinkPassionsWPTheme
Theme URI: https://pinkpassions.co.za
Author: Pink Passions Team
Author URI: https://pinkpassions.co.za
Description: High-end luxury adult entertainment directory and boutique theme modeled directly after the Pink Passions South Africa mobile application. Provides edge-to-edge dark luxury neon visual design, native WooCommerce boutique compatibility, CamSpace live stream integration, 50km Google Maps radar templates, responsive off-canvas drawer navigation, and 18+ biometric age verification compliance.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pinkpassionswptheme
Tags: e-commerce, custom-menu, dark-mode, responsive-layout, featured-images, full-width-template, theme-options, translation-ready

All files, unless otherwise stated, are released under the GNU General Public License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html).
*/

/* ==========================================================================
   CSS Variables & Design Tokens (Matching Pink Passions App Theme)
   ========================================================================== */
:root {
    --pp-bg-black: #07010A;
    --pp-bg-elevated: #13081A;
    --pp-bg-card: #180922;
    --pp-bg-card-hover: #220D30;
    --pp-pink-primary: #FF1493;
    --pp-pink-light: #FF69B4;
    --pp-pink-dark: #C71585;
    --pp-gold-badge: #FFD700;
    --pp-gold-glow: #FFA500;
    --pp-verified-green: #00E676;
    --pp-blue-accent: #00A7E1;
    --pp-woo-purple: #7F54B3;
    --pp-woo-purple-light: #D4A5FF;
    --pp-text-white: #FFFFFF;
    --pp-text-light: #F0E6F6;
    --pp-text-muted: #A096A8;
    --pp-border-primary: rgba(255, 20, 147, 0.25);
    --pp-border-light: rgba(255, 255, 255, 0.08);
    --pp-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   WordPress Required Theme Check Utility Classes
   ========================================================================== */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: var(--pp-bg-elevated);
    clip: auto !important;
    clip-path: none;
    color: var(--pp-pink-light);
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: 1300px;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.wp-caption {
    background: var(--pp-bg-card);
    border: 1px solid var(--pp-border-primary);
    max-width: 96%;
    padding: 6px;
    text-align: center;
    border-radius: 8px;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 4px 4px 5px;
    color: var(--pp-text-muted);
}

.sticky {
    position: relative;
}

.sticky .entry-title::before {
    content: "★ Featured Listing: ";
    color: var(--pp-gold-badge);
    font-size: 0.85em;
}

.bypostauthor {
    border-left: 3px solid var(--pp-pink-primary);
}

/* ==========================================================================
   Global Reset & Base Styles
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background-color: var(--pp-bg-black);
    color: var(--pp-text-light);
    font-family: var(--pp-font-sans);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    padding-bottom: 70px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    color: var(--pp-pink-light);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
    color: var(--pp-pink-primary);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Site Wrapper */
.site-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    min-height: 100vh;
    background: var(--pp-bg-black);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
}

/* Top App Bar Header */
.top-app-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(19, 8, 26, 0.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--pp-border-primary);
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-badge {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--pp-pink-primary), var(--pp-pink-dark));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 3px 12px rgba(255, 20, 147, 0.45);
}

.brand-text h1 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin: 0;
}

.brand-text h1 span {
    color: var(--pp-pink-primary);
}

.brand-subtitle {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--pp-gold-badge);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-discreet-exit {
    background: rgba(255, 82, 82, 0.16);
    border: 1px solid rgba(255, 82, 82, 0.45);
    color: #FF5252;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.btn-discreet-exit:hover {
    background: #FF5252;
    color: #fff;
}

.btn-drawer-toggle {
    background: var(--pp-bg-card);
    border: 1px solid var(--pp-border-primary);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}

/* Category Filter Bar */
.category-filter-bar {
    padding: 12px 18px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    background: rgba(10, 3, 14, 0.7);
    border-bottom: 1px solid var(--pp-border-light);
}

.category-filter-bar::-webkit-scrollbar {
    display: none;
}

.filter-chip {
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    background: var(--pp-bg-card);
    border: 1px solid var(--pp-border-light);
    color: var(--pp-text-light);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.filter-chip.active, .filter-chip:hover {
    background: var(--pp-pink-primary);
    color: #fff;
    border-color: var(--pp-pink-primary);
    box-shadow: 0 2px 8px rgba(255, 20, 147, 0.4);
}

/* Feed Section */
.feed-section {
    padding: 20px 18px;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16.5px;
    font-weight: 800;
    color: #fff;
}

.section-badge {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.badge-gold {
    background: rgba(255, 215, 0, 0.18);
    color: var(--pp-gold-badge);
    border: 1px solid rgba(255, 215, 0, 0.4);
}

.badge-green {
    background: rgba(0, 230, 118, 0.18);
    color: var(--pp-verified-green);
    border: 1px solid rgba(0, 230, 118, 0.4);
}

.badge-blue {
    background: rgba(0, 167, 225, 0.18);
    color: var(--pp-blue-accent);
    border: 1px solid rgba(0, 167, 225, 0.4);
}

.badge-purple {
    background: rgba(127, 84, 179, 0.22);
    color: var(--pp-woo-purple-light);
    border: 1px solid rgba(127, 84, 179, 0.5);
}

/* Grids */
.vip-grid, .listings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

@media (max-width: 600px) {
    .vip-grid, .listings-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* Profile Card */
.profile-card {
    background: var(--pp-bg-card);
    border: 1px solid var(--pp-border-primary);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(255, 20, 147, 0.25);
    border-color: var(--pp-pink-primary);
}

.card-media {
    position: relative;
    width: 100%;
    padding-top: 130%;
    background: #110515;
    overflow: hidden;
}

.card-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.profile-card:hover .card-media img {
    transform: scale(1.05);
}

.card-media-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(7, 1, 10, 0.95), transparent);
}

.card-badges {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.card-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;
}

.card-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-name {
    font-size: 14.5px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-location {
    font-size: 11px;
    color: var(--pp-text-muted);
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.card-price {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--pp-gold-badge);
}

.btn-card-action {
    background: var(--pp-pink-primary);
    color: #fff;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 700;
    text-align: center;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* CamSpace Widget Box */
.camspace-widget-box {
    background: var(--pp-bg-card);
    border: 1.5px solid var(--pp-blue-accent);
    border-radius: 16px;
    overflow: hidden;
    margin: 16px 0;
}

.camspace-topbar {
    background: #091321;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 167, 225, 0.3);
}

.camspace-title {
    font-size: 12px;
    font-weight: 800;
    color: #80D8FF;
    display: flex;
    align-items: center;
    gap: 6px;
}

.camspace-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
    background: #000;
}

.camspace-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.camspace-bottom-bar {
    background: #091321;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 167, 225, 0.3);
}

.watch-btn {
    background: var(--pp-blue-accent);
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Bottom Banner Card */
.bottom-banner-card {
    background: linear-gradient(135deg, #1C0926, #2D0F3D);
    border: 1.5px solid var(--pp-pink-primary);
    border-radius: 16px;
    padding: 20px;
    margin: 16px 0;
}

.banner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.banner-tag {
    font-size: 11px;
    font-weight: 800;
    color: var(--pp-pink-light);
    display: flex;
    align-items: center;
    gap: 6px;
}

.banner-title {
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 4px;
}

.banner-message {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--pp-gold-badge);
    margin-bottom: 6px;
}

.banner-desc {
    font-size: 12px;
    color: var(--pp-text-muted);
    margin-bottom: 14px;
}

.btn-reserve {
    background: linear-gradient(135deg, var(--pp-pink-primary), #FF69B4);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 12.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
}

/* Off-canvas Navigation Drawer */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #100617;
    border-left: 1px solid var(--pp-border-primary);
    z-index: 10000;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -6px 0 30px rgba(0, 0, 0, 0.85);
}

.mobile-nav-drawer.open {
    right: 0;
}

.drawer-header {
    padding: 18px 16px;
    border-bottom: 1px solid var(--pp-border-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drawer-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.drawer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--pp-text-light);
    font-size: 13px;
    font-weight: 600;
    transition: all 0.15s ease;
}

.drawer-item:hover {
    background: rgba(255, 20, 147, 0.15);
    color: var(--pp-pink-light);
}

.drawer-item i {
    width: 20px;
    text-align: center;
    color: var(--pp-pink-primary);
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: none;
}

.drawer-overlay.active {
    display: block;
}

/* Mobile Bottom Navigation Bar */
.bottom-nav-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(13, 5, 18, 0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--pp-border-primary);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 900;
    max-width: 1240px;
    margin: 0 auto;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: var(--pp-text-muted);
    font-size: 9.5px;
    font-weight: 700;
}

.bottom-nav-item.active, .bottom-nav-item:hover {
    color: var(--pp-pink-primary);
}

.bottom-nav-item i {
    font-size: 18px;
}

/* 18+ Age Verification Modal */
.age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 1, 6, 0.96);
    backdrop-filter: blur(10px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.age-modal-box {
    background: var(--pp-bg-card);
    border: 2px solid var(--pp-pink-primary);
    border-radius: 20px;
    padding: 28px 22px;
    max-width: 440px;
    text-align: center;
    box-shadow: 0 0 50px rgba(255, 20, 147, 0.4);
}

.age-badge {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    border: 2px solid #FF5252;
    color: #FF5252;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.age-buttons {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.btn-enter-adult {
    flex: 1;
    background: var(--pp-pink-primary);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    border: none;
    cursor: pointer;
}

.btn-exit-adult {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    color: var(--pp-text-muted);
    padding: 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

/* Comments Section */
.comments-area {
    padding: 24px 18px;
    background: var(--pp-bg-card);
    border-radius: 14px;
    margin: 20px 18px;
    border: 1px solid var(--pp-border-light);
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.comment-body {
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    margin-bottom: 12px;
    border-left: 2px solid var(--pp-pink-primary);
}

.comment-meta {
    font-size: 11px;
    color: var(--pp-text-muted);
    margin-bottom: 6px;
}

.comment-content {
    font-size: 13px;
    color: var(--pp-text-light);
}

/* Site Footer */
.site-footer {
    padding: 30px 18px 80px 18px;
    background: #050107;
    border-top: 1px solid var(--pp-border-primary);
    text-align: center;
    color: var(--pp-text-muted);
    font-size: 11.5px;
}

.footer-compliance-box {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 18px;
    text-align: left;
    font-size: 10.5px;
    line-height: 1.6;
}
