/* Restore the original desktop capsule from snk-polish-v1.css. */
.desktop-contact-logo,.desktop-contact-panel,.float-actions>button>small{display:none}
@media(min-width:761px){
 .float-actions{right:calc(18px + env(safe-area-inset-right,0px));bottom:calc(18px + env(safe-area-inset-bottom,0px));z-index:1180;gap:8px;font-family:var(--live-font)}
 .float-actions>button{position:fixed;top:50%;right:calc(14px + env(safe-area-inset-right,0px));box-sizing:border-box;width:58px;min-width:58px;height:164px;min-height:164px;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px 8px;border:0;border-radius:18px;color:#fff;background:#009fe8;box-shadow:0 16px 34px rgba(0,159,232,.24);transform:translateY(-50%);transition:background-color .22s ease,box-shadow .22s ease}
 .float-actions>button .desktop-contact-logo{display:block;flex:0 0 25px;width:25px;height:25px;object-fit:contain;filter:brightness(0) invert(1)}
 .float-actions>button>span{display:block;margin:0;padding:0;font-family:var(--live-font);font-size:15px;font-weight:650;line-height:1;letter-spacing:.13em;white-space:nowrap;writing-mode:vertical-rl;text-orientation:upright}
 .float-actions>button>small{display:block;margin:0;padding:0;font-family:var(--live-font);font-size:9px;font-weight:650;line-height:1.6;letter-spacing:.08em;white-space:nowrap;opacity:.72;writing-mode:horizontal-tb}
 .float-actions>button>.icon{display:none}
 .float-actions>button:is(:hover,:focus-visible),.float-actions.is-open>button{background:#008ccf;box-shadow:0 18px 38px rgba(0,140,207,.3)}
 .float-actions>a{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;border:1px solid #dceaf0;border-radius:50%;color:#007daf;background:#fff;box-shadow:0 5px 18px rgba(20,57,72,.12);font-size:22px;line-height:1}
 .float-actions>a:is(:hover,:focus-visible){color:#fff;border-color:#008ccf;background:#008ccf}
 .float-actions :is(button,a):focus-visible{outline:3px solid rgba(135,208,244,.72);outline-offset:3px}
 .desktop-contact-panel{display:block;position:fixed;top:50%;right:calc(86px + env(safe-area-inset-right,0px));bottom:auto;width:330px;max-width:calc(100vw - 110px - env(safe-area-inset-right,0px));max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow:auto;overscroll-behavior:contain;border:1px solid rgba(0,159,232,.18);border-radius:22px;color:#202b30;background:#fff;box-shadow:0 28px 76px rgba(32,43,48,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translate(12px,-50%);transition:opacity .24s,transform .24s,visibility .24s}
 .float-actions.is-open .desktop-contact-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0,-50%)}
 .desktop-contact-head{display:flex;min-height:80px;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px;color:#fff;background:#009fe8}
 .desktop-contact-title{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:12px}
 .desktop-contact-title img{display:block;width:36px;height:36px;object-fit:contain;filter:brightness(0) invert(1)}
 .desktop-contact-title span{display:block;margin-bottom:4px;font:650 9px/1.2 "Helvetica Neue",Arial,sans-serif;letter-spacing:.16em;opacity:.72}
 .desktop-contact-title h2{margin:0;color:inherit;font-size:20px;font-weight:650;line-height:1.2;letter-spacing:-.02em}
 .desktop-contact-head>button{min-width:48px;min-height:44px;padding:8px 0;border:0;color:#fff;background:transparent;font-size:12px;font-weight:600}
 .desktop-contact-body{padding:18px 20px 20px}
 .desktop-contact-intro{margin:0 0 14px;color:#5f6c72;font-size:13px;line-height:1.75;text-align:center}
 .desktop-contact-qr{width:166px;margin:0 auto 14px;padding:8px;border:1px solid #dbe8ee;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(32,43,48,.08)}
 .desktop-contact-qr img{display:block;width:100%;height:auto;border-radius:10px}
 .desktop-contact-meta{display:grid;gap:0;margin:0 0 14px;border-top:1px solid #e3edf1}
 .desktop-contact-meta>div{display:grid;grid-template-columns:76px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid #e3edf1}
 .desktop-contact-meta dt{color:#8a979d;font-size:11px;line-height:1.55}
 .desktop-contact-meta dd{margin:0;color:#2b363b;font-size:12px;font-weight:600;line-height:1.55}
 .desktop-contact-copy,.desktop-contact-phone{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;border-radius:13px;font-size:13px;font-weight:650;line-height:1.3;text-align:center}
 .desktop-contact-copy{border:0;color:#fff;background:#009fe8}
 .desktop-contact-copy:hover{background:#008ccf}
 .desktop-contact-phone{margin-top:9px;border:1px solid rgba(0,159,232,.2);color:#167da8;background:#edf8fd}
 .toast{z-index:1400;left:auto;right:18px;bottom:74px;transform:translateY(12px);max-width:min(360px,calc(100vw - 36px));padding:11px 15px;line-height:1.5;white-space:normal;overflow-wrap:anywhere}
 .toast.visible{transform:translateY(0)}
}
@media(prefers-reduced-motion:reduce){.desktop-contact-panel,.float-actions>button{transition:none}}
