/* Scoped styles shared by the original decoration editor and public storefront.
   Typography/spacing/radius tokens intentionally match brand-section.css so the
   two components read as one design system. Admin panel reuses .bf-brand-controls
   (defined by brand-section.css, loaded earlier) instead of redefining it. */
.bf-pc-industry{position:relative;box-sizing:border-box;width:100%;max-width:none;margin:0 auto;padding:30px;background:#fff;border:1px solid #e9eef3;border-radius:20px;color:#192c40;font-family:Inter,"Microsoft YaHei",Arial,sans-serif;line-height:1.5}
.bf-pc-industry *{box-sizing:border-box}
.bf-pci-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}.bf-pci-kicker{font-size:10px;font-weight:700;letter-spacing:2.5px;color:#70869b;margin-bottom:5px;overflow-wrap:anywhere}.bf-pci-heading h2{font-size:26px;font-weight:700;line-height:1.4;letter-spacing:1px;color:#152f48;margin:0}.bf-pci-heading p{font-size:13px;color:#8291a0;margin:7px 0 0;overflow-wrap:anywhere}
.bf-pc-industry .bf-pci-more{display:flex!important;align-items:center;gap:13px;flex-shrink:0;font-size:12px;color:#526c82!important;border-bottom:1px solid #d4dfe8;padding:8px 0;max-width:35%;overflow-wrap:anywhere}.bf-pci-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;line-height:1}
.bf-pci-grid{display:grid;grid-template-columns:repeat(var(--bf-pci-columns),minmax(0,1fr));gap:16px}
.bf-pc-industry .bf-pci-card{position:relative;isolation:isolate;display:flex!important;flex-direction:column;justify-content:flex-end;min-width:0;min-height:198px;padding:22px;overflow:hidden;border-radius:14px;color:#fff!important;transition:transform .2s,box-shadow .2s}
.bf-pc-industry a.bf-pci-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px #12233810}
.bf-pci-card[data-accent=navy]{background:linear-gradient(150deg,#0f2438,#1c4569 88%)}
.bf-pci-card[data-accent=teal]{background:linear-gradient(150deg,#0b2b2a,#1a5c56 88%)}
.bf-pci-card[data-accent=plum]{background:linear-gradient(150deg,#20172f,#3f2c68 88%)}
.bf-pci-card[data-accent=slate]{background:linear-gradient(150deg,#182029,#34465c 88%)}
.bf-pci-card[data-accent=amber]{background:linear-gradient(150deg,#2b1f0e,#5c4520 88%)}
.bf-pci-card[data-accent=forest]{background:linear-gradient(150deg,#102a1c,#205339 88%)}
.bf-pci-card[data-accent=wine]{background:linear-gradient(150deg,#2a0e17,#5c1f31 88%)}
.bf-pci-card[data-accent=indigo]{background:linear-gradient(150deg,#141a3d,#2c3a7a 88%)}
.bf-pci-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}
.bf-pci-scrim{position:absolute;inset:0;z-index:-2;background:linear-gradient(0deg,#08121ee6 5%,#08121e75 52%,#08121e30)}
.has-image .bf-pci-scrim{background:linear-gradient(0deg,#060f18ee 15%,#060f1885 55%,#060f1840)}
.bf-pci-ring{position:absolute;z-index:-1;width:150px;height:150px;right:-45px;top:-45px;border:1px solid #ffffff14;border-radius:50%;box-shadow:0 0 0 18px #ffffff05;pointer-events:none}
.bf-pci-body{position:relative;min-width:0;overflow-wrap:anywhere}
.bf-pci-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#ffffff1c;color:#fff;margin-bottom:14px}
.bf-pci-icon svg{width:20px;height:20px}
.bf-pci-body h3{font-size:17px;font-weight:700;letter-spacing:.3px;margin:0;color:#fff}
.bf-pci-body p{font-size:12px;line-height:1.7;color:#cfdbe6;margin:7px 0 0}
.bf-pci-link{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#d8e6ef;margin-top:14px}
.bf-pc-industry a.bf-pci-card:hover .bf-pci-link{color:#fff}
.bf-pci-empty{padding:28px;border:1px dashed #c9d9e4;border-radius:12px;text-align:center;color:#8094a5;font-size:13px}
.bf-pc-industry a:focus-visible{outline:3px solid #23a0d1;outline-offset:3px}
@media(max-width:1000px){.bf-pc-industry{padding:22px}.bf-pci-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.bf-pci-card{min-height:172px;padding:18px}}
@media(max-width:640px){.bf-pci-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.bf-pc-industry a{transition:none!important}}
/* Native editor list swatch (icon-only, no material image chosen yet) */
.bf-ic-swatch{display:inline-flex;align-items:center;justify-content:center;width:30px;height:23px;border-radius:5px;color:#fff;flex-shrink:0}
.bf-ic-swatch svg{width:14px;height:14px}
.bf-ic-swatch[data-accent=navy]{background:#1c4569}.bf-ic-swatch[data-accent=teal]{background:#1a5c56}.bf-ic-swatch[data-accent=plum]{background:#3f2c68}.bf-ic-swatch[data-accent=slate]{background:#34465c}.bf-ic-swatch[data-accent=amber]{background:#5c4520}.bf-ic-swatch[data-accent=forest]{background:#205339}.bf-ic-swatch[data-accent=wine]{background:#5c1f31}.bf-ic-swatch[data-accent=indigo]{background:#2c3a7a}
