:root {
  color-scheme: light dark;
}

.lifedb-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #ffffff;
  font-family: TTNeoris, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: 0 1px 12px rgba(25, 36, 62, 0.28);
}

.lifedb-brand-mark {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.16);
}

.lifedb-brand-mark::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
}

.lifedb-home .logo-wrapper img,
.lifedb-home .logo-wrapper-2 img {
  opacity: 0;
}

.lifedb-home .home-hero h1,
.lifedb-home .home-hero h2 {
  opacity: 0 !important;
}

.lifedb-home .logo-wrapper,
.lifedb-home .logo-wrapper-2 {
  min-width: 12rem;
}

.lifedb-custom-panel {
  position: fixed;
  z-index: 12;
  left: clamp(1.25rem, 4vw, 4rem);
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: clamp(1.25rem, 5vh, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(1rem, 3vw, 2.25rem);
  align-items: end;
  pointer-events: none;
}

.lifedb-custom-copy {
  max-width: 46rem;
  color: #10162f;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.4);
}

.lifedb-custom-copy .eyebrow {
  margin: 0 0 0.75rem;
  font-family: TTNeoris, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
}

.lifedb-custom-copy h1 {
  margin: 0;
  font-family: TheSeasons, Georgia, serif;
  font-size: clamp(4.6rem, 16vw, 14rem);
  font-style: italic;
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0;
  color: #ffffff;
}

.lifedb-custom-copy p {
  margin: 1.15rem 0 0;
  max-width: 37rem;
  font-family: TTNeoris, Arial, sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 2.4rem);
  line-height: 1.06;
}

.lifedb-principle {
  align-self: end;
  max-width: 31rem;
  margin-left: auto;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  color: #12172d;
  font-family: TTNeoris, Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.25;
  backdrop-filter: blur(14px);
}

.lifedb-principle strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.lifedb-contact main,
.lifedb-contact #smooth-content {
  color: white;
}

@media (max-width: 767px) {
  .lifedb-custom-panel {
    grid-template-columns: 1fr;
    bottom: 1.2rem;
  }

  .lifedb-custom-copy h1 {
    font-size: clamp(4.8rem, 24vw, 8rem);
  }

  .lifedb-principle {
    margin-left: 0;
    font-size: 1rem;
  }
}
