:root{--sage:#8fbc8b;--sage-deep:#5f8f5b;--mid-sage:#B8E0B4;--mint:#E6F3E5;--cream:#F3E1D3;--cream-deep:#e7d0bb;--paper:#ffffff;--shell:#faf4ea;--ink:#111111;--ink-soft:#3a3a3a;--mute:#6f6a62;--rule:#ead9c0;--danger:#a84d3a;--amber:#b37321}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--shell);color:var(--ink);font:19px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}body{min-height:100dvh;display:flex;flex-direction:column;align-items:stretch;padding:0}button{font:inherit}::selection{background:#8fbc8b44}.site-header{background:#fff;border-bottom:1px solid var(--rule)}.site-header .wrap{max-width:440px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-header .brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none}.site-header .brand .mark{width:28px;height:28px;border-radius:6px;background:var(--sage);color:#132112;display:grid;place-items:center;font-weight:800;font-size:13px;letter-spacing:.02em;box-shadow:inset 0 -2px #00000014}.site-header .brand b{font-size:15px;font-weight:700;letter-spacing:.02em}.site-header .call{display:flex;align-items:center;gap:6px;color:var(--sage-deep);text-decoration:none;font-size:14px;font-weight:600;padding:7px 12px;border-radius:999px;border:1px solid var(--rule);background:#fff}.site-header .call:hover{background:var(--cream);border-color:var(--cream-deep)}.site-header .call .num{font-variant-numeric:tabular-nums}.page{flex:1;display:flex;flex-direction:column;align-items:center;padding:24px 16px 40px}@media (min-width:640px){.page{padding-top:40px}}.stage{width:100%;max-width:440px}.card{position:relative;background:var(--paper);border-radius:10px;overflow:hidden;box-shadow:0 1px #00000008,0 10px 30px -16px #503c1e33}.card:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px;background:var(--sage)}.head{padding:18px 22px 16px 24px;border-bottom:1px solid var(--rule);display:flex;align-items:center;gap:12px}.logo{width:40px;height:40px;border-radius:50%;background:var(--mint);color:var(--sage-deep);display:grid;place-items:center;font-weight:700;font-size:16px;box-shadow:inset 0 0 0 2px #fff,0 0 0 1.5px var(--sage);flex:0 0 auto}.head .who{font-size:15px;line-height:1.25;color:var(--ink);font-weight:600}.head .who small{display:block;color:var(--mute);font-size:12.5px;font-weight:400;margin-top:1px}.greet{padding:20px 24px 6px}.greet h1{margin:0 0 6px;font-size:22px;line-height:1.3;color:var(--ink);font-weight:600;letter-spacing:-.005em}.greet p{margin:0;color:var(--ink-soft);font-size:17px;line-height:1.5;text-wrap:pretty}.dateband{margin:16px 24px 0;padding:14px 16px;background:var(--cream);border-radius:8px;display:flex;align-items:center;gap:14px}.dateband .day{font-size:46px;line-height:.9;font-weight:400;color:var(--ink);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.dateband .dcol{display:flex;flex-direction:column;gap:0}.dateband .dow{font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--sage-deep);font-weight:700}.dateband .mon{font-size:17px;color:var(--ink);font-weight:500}.dateband .yr{font-size:14px;color:var(--ink-soft)}.visits{padding:18px 24px 8px}.visits-lead{font-size:14px;color:var(--mute);margin:0 0 10px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.visit{padding:16px 0;border-top:1px solid var(--rule)}.visit:first-child{border-top:0}.visit .row1{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:3px}.visit .svc{font-size:19px;font-weight:600;color:var(--ink)}.visit .time{font-size:15px;color:var(--mute);font-variant-numeric:tabular-nums}.visit .with{font-size:15px;color:var(--ink-soft);margin-bottom:12px}.ask{font-size:15px;color:var(--ink);margin:0 0 10px;font-weight:500}.yn{display:grid;grid-template-columns:1fr 1fr;gap:8px}.yn button{min-height:60px;border-radius:999px;border:1.5px solid #cfcbc3;background:#fff;padding:10px 14px;font-size:16px;font-weight:600;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,border-color .15s,color .15s,transform .1s;-webkit-tap-highlight-color:transparent}.yn button:hover{background:#f7f3ea}.yn button:active{transform:translateY(1px)}.yn button:focus-visible{outline:3px solid #8fbc8b99;outline-offset:3px}.yn .yes.picked{background:var(--sage);border-color:var(--sage-deep);color:#132112}.yn .no.picked{background:#f3e2dc;border-color:#d9a999;color:#6b2a1d}.picked-note{margin-top:12px;font-size:14px;color:var(--sage-deep);display:flex;align-items:center;gap:6px;line-height:1.4}.picked-note.no{color:var(--danger)}.picked-note svg{flex:0 0 auto}.submit-row{padding:16px 24px 24px;border-top:1px solid var(--rule);margin-top:4px;display:flex;flex-direction:column;gap:10px}.submit-row .status{font-size:14px;color:var(--mute);text-align:center;min-height:18px}.submit-btn{min-height:64px;border-radius:999px;border:1.5px solid var(--sage-deep);background:var(--sage);color:#132112;font-size:17px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s,transform .1s,opacity .15s}.submit-btn:hover:not(:disabled){background:#82b37e}.submit-btn:active:not(:disabled){transform:translateY(1px)}.submit-btn:focus-visible{outline:3px solid #8fbc8b99;outline-offset:3px}.submit-btn:disabled{opacity:.45;cursor:not-allowed}.receipt{position:relative;background:var(--paper);border-radius:10px;overflow:hidden;box-shadow:0 1px #00000008,0 10px 30px -16px #503c1e33;animation:rise .45s cubic-bezier(.2,.8,.2,1) both}.receipt:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px;background:var(--sage)}.receipt.warn:before{background:var(--amber)}.receipt.no:before{background:var(--danger)}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.receipt{animation:none}}.receipt-inner{padding:28px 24px 24px 28px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.tick{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--sage-deep);border:1.5px solid var(--mid-sage)}.tick.no{background:#f3e2dc;color:var(--danger);border-color:#e6c9bf}.tick.warn{background:var(--cream);color:var(--amber);border-color:var(--cream-deep)}.receipt h2{margin:2px 0 0;font-size:24px;line-height:1.25;color:var(--ink);font-weight:600;letter-spacing:-.005em}.receipt p{margin:0;color:var(--ink-soft);font-size:17px;line-height:1.5}.receipt .summary{width:100%;margin-top:6px;padding-top:14px;border-top:1px solid var(--rule);display:flex;flex-direction:column;gap:8px}.receipt .summary .line{display:flex;align-items:center;gap:10px;font-size:15px}.receipt .summary .line svg{flex:0 0 auto}.receipt .summary .line.ok,.receipt .summary .line.bad{color:var(--ink)}.receipt .summary .line .ty{margin-left:auto;font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--sage-deep)}.receipt .summary .line.bad .ty{color:var(--danger)}.sk{background:linear-gradient(90deg,#ede7d9,#f7f0e2,#ede7d9);background-size:200% 100%;animation:sh 1.4s ease infinite;border-radius:4px;display:block}@keyframes sh{to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.sk{animation:none}}.submitting{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;border-radius:10px;z-index:2}.spinner{width:36px;height:36px;border-radius:50%;border:2.5px solid #e0dccf;border-top-color:var(--sage-deep);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.submitting .lbl{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--sage-deep);font-weight:700}@media (prefers-reduced-motion: reduce){.spinner{animation:none;border-top-color:#e0dccf}}.helper{max-width:440px;margin:16px auto 0;padding:0 6px;text-align:center;color:var(--mute);font-size:14px;line-height:1.55}.helper a{color:var(--sage-deep);text-decoration:underline;text-underline-offset:3px}.helper.reassure{max-width:440px;margin:16px auto 0;padding:12px 14px;text-align:center;background:var(--mint);border-radius:8px;color:var(--sage-deep);font-size:13.5px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px}.site-footer{margin-top:auto;padding:22px 20px 100px;background:#fff;border-top:1px solid var(--rule);font-size:13px;color:var(--mute);line-height:1.5}.site-footer .wrap{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.site-footer .foot-links{display:flex;flex-wrap:wrap;gap:14px 20px}.site-footer a{color:var(--sage-deep);text-decoration:none;font-weight:500}.site-footer a:hover{text-decoration:underline;text-underline-offset:3px}.site-footer .fine{color:var(--mute);font-size:12.5px}.site-footer .fine b{color:var(--ink-soft);font-weight:500}.site-footer .call-row{display:flex;flex-wrap:wrap;gap:6px 14px;align-items:center;padding:10px 14px;background:var(--cream);border-radius:8px;color:var(--ink);font-size:13.5px}.site-footer .call-row a{color:var(--ink);font-weight:600;font-variant-numeric:tabular-nums}.chat{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background:var(--sage-deep);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px -8px #0000004d;cursor:pointer;z-index:40;border:0}.chat:hover{background:#527d4e}.chat .dot{position:absolute;top:8px;right:8px;width:10px;height:10px;border-radius:50%;background:var(--cream);border:2px solid var(--sage-deep)}
