.yunz-project-page,
.yunz-project-archive {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0;
}

.yunz-project-header {
    margin-bottom: 48px;
}

.yunz-project-header h1 {
    margin: 0 0 10px;
    font-size: clamp(36px, 6vw, 80px);
    line-height: 1.05;
    font-weight: 500;
}

.yunz-project-header__english {
    margin: 0 0 20px;
    font-size: clamp(18px, 2vw, 28px);
    color: #555;
}

.yunz-project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    color: #666;
}

.yunz-project-content {
    max-width: 900px;
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 1.8;
}

.yunz-project-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.yunz-project-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.yunz-project-nav {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 72px;
    padding-top: 28px;
    border-top: 1px solid #ddd;
}

.yunz-project-nav a {
    color: inherit;
    text-decoration: none;
}

.yunz-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 24px;
}

.yunz-project-card a {
    color: inherit;
    text-decoration: none;
}

.yunz-project-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
}

.yunz-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.yunz-project-card a:hover img {
    transform: scale(1.025);
}

.yunz-project-card__body {
    padding-top: 14px;
}

.yunz-project-card__body h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}

.yunz-project-card__body p,
.yunz-project-card__body span {
    margin: 4px 0 0;
    color: #666;
}

@media (max-width: 900px) {
    .yunz-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .yunz-project-page,
    .yunz-project-archive {
        width: min(100% - 28px, 1400px);
        padding: 44px 0;
    }

    .yunz-project-grid {
        grid-template-columns: 1fr;
    }
}


/* Static Weebly page content */
.yunz-static-page { color:#222; }
.yunz-static-intro { max-width:1000px; margin:0 auto 72px; text-align:center; }
.yunz-eyebrow { margin:0 0 18px; font-size:14px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.yunz-static-intro h2 { margin:0 0 42px; font-size:clamp(26px,4vw,44px); font-weight:400; }
.yunz-copy-columns { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:56px; text-align:left; }
.yunz-copy-columns p { margin:0 0 24px; }
.yunz-team-section { padding-top:28px; }
.yunz-team-section > .yunz-eyebrow { text-align:center; margin-bottom:32px; }
.yunz-team-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.yunz-team-card img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; margin-bottom:22px; }
.yunz-team-role { margin:0 0 7px; color:#777; font-size:12px; font-weight:700; letter-spacing:.08em; }
.yunz-team-card h3 { margin:0 0 14px; font-size:19px; font-weight:600; }
.yunz-team-card h3 span { font-weight:400; }
.yunz-team-card p:last-child { color:#555; }
.yunz-awards-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 70px; max-width:950px; margin:0 auto; }
.yunz-award-group { padding:20px 0; border-top:1px solid #ddd; }
.yunz-award-group h3 { margin:0 0 10px; font-size:15px; font-weight:600; }
.yunz-award-group ul { margin:0; padding:0; list-style:none; }
.yunz-award-group li { margin:5px 0; }
.yunz-contact-page { min-height:45vh; display:grid; place-items:center; text-align:center; }
.yunz-contact-email { margin:0; font-size:clamp(24px,4vw,44px); }
.yunz-contact-email a { color:#111; }
@media (max-width:800px) {
  .yunz-copy-columns,.yunz-team-grid,.yunz-awards-grid { grid-template-columns:1fr; }
  .yunz-copy-columns { gap:10px; }
  .yunz-static-intro { margin-bottom:48px; }
}

.yunz-project-intro { max-width:760px; }
.yunz-project-intro p { margin:0 0 14px; }
.yunz-project-intro-en { font-size:20px; line-height:1.7; }
.yunz-project-intro-zh { color:#555; font-size:17px; letter-spacing:.03em; }
