:root{--yellow:#ffd400;--yellow2:#ffdf3d;--ink:#15171a;--muted:#626970;--bg:#f5f4ee;--white:#fff;--line:#e6e2d6;--green:#1f7a45;--radius:22px;--shadow:0 16px 50px rgba(21,23,26,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.48;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.kfx-shell{width:min(1320px,calc(100% - 36px));margin-inline:auto}.kfx-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(21,23,26,.08)}.kfx-header-row{height:88px;display:flex;align-items:center;gap:28px}.kfx-brand{width:245px;display:block;flex:0 0 auto}.kfx-brand img{width:100%;max-height:64px;object-fit:contain;object-position:left center}.kfx-nav{margin-left:auto}.kfx-nav ul{display:flex;gap:22px;align-items:center;list-style:none;padding:0;margin:0}.kfx-nav a{font-size:14px;font-weight:800}.kfx-nav a:hover{color:#a78900}.kfx-tools{display:flex;align-items:center;gap:12px}.kfx-tool-link{font-weight:800;font-size:13px}.kfx-lang{position:relative}.kfx-lang>button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 13px;font-weight:900}.kfx-lang>div{display:none;position:absolute;right:0;top:46px;min-width:160px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:7px;box-shadow:var(--shadow)}.kfx-lang:hover>div{display:grid}.kfx-lang a{padding:8px 10px;border-radius:9px;font-size:13px}.kfx-lang a:hover{background:var(--bg)}.kfx-menu-toggle{display:none;border:0;background:var(--yellow);width:44px;height:44px;border-radius:12px;font-size:22px;font-weight:900}.kfx-splash{position:fixed;inset:0;display:grid;place-items:center;background:linear-gradient(135deg,#fff 0%,#fff7c6 45%,var(--yellow) 100%);z-index:999;transition:opacity .55s ease,visibility .55s ease}.kfx-splash.is-hidden{opacity:0;visibility:hidden}.kfx-splash>div{text-align:center;padding:20px}.kfx-splash img{width:min(620px,80vw);max-height:210px;object-fit:contain;margin:auto}.kfx-splash p{margin:12px 0 0;font-size:14px;font-weight:900;letter-spacing:.18em}.kfx-hero{background:#fff;padding:62px 0 54px;overflow:hidden}.kfx-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:34px}.kfx-eyebrow{display:inline-flex;align-items:center;background:#fff2a3;border:1px solid #f4da45;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;letter-spacing:.13em}.kfx-hero h1{font-size:clamp(44px,6vw,78px);line-height:.94;letter-spacing:-.058em;max-width:720px;margin:18px 0 20px}.kfx-hero p{font-size:19px;color:var(--muted);max-width:630px}.kfx-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.kfx-btn{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:15px 22px;font-weight:900;font-size:14px;border:2px solid transparent;transition:transform .2s ease}.kfx-btn:hover{transform:translateY(-2px)}.kfx-btn-yellow{background:var(--yellow)}.kfx-btn-outline{border-color:var(--ink);background:#fff}.kfx-btn-dark{background:var(--ink);color:#fff}.kfx-hero-products{position:relative;min-height:540px}.kfx-hero-product{position:absolute;width:65%;background:#fff;border:1px solid var(--line);border-radius:28px;padding:12px;box-shadow:0 30px 70px rgba(21,23,26,.14);opacity:0;transform:translateY(22px) scale(.95);transition:all .7s ease;pointer-events:none}.kfx-hero-product img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px}.kfx-hero-product span{position:absolute;left:24px;bottom:22px;background:rgba(255,255,255,.93);padding:9px 12px;border-radius:10px;font-weight:900}.kfx-hero-product.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.kfx-hero-product.is-active:nth-of-type(odd){right:2%;top:3%;z-index:2}.kfx-hero-product.is-active:nth-of-type(even){left:0;bottom:2%;z-index:1;transform:rotate(-3deg)}.kfx-river{padding:24px 0 16px}.kfx-section{padding:70px 0}.kfx-section-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:24px}.kfx-section-heading h2,.kfx-homes h2{font-size:clamp(30px,3.9vw,52px);line-height:.98;letter-spacing:-.045em;margin:0}.kfx-section-heading>a{font-weight:900;font-size:13px}.kfx-river-window{overflow:hidden;border-radius:22px}.kfx-river-track{display:flex;gap:14px;min-width:max-content;animation:kfxRiver 42s linear infinite}.kfx-river-window:hover .kfx-river-track{animation-play-state:paused}.kfx-mini-card{display:grid;grid-template-columns:100px 190px;gap:12px;width:318px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px;align-items:center}.kfx-mini-card img{width:100px;height:84px;object-fit:cover;border-radius:12px}.kfx-mini-card strong{display:block;font-size:13px;margin-bottom:7px}.kfx-mini-card .kfx-price-stack strong{font-size:16px}.kfx-mini-card .kfx-price-stack span,.kfx-mini-card .kfx-price-stack small{font-size:10px}.kfx-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.kfx-category-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 35px rgba(21,23,26,.055);transition:transform .2s ease}.kfx-category-card:hover{transform:translateY(-3px)}.kfx-category-card img{aspect-ratio:4/3;object-fit:cover}.kfx-category-card div{padding:16px}.kfx-category-card strong{display:block;font-size:18px;line-height:1.05}.kfx-category-card span{display:block;color:var(--muted);font-size:12px;margin-top:6px}.kfx-usp{background:#fff}.kfx-usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kfx-usp-grid article{min-height:190px;border-radius:24px;padding:24px;background:var(--bg);border:1px solid var(--line)}.kfx-usp-grid b{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--yellow);font-size:13px}.kfx-usp-grid h3{font-size:24px;line-height:1.04;margin:42px 0 0}.kfx-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:#fff;padding:28px;border-radius:32px;border:1px solid var(--line);box-shadow:var(--shadow)}.kfx-split p{color:var(--muted);font-size:17px;max-width:570px}.kfx-homes-img img{border-radius:24px;aspect-ratio:4/3;object-fit:cover}.kfx-three{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.kfx-three article{padding:26px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 35px rgba(21,23,26,.05)}.kfx-three h3{font-size:25px;line-height:1.04;margin:0 0 10px}.kfx-three p{color:var(--muted)}.kfx-three a{font-weight:900;font-size:13px}.kfx-process{background:#191b1f;color:#fff}.kfx-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#393b3f;border:1px solid #393b3f;border-radius:22px;overflow:hidden}.kfx-process-grid>div{padding:32px 20px;background:#191b1f;font-size:18px;font-weight:850}.kfx-final-cta{background:var(--yellow);padding:65px 0}.kfx-final-cta .kfx-shell{display:flex;justify-content:space-between;align-items:center;gap:22px}.kfx-final-cta h2{font-size:clamp(32px,5vw,64px);line-height:.96;letter-spacing:-.05em;margin:0}.kfx-footer{background:#fff;border-top:1px solid var(--line);padding-top:54px}.kfx-footer-grid{display:grid;grid-template-columns:1.4fr .6fr .6fr;gap:34px}.kfx-footer .kfx-brand{width:260px;margin-bottom:16px}.kfx-footer p{color:var(--muted);max-width:480px}.kfx-footer h4{margin:0 0 16px}.kfx-footer-grid>div:nth-child(n+2){display:flex;flex-direction:column;gap:9px}.kfx-footer-grid a{font-size:14px}.kfx-footer-bottom{margin-top:40px;padding:18px 0;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.kfx-content,.kfx-shop{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.kfx-content h1,.woocommerce-products-header__title{font-size:clamp(34px,5vw,60px);letter-spacing:-.04em}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product.kfx-product-card{width:auto!important;margin:0!important;float:none!important;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 36px rgba(21,23,26,.06);display:flex;flex-direction:column}.kfx-product-card-img{display:block;background:#f2f1eb}.kfx-product-card-img img{width:100%!important;margin:0!important;aspect-ratio:4/3;object-fit:cover}.kfx-product-card-body{padding:16px;display:flex;flex-direction:column;flex:1}.kfx-card-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.kfx-card-top span{font-size:10px;color:var(--muted);max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kfx-card-top em{font-style:normal;font-size:10px;font-weight:800;background:#fff3ac;border-radius:999px;padding:5px 8px;white-space:nowrap}.kfx-product-card h2{font-size:19px!important;line-height:1.06!important;margin:13px 0 8px!important;padding:0!important}.kfx-card-dim{font-size:12px;color:var(--muted);margin:0 0 14px}.kfx-price-stack{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:2px 7px;margin-top:auto}.kfx-price-stack strong{font-size:25px;line-height:1;font-weight:950}.kfx-price-stack small{font-size:10px;color:var(--muted);font-weight:800}.kfx-price-stack span{grid-column:1/-1;font-size:12px;color:var(--muted)}.kfx-card-btn{display:flex;justify-content:center;align-items:center;margin-top:16px;background:var(--yellow);border-radius:999px;padding:12px;font-size:12px;font-weight:950}.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.8fr);gap:30px}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}.woocommerce div.product div.images img{border-radius:22px}.woocommerce div.product div.summary{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:var(--shadow);position:sticky;top:108px;height:max-content}.woocommerce div.product .product_title{font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.04em}.woocommerce div.product p.price{margin:16px 0}.woocommerce div.product .price .kfx-price-stack strong{font-size:34px}.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:10px}.woocommerce div.product form.cart .quantity{margin:0!important}.woocommerce div.product form.cart .button{border-radius:999px!important;padding:14px 18px!important;background:var(--yellow)!important;color:var(--ink)!important;font-weight:950!important}.woocommerce div.product form.cart .kfx-buy-now{background:var(--ink)!important;color:#fff!important}.kfx-product-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:18px 0}.kfx-product-facts>div{border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--bg)}.kfx-product-facts span{display:block;font-size:10px;color:var(--muted);margin-bottom:4px}.kfx-product-facts strong{display:block;font-size:12px;line-height:1.2}.kfx-image-disclaimer{margin:20px 0;background:#fff6be;border:1px solid #eed34d;padding:14px 16px;border-radius:14px;font-size:13px}.woocommerce-tabs{grid-column:1/-1}.woocommerce .related.products{grid-column:1/-1}.woocommerce .quantity .qty{min-height:46px;border:1px solid var(--line);border-radius:12px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:13px;border:1px solid #d8d5cb;border-radius:12px}.woocommerce-checkout #payment{background:#f7f6f1!important;border-radius:18px!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:999px!important}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--yellow)!important;color:var(--ink)!important}.woocommerce table.shop_table{border-radius:16px!important}.woocommerce-message,.woocommerce-info{border-top-color:var(--yellow)!important;background:#fff!important}.woocommerce-message::before,.woocommerce-info::before{color:#a88900!important}@keyframes kfxRiver{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:1100px){.kfx-nav{display:none;position:fixed;inset:88px 0 0;background:#fff;padding:28px}.menu-open .kfx-nav{display:block}.kfx-nav ul{display:grid;gap:8px}.kfx-nav a{font-size:22px}.kfx-menu-toggle{display:block}.kfx-tools{margin-left:auto}.kfx-hero-grid,.kfx-split{grid-template-columns:1fr}.kfx-hero-products{min-height:430px}.kfx-category-grid{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce div.product{grid-template-columns:1fr}.woocommerce div.product div.summary{position:static}.kfx-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.kfx-shell{width:min(100% - 20px,1320px)}.kfx-header-row{height:72px}.kfx-header .kfx-brand{width:165px}.kfx-tools .kfx-tool-link{display:none}.kfx-nav{inset:72px 0 0}.kfx-hero{padding-top:42px}.kfx-hero h1{font-size:43px}.kfx-hero p{font-size:16px}.kfx-hero-products{min-height:330px;margin-top:18px}.kfx-hero-product{width:76%}.kfx-section{padding:52px 0}.kfx-category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.kfx-category-card strong{font-size:15px}.kfx-usp-grid,.kfx-three,.kfx-process-grid{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kfx-product-card-body{padding:11px}.kfx-card-top{display:block}.kfx-card-top span{display:none}.kfx-card-top em{display:inline-flex}.kfx-product-card h2{font-size:15px!important}.kfx-card-dim{font-size:10px}.kfx-price-stack strong{font-size:19px}.kfx-card-btn{padding:10px;font-size:10px}.kfx-product-facts{grid-template-columns:1fr}.kfx-footer-grid{grid-template-columns:1fr}.kfx-final-cta .kfx-shell{display:block}.kfx-final-cta .kfx-btn{margin-top:20px}.kfx-splash p{font-size:11px;letter-spacing:.1em}}
@media(max-width:390px){.kfx-header .kfx-brand{width:145px}.kfx-mini-card{grid-template-columns:82px 160px;width:260px}.kfx-mini-card img{width:82px;height:72px}.woocommerce ul.products{gap:8px}.kfx-category-grid{gap:8px}}
