:root{--color-primary: #F43F5E;--color-secondary: #333333;--color-success: #0f0;--color-warning: #ff9f1a;--color-danger: #ff0000;--color-merchants: #1F1F1F;--color-primary-light: #f55671;--color-primary-dark: #c00c2a;--color-text: #181718;--color-grey: #a0a0a0;--color-white: #fff;--color-border: #f5f5f5;--color-surface: #f5f5f5;--spacer: 1.25rem;--border-radius: 1.25rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-success{color:var(--color-success)}.text-white{color:var(--color-white)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-surface{background-color:var(--color-surface)}.bg-merchants{background-color:var(--color-merchants)}.m-0{margin:0}.mt-0{margin-top:0}.mt-60{margin-top:60px}.-mt-60{margin-top:-60px}.d-none{display:none !important}.w-100{width:100%}.w-auto{width:auto}.w-50{width:50%}.w-75{width:75%}.w-25{width:25%}.w-fit{width:fit-content}.min-w-0{min-width:0}.max-w-100{max-width:100%}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--color-text);font-family:"Urbanist",serif;font-optical-sizing:auto;font-weight:500;font-style:normal;line-height:1;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}@media screen and (min-width: 768px){body.menu-open{overflow:auto}}h1,h2,h3{margin:0}h1{font-size:calc(1.525rem + 3.3vw);font-style:normal;font-weight:600;line-height:normal}@media screen and (min-width: 768px){h1{font-size:var(--font-size-5xl)}}h2{font-size:calc(1.25rem + 3.3vw);font-style:normal;font-weight:600;line-height:normal}@media screen and (min-width: 768px){h2{font-size:var(--font-size-4xl)}}p{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}.wrapper{max-width:100%;display:flex;flex-direction:column;align-items:center}.container{max-width:63rem;padding:0 1rem}.tagline{max-width:41rem;padding:2rem;text-align:center;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal}@media screen and (min-width: 768px){.tagline{padding:4rem 0}}.bg-merchants,.bg-surface{margin-top:2rem}.bg-merchants .tagline,.bg-surface .tagline{color:var(--color-white);background-color:var(--color-merchants)}@media screen and (min-width: 768px){.bg-merchants,.bg-surface{margin-top:6rem}}.bg-surface .tagline{color:var(--color-dark);background-color:var(--color-surface)}.flex{display:flex}.flex-inline{display:inline-flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.flex-grow{flex-grow:1}.flex-shrink{flex-shrink:1}.flex-no-grow{flex-grow:0}.flex-no-shrink{flex-shrink:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:2rem}.gap-6{gap:3rem}header{width:100%;height:5rem;display:flex;justify-content:center;align-items:center}header .container{width:100%;max-width:63rem;padding:0 var(--spacer);display:flex;align-items:center;justify-content:space-between}header .brand-logo{width:7.5rem}header button.menu{border:none;color:var(--color-text);font-family:"Urbanist",serif;font-size:1rem;font-weight:500;line-height:1;display:flex;align-items:center;padding:.5rem;gap:.5rem;cursor:pointer;background-color:rgba(0,0,0,0)}header .navigation{display:none;position:fixed;background-color:hsla(0,0%,100%,.98);top:4rem;left:0;width:100%;height:100dvh;z-index:1}header .navigation-list{margin:0;padding:2rem 0 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;opacity:0}header .navigation-list li{list-style:none}header .navigation-list a{color:var(--color-text);font-size:2rem;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}header .navigation-list a.active{color:var(--color-primary)}@media screen and (min-width: 768px){header button.menu{display:none}header .navigation{width:auto;height:auto;display:block;position:static;background:none}header .navigation-list{margin:0;padding:0 0 1rem;display:flex;flex-direction:row;gap:1.5rem;opacity:1}header .navigation-list li{list-style:none}header .navigation-list a{color:var(--color-text);font-size:1rem;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}header .navigation-list a.active{color:var(--color-primary)}header .navigation-links{display:none}}.menu-open header .navigation{display:block;display:flex;flex-direction:column;justify-content:space-evenly}.menu-open header .navigation-list{animation:fade-in .5s ease-in-out forwards}.menu-open header .navigation-links{gap:1rem;display:flex;justify-content:center;animation:fade-in-links .5s ease-in-out forwards}@media screen and (min-width: 768px){.menu-open header .navigation-links{display:none}}.merchants header{background-color:var(--color-merchants)}.merchants header .brand-logo{width:7.5rem}.merchants header button.menu{color:var(--color-white)}.merchants header .navigation{background-color:rgba(31,31,31,.98)}.merchants header .navigation-list a{color:var(--color-white)}.merchants header .navigation-list a.active{color:var(--color-primary)}@keyframes fade-in{from{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-links{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.hero{padding:0 var(--spacer)}.hero .container{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.hero .links{gap:.5rem;display:flex;justify-content:center}.hero-image{width:100%;height:16rem;max-width:100%;max-height:auto;object-fit:cover;border-radius:var(--border-radius)}@media screen and (min-width: 768px){.hero{padding:6rem 0 0}.hero .container{width:100%;max-width:63rem;gap:3rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.hero .links{justify-content:flex-start}.hero-image{width:30rem;height:30rem}.hero.merchants{background-color:var(--Secondary-secondary700, )}}.merchants .hero{padding-bottom:2rem;color:var(--color-white);background-color:var(--color-merchants)}@media screen and (min-width: 768px){.merchants .hero .container{flex-direction:row-reverse;padding-bottom:10rem}}.block{margin-top:2rem;margin-left:var(--spacer);margin-right:var(--spacer);padding:var(--spacer) var(--spacer) 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-radius:var(--border-radius)}.block-image{margin:0 auto;max-width:80%;justify-self:center}.block.gutter{padding:var(--spacer)}.block.no-gutter-end{padding-right:0;max-width:60rem}.block.no-gutter-end .block-image{margin-right:0}@media screen and (min-width: 768px){.block{width:100%;max-width:57rem;margin-top:6rem;padding:3rem 3rem 0;gap:3rem}.block-content{width:27rem}.block-image{width:24.75rem;max-width:100%;align-self:flex-end}.block.bg-transparent{max-width:63rem;margin-top:0;padding:0}.block.bg-transparent .block-content{width:30rem}.block.bg-transparent .block-image{width:30rem;margin:0}.block.block-reverse{margin-top:6rem;flex-direction:row-reverse}.block.gutter{padding:3rem}.block.no-gutter-end .block-image{margin-right:0;width:27.75rem}}.banner{max-width:63rem;padding:0;gap:1rem;align-items:flex-start}.banner-qr{width:7rem;margin:0 auto}.banner-qr .qr-code{display:none;width:7rem;height:7rem;max-width:100%;max-height:auto;object-fit:cover;image-rendering:pixelated}.banner-links p{margin-top:0;margin-bottom:1.5rem}.banner-links .links{gap:.5rem;display:flex;justify-content:center}@media screen and (min-width: 768px){.banner-tagline{max-width:29rem}.banner-links{width:22rem}.banner-links .links{justify-content:flex-start}}.apple .qr-apple{display:block}.android .qr-android{display:block}.contact .block{gap:1rem}.contact .block-form{width:100%;display:flex;flex-wrap:wrap}.contact .block-form label,.contact .block-form input,.contact .block-form textarea{display:block}.contact .block-form label{padding-bottom:.5rem}.contact .block-form input,.contact .block-form textarea{color:var(--color-white);font-family:"Urbanist",serif;font-size:1rem;font-weight:500;line-height:1;outline:none;border-radius:.25rem;border:.063rem solid #737474;background-color:rgba(0,0,0,0)}.contact .block-form input:focus,.contact .block-form input:active,.contact .block-form textarea:focus,.contact .block-form textarea:active{border-color:var(--color-white)}.contact .block-form input{width:calc(100% - 1.5rem);height:2.5rem;margin-bottom:1rem;padding:0 .75rem}.contact .block-form textarea{width:calc(100% - 1.5rem);padding:.75rem}.contact .block-form button{padding:.75rem 1.25rem;color:var(--color-white);border:none;border-radius:3.125rem;font-family:"Urbanist",serif;font-size:1rem;gap:.5rem;display:flex;align-items:center;justify-self:flex-end;background-color:var(--color-primary)}.contact .block-form button:focus,.contact .block-form button:hover{background-color:var(--color-primary-light)}.contact .block-form button:active{background-color:var(--color-primary-dark)}.contact .block-form div{width:100%}.contact .block-form div.button{padding-top:1.5rem;display:flex;justify-content:flex-end}@media screen and (min-width: 768px){.contact .block-form div{width:calc(50% - 1.5rem)}.contact .block-form div input{width:calc(100% - 1.5rem)}.contact .block-form div:nth-child(odd){padding-right:1.5rem}.contact .block-form div:nth-child(even){padding-left:1.5rem}.contact .block-form div.full{width:100%;padding:0}.contact .block-form div.button{padding-top:1.5rem}}.partners{max-width:100%;margin-top:6rem;padding:1.875rem 0;border-top:.125rem solid var(--color-border);border-bottom:.125rem solid var(--color-border)}.partners .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.partners img{width:30%;height:auto}}@media screen and (min-width: 768px){.partners .container{width:100%;max-width:82rem}}footer{margin-top:4rem;color:var(--color-white);width:100%;padding-top:2rem;padding-bottom:2rem;display:flex;justify-content:center;align-items:center;background-color:var(--color-secondary)}footer .container{width:100%;max-width:63rem}footer .flex{margin-top:var(--spacer);display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}footer h2{margin:0;font-size:2.25rem;font-style:normal;font-weight:600;line-height:normal}footer .tagline{margin:0;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}footer h3{font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal}footer p{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}footer a{color:var(--color-white);text-decoration:none}@media screen and (min-width: 768px){footer{margin-top:6rem;padding-top:4rem;padding-bottom:4rem}footer .flex{align-items:center;flex-direction:row}}@keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes slideLeft{from{transform:translateX(100%);opacity:.4}to{transform:translateX(0);opacity:1}}@keyframes slideRight{from{transform:translateX(-100%);opacity:.4}to{transform:translateX(0);opacity:1}}.mySlides{display:none;position:relative;width:100%;overflow:hidden}.mySlides * .block{margin-top:0}img{vertical-align:middle}.slideshow-container{position:relative;margin:auto;overflow:hidden}.slideshow-container * .block{margin-top:0}.prev{cursor:pointer;position:absolute;top:50%;width:auto;padding:32px;margin-top:-22px;color:#fff;font-weight:bold;font-size:18px;transition:.6s ease;border-radius:0 3px 3px 0;user-select:none}.prev:hover{background-color:rgba(0,0,0,.8)}.next{cursor:pointer;position:absolute;top:50%;width:auto;padding:32px;margin-top:-22px;color:#fff;font-weight:bold;font-size:18px;transition:.6s ease;border-radius:0 3px 3px 0;user-select:none;right:0;border-radius:3px 0 0 3px}.next:hover{background-color:rgba(0,0,0,.8)}.text{color:#f2f2f2;font-size:15px;padding:8px 12px;position:absolute;bottom:8px;width:100%;text-align:center}.numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0}.dot{cursor:pointer;height:15px;width:15px;margin:0 2px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s ease}.dot:hover{background-color:#f43f5f}.activeSlide{background-color:#f43f5f}.fade{display:block;animation-name:fade;animation-duration:2.5s;animation-timing-function:ease-in-out}.slide-left{display:block;animation-name:slideLeft;animation-duration:.8s;animation-timing-function:ease-in-out}.slide-right{display:block;animation-name:slideRight;animation-duration:.8s;animation-timing-function:ease-in-out}.business-type-buttons{display:flex;justify-content:center;gap:1rem;margin:2rem 0;flex-wrap:wrap}@media(max-width: 768px){.business-type-buttons{gap:.5rem;margin:1.5rem 0}}.business-btn{background-color:rgba(0,0,0,0);border:2px solid #bbb;color:#666;padding:.75rem 1.5rem;border-radius:28px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.business-btn:hover{border-color:#f43f5f;color:#f43f5f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(244,63,95,.2)}.business-btn.active{background-color:#f43f5f;border-color:#f43f5f;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(244,63,95,.3)}.business-btn.active::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);animation:shimmer 2s infinite}.business-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(244,63,95,.2)}@media(max-width: 768px){.business-btn{padding:.6rem 1.2rem;font-size:.9rem}}@media(max-width: 480px){.business-btn{padding:.5rem 1rem;font-size:.85rem;flex:1;min-width:calc(50% - .25rem)}}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@media only screen and (max-width: 300px){.prev{font-size:11px}.next{font-size:11px}.text{font-size:11px}}.tab-content-container{position:relative;min-height:400px}@media(max-width: 768px){.tab-content-container{min-height:300px}}.tab-content{opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:100%;transition:all .4s ease-in-out;transform:translateY(20px)}.tab-content.active{opacity:1;visibility:visible;transform:translateY(0);position:relative}.tab-content .bg-merchants{margin-top:0}@media screen and (min-width: 768px){.tab-content .bg-merchants{margin-top:0}}.butcher-specific-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}@media(max-width: 768px){.butcher-specific-content{grid-template-columns:1fr;gap:2rem}}.butcher-left-column .subtitle,.butcher-right-column .subtitle{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.butcher-right-column{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.butcher-right-column .phone-mockup{margin:auto;display:flex;justify-content:center;align-items:center}.butcher-right-column h2,.butcher-right-column .subtitle{text-align:left;width:100%}.butcher-right-column .benefits-list{width:100%;max-width:400px;text-align:left}.butcher-features{margin:2rem 0}.feature-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;text-align:left}.feature-item .feature-icon{font-size:1.5rem;min-width:2rem;color:#f2f2f2}@media(max-width: 768px){.feature-item .feature-icon{font-size:1.3rem}}.feature-item .feature-text{color:#fff;font-size:1rem;line-height:1.5}@media(max-width: 768px){.feature-item .feature-text{font-size:.9rem}}.benefits-list{margin:2rem 0}.benefit-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.benefit-item .benefit-icon{font-size:1.5rem;min-width:2rem;color:#f2f2f2}@media(max-width: 768px){.benefit-item .benefit-icon{font-size:1.3rem}}.benefit-item .benefit-content h4{color:#fff;margin:0 0 .5rem 0;font-size:1.1rem;font-weight:600}@media(max-width: 768px){.benefit-item .benefit-content h4{font-size:1rem}}.benefit-item .benefit-content p{color:hsla(0,0%,100%,.8);margin:0;font-size:.9rem;line-height:1.4}@media(max-width: 768px){.benefit-item .benefit-content p{font-size:.85rem}}.additional-info{margin-top:2rem}.additional-info p{margin-bottom:.5rem}.additional-info p:last-child{margin-bottom:0;opacity:.8}.butcher-phone-mockups{display:flex;justify-content:center;gap:2rem;margin-top:2rem}@media(max-width: 768px){.butcher-phone-mockups{flex-direction:column;align-items:center;gap:1rem}}.phone-mockup{max-width:250px}.phone-mockup.left-phone,.phone-mockup.right-phone{display:flex;justify-content:center;align-items:center;text-align:center;margin:auto}@media(max-width: 768px){.phone-mockup{max-width:200px}}.phone-mockup img{width:100%;height:auto;border-radius:40px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.butcher-meat-club-section{margin-top:4rem;padding:3rem 2rem;background:linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);border-radius:16px}.butcher-meat-club-section h2{text-align:center;margin-bottom:2rem}@media(max-width: 768px){.butcher-meat-club-section h2{margin-bottom:1.5rem}}@media(max-width: 768px){.butcher-meat-club-section{margin-top:2rem;padding:2rem 1rem}}.meat-club-content{display:grid;grid-template-columns:1fr 1fr;gap:0rem;align-items:start}@media(max-width: 768px){.meat-club-content{grid-template-columns:1fr;gap:2rem}}.meat-club-content>div:first-child{text-align:left}.meat-club-content>div:first-child h2{margin-bottom:1rem}.meat-club-content>div:first-child .subtitle{font-size:1.1rem;margin-bottom:1rem;opacity:.9;line-height:1.6}.meat-club-content>div:first-child>p{margin-bottom:2rem;font-size:1rem}@media(max-width: 768px){.meat-club-content>div:first-child>p{font-size:.9rem}}.loyalty-programs{display:flex;flex-direction:column;gap:1.5rem;margin:3rem 0}@media(max-width: 768px){.loyalty-programs{gap:1rem;margin:2rem 0}}.loyalty-item{display:flex;align-items:center;gap:1.5rem;background:hsla(0,0%,100%,.05);padding:1.5rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.loyalty-item:hover{background:hsla(0,0%,100%,.08);transform:translateY(-2px)}@media(max-width: 768px){.loyalty-item{gap:1rem;padding:1rem;flex-direction:row;align-items:flex-start}}.loyalty-number{background:#f43f5f;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.2rem;flex-shrink:0}@media(max-width: 768px){.loyalty-number{width:35px;height:35px;font-size:1rem}}.loyalty-icon{color:#f43f5f;font-size:2rem;flex-shrink:0}@media(max-width: 768px){.loyalty-icon{font-size:1.5rem}}.loyalty-content{text-align:left;flex:1}.loyalty-content h4{color:#fff;margin:0 0 .5rem 0;font-size:1.2rem;font-weight:600}@media(max-width: 768px){.loyalty-content h4{font-size:1rem}}.loyalty-content p{color:hsla(0,0%,100%,.8);margin:0;font-size:.95rem;line-height:1.4}@media(max-width: 768px){.loyalty-content p{font-size:.85rem}}.club-footer{margin-top:3rem;text-align:center}@media(max-width: 768px){.club-footer{margin-top:2rem}}.club-tagline{font-size:1.3rem;font-weight:600;margin-bottom:1rem;text-align:center}@media(max-width: 768px){.club-tagline{font-size:1.1rem}}.powered-by{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;opacity:.8}.powered-by span{font-size:.85rem}.localpal-logo{display:flex;align-items:center;gap:.3rem}.localpal-logo i{color:#f43f5f;font-size:1.2rem}.localpal-logo span{font-weight:600;font-size:1rem}.meat-club-image{margin-top:2rem;text-align:center}.meat-club-image img{max-width:300px;width:100%;height:auto;border-radius:40px;box-shadow:0 10px 30px rgba(0,0,0,.3)}@media(max-width: 768px){.meat-club-image img{max-width:250px}}
