:root{--st-color-ink: #202831;--st-color-ink-strong: #11243a;--st-color-muted: #65717b;--st-color-accent: #35698f;--st-color-accent-strong: #234d6c;--st-color-line: #c6cfd5;--st-color-line-strong: #9eabb4;--st-color-soft: #eef1f2;--st-color-canvas: #f7f8f8;--st-color-paper: #ffffff;--st-color-dark: #263846;--st-color-dark-deep: #172630;--st-font-body: "Manrope Variable", "Segoe UI", system-ui, -apple-system, sans-serif;--st-font-display: "Manrope Variable", "Segoe UI", system-ui, -apple-system, sans-serif;--st-font-utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--st-layout-max: 1440px;--st-layout-gutter: 32px;--st-section-space: clamp(64px, 7vw, 104px);--st-control-height: 46px;--st-radius-control: 2px;--st-shadow-raised: 5px 5px 0 rgba(198, 207, 213, .82);--st-focus-ring: 0 0 0 3px rgba(53, 105, 143, .28);--st-motion-fast: .16s;--st-motion-normal: .24s}@media(max-width:900px){:root{--st-layout-gutter: 24px}}@media(max-width:600px){:root{--st-layout-gutter: 16px}}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{font-family:var(--st-font-body);line-height:1.45;font-weight:400;color:#0f172a;background-color:#f7f9fc;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--color-bg: #f7f9fc;--color-surface: #ffffff;--color-surface-muted: #f1f5f9;--color-border: #e6eaf2;--color-border-strong: #cbd5f5;--color-text: #0f172a;--color-muted: #475569;--color-primary: #2563eb;--color-primary-dark: #1e40af;--color-success: #16a34a;--color-danger: #dc2626;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .08);--shadow-sm: 0 10px 30px rgba(15, 23, 42, .08);--shadow-md: 0 20px 40px rgba(15, 23, 42, .12);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--hero-slider-height: 545px;--consultation-cta-height: 92px}html{scroll-behavior:smooth;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--color-bg);color:var(--color-text);overflow-x:hidden}a{color:inherit;text-decoration:none}a:hover{color:var(--color-primary)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--st-color-accent);outline-offset:2px}img{max-width:100%;display:block}#root{min-height:100vh}.app-root{min-height:100vh;display:flex;flex-direction:column;background-color:var(--color-bg)}.page-container{width:100%;max-width:var(--st-layout-max);margin:0 auto;padding-inline:var(--st-layout-gutter)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.global-search-box{position:relative;width:100%}.global-search-label{display:block;margin-bottom:8px;font-size:.9rem;font-weight:700;color:#334155}.global-search-control{min-width:0;display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:14px;background:#fff;box-shadow:0 8px 24px #0f172a14;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.global-search-control:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px #2563eb29,0 10px 28px #0f172a1a}.global-search-icon{width:20px;height:20px;margin-left:15px;color:#64748b;flex:0 0 auto}.global-search-icon svg{width:100%;height:100%}.global-search-control input{min-width:0;width:100%;height:48px;border:0;outline:0;padding:0 12px;background:transparent;color:var(--color-text);font:inherit}.global-search-control input::-webkit-search-cancel-button{display:none}.global-search-clear{width:30px;height:30px;flex:0 0 auto;border:0;border-radius:999px;background:#eef2f7;color:#475569;cursor:pointer;font-size:1.1rem}.global-search-submit{align-self:stretch;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0 22px;background:var(--color-primary);color:#fff;font:inherit;font-weight:700;cursor:pointer}.global-search-submit-label,.global-search-submit-arrow{display:inline-block}.global-search-submit-arrow{margin-left:9px;transition:transform .18s ease}.global-search-submit:hover,.global-search-submit:focus-visible{background:var(--color-primary-dark)}.global-search-submit:hover .global-search-submit-arrow,.global-search-submit:focus-visible .global-search-submit-arrow{transform:translate(3px)}.global-search-popover{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:50;overflow:hidden;border:1px solid var(--color-border);border-radius:14px;background:#fff;box-shadow:var(--shadow-md)}.global-search-list{max-height:min(520px,65vh);overflow-y:auto}.global-search-option{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #eef2f7}.global-search-option:hover,.global-search-option.is-active{color:inherit;background:#eff6ff}.global-search-option-media{width:54px;height:46px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#f1f5f9;color:#64748b;font-size:.75rem;font-weight:800}.global-search-option-media img{width:100%;height:100%;object-fit:contain}.global-search-option-body{min-width:0;display:flex;flex-direction:column;gap:2px}.global-search-option-body strong,.global-search-option-body span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-option-body span{color:#64748b;font-size:.82rem}.global-search-state,.global-search-all{width:100%;padding:14px 16px;border:0;background:#fff;color:#475569;text-align:left}.global-search-state--error{color:var(--color-danger)}.global-search-all{color:var(--color-primary-dark);font:inherit;font-weight:700;cursor:pointer;text-align:center}.global-search-all:hover,.global-search-all:focus-visible{background:#eff6ff}.home-search-panel{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);align-items:center;gap:var(--home-grid-gap, 32px);padding:26px 30px;border:1px solid #bfdbfe;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#fff 70%);box-shadow:var(--shadow-xs)}.home-search-panel h1,.home-search-panel p{margin:0}.home-search-panel h1{margin:4px 0 8px;font-size:clamp(1.65rem,2.2vw,2rem);line-height:1.2}.home-search-panel p{color:#475569;font-size:1rem;line-height:1.5}.home-search-eyebrow,.search-page-eyebrow{color:var(--color-primary-dark)!important;font-size:.85rem!important;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.global-search-box--hero .global-search-control,.global-search-box--page .global-search-control{min-height:58px}.global-search-box--hero .global-search-control input,.global-search-box--page .global-search-control input{height:56px}.home-search-panel .global-search-label,.home-search-panel .global-search-control input,.home-search-panel .global-search-submit{font-size:1rem}.search-page{display:flex;flex-direction:column;gap:24px}.search-page-header{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(420px,1.25fr);align-items:end;gap:32px}.search-page-header h1,.search-page-header p{margin:0}.search-page-header h1{margin:4px 0 8px;font-size:clamp(2rem,4vw,3rem)}.search-page-header>div>p:last-child{color:var(--color-muted)}.search-results-summary{padding:12px 16px;border-radius:12px;background:#eaf2ff;color:#334155}.search-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.search-result-card{min-width:0;display:grid;grid-template-columns:180px minmax(0,1fr);overflow:hidden;border:1px solid var(--color-border);border-radius:16px;background:#fff;box-shadow:var(--shadow-xs)}.search-result-card--skeleton{min-height:330px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.search-result-media{min-height:250px;display:grid;place-items:center;padding:14px;background:#f8fafc;color:#94a3b8}.search-result-media img{width:100%;height:100%;max-height:260px;object-fit:contain}.search-result-body{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:18px}.search-result-body h2{margin:0;font-size:1.15rem;overflow-wrap:anywhere}.search-result-meta,.search-result-tags{display:flex;flex-wrap:wrap;gap:7px}.search-result-meta span,.search-result-tags span{padding:4px 8px;border-radius:999px;background:#eef2f7;color:#475569;font-size:.78rem;font-weight:700}.search-result-characteristics{width:100%;margin:0;display:grid;gap:5px}.search-result-characteristics div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding-bottom:5px;border-bottom:1px dashed #e2e8f0;font-size:.84rem}.search-result-characteristics dt{color:#64748b}.search-result-characteristics dd{margin:0;font-weight:700;text-align:right}.search-result-excerpt{margin:0;color:#475569;font-size:.9rem}.search-result-link{margin-top:auto;color:var(--color-primary-dark);font-weight:700}.search-empty{padding:32px;text-align:center}.search-empty h2,.search-empty p{margin:0}.search-empty p{margin-top:8px;color:var(--color-muted)}.search-empty-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}.layout-main{flex:1;padding:var(--space-xl) 0 var(--space-2xl);background-color:var(--color-bg)}.route-loading{width:min(100% - 32px,1440px);margin:32px auto;color:var(--color-muted)}.card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-xs)}.card-title{font-size:1.1rem;font-weight:600;margin:0 0 var(--space-xs);color:var(--color-text)}.card-subtitle{margin:0;color:var(--color-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);border-radius:999px;padding:10px 20px;font-size:1rem;font-weight:600;font-family:inherit;border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:var(--shadow-xs)}.btn-primary:hover{background-color:var(--color-primary-dark)}.btn-secondary{background-color:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.btn-secondary:hover{border-color:var(--color-border-strong);color:var(--color-primary)}.btn-danger{background-color:var(--color-danger);color:#fff;box-shadow:var(--shadow-xs)}.btn-danger:hover{background-color:#b91c1c}.btn-link{background:none;border:none;color:var(--color-primary);padding:0;font-weight:600;cursor:pointer}.form{display:flex;flex-direction:column;gap:var(--space-md)}.form-field{display:flex;flex-direction:column;gap:var(--space-sm)}.form-label{font-weight:600;color:var(--color-text)}.form-input{padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:1rem;background-color:var(--color-surface);color:var(--color-text);resize:none}.form-input-error{border-color:#dc262699;box-shadow:0 0 0 3px #dc26261f}.form-hint{font-size:.85rem;color:var(--color-muted)}.form-hint-error{color:var(--color-danger);font-weight:600}.form-hint-success{color:var(--color-success);font-weight:600}.status-banner{margin:0;padding:11px 14px;border-radius:12px;border:1px solid transparent;font-weight:600;line-height:1.35;display:flex;align-items:center;gap:10px}.status-banner:before{content:"";width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.85rem;font-weight:700}.status-banner-success{color:#14532d;border-color:#86efac;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.status-banner-success:before{content:"✓";color:#166534;background:#bbf7d0}.status-banner-error{color:#991b1b;border-color:#fecaca;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.status-banner-error:before{content:"!";color:#b91c1c;background:#fecaca}.form-message{margin:0}.form-error{margin:0;padding:10px 12px;border-radius:10px;border:1px solid rgba(220,38,38,.22);background:#dc262614;color:#b91c1c;font-weight:600}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb26}.section-title{margin:0 0 var(--space-md);font-size:1.6rem}.section-subtitle{margin:0;color:var(--color-muted)}.section{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-2xl)}.section-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.section-header-action{align-items:flex-start}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-lg)}.section-grid-fixed{grid-template-columns:repeat(6,minmax(0,1fr))}.home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-lg)}.home-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.section-footer{display:flex;justify-content:center}.feature-section{padding:var(--space-lg);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #dbe3f0;box-shadow:var(--shadow-xs)}.home-page .feature-section{margin-bottom:var(--space-lg);background:#f6f8fb;border:1px solid #d7e0ee;box-shadow:0 0 0 1px #eef2f7 inset,0 12px 28px #0f172a0f}.home-page{font-family:Manrope Variable,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.home-page .section-title{font-size:1.8rem;font-weight:600;letter-spacing:.01em}.home-page .section-subtitle{font-size:.95rem;max-width:680px}.home-page .section-header .btn{border-radius:10px;padding:10px 16px;font-size:.9rem;letter-spacing:.02em}.home-page .section-header-action .btn{padding:12px 20px;font-size:1rem}.home-page .btn{border-radius:10px}.home-page .btn-primary{border-color:transparent;background:#2563eb;box-shadow:0 10px 22px #2563eb38}.home-page .btn-primary:hover{background:#2b6ff5;color:#fff;box-shadow:0 12px 26px #2563eb3d}.home-page .btn-secondary{background:#f6f8fb;border-color:transparent;color:#1f2937;box-shadow:0 1px #0f172a0f,0 10px 20px #0f172a14}.home-page .btn-secondary:hover{background:#eef2f7;border-color:transparent;color:#1e3a8a;box-shadow:0 2px #0f172a14,0 12px 24px #0f172a1a}.muted{color:var(--color-muted)}.product-page{display:flex;flex-direction:column;gap:24px}.product-header{display:flex;flex-direction:column;gap:8px}.product-title{font-size:2.3rem;font-weight:700;margin:0}.product-sku{margin:0;color:var(--color-muted);font-weight:600}.product-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:24px;padding:24px;border-radius:20px;background:linear-gradient(180deg,#fff,#f7f9fc);border:1px solid #dbe3f0;box-shadow:var(--shadow-sm)}.product-media{display:flex;flex-direction:column;gap:16px}.product-main-image{display:flex;align-items:center;justify-content:center;min-height:360px;border-radius:18px;background-color:#f5f7fb;border:1px solid var(--color-border);padding:16px}.product-main-image img{width:100%;max-height:460px;object-fit:contain}.product-thumbnails{display:flex;flex-wrap:wrap;gap:12px}.product-thumbnail{border:1px solid var(--color-border);border-radius:12px;padding:6px;background-color:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.product-thumbnail img{width:64px;height:64px;object-fit:cover;border-radius:8px}.product-thumbnail.active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.product-purchase{display:flex;flex-direction:column;gap:16px;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow-xs)}.product-price-block{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-hero-price{font-size:2rem;font-weight:700;margin:0;color:#0f172a}.product-stock-badge{padding:6px 12px;border-radius:999px;font-weight:600;font-size:.85rem}.product-stock-badge.in-stock{background-color:#dcfce7;color:#166534}.product-stock-badge.out-of-stock{background-color:#ffedd5;color:#9a3412}.product-quantity{display:flex;flex-direction:column;gap:10px}.product-quantity-label{font-weight:600}.product-quantity-controls{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;background-color:#f1f5f9;border:1px solid #dbe3f0;width:fit-content;box-shadow:inset 0 1px 2px #0f172a14}.product-quantity-controls input{width:64px;text-align:center;border:none;background:transparent;font-weight:700;color:#0f172a;font-size:1rem}.quantity-btn{width:34px;height:34px;border-radius:50%;border:none;background-color:#fff;color:#0f172a;font-weight:800;box-shadow:0 1px 2px #0f172a1f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.quantity-btn:hover{background-color:#e2e8f0;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a1f}.quantity-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a33}.product-actions{display:flex;flex-direction:column;gap:12px}.product-actions .btn{justify-content:center}.cart-inline-message{margin-top:4px}.product-meta{display:flex;flex-direction:column;gap:8px;color:var(--color-muted)}.product-meta-group{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-meta-label{font-weight:600;color:#1f2937}.product-meta-pill{padding:6px 12px;border-radius:999px;background-color:#f1f5f9;color:#1e293b;font-weight:600;font-size:.9rem;white-space:normal;line-height:1.4}.product-meta-pill.accent{background-color:#e0f2fe;color:#0c4a6e}.product-meta-link{font-size:.95rem;font-weight:700;color:#1e3a8a;text-decoration:none;text-align:right}.product-meta-link:hover{text-decoration:underline}.product-meta-badge{padding:6px 12px;border-radius:999px;font-weight:600;font-size:.85rem}.product-meta-badge.in-stock{background-color:#dcfce7;color:#166534}.product-meta-badge.out-of-stock{background-color:#dbeafe;color:#1d4ed8}.product-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,280px);gap:24px;align-items:start}.product-tabs{display:flex;flex-wrap:wrap;gap:18px;border-bottom:1px solid var(--color-border);padding-bottom:12px}.product-tab{border:none;background:none;padding:8px 0;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--color-muted);cursor:pointer}.product-tab.active{color:var(--color-text);border-bottom:2px solid #0f172a}.product-main{display:flex;flex-direction:column;gap:20px}.product-section{display:flex;flex-direction:column;gap:16px}.product-related-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.specs-table{border-radius:18px;border:1px solid #e2e8f0;overflow:hidden;background-color:#fff;box-shadow:0 12px 30px #0f172a14}.specs-table table{width:100%;border-collapse:collapse}.specs-table th,.specs-table td{padding:14px 18px;border-bottom:1px solid #e2e8f0}.specs-table th{width:45%;text-align:left;color:#1e293b;font-weight:700;background-color:#f8fafc}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:none}.specs-table tr:hover th,.specs-table tr:hover td{background-color:#f1f5f9}.product-detail-description{color:#0f172a;font-size:1.45rem;line-height:1.7}.product-description-title{margin-bottom:8px}.related-groups{display:flex;flex-direction:column;gap:20px}.related-group h3{margin:0 0 12px}.product-sidebar{position:sticky;top:24px}.sidebar-card{display:flex;flex-direction:column;gap:16px;padding:20px}.sidebar-header h3{margin:0}.sidebar-related-list{display:flex;flex-direction:column;gap:12px}.sidebar-related-item{display:flex;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid var(--color-border);background-color:#fff;color:inherit;text-decoration:none}.sidebar-related-media{width:48px;height:48px;border-radius:10px;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.sidebar-related-media img{width:100%;height:100%;object-fit:cover}.sidebar-related-info{display:flex;flex-direction:column;gap:6px;flex:1}.sidebar-related-item:hover{border-color:var(--color-border-strong)}.sidebar-action{justify-content:center}@media(max-width:1024px){.product-hero,.product-content{grid-template-columns:1fr}.product-sidebar{position:static}}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;justify-content:start}.hero-title{font-size:2.2rem;line-height:1.2;margin:0 0 16px;color:var(--color-text)}.hero-text{color:var(--color-muted);margin:0 0 24px;font-size:1.05rem}.product-card{display:flex;flex-direction:column;gap:var(--space-md);height:100%;min-height:320px;background:linear-gradient(180deg,#fff,#f8fafc);border-color:#dbe3f0}.product-card-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.product-id{padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;color:#1e3a8a;background:#dbeafe}.product-stock{padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;color:#fff}.product-stock.in-stock{background:linear-gradient(135deg,#16a34a,#22c55e)}.product-stock.out-of-stock{background:linear-gradient(135deg,#dc2626,#f87171)}.product-stock.available-to-order{background:linear-gradient(135deg,#2563eb,#60a5fa)}.product-description{margin:0 0 var(--space-sm);color:#475569;font-size:.92rem}.product-image{height:170px;background:var(--color-surface-muted);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.9rem;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-card-body{display:flex;flex-direction:column;gap:6px;flex:1}.product-price{margin:0;font-size:1.2rem;font-weight:700;color:#1e293b}.product-card-action{margin-top:auto}.modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:30;padding:24px}.modal-backdrop{position:absolute;inset:0;border:none;background:#0f172a8c}.modal-card{position:relative;z-index:1;max-width:520px;width:100%;background:var(--color-surface);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-lg);border:1px solid var(--color-border)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.modal-header h3{margin:0 0 6px}.modal-header p{margin:0;color:var(--color-muted);font-size:.92rem}.modal-close{border:none;background:#f1f5f9;width:32px;height:32px;border-radius:999px;cursor:pointer;font-size:1.2rem;line-height:1;color:#0f172a}.catalog-page,.catalog-page .grouped-table,.catalog-page .grouped-table *{font-family:Manrope Variable,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.pdf-catalog-page{display:flex;flex-direction:column;gap:var(--space-xl);font-family:Manrope Variable,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.pdf-catalog-hero{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.pdf-catalog-list{display:flex;flex-direction:column;gap:var(--space-lg)}.pdf-catalog-card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);padding:24px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #dbe3f0;box-shadow:var(--shadow-xs)}.pdf-catalog-info{display:flex;flex-direction:column;gap:8px;max-width:640px}.pdf-catalog-actions{display:flex;align-items:center;gap:var(--space-md);flex-shrink:0}.pdf-catalog-meta{padding:6px 12px;border-radius:999px;background:#eef2ff;color:#1e40af;font-weight:600;font-size:.85rem}.catalog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.catalog-controls{display:flex;justify-content:center;gap:16px;align-items:stretch;width:100%}.catalog-controls-panel{background:#f6f8fb;border-radius:16px;padding:18px 20px;border:1px solid #d5deea;box-shadow:0 0 0 1px #eef2f7 inset,0 14px 28px #0f172a0f;display:flex;flex-direction:column;justify-content:center;gap:10px}.catalog-controls-panel--search{min-width:320px;width:min(520px,100%)}.catalog-filters-toggle{display:none;align-items:center;justify-content:center;gap:8px;width:100%}.catalog-controls-clear--desktop{margin-top:4px}.catalog-controls-clear--mobile{display:none}.catalog-overlay{display:none;border:none;background:transparent;padding:0}.catalog-sidebar-mobile-header{display:none;align-items:center;justify-content:space-between;gap:12px}.catalog-sidebar-mobile-title{font-size:1rem;font-weight:600}.catalog-sidebar-close{border:none;background:#eef2ff;color:#1e40af;width:34px;height:34px;border-radius:999px;font-size:1.3rem;line-height:1;cursor:pointer}.catalog-sidebar-edge-close{display:none}.catalog-search,.catalog-sort{display:flex;flex-direction:column;gap:8px;font-size:.85rem;color:var(--color-muted)}.catalog-search-field{display:flex;align-items:center;gap:10px;border-radius:12px;border:1px solid #d5deea;background-color:#fff;padding:0 12px;min-height:48px;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.catalog-search-field:hover{border-color:#b8c7e6;box-shadow:0 8px 18px #0f172a14}.catalog-search-field:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px #2563eb2e}.catalog-search-icon{color:#94a3b8;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.catalog-search-icon svg{width:18px;height:18px}.catalog-search input,.catalog-sort select{padding:10px 0;border:none;background-color:transparent;font-weight:500;color:var(--color-text);width:100%;font-size:.95rem}.catalog-search input{min-width:260px}.catalog-search input::-webkit-search-cancel-button{display:none}.catalog-search input:focus,.catalog-sort select:focus{outline:none}.catalog-search-clear{border:none;background:#e2e8f0;color:#64748b;width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease}.catalog-search-clear:hover{background-color:#cbd5f5;color:#1d4ed8}.catalog-layout{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:24px}.catalog-sidebar{display:flex;flex-direction:column;gap:20px}.catalog-sidebar-title{margin:0;font-size:1.1rem}.catalog-panel{border-radius:16px;background:#f6f8fb;border:1px solid #d5deea;box-shadow:0 0 0 1px #eef2f7 inset,0 12px 26px #0f172a0f;padding:18px;display:flex;flex-direction:column;gap:12px}.catalog-panel-title{margin:0;font-size:1.08rem;font-weight:600;color:var(--color-text)}.catalog-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-panel-filters{background:#f6f8fb;border-color:#d5deea}.catalog-clear{border:none;background:none;color:var(--color-primary);font-weight:600;cursor:pointer;transition:color .2s ease,text-decoration-color .2s ease;text-decoration:none}.catalog-clear:hover{text-decoration:underline}.catalog-clear:disabled{color:#94a3b8;cursor:default;text-decoration:none}.catalog-panel-empty{margin:0;font-size:.9rem;color:var(--color-muted)}.catalog-tree{display:flex;flex-direction:column;gap:6px;padding:0;background:transparent;border-radius:0;border:none;box-shadow:none}.catalog-tree-link{border:1px solid transparent;background:transparent;text-align:left;padding:10px 12px 10px 14px;border-radius:8px;font-size:.98rem;color:#1f2937;cursor:pointer;display:inline-flex;align-items:center;gap:10px;font-weight:600;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;position:relative}.catalog-tree-link.active{background:#eef2ff;border-color:#c7d2fe;color:#1e3a8a}.catalog-tree-link:hover{background-color:#f5f7fb;border-color:#e2e8f0}.catalog-tree-link.all{width:100%;justify-content:space-between;font-size:.92rem;font-weight:500;color:#475569;background:#f6f8fb;border-color:#e2e8f0}.catalog-tree-link.all.active{background:#eef2ff;border-color:#c7d2fe;color:#1e3a8a}.catalog-tree-link.active:before{content:none}.catalog-tree-view{padding:0}.catalog-tree-view .MuiTreeItem-content{display:flex;align-items:center;padding:10px 12px 10px 14px;border-radius:8px;font-size:.98rem;color:#1f2937;gap:8px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;position:relative;min-height:36px;border:1px solid transparent}.catalog-tree-view .MuiTreeItem-content.Mui-selected,.catalog-tree-view .MuiTreeItem-content.Mui-selected.Mui-focused{background-color:#eef2ff;color:#1e3a8a;font-weight:600;border-color:#c7d2fe}.catalog-tree-view .MuiTreeItem-content:hover{background-color:#f5f7fb;border-color:#e2e8f0}.catalog-tree-view .MuiTreeItem-group{margin-left:0;padding-left:18px;border-left:1px solid #e2e8f0}.catalog-tree-label{display:block;align-items:center;white-space:normal;line-height:1.35;word-break:break-word}.catalog-tree-view>.MuiTreeItem-root>.MuiTreeItem-content .catalog-tree-label{font-weight:600;color:#1f2937}.catalog-tree-view .MuiTreeItem-group .catalog-tree-label{font-weight:500;color:#475569}.catalog-tree-toggle{width:12px;height:12px;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:rotate(-45deg);transition:transform .2s ease}.catalog-tree-toggle-expanded{transform:rotate(45deg)}.catalog-tree-leaf{display:none}.catalog-tree-view .MuiTreeItem-content.Mui-selected:before{content:none}.catalog-tree-view .MuiTreeItem-iconContainer{display:inline-flex;align-items:center;justify-content:center;order:2;margin-left:auto;width:20px;height:20px;border-radius:6px;color:#64748b;transition:background-color .2s ease,color .2s ease}.catalog-tree-view .MuiTreeItem-iconContainer:hover .catalog-tree-toggle{border-color:var(--color-primary)}.catalog-tree-view .MuiTreeItem-iconContainer:hover{background:#eef2ff;color:#1e40af}.catalog-filters{display:flex;flex-direction:column;gap:16px}.catalog-filter-group h4{margin:0 0 8px;font-size:.95rem;font-weight:600;color:var(--color-text)}.catalog-filter-group+.catalog-filter-group{padding-top:12px;border-top:1px solid #eef2f7}.catalog-filters-selected{font-size:.8rem;color:var(--color-muted);font-weight:600}.catalog-filter-options{--filter-option-height: 34px;--filter-option-gap: 8px;display:flex;flex-direction:column;gap:var(--filter-option-gap);position:relative}.catalog-filter-options.is-scrollable{max-height:220px;overflow-y:auto;padding-right:6px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#cbd5f5 #e2e8f0}.catalog-filter-options.is-scrollable::-webkit-scrollbar{width:6px}.catalog-filter-options.is-scrollable::-webkit-scrollbar-track{background:#e2e8f0;border-radius:999px}.catalog-filter-options.is-scrollable::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:999px}.catalog-filter-option{display:flex;align-items:center;gap:10px;min-height:var(--filter-option-height);font-size:.92rem;color:var(--color-text);cursor:pointer;padding:6px 8px;border-radius:10px;border:1px solid transparent;background:#fff;transition:background-color .2s ease,border-color .2s ease}.catalog-filter-option:hover{background-color:#f1f5ff;border-color:#dbe4ff}.catalog-filter-option input{appearance:none;width:19px;height:19px;border-radius:5px;border:1px solid #c7d2fe;background:#fff;display:inline-flex;align-items:center;justify-content:center;margin:0;position:relative;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.catalog-filter-option input:after{content:"";width:8px;height:4px;border:2px solid #ffffff;border-top:none;border-right:none;transform:rotate(-45deg);opacity:0}.catalog-filter-option input:checked{background-color:var(--color-primary);border-color:var(--color-primary)}.catalog-filter-option input:checked:after{opacity:1}.catalog-filter-option input:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb40}.catalog-filter-option-text{flex:1}.catalog-filter-count{background:#f1f5ff;color:#1d4ed8;font-size:.75rem;font-weight:600;border-radius:999px;padding:2px 8px;border:1px solid #c7d2fe;line-height:1.2}.catalog-help{display:flex;flex-direction:column;gap:12px;background:#f6f8fb;border:1px solid #d5deea;box-shadow:0 0 0 1px #eef2f7 inset,0 12px 24px #0f172a0f}.catalog-help .btn{border-radius:10px}.catalog-help h4{margin:0;font-size:1.1rem}.catalog-help p{margin:0;color:var(--color-muted)}.catalog-content{display:flex;flex-direction:column;gap:24px;min-width:0}.catalog-meta{display:flex;align-items:center;justify-content:space-between;color:var(--color-muted);font-size:.95rem}.catalog-active{padding:6px 12px;background-color:#eef2ff;color:var(--color-primary);border-radius:999px;font-weight:600}.catalog-empty{padding:24px;border-radius:var(--radius-md);background-color:var(--color-surface);color:var(--color-muted);text-align:center;border:1px solid var(--color-border)}.series-list{display:flex;flex-direction:column;gap:24px}.series-card{padding:20px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:18px}.series-header{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:18px;align-items:center}.series-image{width:100%;max-width:180px;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:var(--color-muted);font-size:.85rem;text-align:center;padding:8px}.series-image--placeholder{background:#f1f5f9}.series-info h3{margin:0 0 6px;font-size:1.2rem}.series-info p{margin:0;color:var(--color-muted);font-size:.95rem}.series-group{display:flex;flex-direction:column;gap:10px}.series-group-title{font-weight:600;color:var(--color-text)}.series-table{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.series-table-header,.series-table-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(120px,.6fr) minmax(160px,.8fr);gap:12px;padding:12px 16px;align-items:center}.series-table-header{background:#f8fafc;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--color-muted)}.series-table-row{border-top:1px solid #e2e8f0;font-size:.95rem}.series-table-cell--name{display:flex;flex-direction:column;gap:4px}.series-table-meta{font-size:.8rem;color:var(--color-muted)}.attribute-blocks{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.attribute-block-card{border-radius:14px;border:1px solid #e5e7eb;background:#fff;padding:8px 16px;display:grid;grid-template-columns:minmax(160px,220px) minmax(240px,1fr) minmax(320px,2fr);gap:12px;align-items:center;text-align:left;cursor:pointer;min-height:64px;transition:border-color .2s ease,box-shadow .2s ease;font-family:Manrope Variable,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.attribute-block-card:hover{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.attribute-block-card:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.attribute-block-title{font-weight:500;font-size:1rem;color:#0f172a;word-break:break-word}.attribute-block-text{color:#475569;font-size:.95rem;font-weight:400;line-height:1.4;word-break:break-word}.attribute-block-image{height:60px;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:4px;overflow:hidden;color:#94a3b8;font-size:.85rem;text-align:center;cursor:zoom-in}.attribute-block-image img{width:100%;height:100%;object-fit:contain}@media(max-width:1024px){.attribute-block-card{width:100%;grid-template-columns:1fr;align-items:flex-start;min-width:0}.attribute-block-image{width:100%}.grouped-info{min-width:0}}.grouped-list{display:flex;flex-direction:column;gap:24px}.grouped-card{border-radius:16px;border:1px solid #e5e7eb;padding:20px;background:#fff;display:flex;flex-direction:column;gap:16px;min-width:0}.grouped-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;scroll-margin-top:24px}.grouped-info{flex:1;min-width:260px}.grouped-title{margin:0 0 8px;font-size:1.35rem}.grouped-description{color:#374151}.grouped-images{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.grouped-image-button{border:none;padding:0;background:transparent;cursor:zoom-in}.grouped-images img{height:110px;width:auto;object-fit:contain;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;padding:6px}.grouped-table-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;scrollbar-gutter:stable;border-radius:12px;border:1px solid #e5e7eb;max-width:100%;position:relative}.grouped-table{width:max(100%,980px);border-collapse:collapse;font-size:.85rem}.grouped-table th,.grouped-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #e5e7eb;vertical-align:middle}.grouped-table th{background:#f8fafc;font-weight:600;color:#1f2937}.grouped-table-row{transition:background-color .2s ease}.grouped-table-row:hover{background:#f8fafc}.grouped-table td{white-space:normal;word-break:break-word}.grouped-table-link{font-weight:600;color:#111827;text-decoration:none}.grouped-table-row:hover .grouped-table-link{color:#1d4ed8;text-decoration:underline}.grouped-table-link:hover{text-decoration:underline}.grouped-table-meta{display:block;font-size:.85rem;color:#6b7280}.grouped-table-price{white-space:nowrap}.grouped-table-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;background:#ecfdf3;color:#047857}.grouped-table-badge--price{background:#e0f2fe;color:#0369a1}.grouped-table-badge--stock.is-unavailable{background:#fef3c7;color:#b45309}.grouped-table-badge--stock.is-preorder{background:#e0f2fe;color:#0369a1}.grouped-table-stock-cell{min-width:16ch;max-width:16ch;white-space:normal;text-align:center}.grouped-table-stock-cell .grouped-table-badge{display:inline-flex;align-items:center;justify-content:center;max-width:12ch;white-space:normal;word-break:normal;line-height:1.2;padding:6px 10px;text-align:center}.grouped-table-name-cell{min-width:28ch;max-width:36ch}.grouped-table-wrapper::-webkit-scrollbar{height:10px}.grouped-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.grouped-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:999px}.grouped-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.grouped-table-wrapper{scrollbar-color:#cbd5f5 #f1f5f9;scrollbar-width:thin}.grouped-table-actions{display:flex;justify-content:center}.grouped-table-toggle{min-width:220px}.grouped-table-scroll-hint{display:none}.grouped-image-modal{max-width:820px}.grouped-image-modal img{width:100%;height:auto;display:block;border-radius:16px;border:1px solid #e5e7eb;background:#f8fafc;padding:12px}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding:12px;border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-xs)}.pagination button{border:none;background:transparent;color:var(--color-text);font-weight:600;border-radius:999px;padding:8px 14px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pagination button:disabled{color:#94a3b8;cursor:not-allowed}.pagination-pages{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.pagination-page-group{display:inline-flex;align-items:center;gap:8px}.pagination-ellipsis{color:#64748b}.pagination-page{background:#f1f5f9;min-width:38px}.pagination-page.active{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-xs)}.pagination button:not(:disabled):hover{background-color:#2563eb1f;color:var(--color-primary)}.breadcrumbs{margin-bottom:16px}.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;color:#64748b;font-size:.88rem}.breadcrumbs li{display:inline-flex;align-items:center;gap:8px}.breadcrumbs li:not(:last-child):after{content:"/";color:#cbd5e1}.breadcrumbs a{color:#2563eb;font-weight:600}.auth-layout-home{min-height:min(680px,calc(100vh - 240px));display:grid;place-items:center;padding:24px 0}.auth-entry-shell{width:min(100%,560px);display:flex;flex-direction:column;gap:12px}.auth-entry-context{margin:0;color:#4b5563;font-size:.98rem;line-height:1.45}.auth-entry-card{width:100%;display:flex;flex-direction:column;gap:18px;padding:32px;border-radius:16px;background:#fff;border:1px solid #dbe3f0;box-shadow:0 10px 30px #0f172a14;font-family:Manrope Variable,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.auth-entry-card .card-title{margin:0;font-size:1.85rem;font-weight:600;letter-spacing:.01em}.auth-entry-card .form{gap:14px}.auth-entry-card .form-label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#334155}.auth-entry-card .form-input{background:#f7f9fc;border-color:#dbe2ee;border-radius:10px;box-shadow:inset 0 1px #ffffffb3}.auth-entry-card .form-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb24}.auth-entry-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px}.auth-entry-actions .btn{min-width:180px;border-radius:10px}.auth-entry-switch{margin:0;color:#475569;font-size:.95rem;line-height:1.4;text-align:right}.auth-entry-switch a{color:#1e3a8a;font-weight:700}.auth-entry-switch a:hover{color:#1d4ed8}.home-page{display:flex;flex-direction:column;gap:var(--space-xl);--home-sidebar-width: 360px;--home-grid-gap: 32px;--home-row-gap: 24px;--home-surface: #f4f7fb;--home-surface-strong: #ffffff;--home-border: #dfe6f1;--home-border-strong: #d1d9e6;--home-shadow: 0 18px 38px rgba(15, 23, 42, .08);--home-shadow-soft: 0 12px 28px rgba(15, 23, 42, .06)}.home-hero{display:grid;grid-template-columns:minmax(320px,var(--home-sidebar-width)) minmax(0,1fr);gap:var(--home-grid-gap);align-items:stretch}.home-hero-right{display:flex;flex-direction:column;gap:var(--home-row-gap);min-width:0}.home-hero-sidebar{align-self:start;display:flex;flex-direction:column;gap:var(--home-row-gap);height:calc(var(--hero-slider-height) + var(--home-row-gap) + var(--consultation-cta-height))}.home-hero-sidebar-panel{height:var(--hero-slider-height)}.home-hero-sidebar-panel>.catalog-sidebar-nav{height:100%}.home-hero-sidebar-panel>.skeleton-list{min-height:430px}.catalog-sidebar-nav{display:flex;flex-direction:column;max-height:100%;overflow:hidden;border:1px solid #dbe4f0;border-radius:18px;background:#fff;box-shadow:0 18px 42px #0f172a14}.catalog-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid #e6edf6;background:linear-gradient(135deg,#f8fbff,#eef5ff)}.catalog-sidebar-heading{min-width:0;display:flex;align-items:center;gap:10px}.catalog-sidebar-heading-icon{width:36px;height:36px;flex:0 0 auto;display:grid;grid-template-columns:repeat(2,7px);grid-template-rows:repeat(2,7px);place-content:center;gap:3px;border-radius:11px;background:#2563eb;box-shadow:0 7px 16px #2563eb38}.catalog-sidebar-heading-icon span{border-radius:2px;background:#fff}.catalog-sidebar-heading p{margin:1px 0 0;color:#64748b;font-size:.68rem;line-height:1.2;white-space:nowrap}.catalog-sidebar-title{margin:0;color:#0f172a;font-size:1.02rem;font-weight:750;letter-spacing:-.01em}.catalog-sidebar-action{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #d7e3f4;border-radius:9px;background:#ffffffd1;color:#1e40af;font-size:.72rem;font-weight:700;white-space:nowrap;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.catalog-sidebar-action:hover{border-color:#93b4ef;background:#fff;color:#1d4ed8;transform:translateY(-1px)}.catalog-sidebar-body{flex:1;min-height:0;padding:10px 8px 14px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a9bde2 transparent}.catalog-sidebar-body::-webkit-scrollbar{width:6px}.catalog-sidebar-body::-webkit-scrollbar-track{background:transparent}.catalog-sidebar-body::-webkit-scrollbar-thumb{background:#a9bde2;border-radius:999px}.catalog-sidebar-list,.catalog-sidebar-children{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.catalog-sidebar-children{position:relative;margin:7px 0 5px 8px;padding-left:0;border-left:0;gap:6px}.catalog-sidebar-item{display:flex;flex-direction:column;min-width:0}.catalog-sidebar-row{position:relative;display:flex;align-items:center;gap:9px;min-height:40px;padding:5px 6px;border:1px solid transparent;border-radius:10px;color:#334155;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.catalog-sidebar-row.level-1{min-height:46px;padding:6px 8px;border-color:#e8eef6;background:#f8fafc}.catalog-sidebar-row.has-thumbnail{min-height:58px;gap:8px;padding:5px 7px;border-color:#e5ebf4;background:#fff}.catalog-sidebar-row.has-thumbnail:hover{transform:translate(2px)}.catalog-sidebar-row:hover{border-color:#d7e4f5;background:#f1f6fd;color:#1e3a8a}.catalog-sidebar-row.is-active{border-color:#bfd2f5;background:#eaf2ff;color:#1d4ed8;box-shadow:0 5px 14px #2563eb14}.catalog-sidebar-row.is-active:before{content:"";position:absolute;top:9px;bottom:9px;left:-1px;width:3px;border-radius:0 4px 4px 0;background:#2563eb}.catalog-sidebar-node{width:7px;height:7px;margin:0 8px;flex:0 0 auto;border:2px solid #b5c5da;border-radius:50%;background:#fff;transition:border-color .18s ease,background-color .18s ease}.catalog-sidebar-row.level-1 .catalog-sidebar-node{width:26px;height:26px;margin:0;display:grid;place-items:center;border:1px solid #c8d9f5;border-radius:8px;background:#eaf2ff}.catalog-sidebar-row.level-1 .catalog-sidebar-node:after{content:"";width:8px;height:8px;border:2px solid #3b6fca;border-radius:2px}.catalog-sidebar-row:hover .catalog-sidebar-node,.catalog-sidebar-row.is-active .catalog-sidebar-node{border-color:#4f7fd4;background:#fff}.catalog-sidebar-label{flex:1;min-width:0;padding:4px 0;overflow-wrap:anywhere;color:inherit;font-size:.88rem;font-weight:500;line-height:1.25}.catalog-sidebar-category-link{min-width:0;flex:1;display:flex;align-items:center;gap:9px;color:inherit}.catalog-sidebar-category-link:hover{color:inherit}.catalog-sidebar-thumbnail{width:58px;height:44px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border:1px solid #e7edf5;border-radius:8px;background:#fff}.catalog-sidebar-thumbnail img{width:100%;height:100%;object-fit:contain;transform:scale(2);transform-origin:right center}.catalog-sidebar-row.level-1 .catalog-sidebar-label{color:#172033;font-size:.91rem;font-weight:700}.catalog-sidebar-label:hover{color:inherit}.catalog-sidebar-meta{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto}.catalog-sidebar-count{min-width:24px;height:22px;display:inline-grid;place-items:center;padding:0 6px;border-radius:999px;background:#e9eff7;color:#64748b;font-size:.69rem;font-weight:700}.catalog-sidebar-toggle{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:8px;background:#eef2f7;color:inherit;cursor:pointer;transition:background-color .18s ease,color .18s ease}.catalog-sidebar-toggle:hover,.catalog-sidebar-toggle:focus-visible{background:#dce8fa;color:#1d4ed8}.catalog-sidebar-chevron{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.catalog-sidebar-chevron.expanded{transform:translateY(2px) rotate(225deg)}.catalog-sidebar-link-chevron{width:7px;height:7px;margin-right:4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.catalog-cutter-nav{max-height:none;gap:14px;padding:18px;overflow:visible;border-radius:14px;border-color:#dfe6f0;box-shadow:0 12px 28px #0f172a12}.catalog-cutter-heading h2{margin:0;color:#0f172a;font-size:1.25rem;font-weight:750;letter-spacing:-.01em}.catalog-cutter-heading p{margin:4px 0 0;color:#718096;font-size:.84rem;line-height:1.35}.catalog-cutter-search{height:48px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #dfe5ee;border-radius:9px;background:#fff;color:#718096;box-shadow:0 2px 7px #0f172a08;transition:border-color .2s ease,box-shadow .2s ease}.catalog-cutter-search:focus-within{border-color:#93b4ef;box-shadow:0 0 0 3px #2563eb1a}.catalog-cutter-search-icon{position:relative;width:14px;height:14px;flex:0 0 auto;border:2px solid #94a3b8;border-radius:50%}.catalog-cutter-search-icon:after{content:"";position:absolute;right:-5px;bottom:-3px;width:6px;height:2px;border-radius:999px;background:#94a3b8;transform:rotate(45deg);transform-origin:left center}.catalog-cutter-search input{width:100%;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:#172033;font:inherit;font-size:.9rem}.catalog-cutter-search input::placeholder{color:#8a98ad}.catalog-cutter-list{overflow:hidden;border:1px solid #e0e6ef;border-radius:10px;background:#fff}.catalog-cutter-row{min-height:80px;display:grid;grid-template-columns:72px minmax(0,1fr) 12px;align-items:center;gap:10px;padding:4px 11px 4px 5px;color:#172033;transition:background-color .18s ease,color .18s ease}.catalog-cutter-row:not(:last-child){border-bottom:1px solid #e8edf4}.catalog-cutter-row:hover,.catalog-cutter-row:focus-visible{background:#f5f8fd;color:#1d4ed8}.catalog-cutter-thumbnail{width:72px;height:64px;display:grid;place-items:center;overflow:hidden;background:#fff}.catalog-cutter-thumbnail img{width:100%;height:100%;object-fit:contain;transform:scale(1.8);transform-origin:right center}.catalog-cutter-label{min-width:0;font-size:.92rem;font-weight:700;line-height:1.35}.catalog-cutter-arrow{width:7px;height:7px;justify-self:end;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.catalog-cutter-empty{min-height:72px;display:grid;place-items:center;margin:0;padding:16px;color:#64748b;font-size:.82rem;text-align:center}.catalog-cutter-primary-action{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:8px;background:#2563eb;color:#fff;font-size:.92rem;font-weight:700;box-shadow:0 8px 18px #2563eb33;transition:background-color .2s ease,transform .2s ease}.catalog-cutter-primary-action:hover,.catalog-cutter-primary-action:focus-visible{background:#1d4ed8;color:#fff;transform:translateY(-1px)}.home-pdf-catalog-card{height:var(--consultation-cta-height);min-height:var(--consultation-cta-height);display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;padding:12px 16px;border:1px solid #dfe6f0;border-radius:14px;background:#fff;color:#172033;box-shadow:0 12px 28px #0f172a0f;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-pdf-catalog-card:hover,.home-pdf-catalog-card:focus-visible{border-color:#b9cff5;color:#172033;box-shadow:0 16px 32px #0f172a17;transform:translateY(-2px)}.home-pdf-catalog-icon{position:relative;width:38px;height:46px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:7px;border:2px solid #2563eb;border-radius:6px;background:#f8fbff;color:#2563eb}.home-pdf-catalog-icon:after{content:"";position:absolute;top:-2px;right:-2px;width:12px;height:12px;border-left:2px solid #2563eb;border-bottom:2px solid #2563eb;border-radius:0 4px;background:#fff}.home-pdf-catalog-icon span{font-size:.6rem;font-weight:800;letter-spacing:.02em}.home-pdf-catalog-content{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.home-pdf-catalog-content strong{font-size:1rem;line-height:1.3}.home-pdf-catalog-content small{margin-top:3px;color:#718096;font-size:.78rem;line-height:1.35}.home-pdf-catalog-action{display:inline-flex;align-items:center;gap:8px;margin-top:6px;color:#2563eb;font-size:.86rem;font-weight:700}.hero-slider{width:100%;max-width:100%;height:var(--hero-slider-height);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);background-color:var(--color-surface);display:flex;flex-direction:column;justify-content:space-between;position:relative}.hero-slider-media{position:relative;flex:1;min-height:0;touch-action:pan-y;overflow:hidden;background:#060b15;isolation:isolate}.hero-slider-slide{position:absolute;inset:0;overflow:hidden;transform-origin:center;will-change:opacity,transform;pointer-events:none}.hero-slider-slide.is-current,.hero-slider-slide.is-incoming{z-index:2}.hero-slider-slide.is-outgoing{z-index:1}.hero-slider-slide img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none}.hero-slider-slide:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#02061708 38%,#0206176b);pointer-events:none}.hero-slider-editorial-copy{position:absolute;top:50%;z-index:2;width:min(46%,490px);padding-left:24px;border-left:3px solid #79aef9;font-family:Manrope Variable,Roboto,Segoe UI,sans-serif;color:#fff;text-shadow:0 3px 22px rgba(0,0,0,.74);transform:translateY(-50%);pointer-events:none}.hero-slider-slide.is-copy-left .hero-slider-editorial-copy{left:clamp(28px,4vw,58px);width:min(52%,560px)}.hero-slider-slide.is-copy-right .hero-slider-editorial-copy{right:clamp(28px,4.5vw,66px)}.hero-slider-editorial-overline{margin:0 0 12px;color:#a9cfff;font-size:.75rem;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.hero-slider-editorial-copy h2{margin:0 0 20px;color:#fff;font-size:clamp(3.25rem,5.8vw,5.2rem);font-weight:650;line-height:.9;letter-spacing:-.062em;filter:drop-shadow(0 5px 18px rgba(0,0,0,.35))}@media(min-width:601px){.hero-slider-slide.is-series-arfr4 .hero-slider-editorial-copy h2{font-size:clamp(3.5rem,5.8vw,4.6rem);white-space:nowrap}}.hero-slider-title-link{display:block;width:max-content;max-width:100%;color:inherit;pointer-events:auto}.hero-slider-title-link:hover,.hero-slider-title-link:focus-visible{color:inherit}.hero-slider-title-link:hover h2{opacity:.9}.hero-slider-editorial-copy>strong{display:block;max-width:430px;color:#fff;font-family:Manrope Variable,Roboto,sans-serif;font-size:clamp(1.05rem,1.65vw,1.35rem);font-weight:650;line-height:1.38}.hero-slider-editorial-features{display:flex;align-items:flex-start;flex-wrap:wrap;gap:11px 20px;margin-top:24px}.hero-slider-editorial-features span{content:"";position:relative;max-width:47%;padding-left:13px;color:#ffffffdb;font-family:Manrope Variable,Roboto,sans-serif;font-size:clamp(.78rem,1.05vw,.9rem);line-height:1.42}.hero-slider-editorial-features span:before{content:"";position:absolute;top:.52em;left:0;width:5px;height:5px;border-radius:50%;background:#86b7ff;box-shadow:0 0 0 3px #86b7ff1c}.hero-slider-slide.is-incoming{animation:heroSliderEditorialIn .76s cubic-bezier(.22,.7,.12,1) both}.hero-slider-slide.is-outgoing{animation:heroSliderEditorialOut .65s cubic-bezier(.4,0,.6,1) both}@keyframes heroSliderEditorialIn{0%{opacity:0;transform:translate(calc(22px * var(--hero-slider-direction, 1))) scale(1.008)}24%{opacity:0}to{opacity:1;transform:translate(0) scale(1)}}@keyframes heroSliderEditorialOut{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(calc(-14px * var(--hero-slider-direction, 1))) scale(.997)}}.hero-slider.is-direction-forward{--hero-slider-direction: 1}.hero-slider.is-direction-backward{--hero-slider-direction: -1}.hero-slider-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:var(--space-md);padding:var(--space-2xl);background:linear-gradient(180deg,#0f172a0d,#0f172a99);color:#fff;z-index:1}.hero-slider-title{margin:0;font-size:2rem;font-weight:600}.hero-slider-text{margin:0;max-width:460px;color:#ffffffe6}.hero-slider-minimal-controls{position:absolute;bottom:16px;left:50%;z-index:5;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translate(-50%,6px);transition:opacity .18s ease,transform .18s ease}.hero-slider:hover .hero-slider-minimal-controls,.hero-slider:focus-within .hero-slider-minimal-controls{opacity:1;pointer-events:auto;transform:translate(-50%)}@media(hover:none){.hero-slider-minimal-controls{opacity:1;pointer-events:auto;transform:translate(-50%)}}.slider-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:#0f172a40;color:#fff;cursor:pointer}.slider-dots{display:flex;gap:var(--space-sm);padding:6px 10px;border-radius:999px;background:#0308136b;box-shadow:0 8px 24px #0003;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.slider-dot{position:relative;width:44px;height:44px;border-radius:999px;border:0;background:transparent;cursor:pointer}.slider-dot:before{content:"";position:absolute;inset:16px;border:1px solid rgba(255,255,255,.9);border-radius:50%}.slider-dot.active:before{background:#fff}.series-page{display:flex;flex-direction:column;gap:24px;font-family:Manrope Variable,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.series-page .breadcrumbs{margin-bottom:-8px}.series-page-hero{overflow:hidden;border:1px solid #1e293b;border-radius:20px;background:#081126;box-shadow:0 24px 54px #0f172a2e}.series-page-hero img{width:100%;aspect-ratio:1060 / 545;object-fit:cover}.series-page-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:32px;padding:8px 4px 12px}.series-page-intro h1,.series-consultation-card h2,.series-info-card h2,.series-missing-card h1{margin:0}.series-page-intro h1{margin-bottom:10px;font-size:clamp(2.25rem,5vw,4.5rem);line-height:1;letter-spacing:-.04em}.series-eyebrow{margin:0 0 8px;color:#2563eb;font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.series-lead{max-width:780px;margin:0;color:#475569;font-size:1.08rem;line-height:1.65}.series-actions{display:flex;flex-wrap:wrap;gap:10px}.series-actions .btn{white-space:nowrap}.series-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.series-info-card{position:relative;min-height:340px;padding:32px;overflow:hidden;border:1px solid #dbe4f2;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:0 16px 36px #0f172a12}.series-info-card h2{max-width:calc(100% - 56px);font-size:1.45rem}.series-info-card>p:not(.series-card-index){margin:18px 0 0;color:#475569;line-height:1.6}.series-card-index{position:absolute;top:24px;right:28px;margin:0;color:#bfdbfe;font-size:2.25rem;font-weight:800;line-height:1}.series-feature-list,.series-selection-list{display:grid;gap:14px;margin:24px 0 0;padding:0;list-style:none}.series-feature-list li,.series-selection-list li{position:relative;padding-left:28px;color:#334155;line-height:1.55}.series-feature-list li:before,.series-selection-list li:before{content:"";position:absolute;top:.56em;left:2px;width:9px;height:9px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 5px #dbeafe}.series-consultation-card{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:30px 32px;border:1px solid #bfdbfe;border-radius:18px;background:linear-gradient(120deg,#eff6ff,#fff 62%,#dbeafe)}.series-consultation-card h2{font-size:clamp(1.5rem,3vw,2.25rem)}.series-consultation-card p:last-child{max-width:760px;margin:10px 0 0;color:#475569;line-height:1.6}.series-contact-links{min-width:220px;display:flex;flex-direction:column;align-items:stretch;gap:8px;text-align:center}.series-email-link{color:#1d4ed8;font-size:.9rem;font-weight:700}.series-missing-card{max-width:760px;padding:40px}.series-missing-card>p:not(.series-eyebrow){margin:12px 0 24px;color:#475569}.hero-cta{align-self:flex-end}.consultation-cta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);padding:18px 20px;border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-xs);height:var(--consultation-cta-height)}.consultation-cta-text{margin:0;font-weight:600;color:var(--color-text);max-width:520px;font-size:1.05rem;line-height:1.4}.consultation-cta--compact{padding:14px 16px;gap:var(--space-md)}.consultation-cta--compact .consultation-cta-text{font-size:.95rem;max-width:240px}.consultation-cta--compact .btn{padding:8px 14px;font-size:.9rem}.category-card{display:flex;flex-direction:column;gap:var(--space-md);height:100%;min-height:260px;transition:transform .2s ease,box-shadow .2s ease}.category-card--fixed{width:100%;max-width:420px;min-height:360px}.category-card-media{height:160px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#eef2ff,#f8fafc);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--color-muted);text-align:center;padding:16px;overflow:hidden}.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.category-card-media img{width:100%;height:100%;object-fit:cover}.category-card--fixed .category-card-media{height:300px;aspect-ratio:420 / 300;background:#fff}.category-card--fixed .category-card-media img{object-fit:contain}.category-card-body{display:flex;min-height:56px;align-items:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,420px));gap:24px;justify-content:start;align-items:stretch}@media(min-width:1200px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.catalog-category-note{margin:0 0 16px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-xs);padding:12px 16px;color:var(--color-muted)}.catalog-category-note p{margin:0;font-size:.95rem}.catalog-category-sections{display:flex;flex-direction:column;gap:32px}.catalog-category-section{display:flex;flex-direction:column;gap:16px}.catalog-category-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.catalog-category-header h2{margin:0;font-size:1.4rem}.catalog-category-link{font-weight:600;color:var(--color-primary)}.catalog-category-link:hover{color:var(--color-primary-dark)}.category-card-placeholder-text{font-weight:600;color:var(--color-muted)}.category-card .card-title,.product-card .card-title{font-size:1.05rem;line-height:1.4}.category-card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.home-page .category-card,.home-page .product-card{border:1px solid #e3e8f2;background:#fff;box-shadow:none;border-radius:14px;padding:16px;min-height:0}.home-page .category-card:hover,.home-page .product-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a14;border-color:#d7dde8}.home-page .category-card-media{aspect-ratio:420 / 300;height:auto;background:#f2f4f8;border:1px solid #edf1f7;border-radius:12px;padding:8px}.home-page .category-card-media img{object-fit:contain}.home-page .product-card{gap:12px}.home-page .product-card-header{gap:8px;align-items:flex-start}.home-page .product-id,.home-page .product-stock{font-size:.78rem;font-weight:600;padding:4px 8px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#1f2937}.home-page .product-stock.in-stock{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.home-page .product-stock.available-to-order{background:#eef2ff;color:#1e40af;border-color:#c7d2fe}.home-page .product-stock.out-of-stock{background:#fef2f2;color:#991b1b;border-color:#fecaca}.home-page .product-image{aspect-ratio:600 / 462;height:auto;background:#f3f5f9;border:1px solid #edf1f7;border-radius:12px;padding:8px}.home-page .product-image img{object-fit:contain}.home-page .product-description{font-size:.94rem;line-height:1.5;color:#526074}.home-page .consultation-cta{background:#f6f8fb;border:1px solid #d7e0ee;box-shadow:0 0 0 1px #eef2f7 inset,0 10px 24px #0f172a0f}.home-page .consultation-section{padding:var(--space-xl);border-radius:var(--radius-lg);background:#f6f8fb;border:1px solid #d2dbe8;box-shadow:0 0 0 1px #eef2f7 inset,0 18px 38px #0f172a14}.home-page .consultation-grid{grid-template-columns:minmax(0,1fr);align-items:stretch}.home-page .consultation-section .card{background:#fff;border:1px solid #e3e8f2;box-shadow:none}.home-page .consultation-section .consultation-aside{background:#fff;border:1px solid #d7e0ee;box-shadow:0 0 0 1px #f1f5fb inset,0 12px 26px #0f172a0f}.home-page .consultation-cards{display:grid;grid-template-columns:1fr;gap:16px;flex:1;min-height:0;grid-auto-rows:1fr}.home-page .home-benefits-section{border:1px solid #d2dbe8}.home-page .home-benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-page .consultation-cards .card{position:relative;padding:22px 22px 22px 20px;min-height:120px;display:flex;flex-direction:column;justify-content:center;border:1px solid #9db6f3;border-left:4px solid #2563eb;background:#fff;box-shadow:0 0 0 1px #f2f5fa inset,0 8px 18px #0f172a0f;overflow:hidden}.home-page .consultation-cards .card:before{content:none}.home-page .consultation-cards .card .card-title{font-size:1.15rem;font-weight:600;color:#0f172a;margin:0 0 12px}.home-page .consultation-cards .card .card-subtitle{font-size:.98rem;color:#4b5563}.home-page .form{gap:14px}.home-page .form-label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#334155}.home-page .form-input{background:#f7f9fc;border-color:#dbe2ee;border-radius:10px;box-shadow:inset 0 1px #ffffffb3}.home-page .form-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb24}.home-page .form-hint{color:#667085}.consultation-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-xl);align-items:start}.consultation-panel{height:100%}.consultation-aside{display:flex;flex-direction:column;gap:var(--space-lg)}.consultation-aside-header .section-title{margin-bottom:var(--space-xs)}.consultation-cards{display:grid;gap:var(--space-md)}.skeleton-list{display:flex;flex-direction:column;gap:var(--space-sm)}.skeleton-line{height:14px;border-radius:999px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:shimmer 1.6s infinite}.skeleton-card{min-height:200px;border-radius:var(--radius-md);background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:shimmer 1.6s infinite}.cart-page{display:flex;flex-direction:column;gap:var(--space-xl);font-family:Manrope Variable,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.cart-page .btn{border-radius:10px}.cart-hero{display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg);background:linear-gradient(135deg,#eef2ff,#fff 55%,#ecfeff);border:1px solid #dbe4f2;box-shadow:var(--shadow-sm)}.cart-hero h1{margin:0 0 4px;font-size:2rem}.cart-hero-eyebrow{margin:0 0 6px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2563eb}.cart-hero-subtitle{margin:0;color:var(--color-muted);max-width:520px}.cart-hero-badge{padding:10px 18px;border-radius:999px;font-weight:700;background:#1d4ed8;color:#fff;box-shadow:var(--shadow-xs)}.cart-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,360px);gap:var(--space-xl);align-items:start}.cart-items{display:flex;flex-direction:column;gap:var(--space-lg);padding:20px}.cart-items-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);padding-bottom:12px;border-bottom:1px solid var(--color-border)}.cart-item{display:grid;grid-template-columns:160px minmax(0,1fr) 170px;gap:var(--space-lg);align-items:stretch;padding:18px;border-radius:var(--radius-md);border:1px solid #e0e7ff;background:linear-gradient(135deg,#fff,#f8fafc 60%,#eef2ff);box-shadow:var(--shadow-sm)}.cart-item-link{display:block;text-decoration:none;color:inherit}.cart-item-media{width:160px;height:160px;border-radius:16px;background:linear-gradient(135deg,#eef2ff,#f8fafc);overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #dbe4f2}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{font-weight:600;color:#64748b}.cart-item-info{display:flex;flex-direction:column;gap:14px}.cart-item-header{display:flex;flex-direction:column;gap:8px}.cart-item-badges{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.cart-item-id{padding:4px 10px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-weight:600;font-size:.8rem}.cart-item-stock{padding:4px 10px;border-radius:999px;font-weight:600;font-size:.8rem;color:#fff}.cart-item-stock.in-stock{background:linear-gradient(135deg,#0284c7,#38bdf8)}.cart-item-stock.out-of-stock{background:linear-gradient(135deg,#f97316,#fbbf24)}.cart-item-title-link{text-decoration:none;color:inherit;display:inline-flex}.cart-item-title-link:hover .cart-item-title{color:#1d4ed8}.cart-item-title{margin:0;font-size:1.05rem}.cart-item-price{margin:0;font-weight:700;color:#1e293b}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.qty-controls{display:inline-flex;align-items:center;gap:var(--space-sm);padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid var(--color-border)}.qty-controls span{min-width:26px;text-align:center;font-weight:600}.cart-item-total{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#e0f2fe);border:1px dashed #93c5fd;font-weight:600;color:#1e40af;align-items:center;justify-content:center;text-align:center}.cart-item-actions{display:inline-flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.cart-summary{position:sticky;top:120px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(180deg,#fff,#eff6ff);border:1px solid #dbeafe}.cart-summary h2{margin:0;color:#1e3a8a}.cart-summary-note{margin:0;color:#475569;line-height:1.55}.guest-quote-form{gap:14px;padding-top:4px}.guest-quote-form .form-label{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#334155}.guest-contact-fields{display:grid;grid-template-columns:1fr;gap:14px}.guest-comment{min-height:96px}.guest-consent,.consultation-consent{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;color:#334155;font-size:.88rem;line-height:1.45;cursor:pointer}.guest-consent input,.consultation-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--color-primary)}.guest-consent a,.consultation-consent a{color:var(--color-primary)}.guest-submit{width:100%}.cart-summary-row{display:flex;justify-content:space-between;color:var(--color-muted)}.cart-summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.2rem;padding:12px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.cart-summary-actions{display:flex;flex-direction:column;gap:12px}.cart-checkout-block{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:12px;border:1px solid #c7d2fe;background:#f8fafc}.cart-checkout-block p{margin:0;color:#334155}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:12px}.cart-empty-state{padding:32px;border-radius:var(--radius-md);background:var(--color-surface);border:1px dashed #c7d2fe;text-align:center;color:var(--color-muted)}.cart-error{margin:0;color:var(--color-danger);font-weight:600}.order-modal{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px}.order-modal-backdrop{position:absolute;inset:0;background:#0f172a99;border:none}.order-modal-content{position:relative;z-index:1;max-width:540px;width:100%;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 48px);overflow-y:auto}.privacy-page{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:28px;line-height:1.7}.privacy-header h1{margin:0 0 12px;font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.2}.privacy-page section h2{margin:0 0 8px;font-size:1.25rem}.privacy-page p{margin:0;color:#334155}.cart-page .order-modal-content{background:#f6f8fb;border:1px solid #d5deea;box-shadow:0 0 0 1px #eef2f7 inset,0 20px 40px #0f172a1f}.cart-page .order-modal-content h2{margin:0 0 4px;font-size:1.4rem}.cart-page .order-modal-content p{margin:0 0 6px;color:var(--color-muted)}.cart-page .order-modal-content .form{gap:14px}.cart-page .order-modal-content .form-label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#334155}.cart-page .order-modal-content .form-input{background:#f7f9fc;border-color:#dbe2ee;border-radius:10px;box-shadow:inset 0 1px #ffffffb3}.cart-page .order-modal-content .form-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb24}.order-modal-actions{display:flex;gap:12px;flex-wrap:wrap}.profile-page{display:flex;flex-direction:column;gap:var(--space-xl);font-family:Manrope Variable,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.profile-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-lg);background:linear-gradient(135deg,#eef2ff,#fff 45%,#e0f2fe);border:1px solid #dbe4f2}.profile-hero h1{margin:0 0 4px;font-size:2rem}.profile-hero-eyebrow{margin:0 0 6px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2563eb}.profile-hero-subtitle{margin:0;color:var(--color-muted);max-width:520px}.profile-hero-badges{display:flex;flex-direction:column;gap:10px}.profile-hero-badge{padding:8px 14px;border-radius:999px;background:#1d4ed8;color:#fff;font-weight:600;text-align:center}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg)}.profile-card{display:flex;flex-direction:column;gap:var(--space-md)}.profile-requisites-card{gap:var(--space-lg)}.profile-requisites-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.profile-requisites-status{padding:6px 12px;border-radius:999px;font-size:.85rem;font-weight:700;white-space:nowrap}.profile-requisites-status.is-complete{background:#dcfce7;color:#166534}.profile-requisites-status.is-incomplete{background:#fef3c7;color:#92400e}.profile-requisites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-md)}.profile-checkbox{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:var(--color-text)}.profile-checkbox input{width:16px;height:16px}.profile-card-accent{background:linear-gradient(180deg,#fff,#eef2ff);border-color:#c7d2fe}.profile-list{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:10px 16px;margin:0}.profile-list dt{font-weight:600;color:var(--color-muted)}.profile-list dd{margin:0;font-weight:600;color:var(--color-text)}.profile-cta-row{display:flex;flex-wrap:wrap;gap:12px}.profile-page .btn{border-radius:10px}.profile-orders{display:flex;flex-direction:column;gap:var(--space-lg)}.profile-orders-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.profile-orders-count{padding:6px 14px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:600}.order-card{display:flex;flex-direction:column;gap:var(--space-md);padding:18px 20px;border-radius:var(--radius-md);background:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow-xs)}.order-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.order-card-meta{display:flex;flex-wrap:wrap;gap:10px 16px;color:var(--color-muted);font-size:.92rem}.order-card-status{padding:6px 12px;border-radius:999px;background:#ecfeff;color:#0e7490;font-weight:600;white-space:nowrap}.order-eta-badge{padding:6px 12px;border-radius:999px;background:#dcfce7;color:#166534;font-weight:600;white-space:nowrap}.order-eta-badge.is-muted{background:#e2e8f0;color:#475569}.order-card-items{display:flex;flex-direction:column;gap:8px;background:#f8fafc;border-radius:12px;padding:12px;border:1px solid var(--color-border)}.order-item-row{display:flex;justify-content:space-between;gap:12px;font-size:.95rem}.order-card-actions{display:flex;justify-content:flex-end}@keyframes shimmer{0%{background-position:0 0}to{background-position:200% 0}}@media(max-width:1200px){:root{--hero-slider-height: 420px}.home-page{--home-sidebar-width: 300px;--home-grid-gap: 24px;--home-row-gap: 20px;--consultation-cta-height: 128px}.search-page-header{grid-template-columns:1fr;align-items:stretch}.search-result-card{grid-template-columns:150px minmax(0,1fr)}.home-hero{grid-template-columns:minmax(280px,var(--home-sidebar-width)) minmax(0,1fr)}.home-hero-sidebar{height:calc(var(--hero-slider-height) + var(--home-row-gap) + var(--consultation-cta-height))}.home-hero-sidebar-panel{height:var(--hero-slider-height)}.catalog-cutter-nav{gap:9px;padding:12px}.catalog-cutter-heading h2{font-size:1.1rem}.catalog-cutter-heading p{margin-top:2px;font-size:.76rem}.catalog-cutter-search{height:42px}.catalog-cutter-search input{font-size:.84rem}.catalog-cutter-row{min-height:61px;grid-template-columns:62px minmax(0,1fr) 12px;gap:8px}.catalog-cutter-thumbnail{width:62px;height:52px}.catalog-cutter-label{font-size:.84rem}.catalog-cutter-primary-action{min-height:42px;font-size:.86rem}.home-page .consultation-cta{height:var(--consultation-cta-height);padding:16px;gap:16px}.home-page .consultation-cta-text{max-width:310px;font-size:.98rem}.home-page .consultation-cta .btn{padding:10px 14px;font-size:.92rem}.section-grid-fixed{grid-template-columns:repeat(3,minmax(0,1fr))}.home-category-grid,.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-slider{width:100%}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:900px){.home-search-panel{grid-template-columns:1fr;align-items:stretch}.search-results-grid{grid-template-columns:1fr}.catalog-controls{flex-direction:column;align-items:stretch}.catalog-controls-panel--search{min-width:0;width:100%}.catalog-filters-toggle{display:inline-flex}.catalog-controls-clear--desktop{display:none}.catalog-controls-clear--mobile{display:inline-flex;width:100%}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:fixed;top:0;right:0;width:min(360px,88vw);height:100%;background:var(--color-bg);padding:20px;transform:translate(100%);transition:transform .25s ease;z-index:25;box-shadow:var(--shadow-md);overflow-y:auto}.catalog-sidebar.is-open{transform:translate(0)}.catalog-sidebar-mobile-header{display:flex;margin-bottom:16px}.catalog-sidebar-edge-close{display:inline-flex;position:fixed;top:50%;right:calc(min(360px,88vw) - 1px);transform:translateY(-50%);width:34px;height:64px;align-items:center;justify-content:center;border:1px solid #c7d2fe;border-right:none;border-radius:12px 0 0 12px;background:#f7f9fc;color:#1e3a8a;box-shadow:0 8px 18px #0f172a29;cursor:pointer;z-index:26;opacity:0;pointer-events:none;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.catalog-sidebar-edge-close.is-open{opacity:1;pointer-events:auto}.catalog-sidebar-edge-close:hover{background:#dbe7ff}.catalog-sidebar-edge-close span{font-size:.95rem;font-weight:700;line-height:1}.catalog-filter-options.is-scrollable{overflow-y:scroll;scrollbar-width:auto}.catalog-filter-options.is-scrollable::-webkit-scrollbar{width:8px}.catalog-overlay{display:block;position:fixed;inset:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:24}.catalog-overlay.is-open{opacity:1;pointer-events:auto}.section-header{flex-direction:column;align-items:flex-start}.home-category-grid,.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-cta{align-self:flex-start}.consultation-grid,.home-page .consultation-cards{grid-template-columns:1fr}.home-page .home-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdf-catalog-hero,.pdf-catalog-card{flex-direction:column;align-items:flex-start}.pdf-catalog-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.catalog-header{flex-direction:column;align-items:stretch}.home-hero{grid-template-columns:1fr;gap:16px}.home-hero-right{order:-1;gap:12px}.home-hero-sidebar{gap:12px;height:auto}.home-hero-sidebar-panel,.home-page .consultation-cta{height:auto}.home-hero-sidebar-panel>.skeleton-list{max-height:420px}.home-hero-sidebar-panel>.catalog-cutter-nav{max-height:none}.hero-slider{height:auto;aspect-ratio:auto;min-height:0}.hero-slider-media{flex:none;aspect-ratio:1060 / 545}.hero-slider-minimal-controls{bottom:12px}.slider-dots{padding:5px 9px}.series-page-intro{grid-template-columns:1fr;align-items:start;gap:20px}.series-consultation-card{align-items:flex-start;flex-direction:column}.series-contact-links{width:100%}.grouped-table-scroll-hint{display:inline-flex;align-self:flex-start;margin-top:-2px;margin-bottom:-4px;padding:4px 10px;border-radius:999px;border:1px solid #cbd5e1;background:#f8fafc;color:#64748b;font-size:.76rem;font-weight:600;letter-spacing:.01em}.grouped-table-wrapper{user-select:none;-webkit-user-select:none}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-category-sections{gap:24px}.catalog-category-header h2{font-size:1.2rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.category-card--fixed{max-width:none;min-height:0}.category-card--fixed .category-card-media{height:auto;min-height:180px;aspect-ratio:16 / 10}.category-card-body{min-height:0}.cart-item{grid-template-columns:140px minmax(0,1fr);height:auto}.cart-item-total{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}.profile-hero{flex-direction:column}.profile-orders-header{flex-direction:column;align-items:flex-start}}@media(max-width:600px){:root{--hero-slider-height: 320px}.grid{grid-template-columns:1fr}.home-page{gap:var(--space-lg)}.home-search-panel{padding:20px 16px;gap:18px}.global-search-submit{padding:0 14px}.global-search-icon{margin-left:11px}.global-search-control input{padding:0 8px;font-size:.9rem}.search-result-card{grid-template-columns:112px minmax(0,1fr)}.search-result-media{min-height:220px;padding:8px}.search-result-body{padding:14px 12px}.search-result-characteristics div{grid-template-columns:1fr;gap:2px}.search-result-characteristics dd{text-align:left}.search-empty-actions{flex-direction:column}.search-empty-actions .btn{width:100%;justify-content:center}.home-hero{gap:var(--space-md)}.hero-slider{height:auto;aspect-ratio:auto;min-height:0;border-radius:12px}.hero-slider-media{flex:none;aspect-ratio:1060 / 545}.hero-slider-slide img{object-fit:cover}.hero-slider-editorial-copy{width:46%;padding-left:10px;border-left-width:2px}.hero-slider-slide.is-copy-left .hero-slider-editorial-copy{left:12px;width:46%}.hero-slider-slide.is-copy-right .hero-slider-editorial-copy{right:12px}.hero-slider-editorial-overline{display:none}.hero-slider-editorial-copy h2{margin-bottom:9px;font-size:clamp(1.35rem,7vw,1.75rem);line-height:.94}.hero-slider-editorial-copy>strong{font-size:.72rem;line-height:1.3}.hero-slider-editorial-features{display:grid;gap:4px;margin-top:8px}.hero-slider-editorial-features span{max-width:none;padding-left:9px;font-size:.64rem;line-height:1.3}.hero-slider-editorial-features span:nth-child(n+2){display:none}.hero-slider-editorial-features span:before{top:.52em;left:0;width:3px;height:3px;box-shadow:none}.hero-slider-minimal-controls{bottom:10px}.slider-dots{padding:4px 8px;gap:6px}.slider-dot{width:44px;height:44px}.series-page{gap:18px}.series-page-hero{border-radius:14px}.series-page-intro{padding:4px 0 8px}.series-page-intro h1{font-size:2.4rem}.series-lead{font-size:1rem}.series-actions{width:100%;flex-direction:column}.series-actions .btn{width:100%;justify-content:center}.series-page-grid{grid-template-columns:1fr}.series-info-card{min-height:0;padding:24px 20px}.series-info-card h2{font-size:1.25rem}.series-card-index{top:22px;right:20px;font-size:1.8rem}.series-consultation-card{padding:24px 20px;border-radius:14px}.hero-slider-overlay{padding:var(--space-lg)}.hero-slider-title{font-size:1.5rem}.hero-slider-text{font-size:.95rem}.consultation-cta{flex-direction:column;align-items:flex-start;gap:var(--space-md)}.consultation-cta .btn{width:100%;justify-content:center}.consultation-cta--compact .btn{width:100%}.home-page .home-benefits-grid{grid-template-columns:1fr}.header-tagline{font-size:.85rem}.section-grid-fixed,.home-category-grid,.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:1fr;gap:12px}.catalog-category-sections{gap:18px}.catalog-category-section{gap:12px}.catalog-category-header{flex-direction:column;align-items:flex-start}.catalog-category-header h2{font-size:1.08rem}.catalog-category-link{font-size:.9rem}.catalog-category-note{padding:10px 12px}.catalog-category-note p{font-size:.88rem}.category-card--fixed{min-height:0;padding:14px;border-radius:12px}.category-card--fixed .category-card-media{min-height:150px;aspect-ratio:4 / 3;border-radius:10px}.pdf-catalog-card{padding:20px}.pdf-catalog-actions{flex-direction:column;align-items:stretch}.pdf-catalog-actions .btn{width:100%;justify-content:center}.product-title{font-size:1.7rem}.product-hero{padding:16px;gap:16px}.product-main-image{min-height:240px}.product-thumbnails{flex-wrap:nowrap;overflow-x:auto}.product-thumbnail img{width:56px;height:56px}.product-price-block,.product-meta-group{flex-direction:column;align-items:flex-start}.product-actions .btn{width:100%}.cart-hero{align-items:flex-start;flex-direction:column}.cart-items{padding:16px}.cart-item{grid-template-columns:1fr}.cart-item-media{width:100%;height:200px}.cart-item-controls{flex-direction:column;align-items:flex-start}.cart-item-actions{width:100%}.cart-item-actions .btn{width:100%;justify-content:center}.cart-summary{width:100%}.profile-list{grid-template-columns:1fr}.profile-cta-row{flex-direction:column;align-items:stretch}.profile-cta-row .btn{width:100%;justify-content:center}.order-card-header{flex-direction:column;align-items:flex-start}.order-card-meta{font-size:.85rem}.grouped-table{width:max(100%,760px);font-size:.82rem}.grouped-table-toggle{width:100%;min-width:0}.attribute-blocks{gap:8px;margin-bottom:16px}.attribute-block-card{width:100%;padding:10px 12px;gap:8px;min-height:0}.attribute-block-title{font-size:.95rem}.attribute-block-text{font-size:.88rem}.attribute-block-image{height:48px;border-radius:8px;padding:6px}.auth-entry-shell{width:100%}.auth-entry-card{width:100%;padding:24px 18px;margin:0 auto}.auth-entry-actions{flex-direction:column;align-items:stretch;gap:10px}.auth-entry-actions .btn{width:100%;justify-content:center}.auth-entry-switch{text-align:left}}@media(prefers-reduced-motion:reduce){.hero-slider-slide{animation:none!important}.hero-slider-minimal-controls{transition:none}}@media(max-width:420px){.home-category-grid,.home-product-grid{grid-template-columns:1fr}}.site-header{position:sticky;top:0;z-index:40;border:0;border-bottom:1px solid rgba(255,255,255,.14);background:var(--st-color-dark-deep);color:#fff;font-family:var(--st-font-body)}.site-header .header-contact{color:#fff;font-weight:600;text-transform:none}.site-header .header-contact:hover,.site-header .header-contact:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:3px}.header-content{min-height:84px;display:grid;grid-template-columns:minmax(245px,.72fr) minmax(700px,1.28fr);align-items:center;gap:30px;padding-block:12px}.header-brand{min-width:0;display:flex;align-items:center}.site-brand{min-width:0;display:inline-flex;align-items:center;color:#fff}.site-brand:hover,.site-brand:focus-visible{color:#fff}.site-brand-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.site-brand-copy strong{overflow:hidden;color:#fff;font-size:clamp(1.06rem,1.4vw,1.25rem);font-weight:700;letter-spacing:.105em;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.site-brand-copy small{color:#ffffff85;font-size:.68rem;font-weight:650;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.site-header .nav{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:clamp(17px,1.8vw,29px)}.site-header .nav-link{position:relative;min-height:42px;display:inline-flex;align-items:center;gap:7px;border:0;color:#ffffffb8;font-size:clamp(.9rem,1vw,.97rem);font-weight:620;letter-spacing:0;line-height:1;white-space:nowrap}.site-header .nav-link:after{content:"";position:absolute;right:0;bottom:-10px;left:0;height:2px;background:#94bdd8;opacity:0;transform:scaleX(.4);transition:opacity var(--st-motion-fast) ease,transform var(--st-motion-fast) ease}.site-header .nav-link:hover,.site-header .nav-link:focus-visible,.site-header .nav-link-active{color:#fff}.site-header .nav-link-active:after{opacity:1;transform:scaleX(1)}.site-header .site-nav-quote{min-height:48px;gap:13px;padding:0 18px;border:1px solid rgba(255,255,255,.58);background:transparent;color:#fff;font-size:.9rem;font-weight:650;transition:background-color var(--st-motion-fast) ease,border-color var(--st-motion-fast) ease}.site-header .site-nav-quote:after{content:none}.site-header .site-nav-quote:hover,.site-header .site-nav-quote:focus-visible{background:#ffffff14;border-color:#fff;color:#fff}.site-header .site-nav-quote.nav-link-active{background:var(--st-color-accent-strong);border-color:#94bdd8;color:#fff}.site-nav-count{min-width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.38);background:#94bdd829;color:#fff;font-family:var(--st-font-body);font-size:.72rem;font-weight:650;letter-spacing:0}.site-header .site-nav-quote:hover .site-nav-count,.site-header .site-nav-quote:focus-visible .site-nav-count,.site-header .site-nav-quote.nav-link-active .site-nav-count{border-color:#ffffff80;background:#ffffff1f;color:#fff}.site-header-direct{display:flex;flex-direction:column;gap:3px;color:#ffffffd6;white-space:nowrap}.site-header-direct a:hover,.site-header-direct a:focus-visible{color:#fff}.site-header-phone-link{color:#ffffffeb;font-size:.93rem;font-weight:620;line-height:1.15}.site-header-email-link{color:#ffffff9e;font-size:.76rem;font-weight:520;line-height:1.15}.nav-auth{display:contents}.site-nav-mobile-header,.nav-contacts,.mobile-menu-toggle,.nav-overlay{display:none}.layout-footer.site-footer{position:relative;overflow:hidden;border:0;background:var(--st-color-dark-deep);color:#ffffffb8;font-family:var(--st-font-body);font-size:.9rem}.site-footer-ruler{height:13px;border-top:1px solid var(--st-color-line-strong);border-bottom:1px solid rgba(255,255,255,.15);background:repeating-linear-gradient(90deg,rgba(255,255,255,.55) 0 1px,transparent 1px 12px,rgba(255,255,255,.24) 12px 13px,transparent 13px 60px),var(--st-color-accent-strong)}.site-footer .footer-content{display:grid;grid-template-columns:minmax(280px,1.25fr) minmax(130px,.55fr) minmax(220px,.8fr) minmax(280px,1fr);gap:40px clamp(28px,4vw,64px);padding-block:54px 24px}.site-footer .footer-section{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:1.55}.site-footer .footer-section>strong{margin:0 0 8px;color:#fff;font-size:.76rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.site-footer .footer-section a{color:#ffffffc7}.site-footer .footer-section a:hover,.site-footer .footer-section a:focus-visible{color:#fff}.site-footer-brand{display:inline-flex;align-items:center;color:#fff}.site-footer-brand>span{display:flex;flex-direction:column;gap:4px}.site-footer-brand strong{color:#fff;font-size:.95rem;letter-spacing:.13em}.site-footer-brand small{color:#ffffff8f;font-family:var(--st-font-utility);font-size:.58rem;letter-spacing:.07em;text-transform:uppercase}.site-footer .footer-company>p{max-width:390px;margin:11px 0 0;color:#fff9}.site-footer-nav a{padding-block:1px}.site-footer-contacts .site-footer-phone{color:#fff;font-size:1.05rem;font-weight:650}.site-footer-contacts address{max-width:230px;color:#ffffff8c;font-style:normal}.site-footer .site-footer-supply{align-self:start;padding:22px;border:1px solid rgba(255,255,255,.26);background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),#ffffff09;background-size:24px 24px}.site-footer .site-footer-supply>strong{margin:3px 0 0;font-size:1.12rem;letter-spacing:-.015em;line-height:1.25;text-transform:none}.site-footer-supply p{margin:0;color:#ffffff9e}.site-footer-section-code{color:#99b7cb;font-family:var(--st-font-utility);font-size:.62rem;letter-spacing:.08em}.site-footer .site-footer-action{margin-top:10px;display:inline-flex;align-items:center;gap:12px;color:#fff;font-size:.78rem;font-weight:760;letter-spacing:.07em;text-transform:uppercase}.site-footer-action>span{transition:transform var(--st-motion-fast) ease}.site-footer-action:hover>span,.site-footer-action:focus-visible>span{transform:translate(4px)}.site-footer .footer-bottom{grid-column:1 / -1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);color:#ffffff80;font-family:var(--st-font-utility);font-size:.63rem;letter-spacing:.025em}.site-footer .footer-bottom a{justify-self:end;color:#ffffffa8}.site-footer .footer-bottom a:hover,.site-footer .footer-bottom a:focus-visible{color:#fff}@media(max-width:1180px){.header-content{grid-template-columns:minmax(225px,.68fr) minmax(590px,1.32fr);gap:22px}.site-header .nav{gap:18px}.site-header .nav-link{font-size:.88rem}.site-header-direct{display:none}.site-footer .footer-content{grid-template-columns:1.1fr .65fr .85fr}.site-footer-supply{grid-column:1 / -1}}@media(max-width:1020px){.header-content{min-height:72px;display:flex;justify-content:space-between;gap:18px;padding-block:10px}.mobile-menu-toggle{min-height:42px;display:inline-flex;align-items:center;gap:10px;padding:0 12px;border:1px solid rgba(255,255,255,.42);border-radius:0;background:transparent;color:#fff;font:inherit;cursor:pointer}.mobile-menu-label{font-size:.72rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.mobile-menu-icon{position:relative;width:20px;height:1px;background:currentColor;transition:background-color var(--st-motion-fast) ease}.mobile-menu-icon:before,.mobile-menu-icon:after{content:"";position:absolute;left:0;width:20px;height:1px;background:currentColor;transition:transform var(--st-motion-fast) ease}.mobile-menu-icon:before{top:-6px}.mobile-menu-icon:after{top:6px}.mobile-menu-toggle.is-open .mobile-menu-icon{background:transparent}.mobile-menu-toggle.is-open .mobile-menu-icon:before{transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.is-open .mobile-menu-icon:after{transform:translateY(-6px) rotate(-45deg)}.site-header .nav{position:fixed;top:0;right:0;z-index:42;width:min(420px,91vw);height:100dvh;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;overflow-y:auto;padding:0 26px 30px;background:var(--st-color-dark-deep);box-shadow:-20px 0 50px #11243a47;visibility:hidden;transform:translate(100%);transition:visibility var(--st-motion-normal) step-end,transform var(--st-motion-normal) ease}.site-header .nav.is-open{visibility:visible;transform:translate(0);transition:visibility 0s step-start,transform var(--st-motion-normal) ease}.site-nav-mobile-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2);color:#ffffff94;font-family:var(--st-font-utility);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.site-nav-close{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.36);background:transparent;color:#fff;cursor:pointer}.site-nav-close>span,.site-nav-close>span:after{display:block;width:18px;height:1px;background:currentColor;transform:rotate(45deg)}.site-nav-close>span:after{content:"";transform:rotate(90deg)}.site-header .nav-link{min-height:62px;width:100%;justify-content:flex-start;border-bottom:1px solid rgba(255,255,255,.14);color:#ffffffb8;font-size:.95rem}.site-header .nav-link:after{inset:0 auto 0 -26px;width:4px;height:auto;transform:scaleY(.4)}.site-header .nav-link:hover,.site-header .nav-link:focus-visible,.site-header .nav-link-active{color:#fff}.site-header .nav-link-active:after{transform:scaleY(1)}.nav-auth{display:contents}.site-header .site-nav-quote{order:5;min-height:54px;margin-top:24px;justify-content:space-between;padding-inline:16px;border-color:#ffffff94;background:transparent;color:#fff;box-shadow:none}.site-header .site-nav-quote:hover,.site-header .site-nav-quote:focus-visible,.site-header .site-nav-quote.nav-link-active{background:var(--st-color-accent-strong);box-shadow:none;transform:none}.site-header .site-nav-quote:after{content:none}.nav-contacts{order:6;display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-top:auto;padding-top:42px;color:#fff9}.nav-contacts>span{margin-bottom:4px;font-family:var(--st-font-utility);font-size:.61rem;letter-spacing:.08em;text-transform:uppercase}.nav-contacts .header-contact{font-size:1rem}.nav-contacts small{margin-top:4px;color:#ffffff6b;font-family:var(--st-font-utility);font-size:.61rem}.nav-overlay{position:fixed;inset:0;z-index:41;display:block;border:0;background:#11243a94;opacity:0;visibility:hidden;cursor:default;transition:opacity var(--st-motion-normal) ease,visibility var(--st-motion-normal) step-end}.nav-overlay.is-open{opacity:1;visibility:visible;transition:opacity var(--st-motion-normal) ease,visibility 0s step-start}}@media(max-width:760px){.site-footer .footer-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px;padding-block-start:42px}.site-footer .footer-company,.site-footer .site-footer-supply,.site-footer .footer-bottom{grid-column:1 / -1}.site-footer .footer-bottom{grid-template-columns:1fr;gap:8px}.site-footer .footer-bottom a{justify-self:start}}@media(max-width:520px){.header-content{min-height:68px}.site-brand{max-width:calc(100vw - 78px)}.site-brand-copy strong{font-size:.9rem;letter-spacing:.09em}.site-brand-copy small,.mobile-menu-label{display:none}.mobile-menu-toggle{width:42px;justify-content:center;padding:0}.site-header .nav{padding-inline:22px}.site-header .nav-link:after{left:-22px}.site-footer .footer-content{grid-template-columns:1fr;gap:34px}.site-footer .footer-company,.site-footer .site-footer-supply,.site-footer .footer-bottom{grid-column:1}.site-footer .site-footer-supply{padding:20px}}@media(prefers-reduced-motion:reduce){.site-header *,.site-footer *{scroll-behavior:auto!important;transition-duration:.01ms!important}}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:10000;padding:.75rem 1rem;color:#111;background:#fff;border:2px solid #111;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.selection-lab{gap:clamp(42px,5vw,72px);padding:28px 0 72px}.selection-lab-toolbar{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(600px,1.3fr);align-items:stretch;border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.selection-lab-toolbar-copy{display:flex;min-height:122px;flex-direction:column;justify-content:center;padding:20px 28px 20px 0;border-right:1px solid var(--home-border)}.selection-lab-toolbar-copy>span{color:var(--home-accent);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.selection-lab-toolbar-copy strong{margin-top:5px;font-size:1.12rem;font-weight:690}.selection-lab-toolbar-copy p{max-width:420px;margin-top:5px;color:var(--home-muted);font-size:.76rem;line-height:1.45}.selection-lab-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.selection-lab-tab{position:relative;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:18px 16px;border-right:1px solid var(--home-border);transition:background-color .18s ease,color .18s ease}.selection-lab-tab:last-child{border-right:0}.selection-lab-tab small{color:var(--home-accent);font-size:.66rem;font-weight:790}.selection-lab-tab span{margin-top:4px;font-size:.88rem;font-weight:710}.selection-lab-tab em{margin-top:4px;overflow:hidden;color:var(--home-muted);font-size:.66rem;font-style:normal;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.selection-lab-tab:hover,.selection-lab-tab:focus-visible{background:var(--home-surface)}.selection-lab-tab.is-active{background:var(--home-ink);color:#fff}.selection-lab-tab.is-active :is(small,em){color:#bed9f4}.selection-concept{position:relative;isolation:isolate}.selection-concept button,.selection-concept select{font:inherit}.selection-concept-heading{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:start;gap:20px;padding:18px 0 38px;border-top:1px solid var(--home-border)}.selection-concept-number{color:var(--home-accent);font-size:.72rem;font-weight:790;letter-spacing:.08em}.selection-concept-heading p{color:var(--home-accent);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.selection-concept-heading h2{max-width:820px;margin-top:10px;font-size:clamp(2.7rem,4vw,4.35rem);font-weight:580;letter-spacing:-.055em;line-height:.98}.selection-concept-heading>div>span{display:block;max-width:700px;margin-top:20px;color:var(--home-muted);font-size:1rem;line-height:1.6}.selection-concept-heading>a{min-height:52px;display:grid;grid-template-columns:auto 34px;align-items:center;gap:16px;margin-top:34px;padding:7px 8px 7px 16px;border:1px solid var(--home-border);background:var(--home-paper);color:var(--home-ink);font-size:.82rem;font-weight:750;white-space:nowrap;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.selection-concept-heading>a b{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--home-border);color:var(--home-accent);font-size:.78rem;transition:transform .18s ease}.selection-concept-heading>a:hover,.selection-concept-heading>a:focus-visible{border-color:var(--home-ink);background:var(--home-ink);color:#fff}.selection-concept-heading>a:hover b,.selection-concept-heading>a:focus-visible b{border-color:#ffffff61;color:#fff;transform:translate(2px)}.selection-concept-choice{position:relative;min-height:52px;display:grid;grid-template-columns:minmax(0,1fr) auto 22px;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--home-border);border-radius:0;background:var(--home-paper);color:var(--home-ink);cursor:pointer;text-align:left;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.selection-concept-choice:hover,.selection-concept-choice:focus-visible{border-color:var(--home-accent);background:#f7fbff;transform:translateY(-1px)}.selection-concept-choice>span:not(.selection-concept-choice-mark){font-size:.82rem;font-weight:650;line-height:1.25}.selection-concept-choice small{color:var(--home-muted);font-size:.67rem;font-variant-numeric:tabular-nums}.selection-concept-choice>b{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--home-border);color:var(--home-accent);font-size:.68rem}.selection-concept-choice.is-selected{border-color:var(--home-accent);background:var(--home-accent);color:#fff}.selection-concept-choice.is-selected :is(small,b){border-color:#ffffff70;color:#fff}.selection-concept-dimensions{border-right:1px solid var(--home-border);border-bottom:1px solid var(--home-border);border-left:1px solid var(--home-border);background:var(--home-paper)}.selection-concept-dimensions>summary{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 18px;cursor:pointer;list-style:none}.selection-concept-dimensions>summary::-webkit-details-marker{display:none}.selection-concept-dimensions>summary>span:first-child{display:flex;flex-direction:column;gap:3px}.selection-concept-dimensions>summary small{color:var(--home-accent);font-size:.64rem;font-weight:790;letter-spacing:.1em;text-transform:uppercase}.selection-concept-dimensions>summary strong{font-size:.86rem;font-weight:680}.selection-concept-dimensions>summary>span:last-child{color:var(--home-muted);font-size:.75rem;font-weight:650}.selection-concept-dimensions>summary>span:last-child:after{content:" ↓";margin-left:10px;color:var(--home-accent)}.selection-concept-dimensions[open]>summary>span:last-child:after{content:" ↑"}.selection-concept-dimension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;border-top:1px solid var(--home-border);background:var(--home-border)}.selection-concept-dimension-grid fieldset{min-width:0;margin:0;padding:18px;border:0;background:var(--home-paper)}.selection-concept-dimension-grid legend{width:100%;padding:0 0 12px;color:var(--home-muted);font-size:.68rem;font-weight:760;letter-spacing:.06em;text-transform:uppercase}.selection-concept-value-list{display:flex;flex-wrap:wrap;gap:6px}.selection-concept-value-list button{min-width:43px;min-height:36px;padding:5px 9px;border:1px solid var(--home-border);background:#fff;color:var(--home-ink);cursor:pointer;font-size:.76rem;font-weight:670}.selection-concept-value-list button:hover,.selection-concept-value-list button.is-selected{border-color:var(--home-accent);background:var(--home-accent);color:#fff}.selection-concept-result{min-height:104px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border:1px solid var(--home-border);border-top:0;background:var(--home-surface)}.selection-concept-result-copy{min-width:0;display:grid;grid-template-columns:auto minmax(180px,1fr);align-content:center;gap:4px 24px;padding:18px 20px}.selection-concept-result-copy>span{grid-column:1;color:var(--home-muted);font-size:.72rem;font-weight:650}.selection-concept-result-copy>strong{grid-column:1;font-size:1.1rem;font-weight:720}.selection-concept-result-copy>small{grid-column:2;grid-row:1 / 3;align-self:center;overflow:hidden;color:var(--home-accent);font-size:.72rem;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.selection-concept-result-actions{display:flex;align-items:stretch}.selection-concept-reset{padding:0 20px;border:0;border-left:1px solid var(--home-border);background:transparent;color:var(--home-muted);cursor:pointer;font-size:.75rem;font-weight:670}.selection-concept-reset:hover{color:var(--home-accent)}.selection-concept-submit{min-width:242px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:18px 20px;border:0;background:linear-gradient(135deg,var(--home-accent),var(--home-accent-strong));color:#fff;cursor:pointer;font-size:.86rem;font-weight:740}.selection-concept-submit b{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.42);font-size:.8rem;transition:transform .18s ease}.selection-concept-submit:hover b{transform:translate(3px)}.selection-concept-submit:disabled{cursor:progress;opacity:.7}.selection-guided-workspace{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(520px,1.58fr);min-height:402px;border:1px solid var(--home-border);background:var(--home-paper)}.selection-guided-steps{display:flex;flex-direction:column;border-right:1px solid var(--home-border);background:var(--home-surface)}.selection-guided-steps button{position:relative;min-height:133px;flex:1;display:grid;grid-template-columns:34px minmax(0,1fr) 24px;align-content:center;gap:6px 12px;padding:20px 22px;border:0;border-bottom:1px solid var(--home-border);background:transparent;color:var(--home-ink);cursor:pointer;text-align:left;transition:background-color .22s ease,color .22s ease}.selection-guided-steps button:before{content:"";position:absolute;top:0;bottom:0;left:0;width:3px;background:#7db4e8;transform:scaleY(0);transform-origin:center;transition:transform .26s cubic-bezier(.22,.7,.12,1)}.selection-guided-steps button:last-child{border-bottom:0}.selection-guided-steps button small{grid-column:1;grid-row:1 / 3;width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--home-border);color:var(--home-accent);font-size:.7rem;font-weight:780}.selection-guided-steps button span{grid-column:2;font-size:.92rem;font-weight:710}.selection-guided-steps button strong{grid-column:2;overflow:hidden;color:var(--home-muted);font-size:.76rem;font-weight:610;text-overflow:ellipsis;white-space:nowrap}.selection-guided-steps button b{grid-column:3;grid-row:1 / 3;align-self:center;color:var(--home-accent);font-size:.78rem}.selection-guided-steps button.is-active{background:var(--home-ink);color:#fff}.selection-guided-steps button.is-active:before{transform:scaleY(1)}.selection-guided-steps button.is-active :is(small,strong,b){color:#bad8f5}.selection-guided-steps button.is-active small{border-color:#bad8f56b}.selection-guided-steps button.is-complete:not(.is-active){background:#e4eff8}.selection-guided-question{min-width:0;min-height:400px;display:flex;flex-direction:column;padding:clamp(34px,3.2vw,48px);animation:selectionGuidedQuestionIn .32s cubic-bezier(.22,.7,.12,1) both}.selection-guided-question-heading>span{color:var(--home-accent);font-size:.72rem;font-weight:790;letter-spacing:.1em;text-transform:uppercase}.selection-guided-question-heading h2{margin-top:9px;font-size:clamp(1.75rem,2.35vw,2.4rem);font-weight:620;letter-spacing:-.04em;line-height:1.08}.selection-guided-question-heading p{max-width:620px;margin-top:10px;color:var(--home-muted);font-size:.88rem;line-height:1.5}.selection-guided-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:30px}.selection-guided-question.is-field-operation .selection-guided-options{max-width:650px;grid-template-columns:repeat(2,minmax(0,1fr))}.selection-concept--guided .selection-concept-choice{min-height:66px;grid-template-columns:minmax(0,1fr) auto 28px;gap:12px;padding:13px 14px}.selection-concept--guided .selection-concept-choice>span:not(.selection-concept-choice-mark){font-size:.91rem;font-weight:670}.selection-concept--guided .selection-concept-choice small{font-size:.73rem}.selection-concept--guided .selection-concept-choice>b{width:28px;height:28px;font-size:.74rem}.selection-guided-question-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:26px}.selection-guided-question-actions>span{color:var(--home-muted);font-size:.76rem;font-weight:620}.selection-guided-question-actions>button{min-height:50px;display:inline-flex;align-items:center;gap:18px;padding:7px 8px 7px 16px;border:1px solid var(--home-border);background:var(--home-paper);color:var(--home-ink);cursor:pointer;font-size:.78rem;font-weight:720;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.selection-guided-question-actions>button b{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--home-border);color:var(--home-accent);transition:transform .18s ease}.selection-guided-question-actions>button:hover,.selection-guided-question-actions>button:focus-visible{border-color:var(--home-ink);background:var(--home-ink);color:#fff}.selection-guided-question-actions>button:hover b,.selection-guided-question-actions>button:focus-visible b{border-color:#ffffff61;color:#fff;transform:translate(2px)}@keyframes selectionGuidedQuestionIn{0%{opacity:0;transform:translateY(10px)}}.selection-guided-dimensions{margin-top:12px;border:1px solid var(--home-border);background:var(--home-paper)}.selection-guided-dimensions-heading{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:20px;padding:24px;cursor:pointer;list-style:none}.selection-guided-dimensions-heading::-webkit-details-marker{display:none}.selection-guided-dimensions[open] .selection-guided-dimensions-heading{border-bottom:1px solid var(--home-border)}.selection-guided-dimensions-heading>span:first-child{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--home-border);color:var(--home-accent);font-size:.7rem;font-weight:790}.selection-guided-dimensions-heading small{color:var(--home-accent);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.selection-guided-dimensions-heading h2{margin-top:4px;font-size:1.48rem;font-weight:650;letter-spacing:-.025em}.selection-guided-dimensions-heading p{max-width:720px;margin-top:6px;color:var(--home-muted);font-size:.84rem;line-height:1.48}.selection-guided-dimensions-action{display:inline-flex;align-items:center;gap:12px}.selection-guided-dimensions-action>small{color:var(--home-muted);font-size:.7rem;font-weight:680;letter-spacing:0;text-transform:none;white-space:nowrap}.selection-guided-dimensions-action>b{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--home-border);color:var(--home-accent);font-size:.75rem;transition:transform .22s ease,border-color .18s ease}.selection-guided-dimensions-heading:hover .selection-guided-dimensions-action>b{border-color:var(--home-accent)}.selection-guided-dimensions[open] .selection-guided-dimensions-action>b{transform:rotate(180deg)}.selection-guided-dimensions-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 22px;border-bottom:1px solid var(--home-border);background:#f8fbfe;color:var(--home-muted);font-size:.72rem}.selection-guided-dimensions-tools button{padding:2px 0;border:0;border-bottom:1px solid var(--home-border);background:transparent;color:var(--home-muted);cursor:pointer;font-size:.7rem;font-weight:650}.selection-guided-dimensions-tools button:hover{border-color:var(--home-accent);color:var(--home-accent)}.selection-guided-dimension-grid{display:grid;gap:1px;padding:1px;background:var(--home-border);animation:selectionGuidedDimensionsIn .28s cubic-bezier(.22,.7,.12,1) both}.selection-guided-dimension-field{position:relative;z-index:1;min-width:0;min-height:92px;display:grid;grid-template-columns:minmax(220px,.7fr) minmax(270px,.85fr) minmax(280px,1.45fr);align-items:center;gap:22px;padding:15px 22px;background:#f9fbfd}.selection-guided-dimension-field:has(.selection-guided-dimension-trigger.is-open){z-index:20}.selection-guided-dimension-field>header{display:flex;align-items:center;gap:12px}.selection-guided-dimension-field>header>span:first-child{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--home-border);background:var(--home-paper);color:var(--home-accent);font-size:.76rem;font-weight:790}.selection-guided-dimension-field>header>span:last-child{display:flex;flex-direction:column;gap:3px}.selection-guided-dimension-field>header strong{font-size:.9rem;font-weight:700}.selection-guided-dimension-field>header small{color:var(--home-muted);font-size:.68rem;font-weight:580}.selection-guided-dimension-control{position:relative;min-width:0}.selection-guided-dimension-trigger{width:100%;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px 10px 15px;border:1px solid var(--home-border);background:var(--home-paper);color:var(--home-ink);cursor:pointer;text-align:left;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.selection-guided-dimension-trigger>span{min-width:0;display:flex;flex-direction:column;gap:3px}.selection-guided-dimension-trigger small{color:var(--home-muted);font-size:.62rem;font-weight:720;letter-spacing:.05em;text-transform:uppercase}.selection-guided-dimension-trigger strong{overflow:hidden;font-size:.83rem;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.selection-guided-dimension-trigger>b{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--home-border);color:var(--home-accent);font-size:.65rem;transition:transform .18s ease,border-color .18s ease}.selection-guided-dimension-trigger:hover,.selection-guided-dimension-trigger:focus-visible,.selection-guided-dimension-trigger.is-open{border-color:var(--home-accent)}.selection-guided-dimension-trigger:hover>b,.selection-guided-dimension-trigger:focus-visible>b,.selection-guided-dimension-trigger.is-open>b{border-color:var(--home-accent)}.selection-guided-dimension-trigger.is-open>b{transform:rotate(180deg)}.selection-guided-dimension-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:30;width:min(460px,calc(100vw - 48px));padding:14px;border:1px solid var(--home-accent);background:var(--home-paper);box-shadow:0 18px 46px #051d3629;animation:selectionGuidedPopoverIn .18s ease both}.selection-guided-dimension-search{position:relative;display:block}.selection-guided-dimension-search>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.selection-guided-dimension-search input{width:100%;height:44px;padding:0 42px 0 13px;border:1px solid var(--home-border);border-radius:0;outline:0;background:#f8fbfe;color:var(--home-ink);font:inherit;font-size:.78rem;transition:border-color .16s ease}.selection-guided-dimension-search input:focus{border-color:var(--home-accent)}.selection-guided-dimension-search>b{position:absolute;top:50%;right:14px;color:var(--home-accent);font-size:.9rem;transform:translateY(-50%)}.selection-guided-dimension-popular{padding:13px 0;border-bottom:1px solid var(--home-border)}.selection-guided-dimension-popular>span,.selection-guided-dimension-list-heading strong{color:var(--home-muted);font-size:.62rem;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.selection-guided-dimension-popular>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.selection-guided-dimension-popular button{min-height:32px;padding:5px 9px;border:1px solid var(--home-border);background:var(--home-surface);color:var(--home-ink);cursor:pointer;font-size:.72rem;font-weight:680}.selection-guided-dimension-popular button small{color:var(--home-muted);font-size:.58rem}.selection-guided-dimension-popular button:hover,.selection-guided-dimension-popular button.is-selected{border-color:var(--home-accent)}.selection-guided-dimension-popular button.is-selected{background:var(--home-accent);color:#fff}.selection-guided-dimension-popular button.is-selected small{color:#ffffffbd}.selection-guided-dimension-list-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 2px 8px}.selection-guided-dimension-list-heading small{color:var(--home-muted);font-size:.65rem;font-weight:680}.selection-guided-dimension-options{max-height:210px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-color:var(--home-border) transparent;scrollbar-width:thin}.selection-guided-dimension-options button{min-height:42px;display:flex;align-items:baseline;justify-content:center;gap:4px;padding:6px 8px;border:1px solid var(--home-border);background:var(--home-paper);color:var(--home-ink);cursor:pointer;font-size:.76rem;font-weight:690;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.selection-guided-dimension-options button small{color:var(--home-muted);font-size:.55rem;font-weight:620}.selection-guided-dimension-options button b{margin-left:auto;color:var(--home-accent);font-size:.66rem}.selection-guided-dimension-options button:hover,.selection-guided-dimension-options button.is-selected{border-color:var(--home-accent)}.selection-guided-dimension-options button.is-selected{background:var(--home-accent);color:#fff}.selection-guided-dimension-options button.is-selected :is(small,b){color:#fffc}.selection-guided-dimension-empty{grid-column:1 / -1;padding:20px 12px;color:var(--home-muted);font-size:.74rem;line-height:1.45;text-align:center}.selection-guided-dimension-popover-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid var(--home-border)}.selection-guided-dimension-popover-footer>span{color:var(--home-muted);font-size:.68rem;font-weight:620}.selection-guided-dimension-popover-footer>button{min-height:38px;padding:7px 16px;border:1px solid var(--home-ink);background:var(--home-ink);color:#fff;cursor:pointer;font-size:.72rem;font-weight:700}.selection-guided-dimension-popover-footer>button:hover,.selection-guided-dimension-popover-footer>button:focus-visible{border-color:var(--home-accent);background:var(--home-accent)}.selection-guided-dimension-selected{max-height:62px;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px;overflow-y:auto;scrollbar-width:thin}.selection-guided-dimension-selected>span{color:var(--home-muted);font-size:.72rem;line-height:1.4}.selection-guided-dimension-selected>button{min-height:32px;display:inline-flex;align-items:center;gap:8px;padding:5px 8px 5px 10px;border:1px solid var(--home-border);background:var(--home-paper);color:var(--home-ink);cursor:pointer;font-size:.7rem;font-weight:680}.selection-guided-dimension-selected>button b{color:var(--home-accent);font-size:.78rem}.selection-guided-dimension-selected>button:hover,.selection-guided-dimension-selected>button:focus-visible{border-color:var(--home-accent)}@keyframes selectionGuidedPopoverIn{0%{opacity:0;transform:translateY(-4px)}}.selection-guided-result{min-height:142px;display:grid;grid-template-columns:minmax(270px,.82fr) minmax(300px,1.18fr) 330px;align-items:stretch;margin-top:12px;border:1px solid var(--home-border);background:var(--home-paper)}.selection-guided-result-main{display:flex;flex-direction:column;justify-content:center;padding:22px 24px;border-right:1px solid var(--home-border)}.selection-guided-result-main>span{color:var(--home-accent);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.selection-guided-result-main>strong{margin-top:5px;font-size:1.25rem;font-weight:720;letter-spacing:-.02em}.selection-guided-result-main>p{max-width:390px;margin-top:7px;color:var(--home-muted);font-size:.73rem;line-height:1.45}.selection-guided-result-selection{min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:18px 20px}.selection-guided-result-chips{display:flex;flex-wrap:wrap;gap:6px}.selection-guided-result-chips button{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:6px 8px 6px 10px;border:1px solid var(--home-border);background:var(--home-surface);color:var(--home-ink);cursor:pointer;font-size:.71rem;font-weight:650;animation:selectionGuidedChipIn .22s cubic-bezier(.22,.7,.12,1) both}.selection-guided-result-chips button span{display:inline-flex;align-items:baseline;gap:5px}.selection-guided-result-chips button small{color:var(--home-accent);font-size:.6rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.selection-guided-result-chips button b{color:var(--home-accent);font-size:.86rem;font-weight:570}.selection-guided-result-chips button:hover{border-color:var(--home-accent)}.selection-guided-clear{padding:2px 0;border:0;border-bottom:1px solid var(--home-border);background:transparent;color:var(--home-muted);cursor:pointer;font-size:.68rem;font-weight:640}.selection-guided-clear:hover{border-color:var(--home-accent);color:var(--home-accent)}.selection-guided-result-empty{max-width:330px;color:var(--home-muted);font-size:.78rem;line-height:1.5}.selection-guided-submit{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px 20px 22px 24px;border:0;background:var(--home-ink);color:#fff;cursor:pointer;text-align:left;transition:background-color .18s ease}.selection-guided-submit>span{display:flex;flex-direction:column;gap:5px}.selection-guided-submit small{color:#bcd8f2;font-size:.65rem;font-weight:740;letter-spacing:.08em;text-transform:uppercase}.selection-guided-submit strong{font-size:.9rem;font-weight:700;line-height:1.25}.selection-guided-submit>b{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(255,255,255,.38);color:#fff;font-size:.82rem;transition:transform .18s ease}.selection-guided-submit:hover{background:var(--home-accent-strong)}.selection-guided-submit:hover>b{transform:translate(3px)}.selection-guided-submit:disabled{cursor:progress;opacity:.68}@keyframes selectionGuidedChipIn{0%{opacity:0;transform:translateY(4px)}}@keyframes selectionGuidedDimensionsIn{0%{opacity:0;transform:translateY(-6px)}}.selection-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.selection-mode-switch>button{position:relative;min-height:138px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:20px 84px 20px 22px;border:1px solid var(--home-border);background:var(--home-paper);color:var(--home-ink);cursor:pointer;text-align:left}.selection-mode-switch>button>small{color:var(--home-accent);font-size:.65rem;font-weight:790;letter-spacing:.1em;text-transform:uppercase}.selection-mode-switch>button>strong{margin-top:6px;font-size:1.15rem;font-weight:690}.selection-mode-switch>button>span{margin-top:5px;color:var(--home-muted);font-size:.76rem}.selection-mode-switch>button>b{position:absolute;top:50%;right:24px;color:var(--home-border);font-size:2.6rem;font-weight:520;transform:translateY(-50%)}.selection-mode-switch>button:hover,.selection-mode-switch>button.is-active{border-color:var(--home-accent)}.selection-mode-switch>button.is-active{background:var(--home-ink);color:#fff}.selection-mode-switch>button.is-active :is(small,span){color:#bad8f5}.selection-mode-switch>button.is-active>b{color:#bad8f54d}.selection-mode-task-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;border:1px solid var(--home-border);background:var(--home-border)}.selection-mode-task-grid fieldset{min-width:0;margin:0;padding:20px;border:0;background:var(--home-paper)}.selection-mode-task-grid legend{width:100%;display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;padding:0 0 16px}.selection-mode-task-grid legend small{color:var(--home-accent);font-size:.66rem;font-weight:780}.selection-mode-task-grid legend strong{font-size:.82rem;font-weight:690}.selection-mode-task-grid fieldset>div{display:flex;flex-direction:column;gap:6px}.selection-mode-specs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;border:1px solid var(--home-border);background:var(--home-border)}.selection-mode-specs-grid label{min-width:0;display:flex;min-height:94px;flex-direction:column;justify-content:center;gap:7px;padding:14px 16px;background:var(--home-paper)}.selection-mode-specs-grid label>span{color:var(--home-muted);font-size:.65rem;font-weight:770;letter-spacing:.06em;text-transform:uppercase}.selection-mode-specs-grid select{width:100%;min-height:38px;padding:0 34px 0 0;border:0;border-bottom:1px solid var(--home-border);border-radius:0;outline:0;background:transparent;color:var(--home-ink);cursor:pointer;font-size:.8rem;font-weight:650}.selection-mode-specs-grid select:focus{border-color:var(--home-accent)}.selection-console-shell{border:1px solid var(--home-border);background:var(--home-paper)}.selection-console-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;background:var(--home-border)}.selection-console-grid>button{position:relative;min-width:0;min-height:82px;display:grid;grid-template-columns:28px minmax(0,1fr) 20px;align-content:center;gap:4px 9px;padding:12px 16px;border:0;background:var(--home-paper);color:var(--home-ink);cursor:pointer;text-align:left}.selection-console-grid>button small{grid-column:1;grid-row:1 / 3;color:var(--home-accent);font-size:.64rem;font-weight:780}.selection-console-grid>button span{grid-column:2;color:var(--home-muted);font-size:.64rem;font-weight:770;letter-spacing:.06em;text-transform:uppercase}.selection-console-grid>button strong{grid-column:2;overflow:hidden;font-size:.8rem;font-weight:670;text-overflow:ellipsis;white-space:nowrap}.selection-console-grid>button b{grid-column:3;grid-row:1 / 3;align-self:center;color:var(--home-accent);font-size:.7rem}.selection-console-grid>button:hover,.selection-console-grid>button.is-active{background:var(--home-surface)}.selection-console-grid>button.is-active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;z-index:1;height:3px;background:var(--home-accent)}.selection-console-grid>button.is-complete strong{color:var(--home-accent)}.selection-console-dock{padding:22px;border-top:1px solid var(--home-border);background:#f8fbfe}.selection-console-dock>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.selection-console-dock>header span{color:var(--home-accent);font-size:.63rem;font-weight:780;letter-spacing:.1em;text-transform:uppercase}.selection-console-dock>header h2{margin-top:4px;font-size:1.25rem;font-weight:650}.selection-console-dock>header button{padding:3px 0;border:0;border-bottom:1px solid var(--home-border);background:transparent;color:var(--home-muted);cursor:pointer;font-size:.7rem}.selection-console-dock>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.selection-visual-materials{padding:clamp(22px,2.8vw,34px);border:1px solid var(--home-border);background:var(--home-surface)}.selection-visual-materials>header{display:flex;justify-content:space-between;gap:24px;margin-bottom:20px}.selection-visual-materials>header span{color:var(--home-accent);font-size:.67rem;font-weight:790;letter-spacing:.1em;text-transform:uppercase}.selection-visual-materials>header strong{font-size:.86rem;font-weight:690}.selection-visual-materials>div{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.selection-concept-choice.is-visual{min-height:164px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:7px;overflow:hidden;padding:14px}.selection-concept-choice.is-visual .selection-concept-choice-mark{position:absolute;top:16px;left:16px;width:62px;height:62px;border:1px solid var(--home-border);border-radius:50%;background:repeating-linear-gradient(135deg,transparent 0 5px,rgba(47,110,174,.13) 5px 7px),radial-gradient(circle at 35% 32%,#fff 0 8%,#dfeaf3 9% 48%,#9ab3c9 49% 52%,#edf3f8 53%)}.selection-concept-choice.is-visual:nth-child(2n) .selection-concept-choice-mark{border-radius:2px;transform:rotate(8deg)}.selection-concept-choice.is-visual:nth-child(3n) .selection-concept-choice-mark{background:linear-gradient(90deg,transparent 46%,rgba(47,110,174,.32) 47% 53%,transparent 54%),repeating-linear-gradient(0deg,#e6edf3 0 7px,#b2c4d4 8px 10px)}.selection-concept-choice.is-visual>b{position:absolute;top:14px;right:14px}.selection-concept-choice.is-visual small{order:2}.selection-concept-choice.is-visual.is-selected .selection-concept-choice-mark{border-color:#fff9;background-color:#ffffffe6}.selection-visual-secondary{display:grid;grid-template-columns:.8fr 1.2fr;gap:1px;padding:1px;border-right:1px solid var(--home-border);border-left:1px solid var(--home-border);background:var(--home-border)}.selection-visual-secondary>section{padding:20px;background:var(--home-paper)}.selection-visual-secondary header{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;margin-bottom:15px}.selection-visual-secondary header small{color:var(--home-accent);font-size:.66rem;font-weight:780}.selection-visual-secondary header div{display:flex;flex-direction:column;gap:3px}.selection-visual-secondary header span{color:var(--home-muted);font-size:.63rem;font-weight:760;letter-spacing:.06em;text-transform:uppercase}.selection-visual-secondary header strong{font-size:.84rem;font-weight:680}.selection-visual-secondary section>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.selection-lab-following{padding:38px 0 52px;border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.selection-lab-following-heading{display:grid;grid-template-columns:44px minmax(0,1fr);gap:18px}.selection-lab-following-heading>span,.selection-lab-following-heading small{color:var(--home-accent);font-size:.68rem;font-weight:790;letter-spacing:.1em;text-transform:uppercase}.selection-lab-following-heading h2{margin-top:6px;font-size:clamp(2rem,3.4vw,3.5rem);font-weight:570;letter-spacing:-.055em;line-height:.96}.selection-lab-following-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:32px}.selection-lab-following-cards>div{position:relative;min-height:240px;overflow:hidden;border:1px solid rgba(111,125,145,.35);background:linear-gradient(100deg,rgba(3,8,15,.95) 0 34%,transparent 60%),radial-gradient(ellipse at 74% 48%,#8295a7 0 7%,#304152 8% 17%,#101a25 18% 42%,#050a12 66%);color:#fff}.selection-lab-following-cards>div:last-child{background:linear-gradient(100deg,rgba(3,8,15,.94) 0 34%,transparent 60%),radial-gradient(ellipse at 72% 45%,#aa8e68 0 6%,#46525c 7% 18%,#111c27 19% 42%,#050a12 66%)}.selection-lab-following-cards span{position:absolute;top:50%;left:7%;font-size:clamp(2rem,3vw,3.2rem);font-weight:620;letter-spacing:-.06em;transform:translateY(-50%)}@media(max-width:1100px){.selection-lab-toolbar{grid-template-columns:1fr}.selection-lab-toolbar-copy{min-height:auto;padding:18px 0;border-right:0;border-bottom:1px solid var(--home-border)}.selection-concept-heading h2{font-size:clamp(2.5rem,5vw,4.2rem)}.selection-guided-result{grid-template-columns:minmax(240px,.8fr) minmax(270px,1fr) 290px}.selection-visual-materials>div{grid-template-columns:repeat(4,minmax(0,1fr))}.selection-concept-choice.is-visual:last-child{grid-column:span 2}}@media(max-width:900px){.selection-lab-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-lab-tab:nth-child(2){border-right:0}.selection-lab-tab:nth-child(-n+2){border-bottom:1px solid var(--home-border)}.selection-concept-heading{grid-template-columns:36px minmax(0,1fr)}.selection-concept-heading>a{grid-column:2;margin-top:0;justify-self:start}.selection-guided-workspace{grid-template-columns:1fr}.selection-guided-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-right:0;border-bottom:1px solid var(--home-border)}.selection-guided-steps button{min-height:104px;border-right:1px solid var(--home-border);border-bottom:0}.selection-guided-steps button:before{top:auto;right:0;bottom:0;width:auto;height:3px;transform:scaleX(0)}.selection-guided-steps button.is-active:before{transform:scaleX(1)}.selection-guided-question{min-height:380px}.selection-guided-options,.selection-console-dock>div{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-guided-dimension-field{grid-template-columns:minmax(190px,.72fr) minmax(260px,1.28fr)}.selection-guided-dimension-selected{grid-column:2}.selection-guided-result{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-guided-submit{min-height:92px;grid-column:1 / -1}.selection-mode-task-grid{grid-template-columns:1fr}.selection-mode-task-grid fieldset>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.selection-visual-secondary{grid-template-columns:1fr}}@media(max-width:700px){.selection-lab{gap:42px;padding-top:16px}.selection-concept-heading{gap:10px;padding-bottom:24px}.selection-concept-heading h2{font-size:clamp(2.15rem,10vw,3rem)}.selection-concept-heading>div>span{margin-top:12px;font-size:.84rem}.selection-guided-dimensions-heading{grid-template-columns:42px minmax(0,1fr);gap:14px;padding:20px 18px}.selection-guided-dimensions-action{grid-column:2;justify-self:start}.selection-guided-result{grid-template-columns:1fr}.selection-guided-result-main{border-right:0;border-bottom:1px solid var(--home-border)}.selection-guided-result-selection{min-height:92px}.selection-guided-submit{grid-column:auto}.selection-concept-dimension-grid,.selection-mode-specs-grid,.selection-console-grid,.selection-concept-result,.selection-concept-result-copy{grid-template-columns:1fr}.selection-concept-result-copy>small{grid-column:1;grid-row:auto;margin-top:4px}.selection-concept-result-actions{min-height:72px;border-top:1px solid var(--home-border)}.selection-concept-reset{flex:1;border-left:0}.selection-concept-submit{min-width:0;flex:2}.selection-mode-switch{grid-template-columns:1fr}.selection-mode-switch>button{min-height:118px}.selection-visual-materials>div{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-concept-choice.is-visual:last-child{grid-column:1 / -1}.selection-lab-following-cards{grid-template-columns:1fr}}@media(max-width:520px){.selection-lab-tab{padding:13px 10px}.selection-lab-tab em{display:none}.selection-guided-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.selection-guided-steps button{min-height:94px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:12px 10px;border-right:1px solid var(--home-border);border-bottom:0}.selection-guided-steps button:last-child{border-right:0}.selection-guided-steps button small{width:24px;height:24px;flex:0 0 auto;font-size:.62rem}.selection-guided-steps button span{font-size:.72rem}.selection-guided-steps button strong{display:none}.selection-guided-steps button b{position:absolute;top:13px;right:10px}.selection-guided-question{min-height:0;padding:24px 14px}.selection-guided-options,.selection-console-dock>div,.selection-mode-task-grid fieldset>div,.selection-visual-secondary section>div{grid-template-columns:1fr}.selection-guided-question-heading h2{font-size:1.65rem}.selection-guided-question-heading p{font-size:.8rem}.selection-concept--guided .selection-concept-choice{min-height:58px}.selection-guided-dimensions-heading{grid-template-columns:34px minmax(0,1fr);padding:18px 14px}.selection-guided-dimensions-heading>span:first-child{width:30px;height:30px}.selection-guided-question-actions{align-items:stretch;flex-direction:column}.selection-guided-question-actions>button{width:100%;justify-content:space-between}.selection-guided-dimensions-tools{align-items:flex-start;flex-direction:column;padding:12px 14px}.selection-guided-dimensions-heading h2{font-size:1.22rem}.selection-guided-dimensions-heading p{font-size:.77rem}.selection-guided-dimension-field{min-height:0;grid-template-columns:1fr;gap:10px;padding:18px 14px}.selection-guided-dimension-selected{max-height:68px;grid-column:auto}.selection-guided-dimension-popover{width:100%}.selection-guided-dimension-options{grid-template-columns:repeat(3,minmax(0,1fr))}.selection-guided-result-main,.selection-guided-result-selection{padding:18px 14px}.selection-guided-submit{min-height:88px;padding:18px 14px}.selection-concept-result-actions{flex-direction:column-reverse}.selection-concept-reset{min-height:46px;border-top:1px solid var(--home-border)}.selection-concept-submit{min-height:68px}.selection-visual-materials{padding:16px}.selection-concept-choice.is-visual{min-height:148px}}@media(prefers-reduced-motion:reduce){.selection-concept-choice,.selection-concept-submit b,.selection-concept-heading>a b,.selection-guided-submit>b{transition:none}.selection-guided-question,.selection-guided-result-chips button,.selection-guided-dimension-grid,.selection-guided-dimension-popover{animation:none}}.home-dev-page{--home-ink: #11243a;--home-muted: #566b82;--home-accent: #2f6eae;--home-accent-strong: #174d86;--home-accent-soft: #dce9f5;--home-border: #cedbe7;--home-surface: #edf3f8;--home-paper: #ffffff;--home-shadow: rgba(23, 77, 134, .11);display:flex;flex-direction:column;gap:clamp(78px,7.5vw,112px);color:var(--home-ink)}.home-dev-page h1,.home-dev-page h2,.home-dev-page h3,.home-dev-page p{margin:0}.home-dev-page h1,.home-dev-page h2,.home-dev-page h3{font-family:Manrope Variable,sans-serif}.home-dev-page a{color:inherit}.home-dev-page--paper{--home-ink: #29271f;--home-muted: #777064;--home-accent: #776644;--home-accent-soft: #ddd2bd;--home-border: #d4cbbb;--home-surface: #ebe5da;--home-paper: #f9f7f1;--home-shadow: rgba(65, 54, 37, .11)}.home-dev-page--graphite{--home-ink: #171b1e;--home-muted: #697178;--home-accent: #9b7947;--home-accent-soft: #e5d8c2;--home-border: #ccd0d1;--home-surface: #eceeed;--home-paper: #ffffff;--home-shadow: rgba(12, 16, 19, .13)}.home-dev-hero{display:flex;flex-direction:column;gap:22px}.home-dev-hero-search{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(480px,1.18fr);align-items:center;gap:clamp(36px,5vw,76px);padding:20px 0 22px;border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.home-dev-search-copy>span,.home-dev-section-title>p,.home-dev-consultation-copy>p,.home-dev-toolkit-heading>span{display:block;color:var(--home-accent);font-size:.75rem;font-weight:790;letter-spacing:.145em;text-transform:uppercase}.home-dev-search-copy h1{max-width:560px;margin-top:7px;font-size:clamp(2rem,2.85vw,3rem);font-weight:590;line-height:1;letter-spacing:-.052em}.home-dev-search-copy>p{max-width:620px;margin-top:13px;color:var(--home-muted);font-size:.93rem;line-height:1.55}.home-dev-search-control{min-width:0}.home-dev-search-control .global-search-label{margin-bottom:9px;color:var(--home-ink);font-size:.78rem;font-weight:710}.home-dev-search-control .global-search-control{min-height:60px;border:1px solid var(--home-border);border-radius:0;background:var(--home-paper);box-shadow:none}.home-dev-search-control .global-search-control:focus-within{border-color:var(--home-accent);box-shadow:0 0 0 3px var(--home-accent-soft)}.home-dev-search-control .global-search-control input{height:58px;padding-inline:14px;font-size:.98rem}.home-dev-search-control .global-search-submit{align-self:stretch;min-width:174px;min-height:48px;justify-content:space-between;align-items:center;gap:16px;margin:5px;padding:0 12px 0 18px;border-radius:0;background:linear-gradient(135deg,var(--home-accent),var(--home-accent-strong));font-size:.82rem;box-shadow:0 7px 16px #174d862e}.home-dev-search-control .global-search-submit-arrow{width:28px;height:28px;display:grid;place-items:center;margin-left:0;border:1px solid rgba(255,255,255,.38);font-size:.9rem}.home-dev-search-hints{display:flex;align-items:center;gap:8px 15px;margin-top:9px}.home-dev-search-hints :is(span,a){padding-bottom:1px;border-bottom:1px solid var(--home-border);color:#4b565b;font-size:.7rem;font-weight:620}.home-dev-search-hints span:first-child{border:0;color:#4b565b;text-transform:uppercase}.home-dev-search-hints a:hover,.home-dev-search-hints a:focus-visible{border-color:var(--home-accent);color:var(--home-accent)}.home-dev-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,380px);align-items:stretch;gap:14px}.home-dev-slider-frame{min-width:0;display:flex;flex-direction:column}.home-dev-slider-frame .hero-slider{height:auto;aspect-ratio:1060 / 545;border-radius:2px;background:#050a12;box-shadow:0 22px 54px #09111c2e}.home-dev-slider-frame .hero-slider-media{flex:1;aspect-ratio:auto}.home-dev-slider-frame .hero-slider-minimal-controls{bottom:32px}.home-dev-page .hero-slider-series-cta{min-height:32px;display:inline-flex;align-items:center;gap:9px;margin-top:18px;padding-bottom:4px;border-bottom:1px solid rgba(184,207,237,.74);color:#fff;font-size:.86rem;font-weight:720;pointer-events:auto}.home-dev-page .hero-slider-series-cta span{transition:transform .18s ease}.home-dev-page .hero-slider-series-cta:hover,.home-dev-page .hero-slider-series-cta:focus-visible{border-color:#fff;color:#fff}.home-dev-page .hero-slider-series-cta:hover span,.home-dev-page .hero-slider-series-cta:focus-visible span{transform:translate(4px)}.home-dev-hero-toolkit{min-width:0;display:flex;flex-direction:column;margin-top:0;border:1px solid var(--home-border);background:var(--home-paper)}.home-dev-toolkit-heading{min-height:84px;display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;padding:17px 20px;border-bottom:1px solid var(--home-border)}.home-dev-toolkit-heading>span{grid-column:1;margin-bottom:3px;font-size:.7rem}.home-dev-toolkit-heading h2{grid-column:1;font-size:1.32rem;font-weight:620}.home-dev-toolkit-heading>a{grid-column:2;grid-row:1 / 3;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--home-border);color:var(--home-accent);transition:background-color .18s ease,color .18s ease}.home-dev-toolkit-heading>a:hover,.home-dev-toolkit-heading>a:focus-visible{background:var(--home-ink);color:#fff}.home-dev-toolkit-list{flex:1;display:flex;flex-direction:column}.home-dev-toolkit-link{min-height:76px;flex:1;display:grid;grid-template-columns:24px 72px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:9px 16px;border-bottom:1px solid var(--home-border);transition:background-color .18s ease,color .18s ease}.home-dev-toolkit-link:hover,.home-dev-toolkit-link:focus-visible{background:var(--home-surface);color:var(--home-accent)}.home-dev-toolkit-index{color:var(--home-accent);font-size:.72rem;font-weight:750}.home-dev-toolkit-preview{width:70px;height:54px;display:grid;place-items:center;overflow:hidden}.home-dev-toolkit-preview img{width:100%;height:100%;object-fit:contain}.home-dev-toolkit-link strong{font-family:Manrope Variable,sans-serif;font-size:.88rem;font-weight:610;line-height:1.28}.home-dev-toolkit-arrow{color:var(--home-muted);font-size:.88rem;transition:transform .18s ease}.home-dev-toolkit-link:hover .home-dev-toolkit-arrow{transform:translate(3px)}.home-dev-toolkit-utilities{display:grid;grid-template-columns:1fr 1fr}.home-dev-toolkit-utilities>:is(a,button){min-height:82px;display:grid;grid-template-columns:1fr auto;align-content:center;gap:2px 8px;padding:14px 16px;border:0;background:var(--home-surface);color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background-color .18s ease,color .18s ease}.home-dev-toolkit-utilities>:is(a,button)+:is(a,button){border-left:1px solid var(--home-border)}.home-dev-toolkit-utilities>:is(a,button):hover,.home-dev-toolkit-utilities>:is(a,button):focus-visible{background:var(--home-accent-soft)}.home-dev-page--editorial .home-dev-toolkit-utilities>button{background:linear-gradient(135deg,#3478b9,#1a548d);color:#fff}.home-dev-page--editorial .home-dev-toolkit-utilities>button:hover,.home-dev-page--editorial .home-dev-toolkit-utilities>button:focus-visible{background:linear-gradient(135deg,#276aa9,#123f6c)}.home-dev-page--editorial .home-dev-toolkit-utilities>button small,.home-dev-page--editorial .home-dev-toolkit-utilities>button b{color:#cbe4ff}.home-dev-toolkit-utilities small{grid-column:1;color:var(--home-accent);font-size:.7rem;font-weight:800;letter-spacing:.08em}.home-dev-toolkit-utilities span{grid-column:1;font-size:.76rem;font-weight:650;line-height:1.25}.home-dev-toolkit-utilities b{grid-column:2;grid-row:1 / 3;align-self:center;color:var(--home-accent);font-size:.78rem}.home-dev-section{display:flex;flex-direction:column;gap:clamp(30px,3.6vw,46px)}.home-dev-section-heading{display:grid;grid-template-columns:44px minmax(360px,1fr) auto;align-items:end;gap:18px;padding-top:13px;border-top:1px solid var(--home-border)}.home-dev-section-number{align-self:start;color:var(--home-accent);font-family:Manrope Variable,sans-serif;font-size:.75rem;font-weight:750;letter-spacing:.08em}.home-dev-section-title h2{max-width:760px;margin-top:7px;font-size:clamp(2.2rem,3.8vw,3.85rem);font-weight:570;line-height:.96;letter-spacing:-.058em}.home-dev-section-action{padding-bottom:2px}.home-dev-text-link,.home-dev-card-link{display:inline-flex;align-items:center;gap:8px;padding-bottom:3px;border-bottom:1px solid var(--home-border);color:var(--home-accent)!important;font-size:.82rem;font-weight:730;white-space:nowrap}.home-dev-text-link span,.home-dev-card-link span{transition:transform .18s ease}.home-dev-text-link:hover span,.home-dev-text-link:focus-visible span,.home-dev-product-card:hover .home-dev-card-link span{transform:translate(2px,-2px)}.home-dev-selection-intro{max-width:640px;margin:-18px 0 26px;color:var(--home-dev-muted);font-size:.96rem;line-height:1.65}.home-dev-selection .selection-form{border-top:1px solid var(--home-dev-line);padding-top:22px}.home-dev-series{padding:clamp(38px,4.6vw,60px) 0;border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.home-dev-series>.home-dev-section-heading{padding-top:0;border-top:0}.home-dev-series-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-dev-series-card{position:relative;aspect-ratio:1060 / 545;overflow:hidden;border:1px solid rgba(111,125,145,.35);border-radius:2px;background:#050a12;color:#fff!important;box-shadow:0 14px 30px #09121e1a;transform:translateZ(0)}.home-dev-series-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 44%,rgba(0,4,10,.2));pointer-events:none}.home-dev-series-card>img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.22,.7,.12,1),filter .24s ease}.home-dev-series-card:hover>img,.home-dev-series-card:focus-visible>img{filter:brightness(1.05);transform:scale(1.02)}.home-dev-series-copy{position:absolute;top:50%;z-index:2;width:46%;color:#fff;text-shadow:0 3px 20px rgba(0,0,0,.72);transform:translateY(-50%)}.home-dev-series-card.is-copy-left .home-dev-series-copy{left:5.5%}.home-dev-series-card.is-copy-right .home-dev-series-copy{right:5.5%}.home-dev-series-copy>span{color:#b8d4f8;font-size:.68rem;font-weight:760;letter-spacing:.13em;text-transform:uppercase}.home-dev-series-copy h3{margin-top:6px;font-size:clamp(1.85rem,3vw,3.05rem);font-weight:620;line-height:.94;letter-spacing:-.06em}.home-dev-series-card.is-series-arfr4 .home-dev-series-copy h3{font-size:clamp(1.65rem,2.55vw,2.65rem);white-space:nowrap}.home-dev-series-copy p{display:-webkit-box;margin-top:11px;overflow:hidden;color:#ffffffbf;font-size:clamp(.78rem,.95vw,.88rem);line-height:1.46;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-dev-series-copy strong{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding-bottom:2px;border-bottom:1px solid rgba(184,212,248,.6);font-size:.78rem}.home-dev-series-copy strong span{color:#b8d4f8;transition:transform .18s ease}.home-dev-series-card:hover .home-dev-series-copy strong span{transform:translate(4px)}.home-dev-product-section{padding:clamp(38px,4.6vw,60px);border:1px solid var(--home-border);background:#edf3f8}.home-dev-product-section>.home-dev-section-heading{padding-top:0;border-top:0}.home-dev-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.home-dev-product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--home-border);border-radius:0;background:var(--home-paper);color:var(--home-ink)!important;transition:transform .22s cubic-bezier(.22,.7,.12,1),border-color .18s ease,box-shadow .22s ease}.home-dev-product-card:hover,.home-dev-product-card:focus-visible{border-color:var(--home-accent);transform:translateY(-4px);box-shadow:0 17px 36px var(--home-shadow)}.home-dev-product-meta{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid var(--home-border)}.home-dev-product-meta>span{color:var(--home-accent);font-family:Manrope Variable,sans-serif;font-size:.68rem;font-weight:750}.home-dev-product-meta small{overflow:hidden;color:var(--home-muted);font-size:.7rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.home-dev-product-media{aspect-ratio:1.12 / 1;display:grid;place-items:center;overflow:hidden;padding:11px;background:linear-gradient(145deg,#ffffff,var(--home-surface))}.home-dev-product-media img{width:100%;height:100%;object-fit:contain;transition:transform .38s cubic-bezier(.22,.7,.12,1)}.home-dev-product-card:hover .home-dev-product-media img{transform:scale(1.045)}.home-dev-product-media>span{color:#aeb4b8;font-family:Manrope Variable,sans-serif;font-size:1.7rem;font-weight:600}.home-dev-product-copy{flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:13px 12px 15px}.home-dev-product-copy h3{display:-webkit-box;overflow:hidden;font-size:.98rem;font-weight:620;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-dev-product-facts{width:100%;display:grid;gap:5px;margin:12px 0 0}.home-dev-product-facts>div{display:grid;grid-template-columns:minmax(68px,.78fr) minmax(0,1.22fr);gap:7px;padding-bottom:5px;border-bottom:1px solid var(--home-border);font-size:.7rem;line-height:1.3}.home-dev-product-facts dt{color:var(--home-muted)}.home-dev-product-facts dd{min-width:0;margin:0;overflow:hidden;color:var(--home-ink);font-weight:650;text-align:right;text-overflow:ellipsis;white-space:nowrap}.home-dev-stock-status{display:inline-flex;margin-top:12px;padding:4px 8px;background:#fff6df;color:#8a5a00;font-size:.68rem;font-weight:750}.home-dev-stock-status.is-available{background:#eaf8ef;color:#18723b}.home-dev-product-copy .home-dev-card-link{margin-top:auto;padding-top:13px;font-size:.76rem}.home-dev-status{grid-column:1 / -1;padding:16px;border:1px solid #e2b9b2;background:#fff8f6;color:#963a2b;font-size:.9rem}.home-dev-status.is-neutral{border-color:var(--home-border);background:var(--home-paper);color:var(--home-muted)}.home-dev-benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 38px}.home-dev-benefits-grid article{min-height:142px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:20px 0 24px;border-top:1px solid var(--home-border)}.home-dev-benefits-grid article:nth-child(5){grid-column:1 / -1}.home-dev-benefits-grid article>span{color:var(--home-accent);font-family:Manrope Variable,sans-serif;font-size:.7rem;font-weight:760}.home-dev-benefits-grid h3{font-size:clamp(1.15rem,1.7vw,1.55rem);font-weight:590;line-height:1.05;letter-spacing:-.035em}.home-dev-benefits-grid p{max-width:520px;margin-top:10px;color:var(--home-muted);font-size:.86rem;line-height:1.58}.home-dev-page--editorial .home-dev-benefits{padding:clamp(42px,5vw,66px);background:radial-gradient(circle at 88% 12%,rgba(67,132,198,.24),transparent 30%),linear-gradient(135deg,#102740,#0b1c30);color:#fff;box-shadow:0 24px 56px #091f362e}.home-dev-page--editorial .home-dev-benefits .home-dev-section-heading{padding-top:0;border-top:0}.home-dev-page--editorial .home-dev-benefits .home-dev-section-title>p,.home-dev-page--editorial .home-dev-benefits .home-dev-section-number{color:#76b3ee}.home-dev-page--editorial .home-dev-benefits-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:1px solid rgba(173,207,239,.24);border-bottom:1px solid rgba(173,207,239,.24)}.home-dev-page--editorial .home-dev-benefits-grid article,.home-dev-page--editorial .home-dev-benefits-grid article:nth-child(5){grid-column:auto;min-height:228px;display:flex;flex-direction:column;padding:22px;border-top:0;border-right:1px solid rgba(173,207,239,.24)}.home-dev-page--editorial .home-dev-benefits-grid article:last-child{border-right:0}.home-dev-page--editorial .home-dev-benefits-grid article>span{color:#76b3ee}.home-dev-page--editorial .home-dev-benefits-grid article>div{margin-top:auto;padding-top:34px}.home-dev-page--editorial .home-dev-benefits-grid p{color:#ffffff9e}.home-dev-consultation{display:grid;grid-template-columns:minmax(360px,1fr) minmax(330px,.58fr);gap:clamp(34px,5vw,72px);padding:clamp(38px,4.8vw,64px) 0;border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.home-dev-consultation-copy{align-self:center}.home-dev-consultation-copy h2{max-width:540px;margin-top:9px;font-size:clamp(2.2rem,3.55vw,3.65rem);font-weight:570;line-height:.98;letter-spacing:-.056em}.home-dev-consultation-copy>span{display:block;max-width:510px;margin-top:18px;color:var(--home-muted);font-size:.95rem;line-height:1.55}.home-dev-contact-links{display:flex;flex-wrap:wrap;gap:9px 20px;margin-top:25px}.home-dev-contact-links a{padding-bottom:3px;border-bottom:1px solid var(--home-border);color:var(--home-accent)!important;font-size:.88rem;font-weight:710}.home-dev-page--editorial .home-dev-consultation{padding:clamp(42px,5vw,66px);border:1px solid #c6d9eb;background:radial-gradient(circle at 10% 14%,rgba(70,137,202,.12),transparent 34%),#e9f1f8}.home-dev-consultation-action{align-self:center;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(24px,3vw,34px);background:linear-gradient(135deg,#153b63,#0c2847);color:#fff;box-shadow:0 18px 40px #0e30522e}.home-dev-consultation-action>span{max-width:330px;color:#ffffffb3;font-size:.88rem;line-height:1.48}.home-dev-consultation-action>button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:12px 16px;border:0;background:linear-gradient(135deg,#3f83c5,#2264a4);color:#fff;font:inherit;font-size:.92rem;font-weight:760;cursor:pointer;box-shadow:0 10px 24px #02111f3d;transition:background-color .18s ease,transform .18s ease}.home-dev-consultation-action>button:hover,.home-dev-consultation-action>button:focus-visible{background:linear-gradient(135deg,#4d92d3,#2b70b2);transform:translateY(-2px)}.home-dev-consultation-action>button span{font-size:1rem;transition:transform .18s ease}.home-dev-consultation-action>button:hover span{transform:translate(4px)}.home-dev-consultation-action>small{margin-top:10px;color:#ffffff80;font-size:.7rem}.home-dev-consultation-form{padding:25px;border-left:1px solid var(--home-border)}.home-dev-consultation-form .form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-dev-consultation-form .form-field:nth-child(4),.home-dev-consultation-form .form-message,.home-dev-consultation-form .btn-primary{grid-column:1 / -1}.home-dev-consultation-form .form-label{color:var(--home-ink);font-size:.72rem;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.home-dev-consultation-form .form-input{border-color:var(--home-border);border-radius:0;background:var(--home-paper);font-size:.9rem}.home-dev-consultation-form textarea.form-input{min-height:82px;resize:vertical}.home-dev-consultation-form .form-input:focus{border-color:var(--home-accent);box-shadow:0 0 0 3px var(--home-accent-soft)}.home-dev-consultation-form .form-hint{font-size:.72rem}.home-dev-consultation-form .btn-primary{min-height:46px;border-radius:0;background:var(--home-ink)}.home-dev-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;overflow-y:auto;padding:28px;background:#040f1bc2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:homeDevModalBackdrop .22s ease both}.home-dev-modal{position:relative;width:min(960px,100%);max-height:calc(100vh - 56px);display:grid;grid-template-columns:minmax(300px,.78fr) minmax(500px,1.22fr);overflow:auto;background:#fff;box-shadow:0 38px 90px #000d1b61;animation:homeDevModalPanel .32s cubic-bezier(.22,.7,.12,1) both}.home-dev-modal-close{position:absolute;top:16px;right:16px;z-index:2;width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #cedbe7;background:#ffffffeb;color:#174d86;font:inherit;font-size:1.4rem;line-height:1;cursor:pointer;transition:background-color .18s ease,color .18s ease}.home-dev-modal-close:hover,.home-dev-modal-close:focus-visible{background:#174d86;color:#fff}.home-dev-modal-copy{display:flex;flex-direction:column;padding:clamp(38px,4.8vw,58px);background:radial-gradient(circle at 15% 10%,rgba(69,140,207,.3),transparent 34%),linear-gradient(145deg,#12375e,#0a2038);color:#fff}.home-dev-modal-copy>p{margin:0;color:#8fc5f7;font-size:.72rem;font-weight:790;letter-spacing:.15em;text-transform:uppercase}.home-dev-modal-copy h2{max-width:390px;margin:13px 0 0;font-family:Manrope Variable,sans-serif;font-size:clamp(2.1rem,3.6vw,3.35rem);font-weight:570;line-height:.97;letter-spacing:-.055em}.home-dev-modal-copy>span{display:block;margin-top:19px;color:#ffffffa8;font-size:.9rem;line-height:1.55}.home-dev-modal-note{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;margin-top:auto;padding-top:17px;border-top:1px solid rgba(166,207,245,.22)}.home-dev-modal-note+.home-dev-modal-note{margin-top:15px}.home-dev-modal-note strong{color:#8fc5f7;font-size:.72rem}.home-dev-modal-note span{color:#ffffffbd;font-size:.8rem;line-height:1.42}.home-dev-modal-form{padding:clamp(34px,4.2vw,52px)}.home-dev-modal-form .form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-dev-modal-form .form-field:nth-child(3),.home-dev-modal-form .form-field:nth-child(4),.home-dev-modal-form .form-message,.home-dev-modal-form .btn-primary{grid-column:1 / -1}.home-dev-modal-form .form-label{color:#193753;font-size:.72rem;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.home-dev-modal-form .form-input{border-color:#ccd9e5;border-radius:0;background:#f5f8fb;font-size:.9rem}.home-dev-modal-form textarea.form-input{min-height:90px;resize:vertical}.home-dev-modal-form .form-input:focus{border-color:#2f6eae;background:#fff;box-shadow:0 0 0 3px #dce9f5}.home-dev-modal-form .form-hint{font-size:.7rem}.home-dev-modal-form .btn-primary{min-height:48px;border-radius:0;background:linear-gradient(135deg,#3478b9,#1a548d);box-shadow:0 10px 22px #1a548d33}@keyframes homeDevModalBackdrop{0%{opacity:0}}@keyframes homeDevModalPanel{0%{opacity:0;transform:translateY(18px) scale(.985)}}.home-dev-skeleton{min-height:180px;border-color:var(--home-border);background:linear-gradient(100deg,var(--home-surface) 20%,#fafaf8 38%,var(--home-surface) 58%);background-size:200% 100%;animation:homeDevSkeleton 1.4s linear infinite}.home-dev-toolkit-link.home-dev-skeleton{min-height:72px}.home-dev-reveal,.home-dev-reveal.is-visible{opacity:1;transform:none}.home-route-loading{min-height:70rem}@keyframes homeDevSkeleton{to{background-position-x:-200%}}.home-dev-page--paper .home-dev-hero-search{padding:24px 26px;border:1px solid var(--home-border);background:var(--home-paper)}.home-dev-page--paper .home-dev-search-control .global-search-control{background:#fffefa}.home-dev-page--paper .home-dev-search-control .global-search-submit{background:#6f6147}.home-dev-page--paper .home-dev-hero-grid{grid-template-columns:minmax(258px,285px) minmax(0,1fr);gap:18px}.home-dev-page--paper .home-dev-slider-frame{order:2}.home-dev-page--paper .home-dev-hero-toolkit{order:1;margin-top:28px;background:#f8f5ed}.home-dev-page--paper .home-dev-slider-frame .hero-slider,.home-dev-page--paper .home-dev-series-card{border-radius:16px 2px}.home-dev-page--paper .home-dev-series{padding:clamp(40px,5vw,66px);border:1px solid var(--home-border);border-radius:34px 3px;background:#e9e1d3}.home-dev-page--paper .home-dev-product-section{padding:clamp(38px,4.8vw,62px) 0;border-right:0;border-left:0;background:transparent}.home-dev-page--paper .home-dev-product-card{border-radius:14px 2px;background:#fbf8f1}.home-dev-page--paper .home-dev-benefits-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.home-dev-page--paper .home-dev-benefits-grid article{grid-column:span 3;min-height:180px;display:flex;flex-direction:column;padding:23px;border:1px solid var(--home-border);border-radius:15px 2px;background:#f7f3ea}.home-dev-page--paper .home-dev-benefits-grid article:nth-child(n+3){grid-column:span 2;min-height:164px}.home-dev-page--paper .home-dev-benefits-grid article>div{margin-top:auto;padding-top:28px}.home-dev-page--paper .home-dev-consultation{padding:clamp(38px,4.8vw,62px);border:1px solid var(--home-border);border-radius:32px 3px;background:#e4dccd}.home-dev-page--paper .home-dev-consultation-action{background:#5f543f}.home-dev-page--paper .home-dev-consultation-action>button{background:#85734e}.home-dev-page--paper .home-dev-consultation-form{padding:28px;border:1px solid var(--home-border);border-radius:18px 2px;background:#fbf8f1}.home-dev-page--paper .home-dev-consultation-form .btn-primary{background:#6f6147}.home-dev-page--graphite .home-dev-hero-search{grid-template-columns:minmax(380px,1fr) minmax(520px,1.25fr);padding:18px 22px;border:0;background:#15191c;color:#fff}.home-dev-page--graphite .home-dev-search-copy>span{color:#c4a46f}.home-dev-page--graphite .home-dev-search-control .global-search-label{display:none}.home-dev-page--graphite .home-dev-search-control .global-search-control{border-color:#42484c;background:#202529}.home-dev-page--graphite .home-dev-search-control .global-search-control input{color:#fff}.home-dev-page--graphite .home-dev-search-control .global-search-control input::placeholder{color:#91989d}.home-dev-page--graphite .home-dev-search-control .global-search-submit{background:#b08a51}.home-dev-page--graphite .home-dev-search-hints span{border-color:#41484c;color:#a5abb0}.home-dev-page--graphite .home-dev-hero-grid{grid-template-columns:1fr;gap:14px}.home-dev-page--graphite .home-dev-slider-frame{width:min(100%,1180px);justify-self:end;margin-left:auto}.home-dev-page--graphite .home-dev-slider-frame .hero-slider{border-radius:0;box-shadow:18px 20px #dfe1df}.home-dev-page--graphite .home-dev-hero-toolkit{display:grid;grid-template-columns:205px minmax(0,1fr) 276px;margin:6px 0 0;background:#171b1e;color:#fff}.home-dev-page--graphite .home-dev-toolkit-heading{min-height:92px;border-right:1px solid #383e42;border-bottom:0}.home-dev-page--graphite .home-dev-toolkit-heading>span{color:#c4a46f}.home-dev-page--graphite .home-dev-toolkit-heading>a{border-color:#4a5054;color:#c4a46f}.home-dev-page--graphite .home-dev-toolkit-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.home-dev-page--graphite .home-dev-toolkit-link{min-height:92px;grid-template-columns:22px 42px minmax(0,1fr);gap:6px;padding:9px;border-right:1px solid #383e42;border-bottom:0}.home-dev-page--graphite .home-dev-toolkit-link:hover,.home-dev-page--graphite .home-dev-toolkit-link:focus-visible{background:#272d31;color:#e0c08b}.home-dev-page--graphite .home-dev-toolkit-index,.home-dev-page--graphite .home-dev-toolkit-arrow{color:#c4a46f}.home-dev-page--graphite .home-dev-toolkit-preview{width:40px;height:34px}.home-dev-page--graphite .home-dev-toolkit-link strong{font-size:.8rem}.home-dev-page--graphite .home-dev-toolkit-arrow{display:none}.home-dev-page--graphite .home-dev-toolkit-utilities{background:#202529}.home-dev-page--graphite .home-dev-toolkit-utilities>:is(a,button){min-height:92px;background:transparent}.home-dev-page--graphite .home-dev-toolkit-utilities>:is(a,button)+:is(a,button){border-left-color:#383e42}.home-dev-page--graphite .home-dev-toolkit-utilities>:is(a,button):hover,.home-dev-page--graphite .home-dev-toolkit-utilities>:is(a,button):focus-visible{background:#2d3438}.home-dev-page--graphite .home-dev-toolkit-utilities small,.home-dev-page--graphite .home-dev-toolkit-utilities b{color:#c4a46f}.home-dev-page--graphite .home-dev-series{padding:clamp(40px,5vw,66px);border:0;background:#13171a;color:#fff}.home-dev-page--graphite .home-dev-series .home-dev-section-title>p,.home-dev-page--graphite .home-dev-series .home-dev-section-number{color:#c6a66f}.home-dev-page--graphite .home-dev-series .home-dev-section-description{color:#aeb4b8}.home-dev-page--graphite .home-dev-series-card{border-color:#3c4449;border-radius:0}.home-dev-page--graphite .home-dev-product-section{border:0;background:#15191c;color:#fff}.home-dev-page--graphite .home-dev-product-section .home-dev-section-title>p,.home-dev-page--graphite .home-dev-product-section .home-dev-section-number,.home-dev-page--graphite .home-dev-product-section .home-dev-text-link{color:#c6a66f!important}.home-dev-page--graphite .home-dev-product-section .home-dev-section-description{color:#aeb4b8}.home-dev-page--graphite .home-dev-product-card{border-color:#3b4246;background:#202529;color:#fff!important}.home-dev-page--graphite .home-dev-product-meta{border-bottom-color:#3b4246}.home-dev-page--graphite .home-dev-product-meta>span,.home-dev-page--graphite .home-dev-card-link{color:#c6a66f!important}.home-dev-page--graphite .home-dev-product-meta small,.home-dev-page--graphite .home-dev-product-copy p{color:#aeb4b8}.home-dev-page--graphite .home-dev-product-media{background:linear-gradient(145deg,#f6f6f2,#dfe2e1)}.home-dev-page--graphite .home-dev-benefits-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.home-dev-page--graphite .home-dev-benefits-grid article,.home-dev-page--graphite .home-dev-benefits-grid article:nth-child(5){grid-column:auto;min-height:230px;display:flex;flex-direction:column;padding:22px;border-top:0;border-right:1px solid var(--home-border)}.home-dev-page--graphite .home-dev-benefits-grid article:last-child{border-right:0}.home-dev-page--graphite .home-dev-benefits-grid article>div{margin-top:auto;padding-top:34px}.home-dev-page--graphite .home-dev-consultation{padding:clamp(40px,5vw,66px);border:0;background:#15191c;color:#fff}.home-dev-page--graphite .home-dev-consultation-copy>p,.home-dev-page--graphite .home-dev-contact-links a{color:#c6a66f!important}.home-dev-page--graphite .home-dev-consultation-copy>span{color:#aeb4b8}.home-dev-page--graphite .home-dev-consultation-action{background:#fff;color:#171b1e}.home-dev-page--graphite .home-dev-consultation-action>span,.home-dev-page--graphite .home-dev-consultation-action>small{color:#697178}.home-dev-page--graphite .home-dev-consultation-action>button{background:#a88149}.home-dev-page--graphite .home-dev-contact-links a{border-color:#50575b}.home-dev-page--graphite .home-dev-consultation-form{padding:28px;border:0;background:#fff;color:var(--home-ink)}.home-dev-page--graphite .home-dev-consultation-form .btn-primary{background:#a88149}@media(max-width:1320px){.home-dev-hero-grid{grid-template-columns:minmax(0,1fr) minmax(292px,310px)}.home-dev-toolkit-heading{min-height:76px;padding:14px 16px}.home-dev-toolkit-link{min-height:64px;grid-template-columns:20px 58px minmax(0,1fr) 14px;gap:7px;padding-inline:11px}.home-dev-toolkit-preview{width:56px;height:44px}.home-dev-toolkit-link strong{font-size:.82rem}.home-dev-toolkit-utilities>:is(a,button){min-height:76px;padding:12px}.home-dev-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-dev-consultation{grid-template-columns:minmax(300px,1fr) minmax(300px,.62fr)}.home-dev-page--paper .home-dev-hero-grid{grid-template-columns:minmax(245px,265px) minmax(0,1fr)}.home-dev-page--graphite .home-dev-hero-toolkit{grid-template-columns:185px minmax(0,1fr) 245px}.home-dev-page--graphite .home-dev-toolkit-link{grid-template-columns:17px minmax(0,1fr)}.home-dev-page--graphite .home-dev-toolkit-preview{display:none}}@media(max-width:1150px){.home-dev-hero-search{grid-template-columns:1fr;gap:20px}.home-dev-hero-grid{grid-template-columns:1fr}.home-dev-toolkit-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-dev-toolkit-link{min-height:88px;grid-template-columns:22px 68px minmax(0,1fr) 16px;padding:11px 14px;border-right:1px solid var(--home-border)}.home-dev-toolkit-preview{width:66px;height:50px}.home-dev-toolkit-link strong{font-size:.86rem}}@media(max-width:900px){.home-dev-page{gap:76px}.home-dev-hero-search,.home-dev-page--graphite .home-dev-hero-search{grid-template-columns:1fr;gap:20px}.home-dev-hero-grid,.home-dev-page--paper .home-dev-hero-grid,.home-dev-page--graphite .home-dev-hero-grid{grid-template-columns:1fr}.home-dev-page--paper .home-dev-slider-frame{order:1}.home-dev-hero-toolkit,.home-dev-page--paper .home-dev-hero-toolkit{order:2;margin-top:0}.home-dev-toolkit-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-dev-toolkit-link{min-height:86px;grid-template-columns:22px 68px minmax(0,1fr) 16px;padding:11px 14px;border-right:1px solid var(--home-border)}.home-dev-toolkit-preview{width:66px;height:50px}.home-dev-toolkit-link strong{font-size:.86rem}.home-dev-page--graphite .home-dev-slider-frame{width:100%}.home-dev-page--graphite .home-dev-hero-toolkit{display:flex;margin-top:10px}.home-dev-page--graphite .home-dev-toolkit-heading{border-right:0;border-bottom:1px solid #383e42}.home-dev-page--graphite .home-dev-toolkit-list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-dev-page--graphite .home-dev-toolkit-link{min-height:68px;grid-template-columns:22px 48px minmax(0,1fr);border-right:1px solid #383e42;border-bottom:1px solid #383e42}.home-dev-page--graphite .home-dev-toolkit-preview{display:grid}.home-dev-section-heading{grid-template-columns:40px minmax(0,1fr) auto}.home-dev-section-action{grid-column:3;grid-row:1}.home-dev-series-grid{grid-template-columns:1fr}.home-dev-series-copy h3{font-size:clamp(2.4rem,7vw,4rem)}.home-dev-series-card.is-series-arfr4 .home-dev-series-copy h3{font-size:clamp(2.1rem,6.3vw,3.5rem)}.home-dev-product-grid{display:flex;gap:10px;margin-inline:-24px;padding:1px 24px 10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.home-dev-product-card:nth-child(n){display:flex}.home-dev-product-grid::-webkit-scrollbar{display:none}.home-dev-product-card{width:min(46vw,300px);flex:0 0 auto;scroll-snap-align:start}.home-dev-page--editorial .home-dev-benefits-grid,.home-dev-page--paper .home-dev-benefits-grid,.home-dev-page--graphite .home-dev-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-dev-page--editorial .home-dev-benefits-grid article,.home-dev-page--editorial .home-dev-benefits-grid article:nth-child(5),.home-dev-page--paper .home-dev-benefits-grid article,.home-dev-page--paper .home-dev-benefits-grid article:nth-child(n+3),.home-dev-page--graphite .home-dev-benefits-grid article,.home-dev-page--graphite .home-dev-benefits-grid article:nth-child(5){grid-column:auto}.home-dev-page--editorial .home-dev-benefits-grid article:last-child,.home-dev-page--paper .home-dev-benefits-grid article:last-child,.home-dev-page--graphite .home-dev-benefits-grid article:last-child{grid-column:1 / -1}.home-dev-consultation,.home-dev-page--paper .home-dev-consultation{grid-template-columns:1fr}.home-dev-consultation-form{padding:24px 0 0;border-top:1px solid var(--home-border);border-left:0}.home-dev-modal{width:min(660px,100%);grid-template-columns:1fr}.home-dev-modal-copy{min-height:370px}}@media(max-width:600px){.home-dev-page{gap:60px}.home-dev-hero{gap:14px}.home-dev-hero-search,.home-dev-page--paper .home-dev-hero-search,.home-dev-page--graphite .home-dev-hero-search{margin-inline:-8px;padding:18px 14px}.home-dev-search-copy h1{font-size:1.9rem}.home-dev-search-control .global-search-control{min-height:56px}.home-dev-search-control .global-search-control input{height:54px;padding-inline:8px;font-size:.9rem}.home-dev-search-control .global-search-submit{min-width:48px;min-height:44px;gap:0;padding:0 8px;font-size:.82rem}.home-dev-search-control .global-search-submit-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.home-dev-search-hints{gap:6px 10px}.home-dev-slider-frame .hero-slider,.home-dev-page--paper .home-dev-slider-frame .hero-slider{border-radius:8px;box-shadow:0 15px 34px #09111c29}.home-dev-page--graphite .home-dev-slider-frame .hero-slider{border-radius:0;box-shadow:7px 8px #dfe1df}.home-dev-slider-frame .hero-slider-media{flex:none;aspect-ratio:1060 / 545}.home-dev-slider-frame .hero-slider-minimal-controls{bottom:9px}.home-dev-page .hero-slider-series-cta{display:none}.home-dev-toolkit-heading{min-height:68px}.home-dev-toolkit-list,.home-dev-page--graphite .home-dev-toolkit-list{display:grid;grid-template-columns:1fr}.home-dev-toolkit-link,.home-dev-page--graphite .home-dev-toolkit-link{min-height:78px;grid-template-columns:22px 64px minmax(0,1fr) 16px;gap:9px;padding:10px 14px;border-right:0}.home-dev-page--graphite .home-dev-toolkit-link{border-right-color:#383e42}.home-dev-toolkit-preview,.home-dev-page--graphite .home-dev-toolkit-preview{width:62px;height:48px;display:grid}.home-dev-toolkit-link strong,.home-dev-page--graphite .home-dev-toolkit-link strong{font-size:.84rem}.home-dev-toolkit-arrow{display:inline}.home-dev-section{gap:25px}.home-dev-section-heading{grid-template-columns:30px minmax(0,1fr);gap:11px}.home-dev-section-title h2{font-size:clamp(2rem,10.5vw,2.75rem)}.home-dev-section-action{grid-column:2;grid-row:auto}.home-dev-series,.home-dev-page--paper .home-dev-series,.home-dev-page--graphite .home-dev-series,.home-dev-product-section,.home-dev-page--paper .home-dev-product-section,.home-dev-page--graphite .home-dev-product-section,.home-dev-page--editorial .home-dev-benefits,.home-dev-page--editorial .home-dev-consultation,.home-dev-page--paper .home-dev-consultation,.home-dev-page--graphite .home-dev-consultation{margin-inline:-8px;padding:28px 15px;border-radius:0}.home-dev-series-grid{gap:9px}.home-dev-series-card,.home-dev-page--paper .home-dev-series-card{border-radius:7px}.home-dev-series-copy{width:47%}.home-dev-series-copy>span{font-size:.62rem}.home-dev-series-copy h3{margin-top:3px;font-size:clamp(1.28rem,7vw,1.8rem)}.home-dev-series-card.is-series-arfr4 .home-dev-series-copy h3{font-size:clamp(1.12rem,6vw,1.55rem)}.home-dev-series-copy p{display:none}.home-dev-series-copy strong{margin-top:6px;font-size:.7rem}.home-dev-product-grid{display:flex;gap:9px;margin-inline:-15px;padding:1px 15px 10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.home-dev-product-grid::-webkit-scrollbar{display:none}.home-dev-product-card{width:min(74vw,270px);flex:0 0 auto;scroll-snap-align:start}.home-dev-benefits-grid,.home-dev-page--editorial .home-dev-benefits-grid,.home-dev-page--paper .home-dev-benefits-grid,.home-dev-page--graphite .home-dev-benefits-grid{grid-template-columns:1fr;gap:0}.home-dev-benefits-grid article,.home-dev-benefits-grid article:nth-child(5),.home-dev-page--editorial .home-dev-benefits-grid article,.home-dev-page--editorial .home-dev-benefits-grid article:nth-child(5),.home-dev-page--editorial .home-dev-benefits-grid article:last-child,.home-dev-page--paper .home-dev-benefits-grid article,.home-dev-page--paper .home-dev-benefits-grid article:nth-child(n+3),.home-dev-page--paper .home-dev-benefits-grid article:last-child,.home-dev-page--graphite .home-dev-benefits-grid article,.home-dev-page--graphite .home-dev-benefits-grid article:nth-child(5),.home-dev-page--graphite .home-dev-benefits-grid article:last-child{grid-column:auto;min-height:132px;display:grid;grid-template-columns:32px minmax(0,1fr);padding:18px 0;border:0;border-top:1px solid var(--home-border);border-radius:0;background:transparent}.home-dev-page--editorial .home-dev-benefits-grid article>div,.home-dev-page--graphite .home-dev-benefits-grid article>div,.home-dev-page--paper .home-dev-benefits-grid article>div{margin-top:0;padding-top:0}.home-dev-consultation{padding:29px 0}.home-dev-consultation-copy h2{font-size:2.35rem}.home-dev-contact-links{align-items:flex-start;flex-direction:column}.home-dev-consultation-action{width:100%;padding:22px}.home-dev-modal-backdrop{place-items:start center;padding:0}.home-dev-modal{width:100%;max-height:100vh;min-height:100vh}.home-dev-modal-copy{min-height:350px;padding:54px 24px 28px}.home-dev-modal-copy h2{font-size:2.35rem}.home-dev-modal-form{padding:26px 20px 34px}.home-dev-modal-form .form{grid-template-columns:1fr}.home-dev-modal-form .form-field:nth-child(3),.home-dev-modal-form .form-field:nth-child(4),.home-dev-modal-form .form-message,.home-dev-modal-form .btn-primary{grid-column:auto}.home-dev-consultation-form,.home-dev-page--paper .home-dev-consultation-form,.home-dev-page--graphite .home-dev-consultation-form{padding:20px 0 0;border:0;border-top:1px solid var(--home-border);border-radius:0}.home-dev-page--paper .home-dev-consultation-form,.home-dev-page--graphite .home-dev-consultation-form{padding:20px 16px}.home-dev-consultation-form .form{grid-template-columns:1fr}.home-dev-consultation-form .form-field:nth-child(4),.home-dev-consultation-form .form-message,.home-dev-consultation-form .btn-primary{grid-column:auto}}@media(prefers-reduced-motion:reduce){.home-dev-modal-backdrop,.home-dev-modal{animation:none}.home-dev-reveal{opacity:1;transform:none;transition:none}.home-dev-series-card>img,.home-dev-product-card,.home-dev-product-media img{transition:none}}.catalog-atlas-page,.search-atlas-page{--atlas-ink: var(--st-color-ink);--atlas-muted: var(--st-color-muted);--atlas-accent: var(--st-color-accent);--atlas-accent-strong: var(--st-color-accent-strong);--atlas-line: var(--st-color-line);--atlas-soft: var(--st-color-soft);--atlas-dark: var(--st-color-dark);color:var(--atlas-ink)}.catalog-atlas-page{display:flex;flex-direction:column;gap:30px;font-size:16px}.catalog-back-to-top{position:fixed;right:max(20px,calc((100vw - 1440px)/2 + 20px));bottom:calc(22px + env(safe-area-inset-bottom));z-index:18;min-width:104px;min-height:48px;display:inline-grid;grid-template-columns:28px auto;align-items:center;gap:9px;padding:8px 14px 8px 9px;border:1px solid var(--atlas-dark);border-radius:0;background:var(--atlas-dark);box-shadow:4px 4px #c6cfd5eb;color:#fff;font:inherit;font-size:.78rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .16s ease,transform .16s ease,background-color .16s ease,box-shadow .16s ease}.catalog-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.catalog-back-to-top:hover,.catalog-back-to-top:focus-visible{background:var(--atlas-accent-strong);box-shadow:2px 2px #c6cfd5eb}.catalog-back-to-top-arrow{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.48);font-size:1rem;line-height:1}.catalog-atlas-page .catalog-unified-hero{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);padding-block:clamp(24px,3vw,36px)}.catalog-atlas-page .catalog-unified-hero .catalog-atlas-hero-copy h1{font-size:clamp(2.25rem,4vw,3.85rem)}.catalog-unified-toolbar{display:grid;grid-template-columns:minmax(190px,1fr) auto;align-items:stretch;border:1px solid var(--atlas-line);background:#fff;box-shadow:6px 6px 0 var(--atlas-soft)}.catalog-unified-summary{display:flex;align-items:baseline;gap:12px;padding:14px 18px;color:var(--atlas-muted)}.catalog-unified-summary strong{color:var(--atlas-ink);font-size:1.55rem;font-variant-numeric:tabular-nums}.catalog-result-view{display:grid;grid-template-columns:repeat(2,minmax(90px,1fr));border-left:1px solid var(--atlas-line)}.catalog-result-view button{min-height:54px;padding:10px 14px;border:0;border-right:1px solid var(--atlas-line);background:#fff;color:var(--atlas-muted);font:inherit;font-size:.86rem;font-weight:750;cursor:pointer}.catalog-result-view button:last-child{border-right:0}.catalog-result-view button:is(:hover,:focus-visible){background:var(--atlas-soft);color:var(--atlas-ink)}.catalog-result-view button.is-active{background:var(--atlas-dark);color:#fff}.catalog-active-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:-14px}.catalog-active-chips button{min-height:34px;padding:6px 10px;border:1px solid #b9cbd7;border-radius:0;background:#edf3f6;color:var(--atlas-accent-strong);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.catalog-active-chips button:hover{border-color:var(--atlas-accent);background:#fff}.catalog-active-chips .catalog-active-clear{border-color:transparent;background:transparent;color:var(--atlas-muted);text-decoration:underline;text-underline-offset:3px}.catalog-filter-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--atlas-line)}.catalog-filter-panel-heading .catalog-panel-title{margin-top:5px}.catalog-atlas-page .catalog-filter-group h4 small{margin-left:6px;color:var(--atlas-muted);font-size:.75rem;font-weight:600}.catalog-atlas-page .catalog-filter-option:has(input:disabled){cursor:default;opacity:.48}.catalog-unified-results{min-width:0}.catalog-category-drawers{display:flex;min-width:0;flex-direction:column;gap:12px}.catalog-category-drawer{min-width:0;border:1px solid var(--atlas-line);background:#fff;box-shadow:5px 5px 0 var(--atlas-soft)}.catalog-category-drawer.is-active{border-color:#8098a8;box-shadow:8px 8px #e2e9ed}.catalog-category-drawer-trigger{width:100%;min-height:82px;display:grid;grid-template-columns:48px minmax(0,1fr) auto 34px;align-items:center;gap:14px;padding:12px 16px;border:0;background:#fff;color:var(--atlas-ink);font:inherit;text-align:left;cursor:pointer}.catalog-category-drawer-trigger:hover,.catalog-category-drawer-trigger:focus-visible{background:var(--atlas-soft)}.catalog-category-drawer.is-active .catalog-category-drawer-trigger{background:linear-gradient(rgba(53,105,143,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.05) 1px,transparent 1px),#fff;background-size:22px 22px}.catalog-category-index{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--atlas-accent);color:var(--atlas-accent);font-size:.75rem;font-weight:800;font-variant-numeric:tabular-nums}.catalog-category-drawer-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.catalog-category-drawer-copy small{color:var(--atlas-accent);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.catalog-category-drawer-copy strong{font-size:clamp(1.08rem,1.8vw,1.4rem);line-height:1.25}.catalog-category-total{color:var(--atlas-ink);font-size:1.15rem;font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}.catalog-category-total small{color:var(--atlas-muted);font-size:.72rem;font-weight:650}.catalog-category-chevron{color:var(--atlas-accent);font-size:1.5rem;font-weight:400;text-align:center}.catalog-category-drawer-panel{display:flex;min-width:0;flex-direction:column;gap:22px;padding:18px 18px 22px;border-top:1px solid var(--atlas-line)}.catalog-series-overview,.catalog-attribute-overview{display:flex;min-width:0;flex-direction:column;gap:12px}.catalog-results-subheading{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-inline:2px}.catalog-results-subheading h2{margin-bottom:3px;color:var(--atlas-ink);font-size:1.05rem;font-weight:760;line-height:1.3}.catalog-results-subheading p{margin-bottom:0;color:var(--atlas-muted);font-size:.82rem;line-height:1.45}.catalog-results-subheading>span{flex:0 0 auto;color:var(--atlas-accent-strong);font-size:.78rem;font-weight:760;font-variant-numeric:tabular-nums}.catalog-category-drawer-panel .catalog-atlas-series-nav{margin-inline:-18px}.catalog-category-drawer-panel .grouped-card{box-shadow:none}.catalog-category-drawer-panel .grouped-table-wrapper{margin-inline:0}.catalog-category-drawer-panel .grouped-table-actions{padding-inline:0}.catalog-category-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-category-cards{display:flex;flex-direction:column;gap:20px}.catalog-category-cards>.btn{align-self:center}.catalog-not-applicable{color:#8a969e;cursor:help}.catalog-atlas-page :is(h1,h2,h3,h4,p){margin-top:0}.catalog-atlas-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--atlas-muted);font-size:.9rem;line-height:1.5}.catalog-atlas-breadcrumbs a{color:var(--atlas-accent-strong);font-weight:700}.catalog-atlas-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:clamp(30px,5vw,72px);align-items:start;padding:clamp(28px,4vw,46px);border:1px solid var(--atlas-line);background:linear-gradient(rgba(53,105,143,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.07) 1px,transparent 1px),#fff;background-size:32px 32px;box-shadow:8px 8px 0 var(--atlas-soft)}.catalog-atlas-eyebrow{display:block;color:var(--atlas-accent);font-size:.77rem;font-weight:800;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.catalog-atlas-hero-copy h1{max-width:760px;margin:10px 0 18px;font-size:clamp(2.45rem,4.4vw,4.55rem);font-weight:620;letter-spacing:-.058em;line-height:1}.catalog-atlas-hero-copy p{max-width:650px;margin-bottom:0;color:var(--atlas-muted);font-size:1.04rem;line-height:1.65}.catalog-atlas-global-search{align-self:center;min-width:0;padding-bottom:18px}.catalog-atlas-global-search .global-search-label{margin-bottom:10px;color:var(--atlas-ink);font-size:.94rem}.catalog-atlas-global-search .global-search-control{min-height:64px;border-color:var(--atlas-line);border-radius:0;box-shadow:none}.catalog-atlas-global-search .global-search-control input{height:62px;font-size:1rem}.catalog-atlas-global-search .global-search-submit{margin:5px;padding-inline:24px;background:var(--atlas-dark);font-size:.95rem}.catalog-atlas-global-search>p{display:flex;flex-wrap:wrap;gap:5px 9px;margin:10px 0 0;color:var(--atlas-muted);font-size:.8rem;line-height:1.45}.catalog-atlas-global-search>p span{padding-bottom:1px;border-bottom:1px solid var(--atlas-line);color:var(--atlas-accent-strong);font-weight:700}.catalog-atlas-category-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--atlas-line);background:#fff}.catalog-atlas-category-nav a{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:64px;padding:12px 16px;border-right:1px solid var(--atlas-line);color:var(--atlas-ink);font-size:.9rem;font-weight:700;line-height:1.35}.catalog-atlas-category-nav a:last-child{border-right:0}.catalog-atlas-category-nav a:hover,.catalog-atlas-category-nav a:focus-visible,.catalog-atlas-category-nav a.is-active{background:var(--atlas-dark);color:#fff}.catalog-atlas-category-nav small{color:var(--atlas-accent);font-size:.7rem}.catalog-atlas-category-nav a:is(:hover,:focus-visible,.is-active) small{color:#9fc3dc}.catalog-atlas-view-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--atlas-line);background:#fff}.catalog-atlas-view-switch a{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px;min-height:72px;padding:14px 20px;border-right:1px solid var(--atlas-line);color:var(--atlas-ink)}.catalog-atlas-view-switch a:last-child{border-right:0}.catalog-atlas-view-switch a:hover,.catalog-atlas-view-switch a:focus-visible{background:var(--atlas-soft)}.catalog-atlas-view-switch a.is-active{background:var(--atlas-dark);color:#fff}.catalog-atlas-view-switch small{color:var(--atlas-accent);font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.catalog-atlas-view-switch strong{font-size:1rem;line-height:1.35}.catalog-atlas-view-switch a.is-active small{color:#a9cadf}.catalog-atlas-mobile-controls{display:none;grid-template-columns:1fr auto;gap:10px}.catalog-atlas-page .catalog-atlas-layout{grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:28px;align-items:start}.catalog-atlas-page .catalog-atlas-layout.is-landing{grid-template-columns:1fr}.catalog-atlas-page .catalog-sidebar{gap:18px}.catalog-atlas-page .catalog-panel,.catalog-atlas-page .catalog-help{border:1px solid var(--atlas-line);border-radius:0;background:#fff;box-shadow:7px 7px 0 var(--atlas-soft)}.catalog-atlas-page .catalog-panel{padding:20px}.catalog-atlas-page .catalog-panel-title{font-size:1.12rem;font-weight:750}.catalog-atlas-page .catalog-clear{color:var(--atlas-accent-strong);font-size:.86rem}.catalog-atlas-page .catalog-filters{gap:22px}.catalog-atlas-page .catalog-filter-group+.catalog-filter-group{padding-top:18px;border-color:var(--atlas-line)}.catalog-atlas-page .catalog-filter-group h4{margin-bottom:11px;color:var(--atlas-ink);font-size:1rem;font-weight:720;line-height:1.35}.catalog-atlas-page .catalog-filter-options{--filter-option-height: 40px;--filter-option-gap: 7px}.catalog-atlas-page .catalog-filter-options.is-scrollable{max-height:256px}.catalog-atlas-page .catalog-filter-option{gap:10px;padding:7px 8px;border-color:#e0e5e8;border-radius:0;color:var(--atlas-ink);font-size:.94rem;line-height:1.35}.catalog-atlas-page .catalog-filter-option:hover{border-color:#aac0cf;background:var(--atlas-soft)}.catalog-atlas-page .catalog-filter-option input{width:20px;height:20px;border-color:#9aabb7;border-radius:2px}.catalog-atlas-page .catalog-filter-option input:checked{border-color:var(--atlas-accent);background:var(--atlas-accent)}.catalog-atlas-page .catalog-filter-count{border:0;border-radius:0;background:var(--atlas-soft);color:var(--atlas-accent-strong);font-size:.78rem}.catalog-atlas-page .catalog-help{padding:22px}.catalog-atlas-page .catalog-help h4{margin:2px 0 0;font-size:1.24rem}.catalog-atlas-page .catalog-help p{color:var(--atlas-muted);font-size:.94rem;line-height:1.55}.catalog-atlas-page .catalog-help .btn{min-height:46px;border-radius:0}.catalog-atlas-page .catalog-content{gap:28px}.catalog-atlas-page .catalog-empty{min-height:180px;display:grid;place-items:center;border-color:var(--atlas-line);border-radius:0;background:var(--atlas-soft);font-size:1rem}.catalog-atlas-categories{display:flex;flex-direction:column;gap:34px}.catalog-atlas-section-heading{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--atlas-line)}.catalog-atlas-section-heading>span{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--atlas-accent);color:var(--atlas-accent);font-size:.78rem;font-weight:800}.catalog-atlas-section-heading p{margin-bottom:4px;color:var(--atlas-accent);font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.catalog-atlas-section-heading h2{margin-bottom:0;font-size:clamp(1.75rem,3vw,2.6rem);font-weight:640;letter-spacing:-.04em;line-height:1.1}.catalog-atlas-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.catalog-atlas-category-card{min-width:0;display:grid;grid-template-rows:auto minmax(240px,1fr) auto;border:1px solid var(--atlas-line);background:#fff;color:var(--atlas-ink);box-shadow:8px 8px 0 var(--atlas-soft);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.catalog-atlas-category-card:hover,.catalog-atlas-category-card:focus-visible{border-color:var(--atlas-accent);box-shadow:10px 10px #dce6ec;transform:translate(-2px,-2px)}.catalog-atlas-category-meta{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--atlas-line);color:var(--atlas-accent);font-size:.72rem;font-weight:760;letter-spacing:.05em;text-transform:uppercase}.catalog-atlas-category-media{min-height:250px;display:grid;place-items:center;overflow:hidden;padding:20px;background:linear-gradient(rgba(53,105,143,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.055) 1px,transparent 1px),#fff;background-size:24px 24px}.catalog-atlas-category-media :is(img,svg){width:100%;height:100%;max-height:280px;object-fit:contain}.catalog-atlas-category-copy{padding:20px;border-top:1px solid var(--atlas-line)}.catalog-atlas-category-copy h3{min-height:2.65em;margin-bottom:18px;font-size:1.2rem;font-weight:690;line-height:1.32}.catalog-atlas-category-copy strong{color:var(--atlas-accent-strong);font-size:.91rem}.catalog-atlas-routes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--atlas-line);background:var(--atlas-soft)}.catalog-atlas-routes.is-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-atlas-selection{min-width:0;display:flex;flex-direction:column;gap:28px}.catalog-atlas-filter-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.6fr);align-items:end;gap:28px;padding-bottom:18px;border-bottom:1px solid var(--atlas-line)}.catalog-atlas-filter-heading>div>p{margin-bottom:5px;color:var(--atlas-accent);font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.catalog-atlas-filter-heading h2{margin-bottom:0;font-size:clamp(1.75rem,3vw,2.6rem);font-weight:640;letter-spacing:-.04em;line-height:1.1}.catalog-atlas-filter-heading>p{margin-bottom:0;color:var(--atlas-muted);font-size:.96rem;line-height:1.6}.catalog-atlas-selection .selection-form{padding:22px;border:1px solid var(--atlas-line);background:linear-gradient(rgba(53,105,143,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.045) 1px,transparent 1px),#fff;background-size:24px 24px;box-shadow:7px 7px 0 var(--atlas-soft)}.catalog-atlas-selection .selection-field{border-color:var(--atlas-line);border-radius:0}.catalog-atlas-selection .selection-field[open]{border-color:var(--atlas-accent)}.catalog-atlas-selection .selection-field-label{color:var(--atlas-accent-strong)}.catalog-atlas-selection .selection-field-value{color:var(--atlas-ink);font-size:.96rem}.catalog-atlas-selection .selection-options{border-color:var(--atlas-line);border-radius:0}.catalog-atlas-selection .selection-option{min-height:40px;color:var(--atlas-ink);font-size:.91rem;line-height:1.35}.catalog-atlas-selection .selection-option:hover{background:var(--atlas-soft)}.catalog-atlas-selection .selection-option input{accent-color:var(--atlas-accent)}.catalog-atlas-selection .selection-total{color:var(--atlas-muted)}.catalog-atlas-selection .selection-total strong{color:var(--atlas-ink);font-size:1.08rem}.catalog-atlas-selection .selection-reset{color:var(--atlas-accent-strong)}.catalog-atlas-selection-warnings{padding:14px 16px;border:1px solid #d9b56b;background:#fff9e9;color:#614817;font-size:.9rem;line-height:1.5}.catalog-atlas-selection-warnings ul{margin:8px 0 0;padding-left:20px}.catalog-atlas-selection-meta{margin-top:4px}.catalog-atlas-selection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.catalog-atlas-routes>*{display:flex;flex-direction:column;align-items:flex-start;gap:11px;min-height:168px;padding:22px;border:0;border-right:1px solid var(--atlas-line);background:transparent;color:var(--atlas-ink);font:inherit;text-align:left;cursor:pointer}.catalog-atlas-routes>*:last-child{border-right:0}.catalog-atlas-routes>*:hover,.catalog-atlas-routes>*:focus-visible{background:#fff}.catalog-atlas-routes small,.catalog-atlas-routes span{color:var(--atlas-accent);font-size:.78rem;font-weight:750}.catalog-atlas-routes strong{font-size:1.02rem;line-height:1.45}.catalog-atlas-routes span{margin-top:auto}.catalog-atlas-page .catalog-meta{min-height:52px;padding:12px 16px;border:1px solid var(--atlas-line);background:#fff;color:var(--atlas-muted);font-size:.96rem;line-height:1.4}.catalog-atlas-page .catalog-meta strong{color:var(--atlas-ink);font-size:1.08rem}.catalog-atlas-page .catalog-active{border-radius:0;background:var(--atlas-soft);color:var(--atlas-accent-strong)}.catalog-atlas-series-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--atlas-line);border-left:1px solid var(--atlas-line);background:#fff}.catalog-atlas-series-nav a{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:52px;padding:10px 12px;border-right:1px solid var(--atlas-line);border-bottom:1px solid var(--atlas-line);color:var(--atlas-ink);font-size:.86rem}.catalog-atlas-series-nav a:hover,.catalog-atlas-series-nav a:focus-visible{background:var(--atlas-soft)}.catalog-atlas-series-nav small,.catalog-atlas-series-nav span{color:var(--atlas-accent);font-size:.72rem;font-weight:750}.catalog-atlas-series-nav strong{overflow:hidden;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.catalog-atlas-page .attribute-blocks{gap:14px;margin-bottom:0}.catalog-atlas-page .attribute-block-card{min-height:82px;padding:12px 16px;border-color:var(--atlas-line);border-radius:0;background:#fff;box-shadow:5px 5px 0 var(--atlas-soft)}.catalog-atlas-page .attribute-block-title{color:var(--atlas-ink);font-size:1.05rem;font-weight:700}.catalog-atlas-page .attribute-block-text{color:var(--atlas-muted);font-size:.98rem;line-height:1.5}.catalog-atlas-page .attribute-block-image{height:68px;border-color:var(--atlas-line);border-radius:0}.catalog-attribute-toggle{min-height:44px;display:inline-flex;align-items:center;align-self:center;justify-content:center;gap:10px;padding:9px 18px;border:1px solid var(--atlas-accent);background:#fff;color:var(--atlas-accent-strong);font:inherit;font-size:.88rem;font-weight:750;cursor:pointer}.catalog-attribute-toggle:hover,.catalog-attribute-toggle:focus-visible{background:var(--atlas-soft)}.catalog-attribute-toggle span{font-size:1rem;line-height:1}.catalog-atlas-page .grouped-list{gap:36px}.catalog-atlas-page .grouped-card{scroll-margin-top:22px;gap:18px;padding:0 0 20px;border-color:var(--atlas-line);border-radius:0;box-shadow:7px 7px 0 var(--atlas-soft)}.catalog-atlas-page .grouped-header{min-height:150px;padding:22px;border-bottom:1px solid var(--atlas-line);background:linear-gradient(rgba(53,105,143,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.05) 1px,transparent 1px),#fff;background-size:24px 24px}.catalog-atlas-page .grouped-title{margin-bottom:12px;font-size:1.55rem;font-weight:720;letter-spacing:-.025em;line-height:1.2}.catalog-atlas-page .grouped-description{max-width:840px;color:#44515b;font-size:.98rem;line-height:1.65}.catalog-atlas-page .grouped-images img{height:126px;border-color:var(--atlas-line);border-radius:0;background:#fff}.catalog-atlas-page .grouped-table-wrapper{overflow:hidden;scrollbar-gutter:auto;margin-inline:20px;border-color:#526574;border-radius:0}.catalog-atlas-page .grouped-table{width:100%;table-layout:fixed;font-size:.9rem;line-height:1.35}.catalog-atlas-page .grouped-table th,.catalog-atlas-page .grouped-table td{min-width:0;padding:11px 8px;border-right:1px solid #d8dfe3;border-bottom:1px solid #d8dfe3;vertical-align:middle;overflow-wrap:anywhere}.catalog-atlas-page .grouped-table :is(th,td):last-child{border-right:0}.catalog-atlas-page .grouped-table th{background:var(--atlas-dark);color:#fff;font-size:.76rem;font-weight:720;line-height:1.25;white-space:normal}.catalog-atlas-page .grouped-table-heading{display:flex;min-width:0;flex-direction:column;gap:3px}.catalog-atlas-page .grouped-table-heading-symbol{color:#b9d7e9;font-size:.82rem;font-weight:820}.catalog-atlas-page .grouped-table-heading small{color:#c8dbe7;font-size:.68rem;font-weight:650}.catalog-atlas-page .grouped-table td{color:#29343c;font-size:.9rem;font-variant-numeric:tabular-nums}.catalog-atlas-page .grouped-table tbody tr:nth-child(2n) td{background:#f6f8f8}.catalog-atlas-page .grouped-table-row:hover td{background:#e9f0f4}.catalog-atlas-page .grouped-table .grouped-table-name-cell{position:static;width:26%;min-width:0;max-width:none;background:#fff}.catalog-atlas-page .grouped-table th.grouped-table-name-cell{background:var(--atlas-dark)}.catalog-atlas-page .grouped-table tbody tr:nth-child(2n) .grouped-table-name-cell{background:#f6f8f8}.catalog-atlas-page .grouped-table-row:hover .grouped-table-name-cell{background:#e9f0f4}.catalog-atlas-page .grouped-table-link{color:#14232e;font-size:.9rem;font-weight:730;line-height:1.35}.catalog-atlas-page .grouped-table-meta{margin-top:4px;color:var(--atlas-muted);font-size:.78rem;line-height:1.35}.catalog-atlas-page .grouped-table-actions{padding-inline:20px}.catalog-atlas-page .grouped-table-toggle{min-height:46px;border-radius:0;font-size:.94rem}.catalog-atlas-page .grid{gap:20px}.catalog-atlas-page .grid>.card{border-color:var(--atlas-line);border-radius:0;box-shadow:6px 6px 0 var(--atlas-soft)}.search-atlas-page{gap:30px;font-size:16px}.search-atlas-page .search-page-header{position:relative;grid-template-columns:minmax(0,1fr) minmax(430px,.95fr);align-items:center;gap:clamp(30px,5vw,72px);padding:clamp(28px,4vw,46px);border:1px solid var(--atlas-line);background:linear-gradient(rgba(53,105,143,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.07) 1px,transparent 1px),#fff;background-size:32px 32px;box-shadow:8px 8px 0 var(--atlas-soft)}.search-atlas-page .search-page-header:after{content:"ST / GLOBAL SEARCH";position:absolute;right:13px;bottom:10px;color:var(--atlas-muted);font-size:.64rem;font-weight:700;letter-spacing:.16em}.search-atlas-page .search-page-eyebrow{color:var(--atlas-accent)!important;font-size:.77rem!important}.search-atlas-page .search-page-header h1{max-width:720px;margin:10px 0 18px;font-size:clamp(2.35rem,4.15vw,4.2rem);font-weight:620;letter-spacing:-.055em;line-height:1}.search-atlas-page .search-page-header>div>p:last-child{max-width:650px;color:var(--atlas-muted);font-size:1.02rem;line-height:1.62}.search-atlas-page .global-search-label{margin-bottom:10px;color:var(--atlas-ink);font-size:.94rem}.search-atlas-page .global-search-control{min-height:64px;border-color:var(--atlas-line);border-radius:0;box-shadow:none}.search-atlas-page .global-search-control input{height:62px;font-size:1rem}.search-atlas-page .global-search-submit{margin:5px;padding-inline:24px;background:var(--atlas-dark);font-size:.95rem}.search-atlas-page .search-results-summary{padding:16px 18px;border:1px solid var(--atlas-line);border-radius:0;background:#fff;color:var(--atlas-muted);font-size:.98rem}.search-atlas-page .search-results-summary strong{color:var(--atlas-ink);font-size:1.08rem}.search-atlas-page .search-results-grid{gap:22px}.search-atlas-page .search-result-card{grid-template-columns:minmax(170px,.72fr) minmax(0,1.28fr);min-height:340px;border-color:var(--atlas-line);border-radius:0;box-shadow:7px 7px 0 var(--atlas-soft)}.search-atlas-page .search-result-media{min-height:300px;border-right:1px solid var(--atlas-line);background:linear-gradient(rgba(53,105,143,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.05) 1px,transparent 1px),#fff;background-size:22px 22px}.search-atlas-page .search-result-body{gap:12px;padding:20px}.search-atlas-page .search-result-body h2{font-size:1.18rem;line-height:1.4}.search-atlas-page .search-result-meta span,.search-atlas-page .search-result-tags span{border:1px solid #d7dfe4;border-radius:0;background:var(--atlas-soft);color:#42515c;font-size:.79rem;line-height:1.35}.search-atlas-page .search-result-characteristics{gap:7px}.search-atlas-page .search-result-characteristics div{padding-bottom:7px;border-bottom-style:solid;border-color:#dbe1e5;font-size:.88rem;line-height:1.4}.search-atlas-page .search-result-characteristics dt{color:var(--atlas-muted)}.search-atlas-page .search-result-excerpt{color:#52606a;font-size:.92rem;line-height:1.55}.search-atlas-page .search-result-link{color:var(--atlas-accent-strong);font-size:.92rem}.search-atlas-page .search-empty{min-height:220px;display:grid;place-content:center;border-color:var(--atlas-line);border-radius:0;background:var(--atlas-soft);box-shadow:7px 7px #e1e7e9}@media(max-width:1180px){.catalog-atlas-hero,.catalog-atlas-page .catalog-unified-hero{grid-template-columns:1fr}.catalog-unified-toolbar{grid-template-columns:1fr auto}.catalog-unified-summary{border-bottom:1px solid var(--atlas-line)}.catalog-category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-atlas-global-search{width:100%}.catalog-atlas-category-grid,.catalog-atlas-series-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-atlas-page .catalog-atlas-layout{grid-template-columns:minmax(260px,290px) minmax(0,1fr)}.catalog-atlas-page .grouped-table th,.catalog-atlas-page .grouped-table td{padding-inline:6px}.catalog-atlas-page .grouped-table th{font-size:.7rem}.catalog-atlas-page .grouped-table .grouped-table-name-cell{width:25%}.catalog-atlas-selection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-atlas-page .search-page-header,.search-atlas-page .search-results-grid{grid-template-columns:1fr}}@media(max-width:900px){.catalog-atlas-page{gap:22px}.catalog-back-to-top{right:calc(14px + env(safe-area-inset-right));bottom:calc(14px + env(safe-area-inset-bottom));min-width:94px;min-height:46px;grid-template-columns:26px auto;padding:7px 11px 7px 8px;box-shadow:3px 3px #c6cfd5eb}.catalog-back-to-top-arrow{width:26px;height:26px}.catalog-atlas-category-nav{grid-template-columns:1fr}.catalog-atlas-category-nav a{border-right:0;border-bottom:1px solid var(--atlas-line)}.catalog-atlas-category-nav a:last-child{border-bottom:0}.catalog-atlas-filter-heading{grid-template-columns:1fr;align-items:start}.catalog-atlas-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-atlas-mobile-controls{display:grid}.catalog-unified-toolbar{grid-template-columns:1fr auto}.catalog-unified-toolbar .catalog-filters-toggle{display:inline-flex;grid-column:1 / -1;min-height:46px;border:0;border-top:1px solid var(--atlas-line);border-radius:0}.catalog-result-view{border-left:1px solid var(--atlas-line)}.catalog-atlas-page .catalog-atlas-layout{grid-template-columns:1fr}.catalog-atlas-page .catalog-sidebar{gap:18px;background:#f4f6f7}.catalog-atlas-page .catalog-sidebar-close{border-radius:0;background:var(--atlas-soft);color:var(--atlas-accent-strong)}.catalog-atlas-page .catalog-sidebar-edge-close{border-color:var(--atlas-line);border-radius:0;background:#fff;color:var(--atlas-accent-strong)}.catalog-atlas-routes,.catalog-atlas-routes.is-compact{grid-template-columns:1fr}.catalog-atlas-routes>*{min-height:140px;border-right:0;border-bottom:1px solid var(--atlas-line)}.catalog-atlas-routes>*:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){.catalog-back-to-top{transition:none}}@media(max-width:680px){.catalog-atlas-hero{gap:26px;padding:22px 18px 30px;background-size:24px 24px;box-shadow:5px 5px 0 var(--atlas-soft)}.catalog-atlas-hero-copy h1{margin-bottom:14px;font-size:clamp(2.05rem,11vw,3.15rem);line-height:1.02}.catalog-atlas-hero-copy p{font-size:.98rem;line-height:1.58}.catalog-atlas-view-switch{grid-template-columns:1fr}.catalog-atlas-view-switch a{min-height:66px;border-right:0;border-bottom:1px solid var(--atlas-line)}.catalog-atlas-view-switch a:last-child{border-bottom:0}.catalog-atlas-global-search .global-search-control{min-height:58px}.catalog-atlas-global-search .global-search-control input{height:56px}.catalog-atlas-global-search .global-search-submit{padding-inline:14px}.catalog-atlas-category-grid,.catalog-unified-toolbar{grid-template-columns:1fr}.catalog-unified-summary,.catalog-result-view{border-left:0;border-bottom:1px solid var(--atlas-line)}.catalog-result-view button{min-height:48px}.catalog-active-chips{margin-top:-8px}.catalog-category-drawer-trigger{grid-template-columns:40px minmax(0,1fr) 28px;gap:10px;padding:11px 12px}.catalog-category-index{width:36px;height:36px}.catalog-category-total{grid-column:2;font-size:.92rem}.catalog-category-chevron{grid-column:3;grid-row:1 / span 2}.catalog-category-drawer-panel{padding-inline:12px}.catalog-results-subheading{align-items:flex-start}.catalog-category-drawer-panel .catalog-atlas-series-nav{margin-inline:-12px}.catalog-category-card-grid{grid-template-columns:1fr}.catalog-atlas-selection .selection-form{padding:14px;box-shadow:5px 5px 0 var(--atlas-soft)}.catalog-atlas-selection-grid{grid-template-columns:1fr}.catalog-atlas-category-card{grid-template-rows:auto minmax(220px,1fr) auto}.catalog-atlas-section-heading{grid-template-columns:52px minmax(0,1fr)}.catalog-atlas-section-heading>span{width:42px;height:42px}.catalog-atlas-series-nav{grid-template-columns:1fr}.catalog-atlas-page .catalog-meta{align-items:flex-start;flex-direction:column;gap:8px}.catalog-atlas-page .attribute-block-card{padding:14px}.catalog-atlas-page .grouped-card{box-shadow:5px 5px 0 var(--atlas-soft)}.catalog-atlas-page .grouped-header{padding:18px}.catalog-atlas-page .grouped-table-wrapper{margin-inline:12px;overflow:visible;border:0}.catalog-atlas-page .grouped-table{width:100%;display:block;font-size:.92rem}.catalog-atlas-page .grouped-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.catalog-atlas-page .grouped-table tbody{display:grid;gap:12px}.catalog-atlas-page .grouped-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--atlas-line);background:#fff}.catalog-atlas-page .grouped-table td{min-width:0;padding:11px 12px;border-right:1px solid #d8dfe3;background:#fff;font-size:.9rem}.catalog-atlas-page .grouped-table td:before{content:attr(data-label);display:block;margin-bottom:4px;color:var(--atlas-muted);font-size:.69rem;font-weight:720;line-height:1.3}.catalog-atlas-page .grouped-table .grouped-table-name-cell{width:auto;grid-column:1 / -1;padding-block:13px;border-right:0;background:var(--atlas-dark)}.catalog-atlas-page .grouped-table tbody tr:nth-child(2n) .grouped-table-name-cell,.catalog-atlas-page .grouped-table-row:hover .grouped-table-name-cell{background:var(--atlas-dark)}.catalog-atlas-page .grouped-table-link{color:#fff;font-size:.94rem}.catalog-atlas-page .grouped-table-meta{color:#c8d8e2}.catalog-atlas-page .grouped-table tbody tr:nth-child(2n) td:not(.grouped-table-name-cell),.catalog-atlas-page .grouped-table-row:hover td:not(.grouped-table-name-cell){background:#fff}.catalog-atlas-page .grouped-table tbody tr:nth-child(2n) td:nth-child(2n):not(.grouped-table-name-cell),.catalog-atlas-page .grouped-table td:nth-child(odd):not(.grouped-table-name-cell){background:#f6f8f8}.catalog-atlas-page .grouped-table td:last-child:nth-child(2n){border-right:1px solid #d8dfe3}.search-atlas-page .search-page-header{gap:26px;padding:22px 18px 30px;background-size:24px 24px;box-shadow:5px 5px 0 var(--atlas-soft)}.search-atlas-page .search-page-header h1{font-size:clamp(2rem,10.5vw,3rem)}.search-atlas-page .global-search-submit{padding-inline:14px}.search-atlas-page .search-result-card{grid-template-columns:118px minmax(0,1fr);min-height:0;box-shadow:5px 5px 0 var(--atlas-soft)}.search-atlas-page .search-result-media{min-height:250px;padding:8px}.search-atlas-page .search-result-body{padding:15px 13px}.search-atlas-page .search-result-characteristics div{grid-template-columns:1fr;gap:2px}.search-atlas-page .search-result-characteristics dd{text-align:left}}.catalog-page-loading{min-height:42rem}.catalog-filter-search{display:block;margin:.65rem 0}.catalog-filter-search input{box-sizing:border-box;width:100%;min-height:2.75rem;padding:.65rem .75rem;border:1px solid rgba(30,35,38,.28);background:#fff;color:#22282b}.catalog-filter-expand{margin-top:.55rem;padding:.55rem 0;border:0;background:transparent;color:#364247;text-decoration:underline;cursor:pointer}.catalog-root-hub>header{max-width:48rem;margin-bottom:1.5rem}.catalog-root-hub>header h2{margin:.35rem 0 .75rem}.catalog-root-hub>ul,.catalog-family-results>ul{display:grid;gap:1px;margin:0;padding:0;list-style:none;background:#1e232629;border:1px solid rgba(30,35,38,.16)}.catalog-root-hub li a,.catalog-family-results li a{display:grid;grid-template-columns:minmax(2.5rem,auto) minmax(0,1fr) auto;gap:1rem;align-items:center;min-height:4.5rem;padding:1rem 1.25rem;color:#22282b;background:#fff;text-decoration:none}.catalog-root-hub li a:hover,.catalog-family-results li a:hover{background:#f2f0ea}.catalog-family-page{min-height:50rem}.catalog-family-results{margin-top:2rem}.catalog-family-results h2{margin-bottom:1rem}@media(max-width:640px){.catalog-root-hub li a,.catalog-family-results li a{grid-template-columns:minmax(0,1fr) auto}.catalog-root-hub li a>span:first-child{display:none}.catalog-family-results li a strong{grid-column:1 / -1}}.product-lab-page{--product-lab-ink: var(--st-color-ink);--product-lab-ink-strong: var(--st-color-ink-strong);--product-lab-muted: var(--st-color-muted);--product-lab-accent: var(--st-color-accent);--product-lab-accent-strong: var(--st-color-accent-strong);--product-lab-line: var(--st-color-line);--product-lab-line-strong: var(--st-color-line-strong);--product-lab-soft: var(--st-color-soft);--product-lab-paper: var(--st-color-paper);--product-lab-dark: var(--st-color-dark);min-width:0;display:flex;flex-direction:column;gap:24px;color:var(--product-lab-ink);font-family:var(--st-font-body)}.product-lab-page :is(h1,h2,h3,p,dl){margin:0}.product-lab-page :is(a,button,select,input){font:inherit}.product-lab-toolbar{position:sticky;top:94px;z-index:20;min-width:0;display:grid;grid-template-columns:minmax(190px,.56fr) minmax(560px,1.44fr) auto;align-items:stretch;border:1px solid var(--product-lab-line-strong);background:#fffffff5;box-shadow:5px 5px #c6cfd5bd;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-lab-toolbar-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:14px 17px}.product-lab-toolbar-copy span{color:var(--product-lab-accent);font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-lab-toolbar-copy strong{overflow:hidden;font-size:.88rem;font-weight:710;text-overflow:ellipsis;white-space:nowrap}.product-lab-switcher{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-left:1px solid var(--product-lab-line)}.product-lab-switcher a{min-width:0;min-height:68px;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:10px 14px;border-right:1px solid var(--product-lab-line);background:var(--product-lab-paper);color:var(--product-lab-muted)}.product-lab-switcher a:hover,.product-lab-switcher a:focus-visible{background:var(--product-lab-soft);color:var(--product-lab-ink)}.product-lab-switcher a.is-active{background:var(--product-lab-dark);color:#fff}.product-lab-switcher strong{overflow:hidden;font-size:.86rem;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.product-lab-switcher span{overflow:hidden;font-size:.76rem;line-height:1.3;opacity:.74;text-overflow:ellipsis;white-space:nowrap}.product-lab-production-link{min-height:68px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 16px;color:var(--product-lab-accent-strong);font-size:.82rem;font-weight:760;white-space:nowrap}.product-lab-production-link:hover,.product-lab-production-link:focus-visible{background:var(--product-lab-soft);color:var(--product-lab-ink-strong)}.product-lab-breadcrumbs{min-width:0;display:flex;flex-wrap:wrap;gap:7px;color:var(--product-lab-muted);font-size:.87rem;line-height:1.5}.product-lab-breadcrumbs a{color:var(--product-lab-accent-strong);font-weight:700}.product-lab-breadcrumbs a:hover,.product-lab-breadcrumbs a:focus-visible{text-decoration:underline;text-underline-offset:3px}.product-lab-breadcrumbs span:last-child{min-width:0;overflow-wrap:anywhere}.product-lab-view{min-width:0;display:flex;flex-direction:column;gap:32px}.product-lab-identity{min-width:0;max-width:1100px;padding-block:clamp(12px,1.8vw,24px) 4px}.product-lab-identity-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:13px}.product-lab-identity-meta span{min-height:28px;display:inline-flex;align-items:center;padding:5px 9px;border:1px solid var(--product-lab-line);color:var(--product-lab-muted);font-size:.8rem;font-weight:720;line-height:1.25}.product-lab-identity-meta span:first-child{border-color:#9db5c5;background:#edf3f6;color:var(--product-lab-accent-strong)}.product-lab-identity h1{max-width:1060px;color:var(--product-lab-ink-strong);font-size:clamp(2.35rem,4.5vw,4.75rem);font-weight:585;letter-spacing:-.062em;line-height:.98;overflow-wrap:anywhere}.product-lab-identity.is-compact{max-width:none;display:grid;grid-template-columns:minmax(0,1fr)}.product-lab-identity.is-compact h1{font-size:clamp(2rem,3.6vw,3.85rem)}.product-lab-overview-hero{min-width:0;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);align-items:start;gap:28px}.product-lab-view--overview .product-lab-main-image{height:clamp(360px,34vw,500px);min-height:0}.product-lab-view--overview .product-lab-main-image>img{width:min(86%,680px);height:auto;max-height:450px;padding:24px}.product-lab-overview-hero>div,.product-lab-procurement-grid>div{min-width:0;display:flex;flex-direction:column;gap:0}.product-lab-overview-hero>.product-lab-order{align-self:start;gap:0;padding:0}.product-lab-view--overview .product-lab-order-heading{padding:28px}.product-lab-view--overview .product-lab-order-heading h2{font-size:clamp(1.4rem,2vw,1.75rem)}.product-lab-view--overview .product-lab-execution-picker{padding:24px 28px;border-bottom:1px solid var(--product-lab-line)}.product-lab-view--overview .product-lab-context-note{margin:18px 28px 0}.product-lab-view--overview .product-lab-order-actions{display:grid;grid-template-columns:138px minmax(0,1fr);align-items:end;gap:16px;padding:24px 28px}.product-lab-view--overview .product-lab-quantity{flex-direction:column;align-items:flex-start;gap:8px}.product-lab-view--overview .product-lab-add{min-height:48px}.product-lab-view--overview .product-lab-order-caption{padding:16px 28px;border-top:1px solid var(--product-lab-line);background:#f8fafa}.product-lab-view--overview .product-lab-notice{margin:0 28px 20px}.product-lab-gallery{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 84px;gap:12px}.product-lab-gallery:not(:has(.product-lab-thumbnails)){grid-template-columns:1fr}.product-lab-main-image{position:relative;min-width:0;min-height:clamp(430px,45vw,620px);display:grid;place-items:center;overflow:hidden;border:1px solid var(--product-lab-line);background:linear-gradient(rgba(53,105,143,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.055) 1px,transparent 1px),#f9fbfb;background-size:30px 30px}.product-lab-main-image:before,.product-lab-main-image:after{content:"";position:absolute;z-index:1;pointer-events:none}.product-lab-main-image:before{inset:18px;border-top:1px solid rgba(53,105,143,.28);border-bottom:1px solid rgba(53,105,143,.28)}.product-lab-main-image:after{top:14px;bottom:14px;left:50%;border-left:1px dashed rgba(53,105,143,.22)}.product-lab-main-image>img{position:relative;z-index:2;width:100%;height:100%;max-height:600px;padding:clamp(28px,4vw,56px);object-fit:contain;filter:drop-shadow(0 20px 20px rgba(17,36,58,.08))}.product-lab-image-empty{position:relative;z-index:2;width:min(320px,calc(100% - 40px));display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--product-lab-muted);text-align:center}.product-lab-image-empty svg{width:72px;height:72px;margin-bottom:8px;fill:none;stroke:#7792a4;stroke-width:1.25}.product-lab-image-empty strong{color:var(--product-lab-ink);font-size:.92rem}.product-lab-image-empty span{font-size:.78rem;line-height:1.55}.product-lab-thumbnails{min-width:0;display:flex;flex-direction:column;gap:9px}.product-lab-thumbnails button{position:relative;aspect-ratio:1;min-width:0;padding:5px;border:1px solid var(--product-lab-line);border-radius:0;background:var(--product-lab-paper);cursor:pointer}.product-lab-thumbnails button:after{content:"";position:absolute;right:-1px;bottom:-1px;left:-1px;height:3px;background:var(--product-lab-accent);opacity:0}.product-lab-thumbnails button:hover,.product-lab-thumbnails button.is-active{border-color:var(--product-lab-accent)}.product-lab-thumbnails button.is-active:after{opacity:1}.product-lab-thumbnails img{width:100%;height:100%;object-fit:contain}.product-lab-gallery.is-compact{grid-template-columns:1fr}.product-lab-gallery.is-compact .product-lab-main-image{min-height:390px}.product-lab-gallery.is-compact .product-lab-thumbnails{flex-direction:row;overflow-x:auto;padding-bottom:3px}.product-lab-gallery.is-compact .product-lab-thumbnails button{width:64px;flex:0 0 64px}.product-lab-key-specs{min-width:0;border:1px solid var(--product-lab-line);border-top:0;background:var(--product-lab-paper)}.product-lab-key-specs dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.product-lab-key-specs dl>div{min-width:0;min-height:104px;display:flex;flex-direction:column;justify-content:space-between;gap:13px;padding:16px;border-right:1px solid var(--product-lab-line)}.product-lab-key-specs dl>div:last-child{border-right:0}.product-lab-key-specs dt{color:var(--product-lab-muted);font-size:.8rem;font-weight:680;line-height:1.35}.product-lab-key-specs dd{color:var(--product-lab-accent-strong);font-size:clamp(1.05rem,1.6vw,1.38rem);font-weight:690;line-height:1.2;overflow-wrap:anywhere}.product-lab-key-specs>p{padding:18px;color:var(--product-lab-muted);font-size:.82rem}.product-lab-order{min-width:0;display:flex;flex-direction:column;gap:21px;padding:clamp(24px,3vw,36px);border:1px solid var(--product-lab-line-strong);background:var(--product-lab-paper);box-shadow:8px 8px 0 var(--product-lab-soft)}.product-lab-order-heading{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid var(--product-lab-line)}.product-lab-order-heading>div{min-width:0}.product-lab-order-heading>div>span,.product-lab-specifications>header>span,.product-lab-information section>header>span,.product-lab-related>header>span{display:block;color:var(--product-lab-accent);font-size:.78rem;font-weight:800;letter-spacing:.085em;line-height:1.35;text-transform:uppercase}.product-lab-order-heading h2{margin-top:5px;font-size:clamp(1.4rem,2.2vw,2rem);font-weight:620;letter-spacing:-.035em;line-height:1.08}.product-lab-availability{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:6px 8px;border:1px solid #9ab0be;color:var(--product-lab-accent-strong);font-size:.78rem;font-weight:760;line-height:1.35;white-space:nowrap}.product-lab-availability>span{width:7px;height:7px;flex:0 0 auto;background:#6f8797}.product-lab-availability.is-stocked{border-color:#82a598;color:#335f50}.product-lab-availability.is-stocked>span{background:#3d7e65}.product-lab-availability.is-unavailable{border-color:#c9a6a3;color:#8a403a}.product-lab-availability.is-unavailable>span{background:#a64f47}.product-lab-execution-picker{min-width:0;display:flex;flex-direction:column;gap:8px}.product-lab-execution-picker>span{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:var(--product-lab-ink);font-size:.82rem;font-weight:760}.product-lab-execution-picker small{color:var(--product-lab-muted);font-size:.76rem;font-weight:600}.product-lab-execution-picker select{width:100%;min-width:0;min-height:52px;padding:10px 40px 10px 12px;border:1px solid var(--product-lab-line-strong);border-radius:0;background:var(--product-lab-paper);color:var(--product-lab-ink-strong);font-size:.88rem;font-weight:680;text-overflow:ellipsis}.product-lab-execution-picker select:disabled{opacity:.68}.product-lab-context-note{padding:10px 12px;border-left:3px solid var(--product-lab-accent);background:var(--product-lab-soft);color:#56616b;font-size:.84rem;line-height:1.5}.product-lab-order-actions{min-width:0;display:flex;flex-direction:column;gap:16px}.product-lab-quantity{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-lab-quantity>span{font-size:.82rem;font-weight:760}.product-lab-stepper{min-width:138px;height:48px;display:grid;grid-template-columns:42px 54px 42px;border:1px solid var(--product-lab-line-strong);background:var(--product-lab-paper)}.product-lab-stepper button,.product-lab-stepper input{min-width:0;border:0;border-radius:0;background:transparent;color:var(--product-lab-ink);text-align:center}.product-lab-stepper button{font-size:1.18rem;cursor:pointer}.product-lab-stepper button:first-child{border-right:1px solid var(--product-lab-line)}.product-lab-stepper button:last-child{border-left:1px solid var(--product-lab-line)}.product-lab-stepper button:hover:not(:disabled),.product-lab-stepper button:focus-visible{background:var(--product-lab-soft)}.product-lab-stepper button:disabled{cursor:not-allowed;opacity:.35}.product-lab-stepper input{appearance:textfield;font-size:.85rem;font-weight:760}.product-lab-stepper input::-webkit-inner-spin-button,.product-lab-stepper input::-webkit-outer-spin-button{margin:0;appearance:none}.product-lab-add{min-width:0;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 17px;border:1px solid var(--product-lab-dark);border-radius:0;background:var(--product-lab-dark);color:#fff;font-size:.84rem;font-weight:760;text-align:left;cursor:pointer}.product-lab-add>span:last-child{font-size:1.15rem;transition:transform var(--st-motion-fast) ease}.product-lab-add:hover:not(:disabled),.product-lab-add:focus-visible{border-color:var(--product-lab-accent-strong);background:var(--product-lab-accent-strong)}.product-lab-add:hover:not(:disabled)>span:last-child,.product-lab-add:focus-visible>span:last-child{transform:translate(3px)}.product-lab-add:disabled{cursor:not-allowed;opacity:.56}.product-lab-order-caption{color:var(--product-lab-muted);font-size:.84rem;line-height:1.55}.product-lab-notice{padding:11px 12px;border:1px solid #9cb3c1;background:#edf4f7;color:var(--product-lab-accent-strong);font-size:.82rem;font-weight:680;line-height:1.45}.product-lab-notice.is-error{border-color:#d5b1ad;background:#fbf2f1;color:#8a403a}.product-lab-overview-content{min-width:0;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch;gap:28px}.product-lab-specifications,.product-lab-information>section,.product-lab-related{min-width:0;border:1px solid var(--product-lab-line);background:var(--product-lab-paper)}.product-lab-specifications>header,.product-lab-information section>header,.product-lab-related>header{padding:20px 22px;border-bottom:1px solid var(--product-lab-line)}.product-lab-specifications>header h2,.product-lab-information section>header h2,.product-lab-related>header h2{margin-top:5px;color:var(--product-lab-ink-strong);font-size:clamp(1.3rem,2.1vw,1.9rem);font-weight:620;letter-spacing:-.035em;line-height:1.1}.product-lab-spec-table{min-width:0}.product-lab-spec-table table{width:100%;table-layout:fixed;border-collapse:collapse}.product-lab-spec-table th,.product-lab-spec-table td{padding:13px 18px;border-bottom:1px solid var(--product-lab-line);font-size:.86rem;line-height:1.45;overflow-wrap:anywhere;text-align:left;vertical-align:top}.product-lab-spec-table tr:last-child :is(th,td){border-bottom:0}.product-lab-spec-table th{width:54%;background:#f8fafa;color:var(--product-lab-muted);font-weight:620}.product-lab-spec-table td{color:var(--product-lab-ink-strong);font-weight:690}.product-lab-spec-table tr:hover :is(th,td){background:var(--product-lab-soft)}.product-lab-empty-copy{padding:22px;color:var(--product-lab-muted);font-size:.86rem;line-height:1.55}.product-lab-information{min-width:0;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);gap:16px}.product-lab-overview-content>.product-lab-information{grid-template-columns:1fr}.product-lab-information section>p,.product-lab-markdown{padding:22px;color:var(--product-lab-muted);font-size:.88rem;line-height:1.7}.product-lab-markdown>:first-child{margin-top:0}.product-lab-markdown>:last-child{margin-bottom:0}.product-lab-markdown :is(ul,ol){padding-left:1.25rem}.product-lab-markdown li+li{margin-top:6px}.product-lab-information section>a{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 22px 22px;padding:10px 12px;border:1px solid var(--product-lab-line);color:var(--product-lab-accent-strong);font-size:.82rem;font-weight:740}.product-lab-information section>a:hover,.product-lab-information section>a:focus-visible{border-color:var(--product-lab-accent);background:var(--product-lab-soft)}.product-lab-related-grid{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.product-lab-related-card{min-width:0;min-height:290px;display:flex;flex-direction:column;gap:9px;padding:16px;border-right:1px solid var(--product-lab-line);color:var(--product-lab-ink)}.product-lab-related-card:last-child{border-right:0}.product-lab-related-card:hover,.product-lab-related-card:focus-visible{background:var(--product-lab-soft);color:var(--product-lab-ink-strong)}.product-lab-related-card>div{min-height:155px;display:grid;place-items:center;margin-bottom:4px;background:#f7f9f9}.product-lab-related-card img{width:100%;height:155px;padding:15px;object-fit:contain}.product-lab-related-card>div>span{color:var(--product-lab-muted);font-size:.78rem}.product-lab-related-card small{color:var(--product-lab-accent);font-size:.78rem;font-weight:720}.product-lab-related-card strong{font-size:.92rem;font-weight:680;line-height:1.4;overflow-wrap:anywhere}.product-lab-related-card>span{display:flex;justify-content:space-between;gap:10px;margin-top:auto;color:var(--product-lab-accent-strong);font-size:.82rem;font-weight:730}.product-lab-related-card.is-loading{min-height:290px;background:linear-gradient(90deg,var(--product-lab-soft) 25%,#f8fafa 40%,var(--product-lab-soft) 55%);background-size:300% 100%;animation:product-lab-loading 1.5s ease infinite}.product-lab-specification-heading{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--product-lab-line-strong)}.product-lab-specification-heading .product-lab-identity{padding-bottom:0}.product-lab-specification-heading>.product-lab-availability{margin-bottom:3px}.product-lab-specification-grid{min-width:0;display:grid;grid-template-columns:minmax(230px,.48fr) minmax(380px,1fr) minmax(310px,.62fr);align-items:start;gap:18px}.product-lab-view--specification .product-lab-specifications{border-color:var(--product-lab-line-strong)}.product-lab-view--specification .product-lab-specifications>header{background:var(--product-lab-dark)}.product-lab-view--specification .product-lab-specifications>header span{color:#9fc0d5}.product-lab-view--specification .product-lab-specifications>header h2{color:#fff}.product-lab-view--specification .product-lab-order{box-shadow:none}.product-lab-view--procurement>.product-lab-order{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(300px,1fr) minmax(390px,.9fr);align-items:center;gap:24px;border-color:var(--product-lab-dark);background:var(--product-lab-dark);box-shadow:8px 8px #d9e0e4;color:#fff}.product-lab-view--procurement .product-lab-order-heading{display:flex;flex-direction:column;padding:0 24px 0 0;border-right:1px solid rgba(255,255,255,.22);border-bottom:0}.product-lab-view--procurement .product-lab-order-heading>div>span{color:#9fc0d5}.product-lab-view--procurement .product-lab-order-heading h2{color:#fff}.product-lab-view--procurement .product-lab-availability{border-color:#ffffff61;color:#fff}.product-lab-view--procurement .product-lab-execution-picker>span,.product-lab-view--procurement .product-lab-quantity>span{color:#fff}.product-lab-view--procurement .product-lab-execution-picker small,.product-lab-view--procurement .product-lab-order-caption{color:#ffffff9e}.product-lab-view--procurement .product-lab-order-actions{display:grid;grid-template-columns:auto minmax(220px,1fr);align-items:end}.product-lab-view--procurement .product-lab-quantity{flex-direction:column;align-items:flex-start;gap:8px}.product-lab-view--procurement .product-lab-add{min-height:48px;border-color:#fff;background:#fff;color:var(--product-lab-dark)}.product-lab-view--procurement .product-lab-add:hover:not(:disabled),.product-lab-view--procurement .product-lab-add:focus-visible{border-color:#bad0de;background:#dfeaf0}.product-lab-view--procurement .product-lab-order-caption,.product-lab-view--procurement .product-lab-context-note,.product-lab-view--procurement .product-lab-notice{grid-column:1 / -1}.product-lab-view--procurement .product-lab-context-note{background:#ffffff1a;color:#ffffffc2}.product-lab-procurement-grid{min-width:0;display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);align-items:start;gap:22px}.product-lab-view--procurement .product-lab-gallery.is-compact .product-lab-main-image{min-height:430px}.product-lab-state{min-height:530px;display:flex;flex-direction:column;justify-content:center;gap:12px;padding:clamp(30px,5vw,72px);border:1px solid var(--st-color-line);background:var(--st-color-paper);color:var(--st-color-ink)}.product-lab-state>span{color:var(--st-color-accent);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-lab-state h1{max-width:760px;margin:0;font-size:clamp(2.1rem,4vw,4rem);font-weight:590;letter-spacing:-.055em;line-height:1}.product-lab-state>p{max-width:620px;margin:5px 0 0;color:var(--st-color-muted);line-height:1.6}.product-lab-state>div:not(.product-lab-state-actions){display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:12px;margin-top:24px}.product-lab-state i{height:118px;background:linear-gradient(90deg,#eef1f2 25%,#f9fafa,#eef1f2 55%);background-size:300% 100%;animation:product-lab-loading 1.5s ease infinite}.product-lab-state-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.product-lab-state-actions :is(button,a){min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid var(--st-color-dark);border-radius:0;background:var(--st-color-dark);color:#fff;font:inherit;font-size:.8rem;font-weight:740;cursor:pointer}.product-lab-state-actions a{border-color:var(--st-color-line-strong);background:#fff;color:var(--st-color-accent-strong)}@keyframes product-lab-loading{0%{background-position:100% 0}to{background-position:0 0}}@media(max-width:1180px){.product-lab-toolbar{grid-template-columns:minmax(165px,.45fr) minmax(520px,1.55fr) auto}.product-lab-switcher span{display:none}.product-lab-overview-hero{grid-template-columns:minmax(0,1fr) minmax(350px,.82fr)}.product-lab-main-image{min-height:460px}.product-lab-specification-grid{grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr)}.product-lab-specification-grid>.product-lab-order{grid-column:1 / -1;display:grid;grid-template-columns:minmax(250px,.8fr) minmax(320px,1fr);align-items:center;gap:18px 24px}.product-lab-specification-grid>.product-lab-order .product-lab-order-actions{display:grid;grid-template-columns:auto minmax(260px,1fr);align-items:center}.product-lab-specification-grid>.product-lab-order :is(.product-lab-context-note,.product-lab-order-caption,.product-lab-notice){grid-column:1 / -1}.product-lab-view--procurement>.product-lab-order{grid-template-columns:minmax(250px,.72fr) minmax(340px,1fr)}.product-lab-view--procurement .product-lab-order-actions{grid-column:1 / -1}}@media(max-width:1020px){.product-lab-toolbar{top:82px;grid-template-columns:minmax(0,1fr) auto}.product-lab-toolbar-copy{display:none}.product-lab-switcher{border-left:0}}@media(max-width:900px){.product-lab-page{gap:20px}.product-lab-view{gap:24px}.product-lab-overview-hero,.product-lab-overview-content,.product-lab-specification-grid,.product-lab-procurement-grid{grid-template-columns:1fr}.product-lab-overview-hero>.product-lab-order{box-shadow:6px 6px 0 var(--product-lab-soft)}.product-lab-main-image,.product-lab-gallery.is-compact .product-lab-main-image,.product-lab-view--procurement .product-lab-gallery.is-compact .product-lab-main-image{min-height:480px}.product-lab-view--overview .product-lab-main-image{height:360px}.product-lab-view--overview .product-lab-main-image>img{width:min(78%,600px);max-height:330px;padding:18px}.product-lab-overview-content>.product-lab-information,.product-lab-information{grid-template-columns:repeat(2,minmax(0,1fr))}.product-lab-specification-heading{align-items:start}.product-lab-specification-grid>.product-lab-order{grid-column:auto}.product-lab-view--procurement>.product-lab-order,.product-lab-specification-grid>.product-lab-order{display:flex}.product-lab-view--procurement .product-lab-order-heading{width:100%;flex-direction:row;padding:0 0 20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.22)}.product-lab-view--procurement .product-lab-order-actions,.product-lab-specification-grid>.product-lab-order .product-lab-order-actions{width:100%;display:grid;grid-template-columns:auto minmax(230px,1fr);align-items:end}.product-lab-view--procurement .product-lab-quantity{flex-direction:column;align-items:flex-start}.product-lab-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-lab-related-card:nth-child(2n){border-right:0}.product-lab-related-card:nth-child(n+3){border-top:1px solid var(--product-lab-line)}}@media(max-width:680px){.product-lab-toolbar{position:static;grid-template-columns:1fr;box-shadow:4px 4px #c6cfd5b3}.product-lab-production-link{min-height:42px;border-top:1px solid var(--product-lab-line)}.product-lab-switcher a{min-height:54px;padding-inline:8px;text-align:center}.product-lab-switcher strong{font-size:.76rem}.product-lab-identity{padding-top:4px}.product-lab-identity h1,.product-lab-identity.is-compact h1{font-size:clamp(2rem,10.8vw,2.75rem);line-height:1.02}.product-lab-gallery,.product-lab-gallery.is-compact{grid-template-columns:1fr}.product-lab-main-image,.product-lab-gallery.is-compact .product-lab-main-image,.product-lab-view--procurement .product-lab-gallery.is-compact .product-lab-main-image{min-height:340px}.product-lab-view--overview .product-lab-main-image{height:285px}.product-lab-view--overview .product-lab-main-image>img{width:92%;max-height:255px;padding:16px}.product-lab-main-image>img{max-height:340px;padding:30px}.product-lab-thumbnails,.product-lab-gallery.is-compact .product-lab-thumbnails{flex-direction:row;overflow-x:auto;padding-bottom:3px}.product-lab-thumbnails button,.product-lab-gallery.is-compact .product-lab-thumbnails button{width:64px;flex:0 0 64px}.product-lab-key-specs dl{grid-template-columns:repeat(2,minmax(0,1fr))}.product-lab-key-specs dl>div{min-height:92px}.product-lab-key-specs dl>div:nth-child(2){border-right:0}.product-lab-key-specs dl>div:nth-child(n+3){border-top:1px solid var(--product-lab-line)}.product-lab-order{gap:18px;padding:20px}.product-lab-view--overview .product-lab-order{gap:0;padding:0}.product-lab-view--overview .product-lab-order-heading,.product-lab-view--overview .product-lab-execution-picker,.product-lab-view--overview .product-lab-order-actions{padding:20px}.product-lab-view--overview .product-lab-order-actions{grid-template-columns:1fr;gap:18px}.product-lab-view--overview .product-lab-quantity{flex-direction:row;align-items:center}.product-lab-view--overview .product-lab-order-caption{padding:15px 20px}.product-lab-view--overview .product-lab-context-note{margin:16px 20px 0}.product-lab-view--overview .product-lab-notice{margin:0 20px 18px}.product-lab-order-heading,.product-lab-view--procurement .product-lab-order-heading{flex-direction:column}.product-lab-view--procurement .product-lab-order-actions,.product-lab-specification-grid>.product-lab-order .product-lab-order-actions,.product-lab-order-actions{display:flex;align-items:stretch}.product-lab-view--procurement .product-lab-quantity,.product-lab-quantity{width:100%;flex-direction:row;align-items:center}.product-lab-add{width:100%}.product-lab-specification-heading{grid-template-columns:1fr}.product-lab-overview-content>.product-lab-information,.product-lab-information{grid-template-columns:1fr}.product-lab-related-grid{grid-template-columns:1fr}.product-lab-related-card,.product-lab-related-card:nth-child(2n){min-height:250px;border-top:1px solid var(--product-lab-line);border-right:0}.product-lab-related-card:first-child{border-top:0}.product-lab-related-card>div,.product-lab-related-card img{min-height:135px;height:135px}.product-lab-spec-table th,.product-lab-spec-table td{padding:12px;font-size:.8rem}}@media(max-width:410px){.product-lab-switcher strong{font-size:.74rem}.product-lab-main-image,.product-lab-gallery.is-compact .product-lab-main-image,.product-lab-view--procurement .product-lab-gallery.is-compact .product-lab-main-image{min-height:310px}.product-lab-view--overview .product-lab-main-image{height:265px}.product-lab-main-image>img{max-height:310px}.product-lab-availability{white-space:normal}.product-lab-stepper{min-width:132px;grid-template-columns:39px 52px 39px}}@media(prefers-reduced-motion:reduce){.product-lab-page *,.product-lab-state *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.interior-page{--interior-ink: var(--st-color-ink);--interior-ink-strong: var(--st-color-ink-strong);--interior-muted: var(--st-color-muted);--interior-accent: var(--st-color-accent);--interior-accent-strong: var(--st-color-accent-strong);--interior-line: var(--st-color-line);--interior-line-strong: var(--st-color-line-strong);--interior-soft: var(--st-color-soft);--interior-paper: var(--st-color-paper);--interior-dark: var(--st-color-dark);display:flex;flex-direction:column;gap:28px;color:var(--interior-ink);font-family:var(--st-font-body);font-size:16px}.interior-page :is(h1,h2,h3,p,dl){margin:0}.interior-page a{color:inherit}.interior-page svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.7}.interior-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:var(--interior-muted);font-size:.875rem;line-height:1.5}.interior-breadcrumbs>span{display:inline-flex;align-items:center;gap:7px}.interior-breadcrumbs>span:not(:last-child):after{content:"/";color:var(--interior-line-strong)}.interior-breadcrumbs a{color:var(--interior-accent-strong);font-weight:720}.interior-breadcrumbs a:hover,.interior-breadcrumbs a:focus-visible{color:var(--interior-accent-strong);text-decoration:underline;text-underline-offset:3px}.interior-eyebrow,.interior-section-heading>div>span,.auth-form-heading>span,.profile-panel-code,.document-card-code,.privacy-section-number{color:var(--interior-accent);font-family:var(--st-font-utility);font-size:.75rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.interior-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);overflow:hidden;border:1px solid var(--interior-line);background:linear-gradient(rgba(53,105,143,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.055) 1px,transparent 1px),var(--interior-paper);background-size:30px 30px;box-shadow:8px 8px 0 var(--interior-soft)}.interior-hero:before,.auth-workspace-shell:before,.document-card:before{content:"";position:absolute;z-index:1;top:0;right:0;left:0;height:8px;border-bottom:1px solid rgba(255,255,255,.76);background:repeating-linear-gradient(90deg,var(--interior-line-strong) 0 1px,transparent 1px 12px,var(--interior-accent) 12px 13px,transparent 13px 60px),var(--interior-soft);pointer-events:none}.interior-hero-copy{padding:clamp(38px,4.5vw,64px)}.interior-hero-copy h1{max-width:840px;margin-top:10px;color:var(--interior-ink-strong);font-size:clamp(2.55rem,4.8vw,4.7rem);font-weight:590;letter-spacing:-.06em;line-height:.98;overflow-wrap:anywhere}.interior-hero-copy>p{max-width:720px;margin-top:21px;color:var(--interior-muted);font-size:1.0625rem;line-height:1.68}.interior-hero-facts{display:grid;grid-template-columns:1fr;grid-auto-rows:minmax(0,1fr);border-left:1px solid var(--interior-line);background:#ffffffdb}.interior-hero-facts>div{min-height:122px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:27px 22px 22px;border-bottom:1px solid var(--interior-line)}.interior-hero-facts>div:last-child{border-bottom:0}.interior-hero-facts>div:only-child{border-bottom:0}.interior-hero-facts dt{color:var(--interior-muted);font-family:var(--st-font-utility);font-size:.75rem;font-weight:720;letter-spacing:.07em;text-transform:uppercase}.interior-hero-facts dd{color:var(--interior-accent-strong);font-size:clamp(1.05rem,1.75vw,1.45rem);font-weight:670;font-variant-numeric:tabular-nums;line-height:1.15}.interior-section-heading{min-height:82px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--interior-line)}.interior-section-heading h2{margin-top:6px;color:var(--interior-ink-strong);font-size:clamp(1.65rem,2.7vw,2.35rem);font-weight:620;letter-spacing:-.04em;line-height:1.1}.interior-section-heading p{max-width:760px;margin-top:9px;color:var(--interior-muted);font-size:1rem;line-height:1.6}.interior-section-aside{flex:0 0 auto}.interior-action{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:11px 18px;border:1px solid transparent;border-radius:0;background:transparent;color:var(--interior-ink);font:inherit;font-size:.9375rem;font-weight:750;line-height:1.35;cursor:pointer;transition:background-color var(--st-motion-fast) ease,border-color var(--st-motion-fast) ease,color var(--st-motion-fast) ease}.interior-action.is-primary{justify-content:space-between;border-color:var(--interior-dark);background:var(--interior-dark);color:#fff}.interior-action.is-primary:hover,.interior-action.is-primary:focus-visible{border-color:var(--interior-accent-strong);background:var(--interior-accent-strong);color:#fff}.interior-action.is-secondary{border-color:var(--interior-line);background:var(--interior-paper);color:var(--interior-accent-strong)}.interior-action.is-secondary:hover,.interior-action.is-secondary:focus-visible{border-color:var(--interior-accent);background:var(--interior-soft);color:var(--interior-accent-strong)}.interior-action:disabled{cursor:wait;opacity:.62}.interior-action svg{flex:0 0 auto;transition:transform var(--st-motion-fast) ease}.interior-action:hover svg,.interior-action:focus-visible svg{transform:translate(3px)}.interior-field{display:flex;flex-direction:column;gap:8px}.interior-field>span:first-child{color:var(--interior-ink);font-size:.875rem;font-weight:720;line-height:1.4}.interior-input{width:100%;min-height:52px;padding:12px 14px;border:1px solid var(--interior-line);border-radius:0;background:#f9fafb;color:var(--interior-ink-strong);font:inherit;font-size:1rem;line-height:1.45;resize:vertical;transition:border-color var(--st-motion-fast) ease,box-shadow var(--st-motion-fast) ease,background-color var(--st-motion-fast) ease}textarea.interior-input{min-height:104px}.interior-input:hover{border-color:var(--interior-line-strong)}.interior-input:focus{outline:none;border-color:var(--interior-accent);background:var(--interior-paper);box-shadow:var(--st-focus-ring)}.interior-input[aria-invalid=true]{border-color:#b86459;background:snow}.interior-input:disabled{cursor:not-allowed;background:var(--interior-soft);color:var(--interior-muted)}.interior-hint{color:var(--interior-muted);font-size:.875rem;line-height:1.5}.interior-hint.is-error{color:#8c332a;font-weight:650}.interior-alert{margin:0;padding:13px 15px;border:1px solid;background:var(--interior-paper);font-size:.9375rem;font-weight:630;line-height:1.55}.interior-alert.is-error{border-color:#d5aaa5;background:#fff8f7;color:#8c332a}.interior-alert.is-success{border-color:#a9cab5;background:#f5fbf7;color:#276640}.auth-workspace{min-height:min(740px,calc(100vh - 185px))}.auth-workspace-shell{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.76fr);overflow:hidden;border:1px solid var(--interior-line);background:var(--interior-paper);box-shadow:9px 9px 0 var(--interior-soft)}.auth-workspace-intro{min-height:590px;display:flex;flex-direction:column;padding:clamp(42px,5.5vw,76px);background:linear-gradient(rgba(53,105,143,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.065) 1px,transparent 1px),#f8fafb;background-size:30px 30px}.auth-workspace-intro h1{max-width:640px;margin-top:10px;color:var(--interior-ink-strong);font-size:clamp(3rem,5.2vw,5rem);font-weight:580;letter-spacing:-.065em;line-height:.94}.auth-workspace-lead{max-width:620px;margin-top:22px!important;color:var(--interior-muted);font-size:1.0625rem;line-height:1.68}.auth-benefit-list{max-width:670px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:42px;border-top:1px solid var(--interior-line);border-left:1px solid var(--interior-line);background:#ffffffc7}.auth-benefit{min-width:0;min-height:150px;display:flex;flex-direction:column;gap:14px;padding:18px;border-right:1px solid var(--interior-line);border-bottom:1px solid var(--interior-line)}.auth-benefit>span{width:32px;height:6px;background:repeating-linear-gradient(90deg,var(--interior-accent) 0 2px,transparent 2px 6px)}.auth-benefit strong{color:var(--interior-ink-strong);font-size:.9375rem;font-weight:720;line-height:1.35}.auth-benefit p{margin-top:5px;color:var(--interior-muted);font-size:.875rem;line-height:1.52}.auth-support{margin-top:auto!important;padding-top:28px;color:var(--interior-muted);font-size:.9375rem}.auth-support a,.auth-switch a,.register-consent a{color:var(--interior-accent-strong);font-weight:730;text-decoration:underline;text-decoration-color:var(--interior-line-strong);text-underline-offset:3px}.auth-form-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,4vw,58px);border-left:1px solid var(--interior-line);background:var(--interior-paper)}.auth-form-heading{margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--interior-line)}.auth-form-heading h2{margin-top:6px;color:var(--interior-ink-strong);font-size:1.75rem;font-weight:640;letter-spacing:-.035em}.auth-workspace-form{display:flex;flex-direction:column;gap:18px}.auth-workspace-form .interior-action{width:100%;margin-top:4px}.auth-switch{margin-top:22px!important;padding-top:19px;border-top:1px solid var(--interior-line);color:var(--interior-muted);font-size:.9375rem;line-height:1.55}.register-consent{color:var(--interior-muted);font-size:.875rem;line-height:1.55}.interior-page.profile-page{gap:30px;font-family:var(--st-font-body)}.profile-summary-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:24px}.profile-panel{min-width:0;border:1px solid var(--interior-line);background:var(--interior-paper);box-shadow:6px 6px 0 var(--interior-soft)}.profile-panel-heading{min-height:78px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 21px;border-bottom:1px solid var(--interior-line)}.profile-panel-heading h2{margin-top:4px;color:var(--interior-ink-strong);font-size:1.3rem;font-weight:660;letter-spacing:-.025em}.profile-panel-heading p{max-width:780px;margin-top:6px;color:var(--interior-muted);font-size:.9375rem;line-height:1.55}.profile-account-content{display:flex;flex-direction:column;gap:22px;padding:23px 21px}.profile-account-list{display:grid;grid-template-columns:minmax(130px,.42fr) minmax(0,1fr);gap:0;border-top:1px solid var(--interior-line);border-left:1px solid var(--interior-line)}.profile-account-list :is(dt,dd){min-height:48px;display:flex;align-items:center;padding:11px 13px;border-right:1px solid var(--interior-line);border-bottom:1px solid var(--interior-line)}.profile-account-list dt{background:#f4f6f7;color:var(--interior-muted);font-size:.875rem;font-weight:680}.profile-account-list dd{min-width:0;overflow-wrap:anywhere;color:var(--interior-ink-strong);font-size:.9375rem;font-weight:650}.profile-action-list{display:flex;flex-direction:column}.profile-action-link{min-height:82px;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:18px;padding:15px 20px;border-bottom:1px solid var(--interior-line);color:var(--interior-ink)}.profile-action-link:last-child{border-bottom:0}.profile-action-link strong{display:block;color:var(--interior-ink-strong);font-size:1rem;font-weight:700}.profile-action-link small{display:block;margin-top:4px;color:var(--interior-muted);font-size:.875rem;line-height:1.45}.profile-action-link>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--interior-line);color:var(--interior-accent);font-size:1.1rem;transition:background-color var(--st-motion-fast) ease,color var(--st-motion-fast) ease}.profile-action-link:hover,.profile-action-link:focus-visible{background:var(--interior-soft);color:var(--interior-ink)}.profile-action-link:hover>span,.profile-action-link:focus-visible>span{background:var(--interior-dark);color:#fff}.profile-requisites-status,.profile-orders-count{flex:0 0 auto;padding:7px 10px;border:1px solid;border-radius:0;font-size:.8125rem;font-weight:720;line-height:1.35}.profile-requisites-status.is-complete{border-color:#a9cab5;background:#f5fbf7;color:#276640}.profile-requisites-status.is-incomplete{border-color:#d5c8a5;background:#fffdf5;color:#765a22}.profile-requisites-body{padding:24px 21px 26px}.profile-requisites-form{display:flex;flex-direction:column;gap:18px}.profile-requisites-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-checkbox{display:inline-flex;align-items:flex-start;gap:11px;color:var(--interior-ink);font-size:.9375rem;font-weight:650;line-height:1.5;cursor:pointer}.profile-checkbox input{width:19px;height:19px;flex:0 0 auto;margin:2px 0 0;accent-color:var(--interior-accent-strong)}.profile-form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding-top:5px}.profile-orders{gap:18px}.profile-orders-count{border-color:var(--interior-line);background:var(--interior-paper);color:var(--interior-accent-strong);font-variant-numeric:tabular-nums}.profile-orders-list{display:flex;flex-direction:column;gap:12px}.profile-order-card{border:1px solid var(--interior-line);background:var(--interior-paper);box-shadow:5px 5px 0 var(--interior-soft)}.profile-order-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;padding:20px}.profile-order-title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 16px}.profile-order-title-row h3{color:var(--interior-ink-strong);font-size:1.25rem;font-weight:680}.profile-order-title-row time{color:var(--interior-muted);font-family:var(--st-font-utility);font-size:.75rem}.profile-order-meta{display:flex;flex-wrap:wrap;gap:7px 18px;margin-top:10px;color:var(--interior-muted);font-size:.875rem;line-height:1.5}.profile-order-eta{padding:7px 10px;border:1px solid #a9cab5;background:#f5fbf7;color:#276640;font-size:.8125rem;font-weight:720;line-height:1.35;white-space:nowrap}.profile-order-eta.is-muted{border-color:var(--interior-line);background:var(--interior-soft);color:var(--interior-muted)}.profile-order-details{border-top:1px solid var(--interior-line)}.profile-order-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:13px 20px;border-bottom:1px solid var(--interior-line);font-size:.9375rem;line-height:1.5}.profile-order-item:last-child{border-bottom:0}.profile-order-item strong{color:var(--interior-ink-strong);font-weight:650}.profile-order-item span{color:var(--interior-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.profile-order-actions{display:flex;justify-content:flex-end;padding:12px 20px;border-top:1px solid var(--interior-line);background:#fafbfb}.profile-order-actions .interior-action{min-height:42px;padding-block:8px}.profile-empty-state,.profile-loading-state,.profile-locked-state{padding:clamp(30px,4vw,52px);border:1px solid var(--interior-line);background:linear-gradient(rgba(53,105,143,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.05) 1px,transparent 1px),var(--interior-paper);background-size:26px 26px;box-shadow:6px 6px 0 var(--interior-soft)}.profile-empty-state h2,.profile-locked-state h2{color:var(--interior-ink-strong);font-size:clamp(1.55rem,2.5vw,2.1rem);font-weight:640;letter-spacing:-.035em}.profile-empty-state p,.profile-loading-state p,.profile-locked-state>p{max-width:700px;margin-top:10px;color:var(--interior-muted);font-size:1rem;line-height:1.62}.profile-locked-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.pdf-library{gap:30px}.pdf-library-list{display:flex;flex-direction:column;gap:16px}.document-card{position:relative;display:grid;grid-template-columns:180px minmax(0,1fr) minmax(230px,auto);align-items:stretch;overflow:hidden;border:1px solid var(--interior-line);background:var(--interior-paper);box-shadow:7px 7px 0 var(--interior-soft)}.document-card-mark{min-height:245px;display:flex;flex-direction:column;justify-content:space-between;padding:30px 24px 23px;border-right:1px solid var(--interior-line);background:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),var(--interior-dark);background-size:24px 24px;color:#fff}.document-card-mark strong{font-size:3.1rem;font-weight:560;letter-spacing:-.055em;line-height:1}.document-card-mark span{color:#ffffffad;font-family:var(--st-font-utility);font-size:.75rem;letter-spacing:.08em}.document-card-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:34px clamp(26px,3.6vw,52px)}.document-card-copy h2{margin-top:7px;color:var(--interior-ink-strong);font-size:clamp(1.55rem,2.7vw,2.25rem);font-weight:620;letter-spacing:-.04em;line-height:1.12}.document-card-copy>p{max-width:750px;margin-top:13px;color:var(--interior-muted);font-size:1rem;line-height:1.62}.document-meta{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:20px;color:var(--interior-muted);font-family:var(--st-font-utility);font-size:.75rem;line-height:1.45}.document-meta span{display:inline-flex;align-items:center;gap:8px}.document-meta span:before{content:"";width:6px;height:6px;background:var(--interior-accent)}.document-card-actions{min-width:240px;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:28px;border-left:1px solid var(--interior-line);background:#f8fafb}.document-card-actions .interior-action{width:100%}.pdf-library-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;border:1px solid var(--interior-line);background:var(--interior-paper)}.pdf-library-note>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--interior-accent);color:var(--interior-accent);font-family:var(--st-font-utility);font-size:.75rem;font-weight:760}.pdf-library-note p{color:var(--interior-muted);font-size:.9375rem;line-height:1.55}.pdf-library-note a{color:var(--interior-accent-strong);font-size:.9375rem;font-weight:740;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.privacy-document{gap:30px;max-width:none;line-height:inherit}.privacy-layout{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start;gap:28px}.privacy-index{position:sticky;top:112px;border:1px solid var(--interior-line);background:var(--interior-paper);box-shadow:5px 5px 0 var(--interior-soft)}.privacy-index>strong{display:block;padding:16px 18px;border-bottom:1px solid var(--interior-line);color:var(--interior-muted);font-family:var(--st-font-utility);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.privacy-index a{min-height:58px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;padding:11px 16px;border-bottom:1px solid var(--interior-line);color:var(--interior-ink);font-size:.875rem;font-weight:650;line-height:1.35}.privacy-index a:last-child{border-bottom:0}.privacy-index a span{color:var(--interior-accent);font-family:var(--st-font-utility);font-size:.75rem}.privacy-index a:hover,.privacy-index a:focus-visible{background:var(--interior-soft);color:var(--interior-accent-strong)}.privacy-content{min-width:0;border:1px solid var(--interior-line);background:var(--interior-paper);box-shadow:7px 7px 0 var(--interior-soft)}.privacy-section{display:grid;grid-template-columns:72px minmax(0,1fr);scroll-margin-top:112px;border-bottom:1px solid var(--interior-line)}.privacy-section:last-child{border-bottom:0}.privacy-section-number{display:flex;justify-content:center;padding:29px 14px;border-right:1px solid var(--interior-line);background:#f6f8f9}.privacy-section-copy{max-width:920px;padding:27px clamp(24px,4.2vw,54px) 32px}.privacy-section h2{margin:0;color:var(--interior-ink-strong);font-size:clamp(1.35rem,2vw,1.75rem);font-weight:650;letter-spacing:-.03em;line-height:1.25}.privacy-section p{margin-top:12px;color:#43515d;font-size:1.0625rem;line-height:1.78}.privacy-section a{color:var(--interior-accent-strong);font-weight:700;text-decoration:underline;text-decoration-color:var(--interior-line-strong);text-underline-offset:3px}@media(max-width:1100px){.auth-workspace-shell{grid-template-columns:minmax(0,1fr) minmax(400px,.9fr)}.auth-benefit-list{grid-template-columns:1fr}.auth-benefit{min-height:0;display:grid;grid-template-columns:32px minmax(0,1fr)}.document-card{grid-template-columns:150px minmax(0,1fr)}.document-card-actions{grid-column:1 / -1;flex-direction:row;border-top:1px solid var(--interior-line);border-left:0}.document-card-actions .interior-action{width:auto;flex:1}}@media(max-width:900px){.interior-hero{grid-template-columns:1fr}.interior-hero-facts{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto;border-top:1px solid var(--interior-line);border-left:0}.interior-hero-facts.has-2-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.interior-hero-facts.has-1-facts{grid-template-columns:1fr}.interior-hero-facts>div,.interior-hero-facts>div:last-child{min-height:92px;border-right:1px solid var(--interior-line);border-bottom:0}.interior-hero-facts>div:last-child{border-right:0}.auth-workspace-shell{grid-template-columns:1fr}.auth-workspace-intro{min-height:0}.auth-benefit-list{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-benefit{display:flex;min-height:145px}.auth-support{margin-top:30px!important}.auth-form-panel{border-top:1px solid var(--interior-line);border-left:0}.profile-summary-grid,.privacy-layout{grid-template-columns:1fr}.privacy-index{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-index>strong{grid-column:1 / -1}.privacy-index a:nth-child(2n){border-right:1px solid var(--interior-line)}}@media(max-width:700px){.interior-page,.interior-page.profile-page,.pdf-library,.privacy-document{gap:22px}.interior-hero-copy{padding:34px 20px 28px}.interior-hero-copy h1{font-size:clamp(2.4rem,12.5vw,3.45rem)}.interior-hero-copy>p,.auth-workspace-lead,.privacy-section p{font-size:1rem}.interior-hero-facts,.interior-hero-facts.has-2-facts,.interior-hero-facts.has-1-facts{grid-template-columns:1fr}.interior-hero-facts>div,.interior-hero-facts>div:last-child{min-height:76px;border-right:0;border-bottom:1px solid var(--interior-line)}.interior-hero-facts>div:last-child{border-bottom:0}.interior-section-heading{min-height:0;align-items:flex-start;flex-direction:column}.interior-section-aside{align-self:stretch}.auth-workspace-intro{padding:38px 20px 30px}.auth-workspace-intro h1{font-size:clamp(2.8rem,14vw,4rem)}.auth-benefit-list{grid-template-columns:1fr;margin-top:30px}.auth-benefit{min-height:0;display:grid}.auth-form-panel{padding:30px 20px}.profile-panel-heading{align-items:flex-start;flex-direction:column}.profile-account-list{grid-template-columns:1fr}.profile-account-list dt{min-height:0;padding-bottom:4px;border-bottom:0}.profile-account-list dd{padding-top:5px}.profile-requisites-grid{grid-template-columns:1fr}.profile-form-actions .interior-action,.profile-locked-actions .interior-action{width:100%}.profile-order-header{grid-template-columns:1fr}.profile-order-eta{justify-self:start}.profile-order-item{grid-template-columns:1fr;gap:4px}.profile-order-item span{white-space:normal}.profile-order-actions .interior-action{width:100%}.document-card{grid-template-columns:1fr}.document-card-mark{min-height:145px;border-right:0;border-bottom:1px solid var(--interior-line)}.document-card-copy{padding:28px 20px}.document-card-actions{flex-direction:column;padding:20px}.document-card-actions .interior-action{width:100%}.pdf-library-note{grid-template-columns:auto minmax(0,1fr)}.pdf-library-note a{grid-column:2;white-space:normal}.privacy-index{grid-template-columns:1fr}.privacy-index a:nth-child(2n){border-right:0}.privacy-section{grid-template-columns:44px minmax(0,1fr)}.privacy-section-number{padding-inline:8px}.privacy-section-copy{padding:25px 19px 29px}}@media(prefers-reduced-motion:reduce){.interior-page *,.interior-page *:before,.interior-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.series-detail-page{--series-ink: var(--st-color-ink);--series-ink-strong: var(--st-color-ink-strong);--series-muted: var(--st-color-muted);--series-accent: var(--st-color-accent);--series-accent-strong: var(--st-color-accent-strong);--series-line: var(--st-color-line);--series-line-strong: var(--st-color-line-strong);--series-soft: var(--st-color-soft);--series-paper: var(--st-color-paper);--series-dark: var(--st-color-dark);gap:clamp(28px,3vw,42px)}.series-detail-page :is(h1,h2,p,dl,ol,ul,figure){margin:0}.series-detail-page :is(ol,ul){padding:0;list-style:none}.series-detail-page svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.7}.series-detail-hero{position:relative;width:min(100%,1060px);aspect-ratio:1060 / 545;align-self:center;overflow:hidden;border:1px solid #17283d;background:#050b17;color:#fff;box-shadow:8px 8px 0 var(--series-soft);isolation:isolate}.series-detail-hero>img{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover}.series-detail-hero-shade{position:absolute;inset:0;z-index:-2;pointer-events:none}.series-detail-hero.is-copy-left .series-detail-hero-shade{background:linear-gradient(90deg,#020711e0,#030a17b8 38%,#03091514 67%)}.series-detail-hero.is-copy-right .series-detail-hero-shade{background:linear-gradient(270deg,#020711e8,#030a17b8 38%,#0309150f 68%)}.series-detail-hero:before{content:"";position:absolute;z-index:0;top:0;right:0;left:0;height:8px;border-bottom:1px solid rgba(255,255,255,.25);background:repeating-linear-gradient(90deg,rgba(255,255,255,.48) 0 1px,transparent 1px 12px,#7fb3de 12px 13px,transparent 13px 60px)}.series-detail-hero-copy{position:absolute;z-index:1;top:clamp(54px,5vw,66px);width:min(49%,520px)}.series-detail-hero.is-copy-left .series-detail-hero-copy{left:clamp(30px,4vw,48px)}.series-detail-hero.is-copy-right .series-detail-hero-copy{right:clamp(30px,4vw,48px)}.series-detail-overline,.series-detail-section-heading>span,.series-detail-benefits-heading>div>span,.series-detail-related>div>span,.series-detail-marker>span,.series-detail-image-caption>span,.series-detail-range-action>span{color:#a9cff0;font-family:var(--st-font-utility);font-size:.8rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.series-detail-hero-copy h1{max-width:660px;margin-top:12px;font-size:clamp(2.65rem,3.7vw,3.35rem);font-weight:560;letter-spacing:-.065em;line-height:.96;text-wrap:balance}.series-detail-hero-copy>p{max-width:580px;margin-top:18px;color:#ffffffc2;font-size:clamp(1rem,1.2vw,1.08rem);line-height:1.58}.series-detail-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.series-detail-action{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:11px 18px;border:1px solid rgba(255,255,255,.55);color:#fff!important;font-size:.96rem;font-weight:740;transition:border-color var(--st-motion-fast) ease,background-color var(--st-motion-fast) ease,color var(--st-motion-fast) ease}.series-detail-action.is-light{border-color:#fff;background:#fff;color:#132b42!important}.series-detail-action.is-light:hover,.series-detail-action.is-light:focus-visible{border-color:#a9cff0;background:#a9cff0}.series-detail-action.is-ghost:hover,.series-detail-action.is-ghost:focus-visible{border-color:#fff;background:#ffffff1f}.series-detail-action svg{transition:transform var(--st-motion-fast) ease}.series-detail-action:hover svg,.series-detail-action:focus-visible svg{transform:translate(3px)}.series-detail-marker{position:absolute;z-index:1;top:31px;display:flex;flex-direction:column;gap:5px;padding:12px 15px;border:1px solid rgba(169,207,240,.48);background:#03091594;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.series-detail-hero.is-copy-left .series-detail-marker{right:24px}.series-detail-hero.is-copy-right .series-detail-marker{left:24px}.series-detail-marker>strong{font-size:1.08rem;font-weight:680;letter-spacing:-.02em}.series-detail-image-caption{position:absolute;z-index:1;right:0;bottom:0;left:0;min-height:106px;display:grid;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:20px;padding:18px 24px;border-top:1px solid rgba(255,255,255,.25);background:#030914d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.series-detail-image-caption ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.series-detail-image-caption li{min-height:46px;display:flex;align-items:center;padding:4px 19px;border-left:1px solid rgba(255,255,255,.25);color:#ffffffd9;font-size:.86rem;font-weight:630;line-height:1.4}.series-detail-overview{padding-top:clamp(28px,4vw,56px)}.series-detail-section-heading{max-width:850px}.series-detail-section-heading>span,.series-detail-benefits-heading>div>span,.series-detail-related>div>span,.series-detail-range-action>span{color:var(--series-accent)}.series-detail-section-heading h2,.series-detail-benefits h2,.series-detail-range h2{margin-top:8px;color:var(--series-ink-strong);font-size:clamp(1.9rem,3.4vw,3.25rem);font-weight:590;letter-spacing:-.055em;line-height:1.04}.series-detail-overview-grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr);gap:clamp(48px,7vw,104px);margin-top:34px;padding-top:30px;border-top:1px solid var(--series-line)}.series-detail-prose{max-width:860px;display:grid;gap:18px}.series-detail-prose p{color:var(--series-ink);font-size:clamp(1.08rem,1.35vw,1.2rem);line-height:1.78}.series-detail-facts{border-top:1px solid var(--series-line-strong)}.series-detail-facts>div{display:grid;grid-template-columns:minmax(130px,.72fr) minmax(0,1.28fr);gap:18px;padding:18px 0;border-bottom:1px solid var(--series-line)}.series-detail-facts dt{color:var(--series-muted);font-size:.85rem;font-weight:680;line-height:1.4}.series-detail-facts dt span{display:block;margin-bottom:4px;color:var(--series-accent);font-family:var(--st-font-utility);font-size:.72rem}.series-detail-facts dd{color:var(--series-ink-strong);font-size:1.04rem;font-weight:660;line-height:1.45}.series-detail-benefits{display:grid;grid-template-columns:minmax(250px,.68fr) minmax(0,1.32fr);border-top:1px solid var(--series-line-strong);border-bottom:1px solid var(--series-line-strong)}.series-detail-benefits-heading{position:relative;min-height:330px;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(26px,4vw,48px);border-right:1px solid var(--series-line);background:linear-gradient(rgba(53,105,143,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(53,105,143,.065) 1px,transparent 1px),#f8fafb;background-size:30px 30px}.series-detail-benefits-heading .series-detail-section-index{position:absolute;top:26px;left:clamp(26px,4vw,48px);color:var(--series-accent);font-family:var(--st-font-utility);font-size:.8rem}.series-detail-benefits h2{max-width:440px;font-size:clamp(1.7rem,2.7vw,2.55rem)}.series-detail-benefits>ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.series-detail-benefits li{min-height:330px;display:flex;flex-direction:column;justify-content:space-between;gap:36px;padding:clamp(26px,3.2vw,42px);border-right:1px solid var(--series-line);background:var(--series-paper)}.series-detail-benefits li:last-child{border-right:0}.series-detail-benefits li>span{color:var(--series-accent);font-family:var(--st-font-utility);font-size:.78rem}.series-detail-benefits li>p{color:var(--series-ink-strong);font-size:clamp(1.08rem,1.3vw,1.18rem);font-weight:630;line-height:1.45}.series-detail-range{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);overflow:hidden;border:1px solid var(--series-line);background:var(--series-paper);box-shadow:8px 8px 0 var(--series-soft)}.series-detail-range-copy{padding:clamp(34px,5vw,70px)}.series-detail-range-copy .series-detail-overline{color:var(--series-accent)}.series-detail-range-copy h2{max-width:750px}.series-detail-range-copy>p{max-width:790px;margin-top:22px;color:var(--series-muted);font-size:1.08rem;line-height:1.75}.series-detail-range-action{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(32px,4vw,52px);border-left:1px solid #415361;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),var(--series-dark);background-size:30px 30px;color:#fff}.series-detail-range-action>span{color:#a9cff0}.series-detail-range-action>p{max-width:420px;margin-top:12px;color:#ffffffbd;font-size:1.02rem;line-height:1.6}.series-detail-range-action .interior-action{width:100%;margin-top:28px;border-color:#fff;background:#fff;color:var(--series-dark)}.series-detail-range-action .interior-action:hover,.series-detail-range-action .interior-action:focus-visible{border-color:#a9cff0;background:#a9cff0;color:var(--series-dark)}.series-detail-range-action>a:last-child{align-self:center;margin-top:12px;color:#d9eafb;font-size:.94rem;font-weight:690}.series-detail-related{display:grid;grid-template-columns:minmax(270px,.68fr) minmax(0,1.32fr);align-items:end;gap:40px;padding-top:10px}.series-detail-related>div{display:flex;flex-direction:column;gap:6px}.series-detail-related>div>strong{max-width:390px;color:var(--series-ink-strong);font-size:1.5rem;font-weight:620;line-height:1.25}.series-detail-related ul{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--series-line-strong);border-bottom:1px solid var(--series-line-strong)}.series-detail-related li{border-right:1px solid var(--series-line)}.series-detail-related li:last-child{border-right:0}.series-detail-related a{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px;color:var(--series-ink-strong);font-size:.94rem;font-weight:700;transition:background-color var(--st-motion-fast) ease,color var(--st-motion-fast) ease}.series-detail-related a:hover,.series-detail-related a:focus-visible{background:var(--series-soft);color:var(--series-accent-strong)}.series-detail-related a svg{width:16px;height:16px;flex:0 0 auto;transition:transform var(--st-motion-fast) ease}.series-detail-related a:hover svg,.series-detail-related a:focus-visible svg{transform:translate(3px)}.series-detail-missing{max-width:900px;padding:clamp(38px,6vw,80px);border:1px solid var(--series-line);background:var(--series-paper);box-shadow:8px 8px 0 var(--series-soft)}.series-detail-missing h1{margin-top:10px;color:var(--series-ink-strong);font-size:clamp(2.5rem,5vw,4.7rem);font-weight:580;letter-spacing:-.06em;line-height:.98}.series-detail-missing>p{max-width:620px;margin-top:22px;color:var(--series-muted);font-size:1.05rem;line-height:1.65}.series-detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}@media(max-width:1180px){.series-detail-hero-copy{width:min(49%,570px)}.series-detail-hero-copy h1{font-size:clamp(2.45rem,4.7vw,3.35rem)}.series-detail-image-caption{grid-template-columns:120px minmax(0,1fr)}.series-detail-benefits{grid-template-columns:minmax(230px,.56fr) minmax(0,1.44fr)}.series-detail-benefits li{padding:28px 24px}.series-detail-related{grid-template-columns:1fr;gap:20px}}@media(max-width:900px){.series-detail-hero{width:100%;aspect-ratio:auto;min-height:690px}.series-detail-hero>img{height:52%}.series-detail-hero.is-copy-left>img{object-position:right top}.series-detail-hero.is-copy-right>img{object-position:left top}.series-detail-hero-shade,.series-detail-hero.is-copy-left .series-detail-hero-shade,.series-detail-hero.is-copy-right .series-detail-hero-shade{background:linear-gradient(180deg,#02071105,#030a17eb 48%,#050b17 70%)}.series-detail-hero-copy,.series-detail-hero.is-copy-left .series-detail-hero-copy,.series-detail-hero.is-copy-right .series-detail-hero-copy{top:47%;right:28px;left:28px;width:auto}.series-detail-hero-copy h1{max-width:720px;font-size:clamp(2.35rem,7.6vw,4rem)}.series-detail-hero-copy>p{max-width:720px;font-size:1.04rem}.series-detail-marker,.series-detail-hero.is-copy-left .series-detail-marker,.series-detail-hero.is-copy-right .series-detail-marker{top:24px;right:24px;left:auto}.series-detail-image-caption{display:none}.series-detail-overview-grid{grid-template-columns:1fr;gap:36px}.series-detail-benefits{grid-template-columns:1fr}.series-detail-benefits-heading{min-height:240px;border-right:0;border-bottom:1px solid var(--series-line)}.series-detail-benefits>ol{grid-template-columns:repeat(3,minmax(0,1fr))}.series-detail-benefits li{min-height:250px}.series-detail-range{grid-template-columns:1fr}.series-detail-range-action{border-top:1px solid #415361;border-left:0}}@media(max-width:680px){.series-detail-page{gap:24px}.series-detail-hero{min-height:720px;box-shadow:5px 5px 0 var(--series-soft)}.series-detail-hero>img{height:42%}.series-detail-hero-shade,.series-detail-hero.is-copy-left .series-detail-hero-shade,.series-detail-hero.is-copy-right .series-detail-hero-shade{background:linear-gradient(180deg,#02071105,#030a17f0 38%,#050b17 56%)}.series-detail-hero-copy,.series-detail-hero.is-copy-left .series-detail-hero-copy,.series-detail-hero.is-copy-right .series-detail-hero-copy{top:36%;right:20px;left:20px}.series-detail-hero-copy h1{font-size:clamp(2.15rem,10vw,3.2rem)}.series-detail-hero-copy>p{margin-top:17px;font-size:1rem;line-height:1.55}.series-detail-hero-actions{flex-direction:column;margin-top:22px}.series-detail-action{width:100%}.series-detail-marker,.series-detail-hero.is-copy-left .series-detail-marker,.series-detail-hero.is-copy-right .series-detail-marker{top:18px;right:18px;max-width:calc(100% - 36px)}.series-detail-marker>strong{font-size:.98rem}.series-detail-overview{padding-top:20px}.series-detail-section-heading h2,.series-detail-range h2{font-size:2rem}.series-detail-overview-grid{margin-top:24px;padding-top:22px}.series-detail-prose p{font-size:1.05rem;line-height:1.68}.series-detail-facts>div{grid-template-columns:112px minmax(0,1fr);gap:14px}.series-detail-benefits-heading{min-height:220px}.series-detail-benefits>ol{grid-template-columns:1fr}.series-detail-benefits li{min-height:170px;border-right:0;border-bottom:1px solid var(--series-line)}.series-detail-benefits li:last-child{border-bottom:0}.series-detail-range{box-shadow:5px 5px 0 var(--series-soft)}.series-detail-range-copy,.series-detail-range-action{padding:28px 22px}.series-detail-related ul{grid-template-columns:1fr}.series-detail-related li{border-right:0;border-bottom:1px solid var(--series-line)}.series-detail-related li:last-child{border-bottom:0}.series-detail-related a{min-height:60px}.series-detail-actions{flex-direction:column}.series-detail-actions .interior-action{width:100%}}@media(prefers-reduced-motion:reduce){.series-detail-page *,.series-detail-page *:before,.series-detail-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.series-detail-products{padding:clamp(2rem,5vw,4.5rem) 0}.series-detail-family-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:1.5rem 0 0;padding:1px;list-style:none;background:#fff3}.series-detail-family-list a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem 1rem;align-items:center;min-height:5.5rem;padding:1rem 1.25rem;color:inherit;background:#fffffff5;text-decoration:none}.series-detail-family-list a>span,.series-detail-family-list a>small{grid-column:1}.series-detail-family-list a>strong,.series-detail-family-list a>svg{grid-column:2}@media(max-width:680px){.series-detail-family-list{grid-template-columns:1fr}}
