.cover-image {
  object-fit: contain;
  background: #e1dacd;
}

.hero-logo {
  display: block;
  margin-bottom: 3.6rem;
}

.logo-name {
  display: flex;
  flex-direction: column;
  line-height: .84;
  color: var(--ink);
}

.logo-name b,
.logo-name span {
  font-family: var(--serif);
  font-size: clamp(3.7rem, 6.2vw, 6.7rem);
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}

.contact-label {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
}

.contact-label svg {
  width: 1.35em;
  height: 1.35em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-label .icon-dot {
  fill: currentColor;
  stroke: none;
}

.neuro-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center;
}

.juvenile-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 700px) {
  .logo-name b,
  .logo-name span { font-size: clamp(2.9rem, 13vw, 4.4rem); }
}
