.public-directory { max-width: 80rem; margin: 0 auto; padding: 1rem; }
.directory-hero { padding-top: 0; }
.directory-filter-bar { position: relative; }
.directory-filter-form { display: grid; gap: 9px; }
.directory-discovery-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: end; }
.directory-intent-selectors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.directory-intent-selectors article { display: grid; gap: 3px; min-width: 0; }
.directory-intent-selectors .directory-intent-buyer { --directory-intent-accent: var(--bp-primary,#003FAA); }
.directory-intent-selectors .directory-intent-supplier { --directory-intent-accent: var(--bp-teal,#409DC1); }
.directory-intent-selectors .directory-intent-service { --directory-intent-accent: var(--bp-orange,#F89C27); }
.directory-intent-selectors label { display: flex; align-items: end; min-width: 0; }
.directory-intent-selectors label::after { height: 2px; flex: 1 1 auto; min-width: 16px; background: var(--bp-teal,#409DC1); content: ""; }
.directory-intent-selectors label strong { display: inline-flex; align-items: center; min-height: 22px; padding: 3px 23px 2px 10px; border-radius: 0 18px 0 0; background: var(--bp-teal,#409DC1); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .015em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.directory-intent-selectors label strong::before { content: none; }
.directory-intent-selectors select { box-sizing: border-box; width: 100%; height: 39px; min-width: 0; padding: 0 34px 0 10px; border: 1px solid #AEB9C6; border-radius: 3px; background: #fff; color: #203750; font: inherit; font-size: 14px; font-weight: 650; transition: border-color .15s ease,box-shadow .15s ease; }
.directory-intent-selectors select:hover { border-color: var(--bp-teal,#409DC1); }
.directory-intent-selectors select:focus, .directory-intent-selectors article.active select { border-color: var(--bp-teal,#409DC1); box-shadow: 0 0 0 3px rgba(64,157,193,.14); outline: 0; }
.directory-filter-drawer { position: relative; }
.directory-filter-trigger { display: inline-flex; gap: 8px; min-width: 164px; height: 43px; align-items: center; justify-content: center; padding: 0 14px; border-radius: 8px; background: var(--bp-primary,#003FAA); box-shadow: 0 6px 15px rgba(0,63,170,.2); color: #fff; cursor: pointer; list-style: none; transition: background .15s ease,transform .15s ease; }
.directory-filter-trigger::-webkit-details-marker { display: none; }
.directory-filter-trigger:hover { background: #00358F; transform: translateY(-1px); }
.directory-filter-trigger-icon { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; border-radius: 6px; background: var(--bp-teal,#409DC1); color: #fff; font-size: 1rem; font-weight: 900; line-height: 1; transform: rotate(90deg); }
.directory-filter-trigger strong { font-size: 14px; font-weight: 800; }
.directory-filter-trigger b { display: inline-flex; min-width: 20px; height: 20px; align-items: center; justify-content: center; padding: 0 5px; border-radius: 999px; background: var(--bp-orange,#F89C27); color: #fff; font-size: 14px; }
.directory-filter-backdrop { position: fixed; z-index: 1700; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(9,24,43,.48); cursor: default; backdrop-filter: blur(2px); }
.directory-filter-drawer-panel { position: fixed; z-index: 1701; top: 0; right: 0; display: grid; grid-template-rows: auto 1fr auto; width: min(440px,calc(100vw - 24px)); height: 100dvh; overflow: hidden; background: #fff; box-shadow: -22px 0 55px rgba(8,25,47,.24); animation: directory-filter-slide-in .2s ease-out; }
.directory-filter-drawer-panel > header { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid #DCE5F0; background: linear-gradient(135deg,#F4F9FF 0%,#F0FCFC 100%); }
.directory-filter-drawer-panel > header span { color: var(--bp-teal,#409DC1); font-size: 14px; font-weight: 850; letter-spacing: .12em; }
.directory-filter-drawer-panel > header h2 { margin: 3px 0 0; color: var(--bp-primary,#003FAA); font-size: 1.35rem; }
.directory-filter-drawer-panel > header button { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid #D1DDEA; border-radius: 50%; background: #fff; color: #38506B; cursor: pointer; font-size: 1.4rem; line-height: 1; }
.directory-filter-drawer-body { display: grid; align-content: start; gap: 22px; overflow-y: auto; padding: 24px; }
.directory-filter-drawer-body section { display: grid; gap: 13px; }
.directory-filter-drawer-body section + section { padding-top: 21px; border-top: 1px solid #E1E8F0; }
.directory-filter-drawer-body h3 { margin: 0; color: #1B334F; font-size: 14px; font-weight: 850; }
.directory-filter-drawer .directory-location-cascade { grid-template-columns: 1fr; gap: 12px; }
.directory-filter-drawer .directory-location-cascade > label { gap: 6px; color: #60758C; font-size: 14px; }
.directory-filter-drawer .directory-location-cascade select { height: 44px; font-size: 14px; }
.directory-filter-drawer .directory-sort-control { grid-template-columns: 1fr; gap: 6px; min-height: 0; margin: 0; padding: 0; color: #60758C; font-size: 14px; }
.directory-filter-drawer .directory-sort-control select { height: 44px; font-size: 14px; }
.directory-filter-drawer-panel > footer { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 18px 24px; border-top: 1px solid #DCE5F0; background: #F8FAFD; }
.directory-filter-drawer-panel > footer a { color: #536A83; font-size: 14px; font-weight: 750; text-decoration: none; }
.directory-filter-drawer-panel > footer button { min-width: 150px; height: 43px; border: 0; border-radius: 8px; background: var(--bp-orange,#F89C27); box-shadow: 0 6px 15px rgba(248,156,39,.24); color: #fff; cursor: pointer; font-size: 14px; font-weight: 850; }
.directory-filter-drawer-panel > footer button:hover { background: #E88A15; }
@keyframes directory-filter-slide-in { from { opacity: .65; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }
.directory-filter-controls { display: flex; gap: 8px; align-items: stretch; min-width: 0; }
.directory-location-card { padding: 10px 12px; border: 1px solid #DCE5F0; border-radius: 11px; background: rgba(255,255,255,.94); box-shadow: 0 4px 14px rgba(24,51,84,.045); }
.directory-filter-controls-label { display: inline-flex; align-items: center; padding: 0 5px; color: #74859A; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.directory-filter-popover { position: relative; min-width: 0; }
.directory-filter-popover > summary { position: relative; display: grid; grid-template-columns: auto auto; gap: 7px; align-items: center; min-width: 165px; min-height: 42px; padding: 6px 31px 6px 12px; border: 1px solid #D5E0EC; border-radius: 9px; background: #fff; cursor: pointer; list-style: none; }
.directory-filter-popover > summary::-webkit-details-marker { display: none; }
.directory-filter-popover > summary::after { position: absolute; top: 50%; right: 11px; color: #73849A; content: "⌄"; transform: translateY(-55%); }
.directory-filter-popover[open] > summary { border-color: #94B5DE; box-shadow: 0 0 0 3px rgba(0, 63, 170, .08); }
.directory-filter-popover[open] > summary::after { content: "⌃"; transform: translateY(-40%); }
.directory-filter-popover > summary span { color: #263B54; font-size: 14px; font-weight: 750; }
.directory-filter-popover > summary strong { overflow: hidden; max-width: 140px; color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.directory-filter-panel { position: absolute; z-index: 40; top: calc(100% + 7px); left: 0; display: grid; gap: 11px; width: 390px; padding: 14px; border: 1px solid #D5E0EC; border-radius: 12px; background: #fff; box-shadow: 0 18px 45px rgba(20, 43, 72, .18); }
.directory-filter-panel > header { display: flex; gap: 12px; align-items: baseline; justify-content: space-between; }
.directory-filter-panel > header strong { color: #20344C; font-size: 14px; }
.directory-filter-panel > header span { color: #7B8B9E; font-size: 14px; }
.directory-filter-panel label { display: grid; gap: 5px; color: #42566D; font-size: 14px; font-weight: 700; }
.directory-filter-panel input[type="search"], .directory-filter-panel select, .directory-sort-control select, .directory-location-cascade select { box-sizing: border-box; width: 100%; height: 39px; min-width: 0; padding: 0 10px; border: 1px solid #CBD8E7; border-radius: 8px; background: #fff; color: #20344C; font: inherit; }
.directory-filter-panel input[type="search"]:focus, .directory-filter-panel select:focus, .directory-sort-control select:focus, .directory-location-cascade select:focus { border-color: var(--bp-primary, #003FAA); box-shadow: 0 0 0 3px rgba(0, 63, 170, .1); outline: 0; }
.directory-filter-panel select:disabled { background: #F3F6F9; color: #91A0B0; cursor: not-allowed; }
.directory-category-checklist { display: grid; max-height: 260px; overflow-y: auto; padding: 4px; border: 1px solid #E1E8F1; border-radius: 8px; background: #FAFCFF; scrollbar-width: thin; }
.directory-category-checklist label { display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 8px; align-items: start; padding: 7px; border-radius: 6px; color: #34485F; cursor: pointer; font-size: 14px; font-weight: 600; line-height: 1.35; }
.directory-category-checklist label:hover { background: #EDF4FD; color: var(--bp-primary, #003FAA); }
.directory-category-checklist input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--bp-primary, #003FAA); }
.directory-category-checklist p { margin: 0; padding: 12px 8px; color: #687B91; font-size: 14px; }
.directory-filter-panel footer { display: flex; align-items: center; justify-content: space-between; }
.directory-filter-panel footer a { color: #62758C; font-size: 14px; font-weight: 700; text-decoration: none; }
.directory-filter-panel footer button { min-height: 36px; padding: 0 16px; border: 0; border-radius: 8px; background: var(--bp-primary, #003FAA); color: #fff; font-size: 14px; font-weight: 750; cursor: pointer; }
.directory-location-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 420px; }
.directory-location-panel > header { grid-column: 1 / -1; }
.directory-location-cascade { display: grid; grid-template-columns: auto repeat(3,minmax(125px,1fr)); gap: 8px; align-items: end; flex: 1 1 auto; min-width: 0; }
.directory-location-cascade > label { display: grid; gap: 4px; min-width: 0; color: #74859A; font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.directory-location-cascade select { font-size: 14px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.directory-location-cascade select:disabled { background: #F3F6F9; color: #91A0B0; cursor: not-allowed; }
.directory-sort-control { display: grid; grid-template-columns: auto 150px; gap: 8px; align-items: center; min-height: 42px; margin-left: auto; padding-left: 10px; color: #74859A; font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.directory-sort-control select { font-size: 14px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.directory-filter-reset { display: inline-flex; align-items: center; padding: 0 8px; color: #66788D; font-size: 14px; font-weight: 700; text-decoration: none; }
.directory-filter-reset:hover { color: var(--bp-primary, #003FAA); }
.directory-filter-chips { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 1px; }
.directory-filter-chips a { display: inline-flex; gap: 4px; align-items: center; min-height: 28px; padding: 4px 9px; border-radius: 999px; background: #EEF4FC; color: #27415F; font-size: 14px; font-weight: 700; text-decoration: none; }
.directory-filter-chips a span { color: #718298; font-weight: 600; }
.directory-filter-chips a b { margin-left: 2px; color: #6E8095; font-size: 14px; }
.directory-filter-chips a:hover { background: #E1ECFA; color: var(--bp-primary, #003FAA); }
.directory-category-panel { align-self: start; padding: 18px; background: var(--bp-surface, #fff); border: 1px solid var(--bp-border, #E3E9F2); border-radius: 10px; }
.directory-category-panel > h2 { margin: 0 0 18px; }
.directory-category-groups { display: grid; gap: 18px; }
.directory-category-group h3 { color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 750; letter-spacing: .1em; margin: 0 0 7px; text-transform: uppercase; }
.directory-category-tree { display: grid; gap: 3px; list-style: none; margin: 0; padding: 0; }
.directory-category-tree .directory-category-tree { border-left: 1px solid var(--bp-border, #E3E9F2); margin: 3px 0 3px 9px; padding-left: 8px; }
.directory-category-tree a, .directory-category-root-link { align-items: center; border-radius: 7px; color: var(--bp-text, #17263B); display: flex; font-size: 14px; gap: 8px; justify-content: space-between; padding: 7px 8px; text-decoration: none; }
.directory-category-tree a:hover, .directory-category-root-link:hover { background: #EEF5FD; color: var(--bp-primary, #003FAA); }
.directory-category-tree a.active, .directory-category-root-link.active { background: var(--bp-primary, #003FAA); color: #fff; }
.directory-category-tree strong, .directory-category-root-link strong { font-size: 14px; font-weight: 650; }
.directory-category-chips { display: none; }
.directory-results { margin: 0; padding: 0; list-style: none; }
.directory-results-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; align-items: start; background: transparent; }
.directory-results > li { min-width: 0; align-self: start; }
.directory-card, .public-company-section, .directory-signin-wall { padding: 18px; background: var(--bp-surface, #fff); border: 1px solid var(--bp-border, #E3E9F2); border-radius: 10px; }
.directory-card { --directory-card-accent: var(--bp-primary,#003FAA); position: relative; isolation: isolate; display: grid; gap: 8px; height: auto; min-height: 0; align-content: start; overflow: hidden; padding: 12px; border: 1px solid #DFE7F1; border-radius: 12px; background: linear-gradient(160deg,#fff 64%,color-mix(in srgb,var(--directory-card-accent) 3%,#fff)); box-shadow: none; transition: border-color .15s ease,box-shadow .15s ease,transform .15s ease; }
.directory-card.has-marketplace { --directory-card-accent: var(--bp-teal,#409DC1); }
.directory-card.has-sponsor { --directory-card-accent: var(--bp-orange,#F89C27); border-color: #EED7AC; }
.directory-card::before, .directory-card::after { content: none; }
.directory-card-link { position: absolute; z-index: 1; inset: 0; color: inherit; text-decoration: none; }
.directory-card:hover, .directory-card:focus-visible { border-color: color-mix(in srgb,var(--directory-card-accent) 55%,#D5E1EE); box-shadow: 0 10px 22px rgba(19,52,95,.11); color: inherit; text-decoration: none; transform: translateY(-2px); }
.directory-card:focus-visible { outline: 2px solid var(--bp-primary, #003FAA); outline-offset: -2px; }
.directory-card-header { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: 76px auto; gap: 9px 10px; align-items: start; min-width: 0; pointer-events: none; }
.directory-card-header > .directory-card-monogram { grid-column: 1 / -1; grid-row: 1; }
.directory-card-header > .directory-card-identity { grid-column: 1; grid-row: 2; min-width: 0; }
.directory-card-monogram { display: inline-flex; width: 100%; height: 76px; align-items: center; justify-content: center; padding: 4px; overflow: hidden; border: 0; border-radius: 9px; background: #fff; color: var(--directory-card-accent); box-shadow: none; font-size: 1rem; font-weight: 850; letter-spacing: .03em; }
.directory-card-monogram.has-logo { background: #fff; }
.directory-card-monogram img { display: block; max-width: 94%; max-height: 68px; object-fit: contain; }
.directory-card-monogram.has-logo.is-fallback { border: 1px solid #D7E4EF; background: linear-gradient(145deg,#EAF2F8,#E2EDF5); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.directory-card-monogram.is-fallback img { max-width: 56px; max-height: 56px; opacity: .46; filter: grayscale(.3) saturate(.58); mix-blend-mode: multiply; }
.directory-card h3 { margin: 0; overflow: hidden; color: #172A42; font-family: var(--bp-font-heading, var(--font-heading)); font-size: .9rem; font-weight: 700; line-height: 1.3; letter-spacing: -.005em; text-overflow: ellipsis; white-space: nowrap; }
.directory-card-sponsor { display: inline-flex; gap: 5px; align-items: center; max-width: 100%; margin-top: 5px; padding: 2px 7px; overflow: hidden; border: 1px solid #F0CA86; border-radius: 999px; background: #FFF4DD; color: #92550A; font-size: 14px; font-weight: 850; letter-spacing: .015em; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.directory-card-sponsor > span { color: #F59A23; font-size: 14px; }
.directory-card:hover h3, .directory-card:focus-visible h3 { color: var(--bp-primary, #003FAA); }
.directory-card-meta { display: flex; gap: 5px; align-items: center; margin: 4px 0 0; overflow: hidden; color: #718298; font-size: 14px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.directory-card-location-icon { flex: 0 0 auto; color: var(--directory-card-accent); font-size: .45rem; }
.directory-card-meta svg { flex: 0 0 14px; width: 14px; height: 14px; fill: #6D86A5; }
.directory-card-summary { position: relative; z-index: 0; display: -webkit-box; margin: 0; overflow: hidden; color: #687B91; font-size: 14px; line-height: 1.45; pointer-events: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.directory-card-summary.is-empty { display: none; }
.directory-card-footer { position: relative; z-index: 2; display: flex; min-height: 23px; align-items: center; align-self: end; justify-content: space-between; pointer-events: none; }
.directory-card-module-row { display: flex; gap: 9px; align-items: center; }
.directory-card-module-overlay { position: absolute; z-index: 3; top: 8px; left: 8px; pointer-events: none; }
.directory-card-module-icon { display: inline-flex; align-items: center; justify-content: center; }
.directory-card-module-icon .bn-icon { width: 19px; height: 19px; filter: drop-shadow(0 1px 1px rgba(255,255,255,.95)) drop-shadow(0 1px 2px rgba(16,38,68,.18)); }
.directory-card-module-icon.is-catalog,
.directory-card-module-icon.is-auction { color: #003FAA; }
.directory-card-viewed { display: inline-flex; min-height: 22px; align-items: center; margin-left: auto; padding: 2px 8px; border: 1px solid #BFD8F5; border-radius: 999px; background: #EEF6FF; color: var(--bp-primary,#003FAA); font-size: 14px; font-weight: 750; white-space: nowrap; }
.directory-card-actions { position: relative; z-index: 3; grid-column: 2; grid-row: 2; display: flex; gap: 3px; align-items: flex-start; align-self: start; pointer-events: auto; }
.directory-card-favorite-column { display: grid; gap: 4px; justify-items: center; }
.directory-card-reviews { display: inline-flex; gap: 3px; height: 28px; align-items: center; padding: 0 5px; color: #536A84; font-size: 14px; }
.directory-card-reviews > span { color: #E39A22; font-size: 1rem; line-height: 1; }
.directory-card-reviews strong { font-size: 14px; }
.directory-card-favorite { position: relative; z-index: 4; display: inline-flex; width: 28px; height: 28px; flex: 0 0 28px; align-items: center; justify-content: center; padding: 0; border: 1px solid #D5E1EE; border-radius: 50%; background: #fff; color: #435D79; cursor: pointer; font: inherit; pointer-events: auto; text-decoration: none; transition: border-color .15s ease,background .15s ease,color .15s ease; }
.directory-card-favorite span { color: #D25E79; font-size: 1.08rem; line-height: 1; }
.directory-card-favorite:hover, .directory-card-favorite:focus, .directory-card-favorite:active { border-color: #D7A6B3; background: #FFF6F8; color: #9C3853; text-decoration: none !important; }
.directory-card-favorite.is-favorite { border-color: #E3AABA; background: #FFF2F5; color: #9C3853; }
.directory-card-favorite:disabled { cursor: wait; opacity: .65; }
.directory-card-favorite-error { color: #A73333; font-size: 14px; font-weight: 750; }
.directory-result-count { margin: 0; color: var(--bp-muted, #5B6B80); font-size: 14px; }
.directory-result-count strong { color: var(--bp-text, #17263B); font-size: 14px; }
.directory-pagination { display: flex; gap: 10px; align-items: center; justify-content: center; margin-top: 22px; }
.directory-pagination-pages { display: flex; gap: 5px; align-items: center; }
.directory-pagination a { text-decoration: none; }
.directory-pagination-page, .directory-pagination-nav { display: inline-flex; min-width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid #D6E1ED; border-radius: 9px; background: #fff; color: #40556E; font-size: 14px; font-weight: 750; }
.directory-pagination-page:hover, .directory-pagination-nav:hover { border-color: #A8BFDB; background: #F3F7FC; color: var(--bp-primary, #003FAA); }
.directory-pagination-page.current { border-color: var(--bp-primary, #003FAA); background: var(--bp-primary, #003FAA); color: #fff; box-shadow: 0 4px 12px rgba(0, 63, 170, .18); }
.directory-pagination-nav { gap: 7px; min-width: 92px; padding: 0 12px; color: var(--bp-primary, #003FAA); }
.directory-pagination-ellipsis { display: inline-flex; width: 26px; height: 36px; align-items: center; justify-content: center; color: #8291A2; font-size: 14px; }
.directory-empty { padding: 38px 20px; border: 1px dashed #C9D7E7; border-radius: 12px; background: #FAFCFF; color: var(--bp-muted, #5B6B80); text-align: center; }
.directory-ad { margin: 8px 0 0; text-align: center; }
.directory-ad:empty { display: none; }
.directory-ad img { display: block; width: 100%; max-height: 180px; object-fit: contain; }
.public-company-header { display: flex; gap: 1rem; align-items: center; padding: 1.5rem 0; }
.public-company-logo { max-width: 8rem; max-height: 6rem; object-fit: contain; }
.public-company-section { margin-bottom: 1rem; }
.public-company-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: .75rem; }
.public-company-gallery figure { margin: 0; min-width: 0; }
.public-company-gallery figcaption { padding: .5rem 0; overflow-wrap: anywhere; }
.public-company-gallery img { width: 100%; height: 10rem; object-fit: cover; }

.public-company-profile-band { position: relative; overflow: hidden; margin-bottom: 18px; padding: clamp(20px, 3vw, 28px); border: 1px solid #D8E4F3; border-radius: 14px; background: linear-gradient(135deg, #fff 0%, #F5F9FF 72%, #EBF3FE 100%); box-shadow: 0 8px 24px rgba(23, 38, 59, .07); }
.public-company-profile-band::before { position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--bp-primary, #003FAA); content: ""; }
.public-company-header { align-items: center; padding: 0; }
.public-company-logo, .public-company-initials { flex: 0 0 7.75rem; width: 7.75rem; height: 7.75rem; border: 1px solid #D6E1EF; border-radius: 14px; background: var(--bp-surface, #fff); box-shadow: 0 6px 18px rgba(23, 38, 59, .08); }
.public-company-logo { max-width: 7.75rem; max-height: 7.75rem; padding: .55rem; }
.public-company-initials { display: inline-flex; align-items: center; justify-content: center; color: var(--bp-primary, #003FAA); font-size: 1.6rem; font-weight: 750; letter-spacing: .04em; }
.public-company-heading { min-width: 0; }
.public-company-heading h1 { margin: 0 0 .6rem; color: #12233A; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.public-company-category-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.public-company-category-chips a, .public-company-category-chips span { padding: .3rem .65rem; border: 1px solid #D4E4F7; border-radius: 999px; background: #EEF5FD; color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 700; text-decoration: none; }
.public-company-category-chips a:hover { border-color: var(--bp-primary, #003FAA); background: #fff; }
.public-company-location-line { margin: .65rem 0 0; color: var(--bp-muted, #5B6B80); }
.public-company-action-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .6rem; margin-top: 1.35rem; padding-top: 1.1rem; border-top: 1px solid #DDE7F3; }
.public-company-action-card { min-width: 0; border: 1px solid #D6E1EF; border-radius: 10px; background: rgba(255, 255, 255, .86); }
.public-company-action-card[open] { grid-column: 1 / -1; background: #fff; box-shadow: 0 8px 22px rgba(23, 38, 59, .08); }
.public-company-action-card summary { position: relative; display: grid; gap: 2px; min-height: 62px; padding: 12px 34px 12px 13px; cursor: pointer; list-style: none; }
.public-company-action-card summary::-webkit-details-marker { display: none; }
.public-company-action-card summary::after { position: absolute; top: 50%; right: 13px; color: var(--bp-primary, #003FAA); font-size: 1.2rem; content: "+"; transform: translateY(-50%); }
.public-company-action-card[open] summary::after { content: "−"; }
.public-company-action-card summary span { color: var(--bp-text, #17263B); font-size: 14px; font-weight: 750; }
.public-company-action-card summary small { overflow: hidden; color: var(--bp-muted, #5B6B80); font-size: 14px; line-height: 1.25; text-overflow: ellipsis; }
.public-company-action-card summary:hover span { color: var(--bp-primary, #003FAA); }
.public-company-action-content { padding: 0 16px 16px; border-top: 1px solid var(--bp-border, #E3E9F2); }
.public-company-action-content > .public-company-actions, .public-company-action-content > .company-markdown-export { min-width: 0; margin-top: 12px !important; }
.public-company-action-content .bn-surface { box-shadow: none !important; }
.public-company-tabs { position: sticky; z-index: 3; top: 64px; display: flex; gap: 4px; margin: 0 0 18px; padding: 5px; overflow-x: auto; border: 1px solid var(--bp-border, #E3E9F2); border-radius: 12px; background: rgba(255, 255, 255, .96); box-shadow: 0 4px 14px rgba(23, 38, 59, .06); scrollbar-width: thin; }
.public-company-tabs a { display: inline-flex; flex: 0 0 auto; gap: 7px; align-items: center; padding: 9px 13px; border-radius: 8px; color: var(--bp-muted, #5B6B80); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.public-company-tabs a:first-child { background: #EEF5FD; color: var(--bp-primary, #003FAA); }
.public-company-tabs a:hover { background: #F2F6FB; color: var(--bp-primary, #003FAA); }
.public-company-tabs a span { display: inline-flex; min-width: 20px; height: 20px; align-items: center; justify-content: center; border-radius: 999px; background: #E8EEF6; color: var(--bp-text, #17263B); font-size: 14px; }
.public-company-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(15rem, 1fr); gap: 1.25rem; align-items: start; }
.public-company-layout-limited { grid-template-columns: 1fr; }
.public-company-main, .public-company-side { min-width: 0; }
.public-company-side { position: sticky; top: 128px; }
.public-company-section, .public-company-quick-facts { margin-bottom: 18px; padding: clamp(18px, 2.5vw, 24px); scroll-margin-top: 132px; background: var(--bp-surface, #fff); border: 1px solid var(--bp-border, #E3E9F2); border-radius: 12px; box-shadow: 0 4px 14px rgba(23, 38, 59, .045); }
.public-company-section > h2 { color: var(--bp-text, #17263B); margin: 0 0 16px; padding-bottom: 14px; border-bottom: 1px solid var(--bp-border, #E3E9F2); font-size: 1.08rem; font-weight: 750; }
.public-company-card-heading { margin: -2px 0 4px; }
.public-company-card-heading span { color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.public-company-card-heading h2 { margin: 4px 0 12px; color: var(--bp-text, #17263B); font-size: 1.15rem; }
.public-company-description { margin: 0; color: #30435B; font-size: .98rem; line-height: 1.75; white-space: pre-line; }
.public-company-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 20px; }
.public-company-stat-grid div { display: grid; gap: 1px; padding: 12px; border: 1px solid #E0E9F4; border-radius: 9px; background: #F7FAFE; text-align: center; }
.public-company-stat-grid strong { color: var(--bp-primary, #003FAA); font-size: 1.15rem; }
.public-company-stat-grid span { color: var(--bp-muted, #5B6B80); font-size: 14px; font-weight: 650; }
.public-company-section ul, .public-company-section ol, .public-company-fact-group ul { padding-left: 1.2rem; }
.public-company-location-grid { display: grid; gap: 10px; }
.public-company-location-card { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; padding: 14px; border: 1px solid #E0E8F2; border-radius: 10px; background: #FAFCFF; }
.public-company-location-pin { position: relative; width: 32px; height: 32px; border-radius: 50%; background: #E8F1FB; }
.public-company-location-pin::before { position: absolute; top: 8px; left: 11px; width: 8px; height: 11px; border: 2px solid var(--bp-primary, #003FAA); border-radius: 8px 8px 9px 9px; content: ""; }
.public-company-location-card h3 { margin: 0 0 3px; color: var(--bp-text, #17263B); font-size: .9rem; }
.public-company-location-card p { margin: 0; color: var(--bp-muted, #5B6B80); font-size: 14px; line-height: 1.5; }
.public-company-location-card data { display: block; margin-top: 4px; color: #7A899B; font-size: 14px; }
.public-company-empty { margin: 0; color: var(--bp-muted, #5B6B80); font-style: italic; }
.public-company-review-summary { display: flex; gap: 10px; align-items: baseline; margin-bottom: 12px; padding: 13px 15px; border-radius: 10px; background: #FFF8E8; color: #73510A; }
.public-company-review-summary strong { font-size: 1.45rem; }
.public-company-review-summary span { font-size: 14px; font-weight: 650; }
.public-company-reviews { display: grid; gap: 10px; margin: 0; padding: 0 !important; list-style: none; }
.public-company-reviews > li { padding: 15px; border: 1px solid #E1E8F1; border-radius: 10px; }
.public-company-review-heading { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.public-company-review-heading h3 { margin: 0; font-size: .95rem; }
.public-company-review-heading span { flex: 0 0 auto; padding: 4px 8px; border-radius: 999px; background: #FFF3D7; color: #7A5300; font-size: 14px; font-weight: 750; }
.public-company-reviews > li > p { line-height: 1.55; }
.public-company-reviewer { margin-bottom: 0; color: var(--bp-muted, #5B6B80); font-size: 14px; }
.public-company-fact-group { padding: .85rem 0; border-top: 1px solid var(--bp-border, #E3E9F2); }
.public-company-fact-group h3 { margin: 0 0 .6rem; font-size: 1rem; }
.public-company-fact-list, .public-company-contact-links, .public-company-people { display: grid; gap: .5rem; margin: 0; }
.public-company-contact-links { grid-template-columns: repeat(auto-fit, minmax(72px, 1fr)); padding: 0 !important; list-style: none; }
.public-company-contact-links a { display: flex; justify-content: center; padding: 8px 9px; border: 1px solid #D4E1F0; border-radius: 8px; color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 700; text-decoration: none; }
.public-company-people { margin-top: 12px; padding: 0 !important; list-style: none; }
.public-company-people li { display: grid; gap: 2px; padding: 10px; border-radius: 8px; background: #F6F9FD; font-size: 14px; }
.public-company-social-links { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0 !important; list-style: none; }
.public-company-social-links a { display: inline-flex; width: 2.1rem; height: 2.1rem; align-items: center; justify-content: center; border-radius: 50%; background: var(--bp-primary, #003FAA); color: #fff; font-size: .875rem; font-weight: 750; text-decoration: none; }
.public-company-gallery-card { margin-bottom: 0; }

/* Company profile workspace: the identity, actions and content are separate layers. */
.public-company-action-hub { position: relative; margin: 0 0 18px; overflow: hidden; border: 1px solid var(--bp-border, #E3E9F2); border-radius: 12px; background: #fff; box-shadow: 0 4px 14px rgba(23, 38, 59, .045); }
.public-company-action-heading { display: flex; gap: 12px; align-items: baseline; padding: 14px 16px 0; }
.public-company-action-heading span { color: var(--bp-text, #17263B); font-size: 14px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.public-company-action-heading p { margin: 0; color: var(--bp-muted, #5B6B80); font-size: 14px; }
.public-company-action-toolbar { display: flex; gap: 3px; padding: 8px 12px 0; overflow-x: auto; border-bottom: 1px solid var(--bp-border, #E3E9F2); scrollbar-width: thin; }
.public-company-action-toolbar button { position: relative; display: inline-flex; flex: 0 0 auto; gap: 7px; align-items: center; min-width: 0; padding: 10px 13px 11px; border: 0; border-bottom: 3px solid transparent; border-radius: 8px 8px 0 0; background: transparent; color: var(--bp-muted, #5B6B80); cursor: pointer; white-space: nowrap; }
.public-company-action-toolbar button:hover { background: #F3F7FC; color: var(--bp-primary, #003FAA); }
.public-company-action-toolbar button.active { border-bottom-color: var(--bp-primary, #003FAA); background: #EEF5FD; color: var(--bp-primary, #003FAA); }
.public-company-action-toolbar button:focus-visible { outline: 2px solid var(--bp-primary, #003FAA); outline-offset: -2px; }
.public-company-action-icon { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 7px; background: #E8F1FB; color: var(--bp-primary, #003FAA); font-size: .875rem; font-weight: 800; }
.public-company-action-toolbar button > span:last-child { display: grid; min-width: 0; }
.public-company-action-toolbar strong { font-size: 14px; line-height: 1.25; }
.public-company-action-empty { display: grid; gap: 3px; justify-items: center; padding: 18px; color: var(--bp-muted, #5B6B80); text-align: center; }
.public-company-action-empty strong { color: var(--bp-text, #17263B); font-size: 14px; }
.public-company-action-empty span { font-size: 14px; }
.public-company-action-panel { position: relative; padding: 6px 18px 18px; }
.public-company-action-panel .public-company-actions, .public-company-action-panel .company-markdown-export { margin-top: 12px !important; }
.public-company-action-panel .bn-surface { box-shadow: none !important; }
.public-company-action-close { position: absolute; z-index: 1; top: 10px; right: 12px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #EEF3F9; color: var(--bp-muted, #5B6B80); cursor: pointer; font-size: 1.25rem; line-height: 1; }
.public-company-action-modal-backdrop { position: fixed; z-index: 1600; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(8, 22, 43, .58); backdrop-filter: blur(4px); }
.public-company-action-modal { display: flex; width: min(680px, 100%); max-height: min(88vh, 820px); flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 16px; background: #fff; box-shadow: 0 28px 80px rgba(3, 18, 40, .34); }
.public-company-action-modal > header { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid #E0E8F2; background: linear-gradient(135deg, #F8FBFF, #fff); }
.public-company-action-modal > header div { display: grid; gap: 2px; }
.public-company-action-modal > header span { color: #73859B; font-size: 14px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.public-company-action-modal > header h2 { margin: 0; color: var(--bp-text, #17263B); font-size: 1.08rem; }
.public-company-action-modal .public-company-action-close { position: static; flex: 0 0 auto; width: 34px; height: 34px; }
.public-company-action-modal .public-company-action-close:hover { background: #DFE9F5; color: var(--bp-primary, #003FAA); }
.public-company-action-modal .public-company-action-panel { min-height: 0; padding: 4px 20px 20px; overflow-y: auto; }

.public-company-workspace { position: relative; }
.public-company-tab-control { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.public-company-tab-list { position: sticky; z-index: 3; top: 64px; display: flex; gap: 4px; margin-bottom: 14px; padding: 5px; overflow-x: auto; border: 1px solid var(--bp-border, #E3E9F2); border-radius: 12px; background: rgba(255, 255, 255, .97); box-shadow: 0 4px 14px rgba(23, 38, 59, .06); scrollbar-width: thin; }
.public-company-tab-list label { display: inline-flex; flex: 0 0 auto; gap: 8px; align-items: center; padding: 10px 15px; border-radius: 8px; color: var(--bp-muted, #5B6B80); cursor: pointer; font-size: 14px; font-weight: 750; white-space: nowrap; }
.public-company-tab-list label:hover { background: #F3F6FA; color: var(--bp-primary, #003FAA); }
.public-company-tab-list label strong { display: inline-flex; min-width: 21px; height: 21px; align-items: center; justify-content: center; border-radius: 999px; background: #E7EDF5; color: #405169; font-size: 14px; }
.public-company-workspace > .public-company-tab-control:nth-of-type(1):checked ~ .public-company-tab-list label:nth-child(1),
.public-company-workspace > .public-company-tab-control:nth-of-type(2):checked ~ .public-company-tab-list label:nth-child(2),
.public-company-workspace > .public-company-tab-control:nth-of-type(3):checked ~ .public-company-tab-list label:nth-child(3),
.public-company-workspace > .public-company-tab-control:nth-of-type(4):checked ~ .public-company-tab-list label:nth-child(4),
.public-company-workspace > .public-company-tab-control:nth-of-type(5):checked ~ .public-company-tab-list label:nth-child(5) { background: var(--bp-primary, #003FAA); color: #fff; }
.public-company-workspace > .public-company-tab-control:nth-of-type(1):checked ~ .public-company-tab-list label:nth-child(1) strong,
.public-company-workspace > .public-company-tab-control:nth-of-type(2):checked ~ .public-company-tab-list label:nth-child(2) strong,
.public-company-workspace > .public-company-tab-control:nth-of-type(3):checked ~ .public-company-tab-list label:nth-child(3) strong,
.public-company-workspace > .public-company-tab-control:nth-of-type(4):checked ~ .public-company-tab-list label:nth-child(4) strong,
.public-company-workspace > .public-company-tab-control:nth-of-type(5):checked ~ .public-company-tab-list label:nth-child(5) strong { background: rgba(255,255,255,.2); color: #fff; }
.public-company-workspace > .public-company-tab-control:nth-of-type(1):focus-visible ~ .public-company-tab-list label:nth-child(1),
.public-company-workspace > .public-company-tab-control:nth-of-type(2):focus-visible ~ .public-company-tab-list label:nth-child(2),
.public-company-workspace > .public-company-tab-control:nth-of-type(3):focus-visible ~ .public-company-tab-list label:nth-child(3),
.public-company-workspace > .public-company-tab-control:nth-of-type(4):focus-visible ~ .public-company-tab-list label:nth-child(4),
.public-company-workspace > .public-company-tab-control:nth-of-type(5):focus-visible ~ .public-company-tab-list label:nth-child(5) { outline: 3px solid rgba(0, 63, 170, .28); outline-offset: 2px; }
.public-company-tab-panel { display: none; animation: company-tab-in .16s ease-out; }
.public-company-workspace > .public-company-tab-control:nth-of-type(1):checked ~ .public-company-tab-panels > .public-company-tab-panel:nth-child(1),
.public-company-workspace > .public-company-tab-control:nth-of-type(2):checked ~ .public-company-tab-panels > .public-company-tab-panel:nth-child(2),
.public-company-workspace > .public-company-tab-control:nth-of-type(3):checked ~ .public-company-tab-panels > .public-company-tab-panel:nth-child(3),
.public-company-workspace > .public-company-tab-control:nth-of-type(4):checked ~ .public-company-tab-panels > .public-company-tab-panel:nth-child(4),
.public-company-workspace > .public-company-tab-control:nth-of-type(5):checked ~ .public-company-tab-panels > .public-company-tab-panel:nth-child(5) { display: block; }
@keyframes company-tab-in { from { opacity: .55; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
.public-company-overview-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(15rem, .85fr); gap: 16px; align-items: start; }
.public-company-overview-main, .public-company-overview-aside { min-width: 0; }
.public-company-overview-aside { position: sticky; top: 126px; }
.public-company-primary-links { display: grid; gap: 8px; }
.public-company-primary-links a { display: flex; gap: 8px; align-items: center; justify-content: space-between; min-width: 0; padding: 10px 11px; border: 1px solid #D9E4F2; border-radius: 8px; color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 700; overflow-wrap: anywhere; text-decoration: none; }
.public-company-primary-links a:first-child { border-color: var(--bp-primary, #003FAA); background: var(--bp-primary, #003FAA); color: #fff; }
.public-company-primary-links p { margin: 0; color: var(--bp-muted, #5B6B80); font-size: 14px; }
.public-company-detail-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.public-company-detail-chips a, .public-company-detail-chips span { padding: 5px 8px; border-radius: 999px; background: #EEF5FD; color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 650; text-decoration: none; }
.public-company-section-intro { display: flex; gap: 16px; align-items: center; justify-content: space-between; margin: -4px 0 16px; }
.public-company-section-intro p { margin: 0; color: var(--bp-muted, #5B6B80); font-size: 14px; }
.public-company-section-intro strong { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: #EEF5FD; color: var(--bp-primary, #003FAA); font-size: 14px; }
.public-company-contacts-section { margin-bottom: 0; }
.public-company-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-height: 38rem; padding-right: 5px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: #B8C7DA transparent; scrollbar-width: thin; }
.public-company-contact-card { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 11px; min-width: 0; padding: 13px; border: 1px solid #E0E8F2; border-radius: 10px; background: #FAFCFF; }
.public-company-contact-avatar { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 11px; background: #E7F0FC; color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 800; }
.public-company-contact-card h3 { margin: 0 0 2px; color: var(--bp-text, #17263B); font-size: 14px; overflow-wrap: anywhere; }
.public-company-contact-card p { margin: 2px 0 0; color: var(--bp-muted, #5B6B80); font-size: 14px; line-height: 1.4; overflow-wrap: anywhere; }
.public-company-contact-card .public-company-contact-title { color: #405169; font-weight: 650; }
.public-company-empty-state { grid-column: 1 / -1; padding: 34px 20px; border: 1px dashed #CBD8E8; border-radius: 10px; background: #FAFCFF; text-align: center; }
.public-company-empty-state strong { color: var(--bp-text, #17263B); }
.public-company-empty-state p { margin: 5px 0 0; color: var(--bp-muted, #5B6B80); font-size: 14px; }
.public-company-catalogs-section { margin-bottom: 0; }
.public-company-catalog-list-shell { max-height: min(520px, 65vh); overflow: auto; border: 1px solid #DCE5EF; border-radius: 10px; background: #fff; }
.public-company-catalog-columns, .public-company-catalog-row { display: grid; grid-template-columns: minmax(240px, 1.4fr) minmax(120px, .6fr) minmax(120px, .55fr) 28px; gap: 14px; align-items: center; }
.public-company-catalog-columns { position: sticky; z-index: 1; top: 0; min-height: 34px; padding: 0 14px; border-bottom: 1px solid #DCE5EF; background: #F5F8FC; color: #78889B; font-size: 14px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.public-company-catalog-list { display: grid; }
.public-company-catalog-row { min-height: 58px; padding: 10px 14px; color: #43566D; text-decoration: none; transition: background-color .15s ease, box-shadow .15s ease; }
.public-company-catalog-row + .public-company-catalog-row { border-top: 1px solid #E4EBF3; }
.public-company-catalog-row:hover, .public-company-catalog-row:focus-visible { background: #F6FAFF; box-shadow: inset 3px 0 0 var(--bp-primary, #003FAA); color: inherit; text-decoration: none; }
.public-company-catalog-row:focus-visible { outline: 2px solid var(--bp-primary, #003FAA); outline-offset: -2px; }
.public-company-catalog-name { display: flex; gap: 10px; align-items: center; min-width: 0; color: var(--bp-text, #17263B); }
.public-company-catalog-name b { display: inline-flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; border-radius: 7px; background: #EAF2FD; color: var(--bp-primary, #003FAA); }
.public-company-catalog-name strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.public-company-catalog-type { width: fit-content; padding: 4px 8px; border-radius: 6px; background: #EEF4FC; color: var(--bp-primary, #003FAA); font-size: 14px; font-weight: 750; }
.public-company-catalog-count { color: #64768B; font-size: 14px; }
.public-company-catalog-type small, .public-company-catalog-count small { display: none; }
.public-company-catalog-arrow { color: var(--bp-primary, #003FAA); font-size: 1rem; font-weight: 800; }

.public-company-layout .public-company-activity-card .public-company-tab-panels {
    padding: 24px;
}

@media (max-width: 991px) {
    .public-company-layout { grid-template-columns: 1fr; }
    .public-company-side { position: static; }
    .public-company-action-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .public-company-tabs { top: 56px; }
    .public-company-overview-grid { grid-template-columns: 1fr; }
    .public-company-overview-aside { position: static; }
    .public-company-tab-list { top: 56px; }
    .directory-results-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .directory-filter-controls { flex-wrap: wrap; }
    .directory-location-cascade { flex-basis: 100%; }
    .directory-sort-control { margin-left: 0; }
    .public-company-catalog-columns, .public-company-catalog-row { grid-template-columns: minmax(220px, 1.2fr) minmax(105px, .55fr) minmax(110px, .55fr) 24px; }
}

@media (max-width: 760px) {
    .public-company-layout .public-company-activity-card .public-company-tab-panels { padding: 16px; }
    .directory-discovery-row { grid-template-columns: 1fr; }
    .directory-intent-selectors { grid-template-columns: 1fr; }
    .directory-filter-trigger { width: 100%; }
    .directory-location-cascade { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .directory-location-cascade > .directory-filter-controls-label { grid-column: 1 / -1; }
    .public-company-header { align-items: flex-start; }
    .public-company-logo, .public-company-initials { flex-basis: 4.5rem; width: 4.5rem; height: 4.5rem; }
    .public-company-action-row { grid-template-columns: 1fr; }
    .public-company-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .public-company-tabs { margin-right: -4px; margin-left: -4px; }
    .public-company-action-heading { display: grid; gap: 2px; }
    .public-company-action-toolbar { padding-right: 8px; padding-left: 8px; }
    .public-company-tab-list { margin-right: -4px; margin-left: -4px; }
    .public-company-contact-grid { grid-template-columns: 1fr; max-height: 62vh; }
    .public-company-section-intro { align-items: flex-start; }
    .public-company-action-modal-backdrop { padding: 12px; }
    .public-company-action-modal { max-height: 94vh; border-radius: 13px; }
    .public-company-catalog-columns { display: none; }
    .public-company-catalog-row { grid-template-columns: minmax(0, 1fr) auto 20px; gap: 8px 12px; padding: 12px; }
    .public-company-catalog-name { grid-column: 1 / -1; }
    .public-company-catalog-type, .public-company-catalog-count { display: grid; gap: 2px; padding: 0; background: transparent; }
    .public-company-catalog-type small, .public-company-catalog-count small { display: block; color: #7A899C; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
    .public-company-catalog-arrow { grid-column: 3; grid-row: 2; align-self: center; }
}

@media (max-width: 560px) {
    .directory-filter-bar { margin-right: 0; margin-left: 0; }
    .directory-filter-controls { flex-wrap: wrap; }
    .directory-filter-controls-label { width: 100%; padding: 3px 2px 0; }
    .directory-location-cascade { grid-template-columns: 1fr; flex-basis: 100%; }
    .directory-location-cascade > .directory-filter-controls-label { grid-column: 1; }
    .directory-filter-popover { flex: 1 1 calc(50% - 4px); }
    .directory-filter-popover > summary { grid-template-columns: 1fr; gap: 0; min-width: 0; }
    .directory-filter-popover > summary strong { max-width: calc(100% - 10px); }
    .directory-filter-popover[open] { flex-basis: 100%; }
    .directory-filter-panel { position: static; width: auto; margin-top: 7px; padding: 12px; box-shadow: none; }
    .directory-location-panel { grid-template-columns: 1fr; }
    .directory-location-panel > header { grid-column: 1; }
    .directory-sort-control { grid-template-columns: auto 1fr; flex: 1 1 100%; margin-left: 0; padding: 0; }
    .directory-filter-reset { margin-left: auto; min-height: 30px; }
    .directory-pagination { gap: 6px; }
    .directory-pagination-pages { gap: 3px; }
    .directory-pagination-page { min-width: 32px; height: 34px; border-radius: 8px; }
    .directory-pagination-nav { min-width: 34px; width: 34px; height: 34px; padding: 0; }
    .directory-pagination-nav-label { display: none; }
    .directory-pagination-ellipsis { width: 18px; height: 34px; }
    .public-directory { padding: .75rem; }
    .directory-results-grid { grid-template-columns: 1fr; }
}
