.business-profile {
  --profile-navy: #071e42;
  --profile-blue: #1688cc;
  --profile-sky: #39bffe;
  --profile-coral: #f26649;
  --profile-ink: #20314d;
  --profile-muted: #617087;
  --profile-border: #dfe7ef;
  --profile-surface: #ffffff;
  --profile-background: #f3f7fa;
  color: var(--profile-ink);
  background: var(--profile-background);
}

.business-profile a:focus-visible,
.business-profile button:focus-visible,
.business-profile input:focus-visible,
.business-profile textarea:focus-visible,
.business-gallery-modal button:focus-visible {
  outline: 3px solid rgba(57, 191, 254, 0.55);
  outline-offset: 3px;
}

.profile-location-list {
  display: grid;
  gap: 15px;
}

.profile-location {
  padding-top: 15px;
  border-top: 1px solid var(--profile-border);
}

.profile-location:first-child {
  padding-top: 0;
  border-top: 0;
}

.profile-location strong {
  display: block;
  margin-bottom: 4px;
  color: var(--profile-navy);
}

.profile-location p {
  margin: 0 0 5px;
}

.business-profile-hero {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  background:
    radial-gradient(circle at 75% 30%, rgba(57, 191, 254, 0.28), transparent 32%),
    linear-gradient(125deg, #071e42, #154e72);
}

.business-profile-hero--default-community {
  background:
    radial-gradient(circle at 75% 30%, rgba(57, 191, 254, 0.48), transparent 34%),
    linear-gradient(125deg, #071e42, #154e72);
}

.business-profile-hero--default-lake {
  background:
    radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #0b607d, #39bffe);
}

.business-profile-hero--default-sunrise {
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 214, 138, 0.76), transparent 28%),
    linear-gradient(135deg, #071e42, #f26649);
}

.business-profile-hero--default-evergreen {
  background:
    radial-gradient(circle at 72% 26%, rgba(111, 217, 181, 0.38), transparent 30%),
    linear-gradient(135deg, #073f46, #1688cc);
}

.business-profile-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-profile-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 30, 66, 0.05) 40%, rgba(7, 30, 66, 0.48) 100%);
}

.business-profile-preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 100px;
  padding: 12px max(20px, calc((100vw - 1170px) / 2));
  color: #fff;
  background: #a8432f;
}

.business-profile-preview-bar + .business-profile-hero {
  margin-top: 0;
}

.business-profile-preview-bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.business-profile-body {
  padding-bottom: 70px;
}

.business-profile-summary {
  position: relative;
  z-index: 2;
  margin: -90px 0 30px;
  padding: 92px 30px 30px;
  border: 1px solid rgba(223, 231, 239, 0.9);
  border-radius: 14px;
  background: var(--profile-surface);
  box-shadow: 0 18px 45px rgba(7, 30, 66, 0.14);
}

.business-profile-logo {
  position: absolute;
  top: -72px;
  left: 30px;
  z-index: 3;
  width: min(390px, calc(100% - 60px));
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border: 6px solid rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 30, 66, 0.22);
}

.business-profile-logo--image {
  background: #fff;
}

.business-profile-logo--soft {
  background: #edf1f5;
}

.business-profile-logo--navy {
  background: var(--profile-navy);
}

.business-profile-logo--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.business-profile-logo--initials {
  top: -56px;
  width: 112px;
  height: 112px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--profile-navy);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -2px;
}

.business-profile-summary__content {
  min-width: 0;
}

.business-profile-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.business-profile-eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--profile-blue);
  font-size: 14px;
  font-weight: 600;
}

.business-profile-eyebrow i {
  margin-right: 7px;
}

.business-status,
.coming-soon-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.business-status--open {
  color: #176839;
  border: 1px solid #a9d7b9;
  background: #edf9f1;
}

.business-status--closed {
  color: #8b3328;
  border: 1px solid #e1b0a9;
  background: #fff1ef;
}

.coming-soon-badge {
  color: #a8432f;
  border: 1px solid #f2b6a8;
  background: #fff2ee;
}

.business-profile-heading h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  color: var(--profile-navy);
  font-size: 32px;
  line-height: 1.18;
}

.verified-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #fff;
  background: #258bea;
  font-size: 11px;
}

.business-tagline {
  margin: 0;
  color: var(--profile-muted);
  font-size: 17px;
}

.business-profile-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: var(--profile-muted);
}

.business-profile-rating__stars {
  display: inline-flex;
  gap: 3px;
  color: #d5a52c;
  font-size: 17px;
}

.business-profile-rating > span:last-child {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.business-profile-rating strong {
  color: var(--profile-ink);
  font-size: 14px;
}

.business-profile-rating small {
  color: var(--profile-muted);
  font-size: 12px;
}

.business-profile-summary__actions {
  display: flex;
  align-self: stretch;
  padding-left: 25px;
  border-left: 1px solid var(--profile-border);
}

.profile-icon-action {
  min-width: 72px;
  padding: 10px 12px;
  border: 0;
  color: var(--profile-ink);
  background: transparent;
  cursor: pointer;
  font: inherit;
  transition: color 0.2s ease, background 0.2s ease;
}

.profile-icon-action i,
.profile-icon-action span {
  display: block;
}

.profile-icon-action i {
  margin-bottom: 6px;
  color: var(--profile-blue);
  font-size: 19px;
}

.profile-icon-action:hover {
  color: var(--profile-blue);
  background: #f5faff;
}

.business-profile-quick-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 20px 0 0;
  color: var(--profile-muted);
}

.business-profile-quick-info li,
.business-profile-quick-info a {
  color: inherit;
}

.business-profile-quick-info i {
  width: 20px;
  margin-right: 7px;
  color: var(--profile-blue);
  text-align: center;
}

.business-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 30px;
  align-items: start;
}

.business-profile-main,
.business-profile-sidebar {
  min-width: 0;
}

.business-profile-sidebar {
  position: sticky;
  top: 100px;
}

.profile-card {
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid var(--profile-border);
  border-radius: 8px;
  background: var(--profile-surface);
  box-shadow: 0 3px 12px rgba(7, 30, 66, 0.035);
}

.profile-card h2 {
  margin: 0 0 20px;
  color: var(--profile-navy);
  font-size: 23px;
  font-weight: 700;
}

.profile-card h3 {
  color: var(--profile-navy);
}

.profile-card p:last-child {
  margin-bottom: 0;
}

.profile-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.profile-section-heading h2 {
  margin-bottom: 0;
}

.profile-section-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--profile-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.business-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 16px 10px;
  border: 1px solid var(--profile-border);
  border-radius: 7px;
  color: var(--profile-navy);
  text-align: center;
  font-weight: 600;
}

.business-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: var(--profile-blue);
  background: #e9f6fd;
  font-size: 19px;
}

.future-service-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--profile-sky);
  color: var(--profile-muted);
  background: #f4fbff;
  font-size: 14px;
}

.future-service-note i {
  margin-top: 3px;
  color: var(--profile-blue);
}

.profile-text-action {
  padding: 4px 0;
  border: 0;
  color: var(--profile-blue);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.business-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: repeat(2, 155px);
  gap: 10px;
}

.business-gallery__photo {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #dce7ec;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.business-gallery__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.business-gallery__photo:hover {
  z-index: 2;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(7, 30, 66, 0.18);
}

.business-gallery__photo--featured {
  grid-row: 1 / span 2;
}

.business-gallery--count-1 {
  display: block;
}

.business-gallery--count-1 .business-gallery__photo {
  width: 100%;
  height: 360px;
}

.business-gallery--count-2,
.business-gallery--count-3 {
  grid-template-columns: repeat(2, 1fr);
}

.reviews-placeholder {
  padding: 25px 15px 8px;
  color: var(--profile-muted);
  text-align: center;
}

.reviews-placeholder__stars {
  margin-bottom: 15px;
  color: #8ba0b8;
  font-size: 25px;
  letter-spacing: 4px;
}

.reviews-placeholder h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.business-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.business-detail-grid > div {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.business-detail-grid > div > i {
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--profile-blue);
  background: #e9f6fd;
}

.business-detail-grid span,
.profile-form-alert span {
  display: block;
  color: var(--profile-muted);
  font-size: 14px;
  line-height: 1.5;
}

.business-detail-grid strong {
  display: block;
  margin-bottom: 2px;
  color: var(--profile-navy);
}

.business-contact-card {
  scroll-margin-top: 110px;
}

.business-contact-form {
  margin-top: 24px;
}

.business-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.business-contact-form__message {
  grid-column: 1 / -1;
}

.business-contact-form .form-group {
  margin-bottom: 18px;
}

.business-contact-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--profile-navy);
  font-weight: 600;
}

.optional-label {
  color: var(--profile-muted);
  font-size: 12px;
  font-weight: 400;
}

.business-contact-form .form-control {
  height: 48px;
  padding: 10px 13px;
  border: 1px solid #cbd7e2;
  border-radius: 5px;
  color: var(--profile-ink);
  font-size: 16px;
}

.business-contact-form textarea.form-control {
  height: auto;
  resize: vertical;
}

.business-contact-form .form-control:focus {
  border-color: var(--profile-blue);
  box-shadow: 0 0 0 3px rgba(22, 136, 204, 0.12);
}

.business-contact-form small {
  display: block;
  margin-top: 7px;
  color: var(--profile-muted);
}

.profile-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.profile-form-alert {
  display: flex;
  gap: 13px;
  margin: 18px 0;
  padding: 16px;
  border-radius: 6px;
}

.profile-form-alert i {
  margin-top: 3px;
  font-size: 20px;
}

.profile-form-alert--success {
  color: #176839;
  border: 1px solid #a9d7b9;
  background: #edf9f1;
}

.profile-form-alert--error {
  color: #922f24;
  border: 1px solid #e9b3ac;
  background: #fff2f0;
}

.profile-form-alert ul {
  margin: 5px 0 0 18px;
}

.business-primary-button,
.business-secondary-button,
.business-link-button,
.business-disabled-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 49px;
  padding: 12px 18px;
  border-radius: 5px;
  font: inherit;
  font-weight: 700;
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.business-primary-button {
  width: auto;
  border: 1px solid var(--profile-coral);
  color: #fff;
  background: var(--profile-coral);
  cursor: pointer;
}

.profile-actions-card .business-primary-button {
  width: 100%;
}

.business-primary-button:hover {
  color: #fff;
  border-color: #d95034;
  background: #d95034;
}

.business-primary-button i,
.business-secondary-button i,
.business-link-button i,
.business-disabled-button i {
  margin-right: 9px;
}

.business-secondary-button {
  margin-top: 11px;
  border: 1px solid var(--profile-blue);
  color: var(--profile-blue);
  background: #fff;
}

.business-secondary-button:hover {
  color: #fff;
  background: var(--profile-blue);
}

.business-link-button {
  justify-content: flex-start;
  min-height: 42px;
  padding: 12px 8px 0;
  color: var(--profile-blue);
}

.business-link-button:hover {
  color: var(--profile-navy);
}

.profile-information-card ul {
  margin-bottom: 20px;
}

.profile-information-card li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 17px;
}

.profile-information-card li i {
  width: 20px;
  margin-top: 4px;
  color: var(--profile-blue);
  text-align: center;
}

.profile-information-card a {
  color: var(--profile-ink);
  overflow-wrap: anywhere;
}

.profile-information-card a:hover {
  color: var(--profile-blue);
}

.business-social-links {
  display: flex;
  gap: 9px;
  padding-top: 18px;
  border-top: 1px solid var(--profile-border);
}

.business-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--profile-blue);
}

.business-social-links a:hover {
  color: #fff;
  background: var(--profile-navy);
}

.profile-hours-card .profile-section-heading {
  align-items: center;
}

.profile-hours-card dl {
  margin: 0;
}

.profile-hours-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 10px;
  border-radius: 4px;
}

.profile-hours-card .is-today {
  color: var(--profile-navy);
  background: #e8f5fd;
  font-weight: 700;
}

.profile-hours-card dt,
.profile-hours-card dd {
  margin: 0;
  font-weight: inherit;
}

.profile-hours-card dd {
  text-align: right;
}

.hours-note {
  margin-top: 15px;
  color: var(--profile-muted);
  font-size: 13px;
}

.profile-booking-card .coming-soon-badge {
  margin-bottom: 15px;
}

.profile-booking-card h2 {
  margin-bottom: 10px;
}

.business-disabled-button {
  margin-top: 20px;
  border: 1px solid #dce5ed;
  color: #8ca0b3;
  background: #eef3f7;
  cursor: not-allowed;
}

.profile-map-preview {
  height: 190px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 5px;
  background:
    linear-gradient(25deg, transparent 48%, #c4d8e3 49%, #c4d8e3 52%, transparent 53%),
    linear-gradient(95deg, transparent 46%, #d0e0e8 47%, #d0e0e8 50%, transparent 51%),
    #e9f1ee;
}

.map-road {
  position: absolute;
  display: block;
  height: 10px;
  background: #fff;
  box-shadow: 0 0 0 1px #d6e1e7;
}

.map-road--one {
  width: 130%;
  top: 48%;
  left: -15%;
  transform: rotate(-7deg);
}

.map-road--two {
  width: 95%;
  top: 28%;
  left: 34%;
  transform: rotate(72deg);
}

.map-road--three {
  width: 100%;
  top: 75%;
  left: -28%;
  transform: rotate(48deg);
}

.map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: var(--profile-coral);
  font-size: 35px;
  transform: translate(-50%, -70%);
  filter: drop-shadow(0 3px 3px rgba(7, 30, 66, 0.25));
}

.profile-map-card p {
  margin-bottom: 8px;
  color: var(--profile-muted);
}

.profile-map-card a {
  color: var(--profile-blue);
  font-weight: 600;
}

.profile-map-card a i {
  margin-left: 5px;
  font-size: 11px;
}

.business-mobile-actions {
  display: none;
}

.business-gallery-modal[hidden] {
  display: none;
}

.business-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  grid-template-columns: 80px minmax(0, 980px) 80px;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 70px 25px 35px;
  color: #fff;
  background: rgba(2, 12, 28, 0.95);
}

.business-gallery-modal__photo {
  width: 100%;
  height: auto;
  max-height: 72vh;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-radius: 6px;
  background: #071e42;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.business-gallery-modal__close,
.business-gallery-modal__nav {
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 25px;
}

.business-gallery-modal__close {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 46px;
  height: 46px;
}

.business-gallery-modal__caption {
  grid-column: 2;
  margin: 0;
  text-align: center;
}

body.business-gallery-is-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .business-profile-hero {
    min-height: 380px;
  }

  .business-profile-summary {
    margin-top: -78px;
  }

  .business-profile-heading {
    align-items: flex-start;
  }

  .business-profile-summary__actions {
    flex-direction: column;
  }

  .business-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .business-profile-hero {
    min-height: 330px;
    margin-top: 55px;
  }

  .business-profile-preview-bar {
    margin-top: 55px;
  }

  .business-profile-summary {
    margin-top: -55px;
  }

  .business-profile-logo {
    width: min(340px, calc(100% - 60px));
    height: 126px;
  }

  .business-profile-logo--initials {
    width: 104px;
    height: 104px;
  }

  .business-profile-grid {
    grid-template-columns: 1fr;
  }

  .business-profile-sidebar {
    position: static;
  }

  .profile-actions-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .profile-actions-card .business-secondary-button,
  .profile-actions-card .business-link-button {
    margin: 0;
  }

  .profile-actions-card .business-link-button {
    justify-content: center;
    padding-top: 12px;
  }
}

@media (max-width: 767px) {
  .business-profile {
    padding-bottom: 64px;
  }

  .business-profile-hero {
    min-height: 280px;
  }

  .business-profile-body {
    padding-bottom: 45px;
  }

  .business-profile-summary {
    margin-top: -36px;
    padding: 76px 24px 24px;
  }

  .business-profile-logo {
    top: -64px;
    left: 24px;
    width: min(330px, calc(100% - 48px));
    height: 116px;
    padding: 15px 20px;
    border-width: 5px;
  }

  .business-profile-logo--initials {
    top: -50px;
    width: 96px;
    height: 96px;
    padding: 0;
  }

  .business-profile-heading {
    display: block;
  }

  .business-profile-heading h1 {
    font-size: 26px;
  }

  .business-profile-summary__actions {
    flex-direction: row;
    margin-top: 18px;
    padding: 12px 0 0;
    border-top: 1px solid var(--profile-border);
    border-left: 0;
  }

  .profile-icon-action {
    text-align: left;
  }

  .profile-icon-action i,
  .profile-icon-action span {
    display: inline-block;
  }

  .profile-icon-action i {
    margin: 0 7px 0 0;
  }

  .profile-card {
    padding: 24px;
  }

  .business-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 145px);
  }

  .business-gallery__photo--featured {
    grid-row: auto;
  }

  .business-detail-grid,
  .business-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .business-contact-form__message {
    grid-column: auto;
  }

  .business-gallery-modal {
    grid-template-columns: 45px minmax(0, 1fr) 45px;
    gap: 7px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .business-mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 12px max(8px, env(safe-area-inset-bottom));
    border-top: 1px solid #d6e0e9;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -5px 18px rgba(7, 30, 66, 0.12);
  }

  .business-mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    color: #fff;
    background: var(--profile-blue);
    font-weight: 700;
  }

  .business-mobile-actions a:first-child {
    border-radius: 5px 0 0 5px;
    background: var(--profile-coral);
  }

  .business-mobile-actions a:last-child {
    border-radius: 0 5px 5px 0;
  }

  .business-mobile-actions i {
    margin-right: 8px;
  }
}

@media (max-width: 575px) {
  .business-profile-hero {
    min-height: 220px;
  }

  .business-profile-summary {
    margin-top: -24px;
    padding-top: 74px;
  }

  .business-profile-logo {
    top: -58px;
    height: 108px;
  }

  .business-profile-logo--initials {
    top: -46px;
    width: 88px;
    height: 88px;
    font-size: 29px;
  }

  .business-profile-rating > span:last-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
  }

  .business-profile-quick-info {
    display: block;
  }

  .business-profile-quick-info li + li {
    margin-top: 10px;
  }

  .profile-section-heading {
    display: block;
  }

  .profile-section-heading > * + * {
    margin-top: 12px;
  }

  .business-services,
  .profile-actions-card {
    grid-template-columns: 1fr;
  }

  .business-gallery {
    grid-template-rows: repeat(3, 115px);
  }

  .profile-hours-card dl > div {
    display: block;
  }

  .profile-hours-card dd {
    margin-top: 3px;
    text-align: left;
  }

  .business-gallery-modal {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }
}
.founding-profile-badge { display:inline-flex; align-items:center; gap:6px; margin-left:12px; padding:6px 10px; border:1px solid #e1c261; border-radius:999px; color:#65480e; background:#fff0bd; font-size:.72rem; font-weight:850; letter-spacing:.03em; vertical-align:middle; white-space:nowrap; }
@media (max-width:575px) { .founding-profile-badge { margin:9px 0 0; } }
