.brand-header{align-items:flex-start;gap:1.5rem;margin-bottom:10px;padding:1.25rem 0 1rem;display:flex}.brand-header__logo{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;padding:.5rem;display:flex}.brand-header__logo img{object-fit:contain;max-width:100%;max-height:100%}.brand-header__info{flex:1;min-width:0}.brand-header__info h1{margin:0 0 .5rem;font-size:1.6rem;font-weight:700;line-height:1.2}.brand-header__desc{color:var(--color-text-secondary,#6b7280);margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.brand-header__website{color:var(--color-primary,#2563eb);align-items:center;gap:.4rem;font-size:.85rem;text-decoration:none;display:inline-flex}.brand-header__website:hover{text-decoration:underline}@media (max-width:640px){.brand-header{text-align:center;flex-direction:column;align-items:center}.brand-header__logo{width:80px;height:80px}.brand-header__info h1{font-size:1.3rem}}