/* BrandCafe header-only styles */
.header{height:88px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:auto;padding:0 6vw;position:relative;z-index:20}.logo{display:inline-flex;align-items:center}.brandcafe-logo-img{display:block;width:168px;height:auto}.header nav{display:flex;gap:32px;font-size:14px;font-weight:650}.header nav a{position:relative}.header nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:100%;height:2px;background:linear-gradient(90deg,var(--orange),var(--purple));transform:scaleX(0);transform-origin:right;transition:transform .35s}.header nav a:hover:after{transform:scaleX(1);transform-origin:left}.btn.small{padding:12px 20px}@media(max-width:1100px){.header nav{display:none}}@media(max-width:620px){.header{height:70px}.brandcafe-logo-img{width:145px}}
