/* V13.9 global brand lockup and footer social links. */
.brand .cws-brand-copy,
.footer-brand .cws-brand-copy {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  line-height: 1;
}

.brand .cws-brand-name,
.footer-brand .cws-brand-name {
  color: #f0cf8f;
  font-family: var(--display), Cinzel, serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand .cws-brand-tagline,
.footer-brand .cws-brand-tagline {
  color: rgba(240, 207, 143, .76);
  font-family: var(--body), "Cormorant Garamond", serif;
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.25;
  margin-top: 5px;
  text-transform: none;
  white-space: nowrap;
}

.footer-brand .cws-brand-name {
  font-size: 1.18rem;
}

.footer-brand .cws-brand-tagline {
  font-size: .72rem;
}

.cws-social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 22px auto 0;
}

.cws-social-link {
  align-items: center;
  background: rgba(199, 154, 74, .055);
  border: 1px solid rgba(240, 207, 143, .28);
  border-radius: 999px;
  color: rgba(240, 207, 143, .92) !important;
  display: inline-flex;
  font-family: var(--display), Cinzel, serif;
  font-size: .72rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .10em;
  min-height: 38px;
  padding: 7px 13px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

a.cws-social-link:hover,
a.cws-social-link:focus-visible {
  background: rgba(199, 154, 74, .13);
  border-color: rgba(240, 207, 143, .62);
  color: #ffe0a3 !important;
  outline: none;
}

.cws-social-link img {
  display: block;
  height: 18px;
  width: 18px;
}

.cws-social-link.is-disabled {
  cursor: not-allowed;
  opacity: .45;
}

@media (max-width: 900px) {
  nav .brand .cws-brand-copy {
    display: none !important;
  }

  .cws-social {
    gap: 9px;
  }

  .cws-social-link {
    font-size: .68rem;
    min-height: 36px;
    padding: 6px 11px;
  }
}

@media (max-width: 420px) {
  .cws-social-text {
    display: none;
  }

  .cws-social-link {
    justify-content: center;
    padding: 8px;
    width: 38px;
  }
}
