html { scroll-behavior: smooth; }
.hero-bg { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1578985545062-69928b1d9587?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover; }
.cta-bg { background: linear-gradient(rgba(74, 46, 27, 0.85), rgba(74, 46, 27, 0.85)), url('https://images.unsplash.com/photo-1535254973040-607b474cb50d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover fixed; }
.hover-scale { transition: transform 0.3s ease; }
.hover-scale:hover { transform: scale(1.03); }
.faq-answer { transition: max-height 0.3s ease-out, opacity 0.3s ease-out; max-height: 0; opacity: 0; overflow: hidden; }
.faq-answer.open { max-height: 500px; opacity: 1; margin-top: 1rem; }

/* Hero Backgrounds */
.cakes-hero-bg { background: linear-gradient(rgba(74, 46, 27, 0.75), rgba(74, 46, 27, 0.75)), url('https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=1920&q=80') center/cover; }


/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar { display: none; }
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

