.bp-hero {
  position: relative;
  background: #F8F8F6;
  padding-top: 35px;
}
@media (min-width: 1040px) {
  .bp-hero {
    padding-top: 70px;
  }
}
.bp-hero__cover {
  position: relative;
  height: 200px;
  background: linear-gradient(135deg, #edf9f3 0%, #F8F8F6 100%);
  overflow: hidden;
}
@media (min-width: 640px) {
  .bp-hero__cover {
    height: 280px;
  }
}
.bp-hero__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bp-hero__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.28) 100%);
}
.bp-hero__card {
  position: relative;
  max-width: 1400px;
  margin: -64px auto 0;
  padding-inline: 20px;
}
@media (min-width: 900px) {
  .bp-hero__card {
    padding-inline: 50px;
  }
}
.bp-hero__inner {
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  box-shadow: 0 14px 48px rgba(17, 17, 9, 0.1);
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 640px) {
  .bp-hero__inner {
    padding: 32px;
    align-items: center;
  }
}
.bp-hero__logo {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 16px;
  overflow: hidden;
  background: #edf9f3;
  border: 1px solid #E6E5DF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .bp-hero__logo {
    width: 104px;
    height: 104px;
  }
}
.bp-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bp-hero__logo i {
  color: #13c265;
  font-size: 28px;
}
.bp-hero__body {
  flex: 1;
  min-width: 200px;
}
.bp-hero__name {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #111109;
  line-height: 1.1;
  margin-bottom: 8px;
}
.bp-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  font-size: 13.5px;
  color: #6B6A63;
}
.bp-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.bp-hero__meta-item i {
  color: #13c265;
  font-size: 12px;
}
.bp-hero__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: #111109;
}
.bp-hero__rating strong {
  font-weight: 700;
}
.bp-hero__rating .stars i {
  color: #FFAD0D;
  font-size: 12px;
}
.bp-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.bp-hero__cta {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 900px) {
  .bp-hero__cta {
    width: auto;
  }
}

.bp-tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding-inline: 11px;
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 500;
  background: #edf9f3;
  color: #0fa052;
  border: 1px solid rgba(19, 194, 101, 0.22);
}

.bp-facts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bp-facts dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bp-facts .row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13.5px;
}
.bp-facts .row dt {
  color: #B0AFA7;
}
.bp-facts .row dd {
  color: #111109;
  font-weight: 500;
  text-align: right;
}

.bp-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 640px) {
  .bp-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .bp-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bp-gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #E6E5DF;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.bp-gallery img:hover {
  transform: scale(1.02);
}

.bp-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-bottom: 44px;
  padding-bottom: 36px;
  border-bottom: 1px solid #E6E5DF;
  justify-content: center;
}

.bp-score {
  text-align: center;
}
.bp-score .num {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 56px;
  line-height: 1;
  color: #111109;
}
.bp-score .stars {
  color: #FFAD0D;
  font-size: 16px;
  margin: 8px 0 4px;
}
.bp-score .count {
  font-size: 12.5px;
  color: #B0AFA7;
}

.bp-bars {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 240px;
  max-width: 320px;
}

.bp-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: #6B6A63;
}

.bp-bar-row .label {
  width: 56px;
  flex-shrink: 0;
}

.bp-bar-track {
  flex: 1;
  height: 7px;
  border-radius: 99px;
  background: #E6E5DF;
  overflow: hidden;
}

.bp-bar-fill {
  height: 100%;
  background: #13c265;
  border-radius: 99px;
}

.bp-bar-row .n {
  width: 22px;
  text-align: right;
  flex-shrink: 0;
  color: #B0AFA7;
}

.bp-faq-text {
  font-size: 15px;
  color: #6B6A63;
  line-height: 1.7;
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 16px;
}

.bp-empty {
  text-align: center;
  color: #B0AFA7;
  font-size: 14px;
  padding: 32px 20px;
}

/*# sourceMappingURL=business_detail.css.map */
