/* Kitchen sets landing page. Scoped styles share the storefront's typography and colour tokens. */
.kits-page{padding-bottom:44px;--kp-navy:#17294e;--kp-soft:#f3f6fb}
.kits-page .crumbs{margin:20px 0 24px;font-size:12px}
.kits-page svg{flex-shrink:0;vertical-align:middle}
.kp-kicker{font-size:11px;font-weight:600;line-height:1.5;text-transform:uppercase;letter-spacing:.1em;color:var(--blue-d)}
.kp-hero{display:grid;grid-template-columns:1.12fr 1fr;gap:34px;align-items:center;padding:8px 0 34px}
.kp-hero h1{font-size:42px;line-height:1.12;font-weight:700;letter-spacing:-.045em;margin:17px 0 20px}
.kp-hero h1 em{font-style:normal;color:var(--blue)}
.kp-lead{font-size:15px;line-height:1.75;max-width:430px;color:#526079}
.kp-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:26px}
.kp-hero-actions .btn{min-height:48px;padding-inline:20px}
.kp-text-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 0;min-height:44px;border:0;background:transparent;color:var(--blue-d);font:500 12px 'Golos Text',sans-serif;cursor:pointer;text-align:left}
.kp-text-btn:hover{text-decoration:underline}
.kp-hero-note{display:flex;align-items:center;gap:7px;margin-top:18px;color:#657086;font-size:11px;line-height:1.5}
.kp-hero-note svg{width:16px;color:var(--grn-t)}
.kp-showcase{overflow:hidden;isolation:isolate;position:relative;background:linear-gradient(145deg,#1e3b72,#142340);color:#fff;border-radius:20px;padding:24px 26px 20px;min-height:362px;box-shadow:0 14px 32px #162e5919}
.kp-showcase::before{content:"";position:absolute;z-index:-1;width:390px;height:390px;border:1px solid #ffffff16;border-radius:50%;left:28%;top:-150px;box-shadow:0 0 0 50px #ffffff03,0 0 0 100px #ffffff03}
.kp-showcase-tag{display:inline-block;font-size:11px;font-weight:500;background:#ffffff12;border:1px solid #ffffff25;border-radius:20px;padding:7px 11px;line-height:1.5}
.kp-collage{display:flex;align-items:center;justify-content:center;gap:8px;height:165px;padding:20px 0 16px}
.kp-collage-item{display:flex;align-items:center;justify-content:center;min-width:0;flex:1;height:90px;border-radius:9px;background:#fff;box-shadow:0 7px 18px #0003;padding:5px;color:#637188;transform:translateY(6px)}
.kp-collage-0{height:103px;flex:1.1;transform:translateY(0)}
.kp-collage-4{height:128px;flex:1.04;transform:translateY(-8px)}
.kp-collage-item img{width:100%;height:100%;object-fit:contain}
.kp-collage-item .kp-photo-fallback>span{display:none}
.kp-showcase-price{display:flex;align-items:center;gap:20px;padding:12px 0 0;border-top:1px solid #ffffff25}
.kp-showcase-price>div{display:flex;flex-direction:column;gap:5px}
.kp-showcase-price div>span{font-size:11px;color:#d1def6}
.kp-showcase-price s{font-size:20px;color:#d1def6;font-variant-numeric:tabular-nums}
.kp-showcase-price strong{font-size:30px;line-height:1.2;letter-spacing:-.04em;font-variant-numeric:tabular-nums;white-space:nowrap}
.kp-showcase-arrow{font-size:22px;color:#aec2e8}
.kp-showcase-saving{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#d9f5e8;color:#135037;border-radius:8px;padding:10px 12px;font-size:12px;margin-top:18px}
.kp-showcase-saving b{font-size:15px;white-space:nowrap}
.kp-showcase-foot{display:block;font-size:10px;letter-spacing:.025em;color:#c5d4ef;margin-top:14px}
.kp-showcase-empty h2{font-size:34px;line-height:1.2;margin:15px 0;color:#fff;letter-spacing:-.035em}
.kp-showcase-empty>p{font-size:13px;line-height:1.7;color:#d1def6;max-width:290px}
.kp-empty-symbol{float:right;margin:28px 0 0 15px;color:#b8cbef}.kp-empty-symbol svg{width:75px;height:75px}
.kp-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;border-block:1px solid var(--bd);padding:23px 0}
.kp-benefits>div{display:flex;gap:12px;align-items:center}
.kp-benefits>div>svg{width:38px;height:38px;padding:9px;background:var(--blue-l);color:var(--blue-d);border-radius:10px}
.kp-benefits p{display:flex;flex-direction:column;gap:5px;min-width:0}
.kp-benefits b{font-size:12px;font-weight:600}.kp-benefits span{font-size:11px;color:var(--mut);line-height:1.4}
.kp-options-section,.kp-details-section,.kp-how,.kp-faq{margin-top:48px}
.kp-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:23px}
.kp-section-head h2,.kp-help h2,.kp-faq h2{font-size:26px;line-height:1.25;letter-spacing:-.035em;margin:8px 0 0}
.kp-section-head>p{font-size:12px;color:#637087;line-height:1.6}
.kp-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.kp-option{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid #dce3ee;border-radius:14px;background:#fff;transition:border-color .15s,box-shadow .15s}
.kp-option:hover{border-color:var(--blue);box-shadow:0 5px 20px #243b7010}
.kp-option[aria-current=true]{background:#f5f7ff;border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}
.kp-option-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.kp-option-number{font-size:12px;color:#778399;font-variant-numeric:tabular-nums}
.kp-option-budget{font-size:11px;background:var(--kp-soft);padding:5px 8px;border-radius:6px;white-space:nowrap;color:#44516b}
.kp-option-premium .kp-option-budget{background:#f6eee0;color:#745313}
.kp-option h3{font-size:22px;margin:20px 0 6px;letter-spacing:-.02em}
.kp-option-desc{font-size:12px;line-height:1.6;color:#617088;min-height:39px}
.kp-option-count{font-size:11px;font-weight:500;color:#48566e;margin:14px 0 15px}
.kp-option-price{display:flex;flex-direction:column;border-top:1px solid #dce3ee;padding-top:17px;gap:6px;margin-top:auto}
.kp-option-price s{font-size:13px;color:#6b7587}
.kp-option-price strong{font-size:30px;line-height:1.3;letter-spacing:-.035em;font-weight:650}
.kp-option-price>span{font-size:12px;font-weight:500;color:var(--grn-t)}
.kp-option-action{display:flex;align-items:center;justify-content:space-between;color:var(--blue-d);font-size:12px;font-weight:500;margin-top:21px;padding-top:14px;border-top:1px solid #dce3ee;gap:8px;min-height:36px}
.kp-tier-nav{display:flex;gap:8px;margin-bottom:22px}
.kp-tier-nav a{display:flex;gap:8px;align-items:center;border:1px solid var(--bd);background:#fff;border-radius:8px;padding:11px 14px;font-size:12px;font-weight:600;min-height:44px}
.kp-tier-nav a>span{font-weight:400;color:#617088;font-size:11px}
.kp-tier-nav a[aria-current=true]{border-color:var(--blue);background:var(--blue-l);color:var(--blue-d)}
.kp-panel{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:26px}
.kp-product-list{min-width:0}
.kp-list-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 18px;border-bottom:1px solid var(--bd)}
.kp-list-title h3{font-size:18px;letter-spacing:-.02em;margin:0}
.kp-list-title>span{font-size:11px;text-align:right;color:#66728a}
.kp-product-list>.kit-variants{max-width:430px;margin:0 0 20px}
.kp-product-list>.kit-variants button{min-height:62px;padding:10px 12px}
.kp-product-list>.kit-variants button span{font-size:12px}
.kp-product-list>.kit-variants button strong{font-size:15px}
.kp-product{display:grid;grid-template-columns:105px minmax(0,1fr) 108px;gap:16px;padding:24px 0;border-bottom:1px solid var(--bd);align-items:start}
.kp-product-photo{display:flex;align-items:center;justify-content:center;width:105px;min-height:124px;padding:7px;border-radius:10px;background:#fff}
.kp-product-photo img{width:100%;height:130px;object-fit:contain}
.kp-photo-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#73829a;text-align:center;font-size:10px;line-height:1.4}
.kp-photo-fallback svg{width:44px;height:44px}
.kp-product-info{min-width:0}
.kp-product-category{display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:10px;line-height:1.5;color:#69768c}
.kp-product-category>span:first-child{color:var(--blue-d);font-weight:600;margin-right:2px}
.kp-product-qty{color:#465772;background:var(--kp-soft);border-radius:4px;padding:2px 4px}
.kp-product h4{font-size:14px;line-height:1.5;margin:8px 0 10px;overflow-wrap:anywhere;font-weight:600}
.kp-product h4 a:hover{color:var(--blue-d)}
.kp-specs{font-size:11px;line-height:1.5;margin:0;display:grid;gap:5px}
.kp-specs>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
.kp-specs dt{color:#69768c;overflow-wrap:anywhere}.kp-specs dd{margin:0;overflow-wrap:anywhere;color:#34435c}
.kp-specs-missing{font-size:11px;line-height:1.6;color:#69768c}
.kp-product-more{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--blue-d);min-height:36px;margin-top:8px}
.kp-product-more svg{width:14px}
.kp-product-cost{display:flex;flex-direction:column;align-items:flex-end;gap:6px;padding-top:3px}
.kp-product-cost>span:first-child{font-size:10px;color:#69768c}
.kp-product-cost strong{font-size:16px;font-weight:600;white-space:nowrap;letter-spacing:-.02em}
.kp-product-cost s{font-size:11px;color:#758098;white-space:nowrap}
.kp-product-cost .kp-product-stock{font-size:10px;color:var(--grn-t);margin-top:5px}
.kp-fit-note{display:flex;align-items:flex-start;gap:10px;margin-top:17px;font-size:11px;line-height:1.65;color:#69768c}
.kp-fit-note svg{width:17px;margin-top:1px}
.kp-summary{position:sticky;top:95px;border:1px solid #ccd9f1;border-radius:14px;padding:24px;background:var(--kp-soft)}
.kp-summary h3{font-size:19px;font-weight:600;line-height:1.4;letter-spacing:-.025em;margin:9px 0 20px}
.kp-totals{display:grid;gap:14px;font-size:12px;line-height:1.5;margin:0;padding-bottom:20px;border-bottom:1px solid #d5deed}
.kp-totals>div{display:flex;justify-content:space-between;gap:12px}.kp-totals dt{color:#617088}.kp-totals dd{margin:0;white-space:nowrap;font-weight:500}
.kp-totals .kp-discount dt,.kp-totals .kp-discount dd{color:var(--grn-t)}
.kp-total{display:flex;flex-direction:column;gap:6px;margin-top:20px}.kp-total span{font-size:12px;color:#45546c}.kp-total strong{font-size:36px;letter-spacing:-.05em;font-weight:700;white-space:nowrap}
.kp-saved{display:inline-flex;align-items:center;gap:6px;border-radius:6px;padding:7px 9px;background:#def2e8;color:var(--grn-t);font-size:12px;font-weight:500;margin:10px 0 0}.kp-saved svg{width:16px}
.kp-applied-promo{margin:18px 0 21px;font-size:11px;line-height:1.6;display:flex;flex-direction:column;gap:5px}
.kp-applied-promo a{color:var(--blue-d);font-weight:500}.kp-applied-promo a svg{width:14px}.kp-applied-promo span{color:#68778e}
.kp-summary .btn{font-size:13px;min-height:46px;padding-inline:10px}.kp-summary .btn2{font-size:12px;min-height:44px;margin-top:9px}
.kp-cart-note{font-size:10px;line-height:1.5;text-align:center;color:#65748c;margin:10px 0 18px}
.kp-fulfilment{display:flex;flex-direction:column;gap:10px;border-top:1px solid #d5deed;padding-top:18px;font-size:11px;line-height:1.6;color:#455770}
.kp-fulfilment p{display:flex;gap:7px;align-items:flex-start}.kp-fulfilment svg{width:16px}.kp-fulfilment a{color:var(--blue-d)}
.kp-unavailable{display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--kp-soft);border:1px solid #dce3ee;border-radius:14px;padding:34px}
.kp-unavailable>div>svg{width:40px;height:40px;color:#6f86ab;margin-bottom:16px}
.kp-unavailable h3{font-size:24px;margin:8px 0 12px;letter-spacing:-.025em}.kp-unavailable>div>p:last-child{font-size:13px;line-height:1.7;color:#5c6c83;max-width:570px}.kp-unavailable .btn{white-space:nowrap;min-height:46px}
.kp-how{padding:30px 0 34px;border-block:1px solid var(--bd)}
.kp-how ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:0;padding:0;list-style:none;counter-reset:steps}
.kp-how li>span{display:flex;align-items:center;justify-content:center;background:var(--blue-l);color:var(--blue-d);border-radius:50%;width:30px;height:30px;font-size:12px;font-weight:600;margin-bottom:14px}
.kp-how h3{font-size:15px;margin:0 0 8px}.kp-how li p{font-size:12px;line-height:1.8;color:#617088}
.kp-help{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:44px;border-radius:16px;background:#edf2ff;padding:34px}
.kp-help>div>p:last-child{font-size:13px;line-height:1.8;color:#536580;max-width:575px;margin-top:15px}.kp-help .btn{white-space:nowrap;min-height:48px;font-size:13px}
.kp-faq{display:grid;grid-template-columns:280px minmax(0,1fr);gap:48px}.kp-faq>div>a{display:inline-block;font-size:16px;margin:24px 0 8px;color:var(--blue-d);font-weight:500}.kp-faq>div>p:last-child{font-size:11px;line-height:1.7;color:#69768c}
.kp-questions{border-top:1px solid var(--bd)}.kp-questions details{border-bottom:1px solid var(--bd)}
.kp-questions summary{display:flex;align-items:center;justify-content:space-between;gap:14px;list-style:none;cursor:pointer;font-size:13px;font-weight:500;line-height:1.6;padding:18px 0;min-height:54px}.kp-questions summary::-webkit-details-marker{display:none}.kp-questions summary::after{content:"+";font-size:23px;font-weight:400;color:var(--blue-d)}.kp-questions details[open] summary::after{content:"−"}.kp-questions details p{font-size:12px;line-height:1.8;color:#5a6b83;padding:0 24px 18px 0}.kp-questions a{color:var(--blue-d);text-decoration:underline}
.kp-bottom-note{font-size:11px;line-height:1.7;color:#768198;border-top:1px solid var(--bd);margin-top:40px;padding-top:20px}
.kp-error{background:var(--amber-bg);border:1px solid var(--amber-bd);border-radius:10px;padding:16px;font-size:13px;line-height:1.7;color:var(--amber-t);margin:20px 0}
.kp-error button{display:inline-block;background:transparent;color:var(--blue-d);text-decoration:underline;border:0;font:inherit;padding:8px;min-height:44px;cursor:pointer}
.kp-error-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:25px 0}.kp-error-options article{border:1px solid var(--bd);border-radius:12px;padding:20px}.kp-error-options article h2{margin-top:0}.kp-error-options article p{margin-bottom:18px}
.kp-page-loading{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:var(--mut);font-size:13px}
.kp-share-link{font:12px 'Golos Text',sans-serif;width:100%;padding:12px;border:1px solid var(--blue-bd);border-radius:8px}
#kitOptions,#kitDetails{scroll-margin-top:100px}.kits-page :is(a,button,summary,input):focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:4px}.kits-page .kp-details-section:focus{outline:none}
.kits-page .kp-fulfilment a:hover,.kits-page .kp-product-more:hover,.kits-page .kp-applied-promo a:hover{text-decoration:underline}
@media(min-width:1100px){.kits-page{max-width:1180px}}
@media(max-width:1000px){.kp-hero{gap:24px}.kp-hero h1{font-size:35px}.kp-panel{grid-template-columns:minmax(0,1fr) 275px;gap:20px}.kp-summary{padding:20px}.kp-product{grid-template-columns:88px minmax(0,1fr);gap:12px}.kp-product-photo{width:88px}.kp-product-cost{grid-column:2;flex-direction:row;align-items:center;flex-wrap:wrap;padding-top:0}.kp-product-cost .kp-product-stock{margin-top:0;margin-left:auto}.kp-product-cost>span:first-child{width:100%}.kp-option{padding:18px}.kp-showcase{padding:22px}.kp-showcase-price{gap:12px}.kp-showcase-price strong{font-size:27px}.kp-faq{grid-template-columns:240px minmax(0,1fr);gap:28px}}
@media(max-width:760px){.kits-page .crumbs{margin:16px 0 20px}.kp-hero{grid-template-columns:1fr;gap:26px}.kp-hero h1{font-size:38px;max-width:600px;margin-top:12px}.kp-lead{max-width:590px}.kp-showcase{max-width:540px;width:100%;justify-self:center}.kp-collage{height:160px;gap:12px}.kp-hero-note{margin-top:13px}.kp-benefits{gap:12px}.kp-benefits>div{flex-direction:column;align-items:flex-start;gap:10px}.kp-benefits span{font-size:10px}.kp-options-section,.kp-details-section,.kp-how,.kp-faq{margin-top:36px}.kp-section-head h2,.kp-help h2,.kp-faq h2{font-size:24px}.kp-options{gap:10px}.kp-option{padding:16px 12px}.kp-option-top{align-items:flex-start;gap:6px;flex-direction:column}.kp-option h3{font-size:19px;margin-top:14px}.kp-option-desc{min-height:58px;font-size:11px}.kp-option-count{min-height:32px;font-size:10px}.kp-option-price strong{font-size:24px}.kp-option-price>span{font-size:10px}.kp-option-action{font-size:11px}.kp-panel{grid-template-columns:minmax(0,1fr)}.kp-summary{position:static;padding:25px}.kp-product{grid-template-columns:100px minmax(0,1fr) 115px}.kp-product-photo{width:100px}.kp-product-cost{grid-column:auto;flex-direction:column;align-items:flex-end;flex-wrap:nowrap;padding-top:3px}.kp-product-cost>span:first-child{width:auto}.kp-product-cost .kp-product-stock{margin-top:5px}.kp-tier-nav a{flex:1;justify-content:center;padding:11px 8px;flex-direction:column;gap:4px}.kp-help{flex-direction:column;align-items:flex-start;padding:26px}.kp-unavailable{flex-direction:column;align-items:flex-start;padding:26px}.kp-faq{grid-template-columns:1fr;gap:24px}.kp-faq>div>a{margin-top:16px}.kp-how ol{gap:20px}.kp-how h3{font-size:14px}.kp-how li p{font-size:11px}.kp-section-head{gap:10px}.kp-section-head .kp-text-btn{margin-top:0}}
@media(max-width:480px){.kp-hero{padding-top:0}.kp-hero h1{font-size:34px}.kp-lead{font-size:14px;line-height:1.7}.kp-hero-actions{gap:8px;margin-top:20px;align-items:stretch}.kp-hero-actions>.btn{width:100%}.kp-hero-actions>.kp-text-btn{width:100%;text-align:center}.kp-showcase{padding:20px;min-height:0;border-radius:16px}.kp-showcase-price strong{font-size:28px}.kp-showcase-price s{font-size:18px}.kp-showcase-price{justify-content:space-between;gap:8px}.kp-collage{gap:6px}.kp-collage-item{height:74px}.kp-collage-0{height:86px}.kp-collage-4{height:112px}.kp-benefits{grid-template-columns:1fr;padding-block:20px;gap:18px}.kp-benefits>div{flex-direction:row;align-items:center}.kp-benefits p{gap:3px}.kp-benefits span{font-size:11px}.kp-options{grid-template-columns:1fr;gap:12px}.kp-option{padding:20px;display:grid;grid-template-columns:1fr 1fr;column-gap:12px}.kp-option-top{grid-column:1/-1;flex-direction:row;align-items:center}.kp-option h3{grid-column:1;margin:16px 0 7px;font-size:22px}.kp-option-desc{grid-column:1;min-height:0;font-size:11px}.kp-option-count{grid-column:1;min-height:0;margin:10px 0 0;font-size:10px}.kp-option-price{grid-column:2;grid-row:2/5;align-self:center;padding:0 0 0 12px;border-top:0;border-left:1px solid #dce3ee;margin:12px 0 0;min-width:0}.kp-option-price strong{font-size:26px}.kp-option-price>span{font-size:10px}.kp-option-action{grid-column:1/-1;margin-top:16px;padding-top:12px;font-size:12px}.kp-option-price s{font-size:11px}.kp-section-head h2{font-size:23px}.kp-tier-nav{gap:5px}.kp-tier-nav a{font-size:11px;padding:10px 5px}.kp-tier-nav a>span{font-size:9px;white-space:nowrap}.kp-list-title{align-items:flex-start;flex-direction:column;gap:7px}.kp-product{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:20px 0}.kp-product-photo{width:82px;min-height:100px;padding:4px}.kp-product-photo img{height:105px}.kp-product-cost{grid-column:2;flex-direction:row;flex-wrap:wrap;align-items:center;gap:7px;padding:0}.kp-product-cost>span:first-child{width:100%}.kp-product-cost .kp-product-stock{margin:0 0 0 auto}.kp-product h4{font-size:13px}.kp-specs{font-size:10px}.kp-specs>div{gap:5px}.kp-product-category{font-size:9px}.kp-summary{padding:22px}.kp-how{padding:24px 0}.kp-how ol{grid-template-columns:1fr;gap:24px}.kp-how li{display:grid;grid-template-columns:32px 1fr;column-gap:13px}.kp-how li>span{grid-row:1/3;margin:0}.kp-how h3{font-size:15px;margin-bottom:6px}.kp-how li p{font-size:12px}.kp-help{padding:24px;margin-top:32px}.kp-help .btn{width:100%;font-size:12px;padding-inline:10px}.kp-error-options{grid-template-columns:1fr}.kp-unavailable h3{font-size:22px}.kp-unavailable .btn{width:100%;font-size:12px}.kp-bottom-note{margin-top:28px}.kp-photo-fallback svg{width:38px;height:38px}}
@media(max-width:350px){.kp-hero h1{font-size:30px}.kp-option{padding:16px}.kp-option-price strong{font-size:23px}.kp-showcase-price strong{font-size:25px}.kp-showcase-price s{font-size:16px}.kp-product{grid-template-columns:65px minmax(0,1fr)}.kp-product-photo{width:65px}.kp-product-cost strong{font-size:15px}.kp-product-cost .kp-product-stock{width:100%;margin-left:0}}
@media(prefers-reduced-motion:reduce){.kp-option{transition:none}}
