/* css/contemporary.css */
.contemporary-page {
    background-color: #fcfcfc;
}

.intro-lead {
    font-size: 1.25rem;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 2;
    letter-spacing: 2px;
}

.featured-work-section {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.work-title-zh {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 4px;
}

.work-title-en {
    font-size: 1.1rem;
    color: #888;
    font-family: 'Inter', sans-serif;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.work-subtitle {
    font-size: 1.25rem;
    color: #45629c; /* 為了區分跨界的黃褐色，這裡使用沉穩的當代藍色 */
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.body-text p {
    font-size: 1.1rem;
    line-height: 2;
    color: #555;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 1.5rem;
}

.highlight-box {
    background-color: #f4f6fc;
    border-left: 4px solid #45629c;
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
    margin-top: 2rem;
}

.other-works-list {
    list-style: none;
    padding-left: 0;
}

.other-works-item {
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #45629c;
}

.other-works-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.work-year {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #45629c;
    margin-right: 2rem;
    min-width: 60px;
    display: inline-block;
}

.work-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}
