/**
 * Palette Integration Stylesheet
 * ArcheoHero Theme - Colori per Pagine Specifiche
 * Palette: Carminio (var(--archeo-primary)) / Oro Antico (var(--archeo-secondary)) / Verde Oliva (var(--archeo-accent))
 * 
 * @package ArcheoHero
 * @since 1.1.0
 */

/* ========================================================================== */
/* FONT FAHKWANG - Globale per titoli */
/* ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@200;300;400;500;600;700;800;900&display=swap');

/* Font Fahkwang per titoli specifici pagine */
.page-chi-siamo h1,
.page-chi-siamo h2,
.page-chi-siamo h3,
.page-collaborazioni h1,
.page-collaborazioni h2,
.page-collaborazioni h3,
.page-cosa-facciamo h1,
.page-cosa-facciamo h2,
.page-cosa-facciamo h3,
.page-press h1,
.page-press h2,
.page-press h3,
.chi-siamo-section-new h2,
.chi-siamo-title,
.servizio-title,
.metodo-step h3,
.final-cta-box h2,
.press-cta-box h2,
.cta-content h2 {
    font-family: 'Fahkwang', sans-serif;
    font-weight: 700;
}
/* ========================================================================== */
/* PAGE HEADERS */
/* ========================================================================== */

.page-header {
    margin: 0;
    padding: 0;
}

.page-header h1 {
    margin: 0 0 20px;
}

.page-header .page-excerpt,
.page-header p {
    margin: 0;
    line-height: 1.6;
}

.page-title {
    margin: 0;
    padding: 0;
}
/* ========================================================================== */
/* PAGE PRESS - FUCSIA/ROSA THEME (var(--archeo-secondary)) */
/* ========================================================================== */

.page-press {
    background: var(--archeo-white);
}

.page-press-hero {
    background: linear-gradient(135deg, var(--archeo-secondary) 0%, var(--archeo-secondary-light) 100%);
    padding: 80px 20px;
    margin-bottom: 60px;
    color: white;
}

.page-press-hero .page-header {
    text-align: center;
}

.page-press-hero h1 {
    color: white;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
}

.page-press-hero .page-excerpt {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

/* ========================================================================== */
/* CHI SIAMO PAGE - VIOLA-FUCSIA THEME */
/* ========================================================================== */

.page-chi-siamo,
.chi-siamo-section-new {
    background: linear-gradient(135deg, var(--archeo-primary) 0%, var(--archeo-secondary) 100%);
    color: white;
}

.page-chi-siamo h1,
.page-chi-siamo h2,
.page-chi-siamo h3,
.chi-siamo-section-new h2 {
    color: white;
    font-family: 'Fahkwang', sans-serif;
    font-weight: 700;
}

.page-chi-siamo h1,
.page-chi-siamo h2,
.page-chi-siamo h3,
.chi-siamo-section-new h2 {
    color: #ffffff;
}

.page-chi-siamo .page-header {
    background: linear-gradient(135deg, var(--archeo-primary) 0%, var(--archeo-secondary) 100%);
    color: #ffffff;
    padding: 60px 20px;
}

.page-chi-siamo .page-excerpt {
    color: rgba(255, 255, 255, 0.95);
}

.page-chi-siamo {
    background: var(--archeo-white);
}

.page-chi-siamo-hero {
    background: linear-gradient(135deg, var(--archeo-primary) 0%, var(--archeo-secondary) 50%, var(--archeo-accent) 100%);
    padding: 80px 20px;
    margin-bottom: 60px;
    color: white;
}

.page-chi-siamo-hero .page-header h1 {
    color: white;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
}

.page-chi-siamo-hero .page-excerpt,
.page-chi-siamo-hero p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
}

/* Team Section */
.chi-siamo-left {
    border: 3px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.team-slide-name {
    color: #ffffff !important;
}

.team-slide-role {
    color: var(--archeo-secondary-light) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.chi-siamo-right {
    color: #ffffff;
}

.chi-siamo-title {
    color: #ffffff;
    border-bottom: 3px solid var(--archeo-secondary-light);
    padding-bottom: 15px;
}

.chi-siamo-description p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
}

.chi-siamo-stats {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
}

.stat-number {
    color: var(--archeo-secondary-light) !important;
}

.stat-label {
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.chi-siamo-cta .archeo-btn-primary {
    background: linear-gradient(135deg, var(--archeo-accent) 0%, var(--archeo-accent-light) 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

.chi-siamo-cta .archeo-btn-primary:hover {
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.6);
    transform: translateY(-3px);
}

.team-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.team-member-card {
    background: var(--archeo-white);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s;
}

.team-member-card:hover {
    border-color: var(--archeo-secondary);
    box-shadow: 0 8px 15px rgba(236, 72, 153, 0.15);
}

.team-member-photo {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto 20px;
}

.team-member-name {
    color: var(--archeo-dark);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-member-position {
    color: var(--archeo-secondary);
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.team-member-excerpt {
    color: var(--archeo-gray);
    font-size: 0.875rem;
    line-height: 1.6;
}

/* CTA */
.chi-siamo-cta-box {
    background: linear-gradient(135deg, var(--archeo-primary) 0%, var(--archeo-secondary) 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 16px;
    text-align: center;
    margin: 60px 0;
}

.chi-siamo-cta-box h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 20px;
}

.chi-siamo-cta-box p {
    font-size: 1.125rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.chi-siamo-cta-btn {
    display: inline-block;
    background: var(--archeo-white);
    color: var(--archeo-primary);
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s;
}

.chi-siamo-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    color: var(--archeo-secondary);
}

/* ========================================================================== */
/* COLLABORAZIONI PAGE - VIOLA THEME (var(--archeo-primary)) */
/* ========================================================================== */

.page-collaborazioni {
    background: var(--archeo-white);
}

.page-collaborazioni .page-header {
    background: linear-gradient(135deg, var(--archeo-primary) 0%, var(--archeo-primary-light) 100%);
    color: white;
}

.page-collaborazioni .page-header h1 {
    color: white;
    font-weight: 800;
}

.page-collaborazioni .page-excerpt {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
}

.page-collaborazioni {
    background: var(--archeo-white);
}

.page-collaborazioni-hero {
    background: linear-gradient(135deg, var(--archeo-primary) 0%, var(--archeo-primary-light) 100%);
    padding: 80px 20px;
    margin-bottom: 60px;
    color: white;
}

.page-collaborazioni-hero .page-header h1 {
    color: white;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
}

.page-collaborazioni-hero .page-excerpt,
.page-collaborazioni-hero p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
}

/* Filter Buttons */
.collaborazioni-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 2rem 0;
    border-bottom: 3px solid var(--archeo-primary);
    margin-bottom: 2rem;
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    background: var(--archeo-white);
    border: 2px solid var(--archeo-primary);
    border-radius: 8px;
    color: var(--archeo-primary);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--archeo-font-secondary);
}

.filter-btn:hover {
    background: rgba(155, 27, 48, 0.1);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: var(--archeo-primary);
    color: white;
    box-shadow: 0 8px 20px rgba(155, 27, 48, 0.4);
}

/* Collaboration Cards */
.collaborazione-card {
    border: 2px solid transparent;
    border-top: 5px solid var(--archeo-primary);
    transition: all 0.3s ease;
}

.collaborazione-card:hover {
    border-top-color: var(--archeo-primary);
    box-shadow: 0 0 30px rgba(155, 27, 48, 0.3);
    transform: translateY(-5px);
}

.tipologiÃƒÆ’Ã‚Â -badge {
    background: var(--archeo-primary) !important;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.collaborazione-anno {
    color: var(--archeo-primary);
    font-weight: 600;
}

/* Stats Section */
.collaborazioni-stats {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(99, 102, 241, 0.08) 100%);
    padding: 4rem 20px;
    margin: 4rem -20px;
    border-radius: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.stat-item {
    padding: 2rem;
    background: var(--archeo-white);
    border-radius: 12px;
    border-left: 4px solid var(--archeo-primary);
    transition: all 0.3s;
}

.stat-item:hover {
    box-shadow: 0 8px 20px rgba(155, 27, 48, 0.2);
    transform: translateY(-3px);
}

.stat-number {
    color: var(--archeo-primary);
    font-weight: 800;
    font-size: 3.5rem;
    font-family: var(--archeo-font-secondary);
    line-height: 1;
}

.stat-label {
    color: var(--archeo-gray);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
}

/* CTA Section */
.collaborazioni-cta .cta-box {
    background: linear-gradient(135deg, var(--archeo-primary) 0%, var(--archeo-primary) 100%);
    color: white;
}

.collaborazioni-cta .cta-box h2 {
    color: white;
}

.collaborazioni-cta .cta-box p {
    color: rgba(255, 255, 255, 0.95);
}

/* ========================================================================== */
/* PRESS PAGE - Meta Information Styling */
/* ========================================================================== */

.press-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 0.875rem;
    color: var(--archeo-gray);
    margin-bottom: 15px;
}

.press-publication,
.press-date,
.press-author {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.press-publication svg,
.press-date svg,
.press-author svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.featured-publication {
    font-size: 0.75rem;
    color: var(--archeo-secondary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.featured-date {
    font-size: 0.875rem;
    color: var(--archeo-gray);
    display: block;
    margin-bottom: 10px;
}

.featured-excerpt {
    font-size: 0.875rem;
    color: var(--archeo-gray);
    line-height: 1.6;
    margin-bottom: 15px;
}

/* ========================================================================== */
/* PRESS PAGE - Link Styling */
/* ========================================================================== */

.cs-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--archeo-secondary);
    text-decoration: none;
    font-weight: 600;
    transition: gap var(--archeo-transition), color var(--archeo-transition);
}

.cs-link:hover {
    color: var(--archeo-primary);
    gap: 0.75rem;
}

.cs-link-arrow {
    font-size: 0.875rem;
}

.cs-link-arrow svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ========================================================================== */
/* PRESS SECTION STYLING */
/* ========================================================================== */

.press-section {
    margin: 60px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: var(--archeo-text-xl);
    font-weight: 700;
    color: var(--archeo-dark);
    margin-bottom: 10px;
    font-family: 'Fahkwang', sans-serif;
}

.section-subtitle {
    font-size: 1rem;
    color: var(--archeo-gray);
}

/* Featured Grid */
.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.featured-item {
    background: var(--archeo-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.featured-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.featured-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.featured-image figure {
    margin: 0;
    width: 100%;
    height: 100%;
}

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

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

.press-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--archeo-secondary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.featured-content {
    padding: 25px;
}

.featured-title {
    font-size: 1.125rem;
    color: var(--archeo-dark);
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Fahkwang', sans-serif;
}

.featured-title a {
    color: inherit;
    text-decoration: none;
}

.featured-title a:hover {
    color: var(--archeo-secondary);
}

/* Press Stats */
.press-stats {
    padding: 60px 0;
    margin: 60px 0;
}

.press-stats h2 {
    font-size: var(--archeo-text-xl);
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Fahkwang', sans-serif;
    color: var(--archeo-dark);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.stat-card {
    background: var(--archeo-white);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid var(--archeo-light);
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: var(--archeo-secondary);
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.15);
}

.stat-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.stat-value {
    font-size: 3rem;
    font-weight: 800;
    color: var(--archeo-secondary);
    font-family: 'Fahkwang', sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 0.875rem;
    color: var(--archeo-gray);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Press CTA Section */
.press-cta-section {
    padding: 60px 0;
    margin: 60px 0;
}

.cta-box {
    background: linear-gradient(135deg, var(--archeo-primary) 0%, var(--archeo-secondary) 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.cta-content h2 {
    color: white;
    font-size: var(--archeo-text-xl);
    margin-bottom: 15px;
    font-family: 'Fahkwang', sans-serif;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    margin: 0;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-buttons .archeo-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Page Intro */
.page-intro {
    margin: 40px 0 60px;
    text-align: center;
}

.page-intro p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--archeo-gray);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    background: var(--archeo-light);
    border-radius: 12px;
    margin: 40px 0;
}

.empty-state p {
    font-size: 1.125rem;
    color: var(--archeo-gray);
    margin: 0;
}

/* ========================================================================== */
/* ========================================================================== */

/* ========================================================================== */
/* RESPONSIVE - Press Page Complete */
/* ========================================================================== */

@media (max-width: 768px) {
    .press-section {
        margin: 40px 0;
    }

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

    .cta-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        gap: 20px;
    }

    .cta-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cta-buttons .archeo-btn {
        width: 100%;
        justify-content: center;
    }

    .featured-image {
        height: 180px;
    }

    .stat-value {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .page-intro {
        margin: 30px 0 40px;
    }

    .press-stats {
        padding: 40px 0;
    }

    .stat-card {
        padding: 20px;
    }

    .stat-value {
        font-size: 2rem;
    }

    .cta-box {
        padding: 30px 15px;
    }

    .cta-content h2 {
        font-size: 1.5rem;
    }
}
/* ========================================================================== */
/* RESPONSIVE */
/* ========================================================================== */

@media (max-width: 768px) {
    .team-grid-wrapper {
        grid-template-columns: 1fr;
    }
    
    .collaborazioni-filters {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .filter-btn {
        width: 100%;
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .chi-siamo-cta-box {
        padding: 40px 20px;
    }
}
