#site-header.is-scrolled {
  background: color-mix(in oklab, var(--background) 92%, transparent);
  border-bottom: 1px solid var(--border);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  backdrop-filter: blur(18px);
}

.mobile-panel {
  margin: 0.75rem 1.5rem 0;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--background);
  box-shadow: 0 18px 55px #0000001f;
}

.mobile-panel a {
  display: block;
  padding: 0.75rem 0.25rem;
  color: var(--foreground);
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icon-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--primary) 18%, transparent);
}

.whatsapp-float {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.credentials-list li {
  position: relative;
  padding-left: 1.75rem;
}

.credentials-list li::before {
  position: absolute;
  left: 0;
  color: var(--primary);
  content: "+";
  font-weight: 700;
}

.gallery-card {
  background:
    linear-gradient(135deg, oklch(0.85 0.05 var(--gallery-hue)) 0%, oklch(0.7 0.08 calc(var(--gallery-hue) + 30)) 100%);
}

.blog-article-body img {
  border-radius: 4px;
}

.blog-article-body p {
  overflow-wrap: anywhere;
}

.article-image-gallery figure {
  aspect-ratio: 4 / 3;
}

.article-image-gallery img,
.article-inline-image img {
  display: block;
}

@media (max-width: 767px) {
  .bottom-8.container-luxe {
    bottom: 1.25rem;
  }

  .whitespace-pre-line {
    white-space: normal;
  }
}
