:root{--studio-green: #6C7C59;--studio-green-dark: #4a5640;--studio-green-light: #8a9a74;--studio-cream: #F5F2EC;--studio-cream-dark: #EDE9E0;--studio-text: #2c2c2c;--studio-text-soft: #888;--studio-white: #faf9f6;--studio-radius-card: 12px;--studio-radius-btn: 8px;--studio-radius-large: 24px;--studio-shadow: 0 2px 8px rgba(0, 0, 0, .06);--studio-shadow-hover: 0 4px 16px rgba(0, 0, 0, .1);--studio-border: 1px solid rgba(0, 0, 0, .08);--studio-transition: .2s ease;--studio-max-width: 1200px}.studio-screen,.studio-screen *{box-sizing:border-box}.studio-ic{display:inline-flex;align-items:center;justify-content:center}.studio-ic svg{stroke-width:1.5}.studio-screen{display:none;animation:studioFadeIn .35s ease both}.studio-screen.active{display:block}@keyframes studioFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.studio-hero{min-height:calc(100vh - 65px);display:grid;grid-template-columns:1fr 1fr;background:var(--studio-white)}.studio-hero-left{padding:80px 64px 80px 80px;display:flex;flex-direction:column;justify-content:center;background:var(--studio-white)}.studio-hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--studio-green);margin-bottom:24px}.studio-hero-title{font-family:var(--font-heading-family);font-size:clamp(2.2rem,3.5vw,3rem);line-height:1.15;margin-bottom:20px;color:var(--studio-text)}.studio-hero-title em{font-style:italic;color:var(--studio-green)}.studio-hero-sub{font-size:16px;font-weight:300;color:var(--studio-text-soft);line-height:1.7;margin-bottom:48px;max-width:420px}.studio-entry-options{display:flex;flex-direction:column;gap:14px;max-width:420px}.studio-entry-btn{display:flex;align-items:center;gap:18px;padding:22px 26px;border:var(--studio-border);border-radius:var(--studio-radius-card);background:var(--studio-white);cursor:pointer;transition:all var(--studio-transition);text-align:left;font-family:var(--font-body-family)}.studio-entry-btn:hover{border-color:#6c7c594d;background:var(--studio-cream);transform:translateY(-2px);box-shadow:var(--studio-shadow-hover)}.studio-entry-icon-wrap{width:48px;height:48px;border-radius:var(--studio-radius-card);background:#6c7c5914;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--studio-green-dark)}.studio-entry-text strong{display:block;font-size:15px;font-weight:500;margin-bottom:3px;color:var(--studio-text)}.studio-entry-text span{font-size:13px;font-weight:300;color:var(--studio-text-soft)}.studio-hero-right{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--studio-cream);border-radius:16px 0 0 16px}.studio-hero-right img{width:100%;height:100%;object-fit:cover}.studio-hero-right:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 70%,rgba(255,255,255,.04) 0%,transparent 60%);z-index:1;pointer-events:none}.studio-yarn-circles,.studio-yarn-circle{display:none}.studio-yarn-circle:hover{transform:none}.studio-hero-right-label{display:none}.studio-flow-container{max-width:800px;margin:0 auto;padding:60px 24px 100px}.studio-flow-header{margin-bottom:40px}.studio-flow-step-indicator{font-size:12px;font-weight:400;letter-spacing:1px;color:var(--studio-text-soft);margin-bottom:12px}.studio-flow-title{font-family:var(--font-heading-family);font-size:2rem;line-height:1.2;color:var(--studio-text)}.studio-flow-title em{font-style:italic;color:var(--studio-green)}.studio-flow-sub{font-size:15px;font-weight:300;color:var(--studio-text-soft);margin-top:10px;line-height:1.65}.studio-progress-bar{width:100%;height:2px;background:var(--studio-cream-dark);margin-bottom:48px;border-radius:2px;overflow:hidden}.studio-progress-fill{height:100%;background:var(--studio-green);border-radius:2px;transition:width .4s ease}.studio-section-label{font-family:var(--font-body-family);font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--studio-text-soft);margin-bottom:16px;display:flex;align-items:center;gap:6px}.studio-mood-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px}.studio-mood-card{padding:28px 24px;border-radius:var(--studio-radius-card);cursor:pointer;transition:all var(--studio-transition);border:1.5px solid rgba(0,0,0,.08);position:relative;display:flex;flex-direction:column;gap:12px;min-height:140px;background:#fff}.studio-mood-card:hover{transform:translateY(-2px);box-shadow:var(--studio-shadow-hover)}.studio-mood-card.selected{border:1.5px solid var(--studio-green);background:#6c7c590a;box-shadow:0 0 0 3px #6c7c5914}.studio-mood-card.selected .studio-mood-check{opacity:1}.studio-mood-check{position:absolute;top:14px;right:16px;width:24px;height:24px;background:var(--studio-green);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--studio-transition);color:#fff}.studio-mood-icon-wrap{width:48px;height:48px;border-radius:var(--studio-radius-card);background:var(--studio-cream);display:flex;align-items:center;justify-content:center;color:var(--studio-green-dark)}.studio-mood-card-autumn,.studio-mood-card-fresh,.studio-mood-card-classic,.studio-mood-card-bold{background:#fff}.studio-mood-card-autumn .studio-mood-icon-wrap{background:#f3ece0}.studio-mood-card-fresh .studio-mood-icon-wrap{background:#e4ede2}.studio-mood-card-classic .studio-mood-icon-wrap{background:#e8e8e8}.studio-mood-card-bold .studio-mood-icon-wrap{background:#f0e2e2}.studio-mood-name{font-family:var(--font-heading-family);font-size:17px;font-weight:600;color:var(--studio-text)}.studio-mood-desc{font-size:13px;font-weight:300;color:var(--studio-text-soft);line-height:1.5}.studio-project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px}.studio-project-card{padding:24px 20px;background:#fff;border:1.5px solid rgba(0,0,0,.08);border-radius:var(--studio-radius-card);cursor:pointer;transition:all var(--studio-transition);text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;min-height:140px;justify-content:center}.studio-project-card:hover{border-color:#6c7c5940;box-shadow:var(--studio-shadow-hover);transform:translateY(-2px)}.studio-project-card.selected{border:1.5px solid var(--studio-green);background:#6c7c590a;box-shadow:0 0 0 3px #6c7c5914}.studio-project-card-icon{width:44px;height:44px;border-radius:10px;background:var(--studio-cream);display:flex;align-items:center;justify-content:center;color:var(--studio-green-dark);transition:background var(--studio-transition)}.studio-project-card.selected .studio-project-card-icon{background:#6c7c591f}.studio-project-name{font-size:14px;font-weight:500;color:var(--studio-text)}.studio-project-time{font-size:11px;font-weight:300;color:var(--studio-text-soft);display:flex;align-items:center;gap:4px;justify-content:center}.studio-fiber-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px}.studio-fiber-card{padding:24px 22px;background:#fff;border:1.5px solid rgba(0,0,0,.08);border-radius:var(--studio-radius-card);cursor:pointer;transition:all var(--studio-transition);position:relative;min-height:140px}.studio-fiber-card:hover{border-color:#6c7c5940;transform:translateY(-2px);box-shadow:var(--studio-shadow-hover)}.studio-fiber-card.selected{border:1.5px solid var(--studio-green);background:#6c7c590a;box-shadow:0 0 0 3px #6c7c5914}.studio-fiber-card.selected .studio-fiber-check{opacity:1}.studio-fiber-check{position:absolute;top:14px;right:16px;width:22px;height:22px;background:var(--studio-green);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--studio-transition);color:#fff}.studio-fiber-icon-wrap{width:44px;height:44px;border-radius:10px;background:var(--studio-cream);display:flex;align-items:center;justify-content:center;color:var(--studio-green-dark);margin-bottom:12px}.studio-fiber-name{font-size:15px;font-weight:500;margin-bottom:5px;color:var(--studio-text)}.studio-fiber-desc{font-size:13px;font-weight:300;color:var(--studio-text-soft);line-height:1.55}.studio-fiber-examples{margin-top:12px;display:flex;flex-wrap:wrap;gap:5px}.studio-fiber-tag{font-size:10.5px;font-weight:500;padding:4px 10px;background:var(--studio-cream);border-radius:20px;color:var(--studio-text-soft);cursor:pointer;transition:all var(--studio-transition);border:none;font-family:var(--font-body-family);display:inline-flex;align-items:center;gap:3px}.studio-fiber-tag:hover{background:#6c7c591f;color:var(--studio-green-dark)}.studio-tooltip-btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#6c7c591a;color:var(--studio-green-dark);cursor:pointer;border:none;transition:background var(--studio-transition);flex-shrink:0;padding:0}.studio-tooltip-btn:hover{background:var(--studio-green);color:#fff}.studio-tooltip-btn svg{width:11px;height:11px;stroke-width:2.5}.studio-tooltip-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:500;display:none;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.studio-tooltip-overlay.show{display:flex;animation:studioFadeIn .2s ease}.studio-tooltip-modal{background:#fff;border-radius:var(--studio-radius-large);padding:36px 40px;max-width:460px;width:100%;box-shadow:0 24px 80px #00000026;position:relative}.studio-tooltip-close{position:absolute;top:16px;right:18px;background:none;border:none;cursor:pointer;color:var(--studio-text-soft);display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:background var(--studio-transition)}.studio-tooltip-close:hover{background:var(--studio-cream)}.studio-tooltip-icon-wrap{width:52px;height:52px;border-radius:14px;background:#6c7c5914;display:flex;align-items:center;justify-content:center;color:var(--studio-green-dark);margin-bottom:14px}.studio-tooltip-modal-term{font-family:var(--font-heading-family);font-size:22px;margin-bottom:4px;color:var(--studio-text)}.studio-tooltip-modal-by{font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--studio-green);margin-bottom:16px;display:flex;align-items:center;gap:6px}.studio-tooltip-modal-text{font-size:14.5px;font-weight:300;line-height:1.75;font-style:italic;color:var(--studio-text)}.studio-tooltip-modal-tags{margin-top:18px;display:flex;flex-wrap:wrap;gap:6px}.studio-tooltip-tag{font-size:10.5px;padding:4px 12px;background:var(--studio-cream);border-radius:20px;color:var(--studio-text-soft)}.studio-skill-row{display:flex;gap:16px;margin-bottom:40px}.studio-skill-btn{flex:1;padding:24px 20px;border:1.5px solid rgba(0,0,0,.08);border-radius:var(--studio-radius-card);background:#fff;cursor:pointer;transition:all var(--studio-transition);font-family:var(--font-body-family);text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;min-height:140px;justify-content:center}.studio-skill-btn:hover{border-color:#6c7c5940;box-shadow:var(--studio-shadow-hover);transform:translateY(-2px)}.studio-skill-btn.selected{border:1.5px solid var(--studio-green);background:#6c7c590a;box-shadow:0 0 0 3px #6c7c5914}.studio-skill-icon-wrap{width:40px;height:40px;border-radius:10px;background:var(--studio-cream);display:flex;align-items:center;justify-content:center;color:var(--studio-green-dark);transition:background var(--studio-transition)}.studio-skill-btn.selected .studio-skill-icon-wrap{background:#6c7c591f}.studio-skill-level{font-size:14px;font-weight:500;color:var(--studio-text)}.studio-skill-desc{font-size:12px;font-weight:300;color:var(--studio-text-soft)}.studio-occasion-row{display:flex;gap:10px;margin-bottom:48px;flex-wrap:wrap}.studio-occasion-btn{padding:11px 20px;border:var(--studio-border);border-radius:24px;background:#fff;cursor:pointer;transition:all var(--studio-transition);font-family:var(--font-body-family);font-size:14px;color:var(--studio-text);display:inline-flex;align-items:center;gap:7px}.studio-occasion-btn:hover{border-color:#6c7c594d;background:var(--studio-cream)}.studio-occasion-btn.selected{border-color:var(--studio-green);background:#6c7c590f;color:var(--studio-green-dark);font-weight:500}.studio-cta-btn{display:inline-flex;align-items:center;gap:9px;padding:16px 32px;background:var(--studio-green-dark);color:#fff;border:none;border-radius:var(--studio-radius-btn);font-family:var(--font-body-family);font-size:15px;font-weight:500;cursor:pointer;transition:all var(--studio-transition)}.studio-cta-btn:hover{background:var(--studio-green);transform:translateY(-1px);box-shadow:0 4px 16px #6c7c5940}.studio-cta-btn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}.studio-back-btn{background:none;border:none;font-family:var(--font-body-family);font-size:14px;color:var(--studio-text-soft);cursor:pointer;margin-right:20px;transition:color var(--studio-transition);display:inline-flex;align-items:center;gap:5px}.studio-back-btn:hover{color:var(--studio-green)}.studio-secondary-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;background:#fff;color:var(--studio-text);border:var(--studio-border);border-radius:var(--studio-radius-btn);font-family:var(--font-body-family);font-size:14px;cursor:pointer;transition:all var(--studio-transition)}.studio-secondary-btn:hover{border-color:#6c7c594d;color:var(--studio-green-dark);background:var(--studio-cream)}.studio-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:72px;background:#fff;border-top:var(--studio-border);z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 -2px 8px #0000000a}.studio-bottom-nav-inner{max-width:var(--studio-max-width);margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.studio-bottom-nav-center{font-size:12px;color:var(--studio-text-soft);font-weight:400}.studio-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.studio-result-card{background:#fff;border-radius:var(--studio-radius-card);overflow:hidden;border:var(--studio-border);cursor:pointer;transition:all var(--studio-transition);box-shadow:var(--studio-shadow)}.studio-result-card:hover{transform:translateY(-3px);box-shadow:var(--studio-shadow-hover)}.studio-result-card.selected-result{border-color:var(--studio-green);box-shadow:0 0 0 3px #6c7c591a}.studio-result-color-bar{height:4px}.studio-result-img{aspect-ratio:3 / 4;overflow:hidden;background:var(--studio-cream)}.studio-result-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.studio-result-card:hover .studio-result-img img{transform:scale(1.02)}.studio-result-img-placeholder{aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center;background:var(--studio-cream);color:var(--studio-green-dark)}.studio-result-body{padding:18px 20px 22px}.studio-result-project-type{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--studio-green);margin-bottom:6px}.studio-result-title{font-family:var(--font-heading-family);font-size:16px;margin-bottom:4px;line-height:1.3;color:var(--studio-text)}.studio-result-yarn{font-size:12px;font-weight:300;color:var(--studio-text-soft);margin-bottom:10px}.studio-result-fiber-badges{display:flex;gap:4px;margin-bottom:12px;flex-wrap:wrap}.studio-fiber-badge{font-size:10px;padding:2px 8px;border-radius:10px;font-weight:500;display:inline-flex;align-items:center;gap:3px}.studio-fb-vegan{background:#e8f0e4;color:#3a6030}.studio-fb-tierisch{background:#f0ebe4;color:#6b4e2a}.studio-fb-weich{background:#e8edf5;color:#2a4060}.studio-fb-superwash{background:#f0e8f0;color:#5a3060}.studio-result-meta{display:flex;justify-content:space-between;align-items:center}.studio-result-price{font-size:15px;font-weight:500;color:var(--studio-text-soft)}.studio-dots-row{display:flex;gap:3px}.studio-dot{width:7px;height:7px;border-radius:50%}.studio-dot.filled{background:var(--studio-green)}.studio-dot.empty{background:var(--studio-cream-dark)}.studio-project-page{max-width:800px;margin:0 auto;padding:0 24px 120px}.studio-project-page-card{background:#fff;border-radius:var(--studio-radius-large);overflow:hidden;box-shadow:var(--studio-shadow)}.studio-project-page-hero{aspect-ratio:21 / 9;max-height:260px;display:flex;align-items:center;justify-content:center;color:var(--studio-green-dark);overflow:hidden;position:relative;background:var(--studio-cream)}.studio-project-page-hero img{width:100%;height:100%;object-fit:cover}.studio-project-hero-icon-wrap{width:88px;height:88px;border-radius:var(--studio-radius-large);background:#fff9;display:flex;align-items:center;justify-content:center;box-shadow:var(--studio-shadow);position:absolute;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-project-page-body{padding:1.5rem 2rem 2rem}.studio-project-badge{display:inline-block;padding:5px 14px;background:#6c7c5914;color:var(--studio-green-dark);border-radius:20px;font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.studio-project-page-title{font-family:var(--font-heading-family);font-size:1.8rem;margin-bottom:4px;color:var(--studio-text);line-height:1.2}.studio-project-page-subtitle{font-size:1rem;font-weight:400;color:var(--studio-text-soft);margin-bottom:2rem;line-height:1.6}.studio-project-specs{margin-top:2rem;padding:1.2rem 1.5rem;background:var(--studio-cream, #F5F2EC);border-radius:12px}.studio-spec-row{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.95rem}.studio-spec-row:last-child{border-bottom:none}.studio-spec-item{padding:18px 20px;background:var(--studio-cream);border-radius:var(--studio-radius-card)}.studio-spec-label{color:var(--studio-text-soft);text-transform:none;font-size:.9rem;letter-spacing:0}.studio-spec-value{color:var(--studio-text);font-weight:500;text-align:right;max-width:60%}.studio-spec-sub{font-size:12px;font-weight:300;color:var(--studio-text-soft);margin-top:2px}.studio-selected-colors{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}.studio-selected-color-dot{width:22px;height:22px;border-radius:50%;box-shadow:0 1px 4px #00000026}.studio-fiber-props-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:4px}.studio-fiber-prop-row{display:flex;align-items:center;gap:8px;font-size:13px}.studio-prop-check{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px}.studio-prop-yes{background:#e0eddb;color:#2a5020}.studio-prop-no{background:#f0e0e0;color:#802020}.studio-prop-label{font-weight:300;color:var(--studio-text-soft)}.studio-prop-val{font-weight:500;margin-left:3px;color:var(--studio-text)}.studio-lisa-tip{background:#6c7c590a;border:var(--studio-border);border-left:3px solid var(--studio-green);border-radius:var(--studio-radius-card);padding:24px;margin-bottom:28px;display:flex;gap:16px;align-items:flex-start}.studio-lisa-avatar{width:48px;height:48px;border-radius:50%;background:var(--studio-green);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;overflow:hidden}.studio-lisa-avatar img{width:100%;height:100%;object-fit:cover}.studio-lisa-name{font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--studio-green);margin-bottom:6px}.studio-lisa-text{font-size:14.5px;font-weight:300;line-height:1.7;font-style:italic;color:var(--studio-text)}.studio-price-summary{background:var(--studio-cream);border-radius:var(--studio-radius-card);padding:24px;margin-bottom:28px;display:flex;flex-direction:column;gap:.5rem}.studio-price-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;color:#555}.studio-price-row.total{font-weight:600;font-size:1.15rem;color:var(--studio-text);border-top:1px solid rgba(0,0,0,.08);padding-top:1rem;margin-top:.5rem}.studio-action-row{display:flex;gap:12px;flex-wrap:wrap}.studio-config-layout{display:grid;grid-template-columns:1fr 320px;gap:40px;max-width:1000px;margin:0 auto;padding:60px 24px 120px}.studio-config-sticky{position:sticky;top:90px;background:#fff;border-radius:var(--studio-radius-card);padding:28px;box-shadow:var(--studio-shadow);border:var(--studio-border);height:fit-content}.studio-config-preview-title{font-family:var(--font-heading-family);font-size:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:var(--studio-border);color:var(--studio-text)}.studio-config-item{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.04);font-size:13px;gap:8px}.studio-config-item-label{color:var(--studio-text-soft);font-weight:300;flex-shrink:0}.studio-config-item-value{color:var(--studio-text);font-weight:500;text-align:right}.studio-config-item-empty{color:#ccc;font-style:italic;font-size:12px}.studio-konfig-step{margin-bottom:40px}.studio-color-palette{display:flex;flex-wrap:wrap;gap:10px}.studio-color-swatch{width:44px;height:44px;border-radius:50%;cursor:pointer;transition:all var(--studio-transition);border:3px solid transparent;box-shadow:0 2px 6px #0000001f;position:relative}.studio-color-swatch:hover{transform:scale(1.12)}.studio-color-swatch.selected{border-color:var(--studio-green-dark);transform:scale(1.12)}.studio-color-swatch.selected:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid var(--studio-green)}.studio-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(100px);background:var(--studio-text);color:#fff;padding:14px 28px;border-radius:var(--studio-radius-btn);font-size:14px;transition:transform .35s ease;z-index:999;box-shadow:0 8px 32px #0003;display:flex;align-items:center;gap:10px}.studio-toast.show{transform:translate(-50%) translateY(0)}.studio-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;gap:16px;color:var(--studio-text-soft)}.studio-spinner{width:28px;height:28px;border:2px solid var(--studio-cream-dark);border-top-color:var(--studio-green);border-radius:50%;animation:studioSpin .8s linear infinite}@keyframes studioSpin{to{transform:rotate(360deg)}}.studio-size-selector{margin-bottom:20px}.studio-size-options{display:flex;gap:8px;flex-wrap:wrap}.studio-size-btn{padding:.65rem 1.4rem;border:1.5px solid rgba(0,0,0,.12);border-radius:24px;background:#fff;font-family:var(--font-body-family);font-size:1rem;cursor:pointer;transition:all .2s ease;color:var(--studio-text)}.studio-size-btn:hover{border-color:var(--studio-green);background:#6c7c590a}.studio-size-btn.selected{background:var(--studio-green);color:#fff;border-color:var(--studio-green)}.studio-size-btn:disabled,.studio-size-btn.unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.studio-color-selector{margin-bottom:12px}.studio-color-selectors{display:flex;flex-direction:column;gap:1rem}.studio-color-selector-label{font-size:.95rem;font-weight:500;text-transform:none;letter-spacing:0;color:var(--studio-text);margin-bottom:10px}.studio-color-selected-card{display:flex;align-items:center;gap:1rem;padding:.8rem;border:1.5px solid rgba(0,0,0,.08);border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.studio-color-selected-card:hover{border-color:var(--studio-green);background:#6c7c5905}.studio-color-selected-image{width:64px;height:64px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--studio-cream)}.studio-color-selected-image img{width:100%;height:100%;object-fit:cover}.studio-color-selected-info{flex:1;min-width:0}.studio-color-selected-name{font-weight:500;font-size:1.05rem;color:var(--studio-text)}.studio-color-selected-product{font-size:.9rem;color:#888;margin-top:.2rem}.studio-color-selected-qty{font-size:.85rem;color:var(--studio-green);margin-top:.25rem}.studio-color-selected-change{flex-shrink:0;color:#aaa}.studio-color-selected-card.studio-color-empty{border-style:dashed;border-color:#00000026;background:var(--studio-cream)}.studio-color-empty-icon{width:60px;height:60px;min-width:60px;display:flex;align-items:center;justify-content:center;color:var(--studio-text-soft);opacity:.5}.studio-color-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#00000080;display:flex;justify-content:center;align-items:flex-end;opacity:0;pointer-events:none;transition:opacity .3s ease}.studio-color-overlay.show,.studio-color-overlay.active{opacity:1;pointer-events:all}.studio-color-overlay-content{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s ease}.studio-color-overlay.show .studio-color-overlay-content,.studio-color-overlay.active .studio-color-overlay-content{transform:translateY(0)}.studio-color-overlay-header{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:space-between}.studio-color-overlay-header h3{font-size:18px;font-weight:600;color:var(--studio-text);margin:0}.studio-color-overlay-product{font-size:13px;color:var(--studio-text-soft);margin-top:4px}.studio-color-overlay-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:var(--studio-cream);border-radius:50%;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--studio-text);transition:background var(--studio-transition)}.studio-color-overlay-close:hover{background:var(--studio-cream-dark)}.studio-color-overlay-grid{padding:1rem 1.5rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;align-content:start;flex:1}.studio-color-overlay-item{cursor:pointer;text-align:center;padding:.5rem;border-radius:10px;border:2px solid transparent;transition:all .2s ease}.studio-color-overlay-item:hover{border-color:#6c7c5940}.studio-color-overlay-item.selected{border-color:var(--studio-green);background:#6c7c590d}.studio-color-overlay-item.unavailable{opacity:.3;cursor:not-allowed}.studio-color-overlay-swatch{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;margin-bottom:.4rem;background:var(--studio-cream)}.studio-color-overlay-swatch img{width:100%;height:100%;object-fit:cover}.studio-color-overlay-item.selected .studio-color-overlay-swatch{border-color:var(--studio-green)}.studio-color-overlay-name{font-size:.72rem;color:#666;line-height:1.3}.studio-color-overlay-status{font-size:10px;color:var(--studio-text-soft)}.studio-color-overlay-item.unavailable .studio-color-overlay-status{color:#c00}.studio-color-overlay-item.selected .studio-color-overlay-name{color:var(--studio-green-dark);font-weight:600}.studio-availability{margin-top:12px;padding:12px 16px;border-radius:var(--studio-radius-btn);font-size:13px;display:flex;align-items:center;gap:8px}.studio-availability.in-stock{background:#e8f0e4;color:#2a5020}.studio-availability.out-of-stock{background:#f8e8e8;color:#802020}.studio-availability.limited{background:#fef3e0;color:#7a5a00}.studio-availability-warning{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:var(--studio-radius-btn);margin-top:1rem;font-size:.85rem;color:#856404}.studio-price-block{margin-top:2rem;padding:1.5rem;background:var(--studio-cream, #F5F2EC);border-radius:12px}.studio-project-content{max-width:680px;margin:0 auto;padding:2rem 1.5rem 8rem}.studio-config-section{margin-top:2rem}.studio-section-heading{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:400;color:var(--studio-text);margin-bottom:1.5rem;letter-spacing:0;text-transform:none}.studio-config-block{margin-bottom:2rem}.studio-config-block-label{font-family:var(--font-body-family);font-size:.95rem;text-transform:none;letter-spacing:0;color:var(--studio-text);font-weight:500;margin-bottom:.8rem}.studio-external-link{display:flex;gap:.8rem;padding:1rem 1.2rem;background:#fff;border:var(--studio-border);border-radius:var(--studio-radius-card);margin-bottom:1.5rem}.studio-external-link-icon{font-size:1.2rem;flex-shrink:0}.studio-external-link-content p{margin:0 0 .6rem;font-size:.9rem;line-height:1.5;color:var(--studio-text)}.studio-project-actions{margin-top:2rem;display:flex;gap:.8rem;flex-wrap:wrap}.studio-btn-cart{flex:1;min-width:200px;padding:1rem 1.5rem;font-size:.95rem}.studio-btn-to-productpage{flex:0}@media(max-width:768px){.studio-hero{grid-template-columns:1fr;min-height:auto}.studio-hero-right{order:-1;height:40vh;min-height:260px;border-radius:0}.studio-hero-left{padding:40px 24px 48px}.studio-hero-title{font-size:1.8rem}.studio-hero-sub{margin-bottom:32px}.studio-entry-options{max-width:100%}.studio-flow-container{padding:32px 20px 100px}.studio-flow-title{font-size:1.5rem}.studio-mood-grid{grid-template-columns:1fr}.studio-mood-card{min-height:auto}.studio-project-grid{grid-template-columns:repeat(2,1fr)}.studio-fiber-grid{grid-template-columns:1fr}.studio-fiber-card{min-height:auto}.studio-skill-row{flex-direction:column}.studio-skill-btn{min-height:auto}.studio-results-grid{grid-template-columns:1fr;gap:16px}.studio-config-layout{grid-template-columns:1fr;padding-bottom:100px}.studio-config-sticky{position:static;order:-1;margin-bottom:24px}.studio-project-page{padding:0 16px 100px}.studio-project-page-body{padding:24px 20px}.studio-project-page-title{font-size:1.5rem}.studio-project-page-hero{max-height:260px}.studio-project-specs{grid-template-columns:1fr}.studio-project-page-hero{max-height:200px;aspect-ratio:16 / 7}.studio-project-page-body{padding:1.2rem 1rem 1.5rem}.studio-project-content{padding:1rem 0 8rem}.studio-color-selected-image{width:56px;height:56px}.studio-color-overlay-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 16px 32px}.studio-lisa-tip,.studio-action-row,.studio-project-actions{flex-direction:column}.studio-cta-btn,.studio-secondary-btn{width:100%;justify-content:center}.studio-btn-cart{width:100%}.studio-fiber-props-grid{grid-template-columns:1fr}.studio-tooltip-modal{padding:28px 24px}.studio-bottom-nav{padding:0 16px;padding-bottom:env(safe-area-inset-bottom,0px);height:calc(72px + env(safe-area-inset-bottom,0px))}.studio-bottom-nav .studio-cta-btn,.studio-bottom-nav .studio-back-btn{min-height:44px}}@media(max-width:480px){.studio-hero-title{font-size:1.5rem}.studio-hero-sub{font-size:14px}.studio-hero-right{height:35vh;min-height:220px}.studio-entry-btn{padding:16px 18px;gap:14px}.studio-project-grid{grid-template-columns:1fr 1fr;gap:10px}.studio-project-card{padding:16px 12px 14px;min-height:auto}.studio-mood-card{padding:20px 18px}.studio-fiber-card,.studio-skill-btn{padding:18px 16px}.studio-flow-title{font-size:1.3rem}.studio-bottom-nav{padding:0 12px}.studio-bottom-nav .studio-back-btn span{display:none}}@media(min-width:769px){.studio-color-overlay{align-items:center}.studio-color-overlay-content{border-radius:16px;max-height:70vh;transform:translateY(20px);opacity:0}.studio-color-overlay.show .studio-color-overlay-content,.studio-color-overlay.active .studio-color-overlay-content{transform:translateY(0);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/75/assets/lianne-studio.css.map */
