.bhb{width:100vw;margin-left:calc(50% - 50vw);background:var(--color-background);color:var(--color-foreground);padding:var(--bhb-pt-m) var(--bhb-px-m) var(--bhb-pb-m);box-sizing:border-box}.bhb__grid{display:grid;grid-template-columns:1fr;gap:var(--bhb-gap-m)}.bhb__card{position:relative;background:var(--color-background);color:var(--color-foreground);border-radius:var(--bhb-radius);overflow:hidden;box-sizing:border-box}.bhb-hide-m{display:none}.bhb__card--logo{height:var(--bhb-logo-card-h-m);padding:var(--bhb-pad-card-m)}.bhb__logo-pos{width:100%;height:100%;display:grid;grid-template:1fr / 1fr}.bhb__logo{grid-area:1 / 1;width:var(--bhb-logo-w-m);height:auto;max-height:100%;object-fit:contain;display:block}.bhb__logo-fallback{grid-area:1 / 1;font-weight:800;font-size:clamp(1.25rem,6vw,2.5rem);text-transform:uppercase;letter-spacing:.05em;opacity:.85;place-self:center}.bhb-pos-m--top-left .bhb__logo,.bhb-pos-m--top-left.bhb__logo-pos>.bhb__logo-fallback{align-self:start;justify-self:start}.bhb-pos-m--top-center .bhb__logo,.bhb-pos-m--top-center.bhb__logo-pos>.bhb__logo-fallback{align-self:start;justify-self:center}.bhb-pos-m--top-right .bhb__logo,.bhb-pos-m--top-right.bhb__logo-pos>.bhb__logo-fallback{align-self:start;justify-self:end}.bhb-pos-m--middle-left .bhb__logo,.bhb-pos-m--middle-left.bhb__logo-pos>.bhb__logo-fallback{align-self:center;justify-self:start}.bhb-pos-m--middle-center .bhb__logo,.bhb-pos-m--middle-center.bhb__logo-pos>.bhb__logo-fallback{align-self:center;justify-self:center}.bhb-pos-m--middle-right .bhb__logo,.bhb-pos-m--middle-right.bhb__logo-pos>.bhb__logo-fallback{align-self:center;justify-self:end}.bhb-pos-m--bottom-left .bhb__logo,.bhb-pos-m--bottom-left.bhb__logo-pos>.bhb__logo-fallback{align-self:end;justify-self:start}.bhb-pos-m--bottom-center .bhb__logo,.bhb-pos-m--bottom-center.bhb__logo-pos>.bhb__logo-fallback{align-self:end;justify-self:center}.bhb-pos-m--bottom-right .bhb__logo,.bhb-pos-m--bottom-right.bhb__logo-pos>.bhb__logo-fallback{align-self:end;justify-self:end}.bhb__card--text{padding:var(--bhb-pad-card-m)}.bhb__text-scroll{width:100%;height:100%;display:flex;flex-direction:column;gap:14px;overflow-y:auto;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.bhb__text-scroll::-webkit-scrollbar{width:6px}.bhb__text-scroll::-webkit-scrollbar-thumb{background:currentColor;opacity:.3;border-radius:3px}.bhb__name{margin:0;font-size:var(--bhb-name-m);font-weight:800;line-height:1.02;letter-spacing:-.01em}.bhb__tagline{margin:0;font-size:var(--bhb-tag-m);font-weight:500;opacity:.85;line-height:1.25}.bhb__desc{font-size:var(--bhb-desc-m);line-height:1.55}.bhb__desc>*{margin:0 0 .8em}.bhb__desc>*:last-child{margin-bottom:0}.bhb__cta{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;background:var(--color-foreground);color:var(--color-background);font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .15s ease,opacity .15s ease}.bhb__cta:hover{opacity:.92;transform:translate(2px)}@media(max-width:749px){.bhb__card--text{max-height:var(--bhb-text-card-h-m)}}.bhb__card--image{height:var(--bhb-image-card-h-m)}.bhb__image,.bhb__image-fallback{width:100%;height:100%;object-fit:cover;object-position:var(--bhb-img-objpos-m);display:block}.bhb__image-fallback{background:#111}@media(min-width:750px){.bhb{padding:var(--bhb-pt-d) var(--bhb-px-d) var(--bhb-pb-d)}.bhb__grid{grid-template-columns:var(--bhb-left-w-d) 1fr;grid-template-rows:1fr;gap:var(--bhb-gap-d);height:var(--bhb-h-d)}.bhb__card--image{grid-column:2 / 3;grid-row:1 / 2;height:100%}.bhb__card--logo,.bhb__card--text{grid-column:1 / 2;padding:var(--bhb-pad-card-d)}.bhb__grid{grid-template-rows:var(--bhb-logo-row-d) 1fr}.bhb__card--logo{grid-row:1 / 2;height:100%}.bhb__card--text{grid-row:2 / 3;height:100%;min-height:0}.bhb__card--image{grid-row:1 / 3}.bhb__card--logo.bhb-hide-d{display:none}.bhb__card--logo.bhb-hide-d+.bhb__card--text{grid-row:1 / 3}.bhb__card--text.bhb-hide-d,.bhb-hide-d{display:none}.bhb-hide-m,.bhb__card--image.bhb-hide-m{display:block}.bhb__logo{width:var(--bhb-logo-w-d)}.bhb__image,.bhb__image-fallback{object-position:var(--bhb-img-objpos-d)}.bhb__text-scroll{max-height:100%}.bhb__name{font-size:var(--bhb-name-d)}.bhb__tagline{font-size:var(--bhb-tag-d)}.bhb__desc{font-size:var(--bhb-desc-d)}.bhb-pos-d--top-left .bhb__logo,.bhb-pos-d--top-left.bhb__logo-pos>.bhb__logo-fallback{align-self:start;justify-self:start}.bhb-pos-d--top-center .bhb__logo,.bhb-pos-d--top-center.bhb__logo-pos>.bhb__logo-fallback{align-self:start;justify-self:center}.bhb-pos-d--top-right .bhb__logo,.bhb-pos-d--top-right.bhb__logo-pos>.bhb__logo-fallback{align-self:start;justify-self:end}.bhb-pos-d--middle-left .bhb__logo,.bhb-pos-d--middle-left.bhb__logo-pos>.bhb__logo-fallback{align-self:center;justify-self:start}.bhb-pos-d--middle-center .bhb__logo,.bhb-pos-d--middle-center.bhb__logo-pos>.bhb__logo-fallback{align-self:center;justify-self:center}.bhb-pos-d--middle-right .bhb__logo,.bhb-pos-d--middle-right.bhb__logo-pos>.bhb__logo-fallback{align-self:center;justify-self:end}.bhb-pos-d--bottom-left .bhb__logo,.bhb-pos-d--bottom-left.bhb__logo-pos>.bhb__logo-fallback{align-self:end;justify-self:start}.bhb-pos-d--bottom-center .bhb__logo,.bhb-pos-d--bottom-center.bhb__logo-pos>.bhb__logo-fallback{align-self:end;justify-self:center}.bhb-pos-d--bottom-right .bhb__logo,.bhb-pos-d--bottom-right.bhb__logo-pos>.bhb__logo-fallback{align-self:end;justify-self:end}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/brand-hero.css.map */
