/* [project]/components/Container.module.css [app-client] (css) */
.Container-module__5IB63q__container {
  max-width: var(--container-max);
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
  margin: 0 auto;
}

@media (max-width: 640px) {
  .Container-module__5IB63q__container {
    padding-left: var(--container-pad-mobile);
    padding-right: var(--container-pad-mobile);
  }
}

/* [project]/components/sections/HeroSection.module.css [app-client] (css) */
.HeroSection-module___Axouq__hero {
  isolation: isolate;
  color: var(--paper);
  padding-top: var(--space-40);
  padding-bottom: var(--space-16);
  background: var(--ink);
  align-items: center;
  min-height: 720px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.HeroSection-module___Axouq__bgImage {
  object-fit: cover;
  z-index: -3;
}

.HeroSection-module___Axouq__tint {
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(#1c120ec7 0%, #1c120e8c 35% 60%, #140c0aeb 100%), linear-gradient(90deg, #140c0a8c 0%, #140c0a33 55%, #0000 100%);
  position: absolute;
  inset: 0;
}

.HeroSection-module___Axouq__tintRadial {
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(70% 60% at 28% 55%, #140c0a8c, #0000 70%);
  position: absolute;
  inset: 0;
}

.HeroSection-module___Axouq__inner {
  width: 100%;
  position: relative;
}

.HeroSection-module___Axouq__eyebrow {
  font-family: var(--mono);
  font-size: var(--type-eyebrow);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: var(--space-7);
  align-items: center;
  gap: var(--space-3);
  display: flex;
}

.HeroSection-module___Axouq__rule {
  opacity: .7;
  background: currentColor;
  width: 32px;
  height: 1px;
  display: inline-block;
}

.HeroSection-module___Axouq__headline {
  font-family: var(--serif);
  font-size: var(--type-hero-display);
  letter-spacing: -.015em;
  margin-bottom: var(--space-9);
  max-width: 18ch;
  font-style: italic;
  font-weight: 300;
  line-height: 1.18;
}

.HeroSection-module___Axouq__phoneBlock {
  margin-top: var(--space-12);
}

.HeroSection-module___Axouq__phoneEyebrow {
  font-family: var(--mono);
  font-size: var(--type-eyebrow);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
  align-items: center;
  gap: var(--space-3);
  opacity: .85;
  display: flex;
}

.HeroSection-module___Axouq__phoneNumber {
  font-family: var(--serif);
  font-size: var(--type-phone-hero);
  letter-spacing: -.045em;
  color: var(--paper);
  transition: color var(--t-med);
  font-weight: 400;
  line-height: .95;
  display: block;
}

.HeroSection-module___Axouq__phoneNumber:hover {
  color: #ffdebe;
  color: lab(90.6366% 9.37563 21.5508);
}

.HeroSection-module___Axouq__phoneSecondary {
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-3);
  opacity: .9;
  font-size: 18px;
  display: flex;
}

.HeroSection-module___Axouq__liveDot {
  background: var(--live-dot);
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.HeroSection-module___Axouq__foot {
  margin-top: var(--space-16);
  gap: var(--space-12);
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  display: grid;
}

.HeroSection-module___Axouq__blurb {
  opacity: .9;
  max-width: 50ch;
  font-size: 16px;
  line-height: 1.55;
}

.HeroSection-module___Axouq__secondaryCta {
  font-family: var(--mono);
  font-size: var(--type-eyebrow-sm);
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: border-color var(--t-fast);
  border-bottom: 1px solid #ffffff59;
  place-self: end;
  padding-bottom: 4px;
}

.HeroSection-module___Axouq__secondaryCta:hover {
  border-color: #ffffffd9;
}

@media (max-width: 1024px) {
  .HeroSection-module___Axouq__hero {
    padding-top: 130px;
    padding-bottom: var(--space-12);
    min-height: 600px;
  }

  .HeroSection-module___Axouq__foot {
    gap: var(--space-8);
    grid-template-columns: 1fr;
  }

  .HeroSection-module___Axouq__secondaryCta {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .HeroSection-module___Axouq__hero {
    padding-top: 110px;
    padding-bottom: var(--space-12);
    min-height: 540px;
  }

  .HeroSection-module___Axouq__eyebrow {
    letter-spacing: .14em;
    margin-bottom: 22px;
    font-size: 11px;
  }

  .HeroSection-module___Axouq__rule {
    width: 22px;
  }

  .HeroSection-module___Axouq__headline {
    max-width: none;
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 1.18;
  }

  .HeroSection-module___Axouq__phoneNumber {
    letter-spacing: -.04em;
    font-size: 56px;
  }

  .HeroSection-module___Axouq__phoneSecondary {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 16px;
    font-size: 18px;
  }

  .HeroSection-module___Axouq__foot {
    gap: 32px;
    margin-top: 40px;
  }

  .HeroSection-module___Axouq__blurb {
    font-size: 15.5px;
  }
}

@media (max-width: 380px) {
  .HeroSection-module___Axouq__phoneNumber {
    font-size: 46px;
  }

  .HeroSection-module___Axouq__headline {
    font-size: 23px;
  }
}

/* [project]/components/BlockStub.module.css [app-client] (css) */
.BlockStub-module__I1_gTq__stub {
  background: var(--bg-2);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: var(--space-16) var(--container-pad);
  text-align: center;
}

.BlockStub-module__I1_gTq__inner {
  max-width: var(--container-max);
  align-items: center;
  gap: var(--space-3);
  flex-direction: column;
  margin: 0 auto;
  display: flex;
}

.BlockStub-module__I1_gTq__tag {
  font-family: var(--mono);
  font-size: var(--type-eyebrow);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
}

.BlockStub-module__I1_gTq__label {
  font-family: var(--serif);
  font-size: var(--type-section-title);
  color: var(--ink);
  max-width: 36ch;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.BlockStub-module__I1_gTq__note {
  font-family: var(--mono);
  font-size: var(--type-eyebrow-sm);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  opacity: .8;
}

@media (max-width: 640px) {
  .BlockStub-module__I1_gTq__stub {
    padding: var(--space-12) var(--container-pad-mobile);
  }
}

/*# sourceMappingURL=components_09j-uz~._.css.map*/