/* Harbor base: final shared rules and responsive variants. */
body {
  font-family: var(--font-body);
  font-size: var(--font-body-size);
  line-height: 1.62;
}

.text-body--bold {
  font-weight: var(--font-weight-bold);
}

.heading-1 {
  font-family: var(--font-heading);
}

.heading-2 {
  font-family: var(--font-heading);
}

.heading-3 {
  font-family: var(--font-heading);
}

.heading-1 {
  color: var(--ocf-heading);
  font-weight: var(--ocf-font-h1-weight, 500);
}

h1 {
  font-family: var(--font-heading);
  color: var(--ocf-heading);
  font-weight: var(--ocf-font-h1-weight, 500);
}

.heading-2 {
  font-weight: var(--ocf-font-h2-weight, 500);
}

h2 {
  font-family: var(--font-heading);
  color: var(--ocf-heading);
  font-weight: var(--ocf-font-h2-weight, 500);
}

.heading-3 {
  font-weight: var(--ocf-font-h3-weight, 500);
}

.heading-2 {
  color: var(--ocf-heading);
  font-size: 44px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.heading-3 {
  color: var(--ocf-heading);
  font-size: 26px;
  line-height: 1.31;
}

h3 {
  font-family: var(--font-heading);
  color: var(--ocf-heading);
  font-weight: var(--ocf-font-h3-weight, 500);
  font-size: 26px;
  line-height: 1.31;
}

.section-padding {
  padding-block: var(--section-pad);
}

.hb-label {
  font: 500 14px/20px var(--font-body);
}

.eyebrow {
  font: 500 14px/20px var(--font-body);
}

.hb-section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}

.hb-section-heading > * {
  margin: 0;
}

.hb-section-heading > p:not(.hb-label) {
  max-width: 720px;
}

.hb-text-link {
  font: 500 14px/20px var(--font-body);
}

.hb-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--ocf-secondary);
  outline-offset: 4px;
}

.hb-phone {
  min-height: 44px;
  font: 500 14px/20px var(--font-body);
}

.hb-phone:hover {
  text-decoration: underline;
}

.prose {
  overflow-wrap: anywhere;
  font-size: 18px;
  line-height: 1.7;
}

.prose h2 {
  font-size: 32px;
  line-height: 1.25;
  margin: 40px 0 20px;
}

.prose h3 {
  margin: 32px 0 16px;
}

.prose p {
  margin-bottom: 24px;
}

.prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--hb-radius);
}

input:not([type="checkbox"]):not([type="radio"]) {
  min-height: 48px;
}

select {
  min-height: 48px;
}

textarea {
  min-height: 48px;
}

@media (max-width: 599px) {
  .heading-2 {
    font-size: 32px;
    line-height: 38px;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  body {
    font-size: 16px;
    line-height: 26px;
  }
  .prose {
    font-size: 16px;
    line-height: 26px;
  }
  .hb-section-heading {
    margin-bottom: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  *:before {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.ocf-standard-page__content {
  max-width: 800px;
  margin-inline: auto;
}

.ocf-service-area-row {
  background: var(--ocf-bg-alt);
  border: 0;
  border-radius: var(--hb-radius);
  box-shadow: none;
}

.page-section--alt {
  background: var(--ocf-bg);
}

.hb-inner + .ocf-detail-section {
  padding-top: 56px;
}

@media (max-width: 599px) {
  .hb-inner + .ocf-detail-section {
    padding-top: 32px;
  }
}

.hb-label {
  font-family: var(--font-body);
}

.eyebrow {
  font-family: var(--font-body);
}

[data-ocf-field$="_eyebrow"] {
  font-family: var(--font-body);
  font-size: var(--ocf-font-eyebrow-size, 16px);
  font-weight: var(--ocf-font-eyebrow-weight, 600);
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.hb-text-link {
  color: var(--hb-accent-text);
  text-decoration: none;
  font-size: var(--font-body-size);
  line-height: 1.5;
}

.hb-phone {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
}

a[href^="tel:"] .hb-phone-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: inherit;
}

@media (max-width: 599px) {
  .container-global {
    width: calc(100% - 48px);
    max-width: none;
    min-width: 0;
  }
}

main > section:not(.hb-hero):not(.hb-cta):not(.hb-inner) {
  border-radius: var(--hb-radius) var(--hb-radius) 0 0;
  overflow: clip;
  position: relative;
  z-index: 1;
  margin-top: calc(0px - var(--hb-radius) - 1px);
}

body.single-service .hb-service-detail-services {
  background: var(--ocf-bg);
}

body.single-service .hb-service-detail-services .hb-section-heading {
  max-width: 720px;
}

body.single-service .ocf-detail-content > .hb-inner__image {
  width: 100%;
  margin: 0 0 clamp(28px, 4vw, 48px);
}

@media (max-width: 991px) {
  body.single-service .ocf-detail-content > .hb-inner__image {
    height: clamp(220px, 48vw, 360px);
    margin-bottom: 32px;
  }
}

body.single-service .ocf-detail-content > .hb-inner__image {
  display: block;
  border-radius: var(--ocf-image-radius, var(--hb-radius));
  width: min(100%, 760px);
  max-width: 760px;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 599px) {
  body.single-service .ocf-detail-content > .hb-inner__image {
    margin-bottom: 24px;
    width: 100%;
    max-width: none;
    height: 220px;
    aspect-ratio: auto;
  }
}

body.single-service .hb-inner + .ocf-detail-section {
  padding-top: 56px;
}

@media (max-width: 991px) {
  body.single-service .hb-inner + .ocf-detail-section {
    padding-top: 40px;
  }
}

@media (max-width: 599px) {
  body.single-service .hb-inner + .ocf-detail-section {
    padding-top: 32px;
  }
}

:where(section, footer) > .container-global {
  width: min(calc(100% - (var(--container-pad) * 2)), var(--container-max));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

:where(.hb-hero, .hb-cta) > .container-global {
  width: 100%;
  margin-inline: 0;
}

@media (max-width: 599px) {
  :where(section, footer) > .container-global {
    width: calc(100% - 48px);
  }
  :where(.hb-hero, .hb-cta) > .container-global {
    width: 100%;
  }
}

.hb-bg-soft {
  background: var(--hb-bg-soft);
}

html {
  overscroll-behavior-y: none;
}

body {
  padding-top: 0;
  background: var(--ocf-bg);
  color: var(--ocf-body);
  overscroll-behavior-y: none;
}

.hb-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 14px;
  border-radius: 1px var(--ocf-radius-sm, var(--hb-radius)) 1px var(--ocf-radius-sm, var(--hb-radius));
  background: var(--ocf-bg-alt);
  color: var(--ocf-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 14px;
  border-radius: 1px var(--ocf-radius-sm, var(--hb-radius)) 1px var(--ocf-radius-sm, var(--hb-radius));
  background: var(--ocf-bg-alt);
  color: var(--ocf-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: none;
}

.ocf-difference__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 14px;
  border-radius: 1px var(--ocf-radius-sm, var(--hb-radius)) 1px var(--ocf-radius-sm, var(--hb-radius));
  background: var(--ocf-bg-alt);
  color: var(--ocf-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: none;
}

.ocf-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 14px;
  border-radius: 1px var(--ocf-radius-sm, var(--hb-radius)) 1px var(--ocf-radius-sm, var(--hb-radius));
  background: var(--ocf-bg-alt);
  color: var(--ocf-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: none;
}

.ocf-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 14px;
  border-radius: 1px var(--ocf-radius-sm, var(--hb-radius)) 1px var(--ocf-radius-sm, var(--hb-radius));
  background: var(--ocf-bg-alt);
  color: var(--ocf-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: none;
}

.ocf-page-header__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 14px;
  border-radius: 1px var(--ocf-radius-sm, var(--hb-radius)) 1px var(--ocf-radius-sm, var(--hb-radius));
  background: var(--ocf-bg-alt);
  color: var(--ocf-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: none;
}

.footer-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 14px;
  border-radius: 1px var(--ocf-radius-sm, var(--hb-radius)) 1px var(--ocf-radius-sm, var(--hb-radius));
  background: var(--ocf-bg-alt);
  color: var(--ocf-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: none;
}

.hb-label a {
  color: inherit;
}

.hb-label a:hover {
  color: inherit;
}

.hb-cta__panel.hb-satin-frost--dark::before {
  z-index: 2;
}

.hb-cta__panel.hb-satin-frost--dark :is(.hb-cta__copy, .hb-cta__actions) {
  z-index: 3;
}
