:root{--ink:#263e35;--muted:#788078;--paper:#fafaf6;--surface:#fff;--line:#e5e8df;--brand:#2d5147;--sand:#e9e7dc;--serif:Georgia,"Times New Roman",serif;--sans:"DM Sans","Noto Sans Arabic",Arial,sans-serif;--shadow:0 12px 60px #283a3020;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{background:var(--paper);color:var(--ink);font:14px/1.6 var(--sans);-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4,p{margin:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.045em;line-height:1.15}h1{font-size:44px}h2{font-size:32px}h3{font-size:17px;line-height:1.4;font-weight:600}h4{font-size:14px}p{color:var(--muted);margin:10px 0 18px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit;transition:background .18s,transform .18s,box-shadow .18s}button:disabled{cursor:not-allowed;opacity:.5}a:focus-visible,button:focus-visible{outline:3px solid #b0baa1;outline-offset:4px}input,select,textarea{display:block;width:100%;border:1px solid #dfe4da;border-radius:7px;padding:11px 13px;background:#fff;color:var(--ink);outline:none;min-width:0;transition:border .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:#839e8e;box-shadow:0 0 0 3px #d6e1d650}textarea{resize:vertical;line-height:1.65}input[type=checkbox],input[type=radio]{accent-color:var(--brand);display:inline-block;width:16px;height:16px;flex-shrink:0;margin:0}input[type=color]{height:42px;width:60px;padding:4px}input[type=range]{padding:0;border:0;accent-color:var(--brand)}input::placeholder,textarea::placeholder{color:#a1a69f}select{cursor:pointer}label{display:block;color:#59675d;font-size:12px;font-weight:500}label>input,label>select,label>textarea{margin-top:6px}small{font-size:11px;color:var(--muted)}pre{white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.7 var(--sans)}fieldset{border:0;padding:0;margin:0;min-width:0}img{max-width:100%;height:auto}svg{flex-shrink:0}ul{padding-inline-start:20px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:43px;padding:11px 18px;border-radius:7px;font-size:12px;font-weight:550;line-height:1.5;white-space:nowrap}.primary{background:var(--brand);color:white;border:1px solid var(--brand)}.primary:hover:not(:disabled){filter:brightness(1.12);box-shadow:0 4px 15px #2d514725;transform:translateY(-1px)}.secondary{border:1px solid #dbe1d6;background:white}.secondary:hover:not(:disabled){background:#f1f4ec}.text-button{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:550;padding:5px 0}.text-button:hover{text-decoration:underline;text-underline-offset:4px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px}.icon-button:hover{background:#e7ece3}.danger{color:#a45441}.eyebrow{display:block;font-size:9px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;color:#7d887b;line-height:1.6}.badge{background:#f0f2eb;border:1px solid #e2e7dc;border-radius:4px;padding:4px 8px;font-size:9px;color:#607258;line-height:1.4;letter-spacing:.2px}.badge,.status{display:inline-flex;align-items:center}.status{font-size:10px;gap:5px;background:#f5eddf;color:#9a7c3c;padding:4px 9px;border-radius:20px;white-space:nowrap}.status:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor}.status.ready{color:#3e775b;background:#edf4e8}.notice{padding:15px 18px;border:1px solid #e8dcc4;border-radius:7px;background:#fff9ed;color:#887349;font-size:12px;margin:16px 0;white-space:pre-line}.notice.error,.toast.error{background:#fff3ef;border-color:#efcbbf;color:#9b4c39}.notice button{margin-inline-end:12px}.warning{color:#aa7940}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);z-index:250;max-width:min(620px,90vw);background:#293f35;color:white;border:1px solid #44634d;box-shadow:var(--shadow);padding:16px 22px;border-radius:9px;font-size:13px;display:flex;align-items:center;gap:12px}.toast button{flex-shrink:0}.panel{background:white;border:1px solid var(--line);border-radius:11px;padding:28px;margin-bottom:22px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.section-heading h2{font-size:28px;margin-top:7px}.section-heading p{margin-bottom:0;max-width:580px;font-size:13px}.section-heading h3{margin:0}.inline-actions{display:flex;align-items:center;gap:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.field{margin-bottom:18px}.field>span{display:block;margin-bottom:6px}.check{display:flex;align-items:flex-start;gap:10px;margin:14px 0;font-size:12px;line-height:1.6;font-weight:400;cursor:pointer}.check input{margin-top:2px}.check small{display:block;font-size:10px;line-height:1.5;margin-top:3px}.approval{padding:16px;background:#f1f5ed;border:1px solid #dfe8d6;border-radius:7px}.check-list{max-height:400px;overflow:auto}.check-list .check{padding:10px 0;border-bottom:1px solid var(--line)}.small-muted{font-size:11px;color:var(--muted);display:block}.empty-state{min-height:210px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px;gap:9px;background:#f6f7f1;border:1px dashed #dfe5d7;border-radius:9px}.empty-state p{max-width:390px;font-size:13px;margin:0 0 10px}.empty-state>svg{color:#8da285}.spin{animation:spin 1.5s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.app-shell{display:flex;min-height:100vh}.sidebar{overflow-y:auto;overscroll-behavior-y:contain;position:fixed;inset:0 auto 0 0;width:235px;padding:34px 21px 22px;background:#f2f4ec;border-right:1px solid #e2e7da;display:flex;flex-direction:column;z-index:50}.wordmark{display:flex;align-items:center;gap:9px;font-size:26px;letter-spacing:-1.5px;line-height:1}.monogram{font-family:var(--serif);font-size:40px;line-height:1;color:#2e5141;letter-spacing:-5px;padding-right:6px}.wordmark small{display:block;font-family:var(--sans);font-size:6px;font-weight:600;letter-spacing:2.2px;margin-top:7px}.workspace-switch{display:flex;align-items:center;gap:9px;border:1px solid #dee4d6;background:#fff9;border-radius:8px;padding:11px 9px;margin:37px 0 34px;text-align:left}.workspace-avatar{width:29px;height:32px;display:grid;place-items:center;background:#dfe6d7;border-radius:5px;font-family:var(--serif);font-size:19px}.workspace-switch strong{display:block;font-size:11px;font-weight:600}.workspace-switch small{font-size:8px;display:block}.workspace-switch>svg{margin-left:auto;width:12px}.nav-caption{font-size:8px;letter-spacing:1.7px;color:#95a08e;margin:0 10px 15px}.sidebar nav button{display:flex;align-items:center;text-align:left;width:100%;gap:13px;padding:12px 13px;border-radius:7px;font-size:12px;margin:4px 0;color:#75816d}.sidebar nav button.active{background:#e1e8d7;color:#2e503d}.sidebar nav button:hover{background:#e8edde}.sidebar nav button span{margin-left:auto;border:1px solid #cdd9c2;padding:0 5px;border-radius:4px;font-size:10px}.sidebar-inspiration{margin-top:auto;padding:55px 13px 40px}.little-star{font-size:30px;font-weight:400;color:#859575}.sidebar-inspiration h3{font-family:var(--serif);font-size:21px;font-weight:400;line-height:1.3;letter-spacing:-.5px;margin-top:10px}.sidebar-inspiration p{font-size:10px;line-height:1.8;max-width:160px;margin:13px 0 0;color:#89927f}.sidebar-bottom{border-top:1px solid #dfe5d7;padding-top:17px}.sidebar-bottom button{display:flex;align-items:center;width:100%;padding:10px;gap:10px;font-size:10px;color:#7e8b72}.sidebar-bottom>small{display:block;font-size:7px;letter-spacing:1.7px;padding:25px 10px 0;color:#abb39f}.connection-dot{height:5px;width:5px;border-radius:50%;background:#bfb398;margin-left:auto}.connection-dot.on{background:#639567}.workspace-main{margin-left:235px;width:calc(100% - 235px);min-width:0}.demo-banner{font-size:9px;color:#8e8c71;padding:8px 40px;background:#f7f3e8;border-bottom:1px solid #ede8d9;letter-spacing:.2px;display:flex;gap:12px}.demo-banner span{font-size:8px;font-weight:650;letter-spacing:1px}.dashboard,.library-page,.settings-page{padding:43px 48px;max-width:1600px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:35px}.page-heading h1{margin:11px 0 16px;line-height:1.09}.page-heading p{font-size:12px;margin-bottom:0}.page-heading>.primary{align-self:center}.dashboard-feature{display:grid;grid-template-columns:1fr 1fr;background:#e9ece0;border:1px solid #dfe5d3;border-radius:11px;overflow:hidden;min-height:320px}.dashboard-feature>div:first-child{padding:39px 38px}.dashboard-feature h2{font-size:34px;line-height:1.14;margin:14px 0 12px}.dashboard-feature p{font-size:12px;line-height:1.8;color:#7f8975}.dashboard-feature .text-button{margin-top:8px;font-size:11px}.feature-art{position:relative;background:radial-gradient(ellipse at 60% 45%,#e7e4d1,#dce3d2);display:flex;align-items:center;justify-content:center;overflow:hidden}.feature-art>.diagram{width:115%;height:100%;min-height:340px;opacity:.8;transform:translateY(-10px)}.feature-art .diagram text{display:none}.floating-note{position:absolute;bottom:39px;left:27px;background:#fffdf1eb;box-shadow:0 6px 24px #64725115;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 17px;display:flex;align-items:center;gap:12px;border-radius:6px;border:1px solid #fff}.note-icon{width:30px;height:30px;background:#ebefd9;display:grid;place-items:center;border-radius:50%;color:#63804f}.floating-note strong{font-size:10px;display:block;font-weight:550}.floating-note small{font-size:8px;display:block;color:#8c9581}.feature-index{position:absolute;right:24px;top:24px;font-size:8px;letter-spacing:1.2px;color:#899477}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);margin:30px 0 37px;padding:21px 0}.dashboard-stats>div{display:flex;align-items:center;gap:11px;padding:0 27px;border-left:1px solid var(--line)}.dashboard-stats>div:first-child{border-left:0;padding-left:0}.dashboard-stats>div:last-child{padding-right:0}.dashboard-stats svg{color:#92a184;width:16px}.dashboard-stats span{font-size:11px;color:#838c7d}.dashboard-stats strong{font-weight:400;font-family:var(--serif);font-size:27px;margin-left:auto}.dashboard-projects-heading{margin-bottom:20px}.dashboard-projects-heading h2{font-size:26px}.filter-tabs{display:flex;gap:20px;margin-top:14px}.filter-tabs button{font-size:10px;padding:0 0 9px;color:#8d9586;border-bottom:1px solid transparent}.filter-tabs button.active{border-color:#455d3f;color:#455d3f}.search{position:relative;display:flex;align-items:center;gap:8px;width:220px}.search svg{position:absolute;left:12px;color:#9ca790}.search input{font-size:10px;padding:11px 12px 11px 37px;background:transparent}.proposal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.proposal-card{display:block;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:white;text-align:left;padding:0}.proposal-card:hover{box-shadow:0 12px 30px #283a3010;transform:translateY(-3px)}.proposal-cover{position:relative;height:185px;background:#edf0e7;overflow:hidden}.proposal-cover img,.proposal-cover>.diagram{width:100%;height:100%;object-fit:cover}.proposal-cover .diagram text{display:none}.proposal-cover>.status{position:absolute;left:13px;top:13px;border:1px solid #fffd;background:#fffc;font-size:8px}.proposal-open{position:absolute;bottom:14px;right:13px;border-radius:50%;display:grid;place-items:center;background:#fff9;width:29px;height:29px}.proposal-card-body{padding:20px}.proposal-card .eyebrow{font-size:7px;letter-spacing:1px}.proposal-card h3{font-family:var(--serif);font-weight:400;font-size:21px;letter-spacing:-.5px;margin:9px 0 2px}.proposal-card p{font-size:10px;margin:5px 0 18px}.proposal-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:13px;gap:7px}.proposal-card-footer strong{font-size:11px;font-weight:550}.proposal-card-footer span{font-size:8px;color:#939c8a}.new-proposal-card{display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px dashed #d9dfd0;border-radius:9px;background:#f6f7f1;min-height:325px}.new-proposal-card:hover{background:#eff2e8}.new-proposal-card>span{display:grid;place-items:center;width:45px;height:45px;border:1px solid #dfe6d5;border-radius:50%;margin-bottom:17px;color:#879979}.new-proposal-card h3{font-family:var(--serif);font-size:20px;font-weight:400}.new-proposal-card p{font-size:10px}.dashboard-footer{margin-top:60px;padding-top:22px;border-top:1px solid var(--line);color:#a5ad9c;font-size:9px;display:flex;justify-content:space-between}.dashboard-footer span{font-size:7px;letter-spacing:1.5px}.mobile-nav-toggle{display:none}.library-page .page-heading h1,.settings-page .page-heading h1{font-size:40px}.library-summary{display:flex;align-items:center;gap:40px;padding:24px 28px;background:#eef1e7;border:1px solid #e0e6d5;border-radius:8px;margin-bottom:28px}.library-summary>div{display:flex;align-items:center;gap:10px}.library-summary strong{font:28px var(--serif)}.library-summary span{font-size:10px;color:#85927b}.library-summary>.text-button{margin-left:auto;font-size:10px}.library-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.segmented{display:flex;border:1px solid #e1e6d9;border-radius:7px;padding:4px;background:#f0f3e9;gap:4px}.segmented button{font-size:11px;border-radius:4px;padding:8px 14px;color:#86927a}.segmented button.active{background:white;box-shadow:0 1px 4px #37452b13;color:#3c5835}.library-layout{display:grid;grid-template-columns:185px 1fr;gap:26px}.family-list{display:flex;flex-direction:column;gap:4px;align-self:start;position:sticky;top:24px}.family-list button{display:flex;align-items:center;gap:9px;text-align:left;padding:11px 9px;font-size:10px;border-radius:6px;color:#88937d;line-height:1.4}.family-list button span:last-child{font-size:9px;margin-left:auto}.family-list button.active{background:#e8ede0;color:#3d5834}.family-list button:hover{background:#eef2e7}.family-dot{height:7px;width:7px;border-radius:3px;flex-shrink:0}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.service-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.service-art{height:125px;position:relative;background:#f1f3ec;overflow:hidden}.service-art>.diagram{height:100%;width:100%}.service-art .diagram text{display:none}.service-art>.badge{position:absolute;top:10px;right:10px;background:#ffffffe0;font-size:8px}.service-card-body{padding:18px}.service-card .eyebrow{font-size:6.5px;letter-spacing:.9px;min-height:20px}.service-card h3{font-size:14px;line-height:1.4;min-height:20px}.service-card p{font-size:10px;line-height:1.7;margin:10px 0 17px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:50px}.service-card-footer{display:flex;align-items:center;gap:5px;border-top:1px solid var(--line);padding-top:10px;flex-wrap:wrap}.service-card-footer .small-muted{font-size:8px}.service-card-footer>.text-button{font-size:9px;margin-left:auto}.service-card-footer>.status{font-size:8px}.service-card-footer .icon-button{width:24px}.packages{margin-top:35px}.package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.package-card{border:1px solid #e0e6d8;border-radius:8px;padding:23px;background:#f5f7f0;display:flex;flex-direction:column;text-align:left;gap:10px}.package-card svg{color:#93a181}.package-card h3{font-size:14px}.package-card p{font-size:11px;margin:0}.package-card small{font-size:9px}.package-card:hover{background:#e9efdf}.settings-brand{display:grid;grid-template-columns:1.4fr 1fr;gap:40px}.settings-brand h2{font-size:29px}.settings-brand>div>p{font-size:12px;margin-bottom:24px}.brand-sample{min-height:370px;align-self:stretch;background:#efeee4;color:var(--brand);padding:35px;display:flex;flex-direction:column;justify-content:center;border-radius:4px}.brand-sample h2{font-size:52px;color:var(--brand);margin:28px 0 18px}.brand-sample p{font-size:11px;max-width:240px}.brand-sample .eyebrow,.brand-sample p{color:var(--brand)}.brand-sample img{margin-bottom:20px;max-height:60px;width:auto;object-fit:contain;align-self:start}.sample-rule{width:35px;height:1px;background:var(--brand);margin:25px 0}.brand-sample small{font-size:8px;letter-spacing:1.2px;color:var(--brand);display:flex;align-items:center;justify-content:space-between}.color-input{display:flex;align-items:center;gap:10px}.color-input code{font-size:11px}.invite-form{display:flex;align-items:end;gap:14px;margin-top:24px}.invite-form .field{flex:1 1;margin-bottom:0}.invite-form .primary,.invite-form .secondary{margin-bottom:0}.members{margin-top:25px}.members>div{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.members>div>span:first-child{font-size:12px;flex:1 1}.members .badge{font-size:9px}.share-receipt{padding:20px;background:#edf4e6;border:1px solid #d5e3c9;border-radius:8px;margin-top:20px}.share-receipt p{font-size:11px}.share-receipt input{font-size:10px;margin:15px 0}.share-receipt .text-button{margin-top:12px}.share-receipt h3{font-family:var(--serif);font-weight:400;font-size:24px}.share-receipt button{width:100%}.editor-heading{display:flex;align-items:center;justify-content:space-between;padding:25px 40px 27px;background:#fdfdf8;gap:20px}.editor-heading h1{font-size:32px;margin:10px 0 6px}.editor-heading .text-button{font-size:10px;color:#84917a}.editor-customer{font-size:11px;color:#91a087}.editor-actions{display:flex;align-items:center;gap:10px}.save-state{display:inline-flex;align-items:center;gap:4px;font-size:9px;color:#8e9a82;margin-right:12px;white-space:nowrap}.save-state.error{color:#a45441}.editor-tabs{display:flex;gap:7px;border-block:1px solid var(--line);padding:0 35px;overflow:auto;white-space:nowrap;background:#fff;position:sticky;top:0;z-index:20}.editor-tabs button{padding:17px 12px;font-size:11px;border-bottom:2px solid transparent;color:#8d9784;display:flex;gap:8px;align-items:center}.editor-tabs button span{font-size:8px;color:#b6bcac}.editor-tabs button.active{color:#3b603c;border-color:#3b603c}.editor-tabs button.active span{color:#6e865e}.editor-content{padding:34px 40px 60px;max-width:1500px;margin:auto}.editor-content>h2{font-size:33px}.editor-content .section-heading{margin-bottom:30px}.brief-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:28px}.brief-layout>div>h2{margin-top:12px;font-size:29px}.brief-layout>div>p{font-size:12px;margin:13px 0 25px}.brief-layout .panel{padding:24px}.brief-layout .panel .section-heading{margin-bottom:15px}.brief-card{background:#ecf0e3;border:1px solid #dfe7d2;border-radius:10px;padding:30px;align-self:start;position:sticky;top:95px}.brief-card h2{margin:15px 0 25px;font-size:31px}.brief-card textarea{background:#fdfef8}.brief-card .approval{background:#e4ecd9;border-color:#d4dfc6;font-size:11px}.brief-card .primary{margin-top:10px;width:100%}.service-scope{padding:0;overflow:hidden}.service-scope summary{list-style:none;display:flex;align-items:center;gap:13px;padding:20px 23px;cursor:pointer}.service-scope summary::-webkit-details-marker{display:none}.service-scope summary>svg{margin-left:auto}.service-scope[open] summary>svg{transform:rotate(90deg)}.service-scope summary strong{display:block;font-size:13px;font-weight:550}.service-scope summary small{display:block;font-size:9px;margin-top:4px}.service-initial{font-family:var(--serif);font-size:24px;display:grid;place-items:center;width:40px;height:40px;background:#eef3e5;border-radius:5px;color:#91a37c}.service-scope>.form-grid,.service-scope>.text-button,.service-scope>small{margin:0 23px 20px}.service-scope>small{display:block}.service-scope ul{font-size:11px;color:#8a9680}.scope-questions{border-top:1px solid var(--line);padding-top:20px}.estimate-table{border:1px solid var(--line);border-radius:9px;background:white;overflow:hidden;margin-top:25px}.estimate-row,.estimate-table-head{display:grid;grid-template-columns:minmax(230px,2.8fr) minmax(80px,1fr) minmax(90px,1fr) minmax(105px,1fr) 65px;align-items:center;gap:10px;padding:18px 20px}.estimate-table-head{background:#f1f4e9;font-size:8px;letter-spacing:1px;color:#92a084}.estimate-row{border-top:1px solid var(--line);font-size:10px;min-height:105px}.estimate-row>strong{font-size:11px;font-weight:500}.estimate-row>span{color:#919b85}.estimate-name{display:flex;align-items:center;gap:12px;text-align:left;padding:0}.estimate-name:hover strong{text-decoration:underline}.estimate-name .eyebrow{font-size:7px;letter-spacing:.7px}.estimate-name strong{display:block;font-size:12px;font-weight:550;margin:4px 0}.estimate-name small{font-size:8px;line-height:1.3;display:block}.estimate-thumb{width:48px;height:50px;background:#f2f3eb;border-radius:5px;flex-shrink:0;overflow:hidden}.estimate-thumb>.diagram{height:100%;width:100%}.estimate-thumb .diagram text{display:none}.row-actions{display:flex}.row-actions .icon-button{width:28px;color:#a6b096}.estimate-footer{display:flex;align-items:center;justify-content:space-between;padding:25px 7px}.estimate-footer>span{font-size:10px;color:#95a18a}.estimate-footer>div{text-align:right;display:flex;flex-direction:column;gap:5px}.estimate-footer>div>span{font-size:10px;color:#859277}.estimate-footer>div>strong{font:27px var(--serif)}.estimate-footer small{font-size:9px}.add-services{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.add-services button{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#f5f7ef;border:1px solid #e0e7d6;border-radius:7px;text-align:left}.add-services button:hover{background:#e6efdc}.add-services strong{font-size:12px;display:block}.add-services small{font-size:9px;display:block;margin-top:6px}.visual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:25px 0 35px}.visual-card{padding:0;background:white;border:1px solid var(--line);border-radius:9px;overflow:hidden;text-align:left}.visual-card>.diagram,.visual-card>img{display:block;width:100%;height:170px;object-fit:cover}.visual-card>div{padding:20px}.visual-card h3{margin:8px 0 10px;font-size:14px}.visual-card .eyebrow{font-size:8px}.visual-card .status{font-size:9px}.visual-card:hover{box-shadow:0 5px 25px #3b503110}.room-composer{display:grid;grid-template-columns:1fr 1fr;gap:32px}.room-composer h2{margin-top:12px}.room-composer p{font-size:12px}.room-composer>div>h3{margin-top:12px}.room-composer .primary{margin:20px 0 12px}.room-composer .notice{font-size:11px}.room-source{border-radius:8px;max-height:250px;object-fit:cover}.cover-preview{height:230px;position:relative;border-radius:8px;overflow:hidden;margin-bottom:25px}.cover-preview img{width:100%;height:100%;object-fit:cover}.cover-preview button{position:absolute;bottom:15px;right:15px}.scene-editor h4{margin:25px 0 15px}.scene-editor .scene-image{margin-bottom:22px}.pin-editor{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:8px 0}.pin-editor .field{margin:0}.story-intro{padding:45px;background:#e9eee0;border-color:#dce5d2}.story-intro h2{margin-top:18px;font-size:36px}.story-intro p{font-size:13px;max-width:520px;margin:20px 0 25px}.story-draft{max-width:740px;margin:40px auto;font-size:15px}.story-draft h2{margin:25px 0 20px}.story-draft blockquote{font:30px/1.4 var(--serif);color:#6f845e;border-left:2px solid #a4b28f;padding-left:22px}.milestone-editor{display:grid;grid-template-columns:45px 1fr 30px;gap:20px}.milestone-marker{font:25px var(--serif);color:#91a282;padding-top:21px}.milestone-editor .form-grid .form-grid{gap:14px}.calculation-preview{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#eff4e6;border-radius:7px;margin:20px 0}.calculation-preview strong{font-size:18px;font-weight:500}.publish-layout{display:grid;grid-template-columns:1.45fr 1fr;gap:35px}.publish-layout>div>h2{font-size:35px;margin-top:15px}.publish-layout>div>p{font-size:12px;margin:18px 0 24px}.publish-review{border:1px solid #dbe3d2;border-radius:10px;background:#edf2e6;padding:32px;align-self:start;position:sticky;top:90px}.review-icon{width:55px;height:55px;border:1px solid #dce5d0;background:#e6eedb;border-radius:50%;display:grid;place-items:center;color:#8fa37b;margin-bottom:30px}.publish-review h2{font-size:31px;margin-top:10px}.review-total{font:25px var(--serif);color:#728b5e;padding:22px 0;border-bottom:1px solid #dbe5d0}.publish-review ul{font-size:11px;color:#7f8e72;line-height:1.7;margin:25px 0;max-height:350px;overflow:auto}.publish-review li{padding-bottom:8px}.publish-review>p{font-size:12px;margin:24px 0}.publish-review>.primary{width:100%;margin-top:10px}.publish-review>small{display:block;text-align:center;font-size:9px;line-height:1.7;margin:15px 0 0}.version-row{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.version-row>div{flex:1 1}.version-row strong{font-size:11px;display:block}.version-row small{font-size:9px;display:block;margin-top:3px}.version-row .text-button{font-size:10px}.version{font-size:9px;border:1px solid #dee5d7;padding:4px 8px;border-radius:4px;color:#809271}.response-card{padding:20px 0;border-bottom:1px solid var(--line)}.response-card h4{margin:13px 0 5px}.response-card p{font-size:12px;white-space:pre-wrap}.job-card{border-bottom:1px solid var(--line);padding:20px 0}.job-card summary{cursor:pointer;display:flex;align-items:center;gap:20px}.job-card summary strong{text-transform:capitalize;font-size:12px}.job-card summary small{margin-left:auto}.modal-backdrop{position:fixed;inset:0;background:#192c2465;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:25px;z-index:120}.modal{width:520px;max-width:100%;max-height:90vh;overflow:auto;background:var(--paper);padding:32px;border-radius:13px;box-shadow:var(--shadow)}.modal.wide{width:850px}.modal-heading{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:18px}.modal-heading h2{font-size:28px;max-width:650px}.modal-heading button{flex-shrink:0}.modal>p{font-size:12px}.modal form>.primary{margin-top:20px}.modal h3{margin:25px 0 17px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:22px;border-top:1px solid var(--line);margin-top:24px}.modal .form-grid{gap:0 20px}.drop-zone{display:flex;align-items:center;justify-content:center;gap:10px;flex-direction:column;padding:30px 22px;border:1px dashed #bacbaa;border-radius:9px;background:#f0f4e9;text-align:center;margin:20px 0;cursor:pointer}.drop-zone svg{color:#8fa37d}.drop-zone strong{font-size:12px;font-weight:500}.drop-zone span{font-size:10px;color:#8c9d7a}.drop-zone:hover{background:#e9efdf}.upload-button{cursor:pointer;width:fit-content}.question-edit{display:grid;grid-template-columns:1fr 1fr 80px 25px;gap:10px;align-items:center;margin:10px 0}.question-edit input{font-size:11px}.question-edit .check{font-size:10px}.toggle-row{display:flex;gap:25px;flex-wrap:wrap}.internal-pricing{padding:16px 20px;background:#f4f4ee;border-radius:7px;margin:10px 0}.internal-pricing summary{font-size:11px;cursor:pointer;color:#8f957f}.internal-pricing .form-grid{margin-top:20px}.line-visual-editor{display:grid;grid-template-columns:1fr 1fr;gap:22px}.line-visual-editor>div:first-child{background:#edf1e5;border-radius:8px;overflow:hidden;align-self:start}.line-visual-editor .diagram,.line-visual-editor img{width:100%;height:240px;object-fit:cover}.line-visual-editor .upload-button{margin:0 0 16px}.ai-action{display:flex;align-items:center;gap:15px}.ai-action small{max-width:300px}.review-result{background:#f0f4e8;border:1px solid #dfe7d4;border-radius:7px;padding:25px;margin-top:25px}.review-result p{font-size:13px}.review-result ul{font-size:12px}.story-overlay{position:fixed;inset:0;background:white;z-index:130;overflow:auto}.story-top{display:flex;align-items:center;gap:24px;padding:15px 25px;background:#e9efdf;border-bottom:1px solid #d2dec3;height:72px}.story-top strong{font:24px var(--serif)}.story-top span{font-size:11px;color:#8c9b7b}.story-top button{margin-left:auto}.story-overlay>[class*=Puck]{min-height:calc(100vh - 72px)}.story-heading{font-size:35px;margin:30px 0}.story-callout{font:italic 30px/1.4 var(--serif);border-inline-start:2px solid #a5b08e;padding:15px 25px;margin:20px 0}.rich-editor{border:1px solid var(--line);border-radius:6px;background:white}.rich-tools{display:flex;gap:4px;background:#f3f5ed;padding:7px}.rich-tools button{padding:5px 10px;border-radius:4px;font-size:11px}.tiptap{padding:15px;min-height:140px;outline:none}.tiptap p{margin:0 0 12px}.rich-view p{color:inherit;line-height:1.9}.preview-overlay{position:fixed;inset:0;overflow:auto;background:white;z-index:100}.preview-toolbar{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;background:#2b4238;color:#dde8d8;padding:12px 28px;z-index:60;gap:15px}.preview-toolbar>span{display:flex;align-items:center;gap:9px;font-size:9px;letter-spacing:1px}.preview-toolbar>.secondary{min-height:34px;padding:7px 13px;background:#ffffff12;border-color:#ffffff25;color:#e8eddf;font-size:10px}.proposal-view{background:#fbfbf6;color:#2b3c34;--muted:#818a7d;min-height:100vh}.proposal-view h1,.proposal-view h2{color:var(--brand)}.font-sans h1,.font-sans h2{font-family:var(--sans);font-weight:500;letter-spacing:-.055em}.font-modern h1,.font-modern h2{font-family:var(--sans);font-weight:400;letter-spacing:-.07em}.font-serif h1,.font-serif h2{font-family:var(--serif)}.pv-nav{justify-content:space-between;gap:20px;padding:27px 7vw;border-bottom:1px solid #e5e7dc;background:#fbfbf6;position:relative;z-index:10}.pv-brand,.pv-nav{display:flex;align-items:center}.pv-brand{font-family:var(--serif);font-size:23px;letter-spacing:-.7px;gap:13px;color:var(--brand)}.pv-brand img{width:auto;height:38px;max-width:100px;object-fit:contain}.pv-nav>div{gap:18px}.pv-nav button,.pv-nav>div{display:flex;align-items:center}.pv-nav button{font-size:11px}.pv-hero{display:grid;grid-template-columns:1fr 1.1fr;min-height:570px}.pv-hero-copy{padding:95px 4vw 85px 7vw;display:flex;flex-direction:column;align-items:start;justify-content:center}.pv-hero h1{font-size:clamp(45px,5vw,75px);line-height:1.05;max-width:550px;margin:25px 0 18px}.pv-customer{font-family:var(--serif);font-size:20px;color:#8b9980;margin-bottom:20px}.pv-location{display:flex;align-items:center;gap:8px;font-size:10px;color:#95a186}.pv-hero .primary{margin-top:38px;padding:13px 22px;font-size:11px}.pv-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse,#e5e6d5,#dce1d0);overflow:hidden}.pv-hero-visual .diagram{width:115%;height:100%;min-height:500px;opacity:.75}.pv-hero-visual .diagram text{display:none}.pv-hero-visual img{object-fit:cover}.pv-hero-visual>span{position:absolute;right:30px;bottom:28px;font-size:8px;letter-spacing:2.3px;color:#667758;background:#e9eedde8;padding:10px 15px}.pv-section{display:grid;grid-template-columns:185px 1fr;gap:35px;padding:70px 7vw;border-bottom:1px solid #e2e7d8;max-width:1700px;margin:auto}.section-number{font-size:8px;letter-spacing:1.5px;color:#9aa58b;line-height:1.6;padding-top:14px}.pv-section h2{font-size:40px;margin:0 0 22px}.pv-intro .lead{font-size:17px;font-family:var(--serif);line-height:1.8;max-width:770px;color:#7d8a71}.priority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:35px}.priority-grid>div{border-top:1px solid #d8e0cb;padding-top:18px}.priority-grid span{font:19px var(--serif);color:#a0ad90}.priority-grid p{font-size:11px;color:#6f815f;margin-top:15px;max-width:200px}.pv-story{max-width:900px;margin:auto;padding:60px 30px;font-size:16px}.pv-story h2{font-size:36px;margin:0 0 20px}.pv-story p{color:#849178}.pv-story blockquote{color:var(--brand)}.pv-section .section-heading{align-items:start;gap:20px}.pv-section .section-heading h2{margin-bottom:12px}.pv-section .section-heading p{font-size:11px}.pv-section .section-heading>.badge{white-space:nowrap;margin-top:10px}.quote-items{display:flex;flex-direction:column}.quote-item{display:grid;grid-template-columns:180px 1fr 145px;gap:24px;padding:28px 0;border-bottom:1px solid #e2e8d9;scroll-margin-top:60px}.quote-image{position:relative;width:180px;height:160px;background:#eef2e5;border-radius:5px;overflow:hidden}.quote-image>.diagram,.quote-image>img{height:100%;width:100%;object-fit:cover}.quote-image .diagram text{display:none}.item-number{position:absolute;top:10px;left:10px;background:#ffffffe0;color:#779061;font-size:8px;letter-spacing:1px;padding:4px 7px;border-radius:2px}.quote-copy .eyebrow{font-size:7px;letter-spacing:1px}.quote-copy h3{font-family:var(--serif);font-weight:400;font-size:24px;letter-spacing:-.4px;margin:6px 0 12px;color:var(--brand)}.quote-copy>p{font-size:11px;color:#8c987f;margin:10px 0;max-width:440px}.quote-meta{font-size:9px;display:flex;align-items:center;gap:8px;color:#7d8f6a;margin:14px 0 8px;flex-wrap:wrap}.quote-copy>.text-button{font-size:9px;color:#91a07e}.quote-price{display:flex;flex-direction:column;align-items:flex-end;gap:17px;padding-top:22px}.quote-price>strong{font-family:var(--serif);font-size:20px;font-weight:400;color:var(--brand);white-space:nowrap}.included{font-size:8px;display:flex;align-items:center;gap:5px;color:#88a36d}.quote-price>.text-button{font-size:9px;color:#95a482}.choice{font-size:10px;display:flex;align-items:center;gap:8px;color:#789063}.choice input{height:13px;width:13px;margin:0}.quote-item.unselected{opacity:.5}.quote-item.unselected:hover{opacity:.85}.item-details{display:none;font-size:10px;padding:16px;background:#f0f3e9;border-radius:5px;margin-top:12px}.item-details.open{display:block}.item-details p{font-size:10px;color:#849772;white-space:pre-wrap;margin:0 0 10px}.item-details small{font-size:9px;color:#98a888}.investment-total{margin-top:35px;display:flex;justify-content:space-between;gap:40px;padding:32px;background:#edf2e4;border:1px solid #dfe8d2;border-radius:5px}.investment-total h2{font-size:40px;margin:15px 0 8px}.investment-total small{font-size:9px}.investment-total dl{min-width:200px;margin:0;display:flex;flex-direction:column;justify-content:center;font-size:10px;gap:13px;color:#8da079}.investment-total dl>div{display:flex;align-items:center;justify-content:space-between;gap:35px}.investment-total dd{margin:0;color:#6d8954}.scene{margin-top:30px}.scene-image{position:relative;background:#e6eddf;border-radius:5px;overflow:hidden}.scene-image img{display:block;width:100%;height:auto}.pin{position:absolute;transform:translate(-50%,-50%);width:32px;height:32px;border:2px solid #fff;border-radius:50%;background:var(--brand);box-shadow:0 2px 10px #0003;color:white;display:grid;place-items:center;font-size:11px}.scene-caption{display:flex;align-items:start;gap:20px;margin:20px 0}.scene-caption .badge{white-space:nowrap}.scene-caption p{margin:0;font-size:11px}.print-legend{font-size:10px;list-style:none;padding:0;display:flex;gap:20px;flex-wrap:wrap;color:#8ca379}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:40px}.timeline-item{position:relative;padding:35px 22px 5px 0;border-top:1px solid #cfdcc0}.timeline-dot{position:absolute;top:-13px;left:0;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#e8efdf;border:1px solid #d0dec0;color:#7f9966;font-size:8px}.timeline .eyebrow{font-size:7px}.timeline h3{font-family:var(--serif);font-weight:400;font-size:20px;letter-spacing:-.3px;margin-top:9px;color:var(--brand)}.timeline p{font-size:10px;margin:13px 0}.timeline small{font-size:9px;display:block;line-height:1.7}.timeline .badge{margin-top:15px;font-size:8px}.terms h3{font-family:var(--serif);font-size:25px;letter-spacing:-.4px;font-weight:400;color:var(--brand)}.terms p{font-size:11px;white-space:pre-wrap;line-height:2;margin-top:24px}.pv-footer{text-align:center;padding:75px 25px 40px;background:#eaf0e2}.pv-footer h2{font-size:45px;margin:22px 0 30px}.pv-footer>.eyebrow{color:#8fa37d}.pv-footer>.primary,.pv-footer>p{font-size:11px}.pv-footer>p{margin:22px 0 50px}.pv-footer>small{font-size:9px;color:#97a58b}.proposal-view[dir=rtl]{font-family:Noto Sans Arabic,Arial,sans-serif}.proposal-view[dir=rtl] h1,.proposal-view[dir=rtl] h2,.proposal-view[dir=rtl] h3{font-family:Noto Sans Arabic,Arial,sans-serif;letter-spacing:0;line-height:1.5}.proposal-view[dir=rtl] .pv-hero-copy{padding:85px 7vw 85px 4vw}.proposal-view[dir=rtl] .timeline-item{padding:35px 0 5px 22px}.proposal-view[dir=rtl] .timeline-dot{left:auto;right:0}.proposal-view[dir=rtl] .quote-price{align-items:flex-start}.proposal-view[dir=rtl] .eyebrow,.proposal-view[dir=rtl] .section-number{letter-spacing:.4px}.theme-architectural{background:#fff}.theme-architectural .pv-hero{border-bottom:1px solid var(--brand)}.theme-architectural .pv-section{border-color:#d5d8d0}.theme-architectural .pv-footer{background:#efefe9}.theme-architectural .pv-hero-visual{background:#e3e5dd}.theme-architectural .investment-total,.theme-architectural .primary,.theme-architectural .quote-image{border-radius:0}.theme-contemporary .pv-hero{margin:30px;border-radius:25px;overflow:hidden;background:#f0f3e9}.theme-contemporary .pv-hero-copy{padding-left:5vw}.theme-contemporary .quote-image{border-radius:16px}.theme-contemporary .investment-total{border-radius:18px}.theme-contemporary .primary{border-radius:40px}.login{display:grid;grid-template-columns:1.15fr 1fr;min-height:100vh}.login-story{background:#dfe6d7;padding:50px 65px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-story:after{content:"";position:absolute;width:420px;height:520px;right:-170px;bottom:-160px;border:1px solid #b7c5a7;border-radius:200px 200px 0 0;transform:rotate(24deg);box-shadow:0 0 0 35px #d3dec744,0 0 0 70px #c7d5b526}.login-story>.wordmark{font-size:27px;z-index:1}.login-story>div:nth-child(2){padding:60px 0;z-index:1}.login-story h1{font-size:58px;margin:25px 0;line-height:1.08}.login-story p{font-size:13px;max-width:340px;line-height:1.9;color:#849677}.login-bottom{font-size:8px;letter-spacing:2px;color:#8d9f7d}.login-form{display:flex;flex-direction:column;justify-content:center;align-items:stretch;max-width:380px;width:80%;margin:auto;padding:60px 0}.login-form h2{font-size:38px;margin-top:18px}.login-form p{font-size:12px;margin:15px 0 28px}.login-form label{font-size:11px}.login-form form>.primary{width:100%;margin:20px 0}.demo-login{border-top:1px solid var(--line);margin-top:30px;padding-top:25px;display:flex;flex-direction:column;gap:15px}.demo-login>span{font-size:10px;color:#98a08e}.demo-login small{font-size:9px}.demo-login>.secondary{font-size:11px}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;flex-direction:column;gap:20px;text-align:center}.loading-screen h2{font-size:30px}.loading-screen p{max-width:650px;padding:0 25px}.loading-screen a{text-decoration:underline;font-size:12px}.diagram{display:block;max-width:100%}@media (min-width:1500px){.dashboard,.library-page,.settings-page{padding:55px 65px}.dashboard-feature{min-height:370px}.dashboard-feature>div:first-child{padding:48px}.feature-art>.diagram{min-height:390px}.proposal-cover{height:230px}.service-art{height:170px}.pv-section{grid-template-columns:210px 1fr}.quote-item{grid-template-columns:220px 1fr 175px}.quote-image{width:220px;height:185px}.quote-price>strong{font-size:24px}}@media (max-width:1250px){.sidebar{width:210px;padding-inline:16px}.workspace-main{margin-left:210px;width:calc(100% - 210px)}.dashboard,.library-page,.settings-page{padding:35px 30px}.page-heading h1{font-size:38px}.dashboard-feature>div:first-child{padding:32px}.dashboard-feature h2{font-size:30px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-summary{gap:22px}.library-summary>.text-button{max-width:150px}.library-layout{grid-template-columns:170px 1fr;gap:20px}.editor-content,.editor-heading{padding-inline:27px}.editor-tabs{padding-inline:20px}.editor-tabs button{font-size:10px;padding-inline:9px}.editor-actions .save-state{display:none}.brief-layout{grid-template-columns:1fr 1fr;gap:20px}.brief-card,.brief-layout .panel{padding:20px}.brief-layout .form-grid{grid-template-columns:1fr}.estimate-row,.estimate-table-head{grid-template-columns:minmax(195px,2.4fr) 65px 80px 90px 60px;gap:7px;padding:17px 15px}.estimate-thumb{display:none}.settings-brand{grid-template-columns:1.5fr 1fr;gap:25px}.brand-sample{padding:25px}.brand-sample h2{font-size:43px}.pv-section{grid-template-columns:150px 1fr;gap:25px;padding:65px 5vw}.pv-nav{padding-inline:5vw}.pv-hero-copy{padding-left:5vw}.quote-item{grid-template-columns:145px 1fr 125px;gap:20px}.quote-image{width:145px;height:145px}.quote-price>strong{font-size:18px}.quote-copy h3{font-size:22px}}@media (max-width:1000px){.sidebar{width:185px;padding-inline:13px}.workspace-main{margin-left:185px;width:calc(100% - 185px)}.sidebar .wordmark{font-size:23px}.workspace-switch{padding:10px 7px}.workspace-switch>svg{display:none}.sidebar-inspiration{padding-inline:10px}.sidebar-inspiration h3{font-size:20px}.sidebar nav button{font-size:11px;gap:9px;padding-inline:10px}.dashboard,.library-page,.settings-page{padding:30px 24px}.dashboard-feature{grid-template-columns:1.15fr 1fr}.dashboard-feature>div:first-child{padding:28px}.dashboard-feature .eyebrow{font-size:7px}.dashboard-feature h2{font-size:28px}.floating-note{left:15px;right:15px;padding:9px;gap:7px}.floating-note strong{font-size:8px}.floating-note small{font-size:7px}.note-icon{width:25px;height:25px}.dashboard-stats>div{padding-inline:17px;gap:7px}.dashboard-stats span{font-size:9px}.dashboard-stats strong{font-size:25px}.proposal-grid{grid-template-columns:1fr 1fr;gap:18px}.proposal-cover{height:165px}.new-proposal-card{min-height:310px}.library-summary{padding:20px;flex-wrap:wrap;gap:20px 28px}.library-summary>.text-button{max-width:none;margin-left:0}.library-summary strong{font-size:23px}.library-summary span{font-size:9px}.library-layout{grid-template-columns:1fr}.family-list{position:static;flex-direction:row;overflow:auto;padding-bottom:10px;margin-bottom:8px}.family-list button{white-space:nowrap;padding:10px 12px;background:#f1f4e9}.family-list button>span:last-child{display:none}.library-page .page-heading h1,.settings-page .page-heading h1{font-size:34px}.package-grid{grid-template-columns:1fr 1fr}.settings-brand{grid-template-columns:1fr}.brand-sample{min-height:320px}.brand-sample h2{font-size:50px}.editor-heading{padding:24px;align-items:start}.editor-heading h1{font-size:27px}.editor-actions>.primary{font-size:0;gap:0;padding:10px}.editor-actions>.primary svg{width:18px}.editor-actions>.secondary{font-size:10px;min-height:40px;padding:9px 12px}.editor-tabs button{font-size:10px;padding:15px 10px}.editor-content{padding:30px 24px}.brief-layout{grid-template-columns:1fr}.brief-card{position:static}.brief-layout .form-grid{grid-template-columns:1fr 1fr}.estimate-table-head{display:none}.estimate-row{display:flex;flex-wrap:wrap;padding:20px;gap:15px}.estimate-name{flex:1 1 65%;min-width:200px}.estimate-name>div{min-width:0}.estimate-row>span{font-size:10px}.estimate-row>strong,.row-actions{margin-left:auto}.row-actions{order:-1}.estimate-name{order:-2}.visual-grid{grid-template-columns:1fr 1fr}.publish-layout,.room-composer{grid-template-columns:1fr}.publish-review{position:static;order:-1}.publish-review ul{max-height:220px}.publish-review>.primary{max-width:330px}.publish-review>small{text-align:left}.publish-review .review-total{padding:17px 0}.review-icon{display:none}.pv-hero{min-height:480px}.pv-hero-copy{padding-block:65px}.pv-hero h1{font-size:50px}.pv-hero-visual .diagram{min-height:430px}.pv-section{grid-template-columns:1fr;gap:20px}.section-number{padding-top:0}.pv-section h2{font-size:36px}.quote-item{grid-template-columns:165px 1fr 140px}.quote-image{width:165px;height:160px}.timeline{grid-template-columns:1fr 1fr;gap:35px 0}.pv-footer h2{font-size:40px}.login-story{padding:40px}.login-story h1{font-size:48px}}@media (max-width:700px){h1{font-size:35px}h2{font-size:28px}.sidebar{transform:translateX(-100%);width:240px;transition:transform .2s;box-shadow:10px 0 30px #25372420;padding:32px 20px}.sidebar.open{transform:translateX(0)}.sidebar-inspiration{padding-top:30px}.workspace-main{margin-left:0;width:100%}.mobile-nav-toggle{position:fixed;display:flex;top:10px;right:14px;z-index:80;background:#f3f5ed;border:1px solid #dce4d1;box-shadow:0 2px 6px #32472715}.demo-banner{padding:12px 55px 12px 19px;font-size:8px;line-height:1.4;gap:9px}.demo-banner>span{font-size:7px;white-space:nowrap}.dashboard,.library-page,.settings-page{padding:32px 20px}.page-heading{display:block;margin-bottom:26px}.page-heading h1{font-size:36px}.page-heading .eyebrow{font-size:8px}.page-heading>.primary{margin-top:24px}.dashboard-feature{grid-template-columns:1fr;min-height:0}.dashboard-feature>div:first-child{padding:30px}.dashboard-feature h2{font-size:33px}.dashboard-feature p{font-size:11px}.feature-art{height:230px}.feature-art>.diagram{min-height:300px;height:300px}.feature-index{top:15px;right:17px}.floating-note{bottom:24px;left:30px;right:auto;padding:10px 14px}.floating-note strong{font-size:10px}.floating-note small{font-size:8px}.floating-note .note-icon{width:29px;height:29px}.dashboard-stats{margin:24px 0 30px;padding:17px 0}.dashboard-stats>div{padding:0 12px;gap:5px;flex-wrap:wrap}.dashboard-stats svg{width:13px}.dashboard-stats span{font-size:8px}.dashboard-stats strong{font-size:27px;margin:6px 0 0;width:100%}.dashboard-projects-heading{display:block}.dashboard-projects-heading h2{font-size:25px}.dashboard-projects-heading>.search{width:100%;margin:15px 0 25px}.filter-tabs button{font-size:10px}.proposal-grid{grid-template-columns:1fr}.proposal-cover{height:230px}.proposal-card-body{padding:24px}.proposal-card h3{font-size:25px}.proposal-card .eyebrow{font-size:8px}.proposal-card p{font-size:11px}.proposal-card-footer strong{font-size:13px}.proposal-card-footer span{font-size:10px}.new-proposal-card{min-height:220px}.dashboard-footer{font-size:8px;gap:25px;align-items:center}.dashboard-footer span{font-size:6px;max-width:90px;text-align:right}.library-page .page-heading h1,.settings-page .page-heading h1{font-size:34px}.library-summary{gap:20px;padding:20px}.library-summary>div{flex:1 1;gap:5px;flex-direction:column;align-items:start}.library-summary>div span{font-size:8px;line-height:1.5}.library-summary>.text-button{font-size:10px}.library-toolbar{flex-direction:column;align-items:stretch;gap:15px}.library-toolbar>.search,.segmented{width:100%}.segmented button{flex:1 1;font-size:10px}.service-grid{gap:13px}.service-art{height:115px}.service-card-body{padding:14px}.service-card h3{font-size:12px}.service-card p{font-size:9px}.service-card .eyebrow{font-size:6px;letter-spacing:.6px;min-height:22px}.service-card-footer{display:block}.service-card-footer>.text-button{font-size:8px;margin-top:8px}.service-card-footer>.small-muted{display:none}.service-card-footer>.status{font-size:7px}.service-card-footer>.icon-button{float:right}.section-heading{display:block}.section-heading>.inline-actions,.section-heading>.primary,.section-heading>.secondary{margin-top:20px}.packages{padding:24px}.packages .section-heading h2{font-size:26px}.package-grid{grid-template-columns:1fr}.panel{padding:23px}.settings-brand{gap:15px}.settings-brand .form-grid{grid-template-columns:1fr}.settings-brand h2{font-size:27px}.invite-form{flex-wrap:wrap;gap:17px}.invite-form .field{min-width:120px}.invite-form>.secondary{width:100%}.members>div>span:first-child{font-size:10px;overflow-wrap:anywhere}.members .badge{font-size:8px}.editor-heading{display:block;padding:28px 20px 22px}.editor-heading h1{font-size:30px}.editor-actions{margin-top:22px;justify-content:space-between}.editor-actions .save-state{display:flex;font-size:8px;margin-right:auto}.editor-actions>.primary{font-size:10px;gap:7px;min-height:40px;padding:8px 12px}.editor-actions>.secondary{font-size:10px;padding:8px 11px}.editor-actions>button svg{width:14px}.editor-tabs{padding:0 10px}.editor-tabs button{font-size:10px;padding:14px 10px}.editor-tabs button span{font-size:7px}.editor-content{padding:28px 20px 50px}.brief-layout{gap:0}.brief-layout .form-grid{grid-template-columns:1fr}.brief-layout>div>h2{font-size:29px}.brief-card{padding:25px}.brief-card h2{font-size:31px}.brief-layout .panel .section-heading{display:flex}.brief-layout .panel h3{font-size:14px}.brief-layout .panel .text-button{font-size:10px}.service-scope summary{padding:17px}.service-scope summary strong{font-size:12px}.service-scope summary small{font-size:8px}.service-scope>.form-grid{grid-template-columns:1fr;margin-inline:18px}.estimate-row{gap:13px;padding:18px}.estimate-name{min-width:195px;flex-basis:calc(100% - 65px)}.estimate-name strong{font-size:13px}.estimate-row .row-actions{gap:0}.estimate-row .icon-button{width:24px}.estimate-row>span{font-size:10px}.estimate-row>strong{font-size:13px}.estimate-footer{align-items:start;gap:20px}.estimate-footer>span{font-size:9px;max-width:140px}.estimate-footer>div>strong{font-size:24px;white-space:nowrap}.visual-grid{gap:13px}.visual-card>.diagram,.visual-card>img{height:125px}.visual-card>div{padding:14px}.visual-card h3{font-size:12px;line-height:1.5}.visual-card .eyebrow{font-size:7px}.visual-card .status{font-size:8px}.room-composer{gap:10px}.room-composer h2{font-size:29px}.room-composer .primary{width:100%;font-size:11px}.pin-editor{grid-template-columns:1fr 1fr;gap:12px}.pin-editor>.check{grid-column:1/-1}.story-intro{padding:30px}.story-intro h2{font-size:30px}.story-draft{padding:0 5px}.milestone-editor{grid-template-columns:25px 1fr 20px;gap:13px;padding:20px 15px}.milestone-marker{font-size:20px}.milestone-editor>.form-grid{grid-template-columns:1fr}.milestone-editor>.form-grid>.form-grid{grid-template-columns:1fr 1fr;gap:10px}.milestone-editor .field{font-size:10px}.milestone-editor input{padding:9px 10px;font-size:12px}.publish-review{padding:26px}.publish-layout{gap:20px}.publish-layout>div>h2,.publish-review>h2{font-size:30px}.publish-review>.primary{max-width:none}.version-row{gap:10px}.version-row .text-button{font-size:9px}.version-row strong{font-size:10px}.version-row small{font-size:8px}.add-services{grid-template-columns:1fr}.modal-backdrop{padding:12px}.modal{padding:24px 20px;border-radius:11px;max-height:94vh;max-height:calc(100dvh - 24px)}.modal-heading h2{font-size:26px}.modal .form-grid{grid-template-columns:1fr}.modal-actions{flex-wrap:wrap;gap:10px}.modal-actions button{flex:1 1;font-size:11px}.question-edit{grid-template-columns:1fr 30px;gap:8px}.question-edit>input{grid-column:1/-1}.question-edit .check,.question-edit>.icon-button{margin:3px 0 10px}.line-visual-editor{grid-template-columns:1fr}.toggle-row{gap:0 20px}.ai-action{flex-direction:column;align-items:stretch;gap:12px}.ai-action small{font-size:10px}.modal .drop-zone{padding:25px 15px}.drop-zone strong{font-size:11px}.drop-zone span{font-size:9px}.story-top{height:70px;padding:12px 15px;gap:12px}.story-top strong{font-size:21px}.story-top span{display:none}.preview-toolbar{padding:12px 17px;gap:10px}.preview-toolbar>span{font-size:7px;letter-spacing:.6px}.preview-toolbar svg{width:13px}.preview-toolbar>.secondary{font-size:9px}.job-card summary{gap:12px;flex-wrap:wrap}.job-card summary small{font-size:8px}.pv-nav{padding:21px 6vw;gap:15px}.pv-brand{font-size:20px}.pv-nav>div{gap:12px}.pv-nav button{font-size:10px}.pv-nav .version{font-size:8px}.pv-nav button svg{width:15px}.pv-hero{grid-template-columns:1fr;min-height:0}.pv-hero-copy{padding:60px 7vw 50px}.pv-hero h1{font-size:52px;margin:23px 0 18px}.pv-customer{font-size:19px}.pv-hero .eyebrow{font-size:8px}.pv-location{font-size:9px}.pv-hero .primary{margin-top:28px}.pv-hero-visual{height:330px}.pv-hero-visual .diagram{min-height:350px;width:110%}.pv-hero-visual>span{font-size:7px;right:20px;bottom:20px}.pv-section{padding:48px 7vw;gap:17px}.pv-section h2{font-size:33px;margin-bottom:20px}.section-number{font-size:7px;letter-spacing:1.2px}.pv-intro .lead{font-size:17px}.priority-grid{grid-template-columns:1fr;gap:17px;margin-top:25px}.priority-grid>div{display:flex;align-items:center;gap:20px;padding-top:17px}.priority-grid span{font-size:19px}.priority-grid p{font-size:11px;max-width:none;margin:0}.pv-story{padding:40px 7vw;font-size:14px}.pv-story h2{font-size:31px}.pv-story blockquote{font-size:25px;padding-inline:20px}.pv-section .section-heading{display:block}.pv-section .section-heading>.badge{font-size:8px;margin-top:18px}.quote-item{grid-template-columns:1fr;gap:20px;padding:30px 0}.quote-image{width:100%;height:230px}.quote-copy .eyebrow{font-size:7px}.quote-copy h3{font-size:28px}.quote-copy>p{font-size:12px}.quote-copy>.text-button,.quote-meta{font-size:10px}.quote-price{flex-direction:row;align-items:center;justify-content:space-between;padding:0;gap:12px}.quote-price>strong{font-size:24px}.quote-price>.choice,.quote-price>.included{font-size:9px;margin-left:auto}.quote-price>.text-button{font-size:10px}.investment-total{padding:24px;display:block;margin-top:30px}.investment-total h2{font-size:35px}.investment-total>.eyebrow{font-size:7px}.investment-total dl{margin-top:25px;font-size:10px;gap:13px}.investment-total dl>div{gap:20px}.timeline{grid-template-columns:1fr;gap:0;margin-top:25px}.timeline-item{border-top:0;border-inline-start:1px solid #d4e0c5;padding:0 0 35px 30px;margin-left:12px}.timeline-dot{top:0;left:-13px;width:25px;height:25px}.timeline .eyebrow{padding-top:3px}.timeline h3{font-size:25px}.timeline p{font-size:11px;margin:10px 0}.timeline small{font-size:10px}.timeline .badge{font-size:8px;margin-top:13px}.timeline-item:last-child{border-color:transparent;padding-bottom:0}.terms h3{font-size:27px}.terms p{font-size:11px}.pv-footer{padding:55px 25px 35px}.pv-footer h2{font-size:37px;max-width:350px;margin:25px auto}.pv-footer>p{font-size:10px;margin-bottom:38px}.pv-footer .eyebrow{font-size:7px}.scene-caption{gap:12px;flex-direction:column}.scene-caption p{font-size:10px}.pin{width:26px;height:26px;font-size:9px}.print-legend{font-size:9px;gap:10px}.proposal-view[dir=rtl] .pv-hero-copy{padding:60px 7vw 50px}.proposal-view[dir=rtl] .pv-hero h1{font-size:43px}.proposal-view[dir=rtl] .timeline-item{padding:0 30px 35px 0;margin-right:12px;margin-left:0}.proposal-view[dir=rtl] .timeline-dot{left:auto;right:-13px}.proposal-view[dir=rtl] .quote-price>.included{margin-left:0;margin-right:auto}.theme-contemporary .pv-hero{margin:15px}.theme-contemporary .pv-hero-copy{padding:40px 7vw}.login{grid-template-columns:1fr}.login-story{min-height:380px;padding:32px}.login-story>.wordmark{font-size:25px}.login-story>div:nth-child(2){padding:35px 0 15px}.login-story h1{font-size:43px}.login-story p{font-size:12px;margin-bottom:10px;max-width:290px}.login-bottom{display:none}.login-form{padding:45px 0;width:calc(100% - 60px);max-width:400px}.login-form h2{font-size:34px}.toast{bottom:17px;font-size:11px;padding:13px 17px;max-width:94vw;width:max-content}.loading-screen h2{font-size:27px}}@media print{@page{size:A4;margin:13mm 12mm}body{background:white!important;font-size:10px}.mobile-nav-toggle,.modal-backdrop,.no-print,.preview-toolbar,.toast{display:none!important}.proposal-view{background:#fff!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.pv-nav{padding:8px 0 20px;position:static;border-bottom:1px solid #dce4d1}.pv-brand{font-size:20px}.pv-hero{grid-template-columns:1fr 1fr;min-height:300px;page-break-after:always;break-after:page}.pv-hero-copy{padding:45px 20px 40px 0!important}.pv-hero h1{font-size:42px}.pv-hero-visual{height:auto}.pv-hero-visual,.pv-hero-visual .diagram{min-height:320px}.pv-hero-visual>span{font-size:6px;padding:6px;right:10px;bottom:15px}.pv-customer{font-size:15px}.pv-hero .eyebrow{font-size:6px}.pv-section{padding:25px 0;grid-template-columns:1fr;gap:12px;page-break-inside:auto;break-inside:auto}.pv-section h2{font-size:26px;margin-bottom:15px;page-break-after:avoid;break-after:avoid}.section-number{font-size:6px;padding:0}.pv-intro .lead{font-size:14px;line-height:1.7}.priority-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin:20px 0}.priority-grid>div{display:block}.priority-grid p{font-size:9px;margin-top:10px}.pv-story{padding:20px 0;font-size:11px;max-width:none}.pv-story h2{font-size:25px}.pv-story blockquote{font-size:21px}.quote-item{display:grid;grid-template-columns:120px 1fr 105px;gap:16px;padding:22px 0;page-break-inside:avoid;break-inside:avoid;opacity:1!important}.quote-image{width:120px;height:120px}.quote-copy h3{font-size:20px;margin:6px 0 10px}.quote-copy>p{font-size:9px}.quote-copy .eyebrow{font-size:6px}.quote-meta{font-size:7px;margin:10px 0}.quote-price{flex-direction:column;align-items:end;justify-content:start;padding-top:15px;gap:15px}.quote-price>strong{font-size:16px}.quote-price>.choice,.quote-price>.included{font-size:7px}.item-details{display:block!important;padding:10px;margin-top:10px;page-break-inside:avoid;break-inside:avoid}.item-details p{font-size:8px}.item-details small{font-size:7px}.investment-total{display:flex;padding:23px;margin-top:25px;page-break-inside:avoid;break-inside:avoid;gap:25px}.investment-total h2{font-size:29px}.investment-total dl{min-width:165px;font-size:8px;margin-top:0}.investment-total .eyebrow{font-size:6px}.investment-total small{font-size:7px}.timeline{grid-template-columns:repeat(4,1fr);gap:0;margin-top:25px}.timeline-item{border-inline-start:0;border-top:1px solid #cfdcc0;padding:25px 14px 0 0!important;margin:0!important;page-break-inside:avoid;break-inside:avoid}.timeline-dot{top:-10px;left:0;width:20px;height:20px;font-size:6px}.timeline h3{font-size:17px}.timeline p{font-size:8px}.timeline small{font-size:7px}.timeline .badge{font-size:6px;padding:3px 5px}.terms h3{font-size:21px}.terms p{font-size:9px;line-height:1.8}.scene{page-break-inside:avoid;break-inside:avoid}.scene-image img{max-height:390px;object-fit:contain}.scene-caption p{font-size:8px}.scene-caption .badge{font-size:6px}.print-legend{font-size:7px}.pv-footer{padding:35px 20px;page-break-inside:avoid;break-inside:avoid}.pv-footer h2{font-size:31px}.pv-footer>p{font-size:9px;margin-bottom:25px}.pv-footer>small{font-size:7px}.proposal-view[dir=rtl] .pv-hero-copy{padding:45px 0 40px 20px!important}.proposal-view[dir=rtl] .timeline-dot{left:auto;right:0}.proposal-view[dir=rtl] .timeline-item{padding:25px 0 0 14px!important}.theme-contemporary .pv-hero{margin:0;border-radius:0}.preview-overlay{position:static;overflow:visible}.app-shell:has(.preview-overlay)>.sidebar,.app-shell:has(.preview-overlay)>.workspace-main{display:none}.pin{width:24px;height:24px;font-size:8px}.badge,.status{border-color:#d5dfcb}a[href]:after{content:none!important}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (max-width:700px){.sidebar:not(.open){visibility:hidden}.sidebar.open{visibility:visible}}@media print{.pv-hero,.pv-hero-visual{min-height:225mm}.pv-intro,.pv-section.terms,.pv-section:has(.timeline){page-break-inside:avoid;break-inside:avoid}.section-number{page-break-after:avoid;break-after:avoid}}.proposal-view{--ink:#233d34;--muted:#566657;color:var(--ink)}.proposal-view :is(p,small,.pv-location,.section-number,.quote-meta,.included,.choice,.scene-caption p,.timeline-item p,.timeline-item small,.item-details p,.item-details small,.terms p){color:var(--muted)}.proposal-view :is(button,a,input):focus-visible{outline:3px solid #aa7541;outline-offset:5px}.proposal-view :is(button,a,input){-webkit-tap-highlight-color:transparent}.proposal-view .skip-link{position:fixed;top:-100px;left:20px;z-index:100;padding:14px 20px;background:white;color:#233d34}.proposal-view .skip-link:focus{top:12px}.proposal-view .pv-nav{padding-block:24px}.proposal-view .pv-nav button{min-height:42px;min-width:42px;justify-content:center;gap:7px;font-size:13px}.proposal-view .language-switch{border:1px solid #d2d9ce;border-radius:24px;padding:4px 18px}.proposal-view .pv-hero{grid-template-columns:.9fr 1.25fr;min-height:690px}.proposal-view .pv-hero h1{font-size:clamp(52px,5.5vw,88px);max-width:500px;line-height:1.06;letter-spacing:-2px}.proposal-view .pv-hero-copy{padding-block:66px}.proposal-view .pv-hero .eyebrow{font-size:11px;letter-spacing:2px}.proposal-view .hero-subtitle{text-transform:uppercase;font-size:12px;letter-spacing:1.8px;margin:8px 0 26px}.proposal-view .pv-customer{font-size:22px;color:#4c6251;margin-bottom:15px}.proposal-view .pv-location{font-size:13px;flex-wrap:wrap}.proposal-view .pv-hero .primary{font-size:13px;min-height:48px}.proposal-view .hero-facts{display:flex;gap:32px;flex-wrap:wrap;border-top:1px solid #d7ded0;padding-top:25px;margin-top:42px;width:100%}.proposal-view .hero-facts div{display:flex;flex-direction:column;gap:9px}.proposal-view .hero-facts span{font-size:9px;letter-spacing:1.3px;color:#5a6c59}.proposal-view .hero-facts strong{font-weight:400;font-size:23px;font-family:var(--serif)}.proposal-view .pv-hero-visual>span{inset-inline:22px;text-align:center;font-size:10px;letter-spacing:.4px;line-height:1.6;background:#faf8f1ee;color:#344d3e}.pv-section-nav{position:sticky;top:0;z-index:12;display:flex;justify-content:center;gap:clamp(18px,4vw,62px);background:#fbfbf6f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:20px 5vw;border-block:1px solid #dfe3d8}.pv-section-nav a{font-size:12px;color:#3c5445;white-space:nowrap;padding:4px 0}.pv-section-nav a:hover{color:#926539}.proposal-view :is(.pv-section,.quote-item){scroll-margin-top:88px}.proposal-view .pv-section{padding-block:80px;grid-template-columns:160px minmax(0,1fr)}.proposal-view .section-number{font-size:10px;letter-spacing:1.3px}.proposal-view .pv-section h2{font-size:clamp(32px,3.3vw,47px);line-height:1.2}.proposal-view .pv-intro .lead{font-size:21px;line-height:1.8;max-width:830px}.proposal-view .priority-grid p{font-size:14px;line-height:1.7}.proposal-view .priority-grid span{color:#8b6d42}.proposal-view .pv-story{color:#334d40}.proposal-view .pv-story p{font-size:17px;line-height:1.9}.proposal-view .selection-guide{display:flex;gap:14px;align-items:center;background:#eff2e9;border:1px solid #dce4d3;padding:15px 20px;border-radius:6px;margin:24px 0 10px}.proposal-view .selection-guide svg{flex:0 0 auto}.proposal-view .selection-guide p{font-size:13px;line-height:1.7;margin:0}.proposal-view .quote-item{grid-template-columns:minmax(160px,26%) minmax(0,1fr) 160px;gap:28px;padding-block:32px}.proposal-view .quote-image{width:100%;height:auto;aspect-ratio:1;border-radius:7px}.proposal-view .item-number{font-size:11px;padding:6px 9px;color:#344d3e}.proposal-view .quote-copy .eyebrow{font-size:9px;color:#725e40;line-height:1.8}.proposal-view .quote-copy h3{font-size:27px;line-height:1.2;margin-block:9px 14px}.proposal-view .quote-copy>p{font-size:14px;line-height:1.7}.proposal-view .quote-meta{font-size:12px;gap:5px}.proposal-view .quote-copy>.text-button,.proposal-view .quote-price>.text-button{color:#355c46;font-size:12px;min-height:44px}.proposal-view .quote-price>strong{font-size:24px}.proposal-view .choice,.proposal-view .included{font-size:12px;min-height:30px}.proposal-view .choice input{width:19px;height:19px;accent-color:var(--brand)}.proposal-view .optional-label{font-size:11px;color:#735a36}.proposal-view .quote-item.unselected,.proposal-view .quote-item.unselected:hover{opacity:1}.proposal-view .quote-item.unselected .quote-price{border-inline-end:2px solid #c5af86;padding-inline-end:12px}.proposal-view .item-details p{font-size:13px;line-height:1.7}.proposal-view .item-details small{font-size:12px;line-height:1.7}.proposal-view .investment-total{background:#e9eee1;padding:38px;border-radius:8px}.proposal-view .investment-total h2{font-size:42px}.proposal-view .investment-total :is(small,dl){font-size:13px}.proposal-view .investment-total dd{color:#344d3e}.proposal-view .scene-image{border-radius:8px}.proposal-view .scene-caption p{font-size:13px;line-height:1.7}.proposal-view .pin{width:40px;height:40px;font-size:14px}.scene-legend{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-wrap:wrap;gap:12px 24px}.scene-legend a{display:flex;align-items:center;gap:9px;font-size:12px}.scene-legend b{font-size:11px;font-weight:500;border:1px solid #c4cec0;border-radius:50%;display:grid;place-items:center;width:26px;height:26px}.proposal-view .timeline-item :is(p,small){font-size:13px;line-height:1.7}.proposal-view .timeline-item .badge{font-size:11px}.proposal-view .terms p{font-size:14px;line-height:1.85;white-space:pre-wrap}.proposal-view .pv-footer{padding-bottom:160px}.customer-dock{position:fixed;inset-inline:20px;bottom:18px;margin-inline:auto;max-width:820px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 25px;z-index:15;background:#fbfbf7f7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 5px 35px #1c2d1c22;border:1px solid #d6dece;border-radius:12px;padding:15px 22px}.customer-dock>div{display:flex;flex-direction:column;gap:4px}.customer-dock span{font-size:9px;letter-spacing:1.2px;color:#576752}.customer-dock strong{font:25px var(--serif);color:#254131}.customer-dock .primary{min-height:46px;font-size:13px}.customer-dock small{width:100%;font-size:11px;line-height:1.5}.proposal-view .toast{bottom:130px;max-width:min(90vw,550px)}.proposal-view[dir=rtl] :is(.eyebrow,.section-number,.hero-subtitle,.hero-facts span,.customer-dock span){letter-spacing:0}.proposal-view[dir=rtl] .pv-hero h1{font-size:clamp(42px,4.7vw,68px);letter-spacing:0;line-height:1.45}.proposal-view[dir=rtl] .pv-section h2{line-height:1.65}.proposal-view[dir=rtl] .quote-copy h3{line-height:1.55;font-size:23px}.translation-editor>p{max-width:800px}.translation-progress{display:grid;gap:15px;margin-block:25px}.translation-progress progress{width:100%;accent-color:#2d5147}.translation-fields{margin-top:20px}.translation-row{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-block:22px;border-top:1px solid #dfe5d9}.translation-row p{white-space:pre-wrap;font-size:14px;line-height:1.7}.translation-row textarea{font-size:15px;line-height:1.8}@media screen and (max-width:1150px){.proposal-view .pv-section{grid-template-columns:1fr;gap:18px}.proposal-view .quote-item{grid-template-columns:24% minmax(0,1fr) 150px}.proposal-view .pv-hero-copy{padding-inline:5vw 4vw}.proposal-view .pv-hero h1{font-size:56px}.proposal-view .hero-facts{gap:24px}}@media screen and (max-width:700px){.proposal-view .pv-nav{padding:14px 5vw;gap:10px}.proposal-view .pv-brand{font-size:21px}.proposal-view .pv-nav>div{gap:3px}.proposal-view .pv-nav button{font-size:12px}.proposal-view .language-switch{padding-inline:12px}.proposal-view .pdf-label{display:none}.proposal-view .pv-hero{display:flex;flex-direction:column;min-height:unset}.proposal-view .pv-hero-copy{padding:48px 7vw 38px!important}.proposal-view .pv-hero h1{font-size:57px;margin:20px 0 8px}.proposal-view .pv-hero .eyebrow{font-size:9px}.proposal-view .pv-customer{font-size:20px}.proposal-view .pv-location{font-size:12px}.proposal-view .hero-subtitle{font-size:10px;margin-bottom:22px}.proposal-view .pv-hero .primary{margin-top:24px}.proposal-view .hero-facts{margin-top:28px;padding-top:20px;gap:26px}.proposal-view .hero-facts strong{font-size:21px}.proposal-view .pv-hero-visual{min-height:360px;height:360px}.proposal-view .pv-hero-visual>span{font-size:9px;bottom:16px;inset-inline:15px;padding:9px}.pv-section-nav{justify-content:start;overflow-x:auto;gap:25px;padding:15px 6vw}.pv-section-nav a{font-size:12px}.proposal-view .pv-section{padding:45px 6vw;gap:16px}.proposal-view .section-number{font-size:9px}.proposal-view .pv-section h2{font-size:33px}.proposal-view .pv-intro .lead{font-size:19px;line-height:1.8}.proposal-view .priority-grid{gap:18px}.proposal-view .priority-grid p{font-size:13px}.proposal-view .pv-story{padding:40px 7vw}.proposal-view .pv-story p{font-size:15px}.proposal-view .quote-item{grid-template-columns:1fr;gap:18px;padding-block:26px}.proposal-view .quote-image{aspect-ratio:1.55;height:auto;min-height:0}.proposal-view .quote-copy h3{font-size:28px}.proposal-view .quote-copy>p{font-size:14px}.proposal-view .quote-price{grid-column:auto;padding:0;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 15px}.proposal-view .quote-price>strong{font-size:24px}.proposal-view .quote-price .optional-label{width:100%;order:-1}.proposal-view .investment-total{padding:25px;gap:22px}.proposal-view .investment-total h2{font-size:35px;overflow-wrap:anywhere}.proposal-view .investment-total dl{width:100%;min-width:0}.proposal-view .scene-caption{gap:10px;flex-direction:column}.proposal-view .scene-caption p{font-size:12px}.proposal-view .pin{width:34px;height:34px;font-size:12px}.scene-legend{gap:14px}.scene-legend a{font-size:11px}.customer-dock{bottom:10px;inset-inline:10px;padding:12px 14px;gap:8px}.customer-dock strong{font-size:21px}.customer-dock span{font-size:8px}.customer-dock .primary{padding-inline:12px;font-size:11px;gap:7px}.customer-dock small{font-size:10px}.proposal-view[dir=rtl] .pv-hero h1{font-size:47px}.proposal-view[dir=rtl] .pv-section h2{font-size:29px}.translation-row{grid-template-columns:1fr;gap:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media print{.proposal-view .pv-nav{padding:8px 0 20px}.proposal-view .pv-hero{grid-template-columns:.9fr 1.1fr;min-height:225mm}.proposal-view .pv-hero h1{font-size:40px;letter-spacing:-1px}.proposal-view[dir=rtl] .pv-hero h1{font-size:34px}.proposal-view .pv-hero-copy{padding:40px 20px 40px 0!important}.proposal-view[dir=rtl] .pv-hero-copy{padding:40px 0 40px 20px!important}.proposal-view .pv-hero-visual{min-height:225mm}.proposal-view .hero-facts{gap:18px;margin-top:24px}.proposal-view .hero-facts span{font-size:7px}.proposal-view .hero-facts strong{font-size:18px}.proposal-view .pv-hero-visual>span{font-size:7px;padding:8px;inset-inline:8px}.proposal-view .pv-section{padding:22px 0;grid-template-columns:1fr;gap:12px}.proposal-view .pv-section h2{font-size:26px}.proposal-view[dir=rtl] .pv-section h2{font-size:23px}.proposal-view .section-number{font-size:8px}.proposal-view .pv-intro .lead{font-size:14px}.proposal-view .priority-grid p{font-size:10px}.proposal-view .pv-story p{font-size:12px}.proposal-view .quote-item{grid-template-columns:120px minmax(0,1fr) 115px;gap:16px;padding-block:18px;page-break-inside:avoid;break-inside:avoid}.proposal-view .quote-image{width:120px;height:120px}.proposal-view .quote-copy h3,.proposal-view[dir=rtl] .quote-copy h3{font-size:17px}.proposal-view .item-details p,.proposal-view .quote-copy>p{font-size:10px;line-height:1.6}.proposal-view .choice,.proposal-view .included,.proposal-view .item-details small,.proposal-view .quote-meta{font-size:9px}.proposal-view .quote-price>strong{font-size:17px}.proposal-view .investment-total{padding:22px;page-break-inside:avoid;break-inside:avoid}.proposal-view .investment-total h2{font-size:30px}.proposal-view .investment-total :is(small,dl),.proposal-view .scene-caption p,.proposal-view .terms p,.proposal-view .timeline-item :is(p,small){font-size:10px}.proposal-view .scene-image img{max-height:140mm;object-fit:contain}.scene-legend a{font-size:9px}.proposal-view .pv-footer{padding-bottom:25px}}.pv-section-nav{scrollbar-width:none}.pv-section-nav::-webkit-scrollbar{display:none}@media print{.proposal-view .pv-section{display:block}.proposal-view .pv-section>.section-number{display:block;margin-bottom:12px;page-break-after:avoid;break-after:avoid}.proposal-view #investment{page-break-before:always;break-before:page}.proposal-view .section-heading{page-break-after:avoid;break-after:avoid}.proposal-view .quote-items{display:block}.proposal-view .item-details p,.proposal-view .quote-copy>p,.proposal-view .terms p,.proposal-view .timeline-item :is(p,small){font-size:11px}.proposal-view .item-details small{font-size:10px}.proposal-view .pv-footer{padding:12px 22px;margin-top:12px}.proposal-view .pv-footer h2{font-size:22px;margin:6px 0 8px}.proposal-view .pv-footer>p{margin:5px 0 8px;font-size:9px}.proposal-view .pv-footer>.eyebrow,.proposal-view .pv-footer>small{font-size:7px}}.staff-language{display:flex;gap:4px;padding:4px;background:#e9eddf;border-radius:10px;width:fit-content;margin-block:12px}.staff-language button{border:0;background:transparent;padding:7px 12px;border-radius:7px;font:inherit;font-size:12px;color:#33412e}.staff-language button[aria-pressed=true]{background:#fff;box-shadow:0 1px 4px #23301514}.staff-surface[dir=rtl]{font-family:Noto Sans Arabic,sans-serif}.staff-surface[dir=rtl] h1,.staff-surface[dir=rtl] h2,.staff-surface[dir=rtl] h3{font-family:Noto Sans Arabic,sans-serif;letter-spacing:0;line-height:1.65}.staff-surface[dir=rtl] .eyebrow,.staff-surface[dir=rtl] .nav-caption{letter-spacing:0}.staff-surface[dir=rtl] .sidebar{right:0;left:auto;border-right:0;border-left:1px solid #e2e7da}.staff-surface[dir=rtl] .workspace-main{margin-left:0;margin-right:235px}.staff-surface[dir=rtl] input[type=email],.staff-surface[dir=rtl] input[type=number],.staff-surface[dir=rtl] input[type=url]{direction:ltr;text-align:right}.staff-surface[dir=rtl] .modal{text-align:right}.staff-surface[dir=rtl] .version-row{flex-wrap:wrap}.operations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-block:24px}.operations-grid strong{display:block;font-size:32px;margin-block:12px}@media (max-width:900px){.staff-surface[dir=rtl] .workspace-main{margin-right:0}.staff-surface[dir=rtl] .sidebar{transform:translateX(100%)}.staff-surface[dir=rtl] .sidebar.open{transform:translateX(0)}}.studio-embedded>.mobile-nav-toggle,.studio-embedded>.sidebar{display:none}.staff-surface .studio-embedded>.workspace-main,.staff-surface[dir=rtl] .studio-embedded>.workspace-main{width:100%;margin:0;min-width:0}.embedded-studio-nav{display:flex;align-items:center;gap:6px;padding:12px 20px;background:#f6f7f0;border-bottom:1px solid var(--line);flex-wrap:wrap;position:sticky;top:0;z-index:45}.embedded-studio-nav>button{padding:9px 13px;border-radius:8px;font-size:12px}.embedded-studio-nav>button.active{background:#e1e8d9;color:#29493e}.embedded-studio-nav .staff-language{margin-inline-start:auto}.studio-embedded .demo-banner{padding:8px 20px}.studio-embedded:has(.proposal-editor) .embedded-studio-nav{position:relative}@media (max-width:480px){.embedded-studio-nav{padding:10px;gap:2px}.embedded-studio-nav>button{padding:8px;font-size:11px}.embedded-studio-nav .staff-language{width:100%;margin:4px 0 0}}@media (max-width:380px){.studio-embedded .editor-actions{flex-wrap:wrap}.studio-embedded .editor-actions .save-state{flex-basis:100%;margin:0}.studio-embedded .editor-actions>button{flex:1 1 90px;min-width:0;white-space:normal}}@media screen and (max-width:700px){.proposal-view :is(input:not([type=checkbox]):not([type=radio]),select,textarea),.staff-surface :is(input:not([type=checkbox]):not([type=radio]),select,textarea,.tiptap){font-size:16px}.modal{overscroll-behavior:contain;scroll-padding-block:20px}.modal-actions{padding-bottom:env(safe-area-inset-bottom,0)}}.brief-question-heading,.brief-review-actions,.brief-review-heading,.brief-undo-notice{display:flex;align-items:center;justify-content:space-between;gap:16px}.brief-review-heading{justify-content:flex-start}.brief-review-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#e5ebd9;color:#526e41;flex-shrink:0}.brief-draft-review{margin-top:26px;padding-top:24px;border-top:1px solid var(--line)}.brief-draft-review .brief-review-heading h3{margin:7px 0 0}.brief-draft-review>p{margin:14px 0 20px}.brief-compare{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;margin-top:20px}.brief-current,.brief-suggestion{border:1px solid var(--line);border-radius:12px;padding:20px;min-width:0}.brief-current{background:#f5f3ef;color:#686d63}.brief-current p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7}.brief-current ul{padding-inline-start:20px;line-height:1.7}.brief-suggestion{background:#f2f6eb;border-color:#d9e3cc}.brief-apply-choice{margin:0 0 12px;background:transparent;border:0;padding:0}.brief-private-drafts{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.brief-source-choice{padding:14px 0}.brief-source-choice .check{margin-bottom:5px}.brief-private-note{display:flex;gap:7px;align-items:flex-start;font-size:12px;line-height:1.65;color:#68745e}.brief-private-note svg{flex-shrink:0;margin-top:3px}.brief-review-actions{padding-top:20px;border-top:1px solid var(--line);align-items:flex-start}.brief-review-actions small{max-width:260px}.brief-review-actions button{flex-shrink:0}.brief-review-notes{margin-top:20px}.brief-review-notes .section-heading{gap:12px}.brief-review-notes h3{margin:8px 0 0}.brief-question-count{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:30px;background:#eff3e9;color:#526a41;font-size:11px;white-space:nowrap}.brief-question-count.pending{background:#fff2dc;color:#86612d}.brief-empty{font-size:13px;line-height:1.7;margin:20px 0}.brief-questions{display:grid;gap:12px;margin:16px 0}.brief-question{padding:16px;border:1px solid var(--line);border-radius:10px;background:#fafbf7;min-width:0}.brief-question.resolved{background:#f2f6ed}.brief-question-heading{align-items:flex-start;margin-bottom:12px;gap:8px}.brief-question-heading .check{margin:0;border:0;background:transparent;padding:0;align-items:flex-start;min-width:0;overflow-wrap:anywhere}.brief-question-heading .check input{margin-top:3px}.brief-question-heading .icon-button{flex-shrink:0}.brief-question .field{margin:0}.brief-question textarea{min-height:70px}.brief-add-question{display:flex;gap:8px;align-items:center}.brief-add-question input{min-width:0;flex:1 1}.brief-add-question button{flex-shrink:0}.brief-service-ideas{border-top:1px solid var(--line);padding-top:22px;margin-top:24px}.brief-service-ideas p{font-size:12px;margin-bottom:12px}.brief-service-ideas ul{padding:0;list-style:none;display:grid;gap:6px}.brief-service-ideas li{display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:8px;background:#f2f5ed;padding:8px 12px;font-size:13px;overflow-wrap:anywhere}.brief-service-ideas li .icon-button{flex-shrink:0}.brief-undo-notice{margin:0 0 24px}@media (max-width:700px){.brief-compare,.brief-private-drafts{grid-template-columns:1fr}.brief-current{padding:16px}.brief-review-actions,.brief-undo-notice{flex-direction:column;align-items:stretch}.brief-review-actions small{max-width:none}.brief-add-question{flex-wrap:wrap}.brief-add-question input{flex-basis:100%}.brief-review-heading{align-items:flex-start}.brief-review-notes .section-heading{flex-wrap:wrap}}.brief-assistant-preview{max-width:1080px;margin:auto;padding:36px 32px 80px}.brief-assistant-preview footer,.brief-assistant-preview header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;flex-wrap:wrap}.brief-assistant-preview header a{font-size:22px;font-weight:600;color:var(--ink);text-decoration:none}.brief-assistant-preview header span{display:block;letter-spacing:2px;font-size:9px;margin-top:7px}.brief-assistant-preview h1{font-size:38px;margin:35px 0 25px}.brief-assistant-preview .brief-card li,.brief-assistant-preview .brief-card p{line-height:1.8}@media (max-width:600px){.brief-assistant-preview{padding:16px 16px 60px}.brief-assistant-preview h1{font-size:28px}.brief-assistant-preview .brief-card{position:static}.brief-assistant-preview .brief-layout{grid-template-columns:1fr}}.sidebar>*{flex-shrink:0}@media (max-height:850px){.sidebar-inspiration{display:none}.sidebar-bottom{margin-top:auto}}.studio-help-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 40px;border-bottom:1px solid var(--line);background:#f8faf3;font-size:12px}.studio-help-bar>span{font-weight:600;color:#597046}.studio-help-bar>div{gap:20px}.finished-example-bar,.studio-help-bar>div{display:flex;align-items:center;flex-wrap:wrap}.finished-example-bar{justify-content:space-between;gap:16px;padding:16px 5%;background:#edf2e5;color:#2d5147;border-bottom:1px solid #dbe5d0;font-size:13px}.finished-example-bar a{font-weight:600;text-decoration:underline}@media (max-width:700px){.studio-help-bar{padding:10px 16px;align-items:flex-start}.studio-help-bar>div{gap:10px}.finished-example-bar{padding:14px 18px}}.proposal-guide{display:grid;gap:18px}.proposal-guide p{line-height:1.65;margin:8px 0;color:#435347}.proposal-guide h3{margin:0}.proposal-guide-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.proposal-guide-section{padding:20px}.proposal-guide-section .section-heading{align-items:start;gap:12px;margin-bottom:12px}.proposal-guide-section .text-button{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;min-height:44px}.proposal-guide-recovery ol,.proposal-guide-sharing{padding-inline-start:24px;margin:14px 0 0;line-height:1.65}.proposal-guide-recovery li+li,.proposal-guide-sharing li+li{margin-top:14px}.proposal-guide-recovery li::marker,.proposal-guide-sharing li::marker{font-weight:700}.proposal-guide[dir=rtl] ol{list-style-type:arabic-indic}.proposal-guide-section .section-heading h3{min-width:0;overflow-wrap:anywhere}.proposal-guide .modal-actions button{min-height:44px}@media (max-width:700px){.proposal-guide-sections{grid-template-columns:1fr}.proposal-guide-section{padding:16px}.proposal-guide-section .section-heading{flex-wrap:wrap}}.proposal-walkthrough{margin:24px 40px 0;padding:20px 24px;border:1px solid #d5dfcf;border-radius:18px;background:#eef3e8;color:#29493e}.walkthrough-topline .icon-button{min-width:44px;min-height:44px}.walkthrough-topline{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700}.walkthrough-main{display:flex;gap:18px;align-items:center;margin:8px 0 20px}.walkthrough-number{width:54px;height:54px;border-radius:16px;background:#315747;color:white;display:grid;place-items:center;font-size:26px;flex:0 0 auto}.walkthrough-main h2{font-family:inherit;font-size:24px;line-height:1.25;margin:0 0 8px}.walkthrough-main p{margin:0;font-size:16px;line-height:1.6;color:#435347}.proposal-walkthrough .walkthrough-tip{margin:0 0 16px;font-size:14px;line-height:1.65;color:#435347}.walkthrough-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.walkthrough-actions button{min-height:44px}.walkthrough-more{display:inline-flex;align-items:center;gap:6px}.walkthrough-move{margin-inline-start:auto;display:flex;gap:8px}.walkthrough-move .primary{min-width:138px}.walkthrough-example{padding:16px;border-radius:12px;background:#fff;margin:0 0 14px;line-height:1.6}.walkthrough-example strong{font-size:12px}.walkthrough-example p{font-size:16px;margin:6px 0;color:#435347}.walkthrough-example small{font-size:13px;color:#536456}.proposal-walkthrough .walkthrough-reassurance{margin:14px 0 0;font-size:12px;line-height:1.5;color:#536456}.proposal-walkthrough[dir=rtl] .walkthrough-arrow{transform:rotate(180deg)}@media (max-width:700px){.proposal-walkthrough{margin:16px 14px 0;padding:16px;border-radius:14px}.walkthrough-main{gap:12px;align-items:flex-start}.walkthrough-number{width:40px;height:40px;border-radius:12px;font-size:22px}.walkthrough-main h2{font-size:20px}.walkthrough-actions{gap:8px 16px}.walkthrough-move{width:100%;margin:0}.walkthrough-move button{flex:1 1}}@media (max-width:380px){.proposal-editor .editor-actions{flex-wrap:wrap}.proposal-editor .editor-actions .save-state{flex-basis:100%;margin:0}.proposal-editor .editor-actions>button{flex:1 1 90px;min-width:0;white-space:normal}}@media (max-width:900px){.app-shell:not(.studio-embedded) .studio-help-bar{padding-right:64px}}