.business-profile-page{height:100%;background:#0a0a0a;overflow:hidden;overflow-y:auto;display:flex;justify-content:center}.business-profile{position:relative;background:#0a0a0a;color:#fff;-ms-overflow-style:none;scrollbar-width:none;width:100%;min-height:100%}.business-profile::-webkit-scrollbar{display:none}@media (min-width: 768px){.business-profile{max-width:900px}}.business-profile__cover{position:relative;width:100%;height:170px;overflow:hidden}.business-profile__cover:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0003,#0009)}.business-profile__cover-img{width:100%;height:100%;object-fit:cover;object-position:top}.business-profile__cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.business-profile__back{position:absolute;top:1rem;left:1rem;z-index:10;cursor:pointer;background:#00000080;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}@media (min-width: 768px){.business-profile__back{display:none}}.business-profile__back:hover{background:#000000bf}.business-profile__map{position:absolute;top:1rem;right:calc(1.5rem + 40px);z-index:10;cursor:pointer;background:#00000080;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.business-profile__map:hover{background:#000000bf}.business-profile__share{position:absolute;top:1rem;right:1rem;z-index:10;cursor:pointer;background:#00000080;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.business-profile__share:hover{background:#000000bf}.business-profile__header{position:relative;padding:0 1rem .5rem;margin-top:-48px;z-index:2}.business-profile__avatar{width:88px;height:88px;border-radius:50%;border:3px solid #FFFFFF;object-fit:cover;background:#3b3f48;display:block;margin-bottom:.5rem}.business-profile__avatar-placeholder{width:88px;height:88px;border-radius:50%;border:3px solid #FFFFFF;background:#f96a3f;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;font-size:2rem;font-weight:700;color:#fff}.business-profile__name{font-size:1.25rem;line-height:1.5rem;font-weight:600;color:#fff;margin:0 0 .25rem}.business-profile__address{font-size:.875rem;line-height:1.24rem;font-weight:400;color:#acaeb3;display:flex;flex-direction:column;gap:.25rem;margin:1rem 0}.business-profile__ctas{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:1rem;align-items:center}.business-profile__ctas-actions{display:flex;gap:.5rem;flex-wrap:wrap}.business-profile__cta-btn{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;border:none;background:transparent;padding:0;color:#fff;text-decoration:none;transition:opacity .2s}.business-profile__cta-btn:hover{opacity:.8}.business-profile__cta-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.business-profile__cta-icon--book{background:transparent;border:2px solid #f96a3f;color:#f96a3f}.business-profile__cta-icon--phone{background:transparent;border:2px solid #1db954;color:#1db954}.business-profile__cta-icon--web{background:transparent;border:2px solid #585B61;color:#fff}.business-profile__cta-label{font-size:.75rem;line-height:1rem;font-weight:500;color:#fff;text-align:center}.business-profile__follow-btn{font-size:.875rem;line-height:1.24rem;font-weight:600;display:flex;align-items:center;gap:.25rem;height:44px;padding:0 1rem;border:2px solid #f96a3f;border-radius:20px;background:transparent;color:#f96a3f;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s}.business-profile__follow-btn:hover{background:#f96a3f;color:#fff}.business-profile__follow-btn span{font-size:1.1rem;line-height:1}.business-profile__divider{height:1px;background:#3b3f48;margin:0 1rem 1rem}.business-profile__description{padding:0 1rem 1rem}.business-profile__description-wrap{position:relative}.business-profile__description-text{font-size:.875rem;line-height:1.24rem;font-weight:400;color:#acaeb3;line-height:1.5;margin:0;white-space:pre-wrap}.business-profile__description-text--clamped{max-height:3em;overflow:hidden}.business-profile__description-more{position:absolute;bottom:0;right:0;font-size:.875rem;line-height:1.24rem;font-weight:600;color:#f96a3f;cursor:pointer;background:#0a0a0a;padding-left:.5rem}.business-profile__description-more:before{content:"";position:absolute;right:100%;top:0;bottom:0;width:48px;background:linear-gradient(to right,transparent,#0a0a0a);pointer-events:none}.business-profile__description-toggle{font-size:.875rem;line-height:1.24rem;font-weight:600;color:#f96a3f;cursor:pointer}.business-profile__videos-section{padding:0 1rem}.business-profile__section-title{font-size:1rem;line-height:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.business-profile__video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.business-profile__video-item{position:relative;aspect-ratio:9/16;overflow:hidden;background:#292c32;cursor:pointer;border-radius:4px}.business-profile__video-item:hover .business-profile__video-overlay{opacity:1}.business-profile__video-thumb{width:100%;height:100%;object-fit:cover}.business-profile__video-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.business-profile__video-title{font-size:.75rem;line-height:1rem;font-weight:500;color:#fff;position:absolute;bottom:0;left:0;right:0;padding:.5rem .25rem .25rem;background:linear-gradient(transparent,#000000b3);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.business-profile__empty{font-size:1rem;line-height:1.5rem;font-weight:400;color:#8a8f94;text-align:center;padding:3rem 1rem}.business-profile__loader{display:flex;justify-content:center;padding:3rem}:root{--primary-50: #fff3f0;--primary-100: #ffe4dd;--primary-200: #ffc8bb;--primary-300: #ffa38e;--primary-400: #ff7d5e;--primary-500: #f96a3f;--primary-600: #f26134;--primary-700: #eb5a2c;--primary-800: #d44d23;--primary-900: #b33d1a;--primary-950: #7c2610}.bvf-overlay{position:fixed;inset:0;background:#000;z-index:200;display:flex;align-items:center;justify-content:center}.bvf-container{position:relative;background:#000;width:100%;height:100%}@media (min-width: 768px){.bvf-container{aspect-ratio:.5625/1;width:auto;height:100%}}.bvf-list{height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;-ms-overflow-style:none;scrollbar-width:none}.bvf-list::-webkit-scrollbar{display:none}.bvf-back{position:absolute;top:16px;left:16px;z-index:10;cursor:pointer;background:#00000080;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.bvf-back:hover{background:#000000bf}
