*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bz-bg);color:var(--bz-text);font-family:var(--bz-font-body);font-size:var(--bz-text-base);line-height:var(--bz-leading);-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto;display:block}a{color:var(--bz-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--bz-font-heading);font-weight:var(--bz-heading-weight);line-height:1.15;letter-spacing:var(--bz-heading-tracking,normal);margin:0 0 var(--bz-space-4);color:var(--bz-text)}h1{font-size:calc(clamp(30px,4.2vw,52px) * var(--bz-heading-scale,1))}h2{font-size:calc(clamp(24px,3vw,38px) * var(--bz-heading-scale,1))}h3{font-size:calc(clamp(20px,2.2vw,26px) * var(--bz-heading-scale,1))}h4{font-size:18px}p{margin:0 0 var(--bz-space-4)}p:last-child{margin-bottom:0}.bz-container{width:100%;margin:0 auto;padding:0 20px;max-width:var(--bz-container)}.bz-container--narrow{max-width:var(--bz-container-narrow)}.bz-container--wide{max-width:var(--bz-container-wide)}.bz-container--full{max-width:none;padding:0}.bz-section{position:relative;background-size:cover;background-position:center}.bz-section__overlay{position:absolute;inset:0;pointer-events:none}.bz-section>.bz-container{position:relative}.bz-section[data-scheme="dark"]{--bz-bg:var(--bz-dark-bg);--bz-surface:var(--bz-dark-surface);--bz-surface-alt:var(--bz-dark-surface-alt);--bz-text:var(--bz-dark-text);--bz-muted:var(--bz-dark-muted);--bz-border:var(--bz-dark-border);color:var(--bz-text)}.bz-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--bz-btn-radius);padding:var(--bz-btn-py) var(--bz-btn-px);font-weight:var(--bz-btn-weight);font-size:16px;line-height:1.2;cursor:pointer;transition:var(--bz-btn-transition,160ms ease);text-decoration:none}.bz-btn:hover{text-decoration:none}.bz-btn--primary{background:var(--bz-primary);color:var(--bz-on-primary)}.bz-btn--primary:hover{background:var(--bz-primary-hover)}.bz-btn--outline{border-color:var(--bz-primary);color:var(--bz-primary);background:transparent}.bz-btn--outline:hover{background:color-mix(in srgb,var(--bz-primary) 8%,transparent)}.bz-btn--ghost{color:var(--bz-text);background:color-mix(in srgb,var(--bz-text) 6%,transparent)}.bz-btn--lg{font-size:17px;padding:calc(var(--bz-btn-py) + 4px) calc(var(--bz-btn-px) + 8px)}.bz-btn--sm{font-size:14px;padding:calc(var(--bz-btn-py) - 4px) calc(var(--bz-btn-px) - 6px)}.bz-eyebrow{display:inline-block;font-size:14px;font-weight:600;letter-spacing:.02em;color:var(--bz-primary);margin-bottom:var(--bz-space-3)}.bz-lead{color:var(--bz-muted);font-size:clamp(16px,1.3vw,19px)}.bz-icon{width:24px;height:24px;display:inline-block;vertical-align:middle}.bz-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.bz-anchor{display:block;position:relative;top:-72px;visibility:hidden}.bz-hide-desktop{display:none}@media (max-width:900px){.bz-hide-desktop{display:block}}@media (max-width:900px) and (min-width:561px){.bz-hide-tablet{display:none}.bz-section{padding-top:var(--bz-pad-tablet-top,inherit);padding-bottom:var(--bz-pad-tablet-bottom,inherit)}}@media (max-width:560px){.bz-hide-mobile{display:none}.bz-section{padding-top:var(--bz-pad-mobile-top,inherit);padding-bottom:var(--bz-pad-mobile-bottom,inherit)}}.bz-card__slot{display:flex;gap:8px;align-items:center}.bz-card__slot:empty{display:none}.bz-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid currentColor;border-radius:999px;background:transparent;color:var(--bz-muted,#64748b);cursor:pointer}.bz-icon-btn .bz-icon{width:18px;height:18px}.bz-icon-btn[aria-pressed="true"]{color:var(--bz-primary,#2563eb);background:color-mix(in srgb,var(--bz-primary,#2563eb) 10%,transparent)}.bz-icon-btn--wishlist[aria-pressed="true"] .bz-icon{fill:currentColor}.bz-wishlist-btn[aria-pressed="true"],.bz-compare-btn[aria-pressed="true"]{color:var(--bz-primary,#2563eb);border-color:var(--bz-primary,#2563eb)}.bz-header-icon{position:relative;display:inline-flex;align-items:center;padding:4px;color:inherit;text-decoration:none}.bz-header-icon__count{position:absolute;top:-4px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--bz-primary,#2563eb);color:var(--bz-on-primary,#fff);font-size:11px;line-height:18px;text-align:center}.bz-account-link{display:inline-flex;gap:6px;align-items:center}.bz-live-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:1000;max-width:min(90vw,420px);padding:12px 16px;border-radius:10px;background:#1c2434;color:#fff;font-size:14px}.bz-live-toast:empty{display:none}.b-blog-posts-grid__head{text-align:center;margin-bottom:40px}.b-blog-posts-grid__empty{text-align:center;color:var(--bz-muted)}.b-blog-posts-grid__list{list-style:none;margin:0;padding:0;display:grid;gap:clamp(20px,2.5vw,28px)}.b-blog-posts-grid__list--2{grid-template-columns:repeat(2,minmax(0,1fr))}.b-blog-posts-grid__list--3{grid-template-columns:repeat(3,minmax(0,1fr))}.b-blog-posts-grid__list--4{grid-template-columns:repeat(4,minmax(0,1fr))}.b-blog-posts-grid__card{display:flex;flex-direction:column;overflow:hidden;background:var(--bz-bg);border:1px solid var(--bz-border);border-radius:var(--bz-radius-lg);transition:box-shadow 160ms ease,transform 160ms ease}.b-blog-posts-grid__card:hover{box-shadow:var(--bz-shadow-md);transform:translateY(-2px)}.b-blog-posts-grid__link{display:flex;flex-direction:column;color:inherit;text-decoration:none;height:100%}.b-blog-posts-grid__media{aspect-ratio:3 / 2;overflow:hidden;background:var(--bz-surface)}.b-blog-posts-grid__img{width:100%;height:100%;object-fit:cover}.b-blog-posts-grid__body{padding:20px;display:flex;flex-direction:column;flex:1}.b-blog-posts-grid__date{color:var(--bz-muted);font-size:13px;margin-bottom:8px}.b-blog-posts-grid__title{font-size:19px;margin:0 0 8px}.b-blog-posts-grid__excerpt{color:var(--bz-muted);font-size:15px;margin:0}.b-blog-posts-grid__pager{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px}.b-blog-posts-grid__pager-link{font-weight:600}.b-blog-posts-grid__pager-status{color:var(--bz-muted);font-size:14px}@media (max-width:900px){.b-blog-posts-grid__list--3,.b-blog-posts-grid__list--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.b-blog-posts-grid__list{grid-template-columns:1fr}}.b-blog-posts-grid__list--list{grid-template-columns:minmax(0,1fr)}.b-blog-posts-grid__list--list .b-blog-posts-grid__link{flex-direction:row;align-items:stretch}.b-blog-posts-grid__list--list .b-blog-posts-grid__media{flex:0 0 30%;max-width:320px}.b-blog-posts-grid__list--list .b-blog-posts-grid__body{min-width:0;justify-content:center;overflow-wrap:anywhere}@media (max-width:560px){.b-blog-posts-grid__list--list .b-blog-posts-grid__link{flex-direction:column}.b-blog-posts-grid__list--list .b-blog-posts-grid__media{flex:none;max-width:none}}.b-footer-simple__cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:clamp(24px,4vw,56px);padding-bottom:32px}.b-footer-simple__brand{font-family:var(--bz-font-heading);font-weight:700;font-size:20px;margin-bottom:12px}.b-footer-simple__about{color:var(--bz-muted);font-size:15px}.b-footer-simple__list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.b-footer-simple__list a{color:var(--bz-text);font-size:15px}.b-footer-simple__list a:hover{color:var(--bz-primary)}.b-footer-simple__contact{display:block;color:var(--bz-text);font-size:15px;margin-bottom:10px}.b-footer-simple__contact--muted{color:var(--bz-muted)}.b-footer-simple__made{color:inherit}.b-footer-simple__made:hover{color:inherit;text-decoration:underline}.b-footer-simple__bottom{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;border-top:1px solid var(--bz-border);padding-top:20px;color:var(--bz-muted);font-size:14px}@media (max-width:900px){.b-footer-simple__cols{grid-template-columns:1fr}}.b-footer-simple__logo{display:block;max-width:min(100%,220px);max-height:56px;width:auto;height:auto;object-fit:contain}.b-form-simple{display:flex;flex-direction:column;gap:24px;max-width:640px;margin:0 auto}.b-form-simple__intro{text-align:center}.b-form-simple__title{margin:0 0 8px;font-size:calc(clamp(22px,2.6vw,32px) * var(--bz-heading-scale,1))}.b-form-simple__description{color:var(--bz-muted)}.b-form-simple[data-scheme="dark"] .b-form-simple__description{color:inherit;opacity:.85}.bz-form{display:flex;flex-direction:column;gap:16px}.bz-form--inline{flex-direction:row;flex-wrap:wrap;align-items:flex-end}.bz-form--inline .bz-form__field{flex:1 1 200px}.bz-form--inline .bz-form__submit{flex:0 0 auto}.bz-form__field{display:flex;flex-direction:column;gap:6px}.bz-form__field--w-1-2{width:calc(50% - 8px)}.bz-form__field--w-1-3{width:calc(33.333% - 11px)}.bz-form__label{font-size:14px;font-weight:600}.bz-form__required{color:#e5484d}.bz-form input[type="text"],.bz-form input[type="email"],.bz-form input[type="tel"],.bz-form input[type="number"],.bz-form input[type="date"],.bz-form input[type="time"],.bz-form select,.bz-form textarea{width:100%;padding:10px 14px;border:1px solid var(--bz-border,#d9d9df);border-radius:10px;font:inherit;background:var(--bz-surface,#fff);color:inherit}.bz-form textarea{min-height:120px;resize:vertical}.bz-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.bz-form__choices{display:flex;flex-wrap:wrap;gap:10px 20px}.bz-form__choice{display:inline-flex;align-items:center;gap:6px;font-weight:400}.bz-form__hint{margin:0;font-size:13px;color:var(--bz-muted)}.bz-form__error{margin:0;font-size:13px;color:#e5484d}.bz-form__error:empty{display:none}.bz-form__error-summary:not([hidden]){padding:10px 14px;border-radius:10px;background:#fdecea;color:#611a15}.bz-form__consent{display:flex;align-items:flex-start;gap:8px;font-size:13px}.bz-form[data-bz-form-state="success"]{min-height:340px}.bz-form[data-bz-form-state="success"]>:not(.bz-form__success){display:none !important}.bz-form__success[hidden]{display:none}.bz-form__success:not([hidden]){display:flex;flex:1 1 100%;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:clamp(28px,5vw,52px);border:1px solid var(--bz-border,#d9d9df);border-radius:var(--bz-radius-md,10px);background:var(--bz-surface,#fff);color:var(--bz-text,#222)}.bz-form__success:focus{outline:none}.bz-form__success-mark{display:grid;place-items:center;width:48px;height:48px;margin-bottom:25px;border:1px solid var(--bz-primary);border-radius:50%;color:var(--bz-primary);font-size:23px;line-height:1}.bz-form__success-eyebrow{margin-bottom:10px;color:var(--bz-primary);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.bz-form__success-title{margin:0 0 14px;font-size:clamp(28px,3vw,42px);font-weight:500;line-height:1.12}.bz-form__success-copy{max-width:38em;margin:0;color:var(--bz-muted,#666);font-size:15px;line-height:1.7}.bz-form__repeat{display:inline-flex;align-items:center;gap:16px;min-height:44px;margin-top:28px;padding:0;border:0;border-bottom:1px solid var(--bz-primary);border-radius:0;background:none;color:var(--bz-text);font:inherit;font-size:13px;font-weight:600;cursor:pointer}.bz-form__repeat span{color:var(--bz-primary);font-size:18px}.bz-form__repeat:focus-visible{outline:2px solid var(--bz-primary);outline-offset:4px}.bz-form__submit{align-self:flex-start}.bz-form__submit[disabled]{opacity:.6;cursor:not-allowed}@media (max-width:640px){.bz-form--inline{flex-direction:column;align-items:stretch}.bz-form__field--w-1-2,.bz-form__field--w-1-3{width:100%}}.b-header-editorial{z-index:20;background:var(--bz-bg,#fafaf8);border-bottom:1px solid color-mix(in srgb,var(--bz-text) 9%,transparent)}.b-header-editorial__shell{position:relative}.b-header-editorial__bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:90px;gap:24px}.b-header-editorial__brand{font-size:24px;letter-spacing:-.065em;font-weight:600;color:var(--bz-text);text-decoration:none!important}.b-header-editorial__logo{display:block;width:168px;max-width:100%;height:auto;max-height:70px;object-fit:contain}.b-header-editorial__toggle{justify-self:start;display:inline-flex;align-items:center;gap:16px;background:none;border:0;color:var(--bz-text);font:inherit;font-size:11px;letter-spacing:.12em;text-transform:uppercase;min-width:44px;min-height:44px;padding:0;cursor:pointer}.b-header-editorial__toggle[hidden]{display:none}.b-header-editorial__toggle i{display:block;width:21px;height:1px;margin:6px 0;background:currentColor;transition:transform .2s}.b-header-editorial__toggle[aria-expanded=true] i:first-child{transform:translateY(3.5px) rotate(45deg)}.b-header-editorial__toggle[aria-expanded=true] i:last-child{transform:translateY(-3.5px) rotate(-45deg)}.b-header-editorial__action{justify-self:end;display:flex;align-items:center;gap:24px;color:var(--bz-text);font-size:12px;min-height:44px}.b-header-editorial__action>span:last-child{font-size:24px}.b-header-editorial__nav{padding:30px 0 40px}.b-header-editorial__nav a{display:flex;justify-content:space-between;gap:25px;padding:16px 0;font-size:24px;color:var(--bz-text);border-bottom:1px solid var(--bz-border)}.b-header-editorial__caption{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--bz-muted)}.b-header-editorial__shell[data-bz-menu-ready] .b-header-editorial__nav{position:absolute;top:100%;left:0;width:min(520px,100%);padding:32px;background:var(--bz-bg);box-shadow:0 22px 40px #00000012;z-index:30}.b-header-editorial__nav[hidden],.b-header-editorial__nav:where([data-bz-readonly] *){display:none}@media(max-width:640px){.b-header-editorial__bar{min-height:72px;gap:10px}.b-header-editorial__brand{font-size:22px}.b-header-editorial__logo{width:116px;max-height:52px}.b-header-editorial__menu-label{display:none}.b-header-editorial__action{font-size:10px;gap:8px}.b-header-editorial__action>span:first-child{max-width:65px;line-height:1.3}.b-header-editorial__nav a{font-size:21px}}.b-header-editorial__children{list-style:none;margin:0;padding:6px 0 14px 22px}.b-header-editorial__children a{font-size:15px;line-height:1.4;min-height:44px;border:0;padding:12px 0}.b-header-editorial__dialog{box-sizing:border-box;width:min(560px,calc(100vw - 32px));max-height:min(90vh,840px);margin:auto;padding:0;border:1px solid var(--bz-border);border-radius:4px;background:var(--bz-bg);color:var(--bz-text);box-shadow:0 28px 80px #23181033;overflow-y:auto}.b-header-editorial__dialog::backdrop{background:rgba(35,24,18,.58);backdrop-filter:blur(3px)}.b-header-editorial__dialog-inner{position:relative;padding:clamp(28px,4vw,48px)}.b-header-editorial__dialog-close{position:absolute;right:20px;top:18px;display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:var(--bz-text);font:inherit;font-size:32px;line-height:1;cursor:pointer}.b-header-editorial__dialog-eyebrow{margin:0 48px 16px 0;color:var(--bz-primary);font-size:11px;letter-spacing:.16em;text-transform:uppercase}.b-header-editorial__dialog-title{max-width:11em;margin:0 0 15px;font-size:clamp(30px,4vw,44px);font-weight:500;line-height:1.1;letter-spacing:-.045em}.b-header-editorial__dialog-description{margin-bottom:24px;color:var(--bz-muted);font-size:14px;line-height:1.7}.b-header-editorial__dialog .bz-form{margin-top:25px}@media(max-width:640px){.b-header-editorial__dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.b-header-editorial__dialog-inner{padding:28px 22px}.b-header-editorial__dialog-title{font-size:32px}.b-header-editorial__dialog .bz-form__submit{width:100%}}html{scroll-behavior:smooth}.bz-container{padding-inline:clamp(22px,4.2vw,62px)}.bz-container--full{padding-inline:0}.bz-section.b-hero-object>.bz-container--full,.bz-section.b-gallery-full-bleed>.bz-container--full{max-width:none;padding:0}.b-hero-object__copy h1,.b-text-image-story__copy h2,.b-gallery-full-bleed__caption h2,.b-services-editorial__head h2,.b-gallery-before-after__head h2,.b-form-simple__title{white-space:pre-line}.bz-section{scroll-margin-top:96px}h2{font-size:clamp(31px,3.4vw,48px);font-weight:500;line-height:1.13}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--bz-primary);outline-offset:4px}.b-header-simple{border-bottom:1px solid var(--bz-border)}.b-header-simple__inner{min-height:88px;gap:clamp(18px,2.3vw,34px)}.b-header-simple__logotext{font-size:clamp(22px,2vw,29px);font-weight:600;letter-spacing:-.065em;line-height:1.1;white-space:nowrap}.b-header-simple__list{gap:clamp(14px,1.8vw,28px)}.b-header-simple__link:not(.bz-btn){display:inline-flex;align-items:center;min-height:44px;font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.b-header-simple__phone{font-size:12px;font-weight:500;letter-spacing:.02em}.b-header-simple__sub{padding:10px 0;border-radius:3px}.b-header-simple__sub a{min-height:42px;display:flex;align-items:center;font-size:13px}.b-header-simple__sub a:hover{background:var(--bz-surface);text-decoration:none}.b-header-simple__actions>.bz-btn{white-space:nowrap}.bz-btn{min-height:48px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.bz-btn--lg{min-height:54px;font-size:12px}.bz-btn--sm{min-height:42px;font-size:11px}.bz-btn--outline{border-color:var(--bz-text);color:var(--bz-text)}.bz-btn--outline:hover{border-color:var(--bz-primary);color:var(--bz-primary)}.b-hero-split-image__inner{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:clamp(32px,5vw,82px);min-height:0;align-items:center}.b-hero-split-image__media{min-width:0;overflow:hidden;background:color-mix(in srgb,var(--bz-surface) 80%,var(--bz-bg))}.b-hero-split-image__img{width:100%;aspect-ratio:1.14 / 1;height:auto;object-fit:cover;object-position:center center;box-shadow:none}.b-hero-split-image--rounded .b-hero-split-image__img,.b-hero-split-image--blob .b-hero-split-image__img{border-radius:3px}.b-hero-split-image__content{min-width:0;padding-block:30px}.b-hero-split-image__badge{display:inline-flex;align-items:center;gap:13px;color:var(--bz-primary);font-size:11px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.b-hero-split-image__badge::before{content:'';width:27px;height:1px;background:currentColor}.b-hero-split-image__title{max-width:11.5em;margin-bottom:24px;font-size:clamp(39px,4.7vw,72px);font-weight:500;line-height:1.08;letter-spacing:-.057em;text-wrap:balance}.b-hero-split-image__subtitle{max-width:34em;margin-bottom:30px;font-size:15px;line-height:1.75}.b-hero-split-image__subtitle p{margin:0}.b-hero-split-image__actions{gap:12px}.atelier-story .b-text-rich{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(28px,7vw,110px);max-width:none;align-items:start}.atelier-story .b-text-rich__title{max-width:10em;margin:0}.atelier-story .b-text-rich__body{max-width:42em;padding-top:8px}.b-text-rich__body{color:var(--bz-muted);font-size:16px;line-height:1.85}.b-text-rich__body strong{color:var(--bz-text);font-weight:600}.b-text-rich__body a{text-decoration:underline;text-underline-offset:3px}.b-text-rich__body blockquote{border-left-width:2px}.b-services-cards__head,.b-gallery-grid__head{max-width:15em;margin:0 0 38px;text-align:left}.atelier-services .b-services-cards__head::before{content:'';display:block;width:34px;height:1px;margin-bottom:22px;background:var(--bz-primary)}.b-services-cards__list{gap:clamp(16px,2vw,26px)}.b-services-cards__card{border:1px solid var(--bz-border);border-radius:3px;background:var(--bz-bg);box-shadow:none;transition:border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.b-services-cards__card:hover,.b-services-cards__card:focus-within{border-color:var(--bz-accent);box-shadow:var(--bz-shadow-md);transform:translateY(-3px)}.b-services-cards__media{aspect-ratio:4 / 3;background:var(--bz-surface)}.b-services-cards__img{transition:transform 350ms ease}.b-services-cards__card:hover .b-services-cards__img{transform:scale(1.035)}.b-services-cards__body{min-height:215px;padding:clamp(20px,2vw,28px)}.b-services-cards__title{margin-bottom:10px;font-size:clamp(18px,1.7vw,22px);font-weight:500;line-height:1.25}.b-services-cards__text{margin-bottom:18px;color:var(--bz-muted);font-size:13px;line-height:1.65}.b-services-cards__foot{gap:12px;flex-wrap:wrap}.b-services-cards__price{color:var(--bz-primary);font-size:13px;font-weight:600}.b-services-cards__link{display:inline-flex;align-items:center;min-height:32px;color:var(--bz-text);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-decoration-color:var(--bz-accent);text-underline-offset:5px}.b-services-cards__link::after{content:'↗';padding-left:8px;color:var(--bz-primary);font-size:15px;text-decoration:none}.b-gallery-grid__list{gap:clamp(14px,2vw,26px)}.b-gallery-grid__figure{overflow:hidden}.b-gallery-grid__img{border-radius:3px}.atelier-before-after .b-gallery-grid__list--2{grid-template-columns:repeat(2,minmax(0,1fr))}.atelier-before-after .b-gallery-grid__img{aspect-ratio:3 / 2;object-fit:cover}.atelier-before-after .b-gallery-grid__caption{display:flex;align-items:center;gap:12px;margin-top:16px;color:var(--bz-text);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.atelier-before-after .b-gallery-grid__caption::before{content:'';width:28px;height:1px;background:var(--bz-primary)}.b-features-grid__head{max-width:750px;margin:0 0 38px;text-align:left}.b-features-grid__head p{max-width:38em;font-size:15px}.b-features-grid__list{gap:clamp(16px,2vw,28px)}.b-features-grid__item{min-width:0;padding:23px 0 0;border-top:1px solid var(--bz-border)}.b-features-grid__icon{width:43px;height:43px;border-radius:50%;background:var(--bz-bg);color:var(--bz-primary)}.b-features-grid__icon .bz-icon{width:21px;height:21px}.b-features-grid__title{margin-bottom:10px;font-size:18px;font-weight:500}.b-features-grid__text{max-width:28em;font-size:14px;line-height:1.7}.b-faq-accordion{max-width:930px}.b-faq-accordion__head{margin-bottom:35px;text-align:left}.b-faq-accordion__item:first-child{border-top:1px solid var(--bz-border)}.b-faq-accordion__q{padding-block:22px;font-size:17px;font-weight:500;line-height:1.45}.b-faq-accordion__q:hover{color:var(--bz-primary)}.b-faq-accordion__a{max-width:47em;padding-bottom:24px;font-size:15px;line-height:1.75}.bz-section.b-form-simple{display:block;max-width:none}.bz-container>.b-form-simple{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(30px,7vw,110px);align-items:start;max-width:none}.b-form-simple__intro{text-align:left}.atelier-contact .b-form-simple__intro{padding-top:18px;border-top:1px solid var(--bz-primary)}.b-form-simple__title{max-width:10em;margin-bottom:20px;font-size:clamp(32px,3.4vw,48px);font-weight:500;line-height:1.12}.b-form-simple__description{max-width:35em;font-size:15px;line-height:1.8}.b-form-simple .bz-form{width:100%;min-width:0}.bz-form__label{font-size:12px;font-weight:600;letter-spacing:.03em}.bz-form input[type='text'],.bz-form input[type='email'],.bz-form input[type='tel'],.bz-form input[type='number'],.bz-form input[type='date'],.bz-form input[type='time'],.bz-form select,.bz-form textarea{min-height:50px;border:0;border-bottom:1px solid var(--bz-border);border-radius:0;background:transparent;font-size:15px}.bz-form__field>input:focus-visible,.bz-form__field>select:focus-visible,.bz-form__field>textarea:focus-visible{outline:none;border-bottom-color:var(--bz-primary)}.bz-form textarea{min-height:132px}.bz-form__submit{margin-top:4px}.bz-form__success:not([hidden]){min-height:360px;border-radius:3px;border-top:2px solid var(--bz-primary);background:var(--bz-bg)}.bz-form__success-title{max-width:12em;font-size:clamp(34px,3.4vw,48px);font-weight:500;letter-spacing:-.045em}.bz-form__success-copy{max-width:36em}.bz-form__repeat{font-size:12px;letter-spacing:.06em;text-transform:uppercase}.bz-section.b-contacts-map{display:block}.bz-container>.b-contacts-map:not(:has(.b-contacts-map__map)){grid-template-columns:1fr}.b-contacts-map__title{margin-bottom:32px}.b-contacts-map__row{grid-template-columns:135px minmax(0,1fr);padding-block:17px}.b-contacts-map__row dt{font-size:13px}.b-contacts-map__row dd{font-size:15px;overflow-wrap:anywhere}.b-contacts-map__row a{color:var(--bz-text);text-decoration:underline;text-decoration-color:var(--bz-accent);text-underline-offset:4px}.b-contacts-map__map{border-radius:3px}.b-footer-simple__cols{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr) minmax(0,1fr)}.b-footer-simple__brand{margin-bottom:18px;font-size:28px;font-weight:600;letter-spacing:-.06em}.b-footer-simple__about{max-width:37em;font-size:13px;line-height:1.8}.b-footer-simple__list{gap:0}.b-footer-simple__list a{display:inline-flex;align-items:center;min-height:40px;font-size:13px}.b-footer-simple__contact{font-size:13px;line-height:1.7}.b-footer-simple__bottom{font-size:11px;letter-spacing:.03em}@media (max-width:1100px){.b-header-simple__inner{gap:18px}.b-header-simple__list{gap:14px}.b-header-simple__phone{display:none}.b-hero-split-image__inner{gap:32px}}@media (max-width:900px){.bz-section{scroll-margin-top:75px}.b-header-simple .b-header-simple__inner{min-height:74px}.b-header-simple .b-header-simple__nav{padding-block:14px}.b-header-simple .b-header-simple__list{gap:0}.b-header-simple .b-header-simple__list a{font-size:14px;letter-spacing:.02em}.b-header-simple[data-bz-menu-ready] .b-header-simple__toggle{border-radius:50%}.b-hero-split-image__inner{grid-template-columns:1fr;gap:28px}.b-hero-split-image__content{order:-1;padding-block:4px 0}.b-hero-split-image__img{aspect-ratio:1.65 / 1}.b-services-cards__list--3{grid-template-columns:repeat(2,minmax(0,1fr))}.atelier-story .b-text-rich{gap:32px}.b-features-grid__list--4{grid-template-columns:repeat(2,minmax(0,1fr))}.bz-container>.b-form-simple{gap:36px}}@media (max-width:640px){.bz-container{padding-inline:22px}.b-header-simple__logotext{font-size:23px}.b-header-simple__actions{gap:4px}.b-hero-split-image__inner{gap:24px}.b-hero-split-image__title{max-width:none;margin-bottom:18px;font-size:clamp(37px,10.6vw,54px)}.b-hero-split-image__subtitle{margin-bottom:24px;font-size:15px}.b-hero-split-image__img{aspect-ratio:1.14 / 1}.b-hero-split-image__actions .bz-btn{max-width:100%}.atelier-story .b-text-rich{grid-template-columns:1fr;gap:16px}.atelier-story .b-text-rich__title{max-width:12em}.atelier-story .b-text-rich__body{padding-top:0}.b-services-cards__head,.b-gallery-grid__head,.b-features-grid__head{margin-bottom:25px}.b-services-cards__list--2,.b-services-cards__list--3{grid-template-columns:1fr}.b-services-cards__body{min-height:0;padding:22px}.atelier-before-after .b-gallery-grid__list--2{grid-template-columns:1fr}.atelier-before-after .b-gallery-grid__caption{margin-top:11px}.b-features-grid__list--2,.b-features-grid__list--3,.b-features-grid__list--4{grid-template-columns:1fr}.b-faq-accordion__q{font-size:16px}.bz-container>.b-form-simple{grid-template-columns:1fr;gap:30px}.b-form-simple__title{max-width:none}.b-form-simple .bz-form__submit{width:100%}.bz-form input[type='text'],.bz-form input[type='email'],.bz-form input[type='tel'],.bz-form select,.bz-form textarea{font-size:16px}.b-contacts-map__row{grid-template-columns:1fr}.b-footer-simple__cols{grid-template-columns:1fr;gap:25px}}