/* Studio Practice — shared brand lockup styles.
   Every page with the SP nav must link this file. */

.nav-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
  text-decoration: none;
}

.wa-mark {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}

.nav-sp-wordmark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: inherit;
  line-height: 1;
}

/* Client Log In — boxed, consistent across every page that ships the nav. */
.nav-client-login {
  border: 1px solid currentColor;
  padding: 5px 12px !important;
  opacity: 0.5 !important;
  border-radius: 2px;
}
.nav-client-login:hover { opacity: 1 !important; }
.nav-client-login::after { display: none !important; }
