/* ===== Project Detail Page - Frama Store Style ===== */

/* Hero Video Section */
.project-hero-video {
    width: 100%;
    margin-top: 80px;
    background: #ffffff;
}

.hero-video-container {
    width: 100%;
    height: 75vh;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hero Image Section */
.project-hero-image {
    width: 100%;
    margin-top: 80px;
    background: #ffffff;
}

.hero-image-container {
    width: 100%;
    height: 75vh;
    min-height: 500px;
    overflow: hidden;
}

.hero-image-container .image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%);
}

.hero-image-container .image-placeholder i {
    font-size: 6rem;
    color: rgba(0, 0, 0, 0.08);
}

/* Project Intro Section */
.project-intro {
    padding: 6rem 2rem;
    background: #ffffff;
}

.intro-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.breadcrumb {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
}

.breadcrumb a {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #000;
}

.breadcrumb span {
    margin: 0 0.5rem;
}

.project-title {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 4rem;
    color: #000;
}

.project-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}

.meta-label {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
}

.meta-value {
    font-size: 0.95rem;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
}

/* Content Sections */
.project-content-section {
    padding: 8rem 2rem;
    background: #ffffff;
}

.content-container {
    max-width: 700px;
    margin: 0 auto;
}

.content-heading {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.content-text {
    color: rgba(0, 0, 0, 0.75);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

.lead-paragraph {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #000;
    font-weight: 400;
}

.content-text p {
    margin-bottom: 1.5rem;
}

.content-text ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.content-text ul li {
    margin-bottom: 1.2rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.9;
}

.content-text ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: rgba(0, 0, 0, 0.25);
}

.content-text ul li strong {
    color: #000;
    font-weight: 500;
}

/* Results Metrics */
.results-metrics {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.metric-item {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.metric-number {
    font-size: 2.5rem;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.02em;
}

.metric-label {
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    font-weight: 300;
}

/* Image Sections */
.project-image-section {
    padding: 8rem 0;
    background: #ffffff;
}

.image-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.image-container .image-placeholder {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%);
}

.image-container .image-placeholder i {
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.08);
}

/* Video Sections */
.project-video-section {
    padding: 8rem 0;
    background: #ffffff;
}

.video-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.project-video {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
}


/* Two Column Image Grid */
.project-image-grid-section {
    padding: 8rem 0;
    background: #ffffff;
}

.image-grid-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.image-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.image-grid-two .image-placeholder {
    width: 100%;
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%);
}

.image-grid-two .image-placeholder i {
    font-size: 4rem;
    color: rgba(0, 0, 0, 0.08);
}

/* Gallery Section */
.project-gallery-section {
    padding: 8rem 0;
    background: #ffffff;
}

.gallery-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

.gallery-grid .image-placeholder {
    width: 100%;
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%);
}

.gallery-grid .image-placeholder i {
    font-size: 3.5rem;
    color: rgba(0, 0, 0, 0.08);
}

/* Project Navigation */
.project-nav-section {
    padding: 6rem 2rem 8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.project-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nav-link:hover {
    opacity: 0.6;
}

.nav-prev {
    align-items: flex-start;
}

.nav-next {
    align-items: flex-end;
    text-align: right;
}

.nav-all {
    align-items: center;
    text-align: center;
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    transition: all 0.3s ease;
}

.nav-all:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.nav-all .nav-title {
    color: #000;
}

.nav-all:hover .nav-title {
    color: #fff;
}

.nav-direction {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
}

.nav-title {
    font-size: 0.95rem;
    color: #000;
    font-weight: 400;
}

/* ===== Responsive Design ===== */

/* Tablet */
@media (max-width: 968px) {
    .hero-image-container {
        height: 60vh;
    }

    .hero-video-container {
        height: 60vh;
    }

    .project-title {
        font-size: 2.5rem;
    }

    .project-meta-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .meta-item {
        text-align: center;
    }

    .results-metrics {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .metric-item {
        align-items: center;
        text-align: center;
    }

    .image-grid-two {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

    .project-nav-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .nav-prev,
    .nav-next {
        align-items: center;
        text-align: center;
    }

    .nav-all {
        order: 3;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .project-hero-image {
        margin-top: 70px;
    }

    .project-hero-video {
        margin-top: 70px;
    }

    .hero-image-container {
        height: 50vh;
        min-height: 350px;
    }

    .hero-video-container {
        height: 50vh;
        min-height: 350px;
    }

    .project-intro {
        padding: 4rem 1.5rem;
    }

    .project-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .breadcrumb {
        font-size: 0.7rem;
        margin-bottom: 2rem;
    }

    .project-content-section {
        padding: 5rem 1.5rem;
    }

    .content-heading {
        font-size: 0.75rem;
        margin-bottom: 2rem;
    }

    .lead-paragraph {
        font-size: 1.05rem;
    }

    .content-text {
        font-size: 0.95rem;
    }

    .project-image-section {
        padding: 5rem 0;
    }

    .project-video-section {
        padding: 5rem 0;
    }

    .image-container {
        padding: 0 1.5rem;
    }

    .video-container {
        padding: 0 1.5rem;
    }

    .image-container .image-placeholder {
        height: 50vh;
        min-height: 300px;
    }

    .project-image-grid-section {
        padding: 5rem 0;
    }

    .image-grid-container {
        padding: 0 1.5rem;
    }

    .image-grid-two .image-placeholder {
        height: 40vh;
        min-height: 250px;
    }

    .project-gallery-section {
        padding: 5rem 0;
    }

    .gallery-container {
        padding: 0 1.5rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .results-metrics {
        margin-top: 3rem;
        padding-top: 3rem;
    }

    .metric-number {
        font-size: 2rem;
    }

    .metric-label {
        font-size: 0.8rem;
    }

    .project-nav-section {
        padding: 4rem 1.5rem 6rem;
    }

    .nav-direction {
        font-size: 0.7rem;
    }

    .nav-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .project-title {
        font-size: 1.8rem;
    }

    .hero-image-container {
        height: 40vh;
    }

    .hero-video-container {
        height: 40vh;
    }

    .content-text ul li {
        padding-left: 1.2rem;
    }

    .nav-all {
        padding: 0.8rem 1.5rem;
    }
}
