:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ddabb40 */.tc-contact-hero {
  position: relative;
  min-height: min(52vh, 480px);
  background: #111;
  overflow: hidden;
  color: #f7efe6;
}

.tc-contact-hero-media {
  position: absolute;
  inset: 0;
}

.tc-contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.04);
  animation: tc-ken 20s ease-in-out infinite alternate;
  filter: brightness(0.72);
}

.tc-contact-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(12, 8, 6, 0.42) 0%,
      rgba(12, 8, 6, 0.38) 40%,
      rgba(12, 8, 6, 0.62) 100%
    );
  pointer-events: none;
}

.tc-contact-hero-copy {
  position: relative;
  z-index: 2;
  min-height: min(52vh, 480px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0 24px 56px;
}

.tc-contact-kicker {
  margin: 0 0 8px;
  font-family: var(--tc-sans, "Outfit", sans-serif);
  font-size: 13px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--tc-gold-soft, #e8d5a8);
}

.tc-contact-hero-copy h1 {
  margin: 0;
  font-family: var(--tc-display, "Cormorant Garamond", "Times New Roman", serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 8vw, 5.2rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  color: #f7efe6;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.tc-contact-hero-copy h1 em {
  display: block;
  margin-bottom: -6px;
  font-family: var(--tc-script, "Great Vibes", cursive);
  font-style: normal;
  font-size: 0.62em;
  color: var(--tc-coral-soft, #f08070);
}

.tc-contact-lede {
  margin: 16px 0 0;
  max-width: 36ch;
  font-family: var(--tc-sans, "Outfit", sans-serif);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(247, 239, 230, 0.92);
}

a.tc-btn-line,
a.tc-btn-line:link,
a.tc-btn-line:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: transparent;
  border: 1px solid #f7efe6;
  color: #f7efe6 !important;
  padding: 12px 28px;
  font-family: var(--tc-sans, "Outfit", sans-serif);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}

a.tc-btn-line:hover,
a.tc-btn-line:focus-visible {
  background: #f7efe6;
  border-color: #f7efe6;
  color: var(--tc-ink, #111111) !important;
}

@media (max-width: 980px) {
  .tc-contact-hero,
  .tc-contact-hero-copy {
    min-height: 0;
  }

  .tc-contact-hero-copy {
    padding: 88px 20px 36px;
  }

  .tc-contact-hero-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.2rem);
  }

  .tc-contact-lede {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-contact-hero-media img {
    animation: none;
    transform: none;
  }
}/* End custom CSS */