@font-face { font-family: 'Parfumerie Script'; src: url('/invitio/assets/cafe-des-delices/captured/fonts/d76d8c6045c0037d139e.otf') format('opentype'); font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('/invitio/assets/cafe-des-delices/captured/fonts/6438d7b8ea9c7c3992d5.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('/invitio/assets/cafe-des-delices/captured/fonts/5d618c462b7a5b74f442.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Playfair Display'; src: url('/invitio/assets/cafe-des-delices/captured/fonts/5d91eb5d522a03081946.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Lora'; src: url('/invitio/assets/cafe-des-delices/captured/fonts/6b102ab35aa1f2b31578.woff2') format('woff2'); font-display: swap; }
html, body { margin: 0; min-height: 100%; background: #fcf3ed; }
body.inv-intro-active { overflow: hidden; }
.inv-intro { position: fixed; inset: 0; z-index: 100; overflow: hidden; background: #fcf3ed; color: #0e3d7a; }
.intro-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#opening-video { opacity: 0; transition: opacity .5s; }
.intro-open { position: absolute; inset: 0; display: flex; width: 100%; cursor: pointer; flex-direction: column; align-items: center; justify-content: flex-end; gap: .5rem; border: 0; background: transparent; padding: 0 1.5rem 4rem; color: #0e3d7a; text-align: center; }
button.intro-open > img { width: 3.5rem; height: 3.5rem; animation: bounce 1s infinite; }
button.intro-open > span { font-family: 'Playfair Display', serif; font-size: 1.125rem; font-weight: 600; text-transform: uppercase; letter-spacing: .22em; text-shadow: 0 1px 8px rgba(255,255,255,.6); }
.tap-hint { pointer-events: none; position: fixed; z-index: 102; left: 50%; top: 50%; transform: translate(-50%,-50%); display: none; align-items: center; gap: 10px; width: max-content; max-width: calc(100% - 48px); border: 1px solid rgba(201,162,76,.5); border-radius: 999px; background: #7d2437; color: #fffaf4; padding: 14px 24px; font: 600 15px Montserrat,sans-serif; box-shadow: 0 20px 30px rgba(0,0,0,.25); }
.intro-demo-bar { position: fixed; z-index: 103; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #ead7cf; background: rgba(255,249,243,.96); padding: 8px 16px; color: #3b2a2c; font-family: 'Playfair Display',serif; }
.intro-demo-bar a { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 10px; min-width: 170px; border-radius: 999px; background: #7d2437; padding: 8px 16px; color: white; text-align: center; text-decoration: none; font: 600 13px Montserrat,sans-serif; }
.intro-demo-bar small { grid-column: 1 / -1; display: block; opacity: .8; font-size: 10.5px; }
@media (max-width: 767px) { .tap-hint { display: flex; } }
@keyframes bounce { 0%,100% { transform: translateY(-20%); } 50% { transform: translateY(0); } }
.opening #door-image, .opening .intro-open, .opening .tap-hint { opacity: 0; pointer-events: none; transition: opacity .45s; }
.opening #opening-video { opacity: 1; }
.local-toast { position: fixed; z-index: 200; left: 50%; bottom: 72px; transform: translateX(-50%); border-radius: 999px; background: #0e3d7a; color: white; padding: 10px 18px; font: 600 13px Lora,serif; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.local-reveal-pending { opacity: 0; transform: translateY(18px); }
.inv-reveal { transition: opacity .85s ease, transform .85s ease; }
