body { background-color: #faf6ee; color: #2c1a10; font-family: "Georgia", serif, "PingFang SC", sans-serif; margin: 0; padding: 25px; line-height: 1.6; filter: sepia(8%); }
.srnd-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：悬挂晾衣架页头 */
.srnd-clothesline-header { border-bottom: 2px solid #2c1a10; padding-bottom: 30px; margin-bottom: 50px; display: flex; justify-content: space-between; align-items: flex-end; position: relative; }
.srnd-brand img { height: 42px; object-fit: contain; }
.srnd-menu { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.srnd-menu a { color: #5e6b52; text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1.5px; position: relative; padding-bottom: 5px; }
.srnd-menu a::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #c95b43; transition: width 0.3s; }
.srnd-menu a:hover::after, .srnd-menu a.active::after { width: 100%; }
.srnd-menu a:hover, .srnd-menu a.active { color: #c95b43; }
.srnd-vintage-notice { background: #faf3e0; border: 1px solid #e6d7b8; border-radius: 4px; padding: 20px 30px; margin-bottom: 40px; font-size: 14px; color: #5e6b52; line-height: 1.8; box-shadow: 2px 2px 8px rgba(0,0,0,0.02); }
.srnd-sec-title { font-size: 18px; font-weight: bold; color: #2c1a10; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 30px; border-bottom: 1px solid #2c1a10; padding-bottom: 10px; display: inline-block; }
/* 拍立得照片网格 */
.srnd-collage-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 35px; }
.srnd-polaroid-card { background: #ffffff; border: 14px solid #ffffff; border-bottom: 45px solid #ffffff; box-shadow: 0 10px 25px rgba(44, 26, 16, 0.06); transition: all 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; }
.srnd-polaroid-card:hover { transform: scale(1.03) rotate(1deg); box-shadow: 0 15px 35px rgba(44, 26, 16, 0.12); }
.srnd-polaroid-card:nth-child(even):hover { transform: scale(1.03) rotate(-1deg); }
.srnd-img-box { height: 180px; background: #fdfaf5; border: 1px solid #f0e6d2; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.srnd-img-box img { max-width: 95%; max-height: 95%; object-fit: contain; }
.srnd-card-info { position: absolute; bottom: -35px; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 0 5px; }
.srnd-card-title { font-size: 13px; font-weight: bold; color: #2c1a10; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 60%; }
.srnd-price-tag { color: #c95b43; font-size: 16px; font-weight: bold; }
.srnd-tag-badge { font-size: 10px; background: rgba(94, 107, 82, 0.1); color: #5e6b52; padding: 2px 6px; border-radius: 2px; }
/* 详情页重构：左侧表单 / 右侧拍立得 */
.srnd-detail-split { display: flex; gap: 40px; }
.srnd-dt-form { width: 55%; }
.srnd-dt-visual { width: 45%; }
.srnd-polaroid-large { background: #ffffff; border: 20px solid #ffffff; border-bottom: 60px solid #ffffff; box-shadow: 0 15px 40px rgba(44, 26, 16, 0.08); transform: rotate(-1.5deg); }
.srnd-polaroid-large img { width: 100%; height: auto; border: 1px solid #f0e6d2; }
.srnd-form-box { background: #ffffff; border: 1px solid #f0e6d2; border-radius: 8px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
.srnd-dt-title { font-size: 26px; font-weight: bold; color: #2c1a10; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid #2c1a10; padding-bottom: 15px; }
.srnd-stat-row { display: flex; gap: 40px; border-bottom: 1px dashed #f0e6d2; padding-bottom: 25px; margin-bottom: 30px; }
.srnd-stat-item label { display: block; font-size: 11px; color: #8a7a6e; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.srnd-stat-item span { font-size: 24px; font-weight: bold; color: #c95b43; }
.srnd-group { margin-bottom: 20px; }
.srnd-label { display: block; font-size: 12px; color: #2c1a10; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; }
.srnd-input { width: 100%; box-sizing: border-box; background: #fdfaf5; border: 1px solid #e6d7b8; color: #2c1a10; padding: 15px 20px; border-radius: 4px; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.srnd-input:focus { border-color: #c95b43; background: #ffffff; }
.srnd-btn-vintage { width: 100%; background: #2c1a10; color: #faf6ee; border: none; padding: 18px; border-radius: 4px; font-size: 16px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; }
.srnd-btn-vintage:hover { background: #4e3525; }
.srnd-btn-vintage:disabled { background: #e5ded2; color: #a59c90; cursor: not-allowed; }
.srnd-desc-deck { background: #ffffff; border: 1px solid #f0e6d2; border-radius: 8px; padding: 35px; margin-top: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
.srnd-desc-title { font-size: 15px; color: #c95b43; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.srnd-desc-content { font-size: 14px; color: #5e6b52; line-height: 1.8; }
/* 归档检索面板 */
.srnd-q-tabs { display: flex; border-bottom: 1px solid #2c1a10; padding-bottom: 10px; margin-bottom: 35px; }
.srnd-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #8a7a6e; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.srnd-q-tabs a.active, .srnd-q-tabs a:hover { color: #2c1a10; border-bottom: 3px solid #c95b43; margin-bottom: -13px; }
.srnd-deck-table { width: 100%; border-collapse: collapse; }
.srnd-deck-table th, .srnd-deck-table td { padding: 18px; border-bottom: 1px solid #f0e6d2; text-align: left; }
.srnd-deck-table th { color: #8a7a6e; font-size: 12px; text-transform: uppercase; }
.srnd-deck-table td { color: #2c1a10; }
.srnd-footer { border-top: 1px solid #2c1a10; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #8a7a6e; }
@media (max-width: 900px) {
    .srnd-detail-split { flex-direction: column-reverse; }
    .srnd-dt-visual, .srnd-dt-form { width: 100%; }
    .srnd-clothesline-header { flex-direction: column; gap: 20px; align-items: center; }
    .srnd-menu { flex-wrap: wrap; justify-content: center; }
}
