.site-root{--site-line: color-mix(in srgb, var(--site-text) 14%, transparent);--site-card: color-mix(in srgb, var(--site-text) 4%, var(--site-surface));--site-tint: color-mix(in srgb, var(--site-accent) 9%, var(--site-surface));--site-on-accent: var(--site-surface);background:var(--site-surface);color:var(--site-text);display:flex;flex-direction:column;font-family:var(--site-font);-webkit-font-smoothing:antialiased;line-height:1.4;min-height:100dvh}.site-root *,.site-root *:before,.site-root *:after{box-sizing:border-box}.site-root img{max-width:100%}.site-page{display:grid;align-content:start;flex:1;gap:40px;margin:0 auto;max-width:760px;padding:22px 18px 56px;width:100%}.site-block-title{font-size:22px;letter-spacing:-.02em;line-height:1.2;margin:0 0 14px}.site-card{background:var(--site-card);border:1px solid var(--site-line);border-radius:16px}.site-hero{display:grid;gap:22px;text-align:center}.site-hero-cover{aspect-ratio:16 / 9;border-radius:20px;overflow:hidden}.site-hero-cover img{display:block;height:100%;object-fit:cover;width:100%}.site-hero-body{display:grid;gap:14px;justify-items:center}.site-hero-logo{border:1px solid var(--site-line);border-radius:50%;height:76px;object-fit:cover;width:76px}.site-hero-headline{font-size:clamp(28px,7vw,44px);letter-spacing:-.03em;line-height:1.08;margin:0;max-width:22ch}.site-hero-tagline{color:var(--site-muted);font-size:17px;line-height:1.5;margin:0;max-width:52ch}.site-text-body{color:color-mix(in srgb,var(--site-text) 88%,var(--site-surface));font-size:16px;line-height:1.6;margin:0;white-space:pre-line}.site-services{display:grid;gap:12px}.site-service-card{display:grid;gap:6px;padding:16px 18px}.site-service-head{align-items:baseline;display:flex;gap:12px;justify-content:space-between}.site-service-name{font-size:16px;font-weight:650}.site-service-price{color:var(--site-accent);font-weight:650;white-space:nowrap}.site-service-desc{color:var(--site-muted);font-size:14px;line-height:1.45;margin:0}.site-service-duration{color:var(--site-muted);font-size:13px}.site-specialists{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.site-specialist-card{display:grid;gap:8px;justify-items:center;padding:18px 12px;text-align:center}.site-avatar{align-items:center;background:var(--site-tint);border-radius:50%;color:var(--site-accent);display:flex;font-size:24px;font-weight:700;height:64px;justify-content:center;overflow:hidden;width:64px}.site-avatar img{height:100%;object-fit:cover;width:100%}.site-specialist-name{font-size:15px;font-weight:650;line-height:1.25}.site-specialist-role{color:var(--site-muted);font-size:13px;line-height:1.3}.site-gallery{display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.site-gallery-item{aspect-ratio:1;border-radius:14px;margin:0;overflow:hidden}.site-gallery-item img{display:block;height:100%;object-fit:cover;width:100%}.site-booking-cta{display:grid;justify-items:center;padding:6px 0}.site-cta-button{appearance:none;background:var(--site-accent);border:0;border-radius:999px;box-shadow:0 10px 24px color-mix(in srgb,var(--site-accent) 30%,transparent);color:var(--site-on-accent);cursor:pointer;font:inherit;font-size:17px;font-weight:660;min-height:54px;padding:14px 36px;transition:background .15s ease,transform .15s ease;width:min(100%,340px)}.site-cta-button:hover{background:var(--site-accent-deep)}.site-cta-button:active{transform:scale(.98)}.site-cta-button:focus-visible{outline:2px solid var(--site-accent-deep);outline-offset:3px}.site-contacts-card{display:grid;overflow:hidden}.site-contact-row{align-items:baseline;border-bottom:1px solid var(--site-line);display:flex;gap:16px;justify-content:space-between;padding:14px 18px}.site-contact-row:last-child{border-bottom:0}.site-contact-label{color:var(--site-muted);font-size:13px}.site-contact-value{color:var(--site-text);font-size:15px;font-weight:600;text-align:right}a.site-contact-value{color:var(--site-accent);text-decoration:none}a.site-contact-value:hover{text-decoration:underline}.site-contact-map{display:grid;gap:10px;padding:14px 18px 16px}.site-map-frame{aspect-ratio:16 / 10;border:0;border-radius:12px;display:block;width:100%}.site-map-link{color:var(--site-accent);font-size:14px;font-weight:600;justify-self:start;text-decoration:none}.site-map-link:hover{text-decoration:underline}.site-map-link:focus-visible{outline:2px solid var(--site-accent-deep);outline-offset:3px}.site-links{display:grid;gap:10px}.site-link-item{align-items:center;background:var(--site-card);border:1px solid var(--site-line);border-radius:14px;color:var(--site-text);display:flex;font-size:15px;font-weight:600;gap:12px;justify-content:space-between;min-height:54px;padding:15px 18px;text-decoration:none;transition:border-color .15s ease}.site-link-item:hover{border-color:var(--site-accent)}.site-link-arrow{color:var(--site-accent)}.site-skeleton{animation:site-shimmer 1.4s linear infinite;background:linear-gradient(100deg,var(--site-card) 40%,var(--site-tint) 50%,var(--site-card) 60%);background-size:200% 100%;border:1px solid var(--site-line);border-radius:16px}.site-skeleton-card{min-height:76px}@keyframes site-shimmer{to{background-position:-200% 0}}.site-footer{border-top:1px solid var(--site-line);color:var(--site-muted);font-size:13px;padding:20px 16px calc(20px + env(safe-area-inset-bottom));text-align:center}.site-footer-brand{color:var(--site-accent);font-weight:700}@media(min-width:760px){.site-page{gap:56px;padding:52px 24px 72px}.site-services{grid-template-columns:repeat(2,1fr)}.site-specialists,.site-gallery{grid-template-columns:repeat(3,1fr)}.site-block-title{font-size:26px}}:root{--web-bg: #ffffff;--web-fg: #1f1b1c;--web-muted: #6b7280;--web-line: #e5e7eb;--web-accent: #c1113e}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100dvh}body{background:var(--web-bg);color:var(--web-fg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.site-app{--bk-line: color-mix(in srgb, var(--site-text, #1f1b1c) 14%, transparent);--bk-card: color-mix(in srgb, var(--site-text, #1f1b1c) 4%, var(--site-surface, #ffffff));--bk-tint: color-mix(in srgb, var(--site-accent, #c1113e) 10%, var(--site-surface, #ffffff));display:block;min-height:100dvh}.preview-idle{min-height:100dvh}.web-state{align-items:center;display:flex;flex-direction:column;gap:14px;justify-content:center;margin:0 auto;max-width:420px;min-height:100dvh;padding:32px 24px;text-align:center}.web-state-title{font-size:22px;letter-spacing:-.02em;margin:0}.web-state-body{color:var(--web-muted);font-size:15px;line-height:1.5;margin:0}.web-state-button{appearance:none;background:var(--web-accent);border:0;border-radius:999px;color:#fff;cursor:pointer;font:inherit;font-weight:600;margin-top:4px;min-height:44px;padding:10px 28px}.web-spinner{animation:web-spin .8s linear infinite;border:3px solid var(--web-line);border-radius:50%;border-top-color:var(--web-accent);height:34px;width:34px}@keyframes web-spin{to{transform:rotate(360deg)}}.bk-overlay{align-items:flex-end;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.bk-backdrop{appearance:none;background:color-mix(in srgb,#000000 46%,transparent);border:0;cursor:pointer;inset:0;padding:0;position:absolute}.bk-modal{animation:bk-rise .22s ease;background:var(--site-surface, #ffffff);border-radius:22px 22px 0 0;color:var(--site-text, #1f1b1c);display:flex;flex-direction:column;font-family:var(--site-font, inherit);max-height:90dvh;position:relative;width:min(100%,520px)}@keyframes bk-rise{0%{transform:translateY(24px);opacity:0}}.bk-header{align-items:center;border-bottom:1px solid var(--bk-line, #e5e7eb);display:grid;gap:8px;grid-template-columns:40px 1fr 40px;padding:12px 14px}.bk-title{font-size:16px;font-weight:660;margin:0;text-align:center}.bk-icon-button{align-items:center;appearance:none;background:transparent;border:0;border-radius:10px;color:var(--site-text, #1f1b1c);cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.bk-icon-button:hover{background:var(--bk-tint, #f5f5f5)}.bk-icon-spacer{display:block;height:40px;width:40px}.bk-body{-webkit-overflow-scrolling:touch;overflow-y:auto;padding:16px 18px calc(20px + env(safe-area-inset-bottom))}.bk-list{display:grid;gap:10px}.bk-option{align-items:center;appearance:none;background:var(--bk-card, #fafafa);border:1px solid var(--bk-line, #e5e7eb);border-radius:14px;color:inherit;cursor:pointer;display:flex;font:inherit;gap:12px;justify-content:space-between;padding:14px 16px;text-align:left;transition:border-color .15s ease;width:100%}.bk-option:hover{border-color:var(--site-accent, #c1113e)}.bk-option-main{display:grid;gap:3px}.bk-option-name{font-size:15px;font-weight:620}.bk-option-meta{color:var(--site-muted, #6b7280);font-size:13px}.bk-option-price{color:var(--site-accent, #c1113e);font-weight:640;white-space:nowrap}.bk-days{display:grid;gap:20px}.bk-day-title{font-size:14px;font-weight:640;margin:0 0 10px;text-transform:capitalize}.bk-slot-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(84px,1fr))}.bk-slot{appearance:none;background:var(--bk-card, #fafafa);border:1px solid var(--bk-line, #e5e7eb);border-radius:10px;color:inherit;cursor:pointer;font:inherit;font-weight:560;min-height:44px;padding:10px 6px;transition:border-color .15s ease,background .15s ease}.bk-slot:hover{background:var(--bk-tint, #f5f5f5);border-color:var(--site-accent, #c1113e)}.bk-form{display:grid;gap:16px}.bk-field{display:grid;gap:6px}.bk-field-label{color:var(--site-muted, #6b7280);font-size:13px;font-weight:560}.bk-input{appearance:none;background:var(--site-surface, #ffffff);border:1px solid var(--bk-line, #e5e7eb);border-radius:12px;color:inherit;font:inherit;font-size:16px;min-height:48px;padding:12px 14px;width:100%}.bk-input:focus-visible{border-color:var(--site-accent, #c1113e);outline:2px solid color-mix(in srgb,var(--site-accent, #c1113e) 35%,transparent);outline-offset:1px}.bk-input[aria-invalid=true]{border-color:#d64545}.bk-primary{appearance:none;background:var(--site-accent, #c1113e);border:0;border-radius:999px;color:var(--site-surface, #ffffff);cursor:pointer;font:inherit;font-size:16px;font-weight:640;min-height:52px;padding:14px 24px;width:100%}.bk-primary:hover{background:var(--site-accent-deep, #8e0c2e)}.bk-primary:disabled{cursor:progress;opacity:.7}.bk-secondary{appearance:none;background:transparent;border:1px solid var(--bk-line, #e5e7eb);border-radius:999px;color:inherit;cursor:pointer;font:inherit;font-weight:600;min-height:44px;padding:10px 22px}.bk-empty{color:var(--site-muted, #6b7280);font-size:15px;line-height:1.5;margin:0;padding:12px 0;text-align:center}.bk-feedback{display:grid;gap:12px;justify-items:center;padding:12px 0}.bk-error{color:#d64545;font-size:14px;margin:0}.bk-skeleton{animation:bk-shimmer 1.4s linear infinite;background:linear-gradient(100deg,var(--bk-card, #f0f0f0) 40%,var(--bk-tint, #f7f7f7) 50%,var(--bk-card, #f0f0f0) 60%);background-size:200% 100%;border-radius:14px;height:62px}@keyframes bk-shimmer{to{background-position:-200% 0}}.bk-success{display:grid;gap:12px;justify-items:center;padding:24px 8px 12px;text-align:center}.bk-success-mark{align-items:center;background:var(--site-accent, #c1113e);border-radius:50%;color:var(--site-surface, #ffffff);display:flex;font-size:30px;height:60px;justify-content:center;width:60px}.bk-success-title{font-size:21px;letter-spacing:-.02em;margin:0}.bk-success-when{color:var(--site-muted, #6b7280);font-size:15px;margin:0 0 8px}@media(min-width:640px){.bk-overlay{align-items:center;padding:24px}.bk-modal{border-radius:22px}}
