@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root{--paper:#f8f7f3;--white:#fff;--stone:#c5c2b6;--ink:#282521;--muted:#69665f;--line:#dcd9d1;--rust:#95462e;--green:#256b48;--heading:'Manrope',Arial,sans-serif;--body:'DM Sans',Arial,sans-serif;--control-height:54px;--radius:3px;--section:100px;--gutter:clamp(24px,5vw,80px);--container:1280px;--focus:#c16543}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid var(--focus);outline-offset:5px}img{display:block;max-width:100%}button{cursor:pointer}h1,h2,h3,p,figure,blockquote{margin:0}h1,h2,h3{font-family:var(--heading);font-weight:650}h1,h2{letter-spacing:-.055em;line-height:1.09}h2{font-size:clamp(36px,3.9vw,56px)}h3{line-height:1.35}em{font-style:normal;color:var(--rust)}p{color:var(--muted)}.container{width:min(calc(100% - var(--gutter)*2),var(--container));margin-inline:auto}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.eyebrow{display:block;font-size:12px;font-weight:700;line-height:1.5;letter-spacing:.15em}.small-line{display:inline-block;width:30px;height:1px;background:var(--rust);margin-right:12px;vertical-align:middle}.skip-link{position:fixed;left:20px;top:-100px;z-index:100;background:var(--white);padding:14px 20px}.skip-link:focus{top:10px}.topline{background:var(--ink);color:#eeece5;font-size:12px;letter-spacing:.025em}.topline .container{display:flex;justify-content:space-between;align-items:center;min-height:35px}.topline .icon{width:14px;height:14px;margin-right:5px}.site-header{position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:93px}.brand{display:block;position:relative;width:152px;height:76px;overflow:hidden;flex-shrink:0}.brand img{position:absolute;width:220px;height:220px;max-width:none;left:-34px;top:-70px;mix-blend-mode:multiply}.main-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:550}.main-nav a{padding-block:20px;transition:color .2s}.main-nav a:hover,.text-link:hover{color:var(--rust)}.header-phone{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:650;border-left:1px solid var(--line);padding:8px 0 8px 27px}.header-phone .icon{width:18px;height:18px}.menu-button{display:none;border:0;background:transparent;width:44px;height:44px;padding:10px}.menu-button span{display:block;height:1.5px;background:var(--ink);margin:6px 0;transition:transform .2s}.hero{display:grid;grid-template-columns:1fr 1fr;max-width:1600px;margin:auto}.hero-copy{padding:68px clamp(30px,5vw,80px) 42px;align-self:center}.hero-copy .eyebrow{font-size:11px;letter-spacing:.13em;white-space:nowrap}h1{font-size:clamp(54px,5.5vw,84px);margin:25px 0 26px;font-weight:650}.hero-copy p{font-size:17px;line-height:1.65;max-width:430px;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:var(--control-height);padding:14px 20px;font-size:14px;font-weight:600;border:1px solid transparent;border-radius:var(--radius);transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button .arrow{margin-left:18px;width:18px;height:18px}.button-rust{background:var(--rust);color:#fff}.button-rust:hover{background:#753620}.text-link{display:inline-flex;align-items:center;gap:15px;font-weight:550;font-size:14px;min-height:44px}.text-link .icon{width:20px;height:20px}.hero-secondary{display:flex;width:fit-content;margin-top:14px}.hero-note{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--muted);margin-top:43px}.hero-note .icon{color:var(--rust);width:16px;height:16px}.hero-visual{position:relative;min-height:668px;background:#7e7e76;overflow:hidden}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 47%}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.17),transparent 30%,rgba(0,0,0,.12));pointer-events:none}.photo-label{position:absolute;left:30px;right:30px;top:28px;z-index:1;display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:.13em;font-weight:600;color:#fff;text-shadow:0 1px 6px #000}.hero-recommendation{position:absolute;left:30px;bottom:30px;z-index:2;display:flex;align-items:center;gap:18px;background:var(--paper);padding:20px 24px;font-size:14px;box-shadow:0 6px 35px #0000000d}.recommendation-number{font-family:var(--heading);font-size:45px;font-weight:600;letter-spacing:-.05em;line-height:1}.recommendation-number>span{font-size:23px}.hero-recommendation small{display:block;font-size:11px;color:var(--muted);margin-top:2px}.hero-recommendation>.icon{width:18px;margin-left:10px}.finish-strip{background:var(--ink);color:#eae8e1}.finish-strip .container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-block:25px;font-family:var(--heading);font-size:13px;letter-spacing:.13em;font-weight:500}.finish-strip span:nth-child(even){color:#857b6f;font-size:18px;font-weight:400}.section{padding-block:var(--section)}.services-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.section-intro .eyebrow,.section-heading .eyebrow{margin-bottom:22px;color:var(--muted)}.section-intro p{max-width:340px;margin:25px 0 17px}.section-intro .text-link{border-bottom:1px solid var(--ink);padding-bottom:5px}.service-list{border-top:1px solid var(--line)}.service-item{display:flex;gap:25px;align-items:flex-start;border-bottom:1px solid var(--line);padding:25px 0;transition:padding .2s,background .2s}.service-item:hover{padding-inline:12px;background:#ebe9e240}.service-number{font-size:12px;color:var(--muted);padding-top:5px}.service-item h3{font-size:22px;letter-spacing:-.025em;margin-bottom:7px}.service-item p{font-size:14px}.service-item>.icon{margin-left:auto;margin-top:5px;width:19px;height:19px}.projects-section{background:#eae8e1}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:44px}.heading-aside{max-width:360px;padding-bottom:4px}.heading-aside p{font-size:15px;line-height:1.75;margin-bottom:12px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-image{position:relative;aspect-ratio:3/3.6;overflow:hidden;background:#d4d1c7}.project-image img{height:100%;width:100%;object-fit:cover;transition:transform .6s}.project-card:hover img{transform:scale(1.035)}.project-image>span{position:absolute;top:16px;left:16px;width:34px;height:34px;background:var(--paper);display:grid;place-items:center;font-size:12px}.project-card figcaption{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:20px}.project-card h3{font-size:18px;letter-spacing:-.025em}.project-card p{font-size:13px;margin-top:4px}.project-tag{font-size:10px;letter-spacing:.12em;color:var(--muted)}.reviews-section{background:var(--paper)}.rating-summary{display:flex;align-items:center;gap:18px}.rating-summary strong{font-family:var(--heading);font-size:62px;line-height:1;font-weight:500;letter-spacing:-.06em}.rating-summary strong span{font-size:29px}.rating-summary>span{font-size:14px}.rating-summary small{font-size:12px;color:var(--muted)}.rating-summary>.icon{margin-left:8px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--white);border:1px solid var(--line);padding:27px;display:flex;flex-direction:column;min-height:277px}.review-label{display:flex;align-items:center;gap:7px;font-size:11px;letter-spacing:.01em;color:var(--green)}.review-label .icon{width:16px;height:16px}.review-card blockquote{font-family:var(--heading);font-size:20px;line-height:1.65;letter-spacing:-.025em;margin:24px 0 28px}.review-author{display:flex;align-items:center;gap:12px;margin-top:auto}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:12px;background:#eae8e1;flex-shrink:0}.review-author h3{font-family:var(--body);font-size:13px;font-weight:600}.review-author div>span{font-size:11px;color:var(--muted)}.facebook-mark{font-family:Arial,sans-serif;font-weight:700;font-size:25px;line-height:1}.review-author .facebook-mark{margin-left:auto;color:#787367}.reviews-footnote{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;font-size:12px;color:var(--muted)}.reviews-footnote a{display:flex;align-items:center;gap:10px;min-height:44px;color:var(--ink)}.reviews-footnote .icon{width:16px;height:16px}.contact-section{background:var(--ink);color:var(--paper);padding-block:95px}.contact-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:100px}.contact-layout .eyebrow{color:#c4c0b7}.contact-layout h2{margin:24px 0;font-size:clamp(40px,4.4vw,65px)}.contact-layout em{color:#c7b5a0}.contact-layout p{color:#c4c0b7;max-width:470px;font-size:16px;line-height:1.75;margin-bottom:25px}.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:#e1d8cc}.contact-details{align-self:center}.contact-detail{padding:28px 0;border-bottom:1px solid #565047}.contact-number{display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:var(--heading);font-size:clamp(25px,2.5vw,35px);letter-spacing:-.045em;margin:14px 0 5px;white-space:nowrap}.contact-detail>span:not(.eyebrow){font-size:12px;color:#c4c0b7}.contact-detail h3{display:flex;align-items:center;gap:12px;font-size:22px;margin:17px 0 9px}.contact-detail p{font-size:14px;margin:0;max-width:290px}.social-link{display:flex;align-items:center;gap:14px;margin-top:30px;min-height:44px;font-size:14px}.social-link .icon{margin-left:auto;width:18px;height:18px}.site-footer{padding:34px 0 110px}.site-footer .container{display:flex;justify-content:space-between;align-items:center;gap:28px}.footer-wordmark{font-family:var(--heading);font-size:22px;font-weight:800;letter-spacing:.06em;line-height:1.1}.footer-wordmark span{display:block;font-family:var(--body);font-size:8px;letter-spacing:.18em;font-weight:600;margin-top:5px}.site-footer p,.site-footer>.container>a:last-child{font-size:12px}.site-footer>.container>a:last-child{display:flex;align-items:center;gap:10px;min-height:44px}.site-footer .icon{width:15px;height:15px}.sticky-contact{position:fixed;bottom:24px;right:24px;z-index:40;display:flex;background:var(--white);box-shadow:0 4px 30px #0003;border-radius:var(--radius);padding:6px;gap:6px}.sticky-contact>a{display:flex;gap:10px;align-items:center;justify-content:center;padding:13px 20px;min-height:48px;font-size:14px;font-weight:600;border-radius:2px}.sticky-call{background:var(--white);color:var(--ink)}.sticky-call:hover{background:#efede6}.sticky-whatsapp{background:var(--green);color:#fff}.sticky-whatsapp:hover{background:#195538}.sticky-contact .icon{width:19px;height:19px}.sticky-contact .arrow{width:16px;height:16px;margin-left:5px}
@media(min-width:1601px){.hero-copy{padding-left:80px}.hero-visual{min-height:740px}}
@media(max-width:1100px){:root{--gutter:36px;--section:80px}.main-nav{gap:19px;font-size:13px}.header-inner{gap:18px}.header-phone{padding-left:18px;font-size:13px}.hero-copy{padding:48px 36px 36px}.hero-copy .eyebrow{font-size:10px}.small-line{width:18px;margin-right:6px}h1{font-size:67px}.hero-visual{min-height:655px}.hero-copy p{font-size:16px}.services-layout{gap:60px}.contact-layout{gap:60px}.review-card{padding:23px}.review-card blockquote{font-size:18px}.photo-label{font-size:9px;left:24px;right:24px}.hero-recommendation{left:24px;right:24px;gap:14px;padding:18px}.hero-recommendation>.icon{margin-left:auto}.rating-summary strong{font-size:52px}.rating-summary{gap:12px}.project-tag{display:none}}
@media(max-width:800px){:root{--gutter:24px;--section:68px}.topline .container{min-height:30px}.topline .container>span:first-child{font-size:10px}.topline .container>span:last-child{font-size:10px}.header-inner{min-height:78px;gap:16px}.brand{width:130px;height:64px}.brand img{width:190px;height:190px;left:-30px;top:-61px}.header-phone{margin-left:auto;border:0;padding-left:0;font-size:14px}.menu-button{display:block}.main-nav{position:absolute;display:none;left:0;right:0;top:100%;background:var(--paper);padding:18px 24px 30px;box-shadow:0 14px 18px #0001;border-top:1px solid var(--line);max-height:calc(100dvh - 175px);overflow-y:auto}.main-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.main-nav a{font-size:19px;padding:15px 4px;border-bottom:1px solid var(--line)}.menu-button[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.hero-copy{padding:42px 24px 35px}h1{font-size:clamp(44px,7vw,59px)}.hero-copy p{font-size:15px}.hero-copy .eyebrow{font-size:9px}.small-line{display:none}.hero-copy .button{font-size:13px;padding:13px 15px;gap:8px}.hero-copy .button .arrow{margin-left:0}.hero-note{margin-top:28px;font-size:10px}.hero-visual{min-height:575px}.hero-recommendation{left:18px;right:18px;bottom:18px;padding:16px;gap:10px}.recommendation-number{font-size:37px}.hero-recommendation>span:nth-child(2){font-size:12px}.hero-recommendation small{font-size:10px}.hero-recommendation>.icon{display:none}.photo-label span:first-child{display:none}.photo-label{justify-content:flex-end}.finish-strip .container{padding-block:21px;font-size:10px;gap:8px}.services-layout{gap:38px;grid-template-columns:1fr 1.2fr}.section-intro h2{font-size:38px}.section-intro p{font-size:15px}.service-item{gap:15px;padding-block:22px}.service-item h3{font-size:19px}.service-item p{font-size:13px}.section-heading{gap:28px}.heading-aside{max-width:280px}.heading-aside p{font-size:14px}.project-grid,.review-grid{gap:16px}.project-card h3{font-size:16px}.review-card{padding:20px}.review-card blockquote{font-size:17px}.review-author{gap:8px;flex-wrap:wrap}.review-author h3{font-size:12px}.review-author .facebook-mark{display:none}.review-label{font-size:10px}.rating-summary{flex-wrap:wrap;max-width:235px}.rating-summary>.icon{display:none}.rating-summary>span{font-size:12px}.rating-summary small{font-size:11px}.contact-layout{gap:36px;grid-template-columns:1.1fr 1fr}.contact-layout h2{font-size:45px}.contact-number{font-size:27px}.contact-detail h3{font-size:20px}.contact-layout>div>p{font-size:15px}.sticky-contact{bottom:16px;right:16px}}
@media(max-width:600px){html{scroll-padding-top:90px;scroll-padding-bottom:95px}.topline .container>span:first-child{display:none}.topline .container{justify-content:center}.header-phone span{display:none}.header-phone{width:44px;height:44px;justify-content:center}.header-phone .icon{width:21px;height:21px}.header-inner{gap:5px;min-height:76px}.menu-button{margin-right:-8px}.hero{display:flex;flex-direction:column}.hero-copy{padding:37px var(--gutter) 30px}.hero-copy .eyebrow{font-size:10px;letter-spacing:.11em}.small-line{display:inline-block;width:21px;margin-right:8px}h1{font-size:clamp(51px,12.4vw,74px);line-height:1.035;letter-spacing:-.055em;margin:22px 0}.hero-copy p{font-size:16px;line-height:1.65;max-width:350px;margin-bottom:23px}.desktop-break{display:none}.hero-copy .button{min-height:54px;padding:14px 19px;font-size:14px;gap:12px}.hero-copy .button .arrow{margin-left:12px}.hero-secondary{margin-top:9px;font-size:13px}.hero-note{margin-top:18px;font-size:11px}.hero-visual{height:350px;min-height:0;margin:0 var(--gutter) 24px;flex-shrink:0}.hero-photo{object-position:center 48%}.photo-label{left:16px;right:16px;top:17px;justify-content:space-between;font-size:9px}.photo-label span:first-child{display:block}.hero-recommendation{left:16px;right:auto;bottom:16px;gap:16px;padding:14px 18px}.recommendation-number{font-size:36px}.recommendation-number>span{font-size:19px}.hero-recommendation>span:nth-child(2){font-size:12px}.hero-recommendation small{font-size:10px}.hero-recommendation>.icon{display:block;width:16px;margin-left:2px}.finish-strip .container{gap:10px 15px;flex-wrap:wrap;justify-content:center;font-size:10px;letter-spacing:.1em;padding-block:20px}.finish-strip span:nth-child(even){font-size:12px}.services-layout{grid-template-columns:1fr;gap:32px}.section-intro h2{font-size:43px}.section-intro h2 br:nth-child(2){display:none}.section-intro p{margin-top:20px;max-width:440px;font-size:16px}.section-intro .eyebrow,.section-heading .eyebrow{font-size:11px;margin-bottom:18px}.service-item{padding:22px 0;gap:20px}.service-item h3{font-size:21px}.service-item p{font-size:14px}.service-item>.icon{width:20px}.section-heading{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:32px}h2{font-size:42px}.heading-aside{max-width:100%;padding:0}.heading-aside p{font-size:15px;margin-bottom:6px}.project-grid{grid-template-columns:1fr;gap:33px}.project-image{aspect-ratio:1.08}.project-image img{object-position:center 48%}.project-card figcaption{padding-top:16px}.project-card h3{font-size:20px}.project-card p{font-size:14px}.project-tag{display:block;font-size:10px}.rating-summary{max-width:none;gap:16px;flex-wrap:nowrap;padding-top:6px}.rating-summary strong{font-size:52px}.rating-summary>span{font-size:14px}.rating-summary small{font-size:12px}.rating-summary>.icon{display:block;margin-left:3px;width:18px}.review-grid{grid-template-columns:1fr;gap:16px}.review-card{min-height:230px;padding:26px}.review-label{font-size:12px}.review-card blockquote{font-size:22px;margin:20px 0 26px}.review-author{gap:12px}.review-author h3{font-size:14px}.review-author div>span{font-size:12px}.review-author .facebook-mark{display:block}.reviews-footnote{flex-direction:column;align-items:flex-start;gap:4px;font-size:12px;margin-top:20px}.contact-section{padding-block:65px}.contact-layout{grid-template-columns:1fr;gap:25px}.contact-layout h2{font-size:clamp(38px,9.6vw,54px);line-height:1.13}.contact-layout .eyebrow{font-size:11px}.contact-layout>div>p{font-size:16px}.contact-details{margin-top:6px}.contact-number{font-size:32px;max-width:380px}.contact-detail{padding-block:25px}.contact-detail h3{font-size:23px}.contact-detail p{max-width:360px;font-size:15px}.social-link{margin-top:24px}.site-footer{padding:34px 0 116px}.site-footer .container{flex-wrap:wrap;gap:24px;justify-content:space-between}.site-footer p{order:3;width:100%;padding-top:20px;border-top:1px solid var(--line)}.site-footer>.container>a:last-child{font-size:11px}.sticky-contact{left:0;right:0;bottom:0;gap:8px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-radius:0;border-top:1px solid var(--line);box-shadow:0 -4px 20px #00000010}.sticky-contact>a{flex:1;min-width:0;min-height:50px;font-size:14px;padding:12px 10px;gap:8px}.sticky-call{border:1px solid var(--line)}.sticky-contact .arrow{display:none}.sticky-contact .icon{width:19px;height:19px}}
@media(max-width:359px){:root{--gutter:20px}.hero-copy .button{padding-inline:14px;font-size:13px}.hero-recommendation{gap:10px;padding:13px}.hero-recommendation small{font-size:9px}.finish-strip .container{gap:8px 9px}.contact-number{font-size:28px}.project-card h3{font-size:18px}.project-tag{font-size:9px}.sticky-contact{padding-inline:12px}}
.brand{height:82px}.brand img{top:-68px}
@media(max-width:800px){.brand{height:72px}.brand img{top:-58px}.header-inner{min-height:84px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
