/* Manmohan Dawakhana — bespoke styles layered on top of Tailwind CDN */

.heritage-stamp {
  font-feature-settings: "smcp", "c2sc";
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.gold-line {
  background: linear-gradient(135deg, #D2A85C, #A57A36);
}

.shadow-soft {
  box-shadow: 0 1px 2px rgba(31,42,34,0.04), 0 8px 24px -12px rgba(31,42,34,0.12);
}

.shadow-deep {
  box-shadow: 0 4px 8px rgba(31,42,34,0.06), 0 24px 48px -16px rgba(31,42,34,0.18);
}

html { scroll-behavior: smooth; }

.fade-up {
  animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* navbar background once scrolled */
#navbar.scrolled {
  background: rgba(247, 243, 233, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #DCD4C0;
}
