/* Cine Wedding — shared custom utilities */
.glass-panel { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); background-color: rgba(248, 247, 245, 0.85); }
.subtle-shadow { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03); }
.nav-border { border-bottom: 1px solid rgba(17, 17, 17, 0.08); }
.input-line { border: 0; border-bottom: 1px solid #000; background: transparent; width: 100%; padding: 8px 0; font-family: "Hanken Grotesk", sans-serif; }
.input-line:focus { outline: none; border-bottom: 2px solid #745a27; }

.fade-in-up { opacity: 0; transform: translateY(20px); transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1); }
.fade-in-up.visible { opacity: 1; transform: translateY(0); }
.ken-burns { transition: transform 10s ease-out; }
.group:hover .ken-burns { transform: scale(1.05); }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
