body { background-color: #f7f5f0; color: #3a322c; font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.ori-wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* 悬浮原木白导航 */
.ori-header { background: #fdfbf7; border-bottom: 1px solid #e8dec9; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; box-shadow: 0 4px 20px rgba(58, 50, 44, 0.03); }
.ori-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.ori-logo img { height: 26px; }

.ori-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.ori-menu a { font-size: 14px; color: #7a6e65; font-weight: 600; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.ori-menu a:hover, .ori-active { color: #c85a32 !important; border-bottom: 2px solid #c85a32; }

.ori-user-btn { font-size: 13px; color: #ffffff; background: #3a322c; padding: 8px 24px; border-radius: 4px; font-weight: 600; transition: 0.3s; }
.ori-user-btn:hover { background: #c85a32; box-shadow: 0 4px 12px rgba(200, 90, 50, 0.2); }

/* 温馨提示 */
.ori-notice { background: #fdfcf7; border: 1px solid #e8dec9; border-left: 4px solid #c85a32; padding: 18px 24px; margin: 30px 0; border-radius: 4px; display: flex; align-items: center; gap: 15px; }
.ori-notice-dot { width: 8px; height: 8px; background: #c85a32; border-radius: 50%; flex-shrink: 0; }
.ori-notice-txt { font-size: 14px; color: #7a6e65; line-height: 1.6; }

/* 质朴标题 */
.ori-sec-title { font-size: 18px; font-weight: 700; color: #3a322c; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.ori-sec-title::before { content: ""; width: 4px; height: 16px; background: #c85a32; border-radius: 2px; }

/* 温暖工艺列表 */
.ori-list-box { background: #fdfcf7; border: 1px solid #e8dec9; border-radius: 8px; box-shadow: 0 8px 24px rgba(58, 50, 44, 0.02); overflow: hidden; margin-bottom: 60px; }
.ori-list-row { display: flex; align-items: center; padding: 24px; border-bottom: 1px dashed #e8dec9; transition: 0.3s; }
.ori-list-row:last-child { border-bottom: none; }
.ori-list-row:hover { background: #fdfbf7; transform: translateY(-1px); }

.ori-item-img { width: 64px; height: 64px; border-radius: 8px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #e8dec9; background: #fff; padding: 2px; }
.ori-item-img img { width: 100%; height: 100%; object-fit: contain; }

.ori-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.ori-item-name { font-size: 16px; font-weight: 700; color: #3a322c; }
.ori-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 600; color: #7a6e65; }
.ori-badge-auto { color: #c85a32; background: #fdf2ee; padding: 2px 8px; border-radius: 4px; border: 1px solid #f9ded5; }
.ori-badge-hand { color: #556b2f; background: #f4f6f0; padding: 2px 8px; border-radius: 4px; border: 1px solid #e2e8da; }
.ori-item-stock { color: #a09084; }

.ori-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.ori-item-price { font-size: 20px; font-weight: 700; color: #c85a32; font-family: Georgia, serif; }
.ori-btn-buy { background: #3a322c; color: #ffffff; padding: 8px 24px; font-size: 13px; font-weight: 600; border-radius: 4px; border: none; cursor: pointer; transition: 0.2s; }
.ori-list-row:hover .ori-btn-buy { background: #c85a32; box-shadow: 0 4px 12px rgba(200, 90, 50, 0.2); }

/* 详情页面 */
.ori-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.ori-detail-visual { width: 45%; background: #fdfcf7; border: 1px solid #e8dec9; padding: 24px; border-radius: 8px; box-shadow: 0 8px 24px rgba(58, 50, 44, 0.02); display: flex; justify-content: center; align-items: center; }
.ori-detail-visual img { width: 100%; border-radius: 4px; border: 1px solid #e8dec9; }
.ori-detail-right { flex-grow: 1; background: #fdfcf7; padding: 40px; border: 1px solid #e8dec9; border-radius: 8px; box-shadow: 0 8px 24px rgba(58, 50, 44, 0.02); }

.ori-detail-h1 { font-size: 22px; font-weight: 700; color: #3a322c; margin-bottom: 25px; line-height: 1.4; }
.ori-price-ribbon { background: #fbf9f4; padding: 20px 25px; border-radius: 6px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #c85a32; border-top: 1px solid #e8dec9; border-bottom: 1px solid #e8dec9; }
.ori-detail-price { font-size: 34px; font-weight: 700; color: #c85a32; font-family: Georgia, serif; }
.ori-detail-stock-txt { margin-left: auto; color: #7a6e65; font-size: 13px; font-weight: 600; }

.ori-f-row { margin-bottom: 22px; }
.ori-f-label { display: block; font-size: 12px; font-weight: 700; color: #7a6e65; margin-bottom: 10px; text-transform: uppercase; }
.ori-f-input { width: 100%; padding: 14px 16px; border: 1px solid #cbd5e1; border-color: #cbd5e1; background: #ffffff; font-size: 14px; color: #3a322c; border-radius: 4px; transition: 0.2s; outline: none; }
.ori-f-input:focus { border-color: #c85a32; box-shadow: 0 0 0 3px rgba(200, 90, 50, 0.1); }
.ori-btn-submit { width: 100%; background: #c85a32; color: #ffffff; padding: 16px; font-size: 16px; font-weight: 700; border: none; border-radius: 4px; cursor: pointer; transition: 0.2s; margin-top: 10px; }
.ori-btn-submit:hover { background: #b04e2b; box-shadow: 0 4px 15px rgba(200, 90, 50, 0.25); }
.ori-btn-submit:disabled { background: #e2e8f0; color: #94a3b8; cursor: not-allowed; box-shadow: none; }

.ori-desc-container { background: #fdfcf7; padding: 40px; border: 1px solid #e8dec9; margin-top: 40px; border-radius: 8px; }
.ori-desc-title { font-size: 18px; font-weight: 700; color: #3a322c; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #e8dec9; display: flex; align-items: center; gap: 10px; }
.ori-desc-title::before { content: ""; width: 8px; height: 8px; background: #c85a32; transform: rotate(45deg); display: inline-block; }
.ori-desc-html { line-height: 2; font-size: 14px; color: #5c534c; }

.ori-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #a09084; font-size: 13px; border-top: 1px solid #e8dec9; background: #fdfcf7; }

@media (max-width: 900px) {
    .ori-detail-split { flex-direction: column; }
    .ori-detail-visual, .ori-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .ori-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .ori-item-img { margin-bottom: 15px; margin-right: 0; }
    .ori-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #e8dec9; padding-top: 15px; }
}\n