@font-face{font-family:Ephesis-Regular;src:url("/assets/fonts/Ephesis-Regular.ttf") format("truetype");font-display:swap}.font-script{font-family:Ephesis-Regular,"Playfair Display",serif}.hero-heart-icon{width:28px;height:28px;background:url(/assets/images/heart.webp) center/cover no-repeat;animation:heart-pulse 1.8s ease-in-out infinite;display:inline-block}.calendar-heart{position:absolute;bottom:-8px;right:-6px}.calendar-active-circle{width:100%;height:100%;display:flex;align-items:center;border-radius:1rem;justify-content:center;background:linear-gradient(130deg,#f9c3c0,#b43833);color:#fff;box-shadow:0 2px 2px 0 rgba(180,56,51,.35)}.calendar-active-label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#a04a46}.calendar-active-heart{margin-top:2px}@keyframes heart-pulse{0%{transform:scale(.9)}50%{transform:scale(1.1)}100%{transform:scale(.9)}}.btn-loading{display:inline-flex;align-items:center;justify-content:center;gap:8px}.spinner{width:20px;height:20px;animation:spin 1s linear infinite}.spinner .track{stroke:rgba(255,255,255,0.35);stroke-width:3;fill:none}.spinner .head{stroke:#fff;stroke-width:3;stroke-linecap:round;fill:none}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.music-toggle{box-shadow:0 20px 40px rgba(47,43,42,.18);transition:transform .2s ease}.music-toggle.active{background:#1f1f1f!important;color:#fff!important;animation:spin 6s linear infinite}body.modal-open{overflow:hidden}.fade-in-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-on-scroll.visible{opacity:1;transform:translateY(0)}