:root{
  --kp-bg:#fff;
  --kp-surface:#f6f7f8;
  --kp-text:#151719;
  --kp-muted:#66707a;
  --kp-border:#dfe3e7;
  --kp-accent:#e44d26;
  --kp-accent-hover:#c83d1d;
  --kp-success:#1f7a4d;
  --kp-radius:12px;
  --kp-max:1460px;
}
*{box-sizing:border-box}
.kp-site{background:var(--kp-bg);color:var(--kp-text);font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.kp-site a{color:inherit;text-decoration:none}
.kp-header{border-bottom:1px solid var(--kp-border);background:#fff;position:relative;z-index:20}
.kp-header__top,.kp-subnav,.kp-main,.kp-footer{max-width:var(--kp-max);margin:0 auto;padding-left:24px;padding-right:24px}
.kp-header__top{min-height:76px;display:grid;grid-template-columns:auto auto minmax(320px,1fr) auto auto auto;gap:14px;align-items:center}
.kp-brand{display:flex;gap:10px;align-items:center;font-weight:800;letter-spacing:.02em}
.kp-brand__mark{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--kp-text);color:#fff}
.kp-catalog-toggle,.kp-search button,.kp-button{border:0;border-radius:10px;min-height:44px;font:inherit;font-weight:700;cursor:pointer}
.kp-catalog-toggle{background:var(--kp-text);color:#fff;padding:0 18px}
.kp-search{display:flex;border:1px solid var(--kp-border);border-radius:10px;overflow:hidden;background:#fff}
.kp-search input{min-width:0;flex:1;border:0;padding:0 14px;height:46px;font:inherit;outline:none}
.kp-search button{border-radius:0;background:var(--kp-surface);padding:0 18px}
.kp-header__quote{font-weight:700}
.kp-header__contacts,.kp-header__cart{white-space:nowrap}
.kp-mega{display:none;max-width:var(--kp-max);margin:0 auto;padding:22px 24px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:#fff;border-top:1px solid var(--kp-border)}
.kp-mega.is-open{display:grid}
.kp-mega a{padding:14px;border-radius:10px;background:var(--kp-surface);font-weight:700}
.kp-subnav{display:flex;gap:22px;padding-top:10px;padding-bottom:10px;font-size:14px;color:var(--kp-muted)}
.kp-main{padding-top:24px;padding-bottom:64px}
.kp-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:var(--kp-muted);font-size:14px;margin-bottom:24px}
.kp-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;padding:44px 0 56px;border-bottom:1px solid var(--kp-border)}
.kp-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;color:var(--kp-muted)}
.kp-hero h1,.kp-category h1,.kp-product h1{font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.03em;margin:.2em 0 .35em}
.kp-hero p{max-width:700px;color:var(--kp-muted);font-size:18px}
.kp-hero__actions,.kp-buy-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.kp-button{display:inline-flex;align-items:center;justify-content:center;padding:0 20px}
.kp-button--primary{background:var(--kp-accent);color:#fff}
.kp-button--primary:hover{background:var(--kp-accent-hover)}
.kp-button--secondary{border:1px solid var(--kp-border);background:#fff}
.kp-section{padding:54px 0;border-bottom:1px solid var(--kp-border)}
.kp-section__head{max-width:760px;margin-bottom:24px}
.kp-section__head h2{font-size:34px;line-height:1.15;margin:.15em 0}
.kp-direction-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.kp-direction{grid-column:span 2}
.kp-direction:nth-child(4),.kp-direction:nth-child(5){grid-column:span 3}
.kp-direction{min-height:170px;padding:24px;background:var(--kp-surface);border-radius:var(--kp-radius);display:flex;flex-direction:column;justify-content:flex-end}
.kp-direction strong{font-size:21px;line-height:1.2}
.kp-direction span{margin-top:8px;color:var(--kp-muted)}
.kp-task-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.kp-task-grid a{padding:20px 0;border-top:2px solid var(--kp-text);font-weight:700}
.kp-commercial-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.kp-commercial-strip div{display:flex;flex-direction:column}
.kp-commercial-strip span{color:var(--kp-muted);font-size:14px;margin-top:4px}
.kp-subcategories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:28px 0}
.kp-subcategory{padding:22px;background:var(--kp-surface);border-radius:var(--kp-radius)}
.kp-subcategory span{display:block;color:var(--kp-muted);font-size:14px;margin-top:8px}
.kp-plp-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:26px 0 18px}
.kp-view-toggle{display:flex;border:1px solid var(--kp-border);border-radius:9px;overflow:hidden}
.kp-view-toggle button{border:0;background:#fff;padding:9px 14px}
.kp-view-toggle .is-active{background:var(--kp-text);color:#fff}
.kp-filters{margin-bottom:20px}
.kp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.kp-product-card{display:flex;flex-direction:column;border-top:1px solid var(--kp-border);padding-top:16px;min-width:0}
.kp-product-card__media{aspect-ratio:1/1;display:grid;place-items:center;background:#fff;overflow:hidden}
.kp-product-card__media img{max-width:100%;max-height:100%;object-fit:contain}
.kp-product-card__body{padding:14px 0}
.kp-product-card h3{font-size:16px;line-height:1.35;margin:6px 0}
.kp-product-card p{color:var(--kp-muted);font-size:14px}
.kp-product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}
.kp-price{font-size:20px;white-space:nowrap}
.kp-sku{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--kp-muted)}
.kp-link{font-weight:700;text-decoration:underline!important;text-underline-offset:3px}
.kp-product-table-wrap{overflow:auto;border-top:1px solid var(--kp-border)}
.kp-product-table{width:100%;border-collapse:collapse;min-width:860px}
.kp-product-table th,.kp-product-table td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--kp-border);vertical-align:top}
.kp-product-table th{font-size:12px;text-transform:uppercase;color:var(--kp-muted)}
.kp-product__hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);gap:48px;align-items:start;min-width:0;max-width:100%}
.kp-product__gallery,.kp-product__buy{min-width:0;max-width:100%}
.kp-product__main-image{min-height:520px;display:grid;place-items:center;width:100%;max-width:100%;min-width:0;overflow:hidden}
.kp-product__main-image img{max-width:100%;max-height:620px;object-fit:contain}
.kp-product__thumbs{display:flex;gap:10px;overflow:auto;margin-top:14px}
.kp-product__thumbs button{width:84px;height:84px;flex:0 0 84px;border:1px solid var(--kp-border);background:#fff;border-radius:8px;padding:6px}
.kp-product__thumbs img{width:100%;height:100%;object-fit:contain}
.kp-product__buy{position:sticky;top:16px}
.kp-product__buy h1{font-size:38px}
.kp-quick-specs,.kp-spec-table{margin:22px 0}
.kp-quick-specs>div,.kp-spec-table>div{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:9px 0;border-bottom:1px solid var(--kp-border)}
.kp-quick-specs dt,.kp-spec-table dt{color:var(--kp-muted)}
.kp-buybox{margin-top:24px;border-top:1px solid var(--kp-border);padding-top:24px}
.kp-options{display:grid;gap:14px}
.kp-option{display:grid;gap:6px}
.kp-option select{height:44px;border:1px solid var(--kp-border);border-radius:8px;padding:0 10px;background:#fff}
.kp-skus{display:grid;gap:8px}
.kp-skus label{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid var(--kp-border);border-radius:8px}
.kp-skus .is-disabled{opacity:.45}
.kp-buybox__price{display:flex;justify-content:space-between;align-items:end;margin:22px 0}
.kp-buybox__price strong{font-size:34px;line-height:1}
.kp-buybox__cta{display:grid;grid-template-columns:120px 1fr;gap:12px}
.kp-qty{display:grid;gap:4px;font-size:12px;color:var(--kp-muted)}
.kp-qty input{height:44px;border:1px solid var(--kp-border);border-radius:8px;padding:0 10px;font:inherit;color:var(--kp-text)}
.kp-product__details{margin-top:64px;display:grid;gap:36px;max-width:980px}
.kp-product__details h2{font-size:28px}
.kp-footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding-top:42px;padding-bottom:42px;border-top:1px solid var(--kp-border)}
.kp-footer>div{display:flex;flex-direction:column;gap:7px}
.kp-footer p{color:var(--kp-muted)}
.kp-empty{padding:48px 0;color:var(--kp-muted)}

@media (max-width:1100px){
  .kp-header__top{grid-template-columns:auto auto 1fr auto}
  .kp-header__quote,.kp-header__contacts{display:none}
  .kp-direction-grid{grid-template-columns:repeat(2,1fr)}
  .kp-direction,.kp-direction:nth-child(4),.kp-direction:nth-child(5){grid-column:auto}
  .kp-product-grid{grid-template-columns:repeat(3,1fr)}
  .kp-task-grid,.kp-commercial-strip{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .kp-header__top,.kp-subnav,.kp-main,.kp-footer{padding-left:16px;padding-right:16px}
  .kp-header__top{min-height:64px;grid-template-columns:auto auto auto;gap:8px}
  .kp-brand__text{display:none}
  .kp-header__search{grid-column:1/-1;grid-row:2;padding-bottom:12px}
  .kp-header__cart{justify-self:end}
  .kp-mega{grid-template-columns:1fr;padding:14px 16px}
  .kp-subnav{overflow:auto;white-space:nowrap}
  .kp-hero{grid-template-columns:1fr;gap:22px;padding:28px 0 36px}
  .kp-hero h1,.kp-category h1{font-size:34px}
  .kp-section{padding:38px 0}
  .kp-section__head h2{font-size:28px}
  .kp-direction-grid,.kp-subcategories{grid-template-columns:repeat(2,1fr)}
  .kp-direction{min-height:140px;padding:16px}
  .kp-direction strong{font-size:17px}
  .kp-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .kp-product__hero{grid-template-columns:minmax(0,1fr);gap:28px;width:100%;min-width:0;max-width:100%}
  .kp-product__main-image{min-height:340px}
  .kp-product__buy{position:static}
  .kp-product__buy h1{font-size:31px}
  .kp-buybox__cta{position:sticky;bottom:0;background:#fff;padding:10px 0;border-top:1px solid var(--kp-border);z-index:8}
  .kp-footer{grid-template-columns:1fr}
}

.kp-filter-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:18px;background:var(--kp-surface);border-radius:var(--kp-radius)}
.kp-filter-group{border:0;margin:0;padding:0;min-width:0}
.kp-filter-group legend{font-size:13px;font-weight:800;margin-bottom:8px}
.kp-filter-values{display:grid;gap:5px;max-height:170px;overflow:auto}
.kp-filter-values label,.kp-filter-group>label{display:flex;gap:7px;align-items:flex-start;font-size:14px}
.kp-filter-range{display:flex;align-items:center;gap:6px}
.kp-filter-range input{width:100%;min-width:0;height:38px;border:1px solid var(--kp-border);border-radius:7px;padding:0 8px}
.kp-filter-actions{display:flex;gap:8px;align-items:end}
.kp-add2cart{display:grid;grid-template-columns:auto 116px minmax(150px,1fr);gap:12px;align-items:end;margin-top:22px}
.kp-add2cart .price{font-size:34px;line-height:44px;font-weight:800}
.kp-add2cart .compare-at-price{grid-column:1/-1;color:var(--kp-muted);text-decoration:line-through}
.kp-add2cart .kp-qty{display:grid;gap:4px;font-size:12px;color:var(--kp-muted)}
.kp-add2cart .kp-qty input{height:44px;border:1px solid var(--kp-border);border-radius:8px;padding:0 10px;font:inherit;color:var(--kp-text);width:100%}
.kp-add2cart input[type=submit]{height:44px;border:0}
.kp-stocks{margin-top:14px;font-size:14px}
.kp-stocks .stock-high{color:var(--kp-success)}
.kp-stocks .stock-low,.kp-stocks .stock-critical{color:#9a6813}
.kp-stocks .stock-none{color:#9b2e2e}
@media (max-width:900px){
  .kp-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .kp-filter-form{grid-template-columns:1fr}
  .kp-add2cart{grid-template-columns:1fr 110px}
  .kp-add2cart .price{grid-column:1/-1}
  .kp-add2cart input[type=submit]{position:sticky;bottom:8px}
}


/* Proof pages: Natural Order */
.kp-family-lead{max-width:980px;margin:0 0 34px}
.kp-family-lead>p:not(.kp-eyebrow){max-width:760px;margin:10px 0 0;line-height:1.6}
.kp-family-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:28px;border-top:1px solid rgba(20,20,20,.14);border-bottom:1px solid rgba(20,20,20,.14)}
.kp-family-choices>a,.kp-family-choices>span{display:flex;min-height:106px;flex-direction:column;justify-content:center;gap:7px;padding:18px 20px;text-decoration:none;color:inherit;border-right:1px solid rgba(20,20,20,.1)}
.kp-family-choices>*:last-child{border-right:0}
.kp-family-choices strong{font-size:16px;font-weight:650}
.kp-family-choices span span,.kp-family-choices small,.kp-family-choices a span{font-size:13px;line-height:1.4;color:rgba(20,20,20,.62)}
.kp-family-choices .is-active{box-shadow:inset 0 -3px 0 currentColor}
@media (max-width:760px){
  .kp-family-choices{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kp-family-choices>*{border-bottom:1px solid rgba(20,20,20,.1)}
  .kp-family-choices>*:nth-child(2n){border-right:0}
  .kp-family-choices>*:nth-last-child(-n+2){border-bottom:0}
}

/* Mobile containment guard */
.kp-product,.kp-product__hero,.kp-product__gallery,.kp-product__buy,.kp-product__details,.kp-richtext{min-width:0;max-width:100%}
.kp-product img,.kp-product video,.kp-product iframe,.kp-richtext img,.kp-richtext video,.kp-richtext iframe{max-width:100%;height:auto}
.kp-quick-specs dd,.kp-spec-table dd,.kp-product h1,.kp-richtext{min-width:0;overflow-wrap:anywhere;word-break:break-word}
@media (max-width:760px){
  .kp-product{overflow-x:hidden}
  .kp-product__hero,.kp-product__gallery,.kp-product__buy,.kp-product__details{width:100%;max-width:100%;min-width:0;overflow-x:hidden}
  .kp-product__thumbs{max-width:100%;overflow-x:auto}
  .kp-quick-specs>div,.kp-spec-table>div{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}

/* HOOKS exact-family selector: values are constrained by the 14 rendered SKU rows. */
.kp-hooks-filter-form select{width:100%;height:42px;border:1px solid var(--kp-border);border-radius:8px;background:#fff;padding:0 10px;font:inherit;color:var(--kp-text)}
.kp-hooks-filter-form option:disabled{color:#a4a8ad}
.kp-hooks-selector__summary,.kp-hooks-selector__empty{margin:10px 0 0;font-size:14px;color:var(--kp-muted)}
.kp-hooks-selector__empty{color:#7d4a13}
.kp-hook-wholesale{margin-top:4px;font-size:12px;line-height:1.4;color:var(--kp-muted);max-width:280px}
.kp-hook-quickbuy{display:flex;align-items:end;gap:8px}
.kp-hook-quickbuy label{display:grid;gap:3px;font-size:11px;color:var(--kp-muted)}
.kp-hook-quickbuy input[type=number]{width:64px;height:40px;border:1px solid var(--kp-border);border-radius:7px;padding:0 7px}
.kp-hook-quickbuy .kp-button{min-height:40px;padding:0 14px}
[data-kp-hook-row][hidden]{display:none!important}
@media (max-width:760px){
  .kp-product-card__bottom{align-items:flex-start;flex-direction:column}
  .kp-hook-quickbuy{width:100%}
}

/* B1.2 HOOKS family runtime composition — scoped to the proven hooks route. */
.kp-hooks-family{
  --kp-b12-page:#f8f6f0;
  --kp-b12-paper:#fff;
  --kp-b12-soft:#f1eee5;
  --kp-b12-line:#d9d3c5;
  --kp-b12-ink:#181714;
  --kp-b12-muted:#635e55;
  --kp-b12-green:#21492c;
  background:var(--kp-b12-page);
  color:var(--kp-b12-ink);
  padding:22px 24px 52px;
}
.kp-hooks-family .kp-eyebrow{color:var(--kp-b12-muted);font-weight:600;letter-spacing:.07em}
.kp-hooks-b12-hero{
  display:grid;
  grid-template-columns:minmax(0,500px) minmax(0,1fr);
  gap:38px;
  align-items:center;
  background:var(--kp-b12-paper);
  border:1px solid var(--kp-b12-line);
  border-radius:12px;
  padding:22px;
}
.kp-hooks-b12-hero__media{height:268px;display:grid;place-items:center;overflow:hidden;min-width:0}
.kp-hooks-b12-hero__media a{display:grid;place-items:center;width:100%;height:100%}
.kp-hooks-b12-hero__media img{width:100%;height:100%;object-fit:contain}
.kp-hooks-b12-hero__noimage{color:var(--kp-b12-muted);font-size:14px}
.kp-hooks-b12-hero__body{min-width:0}
.kp-hooks-b12-hero h1{
  margin:5px 0 18px;
  font-size:clamp(34px,3.6vw,52px);
  line-height:1.06;
  letter-spacing:-.03em;
  font-weight:500;
}
.kp-hooks-b12-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--kp-b12-line);
  border-bottom:1px solid var(--kp-b12-line);
  margin-bottom:17px;
}
.kp-hooks-b12-facts>div{position:relative;min-width:0;padding:11px 24px 10px 0}
.kp-hooks-b12-facts>div:not(:last-child)::after{
  content:"";position:absolute;right:12px;top:10px;bottom:10px;width:1px;background:var(--kp-b12-line)
}
.kp-hooks-b12-facts strong{display:block;font-size:19px;line-height:1.08;font-weight:500}
.kp-hooks-b12-facts span{display:block;margin-top:3px;font-size:11px;color:var(--kp-b12-muted)}
.kp-hooks-b12-family-price{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;padding-top:14px}
.kp-hooks-b12-price-tier{padding:10px 12px;border:1px solid var(--kp-b12-line);border-radius:7px;background:var(--kp-b12-soft)}
.kp-hooks-b12-price-tier span{display:block;font-size:10px;color:var(--kp-b12-muted);text-transform:uppercase;letter-spacing:.04em}
.kp-hooks-b12-price-tier strong{display:block;margin-top:4px;font-size:17px;font-weight:550;letter-spacing:-.01em}
.kp-hooks-b12-finish{margin:9px 0 0;font-size:12px;color:var(--kp-b12-muted)}
.kp-hooks-system-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;border:1px solid var(--kp-b12-line);border-radius:10px;overflow:hidden;background:var(--kp-b12-paper)}
.kp-hooks-system-nav a{display:flex;min-height:72px;flex-direction:column;justify-content:center;gap:5px;padding:12px 14px;color:var(--kp-b12-ink);border-right:1px solid var(--kp-b12-line);text-decoration:none}
.kp-hooks-system-nav a:last-child{border-right:0}
.kp-hooks-system-nav a.is-active{box-shadow:inset 0 -3px 0 var(--kp-b12-green)}
.kp-hooks-system-nav strong{font-size:14px;font-weight:600}
.kp-hooks-system-nav span{font-size:11px;color:var(--kp-b12-muted)}
.kp-hooks-family-nav{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 0}
.kp-hooks-family-nav a{display:flex;align-items:center;gap:8px;min-height:42px;padding:8px 12px;border:1px solid var(--kp-b12-line);border-radius:8px;background:var(--kp-b12-paper);color:var(--kp-b12-ink);text-decoration:none}
.kp-hooks-family-nav a.is-active{border-color:var(--kp-b12-green);box-shadow:inset 0 -2px 0 var(--kp-b12-green)}
.kp-hooks-family-nav strong{font-size:13px;font-weight:600}
.kp-hooks-family-nav span{font-size:11px;color:var(--kp-b12-muted)}
.kp-hooks-b12-row__hero-source{display:none!important}
.kp-hooks-family .kp-hooks-selector{margin:22px 0 0}
.kp-hooks-selector__head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:10px}
.kp-hooks-selector__head h2{font-size:22px;line-height:1.2;font-weight:500;margin:0}
.kp-hooks-selector__head p{font-size:12px;color:var(--kp-b12-muted);margin:0}
.kp-hooks-family .kp-hooks-filter-form{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:8px;
  padding:10px;
  background:var(--kp-b12-soft);
  border:1px solid var(--kp-b12-line);
  border-radius:5px;
}
.kp-hooks-family .kp-filter-group legend{font-size:11px;font-weight:500;color:var(--kp-b12-muted);margin-bottom:5px}
.kp-hooks-family .kp-hooks-filter-form select{
  height:38px;border-color:var(--kp-b12-line);border-radius:5px;color:var(--kp-b12-ink)
}
.kp-hooks-family .kp-filter-actions{display:flex;justify-content:flex-end;align-items:center;margin-top:8px}
.kp-hooks-family .kp-filter-actions .kp-button{
  min-height:38px;border-radius:5px;border:0;background:var(--kp-b12-green);color:#fff;font-weight:500
}
.kp-hooks-family .kp-hooks-selector__summary,
.kp-hooks-family .kp-hooks-selector__empty{font-size:12px;color:var(--kp-b12-muted);margin:9px 0 0}
.kp-hooks-b12-registry{margin-top:10px;border-top:1px solid var(--kp-b12-line);border-bottom:1px solid var(--kp-b12-line)}
.kp-hooks-b12-registry__head,.kp-hooks-b12-row{
  display:grid;
  grid-template-columns:minmax(300px,2fr) minmax(150px,.8fr) minmax(250px,1.25fr) minmax(150px,.8fr);
  gap:14px;
  align-items:center;
}
.kp-hooks-b12-registry__head{padding:10px 12px;color:var(--kp-b12-muted);font-size:11px;font-weight:500}
.kp-hooks-b12-row{
  min-width:0;
  padding:12px;
  border-top:1px solid var(--kp-b12-line);
  background:rgba(255,255,255,.58);
}
.kp-hooks-b12-row__variant,.kp-hooks-b12-row__sku,.kp-hooks-b12-row__price,.kp-hooks-b12-row__action{min-width:0}
.kp-hooks-b12-row__variant{display:flex;align-items:center;gap:10px}
.kp-hooks-b12-row__thumb{flex:0 0 64px;width:64px;height:64px;border:1px solid var(--kp-b12-line);border-radius:8px;background:#fff;overflow:hidden}
.kp-hooks-b12-row__thumb img{display:block;width:100%;height:100%;object-fit:contain}
.kp-hooks-b12-row__name{min-width:0}
.kp-hooks-b12-row__variant a{font-size:14px;line-height:1.35;font-weight:400}
.kp-hooks-b12-row__sku{font-size:12px;color:var(--kp-b12-muted);overflow-wrap:anywhere}
.kp-hooks-b12-row__price .kp-price{display:block;font-size:16px;font-weight:500;color:var(--kp-b12-ink)}
.kp-hooks-family .kp-hook-wholesale{max-width:none;font-size:11px;line-height:1.4;color:var(--kp-b12-muted)}
.kp-hooks-b12-row__action{display:flex;justify-content:flex-end}
.kp-hooks-family .kp-hook-quickbuy{justify-content:flex-end}
.kp-hooks-family .kp-hook-quickbuy input[type=number]{border-color:var(--kp-b12-line);border-radius:5px}
.kp-hooks-family .kp-hook-quickbuy .kp-button{border-radius:5px;background:var(--kp-b12-green);font-weight:500}
.kp-hooks-family .kp-link{font-weight:500;text-underline-offset:3px}
@media (max-width:900px){
  .kp-hooks-b12-hero{grid-template-columns:minmax(0,42%) minmax(0,1fr);gap:24px}
  .kp-hooks-b12-registry__head,.kp-hooks-b12-row{
    grid-template-columns:minmax(240px,1.6fr) minmax(140px,.8fr) minmax(220px,1.2fr) minmax(130px,.7fr)
  }
}
@media (max-width:760px){
  .kp-hooks-family{padding:12px 12px 44px}
  .kp-hooks-b12-hero{grid-template-columns:1fr;gap:14px;padding:12px}
  .kp-hooks-b12-hero__media{height:205px}
  .kp-hooks-b12-hero h1{font-size:29px;margin-bottom:14px}
  .kp-hooks-b12-family-price{grid-template-columns:1fr}
  .kp-hooks-system-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kp-hooks-system-nav a{border-bottom:1px solid var(--kp-b12-line)}
  .kp-hooks-system-nav a:nth-child(2n){border-right:0}
  .kp-hooks-system-nav a:nth-last-child(-n+2){border-bottom:0}
  .kp-hooks-family-nav{display:grid;grid-template-columns:1fr;gap:6px}
  .kp-hooks-family-nav a{min-height:40px;justify-content:space-between}
  .kp-hooks-b12-facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px}
  .kp-hooks-b12-facts>div{padding:10px 20px 9px 0}
  .kp-hooks-b12-facts>div:nth-child(1),.kp-hooks-b12-facts>div:nth-child(2){border-bottom:1px solid var(--kp-b12-line)}
  .kp-hooks-b12-facts>div:nth-child(2)::after{display:none}
  .kp-hooks-b12-family-price{padding-top:12px}
  .kp-hooks-selector__head{display:block}
  .kp-hooks-selector__head p{margin-top:5px}
  .kp-hooks-family .kp-hooks-filter-form{grid-template-columns:1fr 1fr}
  .kp-hooks-family .kp-filter-actions{margin-top:8px}
  .kp-hooks-family .kp-filter-actions .kp-button{width:100%}
  .kp-hooks-b12-registry__head{display:none}
  .kp-hooks-b12-row{
    display:block;
    padding:8px 2px 9px;
    border:0;
    border-bottom:1px solid var(--kp-b12-line);
    border-radius:0;
    background:transparent;
  }
  .kp-hooks-b12-row__variant{align-items:flex-start}
  .kp-hooks-b12-row__thumb{flex-basis:52px;width:52px;height:52px}
  .kp-hooks-b12-row__variant a{font-size:15px;line-height:1.25;font-weight:400}
  .kp-hooks-b12-row__sku{margin-top:1px;font-size:11px;line-height:1.25}
  .kp-hooks-b12-row__price{margin-top:5px}
  .kp-hooks-b12-row__price .kp-price{font-size:15px;line-height:1.2}
  .kp-hooks-family .kp-hook-wholesale{margin-top:2px;line-height:1.25}
  .kp-hooks-b12-row__action{justify-content:flex-start;margin-top:5px}
  .kp-hooks-family .kp-link{font-size:14px;line-height:1.3}
  .kp-hooks-family .kp-hook-quickbuy{width:100%;justify-content:flex-start}
}



/* Slice C: shared family/category decision-workspace contract.
   Family-specific selector logic stays isolated; only composition and responsive
   invariants are shared between proven HOOKS and DBR39 surfaces. */
.kp-family-workspace{min-width:0;max-width:100%}
.kp-family-workspace__hero,
.kp-family-workspace__selector,
.kp-family-workspace__results{min-width:0;max-width:100%}
.kp-family-workspace__selector{scroll-margin-top:88px}
.kp-family-workspace__summary{min-height:18px}
.kp-family-workspace__results{overflow-wrap:anywhere}
.kp-family-workspace__results form,
.kp-family-workspace__results input,
.kp-family-workspace__selector select{max-width:100%}
@media(max-width:760px){
  .kp-family-workspace{overflow-x:hidden}
  .kp-family-workspace__selector{scroll-margin-top:72px}
  .kp-family-workspace__results{width:100%;overflow-x:hidden}
}

/* DBR39: native ten-SKU family, isolated from the frozen HOOKS grammar. */
.kp-dbr39-family{color:#302f2b;background:#fbfaf7}
.kp-dbr39-family .kp-dbr-hero{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:center;padding:16px 0 24px;border-bottom:1px solid #dcd9d0}
.kp-dbr39-family .kp-dbr-hero__media{height:205px;background:#fff}
.kp-dbr39-family .kp-dbr-hero__media img{display:block;width:100%;height:100%;object-fit:contain}
.kp-dbr39-family h1{font-size:34px;line-height:1.15;font-weight:500;margin:8px 0 12px}
.kp-dbr39-family .kp-dbr-meaning{font-size:15px;line-height:1.45;margin:0 0 20px;color:#67655d}
.kp-dbr39-family .kp-dbr-facts{display:flex;gap:30px;margin:0}
.kp-dbr39-family .kp-dbr-facts dt{font-size:12px;color:#77746b;margin-bottom:5px}
.kp-dbr39-family .kp-dbr-facts dd{font-size:17px;margin:0;font-weight:500}
.kp-dbr39-family .kp-dbr-selection{padding:22px 0 14px}
.kp-dbr39-family .kp-dbr-selection__heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.kp-dbr39-family h2{font-size:20px;font-weight:500;margin:0}
.kp-dbr39-family button.kp-link{border:0;background:transparent;color:#625e51;text-decoration:underline;font:inherit;cursor:pointer}
.kp-dbr39-family .kp-dbr-filters{display:flex;gap:14px}
.kp-dbr39-family .kp-dbr-filters label{display:grid;gap:5px;font-size:12px;min-width:210px}
.kp-dbr39-family select{width:100%;min-height:42px;background:#fff;border:1px solid #ccc8be;border-radius:3px;padding:8px 10px;font:inherit;font-size:14px;color:#302f2b}
.kp-dbr39-family .kp-dbr-summary{font-size:12px;color:#747167;margin:12px 0 0}
.kp-dbr39-family .kp-dbr-registry__head,.kp-dbr39-family .kp-dbr-row{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(150px,1fr) minmax(180px,1fr) 120px;gap:20px;align-items:center}
.kp-dbr39-family .kp-dbr-registry__head{font-size:11px;color:#77746b;padding:10px 12px;background:#efede6;border-bottom:1px solid #dcd9d0}
.kp-dbr39-family .kp-dbr-row{min-height:80px;padding:10px 12px;border:0;border-bottom:1px solid #dedbd3;border-radius:0;box-shadow:none;background:transparent}
.kp-dbr39-family .kp-dbr-row[hidden]{display:none!important}
.kp-dbr39-family .kp-dbr-row__variant a{font-size:15px;font-weight:400;line-height:1.4;color:#302f2b;text-decoration:none}
.kp-dbr39-family .kp-dbr-row__sku{font-size:13px;color:#69665e;white-space:nowrap}
.kp-dbr39-family .kp-price{font-size:16px;font-weight:500}
.kp-dbr39-family .kp-dbr-wholesale{font-size:11px;line-height:1.4;color:#77746b;margin-top:3px}
.kp-dbr39-family .kp-dbr-row__action .kp-link{font-size:13px;display:inline-flex;align-items:center;min-height:44px;color:#504d44}
.kp-dbr39-family .kp-dbr-row__action form{display:flex;gap:6px}
.kp-dbr39-family .kp-dbr-row__action input[type=number]{width:48px}
@media(max-width:600px){
 .kp-dbr39-family .kp-dbr-hero{grid-template-columns:96px minmax(0,1fr);gap:14px;padding:8px 0 18px;align-items:start}
 .kp-dbr39-family .kp-dbr-hero__media{height:125px}
 .kp-dbr39-family .kp-eyebrow{font-size:10px;letter-spacing:.04em;margin:0 0 5px}
 .kp-dbr39-family h1{font-size:24px;line-height:1.16;margin:0 0 8px}
 .kp-dbr39-family .kp-dbr-meaning{font-size:12px;line-height:1.35;margin-bottom:12px}
 .kp-dbr39-family .kp-dbr-facts{gap:10px;flex-wrap:wrap}
 .kp-dbr39-family .kp-dbr-facts dt{font-size:10px;margin-bottom:2px}
 .kp-dbr39-family .kp-dbr-facts dd{font-size:12px}
 .kp-dbr39-family .kp-dbr-selection{padding:16px 0 12px}
 .kp-dbr39-family h2{font-size:18px}
 .kp-dbr39-family .kp-dbr-filters{gap:10px}
 .kp-dbr39-family .kp-dbr-filters label{min-width:0;flex:1}
 .kp-dbr39-family .kp-dbr-registry__head{display:none}
 .kp-dbr39-family .kp-dbr-row{grid-template-columns:minmax(0,1fr) 134px;grid-template-areas:'variant price' 'sku price' 'action price';gap:2px 10px;padding:12px 0;min-height:116px}
 .kp-dbr39-family .kp-dbr-row__variant{grid-area:variant}
 .kp-dbr39-family .kp-dbr-row__variant a{font-size:14px;line-height:1.3}
 .kp-dbr39-family .kp-dbr-row__sku{grid-area:sku;font-size:11px}
 .kp-dbr39-family .kp-dbr-row__price{grid-area:price;align-self:start}
 .kp-dbr39-family .kp-dbr-row__action{grid-area:action}
 .kp-dbr39-family .kp-dbr-wholesale{font-size:10px;line-height:1.5}
 .kp-dbr39-family .kp-dbr-row__action .kp-link{font-size:12px;min-height:36px}
}


/* P1008 native variants and product-owned gallery, isolated from family pages. */
.kp-p1008{min-width:0;max-width:100%}
.kp-p1008 .kp-product__hero{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:40px;align-items:start}
.kp-p1008 .kp-product__gallery{min-width:0}
.kp-p1008 .kp-product__main-image{min-height:0;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#fff}
.kp-p1008 .kp-product__main-image img{display:block;width:100%;height:100%;max-height:540px;object-fit:contain}
.kp-p1008 .kp-product__buy{position:static;min-width:0}
.kp-p1008 .kp-product__buy h1{font-size:30px;line-height:1.22;font-weight:400;margin:0 0 16px}
.kp-p1008__intro{color:#626c76;margin:0 0 24px}
.kp-p1008__gallery-heading{display:flex;justify-content:space-between;gap:12px;margin:12px 0 8px;font-size:13px;color:#626c76}
.kp-p1008 .kp-product__thumbs{position:relative;display:flex;gap:8px;overflow-x:auto;max-width:100%;padding:3px 2px 10px;overscroll-behavior-x:contain}
.kp-p1008 .kp-product__thumbs button{flex:0 0 64px;width:64px;height:64px;padding:3px;border:1px solid #cfd5da;background:#fff;border-radius:4px;cursor:pointer}
.kp-p1008 .kp-product__thumbs button[aria-pressed="true"]{border:2px solid #a72c32;background:#faf3f3}
.kp-p1008 .kp-product__thumbs button:focus-visible{outline:2px solid #a72c32;outline-offset:2px}
.kp-p1008 .kp-product__thumbs img{width:100%;height:100%;object-fit:contain}
.kp-p1008 .kp-option select{width:100%;min-height:44px}
.kp-p1008 .kp-add2cart{margin-top:20px}
.kp-p1008__identity{border-top:1px solid #e0e4e7;padding-top:18px;margin-top:22px;font-size:14px}
.kp-p1008__identity div{display:grid;grid-template-columns:130px 1fr;gap:12px;margin:10px 0}
.kp-p1008__identity dt{color:#626c76}.kp-p1008__identity dd{margin:0}
.kp-p1008 [hidden]{display:none!important}
@media(max-width:760px){
.kp-p1008 .kp-product__hero{grid-template-columns:minmax(0,1fr);gap:24px}
.kp-p1008 .kp-product__main-image{min-height:0}
.kp-p1008 .kp-product__buy h1{font-size:24px}
.kp-p1008 .kp-product__thumbs button{flex-basis:56px;width:56px;height:56px}
.kp-p1008__identity div{grid-template-columns:110px 1fr}
}

/* Slice D: reusable configurable PDP decision contract.
   Native Shop-Script variant resolution remains authoritative; these rules only
   group identity, selector, specs and cart surfaces without changing data. */
.kp-configurable-pdp{min-width:0;max-width:100%}
.kp-configurable-pdp__decision{min-width:0;max-width:100%}
.kp-configurable-pdp__commerce{min-width:0;max-width:100%;margin-top:20px;padding:18px;border:1px solid #e0e4e7;border-radius:10px;background:#f8f6f0}
.kp-configurable-pdp__selector{min-width:0;max-width:100%}
.kp-configurable-pdp__selector .kp-option{min-width:0}
.kp-configurable-pdp__selector select{max-width:100%}
.kp-configurable-pdp__identity{min-width:0;max-width:100%}
.kp-configurable-pdp__identity dd{overflow-wrap:anywhere}
.kp-configurable-pdp__cart{min-width:0;max-width:100%}
.kp-configurable-pdp__specs{min-width:0;max-width:100%}
@media(max-width:760px){
  .kp-configurable-pdp__commerce{padding:14px;border-radius:8px}
  .kp-configurable-pdp__identity div{grid-template-columns:100px minmax(0,1fr)}
  .kp-configurable-pdp__cart{grid-template-columns:minmax(0,1fr)}
  .kp-configurable-pdp__cart .price{grid-column:1/-1}
}

.kp-p1008 .kp-product__details{margin-top:36px;border-top:1px solid #e0e4e7;padding-top:24px}
.kp-p1008 .kp-v4-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}
.kp-p1008 .kp-v4-benefits strong,.kp-p1008 .kp-v4-benefits span{display:block}
.kp-p1008 .kp-v4-benefits span{margin-top:6px}
.kp-p1008 .kp-v4-eyebrow{color:#626c76;font-size:13px}
@media(max-width:760px){.kp-p1008 .kp-v4-benefits{grid-template-columns:1fr}}

.kp-p1008 .kp-add2cart input[type="submit"]:disabled{width:280px;min-width:0;max-width:100%;height:auto;min-height:44px;padding:10px 16px;white-space:nowrap;flex:0 0 auto;background:#eef0f2;color:#48535d;opacity:1;cursor:default}



/* No quantity column exists in the native status-0 viewing state. */
.kp-p1008[data-product-status="0"] .kp-add2cart{grid-template-columns:minmax(0,1fr)}
.kp-p1008[data-product-status="0"] .kp-add2cart input[type="submit"]{position:static}



/* CONNECTED ARCHITECTURE HOME V1 */
.kp-mega a{display:flex;flex-direction:column;gap:4px}
.kp-mega a span{font-size:13px;font-weight:400;color:var(--kp-muted);line-height:1.35}
.kp-subnav__button,.kp-footer__button,.kp-task-grid--connected button{border:0;background:transparent;padding:0;font:inherit;color:inherit;cursor:pointer;text-align:left}
.kp-subnav__button{color:var(--kp-muted)}
.kp-footer__button{text-decoration:underline;text-underline-offset:3px}
.kp-connected-home{max-width:100%}
.kp-home-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:42px;align-items:center;padding:28px 0 38px;border-bottom:1px solid var(--kp-border)}
.kp-home-intro h1{font-size:clamp(34px,4.6vw,58px);line-height:1.02;letter-spacing:-.035em;margin:.15em 0 .35em;font-weight:600;max-width:900px}
.kp-home-intro__copy>p:not(.kp-eyebrow){max-width:760px;color:var(--kp-muted);font-size:17px}
.kp-home-intro__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.kp-home-intro__search{border-top:2px solid var(--kp-text);padding-top:16px}
.kp-home-intro__search>p{margin:0 0 10px}
.kp-home-intro__search>span{display:block;margin-top:9px;font-size:12px;color:var(--kp-muted)}
.kp-connected-home .kp-direction-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.kp-connected-home .kp-direction,.kp-connected-home .kp-direction:nth-child(4),.kp-connected-home .kp-direction:nth-child(5){grid-column:auto;min-height:154px;border-top:2px solid var(--kp-text);border-radius:0;background:transparent;padding:20px 0}
.kp-connected-home .kp-task-grid--connected{grid-template-columns:repeat(4,minmax(0,1fr))}
.kp-connected-home .kp-task-grid--connected>a,.kp-connected-home .kp-task-grid--connected>button{padding:18px 0;border-top:2px solid var(--kp-text);font-weight:700}
.kp-commercial-strip--connected{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){
  .kp-home-intro{grid-template-columns:1fr;gap:22px}
  .kp-connected-home .kp-direction-grid{grid-template-columns:1fr}
  .kp-connected-home .kp-task-grid--connected{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kp-commercial-strip--connected{grid-template-columns:1fr}
}
@media(max-width:760px){
  .kp-home-intro{padding:18px 0 28px}
  .kp-home-intro h1{font-size:34px}
  .kp-home-intro__actions .kp-button{flex:1 1 100%}
  .kp-connected-home .kp-task-grid--connected{grid-template-columns:1fr}
  .kp-mega a{padding:12px 0;border-radius:0;background:transparent;border-bottom:1px solid var(--kp-border)}
}


/* CONNECTED VISUAL SHELL / HOME V2 */
:root{
  --kp-v2-ink:#17191b;
  --kp-v2-muted:#687078;
  --kp-v2-line:#dedbd4;
  --kp-v2-paper:#fbfaf7;
  --kp-v2-panel:#f2f0e9;
  --kp-v2-card:#ffffff;
  --kp-v2-accent:#d94b2b;
  --kp-v2-accent-dark:#b8381f;
  --kp-v2-max:1280px;
  --kp-v2-radius:18px;
  --kp-v2-shadow:0 16px 46px rgba(27,28,29,.08);
}
html,body{margin:0;padding:0;min-width:320px;background:var(--kp-v2-paper);color:var(--kp-v2-ink)}
body.kp-page{margin:0!important;padding:0!important;background:var(--kp-v2-paper)!important}
.kp-page button,.kp-page input,.kp-page select{font:inherit}
.kp-site--v2{min-height:100vh;background:var(--kp-v2-paper);color:var(--kp-v2-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.kp-site--v2 *{box-sizing:border-box}
.kp-site--v2 a{text-decoration:none}
.kp-site--v2 .kp-main,
.kp-site--v2 .kp-header__top,
.kp-site--v2 .kp-subnav,
.kp-site--v2 .kp-mega,
.kp-site--v2 .kp-footer{max-width:var(--kp-v2-max)}

.kp-header--v2{position:sticky;top:0;z-index:50;border:0;background:rgba(251,250,247,.96);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(23,25,27,.10)}
.kp-header--v2 .kp-header__top{min-height:82px;display:grid;grid-template-columns:auto auto minmax(260px,1fr) auto auto;gap:14px;align-items:center;padding-top:10px;padding-bottom:10px}
.kp-brand--v2{display:flex;align-items:center;gap:11px;min-width:168px;color:var(--kp-v2-ink)!important}
.kp-brand--v2 .kp-brand__mark,.kp-footer--v2 .kp-brand__mark{width:42px;height:42px;border-radius:12px;background:var(--kp-v2-ink);color:#fff;font-size:18px;font-weight:900;display:grid;place-items:center}
.kp-brand__copy{display:flex;flex-direction:column;line-height:1.05}
.kp-brand__copy strong{font-size:18px;letter-spacing:.04em}
.kp-brand__copy small{margin-top:5px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--kp-v2-muted);font-weight:700}
.kp-header--v2 .kp-catalog-toggle{height:48px;padding:0 18px;display:flex;align-items:center;gap:10px;border-radius:12px;background:var(--kp-v2-ink);color:#fff;box-shadow:none}
.kp-catalog-toggle__icon{width:17px;display:grid;gap:3px}
.kp-catalog-toggle__icon i{display:block;height:2px;border-radius:3px;background:currentColor}
.kp-search--header{height:48px;border:1px solid #cbc8c0;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(20,20,20,.025)}
.kp-search--header:focus-within,.kp-search--hero:focus-within{border-color:#8e8a82;box-shadow:0 0 0 3px rgba(217,75,43,.10)}
.kp-search__icon{width:18px;height:18px;border:2px solid #767d83;border-radius:50%;margin:14px 0 0 15px;position:relative;flex:0 0 18px}
.kp-search__icon:after{content:"";position:absolute;width:7px;height:2px;background:#767d83;right:-5px;bottom:-2px;transform:rotate(45deg);border-radius:2px}
.kp-search--header input{height:46px;padding-left:12px;background:transparent}
.kp-search--header button{height:46px;background:transparent;color:var(--kp-v2-ink);padding:0 16px;border-left:1px solid #e1dfd9;font-size:14px}
.kp-header--v2 .kp-header__contacts{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}
.kp-header--v2 .kp-header__contacts span{font-size:11px;color:var(--kp-v2-muted)}
.kp-header--v2 .kp-header__contacts a,.kp-header--v2 .kp-header__contacts strong{font-size:14px;font-weight:750}
.kp-header--v2 .kp-header__cart{height:48px;padding:0 14px;display:flex;align-items:center;gap:9px;border:1px solid #cbc8c0;border-radius:12px;background:#fff;font-weight:750}
.kp-header__cart-icon{width:19px;height:14px;border:2px solid currentColor;border-top:0;border-radius:0 0 4px 4px;position:relative}
.kp-header__cart-icon:before{content:"";position:absolute;width:8px;height:2px;background:currentColor;left:-5px;top:-5px;transform:rotate(35deg);border-radius:2px}
.kp-mega{top:82px;padding:16px 24px 22px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;border:0;background:var(--kp-v2-paper);box-shadow:0 18px 35px rgba(23,25,27,.11)}
.kp-mega.is-open{display:grid}
.kp-mega a{display:flex;gap:14px;align-items:flex-start;padding:18px;border:1px solid var(--kp-v2-line);border-radius:14px;background:#fff}
.kp-mega a:hover{border-color:#bdb8ae;transform:translateY(-1px)}
.kp-mega__number{font-size:11px;font-weight:800;color:var(--kp-v2-accent);padding-top:3px}
.kp-mega a>span:last-child{display:flex;flex-direction:column}
.kp-mega a strong{font-size:15px}
.kp-mega a small{margin-top:5px;color:var(--kp-v2-muted);font-size:12px;line-height:1.35;font-weight:500}
.kp-subnav-wrap{border-top:1px solid rgba(23,25,27,.07);background:#fff}
.kp-header--v2 .kp-subnav{min-height:38px;display:flex;align-items:center;gap:18px;padding-top:7px;padding-bottom:7px;font-size:12px;color:#4f565c;overflow-x:auto}
.kp-subnav__lead{color:#8a9095;white-space:nowrap}
.kp-header--v2 .kp-subnav a,.kp-header--v2 .kp-subnav button{white-space:nowrap;color:#353a3e;font-size:12px;font-weight:650;background:none;border:0;padding:0;cursor:pointer}
.kp-header--v2 .kp-subnav a:hover,.kp-header--v2 .kp-subnav button:hover{text-decoration:underline;text-underline-offset:3px}
.kp-frontend-slot{max-width:var(--kp-v2-max);margin:0 auto;padding:0 24px}
.kp-site--v2 .kp-main{padding:34px 24px 72px}
.kp-site--v2 .kp-breadcrumbs{margin:0 0 22px;font-size:12px;color:#777e83}
.kp-site--v2 .kp-breadcrumbs a{color:inherit}

.kp-connected-home--v2{width:100%}
.kp-home-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:64px;align-items:center;min-height:440px;padding:58px 0 70px;border-bottom:1px solid var(--kp-v2-line)}
.kp-home-hero .kp-eyebrow,.kp-home-catalog .kp-eyebrow,.kp-home-method .kp-eyebrow,.kp-home-bottom .kp-eyebrow{margin:0 0 12px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--kp-v2-accent);font-weight:850}
.kp-home-hero h1{max-width:830px;margin:0;font-size:clamp(46px,5.5vw,76px);font-weight:650;letter-spacing:-.055em;line-height:.98;color:var(--kp-v2-ink)}
.kp-home-hero__lead{max-width:720px;margin:25px 0 0;font-size:18px;line-height:1.55;color:var(--kp-v2-muted)}
.kp-home-hero__proof{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;padding-top:22px;border-top:1px solid var(--kp-v2-line)}
.kp-home-hero__proof span{display:flex;gap:7px;align-items:baseline;font-size:12px;color:#666d72}
.kp-home-hero__proof strong{font-size:22px;color:var(--kp-v2-ink)}
.kp-home-finder{padding:28px;border:1px solid #d5d1c8;border-radius:var(--kp-v2-radius);background:#fff;box-shadow:var(--kp-v2-shadow)}
.kp-home-finder__head{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}
.kp-home-finder__number{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--kp-v2-ink);color:#fff;font-size:11px;font-weight:800}
.kp-home-finder__head>div{display:flex;flex-direction:column}
.kp-home-finder__head strong{font-size:18px}
.kp-home-finder__head span:last-child{margin-top:2px;font-size:12px;color:var(--kp-v2-muted)}
.kp-search--hero{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid #bbb7ae;border-radius:12px;overflow:hidden}
.kp-search--hero input{height:54px;border:0;padding:0 15px;outline:none;min-width:0;background:#fff}
.kp-search--hero button{height:54px;padding:0 20px;border:0;border-radius:0;background:var(--kp-v2-accent);color:#fff;font-weight:800}
.kp-search--hero button:hover{background:var(--kp-v2-accent-dark)}
.kp-home-finder>p{margin:11px 0 16px;font-size:11px;line-height:1.4;color:#7a8085}
.kp-home-finder__catalog{font-size:13px;font-weight:750;color:var(--kp-v2-ink)!important;text-decoration:underline!important;text-underline-offset:4px}

.kp-home-catalog,.kp-home-method{padding:70px 0;border-bottom:1px solid var(--kp-v2-line)}
.kp-section__head--v2{display:flex;justify-content:space-between;align-items:end;gap:40px;max-width:none;margin:0 0 30px}
.kp-section__head--v2>div{max-width:700px}
.kp-section__head--v2 h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-.035em}
.kp-section__head--v2>p{max-width:390px;margin:0;color:var(--kp-v2-muted);font-size:14px;line-height:1.55}
.kp-direction-grid--v2{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
.kp-direction-grid--v2 .kp-direction{grid-column:auto!important;min-height:440px!important;padding:22px!important;display:flex!important;flex-direction:column!important;border:1px solid var(--kp-v2-line)!important;border-radius:var(--kp-v2-radius)!important;background:var(--kp-v2-card)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.kp-direction-grid--v2 .kp-direction:hover{transform:translateY(-4px);border-color:#c2bdb3!important;box-shadow:var(--kp-v2-shadow)}
.kp-direction__top{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:800;color:#858a8e}
.kp-direction__index{color:var(--kp-v2-accent)}
.kp-direction__count{padding:6px 9px;border-radius:999px;background:var(--kp-v2-panel)}
.kp-direction__visual{height:190px;margin:22px 0 26px;position:relative;overflow:hidden;border-radius:12px;background:var(--kp-v2-panel)}
.kp-direction__body{margin-top:auto;display:flex;flex-direction:column}
.kp-direction__body strong{font-size:24px;line-height:1.1;letter-spacing:-.02em}
.kp-direction__body>span{min-height:44px;margin-top:9px;font-size:13px;line-height:1.5;color:var(--kp-v2-muted)}
.kp-direction__body b{margin-top:18px;font-size:13px;color:var(--kp-v2-ink)}
.kp-direction__visual--hooks:before{content:"";position:absolute;left:22%;top:18%;width:6px;height:145px;background:#676d71;border-radius:4px}
.kp-direction__visual--hooks i{position:absolute;left:23%;width:55%;height:3px;background:#676d71;transform-origin:left center}
.kp-direction__visual--hooks i:after{content:"";position:absolute;right:-2px;top:-2px;width:7px;height:7px;border-radius:50%;background:var(--kp-v2-accent)}
.kp-direction__visual--hooks i:nth-child(1){top:28%;width:48%;transform:rotate(-4deg)}
.kp-direction__visual--hooks i:nth-child(2){top:45%;width:60%;transform:rotate(3deg)}
.kp-direction__visual--hooks i:nth-child(3){top:62%;width:42%;transform:rotate(-2deg)}
.kp-direction__visual--hooks i:nth-child(4){top:78%;width:55%;transform:rotate(4deg)}
.kp-direction__visual--dbr:before{content:"39";position:absolute;right:20px;top:14px;font-size:42px;font-weight:800;color:rgba(23,25,27,.10)}
.kp-direction__visual--dbr i{position:absolute;left:12%;width:76%;height:24px;border:2px solid #777d81;background:#fff;box-shadow:inset 0 -5px 0 rgba(217,75,43,.16)}
.kp-direction__visual--dbr i:nth-child(1){top:26%}
.kp-direction__visual--dbr i:nth-child(2){top:46%;width:66%}
.kp-direction__visual--dbr i:nth-child(3){top:66%;width:82%}
.kp-direction__visual--flip:before{content:"";position:absolute;width:8px;height:130px;left:50%;top:38px;background:#666d71;border-radius:4px}
.kp-direction__visual--flip i{position:absolute;width:82px;height:112px;top:30px;border:3px solid #777d81;background:#fff;box-shadow:0 5px 13px rgba(0,0,0,.08)}
.kp-direction__visual--flip i:nth-child(1){left:23%;transform:rotate(-9deg)}
.kp-direction__visual--flip i:nth-child(2){left:40%;transform:rotate(0)}
.kp-direction__visual--flip i:nth-child(3){left:57%;transform:rotate(9deg);border-color:var(--kp-v2-accent)}

.kp-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.kp-method-grid article{padding:24px;border-top:3px solid var(--kp-v2-ink);background:transparent}
.kp-method-grid article>span{font-size:11px;font-weight:850;color:var(--kp-v2-accent)}
.kp-method-grid article strong{display:block;margin-top:32px;font-size:19px}
.kp-method-grid article p{margin:8px 0 0;font-size:13px;line-height:1.55;color:var(--kp-v2-muted)}
.kp-home-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:54px;padding:34px 38px;border-radius:var(--kp-v2-radius);background:var(--kp-v2-ink);color:#fff}
.kp-home-bottom h2{margin:0;font-size:28px;letter-spacing:-.025em}
.kp-home-bottom .kp-eyebrow{color:#f27a5e}
.kp-home-bottom .kp-button{flex:0 0 auto;background:#fff;color:var(--kp-v2-ink);border-radius:12px}

.kp-footer--v2{margin-top:0;padding-top:42px;padding-bottom:42px;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:46px;border-top:1px solid var(--kp-v2-line);background:var(--kp-v2-paper)}
.kp-footer__brand{display:flex;gap:14px;align-items:flex-start}
.kp-footer__brand strong{font-size:18px}
.kp-footer__brand p{max-width:430px;margin:7px 0 0;color:var(--kp-v2-muted);font-size:13px;line-height:1.5}
.kp-footer__links,.kp-footer__action{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:13px}
.kp-footer__links>strong,.kp-footer__action>strong{margin-bottom:4px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#777d81}
.kp-footer__button{padding:0;border:0;background:none;font-weight:750;color:var(--kp-v2-ink);cursor:pointer;text-decoration:underline;text-underline-offset:3px}

@media(max-width:1080px){
  .kp-header--v2 .kp-header__top{grid-template-columns:auto auto minmax(220px,1fr) auto}
  .kp-header--v2 .kp-header__contacts{display:none}
  .kp-home-hero{grid-template-columns:1fr;gap:36px;min-height:0}
  .kp-home-finder{max-width:760px}
  .kp-direction-grid--v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .kp-direction-grid--v2 .kp-direction:last-child{grid-column:1/-1!important;min-height:380px!important}
  .kp-direction-grid--v2 .kp-direction:last-child .kp-direction__visual{max-width:470px}
}
@media(max-width:760px){
  .kp-header--v2{position:relative}
  .kp-header--v2 .kp-header__top{min-height:70px;grid-template-columns:auto 1fr auto;gap:8px;padding:10px 16px}
  .kp-brand--v2{min-width:0}
  .kp-brand--v2 .kp-brand__mark{width:38px;height:38px;border-radius:10px}
  .kp-brand__copy strong{font-size:15px}
  .kp-brand__copy small{display:none}
  .kp-header--v2 .kp-catalog-toggle{height:42px;justify-self:start;padding:0 12px}
  .kp-header--v2 .kp-catalog-toggle>span:last-child{display:none}
  .kp-header--v2 .kp-header__cart{height:42px;padding:0 11px}
  .kp-header--v2 .kp-header__cart>span:last-child{display:none}
  .kp-header--v2 .kp-header__search{grid-column:1/-1;grid-row:2;padding:0}
  .kp-search--header{height:46px}
  .kp-search--header input,.kp-search--header button{height:44px}
  .kp-mega{top:auto;grid-template-columns:1fr;padding:12px 16px 18px}
  .kp-mega a{padding:14px;border-radius:10px}
  .kp-subnav-wrap{display:none}
  .kp-frontend-slot{padding:0 16px}
  .kp-site--v2 .kp-main{padding:24px 16px 54px}
  .kp-home-hero{padding:28px 0 46px;gap:30px}
  .kp-home-hero h1{font-size:40px;line-height:1.01}
  .kp-home-hero__lead{font-size:16px}
  .kp-home-hero__proof{gap:13px 20px}
  .kp-home-hero__proof span{font-size:11px}
  .kp-home-hero__proof strong{font-size:18px}
  .kp-home-finder{padding:19px;border-radius:14px}
  .kp-search--hero{grid-template-columns:1fr}
  .kp-search--hero input{height:50px}
  .kp-search--hero button{height:48px}
  .kp-home-catalog,.kp-home-method{padding:50px 0}
  .kp-section__head--v2{display:block;margin-bottom:22px}
  .kp-section__head--v2 h2{font-size:34px}
  .kp-section__head--v2>p{margin-top:12px}
  .kp-direction-grid--v2{grid-template-columns:1fr!important}
  .kp-direction-grid--v2 .kp-direction,.kp-direction-grid--v2 .kp-direction:last-child{grid-column:auto!important;min-height:390px!important}
  .kp-direction__visual{height:160px}
  .kp-direction__body strong{font-size:21px}
  .kp-method-grid{grid-template-columns:1fr}
  .kp-method-grid article{padding:20px 0}
  .kp-method-grid article strong{margin-top:18px}
  .kp-home-bottom{display:block;margin-top:36px;padding:26px 22px}
  .kp-home-bottom h2{font-size:24px}
  .kp-home-bottom .kp-button{width:100%;margin-top:22px}
  .kp-footer--v2{grid-template-columns:1fr;gap:28px;padding:36px 16px}
}

/* P1008 FAMILY UX V1 — source-bound photo selector layered over native Shop-Script axes. */
.kp-p1008 .kp-product__main-image{position:relative}
.kp-p1008__visual-state{position:absolute;left:14px;bottom:14px;max-width:calc(100% - 28px);padding:9px 11px;border:1px solid rgba(255,255,255,.9);border-radius:8px;background:rgba(23,25,27,.82);color:#fff;backdrop-filter:blur(6px)}
.kp-p1008__visual-state span,.kp-p1008__visual-state strong{display:block}
.kp-p1008__visual-state span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;opacity:.75}
.kp-p1008__visual-state strong{margin-top:2px;font-size:12px;font-weight:650;line-height:1.3}
.kp-p1008__gallery-heading b{font-weight:650;color:#3f454a}
.kp-p1008 .kp-product__thumbs button[data-kp-image-role="variant"]{position:relative}
.kp-p1008 .kp-product__thumbs button[data-kp-image-role="support"]{opacity:.72}
.kp-p1008 .kp-product__thumbs button.is-selected-variant-image{border-color:#17191b;box-shadow:0 0 0 2px #17191b}
.kp-p1008 .kp-product__thumbs button.is-selected-variant-image:after{content:"вариант";position:absolute;right:2px;bottom:2px;padding:1px 3px;border-radius:3px;background:#17191b;color:#fff;font-size:7px;line-height:1.2;text-transform:uppercase;letter-spacing:.03em}
.kp-p1008-configurator{margin:22px 0 0;padding:18px;border:1px solid #d8d5cd;border-radius:12px;background:#f7f5ef}
.kp-p1008-configurator__head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:16px}
.kp-p1008-configurator__step{display:block;margin-bottom:3px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#77746b;font-weight:750}
.kp-p1008-configurator h2{margin:0;font-size:19px;line-height:1.25;font-weight:600}
.kp-p1008-configurator__truth{font-size:11px;color:#67655d;white-space:nowrap}
.kp-p1008-configurator__axes{display:grid;gap:16px}
.kp-p1008-axis{min-width:0;margin:0;padding:0;border:0}
.kp-p1008-axis legend{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:12px;font-weight:700}
.kp-p1008-axis legend span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#17191b;color:#fff;font-size:10px}
.kp-p1008-axis__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.kp-p1008-axis--base .kp-p1008-axis__options{grid-template-columns:repeat(2,minmax(0,1fr))}
.kp-p1008-option{min-width:0;min-height:64px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:8px;align-items:center;padding:7px;border:1px solid #cbc7bc;border-radius:8px;background:#fff;color:#302f2b;text-align:left;cursor:pointer}
.kp-p1008-option:hover{border-color:#8e8a82}
.kp-p1008-option[aria-pressed="true"]{border-color:#17191b;box-shadow:inset 0 -3px 0 #d94b2b;background:#fff}
.kp-p1008-option:disabled{opacity:.35;cursor:not-allowed}
.kp-p1008-option img{display:block;width:46px;height:46px;object-fit:contain;background:#fff;border-radius:4px}
.kp-p1008-option span{min-width:0;font-size:11px;font-weight:650;line-height:1.2}
.kp-p1008-configurator__selected{margin-top:13px;padding-top:12px;border-top:1px solid #dedbd3;font-size:12px;font-weight:650;color:#3f454a}
.kp-p1008[data-kp-configurator-ready="true"] .kp-configurable-pdp__selector{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:760px){
  .kp-p1008__visual-state{left:8px;bottom:8px;max-width:calc(100% - 16px)}
  .kp-p1008__gallery-heading{align-items:flex-start}
  .kp-p1008__gallery-heading>span:last-child{font-size:10px;text-align:right}
  .kp-p1008-configurator{margin-top:16px;padding:14px}
  .kp-p1008-configurator__head{display:block}
  .kp-p1008-configurator__truth{display:block;margin-top:6px;white-space:normal}
  .kp-p1008-axis__options{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kp-p1008-option{grid-template-columns:40px minmax(0,1fr);min-height:58px;padding:6px}
  .kp-p1008-option img{width:40px;height:40px}
}
