@import"https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap";:root{--kcl-gold: #b3733b;--kcl-gold-hover: #9c602c;--kcl-teal: #0c2b35;--kcl-navy: #0e2933;--kcl-dark: #1b2127;--kcl-muted: #5e6670;--kcl-card-bg: #f9f8f6;--kcl-border: #ede9e0}.kcl-page-wrapper{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--kcl-dark);background-color:#fff;width:100%;overflow-x:hidden}.kcl-page-wrapper *{box-sizing:border-box}.kcl-container{max-width:1360px;margin:0 auto;padding:4.5rem 4vw}.kcl-eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:700;color:var(--kcl-gold);margin:0 0 .4rem}.kcl-h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(3.2rem,5vw,4.6rem);line-height:.95;color:var(--kcl-gold);margin:0 0 .85rem;font-weight:700;letter-spacing:-.01em}.kcl-sub{font-size:1.12rem;font-weight:700;color:var(--kcl-dark);margin:0 0 .75rem;line-height:1.35}.kcl-desc{font-size:.88rem;line-height:1.55;color:var(--kcl-muted);margin:0 0 1.6rem}.kcl-h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,2.5vw,2.4rem);color:var(--kcl-dark);margin:0 0 .5rem;font-weight:700}.kcl-lede{font-size:.88rem;color:var(--kcl-muted);margin:0 0 2.5rem}.kcl-header-center{text-align:center;max-width:680px;margin:0 auto}.kcl-btn--gold{display:inline-flex;align-items:center;gap:.6rem;background:var(--kcl-gold);color:#fff!important;padding:.85rem 1.6rem;border-radius:4px;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .2s ease}.kcl-btn--gold:hover{background:var(--kcl-gold-hover)}.kcl-hero{position:relative;min-height:540px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;overflow:hidden;z-index:1}.kcl-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.kcl-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.kcl-hero__bg img{width:100%;height:100%;object-fit:cover}.kcl-hero__bg--kitchen{width:100%;left:0%;z-index:1}.kcl-hero__bg--city{z-index:2;left:auto;right:0;width:48%;clip-path:polygon(25% 0%,100% 0%,100% 100%,0% 100%)}.kcl-hero__fade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.98) 28%,rgba(255,255,255,.5) 45%,transparent 65%);pointer-events:none}.kcl-hero__inner{position:relative;z-index:5;display:flex;justify-content:space-between;align-items:flex-start;margin:0 auto;width:100%;padding:3.5rem 4vw 1rem;z-index:1}.kcl-hero__content{max-width:470px}.kcl-hero__script-wrapper{margin-top:1.5rem;padding-right:4vw}.kcl-hero__script{font-family:Caveat,cursive;font-size:clamp(2.4rem,4.2vw,3.8rem);line-height:1.1;color:#192938;text-align:right;margin:0;transform:rotate(-3deg);text-shadow:0 1px 2px rgba(255,255,255,.4)}.kcl-hero__bottom-bar{position:relative;z-index:5;display:flex;justify-content:space-between;align-items:flex-end;width:100%}.kcl-badges-pill{background:#fff;border-radius:0 12px 0 0;box-shadow:4px -2px 14px #0000000a;padding:.85rem 2.2rem .85rem 4vw;display:flex;align-items:center;gap:2rem;border-top:1px solid var(--kcl-border);border-right:1px solid var(--kcl-border)}.kcl-badge{display:flex;align-items:center;gap:.65rem}.kcl-badge__icon{width:22px;height:22px;object-fit:contain;opacity:.85}.kcl-badge__details{display:flex;flex-direction:column}.kcl-badge__title{font-size:.76rem;font-weight:700;color:var(--kcl-dark);line-height:1.2}.kcl-badge__text{font-size:.68rem;color:var(--kcl-muted)}.kcl-borough-nav{background:var(--kcl-navy);border-radius:12px 0 0;padding:.8rem 2.5rem;display:flex;align-items:center;gap:1.8rem}.kcl-borough-link{display:flex;flex-direction:column;align-items:center;gap:.35rem;color:#fff;text-decoration:none;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;opacity:.88}.kcl-borough-link:hover{opacity:1}.kcl-grid{display:grid;gap:1.5rem}.kcl-grid--4{grid-template-columns:repeat(4,1fr)}.kcl-grid--3{grid-template-columns:repeat(3,1fr)}.kcl-card{background:var(--kcl-card-bg);border:1px solid var(--kcl-border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column}.kcl-card__media{width:100%;height:180px;background:#fff;overflow:hidden}.kcl-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kcl-card:hover .kcl-card__media img{transform:scale(1.03)}.kcl-placeholder-card{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ede9e1;color:var(--kcl-muted);font-size:.75rem}.kcl-card__body{padding:1.2rem;display:flex;flex-direction:column;flex:1}.kcl-card__title{font-size:.95rem;font-weight:700;margin:0 0 .4rem;color:var(--kcl-dark)}.kcl-card__text{font-size:.78rem;line-height:1.45;color:var(--kcl-muted);margin:0 0 1rem;flex:1}.kcl-card__link{font-size:.76rem;font-weight:700;color:var(--kcl-gold);text-decoration:none}.kcl-why{display:grid;grid-template-columns:1fr 1fr;width:100%;min-height:520px;background-color:var(--kcl-teal);position:relative;overflow:hidden}.kcl-why__col-text{background-color:var(--kcl-teal);color:#fff;display:flex;align-items:center;justify-content:flex-end;padding:4.5rem 4vw 4.5rem 5vw}.kcl-why__text-inner{max-width:530px;width:100%}.kcl-why__eyebrow{text-transform:uppercase;font-size:.72rem;letter-spacing:.16em;font-weight:700;color:#c9884c;margin:0 0 .5rem}.kcl-why__heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:700;color:#fff;line-height:1.15;margin:0 0 1rem}.kcl-why__desc{font-size:.9rem;line-height:1.6;color:#ffffffd9;margin:0 0 1.8rem}.kcl-why__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.kcl-why__item{display:flex;align-items:center;gap:.85rem;font-size:.88rem;color:#fff}.kcl-why__check{width:22px;height:22px;min-width:22px;background-color:#c9884c;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.kcl-why__col-media{position:relative;width:100%;height:100%;min-height:480px}.kcl-why__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.kcl-why__review-card{position:absolute;top:50%;right:4vw;transform:translateY(-50%);background:#fff;color:#1b2a32;padding:1.6rem 1.8rem;border-radius:8px;max-width:280px;width:85%;box-shadow:0 12px 36px #00000038;z-index:2}.kcl-why__stars{color:#e59837;font-size:1.1rem;letter-spacing:.15em;margin-bottom:.75rem;line-height:1}.kcl-why__quote{font-size:.84rem;line-height:1.45;color:#2b3339;margin:0 0 1rem}.kcl-why__author{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;color:#1b2a32}.kcl-why__author-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background-color:#f1f0ec;border-radius:50%}.kcl-colour-row{display:flex;align-items:stretch;background:var(--kcl-card-bg);border:1px solid var(--kcl-border);border-radius:4px;overflow:hidden}.kcl-colour-swatch{width:100px;min-width:100px;position:relative}.kcl-colour-swatch img{width:100%;height:100%;object-fit:cover}.kcl-colour-info{padding:1.1rem 1.2rem}.kcl-colour-title{font-size:.86rem;font-weight:700;margin:0 0 .35rem;color:var(--kcl-dark)}.kcl-colour-desc{font-size:.75rem;line-height:1.4;color:var(--kcl-muted);margin:0}.kcl-delivery{position:relative;width:100%;min-height:480px;display:flex;align-items:center;overflow:hidden;background-color:#f5f4f0}.kcl-delivery__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.kcl-delivery__media img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.kcl-delivery__container{position:relative;z-index:2;width:100%;max-width:1360px;margin:0 auto;padding:4rem 4vw;display:flex;justify-content:flex-start;align-items:center}.kcl-delivery__card{background:#fff;max-width:440px;width:100%;padding:3rem 2.8rem;border-radius:4px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;align-items:flex-start}.kcl-delivery__eyebrow{text-transform:uppercase;font-size:.68rem;letter-spacing:.16em;font-weight:700;color:#c9884c;margin:0 0 .5rem}.kcl-delivery__heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,2.6vw,2.7rem);font-weight:700;color:#1a2228;line-height:1.15;margin:0 0 1.2rem}.kcl-delivery__desc{font-size:.88rem;line-height:1.6;color:#5d6771;margin:0 0 1.8rem}.kcl-delivery__btn{display:inline-flex;align-items:center;gap:.6rem;background-color:var(--kcl-gold);color:#fff!important;font-size:.88rem;font-weight:600;padding:.85rem 1.6rem;border-radius:4px;text-decoration:none;transition:background-color .2s ease}.kcl-delivery__btn:hover{background-color:var(--kcl-gold-hover)}.kcl-cta{background-color:#0c262e;padding:1.8rem 4vw;width:100%}.kcl-cta__container{max-width:1360px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.kcl-cta__left{display:flex;align-items:center;gap:1.5rem}.kcl-cta__icon{flex-shrink:0;display:flex;align-items:center}.kcl-cta__title{color:#fff;font-size:1.05rem;font-weight:700;margin:0 0 .25rem;font-family:inherit}.kcl-cta__desc{color:#a8b8be;font-size:.85rem;margin:0}.kcl-cta__btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#b5743b;color:#fff!important;font-size:.9rem;font-weight:600;padding:.85rem 1.6rem;border-radius:4px;text-decoration:none;white-space:nowrap;transition:background-color .2s ease}.kcl-cta__btn:hover{background-color:#9d612e}.kcl-trust{background-color:#fff;border-top:1px solid #ede8e1;border-bottom:1px solid #ede8e1;padding:1.5rem 4vw;width:100%}.kcl-trust__container{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:center}.kcl-trust__item{display:flex;align-items:center;gap:1rem}.kcl-trust__icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px}.kcl-trust__pound{font-size:1.8rem;font-weight:500;color:#111827;line-height:1;font-family:Georgia,serif}.kcl-trust__details{display:flex;flex-direction:column}.kcl-trust__title{font-size:.84rem;font-weight:700;color:#111827;line-height:1.3;margin-bottom:.15rem}.kcl-trust__text{font-size:.74rem;color:#6b7280;line-height:1.3}@media(max-width:1024px){.kcl-hero__bg--city{width:60%;clip-path:none;opacity:.3}.kcl-hero__bottom-bar{flex-direction:column;align-items:stretch}.kcl-badges-pill,.kcl-borough-nav{border-radius:0;justify-content:space-around}.kcl-grid--4{grid-template-columns:repeat(2,1fr)}.kcl-why{grid-template-columns:1fr}.kcl-why__col-text{justify-content:flex-start;padding:3.5rem 5vw}.kcl-why__text-inner{max-width:100%}.kcl-why__col-media{min-height:380px}.kcl-why__review-card{right:5vw;top:auto;bottom:2rem;transform:none;max-width:320px}.kcl-trust__container{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}}@media(max-width:768px){.kcl-hero__inner{flex-direction:column}.kcl-hero__script-wrapper{margin:1.5rem 0 0;padding:0}.kcl-hero__script{text-align:left;transform:none}.kcl-badges-pill{display:grid;grid-template-columns:repeat(2,1fr);padding:1rem 4vw}.kcl-grid--3{grid-template-columns:1fr}.kcl-delivery{min-height:auto;padding:3rem 0}.kcl-delivery__container{padding:0 5vw}.kcl-delivery__card{max-width:100%;padding:2.2rem 1.8rem}.kcl-cta__container{flex-direction:column;align-items:flex-start}.kcl-cta__btn{width:100%;justify-content:center}.kcl-trust__container{grid-template-columns:1fr;gap:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/kitchen-cabinets-landing.css.map */
