:root{--brand:#71816d;--brand-dark:#52614e;--ink:#292d2c;--muted:#6f7271;--line:#dedbd3;--paper:#fff;--sand:#e6e1d5;--soft:#faf8f5}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:16px/1.5 Inter,Arial,sans-serif;background:var(--sand)}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.4}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--brand);outline-offset:3px}button,a{color:inherit}button[hidden],[hidden]{display:none!important}.studio-header{height:92px;background:#292d2c;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px 36px;gap:25px}.studio-header img{display:block}.studio-header-title{margin-right:auto;padding-left:30px;border-left:1px solid #ffffff30;display:grid;gap:2px}.studio-header-title span{font-size:10px;letter-spacing:.18em;color:#c9b79c}.studio-header-title strong{font-size:21px;font-weight:400}.studio-header-link{border:1px solid #ffffff60;padding:10px 18px;text-decoration:none;font-size:13px}.studio-header-link span{margin-left:18px}#studio-steps{display:grid;grid-template-columns:repeat(8,1fr);background:var(--paper);border-bottom:1px solid var(--line);padding:0 28px;min-height:72px}.studio-step{border:0;border-bottom:3px solid transparent;background:none;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;color:var(--muted);padding:16px 8px}.studio-step .number{width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:11px}.studio-step[aria-current=step]{color:var(--ink);border-color:var(--brand)}.studio-step[aria-current=step] .number{background:var(--brand);border-color:var(--brand);color:#fff}.studio-step.done .number{color:var(--brand);border-color:var(--brand)}.studio-workspace{display:grid;grid-template-columns:minmax(0,1fr) 390px;min-height:520px;height:calc(100dvh - 209px)}.studio-stage{position:relative;overflow:hidden;min-height:520px;background:#f6f5f3}#fireplace-viewer{position:absolute;inset:0}#fireplace-viewer canvas{display:block;width:100%;height:100%}.studio-caption{position:absolute;left:32px;top:30px;pointer-events:none}.studio-caption>span{letter-spacing:.18em;font-size:10px;color:var(--muted)}.studio-caption h1{font-size:30px;line-height:1.15;font-weight:400;margin:9px 0;letter-spacing:-.02em}.studio-view-tools{position:absolute;top:30px;right:22px;display:flex;flex-direction:column;align-items:end;gap:8px}.studio-view-tools button,.studio-stage-bottom button{background:#fffffff0;border:1px solid #ded8d0;padding:9px 13px;font-size:12px;box-shadow:0 3px 12px #00000004}.studio-view-tools button small{display:block;color:var(--muted);font-size:10px}.studio-view-tools button[aria-pressed=true]{color:var(--brand-dark)}.studio-stage-bottom{position:absolute;bottom:22px;left:28px;right:22px;display:flex;align-items:end;justify-content:space-between;gap:12px}.studio-stage-bottom p{margin:0 0 5px;font-size:13px}.studio-stage-bottom>div{background:#ffffffad;padding:8px 12px}.studio-interaction-hint{font-size:11px;color:var(--muted)}#studio-loading{position:absolute;inset:0;display:grid;place-content:center;background:#f7f5f0e8;font-size:14px;color:var(--muted);z-index:3}#studio-loading:before{content:"";width:24px;height:24px;border:2px solid var(--line);border-top-color:var(--brand);border-radius:50%;margin:0 auto 15px;animation:spin .8s linear infinite}#studio-viewer-error{position:absolute;top:140px;left:20px;right:20px;background:#fff;padding:16px;z-index:4}#studio-viewer-error button{background:none;border:0;color:var(--brand-dark);text-decoration:underline}@keyframes spin{to{transform:rotate(360deg)}}.studio-panel{background:var(--paper);border-left:1px solid var(--line);display:flex;flex-direction:column;min-height:0}.studio-panel-heading{padding:28px 28px 18px;border-bottom:1px solid var(--line)}#studio-step-count{font-size:10px;letter-spacing:.17em;color:var(--brand-dark);margin:0 0 9px}#studio-step-title{font-size:29px;font-weight:400;line-height:1.2;margin:0 0 10px;letter-spacing:-.02em}#studio-step-description{font-size:13px;color:var(--muted);line-height:1.55;margin:0}#studio-options{padding:22px 28px;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ded8d0 transparent}.studio-panel-bottom{padding:15px 28px 22px;border-top:1px solid var(--line)}.studio-history{display:flex;justify-content:space-between;margin-bottom:15px}.studio-history button{padding:0;background:none;border:0;font-size:11px;color:var(--muted)}.studio-navigation{display:flex;gap:9px}.studio-navigation button{min-height:48px;border:1px solid var(--line);background:#fff;padding:10px 17px}#studio-next{background:var(--brand);border-color:var(--brand);color:#fff;flex:1;display:flex;align-items:center;justify-content:space-between;font-size:14px}#studio-next:hover{background:var(--brand-dark)}.studio-group{border:0;padding:0;margin:0 0 24px}.studio-group legend,.studio-label{font-weight:600;font-size:13px;margin-bottom:10px;display:block}.studio-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.studio-choice-grid.single{grid-template-columns:1fr}.studio-choice{border:1px solid var(--line);background:var(--paper);padding:13px 12px;text-align:left;font-size:13px;position:relative;transition:border-color .15s,background .15s}.studio-choice[aria-pressed=true]{border-color:var(--brand);background:#71816d09;box-shadow:inset 0 0 0 1px var(--brand)}.studio-choice[aria-pressed=true]:after{content:"\2713";position:absolute;right:9px;top:9px;color:var(--brand-dark);font-size:12px}.studio-choice strong{font-size:14px;display:block;font-weight:600;padding-right:13px}.studio-choice small{display:block;font-size:11px;color:var(--muted);margin-top:4px}.studio-choice img{width:100%;aspect-ratio:1.8;object-fit:contain;display:block;margin-bottom:12px;background:#faf8f5}.studio-model img{aspect-ratio:1.6}.studio-model strong{font-size:21px}.studio-note{font-size:12px;line-height:1.65;color:var(--muted);margin:12px 0}.studio-highlight{padding:13px 15px;background:var(--sand);border-left:2px solid var(--brand);font-size:12px;line-height:1.65}.studio-colors{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.studio-color{height:35px;border:3px solid white;outline:1px solid var(--line);position:relative}.studio-color[aria-pressed=true]{outline:2px solid var(--brand);outline-offset:2px}.studio-color[aria-pressed=true]:after{content:"\2713";color:#fff;text-shadow:0 1px 3px #000;position:absolute;inset:0;display:grid;place-items:center}.studio-color-name{margin:12px 0 0;font-size:12px;color:var(--muted)}.studio-measure{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px}.studio-measure input{width:84px;padding:7px 9px;border:1px solid var(--line);text-align:right}.studio-range{width:100%;accent-color:var(--brand);margin:0 0 6px}.studio-range-ends{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.studio-fixed{display:flex;justify-content:space-between;font-size:13px;border-bottom:1px solid var(--line);padding:12px 0}.studio-front-row{margin-bottom:18px}.studio-front-row p{font-size:12px;color:var(--muted);margin:0 0 7px}.studio-front-row .studio-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-front-row .studio-choice{padding:10px 8px;font-size:12px}.studio-select{width:100%;padding:12px;border:1px solid var(--line);background:#fff}.studio-summary{margin:0}.studio-summary>div{padding:12px 0;border-bottom:1px solid var(--line)}.studio-summary dt{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.studio-summary dd{font-size:13px;margin:3px 0 0;line-height:1.6}.studio-export{display:block;width:100%;padding:12px;border:1px solid var(--brand);background:#fff;margin-top:12px;font-size:13px}.studio-status{font-size:12px;color:var(--brand-dark)}.studio-share-link{width:100%;padding:9px;border:1px solid var(--line);font-size:11px;margin-top:10px}.studio-footer{display:flex;justify-content:space-between;padding:12px 32px;font-size:11px;background:#292d2c;color:#ded9d3}.studio-footer b{color:#71816d;margin:0 10px;font-weight:400}.studio-noscript{position:fixed;inset:200px 20px auto;z-index:10;background:#fff;padding:25px}.studio-fire-choice{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:14px;padding:0;overflow:hidden;min-height:96px}.studio-fire-photo{display:block;height:96px;overflow:hidden;background:#302b25}.studio-fire-choice .studio-fire-photo img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;margin:0;background:none}.studio-fire-caption{padding:14px 17px 14px 0}.studio-fire-choice[data-value=kroon-1200] img{object-position:50% 60%;transform:scale(2.4);transform-origin:50% 60%}.studio-fire-choice[data-value=kroon-650] img{object-position:47% 60%;transform:scale(2.1);transform-origin:47% 60%}.studio-fire-choice[data-value=kroon-870] .studio-fire-photo{position:relative}.studio-fire-choice[data-value=kroon-870] img{position:absolute;left:50%;top:50%;width:250%;height:auto;max-width:none;transform:translate(-67%,-51%)}@media(max-width:360px){.studio-fire-choice{grid-template-columns:100px minmax(0,1fr);gap:11px}.studio-fire-caption{padding-right:12px}}@media(min-width:761px){.studio-app{height:calc(100dvh - 92px);display:flex;flex-direction:column}#studio-steps,.studio-footer{flex-shrink:0}.studio-workspace{height:auto;flex:1;min-height:440px}.studio-stage{min-height:0}}@media(min-width:1500px){.studio-workspace{grid-template-columns:minmax(0,1fr) 440px}.studio-panel-heading,#studio-options{padding-left:34px;padding-right:34px}.studio-caption{left:44px;top:40px}.studio-caption h1{font-size:36px}}@media(max-width:1000px){.studio-workspace{grid-template-columns:minmax(0,1fr) 340px}.studio-caption h1{font-size:23px}.studio-caption{left:20px}.studio-view-tools{top:125px;right:14px}#studio-steps{padding:0 10px}.studio-step{gap:6px;font-size:11px}.studio-panel-heading,#studio-options,.studio-panel-bottom{padding-left:22px;padding-right:22px}}@media(max-width:760px){.studio-header{height:76px;padding:10px 18px;gap:15px}.studio-header img{width:108px;height:auto}.studio-header-title{padding-left:16px}.studio-header-title span{font-size:8px}.studio-header-title strong{font-size:16px}.studio-header-link{display:none}#studio-steps{display:flex;min-height:58px;overflow-x:auto;padding:0 8px;scrollbar-width:none}.studio-step{padding:12px 10px;flex:0 0 auto}.studio-step .label{display:none}.studio-step[aria-current=step] .label{display:inline}.studio-step .number{width:23px;height:23px}.studio-workspace{display:flex;flex-direction:column;height:auto;min-height:0}.studio-stage{height:46dvh;min-height:330px;max-height:480px}.studio-caption{top:17px;left:18px}.studio-caption>span{font-size:8px}.studio-caption h1{font-size:21px}.studio-view-tools{top:17px;right:12px;gap:5px}.studio-view-tools button{font-size:10px;padding:6px 9px}.studio-view-tools button small{font-size:8px}.studio-stage-bottom{left:12px;right:12px;bottom:12px}.studio-stage-bottom p{font-size:10px}.studio-interaction-hint{display:none}.studio-stage-bottom button{font-size:10px;padding:7px 9px}.studio-stage-bottom>div{padding:5px 8px}.studio-panel{border-left:0;border-top:1px solid var(--line)}.studio-panel-heading{padding:22px 22px 15px}#studio-step-title{font-size:26px}#studio-options{overflow:visible;padding:18px 22px}.studio-panel-bottom{position:sticky;bottom:0;background:#fff;z-index:5;padding:12px 22px 17px;box-shadow:0 -5px 20px #00000004}.studio-history{margin-bottom:12px}.studio-footer{padding:14px 22px;font-size:9px}.studio-colors{grid-template-columns:repeat(7,1fr)}.studio-color{height:38px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}#studio-loading:before{animation:none}}@media(max-width:760px){body{height:100dvh;overflow:hidden}.studio-header{flex-shrink:0}.studio-app{height:calc(100dvh - 76px);display:flex;flex-direction:column}#studio-steps{flex:0 0 58px}.studio-workspace{flex:1;min-height:0;overflow:hidden}.studio-stage{height:36dvh;min-height:220px;max-height:340px;flex-shrink:0}.studio-caption h1{display:none}.studio-panel{flex:1;min-height:0}.studio-panel-heading{padding:12px 20px;flex-shrink:0}#studio-step-count{margin-bottom:5px;font-size:9px}#studio-step-title{font-size:22px;margin:0}#studio-step-description{display:none}#studio-options{overflow-y:auto;min-height:0;padding:16px 20px}.studio-panel-bottom{position:static;flex-shrink:0;padding:11px 20px 14px}.studio-history{margin-bottom:9px}.studio-navigation button{min-height:44px}.studio-footer{display:none}.studio-view-tools button{min-height:32px}.studio-color{height:40px}#studio-fit-warning{padding:7px 10px;margin:0 0 9px;font-size:10px}}.studio-header img{width:104px;height:69px;object-fit:contain}.studio-header-title span{text-transform:uppercase}.studio-panel-heading h2,.studio-caption h1{font-family:Georgia,serif;font-weight:400}.studio-navigation button:last-child,.studio-header-link{border-radius:12px}.studio-choice{border-radius:8px}.studio-choice[aria-pressed=true]{box-shadow:inset 0 0 0 1px var(--brand)}.studio-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.studio-header-link{white-space:nowrap}.studio-header-dashboard{display:inline-flex;align-items:center;gap:9px;background:var(--brand);border-color:var(--brand)}.studio-header-dashboard span{margin-left:0}.studio-header-dashboard:hover{background:var(--brand-dark);border-color:var(--brand-dark)}@media(max-width:760px){.studio-header-dashboard{display:inline-flex;min-height:44px;padding:9px 12px}.studio-header-actions:has(>:only-child){display:none}}@media(max-width:540px){.studio-header-with-dashboard .studio-header-title{display:none}}#studio-model-message{position:absolute;left:20px;right:20px;top:110px;padding:10px 14px;background:#fffffff0;font-size:12px;z-index:4}.studio-header-actions button.studio-header-link{display:inline-flex;align-items:center;min-height:44px;padding:8px 10px;font:inherit;color:inherit;background:none;border:0;cursor:pointer;white-space:nowrap}.studio-header-link #studio-cart-count{margin-left:8px;display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;background:#e8e1d6;border-radius:50%;font-size:11px;color:#292d2c}.studio-sales-total{font-size:23px;font-weight:600;margin:12px 0}.studio-sales-total small{display:block;font-size:12px;font-weight:400;margin-top:5px}.studio-price-details{margin:14px 0}.studio-price-details summary,.studio-cart-item summary{cursor:pointer;font-size:13px;text-decoration:underline;text-underline-offset:3px}.studio-order select,.studio-order textarea{box-sizing:border-box;display:block;width:100%;padding:11px;border:1px solid #ccc8c0;border-radius:4px;background:#fff;font:inherit;color:inherit}@media(max-width:700px){.studio-header-actions{gap:8px}.studio-header-actions button.studio-header-link{font-size:12px}}@media(max-width:540px){.studio-header-title{display:none}.studio-header{gap:8px;padding:10px 12px}.studio-header img{width:82px;height:55px}.studio-header-dashboard{font-size:11px;padding:9px}.studio-header-actions{gap:4px}}@media(max-width:380px){.studio-header img{width:70px}.studio-header-dashboard{font-size:10px;padding:8px;gap:5px}.studio-header-actions button.studio-header-link{font-size:11px;padding:6px}.studio-header-link #studio-cart-count{min-width:18px;height:18px;margin-left:5px}}:root{--brand:#0284c7;--brand-dark:#0369a1;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--paper:#fff;--sand:#e0f2fe;--soft:#f7f9fc;--navy:#061a32;--blue:#0ea5e9}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;background:#fff;line-height:1.6}.kroon-header{height:82px;background:#fff;color:var(--ink);display:flex;align-items:center;padding:0 max(28px,calc((100vw - 1360px)/2));gap:36px;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand-link{display:flex;align-items:center;text-decoration:none;gap:18px;flex-shrink:0}.kroon-header .brand-link img{width:122px;height:auto;max-height:48px;object-fit:contain}.brand-link>span{border-left:1px solid #cbd5e1;padding-left:18px;font-size:10px;letter-spacing:.15em;color:#64748b;font-weight:600}.kroon-nav{display:flex;align-items:center;gap:24px;margin-left:auto;height:100%;font-size:13px;white-space:nowrap}.kroon-nav a{text-decoration:none;display:grid;align-items:center;height:100%;border-bottom:2px solid transparent;padding-top:2px}.kroon-nav a:hover,.kroon-nav [aria-current=page]{color:#0284c7;border-bottom-color:#0ea5e9}.contact-link{padding:10px 16px;text-decoration:none;font-size:12px;background:#0ea5e9;border-radius:9px;color:#fff;white-space:nowrap;font-weight:600;box-shadow:0 4px 12px #0ea5e919}.contact-link span{margin-left:10px}.skip-link{position:fixed;left:20px;top:-100px;z-index:20;background:#fff;padding:10px}.skip-link:focus{top:10px}.page-container{max-width:1280px;margin:auto;padding-inline:40px}.home-page{height:auto;overflow:visible}.hero{position:relative;background:radial-gradient(ellipse at 100% 0,#18436a70,transparent 65%),linear-gradient(120deg,#061a32,#102a4c);color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff03 1px,transparent 1px),linear-gradient(90deg,#ffffff03 1px,transparent 1px);background-size:55px 55px;pointer-events:none}.hero-inner{position:relative;max-width:1360px;margin:auto;padding:78px 40px 76px;display:grid;grid-template-columns:1fr 1.07fr;gap:65px;align-items:center}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:700;color:#0284c7;margin:0 0 18px}.hero .eyebrow{color:#6ac9f2;display:flex;align-items:center;gap:9px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:100%;background:#38bdf8;box-shadow:0 0 0 4px #38bdf815;flex-shrink:0}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(36px,3.55vw,56px);line-height:1.13;letter-spacing:-.04em;font-weight:750;margin:0 0 24px}.hero h1>span{color:#62bdea}.hero-copy>p{font-size:16px;line-height:1.85;color:#b5c6d9;max-width:460px;margin-bottom:29px}.hero-buttons{display:flex;gap:12px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:1px solid transparent;border-radius:9px;padding:13px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.primary{background:#0ea5e9;color:#fff;box-shadow:0 6px 20px #0ea5e925}.primary:hover{background:#0284c7}.secondary{border-color:#ffffff35;color:#fff;background:#ffffff04}.hero-points{display:flex;gap:16px;margin-top:30px;font-size:10px;color:#abc5dc}.hero-points span:first-letter{color:#38bdf8}.hero-preview{display:block;border:1px solid #ffffff26;border-radius:17px;overflow:hidden;text-decoration:none;box-shadow:0 28px 60px #020b1b45;background:#f2f4f6;transform:perspective(1500px) rotateY(-4deg);transition:transform .25s}.hero-preview:hover{transform:none}.preview-top{display:flex;align-items:center;gap:8px;color:#a9bed5;padding:13px 17px;font-size:8px;letter-spacing:.12em;background:#112d49}.preview-live{margin-left:auto;background:#38bdf818;color:#8adcfc;padding:3px 8px;border-radius:4px;font-size:8px}.hero-preview>img{display:block;width:100%;height:295px;object-fit:cover}.preview-bottom{display:flex;justify-content:space-between;align-items:center;padding:17px 22px;background:#fff;color:var(--ink)}.preview-bottom small{display:block;font-size:8px;color:#64748b;letter-spacing:.13em}.preview-bottom strong{font-size:14px;font-weight:600}.preview-arrow{background:#e0f2fe;color:#0284c7;width:32px;height:32px;display:grid;place-items:center;border-radius:50%}.demo-section{padding-block:62px 76px;scroll-margin-top:24px}.section-intro{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.section-intro .eyebrow{margin-bottom:9px}h2{font-size:30px;line-height:1.25;letter-spacing:-.035em;font-weight:700;margin-bottom:14px}.section-intro h2{margin:0}.section-intro>p{font-size:12px;color:var(--muted);margin:0;line-height:1.8}.demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:23px}.demo-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:13px;overflow:hidden;text-decoration:none;background:#fff;transition:box-shadow .25s,transform .25s}.demo-card:hover{box-shadow:0 16px 35px #0f172a12;transform:translateY(-5px)}.card-image{position:relative;overflow:hidden;background:#f2f4f6;height:218px}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.demo-card:hover img{transform:scale(1.04)}.card-number{position:absolute;top:14px;left:14px;border:1px solid #ffffff;color:#455a6c;background:#ffffffbd;border-radius:5px;padding:3px 8px;font-size:10px;z-index:1}.card-label{position:absolute;left:17px;bottom:13px;font-size:8px;letter-spacing:.13em;color:#1b425d;background:#ffffffd9;border-radius:4px;padding:4px 8px}.card-content{padding:22px;display:flex;flex-direction:column;flex:1}.card-content h3{font-size:18px;letter-spacing:-.025em;margin:0 0 10px;display:flex;justify-content:space-between;gap:5px}.card-content h3>span{color:#94a3b8;font-weight:400}.card-content p{font-size:12px;line-height:1.8;color:var(--muted);margin:0 0 17px}.card-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:auto;margin-bottom:21px}.card-tags span{font-size:9px;padding:3px 6px;border-radius:4px;background:#f1f5f9;color:#64748b}.card-link{padding-top:15px;border-top:1px solid #eef2f7;font-size:11px;font-weight:600;color:#0284c7;display:flex;justify-content:space-between}.how-section{background:#f7f9fc;border-block:1px solid #eef2f7}.how-grid{padding-block:60px;display:grid;grid-template-columns:1fr 1fr;gap:100px}.how-grid>div>p:last-child{font-size:13px;color:var(--muted);max-width:400px}.how-grid ol{padding:0;margin:0;list-style:none;display:grid;gap:22px}.how-grid li{display:flex;gap:20px;align-items:start}.how-grid li>span{width:35px;height:35px;display:grid;place-items:center;background:#fff;border:1px solid #dbe8f2;border-radius:8px;color:#0284c7;font-size:11px;flex-shrink:0}.how-grid li h3{font-size:15px;margin:0 0 4px}.how-grid li p{font-size:12px;color:var(--muted);margin:0}.cta-section{padding-block:60px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-section .eyebrow{margin-bottom:10px}.cta-section h2{font-size:28px;margin-bottom:12px}.cta-section p:last-child{font-size:13px;color:var(--muted);margin-bottom:0}.home-footer{background:#061a32;color:#8fa7be;padding-block:28px}.home-footer .page-container{display:flex;align-items:center;justify-content:space-between;gap:20px}.home-footer a{font-size:20px;color:#fff;font-weight:700;text-decoration:none}.home-footer a>span{font-size:10px;font-weight:400;letter-spacing:.1em;color:#86a3c1;margin-left:12px}.home-footer p,.home-footer .page-container>span{font-size:10px;margin:0}.studio-app{height:calc(100dvh - 82px)}.studio-header{flex-shrink:0}.studio-workspace{grid-template-columns:minmax(0,1fr) 380px}.studio-footer{background:#061a32;color:#92aac2;padding-block:10px}.studio-footer b{color:#38bdf8}#studio-steps,.product-steps{min-height:66px;background:#fff}.studio-step{font-size:11px}.studio-step[aria-current=step]{color:#0284c7}.studio-stage{background:#f2f4f6}.studio-caption h1,.studio-panel-heading h2{font-family:inherit;font-weight:650}.studio-caption>span{color:#577b96;font-size:9px}.studio-caption h1{font-size:23px;letter-spacing:-.04em;color:#123651}.studio-panel-heading{padding-top:25px}#studio-step-title,#product-step-title{font-size:27px;font-weight:650;letter-spacing:-.035em}#studio-step-description,#product-step-description{font-size:12px}.studio-choice[aria-pressed=true]{background:#f0f9ff}.studio-highlight{background:#f0f9ff;border-color:#0ea5e9;border-radius:5px}.studio-view-tools button,.studio-stage-bottom button{border:1px solid #e2e8f0;border-radius:7px;box-shadow:0 2px 8px #0f172a06}.studio-color{border-radius:50%;height:33px;width:33px}.studio-select,.studio-measure input{border-radius:6px}.studio-export{border-radius:7px;color:#0284c7;border-color:#c8e4f6;background:#f5fbff}.studio-choice img{border-radius:5px}.studio-navigation #studio-next,.studio-navigation .product-next{background:#0284c7;color:#fff;border-color:#0284c7;border-radius:8px}.product-next{display:flex;align-items:center;justify-content:space-between;flex:1;font-size:14px}.studio-summary{font-size:12px}.studio-summary dt{color:#64748b}.studio-note{font-size:11px}.product-steps{display:grid;grid-template-columns:repeat(5,1fr);padding:0 28px;flex-shrink:0;border-bottom:1px solid var(--line)}#product-viewer{position:absolute;inset:0}#product-viewer canvas{display:block;width:100%;height:100%}#product-options{padding:22px 28px;flex:1;overflow-y:auto;scrollbar-width:thin;min-height:0}#product-step-count{font-size:10px;letter-spacing:.17em;color:var(--brand-dark);margin:0 0 9px}#product-step-title{margin:0 0 10px;line-height:1.2}#product-step-description{color:var(--muted);margin:0;line-height:1.55}.product-loading{position:absolute;top:112px;left:28px;border:1px solid #dbe8f2;border-radius:8px;background:#fffffff2;padding:10px 16px;font-size:12px;color:#47637c;z-index:3}.product-error{position:absolute;top:110px;left:20px;right:20px;background:#fff;border:1px solid #fca5a5;padding:15px;border-radius:7px;font-size:12px;z-index:4}.product-error button{border:0;background:#e0f2fe;border-radius:5px;padding:7px 10px;margin-left:10px}.demo-badge{font-size:9px;letter-spacing:.08em;background:#ffffffbd;border:1px solid #fff;color:#577b96;padding:7px 10px;border-radius:5px}@media(min-width:1550px){.studio-workspace{grid-template-columns:minmax(0,1fr) 420px}}@media(max-width:1120px){.kroon-header{padding-inline:24px;gap:20px}.brand-link{gap:10px}.brand-link>span{padding-left:10px}.kroon-nav{gap:16px;font-size:12px}.hero-inner{gap:35px;padding-block:58px}.hero-points{flex-wrap:wrap;gap:10px}.hero-preview>img{height:260px}.studio-workspace{grid-template-columns:minmax(0,1fr) 335px}.card-content{padding:18px}.card-image{height:185px}.card-content h3{font-size:16px}.how-grid{gap:60px}}@media(max-width:900px){.brand-link>span{display:none}.kroon-header .contact-link{display:none}.kroon-nav{gap:20px}.hero-inner{padding-inline:30px;gap:25px}.hero h1{font-size:35px}.hero-copy>p{font-size:14px}.hero-buttons{gap:8px}.hero-buttons .button{font-size:11px;padding:11px 14px;gap:8px}.hero-preview>img{height:230px}.section-intro{display:block}.section-intro>p{margin-top:14px}.demo-grid{gap:14px}.card-content{padding:15px}.card-content p{font-size:11px}.card-image{height:155px}.card-tags{margin-bottom:14px}.page-container{padding-inline:30px}.home-footer .page-container{flex-wrap:wrap}}@media(max-width:760px){.kroon-header{height:100px;flex-wrap:wrap;align-content:center;gap:0;padding:9px 18px 0}.kroon-header .brand-link{height:41px;width:100%;justify-content:space-between}.kroon-header .brand-link img{width:103px;max-height:38px}.brand-link>span{display:block;border:0;font-size:8px}.kroon-nav{width:100%;height:41px;margin:0;gap:0;justify-content:space-between;font-size:10px}.kroon-nav a{padding:0 3px}.configurator-page{height:100dvh;overflow:hidden}.studio-app{height:calc(100dvh - 100px)}.studio-workspace{display:flex}.studio-stage{height:33dvh;min-height:210px;max-height:300px}.studio-caption{top:14px}.studio-caption h1{display:none}.studio-caption>span{font-size:8px}#studio-steps,.product-steps{min-height:54px;flex:0 0 54px;padding-inline:8px}.product-steps{display:flex;overflow-x:auto;scrollbar-width:none}.studio-step{font-size:10px;gap:5px}.studio-step .number{width:22px;height:22px}.studio-panel-heading{padding:12px 20px}#product-step-count{margin-bottom:4px;font-size:9px}#product-step-title,#studio-step-title{font-size:21px;margin:0}#product-step-description{display:none}#product-options{padding:16px 20px}.product-loading{top:62px;left:16px;padding:7px 11px;font-size:10px}.product-error{top:65px;font-size:10px}.studio-view-tools{top:13px}.studio-view-tools button{font-size:9px;min-height:31px}.demo-badge{display:none}.studio-colors{grid-template-columns:repeat(6,1fr)}.studio-color{width:36px;height:36px}.home-page{height:auto;overflow:visible}.hero-inner{display:block;padding:44px 24px}.hero h1{font-size:42px}.hero-copy>p{font-size:14px;max-width:450px}.hero-points{font-size:10px;gap:15px;margin-top:22px}.hero-preview{margin-top:35px;transform:none}.hero-preview>img{height:250px}.hero-buttons .button{font-size:12px;padding:12px 17px}.page-container{padding-inline:24px}.demo-section{padding-block:40px}.section-intro h2{font-size:26px}.demo-grid{grid-template-columns:1fr;gap:22px}.card-image{height:230px}.card-content{padding:22px}.card-content h3{font-size:20px}.card-content p{font-size:13px}.card-tags span{font-size:10px}.card-link{font-size:12px}.how-grid{grid-template-columns:1fr;gap:28px;padding-block:40px}.how-grid h2{font-size:28px}.cta-section{display:block;padding-block:40px}.cta-section h2{font-size:26px}.cta-section .button{margin-top:24px}.home-footer .page-container{align-items:start;flex-direction:column;gap:15px}.home-footer p{font-size:10px}}@media(prefers-reduced-motion:reduce){.hero-preview,.demo-card,.button,.card-image img{transition:none;transform:none!important}}.brand-link>.forma-wordmark{display:inline-block;font-size:17px;font-weight:600;letter-spacing:.025em;color:#061a32}@media(max-width:760px){.brand-link>.forma-wordmark{font-size:16px}}.card-image-kitchen{background:#e2e2e2}.card-image-kitchen img{object-fit:contain}.kitchen-page{height:auto;overflow:visible;background:var(--soft)}.k-workspace{display:grid;grid-template-columns:minmax(0,1fr) 380px;align-items:start;min-height:calc(100dvh - 124px)}.k-stage{position:sticky;top:0;height:calc(100dvh - 82px);min-height:540px;isolation:isolate;overflow:hidden;background:#f2f4f6}.k-editorial{position:absolute;z-index:2;top:30px;left:32px;pointer-events:none}.k-eyebrow{font-size:9px;font-weight:650;letter-spacing:.15em;text-transform:uppercase;margin:0 0 12px;color:var(--brand)}.k-editorial h1{font-size:30px;line-height:1.2;letter-spacing:-.04em;font-weight:650;margin:0 0 10px;color:#123651}.k-editorial>p{font-size:12px;color:var(--muted);margin:0}#k-viewer{position:absolute;inset:0}#k-viewer canvas{display:block;width:100%;height:100%;touch-action:none}.k-stage-label{position:absolute;left:32px;top:145px;font-size:8px;letter-spacing:.13em;display:flex;align-items:center;gap:10px;color:#577b96;background:#ffffffc9;padding:7px 10px;border:1px solid white;border-radius:5px}.k-dot{height:8px;width:8px;background:#dedbc5;border:1px solid #bcb69f;border-radius:50%}.k-stage-label>span:last-child{opacity:.4}.k-view-buttons{position:absolute;left:50%;bottom:86px;transform:translate(-50%);display:flex;border:1px solid var(--line);border-radius:9px;padding:4px;background:#fffffff0;box-shadow:0 4px 22px #0f172a08;white-space:nowrap}.k-view-buttons button{font-size:11px;padding:10px 18px;border:0;border-radius:6px;background:none}.k-view-buttons button[aria-pressed=true]{background:var(--brand);color:#fff}.k-stage-footer{position:absolute;bottom:24px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:10px;color:var(--muted)}.k-stage-footer>span{background:#ffffffba;border-radius:5px;padding:7px 10px}.k-stage-footer button{border:1px solid var(--line);border-radius:8px;padding:12px 18px;font-size:11px;background:#fffffff0;color:var(--brand-dark);white-space:nowrap}.k-panel{background:#fff;border-left:1px solid var(--line);padding:28px}.k-panel-heading{margin-bottom:28px}.k-panel h2{font-size:27px;font-weight:650;letter-spacing:-.035em;margin:0 0 12px}.k-panel-heading>p:last-child{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.k-control-section{border:0;border-bottom:1px solid var(--line);margin:0 0 24px;padding:0 0 24px;min-width:0}.k-section-heading,.k-control-section legend{font-size:13px;display:flex;gap:12px;align-items:center;margin:0 0 16px;padding:0;font-weight:600}.k-section-heading>span,.k-control-section legend>span{font-size:10px;color:var(--brand);display:grid;place-items:center;width:24px;height:24px;border:1px solid #dbe8f2;border-radius:50%;font-weight:500}.k-section-heading h3{font:inherit;margin:0}.k-finish{display:flex;gap:14px;align-items:center;border:1px solid #7dd3fc;padding:13px;border-radius:8px;background:#f0f9ff}.k-swatch{width:40px;height:40px;border-radius:50%;box-shadow:inset 0 0 0 1px #0000000a;flex-shrink:0}.k-finish strong,.k-toggle strong{display:block;font-size:12px;font-weight:600}.k-finish small,.k-toggle small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.k-selected{margin-left:auto;font-size:14px;color:var(--brand)}.k-widths{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.k-widths button{padding:12px 0;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:17px;font-weight:600}.k-widths button small{font-size:10px;margin-left:5px;font-weight:400}.k-widths button[aria-pressed=true]{background:var(--brand);color:#fff;border-color:var(--brand)}.k-hint{font-size:10px;color:var(--muted);margin:12px 0 0;line-height:1.5}.k-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;position:relative;min-height:44px}.k-toggle+.k-toggle{margin-top:16px}.k-toggle input{position:absolute;right:0;width:44px;height:44px;opacity:0;cursor:pointer}.k-switch{width:38px;height:22px;background:#cbd5e1;border-radius:20px;position:relative;transition:background .2s;flex-shrink:0;pointer-events:none}.k-switch:after{content:"";background:#fff;width:16px;height:16px;border-radius:50%;position:absolute;left:3px;top:3px;transition:transform .2s}.k-toggle input:checked+.k-switch{background:var(--brand)}.k-toggle input:checked+.k-switch:after{transform:translate(16px)}.k-toggle input:focus-visible+.k-switch{outline:2px solid var(--brand);outline-offset:4px}.k-summary{margin:0 0 20px;display:grid;gap:12px}.k-summary>div{display:flex;justify-content:space-between;gap:10px;font-size:11px;line-height:1.5}.k-summary span{color:var(--muted)}.k-summary strong{font-weight:500;text-align:right}.k-prototype{font-size:11px;color:var(--muted);line-height:1.7;border-top:1px solid var(--line);padding-top:14px;margin-bottom:24px}.k-prototype summary{cursor:pointer}.k-prototype p{margin:10px 0}.k-actions{display:grid;gap:10px}.k-primary,.k-secondary{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:8px;font-size:12px;width:100%;text-decoration:none}.k-primary{background:var(--brand);color:#fff;border:1px solid var(--brand)}.k-secondary{border:1px solid #c8e4f6;background:#f5fbff;color:var(--brand-dark)}.k-reset{font-size:11px;color:var(--muted);text-decoration:underline;text-underline-offset:4px;justify-self:center;padding:10px;border:0;background:none}#k-status{font-size:11px;line-height:1.6;margin:0}#k-status:empty{display:none}.k-footer{min-height:42px;padding:12px 32px;font-size:10px;display:flex;justify-content:space-between;gap:12px;background:var(--navy);color:#92aac2}.k-footer b{font-weight:400;margin:0 8px;color:#38bdf8}#k-loading{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);background:#fffffff0;border:1px solid var(--line);padding:15px 20px;border-radius:8px;font-size:12px;display:flex;align-items:center;gap:12px;white-space:nowrap;color:#47637c}#k-loading span{width:14px;height:14px;border:1px solid #cbd5e1;border-top-color:var(--brand);border-radius:50%;animation:k-spin 1s linear infinite}#k-error{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);padding:22px;background:#fff;border:1px solid #fca5a5;border-radius:8px;font-size:12px;max-width:330px;width:90%;text-align:center;line-height:1.6}#k-error button{padding:10px 20px;border:1px solid var(--brand);border-radius:6px;background:#f0f9ff}@keyframes k-spin{to{transform:rotate(360deg)}}.k-export-dialog{border:1px solid var(--line);border-radius:12px;padding:24px;width:min(880px,94vw);max-height:92dvh;background:#fff;color:var(--ink)}.k-export-dialog::backdrop{background:#061a3285;backdrop-filter:blur(4px)}.k-export-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:12px}.k-export-heading .k-eyebrow{margin:0 0 8px}.k-export-heading h2{font-size:22px;font-weight:600;margin:0}.k-export-heading button{font-size:28px;width:44px;height:44px;flex-shrink:0;border:0;background:none}.k-export-dialog img{display:block;max-height:65dvh;width:100%;object-fit:contain;margin-bottom:20px}.k-export-dialog>a{cursor:pointer;justify-content:center;gap:30px}@media(min-width:1550px){.k-workspace{grid-template-columns:minmax(0,1fr) 420px}.k-panel{padding:35px}}@media(max-width:1120px){.k-workspace{grid-template-columns:minmax(0,1fr) 335px}.k-panel{padding:25px 22px}.k-editorial{left:24px}.k-editorial h1{font-size:26px}.k-stage-label{left:24px}.k-stage-footer{left:20px;right:20px}.k-stage-footer>span{max-width:160px}}@media(max-width:760px){.kitchen-page{height:auto;overflow:visible}.k-workspace{display:block}.k-stage{position:relative;min-height:390px;height:60svh;max-height:540px}.k-editorial{top:23px;left:22px}.k-eyebrow{font-size:8px;letter-spacing:.13em}.k-editorial h1{font-size:25px;margin-bottom:7px}.k-editorial>p{font-size:11px}.k-stage-label{display:none}.k-stage-footer{bottom:16px;left:16px;right:16px;font-size:9px}.k-stage-footer>span{max-width:165px;padding:5px 7px}.k-stage-footer button{padding:11px 12px;font-size:10px;min-height:44px}.k-view-buttons{bottom:79px}.k-view-buttons button{padding:10px 14px;min-height:42px;font-size:10px}.k-panel{border-left:0;border-top:1px solid var(--line);padding:27px 24px}.k-panel h2{font-size:26px}.k-finish strong,.k-toggle strong{font-size:13px}.k-finish small,.k-toggle small{font-size:11px}.k-summary>div{font-size:12px}.k-primary,.k-secondary{font-size:13px;min-height:48px}.k-footer{padding:17px 24px;flex-direction:column;font-size:9px}#k-loading{font-size:11px;padding:14px 18px}.k-export-dialog{padding:18px}.k-export-heading h2{font-size:19px}}@media(prefers-reduced-motion:reduce){.k-switch,.k-switch:after{transition:none}#k-loading span{animation:none}}.cabinet-page .product-steps{grid-template-columns:repeat(6,minmax(0,1fr))}.cabinet-page .studio-choice small{font-size:11px;line-height:1.6}.cabinet-page .studio-choice-grid{gap:9px}.cabinet-page .studio-select{width:100%;margin-top:9px;min-height:44px}.demo-card-featured{grid-column:1/-1;display:grid;grid-template-columns:1.1fr 1fr}.demo-card-featured .card-image{height:100%;min-height:280px}.demo-card-featured .card-content{padding:32px}.demo-card-featured h3{font-size:25px}.demo-card-featured p{font-size:13px}.demo-card-featured .card-tags{margin-top:8px}@media(max-width:1120px){.kroon-nav{gap:12px}.kroon-header .contact-link{padding:10px 12px}}@media(max-width:900px){.kroon-nav{gap:14px}.demo-card-featured .card-content{padding:24px}.demo-card-featured h3{font-size:22px}}@media(max-width:760px){.kroon-nav{gap:0;font-size:9px}.cabinet-page .studio-view-tools{gap:4px}.cabinet-page .studio-view-tools button{min-height:32px;padding:6px 9px}.demo-card-featured{display:flex}.demo-card-featured .card-image{height:230px;min-height:0}.demo-card-featured .card-content{padding:22px}.demo-card-featured h3{font-size:20px}.cabinet-page .studio-stage-bottom>div{max-width:65%}}.cabinet-commerce{padding:20px;background:#eef6fc;border:1px solid #d6e8f5;border-radius:10px;margin-bottom:24px}.cabinet-commerce>span{font-size:8px;letter-spacing:.14em;font-weight:700;color:#087ec2}.cabinet-commerce>div{margin-top:12px;display:flex;flex-direction:column;gap:2px}.cabinet-commerce>div>p{font-size:11px;color:#607285;margin:0}.cabinet-commerce>div>strong{font-size:29px;letter-spacing:-.05em;color:#061a32;line-height:1.4}.cabinet-commerce>small{display:block;color:#748a9c;font-size:9px;line-height:1.7;margin:5px 0 18px}.cabinet-commerce>button{width:100%;border:1px solid #cadfeb;border-radius:6px;font:inherit;font-size:11px;display:flex;justify-content:space-between;align-items:center;padding:12px 13px;cursor:pointer;margin-top:9px}.cabinet-commerce>.commerce-primary{background:#087ec2;border-color:#087ec2;color:#fff;font-weight:650}.cabinet-commerce>.commerce-secondary{background:#fff;color:#173c59}.cabinet-commerce>button:disabled{opacity:.55;cursor:wait}.cabinet-commerce .commerce-note{font-size:10px;line-height:1.8;color:#607285;margin:15px 0 0}.cabinet-commerce a{color:#087ec2;text-decoration:underline}.cabinet-commerce .studio-status{font-size:10px}
