:root{--stroyme-color-graphite-950:#141b22;--stroyme-color-slate-800:#2f3e4d;--stroyme-color-concrete-100:#e9e4dc;--stroyme-color-gray-400:#aab2b9;--stroyme-color-orange-500:#f58220;--stroyme-color-orange-600:#dc6c13;--stroyme-color-blue-500:#4c7fa3;--stroyme-color-success:#16a34a;--stroyme-color-warning:#f59e0b;--stroyme-color-danger:#dc2626;--stroyme-color-info:var(--stroyme-color-blue-500);--stroyme-bg-page:#f6f2eb;--stroyme-bg-surface:#fffaf3;--stroyme-bg-surface-raised:#fff;--stroyme-bg-soft:var(--stroyme-color-concrete-100);--stroyme-bg-inverse:var(--stroyme-color-graphite-950);--stroyme-bg-inverse-raised:var(--stroyme-color-slate-800);--stroyme-fg-primary:var(--stroyme-color-graphite-950);--stroyme-fg-secondary:var(--stroyme-color-slate-800);--stroyme-fg-muted:#63707b;--stroyme-fg-inverse:#fffaf3;--stroyme-border-default:#2f3e4d2e;--stroyme-border-strong:#141b226b;--stroyme-border-inverse:#fffaf324;--stroyme-accent-primary:var(--stroyme-color-orange-500);--stroyme-accent-primary-hover:var(--stroyme-color-orange-600);--stroyme-accent-soft:#f5822021;--stroyme-accent-trust:var(--stroyme-color-blue-500);--stroyme-accent-trust-soft:#4c7fa324;--stroyme-radius-sm:.375rem;--stroyme-radius-md:.5rem;--stroyme-radius-lg:.75rem;--stroyme-radius-xl:1rem;--stroyme-space-1:.25rem;--stroyme-space-2:.5rem;--stroyme-space-3:.75rem;--stroyme-space-4:1rem;--stroyme-space-5:1.25rem;--stroyme-space-6:1.5rem;--stroyme-space-8:2rem;--stroyme-space-10:2.5rem;--stroyme-space-12:3rem;--stroyme-space-16:4rem;--stroyme-font-sans:Satoshi, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--stroyme-font-size-xs:.75rem;--stroyme-font-size-sm:.875rem;--stroyme-font-size-base:1rem;--stroyme-font-size-lg:1.125rem;--stroyme-font-size-xl:1.25rem;--stroyme-font-size-2xl:1.5rem;--stroyme-font-size-3xl:1.875rem;--stroyme-font-size-4xl:2.25rem;--stroyme-font-weight-regular:400;--stroyme-font-weight-medium:500;--stroyme-font-weight-semibold:600;--stroyme-font-weight-bold:700;--stroyme-shadow-sm:0 1px 2px #141b2214;--stroyme-shadow-md:0 14px 32px #141b221f;--stroyme-shadow-inverse:0 18px 42px #141b2247;--stroyme-shadow-panel:0 10px 24px #141b221a;--stroyme-motion-fast:.12s;--stroyme-motion-normal:.18s;--stroyme-motion-slow:.24s}.ui-button,.ui-input,.ui-badge,.ui-tabs-trigger{font:inherit}.ui-button{border-radius:var(--stroyme-radius-md);cursor:pointer;font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold);align-items:center;gap:var(--stroyme-space-2);letter-spacing:0;min-height:2.5rem;padding:0 var(--stroyme-space-4);transition:background-color var(--stroyme-motion-fast) ease, border-color var(--stroyme-motion-fast) ease, color var(--stroyme-motion-fast) ease, transform var(--stroyme-motion-fast) ease;white-space:nowrap;border:1px solid #0000;justify-content:center;display:inline-flex}.ui-button:hover{transform:translateY(-1px)}.ui-button:disabled,.ui-button[aria-disabled=true]{cursor:not-allowed;opacity:.58;pointer-events:none;transform:none}.ui-button:focus-visible,.ui-input:focus-visible,.ui-checkbox:focus-visible,.ui-tabs-trigger:focus-visible{outline:3px solid var(--stroyme-accent-trust-soft);outline-offset:2px}.ui-button-default{background:var(--stroyme-accent-primary);border-color:var(--stroyme-accent-primary);color:var(--stroyme-fg-inverse)}.ui-button-default:hover{background:var(--stroyme-accent-primary-hover)}.ui-button-secondary{background:var(--stroyme-accent-trust-soft);color:var(--stroyme-fg-primary);border-color:#0000}.ui-button-outline,.ui-button-ghost{background:var(--stroyme-bg-surface);border-color:var(--stroyme-border-default);color:var(--stroyme-fg-primary)}.ui-button-ghost{background:0 0}.ui-button-destructive{background:var(--stroyme-color-danger);color:#fff}.ui-button-sm{min-height:2.125rem;padding:0 var(--stroyme-space-3)}.ui-button-lg{min-height:3rem;padding:0 var(--stroyme-space-5)}.ui-button-icon{aspect-ratio:1;width:2.5rem;min-height:2.5rem;padding:0}.ui-card{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);box-shadow:var(--stroyme-shadow-sm);color:var(--stroyme-fg-primary)}.ui-card-header,.ui-card-content{padding:var(--stroyme-space-4)}.ui-card-header{border-bottom:1px solid var(--stroyme-border-default)}.ui-card-title{font-size:var(--stroyme-font-size-lg);margin:0;line-height:1.25}.ui-badge{border-radius:var(--stroyme-radius-sm);font-size:var(--stroyme-font-size-xs);font-weight:var(--stroyme-font-weight-semibold);align-items:center;gap:var(--stroyme-space-1);min-height:1.5rem;padding:0 var(--stroyme-space-2);white-space:nowrap;border:1px solid #0000;display:inline-flex}.ui-badge-default{background:var(--stroyme-accent-soft);color:var(--stroyme-accent-primary-hover)}.ui-badge-secondary{background:var(--stroyme-accent-trust-soft);color:var(--stroyme-color-blue-500)}.ui-badge-outline{border-color:var(--stroyme-border-default);color:var(--stroyme-fg-secondary);background:0 0}.ui-badge-success{color:var(--stroyme-color-success);background:#16a34a1f}.ui-badge-warning{color:var(--stroyme-color-warning);background:#f59e0b24}.ui-badge-danger{color:var(--stroyme-color-danger);background:#dc26261f}.ui-input{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);color:var(--stroyme-fg-primary);min-height:2.5rem;padding:0 var(--stroyme-space-3);width:100%}.ui-select{appearance:auto}.ui-checkbox{accent-color:var(--stroyme-accent-primary);width:1rem;height:1rem}.ui-textarea{min-height:5.5rem;padding-block:var(--stroyme-space-3);resize:vertical}.ui-switch{appearance:none;background:var(--stroyme-border-strong);cursor:pointer;height:1.35rem;inline-size:2.55rem;transition:background-color var(--stroyme-motion-fast) ease;border:0;border-radius:999px;position:relative}.ui-switch:after{background:var(--stroyme-bg-surface);content:"";height:1rem;transition:transform var(--stroyme-motion-fast) ease;border-radius:999px;width:1rem;position:absolute;inset-block-start:.175rem;inset-inline-start:.2rem}.ui-switch:checked{background:var(--stroyme-accent-primary)}.ui-switch:checked:after{transform:translate(1.1rem)}.ui-progress{background:var(--stroyme-bg-soft);border-radius:999px;height:.5rem;overflow:hidden}.ui-progress span{background:linear-gradient(90deg, var(--stroyme-accent-primary), var(--stroyme-accent-trust));border-radius:inherit;block-size:100%;display:block}.ui-separator{background:var(--stroyme-border-default);block-size:1px;inline-size:100%}.ui-table{border-collapse:collapse;width:100%}.ui-table-cell,.ui-table-head,.ui-table td,.ui-table th{border-bottom:1px solid var(--stroyme-border-default);padding:var(--stroyme-space-3);text-align:left;vertical-align:top}.ui-table-head{color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-xs);font-weight:var(--stroyme-font-weight-bold);text-transform:uppercase}.ui-table-row[data-state=selected]{background:var(--stroyme-accent-soft)}.ui-skeleton{background:linear-gradient(90deg, var(--stroyme-bg-soft), #aab2b947, var(--stroyme-bg-soft));border-radius:var(--stroyme-radius-md);background-size:200% 100%;min-height:1rem;animation:1.2s ease-in-out infinite stroyme-skeleton}.ui-tabs-list{background:var(--stroyme-bg-soft);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);align-items:center;gap:var(--stroyme-space-1);padding:var(--stroyme-space-1);display:inline-flex}.ui-tabs-trigger{border-radius:var(--stroyme-radius-sm);color:var(--stroyme-fg-secondary);cursor:pointer;font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold);min-height:2rem;padding:0 var(--stroyme-space-3);background:0 0;border:0}.ui-tabs-trigger[aria-selected=true]{background:var(--stroyme-bg-surface);color:var(--stroyme-fg-primary);box-shadow:var(--stroyme-shadow-sm)}.react-bits-number{display:inline-flex}.react-bits-reveal{animation:stroyme-reveal var(--stroyme-motion-slow) ease both}@keyframes stroyme-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes stroyme-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.ui-button,.react-bits-reveal,.ui-skeleton{transition:none;animation:none}.ui-button:hover{transform:none}}
*{box-sizing:border-box}.shell--wide{max-width:100%;padding:0}.shell--wide>main,.shell--wide>script{max-width:1600px;margin-inline:auto}.marketplace-header{border-bottom:1px solid var(--stroyme-border-default);box-shadow:var(--stroyme-shadow-sm);z-index:20;background:#fffaf3f0;position:sticky;top:0}.marketplace-header__main,.marketplace-header__nav{max-width:1600px;padding-inline:var(--stroyme-space-6);margin-inline:auto}.marketplace-header__main{align-items:center;gap:var(--stroyme-space-4);grid-template-columns:190px auto minmax(320px,1fr) auto auto;min-height:4.75rem;display:grid}.marketplace-brand img{object-fit:contain;max-width:10.5rem;max-height:3.3rem;display:block}.global-search,.hero-search{background:var(--stroyme-bg-surface-raised);border:1px solid var(--stroyme-border-strong);border-radius:var(--stroyme-radius-md);align-items:center;gap:var(--stroyme-space-2);padding:var(--stroyme-space-2);grid-template-columns:minmax(0,1fr) auto;display:grid}.marketplace-actions{align-items:center;gap:var(--stroyme-space-3);white-space:nowrap;display:flex}.marketplace-actions a{color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold);align-items:center;gap:var(--stroyme-space-1);display:inline-flex}.cart-link .ui-badge{background:var(--stroyme-accent-primary);color:var(--stroyme-fg-inverse)}.marketplace-header__nav{border-top:1px solid var(--stroyme-border-default);align-items:center;gap:var(--stroyme-space-6);min-height:2.5rem;display:flex;overflow-x:auto}.marketplace-header__nav a{color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold);white-space:nowrap}.marketplace-home{gap:var(--stroyme-space-5);padding:var(--stroyme-space-5) var(--stroyme-space-6) 0;display:grid}.home-hero{align-items:stretch;gap:var(--stroyme-space-8);grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);min-height:24rem;display:grid}.home-hero__copy{align-content:center;gap:var(--stroyme-space-4);padding-block:var(--stroyme-space-10);display:grid}.home-hero__copy h1{color:var(--stroyme-fg-primary);max-width:42rem;margin:0;font-size:clamp(2.6rem,4.8vw,4.5rem);line-height:.98}.home-hero__copy .lede{max-width:42rem;margin:0}.popular-row{align-items:center;gap:var(--stroyme-space-2);flex-wrap:wrap;display:flex}.popular-row span{color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-sm)}.popular-row a{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-sm);color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-xs);font-weight:var(--stroyme-font-weight-semibold);padding:var(--stroyme-space-1) var(--stroyme-space-3)}.home-hero__visual{border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);background:linear-gradient(#141b2214 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#141b2214 1px,#0000 1px) 0 0/42px 42px,linear-gradient(135deg,#d8d1c6,#f8f5ef 52%,#c7bbae);min-height:24rem;position:relative;overflow:hidden}.material-scene{position:absolute;inset:0}.material-scene__tile,.material-scene__bag,.material-scene__board,.material-scene__bucket{box-shadow:var(--stroyme-shadow-panel);position:absolute}.material-scene__tile{background:linear-gradient(135deg, #ffffff38, #141b2214), var(--stroyme-color-gray-400);border:1px solid #141b2229;width:9rem;height:12rem;top:5.6rem;right:13rem;transform:rotate(4deg)}.material-scene__bag{border-radius:var(--stroyme-radius-md);color:var(--stroyme-fg-primary);font-size:var(--stroyme-font-size-xl);font-weight:var(--stroyme-font-weight-bold);height:10.5rem;padding:var(--stroyme-space-4);text-align:center;background:#d7b98d;justify-content:center;align-items:center;width:9.2rem;display:flex;top:7.2rem;left:12%;transform:rotate(-5deg)}.material-scene__board{background:linear-gradient(90deg,#b4753c 0 18%,#c98947 18% 38%,#7a4f30 38% 56%,#c7894c 56% 100%);width:6.2rem;height:13rem;top:4.4rem;left:36%}.material-scene__bucket{background:var(--stroyme-bg-inverse-raised);border-radius:0 0 var(--stroyme-radius-xl) var(--stroyme-radius-xl);width:8.5rem;height:5rem;bottom:3.2rem;right:10%}.saving-float{align-content:center;gap:var(--stroyme-space-2);padding:var(--stroyme-space-5);right:var(--stroyme-space-5);width:min(15rem,40%);display:grid;position:absolute;top:7.4rem}.saving-float strong{font-size:var(--stroyme-font-size-3xl)}.saving-float small,.discount-text,.cart-saving{color:var(--stroyme-accent-primary-hover)}.category-ribbon,.promo-strip,.home-panel,.marketplace-metrics,.savings-and-faq{width:100%;margin-inline:auto}.category-ribbon{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.category-ribbon a{border-right:1px solid var(--stroyme-border-default);color:var(--stroyme-fg-primary);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold);align-items:center;gap:var(--stroyme-space-2);min-height:5.25rem;padding:var(--stroyme-space-3);text-align:center;justify-items:center;display:grid}.category-ribbon a:last-child{border-right:0}.category-ribbon span{color:var(--stroyme-accent-trust);font-size:var(--stroyme-font-size-2xl)}.promo-strip{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);align-items:center;gap:var(--stroyme-space-4);padding:var(--stroyme-space-4);grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);display:grid}.promo-strip>div,.promo-offer{align-items:center;gap:var(--stroyme-space-4);display:flex}.promo-strip>div>div{gap:var(--stroyme-space-1);display:grid}.promo-strip .ui-badge{background:var(--stroyme-accent-primary);color:var(--stroyme-fg-inverse);font-size:var(--stroyme-font-size-2xl);border-radius:999px;justify-content:center;min-width:3.5rem;min-height:3.5rem}.promo-strip span,.promo-offer span{color:var(--stroyme-fg-muted)}.home-grid,.savings-and-faq{gap:var(--stroyme-space-5);grid-template-columns:minmax(0,1fr) minmax(0,.75fr) minmax(0,.9fr);display:grid}.savings-and-faq{grid-template-columns:minmax(0,1fr) minmax(360px,.55fr)}.home-panel{gap:var(--stroyme-space-4);padding:var(--stroyme-space-4);display:grid}.best-offer-cards{gap:var(--stroyme-space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.mini-product-card{background:var(--stroyme-bg-surface-raised);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);gap:var(--stroyme-space-2);min-width:0;padding:var(--stroyme-space-3);display:grid}.mini-product-card strong{line-height:1.22}.price-compare-list,.faq-list,.savings-cases,.steps-row{gap:var(--stroyme-space-3);display:grid}.price-compare-list div,.savings-cases div,.steps-row div,.faq-list details{background:var(--stroyme-bg-surface-raised);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);gap:var(--stroyme-space-2);padding:var(--stroyme-space-3);display:grid}.price-compare-list .is-best{border-color:var(--stroyme-accent-primary)}.steps-row{grid-template-columns:repeat(4,minmax(0,1fr))}.steps-row span{background:var(--stroyme-accent-trust-soft);color:var(--stroyme-accent-trust);font-weight:var(--stroyme-font-weight-bold);border-radius:999px;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:inline-flex}.marketplace-metrics{margin-bottom:0}.marketplace-footer{background:linear-gradient(#fffaf30a 1px, transparent 1px), linear-gradient(90deg, #fffaf30a 1px, transparent 1px), var(--stroyme-bg-inverse);color:var(--stroyme-fg-inverse);gap:var(--stroyme-space-8);margin-top:var(--stroyme-space-6);padding:var(--stroyme-space-8) var(--stroyme-space-6);background-size:42px 42px;grid-template-columns:minmax(260px,1.2fr) repeat(4,minmax(140px,1fr)) minmax(180px,.8fr);display:grid}.marketplace-footer img{max-width:11rem;display:block}.marketplace-footer p,.marketplace-footer a,.marketplace-footer span{color:#fffaf3b8}.marketplace-footer__column,.marketplace-footer__brand,.marketplace-footer__contact{gap:var(--stroyme-space-2);display:grid}.product-comparison-page{align-items:start;gap:var(--stroyme-space-5);padding:var(--stroyme-space-5) var(--stroyme-space-6) 0;grid-template-columns:245px minmax(0,1fr) 330px;display:grid}.product-filter-sidebar,.smart-cart-panel{position:sticky;top:8rem}.product-filter-sidebar{background:var(--stroyme-bg-surface);border-right:1px solid var(--stroyme-border-default);gap:var(--stroyme-space-5);padding:var(--stroyme-space-4);display:grid}.filter-cluster{border-top:1px solid var(--stroyme-border-default);gap:var(--stroyme-space-3);padding-top:var(--stroyme-space-4);display:grid}.product-comparison-main{gap:var(--stroyme-space-5);min-width:0;display:grid}.breadcrumbs,.product-benefits,.compare-toolbar,.switch-row,.cart-total{align-items:center;gap:var(--stroyme-space-2);display:flex}.breadcrumbs{color:var(--stroyme-fg-muted);font-size:var(--stroyme-font-size-sm)}.product-title-row{align-items:end;gap:var(--stroyme-space-4);justify-content:space-between;display:flex}.product-title-row h1{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04}.product-title-row p{color:var(--stroyme-fg-muted);margin:var(--stroyme-space-2) 0 0}.product-benefits{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);padding:var(--stroyme-space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.product-benefits div{border-right:1px solid var(--stroyme-border-default);align-items:center;gap:var(--stroyme-space-2);min-width:0;display:flex}.product-benefits div:last-child{border-right:0}.product-benefits span{color:var(--stroyme-accent-trust)}.compare-toolbar{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);padding:var(--stroyme-space-3) var(--stroyme-space-4);justify-content:space-between}.offer-table-card{overflow-x:auto}.offer-table-card .ui-table{min-width:860px}.offer-table-card .ui-table-cell,.offer-table-card .ui-table-head{padding:var(--stroyme-space-2)}.offer-table-card .ui-table-head:first-child,.offer-table-card .ui-table-cell:first-child{width:32%}.offer-table-card .ui-table-cell>strong,.offer-table-card .ui-table-cell>small,.offer-table-card .ui-table-cell>span{display:block}.offer-product-cell,.smart-cart-item{align-items:center;gap:var(--stroyme-space-3);grid-template-columns:1.1rem 4rem minmax(9rem,1fr);display:grid}.offer-product-cell div,.smart-cart-item div{gap:var(--stroyme-space-1);display:grid}.offer-product-cell small,.smart-cart-item small,.smart-cart-item span,.ui-table small{color:var(--stroyme-fg-muted);line-height:1.45}.offer-product-cell strong{line-height:1.25;display:block}.product-visual--compact{width:4.5rem;min-height:4.5rem}.smart-cart-panel{gap:var(--stroyme-space-4);display:grid}.smart-cart-panel h2{margin:0}.smart-cart-items,.trust-card{gap:var(--stroyme-space-4);padding:var(--stroyme-space-4);display:grid}.smart-cart-item{grid-template-columns:auto minmax(0,1fr);position:relative}.quantity-control{background:var(--stroyme-bg-surface-raised);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);grid-column:2;justify-content:space-between;align-items:center;width:8rem;display:flex!important}.switch-row,.cart-total{justify-content:space-between}.cart-total--strong strong{font-size:var(--stroyme-font-size-2xl)}.cart-total--muted strong,.cart-total-muted strong{color:var(--stroyme-fg-muted);font-weight:var(--stroyme-font-weight-semibold)}.cart-saving{font-weight:var(--stroyme-font-weight-bold);margin:0}.delivery-status{background:var(--stroyme-accent-soft);border-radius:var(--stroyme-radius-md);gap:var(--stroyme-space-3);padding:var(--stroyme-space-4);border:1px solid #f5822047;display:grid}.delivery-status .ui-badge{width:fit-content}.delivery-status strong{color:var(--stroyme-fg-primary)}.delivery-status p,.delivery-cart-hint{color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-sm);margin:0;line-height:1.55}.delivery-status--compact{padding:var(--stroyme-space-3)}.trust-card span{color:var(--stroyme-fg-secondary)}@media (max-width:1180px){.marketplace-header__main,.home-hero,.home-grid,.savings-and-faq,.product-comparison-page,.marketplace-footer{grid-template-columns:1fr}.marketplace-actions,.marketplace-header__main>.ui-button:last-child{display:none}.product-filter-sidebar,.smart-cart-panel{position:static}}@media (max-width:760px){.marketplace-header__main,.marketplace-header__nav,.marketplace-home,.product-comparison-page{padding-inline:var(--stroyme-space-4)}.marketplace-header__main{padding-block:var(--stroyme-space-3);grid-template-columns:1fr}.home-hero{min-height:0}.home-hero__visual{min-height:18rem}.saving-float{inset:auto var(--stroyme-space-4) var(--stroyme-space-4) var(--stroyme-space-4);width:auto}.category-ribbon,.promo-strip,.best-offer-cards,.steps-row,.product-benefits{grid-template-columns:1fr}.category-ribbon a,.product-benefits div{border-right:0;border-bottom:1px solid var(--stroyme-border-default)}.product-title-row,.compare-toolbar,.promo-strip>div,.promo-offer{flex-direction:column;align-items:flex-start}}html{background:var(--stroyme-bg-page);color:var(--stroyme-fg-primary);font-family:var(--stroyme-font-sans)}body{background:linear-gradient(#4c7fa30f 1px, transparent 1px), linear-gradient(90deg, #4c7fa30f 1px, transparent 1px), var(--stroyme-bg-page);background-size:48px 48px;margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}.shell{max-width:1180px;padding:var(--stroyme-space-6);margin:0 auto}.topbar{border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);box-shadow:var(--stroyme-shadow-sm);align-items:center;gap:var(--stroyme-space-4);padding:var(--stroyme-space-3) var(--stroyme-space-4);background:#fffaf3e0;justify-content:space-between;display:flex}.brand{color:var(--stroyme-fg-primary);font-size:var(--stroyme-font-size-xl);font-weight:var(--stroyme-font-weight-bold);align-items:center;gap:var(--stroyme-space-3);display:inline-flex}.brand img{aspect-ratio:1;object-fit:cover;height:2.6rem}.nav{gap:var(--stroyme-space-3);flex-wrap:wrap;display:flex}.nav a,.button{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold);min-height:2.5rem;padding:0 var(--stroyme-space-4);justify-content:center;align-items:center;display:inline-flex}.nav a:hover,.button:hover{border-color:var(--stroyme-border-strong)}.nav a.button-primary,.button.button-primary{background:var(--stroyme-accent-primary);border-color:var(--stroyme-accent-primary);color:var(--stroyme-fg-inverse)}.hero{align-items:start;gap:var(--stroyme-space-8);padding:var(--stroyme-space-8) 0 var(--stroyme-space-6);grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);display:grid}.hero-copy{max-width:45rem}.hero-logo{background:var(--stroyme-bg-surface);border-radius:var(--stroyme-radius-md);box-shadow:var(--stroyme-shadow-sm);margin-bottom:var(--stroyme-space-4);max-width:min(19rem,100%);display:block}.brand-slogan,.eyebrow{color:var(--stroyme-accent-trust);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-bold);letter-spacing:0;margin-bottom:var(--stroyme-space-3);text-transform:uppercase}.hero h1{color:var(--stroyme-fg-primary);letter-spacing:0;margin:0;font-size:clamp(2.25rem,4.7vw,3.9rem);line-height:1}.lede{color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-lg);margin:var(--stroyme-space-4) 0;max-width:44rem;line-height:1.6}.search-panel{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);box-shadow:var(--stroyme-shadow-md);align-items:center;gap:var(--stroyme-space-3);margin-bottom:var(--stroyme-space-4);max-width:42rem;min-height:4.25rem;padding:var(--stroyme-space-3);justify-content:space-between;display:flex}.search-panel span{color:var(--stroyme-fg-muted);padding-left:var(--stroyme-space-2)}.smart-card{background:linear-gradient(#fffaf312 1px, transparent 1px), linear-gradient(90deg, #fffaf312 1px, transparent 1px), var(--stroyme-bg-inverse);border-radius:var(--stroyme-radius-md);box-shadow:var(--stroyme-shadow-inverse);color:var(--stroyme-fg-inverse);min-height:0;padding:var(--stroyme-space-6);background-size:36px 36px;border:1px solid #fffaf324}.smart-card-header,.smart-card-lines div,.offer-strip{border-radius:var(--stroyme-radius-md);background:#fffaf314;border:1px solid #fffaf31f}.smart-card-header{margin-bottom:var(--stroyme-space-4);padding:var(--stroyme-space-4);justify-content:space-between;display:flex}.smart-card-header strong,.offer-strip strong,.smart-card-lines strong{color:var(--stroyme-fg-inverse)}.offer-strip{border-left:4px solid var(--stroyme-accent-primary);gap:var(--stroyme-space-2);margin-bottom:var(--stroyme-space-4);padding:var(--stroyme-space-4);display:grid}.offer-strip span,.offer-strip small,.smart-card-lines span{color:#fffaf3b8}.smart-card-lines{gap:var(--stroyme-space-3);margin-bottom:var(--stroyme-space-4);grid-template-columns:1fr 1fr;display:grid}.smart-card-lines div{gap:var(--stroyme-space-2);padding:var(--stroyme-space-4);display:grid}.proof-grid,.metric-grid,.grid,.product-grid{gap:var(--stroyme-space-4);display:grid}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid span{border-left:2px solid var(--stroyme-accent-trust);color:#fffaf3d1;padding-left:var(--stroyme-space-3)}.metric-grid{margin-bottom:var(--stroyme-space-12);grid-template-columns:repeat(4,minmax(0,1fr))}.metric-grid div,.panel,.card,.product-card{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);box-shadow:var(--stroyme-shadow-sm)}.metric-grid div{gap:var(--stroyme-space-2);padding:var(--stroyme-space-4);display:grid}.metric-grid strong,.price{color:var(--stroyme-fg-primary);font-size:var(--stroyme-font-size-2xl);font-weight:var(--stroyme-font-weight-bold)}.metric-grid span,.muted{color:var(--stroyme-fg-muted)}.section-block{margin-bottom:var(--stroyme-space-12)}.grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.panel,.card,.product-card{padding:var(--stroyme-space-5)}.card:hover,.product-card:hover{border-color:var(--stroyme-accent-primary);transform:translateY(-1px)}.product-card{gap:var(--stroyme-space-3);min-height:17rem;display:grid}.product-card h2{font-size:var(--stroyme-font-size-2xl);margin:0;line-height:1.16}.badge,.card-link{border-radius:var(--stroyme-radius-sm);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold);width:fit-content;display:inline-flex}.badge{background:var(--stroyme-accent-soft);color:var(--stroyme-accent-primary-hover);padding:var(--stroyme-space-1) var(--stroyme-space-2)}.card-link{color:var(--stroyme-accent-trust);margin-top:auto}.panel{padding:var(--stroyme-space-6)}.market-page{padding-top:var(--stroyme-space-6)}.market-toolbar{align-items:end;gap:var(--stroyme-space-5);margin-bottom:var(--stroyme-space-6);grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);display:grid}.market-toolbar h1{font-size:var(--stroyme-font-size-4xl);margin-bottom:var(--stroyme-space-3);line-height:1.05}.market-stats,.filter-actions,.sort-form{align-items:center;gap:var(--stroyme-space-2);flex-wrap:wrap;display:flex}.market-stats{color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold)}.market-search{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);box-shadow:var(--stroyme-shadow-sm);align-items:center;gap:var(--stroyme-space-3);padding:var(--stroyme-space-3);grid-template-columns:minmax(0,1fr) auto;display:grid}.market-layout{align-items:start;gap:var(--stroyme-space-5);grid-template-columns:280px minmax(0,1fr);display:grid}.filter-rail{background:var(--stroyme-bg-surface);border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);box-shadow:var(--stroyme-shadow-sm);gap:var(--stroyme-space-4);padding:var(--stroyme-space-4);top:var(--stroyme-space-4);display:grid;position:sticky}.filter-form{gap:var(--stroyme-space-4);display:grid}.filter-header,.result-head,.product-badges,.check-row{align-items:center;gap:var(--stroyme-space-2);display:flex}.filter-header,.result-head{justify-content:space-between}.filter-rail label,.filter-group{gap:var(--stroyme-space-2);display:grid}.filter-rail label>span,.filter-group>span{color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold)}.check-row{color:var(--stroyme-fg-primary);font-size:var(--stroyme-font-size-sm);grid-template-columns:auto 1fr;display:flex!important}.filter-grid{gap:var(--stroyme-space-3);grid-template-columns:1fr 1fr;display:grid}.market-results{gap:var(--stroyme-space-4);min-width:0;display:grid}.result-head{border:1px solid var(--stroyme-border-default);border-radius:var(--stroyme-radius-md);padding:var(--stroyme-space-3) var(--stroyme-space-4);background:#fffaf3c7}.result-head div{gap:var(--stroyme-space-1);display:grid}.result-head span{color:var(--stroyme-fg-muted);font-size:var(--stroyme-font-size-sm)}.market-grid{gap:var(--stroyme-space-4);display:grid}.empty-state{gap:var(--stroyme-space-3);padding:var(--stroyme-space-6);display:grid}.market-card{align-items:stretch;gap:var(--stroyme-space-4);padding:var(--stroyme-space-4);grid-template-columns:120px minmax(0,1fr) minmax(230px,.44fr);display:grid}.product-visual{background:linear-gradient(#4c7fa31f 1px, transparent 1px), linear-gradient(90deg, #4c7fa31f 1px, transparent 1px), var(--stroyme-bg-soft);border-radius:var(--stroyme-radius-md);color:var(--stroyme-fg-primary);font-size:var(--stroyme-font-size-2xl);font-weight:var(--stroyme-font-weight-bold);background-size:18px 18px;justify-content:center;align-items:center;min-height:120px;display:flex;position:relative;overflow:hidden}.product-visual--media{background:var(--stroyme-bg-surface-raised);border:1px solid #2f3e4d1f}.product-visual--media img{height:100%;object-fit:contain;inline-size:100%;padding:var(--stroyme-space-2);display:block}.product-main{gap:var(--stroyme-space-3);min-width:0;display:grid}.product-main h2{font-size:var(--stroyme-font-size-xl);margin:0;line-height:1.2}.product-main h2:hover{color:var(--stroyme-accent-primary-hover)}.market-specs{gap:var(--stroyme-space-2);flex-wrap:wrap;display:flex}.market-specs span,.source-pill{background:var(--stroyme-bg-soft);border-radius:var(--stroyme-radius-sm);color:var(--stroyme-fg-secondary);font-size:var(--stroyme-font-size-xs);font-weight:var(--stroyme-font-weight-semibold);padding:var(--stroyme-space-1) var(--stroyme-space-2)}.offer-column{border-left:1px solid var(--stroyme-border-default);align-content:start;gap:var(--stroyme-space-2);padding-left:var(--stroyme-space-4);display:grid}.offer-column .ui-button{white-space:normal;min-width:0}.market-price{color:var(--stroyme-fg-primary);font-size:var(--stroyme-font-size-2xl);line-height:1.1}.product-page{gap:var(--stroyme-space-6);padding-top:var(--stroyme-space-6);display:grid}.product-hero{align-items:stretch;gap:var(--stroyme-space-5);grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);display:grid}.product-hero h1{margin-bottom:var(--stroyme-space-4);font-size:clamp(2rem,4vw,3.4rem);line-height:1.04}.best-offer-panel,.product-summary-grid .ui-card{gap:var(--stroyme-space-2);padding:var(--stroyme-space-5);display:grid}.best-offer-panel{background:linear-gradient(#fffaf30f 1px, transparent 1px), linear-gradient(90deg, #fffaf30f 1px, transparent 1px), var(--stroyme-bg-inverse);color:var(--stroyme-fg-inverse);background-size:28px 28px;align-content:center}.best-offer-panel span,.best-offer-panel .muted{color:#fffaf3bd}.best-offer-panel strong{color:var(--stroyme-fg-inverse);font-size:var(--stroyme-font-size-3xl);line-height:1}.product-summary-grid{gap:var(--stroyme-space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.product-summary-grid span{color:var(--stroyme-fg-muted);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-semibold)}.product-summary-grid strong{color:var(--stroyme-fg-primary);font-size:var(--stroyme-font-size-xl)}.product-offers-panel{gap:var(--stroyme-space-4);display:grid}.panel-heading{align-items:start;gap:var(--stroyme-space-4);justify-content:space-between;display:flex}.table-wrap{max-width:100%;overflow-x:auto}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid var(--stroyme-border-default);padding:var(--stroyme-space-3);text-align:left}@media (max-width:860px){.shell{padding:var(--stroyme-space-4)}.topbar{flex-direction:column;align-items:flex-start}.hero,.metric-grid,.market-toolbar,.market-layout,.market-card,.product-hero,.product-summary-grid{grid-template-columns:1fr}.hero{padding-top:var(--stroyme-space-8)}.smart-card{display:none}.filter-rail{position:static}.market-search,.filter-grid{grid-template-columns:1fr}.offer-column{border-left:0;border-top:1px solid var(--stroyme-border-default);padding-left:0;padding-top:var(--stroyme-space-4)}.result-head{flex-direction:column;align-items:stretch}.sort-form,.result-head .ui-select,.sort-form .ui-button{width:100%}.search-panel{flex-direction:column;align-items:stretch}.search-panel span{padding:0}.smart-card-lines,.proof-grid{grid-template-columns:1fr}.table-wrap{overflow-x:visible}.table,.table tbody,.table td,.table th,.table thead,.table tr{width:100%;display:block}.table thead{display:none}.table tr{border-bottom:1px solid var(--stroyme-border-default);padding-block:var(--stroyme-space-3)}.table tr:last-child{border-bottom:0}.table td{gap:var(--stroyme-space-2);padding:var(--stroyme-space-2) 0;border-bottom:0;grid-template-columns:minmax(7rem,.8fr) 1fr;display:grid}.table td:before{color:var(--stroyme-fg-muted);content:attr(data-label);font-size:var(--stroyme-font-size-sm);font-weight:var(--stroyme-font-weight-medium)}}.shell.shell--wide{max-width:100%;padding:0}.product-visual.product-visual--compact{width:4.5rem;min-height:4.5rem}.product-comparison-page .product-visual{min-height:5rem}.smart-cart-item .product-visual{min-height:4.5rem}.cart-page{gap:var(--stroyme-space-5);padding:var(--stroyme-space-6);display:grid}.cart-hero,.cart-layout{gap:var(--stroyme-space-5);grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);display:grid}.cart-layout{align-items:start}.cart-hero h1{margin-bottom:var(--stroyme-space-3);font-size:clamp(2.2rem,4vw,3.6rem)}.cart-summary-card,.cart-lines-card,.cart-totals-card{gap:var(--stroyme-space-4);padding:var(--stroyme-space-5);display:grid}.cart-summary-card{background:var(--stroyme-bg-inverse);color:var(--stroyme-fg-inverse);align-content:center}.cart-summary-card strong{color:var(--stroyme-fg-inverse);font-size:var(--stroyme-font-size-4xl)}.cart-summary-card span{color:#fffaf3b8}.cart-totals-card>div:not(.delivery-status){justify-content:space-between;align-items:center;display:flex}.cart-totals-card .delivery-status{display:grid}.cart-lines-card .ui-table{width:100%}.cart-lines-card .ui-table-cell{padding-block:var(--stroyme-space-4)}.cart-total-strong{border-top:1px solid var(--stroyme-border-default);padding-top:var(--stroyme-space-4)}.cart-total-strong strong{font-size:var(--stroyme-font-size-2xl)}@media (max-width:860px){.cart-hero,.cart-layout{grid-template-columns:1fr}}
