.brand-grid-page{padding:4rem 1.5rem}.brand-grid-page__header{text-align:center;margin-bottom:4rem}.brand-grid-page__title{font-size:clamp(2rem,4vw,3.2rem);font-weight:600;margin-bottom:1.2rem;color:rgb(var(--color-foreground))}.brand-grid-page__description{font-size:1.5rem;color:rgba(var(--color-foreground),.6);max-width:60rem;margin:0 auto;line-height:1.6}.brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr));gap:2rem}.brand-card{display:flex;flex-direction:column;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1rem;overflow:hidden;text-decoration:none;color:rgb(var(--color-foreground));transition:transform .25s ease,box-shadow .25s ease;background:rgb(var(--color-background))}.brand-card:hover{transform:translateY(-.4rem);box-shadow:0 1rem 3rem rgba(var(--color-foreground),.12)}.brand-card__image-wrap{background:#f7f7f7;aspect-ratio:3/2;display:flex;align-items:center;justify-content:center;padding:2.4rem;overflow:hidden}.brand-card__image-wrap img{max-width:100%;max-height:10rem;object-fit:contain;transition:transform .25s ease}.brand-card:hover .brand-card__image-wrap img{transform:scale(1.05)}.brand-card__image-placeholder{font-size:4.8rem;font-weight:800;color:rgba(var(--color-foreground),.15);letter-spacing:-.05em}.brand-card__body{padding:1.8rem;flex:1;display:flex;flex-direction:column;gap:.6rem}.brand-card__name{font-size:1.5rem;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.brand-card__tagline{font-size:1.25rem;color:rgba(var(--color-foreground),.6);margin:0;flex:1;line-height:1.5}.brand-card__count{display:inline-block;font-size:1.1rem;color:rgba(var(--color-foreground),.45);margin-top:.4rem}@media screen and (max-width:749px){.brand-grid-page{padding:2.4rem 1.5rem}.brand-grid-page__header{margin-bottom:2.4rem}.brand-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.brand-card__image-wrap{padding:1.6rem}.brand-card__image-wrap img{max-height:7rem}.brand-card__body{padding:1.2rem}.brand-card__name{font-size:1.3rem}.brand-card__tagline{font-size:1.1rem}}