:root{--font-sans:var(--font-mulish),Arial,Helvetica,sans-serif;--bg:#ffffff;--text:#111827;--muted:#4b5563;--soft:#f5f7fb;--green:#4bd06b;--black:#000000}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans)}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}button,input,select,textarea{font:inherit}button{color:inherit;-webkit-tap-highlight-color:transparent}a:focus,button:focus{outline:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(18px,3vw,36px);min-height:92px;padding:18px clamp(22px,4vw,68px)}.brand{display:inline-flex;align-items:center;width:112px}.brand-logo,.footer-logo-svg{width:100%;height:auto}.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(24px,3.2vw,54px);color:#111111;font-size:16px;font-weight:800;text-transform:lowercase}.nav-menu{position:relative}.nav-link,.nav-menu-button{position:relative;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#111111;cursor:pointer;padding:8px 0;text-transform:lowercase}.nav-link.active,.nav-link:hover,.nav-menu-button.active,.nav-menu-button:hover{color:#000}.nav-link:after,.nav-menu-button:after{position:absolute;left:0;bottom:1px;width:100%;height:1px;background:#000;content:"";transform:scaleX(0);transform-origin:left center;transition:transform .24s ease}.nav-menu-button svg{transition:transform .18s ease}.nav-menu-button[data-open] svg{transform:rotate(180deg)}.nav-link.active:after,.nav-link:focus-visible:after,.nav-link:hover:after,.nav-menu-button.active:after,.nav-menu-button:focus-visible:after,.nav-menu-button:hover:after{transform:scaleX(1)}.nav-booking-link{min-height:38px;border:1px solid #111827;border-radius:999px;padding:8px 14px;text-transform:none}.nav-booking-link:after{display:none}.nav-booking-link.active,.nav-booking-link:focus-visible,.nav-booking-link:hover{background:#111827;color:#fff}.header-login-button,.header-user-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827;cursor:pointer;padding:5px 10px 5px 6px;font-size:14px;font-weight:900;text-transform:none}.header-user-button{width:44px;height:44px;padding:5px}.header-login-button{padding:9px 14px}.header-login-button svg,.header-user-button svg{width:16px;height:16px}.header-login-button:focus-visible,.header-login-button:hover,.header-user-button.active,.header-user-button:focus-visible,.header-user-button:hover{border-color:#111827}.header-user-menu{position:relative}.header-user-avatar,.header-user-card-avatar,.my-hub-avatar{display:inline-grid;overflow:hidden;place-items:center;border-radius:50%;background:#111827;color:#fff;font-weight:1000}.header-user-avatar{width:32px;height:32px;font-size:12px;background:#fff;color:#111827}.header-user-avatar img,.header-user-card-avatar img,.my-hub-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-user-avatar svg{width:20px;height:20px;stroke-width:2.2}.header-user-card-avatar svg{width:38px;height:38px}.header-user-popover{z-index:90;width:min(360px,calc(100vw - 28px));border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.16);padding:0;transform-origin:top right;transition:opacity .18s ease,transform .18s ease}.header-user-popover:focus{outline:none}.header-user-popover[data-closed]{opacity:0;transform:translateY(-8px) scale(.98)}.header-user-card{display:grid;justify-items:center;gap:8px;border-bottom:1px solid #e5e7eb;padding:24px 22px 20px;text-align:center}.header-user-card-avatar{width:76px;height:76px;font-size:22px}.header-user-card strong{font-size:22px;line-height:1.15}.header-user-card p{margin:0;color:var(--muted);font-size:14px;font-weight:800}.header-user-bonus{display:inline-flex;min-height:36px;align-items:center;gap:8px;border-radius:999px;background:#fff8e1;color:#111827;padding:8px 12px;font-size:13px;font-weight:1000}.header-user-bonus svg{width:16px;height:16px}.header-user-links{display:grid;padding:10px}.header-user-link{display:flex;width:100%;min-height:42px;align-items:center;gap:10px;border:0;border-radius:8px;background:transparent;color:#111827;cursor:pointer;padding:10px 12px;text-align:left;font-size:15px;font-weight:900}.header-user-link:focus-visible,.header-user-link:hover,.header-user-link[data-focus]{background:#f3f4f6}.header-user-link svg{width:18px;height:18px;color:#475569}.services-menu{z-index:80;width:min(420px,calc(100vw - 32px));background:#fff;padding:14px 0;transform-origin:top right;transition:opacity .18s ease,transform .18s ease}.services-menu:focus{outline:none}.services-menu[data-closed]{opacity:0;transform:translateY(-8px) scale(.98)}.services-menu-item{position:relative;display:grid;gap:4px;padding:12px 18px 12px 28px;overflow:hidden}.mobile-menu-link:before,.mobile-menu-service:before,.services-menu-item:before{position:absolute;left:8px;top:12px;bottom:12px;width:1px;background:#6b7280;content:"";transform:scaleY(0);transform-origin:top center;transition:transform .22s ease}.services-menu-item span{font-size:15px;font-weight:800;line-height:1.25;text-transform:lowercase}.services-menu-item small{color:var(--muted);font-size:13px}.services-menu-item:hover{background:var(--soft)}.mobile-menu-link:focus-visible:before,.mobile-menu-link:hover:before,.mobile-menu-service:focus-visible:before,.mobile-menu-service:hover:before,.services-menu-item.active:before,.services-menu-item:focus-visible:before,.services-menu-item:hover:before,.services-menu-item[data-focus]:before{transform:scaleY(1)}.services-menu-item[data-focus]{background:var(--soft)}.services-menu-item.active{background:#f8fafc}.mobile-menu-button{display:none;border:0;background:transparent;cursor:pointer}.mobile-menu{display:none}.burger-icon{position:relative;display:block;width:34px;height:24px}.burger-icon span{position:absolute;left:0;width:34px;height:2px;background:#000;transition:top .24s ease,transform .24s ease,opacity .18s ease}.burger-icon span:first-child{top:0}.burger-icon span:nth-child(2){top:11px}.burger-icon span:nth-child(3){top:22px}.burger-icon[data-open=true] span:first-child{top:11px;transform:rotate(45deg)}.burger-icon[data-open=true] span:nth-child(2){opacity:0}.burger-icon[data-open=true] span:nth-child(3){top:11px;transform:rotate(-45deg)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.mobile-menu-enter,.mobile-menu-leave{transition:opacity .26s ease,transform .26s ease,max-height .3s ease}.mobile-menu-enter-from,.mobile-menu-leave-to{max-height:0;opacity:0;transform:translateY(-12px)}.mobile-menu-enter-to,.mobile-menu-leave-from{max-height:calc(100vh - 78px);opacity:1;transform:translateY(0)}.mobile-submenu-enter,.mobile-submenu-leave{overflow:hidden;transition:opacity .24s ease,transform .24s ease,max-height .28s ease}.mobile-submenu-enter-from,.mobile-submenu-leave-to{max-height:0;opacity:0;transform:translateY(-6px)}.mobile-submenu-enter-to,.mobile-submenu-leave-from{max-height:900px;opacity:1;transform:translateY(0)}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:clamp(32px,5vw,72px);align-items:center;padding:clamp(56px,8vw,116px) clamp(22px,4vw,68px)}.home-hero{min-height:calc(100vh - 92px)}.detail-hero,.home-hero,.service-hero{background:#fff}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:28px;font-size:clamp(44px,5.8vw,82px);line-height:1.04}h1,h2{font-weight:700;letter-spacing:0}h2{margin-bottom:18px;font-size:clamp(30px,4vw,52px);line-height:1.08}h3{margin-bottom:12px;font-size:22px;line-height:1.24}.eyebrow{margin:0 0 14px;font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.eyebrow,.lead{color:var(--muted)}.lead{max-width:760px;font-size:clamp(20px,2vw,28px);font-weight:500;line-height:1.55}.hero-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 38px;margin:clamp(34px,4vw,54px) 0 0;padding:0;list-style:none}.check-list li,.hero-benefits li{position:relative;min-height:30px;padding-left:38px;color:#374151;font-size:18px;font-weight:700;line-height:1.35}.check-list li:before,.hero-benefits li:before{position:absolute;left:0;top:0;display:grid;width:24px;height:24px;place-items:center;border:2px solid var(--green);border-radius:50%;color:var(--green);content:"✓";font-size:14px;font-weight:800}.home-visual-code{display:grid;align-content:center;justify-items:end;min-height:460px;color:#111827}.home-visual-code>span:first-child{color:#3f73ff;font-size:clamp(180px,22vw,360px);font-weight:400;line-height:.72}.home-visual-code>span:nth-child(2){margin-top:18px;font-size:clamp(28px,4vw,64px);font-weight:800;text-transform:lowercase}.home-visual-code div{display:grid;grid-template-columns:repeat(7,10px);gap:8px;margin-top:28px}.home-visual-code i{width:10px;height:10px;border-radius:999px;background:#111827}.home-rental-panel{display:grid;align-self:stretch;align-content:start;gap:20px;min-height:520px;border:1px solid #e5e7eb;border-radius:8px;background:#f7fbfb;padding:clamp(22px,3vw,34px)}.home-rental-mark{display:flex;align-items:end;justify-content:space-between;gap:18px;border-bottom:1px solid #d9e3e5;padding-bottom:18px}.home-rental-mark span{color:#111827;font-size:clamp(112px,13vw,214px);font-weight:500;line-height:.78}.home-rental-mark b{color:#111827;font-size:clamp(24px,3vw,42px);line-height:1;text-transform:lowercase}.home-rental-address{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:100%;align-items:center;gap:10px;color:#111827;font-size:15px;font-weight:900}.home-rental-address svg{flex:0 0 auto}.home-rental-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-rental-options a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;min-height:112px;align-items:start;border:1px solid #dfe7ea;border-radius:8px;background:#fff;padding:16px}.home-rental-options a:first-child{border-color:#111827;background:#111827;color:#fff}.home-rental-options svg{width:34px;height:34px;border-radius:999px;background:#edf7f4;color:#111827;padding:8px}.home-rental-options a:first-child svg{background:#fff}.home-rental-options b,.home-rental-options small{display:block}.home-rental-options b{margin-bottom:5px;font-size:17px;line-height:1.2}.home-rental-options small{color:var(--muted);font-size:13px;font-weight:700;line-height:1.45}.home-rental-options a:first-child small{color:rgba(255,255,255,.76)}.home-rental-steps{display:grid;border-top:1px solid #d9e3e5}.home-rental-steps article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;border-bottom:1px solid #d9e3e5;padding:16px 0}.home-rental-steps span{color:#2b8b7f;font-size:14px;font-weight:1000}.home-rental-steps h3{margin-bottom:4px;font-size:18px}.home-process-list p,.home-rental-steps p{margin:0;color:var(--muted);line-height:1.6}.home-process-list{display:grid;gap:22px;align-content:start}.home-process-link{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:9px;color:#111827;font-size:18px;font-weight:1000}.home-process-link svg{width:18px;height:18px}.actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:38px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;border-radius:0;font-weight:800}.button svg{width:18px;height:18px;flex:0 0 auto}.button-dark{background:#000;color:#fff;padding:14px 22px}.button-light,.button-text{background:transparent;color:#000;padding:14px 0}.button-light{border:0}.hero-media img{width:100%;-o-object-fit:cover;object-fit:cover}.price-badge{margin-top:18px;color:#000;font-size:22px;font-weight:800}.service-fashion-page,.service-page,.service-theme-mint,.service-tone-mint{--theme-bg:#dff7ec;--theme-strong:#38c98b;--theme-ink:#0e5e43;--theme-soft:#f3fbf7}.service-theme-rose,.service-tone-rose{--theme-bg:#f9d9ea;--theme-strong:#d8619b;--theme-ink:#7b2650;--theme-soft:#fff4f9}.service-theme-sky,.service-tone-sky{--theme-bg:#dbeafe;--theme-strong:#4b7df3;--theme-ink:#1f4db5;--theme-soft:#f3f7ff}.service-theme-lavender,.service-tone-lavender{--theme-bg:#eadcff;--theme-strong:#8b6ee8;--theme-ink:#49349b;--theme-soft:#f8f4ff}.service-theme-peach,.service-tone-peach{--theme-bg:#ffe1cf;--theme-strong:#ef8b5f;--theme-ink:#974527;--theme-soft:#fff7f2}.service-theme-lemon,.service-tone-lemon{--theme-bg:#fff0b8;--theme-strong:#e7b82f;--theme-ink:#775100;--theme-soft:#fffaf0}.service-theme-aqua,.service-tone-aqua{--theme-bg:#d7f5f7;--theme-strong:#29b7c4;--theme-ink:#12616a;--theme-soft:#f1fcfd}.service-theme-blue,.service-tone-blue{--theme-bg:#dbe7ff;--theme-strong:#3f73ff;--theme-ink:#173d9b;--theme-soft:#f5f8ff}.service-theme-product,.service-tone-product{--theme-bg:#747158;--theme-strong:#11100d;--theme-ink:#11100d;--theme-soft:#eee4d0}.service-fashion-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(34px,5vw,80px);align-items:end;padding:clamp(70px,9vw,132px) clamp(22px,4vw,68px);background:linear-gradient(120deg,#fff 0 58%,var(--theme-bg) 58% 100%)}.service-fashion-hero h1{max-width:980px}.service-hero-note{max-width:760px;margin:28px 0 0;color:var(--theme-ink);font-size:clamp(18px,2vw,24px);font-weight:800;line-height:1.5}.service-hero-number{color:var(--theme-strong);font-size:clamp(170px,22vw,360px);font-weight:400;line-height:.74}.service-editorial-section,.service-flow-section,.service-related-section{padding:clamp(64px,8vw,112px) clamp(22px,4vw,68px);background:#fff}.service-fashion-page .section-heading{max-width:980px;margin-bottom:clamp(32px,5vw,58px)}.service-fashion-page .section-heading h2{max-width:1080px}.service-fashion-page .section-heading-compact{margin-bottom:20px}.service-section-soft{background:#fafafa}.service-editorial-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,4vw,54px)}.service-editorial-columns p{color:var(--muted);font-size:18px;line-height:1.78}.service-manifest{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:clamp(34px,5vw,70px);padding:clamp(64px,8vw,112px) clamp(22px,4vw,68px);background:var(--theme-bg)}.service-manifest,.service-manifest .eyebrow,.service-manifest h2,.service-manifest p{color:var(--theme-ink)}.service-manifest p{max-width:700px;font-size:20px;font-weight:700;line-height:1.65}.service-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-chip-grid span{border-radius:8px;background:rgba(255,255,255,.66);color:var(--theme-ink);padding:16px 18px;font-size:18px;font-weight:800;line-height:1.2}.service-faq-grid,.service-icon-grid,.service-numbered-grid,.service-price-grid,.service-proof-grid,.service-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(24px,4vw,46px)}.service-icon-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.service-icon-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.service-faq-grid article,.service-icon-grid article,.service-numbered-grid article,.service-price-grid article,.service-related-grid a{border-radius:8px;background:#f3f4f6;padding:clamp(26px,3vw,38px)}.service-section-soft .service-icon-grid article{background:#fff}.service-icon-grid article{display:flex;min-height:clamp(250px,24vw,330px);flex-direction:column}.service-card-icon{display:inline-grid;width:56px;height:56px;place-items:center;border:1px solid color-mix(in srgb,var(--theme-strong) 38%,transparent);border-radius:8px;background:color-mix(in srgb,var(--theme-bg) 58%,#fff);color:var(--theme-strong);margin-bottom:18px}.service-section-soft .service-card-icon{background:color-mix(in srgb,var(--theme-bg) 72%,#fff)}.service-card-icon svg{width:25px;height:25px}.service-flow span,.service-numbered-grid span,.service-related-grid span{display:block;color:var(--theme-strong);font-size:clamp(58px,8vw,104px);font-weight:400;line-height:.86}.service-flow span{color:#d1d5db;transition:color .28s ease,transform .28s ease}.service-flow article.is-active>span{color:var(--theme-strong);transform:translateX(4px)}.service-faq-grid h3,.service-icon-grid h3,.service-numbered-grid h3,.service-price-grid h3,.service-related-grid h3{margin-top:18px;font-size:clamp(24px,2.4vw,34px);line-height:1.08}.service-faq-grid p,.service-flow p,.service-icon-grid p,.service-next-step p,.service-numbered-grid p,.service-pill-grid p,.service-price-grid p,.service-proof-grid p,.service-related-grid p{color:var(--muted);line-height:1.68}.service-flow-action{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:40px;align-items:center;gap:8px;border-radius:999px;background:#111827;color:#fff;margin-top:18px;padding:10px 15px;font-size:14px;font-weight:900}.service-flow-action svg{width:17px;height:17px}.service-pill-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.service-pill-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.service-pill-grid article{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;min-height:190px;border-radius:8px;background:#f3f4f6;padding:22px}.service-pill-grid svg{width:30px;height:30px;color:var(--theme-strong)}.service-pill-grid h3{margin:0 0 8px;font-size:22px;line-height:1.1}.service-proof-section{background:#fff}.service-proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-proof-grid article{display:grid;grid-template-rows:minmax(220px,.95fr) auto;overflow:hidden;border-radius:8px;background:#f3f4f6}.service-proof-visual{display:grid;min-height:220px;place-items:center;background:radial-gradient(circle at 68% 28%,rgba(255,255,255,.82),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.74),rgba(255,255,255,.24)),var(--theme-bg);color:var(--theme-ink)}.service-proof-visual svg{width:74px;height:74px}.service-proof-grid article>div:last-child{padding:24px}.service-proof-grid span{display:inline-block;margin-bottom:10px;color:var(--theme-ink);font-size:13px;font-weight:900;text-transform:uppercase}.service-proof-grid h3{margin-bottom:10px}.service-flow{position:relative;display:grid;gap:0;max-width:1180px}.service-flow article{position:relative;display:grid;grid-template-columns:.25fr 1fr;gap:clamp(24px,4vw,60px);padding:34px 0}.service-flow article h3,.service-flow article p{transition:color .28s ease,opacity .28s ease}.service-flow article:not(.is-active) h3{color:#374151}.service-flow article:not(.is-active) p{opacity:.78}.service-flow article+article{border-top:1px solid #e5e7eb}.service-price-editorial{background:#fafafa}.service-price-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-price-grid article{position:relative;display:grid;align-content:start;background:#fff;min-height:260px}.service-price-discount{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:32px;align-items:center;justify-content:center;border-radius:999px;background:#dff7ec;color:#0e5e43;padding:7px 12px;font-size:12px;font-weight:1000;text-transform:uppercase;transform:rotate(-2deg)}.service-price-value{display:grid;gap:6px;margin:12px 0 20px}.service-price-grid strong{display:block;color:var(--theme-ink);font-size:clamp(28px,3vw,40px);line-height:1.1}.service-price-value.has-discount strong{color:#0e8f61}.service-price-grid s{color:#9ca3af;font-size:19px;font-weight:900;text-decoration-thickness:2px}.studio-rental-page{background:#fff}.studio-rental-top-stack{display:grid;gap:clamp(18px,2.4vw,30px);padding:clamp(34px,4vw,58px) 0 clamp(44px,5vw,70px);background:#fff}.studio-rental-top-heading{padding:0 clamp(22px,4vw,68px);text-align:center}.studio-rental-top-heading h2{max-width:980px;margin:0 auto;color:#111827;font-size:clamp(34px,4.2vw,62px);line-height:.98}.studio-rental-top-stack .service-editorial-section{padding-block:0}.studio-rental-top-stack .section-heading{margin-bottom:12px}.studio-rental-prep-section .section-heading{max-width:980px;margin-right:auto;margin-left:auto;text-align:center}.studio-rental-prep-section .section-heading h2{font-size:clamp(34px,4.2vw,62px);line-height:.98}.studio-rental-top-stack .service-pill-grid{gap:12px}.studio-rental-page .studio-rental-top-stack .service-pill-grid article{min-height:auto;padding:18px}.studio-rental-page .studio-rental-top-stack .service-pill-grid article.is-highlighted{grid-column:span 2;border:2px dashed color-mix(in srgb,var(--theme-strong) 74%,#111827);background:#fff}.studio-rental-page .studio-rental-top-stack .service-pill-grid article.is-highlighted h3{color:#111827}.studio-rental-page .studio-rental-top-stack .service-pill-grid article.is-highlighted p{color:#334155;font-weight:850}.studio-project-mission{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:clamp(22px,4vw,54px);align-items:end;padding:clamp(8px,2vw,28px) clamp(22px,4vw,68px) clamp(42px,6vw,82px);background:transparent}.studio-project-mission-copy{display:grid;gap:14px;max-width:940px}.studio-project-mission-copy .eyebrow{margin:0}.studio-project-mission h2{max-width:980px;margin:0;color:#111827;font-size:clamp(36px,5.1vw,82px);line-height:.94}.studio-project-mission p{max-width:820px;margin:0;color:#334155;font-size:clamp(17px,1.45vw,22px);font-weight:760;line-height:1.45}.studio-project-mission-points{display:flex;flex-wrap:wrap;gap:8px;align-content:end}.studio-project-mission-points span{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;background:transparent;color:#111827;padding:7px 0;font-size:clamp(14px,1.1vw,17px);font-weight:950;line-height:1.1}.studio-project-mission-points span:after{margin:0 2px 0 10px;color:var(--theme-strong);content:"•"}.studio-project-mission-points span:last-child:after{content:""}.studio-project-mission-link{justify-self:start;width:-moz-fit-content;width:fit-content;color:var(--theme-strong);font-size:15px;font-weight:1000;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}.service-pill-action{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:34px;align-items:center;gap:8px;margin-top:14px;border-radius:999px;background:#111827;color:#fff;padding:8px 12px;font-size:13px;font-weight:950;line-height:1;text-decoration:none}.service-pill-action svg{width:16px;height:16px;color:currentColor}.service-pill-action:focus-visible,.service-pill-action:hover{background:var(--theme-strong);color:#fff}.service-pill-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.service-pill-links a{display:inline-flex;min-height:30px;align-items:center;border:1px solid color-mix(in srgb,var(--theme-strong) 52%,transparent);border-radius:999px;background:#fff;color:#111827;padding:6px 10px;font-size:13px;font-weight:950;line-height:1;text-decoration:none}.service-pill-links a:focus-visible,.service-pill-links a:hover{background:var(--theme-strong);color:#fff}.studio-rental-missing-section .section-heading{max-width:none;text-align:center}.studio-rental-missing-section .eyebrow{display:inline-flex;border-radius:999px;background:#fee2e2;color:#b91c1c;padding:8px 12px}.studio-rental-page .studio-rental-missing-section .service-pill-grid article{background:#fff1f2}.studio-rental-page .studio-rental-missing-section .service-pill-grid article.is-highlighted{grid-column:span 2;border:2px dashed #dc2626;background:#fff}.studio-rental-page .studio-rental-missing-section .service-pill-grid article.is-highlighted p{color:#991b1b;font-weight:850}.studio-rental-missing-section .service-pill-grid svg{color:#dc2626}.studio-rental-page .service-pill-grid article{min-height:190px;background:#f3f4f6}.studio-rental-page .service-price-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.studio-rental-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);gap:clamp(28px,5vw,78px);align-items:stretch;min-height:calc(100vh - 92px);padding:clamp(40px,6vw,86px) clamp(22px,4vw,68px) clamp(50px,7vw,96px);background:linear-gradient(90deg,#fff 0 54%,#f2fbfc 54% 100%)}.studio-rental-hero-copy{display:flex;flex-direction:column;justify-content:flex-start;padding-top:clamp(4px,2vh,22px)}.studio-rental-hero h1{max-width:720px;margin-bottom:clamp(20px,3vw,34px);font-size:clamp(34px,4vw,58px);line-height:.98}.studio-rental-hero-points{display:grid;gap:clamp(14px,2vw,22px);max-width:820px}.studio-rental-hero .lead{max-width:720px}.studio-rental-hero-point{display:grid;grid-template-columns:34px minmax(0,1fr);gap:13px;align-items:start;color:#111827;text-decoration:none}.studio-rental-hero-point>svg{width:30px;height:30px;flex:0 0 auto;color:var(--theme-strong);margin-top:.08em}.studio-rental-hero-point strong{display:block;color:#111827;font-size:clamp(22px,2.15vw,36px);font-weight:1000;line-height:1.08}.studio-rental-hero-point small{display:block;margin-top:6px;color:#475569;font-size:clamp(14px,1.18vw,18px);font-weight:850;line-height:1.38}.studio-rental-address strong{text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--theme-strong) 58%,transparent);text-decoration-thickness:2px;text-underline-offset:6px}.studio-rental-address strong span{display:block}.studio-rental-address small,.studio-rental-hero-project a,.studio-rental-hero-promo a{color:var(--theme-strong)}.studio-rental-address small{display:grid;gap:5px}.studio-rental-address small span{display:inline-flex;align-items:center;gap:7px}.studio-rental-address small svg{width:18px;height:18px;flex:0 0 auto}.studio-rental-metro-name{color:#0078be;font-weight:1000;animation:studio-metro-line-color 5.8s ease-in-out infinite alternate}.studio-rental-address:hover strong{color:var(--theme-ink)}.studio-rental-hero-facts{display:flex;flex-wrap:wrap;gap:8px;max-width:760px;margin-top:clamp(18px,2.6vw,28px)}.studio-booking-legend span,.studio-rental-hero-facts span{display:inline-flex;min-height:34px;align-items:center;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111827;padding:7px 12px;font-size:13px;font-weight:900;line-height:1.1}.studio-rental-hero-promo{color:#dc2626}.studio-rental-hero-promo strong{width:-moz-fit-content;width:fit-content;color:transparent;background:linear-gradient(90deg,#dc2626 0 50%,#111827 50% 100%) 100% 0 /200% 100%;-webkit-background-clip:text;background-clip:text;animation:studio-free-title-fill 5.8s ease-in-out infinite alternate;text-transform:uppercase}.studio-rental-hero-promo>svg{color:#dc2626;animation:studio-discount-spin 5.6s linear infinite}.studio-rental-hero-project a,.studio-rental-hero-promo a{display:inline-block;width:-moz-fit-content;width:fit-content;margin-top:6px;font-size:13px;font-weight:1000;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}.studio-rental-hero-project a,.studio-rental-hero-project>svg{color:#111827}.studio-rental-actions{align-items:flex-start}.studio-rental-action-wrap{display:grid;gap:8px;max-width:320px}.studio-rental-action-wrap small{color:var(--muted);font-size:13px;font-weight:800;line-height:1.42}.studio-rental-hero-photo{position:relative;min-height:520px;overflow:hidden;align-self:stretch;margin:0;background:#e5e7eb}.studio-rental-hero-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.studio-rental-hero-slider img{position:absolute;inset:0;opacity:0;transform:scale(1.025);transition:opacity .9s ease,transform 4.8s ease}.studio-rental-hero-slider img.is-active{opacity:1;transform:scale(1)}.studio-rental-hero-photo figcaption{position:absolute;z-index:2;right:18px;bottom:18px;left:18px;display:grid;gap:4px;max-width:420px;background:rgba(255,255,255,.9);padding:16px 18px}.studio-rental-hero-photo figcaption span{color:var(--theme-ink);font-size:12px;font-weight:1000;text-transform:uppercase}.studio-rental-hero-photo figcaption strong{color:#111827;font-size:17px;line-height:1.24}.studio-marquee-section{overflow:hidden;padding:clamp(64px,8vw,112px) 0;background:#fff}.studio-marquee-section .section-heading{margin-right:clamp(22px,4vw,68px);margin-bottom:14px;margin-left:clamp(22px,4vw,68px)}.studio-shot-marquee{width:100vw;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;background:#f6f7f9;padding:8px 0;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch}.studio-shot-marquee::-webkit-scrollbar{display:none}.studio-shot-track{display:flex;width:-moz-max-content;width:max-content;gap:8px;animation:studio-shot-scroll var(--studio-shot-duration,44s) linear infinite}.studio-shot-marquee:has(.studio-media-author-wrap:focus-within) .studio-shot-track,.studio-shot-marquee:has(.studio-media-author-wrap:hover) .studio-shot-track,.studio-shot-marquee:has(.studio-media-author-wrap[data-open=true]) .studio-shot-track{animation-play-state:paused}.studio-trust-section{overflow:hidden;padding:clamp(24px,4vw,42px) 0;background:#f6f7f9}.studio-trust-section .section-heading{margin-right:clamp(22px,4vw,68px);margin-bottom:8px;margin-left:clamp(22px,4vw,68px)}.studio-trust-heading{max-width:none}.studio-trust-marquee{width:100vw;overflow:hidden;padding:6px 0}.studio-trust-track{display:flex;width:-moz-max-content;width:max-content;gap:12px;animation:studio-shot-scroll 58s linear infinite}.studio-trust-track span{display:inline-flex;min-height:42px;align-items:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;padding:10px 14px;font-size:clamp(15px,1.5vw,22px);font-weight:1000;line-height:1.08;white-space:nowrap}.studio-trust-marquee:focus-within .studio-trust-track,.studio-trust-marquee:hover .studio-trust-track{animation-play-state:paused}.studio-shot-card{position:relative;width:clamp(180px,17vw,300px);aspect-ratio:4/5;flex:0 0 auto;overflow:hidden;margin:0;background:#e5e7eb}.studio-backstage-card img,.studio-backstage-card video,.studio-shot-card img,.studio-shot-card video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.studio-backstage-card video,.studio-shot-card video{background:#111827}.studio-video-frame{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:#eef1f4}.studio-video-frame video,.studio-video-poster{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.studio-video-frame video{z-index:1;opacity:0;transition:opacity .22s ease}.studio-video-frame.is-playing video,.studio-video-frame.is-preview-ready video{opacity:1}.studio-video-poster-empty{background:linear-gradient(135deg,rgba(255,255,255,.4),transparent 42%),linear-gradient(145deg,#eef1f4,#d9dee6)}.studio-media-author-wrap{position:absolute;right:8px;bottom:8px;z-index:2}.studio-backstage-card:has(video) .studio-media-author-wrap,.studio-shot-card:has(video) .studio-media-author-wrap{bottom:8px}.studio-media-author{display:inline-grid;width:28px;height:28px;place-items:center;border:1px solid rgba(17,24,39,.08);border-radius:999px;background:rgba(229,231,235,.9);color:#111827;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.studio-media-author-symbol{font-size:14px;font-weight:1000;line-height:1}.studio-media-author-popover{position:absolute;bottom:calc(100% + 8px);right:0;width:-moz-max-content;width:max-content;max-width:min(280px,calc(100vw - 42px));border-radius:8px;background:rgba(17,24,39,.94);color:#fff;padding:10px 12px;font-size:12px;font-weight:900;line-height:1.25;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease}.studio-media-author-popover>span{display:block;white-space:normal}.studio-media-author-popover a{display:inline-block;margin-top:8px;color:#fff;text-decoration:underline;text-underline-offset:3px}.studio-media-author-wrap:focus-within .studio-media-author-popover,.studio-media-author-wrap:hover .studio-media-author-popover,.studio-media-author-wrap[data-open=true] .studio-media-author-popover{opacity:1;pointer-events:auto;transform:translateY(0)}.studio-media-play{position:absolute;inset:10px 10px auto auto;z-index:4;width:34px;height:34px;border:1px solid rgba(17,24,39,.08);border-radius:999px;background:rgba(255,255,255,.92);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.studio-media-play:before{position:absolute;top:50%;left:52%;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #111827;content:"";transform:translate(-50%,-50%)}.studio-media-meta{position:absolute;top:10px;left:10px;z-index:4;display:inline-flex;min-height:24px;align-items:center;border:0;border-radius:999px;background:rgba(0,0,0,.78);color:#fff;padding:4px 8px;font-size:11px;font-weight:1000;line-height:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.studio-media-loader{position:absolute;inset:50% auto auto 50%;z-index:3;width:34px;height:34px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:999px;filter:drop-shadow(0 6px 16px rgba(17,24,39,.22));transform:translate(-50%,-50%);animation:studio-media-spin .72s linear infinite}.studio-media-load-remaining{position:absolute;right:12px;bottom:10px;z-index:4;display:inline-flex;min-height:30px;align-items:center;border-radius:999px;background:rgba(17,24,39,.72);color:#fff;padding:6px 10px;font-size:12px;font-weight:1000;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.studio-backstage-section{padding:clamp(64px,8vw,112px) clamp(22px,4vw,68px);background:#fff}.studio-backstage-grid{width:100%;overflow:hidden}.studio-backstage-row{display:flex;align-items:flex-start}.studio-backstage-card{position:relative;flex:0 0 auto;overflow:hidden;margin:0;background:#f3f4f6}@keyframes studio-shot-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes studio-media-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes studio-discount-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes studio-metro-line-color{0%{color:#0078be}to{color:#82c8e6}}@keyframes studio-free-title-fill{0%,18%{background-position:100% 0}55%,68%{background-position:0 0}to{background-position:100% 0}}.studio-booking-section{display:grid;grid-template-columns:minmax(0,.76fr) minmax(360px,1fr);gap:clamp(30px,5vw,76px);align-items:start;padding:clamp(64px,8vw,112px) clamp(22px,4vw,68px);background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(241,252,253,.92)),var(--theme-bg)}.studio-booking-section-calendar-only{display:block;padding-top:20px}.studio-booking-section-calendar-only .studio-booking-calendar,.studio-booking-section-calendar-only .studio-booking-copy{max-width:1180px;margin-inline:auto}.studio-booking-section-calendar-only .studio-booking-copy{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 24px;margin-bottom:18px}.studio-booking-copy p{max-width:650px;color:var(--muted);font-size:19px;line-height:1.7}.studio-booking-legend{display:flex;flex-wrap:wrap;gap:14px;margin:26px 0 28px}.studio-booking-legend span{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#4b5563;padding:0;font-size:14px;font-weight:900;line-height:1.2}.studio-booking-legend i{display:block;width:9px;height:9px;flex:0 0 auto;border-radius:999px;background:#111827}.studio-project-mode-filter{display:inline-flex;gap:6px;padding:5px;margin:8px 0 0;border:1px solid rgba(17,24,39,.12);border-radius:999px;background:rgba(255,255,255,.7)}.studio-project-mode-filter button{min-height:40px;padding:0 18px;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-weight:800;cursor:pointer}.studio-project-mode-filter button.is-active{background:var(--ink);color:#fff}.studio-booking-legend span[data-state=hours] i{background:#f97316}.studio-booking-legend span[data-state=busy] i{background:#111827}.studio-booking-legend span[data-state=day] i{background:#0284c7}.studio-booking-calendar{background:#fff;padding:clamp(18px,3vw,28px);box-shadow:0 24px 70px rgba(17,24,39,.08)}.studio-booking-month{display:flex;align-items:baseline;justify-content:flex-end;gap:18px;margin-bottom:22px}.studio-booking-month strong{font-size:clamp(26px,3vw,42px);line-height:1}.studio-booking-month-tabs{display:inline-flex;gap:4px;border:1px solid #d1d5db;border-radius:999px;padding:4px}.studio-booking-month-tabs button{min-height:36px;border:0;border-radius:999px;background:transparent;color:#6b7280;cursor:pointer;padding:8px 14px;font-size:13px;font-weight:1000}.studio-booking-month-tabs button.is-active{background:#f3f4f6;color:#111827}.studio-booking-grid,.studio-booking-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.studio-booking-weekdays{gap:10px;margin-bottom:12px;color:#6b7280;font-size:13px;font-weight:1000;text-align:center;text-transform:uppercase}.studio-booking-weekdays .is-weekend{color:#dc2626}.studio-booking-grid{gap:12px}.studio-booking-day-placeholder,.studio-booking-day-wrap{position:relative;aspect-ratio:1/1}.studio-booking-day{display:grid;width:100%;height:100%;place-items:center;border:1px solid #d1d5db;border-radius:50%;background:#fff;cursor:pointer;padding:0}.studio-booking-day b{color:#111827;font-size:clamp(18px,2.1vw,28px);line-height:1}.studio-booking-day[data-state=free]{border-color:#d1d5db;background:#fff}.studio-booking-day[data-state=free] b{color:#111827}.studio-booking-day[data-state=request]{border-color:#f59e0b;background:#fff7ed}.studio-booking-day[data-state=request] b{color:#9a3412}.studio-booking-day[data-state=night]{border-color:#ddd6fe;background:#f5f3ff}.studio-booking-day[data-state=night] b{color:#6d28d9}.studio-booking-day[data-state=busy]{border-color:#d1d5db;background:#fff}.studio-booking-day[data-state=busy] b{color:#111827}.studio-booking-day:disabled{cursor:default;opacity:1}.studio-booking-day:not(:disabled):focus-visible,.studio-booking-day:not(:disabled):hover{outline:2px solid #d1d5db;outline-offset:3px}.studio-booking-popover{position:fixed;z-index:60;top:50%;left:50%;display:grid;width:min(680px,calc(100vw - 28px));max-height:calc(100vh - 28px);overflow:auto;gap:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;padding:12px 14px;text-align:left;transform:translate(-50%,-50%);box-shadow:0 18px 38px rgba(17,24,39,.14)}.studio-booking-popover span,.studio-booking-popover strong{color:#111827;font-size:12px;font-weight:900;line-height:1.3;text-transform:none}.studio-booking-popover strong{color:#111827;font-size:13px}.studio-booking-popover-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.studio-booking-popover-head button{min-height:34px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111827;cursor:pointer;padding:0 14px;font:inherit;font-size:12px;font-weight:1000}.studio-booking-time-groups{display:grid;gap:12px}.studio-booking-time-group{display:grid;gap:7px}.studio-booking-time-group em{color:#6b7280;font-size:11px;font-style:normal;font-weight:1000;letter-spacing:.08em;line-height:1;text-transform:uppercase}.studio-booking-time-cells{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.studio-booking-time-group-day .studio-booking-time-cells{grid-template-columns:minmax(92px,1fr)}.studio-booking-hour-cell{display:grid;min-height:52px;place-items:center;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:6px 4px}.studio-booking-hour-cell-day{grid-template-columns:auto 12px auto minmax(70px,1fr);justify-content:start;gap:7px;min-height:50px;padding-inline:12px}.studio-booking-hour-cell-day i{display:block;width:12px;height:2px;border-radius:999px;background:currentColor;opacity:.5}.studio-booking-hour-cell-day small{justify-self:end}.studio-booking-hour-cell[data-state=busy]{border-color:#d1d5db;background:#e5e7eb;color:#6b7280}.studio-booking-hour-cell[data-state=technical]{border-color:#e5e7eb;background:#f8fafc;color:#9ca3af}.studio-booking-hour-cell b,.studio-booking-hour-cell small{line-height:1}.studio-booking-hour-cell b{font-size:13px}.studio-booking-hour-cell small{color:inherit;font-size:9px;text-transform:uppercase}.studio-booking-updated{display:block;margin-top:14px;color:var(--muted);font-size:13px;font-weight:900}.studio-booking-section-calendar-only .studio-booking-updated{flex-basis:100%;margin-top:0}.studio-booking-updated.is-active{color:#475569}.studio-booking-error{display:block;margin-top:10px;color:#b91c1c;font-size:14px}.calendar-page{min-height:calc(100vh - 92px);background:#f7f8fb;padding:clamp(28px,4vw,56px) clamp(18px,3vw,42px) clamp(54px,7vw,96px)}.calendar-page-head{display:grid;gap:8px;max-width:1920px;padding:0;margin:0 auto 20px}.calendar-page-head h1{max-width:860px;margin:0;color:#111827;font-size:clamp(26px,2.9vw,40px);line-height:1.08}.calendar-page .studio-booking-section-calendar-only{background:transparent;padding:0}.calendar-page .studio-booking-section-calendar-only .studio-booking-calendar,.calendar-page .studio-booking-section-calendar-only .studio-booking-copy{max-width:1920px}.calendar-page .studio-booking-section-calendar-only .studio-booking-copy{margin-bottom:18px}.calendar-page .studio-booking-calendar{border:1px solid #e5e7eb;border-radius:8px;box-shadow:none}.simple-service-page{min-height:100vh;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(241,252,253,.94)),var(--theme-bg);padding:clamp(42px,7vw,86px) clamp(22px,4vw,68px)}.simple-service-head{max-width:760px;margin:0 auto clamp(28px,5vw,52px)}.simple-service-head-small{max-width:680px}.simple-service-head h1{margin:0 0 16px;color:var(--ink);font-size:clamp(34px,4vw,58px);line-height:1}.simple-service-head p{margin:0;color:var(--muted);font-size:clamp(17px,1.5vw,21px);line-height:1.55}.simple-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1100px;margin:0 auto}.simple-service-card,.simple-service-steps article{border:1px solid rgba(17,24,39,.1);border-radius:8px;background:rgba(255,255,255,.76);box-shadow:0 18px 46px rgba(17,24,39,.05)}.simple-service-card{display:grid;gap:12px;color:inherit;padding:22px;text-decoration:none}.simple-service-card h2{margin:0;color:var(--ink);font-size:22px}.simple-service-card p{margin:0;color:var(--muted);font-size:16px;line-height:1.55}.simple-service-steps{display:grid;gap:12px;max-width:760px;margin:0 auto}.simple-service-steps article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:start;padding:18px}.simple-service-steps span{color:var(--theme-ink);font-size:20px;font-weight:1000}.simple-service-steps p{margin:0;color:var(--ink);font-size:17px;line-height:1.55}.simple-service-action{display:flex;flex-wrap:wrap;gap:12px;max-width:760px;margin:24px auto 0}.studio-booking-dots{position:absolute;right:18%;bottom:20%;left:18%;display:flex;justify-content:center;gap:4px;line-height:0}.studio-booking-dots i{width:7px;height:7px;border-radius:999px;background:#f97316}.studio-booking-dots i[data-kind=day]{background:#0284c7}.studio-booking-dots i[data-kind=technical]{background:#111827}.studio-booking-logo{position:absolute;right:7px;bottom:7px;width:24px;height:24px;border:1px solid rgba(17,24,39,.12);border-radius:50%;background:#fff;-o-object-fit:contain;object-fit:contain;padding:2px}.studio-faq-section{padding:clamp(64px,8vw,112px) clamp(22px,4vw,68px);background:#fff}.studio-faq-list{border-top:1px solid #111827}.studio-faq-list details{border-bottom:1px solid #111827}.studio-faq-list summary{position:relative;display:block;cursor:pointer;padding:26px 64px 26px 0;color:#000;font-size:clamp(18px,2vw,26px);font-weight:1000;line-height:1.15;text-transform:uppercase}.studio-faq-list summary::-webkit-details-marker{display:none}.studio-faq-list summary:after,.studio-faq-list summary:before{position:absolute;top:50%;right:8px;width:28px;height:1px;background:#111827;content:"";transition:transform .18s ease}.studio-faq-list summary:after{transform:rotate(90deg)}.studio-faq-list details[open] summary:after{transform:rotate(0deg)}.studio-faq-list p{max-width:900px;margin:-8px 0 28px;color:var(--muted);font-size:19px;line-height:1.7}.studio-rental-section{overflow-x:hidden;padding:clamp(64px,8vw,112px) clamp(22px,4vw,68px);background:#f6f7f5}.studio-rental-section .section-heading{margin-bottom:22px}.studio-rental-section .eyebrow{color:#111827}.studio-rental-shell{display:grid;grid-template-columns:1fr;gap:0;align-items:start;min-width:0}.studio-rental-formats-shell{gap:18px}.studio-rental-promo{display:grid;gap:12px;scroll-margin-top:110px;border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(254,243,199,.9)),#fff8e1;padding:clamp(22px,3vw,36px)}.studio-rental-promo .studio-rental-filter-title{width:-moz-fit-content;width:fit-content;margin-bottom:0;border-radius:999px;background:#111827;color:#fff;padding:8px 12px}.studio-rental-promo h3{max-width:880px;margin:0;color:#111827;font-size:clamp(34px,4.8vw,68px);line-height:.96}.studio-rental-promo p,.studio-rental-promo small{max-width:900px;margin:0;color:#475569;font-size:clamp(16px,1.4vw,19px);line-height:1.58}.studio-rental-promo small{color:#854d0e;font-weight:900}.studio-rental-format-tabs{display:grid;width:100%;max-width:100%;grid-template-columns:repeat(5,minmax(0,1fr));overflow-x:auto;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.12);scrollbar-width:none}.studio-rental-format-tabs::-webkit-scrollbar{display:none}.studio-rental-format-tabs button{min-width:148px;color:#f8fafc;white-space:normal}.studio-rental-format-tabs button.is-active{background:#fff;color:#111827}.studio-rental-filters{order:2;display:grid;gap:16px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(15,23,42,.68);padding:14px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.studio-rental-filter-title{display:block;margin-bottom:10px;color:#f8fafc;font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.studio-rental-controls .studio-rental-filter-title,.studio-rental-result .studio-rental-filter-title{color:#111827}.studio-rental-card small,.studio-rental-controls p,.studio-rental-filters p,.studio-rental-result p,.studio-rental-rules li{color:#64748b;line-height:1.58}.studio-rental-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;border:1px solid #a5aab2;border-radius:999px;padding:4px}.studio-rental-tab{min-height:44px;border:0;border-radius:999px;background:transparent;cursor:pointer;font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.studio-rental-tab[data-selected]{background:#000;color:#fff}.studio-rental-card:focus-visible,.studio-rental-format-tabs button:focus-visible,.studio-rental-tab:focus-visible{outline:2px solid var(--theme-strong);outline-offset:3px}.studio-rental-rules ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.studio-rental-rules li{display:inline-flex;min-height:32px;align-items:center;border-radius:999px;background:rgba(255,255,255,.92);color:#111827;padding:6px 10px;font-size:13px;font-weight:900}.studio-rental-panels{max-width:100%;min-width:0}.studio-rental-panels[data-tone=cyan]{background:#eaf5f6}.studio-rental-panels[data-tone=coral]{background:#fff1e8}.studio-rental-panels[data-tone=ink]{background:#eceff3}.studio-rental-rate-groups{display:grid;gap:clamp(22px,3vw,34px)}.studio-rental-included,.studio-rental-loyalty,.studio-rental-panels{border-radius:8px;padding:clamp(22px,3vw,34px)}.studio-rental-included{display:grid;gap:18px;background:#fff}.studio-rental-included-copy{display:grid;gap:8px}.studio-rental-included-copy .studio-rental-filter-title{width:-moz-fit-content;width:fit-content;margin-bottom:0;border-radius:999px;background:#111827;color:#fff;padding:8px 12px}.studio-rental-included-copy p{max-width:780px;margin:0;color:#475569;font-size:clamp(16px,1.35vw,18px);line-height:1.58}.studio-rental-included-grid{display:flex;flex-wrap:wrap;gap:8px}.studio-rental-included-grid span{display:inline-flex;min-height:30px;align-items:center;border-radius:999px;background:#f1f5f9;color:#111827;padding:6px 10px;font-size:13px;font-weight:900}.studio-rental-project-days{display:grid;gap:12px;max-width:720px;margin-top:18px;border-radius:8px;background:rgba(255,255,255,.68);padding:clamp(18px,2vw,24px)}.studio-rental-project-days>strong{color:#111827;font-size:clamp(18px,1.6vw,24px);line-height:1.1}.studio-rental-project-days span{display:flex;flex-wrap:wrap;gap:8px}.studio-rental-project-days b{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;background:#111827;color:#fff;padding:7px 11px;font-size:13px;font-weight:1000}.studio-rental-project-days small{max-width:620px;color:#475569;font-size:15px;line-height:1.55}.studio-rental-format-intro{display:grid;gap:10px;margin-bottom:18px}.studio-rental-format-intro .studio-rental-filter-title{width:-moz-fit-content;width:fit-content;margin-bottom:0;border-radius:999px;background:rgba(255,255,255,.82);color:#111827;padding:8px 12px}.studio-rental-format-intro p{max-width:760px;margin:0;color:#475569;font-size:clamp(16px,1.4vw,19px);line-height:1.58}.studio-rental-cards{display:grid;max-width:100%;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.studio-rental-cards-1{grid-template-columns:minmax(0,1fr)}.studio-rental-cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}.studio-rental-cards-6{grid-template-columns:repeat(6,minmax(0,1fr))}.studio-rental-card{--card-accent:#111827;--card-accent-soft:#f1f5f9;--card-accent-ink:#111827;display:grid;max-width:100%;min-height:220px;min-width:0;grid-template-rows:1fr auto;gap:14px;overflow:hidden;border:0;border-top:5px solid var(--card-accent);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.72)),var(--card-accent-soft);cursor:default;padding:clamp(16px,1.8vw,22px);text-align:left;overflow-wrap:anywhere;transition:background .18s ease}.studio-rental-card.is-active,.studio-rental-card:hover{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.82)),var(--card-accent-soft)}.studio-rental-card[data-tone=ink]{--card-accent:#111827;--card-accent-soft:#e5e7eb;--card-accent-ink:#111827}.studio-rental-card[data-tone=coral]{--card-accent:#f97316;--card-accent-soft:#ffedd5;--card-accent-ink:#9a3412}.studio-rental-card[data-tone=lime]{--card-accent:#84cc16;--card-accent-soft:#ecfccb;--card-accent-ink:#3f6212}.studio-rental-card[data-tone=cyan]{--card-accent:#06b6d4;--card-accent-soft:#cffafe;--card-accent-ink:#155e75}.studio-rental-card[data-tone=violet]{--card-accent:#8b5cf6;--card-accent-soft:#ede9fe;--card-accent-ink:#5b21b6}.studio-rental-card[data-tone=gold]{--card-accent:#eab308;--card-accent-soft:#fef3c7;--card-accent-ink:#854d0e}.studio-rental-card strong,.studio-rental-result h3{display:block;color:#111827;font-size:clamp(22px,1.8vw,29px);line-height:1.08}.studio-rental-card small{display:block;margin-top:10px;font-size:15px}.studio-rental-card em{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:29px;align-items:center;justify-content:center;border-radius:999px;background:var(--card-accent-soft);color:var(--card-accent-ink);padding:6px 10px;font-size:11px;font-style:normal;font-weight:1000;text-transform:uppercase}.studio-rental-card em.is-muted{background:#111827;color:#fff}.studio-rental-card-price,.studio-rental-result-price{display:grid;gap:5px}.studio-rental-card-price{min-height:92px;align-content:end;justify-items:start}.studio-rental-card b,.studio-rental-result-price strong{color:#111827;font-size:clamp(22px,2.1vw,31px);line-height:1.1}.studio-rental-card-price small{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:30px;align-items:center;border-radius:999px;background:#111827;color:#fff;padding:6px 10px;font-size:13px;font-weight:1000;line-height:1;margin-top:0}.studio-rental-card-benefits{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.studio-rental-card-features{display:grid;gap:7px;margin-top:9px}.studio-rental-card-features>span:first-child{color:#475569;font-size:12px;font-weight:1000;letter-spacing:0;text-transform:uppercase}.studio-rental-card-benefits button{position:relative;display:inline-flex;min-height:26px;align-items:center;border:0;border-radius:999px;background:rgba(17,24,39,.08);color:#111827;cursor:pointer;padding:5px 9px 5px 18px;font-size:12px;font-weight:900;text-align:left}.studio-rental-card-action{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:34px;align-items:center;justify-content:center;border-radius:999px;background:#111827;color:#fff;padding:8px 12px;font-size:13px;font-weight:1000;text-decoration:none}.studio-rental-card-action:focus-visible,.studio-rental-card-action:hover{background:var(--card-accent);color:#fff;outline:2px solid var(--card-accent);outline-offset:2px}.studio-rental-card-benefits button[data-kind=extra]{background:var(--card-accent-soft);color:var(--card-accent-ink)}.studio-rental-card-benefits button:before{position:absolute;left:8px;width:5px;height:5px;border-radius:999px;background:var(--card-accent);content:""}.studio-rental-card-benefits button:focus-visible{outline:2px solid var(--card-accent);outline-offset:2px}.studio-rental-result-price b{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:30px;align-items:center;border-radius:999px;background:var(--card-accent-soft);color:var(--card-accent-ink);padding:6px 10px;font-size:clamp(18px,1.8vw,26px);font-weight:1000;line-height:1;margin-top:0}.studio-rental-card s,.studio-rental-result-price s{color:#9ca3af;font-size:17px;font-weight:900;text-decoration-thickness:2px}.studio-rental-card s.is-placeholder{visibility:hidden}.studio-rental-result-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:18px}.studio-rental-controls,.studio-rental-result{--card-accent:#111827;--card-accent-soft:#f1f5f9;--card-accent-ink:#111827;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(255,255,255,.92);padding:clamp(24px,3vw,36px)}.studio-rental-result[data-tone=ink]{--card-accent:#111827;--card-accent-soft:#e5e7eb;--card-accent-ink:#111827}.studio-rental-result[data-tone=coral]{--card-accent:#f97316;--card-accent-soft:#ffedd5;--card-accent-ink:#9a3412}.studio-rental-result[data-tone=lime]{--card-accent:#84cc16;--card-accent-soft:#ecfccb;--card-accent-ink:#3f6212}.studio-rental-result[data-tone=cyan]{--card-accent:#06b6d4;--card-accent-soft:#cffafe;--card-accent-ink:#155e75}.studio-rental-result[data-tone=violet]{--card-accent:#8b5cf6;--card-accent-soft:#ede9fe;--card-accent-ink:#5b21b6}.studio-rental-result[data-tone=gold]{--card-accent:#eab308;--card-accent-soft:#fef3c7;--card-accent-ink:#854d0e}.studio-rental-format-panel,.studio-rental-loyalty{--card-accent:#111827;--card-accent-soft:#f1f5f9;--card-accent-ink:#111827;border-radius:8px;background:#fff8e1;padding:clamp(24px,3vw,38px)}.studio-rental-format-panel[data-tone=ink],.studio-rental-loyalty{--card-accent:#111827;--card-accent-soft:#e5e7eb;--card-accent-ink:#111827}.studio-rental-format-panel[data-tone=coral]{--card-accent:#f97316;--card-accent-soft:#ffedd5;--card-accent-ink:#9a3412}.studio-rental-format-panel[data-tone=cyan]{--card-accent:#06b6d4;--card-accent-soft:#cffafe;--card-accent-ink:#155e75}.studio-rental-format-panel[data-tone=violet]{--card-accent:#8b5cf6;--card-accent-soft:#ede9fe;--card-accent-ink:#5b21b6}.studio-rental-format-panel[data-tone=gold]{--card-accent:#eab308;--card-accent-soft:#fef3c7;--card-accent-ink:#854d0e}.studio-rental-format-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.34fr);gap:clamp(24px,4vw,58px);align-items:stretch}.studio-rental-format-copy{display:grid;align-content:start;gap:16px}.studio-rental-format-copy .studio-rental-filter-title,.studio-rental-loyalty-copy .studio-rental-filter-title{width:-moz-fit-content;width:fit-content;margin-bottom:0;border-radius:999px;background:var(--card-accent-soft);color:var(--card-accent-ink);padding:8px 12px}.studio-rental-format-copy h3,.studio-rental-loyalty-copy h3{margin:0;color:#111827;font-size:clamp(34px,5vw,68px);line-height:.96}.studio-rental-format-copy li,.studio-rental-format-copy p,.studio-rental-loyalty-copy p{color:#475569;font-size:clamp(16px,1.4vw,19px);line-height:1.6}.studio-rental-format-copy p,.studio-rental-loyalty-copy p{max-width:820px;margin:0}.studio-rental-format-copy ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.studio-rental-format-copy li{position:relative;padding-left:20px}.studio-rental-format-copy li:before{position:absolute;top:.72em;left:0;width:7px;height:7px;border-radius:999px;background:var(--card-accent);content:""}.studio-rental-format-price{display:grid;align-content:end;justify-items:start;gap:12px;border-radius:8px;background:var(--card-accent-soft);padding:clamp(20px,2.6vw,30px)}.studio-rental-format-price small{color:var(--card-accent-ink);font-size:12px;font-weight:1000;letter-spacing:0;text-transform:uppercase}.studio-rental-format-price strong{color:#111827;font-size:clamp(34px,4vw,58px);line-height:.98}.studio-rental-package-row{display:flex;flex-wrap:wrap;gap:8px}.studio-rental-package-row span{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;background:#111827;color:#fff;padding:7px 11px;font-size:13px;font-weight:1000}.studio-rental-loyalty{max-width:100%;min-width:0;display:grid;gap:clamp(24px,3vw,34px);margin-top:18px;border-top-color:transparent}.studio-rental-loyalty-copy{display:grid;gap:14px}.studio-rental-package-warning{display:grid;gap:10px;border:1px solid #111827;border-radius:8px;background:#fff;padding:clamp(18px,2.2vw,26px)}.studio-rental-package-warning strong{color:#111827;font-size:clamp(20px,2vw,30px);line-height:1.1}.studio-rental-package-warning p,.studio-rental-timeline-note{max-width:880px;margin:0;color:#475569;font-size:clamp(15px,1.3vw,18px);line-height:1.6}.studio-rental-bonus-ladder{position:relative;display:grid;gap:12px;max-width:900px}.studio-rental-bonus-ladder:before{position:absolute;top:18px;bottom:18px;left:15px;width:2px;background:#111827;content:""}.studio-rental-bonus-ladder article{--bonus-accent:#111827;position:relative;display:grid;grid-template-columns:minmax(92px,.22fr) minmax(160px,.34fr) minmax(0,1fr);gap:14px;align-items:center;min-height:74px;border-radius:8px;background:#fff;padding:16px 18px 16px 46px}.studio-rental-bonus-ladder article:before{position:absolute;top:50%;left:7px;width:18px;height:18px;border:4px solid #fff;border-radius:999px;background:var(--bonus-accent);content:"";transform:translateY(-50%);box-shadow:0 0 0 1px rgba(17,24,39,.18)}.studio-rental-bonus-ladder article[data-tone=shift]{--bonus-accent:#f97316}.studio-rental-bonus-ladder article[data-tone=day]{--bonus-accent:#06b6d4}.studio-rental-bonus-ladder article[data-tone=violet]{--bonus-accent:#6366f1}.studio-rental-bonus-ladder article[data-tone=partner]{--bonus-accent:#eab308}.studio-rental-bonus-ladder span{color:var(--bonus-accent);font-size:13px;font-weight:1000;text-transform:uppercase}.studio-rental-bonus-ladder strong{color:#111827;font-size:clamp(18px,2vw,28px);line-height:1.08}.studio-rental-bonus-ladder p{margin:0;color:#475569;font-size:15px;line-height:1.5}.studio-rental-bonus-dots{--bonus-line:#111827;display:grid;grid-template-columns:repeat(7,minmax(92px,1fr));align-items:center;gap:0;max-width:1000px;min-height:128px;overflow-x:auto;padding:8px 0;scrollbar-width:thin}.studio-rental-bonus-dots span{--bonus-accent:#111827;position:relative;display:grid;min-width:92px;min-height:112px;grid-template-rows:1fr auto 1fr;justify-items:center;text-align:center}.studio-rental-bonus-dots span:before{position:absolute;top:50%;right:0;left:0;height:2px;background:#d1d5db;content:"";transform:translateY(-50%)}.studio-rental-bonus-dots span:first-child:before{left:50%}.studio-rental-bonus-dots span:last-child:before{right:50%}.studio-rental-bonus-dots i{position:relative;z-index:1;display:block;width:18px;height:18px;align-self:center;border:4px solid #fff;border-radius:999px;background:var(--bonus-accent);box-shadow:0 0 0 1px rgba(17,24,39,.18)}.studio-rental-bonus-dots b,.studio-rental-bonus-dots small{position:relative;z-index:1;color:#111827;font-size:13px;font-weight:1000;line-height:1.1}.studio-rental-bonus-dots small{color:var(--bonus-accent)}.studio-rental-bonus-dots span[data-placement=top] small{align-self:end;padding-bottom:10px}.studio-rental-bonus-dots span[data-placement=bottom] small,.studio-rental-bonus-dots span[data-placement=top] b{grid-row:3;padding-top:10px}.studio-rental-bonus-dots span[data-placement=bottom] b{grid-row:1;align-self:end;padding-bottom:10px}.studio-rental-bonus-dots span[data-tone=shift]{--bonus-accent:#f97316}.studio-rental-bonus-dots span[data-tone=day]{--bonus-accent:#06b6d4}.studio-rental-bonus-dots span[data-tone=violet]{--bonus-accent:#6366f1}.studio-rental-bonus-dots span[data-tone=project]{--bonus-accent:#8b5cf6}.studio-rental-bonus-dots span[data-tone=partner]{--bonus-accent:#eab308}.studio-rental-timeline{position:relative;display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:0;overflow-x:auto;padding:8px 0 4px}.studio-rental-timeline:before{position:absolute;right:8%;bottom:49px;left:8%;height:2px;background:#d1d5db;content:""}.studio-rental-timeline-step{--timeline-accent:#111827;position:relative;z-index:1;display:grid;justify-items:center;gap:9px;min-width:120px;text-align:center}.studio-rental-timeline-step[data-tone=shift]{--timeline-accent:#f97316}.studio-rental-timeline-step[data-tone=day]{--timeline-accent:#06b6d4}.studio-rental-timeline-step[data-tone=project]{--timeline-accent:#8b5cf6}.studio-rental-timeline-step[data-tone=partner]{--timeline-accent:#eab308}.studio-rental-timeline-step strong{min-height:34px;color:#111827;font-size:clamp(15px,1.6vw,21px);line-height:1.1}.studio-rental-timeline-dot{width:22px;height:22px;border:4px solid #fff;border-radius:999px;background:var(--timeline-accent);box-shadow:0 0 0 1px rgba(17,24,39,.14)}.studio-rental-timeline-step b,.studio-rental-timeline-step small{color:#475569;font-size:13px;font-weight:900}.studio-rental-timeline-step b{color:#111827}.studio-rental-dotted-timeline{display:grid;max-width:100%;min-width:0;overflow-x:auto;padding:4px 0 8px;scrollbar-width:thin}.studio-rental-timeline-board{position:relative;min-width:1060px;height:126px}.studio-rental-dot-track{position:absolute;right:0;bottom:48px;left:0;height:24px}.studio-rental-milestone{--timeline-accent:#111827;position:absolute;left:var(--left);display:grid;gap:4px;justify-items:center;width:142px;color:#111827;text-align:center;transform:translateX(-50%)}.studio-rental-milestone[data-placement=top]{top:0}.studio-rental-milestone[data-placement=bottom]{bottom:0}.studio-rental-milestone[data-tone=shift]{--timeline-accent:#f97316}.studio-rental-milestone[data-tone=day]{--timeline-accent:#06b6d4}.studio-rental-milestone[data-tone=project]{--timeline-accent:#8b5cf6}.studio-rental-milestone[data-tone=violet]{--timeline-accent:#6366f1}.studio-rental-milestone[data-tone=partner]{--timeline-accent:#eab308}.studio-rental-milestone strong{color:var(--timeline-accent);font-size:clamp(13px,1.2vw,17px);line-height:1.1}.studio-rental-milestone small{color:#64748b;font-size:12px;font-weight:900}.studio-rental-dot-track span{--timeline-accent:#111827;position:absolute;top:50%;left:var(--left);width:7px;height:7px;border-radius:999px;background:var(--timeline-accent);opacity:.9;transform:translate(-50%,-50%)}.studio-rental-dot-track span.is-major{width:18px;height:18px;border:4px solid #fff;box-shadow:0 0 0 1px rgba(17,24,39,.18);opacity:1}.studio-rental-dot-track span[data-tone=shift]{--timeline-accent:#f97316}.studio-rental-dot-track span[data-tone=day]{--timeline-accent:#06b6d4}.studio-rental-dot-track span[data-tone=project]{--timeline-accent:#8b5cf6}.studio-rental-dot-track span[data-tone=violet]{--timeline-accent:#6366f1}.studio-rental-dot-track span[data-tone=partner]{--timeline-accent:#eab308}.studio-rental-benefit-dialog{position:relative;z-index:80}.studio-rental-benefit-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.54)}.studio-rental-benefit-wrap{position:fixed;inset:0;display:grid;place-items:center;padding:22px}.studio-rental-benefit-panel{display:grid;width:min(100%,460px);gap:14px;border-radius:8px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.28);padding:clamp(22px,4vw,34px)}.studio-rental-benefit-panel h2{margin:0;color:#111827;font-size:clamp(26px,4vw,38px);line-height:1}.studio-rental-benefit-panel p{margin:0;color:#475569;font-size:17px;line-height:1.58}.studio-rental-result{display:flex;min-height:220px;flex-direction:column;justify-content:space-between;gap:28px}.studio-rental-result strong{font-size:clamp(42px,5vw,76px);font-weight:900;line-height:.96}.studio-rental-controls{display:grid;align-content:center;gap:18px}.studio-rental-controls h3{display:inline-flex;align-items:center;gap:10px;margin:0;color:var(--theme-ink);font-size:clamp(36px,5vw,68px);line-height:.95}.studio-rental-controls h3 svg{width:.8em;height:.8em}.studio-rental-controls label{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#111827;font-weight:900}.studio-rental-controls label b{display:inline-flex;align-items:center;gap:4px;color:var(--theme-ink);white-space:nowrap}.studio-rental-controls label svg{width:16px;height:16px}.studio-rental-controls input[type=range]{width:100%;accent-color:var(--theme-strong)}.service-faq-grid,.service-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-next-step{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:clamp(34px,5vw,70px);padding:clamp(64px,8vw,112px) clamp(22px,4vw,68px);background:#000;color:#fff}.service-next-step .eyebrow,.service-next-step h2,.service-next-step p{color:#fff}.service-next-step p{max-width:760px;font-size:20px;font-weight:700}.service-next-step-card{border-radius:8px;background:#fff;color:#111827;padding:30px}.service-next-step-card ol{display:grid;gap:14px;margin:0 0 26px;padding-left:22px}.service-next-step-card li{color:#111827;font-weight:800;line-height:1.45}.service-next-step-card .button{width:100%;margin-top:12px}.service-tone-product{--theme-bg:#747158;--theme-strong:#11100d;--theme-ink:#11100d;--theme-soft:#eee4d0}.service-product-page{--product-ink:#11100d;--product-cream:#eee4d0;--product-cream-soft:#f6efe2;--product-olive:#747158;--product-olive-deep:#51513d;--product-moss:#353929;--product-clay:#b59470;--product-stone:#d6ccb7;--product-dark:#171812;--card-strong:var(--product-ink);--card-ink:var(--product-ink);background:var(--product-cream);color:var(--product-ink)}.service-product-page .service-fashion-hero{grid-template-columns:minmax(0,1fr);align-items:center;min-height:min(720px,calc(100svh - 92px));padding-block:clamp(46px,8vh,86px);background:linear-gradient(135deg,rgba(246,239,226,.98) 0,rgba(246,239,226,.98) 58%,rgba(214,204,183,.98) 58%),var(--product-cream-soft);color:var(--product-ink)}.service-product-page .service-fashion-hero:before,.service-product-page .service-manifest:after{display:none}.service-product-page .section-heading h2,.service-product-page .service-fashion-hero h1,.service-product-page .service-manifest h2,.service-product-page .service-next-step h2{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:0}.service-product-page .service-fashion-hero h1{max-width:1260px;margin-bottom:clamp(18px,3vh,28px);font-size:clamp(44px,5.3vw,84px);line-height:1}.service-product-page .service-fashion-hero .lead{max-width:820px;color:rgba(17,16,13,.78);font-size:clamp(17px,1.35vw,21px);font-weight:500;line-height:1.55}.service-product-page .service-hero-note{max-width:820px;margin-top:clamp(16px,2.5vh,24px);color:rgba(17,16,13,.84);font-size:clamp(15px,1.1vw,18px);font-weight:500}.service-product-page .eyebrow{color:rgba(17,16,13,.78);font-weight:700}.service-product-page .button{border-radius:0;box-shadow:none;font-weight:700}.service-product-page .button-dark{background:var(--product-ink);color:var(--product-cream);box-shadow:none}.service-product-page .button-text{color:var(--product-ink)}.service-product-page .service-fashion-hero .actions{margin-top:clamp(20px,3vh,30px)}.service-product-page>section:nth-of-type(2n){background:var(--product-cream);color:var(--product-ink)}.service-product-page>section:nth-of-type(odd){background:var(--product-olive);color:var(--product-ink)}.service-product-page>section:nth-of-type(4n){background:var(--product-dark);color:var(--product-cream)}.service-product-page>section:nth-of-type(4n) .eyebrow,.service-product-page>section:nth-of-type(4n) h2,.service-product-page>section:nth-of-type(4n) h3,.service-product-page>section:nth-of-type(4n) p{color:var(--product-cream)}.service-product-page>section:nth-of-type(4n) p{color:rgba(238,228,208,.76)}.service-product-page .service-editorial-section,.service-product-page .service-flow-section,.service-product-page .service-price-editorial,.service-product-page .service-related-section,.service-product-page .service-section-soft{background:transparent}.service-product-page .section-heading{max-width:980px}.service-product-page .section-heading h2{max-width:1040px;font-size:clamp(38px,4.8vw,76px);line-height:.98}.service-product-page .service-editorial-columns p{color:rgba(17,16,13,.76);font-size:18px;line-height:1.72}.service-product-page .service-manifest{background:linear-gradient(145deg,rgba(53,57,41,.96) 0,rgba(53,57,41,.96) 54%,rgba(198,174,132,.96) 54%),var(--product-moss);color:var(--product-cream)}.service-product-page .service-manifest .eyebrow,.service-product-page .service-manifest h2,.service-product-page .service-manifest p{color:var(--product-cream)}.service-product-page .service-manifest p{color:rgba(238,228,208,.78);font-weight:500}.service-product-page .service-chip-grid span{background:rgba(238,228,208,.18);color:var(--product-cream);border:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none}.service-product-page .service-faq-grid article,.service-product-page .service-icon-grid article,.service-product-page .service-next-step-card,.service-product-page .service-pill-grid article,.service-product-page .service-price-grid article,.service-product-page .service-proof-grid article,.service-product-page .service-related-grid a{--card-bg:var(--product-cream-soft);--card-strong:var(--product-ink);--card-ink:var(--product-ink);border:0;border-radius:0;background:var(--card-bg);box-shadow:none}.service-product-page .service-faq-grid article:nth-child(3n+2),.service-product-page .service-icon-grid article:nth-child(6n+2),.service-product-page .service-pill-grid article:nth-child(6n+2),.service-product-page .service-price-grid article:nth-child(3n+2),.service-product-page .service-proof-grid article:nth-child(6n+2),.service-product-page .service-related-grid a:nth-child(3n+2){--card-bg:var(--product-stone);--card-strong:var(--product-ink)}.service-product-page .service-faq-grid article:nth-child(3n+3),.service-product-page .service-icon-grid article:nth-child(6n+3),.service-product-page .service-pill-grid article:nth-child(6n+3),.service-product-page .service-price-grid article:nth-child(3n+3),.service-product-page .service-proof-grid article:nth-child(6n+3),.service-product-page .service-related-grid a:nth-child(3n+3){--card-bg:var(--product-clay);--card-strong:var(--product-ink)}.service-product-page .service-icon-grid article:nth-child(6n),.service-product-page .service-icon-grid article:nth-child(6n+4),.service-product-page .service-pill-grid article:nth-child(6n),.service-product-page .service-pill-grid article:nth-child(6n+4),.service-product-page .service-proof-grid article:nth-child(6n),.service-product-page .service-proof-grid article:nth-child(6n+4){--card-bg:var(--product-moss);--card-strong:var(--product-cream);--card-ink:var(--product-cream)}.service-product-page .service-icon-grid article:nth-child(6n+5),.service-product-page .service-pill-grid article:nth-child(6n+5),.service-product-page .service-proof-grid article:nth-child(6n+5){--card-bg:var(--product-olive-deep);--card-strong:var(--product-cream);--card-ink:var(--product-cream)}.service-product-page .service-icon-grid article{min-height:clamp(240px,22vw,330px)}.service-product-page .service-card-icon{width:auto;height:auto;margin-bottom:28px;border:0;border-radius:0;background:transparent;color:var(--card-strong);box-shadow:none}.service-product-page .service-card-icon svg{width:clamp(64px,6vw,94px);height:clamp(64px,6vw,94px);stroke-width:1.35}.service-product-page .service-faq-grid h3,.service-product-page .service-icon-grid h3,.service-product-page .service-pill-grid h3,.service-product-page .service-price-grid h3,.service-product-page .service-related-grid h3{color:var(--card-ink);font-size:clamp(22px,2vw,30px);font-weight:600;line-height:1.12}.service-product-page .service-faq-grid p,.service-product-page .service-icon-grid p,.service-product-page .service-pill-grid p,.service-product-page .service-price-grid p,.service-product-page .service-proof-grid p,.service-product-page .service-related-grid p{color:color-mix(in srgb,var(--card-ink) 72%,transparent);font-size:16px;line-height:1.62}.service-product-page .service-pill-grid svg{width:clamp(58px,5vw,78px);height:clamp(58px,5vw,78px);border-radius:0;background:transparent;color:var(--card-strong);padding:0;stroke-width:1.35}.service-product-page .service-proof-visual{min-height:260px;background:var(--card-strong);color:var(--card-bg)}.service-product-page .service-proof-visual svg{width:clamp(92px,8vw,132px);height:clamp(92px,8vw,132px);stroke-width:1.2}.service-product-page .service-flow span,.service-product-page .service-proof-grid span,.service-product-page .service-related-grid span{color:var(--card-strong);font-family:Georgia,Times New Roman,serif;font-weight:400}.service-product-page .service-flow article{grid-template-columns:minmax(110px,.2fr) 1fr;border-top:0;padding:28px 0}.service-product-page .service-flow h3{font-size:clamp(23px,2vw,30px);font-weight:600}.service-product-page .service-flow p{color:rgba(17,16,13,.74)}.service-product-page .service-price-grid strong{color:var(--card-ink);font-family:Georgia,Times New Roman,serif;font-weight:400}.service-product-page .service-next-step{background:linear-gradient(145deg,rgba(23,24,18,.98) 0,rgba(23,24,18,.98) 58%,rgba(116,113,88,.98) 58%),var(--product-dark);color:var(--product-cream)}.service-product-page .service-next-step .eyebrow,.service-product-page .service-next-step h2,.service-product-page .service-next-step p{color:var(--product-cream)}.service-product-page .service-next-step p{color:rgba(238,228,208,.76);font-weight:500}.service-product-page .service-next-step-card{color:var(--product-ink)}.service-product-page .service-next-step-card li{color:var(--product-ink);font-weight:700}.services-index-hero{padding-bottom:36px}.services-directory{display:grid;gap:0;padding-top:18px}.service-directory-row{display:grid;grid-template-columns:.26fr 1fr auto;gap:clamp(24px,4vw,64px);align-items:start;padding:34px 0;color:#111827}.service-directory-row+.service-directory-row{border-top:1px solid #dbeafe}.service-directory-row>span{color:var(--theme-strong);font-size:clamp(64px,8vw,118px);font-weight:400;line-height:.86}.service-directory-row h2{margin-bottom:10px;font-size:clamp(28px,4vw,48px)}.service-directory-row p{max-width:780px;color:var(--muted);line-height:1.65}.service-directory-row strong{color:var(--theme-ink);font-size:20px;white-space:nowrap}.check-list{display:grid;gap:16px;margin:28px 0 0;padding:0;list-style:none}.section{padding:clamp(58px,8vw,104px) clamp(22px,4vw,68px)}.section,.section-soft{background:#fff}.section-compact{padding-top:64px}.section-heading{max-width:850px;margin-bottom:36px}.cards{display:grid;gap:34px}.cards-three{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.detail-panel,.info-card,.steps article{background:#fff;padding:0}.card{display:grid;min-height:220px;align-content:start}.service-preview-card{background:var(--theme-soft);min-height:260px;padding:28px}.service-preview-card h2,.service-preview-card h3{color:#111827}.service-preview-card strong{color:var(--theme-ink)}.card h2{font-size:24px}.card p,.detail-panel p,.footer p,.info-card p,.split p,.steps p{color:var(--muted);line-height:1.68}.card strong{display:inline-block;margin-top:12px;color:#000;font-size:18px}.info-grid,.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps span{display:block;margin-bottom:18px;color:#000;font-size:18px;font-weight:800}.split{display:grid;grid-template-columns:.86fr 1.14fr;gap:54px;align-items:start}.detail-panel{align-self:center}.portfolio-hero{grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr);align-items:center;max-width:1536px;margin:0 auto;padding-top:clamp(28px,4vw,56px);padding-bottom:clamp(34px,4.5vw,66px)}.portfolio-title{max-width:760px;margin-bottom:22px;font-size:clamp(34px,3.7vw,58px);line-height:1.08}.portfolio-lead{max-width:760px}.portfolio-participants{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0}.portfolio-participants span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(17,24,39,.12);border-radius:999px;background:#fff;color:var(--muted);padding:8px 12px;font-size:14px;font-weight:900}.portfolio-participants b{color:var(--ink)}.portfolio-benefits{display:grid;gap:12px;max-width:820px;margin:24px 0 0;padding:0;color:#374151;font-size:clamp(16px,1.18vw,19px);line-height:1.48;list-style:none}.portfolio-benefits li{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.portfolio-benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:2px;color:#111827}.portfolio-benefit-icon svg{width:18px;height:18px}.portfolio-cover-panel{display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.portfolio-cover-panel img{width:100%;height:min(66vh,680px);-o-object-fit:contain;object-fit:contain}.section.portfolio-gallery-section{max-width:none;margin:0;background:#fff;padding-right:0;padding-left:0;padding-top:34px}.portfolio-gallery-section .section-heading{max-width:1536px;margin-right:auto;margin-left:auto;padding-right:clamp(22px,4vw,68px);padding-left:clamp(22px,4vw,68px)}.portfolio-gallery-section .portfolio-justified-grid{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#f6f7f9;overflow:hidden}.portfolio-description-section{max-width:1536px;margin:0 auto;padding-top:16px;padding-bottom:24px}.portfolio-description-section p{max-width:960px;margin:0;color:var(--muted);font-size:20px;line-height:1.7}.portfolio-index-section{width:100vw;margin-left:calc(50% - 50vw);background:#f6f7f9;padding:0 0 clamp(68px,8vw,104px)}.portfolio-showcase-controls{display:flex;flex-wrap:wrap;gap:10px;max-width:1536px;margin:0 auto;padding:18px clamp(18px,3vw,48px);background:#fff}.portfolio-showcase-controls button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;cursor:pointer;padding:10px 14px;font-size:14px;font-weight:900}.portfolio-showcase-controls button svg{width:17px;height:17px}.portfolio-showcase-controls button.active{border-color:#111827;background:#111827;color:#fff}.marketplace-showcase{max-width:1536px;margin:0 auto;padding:14px clamp(18px,3vw,48px) clamp(36px,5vw,70px)}.marketplace-showcase-wb{background:#f7f3ff}.marketplace-showcase-ozon{background:#f4f8ff}.marketplace-showcase-note{display:inline-flex;align-items:center;gap:9px;color:#4b5563;font-size:14px;font-weight:800;line-height:1.35;margin-bottom:14px}.marketplace-showcase-note svg{width:22px;height:22px;flex:0 0 auto}.marketplace-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.marketplace-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#fff;min-width:0}.marketplace-card-image{position:relative;display:block;padding:8px}.marketplace-card-image img,.marketplace-card-image>span:first-child{display:grid;width:100%;aspect-ratio:.82;place-items:center;border-radius:8px;background:#f3f4f6;-o-object-fit:cover;object-fit:cover}.marketplace-card-image>span:first-child{color:#111827;padding:14px;text-align:center;font-size:13px;font-weight:900;line-height:1.2}.marketplace-badge{position:absolute;bottom:14px;display:inline-flex;min-height:25px;align-items:center;gap:4px;border-radius:8px;color:#fff;padding:4px 8px;font-size:12px;font-weight:900;line-height:1}.marketplace-badge svg{width:12px;height:12px}.marketplace-badge-warm{left:14px;background:#ff6e4e}.marketplace-badge-violet{right:14px;background:#6c5ce7}.marketplace-badge-hot{left:14px;border-radius:999px;background:#ff2d87}.marketplace-card-body{display:grid;gap:5px;padding:0 12px 12px}.marketplace-price-row{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline}.marketplace-price-row strong{color:#7f30ff;font-size:18px;font-weight:1000;line-height:1.08}.marketplace-card-ozon .marketplace-price-row strong{color:#111827}.marketplace-price-row del,.marketplace-price-row span{color:#9ca3af;font-size:13px;font-weight:800}.marketplace-sub{margin:0;font-size:12px;font-weight:800}.marketplace-sub-wb{color:#7f30ff}.marketplace-sub-ozon{color:#005bff}.marketplace-title{display:-webkit-box;min-height:34px;overflow:hidden;color:#1f2937;font-size:13px;font-weight:700;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3}.marketplace-rating{display:flex;min-width:0;align-items:center;gap:5px;color:#4b5563;font-size:12px;font-weight:800}.marketplace-rating svg{width:13px;height:13px;fill:#f59e0b;color:#f59e0b}.marketplace-buy{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border-radius:8px;background:#7f30ff;color:#fff;margin-top:5px;padding:9px 10px;font-size:14px;font-weight:900}.marketplace-card-ozon .marketplace-buy{background:#005bff}.marketplace-buy svg{width:17px;height:17px}.portfolio-justified-grid{width:100%}.portfolio-justified-grid-index{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden}.portfolio-justified-row{display:flex;align-items:flex-start}.portfolio-justified-tile{position:relative;display:block;flex:0 0 auto;overflow:hidden;border:0;border-radius:0;background:#f3f4f6;box-shadow:none;color:inherit;cursor:pointer;padding:0}.portfolio-justified-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.portfolio-justified-tile:hover img{filter:brightness(.94)}.portfolio-tile-placeholder{display:grid;width:100%;height:100%;place-items:center;padding:18px;color:#111827;text-align:center;font-weight:800;line-height:1.25}.portfolio-tile-caption{position:absolute;right:0;bottom:0;left:0;display:grid;gap:4px;padding:clamp(14px,2vw,22px);background:linear-gradient(180deg,transparent,rgba(0,0,0,.68));color:#fff}.portfolio-tile-caption small,.portfolio-tile-caption strong{display:block}.portfolio-tile-caption strong{display:-webkit-box;overflow:hidden;font-size:clamp(16px,1.25vw,21px);-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2}.portfolio-tile-caption small{color:rgba(255,255,255,.84);font-size:14px;font-weight:700}.portfolio-photo-count-badge{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;background:rgba(17,24,39,.72);color:#fff;font-size:13px;font-weight:800;line-height:1;pointer-events:none}.portfolio-lightbox{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:rgba(0,0,0,.92);padding:24px;overscroll-behavior:contain;touch-action:none}.portfolio-lightbox-image{width:auto;height:auto;max-width:calc(100vw - 48px);max-height:calc(100dvh - 48px);cursor:zoom-out;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.portfolio-lightbox-actions{position:fixed;top:max(18px,env(safe-area-inset-top));right:max(18px,env(safe-area-inset-right));z-index:3;display:flex;gap:8px}.portfolio-lightbox-button,.portfolio-lightbox-nav{display:inline-grid;place-items:center;border:0;border-radius:0;background:rgba(255,255,255,.94);box-shadow:none;color:#111827;cursor:pointer}.portfolio-lightbox-button{width:46px;height:46px}.portfolio-lightbox-nav{position:fixed;top:50%;width:54px;height:70px;transform:translateY(-50%)}.portfolio-lightbox-prev{left:18px}.portfolio-lightbox-next{right:18px}.portfolio-lightbox-button:hover,.portfolio-lightbox-nav:hover{background:#fff}.portfolio-lightbox-nav:disabled{cursor:default;opacity:.32}@media (max-width:640px){.portfolio-tile-caption{padding:12px}.portfolio-tile-caption strong{font-size:16px}.portfolio-lightbox{padding:14px}.portfolio-lightbox-image{max-width:calc(100vw - 28px);max-height:calc(100dvh - 28px)}.portfolio-lightbox-actions{top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right))}.portfolio-lightbox-button{width:42px;height:42px}.portfolio-lightbox-nav{width:42px;height:58px}.portfolio-lightbox-prev{left:6px}.portfolio-lightbox-next{right:6px}}.portfolio-static-grid{padding-top:12px}.portfolio-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:42px}.portfolio-pagination a{display:inline-grid;min-width:42px;height:42px;place-items:center;border:1px solid #e5e7eb;border-radius:10px;color:#111827;font-weight:800}.portfolio-pagination a.active,.portfolio-pagination a:hover{background:#111827;color:#fff}.spin{animation:admin-spin .9s linear infinite}@keyframes admin-spin{to{transform:rotate(1turn)}}.portfolio-admin{min-height:calc(100dvh - 92px);background:#f7f8fb;padding:clamp(28px,4vw,56px) clamp(18px,3vw,42px) clamp(54px,7vw,96px)}.portfolio-admin h1{margin-bottom:10px;font-size:clamp(36px,4.6vw,64px)}.portfolio-admin h2{margin-bottom:0;font-size:clamp(22px,2.2vw,34px)}.portfolio-admin button,.portfolio-admin input,.portfolio-admin select,.portfolio-admin textarea{border-radius:8px}.portfolio-admin-create,.portfolio-admin-hero,.portfolio-admin-panel,.portfolio-admin-sidebar,.portfolio-admin-top{border:1px solid #e5e7eb;border-radius:8px;background:#fff}.portfolio-admin-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:clamp(24px,4vw,54px);align-items:center;max-width:1180px;margin:0 auto;padding:clamp(28px,5vw,58px)}.portfolio-admin-hero>.spin{width:32px;height:32px}.portfolio-admin-login{display:grid;gap:12px}.portfolio-admin-top{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:clamp(22px,3vw,34px)}.portfolio-admin-top p:last-child{margin-bottom:0;color:var(--muted);font-weight:700}.portfolio-admin-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.admin-button,.admin-danger-link,.admin-icon-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid #d1d5db;background:#fff;color:#111827;cursor:pointer;padding:10px 14px;font-size:14px;font-weight:800}.admin-button svg,.admin-danger-link svg,.admin-icon-button svg{width:18px;height:18px;flex:0 0 auto}.admin-button-dark{border-color:#111827;background:#111827;color:#fff}.admin-button-danger,.admin-danger-link{border-color:#fee2e2;color:#b91c1c}.admin-button-publish{border-color:#15803d;background:#15803d;color:#fff}.admin-button-draft{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.admin-button:disabled,.admin-icon-button:disabled{cursor:default;opacity:.48}.admin-icon-button{width:42px;padding:0}.admin-error{color:#b91c1c;font-weight:700}.portfolio-admin-create{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(180px,.8fr) auto;gap:14px;align-items:end;margin-bottom:18px;padding:18px}.portfolio-admin-create div,.portfolio-admin-form-grid label{display:grid;gap:7px;color:#374151;font-size:13px;font-weight:800}.portfolio-admin input,.portfolio-admin select,.portfolio-admin textarea{width:100%;border:1px solid #d1d5db;background:#fff;color:#111827;padding:11px 12px;font-size:15px;font-weight:600}.portfolio-admin textarea{min-height:92px;resize:vertical}.portfolio-admin input:focus,.portfolio-admin select:focus,.portfolio-admin textarea:focus{border-color:#111827;outline:2px solid rgba(17,24,39,.1)}.admin-field-note{color:#6b7280;font-size:12px;font-weight:600;line-height:1.35}.portfolio-admin-status{display:block;width:100%;min-height:42px;margin-bottom:18px;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;cursor:pointer;font-weight:800;text-align:left;padding:10px 14px}.portfolio-admin-workspace{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:18px;align-items:start}.portfolio-admin-panel,.portfolio-admin-sidebar{padding:18px}.portfolio-admin-sidebar{position:sticky;top:110px;max-height:calc(100dvh - 132px);overflow:auto}.portfolio-admin-panel-head,.portfolio-admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.admin-search{position:relative;flex:1}.admin-search svg{position:absolute;left:12px;top:50%;width:17px;height:17px;color:#6b7280;transform:translateY(-50%)}.admin-search input{padding-left:36px}.portfolio-admin-list{display:grid;gap:6px}.portfolio-admin-list-item{display:grid;gap:4px;width:100%;border:0;background:transparent;color:#111827;cursor:pointer;padding:12px;text-align:left}.portfolio-admin-list-item.active,.portfolio-admin-list-item:hover{background:#f3f4f6}.portfolio-admin-list-item span{overflow:hidden;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.portfolio-admin-list-item small{overflow:hidden;color:var(--muted);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.portfolio-admin-list-item em{width:-moz-fit-content;width:fit-content;background:#fef3c7;color:#92400e;font-size:11px;font-style:normal;font-weight:900;padding:3px 7px}.admin-danger-link{width:100%;margin-top:16px;text-align:center}.portfolio-admin-status.is-error{background:#fee2e2;color:#991b1b}.portfolio-admin-main{display:grid;gap:18px;min-width:0}.portfolio-admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.portfolio-admin-form-grid .wide{grid-column:1/-1}.portfolio-admin-specials{display:grid;gap:10px;padding:0 clamp(18px,3vw,34px)}.portfolio-admin-specials>span{color:#6b7280;font-size:12px;font-weight:1000;text-transform:uppercase}.portfolio-admin-specials>div{display:flex;flex-wrap:wrap;gap:10px}.portfolio-admin-specials .admin-button{display:inline-flex;min-height:56px}.portfolio-admin-specials .admin-button.active{border-color:#111827;background:#111827;color:#fff}.portfolio-admin-specials .admin-button small{color:inherit;font-size:12px;font-weight:900;opacity:.7}.admin-checkbox{display:flex;grid-column:1/-1;flex-direction:row;align-items:center;gap:10px}.admin-checkbox input{width:18px;height:18px}.admin-checkbox-muted{color:#6b7280}.portfolio-admin-progress{margin:0 0 12px;color:var(--muted);font-weight:800}.portfolio-admin-upload-list{display:grid;gap:8px}.portfolio-admin-upload-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px}.portfolio-admin-upload-item span{overflow:hidden;color:#374151;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.portfolio-admin-upload-item button{display:inline-grid;width:30px;height:30px;place-items:center;border:0;background:transparent;color:#b91c1c;cursor:pointer;padding:0}.portfolio-admin-upload-item .upload-error{color:#b91c1c;font-size:12px}.portfolio-admin-photos{display:block;-moz-columns:190px 4;columns:190px 4;-moz-column-gap:12px;column-gap:12px}.portfolio-admin-photo{position:relative;display:inline-block;width:100%;overflow:hidden;-moz-column-break-inside:avoid;break-inside:avoid;margin:0 0 12px;border:0;border-radius:0;background:transparent}.portfolio-admin-photo.selected{outline:2px solid #111827;outline-offset:3px}.portfolio-admin-photo img,.portfolio-admin-photo video{display:block;width:100%;height:auto;border-radius:8px;-o-object-fit:contain;object-fit:contain}.portfolio-admin-photo video{background:#111827}.portfolio-admin-photo-select{position:absolute;top:8px;left:8px;display:inline-grid;width:30px;height:30px;place-items:center;border:1px solid rgba(255,255,255,.8);background:rgba(17,24,39,.58);color:#fff;cursor:pointer;padding:0}.portfolio-admin-photo>div{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:8px}.portfolio-admin-photo span{color:var(--muted);font-size:12px;font-weight:900}.portfolio-admin-photo button{display:inline-flex;min-height:30px;align-items:center;justify-content:center;gap:5px;border:0;background:#f3f4f6;color:#374151;cursor:pointer;padding:6px 8px;font-size:12px;font-weight:800}.portfolio-admin-photo button svg{width:15px;height:15px}.portfolio-admin-photo button.active{background:#111827;color:#fff}.portfolio-admin-photo-meta{display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch;padding:0 8px 8px}.portfolio-admin-photo-meta label{display:grid;gap:4px;color:#6b7280;font-size:11px;font-weight:900;text-transform:uppercase}.portfolio-admin-photo-meta input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;color:#111827;font-size:13px;font-weight:700;text-transform:none}.portfolio-admin-photo-meta .admin-button{width:100%;min-height:34px;font-size:12px}.portfolio-admin-panel.empty{display:grid;min-height:300px;place-items:center;color:var(--muted);font-weight:800}.booking-account{min-height:calc(100vh - 92px)}.booking-account-head,.booking-section-panel,.booking-section-tabs{max-width:1920px;margin-inline:auto}.booking-account-head{display:grid;gap:8px;margin-bottom:20px}.booking-account-head .eyebrow{margin:8px 0 0}.booking-account-head h1{max-width:720px;margin:0;color:#111827;font-size:clamp(26px,2.9vw,40px);line-height:1.08}.booking-back-link{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:34px;align-items:center;gap:8px;color:#111827;font-size:16px;font-weight:900}.booking-back-link:focus-visible,.booking-back-link:hover{color:#4b5563}.booking-back-link svg{width:18px;height:18px}.booking-section-tabs{display:flex;gap:clamp(18px,4vw,52px);overflow-x:auto;margin-bottom:24px;border-bottom:1px solid #dbe3ef}.booking-section-tab{position:relative;display:inline-flex;min-height:52px;align-items:center;gap:8px;border:0;border-radius:0;background:transparent;color:#6b7280;cursor:pointer;padding:0 0 14px;font-size:clamp(18px,2vw,24px);font-weight:900;white-space:nowrap}.booking-tab-count{display:inline-grid;min-width:24px;height:24px;place-items:center;border-radius:999px;background:#111827;color:#fff;padding:0 7px;font-size:12px;font-weight:1000;line-height:1}.booking-section-tab:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:transparent;content:""}.booking-section-tab[data-selected]{color:#111827}.booking-section-tab[data-selected]:after{background:#111827}.booking-section-panel{display:grid;gap:18px}.booking-section-panel .booking-grid{padding:0}.booking-section-panel .booking-bonus-card,.booking-section-panel .booking-history-wide{margin:0}.my-hub{display:grid;gap:18px}.my-hub-login{min-height:420px}.my-hub-hero,.my-hub-layout,.my-hub-save-panel,.my-hub-service-grid{margin-inline:clamp(18px,3vw,34px)}.my-hub-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px);gap:18px;align-items:stretch}.my-hub-bonus,.my-hub-identity{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:clamp(22px,3vw,34px)}.my-hub-identity{display:flex;align-items:center;gap:clamp(18px,3vw,28px)}.my-hub-avatar{width:clamp(74px,9vw,112px);height:clamp(74px,9vw,112px);flex:0 0 auto;font-size:clamp(24px,3vw,36px)}.my-hub-identity h1{margin:4px 0 8px}.my-hub-identity p:last-child{margin:0;color:var(--muted);font-weight:800}.my-hub-bonus{display:grid;align-content:center;gap:12px;background:#111827;color:#fff}.my-hub-bonus span{display:inline-flex;align-items:center;gap:10px;font-size:clamp(30px,4vw,48px);font-weight:1000;line-height:1}.my-hub-bonus svg{width:30px;height:30px}.my-hub-bonus p{max-width:300px;margin:0;color:rgba(255,255,255,.78);font-weight:800;line-height:1.5}.my-hub-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.my-hub-service-card{display:grid;min-height:170px;align-content:start;gap:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:20px}.my-hub-service-card:focus-visible,.my-hub-service-card:hover{border-color:#111827}.my-hub-service-card svg{width:28px;height:28px}.my-hub-service-card span{font-size:22px;font-weight:1000;line-height:1.15}.my-hub-service-card small{color:var(--muted);font-size:14px;font-weight:800;line-height:1.5}.my-hub-layout{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:18px;align-items:start}.my-hub-profile-panel{display:grid;gap:16px}.my-hub-profile-panel .portfolio-admin-panel-head{margin-bottom:0}.my-hub-profile-panel .portfolio-admin-panel-head>svg{width:24px;height:24px}.my-hub-avatar-editor{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;border-radius:8px;background:#f8fafc;padding:16px}.my-hub-avatar-editor .my-hub-avatar{width:82px;height:82px;font-size:0}.my-hub-avatar svg{width:42%;height:42%}.my-hub-avatar-editor strong{display:block;color:#111827;font-size:18px;font-weight:1000}.my-hub-avatar-editor p{margin:4px 0 12px;color:var(--muted);font-weight:800;line-height:1.5}.my-hub-field{display:grid;gap:8px}.my-hub-field span{color:#111827;font-size:13px;font-weight:1000;letter-spacing:.04em;text-transform:uppercase}.my-hub-field input{width:100%;border:1px solid #d1d5db;background:#fff;padding:12px 13px;color:#111827;font-weight:800}.my-hub-field input:focus{border-color:#111827;outline:none}.my-hub-field-note,.my-hub-preview p,.my-hub-save-panel p,.my-hub-section-copy{margin:0;color:var(--muted);font-weight:800;line-height:1.55}.my-hub-field-note.is-error,.my-hub-status{color:#b91c1c}.my-hub-preview{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;border-radius:8px;background:#f8fafc;padding:14px}.my-hub-preview svg{width:22px;height:22px;color:#0e8f61}.my-hub-preview strong{display:block;overflow-wrap:anywhere;color:#111827;font-weight:1000}.my-hub-preview code{border-radius:6px;background:#fff;color:#111827;padding:1px 5px;font-weight:900}.my-hub-role-grid{display:flex;flex-wrap:wrap;gap:8px}.my-hub-role-grid button{min-height:38px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111827;cursor:pointer;padding:8px 12px;font-size:13px;font-weight:900}.my-hub-role-grid button.is-selected{border-color:#111827;background:#111827;color:#fff}.my-hub-save-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}.my-hub-save-panel h2{margin-top:0}.my-hub-save-panel .admin-button{min-width:220px}.public-profile-page{align-content:start}.public-profile-hero{align-items:start}.public-profile-hero .admin-button{width:-moz-fit-content;width:fit-content}.public-profile-card{display:grid;justify-items:start;gap:14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:20px}.public-profile-card .my-hub-avatar{width:96px;height:96px}.public-profile-card strong{overflow-wrap:anywhere;color:#111827;font-size:20px;font-weight:1000}.public-profile-actions,.public-profile-roles{display:flex;flex-wrap:wrap;gap:8px}.public-profile-roles span{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;background:#111827;color:#fff;padding:7px 12px;font-size:13px;font-weight:900}.cabinet-section-tabs{display:flex;gap:10px;overflow-x:auto;padding:0 clamp(18px,3vw,34px) 18px}.cabinet-section-tabs button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#475569;cursor:pointer;padding:10px 16px;font-weight:1000;white-space:nowrap}.cabinet-section-tabs button svg{width:17px;height:17px}.cabinet-section-tabs button.is-active{border-color:#111827;background:#111827;color:#fff}.booking-grid{grid-template-columns:1fr;padding:0 clamp(18px,3vw,34px) clamp(34px,4vw,54px)}.booking-create-grid,.booking-grid{display:grid;gap:18px;align-items:start}.booking-create-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-create-grid+.booking-create-grid{margin-top:18px}.booking-step-card{min-width:0;border:1px solid #eef2f7;border-radius:8px;background:#fff;padding:clamp(16px,2vw,22px)}.booking-step-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.booking-step-head span{display:inline-grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:50%;background:#111827;color:#fff;font-size:16px;font-weight:1000}.booking-step-head h2{margin:0;font-size:clamp(22px,2vw,30px)}.booking-bonus-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;margin:0 clamp(18px,3vw,34px) 18px;background:#fff8e1}.booking-bonus-card h2{margin:0}.booking-bonus-card p:last-child{max-width:780px;margin-bottom:0}.booking-bonus-card>span{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;background:#111827;color:#fff;padding:8px 12px;font-size:13px;font-weight:1000;line-height:1}.booking-bonus-section{display:grid;gap:18px}.booking-bonus-head{display:flex;align-items:end;justify-content:space-between;gap:18px}.booking-bonus-head h2{margin:0;font-size:clamp(26px,3vw,42px)}.booking-bonus-head>span{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;background:#111827;color:#fff;padding:8px 12px;font-size:13px;font-weight:1000}.booking-bonus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.booking-bonus-item{display:grid;min-height:230px;align-content:space-between;gap:14px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;box-shadow:0 18px 46px rgba(17,24,39,.05);padding:clamp(18px,2.4vw,28px)}.booking-bonus-item>span{width:-moz-fit-content;width:fit-content;border-radius:999px;background:#f3f4f6;color:#4b5563;padding:7px 11px;font-size:12px;font-weight:1000;text-transform:uppercase}.booking-bonus-item strong{color:#111827;font-size:clamp(46px,7vw,92px);font-weight:1000;letter-spacing:0;line-height:.92}.booking-bonus-item h3{margin:0;color:#111827;font-size:clamp(20px,2vw,28px)}.booking-bonus-item p{margin:0;color:var(--muted);font-weight:800;line-height:1.55}.booking-compact-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:22px;align-items:start}.booking-compact-panel{min-width:0;border:1px solid #eef2f7;border-radius:8px;background:#fff;padding:16px}.booking-details-panel{border-color:#e5e7eb;background:#fcfcfd}.booking-step-label{margin:0 0 12px;color:#111827;font-size:13px;font-weight:1000;letter-spacing:.04em;text-transform:uppercase}.booking-form .admin-button{width:100%;margin-top:18px}.booking-contact-grid{margin-top:18px;margin-bottom:12px}.booking-consents{display:grid;gap:10px;margin-top:14px;border-radius:8px;background:#f8fafc;padding:14px}.booking-consents label{display:flex;align-items:flex-start;gap:10px;color:#475569;font-size:14px;font-weight:800;line-height:1.45}.booking-consents input{width:18px;height:18px;flex:0 0 auto;margin-top:1px;accent-color:#111827}.booking-consents a{color:#111827;text-decoration:underline;text-underline-offset:3px}.booking-brief-note{margin:0 0 18px;border-left:3px solid #111827;background:#f8fafc;color:var(--muted);padding:12px 14px;font-size:14px;font-weight:800;line-height:1.5}.booking-sync{display:inline-flex;max-width:260px;min-height:34px;align-items:center;justify-content:center;gap:8px;border-radius:999px;background:#eef2f7;color:#475569;padding:7px 11px;font-size:12px;font-weight:900;line-height:1.2;text-align:center}.booking-sync svg{width:15px;height:15px;flex:0 0 auto}.booking-sync.is-active svg{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.booking-logo-card{display:grid;grid-template-columns:1fr;gap:14px;align-items:center;margin-top:0;margin-bottom:18px;border-radius:8px;background:#f8fafc;padding:14px}.booking-logo-card>div{display:flex;align-items:center;gap:12px}.booking-logo-card>div:last-of-type{justify-content:stretch;gap:8px}.booking-logo-card img,.booking-logo-card>div:first-child>svg{width:52px;height:52px;flex:0 0 auto;border-radius:8px;-o-object-fit:contain;object-fit:contain}.booking-logo-card>div:first-child>svg{background:#fff;color:#64748b;padding:14px}.booking-logo-card strong{display:block;color:#111827;font-size:16px;line-height:1.2}.booking-logo-card p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.booking-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:18px;border-radius:8px;background:#f3f4f6;padding:6px}.booking-tab{min-height:44px;border:0;border-radius:8px;background:transparent;color:#4b5563;cursor:pointer;font-weight:900}.booking-tab[data-selected]{background:#111827;color:#fff}.booking-tab-panel{display:grid;gap:16px}.booking-month-tabs{display:flex;gap:6px;max-width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:999px;padding:4px}.booking-month-tabs button{flex:0 0 auto;min-height:34px;border:0;border-radius:999px;background:transparent;color:#6b7280;cursor:pointer;padding:7px 14px;font-size:13px;font-weight:1000}.booking-month-tabs button.is-active{background:#f3f4f6;color:#111827}.booking-studio-calendar{display:grid;gap:18px;margin-bottom:12px}.booking-studio-calendar .booking-month-tabs{justify-self:end}.booking-calendar,.booking-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.booking-weekdays{margin-bottom:0;color:#6b7280;font-size:13px;font-weight:1000;text-align:center;text-transform:uppercase}.booking-weekdays .is-weekend{color:#dc2626}.booking-calendar button{position:relative;display:grid;aspect-ratio:1/1;min-height:0;align-content:center;gap:2px;border:1px solid #e5e7eb;border-radius:50%;background:#fff;color:#111827;cursor:pointer;padding:6px;text-align:center}.booking-calendar-placeholder{aspect-ratio:1/1}.booking-calendar button:disabled,.booking-hour-slots button:disabled{cursor:not-allowed}.booking-calendar button.is-selected{border-color:#0e8f61;background:#fff;outline:3px solid rgba(14,143,97,.18);outline-offset:3px}.booking-calendar button[data-state=pending],.booking-hour-slots button[data-state=pending]{border-color:#f59e0b;background:#fff7ed;color:#9a3412}.booking-calendar button[data-state=confirmed],.booking-hour-slots button[data-state=confirmed]{border-color:#d1d5db;background:#e5e7eb;color:#6b7280}.booking-calendar button[data-state=closed],.booking-hour-slots button[data-state=closed]{border-color:#e5e7eb;background:#f8fafc;color:#9ca3af}.booking-calendar button[data-state=closed] b,.booking-calendar button[data-state=closed] small,.booking-calendar button[data-state=closed] span,.booking-calendar button[data-state=confirmed] b,.booking-calendar button[data-state=confirmed] small,.booking-calendar button[data-state=confirmed] span{color:#6b7280}.booking-calendar small,.booking-calendar span{color:#6b7280;font-size:11px;font-weight:900;text-transform:uppercase}.booking-calendar b{font-size:clamp(20px,2.8vw,38px);line-height:1}.booking-calendar button.is-weekend b{color:#dc2626}.booking-calendar button>svg,.booking-hour-slots button svg{width:16px;height:16px;justify-self:center}.booking-cell-logo{position:absolute;right:6px;bottom:6px;width:22px;height:22px;border:1px solid rgba(17,24,39,.12);border-radius:50%;background:#fff;-o-object-fit:contain;object-fit:contain;padding:2px}.booking-calendar-dots{position:absolute;right:18%;bottom:20%;left:18%;display:flex;justify-content:center;gap:4px;line-height:0}.booking-calendar-dots i{width:7px;height:7px;border-radius:999px;background:#f97316}.booking-calendar-dots i[data-kind=day]{background:#0284c7}.booking-calendar-dots i[data-kind=technical]{background:#111827}.booking-time-picker{display:grid;gap:16px}.booking-time-picker-head{display:grid;gap:4px}.booking-time-picker-head strong{color:#111827;font-size:22px;line-height:1.15}.booking-time-picker-head span{color:var(--muted);font-size:14px;font-weight:800;line-height:1.45}.booking-time-group{display:grid;gap:8px}.booking-time-group.is-collapsed .booking-time-cells{display:none}.booking-night-toggle{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:38px;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111827;cursor:pointer;padding:8px 13px;font-size:13px;font-weight:1000}.booking-time-cells{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.booking-time-group-day .booking-time-cells{grid-template-columns:1fr}.booking-time-cells button{position:relative;display:grid;min-height:66px;place-items:center;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;cursor:pointer;padding:9px 8px;font-weight:900}.booking-time-group-day button{grid-template-columns:auto 18px auto minmax(78px,1fr);min-height:70px;justify-content:start;gap:10px;padding-inline:18px}.booking-time-cells button i{display:block;width:18px;height:2px;border-radius:999px;background:currentColor;opacity:.5}.booking-time-cells button b{font-size:18px;line-height:1}.booking-time-cells button small{color:inherit;font-size:11px;font-weight:1000;line-height:1.1;text-transform:uppercase}.booking-time-group-day button small{justify-self:end}.booking-time-cells button.is-selected{border-color:#0e8f61;background:#0e8f61;color:#fff}.booking-time-cells button[data-state=busy]{border-color:#d1d5db;background:#e5e7eb;color:#6b7280}.booking-time-cells button[data-state=technical]{border-color:#e5e7eb;background:#f8fafc;color:#9ca3af}.booking-hour-slots .booking-cell-logo{inset:50% auto auto 50%;width:26px;height:26px;transform:translate(-50%,-50%)}.booking-hour-slots{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.booking-hour-slots button{position:relative;min-height:42px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;cursor:pointer;font-weight:900}.booking-hour-slots button.is-selected{border-color:#0e8f61;background:#0e8f61;color:#fff}.booking-selection-summary{display:grid;gap:12px;border-radius:8px;background:#f3f4f6;padding:16px}.booking-selection-summary p,.booking-selection-summary small{margin:0;color:var(--muted);line-height:1.5}.booking-selection-summary div{display:flex;flex-wrap:wrap;gap:8px}.booking-selection-summary span{display:inline-flex;min-height:32px;align-items:center;border-radius:999px;background:#fff;color:#111827;padding:6px 10px;font-size:13px;font-weight:900}.booking-selection-summary strong{color:#0e8f61;font-size:clamp(28px,4vw,44px);line-height:1}.booking-history-list{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity}.booking-history-list article{display:grid;min-width:min(420px,86vw);border-radius:8px;background:#f3f4f6;padding:16px;scroll-snap-align:start}.booking-history-meta-grid,.booking-history-selection-grid{display:flex;flex-wrap:wrap;gap:8px}.booking-history-meta-grid small,.booking-history-selection-grid small{display:inline-flex;min-height:34px;align-items:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;padding:7px 10px;font-size:13px;font-weight:900;line-height:1.3}.booking-history-meta-grid small{color:var(--muted)}.booking-history-wide{margin:0 clamp(18px,3vw,34px) 18px}.booking-history-list article[data-status=confirmed]{background:#eef2f7}.booking-history-list article[data-status=cancelled]{opacity:.72}.booking-history-list span{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:28px;align-items:center;border-radius:999px;background:#dff7ec;color:#0e5e43;padding:5px 10px;font-size:11px;font-weight:1000;text-transform:uppercase}.booking-history-list h3{margin:12px 0 8px;font-size:22px;line-height:1.12}.booking-history-list strong{display:block;margin:10px 0;color:#0e8f61;font-size:25px;line-height:1.1}.booking-empty,.booking-history-list p{color:var(--muted);line-height:1.58}.booking-history-list .admin-button{width:100%;margin-top:10px}.booking-file-button{cursor:pointer}.booking-receipt-link{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:30px;align-items:center;border-radius:999px;background:#fff;color:#0e5e43;padding:6px 10px;font-size:13px;font-weight:900;text-decoration:none}.cabinet-service-grid{display:grid;grid-template-columns:minmax(260px,.34fr) minmax(0,1fr);gap:18px;padding:0 clamp(18px,3vw,34px) clamp(34px,4vw,54px)}.cabinet-sidebar{position:sticky;top:96px}.cabinet-create-row{display:grid;gap:10px}.cabinet-create-row .admin-button{width:100%}.cabinet-list{display:grid;gap:10px;margin-top:16px}.cabinet-list button{border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#111827;cursor:pointer;padding:12px;text-align:left}.cabinet-list button.is-active{border-color:#111827;background:#111827;color:#fff}.cabinet-list small,.cabinet-list strong{display:block}.cabinet-list small{margin-top:5px;color:inherit;opacity:.72}.moodboard-settings{margin-bottom:16px}.moodboard-share-link{margin:0 0 16px;border-radius:8px;background:#eef2f7;color:#475569;padding:12px 14px;font-size:13px;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.moodboard-share-link code{color:#111827;font-weight:1000}.moodboard-new-card{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(260px,1fr) auto;gap:10px;align-items:stretch;border-radius:8px;background:#f8fafc;padding:12px}.moodboard-new-card .admin-button{margin-top:0}.moodboard-cards{display:grid;gap:12px;margin-top:16px}.moodboard-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:14px}.moodboard-card-head{display:grid;grid-template-columns:34px minmax(0,1fr) 42px;gap:10px;align-items:start}.moodboard-card-head>span{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#111827;color:#fff;font-weight:1000}.moodboard-card h3{margin:0;font-size:18px;line-height:1.2}.moodboard-card p{margin:6px 0 0;color:var(--muted);line-height:1.5}.moodboard-image-row{display:flex;gap:10px;overflow-x:auto;margin-top:12px;padding-bottom:3px;cursor:grab;overscroll-behavior-x:contain;scrollbar-width:none}.moodboard-image-row::-webkit-scrollbar{display:none}.moodboard-image-row img,.moodboard-upload-tile{width:178px;height:236px;flex:0 0 auto;border-radius:8px}.moodboard-image-row img{border:1px solid #e5e7eb;-o-object-fit:cover;object-fit:cover}.moodboard-upload-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;cursor:pointer;font-size:13px;font-weight:1000}.moodboard-upload-tile svg{width:24px;height:24px}.cabinet-gallery-panel{margin:0 clamp(18px,3vw,34px) clamp(34px,4vw,54px)}.gallery-create-grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,.34fr) auto;gap:12px;align-items:end}.gallery-create-grid .admin-button{margin-top:0;min-height:48px}.gallery-history-list{display:grid;gap:12px;margin-top:18px}.gallery-history-list article{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border-radius:8px;background:#f8fafc;padding:14px}.gallery-history-list span{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:26px;align-items:center;border-radius:999px;background:#dff7ec;color:#0e5e43;padding:4px 9px;font-size:11px;font-weight:1000;text-transform:uppercase}.gallery-history-list h3{margin:8px 0 4px;overflow-wrap:anywhere;font-size:18px;line-height:1.25}.gallery-history-list p,.gallery-history-list small{color:var(--muted);overflow-wrap:anywhere}.gallery-history-list article>div:last-of-type{display:flex;gap:8px}.gallery-history-list article>strong{position:absolute;right:14px;bottom:-10px;border-radius:999px;background:#111827;color:#fff;padding:5px 9px;font-size:11px}.public-moodboard-page{min-height:calc(100vh - 92px);background:#fff;color:#111827;padding:clamp(24px,4vw,58px)}.public-moodboard-hero{max-width:980px;margin:0 auto 28px}.public-moodboard-hero h1{margin:8px 0 0;font-size:clamp(34px,6vw,72px);line-height:.98}.public-moodboard-cards{display:grid;gap:16px;max-width:1180px;margin:0 auto}.public-moodboard-cards article{border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;padding:16px}.public-moodboard-cards article>div:first-child{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start}.public-moodboard-cards span{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#111827;color:#fff;font-weight:1000}.public-moodboard-cards h2{margin:0;font-size:clamp(22px,3vw,34px);line-height:1.08}.public-moodboard-cards p{grid-column:2;margin:8px 0 0;color:#475569;line-height:1.55}.public-moodboard-images{display:flex;gap:10px;overflow-x:auto;margin-top:14px;padding-bottom:3px;scrollbar-width:none}.public-moodboard-images::-webkit-scrollbar{display:none}.public-moodboard-images img{width:220px;height:292px;flex:0 0 auto;border-radius:8px;background:#e5e7eb;-o-object-fit:cover;object-fit:cover}.gallery-selection-page{min-height:calc(100vh - 92px);background:#f8fafc;color:#111827;padding:clamp(16px,2.2vw,30px)}.gallery-selection-top{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.gallery-selection-top h1{margin:4px 0 6px;font-size:clamp(28px,3.2vw,44px);line-height:1}.gallery-selection-top p{margin:0;color:#64748b;font-weight:800}.gallery-selection-list-button{display:grid;grid-template-columns:auto auto;grid-template-areas:"icon count" "text text";min-width:104px;min-height:50px;align-items:center;justify-content:center;-moz-column-gap:8px;column-gap:8px;row-gap:2px;border:0;border-radius:999px;background:#111827;color:#fff;cursor:pointer;padding:9px 15px;font-weight:1000}.gallery-selection-list-button svg{grid-area:icon}.gallery-selection-list-button span{grid-area:text;font-size:10px;line-height:1;opacity:.72;text-transform:uppercase}.gallery-selection-list-button strong{grid-area:count;font-size:18px;line-height:1}.gallery-selection-list-button:disabled{opacity:.42;cursor:default}.gallery-loading-row{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#64748b;font-weight:900}.gallery-spin{width:22px;height:22px;animation:spin .9s linear infinite}.gallery-error{border-radius:8px;background:#fee2e2;color:#991b1b;padding:14px;font-weight:900}.gallery-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.gallery-selection-grid article{overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.gallery-selection-grid article.is-picked{border-color:#0e8f61;box-shadow:0 0 0 2px rgba(14,143,97,.12)}.gallery-selection-photo{display:block;width:100%;aspect-ratio:3/4;border:0;background:#e5e7eb;cursor:zoom-in;padding:0}.gallery-selection-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-selection-actions{display:grid;grid-template-columns:repeat(4,44px);gap:8px;justify-content:space-between;padding:10px 10px 0}.gallery-selection-download,.gallery-selection-icon,.gallery-selection-pick{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#111827;cursor:pointer;padding:8px 10px;font-size:13px;font-weight:1000;white-space:nowrap}.gallery-selection-pick{width:44px;padding:0}.gallery-selection-grid article.is-picked .gallery-selection-pick,.gallery-selection-pick.is-picked{border-color:#0e8f61;background:#0e8f61;color:#fff}.gallery-selection-download,.gallery-selection-icon{width:44px;padding:0}.gallery-selection-icon{position:relative}.gallery-selection-icon span{position:absolute;right:-5px;top:-7px;display:grid;min-width:18px;height:18px;place-items:center;border-radius:999px;background:#111827;color:#fff;font-size:10px;line-height:1}.gallery-selection-icon.is-liked{border-color:#e11d48;background:#fff1f2;color:#e11d48}.gallery-selection-icon.is-liked span{background:#e11d48}.gallery-selection-grid article>p{margin:10px;color:#475569;font-size:13px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.gallery-comment-dialog{position:relative;z-index:1300}.gallery-comment-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.68)}.gallery-comment-shell{position:fixed;inset:0;display:grid;place-items:center;overflow:auto;padding:18px}.gallery-comment-panel{width:min(520px,100%);border-radius:8px;background:#fff;box-shadow:0 22px 80px rgba(15,23,42,.28);padding:16px}.gallery-comment-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.gallery-comment-head h2{margin:0;font-size:24px;line-height:1.1}.gallery-comment-head p{margin:4px 0 0;color:#64748b;font-weight:800;overflow-wrap:anywhere}.gallery-comment-head button{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:1px solid #e5e7eb;border-radius:999px;background:#fff;cursor:pointer}.gallery-comment-preview{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center;margin-bottom:14px}.gallery-comment-preview img{width:96px;height:120px;border-radius:8px;background:#e5e7eb;-o-object-fit:cover;object-fit:cover}.gallery-comment-preview div{display:flex;gap:8px}.gallery-comment-preview span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#f1f5f9;color:#111827;padding:8px 12px;font-weight:1000}.gallery-comment-preview svg{width:18px;height:18px}.gallery-comment-list{display:grid;gap:10px;max-height:260px;overflow:auto;margin-bottom:14px}.gallery-comment-list article,.gallery-comment-list>p{border-radius:8px;background:#f8fafc;padding:10px}.gallery-comment-list header{display:flex;flex-wrap:wrap;gap:4px 10px;align-items:baseline;justify-content:space-between;margin-bottom:3px}.gallery-comment-list strong{color:#111827;font-size:13px}.gallery-comment-list header span{display:inline-flex;align-items:center;gap:8px}.gallery-comment-list time{color:#94a3b8;font-size:12px;font-weight:900}.gallery-comment-list header button{display:grid;width:26px;height:26px;place-items:center;border:0;border-radius:999px;background:#eef2ff;color:#111827;cursor:pointer}.gallery-comment-list header button.is-danger{background:#fee2e2;color:#991b1b}.gallery-comment-list header button:disabled{cursor:default;opacity:.55}.gallery-comment-list header button svg{width:14px;height:14px}.gallery-comment-list p{margin:0;color:#475569;line-height:1.35}.gallery-comment-edit{display:grid;gap:8px}.gallery-comment-edit textarea{width:100%;resize:vertical;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;outline:none;padding:8px}.gallery-comment-edit div{display:flex;gap:8px}.gallery-comment-edit button{min-height:34px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;cursor:pointer;padding:6px 10px;font-size:12px;font-weight:1000}.gallery-comment-edit button:first-child{border-color:#111827;background:#111827;color:#fff}.gallery-comment-edit button:disabled{cursor:default;opacity:.55}.gallery-comment-form{display:grid;gap:8px;margin-bottom:12px}.gallery-comment-form span{color:#475569;font-size:13px;font-weight:900}.gallery-comment-form textarea{width:100%;resize:vertical;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#111827;outline:none;padding:10px}.gallery-comment-form textarea:focus{border-color:#111827;background:#fff}.gallery-selection-pages{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:22px}.gallery-selection-pages button{min-width:40px;min-height:38px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;cursor:pointer;font-weight:1000}.gallery-selection-pages button:disabled{cursor:default;opacity:.72}.gallery-selection-pages button.is-active{border-color:#111827;background:#111827;color:#fff}.gallery-page-button-loader{width:18px;height:18px;animation:spin .9s linear infinite}.gallery-page-loading{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:#64748b;font-size:13px;font-weight:900}.gallery-lightbox,.gallery-selection-drawer{position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.82)}.gallery-lightbox{display:grid;place-items:center;padding:8px}.gallery-lightbox-close{position:absolute;top:10px;right:10px;z-index:2;display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.gallery-lightbox figure{position:relative;display:inline-grid;place-items:center;max-width:98vw;max-height:96vh;margin:0}.gallery-lightbox figure img{max-width:98vw;max-height:96vh;border-radius:8px;-o-object-fit:contain;object-fit:contain}.gallery-lightbox figcaption{position:absolute;left:50%;bottom:78px;z-index:2;display:inline-flex;max-width:calc(100% - 28px);align-items:center;gap:10px;justify-content:center;border-radius:999px;background:rgba(17,24,39,.68);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffff;font-weight:900;text-align:center;padding:6px 12px;transform:translateX(-50%)}.gallery-lightbox figcaption span{flex:0 0 auto;border-radius:999px;background:rgba(255,255,255,.16);padding:3px 8px;line-height:1.1}.gallery-lightbox figcaption strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15}.gallery-lightbox-nav{position:absolute;top:50%;z-index:2;display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;transform:translateY(-50%)}.gallery-lightbox-nav.is-prev{left:10px}.gallery-lightbox-nav.is-next{right:10px}.gallery-lightbox-actions{position:absolute;left:50%;bottom:16px;z-index:2;display:grid;grid-template-columns:repeat(4,44px);gap:8px;border-radius:999px;background:rgba(255,255,255,.94);padding:10px;transform:translateX(-50%)}.gallery-lightbox-actions .gallery-selection-download,.gallery-lightbox-actions .gallery-selection-icon{border:0;background:transparent}.gallery-lightbox-actions .gallery-selection-pick.is-picked{background:rgba(14,143,97,.14);color:#0e8f61}.gallery-lightbox-actions .gallery-selection-icon.is-liked{background:transparent;color:#e11d48}.gallery-lightbox-loading{position:absolute;left:50%;bottom:138px;z-index:3;display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(255,255,255,.94);color:#111827;padding:8px 12px;font-size:13px;font-weight:900;transform:translateX(-50%)}.gallery-selection-drawer{display:flex;align-items:stretch;justify-content:flex-end}.gallery-selection-drawer section{width:min(520px,94vw);overflow:auto;background:#fff;padding:18px}.gallery-selection-drawer section>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.gallery-selection-drawer h2{margin:0;font-size:20px;line-height:1.15}.gallery-selection-drawer section>div button{display:grid;width:38px;height:38px;place-items:center;border:1px solid #e5e7eb;border-radius:999px;background:#fff;cursor:pointer}.gallery-selection-drawer ol{display:grid;gap:12px;margin:0 0 16px;padding:0;list-style:none}.gallery-selection-drawer li{display:grid;gap:8px;color:#111827}.gallery-selection-drawer li p{margin:4px 0 0;color:#64748b}.gallery-selection-drawer-card{display:grid;grid-template-columns:82px minmax(0,1fr);gap:10px;align-items:center}.gallery-selection-drawer-photo{display:block;width:82px;aspect-ratio:3/4;overflow:hidden;border:0;border-radius:8px;background:#e5e7eb;color:#475569;cursor:pointer;padding:0}.gallery-selection-drawer-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-selection-drawer-photo span{display:grid;height:100%;place-items:center;padding:8px;font-size:11px;font-weight:900;overflow-wrap:anywhere}.gallery-selection-drawer-card strong{display:block;color:#111827;font-size:18px;line-height:1.15;overflow-wrap:anywhere}.gallery-selection-drawer-card small{display:block;margin-top:5px;color:#64748b;font-size:12px;font-weight:900}.gallery-selection-drawer-comments{display:grid;gap:8px;margin-left:92px}.gallery-selection-drawer-comments article{border-radius:8px;background:#f8fafc;padding:8px}.gallery-selection-drawer-comments span{display:block;margin-bottom:3px;color:#64748b;font-size:12px;font-weight:900}.gallery-selection-drawer-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(96px,auto);gap:8px;align-items:center}.gallery-selection-copy-button,.gallery-selection-txt-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:6px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;cursor:pointer;padding:8px 12px;font-weight:1000}.gallery-selection-copy-button{background:#111827;color:#fff}.gallery-selection-copy-button.is-copied{border-color:#0e8f61;background:#0e8f61;color:#fff}.gallery-selection-copy-button svg,.gallery-selection-txt-button svg{width:18px;height:18px}@media (max-width:640px){.gallery-selection-top{align-items:center}.gallery-selection-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.gallery-lightbox{padding:12px}.gallery-lightbox figure img{max-height:88vh}.gallery-lightbox figcaption{bottom:74px;gap:8px;max-width:calc(100% - 20px);padding:6px 10px;font-size:13px}.gallery-lightbox-nav{top:auto;bottom:82px;width:44px;height:44px;transform:none}.gallery-lightbox-nav.is-prev{left:12px}.gallery-lightbox-nav.is-next{right:12px}.gallery-lightbox-actions{bottom:12px}.gallery-lightbox-loading{bottom:128px;max-width:calc(100% - 28px);white-space:nowrap}.gallery-selection-drawer-card{grid-template-columns:68px minmax(0,1fr)}.gallery-selection-drawer-photo{width:68px}.gallery-selection-drawer-comments{margin-left:0}.gallery-selection-drawer-actions{grid-template-columns:1fr}}@media (max-width:980px){.booking-compact-grid,.booking-create-grid,.booking-grid,.cabinet-service-grid,.gallery-create-grid,.moodboard-new-card,.my-hub-hero,.my-hub-layout,.portfolio-admin-create,.portfolio-admin-hero,.portfolio-admin-workspace{grid-template-columns:1fr}.my-hub-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-admin-sidebar{position:static;max-height:none}.cabinet-sidebar{position:static}.booking-details-panel{padding-top:14px}}@media (max-width:640px){.booking-hour-slots,.booking-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-section-tabs{gap:22px}.booking-section-tab{min-height:44px;font-size:17px}.booking-bonus-head{align-items:start;flex-direction:column}.booking-bonus-grid{grid-template-columns:1fr}.booking-bonus-item{min-height:190px}.booking-studio-calendar{gap:12px}.booking-studio-calendar .booking-month-tabs{justify-self:start}.booking-calendar,.booking-weekdays{grid-template-columns:repeat(7,minmax(40px,1fr));gap:6px}.booking-calendar{overflow-x:auto;padding-bottom:4px}.booking-calendar button,.booking-calendar-placeholder{width:40px}.booking-calendar button{padding:4px}.booking-calendar b{font-size:16px}.booking-calendar small{font-size:8px}.booking-calendar-dots{gap:3px}.booking-calendar-dots i{width:5px;height:5px}.booking-time-cells{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-time-group-day .booking-time-cells{grid-template-columns:1fr}.booking-time-group-day button{grid-template-columns:auto 14px auto}.booking-time-group-day button small{justify-self:start;grid-column:1/-1}.booking-logo-card{grid-template-columns:1fr}.booking-logo-card .admin-button,.booking-logo-card>div:last-of-type,.booking-sync{width:100%}.portfolio-admin{min-height:calc(100dvh - 78px);padding-inline:12px}.portfolio-admin-panel-head,.portfolio-admin-top{align-items:flex-start;flex-direction:column}.portfolio-admin-form-grid{grid-template-columns:1fr}.portfolio-admin-actions,.portfolio-admin-actions .admin-button{width:100%}.cabinet-section-tabs{padding-inline:12px}.booking-history-wide,.cabinet-gallery-panel,.my-hub-hero,.my-hub-layout,.my-hub-save-panel,.my-hub-service-grid{margin-inline:12px}.booking-grid,.cabinet-service-grid{padding-inline:12px}.my-hub-identity{align-items:flex-start;flex-direction:column}.my-hub-avatar-editor{justify-items:start}.my-hub-avatar-editor,.my-hub-save-panel,.my-hub-service-grid{grid-template-columns:1fr}.my-hub-save-panel .admin-button{width:100%;min-width:0}.gallery-history-list article{grid-template-columns:1fr}}.footer{--footer-cream:#111827;--footer-cream-soft:#12616a;--footer-ink:#f3f4f6;background:var(--footer-ink);color:#111827;padding:68px clamp(22px,4vw,68px) 44px}.footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:44px;max-width:1536px;margin-right:auto;margin-bottom:48px;margin-left:auto}.footer-logo{display:inline-block;width:118px;margin-bottom:22px}.footer-logo-svg{color:#111827}.footer a,.footer p{display:block;margin:0 0 10px;color:#4b5563;font-weight:700;line-height:1.5}.footer h2{margin-bottom:16px;color:#111827;font-size:18px;font-weight:900;line-height:1.1}.footer a:hover{color:var(--footer-cream-soft)}.requisites{max-width:1160px}.footer .requisites{max-width:1536px;margin-right:auto;margin-left:auto;padding-top:28px;border-top:1px solid #d1d5db}.requisites h2{margin-bottom:24px;font-size:clamp(24px,3vw,36px)}.requisites dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 40px;margin:0}.requisites div{display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);gap:18px}.requisites dt{color:var(--muted);font-weight:700}.requisites dd{margin:0;color:#111;font-weight:700}.footer .requisites h2{color:#111827;font-weight:900}.footer .requisites dt{color:#6b7280}.footer .requisites dd{color:#111827}.legal-page{background:#fff}.legal-hero{padding:clamp(70px,9vw,128px) clamp(22px,4vw,68px);background:linear-gradient(120deg,#fff 0 58%,var(--theme-bg) 58% 100%)}.legal-hero h1{max-width:980px}.legal-hero .lead{max-width:820px}.legal-content{width:min(980px,calc(100% - 44px));margin:0 auto;padding:clamp(54px,7vw,96px) 0 clamp(70px,9vw,124px)}.legal-content h2{margin-top:42px;margin-bottom:14px;font-size:clamp(26px,3vw,38px);line-height:1.12}.legal-content li,.legal-content p{color:#4b5563;font-size:18px;line-height:1.78}.legal-content a{color:var(--theme-ink);font-weight:900;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--theme-strong) 58%,transparent);text-decoration-thickness:2px;text-underline-offset:5px}.legal-content ul{display:grid;gap:10px;margin:0 0 24px;padding-left:22px}.cookie-notice{position:fixed;right:clamp(14px,3vw,32px);bottom:clamp(14px,3vw,32px);left:clamp(14px,3vw,32px);z-index:120;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;max-width:1120px;margin:0 auto;border:1px solid #d1d5db;border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 24px 80px rgba(17,24,39,.18);padding:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cookie-notice p{margin:0;color:#4b5563;font-size:14px;font-weight:800;line-height:1.5}.cookie-notice a{color:#12616a;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.cookie-notice button{min-height:46px;border:0;border-radius:8px;background:#111827;color:#fff;cursor:pointer;padding:12px 22px;font-size:14px;font-weight:900}.requisites-compact{max-width:none}.requisites-compact h2{font-size:20px}.requisites-compact dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 28px}.requisites-compact div{grid-template-columns:1fr;gap:2px}.requisites-compact dd,.requisites-compact dt{font-size:13px}@media (max-width:1100px){.main-nav{gap:24px;font-size:14px}.hero,.service-fashion-hero{grid-template-columns:1fr}.service-fashion-hero{background:#fff}.studio-booking-section,.studio-rental-hero{grid-template-columns:1fr}.studio-rental-hero{min-height:auto;background:#fff}.studio-rental-hero-photo{min-height:460px}.studio-project-mission{grid-template-columns:1fr;align-items:start}.studio-rental-page .service-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-product-page .service-fashion-hero{background:linear-gradient(135deg,rgba(246,239,226,.98) 0,rgba(246,239,226,.98) 58%,rgba(214,204,183,.98) 58%),var(--product-cream-soft)}.service-hero-number{justify-self:start;font-size:150px}.service-directory-row,.service-editorial-columns,.service-faq-grid,.service-icon-grid,.service-icon-grid-3,.service-icon-grid-5,.service-manifest,.service-next-step,.service-numbered-grid,.service-pill-grid,.service-price-grid,.service-proof-grid,.service-related-grid,.studio-rental-cards,.studio-rental-cards-4,.studio-rental-cards-6,.studio-rental-result-grid,.studio-rental-shell{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-rental-cards-1,.studio-rental-formats-shell{grid-template-columns:1fr}}@media (max-width:920px){.header-inner{grid-template-columns:auto 1fr auto;min-height:78px;padding-inline:28px}.brand{width:96px}.main-nav{display:none}.mobile-menu-button{display:inline-flex;justify-self:end;align-items:center;justify-content:center}.mobile-menu{display:grid;gap:4px;max-height:calc(100dvh - 78px);overscroll-behavior:contain;overflow-y:auto;padding:24px 28px max(96px,calc(env(safe-area-inset-bottom) + 72px));background:#fff;-webkit-overflow-scrolling:touch}.mobile-menu-link{position:relative;width:100%;border:0;background:transparent;color:#111827;cursor:pointer;padding:14px 0;text-align:left;font-size:20px;font-weight:800;text-transform:lowercase}.mobile-menu-link:after{position:absolute;left:0;bottom:8px;width:100%;height:1px;background:#000;content:"";transform:scaleX(0);transform-origin:left center;transition:transform .24s ease}.mobile-menu-link.active:after,.mobile-menu-link:focus-visible:after,.mobile-menu-link:hover:after{transform:scaleX(1)}.mobile-services-disclosure{display:grid}.mobile-services-button{display:flex;align-items:center;justify-content:space-between;gap:18px}.mobile-services-button:after{display:none}.mobile-services-button svg{flex:0 0 auto;transition:transform .22s ease}.mobile-services-button svg[data-open=true]{transform:rotate(180deg)}.mobile-menu-services{display:grid;gap:2px;padding:10px 0 18px}.mobile-menu-service{position:relative;display:grid;gap:2px;padding:10px 0 10px 18px;color:#111827;text-transform:lowercase}.mobile-menu-service span{font-weight:800}.mobile-menu-service small{color:var(--muted)}.mobile-menu-link:before{display:none}.mobile-booking-link{display:inline-flex;align-items:center;gap:10px}.mobile-menu-service.active:before{transform:scaleY(1)}.hero,.section{padding-inline:22px}.cards-three,.footer-top,.hero-benefits,.info-grid,.requisites dl,.requisites-compact dl,.service-directory-row,.service-editorial-columns,.service-faq-grid,.service-icon-grid,.service-icon-grid-3,.service-icon-grid-5,.service-manifest,.service-next-step,.service-numbered-grid,.service-pill-grid,.service-price-grid,.service-proof-grid,.service-related-grid,.split,.steps,.studio-rental-cards,.studio-rental-cards-4,.studio-rental-cards-6,.studio-rental-result-grid,.studio-rental-shell{grid-template-columns:1fr}.service-hero-number{font-size:118px}.service-product-page .service-fashion-hero h1{font-size:clamp(40px,8.6vw,68px)}.service-product-page .service-flow article{grid-template-columns:1fr;gap:12px}.legal-hero,.service-editorial-section,.service-fashion-hero,.service-flow-section,.service-manifest,.service-next-step,.service-related-section,.studio-booking-section,.studio-faq-section,.studio-rental-hero,.studio-rental-section{padding-inline:22px}.studio-rental-card{min-height:210px}.studio-rental-page .studio-rental-missing-section .service-pill-grid article.is-highlighted,.studio-rental-page .studio-rental-top-stack .service-pill-grid article.is-highlighted{grid-column:auto}.studio-rental-filters{order:0}.studio-rental-result{min-height:190px}.studio-rental-format-panel,.studio-rental-formats-shell{grid-template-columns:1fr}.studio-rental-format-tabs{display:flex;max-width:100%}.studio-rental-format-tabs button{flex:0 0 auto}.studio-rental-format-price{align-content:start}.studio-booking-calendar{box-shadow:none}.studio-rental-page .service-price-grid{grid-template-columns:1fr}.home-visual-code{min-height:260px;justify-items:start}.home-visual-code>span:first-child{font-size:150px}.home-rental-panel{min-height:auto}.home-rental-options{grid-template-columns:1fr}.service-directory-row{gap:18px}.service-directory-row strong{white-space:normal}.service-faq-grid article,.service-icon-grid article,.service-numbered-grid article,.service-price-grid article,.service-related-grid a{padding:22px}.service-pill-grid article{padding:20px}.service-proof-grid article{grid-template-rows:minmax(180px,auto) auto}.service-proof-visual{min-height:180px}.service-next-step-card{padding:24px}.cookie-notice{grid-template-columns:1fr}.cookie-notice button{width:100%}.portfolio-cover-panel{justify-content:flex-start}.portfolio-cover-panel img{width:100%;height:auto;max-height:70vh}.marketplace-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.header-inner{padding-inline:28px}h1{font-size:42px}.lead{font-size:20px}.service-product-page .service-fashion-hero{padding-top:52px;padding-bottom:56px}.service-product-page .service-fashion-hero h1{font-size:38px}.service-product-page .service-fashion-hero .lead{font-size:16px}.studio-rental-hero{padding-top:42px}.studio-rental-hero h1{margin-bottom:22px;font-size:34px}.studio-rental-hero-points{gap:15px}.studio-rental-hero-point{grid-template-columns:28px minmax(0,1fr);gap:10px}.studio-rental-hero-point>svg{width:25px;height:25px}.studio-rental-hero-point strong{font-size:22px}.studio-rental-hero-project small{font-size:14px}.studio-project-mission{padding-top:8px}.studio-project-mission h2{font-size:34px;line-height:.98}.studio-project-mission p{font-size:16px}.studio-rental-bonus-ladder article{grid-template-columns:1fr;gap:6px}.studio-rental-bonus-dots{grid-template-columns:repeat(7,92px);margin-inline:-2px}.booking-bonus-card{grid-template-columns:1fr}.booking-bonus-card>span{width:-moz-fit-content;width:fit-content}.studio-rental-hero-photo{min-height:340px}.studio-rental-hero-photo figcaption{right:10px;bottom:10px;left:10px;padding:12px}.studio-booking-month{display:grid;gap:12px}.studio-booking-month-tabs{width:-moz-fit-content;width:fit-content;max-width:100%;overflow-x:auto}.studio-booking-calendar{padding:12px}.studio-booking-popover{width:min(360px,calc(100vw - 28px));padding:12px}.studio-booking-time-cells{grid-template-columns:repeat(4,minmax(0,1fr))}.simple-service-grid{grid-template-columns:1fr}.simple-service-steps article{grid-template-columns:1fr;gap:8px}.studio-booking-grid,.studio-booking-weekdays{gap:6px}.studio-booking-day{min-height:0;padding:0}.studio-booking-day b{font-size:15px}.studio-booking-dots{right:16%;bottom:18%;left:16%;gap:3px}.studio-booking-dots i{width:6px;height:6px}.studio-faq-list summary{padding-right:48px;font-size:17px}.studio-faq-list summary:after,.studio-faq-list summary:before{width:22px}.studio-backstage-section{padding-inline:10px}.studio-media-play{inset:50% auto auto 50%;width:50px;height:50px;transform:translate(-50%,-50%)}.studio-media-play:before{border-top-width:8px;border-bottom-width:8px;border-left-width:12px}.studio-media-meta{min-height:22px;padding-inline:7px;font-size:10px}.home-rental-panel{padding:18px}.home-rental-mark{display:grid;justify-content:start;gap:8px}.home-rental-address{font-size:14px}.home-rental-options a{grid-template-columns:30px minmax(0,1fr);min-height:auto;padding:14px}.home-rental-options svg{width:30px;height:30px;padding:7px}.home-rental-steps article{grid-template-columns:38px minmax(0,1fr)}.check-list li,.hero-benefits li{font-size:16px}.requisites div{grid-template-columns:1fr;gap:4px}.portfolio-showcase-controls{padding:10px 12px}.portfolio-showcase-controls button{flex:1 1 100%}.marketplace-showcase{padding-inline:10px}.marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.marketplace-card-body{padding-inline:9px}.marketplace-price-row strong{font-size:16px}.marketplace-buy{font-size:13px}}