.qrm{--qr-accent:var(--accent,#b8853a);--qr-ink-soft:var(--ink-muted,#555048);--qr-ink-faint:var(--ink-muted,#8a8478);--qr-rule:var(--border,#e6dfd2);--qr-rule-strong:var(--border,#d6cdb9);--phone-bg:#0a0a0a;--phone-frame:#1c1c1e;--phone-screen-fg:#f5f5f5;--phone-screen-fg-soft:#ffffff8c;--shadow-phone:0 32px 80px -24px #1a1a1a73, 0 14px 40px -16px #1a1a1a40;--shadow-soft:0 24px 60px -28px #1a1a1a2e, 0 8px 22px -14px #1a1a1a1f}.qrm img,.qrm svg{max-width:100%;display:block}.qrm-hero{grid-template-columns:1fr;align-items:center;gap:56px;display:grid}.qrm-hero__eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--qr-accent);margin:0 0 18px;font-size:.72rem;font-weight:500}.qrm-hero__headline{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);letter-spacing:-.005em;color:var(--ink);margin:0 0 28px;font-size:clamp(2.4rem,4.5vw + 1rem,4.2rem);font-weight:500;line-height:1.15}.qrm-hero__headline em,.qrm-hero__headline strong{font-style:italic;font-weight:500}.qrm-hero__sub{color:var(--qr-ink-soft);max-width:460px;margin:0 0 36px;font-size:1.0625rem;line-height:1.7}.qrm-hero__sub strong{color:var(--ink);font-weight:600}.qrm-hero__phone{justify-content:center;display:flex}@media (width>=960px){.qrm-hero{grid-template-columns:1.1fr .9fr;gap:80px}.qrm-hero__phone{justify-content:flex-end}}.qrm-steps{grid-template-columns:1fr;gap:56px;display:grid}@media (width>=880px){.qrm-steps{grid-template-columns:repeat(3,1fr);gap:48px}}.qrm-step{text-align:left;flex-direction:column;display:flex}.qrm-step__index{font-family:var(--font-display,"Cormorant Garamond", serif);color:var(--qr-accent);letter-spacing:.02em;margin-bottom:12px;font-size:2.2rem;font-style:italic}.qrm-step__title{font-family:var(--font-display,"Cormorant Garamond", serif);color:var(--ink);margin:0 0 12px;font-size:1.5rem;font-weight:500}.qrm-step__body{color:var(--qr-ink-soft);max-width:36ch;margin:0 0 32px}.qrm-step__phone{justify-content:center;margin-top:auto;display:flex}.qrm-step__phone--card{align-items:center}.qrm-step__card-img{border-radius:6px;width:auto;max-width:100%;height:auto;max-height:440px;box-shadow:0 22px 50px -22px #1a1a1a47,0 8px 18px -10px #1a1a1a29}@media (width<=720px){.qrm-step__card-img{max-height:400px}}.qrm-features{grid-template-columns:1fr;gap:32px 48px;display:grid}@media (width>=620px){.qrm-features{grid-template-columns:1fr 1fr}}@media (width>=960px){.qrm-features{grid-template-columns:repeat(4,1fr);gap:48px 40px}}.qrm-feature{flex-direction:column;display:flex}.qrm-feature__icon{width:28px;height:28px;color:var(--qr-accent);margin-bottom:16px}.qrm-feature__title{font-family:var(--font-prose,"Inter", sans-serif);letter-spacing:-.005em;color:var(--ink);margin:0 0 8px;font-size:1rem;font-weight:600}.qrm-feature__body{color:var(--qr-ink-soft);margin:0;font-size:.9375rem;line-height:1.6}.qrm-demo-card{border:1px solid var(--qr-rule-strong);box-shadow:var(--shadow-soft);text-align:center;background-color:#fff;border-radius:6px;grid-template-columns:1fr;align-items:center;gap:28px;padding:40px 24px;display:grid}.qrm-demo-card__qr{color:inherit;background-color:#fff;border-radius:4px;flex-direction:column;align-items:center;gap:14px;margin:0 auto;padding:20px;text-decoration:none;transition:transform .22s,box-shadow .22s;display:inline-flex}.qrm-demo-card__qr:hover,.qrm-demo-card__qr:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 12px 30px -18px #1a1a1a38}.qrm-demo-card__qr-img{border-radius:2px;width:220px;height:220px}.qrm-demo-card__qr-caption{letter-spacing:.08em;text-transform:uppercase;color:var(--qr-ink-faint);font-size:.8125rem}.qrm-demo-card__divider{color:var(--qr-ink-faint);letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.8125rem;display:flex;position:relative}.qrm-demo-card__divider:before,.qrm-demo-card__divider:after{content:"";background-color:var(--qr-rule);flex:1;height:1px}.qrm-demo-card__divider span{padding:0 16px}.qrm-demo-card__cta{flex-direction:column;align-items:center;gap:16px;display:flex}.qrm-demo-card__btn{background-color:var(--qr-accent);color:#fff;font-family:var(--font-prose,"Inter", sans-serif);letter-spacing:.01em;border-radius:8px;padding:1rem 1.75rem;font-weight:600;text-decoration:none;transition:background-color .18s;display:inline-block}.qrm-demo-card__btn:hover,.qrm-demo-card__btn:focus-visible{background-color:var(--accent-hover,#9d6f2c);outline:none}@media (width>=720px){.qrm-demo-card{text-align:left;grid-template-columns:1fr auto 1fr;gap:16px;padding:48px 40px}.qrm-demo-card__qr{justify-self:end}.qrm-demo-card__divider{flex-direction:column;align-self:stretch;min-height:200px}.qrm-demo-card__divider:before,.qrm-demo-card__divider:after{flex:1;width:1px;height:auto}.qrm-demo-card__divider span{padding:12px 0}.qrm-demo-card__cta{text-align:left;justify-self:start;align-items:flex-start}}.qrm .phone{background-color:var(--phone-frame);width:268px;height:540px;box-shadow:var(--shadow-phone);border-radius:38px;padding:11px;position:relative}.qrm .phone--mini{border-radius:32px;width:220px;height:440px;padding:9px}.qrm .phone__notch{z-index:2;background-color:#000;border-radius:14px;width:84px;height:18px;position:absolute;top:17px;left:50%;transform:translate(-50%)}.qrm .phone--mini .phone__notch{width:68px;height:15px;top:14px}.qrm .phone__screen{background-color:var(--phone-bg);width:100%;height:100%;color:var(--phone-screen-fg);border-radius:28px;position:relative;overflow:hidden}.qrm .phone--mini .phone__screen{border-radius:24px}.qrm .phone__welcome{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:18px;height:100%;padding:52px 26px 28px;display:flex}.qrm .phone__welcome-title{font-family:var(--font-display,"Cormorant Garamond", serif);color:#fff;letter-spacing:.01em;margin:0;font-size:1.05rem;font-weight:600}.qrm .phone__welcome-sub{color:var(--phone-screen-fg-soft);margin:8px 0 0;font-size:.7rem;line-height:1.55}.qrm .phone__welcome-logo{width:86px;height:86px;font-family:var(--font-display,"Cormorant Garamond", serif);color:#fff;letter-spacing:.04em;background-color:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex}.qrm .phone__welcome-logo span{color:var(--qr-accent);margin:0 4px;font-style:italic;font-weight:500}.qrm .phone__welcome-btn{background-color:var(--qr-accent);color:#fff;text-align:center;letter-spacing:.02em;border:0;border-radius:8px;width:100%;padding:12px 0;font-family:inherit;font-size:.78rem;font-weight:500}.qrm .phone__camera{flex-direction:column;height:100%;padding:0 14px 18px;display:flex;position:relative}.qrm .phone--mini .phone__camera{padding:0 12px 16px}.qrm .phone__camera-header{font-family:var(--font-display,"Cormorant Garamond", serif);letter-spacing:.02em;color:var(--phone-screen-fg);text-align:center;border-bottom:1px solid #ffffff0f;flex:none;margin:0 -14px 8px;padding:22px 14px 8px;font-size:.85rem}.qrm .phone--mini .phone__camera-header{margin:0 -12px 6px;padding:18px 12px 6px;font-size:.78rem}.qrm .phone__camera-preview{background:linear-gradient(135deg,#b8853a2e 0%,#ffffff0a 40%,#ffffff05 100%);border:1px solid #ffffff0f;border-radius:8px;flex:1;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.qrm .phone__camera-icon{border:1.5px solid #ffffff38;border-radius:6px;width:32px;height:32px;position:relative}.qrm .phone__camera-icon:before{content:"";background-color:var(--phone-bg);border:1.5px solid #ffffff38;border-bottom:0;border-radius:2px 2px 0 0;width:12px;height:4px;position:absolute;top:-3px;left:50%;transform:translate(-50%)}.qrm .phone__camera-actions{gap:6px;display:flex}.qrm .phone__camera-actions div{background-color:var(--qr-accent);color:#fff;text-align:center;letter-spacing:.02em;border-radius:6px;flex:1;padding:9px 0;font-size:.62rem;font-weight:600}.qrm .phone__camera-actions div:nth-child(2){background-color:#ffffff1a}.qrm .phone__toast{-webkit-backdrop-filter:blur(10px);background-color:#161618f2;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:8px;padding:10px 12px;display:flex;position:absolute;top:62px;left:14px;right:14px;box-shadow:0 10px 28px #00000080}.qrm .phone--mini .phone__toast{border-radius:10px;padding:8px 10px;top:52px;left:12px;right:12px}.qrm .phone__toast-row{align-items:center;gap:10px;display:flex}.qrm .phone__toast-badge{background-color:var(--qr-accent);border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;box-shadow:0 2px 10px #0000004d}.qrm .phone__toast-spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.9s linear infinite qrm-spin}.qrm .phone__toast-text{color:#fff;letter-spacing:.01em;margin:0;font-size:.7rem;font-weight:600}.qrm .phone__toast-progress{background-color:#ffffff24;border-radius:999px;height:4px;position:relative;overflow:hidden}.qrm .phone__toast-progress>div{background-color:var(--qr-accent);border-radius:999px;width:0;height:100%;animation:2.4s ease-in-out infinite qrm-progress}.qrm .phone__toast-check{width:14px;height:14px;display:block;position:relative}.qrm .phone__toast-check:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:-1px;left:2px;transform:rotate(45deg)}.qrm .phone__toast--cycle{opacity:0}.qrm .phone__toast--cycle.phone__toast--uploading{animation:5.4s linear infinite qrm-upload-show}.qrm .phone__toast--cycle.phone__toast--success{animation:5.4s linear infinite qrm-success-show}.qrm .phone__toast--cycle.phone__toast--uploading .phone__toast-progress>div{animation:5.4s linear infinite qrm-progress-fill}@keyframes qrm-spin{to{transform:rotate(360deg)}}@keyframes qrm-progress{0%{width:0}60%{width:78%}to{width:92%}}@keyframes qrm-upload-show{0%{opacity:1}42%{opacity:1}46%{opacity:0}to{opacity:0}}@keyframes qrm-success-show{0%{opacity:0}42%{opacity:0}46%{opacity:1}96%{opacity:1}to{opacity:0}}@keyframes qrm-progress-fill{0%{width:0}44%{width:100%}46%,to{width:0}}.qrm .phone__gallery{background-color:var(--phone-bg);flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.qrm .phone__gallery-header{font-family:var(--font-display,"Cormorant Garamond", serif);letter-spacing:.02em;color:var(--phone-screen-fg);text-align:center;border-bottom:1px solid #ffffff0f;flex:none;padding:22px 14px 8px;font-size:.85rem}.qrm .phone--mini .phone__gallery-header{padding:18px 12px 6px;font-size:.78rem}.qrm .phone__gallery-img{object-fit:contain;object-position:center;background-color:var(--phone-bg);flex:auto;width:100%;min-height:0}.qrm .phone__gallery-footer{border-top:1px solid #ffffff0f;flex:none;justify-content:center;padding:10px 12px 14px;display:flex}.qrm .phone--mini .phone__gallery-footer{padding:8px 10px 12px}.qrm .phone__gallery-download{background-color:var(--qr-accent);color:#fff;text-align:center;letter-spacing:.02em;border:0;border-radius:6px;padding:9px 18px;font-family:inherit;font-size:.62rem;font-weight:600}@media (width<=380px){.qrm .phone{border-radius:34px;width:240px;height:488px}.qrm .phone--mini{width:200px;height:400px}}@media (prefers-reduced-motion:reduce){.qrm .phone__toast-spinner,.qrm .phone__toast-progress>div,.qrm .phone__toast--cycle{animation:none}.qrm .phone__toast-progress>div{width:70%}.qrm .phone__toast--cycle.phone__toast--uploading{opacity:1}.qrm .phone__toast--cycle.phone__toast--success{opacity:0}}.module-booking[data-astro-cid-mspxril2]{width:100%}.booking__trigger[data-astro-cid-mspxril2]{border:1px solid var(--primary);background:var(--primary);width:100%;min-height:4.5rem;color:var(--on-dark);cursor:pointer;font:400 clamp(1.05rem, 1.6vw, 1.3rem)/1.2 var(--font-prose);border-radius:0;justify-content:center;align-items:center;gap:clamp(1rem,2.4vw,2rem);padding:1rem clamp(1.3rem,3vw,2.4rem);text-decoration:none;transition:background-color .2s,border-color .2s;display:flex}.booking__trigger[data-astro-cid-mspxril2]:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.booking__trigger[data-astro-cid-mspxril2]:focus-visible{outline:3px solid var(--accent-on-dark);outline-offset:3px}.booking__trigger[data-astro-cid-mspxril2] svg[data-astro-cid-mspxril2]{fill:none;stroke:currentColor;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;width:2.5rem;height:1.25rem}.booking__unavailable[data-astro-cid-mspxril2]{border-left:2px solid var(--accent);background:var(--surface);margin:0;padding:1.25rem}@media (prefers-reduced-motion:reduce){.booking__trigger[data-astro-cid-mspxril2]{transition:none}}
