.bar-service-page {
  background: var(--bar-text-light);
  color: var(--bar-text-dark);
}

.bar-service-section {
  padding-left: 0;
  padding-right: 0;
}

.bar-service-section--intro {
  overflow: visible;
  padding-top: clamp(54px, 6vw, 86px);
  position: relative;
  z-index: 5;
}

.bar-service-intro,
.bar-service-location,
.bar-service-reviews,
.bar-service-subfooter {
  align-items: start;
  gap: clamp(32px, 5vw, 70px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: visible;
}

.bar-service-copy {
  max-width: 710px;
}

.bar-service-lead-panel h2,
.bar-service-reviews h2,
.bar-service-section--brands h2,
.bar-service-subfooter h2 {
  color: var(--bar-heading-dark);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(34px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 0.95;
  margin: 0 0 20px;
}

.bar-service-copy h2,
.bar-service-copy h3,
.bar-service-copy h4 {
  color: var(--bar-heading-dark);
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  line-height: 1.16;
}

.bar-service-copy h2 {
  font-size: clamp(24px, 2.3vw, 34px);
  margin: 0 0 18px;
}

.bar-service-copy h3 {
  font-size: clamp(20px, 1.8vw, 26px);
  margin: 34px 0 14px;
}

.bar-service-copy h4 {
  font-size: 18px;
  margin: 28px 0 12px;
}

.bar-service-copy p {
  color: #1d2a3a;
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.78;
  margin: 0 0 28px;
}

.bar-service-copy img {
  border-radius: 8px;
}

.bar-service-text-link {
  align-items: center;
  border: 1px solid var(--bar-accent-blue);
  border-radius: 999px;
  color: var(--bar-accent-blue);
  display: inline-flex;
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  padding: 0 22px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bar-service-text-link:hover,
.bar-service-text-link:focus {
  background: var(--bar-accent-blue);
  border-color: var(--bar-accent-blue);
  color: var(--bar-text-light);
  text-decoration: none;
}

.bar-service-copy a:not(.bar-button):not(.bar-service-text-link) {
  color: var(--bar-accent-blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.bar-service-copy a:not(.bar-button):not(.bar-service-text-link):hover,
.bar-service-copy a:not(.bar-button):not(.bar-service-text-link):focus {
  color: var(--bar-dark);
  text-decoration-thickness: 2px;
}

.bar-service-advisor {
  margin-top: 46px;
}

.bar-service-advisor h3 {
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.16;
  margin-bottom: 18px;
}

.bar-service-advisor__card {
  align-items: center;
  background: #e7edf4;
  border: 1px solid #d5deea;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  max-width: 560px;
  min-height: 96px;
  overflow: hidden;
  position: relative;
}

.bar-service-advisor__card img {
  height: 100%;
  min-height: 96px;
  object-fit: cover;
  width: 104px;
}

.bar-service-advisor__status {
  border-radius: 999px;
  height: 28px;
  left: 91px;
  position: absolute;
  width: 28px;
}

.bar-service-advisor__status:before {
  animation: barServiceAdvisorPulse 2.4s ease-in-out infinite;
  background: rgba(103, 212, 107, 0.5);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.bar-service-advisor__status:after {
  background: var(--bar-accent-green);
  border-radius: 999px;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 12px;
}

@keyframes barServiceAdvisorPulse {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.bar-service-advisor__content {
  padding: 18px 22px 18px 30px;
}

.bar-service-advisor__card strong,
.bar-service-advisor__card span {
  display: block;
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
}

.bar-service-advisor__card strong {
  color: var(--bar-dark);
  font-size: 17px;
  line-height: 1.25;
}

.bar-service-advisor__content > span {
  color: var(--bar-dark);
  font-size: 16px;
  line-height: 1.45;
  margin-top: 3px;
}

.bar-service-copy .bar-service-advisor__card .bar-button {
  background: var(--bar-accent-blue);
  border-color: var(--bar-accent-blue);
  color: #000000;
  margin-top: 12px;
}

.bar-service-copy .bar-service-advisor__card .bar-button:hover,
.bar-service-copy .bar-service-advisor__card .bar-button:focus {
  background: #6aa9f4;
  border-color: #6aa9f4;
  color: #000000;
}

.bar-service-lead-panel {
  align-self: start;
  background: var(--bar-card-light);
  border: 1px solid var(--bar-border-light);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(10, 22, 36, 0.14);
  overflow: hidden;
  position: relative;
  z-index: 6;
}

.bar-service-lead-panel__image {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.bar-service-lead-panel h2 {
  background: var(--bar-accent-blue);
  color: var(--bar-text-light);
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.16;
  margin: 0;
  padding: 24px 28px;
}

.bar-service-lead-panel__form {
  padding: 28px;
}

.bar-service-lead-panel__form .gform_wrapper {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.bar-service-lead-panel__form .gform_wrapper,
.bar-service-lead-panel__form form,
.bar-service-lead-panel__form .gform_body,
.bar-service-lead-panel__form .gform_fields,
.bar-service-lead-panel__form .gform_fields > .gfield:last-child,
.bar-service-lead-panel__form .gform_footer {
  height: auto;
  margin-bottom: 0;
  max-height: none;
  min-height: 0;
  padding-bottom: 0;
}

.bar-service-lead-panel__form .gform_footer {
  margin: 18px 0 0;
  padding: 0;
}

.bar-service-lead-panel__form .gform_footer input {
  margin-bottom: 0;
}

.bar-service-lead-panel__form .gform_ajax_spinner,
.bar-service-lead-panel__form .gform_validation_container {
  display: none;
}

.bar-service-lead-panel__form .gform_heading {
  display: none;
}

.bar-service-lead-panel .gform_wrapper input[type="text"],
.bar-service-lead-panel .gform_wrapper input[type="email"],
.bar-service-lead-panel .gform_wrapper input[type="tel"],
.bar-service-lead-panel .gform_wrapper textarea,
.bar-service-form-fallback input,
.bar-service-form-fallback textarea {
  background: #f6f8fb;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  color: var(--bar-dark);
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  min-height: 46px;
}

.bar-service-lead-panel .gform_wrapper .gfield_label,
.bar-service-form-fallback span {
  color: var(--bar-dark);
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  font-weight: 800;
}

.bar-service-lead-panel .gform_wrapper .gform_button,
.bar-service-form-fallback button {
  background: var(--bar-accent-orange);
  border-color: var(--bar-accent-orange);
  color: var(--bar-dark);
}

.bar-service-lead-panel .gform_wrapper .gform_button:hover,
.bar-service-lead-panel .gform_wrapper .gform_button:focus,
.bar-service-form-fallback button:hover,
.bar-service-form-fallback button:focus {
  background: var(--bar-accent-orange-hover);
  border-color: var(--bar-accent-orange-hover);
  color: var(--bar-dark);
}

.bar-service-form-fallback {
  display: grid;
  gap: 16px;
}

.bar-service-form-fallback label {
  display: grid;
  gap: 7px;
}

.bar-service-section--bleed {
  overflow: hidden;
  padding: 0;
}

.bar-service-section--bleed img {
  border-radius: 8px;
  display: block;
  height: clamp(300px, 38vw, 560px);
  margin-left: 50%;
  max-width: none;
  object-fit: cover;
  transform: translateX(-50%);
  width: min(1440px, calc(100vw - 48px));
}

.bar-service-location {
  align-items: center;
}

.bar-service-map-collage {
  min-height: 560px;
  position: relative;
}

.bar-service-map-collage__map {
  bottom: 0;
  height: 100%;
  left: -42px;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 58%;
  z-index: 3;
}

.bar-service-map-collage__photo {
  display: block;
  height: 210px;
  object-fit: cover;
  position: absolute;
  right: 0;
  width: 72%;
  z-index: 1;
}

.bar-service-map-collage__photo--top {
  top: 66px;
}

.bar-service-map-collage__photo--bottom {
  bottom: 66px;
}

.bar-service-section--reviews {
  background: #e8eef5;
}

.bar-service-reviews {
  align-items: center;
}

.bar-service-review-marquee {
  --bar-review-card-width: 270px;
  --bar-review-gap: 24px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bar-service-review-marquee:before,
.bar-service-review-marquee:after {
  content: "";
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: clamp(38px, 9vw, 96px);
  z-index: 2;
}

.bar-service-review-marquee:before {
  background: linear-gradient(90deg, #e8eef5 0%, rgba(232, 238, 245, 0) 100%);
  left: 0;
}

.bar-service-review-marquee:after {
  background: linear-gradient(270deg, #e8eef5 0%, rgba(232, 238, 245, 0) 100%);
  right: 0;
}

.bar-service-review-track {
  animation: bar-service-review-marquee 42s linear infinite;
  display: flex;
  gap: var(--bar-review-gap);
  width: max-content;
  will-change: transform;
}

.bar-service-review-marquee:hover .bar-service-review-track,
.bar-service-review-marquee.is-paused .bar-service-review-track {
  animation-play-state: paused;
}

.bar-service-review-card {
  background: var(--bar-card-light);
  border: 1px solid #cad5e1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 0 0 var(--bar-review-card-width);
  padding: 28px;
}

.bar-service-stars {
  display: flex;
  gap: 5px;
  margin-bottom: 22px;
}

.bar-service-stars span {
  align-items: center;
  background: var(--bar-accent-green);
  border-radius: 3px;
  color: var(--bar-dark);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.bar-service-review-card p,
.bar-service-review-card footer {
  color: var(--bar-dark);
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
}

.bar-service-review-card footer {
  align-items: flex-start;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
  margin-top: auto;
  min-height: 0;
  padding: 0;
  width: 100%;
}

.bar-service-review-card footer strong {
  display: block;
  flex: 0 0 auto;
  text-align: left;
}

.bar-service-review-card footer span,
.bar-service-review-card__source {
  align-items: center;
  color: rgba(8, 16, 32, 0.62);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  font-size: 13px;
  justify-content: flex-start;
  margin-left: 0;
  text-align: left;
  white-space: normal;
}

.bar-service-review-card__source:hover,
.bar-service-review-card__source:focus {
  color: var(--bar-blue);
  text-decoration: none;
}

@keyframes bar-service-review-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.bar-service-section--brands {
  overflow: hidden;
  text-align: center;
}

.bar-brand-marquee {
  margin-top: 32px;
  overflow: hidden;
  width: 100%;
}

.bar-brand-marquee__track {
  animation: bar-brand-marquee 34s linear infinite;
  display: flex;
  gap: 22px;
  width: max-content;
}

.bar-brand-marquee__item {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 92px;
  justify-content: center;
  padding: 0 26px;
  width: 190px;
}

.bar-brand-marquee__item img {
  max-height: 54px;
  max-width: 100%;
  object-fit: contain;
}

@keyframes bar-brand-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.bar-service-section--subfooter {
  background: #111d2e;
  color: var(--bar-text-light);
  padding-bottom: var(--bar-section-y);
  padding-top: var(--bar-section-y);
}

.bar-service-subfooter {
  align-items: center;
}

.bar-service-subfooter > div:first-child,
.bar-service-subfooter > img {
  align-self: center;
}

.bar-service-subfooter h2 {
  color: var(--bar-text-light);
}

.bar-service-subfooter p {
  color: #b8c8da;
  font-family: "Instrument Sans", "Helvetica Neue", sans-serif;
  font-size: 19px;
  line-height: 1.6;
  max-width: 620px;
}

.bar-service-subfooter img {
  display: block;
  height: 380px;
  justify-self: stretch;
  max-width: none;
  min-width: 100%;
  object-fit: cover;
  width: 100%;
}

.bar-service-subfooter__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .single-services .bar-service-lead-panel {
    margin-top: calc(-50px - clamp(54px, 6vw, 86px));
  }
}

@media (max-width: 991px) {
  .bar-service-intro,
  .bar-service-location,
  .bar-service-reviews,
  .bar-service-subfooter {
    grid-template-columns: 1fr;
  }

  .bar-service-map-collage {
    min-height: 500px;
  }

  .bar-service-reviews {
    grid-template-columns: 1fr;
  }

  .bar-service-subfooter img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .bar-service-copy p {
    font-size: 15px;
    line-height: 1.62;
  }

  .bar-service-advisor__card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .bar-service-advisor__card img {
    min-height: 108px;
    width: 92px;
  }

  .bar-service-advisor__status {
    height: 24px;
    left: 80px;
    width: 24px;
  }

  .bar-service-advisor__status:after {
    height: 10px;
    left: 7px;
    top: 7px;
    width: 10px;
  }

  .bar-service-advisor__content {
    padding: 16px 16px 16px 24px;
  }

  .bar-service-advisor__card strong {
    font-size: 16px;
  }

  .bar-service-advisor__content > span {
    font-size: 15px;
  }

  .bar-service-section--bleed img {
    border-radius: 8px;
    height: 320px;
    width: calc(100vw - 40px);
  }

  .bar-service-map-collage {
    min-height: 430px;
  }

  .bar-service-map-collage__map {
    left: -22px;
    width: 72%;
  }

  .bar-service-map-collage__photo {
    height: 150px;
    width: 78%;
  }

  .bar-service-review-marquee {
    --bar-review-card-width: min(86vw, 335px);
  }

  .bar-service-review-card footer {
    align-items: flex-start;
  }

  .bar-brand-marquee__item {
    height: 78px;
    width: 160px;
  }
}
