/* book page — extends the homepage design system with the booking embed */
.book-wrap{max-width:920px;margin:0 auto;padding:0 clamp(20px,4vw,40px) 96px}
.booking-shell{position:relative;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.02);min-height:720px}
.booking-frame{display:block;width:100%;height:min(78vh,860px);min-height:680px;border:0;background:#fff;color-scheme:light}
.booking-fallback{padding:28px;text-align:center}
.booking-fallback a{color:var(--accent-bright)}
.book-notes{margin-top:26px;display:grid;gap:12px}
@media(max-width:600px){.booking-frame{height:82vh}}
