.cust-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:3.5rem;align-items:center}.cust-wall{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:100px;gap:.75rem}.cust-logo-card{display:flex;align-items:center;justify-content:center;padding:1.2rem;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);border-radius:1rem;transition:background .2s ease,border-color .2s ease}.cust-logo-card.tall{grid-row:span 2}.cust-logo-card:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.15)}.cust-logo-img{max-width:100%;max-height:52px;width:auto;height:auto;object-fit:contain;filter:grayscale(1) brightness(2) opacity(.65);transition:filter .2s ease}.cust-logo-card.tall .cust-logo-img{max-height:72px}.cust-logo-card:hover .cust-logo-img{filter:grayscale(1) brightness(2.5) opacity(.9)}.cust-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cust-filter-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1rem 1.25rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:1rem;backdrop-filter:blur(12px)}.cust-filter-controls{display:flex;align-items:flex-end;gap:.85rem;flex-wrap:wrap}.cust-dd{position:relative;display:flex;flex-direction:column;gap:.35rem}.cust-dd-label{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-tertiary);font-family:var(--font-mono);padding-left:.15rem}.cust-dd-trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:200px;padding:.6rem .9rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:.6rem;color:var(--text-primary);font-family:inherit;font-size:.9rem;cursor:pointer;text-align:left;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.cust-dd-trigger:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2)}.cust-dd-trigger.open{border-color:var(--accent-cyan);background:rgba(0,212,255,.06);box-shadow:0 0 0 3px rgba(0,212,255,.12)}.cust-dd-trigger.open .cust-dd-chevron{transform:rotate(180deg);color:var(--accent-cyan)}.cust-dd-value{flex:1}.cust-dd-chevron{width:11px;height:7px;flex-shrink:0;color:hsla(0,0%,100%,.4);transition:transform .18s ease,color .18s ease}.cust-dd-panel{background:#0d0d1e;border:1px solid hsla(0,0%,100%,.12);border-radius:.75rem;box-shadow:0 20px 50px rgba(0,0,0,.7),0 0 0 1px rgba(0,212,255,.07);padding:.4rem;list-style:none;margin:0;overflow-y:auto;max-height:280px}.cust-dd-option{display:flex;align-items:center;gap:.55rem;padding:.55rem .85rem;border-radius:.5rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer;transition:background .12s ease,color .12s ease;user-select:none}.cust-dd-option:hover{background:hsla(0,0%,100%,.07);color:var(--text-primary)}.cust-dd-option.selected{color:var(--accent-cyan);font-weight:600}.cust-dd-option.selected:hover{background:rgba(0,212,255,.08)}.cust-dd-check{width:12px;height:9px;flex-shrink:0;color:var(--accent-cyan)}.cust-clear{display:flex;align-items:center;gap:.3rem;background:rgba(0,212,255,.08);border:1px solid rgba(0,212,255,.2);border-radius:.5rem;cursor:pointer;color:var(--accent-cyan);font-size:.82rem;font-weight:600;padding:.45rem .85rem;font-family:inherit;transition:background .18s ease,border-color .18s ease}.cust-clear:hover{background:rgba(0,212,255,.14);border-color:rgba(0,212,255,.35)}.cust-count{font-size:.85rem;color:var(--text-secondary);font-family:var(--font-mono);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:.45rem;padding:.35rem .75rem}@media (max-width:980px){.cust-hero-grid{grid-template-columns:1fr;gap:2.5rem}.cust-story-grid,.cust-uc-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cust-story-grid,.cust-uc-grid{grid-template-columns:1fr}.cust-field{min-width:100%}.cust-filter-bar{align-items:stretch}.cust-filter-controls{flex-direction:column;width:100%}.cust-dd{width:100%}.cust-dd-trigger{min-width:0;width:100%}.cust-wall{grid-template-columns:repeat(2,1fr);grid-auto-rows:90px}.cust-logo-card.tall{grid-row:span 2}}