:root{--blue:#1167d8;--blue-dark:#0b4fae;--blue-soft:#eaf3ff;--navy:#0f1b2d;--ink:#1b2638;--text:#4b596b;--muted:#748296;--line:#e3e9f0;--soft:#f7f9fc;--white:#fff;--success:#0f9d78;--gold:#f2a312;--max:1600px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);letter-spacing:.006em;-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{object-fit:cover;width:100%;height:100%;display:block}.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#fffffff5;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:30px;min-height:76px;display:flex}.brand{letter-spacing:-.012em;color:var(--navy);align-items:center;gap:10px;font-size:1.15rem;font-weight:700;display:flex}.brand-mark{background:var(--blue);color:#fff;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.brand-mark [data-lucide]{width:21px;height:21px}.nav-links{color:#4d5b6d;letter-spacing:.01em;align-items:center;gap:30px;font-size:.95rem;font-weight:550;display:flex}.nav-links a:hover,.nav-links a.active{color:var(--blue)}.nav-actions{align-items:center;gap:10px;display:flex}.btn{min-height:var(--ui-btn-h-md);padding:var(--ui-btn-pad-md);border-radius:var(--ui-radius);border:1px solid #0000;justify-content:center;align-items:center;gap:9px;font-weight:650;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}.btn-outline{color:var(--navy);background:#fff;border-color:#cad5e2}.btn-soft{background:var(--blue-soft);color:var(--blue-dark);border-color:#d8e9ff}.mobile-toggle{background:0 0;border:0;padding:8px;display:none}.profile-page{background:#fff;padding:34px 0 92px}.breadcrumbs{color:#7b8898;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:.82rem;display:flex}.breadcrumbs a:hover{color:var(--blue)}.breadcrumbs [data-lucide]{width:14px;height:14px}.cover{background:#dce5ee;border-radius:24px;height:340px;position:relative;overflow:hidden}.cover:after{content:"";pointer-events:none;background:linear-gradient(#0a14220a,#0a142229);position:absolute;inset:0}.profile-header{z-index:2;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:22px;margin-top:24px;padding:0 26px;display:grid;position:relative}.profile-logo{background:#fff;border:6px solid #fff;border-radius:22px;width:118px;height:118px;overflow:hidden;box-shadow:0 12px 28px #0f1b2d21}.profile-title{min-width:0;padding:0 0 8px 14px}.name-row{flex-wrap:wrap;align-items:center;gap:9px 16px;display:flex}.name-row h1{color:var(--navy);letter-spacing:-.02em;margin:0;font-size:clamp(1.8rem,2.6vw,2.7rem);font-weight:650;line-height:1.18}.verified{width:21px;height:21px;color:var(--blue)}.pro-badge{background:var(--blue-soft);color:var(--blue-dark);border-radius:999px;padding:6px 9px;font-size:.74rem;font-weight:650}.subtitle{color:#69788b;margin-top:8px;font-size:.92rem;line-height:1.55}.header-actions{gap:9px;padding-bottom:8px;display:flex}.icon-btn{color:#677689;background:#fff;border:1px solid #d8e1ea;border-radius:11px;place-items:center;width:46px;height:46px;display:grid}.icon-btn [data-lucide]{width:20px;height:20px}.profile-summary{color:#5c6a7d;flex-wrap:wrap;gap:24px;padding:22px 26px 0;font-size:.86rem;display:flex}.summary-item{align-items:center;gap:7px;display:flex}.summary-item [data-lucide]{color:#78879a;width:17px;height:17px}.rating{color:var(--navy);font-weight:650}.rating [data-lucide]{fill:var(--gold);color:var(--gold);stroke:none!important}.available{color:var(--success);font-weight:600}.tabs-wrap{border-bottom:1px solid var(--line);z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;margin-top:28px;position:sticky;top:76px}.tabs{scrollbar-width:none;gap:28px;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{color:#667487;white-space:nowrap;border-bottom:2px solid #0000;padding:17px 0 15px;font-size:.88rem;font-weight:600}.tab.active{color:var(--blue);border-color:var(--blue)}.content-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:34px;margin-top:34px;display:grid}.main-column{min-width:0}.sidebar{gap:16px;display:grid;position:sticky;top:150px}.section-card{border:1px solid var(--line);background:#fff;border-radius:20px;margin-bottom:20px;padding:28px}.section-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.section-head h2{color:var(--navy);letter-spacing:-.008em;margin:0;font-size:1.28rem;font-weight:650;line-height:1.35}.section-head a{color:var(--blue);white-space:nowrap;font-size:.83rem;font-weight:600}.about-copy{color:var(--text);max-width:920px;font-size:.95rem;line-height:1.82}.about-copy p{margin:0 0 15px}.about-copy p:last-child{margin-bottom:0}.quick-facts{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;display:grid}.fact{border:1px solid var(--line);background:#f8fafd;border-radius:14px;padding:16px}.fact [data-lucide]{width:22px;height:22px;color:var(--blue);margin-bottom:10px}.fact strong{color:var(--navy);font-size:.88rem;font-weight:650;display:block}.fact span{color:var(--muted);margin-top:4px;font-size:.8rem;line-height:1.45;display:block}.service-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.service-item{border:1px solid var(--line);background:#fff;border-radius:15px;align-items:flex-start;gap:13px;padding:18px;display:flex}.service-icon{background:var(--blue-soft);width:44px;height:44px;color:var(--blue);border-radius:12px;flex:none;place-items:center;display:grid}.service-icon [data-lucide]{width:22px;height:22px}.service-item strong{color:var(--navy);font-size:.9rem;font-weight:650;display:block}.service-item span{color:var(--muted);margin-top:4px;font-size:.8rem;line-height:1.5;display:block}.photo-grid{grid-template-rows:190px 190px;grid-template-columns:1.2fr .8fr .8fr;gap:10px;display:grid}.photo{background:#e6ebf0;border-radius:14px;overflow:hidden}.photo.is-loading{position:relative}.profile-photo-skeleton{background:linear-gradient(90deg,#edf2f7 25%,#f8fafc 50%,#edf2f7 75%) 0 0/200% 100%;animation:1.2s ease-in-out infinite profile-photo-loading;position:absolute;inset:0}.photo:not(.is-loading) .profile-photo-skeleton{display:none}@keyframes profile-photo-loading{to{background-position:-200% 0}}.photo:first-child{grid-row:1/3}.photo img{transition:transform .25s}.photo:hover img{transform:scale(1.025)}.review-summary{border-bottom:1px solid var(--line);grid-template-columns:170px 1fr;align-items:center;gap:28px;padding-bottom:24px;display:grid}.score{color:var(--navy);letter-spacing:-.03em;font-size:3.4rem;font-weight:650;line-height:1}.stars{color:var(--gold);gap:3px;margin-top:8px;display:flex}.stars [data-lucide]{fill:currentColor;width:18px;height:18px;stroke:none!important}.review-bars{gap:8px;display:grid}.review-bar{color:#7a8798;grid-template-columns:18px 1fr 34px;align-items:center;gap:8px;font-size:.78rem;display:grid}.bar{background:#eef2f6;border-radius:999px;height:7px;overflow:hidden}.bar span{background:var(--blue);border-radius:999px;height:100%;display:block}.reviews-list{gap:0;display:grid}.review{border-bottom:1px solid var(--line);padding:24px 0}.review:last-child{border-bottom:0;padding-bottom:0}.review-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.review-user{align-items:center;gap:11px;display:flex}.avatar{background:var(--blue-soft);width:42px;height:42px;color:var(--blue);border-radius:50%;place-items:center;font-size:.8rem;font-weight:700;display:grid}.review-user strong{color:var(--navy);font-size:.88rem;font-weight:650;display:block}.review-user span{color:var(--muted);margin-top:3px;font-size:.76rem;display:block}.mini-stars{color:var(--gold);gap:2px;display:flex}.mini-stars [data-lucide]{fill:currentColor;width:15px;height:15px;stroke:none!important}.review p{color:var(--text);margin:14px 0 0;font-size:.9rem;line-height:1.72}.credential-list{gap:12px;display:grid}.credential{border:1px solid var(--line);border-radius:14px;align-items:flex-start;gap:13px;padding:16px;display:flex}.credential>div{flex:1;min-width:0}.credential-status{border-radius:999px;flex:none;padding:4px 10px;font-size:.72rem;font-style:normal;font-weight:650}.credential-status.is-verified{color:#1a7f4b;background:#e9f7ef}.credential-status.is-reviewing{color:#b4690e;background:#fff4e5}.credential [data-lucide]{width:23px;height:23px;color:var(--blue);flex:none;margin-top:1px}.credential strong{color:var(--navy);font-size:.89rem;font-weight:650;display:block}.credential span{color:var(--muted);margin-top:4px;font-size:.8rem;line-height:1.5;display:block}.quote-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:22px;box-shadow:0 12px 30px #0f1b2d0e}.quote-card h3{color:var(--navy);margin:0;font-size:1.14rem;font-weight:650}.quote-card>p{color:var(--muted);margin:7px 0 18px;font-size:.84rem;line-height:1.6}.quote-card .btn{width:100%}.quote-card .btn+.btn{margin-top:8px}.response-note{color:var(--success);justify-content:center;align-items:center;gap:7px;margin-top:13px;font-size:.78rem;font-weight:600;display:flex}.response-note [data-lucide]{width:15px;height:15px}.info-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:22px}.info-card h3{color:var(--navy);margin:0 0 17px;font-size:1rem;font-weight:650}.info-list{gap:14px;display:grid}.info-row{color:#617085;align-items:flex-start;gap:10px;font-size:.84rem;line-height:1.5;display:flex}.info-row [data-lucide]{color:#7b8a9c;flex:none;width:18px;height:18px;margin-top:1px}.hours{gap:8px;margin-top:2px;display:grid}.hours-row{color:#617085;justify-content:space-between;gap:16px;font-size:.8rem;display:flex}.hours-row strong{color:var(--navy);font-weight:600}.sample-note{color:#8b98a8;margin:0 0 18px;font-size:.76rem}footer{border-top:1px solid var(--line);background:#fff;padding:48px 0 30px}.footer-grid{grid-template-columns:1.4fr repeat(3,.75fr);gap:36px;display:grid}.footer-brand p{color:var(--muted);max-width:430px;font-size:.92rem;line-height:1.65}footer h4{color:var(--navy);margin:0 0 14px;font-size:.9rem}footer a{color:#657488;margin:9px 0;font-size:.89rem;display:block}footer a:hover{color:var(--blue)}.footer-bottom{border-top:1px solid var(--line);color:#7b8898;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:34px;padding-top:20px;font-size:.84rem;display:flex}@media (width<=1120px){.content-grid{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr 1fr;position:static}}@media (width<=860px){.nav-links,.nav-actions .btn-outline{display:none}.mobile-toggle{display:block}.profile-header{grid-template-columns:auto 1fr}.header-actions{grid-column:1/-1;padding:0}.quick-facts,.service-grid{grid-template-columns:1fr 1fr}.photo-grid{grid-template-rows:220px 180px 180px;grid-template-columns:1fr 1fr}.photo:first-child{grid-area:auto/1/auto/-1}.sidebar{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.container{width:min(calc(100% - 24px),var(--max))}.nav{min-height:68px}.profile-page{padding-top:18px}.cover{border-radius:18px;height:230px}.profile-header{gap:14px;margin-top:20px;padding:0 14px}.profile-title{padding-left:4px}.profile-logo{border-width:5px;border-radius:18px;width:88px;height:88px}.name-row h1{font-size:1.55rem}.profile-summary{gap:13px 18px;padding:18px 14px 0}.tabs-wrap{top:68px}.content-grid{margin-top:24px}.section-card{border-radius:17px;padding:20px}.quick-facts,.service-grid{grid-template-columns:1fr}.photo-grid{grid-template-rows:200px 150px 150px;grid-template-columns:1fr 1fr}.review-summary{grid-template-columns:1fr;gap:18px}.header-actions{grid-template-columns:1fr 1fr;display:grid}.header-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr}}.profile-cover-action{width:100%;text-align:inherit;border:0;padding:0;display:block}.profile-cover-action:disabled{cursor:default}.profile-cover-empty{width:100%;height:100%;color:var(--blue);background:var(--blue-soft);place-items:center;font-size:5rem;font-weight:700;display:grid}.profile-header,.profile-title,.profile-summary{padding-left:0}.profile-logo>span{background:var(--blue-soft);width:100%;height:100%;color:var(--blue);place-items:center;font-size:2.2rem;font-weight:700;display:grid}.name-row>svg{width:20px;height:20px;color:var(--blue)}.icon-btn.is-saved{color:var(--blue);background:var(--blue-soft);border-color:#bbd9ff}.icon-btn.is-saved svg{fill:currentColor}.profile-share-wrap{position:relative}.profile-share-menu{z-index:45;border:1px solid var(--line);background:#fff;border-radius:10px;width:190px;padding:7px;position:absolute;top:54px;right:0;box-shadow:0 16px 34px #0f1b2d24}.profile-share-menu button,.profile-share-menu a{width:100%;min-height:38px;color:var(--navy);border-radius:7px;justify-content:flex-start;align-items:center;gap:8px;padding:8px 10px;font-size:.82rem;display:flex}.profile-share-menu a:hover{background:var(--soft)}.profile-share-menu svg{width:16px;height:16px}.section-head>span{color:var(--muted);font-size:.82rem}.service-item small{color:var(--blue);text-transform:capitalize;margin-top:8px;font-size:.76rem;display:block}.photo-grid .photo{border:0;border-radius:14px;width:100%;height:100%;padding:0}.profile-empty-copy{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.profile-review-reply{background:var(--soft);border-left:3px solid var(--blue);border-radius:0 8px 8px 0;margin:16px 0 0 52px;padding:14px}.profile-review-reply strong{color:var(--navy);font-size:.82rem}.profile-review-reply p{margin-top:7px;font-size:.84rem}.profile-view-all{color:var(--blue);font-weight:600}.profile-gallery-overlay,.profile-action-overlay{z-index:120;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080d16c7;place-items:center;padding:16px;animation:.18s ease-out profileGalleryFade;display:grid;position:fixed;inset:0}.profile-gallery{color:#fff;background:#131a26;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:min(98vw,1440px);max-height:calc(100vh - 32px);animation:.22s cubic-bezier(.2,.8,.3,1) profileGalleryIn;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000080}@keyframes profileGalleryFade{0%{opacity:0}to{opacity:1}}@keyframes profileGalleryIn{0%{opacity:0;transform:scale(.97)translateY(8px)}to{opacity:1;transform:none}}@keyframes profileGalleryImg{0%{opacity:0}to{opacity:1}}.profile-gallery>header{justify-content:space-between;align-items:center;padding:14px 16px 4px 20px;display:flex}.profile-gallery>header strong{color:#ffffff8c;letter-spacing:.04em;font-size:.8rem;font-weight:600}.profile-gallery>header button{color:#ffffffb8;border-radius:50%;width:34px;height:34px;padding:0}.profile-gallery>header button:hover{color:#fff;background:#ffffff1a}.profile-gallery-stage{flex:1;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:10px;min-height:0;padding:8px 18px 14px;display:grid}.profile-gallery-stage>button{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;justify-self:center;width:42px;height:42px;padding:0;transition:background .15s,border-color .15s}.profile-gallery-stage>button:hover{background:#ffffff24;border-color:#ffffff38}.profile-gallery-stage figure{flex-direction:column;justify-content:center;align-items:center;height:min(76vh,880px);margin:0;display:flex}.profile-gallery-stage figure img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;height:auto;max-height:calc(100% - 30px);animation:.2s profileGalleryImg}.profile-gallery-stage figcaption{color:#ffffffa6;margin-top:10px;font-size:.82rem}.profile-gallery-thumbs{border-top:1px solid #ffffff0f;gap:8px;padding:10px 18px 16px;display:flex;overflow-x:auto}.profile-gallery-thumbs button{opacity:.5;border:0;border-radius:8px;flex:0 0 64px;width:64px;height:48px;padding:0;transition:opacity .15s,box-shadow .15s;overflow:hidden}.profile-gallery-thumbs button:hover{opacity:.8}.profile-gallery-thumbs button.active{opacity:1;box-shadow:0 0 0 1.5px #ffffffbf}.profile-gallery-thumbs button img{object-fit:cover;width:100%;height:100%}.profile-action-modal{background:#fff;border-radius:14px;width:min(440px,100%);padding:28px;position:relative;box-shadow:0 24px 70px #0f1b2d40}.profile-action-modal h2{color:var(--navy);margin:0;font-size:1.25rem}.profile-action-modal p{color:var(--text);margin:10px 0 22px;line-height:1.6}.profile-modal-close{position:absolute;top:10px;right:10px}.profile-live-skeleton{gap:20px;padding-top:30px;display:grid}.profile-live-skeleton span{background:linear-gradient(90deg,#edf2f7 25%,#f8fafc 50%,#edf2f7 75%) 0 0/200% 100%;border-radius:12px;height:90px;animation:1.2s ease-in-out infinite profile-photo-loading}.profile-live-skeleton span:first-child{height:340px}.profile-unavailable{text-align:center;padding:100px 0}.profile-unavailable h1{color:var(--navy)}@media (width<=860px){.profile-header{padding-left:0}.profile-gallery-stage{grid-template-columns:44px minmax(0,1fr) 44px;gap:6px}.profile-gallery-stage figure{height:min(72vh,760px)}}@media (width<=640px){.profile-header,.profile-summary{padding-left:0}.profile-gallery-overlay{padding:8px}.profile-gallery{border-radius:16px;max-height:calc(100vh - 16px)}.profile-gallery-stage{padding:4px 8px 10px}.profile-gallery-stage figure{height:min(74vh,680px)}.profile-gallery-thumbs{padding:8px 12px 12px}.profile-share-menu{left:0;right:auto}.profile-action-overlay{padding:8px}}.profile-gallery button{color:#ffffffd9}.profile-gallery button svg{color:inherit;stroke:currentColor}.profile-gallery>header button:hover,.profile-gallery-stage>button:hover{color:#fff}.profile-gallery [data-lucide]{color:#fffc!important;stroke:#fffc!important}.profile-gallery button:hover [data-lucide]{color:#fff!important;stroke:#fff!important}.profile-page .subtitle .profile-location{align-items:center;gap:6px;display:inline-flex}.profile-page .subtitle .profile-location [data-lucide]{width:15px;height:15px;color:var(--blue)}.profile-page .section-card .profile-subhead{color:var(--navy);margin:22px 0 12px;font-size:.95rem;font-weight:650}.profile-page .section-card .info-list{gap:12px}.profile-page .area-chips{flex-wrap:wrap;gap:8px;display:flex}.profile-page .area-chip{border:1px solid var(--line);background:var(--soft);color:var(--navy);border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:.84rem;font-weight:600;display:inline-flex}.profile-page .area-chip [data-lucide]{width:14px;height:14px;color:var(--blue)}.profile-page .section-card{scroll-margin-top:150px}.profile-page .content-grid{padding-bottom:min(95vh,1400px)}
