html { scroll-behavior: smooth; }
body { background-color: #faf7f1; }
.tracking-luxe { letter-spacing: 0.28em; }
.brand-card { transition: transform .5s cubic-bezier(.22,1,.36,1), box-shadow .5s ease; }
.brand-card:hover { transform: translateY(-8px); }
.brand-card .card-media { transition: transform .8s cubic-bezier(.22,1,.36,1); }
.brand-card:hover .card-media { transform: scale(1.06); }
.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.5),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(28,25,23,.55); 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(28,25,23,.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(28,25,23,.06); color: #1c1917; font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.booksy-modal-close:hover { background: rgba(28,25,23,.12); }
.booksy-modal-loader { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #78716c; font: 14px system-ui, sans-serif; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .brand-card, .brand-card .card-media, .gold-cta::after { transition: none !important; } }
