/* A single mobile application. The desktop stage only frames that same phone. */
html,body{height:100%;overflow:hidden}
body{background:#e9eae4}
.device-stage{height:100dvh;display:grid;place-items:center;overflow:auto;padding:24px}
#phone{--phone-top:44px;position:relative;height:min(calc(100dvh - 48px),900px);aspect-ratio:390/844;width:auto;max-width:calc(100vw - 40px);border-radius:46px;background:var(--paper);overflow:hidden;transform:translateZ(0);box-shadow:0 0 0 9px #171919,0 0 0 11px #686b67,0 28px 64px #28322635}
#phone::before{content:'';position:absolute;z-index:60;top:11px;left:50%;transform:translateX(-50%);width:108px;height:26px;border-radius:20px;background:#171919;pointer-events:none}
.phone-status{height:var(--phone-top);display:flex;align-items:center;justify-content:space-between;padding:3px 29px 0;font-size:12px;font-weight:700;color:#272b28;user-select:none}
.phone-status-icons svg{display:block;width:49px;height:15px}
.home-indicator{position:absolute;z-index:60;bottom:7px;left:50%;transform:translateX(-50%);width:116px;height:4px;border-radius:4px;background:#28362b;opacity:.55;pointer-events:none}
#app{height:calc(100% - var(--phone-top));min-height:0}
.boot{padding:70px 22px;font-size:14px}
.layout{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}
.sidebar{display:none}
.main{display:flex;flex:1;flex-direction:column;min-height:0;padding:0;overflow:hidden}
.topbar{flex:0 0 64px;min-height:64px;padding:0 18px;border-bottom:1px solid var(--line);background:var(--paper);gap:9px}
.mobile-brand{display:flex;align-items:center;gap:9px;font-size:22px;font-weight:700;letter-spacing:-.8px;text-decoration:none;border:0;background:none;padding:0;color:var(--ink)}
.mobile-brand .brandmark{width:30px;height:30px;border-radius:9px}
.mobile-brand .brandmark svg{width:21px}
.crumb,.demo-pill,.profile-mini div{display:none}
.top-right{gap:7px}
.profile-mini{border:0;padding:0;background:none;min-width:36px;min-height:44px;justify-content:center}
.header-icon{border:0;background:none;display:grid;place-items:center;width:36px;height:44px;padding:7px;color:#6c786c}
.header-icon svg{width:19px;height:19px}
.header-back{display:none;padding:0;width:25px;min-width:25px}
.header-back svg{transform:rotate(180deg)}
.header-back.visible{display:grid}
#content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:18px 17px 30px;overscroll-behavior:contain;scrollbar-width:none;scroll-padding-top:16px}
#content::-webkit-scrollbar{display:none}
.home-greeting{margin:0 0 17px}
.home-greeting .eyebrow{font-size:9px;letter-spacing:1.4px}
.home-greeting h1{margin:8px 0 6px;font-size:25px;line-height:1.2;letter-spacing:-.8px;font-weight:600}
.home-greeting p{font-size:12px;color:var(--muted);margin:0;line-height:1.5}
.hero{margin:0 0 21px;min-height:190px;border-radius:17px;background:linear-gradient(112deg,#fbf3d8,#f4eddb)}
.hero-copy{padding:20px 16px 18px;max-width:78%;position:relative;z-index:1}
.hero-copy p{font-size:10px;line-height:1.65;max-width:190px;margin:9px 0;color:#7c826f}
.hero-copy .eyebrow{font-size:8px;letter-spacing:1.25px;color:#927328}
.hero h2{margin:7px 0 7px;font-size:20px;line-height:1.2;font-weight:550;letter-spacing:-.6px}
.hero h2 em{font-style:normal;color:#927023}
.hero-art{width:43%;opacity:.7;right:-12px;bottom:21px;pointer-events:none}
.hero .link-button{padding:5px 0 0;font-size:11px;gap:5px}
.hero .link-button svg{width:13px}
.section-title{font-size:13px;margin:19px 0 12px;gap:10px}
.section-title span{font-size:9px}
.quick-grid,.all-services{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.tile{border-radius:13px;min-height:106px;padding:14px 9px 12px;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;text-align:center}
.tile-icon{height:35px;width:35px;border-radius:10px;margin-bottom:10px;flex-shrink:0}
.tile-icon svg{height:21px;width:21px}
.tile strong{font-size:10.5px;line-height:1.35;font-weight:600;max-width:100%;overflow-wrap:anywhere}
.tile small{display:none}
.tile .count{right:6px;top:6px;padding:2px 4px;font-size:8px}
.tile:hover{transform:none}
.home-bottom{display:grid;grid-template-columns:1fr;gap:12px;margin:19px 0}
.home-bill{padding:15px 16px}
.home-bill .eyebrow{font-size:8px}
.home-bill .money{font-size:23px;margin:7px 0 2px}
.home-bill p{font-size:10px}
.home-bill .link-button{font-size:11px;padding-top:10px}
.home-notice{padding:15px 16px}
.home-notice h3{font-size:13px;line-height:1.45}
.home-note{font-size:9px;text-align:center;line-height:1.7;color:#8c9386;padding:21px 10px 0}
.pagehead{margin:1px 0 20px;align-items:flex-start;gap:9px;flex-wrap:wrap}
.pagehead h1{font-size:25px;line-height:1.2;letter-spacing:-.7px;margin-bottom:8px}
.pagehead p{font-size:12px;line-height:1.55;max-width:290px}
.pagehead>.btn{font-size:11px;padding:10px 12px;min-height:42px}
.btn{min-height:44px;padding:11px 13px;font-size:12px}
.link-button{min-height:38px}
.grid2,.booking-grid{grid-template-columns:1fr;gap:13px}
.card{padding:18px 16px;border-radius:14px}
.space-card{padding:0;display:grid;grid-template-columns:87px minmax(0,1fr);align-items:stretch;text-align:left}
.space-illustration{height:100%;min-height:123px;width:87px;border-radius:0}
.space-illustration svg{height:118px;width:150px;max-width:none}
.space-illustration.generic svg{width:38px;height:38px}
.space-card .inner{padding:13px 12px}
.space-card h3{font-size:13px;line-height:1.3;margin:6px 0}
.space-card p{font-size:10px;line-height:1.4}
.space-card .eyebrow{font-size:8px;letter-spacing:1px}
.space-card .row{margin-top:7px;font-size:10px;gap:5px}
.space-card .link-button{font-size:10px;min-height:28px;padding:0;white-space:nowrap}
.space-card .row strong{white-space:nowrap}
.chips{gap:6px;flex-wrap:nowrap;overflow:auto;scrollbar-width:none;margin-bottom:14px;padding-bottom:3px}
.chip{min-height:37px;padding:8px 10px;font-size:10px;white-space:nowrap}
.steps{gap:9px;margin:12px 0 17px;font-size:9px;flex-wrap:nowrap;justify-content:space-between}
.step{gap:4px}.step i{width:19px;height:19px;font-size:9px}
.calendar{gap:5px}.day{min-height:39px;padding:9px 2px;font-size:12px}
.calendar-title button{min-height:36px;min-width:36px;font-size:20px}
.slot-grid{gap:8px;grid-template-columns:1fr 1fr}.slot{min-height:48px;font-size:11px}
.review{padding:18px 15px;margin-bottom:17px}.review dl{gap:10px;font-size:12px}
.review .actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.review .rules{background:none;padding:0;border:0;margin-top:15px}
.check{font-size:11px;padding:8px 0;min-height:44px}
.check input{width:19px;height:19px;flex-shrink:0}
.record .card-top{gap:8px}.record h3{font-size:14px}
.field input,.field textarea,.field select{font-size:16px;min-height:46px}
.field{font-size:12px}.field textarea{min-height:110px}
.section-actions{flex-wrap:wrap}.section-actions .btn{flex:1}
.voice-dock{flex:0 0 auto;border-top:1px solid #e5e8de;background:#fff;padding:0 17px;position:relative;z-index:12}
.mobile-assistant-toggle{position:static;display:flex;align-items:center;gap:9px;width:100%;border:0;background:transparent;color:#59644f;text-align:left;min-height:45px;padding:8px 0}
.mobile-assistant-toggle>svg{width:17px;height:17px;color:var(--mustard);flex-shrink:0}
.mobile-assistant-toggle span{font-size:11px;flex:1;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.mobile-assistant-toggle small{font-size:9px;color:#8d957e;max-width:60px}
.mobile-assistant-toggle .dock-chevron{font-size:17px;flex:0 0 auto;color:#9ca68e}
.phone-nav{flex:0 0 78px;min-height:78px;display:grid;grid-template-columns:repeat(5,1fr);gap:0;align-items:start;background:#fff;border-top:1px solid var(--line);padding:8px 8px 17px;position:relative;z-index:50}
.phone-nav button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:0;background:none;min-height:48px;padding:4px 2px;color:#8a9386;text-align:center;font-size:9px;font-weight:500;border-radius:10px}
.phone-nav button svg{height:20px;width:20px}
.phone-nav button.active{color:#947019;background:none;font-weight:650}
.phone-nav button:hover{background:#faf8ef}
.phone-nav .orb{display:flex;flex-direction:row;align-items:center;gap:3px;width:48px;height:48px;min-height:48px;padding:0;justify-self:center;margin-top:-5px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#f3d46f,#c69a2c 50%,#986c0b);box-shadow:0 0 0 5px #faf5e6;color:white}
.phone-nav .orb i{width:3px;height:12px}.phone-nav .orb i:nth-child(2){height:21px}.phone-nav .orb i:nth-child(3){height:27px}.phone-nav .orb i:nth-child(4){height:18px}.phone-nav .orb i:nth-child(5){height:9px}
.assistant-shade{position:absolute;inset:0;z-index:30;background:#28312538;backdrop-filter:blur(2px)}
.assistant-shade[hidden]{display:none}
.assistant{display:none;position:absolute;z-index:40;left:10px;right:10px;top:auto;bottom:83px;width:auto;height:min(620px,calc(100% - 100px));max-height:calc(100% - 100px);min-height:0;padding:19px 18px 14px;border:1px solid #e6e3d5;border-radius:24px 24px 17px 17px;box-shadow:0 7px 38px #263c292e}
.assistant.mobile-open{display:flex}
.assistant-head{font-size:13px}.assistant-head button{width:34px;height:34px;flex-shrink:0}
.assistant-head button svg{height:16px;width:16px}
.assistant-portrait{display:flex;align-items:center;gap:12px;text-align:left;padding:13px 0 7px}
.assistant-symbol{height:41px;width:41px;display:grid;place-items:center;background:var(--soft);color:var(--mustard);border-radius:50%;flex-shrink:0}
.assistant-symbol svg{width:21px;height:21px}
.assistant-portrait h2{font-size:17px;margin:0 0 3px}.assistant-portrait p{font-size:10px}
.voice-state{min-height:0;text-align:left;font-size:10px;padding:5px 0;line-height:1.5}
.voice-controls{justify-content:flex-start;gap:8px;margin:4px 0 0}.voice-controls button{min-height:32px;padding:6px 10px;font-size:10px}
.context-pill{padding:9px 0;margin:12px 0 9px;font-size:10px}
.chat{min-height:65px}.bubble{font-size:12px;margin-bottom:9px;padding:10px 12px}
.suggestions{margin:8px 0 5px;gap:6px}.suggestions button{padding:7px 9px;font-size:10px;min-height:33px}
.composer{flex-shrink:0;min-height:47px;margin-top:8px}.composer input{font-size:16px;padding:7px 5px}.composer button{width:34px;height:34px}.assistant-foot{font-size:8px;margin:8px 0 0}
#toast{position:absolute;z-index:65;bottom:137px;left:17px;right:17px;max-width:none;transform:translateY(12px);font-size:12px;line-height:1.5;padding:12px 15px;opacity:0;pointer-events:none;transition:opacity .18s,transform .18s}
#toast.show{opacity:1;transform:translateY(0)}
.busy-indicator{position:absolute;top:var(--phone-top);z-index:65}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:759px),(hover:none) and (pointer:coarse){
 body{background:var(--paper)}.device-stage{display:block;padding:0;height:100dvh;overflow:hidden}
 #phone{--phone-top:0px;height:100dvh;max-width:none;width:100%;aspect-ratio:auto;border-radius:0;box-shadow:none;transform:none;padding-top:env(safe-area-inset-top,0px)}
 #phone::before,.phone-status,.home-indicator{display:none}
 #app{height:100%}.phone-nav{padding-bottom:max(8px,env(safe-area-inset-bottom,8px));flex-basis:calc(66px + env(safe-area-inset-bottom,0px));min-height:calc(66px + env(safe-area-inset-bottom,0px))}
 .assistant{bottom:calc(71px + env(safe-area-inset-bottom,0px));height:min(620px,calc(100% - 95px));max-height:calc(100% - 95px)}
 #toast{bottom:calc(122px + env(safe-area-inset-bottom,0px))}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.orb i,.busy-indicator{animation:none!important}}
