@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Open+Sans:wght@300;400;500;600;700&display=swap";:root{--green-primary: #2a5c27;--green-dark: #1a3c17;--green-darker: #112810;--green-mid: #3d7a38;--green-accent: #4a9944;--green-light: #e8f5e6;--stone: #f6f2ec;--stone-mid: #ede5d6;--stone-dark: #d5ccba;--charcoal: #1e2420;--text: #3a3f38;--text-light: #6a7067;--white: #ffffff;--gold: #c49a38;--gold-light: #f5e8cc;--border: #d4cec4;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow: 0 4px 18px rgba(0,0,0,.11);--shadow-lg: 0 8px 36px rgba(0,0,0,.15);--radius: 10px;--radius-lg: 18px;--radius-xl: 28px;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Open Sans", system-ui, sans-serif;--max-w: 1140px;--section-v: 90px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1rem;line-height:1.75;color:var(--text);background:var(--white)}img,picture,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:700;line-height:1.25;color:var(--charcoal)}h1{font-size:clamp(2.2rem,5vw,3.6rem)}h2{font-size:clamp(1.8rem,3.5vw,2.7rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.15rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}strong{font-weight:600}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.5rem}.section{padding-block:var(--section-v)}.section--stone{background:var(--stone)}.section--dark{background:var(--green-dark);color:var(--white)}.section--darker{background:var(--green-darker);color:var(--white)}.section__label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section__title{margin-bottom:1rem}.section__lead{font-size:1.1rem;color:var(--text-light);max-width:650px}.section__header{margin-bottom:3.5rem}.text-white{color:var(--white)!important}.text-muted-white{color:#ffffffbf}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.8rem 1.75rem;border-radius:50px;font-weight:600;font-size:.95rem;border:2px solid transparent;cursor:pointer;transition:all .22s ease;white-space:nowrap;text-decoration:none}.btn--primary{background:var(--green-primary);color:var(--white);border-color:var(--green-primary)}.btn--primary:hover{background:var(--green-mid);border-color:var(--green-mid);transform:translateY(-2px);box-shadow:var(--shadow)}.btn--gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn--gold:hover{background:#b38830;border-color:#b38830;transform:translateY(-2px);box-shadow:var(--shadow)}.btn--outline{background:transparent;color:var(--white);border-color:#fff9}.btn--outline:hover{background:#ffffff1f;border-color:var(--white);transform:translateY(-2px)}.btn--outline-dark{background:transparent;color:var(--green-primary);border-color:var(--green-primary)}.btn--outline-dark:hover{background:var(--green-primary);color:var(--white);transform:translateY(-2px)}.btn--lg{padding:.95rem 2.2rem;font-size:1rem}.header-bar{background:var(--green-darker);color:#ffffffd9;font-size:.82rem;padding:.4rem 0}.header-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-bar a{color:#ffffffd9;display:inline-flex;align-items:center;gap:.35rem;transition:color .18s}.header-bar a:hover{color:var(--white)}.header{background:var(--white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.header__inner{display:flex;align-items:center;justify-content:space-between;padding-block:1rem;gap:1.5rem}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo-img{height:82px;width:auto;object-fit:contain;display:block}.header__logo-name{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--charcoal)}.header__logo-tagline{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--green-primary);font-weight:600}.footer__logo-img{height:70px;width:auto;object-fit:contain;display:block;border-radius:var(--radius)}.header__nav{display:flex;align-items:center;gap:2.2rem}.header__nav a{font-size:.9rem;font-weight:600;color:var(--text);position:relative;padding-bottom:2px}.header__nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--green-primary);transition:width .22s}.header__nav a:hover{color:var(--green-primary)}.header__nav a:hover:after{width:100%}.header__nav a.is-active{color:var(--green-primary)}.header__nav a.is-active:after{width:100%}.header__actions{display:flex;align-items:center;gap:1rem}.header__phone{font-weight:600;font-size:.9rem;color:var(--green-dark);display:inline-flex;align-items:center;gap:.35rem}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--charcoal);border-radius:2px;transition:all .22s}.menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.is-active span:nth-child(2){opacity:0}.menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}.hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,#122810d1,#1e3c198c 60%,#1a3c1759);z-index:1}.hero__content{position:relative;z-index:2;max-width:720px;color:var(--white);padding-block:6rem 5rem}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);background:#c49a3826;border:1px solid rgba(196,154,56,.35);padding:.35rem .9rem;border-radius:50px;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.15;color:var(--white);margin-bottom:1.5rem}.hero__title span{color:var(--gold)}.hero__text{font-size:1.1rem;line-height:1.8;color:#ffffffe0;margin-bottom:2.2rem;max-width:580px}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero__badges{display:flex;flex-wrap:wrap;gap:.6rem}.hero__badge{display:inline-flex;align-items:center;gap:.35rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#ffffffeb;font-size:.78rem;font-weight:600;padding:.35rem .85rem;border-radius:50px;backdrop-filter:blur(4px)}.hero__badge-icon{width:14px;height:14px;background:var(--gold);border-radius:50%;flex-shrink:0}.page-hero{background:var(--green-dark);padding:5rem 0 4rem;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(42,92,39,.4) 0%,transparent 70%)}.page-hero__content{position:relative;z-index:1}.page-hero__label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.page-hero h1{color:var(--white);margin-bottom:1rem}.page-hero__lead{font-size:1.1rem;color:#ffffffc7;max-width:620px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card__icon-wrap{background:var(--green-light);padding:2rem;display:flex;align-items:center;justify-content:center}.service-card__icon{width:56px;height:56px;background:var(--green-primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--white)}.service-card__body{padding:1.75rem}.service-card__title{font-size:1.15rem;margin-bottom:.6rem;color:var(--charcoal)}.service-card__desc{font-size:.92rem;color:var(--text-light);margin-bottom:1.25rem;line-height:1.7}.service-card__link{font-size:.88rem;font-weight:700;color:var(--green-primary);display:inline-flex;align-items:center;gap:.35rem}.service-card__link:hover{color:var(--green-mid)}.service-card__link svg{transition:transform .18s}.service-card__link:hover svg{transform:translate(4px)}.split{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.split--reverse{direction:rtl}.split--reverse>*{direction:ltr}.split__image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3;object-fit:cover;width:100%}.split__collage{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.split__collage-img{border-radius:var(--radius);overflow:hidden;aspect-ratio:1;object-fit:cover;width:100%}.split__collage-img--tall{grid-row:span 2;aspect-ratio:unset;height:100%}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.reason{display:flex;gap:1.25rem}.reason__icon{width:52px;height:52px;background:#c49a3826;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}.reason__title{font-size:1rem;margin-bottom:.35rem;color:var(--white)}.reason__desc{font-size:.88rem;color:#ffffffb3;margin:0;line-height:1.65}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-item{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item__caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#122810d1);color:var(--white);font-size:.82rem;font-weight:600;padding:1.5rem 1rem .75rem}.cta-band{background:var(--green-primary);padding:5rem 0;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-band__inner{position:relative;z-index:1;text-align:center}.cta-band__title{font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--white);margin-bottom:1rem}.cta-band__text{font-size:1.05rem;color:#ffffffd1;margin-bottom:2rem;max-width:540px;margin-inline:auto}.cta-band__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-item summary{padding:1.25rem 1.5rem;font-weight:600;font-size:.97rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--charcoal);transition:background .18s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.3rem;color:var(--green-primary);font-weight:300;flex-shrink:0;line-height:1}.faq-item[open] summary{background:var(--green-light);color:var(--green-dark)}.faq-item[open] summary:after{content:"−"}.faq-item__body{padding:0 1.5rem 1.25rem;font-size:.93rem;color:var(--text-light);line-height:1.75}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:start;padding-block:3rem;border-bottom:1px solid var(--border)}.service-detail:last-of-type{border-bottom:none}.service-detail--reverse{direction:rtl}.service-detail--reverse>*{direction:ltr}.service-detail__image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/10;object-fit:cover;width:100%;box-shadow:var(--shadow)}.service-detail__label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.service-detail h2{font-size:1.9rem;margin-bottom:1rem}.service-detail__desc{font-size:.97rem;color:var(--text-light);margin-bottom:1.25rem}.service-detail__bullets{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem}.service-detail__bullets li{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:var(--text)}.service-detail__bullets li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green-primary);flex-shrink:0;margin-top:.55em}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.steps-grid:before{content:"";position:absolute;top:2rem;left:calc(12.5% + 1rem);right:calc(12.5% + 1rem);height:2px;background:var(--stone-dark);z-index:0}.step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.step__number{width:64px;height:64px;background:var(--green-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-family:var(--font-heading);font-size:1.4rem;font-weight:700;margin-bottom:1.25rem;box-shadow:0 0 0 8px var(--stone)}.step__title{font-size:1.05rem;margin-bottom:.5rem;color:var(--charcoal)}.step__desc{font-size:.88rem;color:var(--text-light);margin:0;line-height:1.65}.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.value-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center}.value-card__icon{width:56px;height:56px;background:var(--green-light);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--green-primary)}.value-card__title{font-size:1rem;margin-bottom:.4rem}.value-card__desc{font-size:.85rem;color:var(--text-light);margin:0}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.trust-card{background:var(--green-light);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;border:1px solid rgba(42,92,39,.12)}.trust-card__number{font-family:var(--font-heading);font-size:3.5rem;font-weight:800;color:var(--green-primary);line-height:1;margin-bottom:.5rem}.trust-card__label{font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:.75rem}.trust-card__text{font-size:.92rem;color:var(--text);margin:0}.footer{background:var(--green-darker);color:#ffffffc7;padding-top:5rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__logo-name{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--white);display:block;margin-bottom:.25rem}.footer__logo-tagline{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gold);font-weight:600;display:block;margin-bottom:1.25rem}.footer__desc{font-size:.88rem;line-height:1.7;margin-bottom:1.25rem}.footer__contact a{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ffffffd1;margin-bottom:.6rem;transition:color .18s}.footer__contact a:hover{color:var(--white)}.footer__heading{font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:1.25rem;padding-bottom:.6rem;border-bottom:2px solid var(--gold);display:inline-block}.footer__links{display:flex;flex-direction:column;gap:.6rem}.footer__links a{font-size:.88rem;color:#ffffffb3;transition:color .18s}.footer__links a:hover{color:var(--white)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.5rem;font-size:.82rem;color:#ffffff73}@media(max-width:1024px){.split{grid-template-columns:1fr;gap:2.5rem}.split--reverse{direction:ltr}.service-detail{grid-template-columns:1fr;gap:2rem}.service-detail--reverse{direction:ltr}.steps-grid{grid-template-columns:1fr 1fr;gap:3rem 2rem}.steps-grid:before{display:none}.footer__grid,.trust-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--section-v: 60px}.header__nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);box-shadow:var(--shadow);flex-direction:column;align-items:flex-start;gap:0;padding:1rem 1.5rem 1.5rem}.header__nav.is-open{display:flex}.header__nav a{padding:.75rem 0;border-bottom:1px solid var(--border);width:100%}.header__nav a:last-child{border-bottom:none}.menu-toggle{display:flex}.header__phone{display:none}.header__inner{position:relative}.hero{min-height:80vh}.hero__buttons{flex-direction:column;align-items:flex-start}.gallery-grid{grid-template-columns:1fr 1fr}.steps-grid,.trust-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;text-align:center}.header-bar .header-bar__right{display:none}}@media(max-width:500px){.gallery-grid,.services-grid,.values-grid{grid-template-columns:1fr}}
