/* Generated from assets/main.scss by the focused homepage build. */
.tfh-home-hero, .tfh-facts {
  --tfh-wine: #79041e;
  --tfh-wine-dark: #590015;
  --tfh-gold: #edb000;
  --tfh-cream: #fff8ed;
  --tfh-ink: #292425;
  --tfh-muted: #6c6264;
  --tfh-line: #eadfd8;
}

.tfh-home-hero .tfh-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.8rem 1.15rem;
  border: 2px solid var(--tfh-wine);
  border-radius: 0.25rem;
  background: var(--tfh-wine);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.tfh-home-hero .tfh-primary-link:hover {
  border-color: var(--tfh-wine-dark);
  background: var(--tfh-wine-dark);
  transform: translateY(-1px);
}
.tfh-home-hero .tfh-primary-link:focus-visible {
  outline: 3px solid var(--tfh-gold);
  outline-offset: 3px;
}

.home .tfh-home-hero h1 {
  display: block;
  font-size: clamp(2.25rem, 7vw, 4.75rem) !important;
  font-weight: 700 !important;
}

.home #soliloquy-container-11_1 {
  max-width: 100% !important;
  max-height: none !important;
  margin-inline: auto !important;
}

.home .navbar-brand img {
  width: 300px !important;
  left: auto;
}

@media (max-width: 767.98px) {
  .home .navbar-brand img {
    width: 50% !important;
  }
}
.tfh-home-hero {
  position: relative;
  overflow: hidden;
  margin: 1rem 0 clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 7vw, 5.5rem) clamp(1.25rem, 6vw, 5rem);
  border-top: 4px solid var(--tfh-gold);
  background: linear-gradient(115deg, var(--tfh-cream) 0%, #fffdf8 65%, #f9f0df 100%);
  box-shadow: 0 1.5rem 3.5rem rgba(71, 24, 32, 0.1);
}
.tfh-home-hero::after {
  position: absolute;
  top: -7rem;
  right: -5rem;
  width: 17rem;
  height: 17rem;
  border: 2.5rem solid rgba(237, 176, 0, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.tfh-home-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  margin: 0;
  padding: 0;
  font-size: clamp(2.25rem, 7vw, 4.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.tfh-eyebrow {
  margin: 0 0 0.8rem;
  color: var(--tfh-wine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tfh-home-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 38ch;
  margin: 1.4rem 0 0;
  color: var(--tfh-ink);
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 650;
  line-height: 1.35;
}

.tfh-home-hero__text {
  position: relative;
  z-index: 1;
  max-width: 66ch;
  margin: 1rem 0 1.6rem;
  color: var(--tfh-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.tfh-facts {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  margin: 0 0 clamp(2.5rem, 6vw, 4.5rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border-top: 4px solid var(--tfh-gold);
  background: var(--tfh-wine);
  color: #fff;
}
.tfh-facts h2 {
  margin: 0;
  padding: 0;
  color: var(--tfh-gold) !important;
  font-size: 0.85rem !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.tfh-facts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

.tfh-facts__item {
  min-width: 0;
  margin: 0;
  padding: 0 clamp(1rem, 3vw, 2rem);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.tfh-facts__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.tfh-facts__item dt {
  margin-bottom: 0.85rem;
  color: var(--tfh-cream);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -0.035em;
  line-height: 1;
}
.tfh-facts__item dd,
.tfh-facts__item .tfh-facts__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.45;
}

.tfh-facts__item--label-only {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767.98px) {
  .tfh-home-hero {
    margin-inline: -0.75rem;
  }
  .tfh-facts {
    margin-inline: -0.75rem;
  }
  .tfh-facts__list {
    grid-template-columns: 1fr;
  }
  .tfh-facts__item {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }
  .tfh-facts__item:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .tfh-facts__item:last-child {
    padding-bottom: 0;
  }
}
