.find-brew{overflow:hidden;background:var(--bb-cream);border-bottom:3px solid var(--bb-navy)}.find-brew__venues-kicker{margin:0;color:var(--bb-navy);font-family:var(--font-body-family);font-size:1.2rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.find-brew__destinations{border-top:3px solid var(--bb-navy)}.find-brew__destination{display:grid;min-height:560px;border-bottom:3px solid var(--bb-navy)}.find-brew__destination:last-child{border-bottom:0}.find-brew__media{position:relative;min-height:390px;overflow:hidden;background:var(--bb-steel)}.find-brew__media img,.find-brew__media video,.find-brew__placeholder{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover}.find-brew__media video{pointer-events:none}.find-brew__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(3.2rem,6vw,7rem);color:var(--bb-navy);background:var(--bb-steel)}.find-brew__destination--gold .find-brew__content{background:var(--bb-amber)}.find-brew__destination--cream .find-brew__content,.find-brew__destination--white .find-brew__content{background:var(--bb-cream)}.find-brew__destination--navy .find-brew__content{color:var(--bb-cream);background:var(--bb-navy)}.find-brew__destination-kicker{margin:0 0 1rem;font-size:1.2rem;font-weight:700;text-transform:uppercase}.find-brew__destination-title{margin:0;font-family:var(--font-heading-family);font-size:clamp(3.8rem,5vw,6rem);font-weight:800;line-height:.9;overflow-wrap:normal;text-transform:uppercase;word-break:normal}.find-brew__destination-title.bb-display-heading{--bb-display-shadow-x: 1px;--bb-display-shadow-y: 4px;color:var(--bb-display-fill);font-size:clamp(3.2rem,3.8vw,4.8rem);line-height:1.08}.find-brew__destination-copy{max-width:560px;margin:2rem 0 0;font-size:clamp(1.6rem,2vw,2rem);line-height:1.45}.find-brew__destination-detail{display:block;margin-top:1.8rem;padding-top:1.4rem;border-top:2px solid currentColor;font-size:1.35rem;font-weight:700;line-height:1.35;text-transform:uppercase}.find-brew__button,.menu-showcase__button,.story-band__button{--bb-button-shadow: var(--bb-navy);--bb-button-hover-shadow: var(--bb-navy);display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:2.4rem;padding:1rem 1.8rem;color:var(--bb-cream);background:var(--bb-navy);border:3px solid var(--bb-navy);border-radius:2px;box-shadow:5px 5px 0 var(--bb-button-shadow);font-family:var(--font-body-family);font-size:1.3rem;font-weight:700;text-decoration:none;text-transform:uppercase;transition:transform .14s ease,box-shadow .14s ease}.find-brew__destination--navy .find-brew__button{color:var(--bb-navy);background:var(--bb-amber);border-color:var(--bb-cream);box-shadow:5px 5px 0 var(--bb-cream)}.find-brew__destination--display-heading .find-brew__button{gap:1rem;min-height:52px;padding:1.1rem 2rem;color:var(--bb-navy);background:var(--bb-white);border:3px solid var(--bb-navy);box-shadow:5px 5px 0 var(--bb-button-shadow);font-size:1.4rem}.find-brew__destination--white .find-brew__button{--bb-button-hover-shadow: var(--bb-navy)}.find-brew__destination--gold .find-brew__button{color:var(--bb-navy);background:var(--bb-amber);border-color:var(--bb-navy);box-shadow:5px 5px 0 var(--bb-navy);--bb-button-hover-shadow: var(--bb-navy)}.find-brew__destination--display-heading .find-brew__button:after{content:"\2192";font-size:1.8rem;line-height:1}.find-brew__button:hover,.menu-showcase__button:hover,.story-band__button:hover{box-shadow:3px 3px 0 var(--bb-button-hover-shadow);transform:translate(2px,2px)}.find-brew__destination--display-heading .find-brew__button:hover{box-shadow:3px 3px 0 var(--bb-button-hover-shadow)}.find-brew__venues{padding-top:clamp(4rem,7vw,7rem);padding-bottom:clamp(5rem,8vw,8rem);background:var(--bb-cream)}.find-brew__venues-header{display:grid;gap:1rem;margin-bottom:2.5rem}.find-brew__venues-title{margin:0;color:var(--bb-navy);font-family:var(--font-heading-family);font-size:clamp(3rem,5vw,5rem);font-weight:800;line-height:.95;text-transform:uppercase}.find-brew__venues-title.bb-display-heading{color:var(--bb-display-fill)}.find-brew__venues-copy{max-width:680px;margin:0;color:var(--bb-navy);font-size:1.6rem;line-height:1.45}.find-brew__venue-list{display:grid;gap:2px;margin:0;padding:0;background:var(--bb-navy);border:3px solid var(--bb-navy);list-style:none}.find-brew__venue{display:flex;min-width:0}.find-brew__venue-link,.find-brew__venue-static{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:center;width:100%;min-height:108px;padding:1.8rem 2rem;color:var(--bb-navy);background:var(--bb-white);text-decoration:none}.find-brew__venue-link:hover{background:var(--bb-amber)}.find-brew__venue-name{display:block;font-family:var(--font-heading-family);font-size:2.4rem;font-weight:800;line-height:1;text-transform:uppercase}.find-brew__venue-location,.find-brew__venue-feature{display:block;margin-top:.55rem;font-size:1.25rem;line-height:1.3}.find-brew__venue-feature{font-weight:700}.find-brew__venue-arrow{font-size:2.4rem;line-height:1}@media screen and (min-width:900px){.find-brew__destination{grid-template-columns:minmax(0,1.2fr) minmax(400px,.8fr)}.find-brew__destination--media-right{grid-template-columns:minmax(400px,.8fr) minmax(0,1.2fr)}.find-brew__destination--media-right .find-brew__media{grid-column:2;grid-row:1}.find-brew__destination--media-right .find-brew__content{grid-column:1;grid-row:1}.find-brew__media{min-height:560px}.find-brew__venue-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1300px){.find-brew__venue-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.find-brew__button,.menu-showcase__button,.story-band__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-home-find-brew.css.map */
