/* ============================================================
   Production Capability Page Styles (ability.html)
   Extracted from inline <style> 2026-08-11 â no visual change.
   Follows site design system: brand red #b81c22, existing
   component classes (ab-* / fo-* / sc-* / icon-badge-*).
   ============================================================ */

/* ---------- Capacity Summary Table ---------- */
.ab-summary { padding: 44px 0; }
.ab-summary--top { padding-top: 32px; }
.ab-summary h2 { font-size: 26px; font-weight: 700; text-align: center; color: #222; margin-bottom: 24px; }
.ab-table { width: 100%; border-collapse: collapse; }
.ab-table thead th { background: #b81c22; color: #fff; padding: 12px 14px; text-align: left; font-size: 14px; font-weight: 600; }
.ab-table thead th:last-child { text-align: right; }
.ab-table tbody td { padding: 10px 14px; border-bottom: 1px solid #eee; font-size: 15px; color: #444; }
.ab-table tbody td:last-child { text-align: right; font-weight: 600; color: #222; }
.ab-table tbody tr:hover td { background: #fef5f5; }

/* ---------- Product Detail Blocks ---------- */
.ab-section { padding: 28px 0; }
.ab-section.alt { background: #fafafa; }
.ab-section h2 { font-size: 28px; font-weight: 700; color: #222; margin-bottom: 6px; }
.ab-section .ab-section-intro { font-size: 16px; color: #666; margin: 12px auto 32px; max-width: 760px; line-height: 1.65; text-align: center; }
.ab-detail-row { display: flex; align-items: flex-start; flex-wrap: wrap; margin-bottom: 12px; }
.ab-detail-img { flex: 0 0 280px; max-width: 280px; margin-right: 28px; }
.ab-detail-img img { width: 100%; border-radius: 8px; }
.ab-detail-content { flex: 1; min-width: 280px; }
.ab-detail-content h3 { font-size: 20px; font-weight: 600; color: #333; margin-bottom: 12px; }
.ab-spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; margin-bottom: 8px; }
.ab-spec-item { background: #f8f8f8; border: 1px solid #eee; border-radius: 6px; padding: 12px 14px; }
.ab-spec-item strong { display: block; font-size: 13px; color: #888; margin-bottom: 4px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.3px; }
.ab-spec-item span { font-size: 17px; font-weight: 600; color: #222; }

/* ---------- Real Factory Photo Grid ---------- */
.factory-photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 20px; }
.factory-photo-grid figure { margin: 0; border-radius: 8px; overflow: hidden; background: #f3f4f6; border: 1px solid #e5e7eb; }
.factory-photo-grid img { width: 100%; height: 220px; object-fit: cover; display: block; }
.factory-photo-grid figcaption { padding: 10px 12px; font-size: 12px; color: #555; line-height: 1.5; }

/* ---------- Quality Section ---------- */
.ab-quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 28px; }
.ab-quality-card { background: #fff; border: 1px solid #e8e0e0; border-radius: 12px; padding: 28px 26px; transition: transform .3s, box-shadow .3s, border-color .3s; }
.ab-quality-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px -12px rgba(184,28,34,0.20); border-color: #f0c4c6; }
.ab-quality-card h3 { font-size: 17px; font-weight: 700; color: #b81c22; margin-bottom: 14px; letter-spacing: 0.3px; }
.ab-quality-card ul { margin: 0; padding: 0; list-style: none; }
.ab-quality-card li { padding: 5px 0 5px 22px; position: relative; font-size: 14px; color: #555; line-height: 1.6; }
.ab-quality-card li:before { content: "â"; position: absolute; left: 0; color: #b81c22; font-weight: 700; font-size: 13px; }

/* ---------- 4-Stage Quality Flow ---------- */
.ab-q4-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 12px 0 28px; position: relative; }
.ab-q4-card { background: #fff; border: 1px solid #ececec; border-radius: 12px; padding: 24px 20px; text-align: center; transition: transform .3s, box-shadow .3s, border-color .3s; }
.ab-q4-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px -14px rgba(184,28,34,0.18); border-color: #f0c4c6; }
.ab-q4-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #b81c22; color: #fff; font-weight: 700; font-size: 14px; margin: 0 auto 14px; }
.ab-q4-icon { color: #b81c22; margin-bottom: 12px; }
.ab-q4-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; display: block; margin: 0 auto; }
.ab-q4-title { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 6px; letter-spacing: 0.2px; }
.ab-q4-desc { font-size: 13px; color: #666; line-height: 1.55; }
.ab-q4-divider { display: none; }
@media (max-width: 900px) {
  .ab-q4-flow { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 560px) {
  .ab-q4-flow { grid-template-columns: 1fr; }
  .ab-quality-grid { grid-template-columns: 1fr; }
}

/* ===== Supply Chain Flow Visualization ===== */
.sc-flow { margin-top: 4px; }
.sc-phase { margin-bottom: 24px; }
.sc-phase-header { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 8px; margin-bottom: 14px; }
.sc-phase-header--procure { background: linear-gradient(135deg, #eff6ff, #dbeafe); border-left: 4px solid #3b82f6; }
.sc-phase-header--manufacture { background: linear-gradient(135deg, #fef3c7, #fde68a); border-left: 4px solid #f59e0b; }
.sc-phase-header--deliver { background: linear-gradient(135deg, #ecfdf5, #d1fae5); border-left: 4px solid #10b981; }
.sc-phase-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; font-size: 15px; font-weight: 700; color: #fff; flex-shrink: 0; }
.sc-phase-header--procure .sc-phase-num { background: #3b82f6; }
.sc-phase-header--manufacture .sc-phase-num { background: #f59e0b; }
.sc-phase-header--deliver .sc-phase-num { background: #10b981; }
.sc-phase-header strong { display: block; font-size: 16px; color: #222; line-height: 1.3; }
.sc-phase-header span { font-size: 12px; color: #666; }
.sc-step-row { display: flex; align-items: center; gap: 0; justify-content: center; flex-wrap: wrap; }
.sc-step { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 10px; min-width: 110px; border-radius: 8px; border: 1px solid #e5e7eb; background: #fff; text-align: center; transition: all 0.2s; }
.sc-step:hover { border-color: #3b82f6; box-shadow: 0 2px 8px rgba(59,130,246,0.12); transform: translateY(-2px); }
.sc-step--active { border-color: #bfdbfe; background: #f8faff; }
.sc-step-icon { color: #3b82f6; margin-bottom: 2px; }
.sc-step-label { font-size: 13px; font-weight: 600; color: #222; line-height: 1.3; }
.sc-step-tag { font-size: 11px; color: #888; background: #f3f4f6; padding: 2px 8px; border-radius: 3px; }
.sc-step-arrow { font-size: 20px; color: #bbb; margin: 0 4px; flex-shrink: 0; }
.sc-mfg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.sc-mfg-step { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; border-radius: 8px; background: #fff; border: 1px solid #fde68a; transition: all 0.2s; }
.sc-mfg-step:hover { border-color: #f59e0b; box-shadow: 0 2px 8px rgba(245,158,11,0.15); transform: translateY(-1px); }
.sc-mfg-step--final { border-color: #f59e0b; background: #fffdf7; }
.sc-mfg-num { width: 28px; height: 28px; border-radius: 50%; background: #fef3c7; color: #92400e; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sc-mfg-step--final .sc-mfg-num { background: #f59e0b; color: #fff; }
.sc-mfg-body strong { display: block; font-size: 13px; color: #222; font-weight: 600; line-height: 1.3; }
.sc-mfg-body span { font-size: 11px; color: #888; line-height: 1.4; }
.sc-deliver-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sc-deliver-card { background: #fff; border: 1px solid #a7f3d0; border-radius: 10px; padding: 24px; text-align: center; transition: all 0.2s; }
.sc-deliver-card:hover { border-color: #10b981; box-shadow: 0 4px 16px rgba(16,185,129,0.12); transform: translateY(-2px); }
.sc-deliver-icon { color: #10b981; margin-bottom: 10px; }
.sc-deliver-card > strong { display: block; font-size: 16px; color: #222; margin-bottom: 8px; }
.sc-deliver-card > span { font-size: 13px; color: #666; line-height: 1.6; display: block; margin-bottom: 12px; }
.sc-spec-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.sc-spec { display: inline-block; font-size: 11px; font-weight: 600; color: #065f46; background: #d1fae5; padding: 4px 10px; border-radius: 4px; }

/* ---------- Lead Time Timeline ---------- */
.ab-timeline { margin-top: 16px; }
.ab-timeline-row { display: flex; flex-wrap: wrap; gap: 12px; }
.ab-timeline-step { flex: 1; min-width: 140px; background: #fff; border: 1px solid #e8e0e0; border-radius: 8px; padding: 18px 14px; text-align: center; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.ab-timeline-step:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(184,28,34,0.10); border-color: #f0c4c6; }
.ab-timeline-step .step-num { display: inline-block; width: 32px; height: 32px; line-height: 32px; background: #b81c22; color: #fff; border-radius: 50%; font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.ab-timeline-step strong { display: block; font-size: 14px; color: #222; margin-bottom: 4px; }
.ab-timeline-step span { font-size: 13px; color: #888; }

/* ---------- FAQ ---------- */
.ab-faq { max-width: 780px; margin: 0 auto; }
.ab-faq-item { border: 1px solid #e8e0e0; border-radius: 6px; margin-bottom: 8px; overflow: hidden; }
.ab-faq-q { padding: 15px 40px 15px 20px; font-size: 16px; font-weight: 600; color: #333; cursor: pointer; background: #fff; position: relative; margin: 0; transition: background 0.15s; }
.ab-faq-q:hover { background: #fef5f5; }
.ab-faq-q:after { content: "\f078"; font-family: FontAwesome; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #b81c22; font-size: 13px; transition: transform 0.25s; }
.ab-faq-item.open .ab-faq-q:after { transform: translateY(-50%) rotate(180deg); }
.ab-faq-a { display: none; padding: 0 20px 16px; font-size: 15px; color: #555; line-height: 1.7; background: #fff; }
.ab-faq-item.open .ab-faq-a { display: block; }

/* ---------- CTA ---------- */
.ab-cta { padding: 44px 0; text-align: center; }
.ab-cta.mid { background: #fef5f5; }
.ab-cta h2 { font-size: 24px; font-weight: 700; color: #222; margin-bottom: 10px; }
.ab-cta p { font-size: 16px; color: #555; max-width: 540px; margin: 0 auto 20px; line-height: 1.6; }
.ab-btn { display: inline-block; background: #b81c22; color: #fff; font-weight: 700; font-size: 16px; padding: 14px 32px; border-radius: 6px; text-decoration: none; transition: background 0.2s; }
.ab-btn:hover { background: #8b1519; text-decoration: none; color: #fff; }
.ab-btn-outline { display: inline-block; border: 2px solid #b81c22; color: #b81c22; font-weight: 600; font-size: 15px; padding: 10px 26px; border-radius: 6px; text-decoration: none; margin-left: 10px; transition: all 0.2s; }
.ab-btn-outline:hover { background: #b81c22; color: #fff; text-decoration: none; }
.ab-cta-bottom { background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%); }
.ab-cta-bottom h2, .ab-cta-bottom p { color: #fff; }

/* ---------- Factory Overview Visualization ---------- */
.ab-factory-overview { padding: 48px 0; background: #fafafa; }
.fo-stats-banner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 24px; margin-bottom: 40px; align-items: start; }
.fo-stat { text-align: center; padding: 12px 4px; }
.fo-stat > img.fo-stat-icon { display: block; margin: 0 auto 14px; height: 58px; width: 67px; max-width: 100%; object-fit: contain; }
.fo-stat strong { display: block; font-size: 46px; font-weight: 700; color: #b81c22; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 6px; }
.fo-stat span { display: block; font-size: 14px; font-weight: 500; color: #777; letter-spacing: 0.2px; line-height: 1.4; }
.fo-stat-icon { color: #b81c22; margin-bottom: 10px; }
.fo-stat-icon svg { width: 48px !important; height: 48px !important; }
.fo-factory-floor { background: #1a1a2e; border-radius: 12px; padding: 32px 28px 24px; overflow: hidden; }
.fo-floor-label { font-size: 13px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 24px; text-align: center; }
.fo-line-row { display: flex; align-items: center; padding: 12px 16px; margin-bottom: 10px; border-radius: 8px; background: rgba(255,255,255,0.04); border-left: 4px solid transparent; gap: 16px; transition: background 0.2s; }
.fo-line-row:hover { background: rgba(255,255,255,0.08); }
.fo-line-row--baby { border-left-color: #3b82f6; }
.fo-line-row--adult { border-left-color: #8b5cf6; }
.fo-line-row--wipes { border-left-color: #10b981; }
.fo-line-row--mask { border-left-color: #f59e0b; }
.fo-line-row--cotton { border-left-color: #ec4899; }
.fo-line-row--paper { border-left-color: #06b6d4; }
.fo-line-label { flex: 0 0 170px; min-width: 140px; display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.9); }
.fo-line-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.fo-line-row--baby .fo-line-dot { background: #3b82f6; box-shadow: 0 0 6px rgba(59,130,246,0.6); }
.fo-line-row--adult .fo-line-dot { background: #8b5cf6; box-shadow: 0 0 6px rgba(139,92,246,0.6); }
.fo-line-row--wipes .fo-line-dot { background: #10b981; box-shadow: 0 0 6px rgba(16,185,129,0.6); }
.fo-line-row--mask .fo-line-dot { background: #f59e0b; box-shadow: 0 0 6px rgba(245,158,11,0.6); }
.fo-line-row--cotton .fo-line-dot { background: #ec4899; box-shadow: 0 0 6px rgba(236,72,153,0.6); }
.fo-line-row--paper .fo-line-dot { background: #06b6d4; box-shadow: 0 0 6px rgba(6,182,212,0.6); }
.fo-cleanroom-badge { display: inline-block; font-size: 10px; font-weight: 600; background: rgba(16,185,129,0.2); color: #10b981; padding: 2px 7px; border-radius: 3px; letter-spacing: 0.3px; text-transform: uppercase; border: 1px solid rgba(16,185,129,0.25); white-space: nowrap; }
.fo-line-equipment { flex: 1; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; min-width: 0; }
.fo-line-equipment--many { flex-wrap: wrap; }
.fo-equip-count { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.65); margin-right: 8px; white-space: nowrap; }
.fo-equip-unit { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 6px 8px; border-radius: 6px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); min-width: 44px; cursor: default; transition: all 0.2s; }
.fo-equip-unit:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.18); transform: translateY(-1px); }
.fo-equip-unit .fo-equip-icon { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.fo-equip-unit:hover .fo-equip-icon { color: rgba(255,255,255,0.8); }
.fo-equip-unit span { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.55); }
.fo-equip-unit--roll .fo-equip-icon { color: rgba(6,182,212,0.6); }
.fo-equip-mini-row { display: flex; gap: 3px; flex-wrap: wrap; align-items: center; }
.fo-equip-mini { width: 14px; height: 14px; border-radius: 3px; background: rgba(16,185,129,0.3); border: 1px solid rgba(16,185,129,0.2); flex-shrink: 0; }
.fo-line-meta { display: flex; gap: 6px; flex-shrink: 0; }
.fo-tag { display: inline-block; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 4px; white-space: nowrap; letter-spacing: 0.3px; }
.fo-tag--speed { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); }
.fo-tag--equip { background: rgba(59,130,246,0.15); color: #60a5fa; }
.fo-tag--cleanroom { background: rgba(16,185,129,0.15); color: #34d399; }
.fo-infra-bar { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 24px; padding: 16px 20px; background: #fff; border: 1px solid #e8e0e0; border-radius: 8px; }
.fo-infra-item { display: flex; align-items: center; gap: 6px; font-size: 14px; color: #555; }
.fo-infra-item svg { color: #b81c22; flex-shrink: 0; }
.fo-infra-link { font-size: 14px; font-weight: 600; color: #b81c22; text-decoration: none; }
.fo-infra-link:hover { text-decoration: underline; }

/* ---------- Polished hover for equipment line rows (existing pattern) ---------- */
.fo-equip-unit.is-running::after { content: "â"; display: block; font-size: 8px; color: #34d399; line-height: 1; }

/* ---------- Polish helpers (2026-08-11, extracted from inline styles) ---------- */
.ab-hero-title { font-size: 30px; font-weight: 700; color: #222; margin-bottom: 8px; }
.ab-hero-sub { font-size: 16px; color: #666; max-width: 680px; margin: 0 auto 24px; line-height: 1.6; }
.ab-metric-title { font-size: 20px; font-weight: 600; color: #222; text-align: center; margin-bottom: 20px; }
.ab-detail-row--gap { margin-bottom: 24px; }
.ab-photo-note { text-align: center; margin-top: 16px; font-size: 13px; color: #888; }
.ab-timeline-note { margin-top: 20px; font-size: 14px; color: #777; }
.ab-faq-title { text-align: center; margin-bottom: 20px; }
.ab-cta-wa { margin-top: 12px; font-size: 14px; opacity: 0.70; color: #fff; }
.sc-flow-title { text-align: center; font-size: 18px; font-weight: 600; color: #333; margin: 32px 0 20px; }

/* Section heading â keeps the original red display style (was h1.red) */
.ab-section-title { font-size: 28px; font-weight: 700; color: #b81c22; text-align: center; margin: 12px 0 6px; }
@media (max-width: 768px) { .ab-section-title { font-size: 22px; } }

/* Overview diagram image â centered with breathing room (was bare img) */
.ab-overview-img { margin: 28px 0 8px; text-align: center; }
.ab-overview-img img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 18px rgba(0,0,0,0.08); }

/* ---------- Why Brands Choose Us \u2014 icon + text pillars ---------- */
/* Replaces the previous icon-badge-row (pure icons + 1 word) with 3-layer
   textual content: icon + keyword + full description. Reduces pure-icon
   dependency while keeping the site icon-badge-circle visual style. */
.ab-pillars { padding: 56px 0; }
.ab-pillars .ab-section-intro { text-align: center; max-width: 720px; margin: 12px auto 32px; }
.ab-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ab-pillar { background: #fff; border: 1px solid #e8e0e0; border-radius: 12px; padding: 32px 26px; text-align: center; transition: transform .3s cubic-bezier(.23,1,.32,1), box-shadow .3s, border-color .3s; }
.ab-pillar:hover { transform: translateY(-4px); box-shadow: 0 14px 30px -14px rgba(184,28,34,0.18); border-color: #f0c4c6; }
.ab-pillar-icon { width: 72px; height: 72px; background: #b81c22; border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; transition: transform .3s, box-shadow .3s; }
.ab-pillar:hover .ab-pillar-icon { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(184,28,34,0.30); }
.ab-pillar-icon svg { width: 34px; height: 34px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
/* Pillar icon image â replaces SVG version; PNGs are full red-circle designs. */
.ab-pillar > picture > img {
  display: block;
  margin: 0 auto 24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transition: transform 0.3s, box-shadow 0.3s;
}
.ab-pillar:hover > picture > img { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(184,28,34,0.30); }
@media (max-width: 768px) { .ab-pillar > picture > img { width: 60px; height: 60px; } }
.ab-pillar h3 { font-size: 18px; font-weight: 700; color: #b81c22; margin-bottom: 12px; letter-spacing: 0.3px; text-transform: uppercase; }
.ab-pillar p { font-size: 14px; color: #555; line-height: 1.65; margin-bottom: 12px; }
.ab-pillar-link { margin-bottom: 0 !important; font-size: 13px; font-weight: 600; }
.ab-pillar-link a { color: #b81c22; text-decoration: none; }
.ab-pillar-link a:hover { text-decoration: underline; }
@media (max-width: 900px) { .ab-pillars-grid { grid-template-columns: 1fr; } }

/* Stats banner â baseline reset (no longer inherits global fact-counter bleed) */
.fo-stats-banner { position: relative; z-index: 1; }
.fo-stats-banner .fo-stat svg { display: block; margin: 0 auto; line-height: 1; }
.fo-stats-banner .count-text { display: inline-block; font-family: inherit; font-weight: inherit; font-size: inherit; color: #b81c22; line-height: inherit; }

.ab-quality-link { margin-top: 10px; }
.ab-btn--inverse { background: #fff; color: #b81c22; }
.ab-cta-wa-link { color: #fff; text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.sc-mfg-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
	.fo-line-row { flex-wrap: wrap; gap: 10px; }
	.fo-line-label { flex: 0 0 100%; min-width: 100%; }
	.fo-line-meta { margin-left: auto; }
	.fo-factory-floor { padding: 24px 16px 16px; }
}
@media (max-width: 768px) {
	.ab-hero { padding: 40px 0 28px; }
	.ab-hero h1 { font-size: 24px; }
	.ab-hero-stats { gap: 16px; }
	.ab-stat-num { font-size: 24px; }
	.ab-detail-img { flex: 0 0 100%; max-width: 100%; margin-right: 0; margin-bottom: 16px; }
	.ab-spec-grid { grid-template-columns: 1fr 1fr; }
	.ab-lab-gallery img { max-width: 100%; }
	.ab-section h2 { font-size: 22px; }
	.fo-stats-banner { gap: 28px 16px; grid-template-columns: repeat(2, 1fr); }
	.fo-stat strong { font-size: 36px; }
	.fo-stat > img.fo-stat-icon { height: 46px; width: 53px; }
	.fo-stat-icon svg { width: 38px !important; height: 38px !important; }
	.fo-line-meta { flex: 0 0 100%; justify-content: flex-start; }
	.fo-infra-bar { flex-direction: column; gap: 10px; align-items: flex-start; }
	.sc-step-row { flex-direction: column; align-items: stretch; }
	.sc-step-arrow { display: none; }
	.sc-step { min-width: 100%; flex-direction: row; text-align: left; gap: 12px; align-items: center; }
	.sc-mfg-grid { grid-template-columns: 1fr 1fr; }
	.sc-deliver-row { grid-template-columns: 1fr; }
	.ab-summary .container { overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.ab-table { min-width: 560px; }
	.factory-photo-grid { grid-template-columns: repeat(2,1fr); }
	/* Touch-friendly tap targets (min 44px) */
	.ab-pillar-link a, .ab-quality-link a, .ab-cta a, .ab-btn, .ab-btn-outline { padding: 12px 18px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
	.ab-faq-q { min-height: 48px; padding: 14px 16px; }
	.ab-q4-card { padding: 20px 14px; }
	.ab-q4-title { font-size: 14px; }
	.ab-hero-title { font-size: 24px; }
	.ab-hero-sub { font-size: 15px; }
	.ab-pillars-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
	.ab-pillar { padding: 22px 14px; }
	.ab-pillar > picture > img { width: 56px; height: 56px; }
	.ab-pillar h3 { font-size: 15px; }
	.ab-pillar p { font-size: 12px; }
	.ab-pillar-link a { font-size: 12px; padding: 8px 10px; }
}
@media (max-width: 480px) {
	.ab-section h2 { font-size: 19px; }
	.ab-section .ab-section-intro { font-size: 14px; }
	.ab-detail-content h3 { font-size: 17px; }
	.ab-spec-grid { grid-template-columns: 1fr; }
	.ab-timeline-step { flex: 1 1 100%; min-width: 100%; }
	.ab-timeline-row { gap: 8px; }
	.fo-stat strong { font-size: 26px; }
	.fo-stat > img.fo-stat-icon { height: 40px; width: 46px; }
	.fo-stat span { font-size: 12px; }
	.fo-equip-unit { min-width: 38px; padding: 4px 6px; }
	.fo-equip-unit .fo-equip-icon { width: 16px; height: 16px; }
	.sc-mfg-grid { grid-template-columns: 1fr; }
	.factory-photo-grid { grid-template-columns: 1fr; }
	.ab-pillars-grid { grid-template-columns: 1fr; gap: 16px; }
	.ab-pillar { padding: 24px 18px; }
	.ab-q4-flow { grid-template-columns: 1fr 1fr; gap: 12px; }
	.ab-cta h2 { font-size: 20px; }
	.ab-cta p { font-size: 14px; }
	.ab-cta .ab-btn, .ab-cta .ab-btn-outline { width: 100%; margin: 6px 0; }
}
