:root{--bm-preto: #000000;--bm-roxo: #683ccf;--bm-amarelo: #f8c604;--bm-vermelho: #e32b27;--bm-creme: #fff0bd;--bm-roxo-profundo: #24106d;--bm-roxo-escuro: #210667;--bm-roxo-linha: #7e55de;--bm-marrom: #6a3d1c;--bm-texto: #221540;--bm-muted: #5e5274;--bm-white: #ffffff;--font-display: "Synthemesc", "Arial Rounded MT Bold", "Arial Rounded Bold", system-ui, sans-serif;--font-base: "Montserrat", "Avenir Next", "Segoe UI", system-ui, sans-serif;--container: 1350px;--space-section: 6rem;--radius-card: 12px;--shadow-soft: 0 24px 60px rgba(24, 7, 63, .18)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;min-width:320px;background:var(--bm-roxo);color:var(--bm-texto);font-family:var(--font-base);font-size:16px;line-height:1.4}body.age-gate-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3,.eyebrow,.button,.site-header__nav{font-family:var(--font-display);font-weight:800;letter-spacing:0;text-transform:uppercase}h1{max-width:6.4em;color:var(--bm-creme);font-size:clamp(3.65rem,4.1vw,4rem);line-height:.95;letter-spacing:-.025em}h1 span{color:var(--bm-amarelo)}h2{color:var(--bm-roxo-profundo);font-size:1.8rem;line-height:1.05}h3{color:var(--bm-roxo-profundo);font-size:1.35rem;line-height:1.1}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}:focus-visible{outline:3px solid var(--bm-vermelho);outline-offset:4px}@media(max-width:860px){html{scroll-padding-top:78px}h1{font-size:3.45rem}h2{font-size:1.8rem}}@media(max-width:520px){body{font-size:15px}h1{font-size:2.65rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.container{width:min(100% - 2.25rem,var(--container));margin-inline:auto}.section{position:relative;overflow:clip}.section--purple{background:var(--bm-roxo-escuro);color:var(--bm-creme)}.section--cream{background:var(--bm-creme)}.section--black{background:var(--bm-preto);color:var(--bm-creme)}.wave-bg:before,.wave-bg:after{position:absolute;inset:0;content:"";pointer-events:none}.wave-bg:before{background:url(/assets/graphics/desabusada-flow.svg) center / cover no-repeat}.wave-bg:after{background:linear-gradient(110deg,transparent 0 66%,rgba(255,240,189,.035) 82%,transparent 100%)}.eyebrow{color:var(--bm-amarelo);font-size:.78rem;line-height:1}.eyebrow--purple{color:var(--bm-roxo)}.button{--button-bg: var(--bm-amarelo);--button-color: var(--bm-roxo-profundo);display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:.65rem;border:2px solid transparent;border-radius:8px;background:var(--button-bg);color:var(--button-color);padding:.52rem 1rem;font-size:.72rem;line-height:1;text-align:center;transition:transform .16s ease,background-color .16s ease,color .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button svg{width:1rem;height:1rem}.button--outline{--button-bg: transparent;--button-color: var(--bm-creme);border-color:currentColor}.button--dark{--button-bg: var(--bm-roxo-profundo);--button-color: var(--bm-creme)}.button--ghost{--button-bg: transparent;--button-color: var(--bm-creme);border-color:#fff0bd8c}.button--text{--button-bg: transparent;--button-color: var(--bm-roxo-profundo);min-height:0;border:0;padding:0}.icon-link{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:8px;color:var(--bm-creme)}.icon-link svg{width:21px;height:21px}.site-header{position:absolute;z-index:20;top:0;right:0;left:0;display:grid;grid-template-columns:205px 1fr auto;gap:2rem;align-items:start;width:min(100% - 2.25rem,var(--container));height:122px;margin-inline:auto;padding-top:1rem;color:var(--bm-creme)}.site-header__brand{display:grid;width:170px;justify-items:center;gap:.45rem;color:var(--bm-amarelo)}.site-header__brand img{width:100%;height:auto}.site-header__tagline{font-family:var(--font-display);font-size:.58rem;font-weight:800;line-height:1;text-transform:uppercase}.site-header__nav{display:flex;justify-content:flex-start;gap:2.7rem;padding-top:1.55rem;font-size:.78rem}.site-header__nav a{position:relative;padding-block:.45rem .65rem}.site-header__nav a:after{position:absolute;right:0;bottom:.08rem;left:0;height:3px;border-radius:999px;background:var(--bm-amarelo);content:"";opacity:0;transform:scaleX(.55);transition:opacity .16s ease,transform .16s ease}.site-header__nav a:hover:after,.site-header__nav a:focus-visible:after,.site-header__nav a.is-active:after{opacity:1;transform:scaleX(1)}.site-header__nav a.is-active{color:var(--bm-amarelo)}.site-header__actions{display:flex;align-items:center;gap:.35rem;padding-top:1.15rem}.site-header__cta{min-width:232px;margin-left:1rem}.site-header__toggle{display:none;width:42px;height:42px;border:2px solid rgba(255,240,189,.5);border-radius:8px;background:transparent;color:var(--bm-creme)}.site-header__toggle span{display:block;width:20px;height:2px;margin:4px auto;border-radius:999px;background:currentColor}.hero{height:530px;isolation:isolate}.hero__content{position:relative;z-index:2;display:grid;grid-template-columns:420px minmax(0,1fr);gap:1.25rem;height:100%;padding-top:132px}.hero__copy{position:relative;display:grid;align-content:start;gap:.65rem;padding-top:23px;padding-left:1.4rem}.hero__text{max-width:22.5rem;color:var(--bm-creme);font-size:.86rem;line-height:1.45}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem}.hero__media{position:relative;height:398px}.hero__media img{position:absolute;z-index:1;right:65px;bottom:0;width:570px;height:auto;max-width:none;object-fit:cover}.hero__seal{position:absolute;bottom:38px;left:-8px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:148px;height:148px;padding:1rem .6rem;gap:.28rem;border:2px solid var(--bm-amarelo);border-radius:50%;color:var(--bm-amarelo);font-family:var(--font-display);text-align:center;text-transform:uppercase;transform:rotate(-9deg)}.hero__seal strong{font-size:1.15rem;line-height:.95}.hero__seal span{font-size:.68rem;line-height:1}.hero__foam{position:absolute;z-index:3;inset:0;width:100%;height:100%;pointer-events:none}.hero__cream-wave{position:absolute;z-index:3;right:0;bottom:-1px;left:0;display:none;width:100%;height:34px;fill:var(--bm-creme)}.manifest{height:288px;margin-top:-1px}.manifest__bottom-wave{position:absolute;z-index:2;right:0;bottom:-1px;left:0;width:100%;height:46px}.manifest__content{position:relative;z-index:3;display:grid;grid-template-columns:828px minmax(0,1fr);height:calc(100% - 46px)}.manifest__left{display:grid;grid-template-columns:237px minmax(0,1fr);gap:.75rem;align-items:center}.manifest h2,.manifest h3,.manifest .button{font-family:"Avenir Next Condensed","Arial Narrow",var(--font-display)}.manifest__copy{display:grid;gap:.48rem;align-content:center}.manifest__copy h2{max-width:245px;font-size:1.5rem;line-height:1}.manifest__copy h2 span{display:block}.manifest__copy p{color:var(--bm-texto);font-size:.68rem;line-height:1.34}.manifest__copy .button{width:fit-content;min-height:29px;margin-top:.1rem;padding-block:.4rem;font-size:.64rem}.manifest__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-self:stretch;margin-block:30px 14px;margin-left:35px}.feature-item{display:grid;grid-template-columns:42px 1fr;gap:.52rem;align-content:center;padding:.55rem .65rem}.feature-item:nth-child(odd){border-right:1px dashed rgba(36,16,109,.38)}.feature-item:nth-child(-n+2){border-bottom:1px dashed rgba(36,16,109,.38)}.feature-item svg{width:42px;height:42px;padding:.45rem;border:2px solid var(--bm-roxo-profundo);border-radius:50%;color:var(--bm-roxo-profundo)}.feature-item h3{margin-bottom:.22rem;font-size:.75rem}.feature-item p{font-size:.63rem;line-height:1.28}.manifest__beers{border-left:1px dashed rgba(36,16,109,.38);padding-left:1.8rem}.beers__header{display:flex;height:34px;align-items:center;justify-content:space-between;gap:1rem}.beers__header h2{font-size:1.45rem}.beers__header .button{font-size:.62rem}.beers__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.beer-card{position:relative;display:grid;grid-template-columns:96px minmax(0,1fr);gap:.55rem;height:186px;border:1px solid rgba(104,60,207,.16);border-radius:var(--radius-card);background:#fff3;padding:.5rem;box-shadow:0 9px 20px #24106d0f}.beer-card--brown{border-color:#6a3d1c38}.beer-card__status{position:absolute;top:.38rem;right:.48rem;z-index:2;display:inline-flex;min-height:1.7rem;align-items:center;justify-content:center;gap:.28rem;border-radius:999px;padding:.28rem .55rem;font-family:var(--font-display);font-size:.62rem;font-weight:800;line-height:1;text-transform:uppercase}.beer-card__status--new{background:var(--bm-vermelho);color:var(--bm-creme)}.beer-card__status--award{background:var(--bm-amarelo);color:var(--bm-roxo-profundo)}.beer-card__status svg{width:.85rem;height:.85rem;stroke-width:2.2}.beer-card__image{position:relative;display:grid;min-height:0;place-items:center}.beer-card__image img{width:auto;height:170px;max-height:none;object-fit:contain}.beer-card__body{display:grid;align-content:center;gap:.28rem}.beer-card h3{padding-right:.35rem;font-size:.9rem}.beer-card h3 span{display:block;font-size:.68rem}.beer-card__style{color:var(--bm-texto);font-size:.64rem;font-weight:800;text-transform:uppercase}.beer-card__meta{display:flex;flex-wrap:wrap;gap:.2rem;margin:0;padding:0;list-style:none;color:var(--bm-roxo-profundo);font-size:.61rem;font-weight:800}.beer-card__meta li:not(:last-child):after{margin-left:.2rem;content:"|"}.beer-card p:not(.beer-card__style){font-size:.62rem;line-height:1.3}.stockists{padding-block:3.5rem}.stockists__content{position:relative;z-index:1;display:grid;gap:1.6rem}.stockists__intro{display:grid;max-width:600px;gap:.55rem}.stockists__intro h2{color:var(--bm-creme);font-size:clamp(1.8rem,3vw,2.5rem)}.stockists__intro>p:last-child{max-width:53ch;color:#fff0bde0;font-size:.88rem;line-height:1.5}.stockists__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem}.stockist-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:.75rem;min-height:156px;border:1px solid rgba(255,240,189,.24);border-radius:var(--radius-card);background:#24106d57;padding:1rem;box-shadow:0 12px 28px #08002329}.stockist-card>svg{width:38px;height:38px;border:1px solid rgba(248,198,4,.75);border-radius:50%;color:var(--bm-amarelo);padding:.48rem}.stockist-card>div{display:grid;align-content:start;gap:.28rem}.stockist-card p{color:var(--bm-amarelo);font-family:var(--font-display);font-size:.62rem;font-weight:800;line-height:1.2;text-transform:uppercase}.stockist-card h3{color:var(--bm-creme);font-size:1.02rem}.stockist-card__actions{display:flex;gap:.42rem;margin-top:auto;padding-top:.65rem}.stockist-card__action{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--bm-creme);border-radius:7px;background:var(--bm-creme);color:var(--bm-roxo-profundo);padding:.28rem;transition:transform .16s ease,background-color .16s ease,color .16s ease}.stockist-card__action:hover{background:var(--bm-amarelo);color:var(--bm-roxo-profundo);transform:translateY(-1px)}.stockist-card__action img,.stockist-card__action svg{width:100%;height:100%}.stockist-card__action svg{stroke-width:2.2}.stockists__contact{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem 1.1rem;color:#fff0bde0;font-size:.8rem}.stockists__contact .button{font-size:.65rem}.instagram{height:141px}.instagram__content{display:grid;grid-template-columns:255px minmax(0,1fr);gap:1.35rem;align-items:center;height:100%}.instagram__copy{display:grid;gap:.35rem;align-content:center}.instagram h2{color:var(--bm-creme);font-size:1.18rem;line-height:1}.instagram h2 span{display:block;color:var(--bm-amarelo)}.instagram__copy p{color:#fff0bde0;font-size:.66rem}.instagram__copy .button{width:fit-content;min-width:154px;min-height:28px;padding-block:.38rem;font-size:.64rem}.instagram__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.instagram__grid a{overflow:hidden;border-radius:6px;background:var(--bm-roxo-profundo)}.instagram__grid img{width:100%;height:112px;object-fit:cover;transition:transform .18s ease}.instagram__grid a:hover img{transform:scale(1.03)}.site-footer{background:linear-gradient(105deg,#35177b,#28106f 55%,#180440);color:var(--bm-creme)}.site-footer__grid{display:grid;grid-template-columns:160px minmax(0,1fr);min-height:116px;align-items:center;gap:3rem;padding-block:1rem}.site-footer__brand{display:grid;width:128px;justify-self:center;justify-items:center;gap:.2rem;color:var(--bm-amarelo)}.site-footer__brand img{width:100%;height:auto}.site-footer__tagline{font-family:var(--font-display);font-size:.46rem;font-weight:800;line-height:1;text-transform:uppercase}.site-footer small{color:#fff0bdd6;font-size:.68rem;line-height:1.35}.site-footer__newsletter{display:grid;grid-template-areas:"title form" "copy form";grid-template-columns:minmax(260px,1fr) minmax(300px,360px);min-height:78px;align-items:center;gap:.2rem 2rem;border-radius:16px;background:var(--bm-amarelo);padding:.85rem 1.15rem;box-shadow:0 12px 28px #0800232e}.site-footer__newsletter h2{grid-area:title;color:var(--bm-roxo-profundo);font-size:1.15rem;line-height:1}.site-footer__newsletter p{grid-area:copy;color:#24106dd1;font-size:.72rem;line-height:1.35}.site-footer__form{display:grid;grid-area:form;grid-template-columns:1fr 52px;width:100%;height:42px}.site-footer__form input{min-width:0;border:0;border-radius:7px 0 0 7px;background:var(--bm-creme);color:var(--bm-roxo-profundo);padding:.55rem .8rem;font-size:.78rem}.site-footer__form .button{--button-bg: var(--bm-roxo-profundo);--button-color: var(--bm-creme);min-width:0;min-height:42px;border-radius:0 7px 7px 0;padding-inline:.55rem}.site-footer__form .button svg{width:.9rem;height:.9rem}.site-footer__bar{border-top:1px solid rgba(248,198,4,.24);background:#12032f}.site-footer__nav{display:flex;align-items:center;justify-self:center;gap:1.5rem}.site-footer__nav a{width:max-content;color:#fff0bde0;font-size:.68rem;line-height:1.3;transition:color .16s ease}.site-footer__nav a:hover{color:var(--bm-amarelo)}.site-footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;min-height:48px;align-items:center;gap:1rem}.site-footer__social{display:flex;justify-self:end;gap:.3rem}.site-footer__social .icon-link{width:32px;height:32px}.site-footer__social .icon-link svg{width:17px;height:17px}.age-gate{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;background:#17073fe6;padding:1rem}.age-gate__dialog{display:grid;width:min(100%,430px);gap:1rem;border:2px solid rgba(248,198,4,.5);border-radius:var(--radius-card);background:var(--bm-roxo-profundo);color:var(--bm-creme);padding:1.5rem;box-shadow:0 30px 100px #00000073}.age-gate__brand{display:grid;justify-items:center;gap:.3rem;color:var(--bm-amarelo);font-family:var(--font-display);font-size:.55rem;font-weight:800;line-height:1;text-transform:uppercase}.age-gate__logo{width:150px;height:auto}.age-gate h2{color:var(--bm-creme)}.age-gate p{color:#fff0bdd6}.age-gate__eyebrow{color:var(--bm-amarelo);font-family:var(--font-display);font-size:.8rem;text-transform:uppercase}.age-gate__actions{display:flex;flex-wrap:wrap;gap:.7rem}@media(min-width:1121px)and (max-width:1399px){.manifest__content{grid-template-columns:700px minmax(0,1fr)}.manifest__left{grid-template-columns:220px minmax(0,1fr);gap:.55rem}.manifest__copy h2{font-size:1.34rem}.manifest__features{margin-left:0}.feature-item{grid-template-columns:35px 1fr;gap:.38rem;padding-inline:.45rem}.feature-item svg{width:33px;height:33px}.manifest__beers{padding-left:1rem}}@media(max-width:1120px){.site-header{grid-template-columns:auto auto;justify-content:space-between}.site-header__toggle{display:block;margin-top:.55rem}.site-header__nav{position:absolute;top:78px;right:0;left:0;display:none;flex-direction:column;gap:0;border:1px solid rgba(255,240,189,.24);border-radius:8px;background:var(--bm-roxo-profundo);padding:.7rem}.site-header__nav.is-open{display:flex}.site-header__nav a{padding:.7rem}.site-header__actions{display:none}.hero__content{grid-template-columns:390px minmax(0,1fr)}.hero__media img{right:-1rem;width:470px}.manifest{height:auto;padding:1rem 0 3.5rem}.manifest__content{grid-template-columns:1fr;height:auto}.manifest__left{grid-template-columns:250px minmax(0,1fr);min-height:220px}.manifest__features{margin-left:0}.manifest__beers{border-top:1px dashed rgba(36,16,109,.38);border-left:0;padding:.75rem 0 0}.beer-card{height:185px}.stockists__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.instagram{height:auto;padding-block:.8rem}.instagram__content{grid-template-columns:220px minmax(0,1fr);height:auto}.instagram__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.instagram__grid img{height:105px}.site-footer__grid{grid-template-columns:140px minmax(0,1fr);gap:2rem;padding-block:1rem}.site-footer__brand{width:120px}.site-footer__newsletter{grid-template-columns:minmax(220px,1fr) minmax(260px,340px);gap:.2rem 1.5rem}.site-footer__nav{gap:1rem}.site-footer__nav a{display:flex;min-height:36px;align-items:center}.site-footer__bottom{min-height:52px}}@media(max-width:860px){.hero{height:auto;min-height:880px}.hero__content{grid-template-columns:1fr;gap:1rem;height:auto;padding-top:124px}.hero__copy{max-width:520px;padding-left:0}.hero__media{height:450px}.hero__media img{right:50%;width:min(500px,100vw);height:auto;max-width:none;transform:translate(50%)}.hero__seal{bottom:1.5rem;left:1rem}.hero__foam{display:none}.hero__cream-wave{display:block}.manifest__left{grid-template-columns:1fr}.manifest__features{grid-column:1 / -1;margin-block:.8rem}.manifest__copy h2{max-width:320px}.instagram__content{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:120px minmax(0,1fr);gap:1.5rem}.site-footer__newsletter{grid-template-areas:"title" "copy" "form";grid-template-columns:1fr;gap:.3rem;padding:1rem}.site-footer__form{margin-top:.45rem}.site-footer__bottom{grid-template-columns:1fr auto;gap:.75rem 1rem;padding-block:.7rem}.site-footer__nav{grid-column:1 / -1;grid-row:1;flex-wrap:wrap;justify-self:start;gap:.25rem 1.25rem}.site-footer__bottom small{grid-column:1;grid-row:2}.site-footer__social{grid-column:2;grid-row:2}}@media(max-width:680px){.site-header{height:100px}.site-header__brand{width:112px}.hero{min-height:760px}.hero__content{padding-top:112px}.hero__text{font-size:.78rem}.hero__actions,.age-gate__actions{align-items:stretch;flex-direction:column}.hero__media{height:370px}.hero__media img{bottom:0;width:min(390px,100vw);height:auto;max-width:none}.hero__seal{bottom:-.5rem;left:50%;width:118px;height:118px;padding:.8rem .4rem;gap:.2rem;transform:translate(-50%) rotate(-9deg)}.hero__seal strong{font-size:.92rem}.manifest{padding:1.3rem 0 3.5rem}.manifest__left{grid-template-columns:1fr}.manifest__copy h2{max-width:none}.manifest__copy .button{width:100%}.manifest__features{grid-column:auto;grid-template-columns:1fr}.feature-item:nth-child(odd),.feature-item:nth-child(-n+2){border-right:0;border-bottom:1px dashed rgba(36,16,109,.38)}.feature-item:last-child{border-bottom:0}.beers__header{height:auto;align-items:flex-start;flex-direction:column;padding-block:.7rem}.beers__grid{grid-template-columns:1fr}.beer-card{grid-template-columns:110px minmax(0,1fr);height:190px}.stockists{padding-block:2.75rem}.instagram__grid{grid-template-columns:1fr}.instagram__grid img{height:auto;aspect-ratio:1.65 / 1}}@media(max-width:520px){.stockists__grid{grid-template-columns:1fr}.stockist-card{min-height:132px}.stockists__contact{align-items:stretch;flex-direction:column}.stockists__contact .button{width:100%}.site-footer__grid{grid-template-columns:1fr;gap:1.25rem;padding-block:2rem}.site-footer__brand{width:128px;justify-self:center}.site-footer__newsletter{width:100%;padding:1.25rem 1rem;text-align:center}.site-footer__newsletter h2{font-size:1.15rem}.site-footer__newsletter p{max-width:34ch;margin-inline:auto;font-size:.84rem}.site-footer__form{height:48px;margin-top:.75rem}.site-footer__form input{font-size:1rem}.site-footer__form .button{min-height:48px}.site-footer__nav{display:grid;grid-column:1;grid-row:1;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;justify-self:stretch;gap:.25rem 1rem}.site-footer__nav a{width:auto;min-height:48px;font-size:.84rem}.site-footer__bottom{grid-template-columns:1fr;gap:.75rem;padding-block:1.25rem}.site-footer__bottom small{grid-column:1;grid-row:3;justify-self:center;text-align:center}.site-footer__social{grid-column:1;grid-row:2;justify-self:center}.site-footer__social .icon-link{width:48px;height:48px}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}
