/* Projects Page Styles */

/* Page specific styles */
.page.projects {
    padding-top: 120px;
}

@media (max-width: 767.98px) {
    .page.projects {
        padding-top: 80px;
    }
}

/* Projects intro section */
.projects-intro {
    margin-bottom: 80px;
}

.projects-intro h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .projects-intro h1 {
        font-size: 2rem;
    }
}

/* Instagram Feed Container */
.instagram-feed-container {
    margin-bottom: 120px;
    min-height: 400px;
}

.instagram-feed-container .feed-title {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
}

/* Instagram feed placeholder styling */
.instagram-placeholder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .instagram-placeholder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .instagram-placeholder {
        grid-template-columns: 1fr;
    }
}

.instagram-placeholder .placeholder-item {
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    transition: all 0.3s ease;
}

.instagram-placeholder .placeholder-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Instagram CTA section */
.instagram-cta {
    text-align: center;
    padding: 80px 0;
    margin-bottom: 80px;
}

.instagram-cta .cta-title {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}

.instagram-cta .cta-handle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.instagram-cta .cta-handle a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.instagram-cta .cta-handle a:hover {
    opacity: 0.7;
}

/* Override Elfsight widget styles for dark theme */
.instagram-feed-container [class*="elfsight"] {
    background: transparent !important;
}

/* Curator.io dark theme override */
.instagram-feed-container .crt-feed {
    background: transparent !important;
}

.instagram-feed-container .crt-post {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
