:root{--brand: #ed1c24;--brand-dark: #c4161d;--brand-soft: #fff0f0;--text: #1a1a1a;--text-muted: #5a5a5a;--border: #e6e6e6;--bg-light: #f5f5f5;--footer: #1e1e1e;--footer-bottom: #111;--white: #fff;--shadow: 0 8px 30px rgba(0, 0, 0, .08);--radius: 6px;--container: 1180px;--font: "Montserrat", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .2s,background .2s,border-color .2s}ul{list-style:none}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.6rem;font-family:inherit;font-size:.9rem;font-weight:600;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:transform .2s,background .2s,color .2s,box-shadow .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:var(--white);border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.btn-outline{background:var(--white);color:var(--brand);border-color:var(--brand)}.btn-outline:hover{background:var(--brand);color:var(--white)}.btn-white{background:#fff;color:var(--brand)}.section-tag{display:inline-block;color:var(--brand);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}.section-title{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;line-height:1.25;color:var(--text);margin-bottom:1rem}.section-title.center{text-align:center}.section-title.center:after{content:"";display:block;width:60px;height:3px;background:var(--brand);margin:.75rem auto 0}.section-desc{color:var(--text-muted);max-width:640px;margin-bottom:1.5rem}.section-desc.center{text-align:center;margin-inline:auto}.top-bar{background:var(--brand);color:var(--white);font-size:.82rem;font-weight:500}.top-bar .container{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem 0;flex-wrap:wrap}.top-bar a{color:var(--white);display:inline-flex;align-items:center;gap:.4rem}.top-bar a:hover{opacity:.9}.top-bar-right{display:flex;align-items:center;gap:1rem}.top-bar .ig-icon{width:22px;height:22px;border:1.5px solid var(--white);border-radius:5px;display:inline-flex;align-items:center;justify-content:center}.navbar{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px #0000000a}.navbar .container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.7rem 0}.brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.brand img{height:56px;width:auto;border-radius:4px}.brand-text{font-size:1.05rem;font-weight:800;color:var(--text);line-height:1.2}.nav-menu{display:flex;align-items:center;gap:1.5rem}.nav-menu a,.nav-menu .nav-link{font-size:.92rem;font-weight:600;color:var(--text);position:relative;padding:.25rem 0;background:none;border:none;cursor:pointer;font-family:inherit}.nav-menu a:hover,.nav-menu a.active,.nav-menu .nav-link:hover,.nav-menu .nav-link.active{color:var(--brand)}.nav-menu .has-dropdown{position:relative}.nav-menu .has-dropdown>.nav-link:after{content:"▾";font-size:.7rem;margin-left:.25rem}.dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:100}.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:block;padding:.55rem 1rem;font-size:.88rem;font-weight:500}.dropdown a:hover{background:var(--brand-soft);color:var(--brand)}.nav-cta{flex-shrink:0}.nav-toggle{display:none;background:none;border:none;cursor:pointer;width:40px;height:40px;flex-direction:column;justify-content:center;gap:5px}.nav-toggle span{display:block;height:2px;width:22px;background:var(--text);margin-inline:auto}.hero{position:relative;background:linear-gradient(105deg,#fffffff2,#ffffffd1 48%,#ffffff59),url(/images/hero-kitchen.jpg) center / cover no-repeat;padding:4.5rem 0 0;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center;padding-bottom:3rem}.hero-eyebrow{color:var(--brand);font-weight:700;font-size:.95rem;margin-bottom:.75rem}.hero h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.15;margin-bottom:1rem}.hero p{color:var(--text-muted);font-size:1.02rem;max-width:480px;margin-bottom:1.75rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.hero-visual img{width:100%;max-height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 50px #0000001f;animation:floatIn .9s ease both}@keyframes floatIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.trust-bar{background:var(--white);border-top:1px solid var(--border)}.trust-bar .container{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem 0}.trust-item{display:flex;align-items:center;gap:.85rem;padding:.5rem}.trust-icon{width:48px;height:48px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item strong{display:block;font-size:.9rem;font-weight:700;line-height:1.3}.about-section,.content-section{padding:5rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.about-images{position:relative;min-height:420px}.about-images .main-img{width:88%;height:380px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow)}.about-images .overlap-img{position:absolute;right:0;bottom:0;width:48%;height:200px;object-fit:cover;border-radius:12px;border:6px solid var(--white);box-shadow:var(--shadow)}.about-badge{position:absolute;right:12%;bottom:28%;width:56px;height:56px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #2563eb66;z-index:2;animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.check-list{margin:1.25rem 0 1.75rem;display:grid;gap:.7rem}.check-list li{display:flex;align-items:center;gap:.7rem;font-weight:600;font-size:.95rem}.check-list svg{color:var(--brand);flex-shrink:0}.products-section{padding:5rem 0;background:#fafafa}.products-slider-wrap{position:relative;margin:2.5rem 0 2rem}.products-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.5rem .25rem 1rem}.products-track::-webkit-scrollbar{display:none}.product-card{flex:0 0 min(220px,70vw);scroll-snap-align:start;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.25rem 1rem;text-align:center;transition:box-shadow .25s,transform .25s,border-color .25s}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px);border-color:#f2b4b6}.product-card .img-wrap{height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#f8f8f8;border-radius:8px;overflow:hidden}.product-card img{max-height:140px;width:auto;object-fit:contain;margin-inline:auto}.product-card h3{font-size:.95rem;font-weight:700}.slider-btn{position:absolute;top:45%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:var(--brand);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #ed1c2459;z-index:5}.slider-btn:hover{background:var(--brand-dark)}.slider-btn.prev{left:-8px}.slider-btn.next{right:-8px}.products-cta{text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-top:2.5rem}.product-card.full{flex:initial}.product-card.full .img-wrap{height:180px}.product-card.full img{width:100%;max-height:180px;object-fit:cover}.services-section{background:var(--brand);color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.08),transparent 40%),radial-gradient(circle at 85% 70%,rgba(0,0,0,.12),transparent 45%);pointer-events:none}.services-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.service-item{text-align:center;padding:1rem}.service-item .icon{width:64px;height:64px;margin:0 auto 1rem;border:2px solid rgba(255,255,255,.35);border-radius:50%;display:flex;align-items:center;justify-content:center}.service-item h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.service-item p{font-size:.88rem;opacity:.92;line-height:1.5}.service-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.service-card{border:1px solid var(--border);border-radius:10px;padding:1.75rem;display:flex;gap:1.25rem;transition:box-shadow .25s;background:var(--white)}.service-card:hover{box-shadow:var(--shadow)}.service-card .icon-box{width:56px;height:56px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-card h3{font-size:1.1rem;margin-bottom:.4rem}.service-card p{color:var(--text-muted);font-size:.92rem}.inquiry-section{padding:5rem 0}.inquiry-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:start}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.92rem;background:var(--white);transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #ed1c241f}.form-group textarea{min-height:140px;resize:vertical}.contact-box{background:var(--bg-light);border-radius:12px;padding:2rem}.contact-box h3{font-size:1.25rem;margin-bottom:1.5rem;font-weight:800}.contact-list{display:grid;gap:1.25rem}.contact-list li{display:flex;gap:.9rem;align-items:flex-start}.contact-list .ci{width:40px;height:40px;border-radius:50%;background:var(--white);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0000000f}.contact-list strong{display:block;font-size:.88rem;margin-bottom:.15rem}.contact-list span,.contact-list a{font-size:.88rem;color:var(--text-muted);line-height:1.45}.contact-list a:hover{color:var(--brand)}.alert{padding:.9rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem;font-weight:600}.alert-success{background:#e8f8ef;color:#0d7a3e;border:1px solid #b7ebc9}.page-hero{background:linear-gradient(#1e1e1eb8,#1e1e1eb8),url(/images/hero-kitchen.jpg) center / cover no-repeat;color:var(--white);padding:4rem 0;text-align:center}.page-hero h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-bottom:.5rem}.breadcrumb{font-size:.88rem;opacity:.9}.breadcrumb a:hover{color:#ffb3b6}.alt-bg{background:#fafafa}.section-head{text-align:center;margin-bottom:2.5rem}.section-head .section-desc{margin-inline:auto}.section-head.light{margin-bottom:2.5rem}.stats-section{background:var(--brand);color:var(--white);padding:3rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.stat-item strong{display:block;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin-bottom:.35rem}.stat-item span{font-size:.9rem;opacity:.92}.split-blocks{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.split-block{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2rem}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.value-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:box-shadow .25s,border-color .25s}.value-card:hover{box-shadow:var(--shadow);border-color:#f2b4b6}.value-card .icon-box{width:48px;height:48px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.value-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.45rem}.value-card p{color:var(--text-muted);font-size:.9rem;line-height:1.55}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.process-step{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.5rem;position:relative}.process-num{display:block;font-size:1.75rem;font-weight:800;color:var(--brand);line-height:1;margin-bottom:.85rem}.process-step h3{font-size:1.05rem;font-weight:700;margin-bottom:.45rem}.process-step p{color:var(--text-muted);font-size:.9rem;line-height:1.55}.cta-band{background:linear-gradient(135deg,#1e1e1e,#333);color:var(--white);padding:4rem 0;text-align:center}.cta-band h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:.75rem}.cta-band p{color:#c9c9c9;max-width:560px;margin:0 auto 1.75rem;line-height:1.6}.btn-outline.light{border-color:#ffffff8c;color:var(--white);background:transparent}.btn-outline.light:hover{background:var(--white);color:var(--text);border-color:var(--white)}.footer{background:var(--footer);color:#c9c9c9;padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.5rem;padding-bottom:3rem}.footer-brand img{height:64px;width:auto;border-radius:4px;margin-bottom:1rem}.footer-brand p{font-size:.9rem;line-height:1.65;margin-bottom:1.25rem}.social-links{display:flex;gap:.65rem}.social-links a{width:36px;height:36px;border-radius:50%;background:#2a2a2a;color:var(--white);display:flex;align-items:center;justify-content:center}.social-links a:hover{background:var(--brand)}.footer h4{color:var(--white);font-size:1.05rem;font-weight:700;margin-bottom:1.25rem}.footer-links{display:grid;gap:.65rem}.footer-links a{font-size:.9rem}.footer-links a:hover{color:var(--brand)}.footer-contact li{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.9rem;font-size:.88rem;line-height:1.5}.footer-contact svg{flex-shrink:0;margin-top:2px;color:var(--brand)}.footer-bottom{background:var(--footer-bottom);text-align:center;padding:1.1rem;font-size:.85rem;color:#9a9a9a}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.hero-grid,.about-grid,.inquiry-grid{grid-template-columns:1fr}.hero-visual{order:-1}.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.slider-btn.prev{left:0}.slider-btn.next{right:0}.stats-grid,.values-grid,.process-grid,.split-blocks{grid-template-columns:1fr 1fr}}@media(max-width:860px){.nav-toggle{display:flex}.nav-menu{position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;align-items:stretch;gap:0;padding:.5rem 0;border-bottom:1px solid var(--border);box-shadow:var(--shadow);display:none}.nav-menu.open{display:flex}.nav-menu a,.nav-menu .nav-link{padding:.85rem 1.5rem;text-align:left}.nav-menu .has-dropdown .dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;display:none;padding-left:1rem}.nav-menu .has-dropdown.open .dropdown{display:block}.nav-cta{display:none}.trust-bar .container{grid-template-columns:1fr 1fr}.form-row,.service-cards{grid-template-columns:1fr}}@media(max-width:560px){.top-bar .container{flex-direction:column;align-items:flex-start;gap:.35rem}.brand-text{font-size:.9rem}.brand img{height:46px}.trust-bar .container,.services-grid,.footer-grid{grid-template-columns:1fr}.about-images{min-height:320px}.about-images .main-img{height:260px}.about-images .overlap-img{height:140px}.stats-grid,.values-grid,.process-grid,.split-blocks{grid-template-columns:1fr}}.hero-slider{position:relative;background:#fff}.hero-slide{display:none;position:relative;min-height:480px;background:#fff}.hero-slide.is-active{display:block;animation:heroFade .55s ease}@keyframes heroFade{0%{opacity:.4}to{opacity:1}}.hero-slide-media{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-slide-img{position:absolute;top:0;right:0;width:100%;height:100%;object-fit:cover;object-position:center right}.hero-slide-gradient{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#fff 0%,#fff 36%,rgba(255,255,255,.95) 48%,rgba(255,255,255,.5) 62%,rgba(255,255,255,.12) 72%,transparent 82%)}.hero-slide-content{position:relative;z-index:2;width:min(100% - 2rem,1180px);margin-inline:auto;display:flex;align-items:center;min-height:480px;padding:3.5rem 0}.hero-slide-content .hero-copy{max-width:480px}.hero-slide-content .hero-eyebrow{color:var(--brand);font-weight:700;font-size:.95rem;margin-bottom:.75rem}.hero-slide-content h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.15;margin-bottom:1rem;color:var(--text)}.hero-slide-content p.copy{color:var(--text-muted);font-size:1.02rem;max-width:480px;margin-bottom:1.75rem}.hero-nav{position:absolute;top:50%;z-index:20;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #ed1c2459}.hero-nav:hover{background:var(--brand-dark)}.hero-nav-prev{left:12px}.hero-nav-next{right:12px}.hero-dots{position:absolute;left:50%;bottom:18px;z-index:20;display:flex;gap:8px;transform:translate(-50%)}.hero-dot{width:9px;height:9px;border-radius:50%;border:none;background:#0003;cursor:pointer;padding:0}.hero-dot.is-active{width:24px;border-radius:999px;background:var(--brand)}@media(min-width:1024px){.hero-slide,.hero-slide-content{min-height:520px}.hero-slide-img{width:58%}.hero-nav-prev{left:24px}.hero-nav-next{right:24px}}@media(max-width:767px){.hero-slide-img{opacity:.18;width:100%}.hero-slide-gradient{background:linear-gradient(180deg,#fff,#fffffff2 60%,#ffffffd9)}}.navbar{position:sticky}
