/* Urbambiente — homepage proposal */
body.ub-design{--ub-green:#133d32;--ub-deep:#102f28;--ub-lime:#d9e9aa;--ub-paper:#f8f8f3;--ub-ink:#18392f;--ub-line:#d5ded4;margin:0;background:var(--ub-paper);color:var(--ub-ink);font-family:"Trebuchet MS",Verdana,sans-serif;font-size:16px;line-height:1.65}
.ub-design *{box-sizing:border-box}
.ub-design h1,.ub-design h2,.ub-design h3,.ub-design p,.ub-design figure{margin:0}
.ub-design h1,.ub-design h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;text-transform:none}
.ub-design h3{font-family:inherit;font-size:23px;line-height:1.25;font-weight:600;letter-spacing:-.035em;text-transform:none;color:inherit}
.ub-design h2{font-size:clamp(36px,4.1vw,62px);line-height:1.08;color:inherit}
.ub-design em{font-weight:400;color:inherit}
.ub-design a{color:inherit;text-decoration:none}
.ub-design a:focus-visible{outline:3px solid #809f47;outline-offset:6px}
.ub-design a:hover{text-decoration:underline;text-underline-offset:5px}
.ub-design img{display:block;max-width:100%;height:auto}
.ub-header{max-width:1600px;margin:auto;min-height:105px;padding:22px 5%;display:flex;align-items:center;justify-content:space-between;gap:35px}
.ub-brand{font-size:35px;line-height:1;font-weight:700;letter-spacing:-2px;white-space:nowrap}
.ub-brand span{font-weight:400}
.ub-brand small{display:block;font-size:10px;letter-spacing:1.5px;font-weight:400;margin-top:10px;line-height:1.5}
.ub-nav{display:flex;align-items:center;gap:30px;font-size:14px}
.ub-nav-contact{border-bottom:1px solid;padding:9px 0}
.ub-nav-contact span{margin-left:12px}
.ub-hero{background:var(--ub-green);color:var(--ub-paper);display:grid;grid-template-columns:1.08fr 1fr;min-height:680px}
.ub-hero-copy{padding:64px max(7%,calc((100vw - 1440px)/2));padding-right:7%;display:flex;align-items:flex-start;flex-direction:column}
.ub-eyebrow{font-size:12px;letter-spacing:1.7px;line-height:1.6;font-weight:600}
.ub-design .ub-hero h1{font-size:clamp(42px,4.35vw,70px);line-height:1.04;color:var(--ub-paper);margin:26px 0 26px;max-width:690px}
.ub-hero h1 em{color:var(--ub-lime)}
.ub-intro{font-size:17px;line-height:1.7;max-width:505px;color:#e0e8de}
.ub-design .ub-button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;background:var(--ub-lime);color:var(--ub-deep);padding:17px 25px;font-size:15px;line-height:1.5;font-weight:600;border:1px solid var(--ub-lime);border-radius:2px}
.ub-button:hover{background:#e8f2ce}
.ub-hero .ub-button{margin-top:30px}
.ub-text-link{display:inline-block;font-size:14px;border-bottom:1px solid #78998a;padding-bottom:4px}
.ub-text-link span{margin-left:15px}
.ub-hero .ub-text-link{margin-top:21px}
.ub-hero-foot{margin-top:auto;padding-top:36px;display:flex;flex-wrap:wrap;gap:10px 20px;font-size:12px;color:#c5d5cc}
.ub-hero-image{position:relative;min-height:100%;overflow:hidden}
.ub-hero-image img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:48% center;filter:saturate(.65)}
.ub-hero-image:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(8,31,22,.8));pointer-events:none}
.ub-hero-image figcaption{position:absolute;z-index:1;left:35px;right:35px;bottom:25px;display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1.3px;line-height:1.6;color:#fff}
.ub-section{padding:100px 6%;max-width:1600px;margin:auto}
.ub-section-heading{display:grid;grid-template-columns:1.45fr 1fr;gap:22px 60px;margin-bottom:54px}
.ub-section-heading .ub-eyebrow{grid-column:1/-1}
.ub-section-heading>p:last-child{max-width:350px;align-self:end;justify-self:end;color:#576d61;font-size:17px}
.ub-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ub-line);border-left:1px solid var(--ub-line)}
.ub-service{display:flex;flex-direction:column;padding:32px 27px 30px;border-right:1px solid var(--ub-line);border-bottom:1px solid var(--ub-line);transition:background .2s}
.ub-service:hover{background:#eef2e8}
.ub-number{font-family:Georgia,serif;font-style:italic;font-size:24px;color:#6e8267;margin-bottom:27px}
.ub-service h3{margin-bottom:17px;max-width:310px}
.ub-service p{font-size:15px;color:#53675b}
.ub-service .ub-detail{font-size:12px;margin:20px 0 27px;color:#657463;line-height:1.9}
.ub-service>a{font-size:13px;font-weight:600;padding-top:18px;border-top:1px solid var(--ub-line);margin-top:auto;display:flex;justify-content:space-between;gap:12px}
.ub-service-links{display:flex;flex-wrap:wrap;gap:8px 16px;margin:19px 0 28px;font-size:13px;text-decoration:underline;text-underline-offset:4px}
.ub-approach{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-top:1px solid var(--ub-line)}
.ub-approach h2{margin-top:23px}
.ub-approach-intro{margin-top:25px!important;color:#53675b;max-width:460px}
.ub-approach img{margin-top:38px;width:100%;height:240px;object-fit:cover;filter:saturate(.65)}
.ub-steps{margin:0;padding:0;list-style:none}
.ub-steps li{padding:23px 0;border-top:1px solid var(--ub-line)}
.ub-steps li:last-child{border-bottom:1px solid var(--ub-line)}
.ub-steps span{font-size:11px;letter-spacing:1.6px;color:#677e66}
.ub-steps h3{font-size:24px;margin:10px 0}
.ub-steps p{font-size:15px;color:#53675b}
.ub-team{background:#e9eee3;display:grid;grid-template-columns:.7fr 1.3fr;gap:9%;align-items:center}
.ub-team-number{padding:35px 10%;border-right:1px solid #c6d0c0}
.ub-team-number>span{font-family:Georgia,serif;font-size:clamp(90px,11vw,170px);line-height:1;letter-spacing:-.09em}
.ub-team-number p{font-size:11px;letter-spacing:2px;margin-top:23px}
.ub-team h2{margin:20px 0 25px}
.ub-team>div:last-child>p:not(.ub-eyebrow){max-width:640px;color:#53675b;margin-bottom:14px}
.ub-dark-link{margin-top:18px}
.ub-contact{background:var(--ub-deep);color:var(--ub-paper);padding-top:75px;padding-bottom:75px}
.ub-contact h2{margin:25px 0 35px;max-width:850px}
.ub-contact>div{display:flex;justify-content:space-between;gap:50px;align-items:center}
.ub-contact>div>p{color:#c6d8ce;max-width:600px;font-size:17px}
.ub-contact .ub-button{flex-shrink:0}
.ub-footer{padding:38px 6%;max-width:1600px;margin:auto;display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.ub-footer .ub-brand{font-size:27px}
.ub-footer p,.ub-footer>a:not(.ub-brand),.ub-footer small{font-size:12px}
.ub-footer small{margin-left:auto;color:#647365}
.ub-skip{position:absolute;top:-100px;left:15px;background:white;padding:14px;z-index:999999}
.ub-skip:focus{top:12px}
@media(min-width:1601px){.ub-hero{max-width:1600px;margin:auto}.ub-hero-copy{padding-left:12%}}
@media(max-width:1050px){.ub-header{padding:20px 4%;gap:20px}.ub-nav{gap:16px;font-size:13px}.ub-brand{font-size:30px}.ub-brand small{font-size:9px;letter-spacing:1px}.ub-hero{min-height:650px}.ub-hero-copy{padding:48px 8%}.ub-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ub-section{padding:70px 5%}.ub-hero-image figcaption{left:20px;right:20px;flex-direction:column}.ub-contact>div{align-items:flex-start;flex-direction:column;gap:25px}}
@media(max-width:720px){.ub-header{display:block;padding:20px 6%}.ub-brand{display:inline-block;font-size:32px}.ub-nav{margin-top:20px;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px}.ub-nav-contact{padding:0;border:0}.ub-nav-contact span{display:none}.ub-hero{display:flex;flex-direction:column;min-height:0}.ub-hero-copy{padding:42px 6% 35px}.ub-design .ub-hero h1{font-size:clamp(39px,8.7vw,58px);max-width:600px}.ub-intro{font-size:16px}.ub-eyebrow{font-size:11px;letter-spacing:1.2px}.ub-hero-foot{padding-top:30px}.ub-hero-image{min-height:290px}.ub-hero-image figcaption{flex-direction:row;font-size:9px;left:6%;right:6%}.ub-section{padding:55px 6%}.ub-section-heading{display:block;margin-bottom:30px}.ub-section-heading h2{margin:17px 0 23px}.ub-section-heading>p:last-child{max-width:none}.ub-service-grid{grid-template-columns:1fr}.ub-service{padding:25px}.ub-service h3{max-width:none}.ub-number{margin-bottom:16px}.ub-approach{grid-template-columns:1fr;gap:36px}.ub-approach img{height:220px}.ub-team{grid-template-columns:1fr;gap:30px}.ub-team-number{border-right:0;border-bottom:1px solid #c6d0c0;padding:0 0 25px;display:flex;align-items:center;gap:30px}.ub-team-number>span{font-size:90px}.ub-team-number p{margin:0}.ub-contact h2{font-size:38px}.ub-contact .ub-button{white-space:normal;max-width:100%;padding:16px 20px}.ub-footer{gap:17px 24px;padding:32px 6%}.ub-footer p{flex-basis:100%}.ub-footer small{margin-left:0}.ub-design .ub-button{min-height:48px}}
@media(prefers-reduced-motion:reduce){.ub-design *{scroll-behavior:auto!important;transition:none!important}}
