/* ------------------------------------- */
/* PROJECT HERO SECTION                  */
/* ------------------------------------- */
.project-hero {
    padding: 200px 40px 80px 40px;
    max-width: 1280px;
    margin: 0 auto;
}

.project-badge {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    margin-bottom: 24px;
}

.project-title {
    font-size: clamp(64px, 8vw, 120px);
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 1;
    color: #111;
    margin-bottom: 64px;
}

.project-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 40px 0;
    margin-bottom: 80px;
}

.meta-item { display: flex; flex-direction: column; gap: 12px; }
.meta-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; color: #888; }
.meta-value { font-size: 16px; font-weight: 500; color: #111; line-height: 1.5; }

.project-main-image { width: 100%; height: 80vh; border-radius: 32px; overflow: hidden; background: #f5f5f5; }
.project-main-image img { width: 100%; height: 100%; object-fit: cover; animation: slowZoom 10s ease-out forwards; }
@keyframes slowZoom { 0% { transform: scale(1.1); } 100% { transform: scale(1); } }

/* ------------------------------------- */
/* EDITORIAL SPLIT TEXT SECTION          */
/* ------------------------------------- */
.text-section { padding: 120px 40px; max-width: 1280px; margin: 0 auto; display: flex; gap: 80px; align-items: flex-start; }
.ts-left { flex: 1; position: sticky; top: 140px; }
.ts-left h2 { font-size: 48px; font-weight: 600; letter-spacing: -1.5px; line-height: 1.1; }
.ts-right { flex: 1.5; display: flex; flex-direction: column; gap: 40px; }
.ts-right p { font-size: 20px; line-height: 1.7; color: #444; }
.ts-right p.highlight { font-size: 28px; font-weight: 500; color: #111; letter-spacing: -0.5px; border-left: 4px solid #111; padding-left: 32px; margin: 20px 0; }

/* ------------------------------------- */
/* ASYMMETRICAL IMAGE GALLERY            */
/* ------------------------------------- */
.gallery-section { padding: 0 40px 120px 40px; max-width: 1280px; margin: 0 auto; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.gallery-img-wrapper { border-radius: 24px; overflow: hidden; background: #f5f5f5; }
.gallery-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.gallery-img-wrapper:hover img { transform: scale(1.05); }
.gi-wide { grid-column: 1 / 3; aspect-ratio: 16 / 7; }
.gi-tall { aspect-ratio: 4 / 5; }

/* ------------------------------------- */
/* DARK MODE RESULTS SECTION             */
/* ------------------------------------- */
.results-section { background-color: #050505; color: #ffffff; padding: 160px 40px; }
.results-container { max-width: 1280px; margin: 0 auto; }
.results-header { font-size: 56px; font-weight: 600; letter-spacing: -2px; margin-bottom: 100px; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.stat-card { border-top: 1px solid rgba(255, 255, 255, 0.15); padding-top: 40px; }
.stat-number { font-size: 80px; font-weight: 600; letter-spacing: -3px; margin-bottom: 16px; background: linear-gradient(135deg, #ffffff 0%, #888888 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { font-size: 16px; color: rgba(255, 255, 255, 0.6); line-height: 1.6; font-weight: 500; }

/* ------------------------------------- */
/* NEXT PROJECT CTA                      */
/* ------------------------------------- */
.next-project { padding: 160px 40px; text-align: center; max-width: 1280px; margin: 0 auto; }
.np-title { font-size: clamp(48px, 6vw, 96px); font-weight: 600; letter-spacing: -2.5px; color: #111; text-decoration: none; display: inline-flex; align-items: center; gap: 24px; transition: opacity 0.3s ease; position: relative; }
.np-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #111; transform: scaleX(0); transform-origin: right; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.np-title:hover::after { transform: scaleX(1); transform-origin: left; }
.np-title svg { width: 80px; height: 80px; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.np-title:hover svg { transform: translateX(16px); }

/* ------------------------------------- */
/* PROJECT ARCHIVE (BENTO GRID)          */
/* ------------------------------------- */
.archive-hero { padding: 220px 40px 120px 40px; max-width: 1280px; margin: 0 auto; text-align: center; }
.hero-title { font-size: clamp(56px, 8vw, 110px); font-weight: 700; letter-spacing: -3px; line-height: 1; color: #111; margin-bottom: 24px; }
.hero-subtitle { font-size: 18px; color: #666; max-width: 580px; margin: 0 auto; line-height: 1.6; }

.showcase-wrapper { background-color: #050505; padding: 120px 40px; }
.showcase-container { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: 160px; }
.project-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }

.b-header { grid-column: span 12; display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 24px; margin-bottom: 12px; }
.b-title { font-size: 48px; font-weight: 600; color: #ffffff; letter-spacing: -1.5px; line-height: 1; }
.b-tags { display: flex; gap: 12px; }
.b-tag { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; color: #aaa; border: 1px solid rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 50px; }

.b-card { background: #111111; border-radius: 24px; border: 1px solid rgba(255,255,255,0.05); overflow: hidden; transition: transform 0.4s ease, border-color 0.4s ease; }
.b-card:hover { border-color: rgba(255,255,255,0.15); transform: translateY(-4px); }

.b-image { grid-column: span 8; height: 480px; position: relative; }
.b-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.b-card:hover.b-image img { transform: scale(1.03); }

.b-story { grid-column: span 4; padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.story-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; color: #ffffff; margin-bottom: 16px; display: inline-block; }
.story-label.highlight { color: #888; }
.b-story p { font-size: 16px; line-height: 1.6; color: #aaa; margin-bottom: 24px; }
.b-story p:last-child { margin-bottom: 0; }
.b-story strong { color: #ffffff; font-weight: 500; }

.b-stat { grid-column: span 4; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 200px; }
.stat-num { font-size: 56px; font-weight: 600; letter-spacing: -2px; color: #ffffff; line-height: 1; margin-bottom: 12px; background: linear-gradient(135deg, #ffffff 0%, #777777 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-desc { font-size: 14px; color: #888; line-height: 1.5; font-weight: 500; }

.project-bento.mirrored .b-image { grid-column: 5 / 13; grid-row: 2; }
.project-bento.mirrored .b-story { grid-column: 1 / 5; grid-row: 2; }

.direct-cta { background-color: #050505; padding: 80px 40px 160px 40px; text-align: center; }
.cta-content { max-width: 800px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 120px; }
.cta-title { font-size: clamp(40px, 6vw, 64px); font-weight: 600; letter-spacing: -2px; color: #ffffff; margin-bottom: 24px; }
.cta-desc { font-size: 18px; color: #888; line-height: 1.6; margin-bottom: 48px; max-width: 500px; margin-left: auto; margin-right: auto; }
.btn-massive { display: inline-flex; align-items: center; gap: 12px; background: #ffffff; color: #000000; padding: 24px 48px; border-radius: 100px; font-size: 18px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.btn-massive:hover { background: #e0e0e0; transform: translateY(-4px); }
.btn-massive svg { transition: transform 0.3s ease; }
.btn-massive:hover svg { transform: translateX(4px); }

@media (max-width: 1024px) {
    .project-meta-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .text-section { flex-direction: column; gap: 40px; }
    .ts-left { position: relative; top: 0; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .b-image { grid-column: span 12; grid-row: auto !important; height: 400px; }
    .b-story { grid-column: span 12; grid-row: auto !important; }
    .b-stat { grid-column: span 4; }
    .project-bento.mirrored .b-image, .project-bento.mirrored .b-story { grid-column: span 12; }
}

@media (max-width: 768px) {
    .project-hero { padding: 160px 24px 60px 24px; }
    .project-meta-grid { grid-template-columns: 1fr; gap: 24px; }
    .project-main-image { height: 50vh; border-radius: 20px; }
    .text-section { padding: 80px 24px; }
    .ts-left h2 { font-size: 36px; }
    .ts-right p { font-size: 18px; }
    .ts-right p.highlight { font-size: 24px; padding-left: 20px; }
    .gallery-section { padding: 0 24px 80px 24px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gi-wide { grid-column: auto; aspect-ratio: 4/3; }
    .gi-tall { aspect-ratio: 4/3; }
    .results-section { padding: 100px 24px; }
    .results-header { font-size: 36px; margin-bottom: 60px; }
    .stats-grid { grid-template-columns: 1fr; gap: 40px; }
    .stat-number { font-size: 64px; }
    .next-project { padding: 100px 24px; }
    .np-title svg { width: 40px; height: 40px; }

    .archive-hero { padding: 180px 24px 80px 24px; }
    .showcase-wrapper { padding: 60px 24px; }
    .showcase-container { gap: 80px; }
    .b-header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .b-title { font-size: 36px; }
    .b-tags { flex-wrap: wrap; }
    .b-image { height: 300px; }
    .b-stat { grid-column: span 12; min-height: auto; }
    .stat-num { font-size: 48px; }
    .direct-cta { padding: 40px 24px 100px 24px; }
    .cta-content { padding-top: 80px; }
    .btn-massive { width: 100%; justify-content: center; }
}
