:root{--mf-primary:#C81D25;--mf-primary-light:#E23A41;--mf-primary-dark:#8F1116;--mf-accent:#F2A64C;--mf-accent-light:#F7C27E;--mf-bg-light:#FBF6F1;--mf-text:#2A1210;--mf-text-muted:#7A5F5A;--mf-white:#FFFFFF;--mf-radius:14px;--mf-shadow:0 10px 30px rgba(200,29,37,0.10)}.mf-home,.mf-products-page{color:var(--mf-text)}.mf-container{max-width:1200px;margin:0 auto;padding:0 24px}.mf-section{padding:80px 0}.mf-bg-light{background:var(--mf-bg-light)}.mf-bg-primary{background:var(--mf-primary);color:#fff}.mf-full-bleed{position:relative}.mf-full-bleed-page .site-main{width:100%}body.mf-full-bleed-page .ast-container{max-width:100%!important;padding:0!important}body.mf-full-bleed-page .page-header,body.mf-full-bleed-page .ast-page-title-bar,body.mf-full-bleed-page .ast-breadcrumbs-container{display:none!important}body.mf-full-bleed-page #content>.ast-container:first-of-type{display:none!important}.mf-eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--mf-accent-light);margin-bottom:16px}.mf-eyebrow-dark{color:var(--mf-primary)}.mf-section-head{max-width:640px;margin:0 auto 48px;text-align:center}.mf-section-head h2{font-size:clamp(26px,3vw,38px);margin:0 0 14px;color:var(--mf-text);font-weight:800}.mf-section-head p{color:var(--mf-text-muted);font-size:16px;margin:0}.mf-section-head-light h2,.mf-section-head-light p{color:#fff}.mf-section-head-light p{color:rgb(255 255 255 / .75)}.mf-accent-text{color:var(--mf-accent-light)}.mf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 30px;border-radius:999px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;border:2px solid #fff0;cursor:pointer}.mf-btn-accent{background:var(--mf-accent);color:#fff;box-shadow:0 8px 20px rgb(242 166 76 / .35)}.mf-btn-accent:hover{background:var(--mf-accent-light);transform:translateY(-2px);color:#fff}.mf-btn-outline-light{border-color:rgb(255 255 255 / .5);color:#fff}.mf-btn-outline-light:hover{border-color:#fff;background:rgb(255 255 255 / .08);color:#fff;transform:translateY(-2px)}.mf-btn-block{width:100%}.mf-hero{background:linear-gradient(135deg,var(--mf-primary) 0%,var(--mf-primary-dark) 100%);color:#fff;padding:110px 0 130px;overflow:hidden}.mf-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;position:relative;z-index:2}.mf-hero h1{font-size:clamp(32px, 4.4vw, 54px);line-height:1.12;font-weight:800;margin:0 0 20px}.mf-hero-desc{font-size:17px;color:rgb(255 255 255 / .85);max-width:520px;margin:0 0 32px}.mf-hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:36px}.mf-hero-badges{list-style:none;display:flex;flex-wrap:wrap;gap:10px 22px;padding:0;margin:0}.mf-hero-badges li{font-size:13px;font-weight:600;color:rgb(255 255 255 / .78);padding-left:20px;position:relative}.mf-hero-badges li::before{content:"✓";position:absolute;left:0;color:var(--mf-accent-light);font-weight:800}.mf-hero-visual{display:flex;align-items:center;justify-content:center}.mf-hero-illustration{width:100%;max-width:460px;height:auto;display:block}.mf-hero-wave{position:absolute;left:0;right:0;bottom:-2px;width:100%;height:70px;z-index:1}.mf-hero-wave path{fill:var(--mf-bg-light)}.mf-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mf-product-card{background:#fff;border-radius:var(--mf-radius);overflow:hidden;text-decoration:none;color:var(--mf-text);border:1px solid #F2E3DE;box-shadow:var(--mf-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;position:relative;display:flex;flex-direction:column}.mf-product-card:hover{transform:translateY(-6px);border-color:var(--mf-accent);box-shadow:0 16px 34px rgb(200 29 37 / .16)}.mf-product-card-top{padding:30px 26px 24px;position:relative}.mf-product-num{position:absolute;top:22px;right:26px;font-size:13px;font-weight:800;color:#E9CFC9}.mf-product-icon{font-size:34px;margin-bottom:16px;display:block}.mf-product-card h3{font-size:19px;margin:0 0 10px;font-weight:800;color:var(--mf-primary)}.mf-product-card p{font-size:14px;color:var(--mf-text-muted);line-height:1.55;margin:0 0 18px}.mf-product-link{font-weight:700;font-size:14px;color:var(--mf-accent)}.mf-product-card-img{margin-top:auto;aspect-ratio:4 / 3;background:#FBF6F1;overflow:hidden}.mf-product-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.mf-product-card:hover .mf-product-card-img img{transform:scale(1.05)}.mf-product-card:nth-child(odd) .mf-product-card-top{background:var(--mf-primary)}.mf-product-card:nth-child(even) .mf-product-card-top{background:var(--mf-accent)}.mf-product-card:nth-child(odd) .mf-product-card-top h3,.mf-product-card:nth-child(even) .mf-product-card-top h3{color:#fff}.mf-product-card:nth-child(odd) .mf-product-card-top p,.mf-product-card:nth-child(even) .mf-product-card-top p{color:rgb(255 255 255 / .85)}.mf-product-card:nth-child(odd) .mf-product-num,.mf-product-card:nth-child(even) .mf-product-num{color:rgb(255 255 255 / .35)}.mf-product-card:nth-child(odd) .mf-product-link,.mf-product-card:nth-child(even) .mf-product-link{color:#fff;text-decoration:underline;text-underline-offset:3px}.mf-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mf-project-card{background:#fff;border-radius:var(--mf-radius);padding:28px;border:1px solid #F2E3DE}.mf-project-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--mf-primary);color:#fff;font-size:13px;font-weight:800;margin-bottom:14px}.mf-project-card h3{font-size:18px;margin:0 0 10px;color:var(--mf-primary);font-weight:800}.mf-project-card p{font-size:14px;color:var(--mf-text-muted);line-height:1.6;margin:0}.mf-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}.mf-why-item{padding:26px;border-radius:var(--mf-radius);background:var(--mf-bg-light);border:1px solid #F2E3DE}.mf-why-item h3{font-size:17px;margin:0 0 10px;color:var(--mf-primary);font-weight:800}.mf-why-item p{font-size:14px;color:var(--mf-text-muted);margin:0;line-height:1.55}.mf-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;border-top:1px solid #F2E3DE;padding-top:44px}.mf-stat-num{display:block;font-size:clamp(28px,3.2vw,40px);font-weight:900;color:var(--mf-primary)}.mf-stat-label{display:block;font-size:13px;color:var(--mf-text-muted);margin-top:6px;font-weight:600}.mf-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.mf-process-step{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .16);border-radius:var(--mf-radius);padding:26px 20px;text-align:center}.mf-process-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--mf-accent);color:#fff;font-weight:800;margin-bottom:14px}.mf-process-step h3{font-size:16px;margin:0 0 8px;font-weight:800}.mf-process-step p{font-size:13px;color:rgb(255 255 255 / .75);margin:0;line-height:1.5}.mf-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mf-testimonial-card{background:#fff;border:1px solid #F2E3DE;border-radius:var(--mf-radius);padding:28px;box-shadow:var(--mf-shadow)}.mf-testimonial-card p{font-size:15px;line-height:1.6;color:var(--mf-text);margin:0 0 18px;font-style:italic}.mf-testimonial-card strong{display:block;color:var(--mf-primary);font-size:14px}.mf-testimonial-card span{font-size:12px;color:var(--mf-text-muted)}.mf-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.mf-contact-copy h2{font-size:clamp(24px,3vw,32px);margin:0 0 16px;color:var(--mf-text);font-weight:800}.mf-contact-copy p{color:var(--mf-text-muted);margin:0 0 22px}.mf-contact-list{list-style:none;padding:0;margin:0 0 20px}.mf-contact-list li{padding:10px 0;border-bottom:1px solid #EFDDD7;font-size:14px}.mf-contact-reply-time{font-size:13px;color:var(--mf-text-muted)}.mf-contact-form-wrap{background:#fff;border-radius:var(--mf-radius);padding:34px;box-shadow:var(--mf-shadow);border:1px solid #F2E3DE}.mf-contact-form label{display:block;font-size:13px;font-weight:700;color:var(--mf-text);margin-bottom:16px}.mf-contact-form input,.mf-contact-form select,.mf-contact-form textarea{display:block;width:100%;margin-top:6px;padding:12px 14px;border-radius:8px;border:1px solid #EAD6CF;font-size:14px;font-family:inherit;color:var(--mf-text);background:#fffdfc}.mf-contact-form input:focus,.mf-contact-form select:focus,.mf-contact-form textarea:focus{outline:none;border-color:var(--mf-primary);box-shadow:0 0 0 3px rgb(200 29 37 / .12)}.mf-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mf-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.mf-form-message{padding:14px 16px;border-radius:8px;font-size:14px;margin-bottom:20px;font-weight:600}.mf-form-success{background:#E6F4EA;color:#1E7A34;border:1px solid #BEE3C8}.mf-form-error{background:#FBEAEA;color:#B3261E;border:1px solid #F2C6C4}.mf-contact-cta-inner{text-align:center}.mf-contact-cta-inner h2{margin:0 0 12px;font-size:clamp(22px,3vw,30px);color:var(--mf-text)}.mf-contact-cta-inner p{color:var(--mf-text-muted);margin:0 0 24px}.mf-page-hero{padding:90px 0 60px;text-align:center}.mf-page-hero h1{font-size:clamp(28px,3.6vw,42px);margin:10px 0 16px;font-weight:800}.mf-page-hero p{color:rgb(255 255 255 / .82);max-width:600px;margin:0 auto}.mf-page-content{max-width:760px;margin:50px auto 0}.mf-float{position:fixed;right:22px;bottom:22px;z-index:9999}.mf-float-toggle{width:58px;height:58px;border-radius:50%;background:var(--mf-accent);color:#fff;border:none;font-size:26px;box-shadow:0 10px 26px rgb(242 166 76 / .5);cursor:pointer;display:flex;align-items:center;justify-content:center}.mf-float-panel{position:absolute;bottom:72px;right:0;width:240px;background:#fff;border-radius:14px;box-shadow:0 18px 40px rgb(200 29 37 / .22);padding:10px;display:none;flex-direction:column;gap:4px;border:1px solid #F2E3DE}.mf-float.is-open .mf-float-panel{display:flex}.mf-float-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;text-decoration:none;color:var(--mf-text);background:none;border:none;text-align:left;cursor:pointer;font-family:inherit;width:100%}.mf-float-item:hover{background:var(--mf-bg-light)}.mf-float-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:#fff;flex-shrink:0}.mf-icon-wa{background:#25D366}.mf-icon-mail{background:var(--mf-primary)}.mf-icon-wc{background:#07C160}.mf-float-text strong{display:block;font-size:13px}.mf-float-text small{display:block;font-size:11px;color:var(--mf-text-muted)}.mf-wechat-modal{position:fixed;inset:0;background:rgb(30 10 8 / .55);display:none;align-items:center;justify-content:center;z-index:10000;padding:20px}.mf-wechat-modal.is-open{display:flex}.mf-wechat-modal-inner{background:#fff;border-radius:16px;padding:34px;max-width:360px;width:100%;text-align:center;position:relative}.mf-wechat-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--mf-text-muted)}.mf-wechat-modal-inner h3{margin:0 0 18px;color:var(--mf-primary)}.mf-wechat-qr{width:180px;height:180px;margin:0 auto 16px;display:block;border-radius:10px;border:1px solid #F2E3DE}.mf-wechat-note{font-size:12px;color:#B3261E;margin-top:12px}.mf-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.mf-about-copy h2{font-size:clamp(24px,3vw,34px);margin:0 0 18px;color:var(--mf-text);font-weight:800}.mf-about-copy p{color:var(--mf-text-muted);margin:0 0 16px;line-height:1.65}.mf-about-visual img{width:100%;height:auto;border-radius:var(--mf-radius)}.blog .entry-title a,.archive .entry-title a,.single .entry-title a{color:var(--mf-primary)!important}.blog .entry-title a:hover,.archive .entry-title a:hover{color:var(--mf-accent)!important}.ast-pagination a,.page-numbers.current{background:var(--mf-primary)!important;color:#fff!important;border-color:var(--mf-primary)!important}.single .entry-content a,.page-content a{color:var(--mf-primary)}.single .entry-content blockquote{border-left:4px solid var(--mf-accent)}@media (max-width:991px){.mf-hero-grid{grid-template-columns:1fr;text-align:center}.mf-hero-actions,.mf-hero-badges{justify-content:center}.mf-hero-visual{order:-1}.mf-product-grid,.mf-project-grid,.mf-why-grid,.mf-testimonial-grid{grid-template-columns:repeat(2,1fr)}.mf-stats,.mf-process-grid{grid-template-columns:repeat(2,1fr)}.mf-contact-grid{grid-template-columns:1fr}.mf-about-grid{grid-template-columns:1fr}.mf-about-visual{order:-1}}@media (max-width:600px){.mf-section{padding:56px 0}.mf-product-grid,.mf-project-grid,.mf-why-grid,.mf-testimonial-grid,.mf-stats,.mf-process-grid{grid-template-columns:1fr}.mf-form-row{grid-template-columns:1fr}.mf-float{right:14px;bottom:14px}.mf-float-panel{width:220px}}