/* ==========================================================================
   苏苏小屋 · 作品档案页 (Project Archive - Luxury Feminine Gallery)
   ========================================================================== */

.project-page {
    background-color: var(--c-bg-base);
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 1rem;
    padding: 0.5rem 1rem;
    background: var(--c-gold);
    color: #1a1209;
    font-weight: 600;
    z-index: 999;
    border-radius: var(--radius-xs);
    transition: top 0.2s ease;
}
.skip-link:focus {
    top: 1rem;
}

.project-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 8.5rem clamp(1.5rem, 6vw, 5rem) 6rem;
}

.project-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    color: var(--c-ink-tertiary);
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}

.project-breadcrumb a {
    color: var(--c-gold-light);
    text-decoration: none;
    transition: color 0.2s ease;
}

.project-breadcrumb a:hover {
    color: var(--c-rose-light);
}

.project-breadcrumb span {
    color: rgba(220, 179, 109, 0.35);
}

.project-breadcrumb strong {
    color: var(--c-ink-primary);
    font-weight: 500;
}

.project-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(2.5rem, 6vw, 7rem);
    align-items: end;
    padding: clamp(2rem, 5vw, 4rem) 0 3.5rem;
    border-bottom: 1px solid var(--c-glass-border);
}

.project-hero h1 {
    margin: 0.8rem 0 1.5rem;
    font-size: clamp(3.2rem, 6vw, 5.5rem);
    line-height: 1.1;
    letter-spacing: 0.04em;
    font-weight: 600;
    background: linear-gradient(135deg, #ffffff 0%, #f7e6bd 40%, #e8a7b3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.project-description {
    max-width: 620px;
    color: var(--c-ink-secondary);
    font-size: 1.05rem;
    line-height: 2;
}

.project-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.4rem;
}

/* 状态展示卡片 */
.project-status-card {
    position: relative;
    padding: clamp(2rem, 3.5vw, 2.6rem);
    border: 1px solid var(--c-glass-border);
    border-top: 2px solid var(--c-gold);
    border-radius: var(--radius-md);
    background: linear-gradient(155deg, rgba(25, 26, 38, 0.9) 0%, rgba(13, 14, 21, 0.94) 100%);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(16px);
}

.project-seal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1.5px solid var(--c-cinnabar);
    background: radial-gradient(circle, rgba(184, 61, 76, 0.25) 0%, rgba(184, 61, 76, 0.08) 100%);
    color: #ffb5be;
    font-family: 'Noto Serif SC', serif;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    box-shadow: 0 4px 18px rgba(184, 61, 76, 0.25);
    margin-bottom: 1.6rem;
}

.project-status-card strong {
    display: block;
    margin: 0.6rem 0 0.8rem;
    font-family: 'Noto Serif SC', serif;
    font-size: 1.65rem;
    font-weight: 500;
    background: linear-gradient(135deg, #fff7ea 0%, #f7e6bd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.project-status-card p:last-child {
    margin: 0;
    color: var(--c-ink-tertiary);
    font-size: 0.94rem;
    line-height: 1.9;
}

/* 数据统计条 */
.project-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 3.5rem 0;
    border: 1px solid var(--c-glass-border);
    border-radius: var(--radius-md);
    background: rgba(18, 20, 30, 0.6);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.project-facts div {
    display: grid;
    gap: 0.35rem;
    padding: 1.8rem clamp(1rem, 2.5vw, 2rem);
    border-right: 1px solid var(--c-glass-border);
}

.project-facts div:last-child {
    border-right: 0;
}

.project-facts strong {
    font-family: 'Noto Serif SC', serif;
    font-size: clamp(1.4rem, 2.5vw, 2.1rem);
    font-weight: 500;
    background: linear-gradient(135deg, #ffffff 0%, #f7e6bd 60%, #e8a7b3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.project-facts span {
    color: var(--c-ink-tertiary);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
}

/* 记录板块 */
.project-section {
    padding-top: clamp(4rem, 7vw, 6rem);
}

.project-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--c-glass-border);
}

.project-section-heading h2 {
    margin: 0.4rem 0 0;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 500;
    background: linear-gradient(135deg, #ffffff 0%, #f7e6bd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.project-notes-list {
    display: grid;
    gap: 0.9rem;
    border-top: 1px solid var(--c-glass-border);
}

.project-note {
    display: grid;
    grid-template-columns: 8rem 1fr auto;
    gap: 1.8rem;
    align-items: center;
    padding: 1.6rem 1.8rem;
    border-bottom: 1px solid rgba(220, 179, 109, 0.12);
    border-radius: var(--radius-sm);
    background: rgba(18, 20, 29, 0.4);
    color: inherit;
    text-decoration: none;
    transition: all 0.35s var(--ease-silk);
}

.project-note:hover {
    padding-left: 2.2rem;
    background: linear-gradient(90deg, rgba(220, 179, 109, 0.08) 0%, rgba(232, 167, 179, 0.04) 100%);
    border-bottom-color: rgba(220, 179, 109, 0.35);
    transform: translateX(4px);
}

.project-note time {
    font-family: 'Noto Serif SC', serif;
    color: var(--c-gold);
    font-size: 0.88rem;
    letter-spacing: 0.06em;
}

.project-note-meta {
    display: flex;
    gap: 0.8rem;
    font-size: 0.74rem;
    color: var(--c-ink-tertiary);
    margin-bottom: 0.3rem;
}

.project-note-meta span:first-child {
    color: var(--c-rose);
    font-weight: 500;
}

.project-note h3 {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 500;
    color: var(--c-ink-primary);
    transition: color 0.25s ease;
}

.project-note:hover h3 {
    color: var(--c-gold-light);
}

.project-note p {
    margin: 0.35rem 0 0;
    color: var(--c-ink-tertiary);
    font-size: 0.9rem;
}

.project-note-arrow {
    color: var(--c-gold);
    font-size: 1.3rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.project-note:hover .project-note-arrow {
    color: #ffffff;
    transform: translate(3px, -3px);
}

.project-empty {
    padding: 3.5rem 2rem;
    text-align: center;
    border: 1px dashed var(--c-glass-border);
    border-radius: var(--radius-md);
    background: rgba(220, 179, 109, 0.02);
}

.project-empty strong {
    display: block;
    font-size: 1.1rem;
    color: var(--c-ink-primary);
    margin-bottom: 0.4rem;
}

.project-empty span {
    color: var(--c-ink-tertiary);
    font-size: 0.88rem;
}

/* 底部引导栏 */
.project-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    margin-top: clamp(5rem, 8vw, 7rem);
    padding: clamp(2rem, 4vw, 3.5rem);
    border: 1px solid rgba(220, 179, 109, 0.3);
    border-left: 3px solid var(--c-cinnabar);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(28, 23, 31, 0.92) 0%, rgba(13, 14, 21, 0.94) 100%);
    box-shadow: var(--shadow-card);
}

.project-next h2 {
    margin: 0.4rem 0 0.6rem;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 500;
    background: linear-gradient(135deg, #ffffff 0%, #f7e6bd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.project-next p:last-child {
    max-width: 540px;
    margin: 0;
    color: var(--c-ink-secondary);
    font-size: 0.96rem;
}

@media (max-width: 820px) {
    .project-hero {
        grid-template-columns: 1fr;
        padding-top: 2rem;
    }
    .project-status-card {
        max-width: 100%;
    }
    .project-note {
        grid-template-columns: 1fr auto;
        gap: 0.5rem 1rem;
    }
    .project-note time {
        grid-column: 1 / -1;
    }
    .project-next {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }
}
