/* BeCozU "Serene Pulse" — shared styles for the new site. */

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Soft dual-shadow "pod" lift from the Serene Pulse design system. */
.soft-shadow {
  box-shadow: -4px -4px 10px rgba(255, 255, 255, 1), 8px 8px 20px rgba(26, 27, 58, 0.08);
}
.soft-shadow-hover:hover {
  box-shadow: -6px -6px 15px rgba(255, 255, 255, 1), 12px 12px 25px rgba(26, 27, 58, 0.12);
  transform: translateY(-2px);
}

/* Keep anchor targets clear of the fixed header. */
[id] {
  scroll-margin-top: 96px;
}

/* Marketing image slabs butt together seamlessly inside a pod. */
.gallery-pod img {
  display: block;
  width: 100%;
  height: auto;
}
