*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--mw-pri:#3B5D50;--mw-pri-h:#2E4A3F;--mw-acc:#C8A96E;--mw-acc-h:#B59458;--mw-bg:#FAF7F2;--mw-surf:#FFFFFF;--mw-surf-alt:#F2EDE4;--mw-txt:#2B2B2B;--mw-body:#4A4A4A;--mw-muted:#7A7A72;--mw-border:#E5DFD5;--mw-dark:#2B3530;--mw-ff-head:'DM Serif Display',Georgia,serif;--mw-ff-body:'Nunito Sans',Helvetica,Arial,sans-serif;--mw-radius:6px;--mw-shadow:0 2px 16px rgba(43,53,48,.07)}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--mw-ff-body);color:var(--mw-body);background:var(--mw-bg);line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--mw-pri);text-decoration:none;transition:color .25s}
a:hover{color:var(--mw-acc)}
h1,h2,h3,h4,h5,h6{font-family:var(--mw-ff-head);color:var(--mw-txt);line-height:1.25;font-weight:400}
h1{font-size:clamp(2rem,5vw,3.25rem);margin-bottom:.6em}
h2{font-size:clamp(1.6rem,3.5vw,2.5rem);margin-bottom:.5em}
h3{font-size:clamp(1.2rem,2.5vw,1.6rem);margin-bottom:.4em}
p{margin-bottom:1em}
ul,ol{list-style:none}

.mw-wrap{width:92%;max-width:1200px;margin:0 auto}
.mw-sect{padding:3.5rem 0}
.mw-sect-alt{background:var(--mw-surf-alt)}
.mw-sect-dark{background:var(--mw-dark);color:#E8E4DC}
.mw-sect-dark h2,.mw-sect-dark h3{color:#F5F0E8}
.mw-sect-title{text-align:center;margin-bottom:.3em}
.mw-sect-desc{text-align:center;max-width:640px;margin:0 auto 2.5rem;color:var(--mw-muted)}
.mw-divider{width:60px;height:3px;background:var(--mw-acc);margin:0 auto 2rem;border:none}

.mw-btn{display:inline-block;padding:14px 32px;font-family:var(--mw-ff-body);font-size:.95rem;font-weight:600;border:none;border-radius:var(--mw-radius);cursor:pointer;transition:all .3s;min-height:44px;min-width:44px;text-align:center}
.mw-btn-pri{background:var(--mw-pri);color:#fff}
.mw-btn-pri:hover{background:var(--mw-pri-h);color:#fff}
.mw-btn-acc{background:var(--mw-acc);color:#fff}
.mw-btn-acc:hover{background:var(--mw-acc-h);color:#fff}
.mw-btn-outline{background:transparent;color:var(--mw-pri);border:2px solid var(--mw-pri)}
.mw-btn-outline:hover{background:var(--mw-pri);color:#fff}

.mw-hdr{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(250,247,242,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--mw-border);transition:box-shadow .3s}
.mw-hdr.mw-scrolled{box-shadow:0 2px 20px rgba(0,0,0,.06)}
.mw-hdr .mw-wrap{display:flex;align-items:center;justify-content:space-between;height:72px}
.mw-logo{display:flex;flex-direction:column;line-height:1.2}
.mw-logo-text{font-family:var(--mw-ff-head);font-size:1.5rem;color:var(--mw-txt)}
.mw-logo-sub{font-size:.7rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--mw-muted)}
.mw-nav-list{display:flex;align-items:center;gap:2rem}
.mw-nav-item>a{font-size:.9rem;font-weight:600;color:var(--mw-txt);padding:8px 0;position:relative;transition:color .25s}
.mw-nav-item>a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--mw-acc);transition:width .3s}
.mw-nav-item>a:hover::after,.mw-nav-item.mw-active>a::after{width:100%}
.mw-nav-item.mw-active>a{color:var(--mw-pri)}
.mw-has-sub{position:relative}
.mw-submenu{position:absolute;top:100%;left:-12px;background:var(--mw-surf);border:1px solid var(--mw-border);border-radius:var(--mw-radius);padding:8px 0;min-width:220px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s;box-shadow:var(--mw-shadow)}
.mw-has-sub:hover .mw-submenu{opacity:1;visibility:visible;transform:translateY(0)}
.mw-submenu li a{display:block;padding:10px 20px;font-size:.85rem;color:var(--mw-body);white-space:nowrap}
.mw-submenu li a:hover{background:var(--mw-surf-alt);color:var(--mw-pri)}
.mw-hamburger{display:none;background:none;border:none;cursor:pointer;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:10px}
.mw-hamburger span{display:block;width:24px;height:2px;background:var(--mw-txt);transition:all .3s}
.mw-hamburger.mw-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.mw-hamburger.mw-open span:nth-child(2){opacity:0}
.mw-hamburger.mw-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

.mw-hero{position:relative;padding:8rem 0 5rem;background:linear-gradient(135deg,var(--mw-dark) 0%,#3A4F47 100%);color:#F5F0E8;overflow:hidden;min-height:520px;display:flex;align-items:center}
.mw-hero::before{content:'';position:absolute;top:-40%;right:-15%;width:60%;height:180%;background:radial-gradient(ellipse,rgba(200,169,110,.12) 0%,transparent 70%);pointer-events:none}
.mw-hero-inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
.mw-hero-content{position:relative;z-index:2}
.mw-hero h1{color:#F5F0E8;margin-bottom:.3em}
.mw-hero-sub{font-size:1.1rem;color:#C8C0B2;margin-bottom:2rem;max-width:520px;line-height:1.8}
.mw-hero-actions{display:flex;flex-wrap:wrap;gap:1rem}

.mw-features-grid{display:grid;grid-template-columns:1fr;gap:2rem}
.mw-feat-card{text-align:center;padding:2rem 1.5rem}
.mw-feat-icon{width:64px;height:64px;margin:0 auto 1.2rem;display:flex;align-items:center;justify-content:center;background:var(--mw-surf-alt);border-radius:50%;color:var(--mw-pri)}
.mw-feat-icon svg{width:28px;height:28px}
.mw-feat-card h3{margin-bottom:.5rem}
.mw-feat-card p{color:var(--mw-muted);font-size:.92rem}

.mw-svc-grid{display:grid;grid-template-columns:1fr;gap:2rem}
.mw-svc-card{background:var(--mw-surf);border-radius:var(--mw-radius);overflow:hidden;box-shadow:var(--mw-shadow);transition:transform .3s,box-shadow .3s}
.mw-svc-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(43,53,48,.1)}
.mw-svc-card picture,.mw-svc-card img{width:100%;height:200px;object-fit:cover}
.mw-svc-card-body{padding:1.5rem}
.mw-svc-card h3{margin-bottom:.4rem}
.mw-svc-card p{color:var(--mw-muted);font-size:.9rem;margin-bottom:1rem}
.mw-svc-link{font-weight:600;font-size:.88rem;color:var(--mw-acc);display:inline-flex;align-items:center;gap:6px}
.mw-svc-link:hover{color:var(--mw-acc-h)}
.mw-svc-link svg{width:14px;height:14px;transition:transform .2s}
.mw-svc-link:hover svg{transform:translateX(3px)}

.mw-about-row{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
.mw-about-img{border-radius:var(--mw-radius);overflow:hidden}
.mw-about-img img{width:100%;height:auto}
.mw-about-content h2{text-align:left}
.mw-about-content p{color:var(--mw-body)}

.mw-testi-wrap{overflow:hidden}
.mw-testi-grid{display:grid;grid-template-columns:1fr;gap:2rem}
.mw-testi-card{background:var(--mw-surf);padding:2rem;border-radius:var(--mw-radius);border-left:4px solid var(--mw-acc);box-shadow:var(--mw-shadow)}
.mw-testi-quote{font-style:italic;color:var(--mw-body);margin-bottom:1rem;line-height:1.8;position:relative;padding-left:1.5rem}
.mw-testi-quote::before{content:'\201C';position:absolute;left:0;top:-8px;font-size:2rem;color:var(--mw-acc);font-family:Georgia,serif}
.mw-testi-author{font-weight:700;color:var(--mw-txt);font-size:.88rem}
.mw-testi-project{color:var(--mw-muted);font-size:.82rem}

.mw-faq-list{max-width:800px;margin:0 auto}
.mw-faq-item{border-bottom:1px solid var(--mw-border)}
.mw-faq-q{width:100%;background:none;border:none;text-align:left;padding:1.2rem 2.5rem 1.2rem 0;font-family:var(--mw-ff-body);font-size:1rem;font-weight:600;color:var(--mw-txt);cursor:pointer;position:relative;min-height:44px;line-height:1.4}
.mw-faq-q::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--mw-acc);transition:transform .3s}
.mw-faq-q.mw-open::after{transform:translateY(-50%) rotate(45deg)}
.mw-faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;padding:0 0;color:var(--mw-body);line-height:1.7;font-size:.92rem}
.mw-faq-a.mw-visible{padding:0 0 1.2rem}

.mw-form-section{background:var(--mw-surf);padding:2.5rem;border-radius:var(--mw-radius);box-shadow:var(--mw-shadow);max-width:640px;margin:0 auto}
.mw-form-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}
.mw-form-group{display:flex;flex-direction:column}
.mw-form-label{font-size:.85rem;font-weight:600;color:var(--mw-txt);margin-bottom:.35rem}
.mw-form-input,.mw-form-textarea,.mw-form-select{width:100%;padding:12px 14px;border:1px solid var(--mw-border);border-radius:var(--mw-radius);font-family:var(--mw-ff-body);font-size:1rem;color:var(--mw-txt);background:var(--mw-bg);transition:border-color .25s;min-height:44px}
.mw-form-input:focus,.mw-form-textarea:focus,.mw-form-select:focus{outline:none;border-color:var(--mw-pri)}
.mw-form-textarea{min-height:120px;resize:vertical}
.mw-form-note{font-size:.8rem;color:var(--mw-muted);margin-top:4px}
.mw-form-error{font-size:.8rem;color:#C0392B;margin-top:4px;display:none}
.mw-form-group.mw-invalid .mw-form-error{display:block}
.mw-form-group.mw-invalid .mw-form-input,.mw-form-group.mw-invalid .mw-form-textarea{border-color:#C0392B}
.mw-form-success{background:#E8F5E9;color:#2E7D32;padding:1rem;border-radius:var(--mw-radius);text-align:center;margin-bottom:1rem;display:none}

.mw-blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}
.mw-blog-card{background:var(--mw-surf);border-radius:var(--mw-radius);overflow:hidden;box-shadow:var(--mw-shadow);transition:transform .3s}
.mw-blog-card:hover{transform:translateY(-3px)}
.mw-blog-card picture,.mw-blog-card img{width:100%;height:200px;object-fit:cover}
.mw-blog-card-body{padding:1.5rem}
.mw-blog-meta{font-size:.78rem;color:var(--mw-muted);margin-bottom:.5rem;display:flex;gap:1rem}
.mw-blog-card h3{font-size:1.15rem;margin-bottom:.5rem}
.mw-blog-card h3 a{color:var(--mw-txt)}
.mw-blog-card h3 a:hover{color:var(--mw-pri)}
.mw-blog-excerpt{font-size:.9rem;color:var(--mw-muted);margin-bottom:1rem}
.mw-read-more{font-weight:600;font-size:.85rem;color:var(--mw-acc)}
.mw-read-more:hover{color:var(--mw-acc-h)}

.mw-post-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}
.mw-post-main h1{font-size:clamp(1.6rem,3.5vw,2.2rem)}
.mw-post-hero{border-radius:var(--mw-radius);overflow:hidden;margin-bottom:1.5rem}
.mw-post-hero img{width:100%;height:auto}
.mw-post-body{font-size:1rem;line-height:1.85;color:var(--mw-body)}
.mw-post-body h2{font-size:1.4rem;margin:2rem 0 .8rem}
.mw-post-body h3{font-size:1.15rem;margin:1.5rem 0 .6rem}
.mw-post-body p{margin-bottom:1.2em}
.mw-post-body ul,.mw-post-body ol{padding-left:1.5rem;margin-bottom:1.2em}
.mw-post-body ul{list-style:disc}
.mw-post-body ol{list-style:decimal}
.mw-post-body li{margin-bottom:.4em}
.mw-post-body blockquote{border-left:4px solid var(--mw-acc);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--mw-surf-alt);border-radius:0 var(--mw-radius) var(--mw-radius) 0;font-style:italic}
.mw-sidebar{background:var(--mw-surf);padding:1.5rem;border-radius:var(--mw-radius);box-shadow:var(--mw-shadow)}
.mw-sidebar h3{font-size:1.1rem;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--mw-acc)}
.mw-sidebar ul{display:flex;flex-direction:column;gap:.6rem}
.mw-sidebar ul li a{font-size:.88rem;color:var(--mw-body);display:block;padding:6px 0;border-bottom:1px solid var(--mw-border)}
.mw-sidebar ul li a:hover{color:var(--mw-pri)}
.mw-sidebar-cta{margin-top:1.5rem;padding:1.2rem;background:var(--mw-pri);color:#fff;border-radius:var(--mw-radius);text-align:center}
.mw-sidebar-cta h4{font-family:var(--mw-ff-head);color:#F5F0E8;margin-bottom:.5rem;font-weight:400}
.mw-sidebar-cta p{font-size:.85rem;color:#C8C0B2;margin-bottom:1rem}
.mw-sidebar-cta a{display:inline-block;padding:10px 20px;background:var(--mw-acc);color:#fff;border-radius:var(--mw-radius);font-weight:600;font-size:.85rem}
.mw-sidebar-cta a:hover{background:var(--mw-acc-h);color:#fff}

.mw-svc-hero{padding:7rem 0 3.5rem;background:linear-gradient(135deg,var(--mw-dark),#3A4F47);color:#F5F0E8;text-align:center}
.mw-svc-hero h1{color:#F5F0E8}
.mw-svc-hero p{color:#C8C0B2;max-width:600px;margin:0 auto}
.mw-svc-detail{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}
.mw-svc-detail-img{border-radius:var(--mw-radius);overflow:hidden}
.mw-svc-detail-img img{width:100%;height:auto}
.mw-process{counter-reset:step}
.mw-step{position:relative;padding-left:3.5rem;margin-bottom:2rem;counter-increment:step}
.mw-step::before{content:counter(step);position:absolute;left:0;top:0;width:2.5rem;height:2.5rem;background:var(--mw-pri);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.mw-step h3{margin-bottom:.3rem}
.mw-step p{color:var(--mw-muted);font-size:.92rem}
.mw-benefits-list{display:grid;grid-template-columns:1fr;gap:1rem}
.mw-benefit-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--mw-surf);border-radius:var(--mw-radius);border:1px solid var(--mw-border)}
.mw-benefit-icon{flex-shrink:0;width:40px;height:40px;background:var(--mw-surf-alt);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--mw-acc)}
.mw-benefit-icon svg{width:20px;height:20px}

.mw-contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}
.mw-contact-info h3{margin-bottom:1rem}
.mw-contact-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.mw-contact-icon{flex-shrink:0;width:44px;height:44px;background:var(--mw-surf-alt);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--mw-pri)}
.mw-contact-icon svg{width:20px;height:20px}

.mw-policy-content{max-width:800px;margin:0 auto;padding-top:1rem}
.mw-policy-content h2{font-size:1.4rem;margin:2rem 0 .8rem}
.mw-policy-content h3{font-size:1.15rem;margin:1.5rem 0 .6rem}
.mw-policy-content p{margin-bottom:1em;line-height:1.8}
.mw-policy-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1em}
.mw-policy-content ul li{margin-bottom:.4em}

.mw-404{text-align:center;padding:8rem 0 5rem;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
.mw-404 h1{font-size:clamp(4rem,10vw,8rem);color:var(--mw-border);margin-bottom:0}
.mw-404 h2{margin-bottom:1rem}
.mw-404 p{color:var(--mw-muted);margin-bottom:2rem}

.mw-ft{background:var(--mw-dark);color:#C8C0B2;padding:3.5rem 0 0}
.mw-ft-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}
.mw-ft-title{font-family:var(--mw-ff-head);color:#F5F0E8;font-size:1.1rem;margin-bottom:1rem;font-weight:400}
.mw-ft-about{font-size:.88rem;line-height:1.7;color:#9A9688}
.mw-ft-links li{margin-bottom:.5rem}
.mw-ft-links li a{font-size:.85rem;color:#9A9688;transition:color .2s}
.mw-ft-links li a:hover{color:var(--mw-acc)}
.mw-ft-contact p{font-size:.88rem;margin-bottom:.4rem}
.mw-ft-contact a{color:#9A9688}
.mw-ft-contact a:hover{color:var(--mw-acc)}
.mw-ft-bottom{padding:1.5rem 0;text-align:center}
.mw-ft-bottom p{font-size:.78rem;color:#6A6A60;margin:0}

.mw-breadcrumb{padding:1rem 0;font-size:.82rem;color:var(--mw-muted)}
.mw-breadcrumb a{color:var(--mw-muted)}
.mw-breadcrumb a:hover{color:var(--mw-pri)}
.mw-breadcrumb span{margin:0 .4rem}

.mw-cta-band{background:var(--mw-pri);color:#F5F0E8;text-align:center;padding:3rem 0}
.mw-cta-band h2{color:#F5F0E8;margin-bottom:.5rem}
.mw-cta-band p{color:#B8C4BE;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}
.mw-cta-band .mw-btn-acc:hover{color:#fff}

@media(min-width:540px){
.mw-form-row{grid-template-columns:1fr 1fr}
.mw-blog-grid{grid-template-columns:repeat(2,1fr)}
.mw-features-grid{grid-template-columns:repeat(2,1fr)}
.mw-benefits-list{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:768px){
.mw-sect{padding:5rem 0}
.mw-hamburger{display:none!important}
.mw-nav{display:block!important}
.mw-svc-grid{grid-template-columns:repeat(2,1fr)}
.mw-testi-grid{grid-template-columns:repeat(2,1fr)}
.mw-about-row{grid-template-columns:1fr 1fr}
.mw-contact-grid{grid-template-columns:1fr 1fr}
.mw-ft-grid{grid-template-columns:repeat(2,1fr)}
.mw-hero-inner{grid-template-columns:1fr}
.mw-svc-detail{grid-template-columns:5fr 4fr}
.mw-post-layout{grid-template-columns:1fr 300px}
}
@media(min-width:1024px){
.mw-features-grid{grid-template-columns:repeat(4,1fr)}
.mw-svc-grid{grid-template-columns:repeat(4,1fr)}
.mw-testi-grid{grid-template-columns:repeat(3,1fr)}
.mw-blog-grid{grid-template-columns:repeat(3,1fr)}
.mw-ft-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}
.mw-hero{padding:9rem 0 5rem}
.mw-hero-inner{grid-template-columns:1fr 1fr}
}
@media(min-width:1440px){
.mw-wrap{max-width:1320px}
}
@media(max-width:767px){
.mw-nav{position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--mw-bg);display:none;z-index:999;overflow-y:auto;padding:1.5rem}
.mw-nav.mw-nav-open{display:block}
.mw-nav-list{flex-direction:column;gap:0}
.mw-nav-item>a{display:block;padding:14px 0;border-bottom:1px solid var(--mw-border);font-size:1rem}
.mw-has-sub .mw-submenu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding:0 0 0 1rem;display:none}
.mw-has-sub.mw-sub-open .mw-submenu{display:block}
.mw-submenu li a{padding:10px 0;border-bottom:1px solid var(--mw-border)}
.mw-hamburger{display:flex}
.mw-hero{padding:6.5rem 0 3rem;min-height:auto}
.mw-svc-card picture,.mw-svc-card img,.mw-blog-card picture,.mw-blog-card img{height:180px}
}
