/* Profession Highlights - Essential Styles */
.ph-highlights { background: #000; padding: 100px 0; }
.ph-highlights .container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.ph-highlights .section-title {
    background: linear-gradient(135deg, #dfc9a9, #cdab82 50.78%, #9a7a59);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.25rem; font-weight: 600; line-height: 115%;
    margin-bottom: 120px; text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
}
.ph-highlights .main-content { display: flex; gap: 60px; align-items: flex-start; }
.ph-highlights .navigation-panel { flex: 0 0 300px; }
.ph-highlights .nav-item {
    color: #9b9b9b; font-size: 1rem; cursor: pointer;
    padding: 12px 0; border-bottom: 1px solid transparent;
    transition: all 0.2s ease; font-family: 'Roboto', Arial, sans-serif;
}
.ph-highlights .nav-item:hover, .ph-highlights .nav-item.active {
    color: #f5f5f5; border-bottom: 1px solid #cdab82;
}
.ph-highlights .gallery-container { flex: 1; position: relative; height: 600px; }
.ph-highlights .slides-stack { position: relative; width: 100%; height: 100%; }
.ph-highlights .stack-slide {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(51, 51, 51, 0.3); border-radius: 10px;
    cursor: pointer; transition: all 0.6s ease-in-out; opacity: 0;
}
.ph-highlights .stack-slide.active { z-index: 9 !important; opacity: 1 !important; }
.ph-highlights .slide-content { display: flex; flex-direction: column; width: 100%; height: 100%; }
.ph-highlights .slide-image { height: 60%; background-size: cover; background-position: center; }
.ph-highlights .slide-text {
	padding: 24px 40px 32px;
    background: rgba(51, 51, 51); backdrop-filter: blur(20px);
    display: flex; flex-direction: column; justify-content: center;
}
.ph-highlights .slide-title {
    color: #cdab82; font-size: 1.875rem; line-height: 130%;
    font-weight: 600; margin-bottom: 12px; font-family: 'Roboto', Arial, sans-serif;
}
.ph-highlights .slide-description {
    color: #c7c7c7; font-size: 1.25rem; line-height: 170%;
    font-family: 'Roboto', Arial, sans-serif;
}

/* Desktop/Mobile Version Control */
.ph-highlights.desktop-version { display: block; }
.ph-highlights.mobile-version { display: none; }

/* Responsive */
@media (max-width: 1024px) {
    .ph-highlights .main-content { flex-direction: column; gap: 40px; }
    .ph-highlights .navigation-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .ph-highlights .nav-item { padding: 15px; text-align: center; border: 1px solid #333; border-radius: 5px; }
}
@media (max-width: 768px) {
    /* Show mobile version, hide desktop version */
    .ph-highlights.desktop-version { display: none; }
    .ph-highlights.mobile-version { display: block; }
    
    /* Mobile Version Styles */
    .ph-highlights.mobile-version {
        padding: 60px 0;
    }
    
    .ph-highlights.mobile-version .section-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .ph-highlights.mobile-version .mobile-slides {
        position: relative;
        margin-bottom: 30px;
    }
    
    .ph-highlights.mobile-version .mobile-slides {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
        touch-action: pan-y pinch-zoom;
        -webkit-overflow-scrolling: touch;
    }
    
    .ph-highlights.mobile-version .mobile-slide {
        display: none;
        background: #000;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
    }
    
    .ph-highlights.mobile-version .mobile-slide.active {
        display: block;
    }
    
    .ph-highlights.mobile-version .mobile-slide-image {
        height: 200px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .ph-highlights.mobile-version .mobile-slide-content {
        padding: 20px;
        background: #000;
        color: #fff;
    }
    
    .ph-highlights.mobile-version .mobile-slide-title {
        color: #cdab82;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 120%;
        font-family: 'Roboto', Arial, sans-serif;
    }
    
    .ph-highlights.mobile-version .mobile-slide-description {
        color: #fff;
        font-size: 1rem;
        line-height: 150%;
        font-family: 'Roboto', Arial, sans-serif;
    }
    
    .ph-highlights.mobile-version .mobile-navigation {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    .ph-highlights.mobile-version .mobile-nav-dots {
        display: flex;
        gap: 8px;
    }
    
    .ph-highlights.mobile-version .mobile-nav-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ccc;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .ph-highlights.mobile-version .mobile-nav-dot.active {
        background: #cdab82;
        transform: scale(1.2);
    }
    
    .ph-highlights.mobile-version .mobile-nav-dot:hover {
        background: #cdab82;
    }
    
    /* Swipe animation classes */
    .ph-highlights.mobile-version .mobile-slide.swipe-left {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .ph-highlights.mobile-version .mobile-slide.swipe-right {
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
    
    .ph-highlights.mobile-version .mobile-slide.swipe-in {
        transform: translateX(0);
        transition: transform 0.3s ease;
    }
}

/* Product Categories Wrapper CSS - From Template */
.product-ua2kw2-categories-wrapper {
    padding: 50px 0;
    background: #000000;
}

.product-ua2kw2-categories-wrapper .related-works-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
}

.product-ua2kw2-categories-wrapper .category-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}

.product-ua2kw2-categories-wrapper .category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    transition: transform 0.5s ease;
    width: 100%;
}

.product-ua2kw2-categories-wrapper .category-grid.grid-1 {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}

.product-ua2kw2-categories-wrapper .category-grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    margin: 0 auto;
}

.product-ua2kw2-categories-wrapper .category-block {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-ua2kw2-categories-wrapper .category-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-ua2kw2-categories-wrapper .category-image {
    display: block;
    text-decoration: none;
}

.product-ua2kw2-categories-wrapper .category-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-ua2kw2-categories-wrapper .category-block:hover .category-image img {
    transform: scale(1.05);
}

.product-ua2kw2-categories-wrapper .category-name {
    padding: 20px;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}

.product-ua2kw2-categories-wrapper .category-name a {
    color: inherit;
    text-decoration: none;
}

.product-ua2kw2-categories-wrapper .category-name a:hover {
    color: #007bff;
}

.product-ua2kw2-categories-wrapper .category-products {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.product-ua2kw2-categories-wrapper .product-card {
    position: relative;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-ua2kw2-categories-wrapper .product-card:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.product-ua2kw2-categories-wrapper .product-card:hover .product-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-ua2kw2-categories-wrapper .product-basic {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-ua2kw2-categories-wrapper .product-number {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-ua2kw2-categories-wrapper .product-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.product-ua2kw2-categories-wrapper .product-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-ua2kw2-categories-wrapper .product-details {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 15px;
}

.product-ua2kw2-categories-wrapper .product-image {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.product-ua2kw2-categories-wrapper .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-ua2kw2-categories-wrapper .product-info {
    margin-bottom: 15px;
}

.product-ua2kw2-categories-wrapper .product-info .product-title {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.product-ua2kw2-categories-wrapper .product-description {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-ua2kw2-categories-wrapper .view-product-btn {
    display: inline-block;
    background: #007bff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.3s ease;
    text-align: center;
}

.product-ua2kw2-categories-wrapper .view-product-btn:hover {
    background: #0056b3;
    color: #fff;
    text-decoration: none;
}

.product-ua2kw2-categories-wrapper .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100;
    user-select: none;
}

.product-ua2kw2-categories-wrapper .carousel-nav:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.product-ua2kw2-categories-wrapper .carousel-prev {
    left: -70px;
}

.product-ua2kw2-categories-wrapper .carousel-next {
    right: -70px;
}

.product-ua2kw2-categories-wrapper .pagination-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.product-ua2kw2-categories-wrapper .pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-ua2kw2-categories-wrapper .pagination-dot.active {
    background: #007bff;
    transform: scale(1.2);
}

.product-ua2kw2-categories-wrapper .pagination-dot:hover {
    background: #007bff;
}

.product-ua2kw2-categories-wrapper .gallery-title {
    text-align: center;
    font-size: 2rem;
    margin: 60px 0 30px;
    color: #333;
    font-weight: 600;
}

.product-ua2kw2-categories-wrapper .gallery-custom-hi {
    margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .product-ua2kw2-categories-wrapper .carousel-prev {
        left: -50px;
    }
    
    .product-ua2kw2-categories-wrapper .carousel-next {
        right: -50px;
    }
}

@media (max-width: 768px) {
    .product-ua2kw2-categories-wrapper .category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-ua2kw2-categories-wrapper .category-grid.grid-1,
    .product-ua2kw2-categories-wrapper .category-grid.grid-2 {
        grid-template-columns: 1fr;
    }
    
    .product-ua2kw2-categories-wrapper .category-products {
        grid-template-columns: 1fr;
    }
    
    .product-ua2kw2-categories-wrapper .carousel-nav {
        display: none;
    }
    
    .product-ua2kw2-categories-wrapper .related-works-title {
        font-size: 2rem;
    }
    
    .product-ua2kw2-categories-wrapper .gallery-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .product-ua2kw2-categories-wrapper {
        padding: 30px 0;
    }
    
    .product-ua2kw2-categories-wrapper .category-block {
        margin: 0 10px;
    }
    
    .product-ua2kw2-categories-wrapper .related-works-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
    
    /* Extra small mobile optimization for profession highlights */
    .ph-highlights.mobile-version {
        padding: 40px 0;
    }
    
    .ph-highlights.mobile-version .section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .ph-highlights.mobile-version .mobile-slide-image {
        height: 150px;
    }
    
    .ph-highlights.mobile-version .mobile-slide-content {
        padding: 15px;
    }
    
    .ph-highlights.mobile-version .mobile-slide-title {
        font-size: 1.25rem;
        margin-bottom: 8px;
    }
    
    .ph-highlights.mobile-version .mobile-slide-description {
        font-size: 0.9rem;
    }
}

.lp-content-area.disable-gallery .gallery-title,
.lp-content-area.disable-gallery .gallery-custom-hi {
    display: none !important;
}