﻿:root{--ink:#202722;--muted:#74786e;--paper:#f8f8f3;--gold:#dfbf80;--line:#dedfd5;--white:#fff;--display:'Manrope',Arial,sans-serif;--body:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--body);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{color:inherit}button,a,summary{touch-action:manipulation}button{cursor:pointer}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);line-height:1.15}h2{font-size:clamp(34px,3.5vw,50px);font-weight:500;letter-spacing:-2px;margin-bottom:26px}h2 span{color:#7a8075}h3{font-size:22px;letter-spacing:-.65px;font-weight:600}.container{width:min(1280px,calc(100% - 112px));margin-inline:auto}.section{padding-block:105px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:650;line-height:1.6;margin-bottom:25px}.button{display:inline-flex;gap:30px;align-items:center;justify-content:space-between;padding:16px 23px;min-height:54px;font-size:13px;font-weight:600;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button-dark{background:var(--ink);color:var(--paper)}.button-dark:hover{background:#394439}.button-gold{background:var(--gold);color:var(--ink)}.button-gold:hover{background:#edce91}.text-link{font-size:13px;font-weight:550;display:inline-flex;align-items:center;gap:20px}.text-link:hover{text-decoration:underline;text-underline-offset:5px}:focus-visible{outline:3px solid #a57520;outline-offset:5px}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--gold);padding:12px}.skip-link:focus{top:10px}.topbar{background:var(--ink);color:#d9ddcf;font-size:10px;letter-spacing:.3px}.topbar .container{height:35px;display:flex;align-items:center;justify-content:space-between}.topbar a span{margin-left:18px;color:white}.status-dot{width:5px;height:5px;background:var(--gold);display:inline-block;border-radius:50%;margin-right:9px;vertical-align:middle}.header{position:sticky;top:0;z-index:20;background:rgba(248,248,243,.97);border-bottom:1px solid var(--line)}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center;font-family:var(--display);font-size:26px;letter-spacing:3px;font-weight:800;line-height:1.15}.brand-symbol{color:#af8742;font-family:Arial,sans-serif;font-size:57px;line-height:1;font-weight:400;transform:skew(-8deg);letter-spacing:0}.brand-small{display:block;font-size:9px;font-weight:600;letter-spacing:6px;margin-top:5px}.header nav{display:flex;align-items:center;gap:31px;font-size:12px;font-weight:550}.header nav>a:not(.button):hover{color:#9c742f}.header .button{margin-left:10px;padding:13px 20px;font-size:12px;min-height:48px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:665px;max-width:1600px;margin:auto}.hero-copy{padding:68px 40px 55px max(56px,calc((100vw - 1280px)/2));background:var(--paper)}.hero-copy .eyebrow{font-size:9px;letter-spacing:1.6px;display:flex;align-items:center;gap:12px}.little-line{width:23px;height:1px;background:#a17e3e}.hero h1{font-size:clamp(50px,5.5vw,80px);font-weight:500;letter-spacing:-4px;line-height:1.07;margin-bottom:28px}.hero h1 em{font-weight:400;font-style:normal;color:#a78141}.hero-description{color:#74786e;font-size:14px;max-width:360px;line-height:1.9;margin-bottom:29px}.hero-actions{display:flex;gap:26px;align-items:center;flex-wrap:wrap}.hero-actions .text-link{font-size:11px;gap:10px}.hero-note{border-top:1px solid var(--line);margin-top:42px;padding-top:23px;display:flex;align-items:center;gap:13px;max-width:425px}.hero-note p{font-size:10px;line-height:1.8;color:var(--muted);margin:0}.hero-note strong{font-weight:500;color:var(--ink)}.outline-icon{border:1px solid #bdc2b1;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;font-size:13px}.hero-visual{position:relative;min-width:0;overflow:hidden;background:#55594d}.hero-visual>img{width:100%;height:100%;position:absolute;inset:0;object-position:center}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,18,.35),transparent 40%,rgba(16,24,18,.78))}.image-topline{position:absolute;z-index:1;top:30px;left:32px;right:32px;display:flex;justify-content:space-between;color:#fff;font-size:8px;letter-spacing:1.8px}.image-caption{position:absolute;z-index:1;bottom:43px;left:36px;right:36px;color:white;display:flex;align-items:center;justify-content:space-between;gap:16px}.image-caption span{font-size:8px;letter-spacing:1.8px}.image-caption p{font-family:var(--display);font-size:24px;margin:10px 0 0;letter-spacing:-.7px}.circle-button{border:1px solid #ffffff70;background:transparent;color:white;flex-shrink:0;width:47px;height:47px;border-radius:50%;font-size:25px}.circle-button:hover{background:var(--gold);color:var(--ink)}.vertical-label{position:absolute;z-index:1;right:24px;top:110px;writing-mode:vertical-rl;font-size:8px;letter-spacing:2px;color:#fff}.values-strip{border-block:1px solid var(--line);background:#eeefe7}.values-strip .container{min-height:83px;display:flex;align-items:center;justify-content:space-between;gap:20px}.values-strip span{font-size:12px;display:flex;align-items:center;gap:14px}.values-strip i{font-style:normal;font-size:24px;color:#9a7d43}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px;gap:30px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:13px;color:var(--muted);margin:0 30px 5px 0;line-height:1.9}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{text-align:left;background:transparent;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 31px 21px;transition:background .2s;display:flex;flex-direction:column;min-width:0}.service-card:hover{background:#efeee4}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.card-top>span{font-size:11px;color:#93968a}.card-top svg{width:35px;height:35px;fill:none;stroke:#8f743e;stroke-width:1.4;stroke-linejoin:round;stroke-linecap:round}.service-card h3{font-size:20px;margin-bottom:13px}.service-card p{font-size:12px;line-height:1.9;color:var(--muted);max-width:280px;margin-bottom:25px}.card-bottom{font-size:10px;font-weight:550;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;margin-top:auto}.card-bottom>span{font-size:22px}.about-section{background:#eeefe7;padding-block:80px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.about-image{position:relative;min-height:470px;height:100%}.about-image>img{width:100%;height:100%;position:absolute;object-position:center 38%;filter:saturate(.72)}.image-stamp{position:absolute;bottom:25px;right:-24px;background:var(--gold);padding:27px 30px;font-size:11px;letter-spacing:1px;line-height:1.5}.image-stamp strong{font-size:26px;display:block;letter-spacing:-1px;font-weight:500}.image-stamp span{display:block;font-size:7px;letter-spacing:2px;margin-top:16px}.about-copy{padding-block:16px}.about-copy h2{font-size:40px}.about-copy>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.9}.about-points{display:grid;gap:10px;font-size:12px;margin-block:26px 32px}.about-points span{border-bottom:1px solid #d5d9cb;padding-bottom:10px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.process-grid article{border-top:1px solid #b9bfb0;padding-top:22px}.step-number{font-family:var(--display);font-size:42px;color:#b5ab8e;font-weight:400;letter-spacing:-2px}.process-grid h3{font-size:20px;margin:22px 0 13px}.process-grid p{font-size:12px;color:var(--muted);max-width:225px;line-height:1.9}.feature-banner{position:relative;isolation:isolate;overflow:hidden;background:var(--ink);color:var(--paper);padding:45px 53px;display:flex;justify-content:space-between;align-items:center;gap:35px}.feature-banner .eyebrow{color:var(--gold);margin-bottom:15px;font-size:9px}.feature-banner h2{font-size:37px;margin-bottom:0;line-height:1.3;letter-spacing:-1px}.feature-banner .button{flex-shrink:0}.banner-bolt{position:absolute;z-index:-1;right:250px;top:-120px;line-height:1;font-size:470px;font-family:Arial;color:#344036;transform:rotate(12deg)}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.muted{color:var(--muted);font-size:13px;line-height:2}.muted a{color:var(--ink)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:14px;padding:22px 0;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:23px;font-weight:400;color:#7d866f}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{font-size:13px;color:var(--muted);padding-right:35px;line-height:1.9}.contact-section{background:#e9ebdf;border-top:1px solid var(--line);padding-block:85px}.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:100px}.contact-copy h2{font-size:54px;line-height:1.15}.contact-copy h2 em{font-weight:400;font-style:normal;color:#7b806e}.contact-copy>p:not(.eyebrow){font-size:13px;color:var(--muted)}.contact-phone{display:block;margin:29px 0 3px;font-family:var(--display);font-size:28px;letter-spacing:-1px}.contact-phone span{font-size:22px;margin-left:18px;color:#8b7952}.contact-email{font-size:14px;color:#6b7261}.address{margin-top:35px}.address .eyebrow{font-size:9px}.address p{font-size:12px;line-height:1.8;margin:10px 0}.address .text-link{font-size:11px}.quote-form{background:var(--paper);padding:36px;scroll-margin-top:110px}.quote-form h3{font-size:25px;margin-bottom:10px}.quote-form>p{font-size:12px;color:var(--muted)}.quote-form label{display:block;font-size:11px;font-weight:550;margin-top:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}input,select,textarea{display:block;width:100%;min-width:0;border:0;border-bottom:1px solid #c6caba;background:transparent;color:var(--ink);font-size:12px;padding:12px 0;border-radius:0}input::placeholder,textarea::placeholder{color:#7b8073}textarea{resize:vertical;min-height:86px}.quote-form .form-note{font-size:10px;line-height:1.7;margin-top:16px}.quote-form .button{width:100%;margin-top:8px}.quote-form .form-status{margin-bottom:0;color:#465739}.form-status:empty{display:none}footer{background:var(--paper)}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-block:43px;border-bottom:1px solid var(--line)}.footer-top .brand{font-size:22px}.footer-top .brand-symbol{font-size:47px}.footer-top .brand-small{font-size:7px}.footer-top p{font-size:12px;color:var(--muted);margin:0}.back-top{font-size:11px}.footer-bottom{padding-block:23px;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:var(--muted)}.mobile-call{display:none}dialog{width:min(580px,calc(100% - 32px));border:0;padding:45px;background:var(--paper);color:var(--ink);max-height:85dvh;overflow:auto}dialog::backdrop{background:#18241ccb;backdrop-filter:blur(4px)}dialog h2{font-size:35px;letter-spacing:-1px}dialog>p:not(.eyebrow),dialog li{font-size:14px;color:var(--muted)}dialog ul{padding-left:20px;margin-bottom:30px}dialog li{padding-block:5px}.dialog-close{position:absolute;right:15px;top:12px;width:36px;height:36px;background:none;border:0;font-size:29px}body.dialog-open{overflow:hidden}
@media(min-width:1600px){.hero-copy{padding-left:105px}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.header nav{gap:20px}.hero-copy{padding-left:32px;padding-right:25px}.hero h1{font-size:65px}.hero-actions{gap:18px}.hero-actions .button{padding:14px 17px}.hero-note{margin-top:30px}.about-grid{gap:60px}.contact-grid{gap:50px}.section-heading>p{margin-right:0}.service-card{padding:26px 23px}.hero{min-height:650px}.hero-copy .eyebrow{font-size:8px}.about-copy h2{font-size:35px}}
@media(max-width:900px){.header-inner{height:80px}.header nav{gap:16px;font-size:11px}.header .button{padding:11px 14px;gap:15px;margin-left:0}.brand{font-size:22px}.brand-symbol{font-size:45px}.brand-small{font-size:8px;letter-spacing:4px}.hero h1{font-size:54px;letter-spacing:-3px}.hero-copy{padding-top:45px}.hero-copy .eyebrow{max-width:240px}.hero-description{font-size:13px}.hero{min-height:620px}.image-caption{left:24px;right:24px;bottom:30px}.image-caption p{font-size:20px}.image-topline{left:24px;right:24px;font-size:7px}.values-strip span{font-size:10px;gap:8px}.values-strip i{font-size:20px}.section{padding-block:75px}.service-card h3{font-size:17px}.about-grid{gap:40px}.about-copy h2{font-size:30px}.about-image{min-height:470px}.image-stamp{right:-10px}.process-grid{gap:23px}.process-grid h3{font-size:17px}.feature-banner{padding:36px}.feature-banner h2{font-size:30px}.faq-section{gap:40px}.contact-grid{gap:35px}.contact-copy h2{font-size:45px}.contact-phone{font-size:23px}.quote-form{padding:25px}.form-row{grid-template-columns:1fr;gap:0}}
@media(max-width:740px){html{scroll-padding-top:90px}.container{width:calc(100% - 40px)}.topbar .container{height:30px}.topbar{font-size:8px}.topbar a{font-size:0}.topbar a span{font-size:9px}.header-inner{height:74px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px;width:44px;height:44px;border:1px solid var(--line);background:transparent;padding:11px}.menu-toggle span{display:block;background:var(--ink);height:1px;width:100%;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.header nav{display:none;position:absolute;top:74px;left:0;right:0;background:var(--paper);padding:15px 20px 25px;border-bottom:1px solid var(--line);box-shadow:0 20px 20px #20272210}.header nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.header nav>a:not(.button){padding:13px 0;font-size:14px;border-bottom:1px solid var(--line)}.header .nav-cta{margin-top:15px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 24px 32px}.hero-copy .eyebrow{max-width:none;font-size:8px;letter-spacing:1.2px;margin-bottom:22px}.hero h1{font-size:clamp(50px,10.8vw,76px);letter-spacing:-3px;margin-bottom:23px}.hero-description{max-width:400px;font-size:13px}.hero-actions{gap:20px}.hero-actions .text-link{font-size:11px}.hero-note{margin-top:28px;padding-top:18px;max-width:none}.hero-visual{height:410px}.hero-visual>img{object-position:center}.vertical-label{top:70px;right:15px}.image-caption p{font-size:23px}.image-caption{bottom:28px}.values-strip .container{display:grid;grid-template-columns:1fr 1fr;padding-block:18px;gap:16px 8px}.values-strip span{font-size:10px}.section{padding-block:61px}.section-heading{display:block;margin-bottom:30px}h2{font-size:36px;letter-spacing:-1.5px}.eyebrow{font-size:9px;margin-bottom:20px}.section-heading>p{margin-top:20px;font-size:12px}.section-heading>p br{display:none}.services-grid{grid-template-columns:1fr 1fr}.service-card{padding:23px 17px 14px}.service-card h3{font-size:17px;line-height:1.3;letter-spacing:-.5px}.service-card p{font-size:11px;line-height:1.8}.card-top{margin-bottom:25px}.card-top svg{width:30px;height:30px}.card-bottom{font-size:9px}.about-section{padding-block:45px}.about-grid{grid-template-columns:1fr;gap:37px}.about-image{height:340px;min-height:0}.about-image>img{object-position:center 35%}.image-stamp{right:14px;bottom:-15px;padding:18px 23px}.image-stamp strong{font-size:25px}.image-stamp span{margin-top:10px}.about-copy h2{font-size:36px}.process-grid{grid-template-columns:1fr 1fr;gap:23px}.step-number{font-size:36px}.process-grid h3{font-size:18px;margin-top:14px}.feature-banner{padding:30px;display:block}.feature-banner h2{font-size:30px}.feature-banner .button{margin-top:25px}.banner-bolt{right:-30px;top:-25px;font-size:340px}.faq-section{grid-template-columns:1fr;gap:25px}.faq-section h2 br{display:none}.faq-section h2 span{margin-left:7px}.faq-section .muted br{display:none}.faq-section .muted a{margin-left:5px}.faq-list summary{font-size:13px}.contact-section{padding-block:50px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-copy h2{font-size:48px}.contact-phone{font-size:28px}.address{margin-top:25px}.quote-form{padding:25px 22px}.form-row{grid-template-columns:1fr 1fr;gap:15px}.quote-form h3{font-size:25px}.footer-top{flex-wrap:wrap;gap:24px;padding-block:30px}.footer-top p{order:3;width:100%;font-size:12px}.footer-bottom{font-size:8px;align-items:flex-start;padding-bottom:85px}.footer-bottom>span:first-child{max-width:230px}.footer-bottom>span:last-child{white-space:nowrap}.mobile-call{display:flex;position:fixed;z-index:15;bottom:0;left:0;right:0;background:var(--ink);color:var(--paper);font-size:12px;padding:15px 22px calc(15px + env(safe-area-inset-bottom));justify-content:space-between;border-top:1px solid #ffffff20}.mobile-call span{color:var(--gold)}dialog{padding:38px 25px}dialog h2{font-size:30px}}
@media(max-width:360px){.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero h1{font-size:49px}.service-card{padding-inline:13px}.service-card h3{font-size:16px}.form-row{grid-template-columns:1fr;gap:0}.footer-bottom{display:block}.footer-bottom>span{display:block;margin-bottom:7px}}
.brand-logo{width:135px;height:80px;object-fit:contain;flex-shrink:0}.brand{letter-spacing:normal}.footer-top .brand-logo{width:135px;height:80px}.need-section{display:grid;grid-template-columns:1fr 1.4fr;gap:70px;padding-top:70px;padding-bottom:10px}.need-section h2{font-size:34px;letter-spacing:-1.3px}.need-options a{display:flex;align-items:center;gap:22px;padding:21px 0;border-bottom:1px solid var(--line)}.need-options a:first-child{border-top:1px solid var(--line)}.need-options a>span:first-child{font-size:10px;color:#8a7650}.need-options a>span:last-child{margin-left:auto;font-size:22px;color:#927943}.need-options h3{font-size:17px;margin-bottom:7px}.need-options p{font-size:11px;color:var(--muted);margin:0}.need-options a:hover h3{text-decoration:underline;text-underline-offset:4px}.optional{font-weight:400;font-size:9px;color:var(--muted)}.quote-form .form-status a{text-decoration:underline;text-underline-offset:3px}.contact-copy .contact-region{margin-top:20px;font-size:12px;color:#4b5943}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:15;display:flex;gap:25px;align-items:center;background:#28563d;color:white;box-shadow:0 5px 20px #20272220;padding:14px 22px;border-radius:4px;font-size:12px}.whatsapp-float:hover{background:#1e4530}.whatsapp-float span{font-size:19px}.mobile-contact{display:none}
@media(max-width:900px){.brand-logo{width:110px;height:65px}.need-section{gap:35px}.need-section h2{font-size:30px}}
@media(max-width:740px){.brand-logo{width:104px;height:62px}.need-section{grid-template-columns:1fr;gap:10px;padding-top:45px}.need-section h2{font-size:32px;margin-bottom:15px}.need-options a{gap:16px;padding-block:20px}.need-options h3{font-size:16px}.whatsapp-float{display:none}.mobile-contact{display:grid;grid-template-columns:1fr 1.2fr;position:fixed;bottom:0;left:0;right:0;z-index:15;box-shadow:0 -2px 12px #20272215;background:var(--ink);padding-bottom:env(safe-area-inset-bottom)}.mobile-contact a{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:11px;color:white;gap:8px}.mobile-contact a:last-child{background:#28563d}.mobile-contact a span{font-size:17px}.footer-top .brand-logo{width:118px;height:70px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

