.desc-text {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #353535;
}

.desc-text-sm {
  font-size: 0.875rem;
  line-height: 1.625;
}

.desc-text-light {
  color: rgba(255, 255, 255, 0.9);
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  min-width: 0;
  transition: opacity 0.2s ease;
}

.site-logo:hover {
  opacity: 0.88;
}

.site-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
}

.site-logo-mark img {
  width: 100%;
  height: 100%;
  display: block;
}

.site-logo-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.site-logo-title {
  font-family: 'Philosopher', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #B00020;
  line-height: 1;
  letter-spacing: 0.06em;
}

.site-logo-tagline {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  color: #FF6210;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 0.2rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .site-logo-mark {
    width: 2.5rem;
    height: 2.5rem;
  }

  .site-logo-title {
    font-size: 1.05rem;
  }

  .site-logo-tagline {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }
}
