/* SalonBiz — fallback layout when Tailwind file missing; complements tailwind-built.css */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #0c0a0d;
  color: #f9e8ec;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}

#page-loader.sf-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #0c0a0d;
}

.sf-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(12, 10, 13, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body > main {
  padding-top: 5rem;
}

a {
  color: #e8b4a8;
}

.sf-site-header a[href="#top"] {
  color: #f9e8ec;
  text-decoration: none;
}

.sf-site-header nav a {
  color: #a89fb0;
  text-decoration: none;
}

.sf-site-header nav a:hover {
  color: #fff;
}
