:root{
  --ink:#0b1520;
  --ink-soft:#4d5b68;
  --blue:#005381;
  --blue-2:#0e87c9;
  --cyan:#53b7e5;
  --navy:#071a2a;
  --navy-2:#0b2540;
  --paper:#f6f8fa;
  --white:#fff;
  --line:#dfe5ea;
  --max:1220px;
  --ubuild:34px;
  --header:82px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.section-pad{padding:110px 0}
.ubuild-bar{height:var(--ubuild);position:fixed;inset:0 0 auto;z-index:1000;background:#0b0c0e;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.ubuild-link{height:100%;display:flex;align-items:center;justify-content:center;gap:16px;font-size:12px;letter-spacing:.01em}
.ubuild-link span{opacity:.78}.ubuild-cta{font-weight:700}.ubuild-mobile{display:none}
.site-header{position:fixed;top:var(--ubuild);left:0;right:0;height:var(--header);z-index:950;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(10,35,55,.08);transition:.25s ease}
.site-header.scrolled{box-shadow:0 14px 34px rgba(7,26,42,.08);background:rgba(255,255,255,.95)}
.nav-wrap{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}
.brand{width:190px;height:60px;display:flex;align-items:center;overflow:visible}
.brand img{width:100%;height:auto;max-height:60px;object-fit:contain;object-position:left center;transform:none}
.nav{display:flex;justify-content:center;align-items:center;gap:28px;font-size:13px;font-weight:600;color:#2f3d48}
.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--blue-2);transition:.25s}.nav a:hover:after{right:0}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:4px;background:var(--blue);color:#fff;font-weight:700;font-size:14px;transition:.25s ease;border:1px solid var(--blue)}
.button:hover{background:#003e62;transform:translateY(-1px)}
.button-small{min-height:42px;padding:0 18px;font-size:13px}.button-light{background:#fff;color:var(--navy);border-color:#fff}.button-light:hover{background:#ecf5f9}
.menu-toggle{display:none;background:none;border:0;padding:7px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0}
main{padding-top:calc(var(--ubuild) + var(--header))}
.hero{padding-top:70px;background:linear-gradient(180deg,#fff 0%,#f7fafc 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:74px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.19em;font-size:11px;font-weight:800;color:var(--blue-2);margin:0 0 22px}.eyebrow.light{color:#6ed0ff}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.055em;margin-bottom:28px;max-width:760px}h2{font-size:clamp(38px,4.6vw,66px);line-height:1.02;letter-spacing:-.045em;margin-bottom:0}h3{letter-spacing:-.025em}
.hero-text{font-size:18px;line-height:1.65;color:var(--ink-soft);max-width:590px;margin-bottom:34px}.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:700;display:inline-flex;gap:10px;align-items:center}.text-link span{font-size:18px}.hero-meta{margin-top:54px;padding-top:24px;border-top:1px solid var(--line);display:flex;align-items:center;gap:13px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#6a7884}.hero-meta i{width:3px;height:3px;border-radius:50%;background:var(--cyan)}
.hero-visual{position:relative}.hero-image-wrap{margin:0;position:relative;overflow:hidden;border-radius:2px;background:#d8e5ec}.hero-image-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(3,18,29,.72));z-index:1}.hero-image-wrap img{width:100%;height:650px;object-fit:cover;transition:transform .7s ease}.hero-image-wrap:hover img{transform:scale(1.025)}.hero-image-wrap figcaption{position:absolute;left:28px;right:28px;bottom:24px;z-index:2;color:#fff;display:flex;justify-content:space-between;align-items:end;border-top:1px solid rgba(255,255,255,.35);padding-top:14px}.hero-image-wrap figcaption span{font-size:12px;text-transform:uppercase;letter-spacing:.14em}.hero-image-wrap figcaption strong{font-size:13px}
.intro{background:#fff}.split{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end}.intro-copy{max-width:520px}.intro-copy p{font-size:18px;line-height:1.8;color:var(--ink-soft);margin-bottom:30px}
.services{background:var(--paper)}.section-head{display:grid;grid-template-columns:1.15fr .55fr;gap:50px;align-items:end;margin-bottom:68px}.section-head>p{color:var(--ink-soft);font-size:15px;line-height:1.75;max-width:420px;margin-bottom:8px}.service-list{border-top:1px solid #ccd6dd}.service-item{display:grid;grid-template-columns:90px 1fr .9fr;gap:30px;align-items:center;padding:34px 0;border-bottom:1px solid #ccd6dd;transition:.25s}.service-item:hover{padding-left:12px}.service-no{font-size:11px;letter-spacing:.14em;color:var(--blue-2);font-weight:800}.service-item h3{font-size:27px;margin:0}.service-item p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.65;max-width:420px}
.featured{background:var(--navy);color:#fff}.featured-title{display:grid;grid-template-columns:.35fr 1fr;gap:40px;align-items:start;margin-bottom:54px}.featured-title h2{max-width:900px}.project-editorial{display:grid;grid-template-columns:1.65fr .75fr;gap:18px}.project-main,.project-secondary{margin:0;overflow:hidden;background:#102b3f}.project-main img{width:100%;height:680px;object-fit:cover;transition:.6s}.project-secondary img{width:100%;height:390px;object-fit:cover;transition:.6s}.project-main:hover img,.project-secondary:hover img{transform:scale(1.02)}.project-side{display:flex;flex-direction:column;gap:18px}.project-note{border:1px solid rgba(255,255,255,.14);padding:28px;min-height:330px;display:flex;flex-direction:column;justify-content:space-between;gap:28px;background:rgba(255,255,255,.025)}.project-note span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#84d6ff;margin-bottom:16px}.project-note h3{font-size:26px;line-height:1.14;margin:0 0 18px;max-width:330px}.project-note p{font-size:15px;line-height:1.72;letter-spacing:0;color:#d8e3ea;margin:0}.project-note a{font-size:13px;font-weight:700;color:#c9edff}.project-note .inline-project-link{font-size:inherit;font-weight:700;color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.35);text-underline-offset:3px}.project-links{display:flex;flex-direction:column;gap:10px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.other-projects{margin-top:72px;border-top:1px solid rgba(255,255,255,.14);padding-top:36px}.other-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.other-head h3{font-size:28px;margin:0}.other-head p{margin:0;color:#9db1c0;font-size:13px}.placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-placeholder{aspect-ratio:4/3;border:1px dashed rgba(255,255,255,.24);background:linear-gradient(135deg,rgba(255,255,255,.025),rgba(255,255,255,.06));display:flex;align-items:end;padding:18px;position:relative;overflow:hidden}.project-placeholder:before,.project-placeholder:after{content:"";position:absolute;width:220px;height:1px;background:rgba(255,255,255,.08);transform:rotate(-34deg);top:45%;left:12%}.project-placeholder:after{transform:rotate(34deg)}.project-placeholder span{position:relative;z-index:1;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#7790a1}
.process{background:#fff}.timeline{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line)}.step{padding:26px 24px 0 0;border-right:1px solid var(--line);min-height:230px}.step:not(:first-child){padding-left:24px}.step:last-child{border-right:0}.step span{display:inline-block;font-size:11px;font-weight:800;color:var(--blue-2);letter-spacing:.14em;margin-bottom:42px}.step h3{font-size:20px;margin-bottom:14px}.step p{font-size:13px;line-height:1.65;color:var(--ink-soft);max-width:190px}
.values{background:linear-gradient(135deg,#071a2a,#0c2e49);color:#fff}.values-grid{display:grid;grid-template-columns:1fr .9fr;gap:90px;align-items:start}.values-intro h2{max-width:720px}.value-list{border-top:1px solid rgba(255,255,255,.16)}.value{display:grid;grid-template-columns:70px 1fr;align-items:center;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.16)}.value span{font-size:11px;color:#74c9f3;letter-spacing:.14em}.value strong{font-size:23px;letter-spacing:-.02em}
.region{background:var(--paper)}.region-grid{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center}.region-grid>div:first-child p:last-child{margin-top:26px;color:var(--ink-soft);font-size:16px;line-height:1.75;max-width:530px}.region-art{height:390px;position:relative;overflow:hidden;background:#e9f0f4;border:1px solid #dbe5ea}.ring{position:absolute;border:1px solid rgba(0,83,129,.16);border-radius:50%}.ring-a{width:360px;height:360px;right:-30px;top:24px}.ring-b{width:220px;height:220px;right:42px;top:92px}.pin{position:absolute;width:28px;height:28px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--blue-2);right:135px;top:160px}.pin span{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;top:10px;left:10px}.region-label{position:absolute;left:34px;bottom:30px;font-size:92px;font-weight:800;line-height:.68;letter-spacing:-.07em;color:#0f3148}.region-label small{font-size:23px;letter-spacing:.03em;color:#527083}
.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.72fr 1fr;gap:90px}.accordion{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;list-style:none;font-weight:700;font-size:16px;padding-right:36px;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:2px;top:-3px;font-size:24px;font-weight:400;color:var(--blue-2)}details[open] summary:after{content:"−"}details p{color:var(--ink-soft);font-size:14px;line-height:1.7;padding-right:50px;margin:15px 0 2px}
.cta-final{background:#fff}.cta-box{background:var(--blue);color:#fff;padding:72px;min-height:390px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.cta-box h2{font-size:clamp(44px,6vw,74px);max-width:780px}.cta-box>p:not(.eyebrow){font-size:17px;max-width:620px;line-height:1.7;margin:24px 0 30px;color:#dcecf5}
.footer{background:#06131e;color:#fff;padding:70px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .55fr .7fr;gap:60px}.footer-logo{width:220px;height:auto;max-height:80px;object-fit:contain;object-position:left center;transform:none;margin-bottom:22px}.footer-grid p{color:#879dac;font-size:13px}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:13px;font-size:13px}.footer-links a,.footer-contact a,.footer-contact span{color:#b8c8d3}.footer-bottom{margin-top:52px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;color:#667e8e;font-size:11px}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:900;width:54px;height:54px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 14px 28px rgba(0,0,0,.18);transition:.25s}.whatsapp-float:hover{transform:translateY(-3px)}.whatsapp-float svg{width:28px;fill:#fff}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.nav{gap:17px}.nav-cta{display:none}.nav-wrap{grid-template-columns:auto 1fr}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-image-wrap img{height:560px}.split,.values-grid,.region-grid,.faq-grid{gap:50px}.project-editorial{grid-template-columns:1.25fr .75fr}.project-main img{height:590px}.timeline{grid-template-columns:repeat(3,1fr);row-gap:30px}.step:nth-child(3){border-right:0}.step:nth-child(n+4){border-top:1px solid var(--line);padding-top:28px}}
@media(max-width:820px){:root{--header:72px}.section-pad{padding:82px 0}.ubuild-desktop,.ubuild-cta{display:none}.ubuild-mobile{display:inline!important}.site-header{background:rgba(255,255,255,.96)}.nav-wrap{display:flex;justify-content:space-between}.brand{width:166px;height:54px}.brand img{width:100%;max-height:54px}.menu-toggle{display:block}.nav{position:fixed;top:calc(var(--ubuild) + var(--header));left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:22px 20px 30px;display:none;flex-direction:column;align-items:flex-start;gap:18px;box-shadow:0 16px 30px rgba(0,0,0,.08)}.nav.open{display:flex}.hero{padding-top:52px}.hero-grid,.split,.section-head,.featured-title,.values-grid,.region-grid,.faq-grid,.footer-grid{grid-template-columns:1fr}.hero-meta{flex-wrap:wrap}.hero-image-wrap img{height:490px}.split{gap:36px}.section-head{gap:26px}.service-item{grid-template-columns:55px 1fr;gap:18px}.service-item p{grid-column:2}.project-editorial{grid-template-columns:1fr}.project-main img{height:500px}.project-side{display:grid;grid-template-columns:1fr 1fr}.project-secondary img{height:100%}.placeholder-grid{grid-template-columns:1fr}.timeline{grid-template-columns:1fr 1fr}.step,.step:nth-child(3){border-right:1px solid var(--line);border-top:0}.step:nth-child(even){border-right:0}.step:nth-child(n+3){border-top:1px solid var(--line);padding-top:28px}.region-art{height:330px}.cta-box{padding:46px 28px}.footer-grid{gap:34px}.footer-logo{width:190px}.footer-bottom{flex-direction:column;gap:8px}}
@media(max-width:560px){.container{width:min(calc(100% - 28px),var(--max))}.section-pad{padding:68px 0}h1{font-size:47px}h2{font-size:39px}.hero-text{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.button{width:100%}.hero-meta{margin-top:38px}.hero-image-wrap img{height:380px}.hero-image-wrap figcaption{left:18px;right:18px;bottom:16px;display:block}.hero-image-wrap figcaption strong{display:block;margin-top:4px}.service-item{padding:26px 0}.service-item h3{font-size:22px}.featured-title{gap:20px}.project-main img{height:360px}.project-side{grid-template-columns:1fr}.project-secondary img{height:310px}.project-note{min-height:240px}.timeline{grid-template-columns:1fr}.step,.step:nth-child(3),.step:nth-child(even){border-right:0}.step:nth-child(n+2){border-top:1px solid var(--line);padding:25px 0}.step{padding-right:0;min-height:auto}.step span{margin-bottom:18px}.step p{max-width:none}.values-grid{gap:42px}.region-art{height:270px}.ring-a{width:290px;height:290px;right:-78px}.ring-b{width:170px;height:170px;right:-15px}.pin{right:68px;top:118px}.region-label{font-size:70px}.cta-box{min-height:330px}.footer-bottom{margin-top:40px}.whatsapp-float{width:50px;height:50px;right:14px;bottom:14px}}
