:root {
  --cf-graphite: #1c1c1c;
  --cf-paper: #f5f3ee;
  --cf-stone: #8a8680;
}

.cf-language-switcher {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  margin-left: 1rem;
  position: relative;
  z-index: 20;
}

.cf-language-switcher a {
  color: inherit;
  font-family: Manrope, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  opacity: 0.55;
  text-decoration: none;
}

.cf-language-switcher a[aria-current="page"] {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.nav-brand-logo {
  height: auto;
  max-height: 2.5rem;
  object-fit: contain;
  width: clamp(7rem, 10vw, 10rem);
}

.text-field.w-input,
select.text-field.w-input {
  border-radius: 0;
}

.form-status {
  font-size: 0.75rem;
  margin-top: 1rem;
}

.cf-whatsapp-button {
  align-items: center;
  background: var(--cf-graphite);
  border: 1px solid rgba(245, 243, 238, 0.35);
  bottom: 1.5rem;
  color: var(--cf-paper);
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 0.65rem;
  gap: 0.6rem;
  letter-spacing: 0.08em;
  padding: 0.8rem 1rem;
  position: fixed;
  right: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  z-index: 90;
}

.cf-whatsapp-button:hover,
.cf-whatsapp-button:focus-visible {
  background: var(--cf-paper);
  color: var(--cf-graphite);
  transform: translateY(-0.2rem);
}

.cf-whatsapp-button svg {
  fill: currentColor;
  height: 1.1rem;
  width: 1.1rem;
}

.cf-lightbox-active {
  overflow: hidden;
}

.cf-form-active {
  overflow: hidden;
}

.cf-menu-active {
  overflow: hidden;
}

.cf-lightbox[hidden] {
  display: none;
}

.cf-lightbox {
  display: grid;
  inset: 0;
  place-items: center;
  position: fixed;
  z-index: 120;
}

.cf-lightbox-backdrop {
  background: rgba(12, 12, 12, 0.94);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  padding: 0;
  position: absolute;
}

.cf-lightbox-content {
  margin: 0;
  max-height: calc(100vh - 4rem);
  max-width: min(88rem, calc(100vw - 4rem));
  position: relative;
  z-index: 1;
}

.cf-lightbox-content img {
  display: block;
  max-height: calc(100vh - 7rem);
  max-width: 100%;
  object-fit: contain;
}

.cf-lightbox-content figcaption {
  color: var(--cf-paper);
  font-family: Manrope, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  margin-top: 0.75rem;
  text-transform: uppercase;
}

.cf-lightbox-close {
  align-items: center;
  background: var(--cf-paper);
  border: 0;
  border-radius: 50%;
  color: var(--cf-graphite);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 2.75rem;
  justify-content: center;
  position: absolute;
  right: -1.2rem;
  top: -1.2rem;
  width: 2.75rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .cf-language-switcher {
    gap: 0.45rem;
    margin-left: 0.5rem;
  }

  .nav-brand-logo {
    width: 7rem;
  }

  .cf-whatsapp-button {
    bottom: 0.75rem;
    right: 0.75rem;
  }

  .cf-whatsapp-button span {
    display: none;
  }

  .cf-lightbox-content {
    max-width: calc(100vw - 2rem);
  }
}
