


/* ===== Section 通用 ===== */
.page-section { padding: 80px 0; }
.page-section.bg-light2 { background: #f7f8fa; }
/* ===== Company Overview ===== */
.thumb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.thumb-item { border-radius: 8px; overflow: hidden; }
.thumb-item img { width: 100%; height: 150px; object-fit: cover; display: block; transition: transform .4s; }
.thumb-item:hover img { transform: scale(1.06); }
.thumb-label { font-size: 15px; color: #555; text-align: center; padding: 6px 4px; background: #fff; }

/* ===== Craft ===== */
.craft-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin-bottom: 28px; }
.craft-feature { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; }
.craft-feature .icon-check  { color: #c83232; font-size: 1rem; }
.craft-feature .icon-square { color: #333;    font-size: 1rem; }
.craft-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.craft-imgs img { border-radius: 8px; object-fit: cover; width: 100%;}

/* ===== Materials ===== */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: 7px 0; border-bottom: 1px solid #f0f0f0; font-size: 14.5px; }
.check-list li:last-child { border-bottom: none; }
.check-list li::before { content: "✔"; color: #c83232; font-weight: 700; margin-right: 10px; }
.materials-highlight .gauge-label { font-size: 22px; font-weight: 700;color: #333; margin-bottom: 4px; }
.materials-highlight h3 { font-size: 1.9rem; font-weight: 800; color: #333; line-height: 1.1; margin-bottom: 16px; }

/* ===== Global Partnership ===== */
.partnership-section { text-align: center; }
.partnership-section h2 { font-size: 2rem; font-weight: 700; margin-bottom: 20px; }
.partnership-section p  { max-width: 680px; margin: 0 auto; font-size: 1.05rem; color: #555; }

@media (max-width: 767px) {
    .thumb-grid { grid-template-columns: repeat(2, 1fr); }
    .craft-features { grid-template-columns: 1fr; }
    .bread-crumb-text h1 { font-size: 1.7rem; }
}