:root{--bg:#fff;--text:#111;--muted:#555;--border:#e5e5e5;--black:#000}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}a{color:inherit;text-decoration:none}.topbar{height:64px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid var(--border);background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:5}.brand{font-size:28px;font-weight:500;letter-spacing:.2px}.page{max-width:920px;margin:0 auto;padding:28px 18px 64px}.hero{min-height:calc(100vh - 64px);justify-content:center;align-items:center;padding:28px 18px 64px;background-size:cover;background-position:50%}.hero,.pillStack{display:flex;flex-direction:column}.pillStack{width:min(520px,92vw);gap:18px;margin-top:40px}.pillButton{height:72px;border-radius:999px;background:var(--black);color:#fff;border:none;cursor:pointer;font-size:18px;letter-spacing:2px;font-weight:600;text-transform:uppercase;width:100%}.pillButton:active{transform:translateY(1px)}.centerTitle{text-align:center;margin:18px 0 10px;font-size:20px;font-weight:600}.bodyText{text-align:center;line-height:1.55;font-size:16px;color:#222;white-space:pre-wrap}.card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px}.form{display:flex;flex-direction:column;gap:14px;margin-top:18px}.row2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:520px){.row2{grid-template-columns:1fr}}label{font-size:14px;color:#111;font-weight:600;margin-bottom:6px;display:block}input[type=email],input[type=tel],input[type=text],select,textarea{width:100%;padding:14px;border:2px solid #111;border-radius:22px;outline:none;font-size:16px;background:#fff}textarea{min-height:110px;border-radius:18px;resize:vertical}.fileBox{border:2px dashed #999;border-radius:14px;padding:18px;align-items:center;gap:10px;color:#333;background:#fafafa}.fileBox,.submitWrap{display:flex;justify-content:center}.submitWrap{margin-top:10px}.submitPill{height:56px;padding:0 30px;border-radius:999px;background:#000;color:#fff;border:none;font-size:16px;letter-spacing:2px;font-weight:700;cursor:pointer;text-transform:uppercase}.muted{color:var(--muted);font-size:14px;text-align:center}.propList{display:flex;flex-direction:column;gap:14px;margin-top:22px}.propRow{border:1px solid var(--border);border-radius:12px;background:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.propName{font-size:18px;font-weight:700}.propMeta{color:#444;font-size:14px;margin-top:4px}.bookBtn{height:44px;padding:0 18px;background:#000;color:#fff;border:none;border-radius:8px;font-weight:700;letter-spacing:1px;cursor:pointer}.calendarShell{margin-top:18px;border:1px solid var(--border);border-radius:12px;background:#fff;overflow:hidden}.calHeader{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid var(--border)}.calNavBtn{width:44px;height:44px;border-radius:999px;border:1px solid var(--border);background:#f3f3f3;cursor:pointer;font-size:18px}.calMonth{font-weight:700}.calGrid{display:grid;grid-template-columns:repeat(7,1fr);padding:10px 10px 14px;grid-gap:6px;gap:6px}.dow{font-size:12px;color:#666;text-align:center;padding:4px 0}.day{height:40px;display:flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.day.outside{color:#bbb;cursor:default}.day.disabled{color:#bbb;cursor:not-allowed;text-decoration:line-through}.day.selected{background:#000;color:#fff;font-weight:700}.timeBox{margin:14px 0 0;display:flex;justify-content:center}.timePick{width:min(260px,92vw);border:1px solid var(--border);background:#fff;padding:18px;text-align:center;font-size:18px;font-weight:700}