html { scroll-behavior: smooth; }
body { background-color: #fbf6f0; background-image: radial-gradient(50rem 50rem at 90% -10%, rgba(216,167,160,0.18), transparent 60%), radial-gradient(45rem 45rem at -10% 15%, rgba(197,165,114,0.14), transparent 55%); background-attachment: fixed; }
.tracking-luxe { letter-spacing: 0.25em; }
.soft-card { transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease; box-shadow: 0 10px 40px -12px rgba(107,79,71,0.18); }
.soft-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px -12px rgba(107,79,71,0.28); }
.gold-cta { position: relative; overflow: hidden; }
.gold-cta::after { content:""; position:absolute; top:0; left:-120%; width:55%; height:100%; background:linear-gradient(110deg,transparent,rgba(255,255,255,0.55),transparent); transform:skewX(-20deg); transition:left .8s cubic-bezier(.22,1,.36,1); }
.gold-cta:hover::after { left:130%; }
.booksy-hidden { display: none !important; }
.booksy-modal-overlay { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; background: rgba(107,79,71,.5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 16px; opacity: 0; transition: opacity .25s ease; }
.booksy-modal-overlay.open { display: flex; opacity: 1; }
.booksy-modal { position: relative; width: 100%; max-width: 480px; height: min(86vh,720px); background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 80px rgba(107,79,71,.35); transform: translateY(12px); transition: transform .3s cubic-bezier(.22,1,.36,1); }
.booksy-modal-overlay.open .booksy-modal { transform: translateY(0); }
.booksy-modal iframe { width: 100%; height: 100%; border: 0; display: block; }
.booksy-modal-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(107,79,71,.08); color: #6b4f47; font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.booksy-modal-close:hover { background: rgba(107,79,71,.16); }
.booksy-modal-loader { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #9b857c; font: 14px system-ui, sans-serif; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .soft-card { transition: none; } .gold-cta::after { transition: none; } }
